.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#f4f3f3;background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm { 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; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { background-color: transparent; background-image: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container > .video-iframe-container { display: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container { display: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .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); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { border-width: 0; border-radius: 0; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#Ek8zopaC7xOHvZUGnUNpmOc85CfsmpK1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9995rem;width:18.4375rem;top:0.46793618798256rem;left:52.879229545593rem;overflow:hidden;display:block; }
#yTu5T9LoPkJvoeLeTf4pf46BmNApKS4X { position:absolute;display:block;z-index:15002;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.25rem;width:7.375rem;top:0rem;left:0rem;display:block; }
#rFuUxN0FirLhdFweUUGKFTXJC475pvuC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:20.0625rem;top:1.0302734375rem;left:11.707763671875rem;overflow:hidden;display:block; }
#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT { 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; }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT > .row .container { background-color: transparent; background-image: none; }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT > .row .container > .video-iframe-container { display: none; }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT > .row > .video-iframe-container { display: none; }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT > .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); }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT > .row .container { border-width: 0; border-radius: 0; }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW { 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; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { background-color: transparent; background-image: none; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container > .video-iframe-container { display: none; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row > .video-iframe-container { display: none; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .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); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { border-width: 0; border-radius: 0; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#wGQhvLxh7qKxA2hwLcz1HZ71QM3Ux6FX { position:absolute;display:block;z-index:14999;background-color:#061b85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.75rem;width:48.5rem;top:28.0625rem;left:5.625rem;display:none; }
#BDT3a1VtPMfmxtyrnsRSfrpvTgu1ddD9 { 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:49.9375rem;width:28.375rem;display:none; }
#HxKEscZpC8MPJvvvkChUyZ4Thq6NfV0r { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.625rem;top:2.6875rem;left:1.25rem;display:none; }
#auTXSmtrsySKTwNDCcz7JgOPeTe0Xu6i { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6875rem;top:7.5rem;left:1.9375rem;display:none; }
#iKbTiGWuG6KfkOkTBfCQ5u8dUztJxppe { position:absolute;display:block;z-index:15000;background-color:#061b85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.875rem;width:41.875rem;top:22.249349594116rem;left:6.2811260223387rem;display:block; }
#oz78yoNTNv0mUutf9b5Q2cXiidrxball { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:6.03125rem;height:1.29980625rem;display:block; }
#TKAxJFTu9WqAuNavrXp84xxTklogEm4f { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:worksans;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4rem;left:4.0625rem;height:9rem;font-style:normal;display:block; }
#tVmlIhpQliuWAQpi2Th6XFvJuTamKePG { color:#000000;display:block;width:42.25rem;position:absolute;font-family:worksans;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.6875rem;left:4.0625rem;height:3.25011875rem;font-style:normal;display:block; }
#eCmTdAfHGmk0SSSOPKEHyNDMzeXgbnU6 { color:#ffffff;display:block;width:30.49925rem;position:absolute;font-family:worksans;font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:26.561483383179rem;left:9.0932216644288rem;height:5.25rem;font-style:normal;display:block; }
#zbdeQ4SxCCZL8ZbFAdSuQqC7Uq8OxzW6 { 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:45.1875rem;width:34.625rem;top:0.62459468841553rem;left:40.27212404903rem;overflow:hidden;display:block; }
#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X { 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; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container { background-color: transparent; background-image: none; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container > .video-iframe-container { display: none; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row > .video-iframe-container { display: none; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .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); }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container { border-width: 0; border-radius: 0; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#ksA43GidIgGQQ3lz1fRSzsTZ5tQai6K1 { color:#ffc717;display:block;width:33.6865rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.68603515625rem;left:34.404296875rem;height:4.875rem;display:block; }
#kHNiPIy48hEMTbfGEVTbNPdhUZzgOMB1 { color:#545454;display:block;width:32.749rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.6875rem;left:34.87060546875rem;height:9.75rem;display:block; }
#nR978GyFcHsEtHk7vy42zKH84prKOFto { 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:19.5621875rem;width:28.247875rem;top:13.248695373535rem;left:4.0625rem;overflow:hidden;display:block; }
#vrScHKsiqVA8Qtnfth2LmiUQ6hwQyIfp { color:#000000;display:block;width:59.5rem;position:absolute;font-family:worksans;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9986972808838rem;left:4.0625rem;height:3.65625rem;font-style:normal;display:block; }
#O4NMVnT9904LE4NeL9fTz3vs6Pxlfs1I { 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:47.810875rem;width:65.999375rem;top:36.437181472778rem;left:9.0006513595581rem;overflow:hidden;display:block; }
#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 { 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; }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row .container { background-color: transparent; background-image: none; }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row .container > .video-iframe-container { display: none; }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row > .video-iframe-container { display: none; }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .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); }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row .container { border-width: 0; border-radius: 0; }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#BqbdbV1oMQzpMLF2D9M1vzX3dPa0yXiO { position:absolute;display:block;z-index:15001;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.375rem;width:36.0625rem;top:14.5625rem;left:4.0625rem;display:block; }
#bVWouF8gqpJKWA5SyMTi4saBQgmRa1SN { color:#000000;display:block;width:34.124375rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.625rem;left:6.0625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H4I2zPl7lB9Bt6ar6Jp2fa7lDe47ssNw { color:#000000;display:block;width:29.375rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.5625rem;left:6.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f1foHrHS9RXWbxuTxNaDWiAqBHS093g9 { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:37.3740234375rem;left:6.0615234375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iM8Nbii9BJJ80xhvEgw2nJ5GSGaV0wXS { color:#000000;display:block;width:1.25rem;position:absolute;font-family:worksans;font-size:3.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:12.1875rem;left:6.0625rem;height:4.0625rem;font-style:normal;display:block; }
#hp26bS9nb5gZipNIvu0Q11D1TdSkT6pM { color:#000000;display:block;width:1.25rem;position:absolute;font-family:worksans;font-size:3.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:22.0625rem;left:6.0625rem;height:4.0625rem;font-style:normal;display:block; }
#JckPc6geSfRsxkQIuaZTtVBl4sTMk9qH { color:#000000;display:block;width:1.25rem;position:absolute;font-family:worksans;font-size:3.3125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:32.375rem;left:6.0625rem;height:4.3066375rem;font-style:normal;display:block; }
#qF8M96i7kWOhv4q5txof1dmIO8uCRcCs { position:absolute;display:block;z-index:15002;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.3746875rem;width:36.062rem;top:24.5rem;left:4.0625rem;display:block; }
#b2M5167BW827SvqB7DgckrJdasGvBG0w { position:absolute;display:block;z-index:15003;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.3746875rem;width:36.0611875rem;top:34.9375rem;left:4.0625rem;display:block; }
#HKaR0F2N5BSKcoDTWuPmZkUdxsE52Fao { color:#000000;display:block;width:61.875rem;position:absolute;font-family:worksans;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9347333908081rem;left:4.0625rem;height:7.3125rem;font-style:normal;display:block; }
#QiXNrpNzpS5G5moFiMorRTf5cAfeT580 { 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; }#QiXNrpNzpS5G5moFiMorRTf5cAfeT580 > .row .container { background-color: transparent; background-image: none; }#QiXNrpNzpS5G5moFiMorRTf5cAfeT580::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiXNrpNzpS5G5moFiMorRTf5cAfeT580 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiXNrpNzpS5G5moFiMorRTf5cAfeT580 > .row .container > .video-iframe-container { display: none; }#QiXNrpNzpS5G5moFiMorRTf5cAfeT580 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiXNrpNzpS5G5moFiMorRTf5cAfeT580 > .row > .video-iframe-container { display: none; }#QiXNrpNzpS5G5moFiMorRTf5cAfeT580 > .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); }#QiXNrpNzpS5G5moFiMorRTf5cAfeT580 > .row .container { border-width: 0; border-radius: 0; }#QiXNrpNzpS5G5moFiMorRTf5cAfeT580 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QiXNrpNzpS5G5moFiMorRTf5cAfeT580 > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;position:relative;display:block; }#AdD0B67Xh47veWV23rckckp3k98DHTJH { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:12.8125rem;left:15.875rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#MDpsCmnWBvIAIoDS4p83f5RVCmkCzhDC { position:absolute;display:block;z-index:15026;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(211,211,211,0.5) ;height:3.8125rem;width:12.5rem;top:22.625rem;left:16.0625rem;display:block; }
#Zdgk69z9CkCxkfahnm5mTXWc6b8buUm3 { position:absolute;display:block;z-index:15027;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(211,211,211,0.5) ;height:3.8125rem;width:28.875rem;top:22.625rem;left:29.1875rem;display:block; }
#EsFNTd2vvzxWtEw1GFzO3vzMdSKUToe0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:23.25rem;left:16.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#VSSxCHq0B0uZUCFHKHItRdGmhm3fUfTE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:23.875rem;left:36.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fOQ4ZcAJ8pP1F56HqNoUTnrZx2JGZTmK { position:absolute;display:block;z-index:15027;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(211,211,211,0.5) ;height:3.8125rem;width:12.5rem;top:27.125rem;left:16.0625rem;display:block; }
#ZsXUlI5PMsfuyNOq9DscAQTeE2L4ZTf3 { position:absolute;display:block;z-index:15028;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(211,211,211,0.5) ;height:3.8125rem;width:28.875rem;top:27.125rem;left:29.1875rem;display:block; }
#DgQJSqAB2OmPLnM2bWBhlo6WxCQqSJr0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:28.375rem;left:16.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#F8ry8C4AKoG5amorfKoF3qa9E4ynFpqi { color:#ffc717;display:block;width:20.49925rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:28.29833984375rem;left:33.372802734375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JqRqlTnrwSlBSsvWrQJWoEGARptgEwGH { position:absolute;display:block;z-index:15028;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(211,211,211,0.5) ;height:3.8125rem;width:12.5rem;top:31.5625rem;left:16.0625rem;display:block; }
#xggWhJ9Daoi2yzaFUiGNXWkcXLzlWxDI { position:absolute;display:block;z-index:15029;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(211,211,211,0.5) ;height:3.8125rem;width:28.875rem;top:31.5625rem;left:29.1875rem;display:block; }
#uKZxwNpFJxN5XVqs3zqVQXE0leDorLkW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:32.8125rem;left:15.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#r12ub07e0UCcoeEm6BzBacXRGUL33NL5 { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:41.75rem;left:12.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vK4TNQrkAOg3MydbRgDP3a1dK2w6Me2q { position:absolute;display:block;z-index:15029;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(211,211,211,0.5) ;height:3.81185rem;width:12.5rem;top:36.0625rem;left:16.0625rem;display:block; }
#K0CFCedklwNd2VnH8Lw9F6JRbO8TfABc { position:absolute;display:block;z-index:15030;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(211,211,211,0.5) ;height:3.81185rem;width:28.8745rem;top:36.0625rem;left:29.1875rem;display:block; }
#CKA5WGs96u51iZb5UQ3DT9JhrOrWZWe6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:37.3125rem;left:16.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GDQydMkL3m83q0LdStRSTeEGSs74Lczg { color:#ffc717;display:block;width:20.49925rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:32.73681640625rem;left:33.372802734375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#qy4DQM8GMl3lizoDkASAcsMiAMNTUBII { color:#ffc717;display:block;width:20.49925rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:37.235107421875rem;left:33.372802734375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rOLK1hfZw0dH6OuDH5v0qt4mkTDuu1QN { color:#000000;display:block;width:52.874375rem;position:absolute;font-family:worksans;font-size:2.8125rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:2.5439453125rem;left:4.0625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RmJ0ftIMiaKV9XmX3kay5s7lsvPF87wI { z-index:15037;top:46.5rem;left:27.75rem;background-color:#ffc717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;box-sizing:border-box;color:#323232;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:4.6248375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aLNTCqwf7hKnQVP4hRgzzKZh5iedr7TG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ { 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; }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row .container { background-color: transparent; background-image: none; }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row .container > .video-iframe-container { display: none; }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row > .video-iframe-container { display: none; }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .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); }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row .container { border-width: 0; border-radius: 0; }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#MJlMqaqOEOaR7xJiAH8M8IRBbKGD7lzU { position:absolute;display:block;z-index:15002;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.25rem;width:27.5rem;top:14.1875rem;left:8.4375rem;display:block; }
#quloKKDGWcadG7oavTRkHrTLShRFvKU9 { color:#000000;display:block;width:21.1865rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:20.74951171875rem;left:11.593017578125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bM39T5LvUWcPNlu5dlyc7c5mewOd84ze { position:absolute;display:block;z-index:15003;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.2496875rem;width:27.5rem;top:14.25rem;left:39.25rem;display:block; }
#uePuLlepqge94WeH5Cq4qmqXFNHrqSFC { 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.375rem;width:4.375rem;top:15.43701171875rem;left:20rem;overflow:hidden;display:block; }
#s03hBaVFzrZE6m4W1B2mfu3DoiXZneuB { color:#000000;display:block;width:25.1245rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:20.75rem;left:40.4375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xrMMX10Gm9iDh3tcPTS88MAwlB6ZNMVD { 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.375rem;width:4.375rem;top:15.43701171875rem;left:51.591796875rem;overflow:hidden;display:block; }
#TwGC7TzBdROSM7IagZGI0TxaNTBB9puZ { position:absolute;display:block;z-index:15003;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.2496875rem;width:27.5rem;top:31.125rem;left:8.1875rem;display:block; }
#dz8H4yp6Cqn79N4LW3Pc6JbkdZG71LyT { position:absolute;display:block;z-index:15004;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.2496875rem;width:27.5rem;top:31.125rem;left:39.3125rem;display:block; }
#DvhzJULDPxwpdvk9UdGxEgZA9SxuFrHH { color:#000000;display:block;width:24.5615rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:38.5rem;left:9.9052734375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7eHJtczRsQXVD6DGJMef0c1w4ocrKZf { color:#000000;display:block;width:23.75rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:38.5rem;left:41.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STHmD4Llzf13kgs4FGBa4vMaIiMxVP2b { position:absolute;display:block;z-index:15034;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.375rem;width:4.375rem;top:32.4990234375rem;left:19.1875rem;overflow:hidden;display:block; }
#Ua3KGH7IZOt6QIeaDHbPeU1SWvI3Lv1B { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:32.4990234375rem;left:50.8125rem;overflow:hidden;display:block; }
#USvlt5wHk6KnAzMSZe14rUXSdlUbM0o1 { color:#000000;display:block;width:70.0625rem;position:absolute;font-family:worksans;font-size:2.8125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.9599609375rem;left:4.0625rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E4WXg074id065oTI2lgvJ77lL3Ot4o4T { 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; }#E4WXg074id065oTI2lgvJ77lL3Ot4o4T > .row .container { background-color: transparent; background-image: none; }#E4WXg074id065oTI2lgvJ77lL3Ot4o4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4WXg074id065oTI2lgvJ77lL3Ot4o4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4WXg074id065oTI2lgvJ77lL3Ot4o4T > .row .container > .video-iframe-container { display: none; }#E4WXg074id065oTI2lgvJ77lL3Ot4o4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4WXg074id065oTI2lgvJ77lL3Ot4o4T > .row > .video-iframe-container { display: none; }#E4WXg074id065oTI2lgvJ77lL3Ot4o4T > .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); }#E4WXg074id065oTI2lgvJ77lL3Ot4o4T > .row .container { border-width: 0; border-radius: 0; }#E4WXg074id065oTI2lgvJ77lL3Ot4o4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4WXg074id065oTI2lgvJ77lL3Ot4o4T > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#ITNpWeLrc0rxkKMT8XhQqyNHv4ENLs86 { color:#000000;display:block;width:47.9361875rem;position:absolute;font-family:worksans;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3103847503662rem;left:4.0625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RPhuC8AbTJgbmTSdFTLowRS32oDeeLvn { color:#000000;display:block;width:13.375rem;position:absolute;font-family:worksans;font-size:2.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.6875rem;left:7.25rem;height:2.76245rem;font-style:normal;display:block; }
#ws1S8U20diPwcwa5AN5zISCuR3uBuunh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:12rem;left:4.0625rem; }
#mQvQhMPahbptnBf4Vb0KZsrtbVTRmRwv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:15.625rem;left:4.0625rem; }
#Z8ZGBzIcJIa4d7W31zPsZrB0ZC3NiASJ { color:#000000;display:block;width:16.875rem;position:absolute;font-family:worksans;font-size:2.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.3125rem;left:7.25rem;height:2.76245rem;font-style:normal;display:block; }
#ek37JZ2aoeTpzEBS0Rx0NBB6q4m4wRNo { z-index:15036;top:19.873046875rem;left:28.28125rem;background-color:#ffc717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;box-sizing:border-box;color:#2f2e32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:4.624025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OB7io0iNK4WivxeVgr5Jt5nuJbAXJxW3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2KVTCAX2L9TJrivM90fgMxvxRc8p6le { color:#000000;display:block;width:48.186875rem;position:absolute;font-family:worksans;font-size:2rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:6.5592346191406rem;left:4.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz { 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; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container { background-color: transparent; background-image: none; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container > .video-iframe-container { display: none; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row > .video-iframe-container { display: none; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .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); }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container { border-width: 0; border-radius: 0; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#KIwhJTeszOZOTAQhvesEqywNbJz92FGT { color:#000000;display:block;width:52.0621875rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.3125rem;left:11.5rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#OzxBuy8BaTPO0xCq4ldrPHCQeP7pglt8 { color:#000000;display:block;width:51.936875rem;position:absolute;font-family:worksans;font-size:2.8125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.1992530822754rem;left:4.0625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BPRQUT4dyxBxiLHXLPwSQeRvltvF8E5N { position:absolute;display:block;z-index:15030;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.1875rem solid #ffc717;border-left:0.1875rem solid #ffc717;border-right:0.1875rem solid #ffc717;border-bottom:0.1875rem solid #ffc717;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.0625rem;width:16.375rem;top:18.4375rem;left:11.4375rem;display:block; }
#ZVQ3bxZKxdGW8TrNdZu244B3DkMNRp7S { color:#000000;display:block;width:16.625rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:19.9375rem;left:11.5rem;height:6.8232375rem;text-align:center;text-align-last:center;display:block; }
#ZCOTNW0dQgqXXgqro06hVAyLVhFH6P27 { color:#000000;display:block;width:16.75rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:22.6875rem;left:29.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PGorCznmTUGBBocQZigdIGvJPTHsrSAN { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:22.6875rem;left:11.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#xQBWF1WFFMSCpAVmC3TZc0BwoVfZigiS { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:19.75rem;left:46.8125rem;height:6.8232375rem;text-align:center;text-align-last:center;display:block; }
#pdKuv2p6syN7hN06gr6IILa6KowzcP0h { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:22.6875rem;left:46.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#mmNAXGSAOmE8NovWpe1VTyDGahyVNrH7 { position:absolute;display:block;z-index:15031;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.1875rem solid #ffc717;border-left:0.1875rem solid #ffc717;border-right:0.1875rem solid #ffc717;border-bottom:0.1875rem solid #ffc717;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.0625rem;width:16.375rem;top:18.4375rem;left:29.125rem;display:block; }
#TBFgAAI4yPcF5nxbAQ7fJcw2S5sNqqgX { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:19.9375rem;left:29.1875rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#iheFHBokfQPmsTPrmMXBOeq1uOGH0BM9 { position:absolute;display:block;z-index:15032;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.1875rem solid #ffc717;border-left:0.1875rem solid #ffc717;border-right:0.1875rem solid #ffc717;border-bottom:0.1875rem solid #ffc717;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.0625rem;width:16.375rem;top:18.4375rem;left:46.8125rem;display:block; }
#SHLElHHufonaBWHs3AZX9i3y64oSqShk { 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; }#SHLElHHufonaBWHs3AZX9i3y64oSqShk > .row .container { background-color: transparent; background-image: none; }#SHLElHHufonaBWHs3AZX9i3y64oSqShk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHLElHHufonaBWHs3AZX9i3y64oSqShk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHLElHHufonaBWHs3AZX9i3y64oSqShk > .row .container > .video-iframe-container { display: none; }#SHLElHHufonaBWHs3AZX9i3y64oSqShk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHLElHHufonaBWHs3AZX9i3y64oSqShk > .row > .video-iframe-container { display: none; }#SHLElHHufonaBWHs3AZX9i3y64oSqShk > .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); }#SHLElHHufonaBWHs3AZX9i3y64oSqShk > .row .container { border-width: 0; border-radius: 0; }#SHLElHHufonaBWHs3AZX9i3y64oSqShk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHLElHHufonaBWHs3AZX9i3y64oSqShk > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#ROSg64HGX3bTJhMIVm1An4wGxtgEhMbZ { color:#000000;display:block;width:42.874375rem;position:absolute;font-family:worksans;font-size:2.8125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.5649566650391rem;left:4.0625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIhy8khy2eJHCVBk1zlgvnlickR3yJLf { position:absolute;display:block;z-index:15031;background-color:#061b85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.8125rem;width:42.8125rem;top:7.5rem;left:4.0625rem;display:block; }
#QCaE9e74ZrW7ei1HUJHT2mLVqEWpntKt { color:#ffffff;display:block;width:3.0623375rem;position:absolute;font-family:worksans;font-size:2.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:8.7809391021731rem;left:6.6861982345581rem;height:3.25011875rem;font-style:normal;display:block; }
#w5WwSBkT1G79n2JFXdkkxuV93kTF7Sro { color:#ffffff;display:block;width:31.624375rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:8.7809391021731rem;left:12.186686515808rem;height:3.25rem;font-style:normal;display:block; }
#VuLH7bQRTS8upe2BIOyw2gzecDVEVgrS { color:#000000;display:block;width:3.061525rem;position:absolute;font-family:worksans;font-size:2.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:16.874200820923rem;left:6.6875rem;height:3.25011875rem;font-style:normal;display:block; }
#RPD4LlAtqSM2M46a6RB6nJA3rXhnZP7r { color:#000000;display:block;width:32.4365rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:16.875015258789rem;left:12.1875rem;height:3.25rem;font-style:normal;display:block; }
#vFU584b8gTZFJ9cwIHEFHssTKbTcZDJA { position:absolute;display:block;z-index:15032;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.9375rem;width:42.8125rem;top:15.4375rem;left:4.0625rem;display:block; }
#AanU3OPiGmUlpMXalg4nBZIRW2NW7F9T { position:absolute;display:block;z-index:15033;background-color:#edeff2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #dddddd ;height:5.75rem;width:42.8125rem;top:23.875rem;left:4.0625rem;display:block; }
#m9X95XhAiCT1UDxgzJGkunUZpeHA8mbB { color:#000000;display:block;width:3.061525rem;position:absolute;font-family:worksans;font-size:2.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:25.061862945557rem;left:6.6861982345581rem;height:6.5rem;font-style:normal;display:block; }
#RKxFM08lFTX47nDLOsgLMdqVwERFiP7h { color:#000000;display:block;width:32.4356875rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:25.935886383057rem;left:12.1875rem;height:1.625rem;font-style:normal;display:block; }
#Tug0WbAw1brEJom25wGDUT3GwgXJH242 { position:relative;display:block; }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 { background-color: transparent; background-image: none; }#Tug0WbAw1brEJom25wGDUT3GwgXJH242::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .row .container > .video-iframe-container { display: none; }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .row > .video-iframe-container { display: none; }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .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); }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 { border-width: 0; border-radius: 0; }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZnGRg9clBUIlrQ1HzLZuZvSHApGciAH0 { color:#000000;display:block;width:47.933625rem;position:absolute;font-family:worksans;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:16.060546875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXZBAa8qexiwwIpd2ftMd5BIB2Uqqqz1 { color:#000000;display:block;width:47.9345625rem;position:absolute;font-family:worksans;font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:16.060546875rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qN5NtiJtczT1Op5bDiPn6TW5N6kWBBkM { color:#ffc717;display:block;width:48.1855625rem;position:absolute;font-family:worksans;font-size:2.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:14.84765625rem;left:16.0625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BqTBtBMRN7VX4JnT7fJNV3nCArJVXTb2 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.31176875rem;text-decoration:none;z-index:15044;text-align:left;text-align-last:left;top:20.11474609375rem;left:32.528076171875rem;display:block; }
#xeBVVAQr5iBDZBThTZhVpUKerIs1oUnx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wyx1NEcVw0nDN4g1pDWwC7nB5rgow3bT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3103125rem;height:3.061525rem;text-decoration:none;z-index:15045;text-align:left;text-align-last:left;top:25.2099609375rem;left:32.528076171875rem;display:block; }
#owa4sWv3ikUTgI3IE4iO2065zkiEWroT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hp8OckVrl0Qtt1MTyXAZd23TOHXhF7yO { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:20.177001953125rem;left:28.2683109375rem; }
#D11Fi4vulRIHCJ5vwq5TkwmRf7fBFvCN { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:2.9370125rem;width:2.9370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:25.272216796875rem;left:28.363037109375rem; }
#Kisv61h8zKNy7rovXulfTqikakqhCtxG { 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; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { background-color: transparent; background-image: none; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container > .video-iframe-container { display: none; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row > .video-iframe-container { display: none; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .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); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { border-width: 0; border-radius: 0; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#ai2xIW616d2ncc6oayKI2rnGykEXzvNo { box-sizing:content-box;color:#323130;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:block;z-index:15001;top:2.875rem;left:28.687501907349rem;display:block; }
#EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { box-sizing:content-box;color:#323130;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:block;z-index:15002;top:2.875rem;left:32.062501907349rem;display:block; }
#IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { color:#bcb293;display:block;width:11.3125rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.7239608764649rem;left:49.625001907349rem;height:1.3rem;display:block; }
#oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:13.875rem;top:1.7406234741211rem;left:1.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm { display:block; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek8zopaC7xOHvZUGnUNpmOc85CfsmpK1 { top:0.4375rem;left:28.625rem;width:18.4375rem;height:6.9995rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTu5T9LoPkJvoeLeTf4pf46BmNApKS4X { top:0rem;left:0rem;width:7.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFuUxN0FirLhdFweUUGKFTXJC475pvuC { top:1rem;left:0rem;width:20.0625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT { display:block; }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKecMac2THdeuWW0ahTrahKHKIoSSGMW { display:block; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGQhvLxh7qKxA2hwLcz1HZ71QM3Ux6FX { top:28.0625rem;left:0rem;width:47.75rem;height:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDT3a1VtPMfmxtyrnsRSfrpvTgu1ddD9 { width:18.0625rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxKEscZpC8MPJvvvkChUyZ4Thq6NfV0r { top:2.6875rem;left:0rem;width:18.5625rem;height:7.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #auTXSmtrsySKTwNDCcz7JgOPeTe0Xu6i { top:7.5rem;left:0rem;width:15.0625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKbTiGWuG6KfkOkTBfCQ5u8dUztJxppe { top:22.1875rem;left:0rem;width:41.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz78yoNTNv0mUutf9b5Q2cXiidrxball { top:9.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKAxJFTu9WqAuNavrXp84xxTklogEm4f { top:4rem;left:0rem;width:40.5625rem;height:9rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVmlIhpQliuWAQpi2Th6XFvJuTamKePG { top:14.6875rem;left:0rem;width:42.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCmTdAfHGmk0SSSOPKEHyNDMzeXgbnU6 { top:26.5rem;left:0rem;width:30.4375rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbdeQ4SxCCZL8ZbFAdSuQqC7Uq8OxzW6 { top:0.5625rem;left:12.5625rem;width:34.625rem;height:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X { display:block; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksA43GidIgGQQ3lz1fRSzsTZ5tQai6K1 { top:10.625rem;left:14.125rem;width:33.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHNiPIy48hEMTbfGEVTbNPdhUZzgOMB1 { top:19.6875rem;left:15.0625rem;width:32.6875rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR978GyFcHsEtHk7vy42zKH84prKOFto { top:13.1875rem;left:0rem;width:28.1875rem;height:19.520376671033rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrScHKsiqVA8Qtnfth2LmiUQ6hwQyIfp { top:2rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4NMVnT9904LE4NeL9fTz3vs6Pxlfs1I { top:36.375rem;left:0rem;width:47.75rem;height:34.590771219424rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 { display:block; }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqbdbV1oMQzpMLF2D9M1vzX3dPa0yXiO { top:14.5625rem;left:0rem;width:36rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVWouF8gqpJKWA5SyMTi4saBQgmRa1SN { top:16.625rem;left:0rem;width:34.0625rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4I2zPl7lB9Bt6ar6Jp2fa7lDe47ssNw { top:26.5625rem;left:0rem;width:29.375rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1foHrHS9RXWbxuTxNaDWiAqBHS093g9 { top:37.3125rem;left:0rem;width:30.8125rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM8Nbii9BJJ80xhvEgw2nJ5GSGaV0wXS { top:12.1875rem;left:0rem;width:1.25rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp26bS9nb5gZipNIvu0Q11D1TdSkT6pM { top:22.0625rem;left:0rem;width:1.25rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JckPc6geSfRsxkQIuaZTtVBl4sTMk9qH { top:32.375rem;left:0rem;width:1.25rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF8M96i7kWOhv4q5txof1dmIO8uCRcCs { top:24.5rem;left:0rem;width:36rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2M5167BW827SvqB7DgckrJdasGvBG0w { top:34.9375rem;left:0rem;width:36rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKaR0F2N5BSKcoDTWuPmZkUdxsE52Fao { top:3.875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiXNrpNzpS5G5moFiMorRTf5cAfeT580 { display:block; }#QiXNrpNzpS5G5moFiMorRTf5cAfeT580 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdD0B67Xh47veWV23rckckp3k98DHTJH { top:12.8125rem;left:2.25rem;width:42.6875rem;height:8.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpsCmnWBvIAIoDS4p83f5RVCmkCzhDC { top:22.625rem;left:2.4375rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zdgk69z9CkCxkfahnm5mTXWc6b8buUm3 { top:22.625rem;left:15.5625rem;width:28.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsFNTd2vvzxWtEw1GFzO3vzMdSKUToe0 { top:23.25rem;left:2.4375rem;width:12.5rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSSxCHq0B0uZUCFHKHItRdGmhm3fUfTE { top:23.875rem;left:22.8125rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOQ4ZcAJ8pP1F56HqNoUTnrZx2JGZTmK { top:27.125rem;left:2.4375rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsXUlI5PMsfuyNOq9DscAQTeE2L4ZTf3 { top:27.125rem;left:15.5625rem;width:28.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgQJSqAB2OmPLnM2bWBhlo6WxCQqSJr0 { top:28.375rem;left:2.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ry8C4AKoG5amorfKoF3qa9E4ynFpqi { top:28.25rem;left:19.7470703125rem;width:20.4375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqRqlTnrwSlBSsvWrQJWoEGARptgEwGH { top:31.5625rem;left:2.4375rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xggWhJ9Daoi2yzaFUiGNXWkcXLzlWxDI { top:31.5625rem;left:15.5625rem;width:28.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKZxwNpFJxN5XVqs3zqVQXE0leDorLkW { top:32.8125rem;left:2.186767578125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r12ub07e0UCcoeEm6BzBacXRGUL33NL5 { top:41.75rem;left:0rem;width:47.6875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK4TNQrkAOg3MydbRgDP3a1dK2w6Me2q { top:36.0625rem;left:2.4375rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0CFCedklwNd2VnH8Lw9F6JRbO8TfABc { top:36.0625rem;left:15.5625rem;width:28.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKA5WGs96u51iZb5UQ3DT9JhrOrWZWe6 { top:37.25rem;left:2.43701171875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDQydMkL3m83q0LdStRSTeEGSs74Lczg { top:32.6875rem;left:19.7470703125rem;width:20.4375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy4DQM8GMl3lizoDkASAcsMiAMNTUBII { top:37.1875rem;left:19.7470703125rem;width:20.4375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOLK1hfZw0dH6OuDH5v0qt4mkTDuu1QN { top:2.5625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmJ0ftIMiaKV9XmX3kay5s7lsvPF87wI { top:46.5rem;left:14.125rem;width:18.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLNTCqwf7hKnQVP4hRgzzKZh5iedr7TG { display:block; }
 }@media only screen and (max-width: 763px) { #v5GucIGJ03JG3UH0o58790PnIQLHCUnZ { display:block; }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJlMqaqOEOaR7xJiAH8M8IRBbKGD7lzU { top:14.1875rem;left:0rem;width:27.5rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quloKKDGWcadG7oavTRkHrTLShRFvKU9 { top:20.6875rem;left:0rem;width:21.125rem;height:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM39T5LvUWcPNlu5dlyc7c5mewOd84ze { top:14.25rem;left:20.25rem;width:27.5rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uePuLlepqge94WeH5Cq4qmqXFNHrqSFC { top:15.375rem;left:6.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s03hBaVFzrZE6m4W1B2mfu3DoiXZneuB { top:20.75rem;left:22.6875rem;width:25.0625rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrMMX10Gm9iDh3tcPTS88MAwlB6ZNMVD { top:15.375rem;left:37.966796875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwGC7TzBdROSM7IagZGI0TxaNTBB9puZ { top:31.125rem;left:0rem;width:27.5rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz8H4yp6Cqn79N4LW3Pc6JbkdZG71LyT { top:31.125rem;left:20.25rem;width:27.5rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvhzJULDPxwpdvk9UdGxEgZA9SxuFrHH { top:38.5rem;left:0rem;width:24.5rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7eHJtczRsQXVD6DGJMef0c1w4ocrKZf { top:38.5rem;left:24rem;width:23.75rem;height:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STHmD4Llzf13kgs4FGBa4vMaIiMxVP2b { top:32.4375rem;left:5.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua3KGH7IZOt6QIeaDHbPeU1SWvI3Lv1B { top:32.4375rem;left:37.1875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USvlt5wHk6KnAzMSZe14rUXSdlUbM0o1 { top:3.9375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4WXg074id065oTI2lgvJ77lL3Ot4o4T { display:block; }#E4WXg074id065oTI2lgvJ77lL3Ot4o4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITNpWeLrc0rxkKMT8XhQqyNHv4ENLs86 { top:2.3125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPhuC8AbTJgbmTSdFTLowRS32oDeeLvn { top:11.6875rem;left:0rem;width:13.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws1S8U20diPwcwa5AN5zISCuR3uBuunh { top:12rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQvQhMPahbptnBf4Vb0KZsrtbVTRmRwv { top:15.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZGBzIcJIa4d7W31zPsZrB0ZC3NiASJ { top:15.3125rem;left:0rem;width:16.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek37JZ2aoeTpzEBS0Rx0NBB6q4m4wRNo { top:19.8125rem;left:14.65625rem;width:18.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB7io0iNK4WivxeVgr5Jt5nuJbAXJxW3 { display:block; }
 }@media only screen and (max-width: 763px) { #t2KVTCAX2L9TJrivM90fgMxvxRc8p6le { top:6.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSCfcLVTZDtsOZorHcubpZNMrd7THUIz { display:block; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIwhJTeszOZOTAQhvesEqywNbJz92FGT { top:8.25rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxBuy8BaTPO0xCq4ldrPHCQeP7pglt8 { top:3.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPRQUT4dyxBxiLHXLPwSQeRvltvF8E5N { top:18.4375rem;left:0rem;width:16.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVQ3bxZKxdGW8TrNdZu244B3DkMNRp7S { top:19.9375rem;left:0rem;width:16.625rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCOTNW0dQgqXXgqro06hVAyLVhFH6P27 { top:22.6875rem;left:15.5625rem;width:16.6875rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGorCznmTUGBBocQZigdIGvJPTHsrSAN { top:22.6875rem;left:0rem;width:16.625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQBWF1WFFMSCpAVmC3TZc0BwoVfZigiS { top:19.75rem;left:31rem;width:16.75rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdKuv2p6syN7hN06gr6IILa6KowzcP0h { top:22.6875rem;left:31.125rem;width:16.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmNAXGSAOmE8NovWpe1VTyDGahyVNrH7 { top:18.4375rem;left:15.5rem;width:16.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBFgAAI4yPcF5nxbAQ7fJcw2S5sNqqgX { top:19.875rem;left:15.56201171875rem;width:16.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iheFHBokfQPmsTPrmMXBOeq1uOGH0BM9 { top:18.4375rem;left:31.0625rem;width:16.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHLElHHufonaBWHs3AZX9i3y64oSqShk { display:block; }#SHLElHHufonaBWHs3AZX9i3y64oSqShk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROSg64HGX3bTJhMIVm1An4wGxtgEhMbZ { top:1.5625rem;left:0rem;width:42.8125rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIhy8khy2eJHCVBk1zlgvnlickR3yJLf { top:7.5rem;left:0rem;width:42.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCaE9e74ZrW7ei1HUJHT2mLVqEWpntKt { top:8.75rem;left:0rem;width:3rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5WwSBkT1G79n2JFXdkkxuV93kTF7Sro { top:8.75rem;left:0rem;width:31.5625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuLH7bQRTS8upe2BIOyw2gzecDVEVgrS { top:16.875rem;left:0rem;width:3rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPD4LlAtqSM2M46a6RB6nJA3rXhnZP7r { top:16.875rem;left:0rem;width:32.375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFU584b8gTZFJ9cwIHEFHssTKbTcZDJA { top:15.4375rem;left:0rem;width:42.8125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AanU3OPiGmUlpMXalg4nBZIRW2NW7F9T { top:23.875rem;left:0rem;width:42.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9X95XhAiCT1UDxgzJGkunUZpeHA8mbB { top:25rem;left:0rem;width:3rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKxFM08lFTX47nDLOsgLMdqVwERFiP7h { top:25.9375rem;left:0rem;width:32.375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tug0WbAw1brEJom25wGDUT3GwgXJH242 { display:block; }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnGRg9clBUIlrQ1HzLZuZvSHApGciAH0 { top:2.9375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXZBAa8qexiwwIpd2ftMd5BIB2Uqqqz1 { top:7.625rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN5NtiJtczT1Op5bDiPn6TW5N6kWBBkM { top:14.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTBtBMRN7VX4JnT7fJNV3nCArJVXTb2 { width:15rem;height:3.25rem;top:20.0625rem;left:18.903076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeBVVAQr5iBDZBThTZhVpUKerIs1oUnx { display:block; }
 }@media only screen and (max-width: 763px) { #Wyx1NEcVw0nDN4g1pDWwC7nB5rgow3bT { width:24.25rem;height:3rem;top:25.1875rem;left:18.903076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owa4sWv3ikUTgI3IE4iO2065zkiEWroT { display:block; }
 }@media only screen and (max-width: 763px) { #Hp8OckVrl0Qtt1MTyXAZd23TOHXhF7yO { top:20.125rem;left:14.6433109375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D11Fi4vulRIHCJ5vwq5TkwmRf7fBFvCN { top:25.25rem;left:14.738037109375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kisv61h8zKNy7rovXulfTqikakqhCtxG { display:block; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai2xIW616d2ncc6oayKI2rnGykEXzvNo { top:2.875rem;left:15.062501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { top:2.875rem;left:18.437501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { top:3.6875rem;left:36.000001907349rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { top:1.6875rem;left:0rem;width:13.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ccc3689-59b2-4e19-98e6-a87946c3ebc2/Rectangle15763.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm.adaptive-delivery-prevent-bg, #t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm.lazyload, #t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm.lazyloading { background-image: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { background-color: transparent; background-image: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container > .video-iframe-container { display: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container { display: none; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .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); }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { border-width: 0; border-radius: 0; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2EKXyQC0xJ2FD3TcHeecqvIndIETRvm > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek8zopaC7xOHvZUGnUNpmOc85CfsmpK1 { width:9.812rem;height:3.624675rem;top:8.3374rem;left:5.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yTu5T9LoPkJvoeLeTf4pf46BmNApKS4X { width:7.375rem;height:6.25rem;top:5.1875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFuUxN0FirLhdFweUUGKFTXJC475pvuC { width:20rem;height:5.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT { display:none; }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uKecMac2THdeuWW0ahTrahKHKIoSSGMW { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { background-color: transparent; background-image: none; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container > .video-iframe-container { display: none; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row > .video-iframe-container { display: none; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .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); }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { border-width: 0; border-radius: 0; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKecMac2THdeuWW0ahTrahKHKIoSSGMW > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGQhvLxh7qKxA2hwLcz1HZ71QM3Ux6FX { width:20rem;height:8.75rem;top:12.07763671875rem;left:0rem;z-index:14998;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDT3a1VtPMfmxtyrnsRSfrpvTgu1ddD9 { top:3.936767578125rem;left:10.5029296875rem;width:9.495875rem;height:16.875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HxKEscZpC8MPJvvvkChUyZ4Thq6NfV0r { top:1.185302734375rem;left:0.72021484375rem;width:18.558375rem;height:3.5996125rem;z-index:15006;font-family:worksans;font-weight:700;font-style:normal;font-size:1.5rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #auTXSmtrsySKTwNDCcz7JgOPeTe0Xu6i { top:6.25rem;left:1.4404296875rem;width:15.1245rem;height:2.699225rem;z-index:15007;font-family:worksans;font-weight:400;font-style:normal;font-size:1.125rem;line-height:1.2;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iKbTiGWuG6KfkOkTBfCQ5u8dUztJxppe { width:20rem;height:14.75rem;top:39.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oz78yoNTNv0mUutf9b5Q2cXiidrxball { width:12.5rem;height:1.29980625rem;top:10.687255859375rem;left:7.5rem;font-size:1rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKAxJFTu9WqAuNavrXp84xxTklogEm4f { width:20rem;height:0;top:70.9248046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tVmlIhpQliuWAQpi2Th6XFvJuTamKePG { width:20rem;height:0;top:79.3730546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eCmTdAfHGmk0SSSOPKEHyNDMzeXgbnU6 { width:8.8745rem;height:4.5rem;top:14.2041015625rem;left:1.70654296875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zbdeQ4SxCCZL8ZbFAdSuQqC7Uq8OxzW6 { width:20rem;height:26.101083032491rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X { display:block; }#tiXDhnMLF6qBt09Uor5SitT7ve9w7g7X > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksA43GidIgGQQ3lz1fRSzsTZ5tQai6K1 { width:17.3125rem;height:4.22363125rem;top:5.99853515625rem;left:1.187744140625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHNiPIy48hEMTbfGEVTbNPdhUZzgOMB1 { width:17.37425rem;height:7.389625rem;top:11.5966796875rem;left:1.31103515625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nR978GyFcHsEtHk7vy42zKH84prKOFto { width:18.375rem;height:12.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrScHKsiqVA8Qtnfth2LmiUQ6hwQyIfp { width:17.8125rem;height:3.25rem;top:1.68701171875rem;left:1.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4NMVnT9904LE4NeL9fTz3vs6Pxlfs1I { width:20rem;height:14.43725rem;top:20.43093125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 { background-color:#ffffff;background-image:none;display:block; }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row .container { background-color: transparent; background-image: none; }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row .container > .video-iframe-container { display: none; }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row > .video-iframe-container { display: none; }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .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); }#wQtuPCtzNrs8sa0wpODZZgXDGZZMFv62 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqbdbV1oMQzpMLF2D9M1vzX3dPa0yXiO { width:20rem;height:4.8120125rem;top:5.7495125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVWouF8gqpJKWA5SyMTi4saBQgmRa1SN { width:17.75rem;height:3.1669875rem;top:7.09765625rem;left:1.8740234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H4I2zPl7lB9Bt6ar6Jp2fa7lDe47ssNw { width:17.5610625rem;height:2.11181875rem;top:13.1591796875rem;left:1.513671875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f1foHrHS9RXWbxuTxNaDWiAqBHS093g9 { width:18rem;height:3.16699375rem;top:19.220703125rem;left:1.638671875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iM8Nbii9BJJ80xhvEgw2nJ5GSGaV0wXS { width:1.25rem;height:2.5996125rem;top:4.578857421875rem;left:0.999755859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp26bS9nb5gZipNIvu0Q11D1TdSkT6pM { width:1.25rem;height:2.5996125rem;top:10.5615234375rem;left:0.999755859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JckPc6geSfRsxkQIuaZTtVBl4sTMk9qH { width:1.25rem;height:2.5996125rem;top:16.62353515625rem;left:0.999755859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF8M96i7kWOhv4q5txof1dmIO8uCRcCs { width:20rem;height:4.8120125rem;top:11.811525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2M5167BW827SvqB7DgckrJdasGvBG0w { width:20rem;height:4.8120125rem;top:17.8735375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKaR0F2N5BSKcoDTWuPmZkUdxsE52Fao { width:18.999rem;height:3.25rem;top:1.25rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QiXNrpNzpS5G5moFiMorRTf5cAfeT580 { display:block; }#QiXNrpNzpS5G5moFiMorRTf5cAfeT580 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdD0B67Xh47veWV23rckckp3k98DHTJH { width:18.374rem;height:8.4453125rem;top:5.49805rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDpsCmnWBvIAIoDS4p83f5RVCmkCzhDC { width:7.875rem;height:3.75rem;top:13.941650390625rem;left:1.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zdgk69z9CkCxkfahnm5mTXWc6b8buUm3 { width:8.4375rem;height:3.75rem;top:13.941650390625rem;left:10.374267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsFNTd2vvzxWtEw1GFzO3vzMdSKUToe0 { width:7.0605625rem;height:2.1118125rem;top:14.759521484375rem;left:1.781005859375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSSxCHq0B0uZUCFHKHItRdGmhm3fUfTE { width:6.3733125rem;height:2.11181875rem;top:14.759521484375rem;left:11.405029296875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOQ4ZcAJ8pP1F56HqNoUTnrZx2JGZTmK { width:8rem;height:3.75rem;top:18.88671875rem;left:1.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsXUlI5PMsfuyNOq9DscAQTeE2L4ZTf3 { width:8.3125rem;height:3.75rem;top:18.88671875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgQJSqAB2OmPLnM2bWBhlo6WxCQqSJr0 { width:6.5625rem;height:1.29980625rem;top:20.111083984375rem;left:1.966552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ry8C4AKoG5amorfKoF3qa9E4ynFpqi { width:7.99925rem;height:1.3808625rem;top:20.07080078125rem;left:10.592041015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqRqlTnrwSlBSsvWrQJWoEGARptgEwGH { width:7.9375rem;height:3.75rem;top:23.760986328125rem;left:1.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xggWhJ9Daoi2yzaFUiGNXWkcXLzlWxDI { width:8.1875rem;height:3.75rem;top:23.760986328125rem;left:10.466552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKZxwNpFJxN5XVqs3zqVQXE0leDorLkW { width:6.9360625rem;height:1.29980625rem;top:24.9853515625rem;left:1.966552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r12ub07e0UCcoeEm6BzBacXRGUL33NL5 { width:17.125rem;height:3.167725rem;top:33.824462890625rem;left:1.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vK4TNQrkAOg3MydbRgDP3a1dK2w6Me2q { width:8rem;height:3.75rem;top:28.57421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0CFCedklwNd2VnH8Lw9F6JRbO8TfABc { width:8.1875rem;height:3.75rem;top:28.57421875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKA5WGs96u51iZb5UQ3DT9JhrOrWZWe6 { width:8.1860625rem;height:1.29980625rem;top:29.798583984375rem;left:1.37451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDQydMkL3m83q0LdStRSTeEGSs74Lczg { width:8.25rem;height:1.3808625rem;top:25.108642578125rem;left:10.450439453125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy4DQM8GMl3lizoDkASAcsMiAMNTUBII { width:8rem;height:1.3808625rem;top:29.921875rem;left:10.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOLK1hfZw0dH6OuDH5v0qt4mkTDuu1QN { width:18.81225rem;height:3rem;top:1.25rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmJ0ftIMiaKV9XmX3kay5s7lsvPF87wI { top:38.873291015625rem;left:0.78125rem;width:18.4375rem;height:4.56176875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLNTCqwf7hKnQVP4hRgzzKZh5iedr7TG { display:block; }
 }@media only screen and (max-width: 763px) { #v5GucIGJ03JG3UH0o58790PnIQLHCUnZ { background-color:#f4f3f3;background-image:none;display:block; }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row .container { background-color: transparent; background-image: none; }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row .container > .video-iframe-container { display: none; }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row > .video-iframe-container { display: none; }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .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); }#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJlMqaqOEOaR7xJiAH8M8IRBbKGD7lzU { width:20rem;height:8.125rem;top:5.7495125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quloKKDGWcadG7oavTRkHrTLShRFvKU9 { width:14.375rem;height:2.111325rem;top:9.9365234375rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM39T5LvUWcPNlu5dlyc7c5mewOd84ze { width:20rem;height:8.125rem;top:15.67383125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uePuLlepqge94WeH5Cq4qmqXFNHrqSFC { width:2.624025rem;height:2.624025rem;top:5.7490234375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s03hBaVFzrZE6m4W1B2mfu3DoiXZneuB { width:20rem;height:2.111325rem;top:18.6787109375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrMMX10Gm9iDh3tcPTS88MAwlB6ZNMVD { width:2.624025rem;height:2.624025rem;top:14.8603515625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwGC7TzBdROSM7IagZGI0TxaNTBB9puZ { width:20rem;height:8.125rem;top:25.535894140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz8H4yp6Cqn79N4LW3Pc6JbkdZG71LyT { width:20rem;height:4.5rem;top:35.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvhzJULDPxwpdvk9UdGxEgZA9SxuFrHH { width:18.125rem;height:3.16699375rem;top:27.84765625rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7eHJtczRsQXVD6DGJMef0c1w4ocrKZf { width:16.1845625rem;height:2.111325rem;top:36.466796875rem;left:1.9072265625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STHmD4Llzf13kgs4FGBa4vMaIiMxVP2b { width:2.624025rem;height:2.624025rem;top:22.97265625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua3KGH7IZOt6QIeaDHbPeU1SWvI3Lv1B { width:2.624025rem;height:2.624025rem;top:32.7119140625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USvlt5wHk6KnAzMSZe14rUXSdlUbM0o1 { width:18.999rem;height:3.25rem;top:1.25rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #E4WXg074id065oTI2lgvJ77lL3Ot4o4T { display:block; }#E4WXg074id065oTI2lgvJ77lL3Ot4o4T > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITNpWeLrc0rxkKMT8XhQqyNHv4ENLs86 { width:17.5625rem;height:2.4375rem;top:1.25rem;left:1.436767578125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPhuC8AbTJgbmTSdFTLowRS32oDeeLvn { width:13.6853125rem;height:1.29980625rem;top:10.718994140625rem;left:4.561767578125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ws1S8U20diPwcwa5AN5zISCuR3uBuunh { display:flex;width:1.499025rem;height:1.499025rem;top:10.6201171875rem;left:4.561767578125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #mQvQhMPahbptnBf4Vb0KZsrtbVTRmRwv { display:flex;width:1.499025rem;height:1.499025rem;top:15.916748046875rem;left:4.561767578125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Z8ZGBzIcJIa4d7W31zPsZrB0ZC3NiASJ { width:13.5608125rem;height:1.29980625rem;top:16.015625rem;left:4.561767578125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ek37JZ2aoeTpzEBS0Rx0NBB6q4m4wRNo { top:19.503173828125rem;left:1.500244140625rem;width:16.9983125rem;height:3.62426875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB7io0iNK4WivxeVgr5Jt5nuJbAXJxW3 { display:block; }
 }@media only screen and (max-width: 763px) { #t2KVTCAX2L9TJrivM90fgMxvxRc8p6le { width:15.49925rem;height:2.5996125rem;top:5.311279296875rem;left:2.24853515625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSCfcLVTZDtsOZorHcubpZNMrd7THUIz { display:block; }#lSCfcLVTZDtsOZorHcubpZNMrd7THUIz > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIwhJTeszOZOTAQhvesEqywNbJz92FGT { width:18.62425rem;height:8.44530625rem;top:4.12475625rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzxBuy8BaTPO0xCq4ldrPHCQeP7pglt8 { width:18.93675rem;height:1.625rem;top:1.25rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BPRQUT4dyxBxiLHXLPwSQeRvltvF8E5N { width:6.25rem;height:6.25rem;top:13.82081875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVQ3bxZKxdGW8TrNdZu244B3DkMNRp7S { width:4.624025rem;height:3.89941875rem;top:15.389404296875rem;left:7.686767578125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCOTNW0dQgqXXgqro06hVAyLVhFH6P27 { width:6.12426875rem;height:2.92383125rem;top:25.360107421875rem;left:6.937255859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGorCznmTUGBBocQZigdIGvJPTHsrSAN { width:4.311525rem;height:0.9746125rem;top:17.50732421875rem;left:7.843017578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQBWF1WFFMSCpAVmC3TZc0BwoVfZigiS { width:3.4375rem;height:3.89941875rem;top:33.15185546875rem;left:8.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdKuv2p6syN7hN06gr6IILa6KowzcP0h { width:3.999025rem;height:2.2734375rem;top:34.85107421875rem;left:7.999267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmNAXGSAOmE8NovWpe1VTyDGahyVNrH7 { width:6.25rem;height:6.25rem;top:22.528076171875rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBFgAAI4yPcF5nxbAQ7fJcw2S5sNqqgX { width:4.4995125rem;height:2.5996125rem;top:23.763427734375rem;left:7.750244140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iheFHBokfQPmsTPrmMXBOeq1uOGH0BM9 { width:6.25rem;height:6.25rem;top:31.820068359375rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHLElHHufonaBWHs3AZX9i3y64oSqShk { display:block; }#SHLElHHufonaBWHs3AZX9i3y64oSqShk > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROSg64HGX3bTJhMIVm1An4wGxtgEhMbZ { width:17.5625rem;height:1.5rem;top:0.9375rem;left:1.21875rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XIhy8khy2eJHCVBk1zlgvnlickR3yJLf { width:20rem;height:4.8120125rem;top:3.999025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCaE9e74ZrW7ei1HUJHT2mLVqEWpntKt { width:3.061525rem;height:2.5996125rem;top:5.106201171875rem;left:1.578369140625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5WwSBkT1G79n2JFXdkkxuV93kTF7Sro { width:15.4358125rem;height:2.2734375rem;top:5.279542578125rem;left:4.5641875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuLH7bQRTS8upe2BIOyw2gzecDVEVgrS { width:2.99805rem;height:2.5996125rem;top:11.336669921875rem;left:1.60888671875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPD4LlAtqSM2M46a6RB6nJA3rXhnZP7r { width:14.8108125rem;height:2.2734375rem;top:11.49902578125rem;left:5.1891875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFU584b8gTZFJ9cwIHEFHssTKbTcZDJA { width:20rem;height:5.249025rem;top:10.0610375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AanU3OPiGmUlpMXalg4nBZIRW2NW7F9T { width:20rem;height:4.6875rem;top:16.5600625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #dddddd ;display:block; }
 }@media only screen and (max-width: 763px) { #m9X95XhAiCT1UDxgzJGkunUZpeHA8mbB { width:2.99926875rem;height:5.199225rem;top:17.87109375rem;left:1.60888671875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKxFM08lFTX47nDLOsgLMdqVwERFiP7h { width:15.18675rem;height:2.2734375rem;top:18.620609375rem;left:4.81325rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tug0WbAw1brEJom25wGDUT3GwgXJH242 { display:block; }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 { background-color: transparent; background-image: none; }#Tug0WbAw1brEJom25wGDUT3GwgXJH242::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .row .container > .video-iframe-container { display: none; }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .row > .video-iframe-container { display: none; }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .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); }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 { border-width: 0; border-radius: 0; }#Tug0WbAw1brEJom25wGDUT3GwgXJH242 > .row .container { width:20rem;height:17.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnGRg9clBUIlrQ1HzLZuZvSHApGciAH0 { width:20rem;height:1.625rem;top:2.205810546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXZBAa8qexiwwIpd2ftMd5BIB2Uqqqz1 { width:20rem;height:1.625rem;top:4.892578125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qN5NtiJtczT1Op5bDiPn6TW5N6kWBBkM { width:20rem;height:1.3808625rem;top:8.377685546875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqTBtBMRN7VX4JnT7fJNV3nCArJVXTb2 { width:8.3105625rem;height:2.999025rem;top:10.560546875rem;left:5.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeBVVAQr5iBDZBThTZhVpUKerIs1oUnx { display:block; }
 }@media only screen and (max-width: 763px) { #Wyx1NEcVw0nDN4g1pDWwC7nB5rgow3bT { width:14.4980625rem;height:2.999025rem;top:13.498046875rem;left:5.5009765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owa4sWv3ikUTgI3IE4iO2065zkiEWroT { display:block; }
 }@media only screen and (max-width: 763px) { #Hp8OckVrl0Qtt1MTyXAZd23TOHXhF7yO { display:flex;width:1.936525rem;height:1.936525rem;top:11.0302734375rem;left:2.9169921875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #D11Fi4vulRIHCJ5vwq5TkwmRf7fBFvCN { display:flex;width:1.999025rem;height:1.999025rem;top:13.998046875rem;left:2.8857421875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Kisv61h8zKNy7rovXulfTqikakqhCtxG { display:block; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai2xIW616d2ncc6oayKI2rnGykEXzvNo { width:3.125rem;height:3.125rem;top:6.4990234375rem;left:5.8740234375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { width:3.125rem;height:3.125rem;top:6.4990234375rem;left:10rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { width:11.6858125rem;height:1.29980625rem;top:10.186767578125rem;left:4.156494140625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { width:10.874rem;height:4.12475625rem;top:1.25rem;left:4.5625rem;display:block; }
 }