.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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:7rem;width:18.4375rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#udUagth1T9aRfxIITLTeJgqQ11JVX8Bc { z-index:15005;top:2.9375rem;left:41.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffc717;border-left:0.0625rem solid #ffc717;border-right:0.0625rem solid #ffc717;border-bottom:0.0625rem solid #ffc717;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fLWx6XlKKWqqwTFVKAtANH96v3ZTlLsR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 { 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; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { background-color: transparent; background-image: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container > .video-iframe-container { display: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row > .video-iframe-container { display: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .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); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { border-width: 0; border-radius: 0; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#cgvhhcWrRvIprprTHzHqhxLF42GpcFHI { z-index:15004;top:27.25rem;left:12.9375rem;background-color:#ffc717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:4rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t4xxQO1byD3RoNirs0n4rtq830R2iQNs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SDG4lWsvdJ3N2qyFKJdS1hmWF1C5eSGb { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.25rem;width:48.25rem;top:15rem;left:7.6875rem;display:block; }
#aAL9Q9FfTLe6nAia4yJx3AUXfTKKsHB7 { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:worksans;font-size:3rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4.18212890625rem;left:10.374349594116rem;height:7.1996875rem;font-style:normal;display:block; }
#wxPealO4uu6drTQnL3tSpT0bSQUQgAwV { 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:34.9375rem;width:26.9375rem;top:0.1875rem;left:37.9140625rem;overflow:hidden;display:block; }
#clVOeyybWUqZybblhkfCJ3iLKQvbbyTN { color:#ffffff;display:block;width:27.561875rem;position:absolute;font-family:worksans;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:17rem;left:10.375rem;height:5.25rem;font-style:normal;display:block; }
#v5GucIGJ03JG3UH0o58790PnIQLHCUnZ { 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; }#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:48.0625rem;width:75rem;position:relative;display:block; }#MJlMqaqOEOaR7xJiAH8M8IRBbKGD7lzU { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ffc717;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.1875rem;width:16.6875rem;top:20.3720703125rem;left:1.623046875rem;display:block; }
#Z911aAiFkQ5TKQKHBMy4nX0Xft8mT4Kx { color:#000000;display:block;width:16.622375rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.642578125rem;left:1.654296875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lknEFD0MRBtVyENsPKkCoXNIxk3t44uK { color:#000000;display:block;width:11.3111875rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:22.875rem;left:22.591796875rem;height:3.8501rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KyxJ9EtVIKpJdRdaCxHou4tDUyN30sUt { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #061b85;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.1875rem;width:16.6875rem;top:20.3720703125rem;left:19.685546875rem;display:block; }
#EIUogGqnnIQ09VwINTg4X0hgc8Fn5cMA { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ffc717;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.25rem;width:16.6875rem;top:20.3720703125rem;left:37.7470703125rem;display:block; }
#s8FX2gokTwwbkyMLcgm5p40LvDvhhrrH { color:#000000;display:block;width:53.25rem;position:absolute;font-family:worksans;font-size:2.375rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:3.7487018108368rem;left:1.6236991882324rem;height:5.70068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MokfrQOfH5nlvfcSw2nFz6uRiDPPECAD { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:35.6416015625rem;left:21.21484375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iyd1rwrtwWT3sZ9cKAPrTb8iaSRhnfFu { color:#000000;display:block;width:14.934875rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.642578125rem;left:38.62109375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#quloKKDGWcadG7oavTRkHrTLShRFvKU9 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:worksans;font-size:1.8125rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:22.87109375rem;left:2.060546875rem;height:1.99340625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRta7p820Mps1UBuUB3IVbloHrbzlUDX { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:12.726565122604rem;left:1.6236991882324rem;height:5.3576625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zuu48obG6emLb3lfroQwHwL7p8icyCG5 { 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.5rem;width:4.5rem;top:28.96484375rem;left:7.716796875rem;overflow:hidden;display:block; }
#NvuoneLVfpEH8PiBeJQC7VfG8PFq1vXL { 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:3.875rem;width:3.875rem;top:28.96484375rem;left:25.779296875rem;overflow:hidden;display:block; }
#Ryawlh9CDqkGqyzCO9CR50OTi7omPQsD { 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.5rem;width:4.5rem;top:28.96484375rem;left:43.8408203125rem;overflow:hidden;display:block; }
#AwPI6ZrxBRur9VSC5IEsWE1d4tXwstN9 { color:#000000;display:block;width:8.9371875rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:22.873046875rem;left:41.62109375rem;height:3.8501rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJZiNFAWSGhQ6Szuu4ysGy7Tpulimtvp { z-index:15004;top:29.061685562134rem;left:16.687010765076rem;background-color:#ffc717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.62075rem;height:3.9982125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#vzrdXq6NIHG1VAwP3I8BF5EAXtTUmnW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a89d95ea-7738-4233-8f59-7a23f0f3b13e/freepik__adjust__21414.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH.adaptive-delivery-prevent-bg, #ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH.lazyload, #ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH.lazyloading { background-image: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container { background-color: transparent; background-image: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container > .video-iframe-container { display: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row > .video-iframe-container { display: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .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); }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container { border-width: 0; border-radius: 0; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#DTRTuCZPdkTPz0AMhKoGMC8ZAridenrZ { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:worksans;font-size:3rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wECS4lp41pxHlX421nHOUzo8IQKOvFw9 { color:#ffffff;display:block;width:56.9375rem;position:absolute;font-family:worksans;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.936847686767rem;left:0.12467479705811rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWUP2gEvgRJQ0Bcx21SEHuryVGvE3emC { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:29.687498092651rem;left:31.5rem;height:8.12378125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ra6bV9kfhaNsRXL1OTRQKQgbHDMrzvro { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:29.687498092651rem;left:47.1875rem;height:8.12378125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mkdi3OppQSDtyigX2odpqqTggyUpTQk1 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:worksans;font-size:1.4375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.249998092651rem;left:30rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrT2gufMAXPBppWbgPpFdVIZT7newdKC { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:worksans;font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:27.249998092651rem;left:45rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1vpDS1rJLudPtLcDcrrkCWlFdWt2hT4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:20.65576171875rem;left:35.655924797058rem;overflow:hidden;display:block; }
#e9wiOnSALmfd5bhkWpfdQ7SiUeHbcWMr { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:29.687498092651rem;left:16.6875rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JmRIT6lfvslkGfvMrX3lppHTDV2uJZg9 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:worksans;font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.249998092651rem;left:15rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VXVCN5O9bOBT7oEGAoto9ZG57aVJVQAs { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:worksans;font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:27.187498092651rem;left:0rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AenNhnX9z8oEGwAApf66oy3fSl45misW { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:29.687498092651rem;left:2.125rem;height:8.12378125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLWlp50Ms0zyF2KyW5OlzTH5AfLevqnO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:20.59375rem;left:20.59375rem;overflow:hidden;display:block; }
#CUgAyNp1SiQqqt55nQ76eyTgf8X9Qy65 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:20.59375rem;left:5.5rem;overflow:hidden;display:block; }
#WO2A0z6k8qZyfZsHSxoE8WlFTIs27iHo { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:20.59375rem;left:50.625003814698rem;overflow:hidden;display:block; }
#t83w3ybOMHcwAaKLSTCii8LsSyp2byne { box-sizing:content-box;height:17.9375rem;width:61.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0.51);background-image:none;top:23.081596374512rem;left:0.03125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PQLyTipZBA3PhFyEBObRP7TNLoo0bWlV { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.0625rem;width:6.0625rem;top:19.375000476837rem;left:4.40625rem;display:block; }
#EQUVxnklqpBZ7QkJcyKeG6qGtNe0gBP7 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.0625rem;width:6.0625rem;top:19.406250476837rem;left:19.46875rem;display:block; }
#mxLgPTLrvyTNMXboiEFBJb9XyodQavc3 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.0625rem;width:6.0625rem;top:19.406250476837rem;left:34.46875rem;display:block; }
#Hw4OVABF09VaGQIQGJtE7EpOWSvzRzA4 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.0625rem;width:6.0625rem;top:19.406250476837rem;left:49.437503814698rem;display:block; }
#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms { position:relative;display:none; }#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms { border-width: 0; border-radius: 0; }#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vrhWSHu3F0UOu0qylDOTUZ1IBftrxGmV { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:worksans;font-size:3rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iPchXH0A1cBCqhCquJ9e4IrcipJW4dvE { color:#ffffff;display:block;width:56.9375rem;position:absolute;font-family:worksans;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.936847686767rem;left:0.12467479705811rem;height:3.8981125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TnftKa9GIhsfoLEEBTyhPP8LUt7ZwMHL { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:20.59375rem;left:5.625rem;overflow:hidden;display:none; }
#OfISQdUc3bATPFBwqxZxcRff27d2Szoh { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.0625rem;width:6.0625rem;top:19.375000476837rem;left:4.40625rem;display:none; }
#z21CxN3ynwc4tB1r329KhffOyaKTP3kl { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:worksans;font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:27.187498092651rem;left:0rem;height:1.867675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ONTS7rtIQsy8uhdUQLuMiVe6FPyQ4ARm { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:29.687498092651rem;left:2.125rem;height:8.12175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AwJIxFu24DT4T4eilNUTwZg1BLReW86x { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:20.59375rem;left:20.59375rem;overflow:hidden;display:none; }
#MCXJi12TTTdibme6CM6eOFhMNX7M62h5 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.0625rem;width:6.0625rem;top:19.406250476837rem;left:19.46875rem;display:none; }
#FHdMHyUGptIRfTkkmVzXkz7vhZySV49B { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:worksans;font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.249998092651rem;left:15rem;height:1.867675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RtQ5LAr3Z64eFWBev6TcgOJLU3vg96bo { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:29.687498092651rem;left:16.6875rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kJx5WOKuTnc6ICkinzz3eHJCK6S8EEhe { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:20.59375rem;left:35.656253814698rem;overflow:hidden;display:none; }
#bev6NSvgHaMwL77CbMcoJUpFTxzowk7G { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.0625rem;width:6.0625rem;top:19.406250476837rem;left:34.46875rem;display:none; }
#ARJhOZToe96ZHdRL5hzOO9eZdVGEJtpM { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:worksans;font-size:1.4375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.249998092651rem;left:30rem;height:1.867675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pJLc3rtudfwKIg8HMceEFBvhPBMOeaH0 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:29.687498092651rem;left:31.5rem;height:9.746075rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gNo1bc1D7NvwutwvwoRiBGsFmesuM87S { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:20.59375rem;left:50.625003814698rem;overflow:hidden;display:none; }
#ZguWtffL4EucicTugKONKvCGGoJbiV93 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.0625rem;width:6.0625rem;top:19.406250476837rem;left:49.437503814698rem;display:none; }
#q4bJL3UbdRI6u3ynGgIXksX7J3oUwWQm { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:worksans;font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:27.249998092651rem;left:45rem;height:1.867675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yPn97e9KEuZusQm4bhSm1vKHmdvJ86qB { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:29.687498092651rem;left:47.1875rem;height:8.12175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JFbKECZxqFDyXrqVAtsiQ1cfkfV4Ol0x { z-index:15004;top:29.061685562134rem;left:16.687010765076rem;background-color:#ffc717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.62075rem;height:3.9982125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#yc5T0Ns152HaPNnz5saFga4agUtMzaIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e { position:relative;display:block; }#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e { background-color: transparent; background-image: none; }#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e > .row .container > .video-iframe-container { display: none; }#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e > .row > .video-iframe-container { display: none; }#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e > .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); }#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e { border-width: 0; border-radius: 0; }#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uCTROtEFQwFPqFVbhqGqC23qSy4TQJiK { color:#000000;display:block;width:62.1875rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.559896469116rem;left:0rem;height:3.571775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ouVBI9GySopaw0Jc0mEidt0byhAQM2zO { color:#000000;display:block;width:61.625rem;position:absolute;font-family:worksans;font-size:2.375rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:4.4348907470703rem;left:0rem;height:5.7006875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ { 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; }#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ > .row .container { background-color: transparent; background-image: none; }#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ > .row .container > .video-iframe-container { display: none; }#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ > .row > .video-iframe-container { display: none; }#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ > .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); }#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ > .row .container { border-width: 0; border-radius: 0; }#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#FkoDzT0qOdKyOUMmJKfZtpx08tMD4sMh { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.375rem;width:20rem;top:4.2496719360351rem;left:0rem;display:block; }
#S6WT9zwMBncNkuhKRBAkUccoht6ZM6fJ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.5) ;height:27.375rem;width:20rem;top:4.249267578125rem;left:20.8740234375rem;display:block; }
#AIikbPkhpKbhEbz1EyTCqmTsTEKfZa5d { position:absolute;display:block;z-index:15001;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.375rem;width:20rem;top:4.2496719360351rem;left:41.687010765076rem;display:block; }
#mKbUhekuu133amTNCwFunC7etkcTyt48 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:6.8515631556512rem;left:0rem;height:1.51171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c18mzUCbr8RKl0P7Pft7bSlwLeRRBli7 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:20.968096733093rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#uui11gu2vqnh8kSzHFQqunnT011Pcd6E { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.6455078125rem;left:4.1442060470581rem;height:2.9248rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qNWWaFcTtJ1OJtDpz0kX42XnMoWnnvMg { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.083343505859rem;left:0.95703125rem; }
#cXSoMRTBBsxeVN0yWdqBUASa88seAq9V { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:17.5rem;left:0.95703125rem; }
#CMpZq8KqdZ1tnG4GKJLLENxk4hpefW63 { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.0751953125rem;left:4.1442060470581rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OrrmFT12EesMWz9KovweQ9z9UqpyEfJd { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.36751306057rem;left:0.95621776580813rem; }
#RZZyRyV4a1pUqVyTqW4zUN72nVWhnXww { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.020843505859rem;left:21.581706047058rem; }
#K9EApVWbowCeltpP06a0bdx1GkH95uIu { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.374847412109rem;left:21.562174797058rem; }
#KMJOJuKetXlTnNXfsWA90T27ry8trUEI { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.620941162109rem;left:24.937010765076rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KGELmkL7m74gXxpZPqFBAIUl6nXP6MZf { color:#ffffff;display:block;width:20rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:9.0520846247675rem;left:0rem;height:2.4755875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XomsQaKEFrQdFB4lRaigIx5fHtaU9BgT { color:#000000;display:block;width:20rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:9.0625rem;left:20.874510765076rem;height:2.4755875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gPawPPVFfi9eDHEfZ3CZyayCucu9N6bb { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.875rem;left:41.749999046326rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#bSsCUO6p7GbioBFggpr6aUuwLTUbvkcy { color:#ffffff;display:block;width:20rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:9.0625rem;left:41.687335014343rem;height:2.4755875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uoZ1E4T1b46FlKHM1qFLMLtNMPAJQMZD { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.625rem;left:46.062335014343rem;height:2.9248rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VyZ4pM4se8wf72Wr62uz1X3MpvGKtMa1 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.186859130859rem;left:42.562174797058rem; }
#WbEhZs9lUWV2hGENRlQVOn3IZM4nUxe2 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.5rem;left:42.562174797058rem; }
#LT2X0KnXx6Pv0KHVCzFFafM47hVwbCxn { color:#ffffff;display:block;width:15.1871875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:23.9921875rem;left:4.1552734375rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GTFQagcbVRE7VuJCMc9qmwrloOZ7VSWO { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:17.5rem;left:21.562174797058rem; }
#r7AXg1u27ChD03yPQu8dtVWDeUpyAf50 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:18.0625rem;left:24.937010765076rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LvOgDdUnc1XuEGyftLJWDHVSmRl0id4C { color:#000000;display:block;width:15.1871875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:24rem;left:24.937010765076rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ltfk8wkR8yeOv5PwWfpxOF413taMtNK4 { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.0625rem;left:45.999674797058rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k1hF8hiDBpPWFH6PqWMxO0UpJ7vzGCOb { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:23.24951171875rem;left:42.312335014343rem; }
#GTSVUmDNVNb2Oq5fr4ERnBb7cp5hHn63 { color:#ffffff;display:block;width:15.1871875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:24rem;left:46.062335014343rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ { 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; }#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ > .row .container { background-color: transparent; background-image: none; }#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ > .row .container > .video-iframe-container { display: none; }#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ > .row > .video-iframe-container { display: none; }#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ > .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); }#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ > .row .container { border-width: 0; border-radius: 0; }#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#MHld4CpEzlGHc4mReT9gqkzIqvA0nSFe { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #9c9c9c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:25.5rem;width:18.8125rem;top:12.09619140625rem;left:0rem;display:block; }
#y1DVUrr2CPl74VngVRyeeIBDw1CoHyK3 { position:absolute;display:block;z-index:15006;background-color:#ffc717;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:27.75rem;left:7.75rem;display:block; }
#Zz2lsba6HwuWUXFUu4iJ1wys2u4pNXoA { color:#061b85;display:block;width:18.75rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:15.03125rem;left:0.09375rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WULJwbOfiRgsHONZHlnhgZitnyZDJOc9 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:18.7109375rem;left:0rem;height:4.550775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yG8wGHHRF8wCo2nSdbE7WnLpCnPe8Z4f { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.375rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#oXSzKcpf5HE8BEARHBFuC8lmwutsobZx { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:29.374347686767rem;left:0rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#ieGPhUnCan3BPM42KN2s9UdCRcXXdstP { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:32.87451171875rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#EBlDW0dAknWuPWAuhRv4GdoEGVMuWwWC { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #9c9c9c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:25.5rem;width:18.8125rem;top:12.1240234375rem;left:20.499267578125rem;display:block; }
#yyVIZU1unM7MElwbwp9UW4e4EJTzRRBT { position:absolute;display:block;z-index:15015;background-color:#ffc717;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:27.75rem;left:28.25rem;display:block; }
#VmLIETA1arvrTJdKPJrWewQUz9uFodwn { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:24.375rem;left:20.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#eLdqUSm9n4VhoiOgFKPu9thipuSdwdwu { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:29.374347686767rem;left:20.499674797058rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#EQPKOMZRIr88t9vohPMiauxvmB70XIaQ { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:32.87451171875rem;left:20.499674797058rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#naacHXg7zzqOlDGCJeJ50Dlncctr0W7K { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:18.709636688233rem;left:20.375rem;height:4.550775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6s0caHAOzKkLVnceRvQ4dBGkyK5n8Ie { color:#061b85;display:block;width:18.625rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:15.03125rem;left:20.59375rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IStvs1fNFwL833QNQB3ATWp540xJXaUZ { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #9c9c9c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:25.5rem;width:18.8125rem;top:12.124671936035rem;left:41.062010765076rem;display:block; }
#vPVmkTOSJ1UTOT34so5NEPpIs3MtgwH7 { position:absolute;display:block;z-index:15024;background-color:#ffc717;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:27.74983215332rem;left:49.124346733093rem;display:block; }
#C9qPq61blMWzxvWXNeSDNrx6gpzcwxzO { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:24.375rem;left:41.0625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#SfITSJcUGpTHmlGQVTpxuww9O2ITekJ0 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:29.374347686767rem;left:41.062010765076rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#FqOC3u0sEhHW0hrCOhFNVBdrKx3ygInO { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.2;letter-spacing:0;top:32.87451171875rem;left:41.062010765076rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#AXT4wgkDaTScn06mxPfOVRLtzKV4eZVZ { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:18.709636688233rem;left:41.020832061767rem;height:4.550775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1cyfIW2H9PnlJRiOe9SPvxaiiTQJDUy { color:#061b85;display:block;width:18.625rem;position:absolute;font-family:worksans;font-size:1.75rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:15.03125rem;left:41.156253814698rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E86ICIrfB4Tepd7XpEEpCvx7wyBHiK8X { color:#000000;display:block;width:60.125rem;position:absolute;font-family:worksans;font-size:2.375rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:4.827880859375rem;left:-0.0322265625rem;height:2.85034375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GhDwNsAxO7kWupNVJ2d8A1CMQvbGm0WT { z-index:15004;top:29.061685562134rem;left:16.687010765076rem;background-color:#ffc717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.62075rem;height:3.9982125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#SuqoNZkGoxaBAQDi9hKr8HEwE2cviRGt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/f7f04d1c-2105-42d5-bf2c-7c7b81885c4b/freepik__expand__24506.png");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly.adaptive-delivery-prevent-bg, #P8T2U36z71rvrQoN6ev9CoOMmgNCKQly.lazyload, #P8T2U36z71rvrQoN6ev9CoOMmgNCKQly.lazyloading { background-image: none; }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly > .row .container { background-color: transparent; background-image: none; }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly > .row .container > .video-iframe-container { display: none; }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly > .row > .video-iframe-container { display: none; }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly > .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); }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly > .row .container { border-width: 0; border-radius: 0; }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#cnlvFoWSi7M9r4nf0ZflZTQ7fIKQvc2N { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:worksans;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.7490234375rem;left:0rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmifgxTxA58fmG44Ua7y3TvXPaOULLRn { color:#ffffff;display:block;width:11.7496875rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.435546875rem;left:2.560546875rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CHOq9aDiF7zMoF7NB7zklu6v51EqMLve { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:worksans;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.7490234375rem;left:19.31103515625rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UvsXq4ioMxHPMZWiqR33gfffU5ReHOZz { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:22.435546875rem;left:19.31103515625rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxBLS9cVH0k4R9wzB2DKUIOHnn1H2gdF { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:worksans;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.7490234375rem;left:38.99853515625rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhMulqB21RBGKT2ubgByaekbHLpToqvI { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:worksans;font-size:2.5rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:4.4677734375rem;left:0.8125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iSmS7KZzgKyGDSpfKuEurH0FB4KVBskz { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.25rem;top:14.74951171875rem;left:6.873046875rem;overflow:hidden;display:block; }
#p3MrPilHOqfS0TR5nkG64CNkfbqCS6hh { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.7802734375rem;left:26.18701171875rem;overflow:hidden;display:block; }
#c9BWTGWzHXm0tmDSeq96TpVbQ9lVtTk9 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.74951171875rem;left:45.873046875rem;overflow:hidden;display:block; }
#u7gIy5p1IEt7gvVckvOI2uwUGTreU12q { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:22.435546875rem;left:39.685546875rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zf3wVXzTOSzlWqz7Nc8NLC7LfAGQWUSC { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:8.7802734375rem;left:0.8125rem;height:2.99805rem;font-style:normal;text-align:center;text-align-last:center;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:34.5625rem;width:75rem;position:relative;display:block; }#ITNpWeLrc0rxkKMT8XhQqyNHv4ENLs86 { color:#000000;display:block;width:58.8125rem;position:absolute;font-family:worksans;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1240234375rem;left:-0.0322265625rem;height:3.08715625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPhuC8AbTJgbmTSdFTLowRS32oDeeLvn { color:#000000;display:block;width:13.375rem;position:absolute;font-family:worksans;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:24.25rem;left:10.4365234375rem;height:2.4375rem;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:24.5615234375rem;left:7.2490234375rem; }
#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:28.1875rem;left:7.2490234375rem; }
#Z8ZGBzIcJIa4d7W31zPsZrB0ZC3NiASJ { color:#000000;display:block;width:16.875rem;position:absolute;font-family:worksans;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:27.8740234375rem;left:10.4365234375rem;height:2.4375rem;font-style:normal;display:block; }
#ek37JZ2aoeTpzEBS0Rx0NBB6q4m4wRNo { z-index:15036;top:24.748046875rem;left:30.58984375rem;background-color:#ffc717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#323232;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9373125rem;height:3.8745125rem;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:58.6875rem;position:absolute;font-family:worksans;font-size:1.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:7.810546875rem;left:-0.0322265625rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#Z6AXsCsphTSGFvHoLf8s9hpdH3sk9hTE { color:#000000;display:block;width:58.5rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:14.9619140625rem;left:0.029296875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { background-color: transparent; background-image: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container > .video-iframe-container { display: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container { display: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .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); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { border-width: 0; border-radius: 0; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { font-size:0.875rem;font-family:arial;height:63.25rem;width:75rem;position:relative;display:block; }#UkmlfVQT6nrbXBgGpdDUTtTTu7IFFfVo { color:#000000;display:block;width:59.749375rem;position:absolute;font-family:worksans;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4641914367676rem;left:0rem;height:3.08715625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#op0i3wVfiaUBLLLR5867sDTEeGFRTZuv { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.0625rem;width:53.875rem;top:22.1875rem;left:4.6769208908081rem;display:block; }
#AhFyhDk23XKSkNuQc5JGNqIiW68CJnfh { position:absolute;display:block;z-index:15001;background-color:#061b85;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:50.0625rem;left:0rem;display:block; }
#OeE078Tq5FXGC4z46zcAZohohIa1xuA2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:51.5625rem;left:1.3125rem;overflow:hidden;display:block; }
#At37mXyDTziBkkacyRn2p2leI57pfc86 { color:#000000;display:block;width:49.436875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.061359405517rem;left:7.6131181716919rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VGzvMi2Iwhw0v2LwURqATuEVJw1b74J0 { position:absolute;display:block;z-index:15001;background-color:#061b85;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:24.625rem;left:0rem;display:block; }
#SrhscJQ6ubqelEQdDVTTtL7tRTBQGD15 { position:absolute;display:block;z-index:15003;background-color:#061b85;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:37.3125rem;left:0rem;display:block; }
#VZQLXBU6ThlNEyby0gPx4Qhf3MFq513Q { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.624675rem;width:3.624675rem;top:25.937173843384rem;left:1.31103515625rem;overflow:hidden;display:block; }
#LHtefMJAnsSow2HMWb0bmC6Xg4zbFZ1e { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:38.6875rem;left:1.375rem;overflow:hidden;display:block; }
#aTT5I1TKwl4VgkPbtwbqMJTBTbe1Vmov { color:#000000;display:block;width:26.3745rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:36.935872077942rem;left:7.6131181716919rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lZ0Sry9OXZbmRemBU8F68SfkvBxeAR0e { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:50.153644561767rem;left:7.6131181716919rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UGSL5UVH9iC78tfcODmv7ML9BHgXUTwq { color:#000000;display:block;width:54.5625rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.48567199707rem;left:4.87548828125rem;height:8.12378125rem;text-align:center;text-align-last:center;display:block; }
#dfmvHD8Ut6THTILkaGrm0JeoWRietsfw { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:24.18701171875rem;left:7.6131181716919rem;height:1.3501rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hvCH8FL7BEfmflQ0STHlsJhhc0W6if4x { color:#000000;display:block;width:48.875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:39.72998046875rem;left:7.6131181716919rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pC4Ic1cDgT0m94ByPt5SlqV4nRHH1QeO { color:#000000;display:block;width:48.6246875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:52.94189453125rem;left:7.3014326095581rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AlU4gVZk98UMmXTLaWl3g5KV3hNcPsvX { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.062rem;width:53.8745rem;top:34.874673843384rem;left:4.4280595779419rem;display:block; }
#pquXO5aoEc5xob2bZceBR4rwn0nIyK4U { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.0611875rem;width:53.8736875rem;top:47.616373062134rem;left:4.3660478591919rem;display:block; }
#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL { 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; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container { background-color: transparent; background-image: none; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container > .video-iframe-container { display: none; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row > .video-iframe-container { display: none; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .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); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container { border-width: 0; border-radius: 0; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#USDqbRozCgMfCSgn65rVQenu6Kd5kcto { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4f3f3, #ffffff);background-image: -moz-linear-gradient(180deg, #f4f3f3, #ffffff);background-image: -ms-linear-gradient(180deg, #f4f3f3, #ffffff);background-image: -o-linear-gradient(180deg, #f4f3f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f4f3f3, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ffc717;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14rem;width:29.0625rem;top:10.37451171875rem;left:0rem;display:block; }
#JibB3LwwfGBbZs4a9MRbVxUxCQTBmcbJ { color:#061b85;display:block;width:20.5615rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:21.442867279052rem;left:33.017577171326rem;height:1.8005375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h9A4prRoTecDG1uvwGBBQg7SQ2qLTgGS { color:#000000;display:block;width:26.936875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:11.749671936035rem;left:32.999674797058rem;height:8.1005625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QKbNuQxZ2O5ZKlSrJUBZNKnnMnJMhTBR { color:#000000;display:block;width:60.5625rem;position:absolute;font-family:worksans;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4358711242676rem;left:-0.010579109191894rem;height:3.08715625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNr6GTph6q0R55Jw7hykGXoFTGxP7STQ { color:#000000;display:block;width:25.1871875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:11.883949279785rem;left:1.591796875rem;height:5.4003875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T1vr3g0Scwqvn5yeJgWmltOf0lJxXQHt { color:#061b85;display:block;width:20.5615rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:21.442867279052rem;left:1.8416337966919rem;height:1.8005375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tXdkzPFmKRqIBVGTWw0qUa5usPWpHdDb { color:#000000;display:block;width:25.1871875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:29.401041030884rem;left:1.591796875rem;height:5.40039375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZEtEtgrUqFunWOZwBqZAgB5LusfgwbkD { color:#061b85;display:block;width:20.559875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:37.998886108399rem;left:1.8400068283081rem;height:1.8005375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lb6oGRyILIIQ2yfzG6hfpff4S6PvWfJ7 { color:#000000;display:block;width:25.1871875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:29.401041030884rem;left:33.030596733093rem;height:5.4003875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BLuUK0AzGTiLfWOySZSC0dIDTkWF3OhD { color:#061b85;display:block;width:20.559875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:37.998859405517rem;left:33.343096733093rem;height:1.8005375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kddBr71nVcDrCZaCMGke9mvWRJaHDU8t { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4f3f3, #ffffff);background-image: -moz-linear-gradient(180deg, #f4f3f3, #ffffff);background-image: -ms-linear-gradient(180deg, #f4f3f3, #ffffff);background-image: -o-linear-gradient(180deg, #f4f3f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f4f3f3, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #061b85;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14rem;width:29.0625rem;top:27.31787109375rem;left:0.02685546875rem;display:block; }
#AJKJncSBTMWE5s5rWwZXKz8PDeIlEmB1 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4f3f3, #ffffff);background-image: -moz-linear-gradient(180deg, #f4f3f3, #ffffff);background-image: -ms-linear-gradient(180deg, #f4f3f3, #ffffff);background-image: -o-linear-gradient(180deg, #f4f3f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f4f3f3, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ffc717;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14rem;width:29.0625rem;top:27.318687438965rem;left:31.249999046326rem;display:block; }
#l2mDyawhSOIF8TUox62i6MNy2HlqIm34 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4f3f3, #ffffff);background-image: -moz-linear-gradient(180deg, #f4f3f3, #ffffff);background-image: -ms-linear-gradient(180deg, #f4f3f3, #ffffff);background-image: -o-linear-gradient(180deg, #f4f3f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f4f3f3, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #061b85;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.9998125rem;width:29.0625rem;top:10.37353515625rem;left:31.311846733093rem;display:block; }
#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds { 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; }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row .container { background-color: transparent; background-image: none; }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row .container > .video-iframe-container { display: none; }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row > .video-iframe-container { display: none; }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .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); }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row .container { border-width: 0; border-radius: 0; }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#DnkyonJcEXKZXCxJoKwUGfEfPmg4RzFb { color:#000000;display:block;width:58.875rem;position:absolute;font-family:worksans;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5888671875rem;left:0.12353515625rem;height:3.08715625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N95zDKP7i68UVfqBUC26FWPyoNrRzH2V { color:#000000;display:block;width:59.375rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.873046875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#flmtDCvXx0B8Q0ZpRskuHkeEK5as8ZeW { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9371875rem;top:14.99853515625rem;left:0rem;display:block; }
#b00W8qGBpkwQn7F3ivT2XmNDWK69JFKX { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9371875rem;top:14.99853515625rem;left:19.937336921692rem;display:block; }
#rBKFJonfPPOJM4V7Sgt8vGQ8KWz2BhFa { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9371875rem;top:14.99853515625rem;left:39.937335014343rem;display:block; }
#N5Tqi5ZkTAEGNxixdEdo7Pco4zLHHWMl { color:#333333;display:block;width:18.125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.748199462891rem;left:0.37353515625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTmyq9Nk2SyQTH5bQzoTf0kkdGmuzfKL { color:#333333;display:block;width:18.875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:21.748199462891rem;left:19.999186515808rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vxd86tR5asN2KyyCrwGp9orcbVJTlSV1 { color:#ffc717;display:block;width:18.125rem;position:absolute;font-family:worksans;font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.87353515625rem;left:0.37353515625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eU0uBU42KISGkDn5or2fi2pupkGPJ0k3 { color:#061b85;display:block;width:18.125rem;position:absolute;font-family:worksans;font-size:3.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.748199462891rem;left:20.373534202576rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNt0oLMqLLatl0n1ff87ICBgtdeuAcUb { color:#ffc717;display:block;width:18.125rem;position:absolute;font-family:worksans;font-size:3.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.748199462891rem;left:40.374346733093rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ohuI8mdzSRIdt7cb9M8uV0QWG4br1MMs { color:#333333;display:block;width:19.125rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.748199462891rem;left:39.749346733093rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T { position:relative;display:none; }#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T { border-width: 0; border-radius: 0; }#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TZtEwsI37ECEr7aZ3OGZQldvMvbqNEFy { z-index:15004;top:29.061685562134rem;left:16.687010765076rem;background-color:#ffc717;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:worksans;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.62075rem;height:3.9982125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#kJO9XGcyc0sl6KEq4ysTpRXPyPd4Q8dk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iU29sgCshQEUdhh6x9QWIyrtkpg4tLOE { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.93701171875rem;left:0rem;height:1.787925rem;text-align:center;text-align-last:center;display:none; }
#q0SiPbbqJ6n75nHCO0Sn2wLFouswkS3h { color:#323232;display:block;width:19.1875rem;position:absolute;font-family:worksans;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.7236328125rem;left:0rem;height:2.923175rem;text-align:center;text-align-last:center;display:none; }
#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:40.25rem;width:75rem;position:relative;display:block; }#ROSg64HGX3bTJhMIVm1An4wGxtgEhMbZ { color:#000000;display:block;width:59.625rem;position:absolute;font-family:worksans;font-size:2.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:6.44091796875rem;left:0.8134765625rem;height:3.08715625rem;font-style:normal;text-align:center;text-align-last:center;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:13.643798828125rem;left:9.672607421875rem;display:block; }
#QCaE9e74ZrW7ei1HUJHT2mLVqEWpntKt { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:worksans;font-size:2.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:14.98779296875rem;left:11.999267578125rem;height:3.2504875rem;font-style:normal;display:block; }
#w5WwSBkT1G79n2JFXdkkxuV93kTF7Sro { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:14.898681640625rem;left:16.357177734375rem;height:3.25rem;font-style:normal;display:block; }
#VuLH7bQRTS8upe2BIOyw2gzecDVEVgrS { color:#ffffff;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:22.940673828125rem;left:11.999267578125rem;height:3.2504875rem;font-style:normal;display:block; }
#RPD4LlAtqSM2M46a6RB6nJA3rXhnZP7r { color:#000000;display:block;width:32.4370625rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:22.94189453125rem;left:16.373046875rem;height:1.62475625rem;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:21.580810546875rem;left:9.687255859375rem;display:block; }
#AanU3OPiGmUlpMXalg4nBZIRW2NW7F9T { position:absolute;display:block;z-index:15033;background-color:#5e5e5e;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.7495125rem;width:42.8125rem;top:30.185546875rem;left:9.655517578125rem;display:block; }
#m9X95XhAiCT1UDxgzJGkunUZpeHA8mbB { color:#ffffff;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:31.373291015625rem;left:11.998046875rem;height:6.499025rem;font-style:normal;display:block; }
#RKxFM08lFTX47nDLOsgLMdqVwERFiP7h { color:#ffffff;display:block;width:32.4365rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:32.249755859375rem;left:16.498779296875rem;height:1.625rem;font-style:normal;display:block; }
#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.2999125rem;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; }
#wwISyB90PENQXC2R413BaACh22fWt7An { position:relative;display:block; }#wwISyB90PENQXC2R413BaACh22fWt7An { background-color: transparent; background-image: none; }#wwISyB90PENQXC2R413BaACh22fWt7An::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwISyB90PENQXC2R413BaACh22fWt7An > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwISyB90PENQXC2R413BaACh22fWt7An > .row .container > .video-iframe-container { display: none; }#wwISyB90PENQXC2R413BaACh22fWt7An > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwISyB90PENQXC2R413BaACh22fWt7An > .row > .video-iframe-container { display: none; }#wwISyB90PENQXC2R413BaACh22fWt7An > .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); }#wwISyB90PENQXC2R413BaACh22fWt7An { border-width: 0; border-radius: 0; }#wwISyB90PENQXC2R413BaACh22fWt7An > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wwISyB90PENQXC2R413BaACh22fWt7An > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vJRq4ttJwbsenFI26AAtgpJhUTxZwb65 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;height:55.25rem;width:18.625rem;top:1.125rem;left:0.1123046875rem;display:block; }
#E6PyPdscmebb3pG1wCkSIX08cXn3ym6f { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:worksans;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.37451171875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#yQWcJXOOqLzzWmclSuFNo1lOWExfofZb { color:#323232;display:block;width:18.75rem;position:absolute;font-family:worksans;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.347412109375rem;left:0rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-form-header {  }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-regular-label { height:auto;display:block;font-family:worksans;font-size:0.875rem;font-weight:700;color:#000000;width:16.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-text { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.125rem;box-sizing:border-box;height:2.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-text {padding-top: 0; padding-bottom: 0;}#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-textarea { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.125rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-select {padding-top: 0; padding-bottom: 0;}#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-button { border-top-left-radius:15.5625rem;border-top-right-radius:15.5625rem;border-bottom-left-radius:15.5625rem;border-bottom-right-radius:15.5625rem;background-color:#ffc717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.4375rem;margin-bottom:0.25rem;margin-left:1.375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#000000;width:13.375rem;height:2.5rem;font-family:worksans;overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"lexend deca";font-size:0.875rem;font-weight:400;font-style:normal; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"lexend deca";font-size:0.875rem;font-weight:400;font-style:normal; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"lexend deca";font-size:0.875rem;font-weight:400;font-style:normal; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"lexend deca";font-size:0.875rem;font-weight:400;font-style:normal; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:worksans;line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:14.9375rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-container:first-of-type{padding-top:0;}#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-container:last-of-type{padding-bottom:0;}#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT  { background-color:#f4f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:0.0625rem;top:12.3056640625rem;z-index:15005;position:absolute; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.125rem;display:block;vertical-align:top; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-info-text { display:block;height:auto;font-family:worksans;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;text-align-last:initial; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT {display:block;}#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT { background-color:#f4f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:0.0625rem;top:12.3056640625rem;z-index:15005;position:absolute; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #yEnzeQh2eeCTensv5BvrRlgJMDuPsq7V { position:relative; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #TGqyyMaNbQ7ITgxge1ghRrNaumbWhPkN { position:relative;display:block; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #CCL7SzH7NgTPIPsSZGnlTSQN3cMy2T5l { position:relative; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #QhLTlFpHKXi4JbiCKVrshG2vLbZ9EnPt { position:relative; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #TZg3qC57SsLWN4MJvAkw3H43Mqc13m61 { position:relative;display:block; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #vK6eW1RnU2yIN2CBck8uTGIBVSpGBn3z { position:relative; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #wTofU1MXJcuoi6Xd53ggyBBJo9lHmyyb { position:relative; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #LrHTXNMvJBTI7TskNXvLCept8X1gIWRg { position:relative;display:block; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #AgtUZt8BTZnBqE24TeB2KGN0IV4t2EIP { position:relative; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #FH7ppdwDLI4hOCZpwgohWSHLxIh5MBcp { position:relative; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #JvADsPCkzXTsR6irWumMPbdlmq7pxcfQ { position:relative;display:block; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #LF5lcp0nsPVqTnAMmkzHHqRxg7gy8KT5 { position:relative; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #dyPQhnNlK4VaMsUqagpJw3SC7SGgStOT { position:relative; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #wEpb08sBleKJkOrN3waVCLtfJT9y9o2F { position:relative;z-index:2; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #aD6QWi8BFLfzz7KXKAF3L5ZyOG1h2uoC { position:relative; }
#gEbpUVWNhxzUaSCRfUzI6imldweTTBaZ { position:relative;display:block; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #GyK0xQiv8P8yALEayzATRCt70loqkt4B { position:relative; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #hrTnXW1oe3kZJOVgIQKSBw5GPscNCO8D { position:relative; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #aIBsKnnC9KoVJiiUhvGJuuNRNQyJsUEs { position:relative;z-index:15000; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #LfpopR65BNcJyKcvOaR9oHOTOsgtOoQr { position:relative;z-index:15000; }
#gg9XvSZraS43H5AncIFhCmgkk1sHnbHn { position:relative;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.75rem;left:0rem;width:18.4375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #udUagth1T9aRfxIITLTeJgqQ11JVX8Bc { top:2.9375rem;left:27.5rem;width:13.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLWx6XlKKWqqwTFVKAtANH96v3ZTlLsR { 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) { #C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 { display:block; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgvhhcWrRvIprprTHzHqhxLF42GpcFHI { top:27.25rem;left:0rem;width:23.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4xxQO1byD3RoNirs0n4rtq830R2iQNs { display:block; }
 }@media only screen and (max-width: 763px) { #SDG4lWsvdJ3N2qyFKJdS1hmWF1C5eSGb { top:15rem;left:0rem;width:47.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAL9Q9FfTLe6nAia4yJx3AUXfTKKsHB7 { top:4.125rem;left:0rem;width:30.3125rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxPealO4uu6drTQnL3tSpT0bSQUQgAwV { top:0.1875rem;left:20.8125rem;width:26.9375rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clVOeyybWUqZybblhkfCJ3iLKQvbbyTN { top:17rem;left:0rem;width:27.5rem;height:5.1875rem;font-size:1.0625rem;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:20.3125rem;left:0rem;width:16.6875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z911aAiFkQ5TKQKHBMy4nX0Xft8mT4Kx { top:35.625rem;left:0rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lknEFD0MRBtVyENsPKkCoXNIxk3t44uK { top:22.875rem;left:8.966796875rem;width:11.25rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyxJ9EtVIKpJdRdaCxHou4tDUyN30sUt { top:20.3125rem;left:6.060546875rem;width:16.6875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIUogGqnnIQ09VwINTg4X0hgc8Fn5cMA { top:20.3125rem;left:24.1220703125rem;width:16.6875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8FX2gokTwwbkyMLcgm5p40LvDvhhrrH { top:3.6875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MokfrQOfH5nlvfcSw2nFz6uRiDPPECAD { top:35.625rem;left:7.58984375rem;width:14.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyd1rwrtwWT3sZ9cKAPrTb8iaSRhnfFu { top:35.625rem;left:24.99609375rem;width:14.875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quloKKDGWcadG7oavTRkHrTLShRFvKU9 { top:22.8125rem;left:0rem;width:15.8125rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRta7p820Mps1UBuUB3IVbloHrbzlUDX { top:12.6875rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuu48obG6emLb3lfroQwHwL7p8icyCG5 { top:28.9375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvuoneLVfpEH8PiBeJQC7VfG8PFq1vXL { top:28.9375rem;left:12.154296875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryawlh9CDqkGqyzCO9CR50OTi7omPQsD { top:28.9375rem;left:30.2158203125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwPI6ZrxBRur9VSC5IEsWE1d4tXwstN9 { top:22.8125rem;left:27.99609375rem;width:8.875rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiNFAWSGhQ6Szuu4ysGy7Tpulimtvp { top:29rem;left:3.0620107650757rem;width:19.5625rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzrdXq6NIHG1VAwP3I8BF5EAXtTUmnW4 { display:block; }
 }@media only screen and (max-width: 763px) { #ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH { display:block; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTRTuCZPdkTPz0AMhKoGMC8ZAridenrZ { width:47.75rem;height:3.875rem;top:7.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wECS4lp41pxHlX421nHOUzo8IQKOvFw9 { width:47.75rem;height:3.875rem;top:11.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWUP2gEvgRJQ0Bcx21SEHuryVGvE3emC { width:12.0625rem;height:9.75rem;top:29.625rem;left:17.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra6bV9kfhaNsRXL1OTRQKQgbHDMrzvro { width:10.5625rem;height:8.125rem;top:29.625rem;left:33.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkdi3OppQSDtyigX2odpqqTggyUpTQk1 { width:14.9375rem;height:1.8125rem;top:27.1875rem;left:16.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrT2gufMAXPBppWbgPpFdVIZT7newdKC { width:14.9375rem;height:1.8125rem;top:27.1875rem;left:31.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1vpDS1rJLudPtLcDcrrkCWlFdWt2hT4 { width:3.6875rem;height:3.6875rem;top:20.625rem;left:22.030924797058rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9wiOnSALmfd5bhkWpfdQ7SiUeHbcWMr { width:11.625rem;height:4.875rem;top:29.625rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmRIT6lfvslkGfvMrX3lppHTDV2uJZg9 { width:14.9375rem;height:1.8125rem;top:27.1875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXVCN5O9bOBT7oEGAoto9ZG57aVJVQAs { width:14.9375rem;height:1.8125rem;top:27.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AenNhnX9z8oEGwAApf66oy3fSl45misW { width:10.625rem;height:8.125rem;top:29.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLWlp50Ms0zyF2KyW5OlzTH5AfLevqnO { width:3.6875rem;height:3.6875rem;top:20.5625rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUgAyNp1SiQqqt55nQ76eyTgf8X9Qy65 { width:3.6875rem;height:3.6875rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO2A0z6k8qZyfZsHSxoE8WlFTIs27iHo { width:3.6875rem;height:3.6875rem;top:20.5625rem;left:37.000003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #t83w3ybOMHcwAaKLSTCii8LsSyp2byne { top:23.0625rem;left:0rem;width:47.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQLyTipZBA3PhFyEBObRP7TNLoo0bWlV { width:6.0625rem;height:6.0625rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQUVxnklqpBZ7QkJcyKeG6qGtNe0gBP7 { width:6.0625rem;height:6.0625rem;top:19.375rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxLgPTLrvyTNMXboiEFBJb9XyodQavc3 { width:6.0625rem;height:6.0625rem;top:19.375rem;left:20.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw4OVABF09VaGQIQGJtE7EpOWSvzRzA4 { width:6.0625rem;height:6.0625rem;top:19.375rem;left:35.812503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms { display:none; }#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vrhWSHu3F0UOu0qylDOTUZ1IBftrxGmV { width:20rem;height:1.9375rem;top:2.6875rem;left:0rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPchXH0A1cBCqhCquJ9e4IrcipJW4dvE { width:47.75rem;height:3.875rem;top:11.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnftKa9GIhsfoLEEBTyhPP8LUt7ZwMHL { width:3.6875rem;height:3.6875rem;top:20.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfISQdUc3bATPFBwqxZxcRff27d2Szoh { width:6.0625rem;height:6.0625rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z21CxN3ynwc4tB1r329KhffOyaKTP3kl { width:14.875rem;height:1.4375rem;top:13.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONTS7rtIQsy8uhdUQLuMiVe6FPyQ4ARm { width:10.625rem;height:8.125rem;top:29.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwJIxFu24DT4T4eilNUTwZg1BLReW86x { width:3.6875rem;height:3.6875rem;top:20.5625rem;left:6.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCXJi12TTTdibme6CM6eOFhMNX7M62h5 { width:6.0625rem;height:6.0625rem;top:19.375rem;left:5.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHdMHyUGptIRfTkkmVzXkz7vhZySV49B { width:14.875rem;height:1.5625rem;top:28.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtQ5LAr3Z64eFWBev6TcgOJLU3vg96bo { width:11.625rem;height:4.875rem;top:29.625rem;left:3.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJx5WOKuTnc6ICkinzz3eHJCK6S8EEhe { width:3.6875rem;height:3.6875rem;top:20.5625rem;left:22.031253814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #bev6NSvgHaMwL77CbMcoJUpFTxzowk7G { width:6.0625rem;height:6.0625rem;top:19.375rem;left:20.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARJhOZToe96ZHdRL5hzOO9eZdVGEJtpM { width:14.875rem;height:1.5625rem;top:44.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJLc3rtudfwKIg8HMceEFBvhPBMOeaH0 { width:12.0625rem;height:9.75rem;top:29.625rem;left:17.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNo1bc1D7NvwutwvwoRiBGsFmesuM87S { width:3.6875rem;height:3.6875rem;top:20.5625rem;left:37.000003814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZguWtffL4EucicTugKONKvCGGoJbiV93 { width:6.0625rem;height:6.0625rem;top:19.375rem;left:35.812503814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4bJL3UbdRI6u3ynGgIXksX7J3oUwWQm { width:14.875rem;height:1.5625rem;top:62.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPn97e9KEuZusQm4bhSm1vKHmdvJ86qB { width:10.5625rem;height:8.125rem;top:29.625rem;left:33.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFbKECZxqFDyXrqVAtsiQ1cfkfV4Ol0x { top:29rem;left:3.0620107650757rem;width:19.5625rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yc5T0Ns152HaPNnz5saFga4agUtMzaIG { display:block; }
 }@media only screen and (max-width: 763px) { #ccahxAyATLlnIHfoAIhLvxLhScJh5d5e { display:block; }#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCTROtEFQwFPqFVbhqGqC23qSy4TQJiK { top:12.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouVBI9GySopaw0Jc0mEidt0byhAQM2zO { top:4.375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ { display:block; }#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkoDzT0qOdKyOUMmJKfZtpx08tMD4sMh { top:4.1875rem;left:0rem;width:20rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6WT9zwMBncNkuhKRBAkUccoht6ZM6fJ { top:4.1875rem;left:0rem;width:20rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIikbPkhpKbhEbz1EyTCqmTsTEKfZa5d { top:4.1875rem;left:11.75rem;width:20rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKbUhekuu133amTNCwFunC7etkcTyt48 { top:6.8125rem;left:0rem;width:20rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c18mzUCbr8RKl0P7Pft7bSlwLeRRBli7 { top:6.875rem;left:0rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uui11gu2vqnh8kSzHFQqunnT011Pcd6E { top:13.625rem;left:0rem;width:15.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNWWaFcTtJ1OJtDpz0kX42XnMoWnnvMg { top:13.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXSoMRTBBsxeVN0yWdqBUASa88seAq9V { top:17.5rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMpZq8KqdZ1tnG4GKJLLENxk4hpefW63 { top:18.0625rem;left:0rem;width:15.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrrmFT12EesMWz9KovweQ9z9UqpyEfJd { top:23.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZZyRyV4a1pUqVyTqW4zUN72nVWhnXww { top:13rem;left:13.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9EApVWbowCeltpP06a0bdx1GkH95uIu { top:23.3125rem;left:13.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMJOJuKetXlTnNXfsWA90T27ry8trUEI { top:13.5625rem;left:0.75rem;width:15.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGELmkL7m74gXxpZPqFBAIUl6nXP6MZf { top:9rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XomsQaKEFrQdFB4lRaigIx5fHtaU9BgT { top:9.0625rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPawPPVFfi9eDHEfZ3CZyayCucu9N6bb { top:6.875rem;left:11.875rem;width:19.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSsCUO6p7GbioBFggpr6aUuwLTUbvkcy { top:9.0625rem;left:11.75rem;width:20rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoZ1E4T1b46FlKHM1qFLMLtNMPAJQMZD { top:13.625rem;left:21.625rem;width:10.125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyZ4pM4se8wf72Wr62uz1X3MpvGKtMa1 { top:13.125rem;left:28.874674797058rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbEhZs9lUWV2hGENRlQVOn3IZM4nUxe2 { top:17.5rem;left:28.874674797058rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT2X0KnXx6Pv0KHVCzFFafM47hVwbCxn { top:23.9375rem;left:0rem;width:15.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTFQagcbVRE7VuJCMc9qmwrloOZ7VSWO { top:17.5rem;left:13.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7AXg1u27ChD03yPQu8dtVWDeUpyAf50 { top:18.0625rem;left:0.75rem;width:15.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvOgDdUnc1XuEGyftLJWDHVSmRl0id4C { top:24rem;left:0.75rem;width:15.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltfk8wkR8yeOv5PwWfpxOF413taMtNK4 { top:18.0625rem;left:16.625rem;width:15.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1hF8hiDBpPWFH6PqWMxO0UpJ7vzGCOb { top:23.1875rem;left:28.624835014343rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTSVUmDNVNb2Oq5fr4ERnBb7cp5hHn63 { top:24rem;left:16.625rem;width:15.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ { display:block; }#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHld4CpEzlGHc4mReT9gqkzIqvA0nSFe { width:18.8125rem;height:25.5rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1DVUrr2CPl74VngVRyeeIBDw1CoHyK3 { width:2.4375rem;height:0.3125rem;top:27.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz2lsba6HwuWUXFUu4iJ1wys2u4pNXoA { top:15rem;left:0rem;width:18.75rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WULJwbOfiRgsHONZHlnhgZitnyZDJOc9 { top:18.6875rem;left:0rem;width:19.0625rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG8wGHHRF8wCo2nSdbE7WnLpCnPe8Z4f { top:24.375rem;left:0rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXSzKcpf5HE8BEARHBFuC8lmwutsobZx { top:29.3125rem;left:0rem;width:18.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieGPhUnCan3BPM42KN2s9UdCRcXXdstP { top:32.8125rem;left:0rem;width:18.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBlDW0dAknWuPWAuhRv4GdoEGVMuWwWC { width:18.8125rem;height:25.5rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyVIZU1unM7MElwbwp9UW4e4EJTzRRBT { width:2.4375rem;height:0.3125rem;top:27.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmLIETA1arvrTJdKPJrWewQUz9uFodwn { top:24.375rem;left:0rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLdqUSm9n4VhoiOgFKPu9thipuSdwdwu { top:29.3125rem;left:0rem;width:18.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQPKOMZRIr88t9vohPMiauxvmB70XIaQ { top:32.8125rem;left:0rem;width:18.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naacHXg7zzqOlDGCJeJ50Dlncctr0W7K { top:18.6875rem;left:0rem;width:19.0625rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6s0caHAOzKkLVnceRvQ4dBGkyK5n8Ie { top:15rem;left:0rem;width:18.625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IStvs1fNFwL833QNQB3ATWp540xJXaUZ { width:18.8125rem;height:25.5rem;top:12.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPVmkTOSJ1UTOT34so5NEPpIs3MtgwH7 { width:2.4375rem;height:0.3125rem;top:27.6875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9qPq61blMWzxvWXNeSDNrx6gpzcwxzO { top:24.375rem;left:12.9375rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfITSJcUGpTHmlGQVTpxuww9O2ITekJ0 { top:29.3125rem;left:12.875rem;width:18.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqOC3u0sEhHW0hrCOhFNVBdrKx3ygInO { top:32.8125rem;left:12.9375rem;width:18.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXT4wgkDaTScn06mxPfOVRLtzKV4eZVZ { top:18.6875rem;left:12.6875rem;width:19.0625rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cyfIW2H9PnlJRiOe9SPvxaiiTQJDUy { top:15rem;left:13.125rem;width:18.625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E86ICIrfB4Tepd7XpEEpCvx7wyBHiK8X { top:4.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhDwNsAxO7kWupNVJ2d8A1CMQvbGm0WT { top:29rem;left:3.0620107650757rem;width:19.5625rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuqoNZkGoxaBAQDi9hKr8HEwE2cviRGt { display:block; }
 }@media only screen and (max-width: 763px) { #P8T2U36z71rvrQoN6ev9CoOMmgNCKQly { display:block; }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnlvFoWSi7M9r4nf0ZflZTQ7fIKQvc2N { width:16.875rem;height:1.9375rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmifgxTxA58fmG44Ua7y3TvXPaOULLRn { width:11.6875rem;height:2.9375rem;top:22.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHOq9aDiF7zMoF7NB7zklu6v51EqMLve { width:16.875rem;height:1.9375rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvsXq4ioMxHPMZWiqR33gfffU5ReHOZz { width:16.875rem;height:2.9375rem;top:22.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxBLS9cVH0k4R9wzB2DKUIOHnn1H2gdF { width:16.875rem;height:1.9375rem;top:19.6875rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhMulqB21RBGKT2ubgByaekbHLpToqvI { top:4.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSmS7KZzgKyGDSpfKuEurH0FB4KVBskz { top:14.6875rem;left:2.310546875rem;width:3.25rem;height:3.3760128038411rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3MrPilHOqfS0TR5nkG64CNkfbqCS6hh { top:14.75rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9BWTGWzHXm0tmDSeq96TpVbQ9lVtTk9 { top:14.6875rem;left:28.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7gIy5p1IEt7gvVckvOI2uwUGTreU12q { width:16.875rem;height:2.9375rem;top:22.375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf3wVXzTOSzlWqz7Nc8NLC7LfAGQWUSC { top:8.75rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;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:4.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPhuC8AbTJgbmTSdFTLowRS32oDeeLvn { top:24.25rem;left:0rem;width:13.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws1S8U20diPwcwa5AN5zISCuR3uBuunh { top:24.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQvQhMPahbptnBf4Vb0KZsrtbVTRmRwv { top:28.1875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZGBzIcJIa4d7W31zPsZrB0ZC3NiASJ { top:27.8125rem;left:0rem;width:16.875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek37JZ2aoeTpzEBS0Rx0NBB6q4m4wRNo { top:24.6875rem;left:16.96484375rem;width:14.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB7io0iNK4WivxeVgr5Jt5nuJbAXJxW3 { display:block; }
 }@media only screen and (max-width: 763px) { #t2KVTCAX2L9TJrivM90fgMxvxRc8p6le { top:7.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6AXsCsphTSGFvHoLf8s9hpdH3sk9hTE { top:14.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfn7VkwwBp1JHHymZcz9slVot3Mt22ma { display:block; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkmlfVQT6nrbXBgGpdDUTtTTu7IFFfVo { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #op0i3wVfiaUBLLLR5867sDTEeGFRTZuv { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhFyhDk23XKSkNuQc5JGNqIiW68CJnfh { width:6.25rem;height:6.25rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeE078Tq5FXGC4z46zcAZohohIa1xuA2 { top:51.5625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #At37mXyDTziBkkacyRn2p2leI57pfc86 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGzvMi2Iwhw0v2LwURqATuEVJw1b74J0 { width:6.25rem;height:6.25rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrhscJQ6ubqelEQdDVTTtL7tRTBQGD15 { width:6.25rem;height:6.25rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQLXBU6ThlNEyby0gPx4Qhf3MFq513Q { top:25.875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHtefMJAnsSow2HMWb0bmC6Xg4zbFZ1e { top:38.6875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTT5I1TKwl4VgkPbtwbqMJTBTbe1Vmov { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ0Sry9OXZbmRemBU8F68SfkvBxeAR0e { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGSL5UVH9iC78tfcODmv7ML9BHgXUTwq { top:9.4375rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmvHD8Ut6THTILkaGrm0JeoWRietsfw { top:24.125rem;left:0rem;width:28.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvCH8FL7BEfmflQ0STHlsJhhc0W6if4x { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC4Ic1cDgT0m94ByPt5SlqV4nRHH1QeO { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlU4gVZk98UMmXTLaWl3g5KV3hNcPsvX { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pquXO5aoEc5xob2bZceBR4rwn0nIyK4U { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHtPEXPURv8R85Xrb7klMzbNcymFUEGL { display:block; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USDqbRozCgMfCSgn65rVQenu6Kd5kcto { width:29.0625rem;height:14rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JibB3LwwfGBbZs4a9MRbVxUxCQTBmcbJ { width:20.5rem;height:1.75rem;top:21.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9A4prRoTecDG1uvwGBBQg7SQ2qLTgGS { width:26.875rem;height:9.4375rem;top:11.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKbNuQxZ2O5ZKlSrJUBZNKnnMnJMhTBR { width:47.75rem;height:3.0625rem;top:3.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNr6GTph6q0R55Jw7hykGXoFTGxP7STQ { top:11.875rem;left:0rem;width:25.125rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1vr3g0Scwqvn5yeJgWmltOf0lJxXQHt { width:20.5rem;height:1.75rem;top:21.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXdkzPFmKRqIBVGTWw0qUa5usPWpHdDb { top:29.375rem;left:0rem;width:25.125rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEtEtgrUqFunWOZwBqZAgB5LusfgwbkD { width:20.5rem;height:1.75rem;top:37.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6oGRyILIIQ2yfzG6hfpff4S6PvWfJ7 { top:29.375rem;left:0rem;width:25.125rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLuUK0AzGTiLfWOySZSC0dIDTkWF3OhD { width:20.5rem;height:1.75rem;top:37.9375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kddBr71nVcDrCZaCMGke9mvWRJaHDU8t { width:29.0625rem;height:14rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJKJncSBTMWE5s5rWwZXKz8PDeIlEmB1 { width:29.0625rem;height:14rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2mDyawhSOIF8TUox62i6MNy2HlqIm34 { width:29.0625rem;height:13.9375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds { display:block; }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnkyonJcEXKZXCxJoKwUGfEfPmg4RzFb { width:47.75rem;height:3.0625rem;top:3.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95zDKP7i68UVfqBUC26FWPyoNrRzH2V { width:47.75rem;height:3.1875rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flmtDCvXx0B8Q0ZpRskuHkeEK5as8ZeW { width:18.875rem;height:10.3125rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b00W8qGBpkwQn7F3ivT2XmNDWK69JFKX { width:18.875rem;height:10.3125rem;top:14.9375rem;left:6.3123369216919rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBKFJonfPPOJM4V7Sgt8vGQ8KWz2BhFa { width:18.875rem;height:10.3125rem;top:14.9375rem;left:26.312335014343rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5Tqi5ZkTAEGNxixdEdo7Pco4zLHHWMl { width:18.125rem;height:1.4375rem;top:21.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTmyq9Nk2SyQTH5bQzoTf0kkdGmuzfKL { width:18.875rem;height:1.4375rem;top:21.6875rem;left:6.3741865158081rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxd86tR5asN2KyyCrwGp9orcbVJTlSV1 { width:18.125rem;height:4.8125rem;top:16.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU0uBU42KISGkDn5or2fi2pupkGPJ0k3 { width:18.125rem;height:4.8125rem;top:16.6875rem;left:6.7485342025756rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNt0oLMqLLatl0n1ff87ICBgtdeuAcUb { width:18.125rem;height:4.8125rem;top:16.6875rem;left:26.749346733093rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohuI8mdzSRIdt7cb9M8uV0QWG4br1MMs { width:19.125rem;height:1.4375rem;top:21.6875rem;left:26.124346733093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T { display:none; }#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TZtEwsI37ECEr7aZ3OGZQldvMvbqNEFy { top:29rem;left:3.0620107650757rem;width:19.5625rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJO9XGcyc0sl6KEq4ysTpRXPyPd4Q8dk { display:block; }
 }@media only screen and (max-width: 763px) { #iU29sgCshQEUdhh6x9QWIyrtkpg4tLOE { top:1.875rem;left:0rem;width:19.6875rem;height:3.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0SiPbbqJ6n75nHCO0Sn2wLFouswkS3h { top:5.6875rem;left:0rem;width:19.1875rem;height:2.9375rem;font-size:1.125rem;display:none; }
 }@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:6.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIhy8khy2eJHCVBk1zlgvnlickR3yJLf { top:13.625rem;left:0rem;width:42.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCaE9e74ZrW7ei1HUJHT2mLVqEWpntKt { top:14.9375rem;left:0rem;width:3.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5WwSBkT1G79n2JFXdkkxuV93kTF7Sro { top:14.875rem;left:2.732177734375rem;width:31.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuLH7bQRTS8upe2BIOyw2gzecDVEVgrS { top:22.9375rem;left:0rem;width:3rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPD4LlAtqSM2M46a6RB6nJA3rXhnZP7r { top:22.9375rem;left:2.748046875rem;width:32.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFU584b8gTZFJ9cwIHEFHssTKbTcZDJA { top:21.5625rem;left:0rem;width:42.8125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AanU3OPiGmUlpMXalg4nBZIRW2NW7F9T { top:30.125rem;left:0rem;width:42.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9X95XhAiCT1UDxgzJGkunUZpeHA8mbB { top:31.3125rem;left:0rem;width:3rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKxFM08lFTX47nDLOsgLMdqVwERFiP7h { top:32.1875rem;left:2.873779296875rem;width:32.375rem;height:1.5625rem;font-size:1.25rem;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) { #wwISyB90PENQXC2R413BaACh22fWt7An { display:block; }#wwISyB90PENQXC2R413BaACh22fWt7An > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJRq4ttJwbsenFI26AAtgpJhUTxZwb65 { top:1.125rem;left:0rem;width:18.625rem;height:55.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6PyPdscmebb3pG1wCkSIX08cXn3ym6f { top:3.3125rem;left:0rem;width:18.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQWcJXOOqLzzWmclSuFNo1lOWExfofZb { top:7.3125rem;left:0rem;width:18.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-regular-label { display:block;width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-text {padding-top: 0; padding-bottom: 0;}#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-select {padding-top: 0; padding-bottom: 0;}#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-input-button { width:13.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.375rem; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT  { width:16.1875rem;height:auto;top:12.25rem;left:0rem; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT {display:block;}#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT { width:16.1875rem;height:auto;top:12.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #yEnzeQh2eeCTensv5BvrRlgJMDuPsq7V {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #TGqyyMaNbQ7ITgxge1ghRrNaumbWhPkN { display:block; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #CCL7SzH7NgTPIPsSZGnlTSQN3cMy2T5l {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #QhLTlFpHKXi4JbiCKVrshG2vLbZ9EnPt {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #TZg3qC57SsLWN4MJvAkw3H43Mqc13m61 { display:block; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #vK6eW1RnU2yIN2CBck8uTGIBVSpGBn3z {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #wTofU1MXJcuoi6Xd53ggyBBJo9lHmyyb {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #LrHTXNMvJBTI7TskNXvLCept8X1gIWRg { display:block; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #AgtUZt8BTZnBqE24TeB2KGN0IV4t2EIP {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #FH7ppdwDLI4hOCZpwgohWSHLxIh5MBcp {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #JvADsPCkzXTsR6irWumMPbdlmq7pxcfQ { display:block; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #LF5lcp0nsPVqTnAMmkzHHqRxg7gy8KT5 {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #dyPQhnNlK4VaMsUqagpJw3SC7SGgStOT {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #wEpb08sBleKJkOrN3waVCLtfJT9y9o2F { z-index:2; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #aD6QWi8BFLfzz7KXKAF3L5ZyOG1h2uoC {  }
 }@media only screen and (max-width: 763px) { #gEbpUVWNhxzUaSCRfUzI6imldweTTBaZ { display:block; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #GyK0xQiv8P8yALEayzATRCt70loqkt4B {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #hrTnXW1oe3kZJOVgIQKSBw5GPscNCO8D {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #aIBsKnnC9KoVJiiUhvGJuuNRNQyJsUEs { z-index:15000; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #LfpopR65BNcJyKcvOaR9oHOTOsgtOoQr { z-index:15000; }
 }@media only screen and (max-width: 763px) { #gg9XvSZraS43H5AncIFhCmgkk1sHnbHn { 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:#ffffff;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:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;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: 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 { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek8zopaC7xOHvZUGnUNpmOc85CfsmpK1 { width:9.8125rem;height:3.625rem;top:0.8125rem;left:9.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #udUagth1T9aRfxIITLTeJgqQ11JVX8Bc { top:5.6875rem;left:3.3125rem;width:13.3125rem;height:3.3125rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fLWx6XlKKWqqwTFVKAtANH96v3ZTlLsR { display:block; }
 }@media only screen and (max-width: 763px) { #cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT { display:block; }#cZFdoZr3T3T0dUP2l3i393GmQQCMyZOT > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 { 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; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { background-color: transparent; background-image: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container > .video-iframe-container { display: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row > .video-iframe-container { display: none; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .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); }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { border-width: 0; border-radius: 0; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7AUL94WmqJWWVQziZtJo8y5GlGOnXO2 > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgvhhcWrRvIprprTHzHqhxLF42GpcFHI { top:18.541667938233rem;left:0.6875rem;width:18.6246875rem;height:3.2495125rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #t4xxQO1byD3RoNirs0n4rtq830R2iQNs { display:block; }
 }@media only screen and (max-width: 763px) { #SDG4lWsvdJ3N2qyFKJdS1hmWF1C5eSGb { width:15.9375rem;height:6.25rem;top:9.5625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aAL9Q9FfTLe6nAia4yJx3AUXfTKKsHB7 { width:12.124rem;height:2.99805rem;top:5.1041669845581rem;left:1.4667969942093rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wxPealO4uu6drTQnL3tSpT0bSQUQgAwV { width:11.687rem;height:15.3125rem;top:3.2291669845581rem;left:8.3125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #clVOeyybWUqZybblhkfCJ3iLKQvbbyTN { width:7.875rem;height:3.82324375rem;top:10.775390625rem;left:1.4667969942093rem;font-size:1.0625rem;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:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJlMqaqOEOaR7xJiAH8M8IRBbKGD7lzU { width:20rem;height:13.4375rem;top:17.873863220215rem;left:0.06103515625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z911aAiFkQ5TKQKHBMy4nX0Xft8mT4Kx { width:20rem;height:2.9248rem;top:26.872886657715rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lknEFD0MRBtVyENsPKkCoXNIxk3t44uK { width:16.4355625rem;height:1.3745125rem;top:35.184246063233rem;left:1.7805989980698rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KyxJ9EtVIKpJdRdaCxHou4tDUyN30sUt { width:20rem;height:12.625rem;top:33.498863220215rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EIUogGqnnIQ09VwINTg4X0hgc8Fn5cMA { width:20rem;height:14.125rem;top:48.436199188233rem;left:0.06103515625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s8FX2gokTwwbkyMLcgm5p40LvDvhhrrH { width:19.375rem;height:7.19725rem;top:1.810546875rem;left:0.3740234375rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MokfrQOfH5nlvfcSw2nFz6uRiDPPECAD { width:13.125rem;height:2.92480625rem;top:41.935546875rem;left:3.4358724355697rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Iyd1rwrtwWT3sZ9cKAPrTb8iaSRhnfFu { width:14.124375rem;height:2.9248rem;top:57.996745109558rem;left:2.8727213144303rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #quloKKDGWcadG7oavTRkHrTLShRFvKU9 { width:16.3105625rem;height:1.3745125rem;top:19.80908203125rem;left:1.8432615995407rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRta7p820Mps1UBuUB3IVbloHrbzlUDX { width:18.374rem;height:5.84960625rem;top:10.879558563233rem;left:0.81217443943025rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuu48obG6emLb3lfroQwHwL7p8icyCG5 { width:3.125rem;height:3.125rem;top:22.4677734375rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvuoneLVfpEH8PiBeJQC7VfG8PFq1vXL { width:3.0625rem;height:3.0625rem;top:37.86328125rem;left:8.0615228414537rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryawlh9CDqkGqyzCO9CR50OTi7omPQsD { width:3.125rem;height:3.125rem;top:53.481771469116rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwPI6ZrxBRur9VSC5IEsWE1d4tXwstN9 { width:8.8745rem;height:1.3745125rem;top:50.281902313233rem;left:5.5598958730697rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiNFAWSGhQ6Szuu4ysGy7Tpulimtvp { top:65.9990234375rem;left:2.15625rem;width:15.6855625rem;height:3.249025rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #vzrdXq6NIHG1VAwP3I8BF5EAXtTUmnW4 { display:block; }
 }@media only screen and (max-width: 763px) { #ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/K0BdebKy/02.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH.adaptive-delivery-prevent-bg, #ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH.lazyload, #ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH.lazyloading { background-image: none; }#ps4RtfydAtIiVmbeEdXcHr7DW0JR7ChH > .row .container { width:20rem;height:76.18589176178rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DTRTuCZPdkTPz0AMhKoGMC8ZAridenrZ { width:20rem;height:1.94905625rem;top:2.9370112419128rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wECS4lp41pxHlX421nHOUzo8IQKOvFw9 { width:20rem;height:4.3847625rem;top:6.2491865158081rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWUP2gEvgRJQ0Bcx21SEHuryVGvE3emC { width:14.9373125rem;height:7.3079375rem;top:53.103023529052rem;left:2.5309244990349rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra6bV9kfhaNsRXL1OTRQKQgbHDMrzvro { width:14.9373125rem;height:4.3847625rem;top:69.737138748169rem;left:2.5309244990349rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkdi3OppQSDtyigX2odpqqTggyUpTQk1 { width:14.9373125rem;height:1.4615875rem;top:50.748695373535rem;left:2.5309244990349rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrT2gufMAXPBppWbgPpFdVIZT7newdKC { width:14.9373125rem;height:1.4615875rem;top:68.277177810669rem;left:2.5309244990349rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1vpDS1rJLudPtLcDcrrkCWlFdWt2hT4 { width:3.125rem;height:3.125rem;top:45.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9wiOnSALmfd5bhkWpfdQ7SiUeHbcWMr { width:14.9373125rem;height:2.923175rem;top:38.311365127564rem;left:2.5301105380058rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmRIT6lfvslkGfvMrX3lppHTDV2uJZg9 { width:14.9373125rem;height:1.4615875rem;top:36.311847686767rem;left:2.5301105380058rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXVCN5O9bOBT7oEGAoto9ZG57aVJVQAs { width:14.9375rem;height:1.4615875rem;top:21.75rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AenNhnX9z8oEGwAApf66oy3fSl45misW { width:14.9375rem;height:4.3847625rem;top:23.9375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLWlp50Ms0zyF2KyW5OlzTH5AfLevqnO { width:3.125rem;height:3.125rem;top:63.016761779788rem;left:8.4374997019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUgAyNp1SiQqqt55nQ76eyTgf8X9Qy65 { width:3.125rem;height:3.125rem;top:16.028650283814rem;left:7.9374997019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO2A0z6k8qZyfZsHSxoE8WlFTIs27iHo { width:3.125rem;height:3.125rem;top:31.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t83w3ybOMHcwAaKLSTCii8LsSyp2byne { width:20rem;height:62.9375rem;top:13.24901676178rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQLyTipZBA3PhFyEBObRP7TNLoo0bWlV { width:5.3125rem;height:5.3125rem;top:14.934900283814rem;left:6.9685871005056rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQUVxnklqpBZ7QkJcyKeG6qGtNe0gBP7 { width:5.3125rem;height:5.3125rem;top:61.923824310302rem;left:7.3437497019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxLgPTLrvyTNMXboiEFBJb9XyodQavc3 { width:5.3125rem;height:5.3125rem;top:44.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw4OVABF09VaGQIQGJtE7EpOWSvzRzA4 { width:5.3125rem;height:5.3125rem;top:30.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms { display:block; }#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms { background-color: transparent; background-image: none; }#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms > .row .container > .video-iframe-container { display: none; }#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms > .row > .video-iframe-container { display: none; }#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms > .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); }#wchnUwzi6bC1TNZ84Ln7po3tCWrpgRms > .row .container { width:20rem;height:85.375rem;background-color:#061b85;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrhWSHu3F0UOu0qylDOTUZ1IBftrxGmV { width:20rem;height:1.94970625rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15001;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iPchXH0A1cBCqhCquJ9e4IrcipJW4dvE { width:20rem;height:4.38720625rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15005;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TnftKa9GIhsfoLEEBTyhPP8LUt7ZwMHL { width:3.125rem;height:3.125rem;top:16.9375rem;left:8.625rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OfISQdUc3bATPFBwqxZxcRff27d2Szoh { width:5.3125rem;height:5.3125rem;top:15.75rem;left:7.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #z21CxN3ynwc4tB1r329KhffOyaKTP3kl { width:19.75rem;height:1.62475625rem;top:12.93586730957rem;left:0.030924499034882rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ONTS7rtIQsy8uhdUQLuMiVe6FPyQ4ARm { width:16.6861875rem;height:4.38720625rem;top:21.960447311401rem;left:1.6560871005058rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #AwJIxFu24DT4T4eilNUTwZg1BLReW86x { width:3.125rem;height:3.125rem;top:33.0625rem;left:8.75rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #MCXJi12TTTdibme6CM6eOFhMNX7M62h5 { width:5.3125rem;height:5.3125rem;top:31.9375rem;left:7.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #FHdMHyUGptIRfTkkmVzXkz7vhZySV49B { width:19.875rem;height:1.62475625rem;top:28.653160095215rem;left:0.030924499034882rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #RtQ5LAr3Z64eFWBev6TcgOJLU3vg96bo { width:17.1875rem;height:2.92480625rem;top:38.498534202576rem;left:1.5934244990349rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #kJx5WOKuTnc6ICkinzz3eHJCK6S8EEhe { width:3.125rem;height:3.125rem;top:48.666666030884rem;left:8.6874997019769rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #bev6NSvgHaMwL77CbMcoJUpFTxzowk7G { width:5.3125rem;height:5.3125rem;top:47.447916030884rem;left:7.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ARJhOZToe96ZHdRL5hzOO9eZdVGEJtpM { width:19.6875rem;height:1.62475625rem;top:44.226886749267rem;left:0.093098819255831rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #pJLc3rtudfwKIg8HMceEFBvhPBMOeaH0 { width:17.312rem;height:5.8496125rem;top:54.041339874267rem;left:1.3427733778954rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #gNo1bc1D7NvwutwvwoRiBGsFmesuM87S { width:3.125rem;height:3.125rem;top:66.3125rem;left:8.5rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #ZguWtffL4EucicTugKONKvCGGoJbiV93 { width:5.3125rem;height:5.3125rem;top:65.125rem;left:7.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #q4bJL3UbdRI6u3ynGgIXksX7J3oUwWQm { width:20rem;height:1.62475625rem;top:62.186683654785rem;left:0.030598819255829rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #yPn97e9KEuZusQm4bhSm1vKHmdvJ86qB { width:14.9365rem;height:4.38720625rem;top:71.811683654788rem;left:2.5309244990349rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #JFbKECZxqFDyXrqVAtsiQ1cfkfV4Ol0x { top:79.187005996706rem;left:2.1557616591454rem;width:15.686875rem;height:3.2495125rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #yc5T0Ns152HaPNnz5saFga4agUtMzaIG { display:block; }
 }@media only screen and (max-width: 763px) { #ccahxAyATLlnIHfoAIhLvxLhScJh5d5e { display:block; }#ccahxAyATLlnIHfoAIhLvxLhScJh5d5e > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCTROtEFQwFPqFVbhqGqC23qSy4TQJiK { width:20rem;height:5.8496125rem;top:10.321180343628rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ouVBI9GySopaw0Jc0mEidt0byhAQM2zO { width:20rem;height:5.39795rem;top:2.8727207183838rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ { display:block; }#xLlNcMoBFntpBy7wLLZXh4xycW4MUGTZ > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkoDzT0qOdKyOUMmJKfZtpx08tMD4sMh { width:20rem;height:26rem;top:3.5595703125rem;left:0rem;background-color:#061b85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #S6WT9zwMBncNkuhKRBAkUccoht6ZM6fJ { width:20rem;height:26rem;top:31.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIikbPkhpKbhEbz1EyTCqmTsTEKfZa5d { width:20rem;height:26rem;top:59.49755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKbUhekuu133amTNCwFunC7etkcTyt48 { width:11.1875rem;height:1.51123125rem;top:5.810546875rem;left:3.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c18mzUCbr8RKl0P7Pft7bSlwLeRRBli7 { width:12.125rem;height:1.7858875rem;top:34.1357421875rem;left:3.0615234375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uui11gu2vqnh8kSzHFQqunnT011Pcd6E { width:15.1871875rem;height:2.9248rem;top:12.880859375rem;left:3.685546875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qNWWaFcTtJ1OJtDpz0kX42XnMoWnnvMg { display:flex;width:2.5rem;height:2.5rem;top:12.5693359375rem;left:0.9990234375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cXSoMRTBBsxeVN0yWdqBUASa88seAq9V { display:flex;width:2.5rem;height:2.5rem;top:15.8115234375rem;left:0.9990234375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #CMpZq8KqdZ1tnG4GKJLLENxk4hpefW63 { width:15.1236875rem;height:4.38720625rem;top:16.3017578125rem;left:3.716796875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrrmFT12EesMWz9KovweQ9z9UqpyEfJd { display:flex;width:2.5rem;height:2.5rem;top:20.8017578125rem;left:0.9990234375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #RZZyRyV4a1pUqVyTqW4zUN72nVWhnXww { display:flex;width:2.5rem;height:2.5rem;top:40.3740234375rem;left:0.9990234375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #K9EApVWbowCeltpP06a0bdx1GkH95uIu { display:flex;width:2.5rem;height:2.5rem;top:49.0068359375rem;left:0.9990234375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #KMJOJuKetXlTnNXfsWA90T27ry8trUEI { width:15.1871875rem;height:2.92480625rem;top:40.8720703125rem;left:3.6865234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGELmkL7m74gXxpZPqFBAIUl6nXP6MZf { width:13.625rem;height:2.749025rem;top:8.2353515625rem;left:3.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XomsQaKEFrQdFB4lRaigIx5fHtaU9BgT { width:11.687rem;height:4.1235375rem;top:37.0478515625rem;left:3.0615234375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gPawPPVFfi9eDHEfZ3CZyayCucu9N6bb { width:8.186875rem;height:1.7858875rem;top:61.99755859375rem;left:3.0615234375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bSsCUO6p7GbioBFggpr6aUuwLTUbvkcy { width:13.1875rem;height:2.749025rem;top:64.87353515625rem;left:3.0615234375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uoZ1E4T1b46FlKHM1qFLMLtNMPAJQMZD { width:10.1236875rem;height:2.9248rem;top:69.18505859375rem;left:3.6865234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyZ4pM4se8wf72Wr62uz1X3MpvGKtMa1 { display:flex;width:2.5rem;height:2.5rem;top:68.87255859375rem;left:0.99853515625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WbEhZs9lUWV2hGENRlQVOn3IZM4nUxe2 { display:flex;width:2.5rem;height:2.5rem;top:73.123046875rem;left:1.11328125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #LT2X0KnXx6Pv0KHVCzFFafM47hVwbCxn { width:15.1236875rem;height:4.38720625rem;top:21.30078125rem;left:3.716796875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTFQagcbVRE7VuJCMc9qmwrloOZ7VSWO { display:flex;width:2.5rem;height:2.5rem;top:43.9365234375rem;left:0.9990234375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #r7AXg1u27ChD03yPQu8dtVWDeUpyAf50 { width:15.1236875rem;height:4.38720625rem;top:44.373046875rem;left:3.6865234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvOgDdUnc1XuEGyftLJWDHVSmRl0id4C { width:15.1236875rem;height:4.38720625rem;top:49.498046875rem;left:3.685546875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltfk8wkR8yeOv5PwWfpxOF413taMtNK4 { width:15.1236875rem;height:4.38720625rem;top:73.123046875rem;left:3.6865234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1hF8hiDBpPWFH6PqWMxO0UpJ7vzGCOb { display:flex;width:2.5rem;height:2.5rem;top:78.0693359375rem;left:0.99853515625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #GTSVUmDNVNb2Oq5fr4ERnBb7cp5hHn63 { width:15.1236875rem;height:4.38720625rem;top:78.4990234375rem;left:3.6865234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ { display:block; }#VtcPQq9LiblJtl2ZiWRhVTfUbnUGUxUZ > .row .container { width:20rem;height:100.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHld4CpEzlGHc4mReT9gqkzIqvA0nSFe { width:18.811875rem;height:25.5rem;top:8.8745231628419rem;left:0.59244793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1DVUrr2CPl74VngVRyeeIBDw1CoHyK3 { width:2.4375rem;height:0.3125rem;top:22.937164306641rem;left:8.8118483424188rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz2lsba6HwuWUXFUu4iJ1wys2u4pNXoA { width:18.75rem;height:2.11181875rem;top:11.278482437134rem;left:0.62418621778488rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WULJwbOfiRgsHONZHlnhgZitnyZDJOc9 { width:19.0625rem;height:4.2236375rem;top:15.140817642212rem;left:0.46793621778488rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG8wGHHRF8wCo2nSdbE7WnLpCnPe8Z4f { width:18.811875rem;height:1.4624rem;top:19.842122077942rem;left:0.59244793653488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXSzKcpf5HE8BEARHBFuC8lmwutsobZx { width:18.8736875rem;height:2.9248rem;top:24.86572265625rem;left:0.56233721971512rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieGPhUnCan3BPM42KN2s9UdCRcXXdstP { width:18.811875rem;height:1.499025rem;top:28.4130859375rem;left:0.59244793653488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBlDW0dAknWuPWAuhRv4GdoEGVMuWwWC { width:18.8125rem;height:25.5rem;top:36.436767578125rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyVIZU1unM7MElwbwp9UW4e4EJTzRRBT { width:2.4375rem;height:0.3125rem;top:52.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmLIETA1arvrTJdKPJrWewQUz9uFodwn { width:18.811875rem;height:1.4624rem;top:48.6875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLdqUSm9n4VhoiOgFKPu9thipuSdwdwu { width:18.8736875rem;height:2.9248rem;top:53.687336921692rem;left:0.56233721971512rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQPKOMZRIr88t9vohPMiauxvmB70XIaQ { width:18.811875rem;height:1.499025rem;top:57.875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naacHXg7zzqOlDGCJeJ50Dlncctr0W7K { width:19.0625rem;height:4.2236375rem;top:43.749185562134rem;left:0.46793621778488rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6s0caHAOzKkLVnceRvQ4dBGkyK5n8Ie { width:18.6246875rem;height:2.11181875rem;top:39.3125rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IStvs1fNFwL833QNQB3ATWp540xJXaUZ { width:18.8125rem;height:25.5rem;top:63.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPVmkTOSJ1UTOT34so5NEPpIs3MtgwH7 { width:2.4375rem;height:0.3125rem;top:79.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9qPq61blMWzxvWXNeSDNrx6gpzcwxzO { width:18.811875rem;height:1.4624rem;top:76.1875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfITSJcUGpTHmlGQVTpxuww9O2ITekJ0 { width:18.8745rem;height:2.9248rem;top:81.875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqOC3u0sEhHW0hrCOhFNVBdrKx3ygInO { width:18.811875rem;height:1.499025rem;top:85.375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXT4wgkDaTScn06mxPfOVRLtzKV4eZVZ { width:19.0625rem;height:4.2236375rem;top:71.25rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cyfIW2H9PnlJRiOe9SPvxaiiTQJDUy { width:18.6246875rem;height:2.11181875rem;top:66.8125rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E86ICIrfB4Tepd7XpEEpCvx7wyBHiK8X { width:16.6875rem;height:3.59863125rem;top:2.9375rem;left:1.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhDwNsAxO7kWupNVJ2d8A1CMQvbGm0WT { top:93.936767578125rem;left:2.15576171875rem;width:15.6860625rem;height:3.2495125rem;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #SuqoNZkGoxaBAQDi9hKr8HEwE2cviRGt { display:block; }
 }@media only screen and (max-width: 763px) { #P8T2U36z71rvrQoN6ev9CoOMmgNCKQly { display:block; }#P8T2U36z71rvrQoN6ev9CoOMmgNCKQly > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnlvFoWSi7M9r4nf0ZflZTQ7fIKQvc2N { width:16.875rem;height:1.4624rem;top:17.123268127441rem;left:1.5616319179535rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmifgxTxA58fmG44Ua7y3TvXPaOULLRn { width:16.875rem;height:2.59765rem;top:19.122398376465rem;left:1.5616319179535rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CHOq9aDiF7zMoF7NB7zklu6v51EqMLve { width:16.875rem;height:1.4624rem;top:28.3115234375rem;left:1.5615234375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvsXq4ioMxHPMZWiqR33gfffU5ReHOZz { width:16.875rem;height:2.59765rem;top:30.373046875rem;left:1.5615234375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TxBLS9cVH0k4R9wzB2DKUIOHnn1H2gdF { width:16.875rem;height:1.4624rem;top:39.623046875rem;left:1.5615234375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhMulqB21RBGKT2ubgByaekbHLpToqvI { width:16.7496875rem;height:3.8994125rem;top:1.83349609375rem;left:1.6235350966454rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iSmS7KZzgKyGDSpfKuEurH0FB4KVBskz { width:3.2495125rem;height:3.3748375rem;top:12.988716125488rem;left:8.3741319179538rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3MrPilHOqfS0TR5nkG64CNkfbqCS6hh { width:3.125rem;height:3.125rem;top:24.072052001953rem;left:8.4374997615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9BWTGWzHXm0tmDSeq96TpVbQ9lVtTk9 { width:3.125rem;height:3.125rem;top:35.5087890625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7gIy5p1IEt7gvVckvOI2uwUGTreU12q { width:16.875rem;height:2.59765rem;top:41.8330078125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zf3wVXzTOSzlWqz7Nc8NLC7LfAGQWUSC { width:20rem;height:3.89648125rem;top:7.1449661254881rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E4WXg074id065oTI2lgvJ77lL3Ot4o4T { background-color:#f4f3f3;background-image:none;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 { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITNpWeLrc0rxkKMT8XhQqyNHv4ENLs86 { width:18.0625rem;height:1.94970625rem;top:3.875rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPhuC8AbTJgbmTSdFTLowRS32oDeeLvn { width:13.6875rem;height:2.11181875rem;top:28.1240234375rem;left:4.9365234375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ws1S8U20diPwcwa5AN5zISCuR3uBuunh { display:flex;width:2.125rem;height:2.125rem;top:28.0615234375rem;left:1.6865234375rem; }
 }@media only screen and (max-width: 763px) { #mQvQhMPahbptnBf4Vb0KZsrtbVTRmRwv { display:flex;width:2.125rem;height:2.125rem;top:31rem;left:1.6865234375rem; }
 }@media only screen and (max-width: 763px) { #Z8ZGBzIcJIa4d7W31zPsZrB0ZC3NiASJ { width:13.5625rem;height:2.11181875rem;top:31rem;left:4.8740234375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ek37JZ2aoeTpzEBS0Rx0NBB6q4m4wRNo { top:34.9091796875rem;left:1.6865234375rem;width:16.9995rem;height:3.624675rem;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:17.875rem;height:6.499025rem;top:6.47216796875rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z6AXsCsphTSGFvHoLf8s9hpdH3sk9hTE { width:17.6875rem;height:10.23681875rem;top:14.875rem;left:1.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfn7VkwwBp1JHHymZcz9slVot3Mt22ma { background-color:#ffffff;background-image:none;display:block; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { background-color: transparent; background-image: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container > .video-iframe-container { display: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container { display: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .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); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { width:20rem;height:106.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkmlfVQT6nrbXBgGpdDUTtTTu7IFFfVo { width:20rem;height:1.94970625rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #op0i3wVfiaUBLLLR5867sDTEeGFRTZuv { width:19.75rem;height:19.6875rem;top:30.436828613281rem;left:0rem;background-color:#f4f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AhFyhDk23XKSkNuQc5JGNqIiW68CJnfh { width:6.25rem;height:6.25rem;top:79.624816894531rem;left:6.8749997019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeE078Tq5FXGC4z46zcAZohohIa1xuA2 { width:3.6875rem;height:3.6875rem;top:80.9375rem;left:8.1868483424188rem;display:block; }
 }@media only screen and (max-width: 763px) { #At37mXyDTziBkkacyRn2p2leI57pfc86 { width:17.7498125rem;height:8.77441875rem;top:39.248046875rem;left:1.1238606572151rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGzvMi2Iwhw0v2LwURqATuEVJw1b74J0 { width:6.25rem;height:6.25rem;top:27.68701171875rem;left:6.8123371005056rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrhscJQ6ubqelEQdDVTTtL7tRTBQGD15 { width:6.25rem;height:6.25rem;top:52.25rem;left:6.8749997019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZQLXBU6ThlNEyby0gPx4Qhf3MFq513Q { width:3.6875rem;height:3.6875rem;top:28.93701171875rem;left:7.999674499035rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHtefMJAnsSow2HMWb0bmC6Xg4zbFZ1e { width:3.5625rem;height:3.5625rem;top:53.62451171875rem;left:8.2495114207269rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTT5I1TKwl4VgkPbtwbqMJTBTbe1Vmov { width:20rem;height:1.4624rem;top:59.87451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ0Sry9OXZbmRemBU8F68SfkvBxeAR0e { width:20rem;height:1.4624rem;top:87.93701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGSL5UVH9iC78tfcODmv7ML9BHgXUTwq { width:18.3121875rem;height:19.011225rem;top:6.5496215820312rem;left:0.84309893846512rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmvHD8Ut6THTILkaGrm0JeoWRietsfw { width:17.6871875rem;height:2.70019375rem;top:35.498687744141rem;left:1.1555989384651rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvCH8FL7BEfmflQ0STHlsJhhc0W6if4x { width:18.0623125rem;height:13.16164375rem;top:62.021484375rem;left:0.96761065721512rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC4Ic1cDgT0m94ByPt5SlqV4nRHH1QeO { width:17.4373125rem;height:8.7744375rem;top:90.810708999631rem;left:1.2801106572151rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlU4gVZk98UMmXTLaWl3g5KV3hNcPsvX { width:20rem;height:21.6875rem;top:55.436187744141rem;left:0rem;background-color:#f4f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pquXO5aoEc5xob2bZceBR4rwn0nIyK4U { width:20rem;height:19.6875rem;top:83.24951171875rem;left:0rem;background-color:#f4f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WHtPEXPURv8R85Xrb7klMzbNcymFUEGL { background-color:#f4f3f3;background-image:none;display:block; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container { background-color: transparent; background-image: none; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container > .video-iframe-container { display: none; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row > .video-iframe-container { display: none; }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .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); }#WHtPEXPURv8R85Xrb7klMzbNcymFUEGL > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USDqbRozCgMfCSgn65rVQenu6Kd5kcto { width:19.625rem;height:18.4375rem;top:6rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JibB3LwwfGBbZs4a9MRbVxUxCQTBmcbJ { width:19.625rem;height:1.5999375rem;top:21.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9A4prRoTecDG1uvwGBBQg7SQ2qLTgGS { width:18.75rem;height:13.501rem;top:7.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKbNuQxZ2O5ZKlSrJUBZNKnnMnJMhTBR { width:20rem;height:1.94970625rem;top:2.4894193410873rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNr6GTph6q0R55Jw7hykGXoFTGxP7STQ { width:20rem;height:8.1005875rem;top:28.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1vr3g0Scwqvn5yeJgWmltOf0lJxXQHt { width:20rem;height:1.5999375rem;top:37.481281280517rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXdkzPFmKRqIBVGTWw0qUa5usPWpHdDb { width:17.3746875rem;height:9.45069375rem;top:59.4375rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEtEtgrUqFunWOZwBqZAgB5LusfgwbkD { width:20rem;height:1.5999375rem;top:70.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6oGRyILIIQ2yfzG6hfpff4S6PvWfJ7 { width:17.6871875rem;height:8.1005625rem;top:43.6865234375rem;left:1.1555989384651rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLuUK0AzGTiLfWOySZSC0dIDTkWF3OhD { width:20rem;height:1.5999375rem;top:53.311359405517rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kddBr71nVcDrCZaCMGke9mvWRJaHDU8t { width:19.6248125rem;height:13.9998125rem;top:58.125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AJKJncSBTMWE5s5rWwZXKz8PDeIlEmB1 { width:19.625rem;height:14rem;top:42.125rem;left:0.1875rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l2mDyawhSOIF8TUox62i6MNy2HlqIm34 { width:20rem;height:13.9371875rem;top:26.8125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds { background-color:#ffffff;background-image:none;display:block; }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row .container { background-color: transparent; background-image: none; }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row .container > .video-iframe-container { display: none; }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row > .video-iframe-container { display: none; }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .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); }#tQJIGgfUEhwOgL0I4N2oUyLTQrrTL3Ds > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnkyonJcEXKZXCxJoKwUGfEfPmg4RzFb { width:20rem;height:2.4375rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95zDKP7i68UVfqBUC26FWPyoNrRzH2V { width:18.125rem;height:7.3120125rem;top:7.31201171875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flmtDCvXx0B8Q0ZpRskuHkeEK5as8ZeW { width:18.875rem;height:10.3125rem;top:17.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b00W8qGBpkwQn7F3ivT2XmNDWK69JFKX { width:18.875rem;height:10.3125rem;top:29.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBKFJonfPPOJM4V7Sgt8vGQ8KWz2BhFa { width:18.875rem;height:10.3125rem;top:40.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5Tqi5ZkTAEGNxixdEdo7Pco4zLHHWMl { width:18.125rem;height:1.4624rem;top:23.937174320221rem;left:0.93749994039537rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTmyq9Nk2SyQTH5bQzoTf0kkdGmuzfKL { width:16.1873125rem;height:2.92480625rem;top:35.123697280884rem;left:1.9051105380058rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxd86tR5asN2KyyCrwGp9orcbVJTlSV1 { width:18.8745rem;height:3.2504875rem;top:19.999185562134rem;left:0.56152337789536rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU0uBU42KISGkDn5or2fi2pupkGPJ0k3 { width:18.125rem;height:3.2504875rem;top:31.373697280884rem;left:0.93749994039537rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNt0oLMqLLatl0n1ff87ICBgtdeuAcUb { width:18.125rem;height:3.2504875rem;top:42.90608215332rem;left:0.93749994039537rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohuI8mdzSRIdt7cb9M8uV0QWG4br1MMs { width:19.124375rem;height:1.4624rem;top:47.062173843384rem;left:0.43619793653488rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T { display:block; }#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T { background-color: transparent; background-image: none; }#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T > .row .container > .video-iframe-container { display: none; }#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T > .row > .video-iframe-container { display: none; }#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T > .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); }#qMboyIzdPnfXx9MF3MGeLL5ZxGl7Po1T > .row .container { width:20rem;height:18.1875rem;background-color:#061b85;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZtEwsI37ECEr7aZ3OGZQldvMvbqNEFy { top:12.4169921875rem;left:2.1557615995407rem;width:15.686875rem;height:3.2495125rem;font-size:1.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kJO9XGcyc0sl6KEq4ysTpRXPyPd4Q8dk { display:block; }
 }@media only screen and (max-width: 763px) { #iU29sgCshQEUdhh6x9QWIyrtkpg4tLOE { width:20rem;height:3.8994125rem;top:2.4373378753662rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15011;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q0SiPbbqJ6n75nHCO0Sn2wLFouswkS3h { width:20rem;height:2.9248rem;top:7.7872714996337rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SHLElHHufonaBWHs3AZX9i3y64oSqShk { background-color:#f4f3f3;background-image:none;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 { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROSg64HGX3bTJhMIVm1An4wGxtgEhMbZ { width:20rem;height:4.19921875rem;top:3.1875rem;left:0rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIhy8khy2eJHCVBk1zlgvnlickR3yJLf { width:20rem;height:6.625rem;top:10.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCaE9e74ZrW7ei1HUJHT2mLVqEWpntKt { width:3.061525rem;height:2.598875rem;top:12.249328613281rem;left:1.2499999403954rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w5WwSBkT1G79n2JFXdkkxuV93kTF7Sro { width:14.749375rem;height:5.1953125rem;top:10.919270515442rem;left:4.3115231394768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuLH7bQRTS8upe2BIOyw2gzecDVEVgrS { width:2.999025rem;height:2.598875rem;top:19.749816894531rem;left:1.2499999403954rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RPD4LlAtqSM2M46a6RB6nJA3rXhnZP7r { width:14.812rem;height:3.8964875rem;top:18.937335968017rem;left:4.3115231394768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFU584b8gTZFJ9cwIHEFHssTKbTcZDJA { width:20rem;height:5.25rem;top:18.330688476562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AanU3OPiGmUlpMXalg4nBZIRW2NW7F9T { width:20rem;height:4.6875rem;top:25.268371582031rem;left:0rem;background-color:#5e5e5e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m9X95XhAiCT1UDxgzJGkunUZpeHA8mbB { width:3rem;height:5.19775rem;top:26.480102539062rem;left:1.2801106572151rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKxFM08lFTX47nDLOsgLMdqVwERFiP7h { width:15.1875rem;height:2.59765625rem;top:26.480102539062rem;left:4.4368488192558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kisv61h8zKNy7rovXulfTqikakqhCtxG { display:block; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai2xIW616d2ncc6oayKI2rnGykEXzvNo { width:3.125rem;height:3.125rem;top:4.498046875rem;left:7.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { width:3.125rem;height:3.125rem;top:4.498046875rem;left:10.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { width:11.6875rem;height:1.29980625rem;top:8.498046875rem;left:4.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { width:10.875rem;height:4.125rem;top:0.435546875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwISyB90PENQXC2R413BaACh22fWt7An { display:none; }#wwISyB90PENQXC2R413BaACh22fWt7An > .row .container { width:20rem;height:75.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vJRq4ttJwbsenFI26AAtgpJhUTxZwb65 { width:18.75rem;height:25.125rem;top:1.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6PyPdscmebb3pG1wCkSIX08cXn3ym6f { width:16.4375rem;height:3.8981125rem;top:27.9375rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQWcJXOOqLzzWmclSuFNo1lOWExfofZb { width:13.25rem;height:3.898925rem;top:33.0625rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-regular-label { display:block; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT .widget-checkbox-label { width:13.75rem; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT  { width:15rem;height:auto; }
#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT {display:block;}#sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #yEnzeQh2eeCTensv5BvrRlgJMDuPsq7V {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #TGqyyMaNbQ7ITgxge1ghRrNaumbWhPkN { display:block; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #CCL7SzH7NgTPIPsSZGnlTSQN3cMy2T5l {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #QhLTlFpHKXi4JbiCKVrshG2vLbZ9EnPt {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #TZg3qC57SsLWN4MJvAkw3H43Mqc13m61 { display:block; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #vK6eW1RnU2yIN2CBck8uTGIBVSpGBn3z {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #wTofU1MXJcuoi6Xd53ggyBBJo9lHmyyb {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #LrHTXNMvJBTI7TskNXvLCept8X1gIWRg { display:block; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #AgtUZt8BTZnBqE24TeB2KGN0IV4t2EIP {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #FH7ppdwDLI4hOCZpwgohWSHLxIh5MBcp {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #JvADsPCkzXTsR6irWumMPbdlmq7pxcfQ { display:block; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #LF5lcp0nsPVqTnAMmkzHHqRxg7gy8KT5 {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #dyPQhnNlK4VaMsUqagpJw3SC7SGgStOT {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #wEpb08sBleKJkOrN3waVCLtfJT9y9o2F { z-index:2; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #aD6QWi8BFLfzz7KXKAF3L5ZyOG1h2uoC {  }
 }@media only screen and (max-width: 763px) { #gEbpUVWNhxzUaSCRfUzI6imldweTTBaZ { display:block; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #GyK0xQiv8P8yALEayzATRCt70loqkt4B {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #hrTnXW1oe3kZJOVgIQKSBw5GPscNCO8D {  }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #aIBsKnnC9KoVJiiUhvGJuuNRNQyJsUEs { z-index:15000; }
 }@media only screen and (max-width: 763px) { #sGnCR1T8cpbZ9VDr2SStdiL29fDl6AfT #LfpopR65BNcJyKcvOaR9oHOTOsgtOoQr { z-index:15000; }
 }@media only screen and (max-width: 763px) { #gg9XvSZraS43H5AncIFhCmgkk1sHnbHn { display:block; }
 }