.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#pDmC7cwT4oR6loQ8nKqCoHLiWD2M6MeK { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffc717;border-left:0.0625rem solid #ffc717;border-right:0.0625rem solid #ffc717;border-bottom:0.0625rem solid #ffc717;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:#ffc717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.208rem;height:2.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:4.40625rem;left:61.8125rem;display:block; }
#ZmPNZlceiB9dS2XOKOR6zHgERwWrV1l4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1sk15eT87XklOcg78OPTZfHitU4TcEv { color:#929292;display:block;width:12.5rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:21.3134765625rem;height:1.46195rem;display:block; }
#eu4W8T2Xb2lVcxEgVZSRqXIn3VDzGbl6 { color:#929292;display:block;width:7.875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:35.9384765625rem;height:1.46195rem;display:block; }
#Q8nz0e8VVMFzxmESW6mvNIFT8H7r1Q7w { color:#929292;display:block;width:8.75rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:45.5634765625rem;height:1.4615875rem;display:block; }
#VgLSeH42vgyGC3LLEf7a1SZZzUAUa6F6 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:14.4375rem;top:2.76953125rem;left:0rem;overflow:hidden;display:block; }
#hezNRVo8D37yAWLhBRfSdEoMyXbc7FFb { border-top:0.5rem solid #4688a9;border-left:0rem solid #ffc717;border-right:0rem solid #ffc717;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hezNRVo8D37yAWLhBRfSdEoMyXbc7FFb > .row .container { border-width: 0; border-radius: 0; }#hezNRVo8D37yAWLhBRfSdEoMyXbc7FFb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hezNRVo8D37yAWLhBRfSdEoMyXbc7FFb > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:none; }#UUlyfsbr1lFFbuvRd3M8BfcVGQsO6Iq2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #d2d2d2;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;box-sizing:border-box;color:#323130;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:11.6875rem;display:none; }
#TBztzrM96q0tfRBd7nifx8T96J9J9X5R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBBVbi0eC6rfbfrwU3r5unk95a5h6Tyx { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #d2d2d2;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;box-sizing:border-box;color:#323130;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:24.3125rem;display:none; }
#OqV0TRCD1sSgPT6Z4KbV5ucO5MZtI515 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lssdbBoN47VxN3rHHbqpQTPoHREcCvRW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #d2d2d2;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;box-sizing:border-box;color:#323130;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:6.7499999105931rem;left:0rem;display:none; }
#VCKqUC9kO6eemLyZVQRT4QeUf64zwG79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bm45B7zIMW5SqwuBhv506Z0thdzHg0xw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#xUyJqVtgZEdKKFZSdd6rMyJralGHVfZQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TrZAZ6zPmH4AdqIVNmvDXcnsbB7ZGWz6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid #d2d2d2;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;box-sizing:border-box;color:#323130;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:24.3125rem;display:none; }
#Aq6GJC0nRcaU3F1fdgWiIfTDVme9OThv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZdvohR8Ila4vZshODslEvqfDqbXeglS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row .container { background-color: transparent; background-image: none; }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row .container > .video-iframe-container { display: none; }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row > .video-iframe-container { display: none; }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .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); }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row .container { border-width: 0; border-radius: 0; }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#pJeGcTuKxpZp0JdttzMq3DbEp3biT6lR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LgsQXmvGyMyQzSLyaANahLXcqg5SkUpo { color:#061b85;display:block;width:37.4375rem;position:absolute;font-family:worksans;font-size:3.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:10.000007629394rem;left:1.25rem;height:12.14844375rem;font-style:normal;display:block; }
#R92AqdUD7TcSfToHN6oEbBs3ROVfFswr { color:#000000;display:block;width:35.875rem;position:absolute;font-family:worksans;font-size:4.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:23.062507629394rem;left:1.25rem;height:4.12543125rem;font-style:normal;display:block; }
#PNX3ixOR1SEnyiobSTMOXNUTAE6zceE0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:39.1875rem;top:11.625000238419rem;left:35.811632156372rem;overflow:hidden;display:block; }
#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row .container { background-color: transparent; background-image: none; }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row .container > .video-iframe-container { display: none; }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row > .video-iframe-container { display: none; }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .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); }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row .container { border-width: 0; border-radius: 0; }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#vfNq2eegcygOowIBBDW4rRLuFN5cVPeZ { color:#000000;display:block;width:19.125rem;position:absolute;font-family:worksans;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.625rem;left:41.1875rem;height:5.8496125rem;display:block; }
#a9WeZAG0htWtID3wrHhxv4xBzpLvwVqy { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.749839782715rem;left:41.187337875366rem;height:4.3847625rem;display:block; }
#IhcZocThM3XId1QO0RJDCfaBBUUdAN23 { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.311340332031rem;left:41.186343669891rem;height:5.84635625rem;display:block; }
#CdlD548B7tcl19t2pNaGkGO4pqvTVcgf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:8.5615234375rem;left:34.9990234375rem;overflow:hidden;display:block; }
#Q88J6keunOpl3i2crhXuBT25xFFBePc5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:43.4375rem;top:11.125rem;left:0rem;overflow:hidden;display:block; }
#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF { position:relative;display:none; }#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF { border-width: 0; border-radius: 0; }#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF > .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; }#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vL6O6xP0lP75dF1lisXynyHsSJ2CmKVt { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"lexend deca";font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:11.372075rem;display:none; }
#JQeuqcKs4nnm1uJR1CdNtD1f5crpB02O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row .container { background-color: transparent; background-image: none; }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row .container > .video-iframe-container { display: none; }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row > .video-iframe-container { display: none; }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .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); }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row .container { border-width: 0; border-radius: 0; }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#h05roEdMHV88L7XN4Mgb66cotd2eVor6 { color:#000000;display:block;width:47.3125rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:18.25rem;height:2.274575rem;display:block; }
#sGQIbOewzkoUL6sVwtETX6RszsA0cJqQ { color:#000000;display:block;width:13.625rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.437500953674rem;left:30.750001192093rem;height:2.9239rem;text-align:center;text-align-last:center;display:block; }
#gCX9t9DK9DTbamtuboIXMpVN6aXL22kr { color:#000000;display:block;width:12.25rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.9375rem;left:31.5rem;height:3.57584375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huRNdNaDCixmgNdqJTAgyWsPGR5k9To7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:15.75rem;left:35.625rem;overflow:hidden;display:block; }
#JLxpNbKTCU8cnJBgm81aJ7qpyZyqVmlA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:15.75rem;left:15.8125rem;overflow:hidden;display:block; }
#ZOdrOK9eTdmD8DMvf9xrVN13cD5u89kF { color:#000000;display:block;width:13rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21rem;left:11.3125rem;height:3.57584375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mctntLBPWXRSCxr5Gqstm4x5He43ME99 { color:#000000;display:block;width:11.125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.4375rem;left:12.25rem;height:2.9239rem;text-align:center;text-align-last:center;display:block; }
#SoxdbiKDhMGxzElssctaBk6TNSdJzDM0 { color:#000000;display:block;width:13rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.4375rem;left:50.6875rem;height:2.9239rem;text-align:center;text-align-last:center;display:block; }
#Tt3JOmvzbLXTyy20VIDibEPX8MXCA7zT { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"lexend deca";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.9375rem;left:50.5rem;height:3.57585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTTbTslQ5TBGnE3dNq34VpTM4MfLBQOa { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ffc717;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:21.1875rem;width:16.6875rem;top:13rem;left:9.46875rem;display:block; }
#QTTQKXe9eUS9bC7b3OvRmTLJyRW09Ss0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #061b85;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:21.1875rem;width:16.6875rem;top:13rem;left:29.28125rem;display:block; }
#AkQh4TbsNpDTUxFotpQ9dfyyqh17g0oU { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ffc717;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: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:21.1875rem;width:16.6875rem;top:13rem;left:48.84375rem;display:block; }
#NPzEueuERxiqC6TD6OdUTsZvqLaWxhEg { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.843749403954rem;left:55.156253814698rem; }
#uMammM3BrTVDfTFVkwfmABMbsOERsWQ8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:4.0234375rem;left:13.1875rem;overflow:hidden;display:block; }
#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row .container { background-color: transparent; background-image: none; }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row .container > .video-iframe-container { display: none; }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row > .video-iframe-container { display: none; }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .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); }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row .container { border-width: 0; border-radius: 0; }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:75rem;position:relative;display:block; }#qdWkpNgqqRrVke9xT3w9sG4xW0mbTSvT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.25rem 0.25rem 1.25rem #f4f3f3 ;height:8.75rem;width:56.25rem;top:12.249130249024rem;left:9.3741321563719rem;display:block; }
#igXyQezTEucB9q1QiuLRrhWiIpeRS4gg { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:worksans;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.0737762451172rem;left:27.342880249024rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggniOwBMIlQMxHF3Xi7kQiXRxgpNeLw1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:4.1154479980469rem;left:23.998264312744rem;overflow:hidden;display:block; }
#f57hOlfZok19twbdNocuaeb4Tk3dpZ1m { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:13.499130249024rem;left:10.967882156372rem;overflow:hidden;display:block; }
#TsGALwNcUPu1lZ0Fc8qMBtHJzWrUdJ8a { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.836791992188rem;left:33.874130249024rem;height:3.57584375rem;text-align:center;text-align-last:center;display:block; }
#rRGQM8nOZPiliUP3GaMvbDKDqQBX6Xoz { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:14.905380249024rem;left:19.375rem;overflow:hidden;display:block; }
#FpQNNvWkh39MSJq9nuEFnT67Pdc9oZ2a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:15.061630249024rem;left:23.999130249024rem; }
#or9voNyIAqyunFgGBy3iLFRVqXAgdpiJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:14.405380249024rem;left:27.561630249024rem;overflow:hidden;display:block; }
#Jr0WF2c2aRhW7cr9KrTSSiexfwCZowu7 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(211,211,211,0.5) ;height:8.75rem;width:56.25rem;top:23.686630249024rem;left:9.3741321563719rem;display:block; }
#A0rxUPQuxbNrKusnTEOf5UBgnDi3K3x6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:24.936630249024rem;left:10.999132156372rem;overflow:hidden;display:block; }
#WTN7MNoFk7wTtIeJiJohcTnUKFM2GCGE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:25.874130249024rem;left:19.375rem;overflow:hidden;display:block; }
#WOW6lTqWfeFaBw8172WviG38gqr0xZpI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:26.499130249024rem;left:24.375rem; }
#uNZabDKgDeIHHppTlkd2Mk5gJVcuqLMt { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.25rem;top:25.874130249024rem;left:27.561630249024rem;overflow:hidden;display:block; }
#mE5shhVA7vinaAMATId1iqDkP6xmAMmA { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.249130249024rem;left:33.874130249024rem;height:3.57584375rem;text-align:center;text-align-last:center;display:block; }
#gnTqAQnBvbThhxSXv4Hv7tMJe9xWO9Xz { position:absolute;display:block;z-index:15012;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(211,211,211,0.5) ;height:8.75rem;width:56rem;top:34.874130249024rem;left:9.1866321563719rem;display:block; }
#xqVvkfOFwNEHwa6u7TfwwtEVMpCbFbc7 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.3125rem;top:36.124130249024rem;left:10.811632156372rem;overflow:hidden;display:block; }
#TstSVhwnEem9b89qGQIqh2ig7TWxlTaW { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:4.5rem;top:37.947036743164rem;left:19.375rem;overflow:hidden;display:block; }
#UTy01HCLvn18O4xqc4JBUAlMclAJNVOf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:38.061630249024rem;left:24.186630249024rem; }
#DSGWBOHw5mwpMf8PXsJxkGJLqzxe09kb { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.5rem;top:37.436630249024rem;left:27.374130249024rem;overflow:hidden;display:block; }
#m36oZxXPKdvCmuvmHTXDsPnutAFcMoDJ { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:36.311630249024rem;left:33.249130249024rem;height:3.57585rem;text-align:center;text-align-last:center;display:block; }
#l3D2qZ5hp82OHzUtTZrVvugAorUb0VzV { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(211,211,211,0.5) ;height:8.75rem;width:56.25rem;top:46.436630249024rem;left:9.3741321563719rem;display:block; }
#bGTgKvHaVxIe97EfihLTUgXMJDpNim74 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.3125rem;top:47.686630249024rem;left:10.999132156372rem;overflow:hidden;display:block; }
#w28wMstuxPGhPQKpIsGs4TWKhXLLPAhB { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.5rem;top:48.624130249024rem;left:19.375rem;overflow:hidden;display:block; }
#l28FQ4VTboi780Sgr7TTF2C4gPXJHMtK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:49.249130249024rem;left:24.375rem; }
#AEPUJzXu4MoufFOc7crhaT4DqhHCvxx3 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.5rem;top:48.624130249024rem;left:27.561630249024rem;overflow:hidden;display:block; }
#WWF4xzZ8HTlCJDWESwkE1DWVGVfo6bst { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:48.999130249024rem;left:33.874130249024rem;height:3.57585rem;text-align:center;text-align-last:center;display:block; }
#uz0Qw861F5rvpW6c4fhtqJA6TlntUFE1 { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:40.311630249024rem;left:33.186630249024rem;height:2.436525rem;text-align:center;text-align-last:center;display:block; }
#Hor2Euprl3GloTqqRfyMOt6GyAasG5w8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:15.25rem;left:10.96875rem;overflow:hidden;display:none; }
#TszES48CCm6gGKVytlEcTScHUxK3REM6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:26.6875rem;left:11rem;overflow:hidden;display:none; }
#Ceymb9GnRJcQFFS2BTPgmkoW4MWO4PX7 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.3125rem;top:37.875rem;left:10.8125rem;overflow:hidden;display:none; }
#dGcVDuqMJzKxU7vzKW8BO0QuTsxDLu0w { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Dfypu1DEcUm0UrltBw8vRq5QHCG4oLHb { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.3125rem;top:49.4375rem;left:11rem;overflow:hidden;display:none; }
#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row .container { background-color: transparent; background-image: none; }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row .container > .video-iframe-container { display: none; }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row > .video-iframe-container { display: none; }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .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); }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row .container { border-width: 0; border-radius: 0; }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#D6lDEg2SU0sXZs2AipPvMi366d2elig0 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #9c9c9c;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:25.5rem;width:18.8125rem;top:18.594482421875rem;left:8.0615234375rem;display:block; }
#UQZMT9g5ipFsQQFrBwZGuEoykwrN9TZw { position:absolute;display:block;z-index:15006;background-color:#ffc717;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:34.248779296875rem;left:15.810546875rem;display:block; }
#Kt5y1uMfwDQTlEeC9UEZq07i7nEMB5xI { color:#061b85;display:block;width:18.75rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:21.5302734375rem;left:8.154296875rem;height:2.274575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TA1R6qdhuLTyE4GbfhyZHkHmRbJgUdJI { color:#000000;display:block;width:18.875rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:25.210693359375rem;left:8.0615234375rem;height:4.54915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QsyZXgCyA9KUCK1xxwl8btLL7diFdTW2 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:30.874755859375rem;left:8.0615234375rem;height:1.46195rem;text-align:center;text-align-last:center;display:block; }
#hWxVfvaAQuVWzMlapClfuFEp74kTTgqw { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:35.872314453125rem;left:8.0615234375rem;height:2.9239rem;text-align:center;text-align-last:center;display:block; }
#ct897hT4OFHzIrXGDEQpHZtMyuleIJbZ { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:39.3720703125rem;left:8.0615234375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#QwxKfS55mOcaqXES86KcGtRdu5HNLIpF { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #9c9c9c;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:25.5rem;width:18.8125rem;top:18.62255859375rem;left:28.560791015625rem;display:block; }
#deTGXsCAoP6TmdakR4lMUFJhsAkcrm5M { position:absolute;display:block;z-index:15015;background-color:#ffc717;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:34.248779296875rem;left:36.31103515625rem;display:block; }
#Z2qeDGM9nQz1B7eTFPsqbDX0TNM0L9Fu { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:30.874755859375rem;left:28.560791015625rem;height:1.46195rem;text-align:center;text-align-last:center;display:block; }
#RNiE52HLNXsKHH2wATwBByTPFZQovupP { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:35.872314453125rem;left:28.560791015625rem;height:2.9239rem;text-align:center;text-align-last:center;display:block; }
#EoNvIL0332F544NZKTdNqnyqertfql5E { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:39.3720703125rem;left:28.560791015625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#ex5rNUvDpTRi21ecdAOPa5UCfR9Zlmpl { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:25.208251953125rem;left:28.43505859375rem;height:4.54915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HAVINo1CpMICT7G8XmplGJJp1ATXcz61 { color:#061b85;display:block;width:18.625rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:21.5302734375rem;left:28.65478515625rem;height:2.274575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b5I1Gapk3w09DULSpezltnOpL8Jzsc8J { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #9c9c9c;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:25.5rem;width:18.8125rem;top:18.62255859375rem;left:48.9990234375rem;display:block; }
#bkWmUOTVe1AILfqtiLQnA4z1W2x0t7qJ { position:absolute;display:block;z-index:15024;background-color:#ffc717;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:34.24755859375rem;left:57.060546875rem;display:block; }
#gVgAUnTGcxoutInedRQ6D1knOsokzOJV { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:30.874755859375rem;left:48.9990234375rem;height:1.46195rem;text-align:center;text-align-last:center;display:block; }
#ZBJlfJsxBhlHggpcn9b8qFxZfRtJace4 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:35.872314453125rem;left:48.9990234375rem;height:2.9239rem;text-align:center;text-align-last:center;display:block; }
#hgX0ceHoLiUINNOIGGOtHRo6zkIBkv6M { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.2;letter-spacing:0;top:39.3720703125rem;left:48.9990234375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#WpHodiuKUMPqN3Co3Fsd3GW2LxpWtEmK { color:#000000;display:block;width:18.875rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:25.20703125rem;left:48.956298828125rem;height:4.54915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8Wk43DTfZZT9Zn8QAKfiDGh8DW8C2Jc { color:#061b85;display:block;width:18.625rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:21.5302734375rem;left:49.091796875rem;height:2.274575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MZ10PpRCGmu5BaD24y9DCWVngaCfUmEx { z-index:15004;top:29.061685562134rem;left:16.687010765076rem;background-color:#ffc717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.62075rem;height:3.9982125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#FlW2SzKAIA7et1cMLKwfJTR4l1qg59fa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kzTIeH3chAx7QKTsUfpXLFcfrnssZmEq { color:#000000;display:block;width:21.625rem;position:absolute;font-family:worksans;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.1519088745117rem;left:27.5546875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#okT7hCBBAWRKeI0pfF5CivCo47LEi6bW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:4.0529556274414rem;left:23.490451812744rem;overflow:hidden;display:block; }
#y2n1C9MgFDu6u8qnzCtuMIXgaDzQkZeQ { color:#000000;display:block;width:59.6875rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:10.9501953125rem;left:8.15625rem;height:3.8509125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;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; }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row .container { background-color: transparent; background-image: none; }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row .container > .video-iframe-container { display: none; }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row > .video-iframe-container { display: none; }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .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); }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row .container { border-width: 0; border-radius: 0; }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#HV9B39PxhlIhTkpRoq1gloEF6LyPxz11 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9371875rem;top:26.374267578125rem;left:7.3115234375rem;display:block; }
#o4pDxpG7a5y89KgnNJGCM7l6kAripmx9 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9371875rem;top:26.374267578125rem;left:27.249267578125rem;display:block; }
#lpxepQnJTqmUEu3Du0OO6RkDAaOPoeUM { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9371875rem;top:26.4365234375rem;left:47.249267578125rem;display:block; }
#aFVTWLOXTIfPWUAiyzQBKL0BMWDBOTnG { color:#333333;display:block;width:18.125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:33.124755859375rem;left:7.6875rem;height:1.46195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NkasFCFFwdT9p5vLGkuxJEPscTIRqdlq { color:#333333;display:block;width:18.875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:33.124755859375rem;left:27.3115234375rem;height:1.46195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRwUzSkhQQOzao4FO0WhTJK8lzBA0UT7 { color:#ffc717;display:block;width:18.125rem;position:absolute;font-family:worksans;font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.249267578125rem;left:7.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UwUiRR8x9gATi0ehZvIzVuyJGsXJuMZz { color:#061b85;display:block;width:18.125rem;position:absolute;font-family:worksans;font-size:3.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.124755859375rem;left:27.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n42FpcgaF1PyAQHIuPfq1s4Dufx9tBXp { color:#ffc717;display:block;width:18.125rem;position:absolute;font-family:worksans;font-size:3.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.18701171875rem;left:47.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ixKhg1LlWXGtRJuTkxWDagIk4xixQH4Q { color:#333333;display:block;width:19.125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:33.18701171875rem;left:47.0625rem;height:1.46195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uIXUknW5VBwKBGllXFzTPgNMImViiE0U { color:#000000;display:block;width:25.7494375rem;position:absolute;font-family:worksans;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.3732604980469rem;left:24.624130249024rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZxz5C72Scx9Z7wgy1SZv0yzH1Q7UeNQ { color:#000000;display:block;width:68.25rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.310760498047rem;left:3.6857643127441rem;height:5.84635rem;text-align:left;text-align-last:left;display:block; }
#NgMocH7vTUNG2t2UlX7n1PTaXQFlRqZ7 { color:#000000;display:block;width:69.186875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.05598449707rem;left:3.75rem;height:5.0097625rem;display:block; }#NgMocH7vTUNG2t2UlX7n1PTaXQFlRqZ7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NgMocH7vTUNG2t2UlX7n1PTaXQFlRqZ7 li:before{  }
#tMN6OEJIzShOiJe857tETuMBRu6Vvm3T { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:3.2274227142334rem;left:24.623264312744rem;overflow:hidden;display:block; }
#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row .container { background-color: transparent; background-image: none; }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row .container > .video-iframe-container { display: none; }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row > .video-iframe-container { display: none; }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .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); }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row .container { border-width: 0; border-radius: 0; }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#fiiMkxVNWXJ5zGeeg4TGiULyeCkeE5aN { background-color:#ffc717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffc717;border-left:0.125rem solid #ffc717;border-right:0.125rem solid #ffc717;border-bottom:0.125rem solid #ffc717;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:17.1875rem;left:29.5625rem;display:block; }
#GVqv4aeMGIDBzX1vVwlZMLUTsQWdHeEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZsLWZOksR028hKSe9yprMoWVdyon8yq { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.375rem;left:21.75rem;height:1.625rem;display:block; }
#ACqSyvRCN94m6lhkn2gwXxTIS5wrqdFC { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:worksans;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1044921875rem;left:25.75rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lkd3Q6BufizoZCAKyChyp95fq7I7w63x { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:4.810546875rem;left:21.75rem;overflow:hidden;display:block; }
#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;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; }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row .container { background-color: transparent; background-image: none; }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row .container > .video-iframe-container { display: none; }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row > .video-iframe-container { display: none; }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .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); }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row .container { border-width: 0; border-radius: 0; }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#L937cJlulNzaOWEID5iHcFkGfIPAwrob { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6937522888184rem;left:2.45703125rem;height:1.2999125rem;font-style:normal;display:block; }
#NKVOnARCCQMod5wOQtHH45tWvwzZtJFz { box-sizing:content-box;color:#323130;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.78125rem;left:1.20703125rem;display:block; }
#LcwOZWoDe7l86b0cDyJdbRI11W0bNyCE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7562522888184rem;left:61.269535064698rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDmC7cwT4oR6loQ8nKqCoHLiWD2M6MeK { width:13.1875rem;height:2.625rem;top:4.375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmPNZlceiB9dS2XOKOR6zHgERwWrV1l4 { display:block; }
 }@media only screen and (max-width: 763px) { #R1sk15eT87XklOcg78OPTZfHitU4TcEv { top:5.0625rem;left:7.6884765625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu4W8T2Xb2lVcxEgVZSRqXIn3VDzGbl6 { top:5.0625rem;left:22.3134765625rem;width:7.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8nz0e8VVMFzxmESW6mvNIFT8H7r1Q7w { top:5.0625rem;left:31.9384765625rem;width:8.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgLSeH42vgyGC3LLEf7a1SZZzUAUa6F6 { top:2.75rem;left:0rem;width:14.4375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hezNRVo8D37yAWLhBRfSdEoMyXbc7FFb { display:none; }#hezNRVo8D37yAWLhBRfSdEoMyXbc7FFb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UUlyfsbr1lFFbuvRd3M8BfcVGQsO6Iq2 { width:12.625rem;height:2.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBztzrM96q0tfRBd7nifx8T96J9J9X5R { display:block; }
 }@media only screen and (max-width: 763px) { #NBBVbi0eC6rfbfrwU3r5unk95a5h6Tyx { width:10.9375rem;height:2.625rem;top:0rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqV0TRCD1sSgPT6Z4KbV5ucO5MZtI515 { display:block; }
 }@media only screen and (max-width: 763px) { #lssdbBoN47VxN3rHHbqpQTPoHREcCvRW { width:11.625rem;height:2.5625rem;top:6.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCKqUC9kO6eemLyZVQRT4QeUf64zwG79 { display:block; }
 }@media only screen and (max-width: 763px) { #Bm45B7zIMW5SqwuBhv506Z0thdzHg0xw { display:none; }
 }@media only screen and (max-width: 763px) { #xUyJqVtgZEdKKFZSdd6rMyJralGHVfZQ { display:none; }
 }@media only screen and (max-width: 763px) { #TrZAZ6zPmH4AdqIVNmvDXcnsbB7ZGWz6 { width:10.9375rem;height:2.625rem;top:0rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aq6GJC0nRcaU3F1fdgWiIfTDVme9OThv { display:block; }
 }@media only screen and (max-width: 763px) { #FZdvohR8Ila4vZshODslEvqfDqbXeglS { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO { display:block; }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJeGcTuKxpZp0JdttzMq3DbEp3biT6lR { display:none; }
 }@media only screen and (max-width: 763px) { #LgsQXmvGyMyQzSLyaANahLXcqg5SkUpo { top:10rem;left:0rem;width:37.4375rem;height:12.125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R92AqdUD7TcSfToHN6oEbBs3ROVfFswr { top:23.0625rem;left:0rem;width:35.875rem;height:4.125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNX3ixOR1SEnyiobSTMOXNUTAE6zceE0 { top:11.625rem;left:0rem;width:39.1875rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ { display:block; }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfNq2eegcygOowIBBDW4rRLuFN5cVPeZ { top:8.625rem;left:27.5625rem;width:19.125rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9WeZAG0htWtID3wrHhxv4xBzpLvwVqy { top:17.6875rem;left:15.375rem;width:32.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhcZocThM3XId1QO0RJDCfaBBUUdAN23 { top:24.25rem;left:12.625rem;width:35.125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdlD548B7tcl19t2pNaGkGO4pqvTVcgf { top:8.5rem;left:21.3740234375rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q88J6keunOpl3i2crhXuBT25xFFBePc5 { top:11.125rem;left:0rem;width:43.4375rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF { display:none; }#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vL6O6xP0lP75dF1lisXynyHsSJ2CmKVt { top:7.4375rem;left:0rem;width:15.9375rem;height:7.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQeuqcKs4nnm1uJR1CdNtD1f5crpB02O { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 { display:block; }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h05roEdMHV88L7XN4Mgb66cotd2eVor6 { top:6.6875rem;left:0.4375rem;width:47.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGQIbOewzkoUL6sVwtETX6RszsA0cJqQ { top:26.4375rem;left:17.125001192093rem;width:13.625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCX9t9DK9DTbamtuboIXMpVN6aXL22kr { top:20.9375rem;left:17.875rem;width:12.25rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huRNdNaDCixmgNdqJTAgyWsPGR5k9To7 { top:15.75rem;left:22rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLxpNbKTCU8cnJBgm81aJ7qpyZyqVmlA { top:15.75rem;left:2.1875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOdrOK9eTdmD8DMvf9xrVN13cD5u89kF { top:21rem;left:0rem;width:13rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mctntLBPWXRSCxr5Gqstm4x5He43ME99 { top:26.4375rem;left:0rem;width:11.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoxdbiKDhMGxzElssctaBk6TNSdJzDM0 { top:26.4375rem;left:34.75rem;width:13rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt3JOmvzbLXTyy20VIDibEPX8MXCA7zT { top:20.9375rem;left:34.5625rem;width:13.1875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTbTslQ5TBGnE3dNq34VpTM4MfLBQOa { top:13rem;left:0rem;width:16.6875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTQKXe9eUS9bC7b3OvRmTLJyRW09Ss0 { top:13rem;left:15.65625rem;width:16.6875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkQh4TbsNpDTUxFotpQ9dfyyqh17g0oU { top:13rem;left:31.0625rem;width:16.6875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPzEueuERxiqC6TD6OdUTsZvqLaWxhEg { top:15.8125rem;left:41.531253814698rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMammM3BrTVDfTFVkwfmABMbsOERsWQ8 { top:4rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO { display:block; }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdWkpNgqqRrVke9xT3w9sG4xW0mbTSvT { top:12.1875rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igXyQezTEucB9q1QiuLRrhWiIpeRS4gg { top:6.0625rem;left:13.717880249024rem;width:20.3125rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggniOwBMIlQMxHF3Xi7kQiXRxgpNeLw1 { top:4.0625rem;left:10.373264312744rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f57hOlfZok19twbdNocuaeb4Tk3dpZ1m { top:13.4375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsGALwNcUPu1lZ0Fc8qMBtHJzWrUdJ8a { top:14.8125rem;left:18.8125rem;width:28.9375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRGQM8nOZPiliUP3GaMvbDKDqQBX6Xoz { top:14.875rem;left:5.75rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpQNNvWkh39MSJq9nuEFnT67Pdc9oZ2a { top:15rem;left:10.374130249024rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or9voNyIAqyunFgGBy3iLFRVqXAgdpiJ { top:14.375rem;left:13.936630249024rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr0WF2c2aRhW7cr9KrTSSiexfwCZowu7 { top:23.625rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0rxUPQuxbNrKusnTEOf5UBgnDi3K3x6 { top:24.875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTN7MNoFk7wTtIeJiJohcTnUKFM2GCGE { top:25.8125rem;left:5.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOW6lTqWfeFaBw8172WviG38gqr0xZpI { top:26.4375rem;left:10.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNZabDKgDeIHHppTlkd2Mk5gJVcuqLMt { top:25.8125rem;left:13.936630249024rem;width:4.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE5shhVA7vinaAMATId1iqDkP6xmAMmA { top:26.1875rem;left:18.8125rem;width:28.9375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnTqAQnBvbThhxSXv4Hv7tMJe9xWO9Xz { top:34.8125rem;left:0rem;width:47.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqVvkfOFwNEHwa6u7TfwwtEVMpCbFbc7 { top:36.0625rem;left:0rem;width:6.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TstSVhwnEem9b89qGQIqh2ig7TWxlTaW { top:37.9375rem;left:5.75rem;width:4.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTy01HCLvn18O4xqc4JBUAlMclAJNVOf { top:38rem;left:10.561630249024rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSGWBOHw5mwpMf8PXsJxkGJLqzxe09kb { top:37.375rem;left:13.749130249024rem;width:4.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m36oZxXPKdvCmuvmHTXDsPnutAFcMoDJ { top:36.25rem;left:17.9375rem;width:29.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3D2qZ5hp82OHzUtTZrVvugAorUb0VzV { top:46.375rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGTgKvHaVxIe97EfihLTUgXMJDpNim74 { top:47.625rem;left:0rem;width:6.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w28wMstuxPGhPQKpIsGs4TWKhXLLPAhB { top:48.5625rem;left:5.75rem;width:4.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l28FQ4VTboi780Sgr7TTF2C4gPXJHMtK { top:49.1875rem;left:10.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEPUJzXu4MoufFOc7crhaT4DqhHCvxx3 { top:48.5625rem;left:13.936630249024rem;width:4.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWF4xzZ8HTlCJDWESwkE1DWVGVfo6bst { top:48.9375rem;left:18.8125rem;width:28.9375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz0Qw861F5rvpW6c4fhtqJA6TlntUFE1 { top:40.25rem;left:17.5625rem;width:30.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hor2Euprl3GloTqqRfyMOt6GyAasG5w8 { top:15.25rem;left:0rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TszES48CCm6gGKVytlEcTScHUxK3REM6 { top:26.6875rem;left:0rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ceymb9GnRJcQFFS2BTPgmkoW4MWO4PX7 { top:37.875rem;left:0rem;width:6.3125rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGcVDuqMJzKxU7vzKW8BO0QuTsxDLu0w { display:none; }
 }@media only screen and (max-width: 763px) { #Dfypu1DEcUm0UrltBw8vRq5QHCG4oLHb { top:49.4375rem;left:0rem;width:6.3125rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuDvnNbGyNreVm24oqqUAywOnW4EuS1k { display:block; }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6lDEg2SU0sXZs2AipPvMi366d2elig0 { width:18.8125rem;height:25.5rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQZMT9g5ipFsQQFrBwZGuEoykwrN9TZw { width:2.4375rem;height:0.3125rem;top:34.1875rem;left:11.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt5y1uMfwDQTlEeC9UEZq07i7nEMB5xI { top:21.5rem;left:0rem;width:18.75rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1R6qdhuLTyE4GbfhyZHkHmRbJgUdJI { top:25.1875rem;left:0rem;width:18.875rem;height:4.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsyZXgCyA9KUCK1xxwl8btLL7diFdTW2 { top:30.8125rem;left:0rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWxVfvaAQuVWzMlapClfuFEp74kTTgqw { top:35.8125rem;left:0rem;width:18.8125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct897hT4OFHzIrXGDEQpHZtMyuleIJbZ { top:39.3125rem;left:0rem;width:18.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwxKfS55mOcaqXES86KcGtRdu5HNLIpF { width:18.8125rem;height:25.5rem;top:18.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #deTGXsCAoP6TmdakR4lMUFJhsAkcrm5M { width:2.4375rem;height:0.3125rem;top:34.1875rem;left:22.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qeDGM9nQz1B7eTFPsqbDX0TNM0L9Fu { top:30.8125rem;left:12.9375rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNiE52HLNXsKHH2wATwBByTPFZQovupP { top:35.8125rem;left:12.875rem;width:18.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoNvIL0332F544NZKTdNqnyqertfql5E { top:39.3125rem;left:12.9375rem;width:18.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex5rNUvDpTRi21ecdAOPa5UCfR9Zlmpl { top:25.1875rem;left:12.6875rem;width:19.0625rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAVINo1CpMICT7G8XmplGJJp1ATXcz61 { top:21.5rem;left:13.125rem;width:18.625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5I1Gapk3w09DULSpezltnOpL8Jzsc8J { width:18.8125rem;height:25.5rem;top:18.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkWmUOTVe1AILfqtiLQnA4z1W2x0t7qJ { width:2.4375rem;height:0.3125rem;top:34.1875rem;left:34.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVgAUnTGcxoutInedRQ6D1knOsokzOJV { top:30.8125rem;left:12.9375rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBJlfJsxBhlHggpcn9b8qFxZfRtJace4 { top:35.8125rem;left:12.875rem;width:18.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgX0ceHoLiUINNOIGGOtHRo6zkIBkv6M { top:39.3125rem;left:12.9375rem;width:18.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHodiuKUMPqN3Co3Fsd3GW2LxpWtEmK { top:25.1875rem;left:12.875rem;width:18.875rem;height:4.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Wk43DTfZZT9Zn8QAKfiDGh8DW8C2Jc { top:21.5rem;left:13.125rem;width:18.625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ10PpRCGmu5BaD24y9DCWVngaCfUmEx { top:29rem;left:3.0620107650757rem;width:19.5625rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlW2SzKAIA7et1cMLKwfJTR4l1qg59fa { display:block; }
 }@media only screen and (max-width: 763px) { #kzTIeH3chAx7QKTsUfpXLFcfrnssZmEq { top:5.125rem;left:10.125rem;width:21.625rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okT7hCBBAWRKeI0pfF5CivCo47LEi6bW { top:4rem;left:10.75rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2n1C9MgFDu6u8qnzCtuMIXgaDzQkZeQ { top:10.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 { display:block; }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HV9B39PxhlIhTkpRoq1gloEF6LyPxz11 { width:18.875rem;height:10.3125rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4pDxpG7a5y89KgnNJGCM7l6kAripmx9 { width:18.875rem;height:10.3125rem;top:26.3125rem;left:13.624267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpxepQnJTqmUEu3Du0OO6RkDAaOPoeUM { width:18.875rem;height:10.3125rem;top:26.375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFVTWLOXTIfPWUAiyzQBKL0BMWDBOTnG { width:18.125rem;height:1.4375rem;top:33.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkasFCFFwdT9p5vLGkuxJEPscTIRqdlq { width:18.875rem;height:1.4375rem;top:33.0625rem;left:13.6865234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRwUzSkhQQOzao4FO0WhTJK8lzBA0UT7 { width:18.125rem;height:4.875rem;top:28.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwUiRR8x9gATi0ehZvIzVuyJGsXJuMZz { width:18.125rem;height:4.875rem;top:28.0625rem;left:14.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n42FpcgaF1PyAQHIuPfq1s4Dufx9tBXp { width:18.125rem;height:4.875rem;top:28.125rem;left:29.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixKhg1LlWXGtRJuTkxWDagIk4xixQH4Q { width:19.125rem;height:1.4375rem;top:33.125rem;left:28.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIXUknW5VBwKBGllXFzTPgNMImViiE0U { top:5.3125rem;left:10.999130249024rem;width:25.6875rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZxz5C72Scx9Z7wgy1SZv0yzH1Q7UeNQ { top:11.25rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgMocH7vTUNG2t2UlX7n1PTaXQFlRqZ7 { top:18rem;left:0rem;width:47.75rem;height:5rem;font-size:1.125rem;display:block; }#NgMocH7vTUNG2t2UlX7n1PTaXQFlRqZ7 li:before{  }
 }@media only screen and (max-width: 763px) { #tMN6OEJIzShOiJe857tETuMBRu6Vvm3T { top:3.1875rem;left:10.998264312744rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb { display:block; }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiiMkxVNWXJ5zGeeg4TGiULyeCkeE5aN { width:14.5625rem;height:2.875rem;top:17.1875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVqv4aeMGIDBzX1vVwlZMLUTsQWdHeEs { display:block; }
 }@media only screen and (max-width: 763px) { #AZsLWZOksR028hKSe9yprMoWVdyon8yq { top:12.375rem;left:8.125rem;width:30.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACqSyvRCN94m6lhkn2gwXxTIS5wrqdFC { top:4.0625rem;left:12.125rem;width:20.9375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkd3Q6BufizoZCAKyChyp95fq7I7w63x { top:4.75rem;left:8.125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6xECRLwffLIyfCCdS73tLP4NvrrZRKU { display:block; }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L937cJlulNzaOWEID5iHcFkGfIPAwrob { top:1.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKVOnARCCQMod5wOQtHH45tWvwzZtJFz { top:1.75rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcwOZWoDe7l86b0cDyJdbRI11W0bNyCE { top:1.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pDmC7cwT4oR6loQ8nKqCoHLiWD2M6MeK { width:12.5rem;height:2.875rem;top:5.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmPNZlceiB9dS2XOKOR6zHgERwWrV1l4 { display:block; }
 }@media only screen and (max-width: 763px) { #R1sk15eT87XklOcg78OPTZfHitU4TcEv { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eu4W8T2Xb2lVcxEgVZSRqXIn3VDzGbl6 { width:11.5rem;height:0;top:3.95703125rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8nz0e8VVMFzxmESW6mvNIFT8H7r1Q7w { width:12.5rem;height:0;top:6.671875rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgLSeH42vgyGC3LLEf7a1SZZzUAUa6F6 { width:15.1875rem;height:5.8125rem;top:9.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hezNRVo8D37yAWLhBRfSdEoMyXbc7FFb { display:block; }#hezNRVo8D37yAWLhBRfSdEoMyXbc7FFb { border-width: 0; border-radius: 0; }#hezNRVo8D37yAWLhBRfSdEoMyXbc7FFb > .row .container { width:20rem;height:17.998046875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUlyfsbr1lFFbuvRd3M8BfcVGQsO6Iq2 { width:11.5625rem;height:2.5rem;top:7.978515625rem;left:7.93603515625rem;z-index:15004;text-align:right;text-align-last:right;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.125rem;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:worksans;color:#929291;display:block; }
 }@media only screen and (max-width: 763px) { #TBztzrM96q0tfRBd7nifx8T96J9J9X5R { display:block; }
 }@media only screen and (max-width: 763px) { #NBBVbi0eC6rfbfrwU3r5unk95a5h6Tyx { width:11.4375rem;height:2.6875rem;top:10.60400390625rem;left:7.99951171875rem;z-index:15007;text-align:right;text-align-last:right;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.125rem;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:worksans;color:#929291;display:block; }
 }@media only screen and (max-width: 763px) { #OqV0TRCD1sSgPT6Z4KbV5ucO5MZtI515 { display:block; }
 }@media only screen and (max-width: 763px) { #lssdbBoN47VxN3rHHbqpQTPoHREcCvRW { width:11.625rem;height:2.5625rem;top:5.353759765625rem;left:7.874755859375rem;text-align:right;text-align-last:right;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.125rem;background-color:#f6f6f6;background-image:none;font-family:worksans;color:#929291;display:block; }
 }@media only screen and (max-width: 763px) { #VCKqUC9kO6eemLyZVQRT4QeUf64zwG79 { display:block; }
 }@media only screen and (max-width: 763px) { #Bm45B7zIMW5SqwuBhv506Z0thdzHg0xw { top:0.81120300292969rem;left:-0.0625rem;width:20rem;height:17.1875rem;z-index:15000;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xUyJqVtgZEdKKFZSdd6rMyJralGHVfZQ { display:flex;top:1.53125rem;left:16.498046875rem;width:3.0625rem;height:3.0625rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #TrZAZ6zPmH4AdqIVNmvDXcnsbB7ZGWz6 { width:11.4375rem;height:2.6875rem;top:13.353515625rem;left:7.998046875rem;z-index:15008;text-align:right;text-align-last:right;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.125rem;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:worksans;color:#929291;display:block; }
 }@media only screen and (max-width: 763px) { #Aq6GJC0nRcaU3F1fdgWiIfTDVme9OThv { display:block; }
 }@media only screen and (max-width: 763px) { #FZdvohR8Ila4vZshODslEvqfDqbXeglS { top:1.4986991882324rem;left:0.9375rem;width:3.4375rem;height:3.4375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO { background-color:#ffffff;background-image:none;display:block; }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row .container { background-color: transparent; background-image: none; }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row .container > .video-iframe-container { display: none; }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row > .video-iframe-container { display: none; }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .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); }#WAKGTp2I3sbe2m94SxCTsNdeLl4oVVHO > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJeGcTuKxpZp0JdttzMq3DbEp3biT6lR { display:flex;top:0.3935546875rem;left:16.625rem;width:3.125rem;height:3.125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #LgsQXmvGyMyQzSLyaANahLXcqg5SkUpo { width:17.25rem;height:6.74805rem;top:2.234375rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R92AqdUD7TcSfToHN6oEbBs3ROVfFswr { width:18.6875rem;height:1.875rem;top:9.5791015625rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNX3ixOR1SEnyiobSTMOXNUTAE6zceE0 { width:19.9375rem;height:13rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ { background-color:#ffffff;background-image:none;display:block; }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row .container { background-color: transparent; background-image: none; }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row .container > .video-iframe-container { display: none; }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row > .video-iframe-container { display: none; }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .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); }#g9PlVeJupwVkLQNT8A8TZDTkJr6WMwDZ > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfNq2eegcygOowIBBDW4rRLuFN5cVPeZ { width:13.6875rem;height:3.02571875rem;top:3.7109375rem;left:4rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #a9WeZAG0htWtID3wrHhxv4xBzpLvwVqy { width:20rem;height:5.84635625rem;top:8.9375rem;left:-0.125rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IhcZocThM3XId1QO0RJDCfaBBUUdAN23 { width:18.3125rem;height:11.6926875rem;top:16.68537902832rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CdlD548B7tcl19t2pNaGkGO4pqvTVcgf { width:3.25rem;height:3.25rem;top:3.5989589691162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q88J6keunOpl3i2crhXuBT25xFFBePc5 { width:18.375rem;height:12.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF { display:block; }#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF { background-color: transparent; background-image: none; }#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF > .row .container > .video-iframe-container { display: none; }#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF > .row > .video-iframe-container { display: none; }#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF > .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); }#ZSvCNKkte01m1UsLpdoVxC7LTzoALBwF > .row .container { width:20rem;background-color:#f4f3f3;background-image:none;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL6O6xP0lP75dF1lisXynyHsSJ2CmKVt { width:20rem;height:7.796225rem;top:7.4375rem;left:0.09375rem;font-size:1.5rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQeuqcKs4nnm1uJR1CdNtD1f5crpB02O { top:2.0625rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 { background-color:#f4f3f3;background-image:none;display:block; }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row .container { background-color: transparent; background-image: none; }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row .container > .video-iframe-container { display: none; }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row > .video-iframe-container { display: none; }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .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); }#pGZKOSkbbNEZBtXLcuowScwiqeEKwvB8 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h05roEdMHV88L7XN4Mgb66cotd2eVor6 { width:15.9375rem;height:0;top:23.75rem;left:2rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGQIbOewzkoUL6sVwtETX6RszsA0cJqQ { width:14.375rem;height:2.923175rem;top:31.242838859558rem;left:2.8125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCX9t9DK9DTbamtuboIXMpVN6aXL22kr { width:16.5rem;height:1.5rem;top:28.656250953674rem;left:1.7500000596046rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #huRNdNaDCixmgNdqJTAgyWsPGR5k9To7 { width:4rem;height:4rem;top:23.125000953674rem;left:8.0000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLxpNbKTCU8cnJBgm81aJ7qpyZyqVmlA { width:4rem;height:4rem;top:4.6855478286743rem;left:8.0000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOdrOK9eTdmD8DMvf9xrVN13cD5u89kF { width:16.75rem;height:1.5rem;top:10.281250476837rem;left:1.5625002980233rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mctntLBPWXRSCxr5Gqstm4x5He43ME99 { width:13.0625rem;height:2.923175rem;top:12.749350070953rem;left:3.4375002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoxdbiKDhMGxzElssctaBk6TNSdJzDM0 { width:16.9375rem;height:2.923175rem;top:51.000002622604rem;left:1.5000002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt3JOmvzbLXTyy20VIDibEPX8MXCA7zT { width:16.75rem;height:3.2487rem;top:46.437502622604rem;left:1.6875002980233rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTbTslQ5TBGnE3dNq34VpTM4MfLBQOa { width:16.6875rem;height:15.9375rem;top:2.8125rem;left:1.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QTTQKXe9eUS9bC7b3OvRmTLJyRW09Ss0 { width:16.6875rem;height:15.9375rem;top:21.1875rem;left:1.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AkQh4TbsNpDTUxFotpQ9dfyyqh17g0oU { width:16.6875rem;height:15.9375rem;top:39.6875rem;left:1.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NPzEueuERxiqC6TD6OdUTsZvqLaWxhEg { display:flex;width:3.8125rem;height:3.8125rem;top:41.5625rem;left:8.0937497615813rem; }
 }@media only screen and (max-width: 763px) { #uMammM3BrTVDfTFVkwfmABMbsOERsWQ8 { width:5.125rem;height:5.125rem;top:57.375rem;left:7.4375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO { background-color:#ffffff;background-image:none;display:block; }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row .container { background-color: transparent; background-image: none; }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row .container > .video-iframe-container { display: none; }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row > .video-iframe-container { display: none; }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .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); }#mS6ezkLmE5sMn8iKSzLcHNZkV6Q3BvuO > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdWkpNgqqRrVke9xT3w9sG4xW0mbTSvT { width:20rem;height:7.5rem;top:13.125rem;left:0rem;box-shadow: 0.25rem 0.25rem 1.25rem #f4f3f3 ;display:block; }
 }@media only screen and (max-width: 763px) { #igXyQezTEucB9q1QiuLRrhWiIpeRS4gg { width:20rem;height:1.94986875rem;top:7.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggniOwBMIlQMxHF3Xi7kQiXRxgpNeLw1 { width:4rem;height:4rem;top:2.5625rem;left:7.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f57hOlfZok19twbdNocuaeb4Tk3dpZ1m { width:6.25rem;height:6.25rem;top:11.5996125rem;left:1.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsGALwNcUPu1lZ0Fc8qMBtHJzWrUdJ8a { width:14.9375rem;height:2.923175rem;top:22.25rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRGQM8nOZPiliUP3GaMvbDKDqQBX6Xoz { width:3rem;height:3rem;top:15.3125rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FpQNNvWkh39MSJq9nuEFnT67Pdc9oZ2a { display:flex;width:3.125rem;height:3.125rem;top:15.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #or9voNyIAqyunFgGBy3iLFRVqXAgdpiJ { width:3.4375rem;height:3.4375rem;top:15.0625rem;left:12.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jr0WF2c2aRhW7cr9KrTSSiexfwCZowu7 { width:20rem;height:7.5rem;top:29.5625rem;left:0rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(211,211,211,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #A0rxUPQuxbNrKusnTEOf5UBgnDi3K3x6 { width:6.25rem;height:6.25rem;top:33.6875rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTN7MNoFk7wTtIeJiJohcTnUKFM2GCGE { width:3.4375rem;height:3.4375rem;top:31.3125rem;left:4rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WOW6lTqWfeFaBw8172WviG38gqr0xZpI { display:flex;width:3.125rem;height:3.125rem;top:31.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uNZabDKgDeIHHppTlkd2Mk5gJVcuqLMt { width:3.625rem;height:3.8125rem;top:31.3125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE5shhVA7vinaAMATId1iqDkP6xmAMmA { width:17.25rem;height:4.3847625rem;top:39.125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnTqAQnBvbThhxSXv4Hv7tMJe9xWO9Xz { width:19.375rem;height:7.5rem;top:47.4375rem;left:0rem;z-index:14998;box-shadow: 0.25rem 0.25rem 1.25rem rgba(211,211,211,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #xqVvkfOFwNEHwa6u7TfwwtEVMpCbFbc7 { width:6.3125rem;height:6.25rem;top:57.875rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TstSVhwnEem9b89qGQIqh2ig7TWxlTaW { width:4.125rem;height:2.875rem;top:50.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTy01HCLvn18O4xqc4JBUAlMclAJNVOf { display:flex;width:3.125rem;height:3.125rem;top:50.1875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #DSGWBOHw5mwpMf8PXsJxkGJLqzxe09kb { width:4.0625rem;height:4.0625rem;top:49.5625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m36oZxXPKdvCmuvmHTXDsPnutAFcMoDJ { width:16.1875rem;height:5.84635rem;top:57.812507629394rem;left:1.8125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3D2qZ5hp82OHzUtTZrVvugAorUb0VzV { width:20rem;height:7.5rem;top:72.125rem;left:0rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(211,211,211,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #bGTgKvHaVxIe97EfihLTUgXMJDpNim74 { width:6.3125rem;height:6.25rem;top:82.9375rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w28wMstuxPGhPQKpIsGs4TWKhXLLPAhB { width:4rem;height:4rem;top:73.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l28FQ4VTboi780Sgr7TTF2C4gPXJHMtK { display:flex;width:3.125rem;height:3.125rem;top:74.4375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #AEPUJzXu4MoufFOc7crhaT4DqhHCvxx3 { width:4.0625rem;height:4.0625rem;top:73.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWF4xzZ8HTlCJDWESwkE1DWVGVfo6bst { width:18.0625rem;height:4.3847625rem;top:82.0625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz0Qw861F5rvpW6c4fhtqJA6TlntUFE1 { width:17.1875rem;height:2.436525rem;top:64.875rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hor2Euprl3GloTqqRfyMOt6GyAasG5w8 { width:4.25rem;height:4.25rem;top:10.75rem;left:0rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TszES48CCm6gGKVytlEcTScHUxK3REM6 { width:4.3125rem;height:4.3125rem;top:26.5625rem;left:0rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ceymb9GnRJcQFFS2BTPgmkoW4MWO4PX7 { width:4.375rem;height:4.3125rem;top:45.125rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #dGcVDuqMJzKxU7vzKW8BO0QuTsxDLu0w { top:45.25rem;left:0.24983727931976rem;width:3.9375rem;height:3.9375rem;z-index:14999;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfypu1DEcUm0UrltBw8vRq5QHCG4oLHb { width:4.375rem;height:4.3125rem;top:69.5rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #BuDvnNbGyNreVm24oqqUAywOnW4EuS1k { background-color:#f4f3f3;background-image:none;display:block; }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row .container { background-color: transparent; background-image: none; }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row .container > .video-iframe-container { display: none; }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row > .video-iframe-container { display: none; }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .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); }#BuDvnNbGyNreVm24oqqUAywOnW4EuS1k > .row .container { width:20rem;height:110.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6lDEg2SU0sXZs2AipPvMi366d2elig0 { width:18.811625rem;height:25.5rem;top:19.498268127441rem;left:0.65364587306975rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQZMT9g5ipFsQQFrBwZGuEoykwrN9TZw { width:2.4375rem;height:0.3125rem;top:33.249130249024rem;left:8.8741319179538rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt5y1uMfwDQTlEeC9UEZq07i7nEMB5xI { width:18.75rem;height:2.11263125rem;top:21.590278625488rem;left:0.6866319179535rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1R6qdhuLTyE4GbfhyZHkHmRbJgUdJI { width:19.0625rem;height:4.2252625rem;top:25.453125rem;left:0.53038191795349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsyZXgCyA9KUCK1xxwl8btLL7diFdTW2 { width:18.811875rem;height:1.4615875rem;top:30.154518127441rem;left:0.65364587306975rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWxVfvaAQuVWzMlapClfuFEp74kTTgqw { width:18.8736875rem;height:2.923175rem;top:35.177955627441rem;left:0.62413191795349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct897hT4OFHzIrXGDEQpHZtMyuleIJbZ { width:18.811875rem;height:1.5rem;top:38.724830627441rem;left:0.65364587306975rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwxKfS55mOcaqXES86KcGtRdu5HNLIpF { width:18.8125rem;height:25.5rem;top:47.186630249024rem;left:0.62413191795349rem;display:block; }
 }@media only screen and (max-width: 763px) { #deTGXsCAoP6TmdakR4lMUFJhsAkcrm5M { width:2.4375rem;height:0.3125rem;top:62.8125rem;left:8.3749997615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qeDGM9nQz1B7eTFPsqbDX0TNM0L9Fu { width:18.811875rem;height:1.4615875rem;top:59.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNiE52HLNXsKHH2wATwBByTPFZQovupP { width:18.8736875rem;height:2.923175rem;top:64.436630249025rem;left:0.62413191795349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoNvIL0332F544NZKTdNqnyqertfql5E { width:18.811875rem;height:1.5rem;top:68.625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex5rNUvDpTRi21ecdAOPa5UCfR9Zlmpl { width:19.0625rem;height:4.2252625rem;top:54.499130249024rem;left:0.53038191795349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAVINo1CpMICT7G8XmplGJJp1ATXcz61 { width:18.6246875rem;height:2.11263125rem;top:50.0625rem;left:0.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5I1Gapk3w09DULSpezltnOpL8Jzsc8J { width:18.8125rem;height:25.5rem;top:74.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkWmUOTVe1AILfqtiLQnA4z1W2x0t7qJ { width:2.4375rem;height:0.3125rem;top:90.375rem;left:8.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVgAUnTGcxoutInedRQ6D1knOsokzOJV { width:18.811875rem;height:1.4615875rem;top:86.999755859375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBJlfJsxBhlHggpcn9b8qFxZfRtJace4 { width:18.8745rem;height:2.923175rem;top:92.374267578125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgX0ceHoLiUINNOIGGOtHRo6zkIBkv6M { width:18.811875rem;height:1.5rem;top:95.9990234375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHodiuKUMPqN3Co3Fsd3GW2LxpWtEmK { width:19.0625rem;height:4.2252625rem;top:82.06201171875rem;left:0.499267578125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Wk43DTfZZT9Zn8QAKfiDGh8DW8C2Jc { width:18.6246875rem;height:2.11263125rem;top:77.624755859375rem;left:0.687255859375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ10PpRCGmu5BaD24y9DCWVngaCfUmEx { top:103.87451171875rem;left:2.15576171875rem;width:15.6860625rem;height:3.2495125rem;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #FlW2SzKAIA7et1cMLKwfJTR4l1qg59fa { display:block; }
 }@media only screen and (max-width: 763px) { #kzTIeH3chAx7QKTsUfpXLFcfrnssZmEq { width:20rem;height:1.94986875rem;top:6.9375076293944rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okT7hCBBAWRKeI0pfF5CivCo47LEi6bW { width:4rem;height:4rem;top:1.8489589691162rem;left:7.9999997615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2n1C9MgFDu6u8qnzCtuMIXgaDzQkZeQ { width:20rem;height:6.295575rem;top:10.943576812744rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 { background-color:#ffffff;background-image:none;display:block; }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row .container { background-color: transparent; background-image: none; }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row .container > .video-iframe-container { display: none; }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row > .video-iframe-container { display: none; }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .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); }#ptBhlIkXJEdTSOww1cisLdatd6k0vKz9 > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HV9B39PxhlIhTkpRoq1gloEF6LyPxz11 { width:18.875rem;height:10.3125rem;top:40.5rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4pDxpG7a5y89KgnNJGCM7l6kAripmx9 { width:18.875rem;height:10.3125rem;top:52.0625rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpxepQnJTqmUEu3Du0OO6RkDAaOPoeUM { width:18.875rem;height:10.3125rem;top:63.625rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFVTWLOXTIfPWUAiyzQBKL0BMWDBOTnG { width:18.125rem;height:1.381075rem;top:46.9375rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkasFCFFwdT9p5vLGkuxJEPscTIRqdlq { width:16.1873125rem;height:1.381075rem;top:58.125rem;left:1.9375000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRwUzSkhQQOzao4FO0WhTJK8lzBA0UT7 { width:18.8745rem;height:3.25rem;top:43rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwUiRR8x9gATi0ehZvIzVuyJGsXJuMZz { width:18.125rem;height:3.25rem;top:54.375rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n42FpcgaF1PyAQHIuPfq1s4Dufx9tBXp { width:18.125rem;height:3.25rem;top:65.875rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixKhg1LlWXGtRJuTkxWDagIk4xixQH4Q { width:19.124375rem;height:1.381075rem;top:70.0625rem;left:0.50000005960464rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIXUknW5VBwKBGllXFzTPgNMImViiE0U { width:20rem;height:1.94986875rem;top:7.3732738494875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZxz5C72Scx9Z7wgy1SZv0yzH1Q7UeNQ { width:20rem;height:13.1543rem;top:11.260416746139rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgMocH7vTUNG2t2UlX7n1PTaXQFlRqZ7 { width:20rem;height:12.3176875rem;top:25.589844703674rem;left:0rem;font-size:1.125rem;display:block; }#NgMocH7vTUNG2t2UlX7n1PTaXQFlRqZ7 li:before{  }
 }@media only screen and (max-width: 763px) { #tMN6OEJIzShOiJe857tETuMBRu6Vvm3T { width:4rem;height:4rem;top:1.9479274749756rem;left:7.9999997615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb { background-color:#f4f3f3;background-image:none;display:block; }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row .container { background-color: transparent; background-image: none; }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row .container > .video-iframe-container { display: none; }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row > .video-iframe-container { display: none; }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .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); }#Kch2vwOoKmV4AoUgXcBG5FQKGFuQw7Vb > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiiMkxVNWXJ5zGeeg4TGiULyeCkeE5aN { width:14.5625rem;height:2.875rem;top:16.3125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVqv4aeMGIDBzX1vVwlZMLUTsQWdHeEs { display:block; }
 }@media only screen and (max-width: 763px) { #AZsLWZOksR028hKSe9yprMoWVdyon8yq { width:17.5rem;height:2.923175rem;top:10rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACqSyvRCN94m6lhkn2gwXxTIS5wrqdFC { width:13.3125rem;height:3.8981125rem;top:3.75rem;left:3.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkd3Q6BufizoZCAKyChyp95fq7I7w63x { width:3.9375rem;height:3.9375rem;top:3.73046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6xECRLwffLIyfCCdS73tLP4NvrrZRKU { background-color:#ffffff;background-image:none;display:block; }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row .container { background-color: transparent; background-image: none; }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row .container > .video-iframe-container { display: none; }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row > .video-iframe-container { display: none; }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .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); }#F6xECRLwffLIyfCCdS73tLP4NvrrZRKU > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L937cJlulNzaOWEID5iHcFkGfIPAwrob { width:5rem;height:1.21875rem;top:1.3248748779297rem;left:1.5625000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKVOnARCCQMod5wOQtHH45tWvwzZtJFz { width:1.375rem;height:1.375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcwOZWoDe7l86b0cDyJdbRI11W0bNyCE { width:10rem;height:1.21875rem;top:1.224609375rem;left:9.3750002980231rem;font-size:0.9375rem;display:block; }
 }