.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#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); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 { 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; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { background-color: transparent; background-image: none; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container > .video-iframe-container { display: none; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row > .video-iframe-container { display: none; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .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); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { border-width: 0; border-radius: 0; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#NVOQKSe87kWX6b4R7Ryu1rULeUiZT9s7 { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1rem;left:11.677734375rem;display:block; }
#SMF41wQWMuvtiZWvxJq6E8c2N39fv05t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VVmDkWmszr6KsW7DchHlT8mGUHKkBJu3 { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.34375rem;left:4.240234375rem;display:block; }
#w9TLh0sVVkvLDKeExr0ba3QBCDQwPvCg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x75GS0mhMs5yLwwS8vRWSrgGWxEmQfPm { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:0.96875rem;left:0rem;display:block; }
#ZPKt9DSJw1zAZND0lWmWFh7Wa8TFivoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scfVgX2ko6FlHwIyuDUTxcW3selTu5Le { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1rem;left:38.625rem;display:block; }
#RbKXI79V5EmNvZUPNLLNJdTsp9IkevlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHWN8bathl4m8TkeBtG5DTLfAHsTBJCR { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1rem;left:45.0625rem;display:block; }
#yT0dvGbB7agsoI2tTfrJdgBZEqSXCfxN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8iHbuHG7TI6Qdp8LVkkh4niGD7nutLN { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:1.34375rem;left:52.5rem;display:block; }
#Dv0HAREgDhKc9XUElJT1dA3gyuCE6HO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kxL4pvce3NxoyrEz6pmzvLJay9JOW6nZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:0rem;left:26.0625rem;overflow:hidden;display:block; }
#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO { position:relative;display:block; }#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO { background-color: transparent; background-image: none; }#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO > .row .container > .video-iframe-container { display: none; }#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO > .row > .video-iframe-container { display: none; }#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO > .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); }#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO { border-width: 0; border-radius: 0; }#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO > .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; }#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO > .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:20.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yRqWaXmvENIQWkxEtu7nSuAfuO4WqeNx { color:#262d3c;display:block;width:59.9375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:5.875rem;left:0rem;height:5.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DATSTuxTM75mFSBUqDC75ZU9R9Fthtd0 { color:#000000;display:block;width:43.625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:12.2890625rem;left:8.8125rem;height:6.6484375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 { 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; }#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 > .row .container { background-color: transparent; background-image: none; }#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 > .row .container > .video-iframe-container { display: none; }#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 > .row > .video-iframe-container { display: none; }#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 > .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); }#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 > .row .container { border-width: 0; border-radius: 0; }#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#w50A2EVxzJKFAF6oV08DVz3KSU4Xs2N5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zS4xUcSeQsp4fONqTQ8ZNnivuMFXCPuy { 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:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#FlT2GzKXsQg1IhAxg5J8eMxJv8RdXbSS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#tgu37zykcX77lPpSl659EM1TOFt0EtoD { 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; }#tgu37zykcX77lPpSl659EM1TOFt0EtoD > .row .container { background-color: transparent; background-image: none; }#tgu37zykcX77lPpSl659EM1TOFt0EtoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgu37zykcX77lPpSl659EM1TOFt0EtoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgu37zykcX77lPpSl659EM1TOFt0EtoD > .row .container > .video-iframe-container { display: none; }#tgu37zykcX77lPpSl659EM1TOFt0EtoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgu37zykcX77lPpSl659EM1TOFt0EtoD > .row > .video-iframe-container { display: none; }#tgu37zykcX77lPpSl659EM1TOFt0EtoD > .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); }#tgu37zykcX77lPpSl659EM1TOFt0EtoD > .row .container { border-width: 0; border-radius: 0; }#tgu37zykcX77lPpSl659EM1TOFt0EtoD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgu37zykcX77lPpSl659EM1TOFt0EtoD > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:block; }#vagAuW0qWQsHVQvvINrmB0FzIbIfOqtB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RJNqQzZ3VKUglmeGMxEpeu3MhfpVIil6 { 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:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#h3pBi4AVmIb0tLmxHHHJLE3waNNw6mOw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 { 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; }#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 > .row .container { background-color: transparent; background-image: none; }#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 > .row .container > .video-iframe-container { display: none; }#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 > .row > .video-iframe-container { display: none; }#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 > .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); }#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 > .row .container { border-width: 0; border-radius: 0; }#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#q28BntgZzmfLAWTNdIsZ4Oa35Gq8ahis { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Trq8wKRB1Nk8CCSgD5CwilBBTGZJRv2e { 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:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#QMM8zESwsRerNrZIU8Roera6vegT4629 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd { 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; }#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd > .row .container { background-color: transparent; background-image: none; }#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd > .row .container > .video-iframe-container { display: none; }#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd > .row > .video-iframe-container { display: none; }#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd > .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); }#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd > .row .container { border-width: 0; border-radius: 0; }#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#mTPfOACtH2RbFE8He2GI1wObvB3R0vJz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#On2MI0DEd7w3elpLQ5ZUztC8y306D8fy { 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:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#Ut5q4JbLrQdJoRfScUfGaXQfqUg8360e { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 { 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; }#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 > .row .container { background-color: transparent; background-image: none; }#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 > .row .container > .video-iframe-container { display: none; }#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 > .row > .video-iframe-container { display: none; }#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 > .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); }#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 > .row .container { border-width: 0; border-radius: 0; }#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#vXm3gPmrUwNczJBTPy48WTstP71WJVls { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DlPrxflwALKwp9fyJHxCGSSCv6KnceoG { 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:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#e56SLpAAdsbVFzEM10I2FkNiy0a5M0T2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl { 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; }#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl > .row .container { background-color: transparent; background-image: none; }#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl > .row .container > .video-iframe-container { display: none; }#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl > .row > .video-iframe-container { display: none; }#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl > .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); }#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl > .row .container { border-width: 0; border-radius: 0; }#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#oRsyPXSv1Qxv8ET0ehfVdKDwgDyk8beA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SSpLOCw47NUBWKKUlqT2pp5EUTvC5Tme { 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:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#CqlrxhwP1sRkSOCmrz6civibX9s02wyD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K { 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; }#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K > .row .container { background-color: transparent; background-image: none; }#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K > .row .container > .video-iframe-container { display: none; }#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K > .row > .video-iframe-container { display: none; }#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K > .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); }#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K > .row .container { border-width: 0; border-radius: 0; }#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#MycxDxH1P17TRd6LdIt1PmIdRG2dX7Mm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SInB2gcmCwhV9hVtDl63ILWi3TuWoV9H { 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:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#fAeMvxfKxHyHivKvLyNX72Gre0GBZOpT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV { 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; }#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV > .row .container { background-color: transparent; background-image: none; }#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV > .row .container > .video-iframe-container { display: none; }#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV > .row > .video-iframe-container { display: none; }#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV > .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); }#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV > .row .container { border-width: 0; border-radius: 0; }#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#zZA4lm1rP0Ncz43h43nwCvlcHzMJzMP7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Pg6SyXcGehmGPbrxHOCFbFmCor9mul7w { 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:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#bw7fTrPZoHd9LOSoozK45g7wE4s1m8WP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI { 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; }#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI > .row .container { background-color: transparent; background-image: none; }#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI > .row .container > .video-iframe-container { display: none; }#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI > .row > .video-iframe-container { display: none; }#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI > .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); }#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI > .row .container { border-width: 0; border-radius: 0; }#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#f9dMs0wTdVTDnsdVkBPxgoIIPnk6vSGO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Wkiau9ykigBxe5Uiryn1ukm9SmpklaqT { 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:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#sKnBxH63F6BATEc2aUKZf5BpTEQcXaxJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB { 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; }#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB > .row .container { background-color: transparent; background-image: none; }#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB > .row .container > .video-iframe-container { display: none; }#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB > .row > .video-iframe-container { display: none; }#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB > .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); }#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB > .row .container { border-width: 0; border-radius: 0; }#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#GFQc4Q8303wLxl82ZiZFG7ZU4FTKsv8J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#k9ALs4dwZ1s9M83fWkAI1xzn6NI67rnn { 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:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#fiXATdxq8xK1TZcZ0JT3eUIh9Pxqq8vT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ { 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; }#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ > .row .container { background-color: transparent; background-image: none; }#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ > .row .container > .video-iframe-container { display: none; }#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ > .row > .video-iframe-container { display: none; }#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ > .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); }#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ > .row .container { border-width: 0; border-radius: 0; }#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#JWKOENwyLpH42eIu8u084kgsWanXOoEr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RLhH9z0cE3It1gBIaHZtQhTwefmePVRT { 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:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#D1M0nZxoVC8RohKxtZGWrsrHmlvUbyBE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf { 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; }#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf > .row .container { background-color: transparent; background-image: none; }#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf > .row .container > .video-iframe-container { display: none; }#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf > .row > .video-iframe-container { display: none; }#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf > .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); }#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf > .row .container { border-width: 0; border-radius: 0; }#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#x59EW0mBp0342uM9VF6bInRLgEEWJueb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rOBBxub3KVgUBCstuSJqGTI2ckCCHny3 { 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:16.1875rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#LBvnLWCN9tsiR5dsGM0JamHmwa0rcyLL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ { 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; }#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ > .row .container { background-color: transparent; background-image: none; }#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ > .row .container > .video-iframe-container { display: none; }#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ > .row > .video-iframe-container { display: none; }#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ > .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); }#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ > .row .container { border-width: 0; border-radius: 0; }#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#Ez1lyuaG4vyRSUhm2EE2XtQpPNdH0lai { position:absolute;display:block;z-index:15006;background-color:#a3c4f3;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: none;height:0.375rem;width:56.1875rem;top:19.5625rem;left:1.90625rem;display:block; }
#OZWheUEiczqpCtfRz0HQf037ZMGp3Qim { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #a3c4f3;border-left:0.375rem solid #a3c4f3;border-right:0.375rem solid #a3c4f3;border-bottom:0.375rem solid #a3c4f3;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:18.59375rem;left:1rem;display:block; }
#VkMqDK6aUiWVcdSctmnuwNssT4OdslKt { position:absolute;display:block;z-index:15008;background-color:#a3c4f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:18.59375rem;left:55.84375rem;display:block; }
#es9LQSzVadNT2k5GWwkevG54uV3f0XGT { color:#000000;display:block;width:59.125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z733DdpxacRZNbanyMgTCx7posh2FTpi { color:#000000;display:block;width:5.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.25rem;left:1rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#AKRw7i8IOzzgIoM1bUH8sgkn0Bkx8BQZ { color:#000000;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.25rem;left:8.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#HkgS1t0DAGWObJtB4uXvt4NzqueNI7Xq { color:#000000;display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.25rem;left:22.25rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#FBCIN9lMfAVRbze95L6HPl0ruzNIELWB { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.25rem;left:36.375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#MuRI0KTJn9qCTv30kk8K2ayWfLTbSO8W { color:#000000;display:block;width:5.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.25rem;left:52.40625rem;height:5.19921875rem;text-align:right;text-align-last:right;display:block; }
#WND9FtoNF4MANntLU9yvGTuUM20z1isc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.3125rem;left:40.28125rem; }
#G5Blz9kTneTXuWpKN6veENZQRgu5kp2q { box-sizing:content-box;color:#5d92ff;font-size:4.5625rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.3125rem;left:25.34375rem; }
#q7NAoB5hHcZ0U4hBNBbOqJekTaiZbk3b { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.21875rem;left:54.34375rem; }
#TumyAT7rqhqHoC9lvZnl8n7zfVlLsbvx { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.875rem;left:10.6875rem; }
#EECdOD2cGM4IZs3MdZ8sOEWoHeSEuiDR { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.3125rem;left:0rem; }
#EbTk3v9cFToBc2iRbRJRQ5BemQtDn24F { color:rgba(0,0,0,0.7);display:block;width:53.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.65625rem;left:4.65625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FTrSnwQANc7WCd5ZX0uIpCT644tuOyq3 { 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:5.0625rem;width:5.0625rem;top:17.21875rem;left:11.15625rem;overflow:hidden;display:block; }
#zygsEcecL32T8hOCpTfVPCQlFhZFUBXf { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:17.21875rem;left:25.84375rem;overflow:hidden;display:block; }
#sTU3rJ9C1bFlOzevpXw6ZQloHh4z62GD { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:17.21875rem;left:40.75rem;overflow:hidden;display:block; }
#pW9tcBZSKHOe6pIz3AmvXvlgdmbcZQV9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Hs2ot1oCTV8CApo2y138t8QyyTpPStFh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#QlTAT1kUelb2Em6ToD1ywbr6VNA3Gxvv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#xfU78VdJm922o1echvsI9ctqE2pnCrso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9aXdxX1A/template_image_Windows_Sale3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xfU78VdJm922o1echvsI9ctqE2pnCrso.adaptive-delivery-prevent-bg, #xfU78VdJm922o1echvsI9ctqE2pnCrso.lazyload, #xfU78VdJm922o1echvsI9ctqE2pnCrso.lazyloading { background-image: none; }#xfU78VdJm922o1echvsI9ctqE2pnCrso > .row .container { background-color: transparent; background-image: none; }#xfU78VdJm922o1echvsI9ctqE2pnCrso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfU78VdJm922o1echvsI9ctqE2pnCrso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfU78VdJm922o1echvsI9ctqE2pnCrso > .row .container > .video-iframe-container { display: none; }#xfU78VdJm922o1echvsI9ctqE2pnCrso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfU78VdJm922o1echvsI9ctqE2pnCrso > .row > .video-iframe-container { display: none; }#xfU78VdJm922o1echvsI9ctqE2pnCrso > .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); }#xfU78VdJm922o1echvsI9ctqE2pnCrso > .row .container { border-width: 0; border-radius: 0; }#xfU78VdJm922o1echvsI9ctqE2pnCrso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xfU78VdJm922o1echvsI9ctqE2pnCrso > .row .container { font-size:0.875rem;font-family:"open sans";height:47.4375rem;width:60rem;position:relative;display:block; }#EGHwJhrQpg2gryN26p4VUZlkhMok4uaR { color:#262d3c;display:block;width:59.9375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.0234375rem;left:0.0625rem;height:2.61230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R2068zMNrftqcDdaiaMAUIJ2qrLosKTn { color:#000000;display:block;width:43.625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:4.23828125rem;left:8.5rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uXV5kf2PdLyC9202B4ZtFeZqrJtsIrHt { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:35.625rem;width:20rem;top:9.7490234375rem;left:32rem;display:block; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-form-header {  }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:20.6875rem;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; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:20.6875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-text {padding-top: 0; padding-bottom: 0;}#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:20.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-select {padding-top: 0; padding-bottom: 0;}#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#262d3c;width:20.6875rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1.2; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(0,0,0,0.5);vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .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; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-container:first-of-type{padding-top:0;}#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-container:last-of-type{padding-bottom:0;}#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.5419921875rem;left:32rem; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-info-text { font-size:0.75rem; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH {display:block;}#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.5419921875rem;left:32rem; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #qFoG8x3pc4OvT7ovzss59qSblybCQxIe { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #TxpofhavcsB1DPikVJTMpiS1RJ99nG12 { position:relative;display:block; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #pmQTG4eTsdLiG1VCgJJx6I9eGPJWOKMv { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #WANcMmAlShRAqOgUtAA0X9JtLDpXevpR { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ENIAdlhkPnrd4wuo2g3WHLXNrvNPXg4U { position:relative;display:block; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #qtsxhbMRPn1HDf3dZvZW60SMX0IrGXWB { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #JI0aM23oWQcmii54zTPBzFg8tDPQRVyU { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #U4nGga35Zps1Qc9FTgZhTLPlk0AJT8Fp { position:relative;display:block; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #qiLgxkTLrng7xJCfhNaJ9LeGGk2emwvr { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #fNCCyRUQ1rPE1HhAszKMnAxrSCGTSHEm { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #swTnHUMzoK7nDx6CNWwe6L4wsz9nrWVz { position:relative;display:block; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ClXfZ5TT9JfBRRG3rcRIThI07C3FIZuA { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #CwoKC5dwL452Kw7ns6cDTHKW4IsORnBo { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ccs5qqeHK6kpvRpzpbNZ3AatiXy21xBW { position:relative;display:block; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #xzZxGATDIuhGdiwsTVWu3TXu6Ucvlffv { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #AGGOAVOuU1GaBvi18fV7vS1k9r2HBpxU { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ubqvsc08UPrNocMTpfUrfC9whDhkahdE { position:relative;z-index:2; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #gL4nxHnRFvh1lFC7kWBxBgk4rXmDut7T { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ET12oWL76z9yNMattD0EynoRKNOiiJqe { position:relative; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #drpQvCiiNEtyOsT9yd7r7qDs6gob7J6U { position:relative; }
#GV9Z3Vb37oAMRTRpmvEllPCzdZa8paMU { position:absolute;display:block;z-index:15012;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:35.625rem;width:23.0625rem;top:9.75rem;left:6.5625rem;overflow:hidden;display:block; }
#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { background-color: transparent; background-image: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .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); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { border-width: 0; border-radius: 0; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { font-size:0.875rem;font-family:"open sans";height:27.0625rem;width:60rem;position:relative;display:block; }#g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.73828125rem;left:31.6875rem;height:2.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { color:rgba(0,0,0,0.7);display:block;width:28rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:4.53125rem;left:31.6875rem;height:20.9912rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bnTWOm2ivRDITw6rtRsr3PvrrglGAgJ8 { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:13.1875rem;top:1.73828125rem;left:0rem;overflow:hidden;display:block; }
#ECwtdTO5UeBBi4RqJMCatfhg6WfKCCvH { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;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.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:14.1875rem;width:19.125rem;top:10.833984375rem;left:9.65625rem;overflow:hidden;display:block; }
#xXbhanX4a5n3EIWZXZ709vhxbogiaigx { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;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.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:18.25rem;top:1.73828125rem;left:12.03125rem;overflow:hidden;display:block; }
#Z0rupAKs1VGBQWF8PwlR3qcWNfURMmqy { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:13.1875rem;top:11.990234375rem;left:0.6875rem;overflow:hidden;display:block; }
#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD > .row .container { background-color: transparent; background-image: none; }#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD > .row .container > .video-iframe-container { display: none; }#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD > .row > .video-iframe-container { display: none; }#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD > .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); }#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD > .row .container { border-width: 0; border-radius: 0; }#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#rBPI5N77obeTQHrsbNBNQXT7pyThBICb { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gEwoKvEZBewMqfP7crQ59R0QwSEgebOe { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.73046875rem;left:0rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#H9z5ZJ9ZXR9LuFcTC6TpxIooLFETfxra { 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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.6875rem;width:18.9375rem;top:6.8291015625rem;left:0.6875rem;display:block; }
#CRvbQcJSXBW0SValvx5a3HoqpUz86Htt { color:#606060;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.0791015625rem;left:3.59375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z2IFLQ6bou5rdyIhukXbixM4kOUWSmZZ { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.640625rem;left:0.71875rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0K43leyIAnpRe8cTKwNSbT7PDBaWGME { 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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.6875rem;width:18.9375rem;top:6.8291015625rem;left:20.53125rem;display:block; }
#opfKxwpCQmitx4mGXZX5QUCvKKslcQmR { 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.875rem;width:18.9375rem;top:6.75rem;left:40.46875rem;display:block; }
#h5z18vBQV91JxgTgwBLfQ5CrrbxFHeAE { color:#606060;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.1416015625rem;left:23.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LASlrWmyx2J2vrSqKQo76kaA2FwFZyWh { color:#606060;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.0791015625rem;left:44.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vDBrA8TXIcmQE7nTNRgEkBB1l7zn9sOr { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.640625rem;left:20.5625rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hm8ETHk6TaqcgJHv9eT457GeX7AgvqOu { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.640625rem;left:40.5rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B9kRyQTfh9vx16KLIPWm1mwJLHXICuZI { color:#808080;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:10.1884765625rem;left:1.71875rem;height:12.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nATyS967auXJUEEIn9H2pchLgqAEBpZw { color:#808080;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:10.3291015625rem;left:21.5625rem;height:10.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#thITLpFnpLoWl8xPwIvUPdFtBxDRdGZs { color:#808080;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:10.1416015625rem;left:41.5rem;height:12.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ { 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; }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row .container { background-color: transparent; background-image: none; }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row .container > .video-iframe-container { display: none; }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row > .video-iframe-container { display: none; }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .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); }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row .container { border-width: 0; border-radius: 0; }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row .container { font-size:0.875rem;font-family:arial;height:113.1875rem;width:60rem;position:relative;display:block; }#NTQqaWTwPOwhUMiQMELbWWNiy72pJFpu { 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:13.375rem;width:19.5625rem;top:7.375rem;left:0rem;overflow:hidden;display:block; }
#WEm2DXVzD2WbXo7WxDnvKu3PV6cVEc2m { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:21.3125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zKxr0mOSiIvt7PhWSaD4pNb2fwwuJuef { position:absolute;display:block;z-index:15000;background-color:#fdffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:20rem;display:block; }
#TCEx3KfqUakF5rAgZfv3ye48AAaQpeqJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:7.375rem;left:20rem;overflow:hidden;display:block; }
#NEv8OL9AA9AUF9PhVXx5GV7xkzSLQXp8 { position:absolute;display:block;z-index:14999;background-color:#fdffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:40rem;display:block; }
#hrzO3HaNyZviLhUfFcTZsdNXU9rPS41C { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:7.375rem;left:39.75rem;overflow:hidden;display:block; }
#LTMBFCZrCiuHJIbOWkxGEbzHse9L5bSt { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.1875rem;left:4.34375rem;display:block; }
#HRCo67616TgzIO7exc2mW7fSI0SGxwOx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DiX4sSC5TCSer1U7ntMGgI9HzvovxKms { position:absolute;display:block;z-index:14998;background-color:#fdffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:0rem;display:block; }
#L9cuO4T5HgrDZ7qJNpJW4TMlAAWg8VAD { position:absolute;display:block;z-index:15001;background-color:#fdffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:20rem;display:block; }
#oD2b2sOoLNMlx3UVW88uaT260749mG3m { position:absolute;display:block;z-index:15002;background-color:#fdffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:0.125rem;display:block; }
#vfzOQqM9ET9dw1rk5CUoksd37PonmIwG { position:absolute;display:block;z-index:15000;background-color:#fdffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:40.125rem;display:block; }
#cyfHqIq2U6NuNDQqSIKwgf3lv3mU2MzH { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:3.1685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uqq3tpDJAS0PdBsh9GMzfVRgpoe9mOnn { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.79296875rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aotUeewxp5fNVeSFDQe3XUBlIvQ11F6w { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:42.111328125rem;left:0.21875rem;overflow:hidden;display:block; }
#dZB7S05igCeWy9MVPfZJr7ocAZHKlIBm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:42.111328125rem;left:20rem;overflow:hidden;display:block; }
#xqmpA56MRoanRIFNfTwzFRvqSq0X9QiT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:42.111328125rem;left:40.21875rem;overflow:hidden;display:block; }
#oM3bxmcAt2BOU4VFuIGb0wvxmWBQikFk { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:21.3125rem;left:20rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gn9ntRdUwv6cGZLsmlozqpGPcJ9EwmVs { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:22.09375rem;left:40rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unDw0dZeunEdeFNpfVSO65KZ4kPvTqXu { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:56.125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFxQInwvJbt5Tsn9ifrJ5iUiXzu12iFJ { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:56.125rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggHWBl4O3EA4RvyZXSicTfQNouTQlMQN { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:56.125rem;left:40rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMS7pBTQLhiWwNHR5q167FchiI7AZyK6 { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:60.25rem;left:40.78125rem;height:9.666rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gv9qfwgSl1F4yUc9gaXOUtRilfDRuzlP { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:72.3125rem;left:44.34375rem;display:block; }
#fQTPKmz2xPET86ZMzPnIoOhJJ897P8Fk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tG9HOmfW4p5Iizb1hBm2Nz91DcAlJQCk { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.125rem;left:0.78125rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RE7tAlmpkOa2Ibruc2oWv40KgkDGSIar { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.1875rem;left:20.78125rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rMUC4moSFTpxZHrXEBcuxV1G0REl3EKf { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:25.1875rem;left:40.78125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y02Lt33TQNbpL9WCo9td8Jmx6ykdOCPf { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:60.25rem;left:0.78125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XkXsRriGb1FSTaECmOuchQ9aD5AWzzSs { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:60.9375rem;left:20.78125rem;height:9.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RawA2vgX9gTTtApuwPtsU6Ib5isJy82a { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:72.3125rem;left:24.34375rem;display:block; }
#iAksHXHfT2xtxESR7Tz20Wfslc4vCyGR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2hTc6ixrCBPmh4KIpO2sDT9QnicNkLT { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:72.3125rem;left:4.34375rem;display:block; }
#owpTQz6c90M7pK3pvVhSATa8rqU0PpA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CM9ECuiKsMtFsp8EVsU7vgkFXzrEubxV { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.1875rem;left:24.34375rem;display:block; }
#WPtQk9vqW6FOTeoNI6DpJQTT887K8EJa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gXKBTBIqknGmQJ28nyEbF6PMEVeg9pnS { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.1875rem;left:44.34375rem;display:block; }
#XmCq61QCtShvlPAPvaU5ocQoOwKZQZ54 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#za9SBcJr6ZE0L7WZ81QTuxxoCyh0PWaL { position:absolute;display:block;z-index:15002;background-color:#fdffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.875rem;width:19.75rem;top:76.625rem;left:20rem;display:block; }
#aTxI3Hcu5ccPcZbbVTbSIvSUxo4LMhyv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.625rem;top:76.625rem;left:20.125rem;overflow:hidden;display:block; }
#F9GxFabB4RGTF6QJDTkgLCZ7m59GccfH { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:90.875rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gzCPMpgvnxpXheb6e1FTx1WpaLCspbwA { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:96.1328125rem;left:20.78125rem;height:11.6796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hLhQo4cHsq9UkF3aquoN97RJemoX1sfC { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:108.75rem;left:24.34375rem;display:block; }
#iBoLC1yuqtbtr2MJ9RR47MVkQIc2vF9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aLGdlSiDyBTbAHiifuh6CZnpe2lQq5DK { position:absolute;display:block;z-index:15003;background-color:#fdffff;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.875rem;width:19.75rem;top:76.625rem;left:0rem;display:block; }
#wvTKQvTBfOivtE6Z1pfshvky9GvZvdwb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.8125rem;top:76.625rem;left:-0.03125rem;overflow:hidden;display:block; }
#D3nGc0QqKGv6Ip0taLxkkxuaivoBTCun { color:#000000;display:block;width:19.125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:90.875rem;left:0rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLqCxvTMpEFJaPzpTrZbST49aVeBNPDR { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:96.1328125rem;left:0.78125rem;height:9.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N4meUcBKfnfRt79HMExQDeD2zC7eOBXK { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:108.75rem;left:4.34375rem;display:block; }
#O2vpZ0P8wfO3tcIMz4TrTAKvKFzJgqwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OaMSNO2DPMg08fTIEc847BPEZUVbgplh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.88);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;z-index:auto;display:block; }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row .container { background-color: transparent; background-image: none; }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row .container > .video-iframe-container { display: none; }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row > .video-iframe-container { display: none; }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .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); }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row .container { border-width: 0; border-radius: 0; }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#AMNbwIzdM8P2kUSl5KVmrzDTiIsIAvMD { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.2890625rem;left:18.46875rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cbPGxB7iE7a0lPDuXAz9Nt6T7wL0k7Pd { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.45703125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#wdkXL7c5NoKCrV3VSg5UC4brEW1iZTJz { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.916015625rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#xfpiJ0KGua8HX9KUL0tLsk6gTJnfnUt5 { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.51953125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#pa4gmL3J5bqSMQD00PHo0NhtTEwPy9uQ { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#RP15FBqvTRCsT8loTishFm3TwqwC1sh5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:0.45703125rem;left:25.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 { display:block; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVOQKSe87kWX6b4R7Ryu1rULeUiZT9s7 { width:7.5rem;height:2.1875rem;top:1rem;left:5.552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMF41wQWMuvtiZWvxJq6E8c2N39fv05t { display:block; }
 }@media only screen and (max-width: 763px) { #VVmDkWmszr6KsW7DchHlT8mGUHKkBJu3 { width:7.5rem;height:1.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TLh0sVVkvLDKeExr0ba3QBCDQwPvCg { display:block; }
 }@media only screen and (max-width: 763px) { #x75GS0mhMs5yLwwS8vRWSrgGWxEmQfPm { width:3.9375rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKt9DSJw1zAZND0lWmWFh7Wa8TFivoF { display:block; }
 }@media only screen and (max-width: 763px) { #scfVgX2ko6FlHwIyuDUTxcW3selTu5Le { width:7.5rem;height:2.1875rem;top:1rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKXI79V5EmNvZUPNLLNJdTsp9IkevlJ { display:block; }
 }@media only screen and (max-width: 763px) { #cHWN8bathl4m8TkeBtG5DTLfAHsTBJCR { width:7.5rem;height:2.1875rem;top:1rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0dvGbB7agsoI2tTfrJdgBZEqSXCfxN { display:block; }
 }@media only screen and (max-width: 763px) { #C8iHbuHG7TI6Qdp8LVkkh4niGD7nutLN { width:7.5rem;height:1.5rem;top:1.3125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0HAREgDhKc9XUElJT1dA3gyuCE6HO8 { display:block; }
 }@media only screen and (max-width: 763px) { #kxL4pvce3NxoyrEz6pmzvLJay9JOW6nZ { top:0rem;left:19.9375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO { display:block; }#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRqWaXmvENIQWkxEtu7nSuAfuO4WqeNx { width:47.75rem;height:5.1875rem;top:5.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATSTuxTM75mFSBUqDC75ZU9R9Fthtd0 { width:43.625rem;height:6.625rem;top:12.25rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 { display:block; }#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w50A2EVxzJKFAF6oV08DVz3KSU4Xs2N5 { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS4xUcSeQsp4fONqTQ8ZNnivuMFXCPuy { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlT2GzKXsQg1IhAxg5J8eMxJv8RdXbSS { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgu37zykcX77lPpSl659EM1TOFt0EtoD { display:block; }#tgu37zykcX77lPpSl659EM1TOFt0EtoD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vagAuW0qWQsHVQvvINrmB0FzIbIfOqtB { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJNqQzZ3VKUglmeGMxEpeu3MhfpVIil6 { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3pBi4AVmIb0tLmxHHHJLE3waNNw6mOw { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 { display:block; }#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q28BntgZzmfLAWTNdIsZ4Oa35Gq8ahis { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trq8wKRB1Nk8CCSgD5CwilBBTGZJRv2e { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMM8zESwsRerNrZIU8Roera6vegT4629 { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd { display:block; }#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTPfOACtH2RbFE8He2GI1wObvB3R0vJz { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #On2MI0DEd7w3elpLQ5ZUztC8y306D8fy { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5q4JbLrQdJoRfScUfGaXQfqUg8360e { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 { display:block; }#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXm3gPmrUwNczJBTPy48WTstP71WJVls { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlPrxflwALKwp9fyJHxCGSSCv6KnceoG { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e56SLpAAdsbVFzEM10I2FkNiy0a5M0T2 { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl { display:block; }#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRsyPXSv1Qxv8ET0ehfVdKDwgDyk8beA { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSpLOCw47NUBWKKUlqT2pp5EUTvC5Tme { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqlrxhwP1sRkSOCmrz6civibX9s02wyD { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imDPkd6kLln8a2hiOdWkmClMHzOtGs7K { display:block; }#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MycxDxH1P17TRd6LdIt1PmIdRG2dX7Mm { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SInB2gcmCwhV9hVtDl63ILWi3TuWoV9H { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAeMvxfKxHyHivKvLyNX72Gre0GBZOpT { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV { display:block; }#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZA4lm1rP0Ncz43h43nwCvlcHzMJzMP7 { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg6SyXcGehmGPbrxHOCFbFmCor9mul7w { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw7fTrPZoHd9LOSoozK45g7wE4s1m8WP { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI { display:block; }#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9dMs0wTdVTDnsdVkBPxgoIIPnk6vSGO { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkiau9ykigBxe5Uiryn1ukm9SmpklaqT { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKnBxH63F6BATEc2aUKZf5BpTEQcXaxJ { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi7PpFzPuHX2N4PnsChHtn8tm1R02azB { display:block; }#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFQc4Q8303wLxl82ZiZFG7ZU4FTKsv8J { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9ALs4dwZ1s9M83fWkAI1xzn6NI67rnn { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiXATdxq8xK1TZcZ0JT3eUIh9Pxqq8vT { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ { display:block; }#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWKOENwyLpH42eIu8u084kgsWanXOoEr { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLhH9z0cE3It1gBIaHZtQhTwefmePVRT { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1M0nZxoVC8RohKxtZGWrsrHmlvUbyBE { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf { display:block; }#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x59EW0mBp0342uM9VF6bInRLgEEWJueb { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOBBxub3KVgUBCstuSJqGTI2ckCCHny3 { width:19.6875rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBvnLWCN9tsiR5dsGM0JamHmwa0rcyLL { width:19.6875rem;height:16.1875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ { display:block; }#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ez1lyuaG4vyRSUhm2EE2XtQpPNdH0lai { top:19.5625rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWheUEiczqpCtfRz0HQf037ZMGp3Qim { top:18.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkMqDK6aUiWVcdSctmnuwNssT4OdslKt { top:18.5625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #es9LQSzVadNT2k5GWwkevG54uV3f0XGT { top:1rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z733DdpxacRZNbanyMgTCx7posh2FTpi { top:22.25rem;left:0rem;width:5.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKRw7i8IOzzgIoM1bUH8sgkn0Bkx8BQZ { top:22.25rem;left:2.1875rem;width:10.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkgS1t0DAGWObJtB4uXvt4NzqueNI7Xq { top:22.25rem;left:16.125rem;width:11.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBCIN9lMfAVRbze95L6HPl0ruzNIELWB { top:22.25rem;left:30.25rem;width:14.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuRI0KTJn9qCTv30kk8K2ayWfLTbSO8W { top:22.25rem;left:42rem;width:5.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WND9FtoNF4MANntLU9yvGTuUM20z1isc { top:11.3125rem;left:34.15625rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Blz9kTneTXuWpKN6veENZQRgu5kp2q { top:11.3125rem;left:19.21875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7NAoB5hHcZ0U4hBNBbOqJekTaiZbk3b { top:12.1875rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TumyAT7rqhqHoC9lvZnl8n7zfVlLsbvx { top:11.875rem;left:4.5625rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #EECdOD2cGM4IZs3MdZ8sOEWoHeSEuiDR { top:11.3125rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbTk3v9cFToBc2iRbRJRQ5BemQtDn24F { width:47.75rem;height:4.5rem;top:4.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTrSnwQANc7WCd5ZX0uIpCT644tuOyq3 { top:17.1875rem;left:5.03125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zygsEcecL32T8hOCpTfVPCQlFhZFUBXf { top:17.1875rem;left:19.71875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTU3rJ9C1bFlOzevpXw6ZQloHh4z62GD { top:17.1875rem;left:34.625rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW9tcBZSKHOe6pIz3AmvXvlgdmbcZQV9 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hs2ot1oCTV8CApo2y138t8QyyTpPStFh { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlTAT1kUelb2Em6ToD1ywbr6VNA3Gxvv { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfU78VdJm922o1echvsI9ctqE2pnCrso { display:block; }#xfU78VdJm922o1echvsI9ctqE2pnCrso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGHwJhrQpg2gryN26p4VUZlkhMok4uaR { width:47.75rem;height:2.5625rem;top:1rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2068zMNrftqcDdaiaMAUIJ2qrLosKTn { width:43.625rem;height:;top:4.1875rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXV5kf2PdLyC9202B4ZtFeZqrJtsIrHt { width:20rem;height:35.625rem;top:9.6875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-text {padding-top: 0; padding-bottom: 0;}#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-select {padding-top: 0; padding-bottom: 0;}#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-button { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH  { width:20.6875rem;height:auto;top:9.5rem;left:24.5625rem; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH {display:block;}#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH { width:20.6875rem;height:auto;top:9.5rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #qFoG8x3pc4OvT7ovzss59qSblybCQxIe {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #TxpofhavcsB1DPikVJTMpiS1RJ99nG12 { display:none; }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #pmQTG4eTsdLiG1VCgJJx6I9eGPJWOKMv {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #WANcMmAlShRAqOgUtAA0X9JtLDpXevpR {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ENIAdlhkPnrd4wuo2g3WHLXNrvNPXg4U { display:none; }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #qtsxhbMRPn1HDf3dZvZW60SMX0IrGXWB {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #JI0aM23oWQcmii54zTPBzFg8tDPQRVyU {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #U4nGga35Zps1Qc9FTgZhTLPlk0AJT8Fp { display:none; }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #qiLgxkTLrng7xJCfhNaJ9LeGGk2emwvr {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #fNCCyRUQ1rPE1HhAszKMnAxrSCGTSHEm {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #swTnHUMzoK7nDx6CNWwe6L4wsz9nrWVz {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ClXfZ5TT9JfBRRG3rcRIThI07C3FIZuA {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #CwoKC5dwL452Kw7ns6cDTHKW4IsORnBo {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ccs5qqeHK6kpvRpzpbNZ3AatiXy21xBW {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #xzZxGATDIuhGdiwsTVWu3TXu6Ucvlffv {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #AGGOAVOuU1GaBvi18fV7vS1k9r2HBpxU {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ubqvsc08UPrNocMTpfUrfC9whDhkahdE {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #gL4nxHnRFvh1lFC7kWBxBgk4rXmDut7T {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ET12oWL76z9yNMattD0EynoRKNOiiJqe {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #drpQvCiiNEtyOsT9yd7r7qDs6gob7J6U {  }
 }@media only screen and (max-width: 763px) { #GV9Z3Vb37oAMRTRpmvEllPCzdZa8paMU { top:9.75rem;left:0.4375rem;width:23.0625rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:28.3125rem;height:2.1875rem;top:1.6875rem;left:19.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:28rem;height:20.9375rem;top:4.5rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnTWOm2ivRDITw6rtRsr3PvrrglGAgJ8 { width:13.1875rem;height:11.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECwtdTO5UeBBi4RqJMCatfhg6WfKCCvH { width:19.125rem;height:14.1875rem;top:10.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXbhanX4a5n3EIWZXZ709vhxbogiaigx { width:18.25rem;height:13.625rem;top:1.6875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0rupAKs1VGBQWF8PwlR3qcWNfURMmqy { width:13.1875rem;height:11.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD { display:block; }#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBPI5N77obeTQHrsbNBNQXT7pyThBICb { width:47.75rem;height:3.125rem;top:0.5625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEwoKvEZBewMqfP7crQ59R0QwSEgebOe { width:47.75rem;height:1.375rem;top:3.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9z5ZJ9ZXR9LuFcTC6TpxIooLFETfxra { width:18.9375rem;height:16.6875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvbQcJSXBW0SValvx5a3HoqpUz86Htt { width:11.875rem;height:1.625rem;top:24.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2IFLQ6bou5rdyIhukXbixM4kOUWSmZZ { width:18.875rem;height:1.375rem;top:7.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0K43leyIAnpRe8cTKwNSbT7PDBaWGME { width:18.9375rem;height:16.6875rem;top:6.8125rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opfKxwpCQmitx4mGXZX5QUCvKKslcQmR { width:18.9375rem;height:16.875rem;top:6.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5z18vBQV91JxgTgwBLfQ5CrrbxFHeAE { width:11.875rem;height:1.625rem;top:24.125rem;left:17.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LASlrWmyx2J2vrSqKQo76kaA2FwFZyWh { width:11.875rem;height:1.625rem;top:24.0625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDBrA8TXIcmQE7nTNRgEkBB1l7zn9sOr { width:18.875rem;height:1.375rem;top:7.625rem;left:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm8ETHk6TaqcgJHv9eT457GeX7AgvqOu { width:18.875rem;height:1.375rem;top:7.625rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9kRyQTfh9vx16KLIPWm1mwJLHXICuZI { width:16.875rem;height:12.75rem;top:10.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATyS967auXJUEEIn9H2pchLgqAEBpZw { width:16.875rem;height:12.4375rem;top:10.3125rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thITLpFnpLoWl8xPwIvUPdFtBxDRdGZs { width:16.875rem;height:12.4375rem;top:10.125rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ { display:block; }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTQqaWTwPOwhUMiQMELbWWNiy72pJFpu { width:19.5625rem;height:13.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEm2DXVzD2WbXo7WxDnvKu3PV6cVEc2m { width:19.875rem;height:3.125rem;top:21.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKxr0mOSiIvt7PhWSaD4pNb2fwwuJuef { width:19.75rem;height:33.75rem;top:7.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCEx3KfqUakF5rAgZfv3ye48AAaQpeqJ { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEv8OL9AA9AUF9PhVXx5GV7xkzSLQXp8 { width:19.75rem;height:33.75rem;top:7.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrzO3HaNyZviLhUfFcTZsdNXU9rPS41C { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTMBFCZrCiuHJIbOWkxGEbzHse9L5bSt { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRCo67616TgzIO7exc2mW7fSI0SGxwOx { display:block; }
 }@media only screen and (max-width: 763px) { #DiX4sSC5TCSer1U7ntMGgI9HzvovxKms { width:19.75rem;height:33.75rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9cuO4T5HgrDZ7qJNpJW4TMlAAWg8VAD { width:19.75rem;height:33.75rem;top:42.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD2b2sOoLNMlx3UVW88uaT260749mG3m { width:19.75rem;height:33.75rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfzOQqM9ET9dw1rk5CUoksd37PonmIwG { width:19.75rem;height:33.75rem;top:42.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyfHqIq2U6NuNDQqSIKwgf3lv3mU2MzH { width:47.75rem;height:3.125rem;top:0.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqq3tpDJAS0PdBsh9GMzfVRgpoe9mOnn { width:47.75rem;height:1.5625rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aotUeewxp5fNVeSFDQe3XUBlIvQ11F6w { width:19.5625rem;height:13.375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZB7S05igCeWy9MVPfZJr7ocAZHKlIBm { width:19.5625rem;height:13.375rem;top:42.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqmpA56MRoanRIFNfTwzFRvqSq0X9QiT { width:19.5625rem;height:13.375rem;top:42.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM3bxmcAt2BOU4VFuIGb0wvxmWBQikFk { width:19.875rem;height:3.125rem;top:21.3125rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn9ntRdUwv6cGZLsmlozqpGPcJ9EwmVs { width:19.875rem;height:1.5625rem;top:22.0625rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #unDw0dZeunEdeFNpfVSO65KZ4kPvTqXu { width:19.875rem;height:3.125rem;top:56.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxQInwvJbt5Tsn9ifrJ5iUiXzu12iFJ { width:19.875rem;height:3.75rem;top:56.125rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggHWBl4O3EA4RvyZXSicTfQNouTQlMQN { width:19.875rem;height:3.125rem;top:56.125rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMS7pBTQLhiWwNHR5q167FchiI7AZyK6 { width:18.4375rem;height:11rem;top:60.25rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv9qfwgSl1F4yUc9gaXOUtRilfDRuzlP { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQTPKmz2xPET86ZMzPnIoOhJJ897P8Fk { display:block; }
 }@media only screen and (max-width: 763px) { #tG9HOmfW4p5Iizb1hBm2Nz91DcAlJQCk { width:18.4375rem;height:11rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE7tAlmpkOa2Ibruc2oWv40KgkDGSIar { width:18.4375rem;height:11rem;top:25.1875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMUC4moSFTpxZHrXEBcuxV1G0REl3EKf { width:18.4375rem;height:10.375rem;top:25.1875rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y02Lt33TQNbpL9WCo9td8Jmx6ykdOCPf { width:18.4375rem;height:10.375rem;top:60.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkXsRriGb1FSTaECmOuchQ9aD5AWzzSs { width:18.4375rem;height:10.5rem;top:60.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RawA2vgX9gTTtApuwPtsU6Ib5isJy82a { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAksHXHfT2xtxESR7Tz20Wfslc4vCyGR { display:block; }
 }@media only screen and (max-width: 763px) { #T2hTc6ixrCBPmh4KIpO2sDT9QnicNkLT { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owpTQz6c90M7pK3pvVhSATa8rqU0PpA5 { display:block; }
 }@media only screen and (max-width: 763px) { #CM9ECuiKsMtFsp8EVsU7vgkFXzrEubxV { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPtQk9vqW6FOTeoNI6DpJQTT887K8EJa { display:block; }
 }@media only screen and (max-width: 763px) { #gXKBTBIqknGmQJ28nyEbF6PMEVeg9pnS { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmCq61QCtShvlPAPvaU5ocQoOwKZQZ54 { display:block; }
 }@media only screen and (max-width: 763px) { #za9SBcJr6ZE0L7WZ81QTuxxoCyh0PWaL { width:19.75rem;height:35.875rem;top:76.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTxI3Hcu5ccPcZbbVTbSIvSUxo4LMhyv { width:19.625rem;height:13.375rem;top:76.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9GxFabB4RGTF6QJDTkgLCZ7m59GccfH { width:19.875rem;height:3.75rem;top:90.875rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzCPMpgvnxpXheb6e1FTx1WpaLCspbwA { width:18.4375rem;height:11.625rem;top:96.125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhQo4cHsq9UkF3aquoN97RJemoX1sfC { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoLC1yuqtbtr2MJ9RR47MVkQIc2vF9D { display:block; }
 }@media only screen and (max-width: 763px) { #aLGdlSiDyBTbAHiifuh6CZnpe2lQq5DK { width:19.75rem;height:35.875rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvTKQvTBfOivtE6Z1pfshvky9GvZvdwb { width:19.8125rem;height:13.25rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3nGc0QqKGv6Ip0taLxkkxuaivoBTCun { width:19.125rem;height:4.1875rem;top:90.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLqCxvTMpEFJaPzpTrZbST49aVeBNPDR { width:18.4375rem;height:11.625rem;top:96.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4meUcBKfnfRt79HMExQDeD2zC7eOBXK { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2vpZ0P8wfO3tcIMz4TrTAKvKFzJgqwX { display:block; }
 }@media only screen and (max-width: 763px) { #OaMSNO2DPMg08fTIEc847BPEZUVbgplh { display:block; }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMNbwIzdM8P2kUSl5KVmrzDTiIsIAvMD { top:18.25rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbPGxB7iE7a0lPDuXAz9Nt6T7wL0k7Pd { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdkXL7c5NoKCrV3VSg5UC4brEW1iZTJz { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpiJ0KGua8HX9KUL0tLsk6gTJnfnUt5 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa4gmL3J5bqSMQD00PHo0NhtTEwPy9uQ { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP15FBqvTRCsT8loTishFm3TwqwC1sh5 { top:0.4375rem;left:19.84375rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVOQKSe87kWX6b4R7Ryu1rULeUiZT9s7 { width:7.5rem;height:1.5rem;top:4rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMF41wQWMuvtiZWvxJq6E8c2N39fv05t { display:block; }
 }@media only screen and (max-width: 763px) { #VVmDkWmszr6KsW7DchHlT8mGUHKkBJu3 { width:7.5rem;height:2.1875rem;top:5.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TLh0sVVkvLDKeExr0ba3QBCDQwPvCg { display:block; }
 }@media only screen and (max-width: 763px) { #x75GS0mhMs5yLwwS8vRWSrgGWxEmQfPm { width:3.9375rem;height:1.5rem;top:4rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKt9DSJw1zAZND0lWmWFh7Wa8TFivoF { display:block; }
 }@media only screen and (max-width: 763px) { #scfVgX2ko6FlHwIyuDUTxcW3selTu5Le { width:7.5rem;height:1.5rem;top:4rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKXI79V5EmNvZUPNLLNJdTsp9IkevlJ { display:block; }
 }@media only screen and (max-width: 763px) { #cHWN8bathl4m8TkeBtG5DTLfAHsTBJCR { width:7.5rem;height:1.5rem;top:5.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0dvGbB7agsoI2tTfrJdgBZEqSXCfxN { display:block; }
 }@media only screen and (max-width: 763px) { #C8iHbuHG7TI6Qdp8LVkkh4niGD7nutLN { width:8.4375rem;height:2.4375rem;top:1.625rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0HAREgDhKc9XUElJT1dA3gyuCE6HO8 { display:block; }
 }@media only screen and (max-width: 763px) { #kxL4pvce3NxoyrEz6pmzvLJay9JOW6nZ { width:5.25rem;height:5.25rem;top:0rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO { display:block; }#rZM6wsQfkADkX2RUAZaKop7Ghc5al7NO > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRqWaXmvENIQWkxEtu7nSuAfuO4WqeNx { width:20rem;height:3.75rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #DATSTuxTM75mFSBUqDC75ZU9R9Fthtd0 { width:20rem;height:8.53125rem;top:13.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 { display:block; }#ocUEXsPr2SpO0lFev2JAKnQghoCKuTB9 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w50A2EVxzJKFAF6oV08DVz3KSU4Xs2N5 { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS4xUcSeQsp4fONqTQ8ZNnivuMFXCPuy { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlT2GzKXsQg1IhAxg5J8eMxJv8RdXbSS { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgu37zykcX77lPpSl659EM1TOFt0EtoD { display:block; }#tgu37zykcX77lPpSl659EM1TOFt0EtoD > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vagAuW0qWQsHVQvvINrmB0FzIbIfOqtB { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJNqQzZ3VKUglmeGMxEpeu3MhfpVIil6 { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3pBi4AVmIb0tLmxHHHJLE3waNNw6mOw { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 { display:block; }#AuE9y9lOwqBIWs5mksoecQuJSxFlxxK6 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q28BntgZzmfLAWTNdIsZ4Oa35Gq8ahis { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trq8wKRB1Nk8CCSgD5CwilBBTGZJRv2e { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMM8zESwsRerNrZIU8Roera6vegT4629 { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd { display:block; }#UEw1qQ3WnxDZWLGh9lOsgDb3TEgJUSLd > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTPfOACtH2RbFE8He2GI1wObvB3R0vJz { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #On2MI0DEd7w3elpLQ5ZUztC8y306D8fy { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5q4JbLrQdJoRfScUfGaXQfqUg8360e { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 { display:block; }#hvzmrGSrsdBgTC2F6bWHkb0gbXDI47M7 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXm3gPmrUwNczJBTPy48WTstP71WJVls { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlPrxflwALKwp9fyJHxCGSSCv6KnceoG { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e56SLpAAdsbVFzEM10I2FkNiy0a5M0T2 { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl { display:block; }#p8U1ktAGUsJkMiODgrk78u7ZUkO60Gzl > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRsyPXSv1Qxv8ET0ehfVdKDwgDyk8beA { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSpLOCw47NUBWKKUlqT2pp5EUTvC5Tme { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqlrxhwP1sRkSOCmrz6civibX9s02wyD { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imDPkd6kLln8a2hiOdWkmClMHzOtGs7K { display:block; }#imDPkd6kLln8a2hiOdWkmClMHzOtGs7K > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MycxDxH1P17TRd6LdIt1PmIdRG2dX7Mm { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SInB2gcmCwhV9hVtDl63ILWi3TuWoV9H { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAeMvxfKxHyHivKvLyNX72Gre0GBZOpT { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV { display:block; }#hL4uGMnw0xslFPyyobdEvA2mzv1TcRFV > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZA4lm1rP0Ncz43h43nwCvlcHzMJzMP7 { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg6SyXcGehmGPbrxHOCFbFmCor9mul7w { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw7fTrPZoHd9LOSoozK45g7wE4s1m8WP { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI { display:block; }#e16Z2kAHunIcKUB7i8iS1ASocvO9SgOI > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9dMs0wTdVTDnsdVkBPxgoIIPnk6vSGO { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkiau9ykigBxe5Uiryn1ukm9SmpklaqT { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKnBxH63F6BATEc2aUKZf5BpTEQcXaxJ { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi7PpFzPuHX2N4PnsChHtn8tm1R02azB { display:block; }#pi7PpFzPuHX2N4PnsChHtn8tm1R02azB > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFQc4Q8303wLxl82ZiZFG7ZU4FTKsv8J { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9ALs4dwZ1s9M83fWkAI1xzn6NI67rnn { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiXATdxq8xK1TZcZ0JT3eUIh9Pxqq8vT { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ { display:block; }#u6V4VwkSisN35ASFs9qvgBpTpOBwL0LQ > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWKOENwyLpH42eIu8u084kgsWanXOoEr { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLhH9z0cE3It1gBIaHZtQhTwefmePVRT { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1M0nZxoVC8RohKxtZGWrsrHmlvUbyBE { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf { display:block; }#cvt3TGwbcFdB1WTVIxMNGLL9HlaqVfCf > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x59EW0mBp0342uM9VF6bInRLgEEWJueb { width:19.6875rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOBBxub3KVgUBCstuSJqGTI2ckCCHny3 { width:19.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBvnLWCN9tsiR5dsGM0JamHmwa0rcyLL { width:19.6875rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ { display:block; }#iawDaBltUyGOpcfODZl7b8vEMKsaIVXQ > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ez1lyuaG4vyRSUhm2EE2XtQpPNdH0lai { width:0.25rem;height:32.125rem;top:18.11328125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWheUEiczqpCtfRz0HQf037ZMGp3Qim { width:1.25rem;height:1.25rem;top:17.0732421875rem;left:1.3125rem;border-top:0.3125rem solid #a3c4f3;border-left:0.3125rem solid #a3c4f3;border-right:0.3125rem solid #a3c4f3;border-bottom:0.3125rem solid #a3c4f3;display:block; }
 }@media only screen and (max-width: 763px) { #VkMqDK6aUiWVcdSctmnuwNssT4OdslKt { width:1.625rem;height:1.625rem;top:49.4375rem;left:1.4375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #es9LQSzVadNT2k5GWwkevG54uV3f0XGT { width:20rem;height:2.5996125rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z733DdpxacRZNbanyMgTCx7posh2FTpi { width:9.125rem;height:2.39879375rem;top:17.0732421875rem;left:10rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AKRw7i8IOzzgIoM1bUH8sgkn0Bkx8BQZ { width:9.125rem;height:5.49805rem;top:22.826171875rem;left:10rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HkgS1t0DAGWObJtB4uXvt4NzqueNI7Xq { width:9.125rem;height:5.49805rem;top:30.61328125rem;left:10rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FBCIN9lMfAVRbze95L6HPl0ruzNIELWB { width:9.6875rem;height:8.796875rem;top:37.8515625rem;left:9.71875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MuRI0KTJn9qCTv30kk8K2ayWfLTbSO8W { width:9.125rem;height:3.8994125rem;top:48.59375rem;left:9.71875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WND9FtoNF4MANntLU9yvGTuUM20z1isc { display:flex;width:3.3125rem;height:3.3125rem;top:39.3515625rem;left:4.625rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #G5Blz9kTneTXuWpKN6veENZQRgu5kp2q { display:flex;width:3.3125rem;height:3.3125rem;top:30.61328125rem;left:4.625rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #q7NAoB5hHcZ0U4hBNBbOqJekTaiZbk3b { display:flex;width:3.3125rem;height:3.3125rem;top:48.59375rem;left:4.625rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #TumyAT7rqhqHoC9lvZnl8n7zfVlLsbvx { display:flex;width:3.3125rem;height:3.3125rem;top:22.826171875rem;left:4.625rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #EECdOD2cGM4IZs3MdZ8sOEWoHeSEuiDR { display:flex;width:3.3125rem;height:3.3125rem;top:17.0732421875rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #EbTk3v9cFToBc2iRbRJRQ5BemQtDn24F { width:19.75rem;height:10.5rem;top:3.974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FTrSnwQANc7WCd5ZX0uIpCT644tuOyq3 { width:0.625rem;height:0.625rem;top:49.67578125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zygsEcecL32T8hOCpTfVPCQlFhZFUBXf { width:0.625rem;height:0.625rem;top:49.67578125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTU3rJ9C1bFlOzevpXw6ZQloHh4z62GD { width:0.625rem;height:0.625rem;top:49.67578125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW9tcBZSKHOe6pIz3AmvXvlgdmbcZQV9 { top:22.294921875rem;left:0rem;width:4.375rem;height:4.375rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hs2ot1oCTV8CApo2y138t8QyyTpPStFh { top:29.61328125rem;left:0rem;width:4.375rem;height:4.375rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QlTAT1kUelb2Em6ToD1ywbr6VNA3Gxvv { top:38.8203125rem;left:0.3125rem;width:4.375rem;height:4.375rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xfU78VdJm922o1echvsI9ctqE2pnCrso { display:block; }#xfU78VdJm922o1echvsI9ctqE2pnCrso > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGHwJhrQpg2gryN26p4VUZlkhMok4uaR { width:20rem;height:6.00053125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #R2068zMNrftqcDdaiaMAUIJ2qrLosKTn { width:20rem;height:9.2578125rem;top:40.6435625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uXV5kf2PdLyC9202B4ZtFeZqrJtsIrHt { width:20rem;height:31.5rem;top:47.9013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-text {padding-top: 0; padding-bottom: 0;}#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-select {padding-top: 0; padding-bottom: 0;}#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH  { width:17.5rem;height:auto;top:47.4130859375rem;left:0rem; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH {display:block;}#BruvZgxk1QNExaQfgwEnCH4oEe24tTmH { width:17.5rem;height:auto;top:47.4130859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #qFoG8x3pc4OvT7ovzss59qSblybCQxIe {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #TxpofhavcsB1DPikVJTMpiS1RJ99nG12 { display:none; }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #pmQTG4eTsdLiG1VCgJJx6I9eGPJWOKMv {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #WANcMmAlShRAqOgUtAA0X9JtLDpXevpR {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ENIAdlhkPnrd4wuo2g3WHLXNrvNPXg4U { display:none; }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #qtsxhbMRPn1HDf3dZvZW60SMX0IrGXWB {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #JI0aM23oWQcmii54zTPBzFg8tDPQRVyU {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #U4nGga35Zps1Qc9FTgZhTLPlk0AJT8Fp { display:none; }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #qiLgxkTLrng7xJCfhNaJ9LeGGk2emwvr {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #fNCCyRUQ1rPE1HhAszKMnAxrSCGTSHEm {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #swTnHUMzoK7nDx6CNWwe6L4wsz9nrWVz {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ClXfZ5TT9JfBRRG3rcRIThI07C3FIZuA {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #CwoKC5dwL452Kw7ns6cDTHKW4IsORnBo {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ccs5qqeHK6kpvRpzpbNZ3AatiXy21xBW {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #xzZxGATDIuhGdiwsTVWu3TXu6Ucvlffv {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #AGGOAVOuU1GaBvi18fV7vS1k9r2HBpxU {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ubqvsc08UPrNocMTpfUrfC9whDhkahdE {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #gL4nxHnRFvh1lFC7kWBxBgk4rXmDut7T {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #ET12oWL76z9yNMattD0EynoRKNOiiJqe {  }
 }@media only screen and (max-width: 763px) { #BruvZgxk1QNExaQfgwEnCH4oEe24tTmH #drpQvCiiNEtyOsT9yd7r7qDs6gob7J6U {  }
 }@media only screen and (max-width: 763px) { #GV9Z3Vb37oAMRTRpmvEllPCzdZa8paMU { width:20rem;height:30.8935625rem;top:8.5rem;left:0rem;z-index:15006;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:20rem;height:52.662109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:20rem;height:2.19993125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:20rem;height:29.38765625rem;top:23.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bnTWOm2ivRDITw6rtRsr3PvrrglGAgJ8 { width:13.1875rem;height:11.375rem;top:5.59375rem;left:6.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECwtdTO5UeBBi4RqJMCatfhg6WfKCCvH { width:13.125rem;height:8.5rem;top:4.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXbhanX4a5n3EIWZXZ709vhxbogiaigx { width:11.5rem;height:9.1875rem;top:13.03125rem;left:7.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0rupAKs1VGBQWF8PwlR3qcWNfURMmqy { width:13.1875rem;height:11.75rem;top:8.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD { display:block; }#Iiw6kxPSpIiHaF1gl9beDmalAplpuVsD > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBPI5N77obeTQHrsbNBNQXT7pyThBICb { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEwoKvEZBewMqfP7crQ59R0QwSEgebOe { width:20rem;height:1.38139375rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9z5ZJ9ZXR9LuFcTC6TpxIooLFETfxra { width:20rem;height:16.9375rem;top:7.48730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvbQcJSXBW0SValvx5a3HoqpUz86Htt { width:19.875rem;height:1.38139375rem;top:22.5498046875rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2IFLQ6bou5rdyIhukXbixM4kOUWSmZZ { width:19.125rem;height:1.21875rem;top:8.2988296875rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0K43leyIAnpRe8cTKwNSbT7PDBaWGME { width:20rem;height:16.0625rem;top:25.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opfKxwpCQmitx4mGXZX5QUCvKKslcQmR { width:20rem;height:16.875rem;top:41.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5z18vBQV91JxgTgwBLfQ5CrrbxFHeAE { width:11.875rem;height:1.38139375rem;top:39.2431640625rem;left:4.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LASlrWmyx2J2vrSqKQo76kaA2FwFZyWh { width:11.875rem;height:1.38139375rem;top:56.703125rem;left:4.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDBrA8TXIcmQE7nTNRgEkBB1l7zn9sOr { width:18.875rem;height:1.21875rem;top:25.9306640625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm8ETHk6TaqcgJHv9eT457GeX7AgvqOu { width:18.875rem;height:1.21875rem;top:42.4990234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9kRyQTfh9vx16KLIPWm1mwJLHXICuZI { width:19.375rem;height:10.5rem;top:10.5341796875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nATyS967auXJUEEIn9H2pchLgqAEBpZw { width:19.375rem;height:9rem;top:28.24609375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #thITLpFnpLoWl8xPwIvUPdFtBxDRdGZs { width:19.375rem;height:10.5rem;top:45.0615234375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ { background-color:#fdffff;background-image:none;display:block; }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row .container { background-color: transparent; background-image: none; }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row .container > .video-iframe-container { display: none; }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row > .video-iframe-container { display: none; }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .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); }#sSafGpuwQUd2wKLfm54VS3wXWZcuTllQ > .row .container { width:20rem;height:300.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTQqaWTwPOwhUMiQMELbWWNiy72pJFpu { width:18.75rem;height:12.125rem;top:8.38671875rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEm2DXVzD2WbXo7WxDnvKu3PV6cVEc2m { width:17.3125rem;height:3.5rem;top:21.26171875rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKxr0mOSiIvt7PhWSaD4pNb2fwwuJuef { width:19.75rem;height:35.875rem;top:79.76171875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCEx3KfqUakF5rAgZfv3ye48AAaQpeqJ { width:19.3125rem;height:13.375rem;top:80.38671875rem;left:0.34375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEv8OL9AA9AUF9PhVXx5GV7xkzSLQXp8 { width:19.75rem;height:32.4375rem;top:153.91796875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hrzO3HaNyZviLhUfFcTZsdNXU9rPS41C { width:19.375rem;height:12.125rem;top:154.60546875rem;left:0.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTMBFCZrCiuHJIbOWkxGEbzHse9L5bSt { width:12.375rem;height:2.625rem;top:39.07421875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRCo67616TgzIO7exc2mW7fSI0SGxwOx { display:block; }
 }@media only screen and (max-width: 763px) { #DiX4sSC5TCSer1U7ntMGgI9HzvovxKms { width:19.75rem;height:35.5rem;top:7.44921875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9cuO4T5HgrDZ7qJNpJW4TMlAAWg8VAD { width:19.75rem;height:36.1875rem;top:116.712890625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD2b2sOoLNMlx3UVW88uaT260749mG3m { width:19.75rem;height:34.625rem;top:43.88671875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfzOQqM9ET9dw1rk5CUoksd37PonmIwG { width:19.75rem;height:34.625rem;top:187.07421875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cyfHqIq2U6NuNDQqSIKwgf3lv3mU2MzH { width:19.9375rem;height:2.1308625rem;top:0.5625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Uqq3tpDJAS0PdBsh9GMzfVRgpoe9mOnn { width:20rem;height:3.1875rem;top:3.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aotUeewxp5fNVeSFDQe3XUBlIvQ11F6w { width:18.75rem;height:13.375rem;top:44.63671875rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZB7S05igCeWy9MVPfZJr7ocAZHKlIBm { width:19.3125rem;height:13.375rem;top:117.38671875rem;left:0.34375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqmpA56MRoanRIFNfTwzFRvqSq0X9QiT { width:19.375rem;height:13.375rem;top:187.69921875rem;left:0.3125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM3bxmcAt2BOU4VFuIGb0wvxmWBQikFk { width:19.875rem;height:3.5rem;top:94.88671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn9ntRdUwv6cGZLsmlozqpGPcJ9EwmVs { width:19.875rem;height:1.75rem;top:167.35546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #unDw0dZeunEdeFNpfVSO65KZ4kPvTqXu { width:19.875rem;height:3.5rem;top:58.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxQInwvJbt5Tsn9ifrJ5iUiXzu12iFJ { width:19.875rem;height:5.25rem;top:131.63671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ggHWBl4O3EA4RvyZXSicTfQNouTQlMQN { width:19.875rem;height:3.5rem;top:202.19921875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMS7pBTQLhiWwNHR5q167FchiI7AZyK6 { width:18.4375rem;height:10.5rem;top:206.525390625rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv9qfwgSl1F4yUc9gaXOUtRilfDRuzlP { width:11.3125rem;height:2.625rem;top:218.275390625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQTPKmz2xPET86ZMzPnIoOhJJ897P8Fk { display:block; }
 }@media only screen and (max-width: 763px) { #tG9HOmfW4p5Iizb1hBm2Nz91DcAlJQCk { width:19.375rem;height:12rem;top:25.69921875rem;left:0.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE7tAlmpkOa2Ibruc2oWv40KgkDGSIar { width:18.4375rem;height:12rem;top:99.07421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMUC4moSFTpxZHrXEBcuxV1G0REl3EKf { width:18.4375rem;height:10.5rem;top:170.76171875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y02Lt33TQNbpL9WCo9td8Jmx6ykdOCPf { width:18.4375rem;height:10.5rem;top:63.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkXsRriGb1FSTaECmOuchQ9aD5AWzzSs { width:18.4375rem;height:12rem;top:136.88671875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RawA2vgX9gTTtApuwPtsU6Ib5isJy82a { width:11.3125rem;height:2.625rem;top:149.587890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAksHXHfT2xtxESR7Tz20Wfslc4vCyGR { display:block; }
 }@media only screen and (max-width: 763px) { #T2hTc6ixrCBPmh4KIpO2sDT9QnicNkLT { width:11.3125rem;height:2.625rem;top:74.712890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owpTQz6c90M7pK3pvVhSATa8rqU0PpA5 { display:block; }
 }@media only screen and (max-width: 763px) { #CM9ECuiKsMtFsp8EVsU7vgkFXzrEubxV { width:11.3125rem;height:2.625rem;top:111.82421875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPtQk9vqW6FOTeoNI6DpJQTT887K8EJa { display:block; }
 }@media only screen and (max-width: 763px) { #gXKBTBIqknGmQJ28nyEbF6PMEVeg9pnS { width:11.3125rem;height:2.625rem;top:182.94921875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmCq61QCtShvlPAPvaU5ocQoOwKZQZ54 { display:block; }
 }@media only screen and (max-width: 763px) { #za9SBcJr6ZE0L7WZ81QTuxxoCyh0PWaL { width:19.75rem;height:39.625rem;top:222.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTxI3Hcu5ccPcZbbVTbSIvSUxo4LMhyv { width:19.625rem;height:13.375rem;top:222.32421875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9GxFabB4RGTF6QJDTkgLCZ7m59GccfH { width:19.875rem;height:5.25rem;top:236.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gzCPMpgvnxpXheb6e1FTx1WpaLCspbwA { width:18.4375rem;height:15rem;top:242.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhQo4cHsq9UkF3aquoN97RJemoX1sfC { width:11.3125rem;height:2.625rem;top:258.26171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoLC1yuqtbtr2MJ9RR47MVkQIc2vF9D { display:block; }
 }@media only screen and (max-width: 763px) { #aLGdlSiDyBTbAHiifuh6CZnpe2lQq5DK { width:19.75rem;height:37.75rem;top:262.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvTKQvTBfOivtE6Z1pfshvky9GvZvdwb { width:19.8125rem;height:13.25rem;top:262.51171875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3nGc0QqKGv6Ip0taLxkkxuaivoBTCun { width:19.125rem;height:5.25rem;top:276.51171875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GLqCxvTMpEFJaPzpTrZbST49aVeBNPDR { width:18.4375rem;height:13.5rem;top:282.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4meUcBKfnfRt79HMExQDeD2zC7eOBXK { width:11.3125rem;height:2.625rem;top:296.51171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2vpZ0P8wfO3tcIMz4TrTAKvKFzJgqwX { display:block; }
 }@media only screen and (max-width: 763px) { #OaMSNO2DPMg08fTIEc847BPEZUVbgplh { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row .container { background-color: transparent; background-image: none; }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row .container > .video-iframe-container { display: none; }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row > .video-iframe-container { display: none; }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .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); }#OaMSNO2DPMg08fTIEc847BPEZUVbgplh > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMNbwIzdM8P2kUSl5KVmrzDTiIsIAvMD { width:20rem;height:1.4000375rem;top:18.4365234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbPGxB7iE7a0lPDuXAz9Nt6T7wL0k7Pd { width:20rem;height:1.29980625rem;top:10.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdkXL7c5NoKCrV3VSg5UC4brEW1iZTJz { width:20rem;height:1.29980625rem;top:12.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpiJ0KGua8HX9KUL0tLsk6gTJnfnUt5 { width:20rem;height:1.29980625rem;top:14.3994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa4gmL3J5bqSMQD00PHo0NhtTEwPy9uQ { width:20rem;height:1.29980625rem;top:16.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP15FBqvTRCsT8loTishFm3TwqwC1sh5 { width:10.5rem;height:10.5rem;top:1.1748046875rem;left:4.75rem;display:block; }
 }