.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#cfa87d;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; }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr > .row .container { background-color: transparent; background-image: none; }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr > .row .container > .video-iframe-container { display: none; }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr > .row > .video-iframe-container { display: none; }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr > .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); }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr > .row .container { border-width: 0; border-radius: 0; }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr > .row .container { font-size:0.875rem;font-family:"open sans";height:4.6875rem;width:75rem;position:relative;display:block; }#QBGm1naAo7XMPwZ7ezHQzuhyphniCR1u { display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:1.5625rem;left:34.3125rem;height:1.1375rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.3025rem;padding-right:0.269375rem;padding-bottom:0.3025rem;padding-left:0.269375rem;display:block;align-items:center;width:1.616875rem;min-width:1.616875rem;height:1.625625rem;position:relative;font-family:"open sans";font-size:1.21rem;font-weight:700;line-height:26.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.155625rem;height:0.6425rem;position:relative;font-family:"open sans";font-size:0.45375rem;font-weight:400;line-height:10.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:3.061875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.59375rem;left:13.375rem;z-index:15000; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek #htctK8pF3khCyOBMZaiLsRLyxUrpmv9v { display:flex;position:relative;top:0rem;left:0rem; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek #f3efu55AV4mbOxzooOzEHDq5QVGShC30 { width:auto; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek #Wg3MpD4ITz8cIOA0WWvVIC4lplNyqy0e {  }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek #gglInlk05pDg1flmvhwGkEHbmhlT4SPf { display:flex;position:relative;top:0rem;left:0rem; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek #E9T1s9pLMLsmtk1FrqllBXnnFUylfXTi {  }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek #iC4BeLIXUbHrlvS2pcHfvOBb4S3gQw4s {  }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek #FGPq73O2AW5m8QUtDHlaextB4G1D6E8Q { display:flex;position:relative;top:0rem;left:0rem; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek #UyZAQl0COpWvRPDBTTgK8QCOmczJWZd8 {  }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek #NEl9lkqXoJanK2BJkGARvm7kus7WlstI {  }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek #l3pfRntvOtuiJg3Nxdh3r7OKTfS0oH8t { display:flex;position:relative;top:0rem;left:0rem; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek #uWtzi5B3yZRZy45MXSRyV9DFAunyLNMb {  }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek #S5mF8LTCL1kfWiTfLAl2gqs0vCiS75KT {  }
#cJTPa0yoZoRbJJr6aNEJtRq1Q3dGqXzQ { background-color:#ff0006;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.78125rem;left:54.312498092651rem;display:block; }
#Umoqdai79o59p8AF20ZPJJdM635VidIQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/838824a7-f257-4d5f-a266-198212746208/Untitled5001200px1.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;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; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.adaptive-delivery-prevent-bg, #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.lazyload, #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.lazyloading { background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { border-width: 0; border-radius: 0; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#yyENIyqiRIf4pAuk69b5Oltsd8lALQGJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:3.25rem;left:58.1875rem;display:block; }
#nLnFk0h6WW8G009BIbp5uII5ORsxvbES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MltDm1hShLte3ezHqGwdPuwEzf7cwLRq { 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:1.375rem;width:1.375rem;top:3.75rem;left:58rem;overflow:hidden;display:none; }
#s7QTDExCBmnfrDGDGrMc2xq1oqfxr0BZ { position:absolute;display:block;z-index:15013;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:7.625rem;width:9.5625rem;top:2.125rem;left:0.9375rem;overflow:hidden;display:block; }
#eqWWWNldb1UIBVcixBxl6incFNw28blL { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:7.9375rem;top:1.5rem;left:24.436719894409rem;overflow:hidden;display:none; }
#V5Ofb5C2WT6ctzp9I8v0CseGvMnvfvgt { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:6.8055553436281rem;left:59.3125rem;display:block; }
#BRaKGV3r8hQyVlFmWlxhMGsCiXkPfxhZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UISHC985A5l21XvGrSoBeezzgXrgL2st { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:4.0625rem;left:55rem; }
#rATX694LzWT5AhkbtxkLOd6J0QknRo6V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.5rem;left:55.25rem; }
#pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/838824a7-f257-4d5f-a266-198212746208/Untitled5001200px1.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:75rem;height:38.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:#050b26;display:block;width:40.125rem;position:absolute;font-family:ubuntu;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:0.5625rem;left:3.8984375rem;height:8.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { 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.125rem solid #cfa87d;border-left:0.125rem solid #cfa87d;border-right:0.125rem solid #cfa87d;border-bottom:0.125rem solid #cfa87d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050b26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.5rem;left:6.3125rem;display:block; }
#SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { background-color:#cfa87d;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.5rem;left:20.5625rem;display:block; }
#kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0.5);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.125rem;width:10rem;top:30.75rem;left:64.375rem;display:block; }
#x90q2ASi4JHcnRESbgAowJzIcctsephw { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:32rem;left:70.4375rem; }
#x90q2ASi4JHcnRESbgAowJzIcctsephw > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#CqAeZOeZp69fzeNGznKZSUXyAwoKlhuF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.237501144409rem;left:3.8984375rem; }
#L8Ny0qqgCfiTaT4vBUTJlkUgCoobOv8q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.3125rem;left:3.875rem; }
#T3hH9rtzHqucQ7BVkmXvbKQDTSh13AIM { position:absolute;display:block;z-index:15021;background-color:#000000;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:2.3125rem;width:0.125rem;top:9.9562511444094rem;left:6.3359375rem;display:block; }
#IcDqE8cisoVSHqlSoTvhMJDbQxTxBPsA { position:absolute;display:block;z-index:15024;background-color:#000000;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:2.3125rem;width:0.125rem;top:16.125rem;left:6.3125rem;display:block; }
#N2HTSML0PG2eN8rT3vN3LXern1WEElTz { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:32rem;left:73.0625rem; }
#N2HTSML0PG2eN8rT3vN3LXern1WEElTz > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI .widget-text.counter-number { border-top:0.0625rem solid #df9755;border-left:0.0625rem solid #df9755;border-right:0.0625rem solid #df9755;border-bottom:0.0625rem solid #df9755;background-color:transparent;background-image:none;color:#cfa87d;padding-top:0.42375rem;padding-right:0.376875rem;padding-bottom:0.42375rem;padding-left:0.376875rem;display:block;align-items:center;width:2.261875rem;min-width:2.261875rem;height:2.27625rem;position:relative;font-family:arial;font-size:1.694375rem;font-weight:700;line-height:36.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI .widget-text.counter-label { background-color:;background-image:none;color:#d1874a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.015625rem;height:0.9rem;position:relative;font-family:"open sans";font-size:0.635rem;font-weight:700;line-height:14.4px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.5625rem;height:4.41375rem;padding-top:0.053125rem;padding-right:0.05375rem;padding-bottom:0.053125rem;padding-left:0.05375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:24.75rem;left:11.875rem;z-index:15029; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #xHRRX4smcz7r4Mqgr6toaoVav2gkVB3z { display:flex;position:relative;top:0rem;left:0rem; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #ZXORLl3VHoMuCrMfg30Qm8LKi1nWpoMV { width:auto; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #Ad8a5yZxJCtiNbZpVJ80aoKs8TZD0Q0T {  }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #RE1nmX22iIvS08cBIBBXZUUMpadCumbm { display:flex;position:relative;top:0rem;left:0rem; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #ynqx6a6QW07wOaMGywwulabFkPv69Vw6 {  }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #inZdTomPRRXwImuU9IeTth1T7KTaH5SJ {  }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #hyTd03Od6bCZZetErlPLK4o0FROLq94v { display:flex;position:relative;top:0rem;left:0rem; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #BNs9TJQaSI9m9hpkVFvcHWSksugWMiyB {  }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #GsZR09SB7vNTfNAvwNR4GL8FrssJy3Ab {  }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #XZIRNQOkw9HkOhTUDf71zhZh4a6ZWgph { display:flex;position:relative;top:0rem;left:0rem; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #zkPKsMTBxrM91ieuVI9bkhHCbqFsUXCK {  }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #IumrTMTxUCTUJK179zUwp4hWR5XGMgDk {  }
#J16I1AF6z5Kmb3cKmk3h4TGGtdNoJlJk { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:21.5625rem;left:10.0625rem;height:2.475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N1KJGNxmGD7ofwWRaKTSQ1aAIZx3FzXo { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:27.5625rem;left:59.9375rem;height:2.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Txw3UWkw9qMtFmIrTG3DPA4iTkH8MLRz { position:absolute;display:block;z-index:15024;background-color:#000000;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:2.3125rem;width:0.125rem;top:9.9562511444094rem;left:15.6875rem;display:none; }
#vifmAZ5nVTBmrEzRsVb033dyxuGLWZIP { position:absolute;display:block;z-index:15024;background-color:#000000;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:2.3125rem;width:0.125rem;top:9.9562511444094rem;left:15.6875rem;display:none; }
#l6iarn8qdB23J9pOnXNZRi5I71tVCQzr { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:15.8125rem;left:7.5rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R7ZFzywsIOLqbSgSXdzOb6UfeLZUJpDS { color:#000000;display:block;width:29.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:9.4562516212463rem;left:7.6916675567625rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z6TqTnIhUOE1oGJXQceD1J8NJM7MJgnX { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5625rem;width:29.5rem;top:4.9875011444092rem;left:44.950000762939rem;display:block; }
#sFpNoFvnpHAnhE9wURqOfDybf7froxaS { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:21.125rem;top:4.4875011444092rem;left:53.875001907349rem;display:block; }
#PMwJGU4MQOvB7Ut3BDtlG1v3wP3nNiP0 { position:absolute;display:block;z-index:14998;background-color:#cfa87d;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:17.5625rem;width:9.5625rem;top:4.4875011444092rem;left:44.324998855591rem;display:block; }
#m1Hc83SbW6kESrc2QgTKWhm49x7KXP0H { position:absolute;display:block;z-index:14999;background-color:#cfa87d;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:18.3125rem;width:31.125rem;top:13.337500095367rem;left:3.6484375rem;display:none; }
#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 { 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; }#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 > .row .container { background-color: transparent; background-image: none; }#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 > .row .container > .video-iframe-container { display: none; }#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 > .row > .video-iframe-container { display: none; }#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 > .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); }#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 > .row .container { border-width: 0; border-radius: 0; }#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#yCSBlFGtDu5Sm2deoA7zHtI7vDpg2JvL { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0187501907349rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq { 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; }#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq > .row .container { background-color: transparent; background-image: none; }#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq > .row .container > .video-iframe-container { display: none; }#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq > .row > .video-iframe-container { display: none; }#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq > .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); }#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq > .row .container { border-width: 0; border-radius: 0; }#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#NsruUSv6ZF0WH1K6LbOMBW42VeavfcUD { position:absolute;display:block;z-index:15000;background-color:#cfa87d;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: none;height:5.625rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#Mkr9sBOtaf5gpWZvEewsFA7vNvhzwScW { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #cfa87d;border-left:0.0625rem solid #cfa87d;border-right:0.0625rem solid #cfa87d;border-bottom:0.0625rem solid #cfa87d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:52rem;top:0rem;left:22.86562538147rem;display:block; }
#QLX7vriwZVcgCLktTK3yN0QUTbwvfzL5 { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8375015258789rem;left:8.5312519073488rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnrBITXiuQfBoSfLws4vw6gsPV11Ko9k { color:#000000;display:block;width:25.625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.84375rem;left:23.750001907349rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oUiy1FKm5RR28rHco9r3RVkLCh04Jb3t { z-index:15026;top:1.59375rem;left:51.246881484986rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iG8D7hgOsFaKMcQuv5cS3O6MMhPWIffo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIofSWJ5NXSzTvbh9DcTePXH5eHf5HRv { z-index:15027;top:1.59375rem;left:63.121881484987rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s1KZuUJvSSiSM3oSZmhHZkfmNSN90r1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J { 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; }#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J > .row .container { background-color: transparent; background-image: none; }#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J > .row .container > .video-iframe-container { display: none; }#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J > .row > .video-iframe-container { display: none; }#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J > .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); }#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J > .row .container { border-width: 0; border-radius: 0; }#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#EEOKHoIQ6aNs1C4AP4qwnd4ydOgsZDLT { position:absolute;display:block;z-index:15000;background-color:#cfa87d;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: none;height:5.625rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#HzhUQsJiTbNIXxSJ4VGqWPtLHd7dbH4J { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #cfa87d;border-left:0.0625rem solid #cfa87d;border-right:0.0625rem solid #cfa87d;border-bottom:0.0625rem solid #cfa87d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:52rem;top:0rem;left:22.86562538147rem;display:block; }
#h7tfsLVZrZMorf5rNfHnVOawUT1SzU8y { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8375015258789rem;left:8.5312519073488rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BRaSAZDzMTroS9B9ZpTMMb5sPDQKFa1Z { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.84375rem;left:23.750001907349rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X3oL34og6K4WgfaNOzBOea2CFu6DiJWR { z-index:15026;top:1.59375rem;left:51.246881484986rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#A12LSaN3b6f9TQTWPzkfaT5mwCte7xni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dkeb2EKN154annNIQEkkdHmG01Wck0cQ { z-index:15027;top:1.59375rem;left:63.121881484987rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zyU73uKA4TZVcdXzXdIVyJ2KqasZK9f0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX { 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; }#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX > .row .container { background-color: transparent; background-image: none; }#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX > .row .container > .video-iframe-container { display: none; }#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX > .row > .video-iframe-container { display: none; }#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX > .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); }#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX > .row .container { border-width: 0; border-radius: 0; }#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#FuJnVZvyqtQuH3bz7Vaq3lcPGhtIpCNC { position:absolute;display:block;z-index:15000;background-color:#cfa87d;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: none;height:5.625rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#GPHf2WsAnH9Jw5F1tayyG5VFc7W9TIv0 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #cfa87d;border-left:0.0625rem solid #cfa87d;border-right:0.0625rem solid #cfa87d;border-bottom:0.0625rem solid #cfa87d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:51.8125rem;top:0rem;left:23.000001907349rem;display:block; }
#aUJwD2oAMiKCyTU7BHEfeTQef5GuRg5b { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8375015258789rem;left:8.5312519073488rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PFkPD7aTkmHn2ZJpyTGVrTGFuUQR4JEf { color:#000000;display:block;width:25.375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.84375rem;left:23.750001907349rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FfEtxhT7sA9kpiXw7Qfl5SzrOlTigGlf { z-index:15027;top:2.2489585876465rem;left:51.434381484986rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FQmBPACL6MLsilPcPK8kzs5rScG59ibh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCCOA8w6uTlUTlNQglzustDWD9GuvuBT { z-index:15028;top:2.2489585876465rem;left:63.121881484987rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wWSVvF97Sy0SlhI197UhRX4pySM4cqtB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi { position:relative;display:block; }#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi { background-color: transparent; background-image: none; }#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi > .row .container > .video-iframe-container { display: none; }#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi > .row > .video-iframe-container { display: none; }#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi > .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); }#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi { border-width: 0; border-radius: 0; }#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi > .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; }#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OPR9UMaBRqTXrbqXgcnqOu35gss2E7p4 { color:#282828;display:block;width:64.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:16rem;left:5.125rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f5MlQ58wMaHr2T50Dg8UIvD1l7P8wE5K { z-index:15013;top:31.5rem;left:40.0625rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IsDOf7BOICnVkFkue7fWqCLUi5UrNnA6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B2hvqTbctPs4SnJvrlBJEcIJRrpUFKDB { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.1875rem;left:20.53125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXqOPhUZ1mon6i1wTMhEKM2r2v9FRBqx { color:#282828;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:7.1875rem;left:29.25rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMXDvkDZ5xMTg1ktPriPVHTeB4nnalAo { z-index:15014;top:31.5rem;left:25.125rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MCukUsTTe5aqgUMK1TfsXlcOHaVRhEah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFxACmG37Eci7SUyioFDeP3CG8qcvQiB { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:25.15625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG { position:relative;display:block; }#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG { background-color: transparent; background-image: none; }#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG > .row .container > .video-iframe-container { display: none; }#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG > .row > .video-iframe-container { display: none; }#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG > .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); }#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG { border-width: 0; border-radius: 0; }#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG > .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; }#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NBk1qmEDk5emoDe3aJN5necJ3yyqz6PM { color:#282828;display:block;width:66.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:15.5rem;left:4.21875rem;height:16rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A3LGsTW9ZbNOKT09bX4KpBMONEMfwgCL { z-index:15013;top:35.3125rem;left:39.6875rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kWmZFGLhgeHFuoK9o3NPv76KPTIgtEkq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNZdBg6l9URF1xVDkxPrlEAWEXOZvQ6f { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.75rem;left:20.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QenxoVB1i49tBsE8fHArk9z5SD6Vzp08 { color:#282828;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:6.4375rem;left:29.25rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBpSg2BTILkVn3Jo1LqMe8fILN3BAcvq { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8125rem;left:25.1875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZP3WFPXhfohnMn7wflP3ORAmu4KV4k7 { z-index:15012;top:35.3125rem;left:25.5rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zmf0dUAt7QI1VCGAOolGXxM0RDIwXGRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 { position:relative;display:block; }#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 { background-color: transparent; background-image: none; }#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 > .row .container > .video-iframe-container { display: none; }#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 > .row > .video-iframe-container { display: none; }#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 > .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); }#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 { border-width: 0; border-radius: 0; }#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 > .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; }#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n1OTFlBZ48JerCpcqkHJdkXM9CuTnam9 { color:#282828;display:block;width:67.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:16.1875rem;left:3.53125rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OF4bUCWDQkrr7PdCBr9QhobZ5TnAcHOL { z-index:15015;top:32.625001907349rem;left:40.129167556763rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pBKZ7EHgCTGBpSbOGCirccn9aMyF21s2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQTsMKQEpVRaTUsRosdrRLBRGhtGfEKA { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5rem;left:20.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SnDbCAwg8kwOUrZ6XVavigoGAhDbCtTD { z-index:15014;top:32.625001907349rem;left:25.187501907349rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Db87e1OR62w8DveBc3CgMJgay3UmzJZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q8TzlFylbwFMZwseJ7O6ZJEWg4HL6tfI { color:#282828;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:7.1875rem;left:29.25rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdZgxvaqTAXMUEgBnt74tpr7JK9qgrBq { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1.5625rem;left:25.1875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP { position:relative;display:block; }#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP { background-color: transparent; background-image: none; }#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP > .row .container > .video-iframe-container { display: none; }#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP > .row > .video-iframe-container { display: none; }#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP > .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); }#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP { border-width: 0; border-radius: 0; }#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP > .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; }#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZXG6U21aSt3UDh8NWkJTQBiMf2TTGirx { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.1875rem;width:52rem;top:11.835156440735rem;left:11.4375rem;display:block; }
#b8S93U061NdsoBiWJInmwGyLCOtBvVfT { color:#000000;display:block;width:53.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.7992191314698rem;left:10.625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IwI5iyucuKWeN5veTUg4TCs5svAz94ev { position:relative;display:block; }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev { background-color: transparent; background-image: none; }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .row .container > .video-iframe-container { display: none; }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .row > .video-iframe-container { display: none; }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .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); }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev { border-width: 0; border-radius: 0; }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .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; }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:"open sans";height:68.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ceP23Lg1VtTcuNovbBKUTsdcG4qCl3EW { position:absolute;display:block;z-index:15007;background-color:#d1874a;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:29.875rem;width:0.125rem;top:6.4375002384187rem;left:5.0859375rem;display:block; }
#pGqAZ0tFirTcC1LzuPE11D1Oim9vyInS { position:absolute;display:block;z-index:15008;background-color:#d1874a;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.125rem;width:67.125rem;top:36.250000476837rem;left:5.0859375rem;display:block; }
#QXQuaMLAuUNOv6CHeAcsPr2B3CeSoUQz { position:absolute;display:block;z-index:15008;background-color:#d1874a;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:29.625rem;width:0.125rem;top:6.499755859375rem;left:72.0859375rem;display:block; }
#NeQ4h1PySuNXBPi3IF0TM7IIs5C5m0mw { position:absolute;display:block;z-index:15009;background-color:#d1874a;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.125rem;width:67.125rem;top:6.3749999031425rem;left:5.0859375rem;display:block; }
#D5TBd1bamyUFRoFFy5XzTbOTx2ZVge6e { color:#000000;display:block;width:59.8734375rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.24919128418rem;left:8.7117195129394rem;height:20.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmroL6t3y9e8q5gQJPyZvE4v3NGmNBt6 { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:45.987501144409rem;left:3.2117185592651rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GxtZSZCRrT9IPDdgfixQToTIuOTMz7kb { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:50.237500190735rem;left:3.2117185592651rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hUo32NkcWv7rQbkWBOOVuiRd45taZZrQ { color:#000000;display:block;width:43.625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:55.649221420288rem;left:3.2117185592651rem;height:12.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ydpTmuJA1Uh24dmH2K362EfrMTt3CTuR { 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:25.75rem;width:18.125rem;top:42.812500953674rem;left:54.148435592651rem;overflow:hidden;display:block; }
#c6U0fOsTky9uNpAz7GDksGADQQ0uf4X6 { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:42.049999237061rem;left:3.2109375rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#737373;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; }#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW > .row .container { background-color: transparent; background-image: none; }#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW > .row .container > .video-iframe-container { display: none; }#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW > .row > .video-iframe-container { display: none; }#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW > .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); }#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW > .row .container { border-width: 0; border-radius: 0; }#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#cOfZx51mGnM1SPaeqW4nF5dTQihaHnnN { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.375rem;left:11.25rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MIUPAS5vgQtUaXy2yvRrck1vVXuLiIPK { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:8.3125rem;left:11.25rem;height:2.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bqG5asKD4CPod0iXbx60Q311ApQDm3Zb { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:55.75rem;top:5.6875rem;left:7.5rem;display:block; }
#BVVInd45epoWD3m6AUQQChC9kbdiHoH8 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050b26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.71875rem;left:54rem;display:block; }
#eIn25cTm8rSfq2EMnMq2TDDw1BQcUp92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bwFvJiMAWTKGCxQ0UJQcI6qHHlGgQDlT { position:absolute;display:block;z-index:14998;background-color:#737373;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:2.4375rem;width:31.875rem;top:4.59375rem;left:9.375rem;display:block; }
#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { 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; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { background-color: transparent; background-image: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .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); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { border-width: 0; border-radius: 0; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { color:#050b26;display:block;width:24.125rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.7492187470197rem;left:25.437501907349rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KgrTV1Bb8XTwuniHeD51Wd6NP5rNTp9Q { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:28.25rem;top:9.4374940842388rem;left:20.21640586853rem;overflow:hidden;display:block; }
#nxxf9tXAixOmBV1Mi9aTx01JIoKFURyu { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:30.9375rem;left:31.58749961853rem;display:block; }
#dULHHmTiOfnAUPIObEgT1FsukP0U02c7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2fY1Xcuq/section5_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7.adaptive-delivery-prevent-bg, #dULHHmTiOfnAUPIObEgT1FsukP0U02c7.lazyload, #dULHHmTiOfnAUPIObEgT1FsukP0U02c7.lazyloading { background-image: none; }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7 > .row .container { background-color: transparent; background-image: none; }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #df9755; }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7 > .row .container > .video-iframe-container { display: none; }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #df9755; }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7 > .row > .video-iframe-container { display: none; }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7 > .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); }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7 > .row .container { border-width: 0; border-radius: 0; }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7 > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#sRAXK2nIXlDp7IUW0349tdcgyXw3Tx0A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.75rem;width:47.625rem;top:3.71875rem;left:3.0617189407349rem;display:block; }
#xrpAiTQafDNK4URJOCA14I1wC835Zcqp { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.3125rem;left:55.25rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GGvOssvTv0xKXNm2OsnCRGXXTr3bVKCy { position:absolute;display:block;z-index:15008;background-color:#545454;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.625rem;width:11.25rem;top:3.1437501907349rem;left:35.750001907349rem;display:block; }
#Xf8p4WZrQFyqvl34gtLTwQXCSPVZ9mdH { position:absolute;display:block;z-index:15009;background-color:#545454;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:11.25rem;width:0.625rem;top:17.612500667572rem;left:2.4867181777954rem;display:block; }
#WGEzndwiIiAebIAbi3HxXiku21GP1Sut { background-color:#545454;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.399219870567rem;left:55.249998092651rem;display:block; }
#fZXCPgABK1DSFdBObN6iaUR3S2wxA5ZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { color:#050b26;display:block;width:23.9375rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.4375002980232rem;left:25.531251907349rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.adaptive-delivery-prevent-bg, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyload, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyloading { background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { border-width: 0; border-radius: 0; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#BOtAdgG4nXtF39l7l44Frc732tNy0TAS { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:2.5rem;display:block; }
#bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:4.6875rem;height:10.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { position:absolute;display:block;z-index:15017;background-color:#d1874a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:11.125rem;display:block; }
#GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { 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:1.4375rem;width:1.4375rem;top:3.53125rem;left:11.75rem;overflow:hidden;display:block; }
#QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:27.625rem;display:block; }
#axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:29.8125rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { position:absolute;display:block;z-index:15021;background-color:#d1874a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:36.25rem;display:block; }
#q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:36.9375rem;overflow:hidden;display:block; }
#d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:52.75rem;display:block; }
#enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:54.9375rem;height:4.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { position:absolute;display:block;z-index:15025;background-color:#d1874a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:61.375rem;display:block; }
#uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:62.0625rem;overflow:hidden;display:block; }
#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85.adaptive-delivery-prevent-bg, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyload, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyloading { background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { border-width: 0; border-radius: 0; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:19.75rem;top:0.375rem;left:2.5rem;display:block; }
#FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:4.6875rem;height:17.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { position:absolute;display:block;z-index:15017;background-color:#d1874a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:11.125rem;display:block; }
#eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { 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:1.4375rem;width:1.4375rem;top:3.53125rem;left:11.75rem;overflow:hidden;display:block; }
#arem0olM6tiPI160k5ERqqAMyWW0FgHh { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:27.625rem;display:block; }
#ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:29.8125rem;height:6.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRivINx2SiO4L7ml0VWDznubQRJdE33n { position:absolute;display:block;z-index:15021;background-color:#d1874a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:36.25rem;display:block; }
#KNLdEJiR2R77sWmthOByGO5yREnynouf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:36.9375rem;overflow:hidden;display:block; }
#adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:19.75rem;top:0.375rem;left:52.750001907349rem;display:block; }
#uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:54.9375rem;height:12.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { position:absolute;display:block;z-index:15025;background-color:#d1874a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:61.375rem;display:block; }
#PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:62.0625rem;overflow:hidden;display:block; }
#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#df9755;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; }#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga > .row .container { background-color: transparent; background-image: none; }#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga > .row .container > .video-iframe-container { display: none; }#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga > .row > .video-iframe-container { display: none; }#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga > .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); }#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga > .row .container { border-width: 0; border-radius: 0; }#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#sdWCEnMzvBQnt17Zq4l3rGTnq8VXZNMM { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.4367370605469rem;left:21.84375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MOvwOJSL94AMaQE5pnsZIprJZ2R7g1GX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.1867184638975rem;left:36.218751907349rem;display:none; }
#J0asgILAKAEOcxuBS9zxVxqVV2F7fLhy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.1867184638975rem;left:36.218751907349rem;display:none; }
#OqZPRxJ1nsOM6rGISPvTKipDwJBzoIVS { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.7351560592651rem;left:21.84375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kEkGp16qDGlLqBrPqL6ez1OTyHEfNZXR { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:2.2;letter-spacing:0;top:13.811458587646rem;left:4.40625rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#kEkGp16qDGlLqBrPqL6ez1OTyHEfNZXR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kEkGp16qDGlLqBrPqL6ez1OTyHEfNZXR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/02e52a86-ac8f-47d3-9a46-0fb166f2976b/Untitleddesign97.png); }
#L3aMHC9ze4U00oNcs5KgrZm6XwHV4dDI { color:#000000;display:block;width:56.625rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:2.2;letter-spacing:0;top:23.098960876465rem;left:4.40625rem;height:5.775rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l { 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; }#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l > .row .container { background-color: transparent; background-image: none; }#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l > .row .container > .video-iframe-container { display: none; }#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l > .row > .video-iframe-container { display: none; }#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l > .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); }#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l > .row .container { border-width: 0; border-radius: 0; }#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#b0k0zTPn0TlxD8HltpQGyKEBCsVoITbg { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.625rem #545454 ;height:16.5625rem;width:29.75rem;top:14.187500476837rem;left:41.071092605591rem;display:block; }
#EslWV4tWVRLb5GsvVfWNJ263zve8BoCp { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.625rem #545454 ;height:16.3125rem;width:29.5rem;top:14.312500476837rem;left:4.4109373092651rem;display:block; }
#lCbEICq59LD7Rz6wMfuJdJdMI0LU3WEN { color:#000000;display:block;width:42.0625rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6859374046326rem;left:16.46875rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#keiAqPJO3cQLELufshZOTXnGZxMituQp { position:absolute;display:block;z-index:14999;background-color:#df9755;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:18.3125rem;width:31.125rem;top:13.337500095367rem;left:3.6484375rem;display:block; }
#dMfg1yqOwhC23GJOcN8nl3Zm9y4WhK5T { position:absolute;display:block;z-index:15000;background-color:#df9755;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:18.3125rem;width:31.125rem;top:13.362500667572rem;left:40.433595657349rem;display:block; }
#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh { 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; }#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh > .row .container { background-color: transparent; background-image: none; }#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh > .row .container > .video-iframe-container { display: none; }#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh > .row > .video-iframe-container { display: none; }#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh > .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); }#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh > .row .container { border-width: 0; border-radius: 0; }#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#w8mTf4kL4bpF2yJJdBS7GoqzJx72wNpT { color:#050b26;display:block;width:24.125rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.75rem;left:25.437501907349rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kTQTIrBRrsWpN9yQJsksHUL4Eq650gOq { color:#050b26;display:block;width:27.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:5.6820316314697rem;left:23.781251907349rem;height:1.9125rem;font-style:normal;display:block; }
#PRbSmlOliPO7h2qdB1A97e5ncKHttv4E { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:8.25rem;left:15.34375rem;height:4.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB { 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; }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row .container { background-color: transparent; background-image: none; }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row .container > .video-iframe-container { display: none; }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row > .video-iframe-container { display: none; }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .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); }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row .container { border-width: 0; border-radius: 0; }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row .container { font-size:0.875rem;font-family:arial;height:70.875rem;width:75rem;position:relative;display:block; }#qdUMcxBk94rcB8KNoqug71tWGp4MmHB4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:2.7992191314698rem;left:0rem;overflow:hidden;display:block; }
#DnbveB2IpWq6MMihkQIXC0atopTdU2Gt { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:2.7992191314698rem;left:15.125rem;overflow:hidden;display:block; }
#eAd5O1VWNaMESsMEwyEDsD2XVJDh88Hx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.375rem;width:14.125rem;top:2.9867191314698rem;left:30.437501907349rem;overflow:hidden;display:block; }
#Odq5QWvnIz7NQUsC611pcqP327rJtweB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:2.7992191314698rem;left:45.500001907349rem;overflow:hidden;display:block; }
#JeRCFWi699dfCnvUbVpi5da8O3XoJW0h { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.4375rem;width:14.1875rem;top:2.9242191314698rem;left:60.812498092651rem;overflow:hidden;display:block; }
#TuKm18Jmf6TFXPg8o5q274KtdPU3DGLG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:14.487499237061rem;left:0rem;overflow:hidden;display:block; }
#J50pqhu1UuLemgVR5a6GvQTd2bMfcmyc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:14.487499237061rem;left:15.125rem;overflow:hidden;display:block; }
#lZkJCU8Lb2mqwa4OnyBUpSlI6i3bwrRL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:14.487499237061rem;left:30.343751907349rem;overflow:hidden;display:block; }
#g0Wmfv2f70Vq9qTIxBNWhaXzOEeEw8tK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:14.487499237061rem;left:45.500001907349rem;overflow:hidden;display:block; }
#fDh0d2UbnIRdZbsPSTt9cDcywQNP9WH8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.375rem;width:14.125rem;top:14.487518310547rem;left:60.746476965891rem;overflow:hidden;display:block; }
#llgaOmvJ4WHlsetEf75K6N3h2zE6xtxi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:12.9375rem;top:26.112499237061rem;left:0rem;overflow:hidden;display:block; }
#ilSBIVRBDcKZt8VNSrzpGNfomoLcpIBQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:14.4375rem;top:26.081250190735rem;left:31.437501907349rem;overflow:hidden;display:block; }
#N6NikgBWrUPmWA7Wr2z74FMLDN6F0Q62 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:17.0625rem;top:26.081250190735rem;left:13.6875rem;overflow:hidden;display:block; }
#K6KKuETa3kBKHw8VyyTiR0w74TOlNwI7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.375rem;width:14.1875rem;top:26.175000190735rem;left:46.561719894409rem;overflow:hidden;display:block; }
#TT9N6ggRWArKgEqWnUvqNrP6a1gq28FK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.1875rem;width:13.8125rem;top:26.268750190735rem;left:61.187498092651rem;overflow:hidden;display:block; }
#pEfcDZMkmCkGQCIXBAVZeNz98Exum3Iy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.625rem;width:12.9375rem;top:37.424999237061rem;left:0rem;overflow:hidden;display:block; }
#c0mt6LFot4WLT61KoC0rB7Xi3noDqMtF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:14.375rem;top:36.956274032593rem;left:13.6875rem;overflow:hidden;display:block; }
#JcADhnw1k8WroS36DyzOatxrsVZIFDCa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.375rem;width:15.8125rem;top:37.050000190735rem;left:28.812501907349rem;overflow:hidden;display:block; }
#o6emQ0kfoLWolT2co6y9cIHI5Dr3wQKp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.375rem;width:14.0625rem;top:37.050000190735rem;left:45.562501907349rem;overflow:hidden;display:block; }
#MepVAD9LP87Znq5L3RKRnbTS7uQW3Aak { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:48.110939025879rem;left:0rem;overflow:hidden;display:block; }
#WZcIODctpk3qyrOeX7EXBmCXp02teZaP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:48.110939025879rem;left:15.125rem;overflow:hidden;display:block; }
#DvdB4dgRdoi5rFaPtEw3aJisw4J6gy4W { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:48.110939025879rem;left:30.343751907349rem;overflow:hidden;display:block; }
#DxU2p9WQfeLTAIudQJWBRx3eZwQ5yZ14 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:48.110939025879rem;left:45.500001907349rem;overflow:hidden;display:block; }
#DeCVuUhTT385AhgimloZpLCBwIMuvMgR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:48.110939025879rem;left:60.687498092651rem;overflow:hidden;display:block; }
#Kq79WZ4L5KN54Ti2k15uF59veOkQW4Gh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:59.67343711853rem;left:0rem;overflow:hidden;display:block; }
#GoODeOgpKRClp0Xacvt7yI3zVTueeQCO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:14.4375rem;top:59.67343711853rem;left:15.125rem;overflow:hidden;display:block; }
#Azw4DyscnGgcGa938TcDKXEr2mqW2J8O { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:14.3125rem;top:59.73593711853rem;left:30.281251907349rem;overflow:hidden;display:block; }
#zCLzQkNzaQff7HgVQSCBte2CUwNWKECc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:59.64218711853rem;left:45.500001907349rem;overflow:hidden;display:block; }
#vzouvoVvFTeQWFTWwTkIuo1viNOs8Il8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5rem;width:14.3125rem;top:59.67343711853rem;left:60.687498092651rem;overflow:hidden;display:block; }
#bL00hfwZckCXnPVrCKTE8VrBpu2nEVR8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.3125rem;width:14.0625rem;top:37.050000190735rem;left:60.937498092651rem;overflow:hidden;display:block; }
#vmObwPIdguG8RyimR290Vhit9X35Q4qD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:14.4375rem;top:59.67343711853rem;left:15.125rem;overflow:hidden;display:none; }
#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC { 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; }#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC > .row .container { background-color: transparent; background-image: none; }#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC > .row .container > .video-iframe-container { display: none; }#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC > .row > .video-iframe-container { display: none; }#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC > .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); }#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC > .row .container { border-width: 0; border-radius: 0; }#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#737373;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; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;position:relative;display:block; }#Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.375rem;left:11.25rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:8.3125rem;left:11.25rem;height:2.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:55.75rem;top:5.6875rem;left:7.5rem;display:block; }
#LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050b26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.71875rem;left:54rem;display:block; }
#iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { position:absolute;display:block;z-index:14998;background-color:#737373;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:2.4375rem;width:31.875rem;top:4.59375rem;left:9.375rem;display:block; }
#yVmlSdn557xykXohtcf29a9ZCzU5WK5X { 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; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { background-color: transparent; background-image: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .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); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { border-width: 0; border-radius: 0; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07cbb9c3-55ff-43a0-9095-6c5c3df27b53/wwwreallygreatsitecomDesktopWallpaper7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP.adaptive-delivery-prevent-bg, #CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP.lazyload, #CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP.lazyloading { background-image: none; }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP > .row .container { background-color: transparent; background-image: none; }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,84,84,0.78); }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP > .row .container > .video-iframe-container { display: none; }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(84,84,84,0.78); }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP > .row > .video-iframe-container { display: none; }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP > .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); }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP > .row .container { border-width: 0; border-radius: 0; }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:75rem;position:relative;display:block; }#tt1GqWc8s2tB9Hbs5P5p3bGNtrpGzGxD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39rem;top:5.9375rem;left:8.125rem;display:block; }
#GuR1RcblMsnSHKCF4F0IcC6lLQDzfF8N { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.8125rem;left:49rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#al9aV4FWvl8THlJrXrw9vListc4IFfIR { color:#ffffff;display:block;width:18rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:13.75rem;left:49.5rem;height:4.275rem;font-style:normal;display:block; }
#M1aPIGz8mSPvqmyJAiCV4IgGUNruo2wU { background-color:#df9755;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.375rem;left:49.5rem;display:block; }
#oDnXQ6Jx6JIRUzhM4QiJX3IZfrgUIc3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sn7zm254tv81dOTtcE7FKSbyf1TOVote { position:absolute;display:block;z-index:15008;background-color:#df9755;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.625rem;width:11.25rem;top:5.28125rem;left:32.8125rem;display:block; }
#DPV18e5fNUwoaOcX4Q9SATmJqWwhVx8T { position:absolute;display:block;z-index:15009;background-color:#df9755;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:11.25rem;width:0.625rem;top:14.53125rem;left:7.5rem;display:block; }
#UxBgsLceNo4w43QgWsKB4P8i38nZa3Qn { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.4375rem;width:40.0625rem;top:36.375rem;left:32.125rem;display:block; }
#JtIMLETCwHo5Tlm6PEE5FDD3HPuV6X00 { position:absolute;display:block;z-index:15010;background-color:#df9755;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:11.25rem;width:0.625rem;top:45.89999961853rem;left:72.287504196169rem;display:block; }
#T5RTpCwV65oPcHPWf7TyHd3QTqpFPLrB { position:absolute;display:block;z-index:15009;background-color:#df9755;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.625rem;width:11.25rem;top:35.8125rem;left:34.8125rem;display:block; }
#qFxK4NfLru7MP3Aesslp3qlW6v9xNo1f { position:absolute;display:block;z-index:15009;background-color:#df9755;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:1.75rem;width:20.25rem;top:28.972917795181rem;left:26.941667556762rem;display:block; }
#N7I8NHIaxZ75ymahEqz9nHfbw2qxEBT6 { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.9;letter-spacing:0;top:28.779167413711rem;left:27.285417556762rem;height:2.1375rem;font-style:normal;display:block; }
#e5GXCTGRi7ulwAqlnlQ7kfGPXnOtcAGh { position:absolute;display:block;z-index:15011;background-color:#df9755;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:1.75rem;width:8.5rem;top:61.125rem;left:63.62500190735rem;display:block; }
#OfVSigiADJ6xFeQGVtM8k0GZyi2riSGu { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.9;letter-spacing:0;top:60.9375rem;left:64.43750190735rem;height:2.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v { position:relative;display:block; }#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v { background-color: transparent; background-image: none; }#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v > .row .container > .video-iframe-container { display: none; }#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v > .row > .video-iframe-container { display: none; }#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v > .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); }#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v { border-width: 0; border-radius: 0; }#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v > .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; }#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:31.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#df675hqiUny0v5gtAhNXizKvTbxXDLic { color:#000000;display:block;width:49.625rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3601565957069rem;left:12.6875rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dJfOAg3OSOxQQ3qdmmUrVmlTXqwb9Qa3 { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.3125rem;width:30.875rem;top:11.660937309265rem;left:22.012500762939rem;display:block; }
#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { background-color: transparent; background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .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); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { border-width: 0; border-radius: 0; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { color:#050b26;display:block;width:20.25rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.4375rem;left:28.4375rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d7FtaqgFAHfII9e9Qmu5gFH3osC79JaV { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:23.8125rem;top:8.9375rem;left:26.6875rem;display:block; }
#QhcoSABcMFxNRA2Xy1JED0ozZ4qZXph5 { color:#050b26;display:block;width:17.5625rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.3125rem;left:29.75rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-form-header {  }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.375rem;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; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .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:rgba(255,255,255,0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:21.375rem;box-sizing:border-box;height:2.9375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;vertical-align:top; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-text {padding-top: 0; padding-bottom: 0;}#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:21.375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;vertical-align:top; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .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:21.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-select {padding-top: 0; padding-bottom: 0;}#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .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; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .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:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;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.0625rem;font-weight:700;color:#4a4a4a;width:21.375rem;height:2.9375rem;font-family:raleway;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .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:#000000;vertical-align:top;width:20.3125rem;overflow:hidden;font-style:normal;line-height:1.4; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .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; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .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; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-container:first-of-type{padding-top:0;}#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-container:last-of-type{padding-bottom:0;}#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p  { background-color:#df9755;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;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:13.375rem;left:26.625001907349rem; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.375rem;display:block;vertical-align:top; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p {display:block;}#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p { background-color:#df9755;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;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:13.375rem;left:26.625001907349rem; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #Ubf38Wlbl59HN8Kw7Dy6ekrHu08FLmWa { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #KhufAAb6h9il0p4qx4DPV2CUTxMH0MDv { position:relative;display:block; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #ALTCg8c1aTpDTGRtOXuM47yQf8V1NWN8 { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #UxRc5Xa1a1T574oJ9A7pHNfa4EqLyCPg { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #EmErmJTd2sURRJWT8sBHLrd46hT49Ikv { position:relative;display:block; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #rZ9ZNtz2xc8zWPUiCGTnyZIW5z1EwnSA { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #LqVDp4cS7u5R6fwrRmy4sZnguHnMTpX7 { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #F0pTXWp4iq24LaQ310kkLiDkM1Tdla2w { position:relative;display:block; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #CVLKv2TdMKryXSLWcVxHeQXGayyckPym { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #nrrcyKmxVGcvTqvIkIcgkSam9133PPvX { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #prhycp6l3rgmrzHTIGp82HcayB2KpH9m { position:relative;display:block; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #m2MEc2wpKmyC8Lgi0lQTbwgrLp2fdR7U { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #XBkoRXWT7oSxcRRNmxo7Tq67Sdos9etn { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #hhTf5UNQfzmyiFloWSBEm5TQvpCiHETo { position:relative;display:block; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #MdTfETtLZHUh61P81vhGydd6roq4rxF6 { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #ntmbKq8uQ72snXL7vdEVsU9XCvToyTp6 { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #BpQbBTP32KLo2uQz3MEgNJSk3pT42xXI { position:relative;display:block; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #L8dqoqdqrs1989Nra8sg7mCyRHbxSJnv { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #ykgOAqUA2DrUAAl7dSbwQALOQT3QSGz5 { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #bMWt8sfnExTniS4qcyQZdLoQqei7ZZBl { position:relative;z-index:2; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #v8tNEqW1palu3keDkul5QeOaefo1b4Oo { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #ixfHHGCKnzczWToLgUvTcXdKSu3EfmTH { position:relative; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #uhvGnFqMNDDsd9C8NbGbfE9nkpEUWedv { position:relative; }
#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA > .row .container { background-color: transparent; background-image: none; }#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA > .row .container > .video-iframe-container { display: none; }#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA > .row > .video-iframe-container { display: none; }#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA > .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); }#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA > .row .container { border-width: 0; border-radius: 0; }#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#g9OGnWnwMhPQWUTpPISvRSqFX90cUCOt { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:23.8125rem;top:8.9375rem;left:26.6875rem;display:block; }
#QqlPpq2PmJFrLLLhI5CcHTefuXbpJXwz { color:#050b26;display:block;width:17.5625rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.3125rem;left:29.75rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A5PpDxpbbi7HTf4kSXSXrkOhq8kpchUL { color:#050b26;display:block;width:20.25rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.5rem;left:28.4375rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-form-header {  }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.375rem;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; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .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:rgba(255,255,255,0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:21.375rem;box-sizing:border-box;height:2.9375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;vertical-align:top; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-text {padding-top: 0; padding-bottom: 0;}#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,255,255,0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:21.375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;vertical-align:top; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .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:21.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-select {padding-top: 0; padding-bottom: 0;}#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .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; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .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:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;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.0625rem;font-weight:700;color:#4a4a4a;width:21.375rem;height:2.9375rem;font-family:raleway;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .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:#000000;vertical-align:top;width:20.3125rem;overflow:hidden;font-style:normal;line-height:1.4; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .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; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .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; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-container:first-of-type{padding-top:0;}#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-container:last-of-type{padding-bottom:0;}#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv  { background-color:#df9755;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.375rem;left:26.656251907349rem; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.375rem;display:block;vertical-align:top; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv {display:block;}#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv { background-color:#df9755;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.375rem;left:26.656251907349rem; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #VyZb18Eval3n0qdmJtW9NmVT6r1TyIly { position:relative; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #z4nxAwRq1imP0H8GXP58LgeQh7WSlDNm { position:relative;display:block; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #F3qMOe6uZM6UnG7vwnVKpTRFpX416Ip9 { position:relative; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #CfXWEhu3Q9otxM9PtNbN74ZlaC1K8q3W { position:relative; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #BuT9SEin3sVMhTAup3cApGBFN22HUl6x { position:relative;display:block; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #VuaTyrw5X0fghMgQvRyp9ycTTxxT8lMe { position:relative; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #AxzfJ0TabUKWMvKaUHM8HuiotTNJnS96 { position:relative; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #R0Io31lhGJaTrATooVgoU481uHuZqSZ0 { position:relative;z-index:2; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #ZDFJZqvNtKANlKvuPeAvCgUoreqBWQly { position:relative; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #sMT1BBuLGhRiQ7W5dcXBxmSQWLLEh9MW { position:relative; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #va2JhVyCWf00N1gsfwEJWrqyvmFE9iWi { position:relative; }
#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL { 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; }#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL > .row .container { background-color: transparent; background-image: none; }#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL > .row .container > .video-iframe-container { display: none; }#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL > .row > .video-iframe-container { display: none; }#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL > .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); }#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL > .row .container { border-width: 0; border-radius: 0; }#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#VlF2Zxcchb38NMpHhmz6eRHagx2Cr4qS { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.625rem #545454 ;height:16.5625rem;width:29.75rem;top:4.6875rem;left:40.9375rem;display:block; }
#FvARZN2hTc2VMXVhF0Pn0PFNQdt4UxhD { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.625rem #545454 ;height:16.3125rem;width:29.5rem;top:4.8125rem;left:4.3125rem;display:block; }
#IW6eGMJR0T04KCx0POi3lTvSrb5wnR2t { position:absolute;display:block;z-index:14999;background-color:#df9755;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:18.3125rem;width:31.125rem;top:3.8125rem;left:3.5625rem;display:block; }
#rz1mcBMG7f2bHDpK5TQhzCwQWHyTybSM { position:absolute;display:block;z-index:15000;background-color:#df9755;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:18.3125rem;width:31.125rem;top:3.875rem;left:40.3125rem;display:block; }
#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/38WRWLgf/section8_bg7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU.adaptive-delivery-prevent-bg, #wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU.lazyload, #wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU.lazyloading { background-image: none; }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU > .row .container { background-color: transparent; background-image: none; }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU > .row .container > .video-iframe-container { display: none; }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU > .row > .video-iframe-container { display: none; }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU > .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); }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU > .row .container { border-width: 0; border-radius: 0; }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#BHkqllLuSxEFM0ZXsx6BSa1K28tFEGTU { color:#050b26;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:12.250000953674rem;left:18.125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkJknFRcdtVN8Tr0DNCT01eT2eHP9MZc { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:3.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.25rem;left:7.625rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i6zvNgQWuZ9Qt9wGgEhoZvzRtT0U8gzH { color:#050b26;display:block;width:20.375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:12.250000953674rem;left:42.000001907349rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU { 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; }#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU > .row .container { background-color: transparent; background-image: none; }#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU > .row .container > .video-iframe-container { display: none; }#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU > .row > .video-iframe-container { display: none; }#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU > .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); }#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU > .row .container { border-width: 0; border-radius: 0; }#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU > .row .container { font-size:0.875rem;font-family:"open sans";height:108.1875rem;width:75rem;position:relative;display:block; }#SES6pWxCWlwpe15kSqZSTQsxiX1lOmtU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.8125rem;top:9.86171913147rem;left:8.1640625rem;overflow:hidden;display:block; }
#hJN9ILAKAkX25a6FA5xgSMCLVwS1dgS8 { color:#000000;display:block;width:49.625rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.87497711181638rem;left:12.6875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m7ugDsNS8iEB288LQiQGdTH2OIFGpS8i { 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:2rem;width:9.3125rem;top:41.087500333786rem;left:41.74453163147rem;overflow:hidden;display:block; }
#P6wSy2qXuEVTccSfNz4UgLd9KHOhuFlN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:33.731275558472rem;left:31.543748855591rem;overflow:hidden;display:block; }
#IqpkehP7eT4GMpVzJ5T4TDktgMGSIfX2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:9.1875rem;top:9.48671913147rem;left:63.622655868531rem;overflow:hidden;display:block; }
#zon7vbCs4ubIfsNbR5xKtka8xZmsQC3x { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:12.6875rem;top:32.574987411499rem;left:36.77499961853rem;overflow:hidden;display:block; }
#B2GPfAuTAxsZCIGPyyrSkUNnX6A42Ipc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:32.450024604797rem;left:51.007032394409rem;overflow:hidden;display:block; }
#SecuflzSnn8O6z2q0lnpIahdrOOFUwkp { position:absolute;display:block;z-index:15013;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:5rem;width:5rem;top:8.79921913147rem;left:44.140626907349rem;overflow:hidden;display:block; }
#MrnAXzvbpKp3JrVm7Ob7uwb28alLwTK5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9.4375rem;top:23.937487602234rem;left:64.612501144406rem;overflow:hidden;display:block; }
#wkG2uHW7F7Fb5FpTWSHaJcQ6sh8vK7rH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:8.4375rem;top:23.342969894409rem;left:36.77499961853rem;overflow:hidden;display:block; }
#J55zefc4TzaEPXP7MdmagzLEeeCUs0eT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:46.75rem;left:60.125rem;overflow:hidden;display:block; }
#lK41FDCoN8UeXEr3406TSfo4Ss5ST5tb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:15.450000762939rem;left:67.43749809265rem;overflow:hidden;display:block; }
#y3MqtqaGvirEmmzpaJyeCXnA4C0WWRcm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:8.75rem;top:24.012501001358rem;left:0.8359375rem;overflow:hidden;display:block; }
#mb5xw1Odhga4eeoLk8SPyE8GoK9FUEHD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:21.700001001358rem;left:10.89218711853rem;overflow:hidden;display:block; }
#ynAn1eGBNpgLdz6dE3w16opNS6b54R6w { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:7.375rem;top:23.012501001358rem;left:19.27499961853rem;overflow:hidden;display:block; }
#JhMMkIvSNXhp5DJqexWod32g0xWnEDut { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.25rem;top:18.106213569641rem;left:28.574998855591rem;overflow:hidden;display:block; }
#TGaWSk58zawcBnIiAfbTm8Rmdkt39oDl { position:absolute;display:block;z-index:15028;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.375rem;width:8.0625rem;top:16.043725967408rem;left:20.512500762939rem;overflow:hidden;display:block; }
#kSHVxJr4fpNOblob3Dmn6MJ9SWoTGkiI { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.0625rem;top:24.137501001358rem;left:46.33749961853rem;overflow:hidden;display:block; }
#m2eLf6zuVLQCtw4aJ2qzeoEBiumLEyV0 { position:absolute;display:block;z-index:15013;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:2.75rem;width:7.5rem;top:23.700001001358rem;left:56.172658920288rem;overflow:hidden;display:block; }
#ak3QOacELJb7OhxtExlkk1Nzs9hF4htv { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.375rem;top:29.437502145767rem;left:0rem;overflow:hidden;display:block; }
#GCDksaHOdw8VLh3tdHeTwrAGRRfan1yk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:6.6875rem;top:29.187502145767rem;left:11.92343711853rem;overflow:hidden;display:block; }
#o5vnTcUTdh7aqipcvL3r62JpkTRtgWah { 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:3.625rem;width:4.5625rem;top:28.450001001358rem;left:29.109376907349rem;overflow:hidden;display:block; }
#sO0kzy8KXR2Wy62FrHtB1dM7neJBP0qL { position:absolute;display:block;z-index:15013;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:7.5rem;width:7.5rem;top:26.950001001358rem;left:32.74374961853rem;overflow:hidden;display:block; }
#e3nVcW5XlKwtARODNAhaz6Ve72dTG6ZG { 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:6.25rem;width:6.25rem;top:15.606213092804rem;left:39.99374961853rem;overflow:hidden;display:block; }
#WXGAgCobbJu5xiWufbD66cc97lfU61aI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:22.874182701111rem;left:30.512498855591rem;overflow:hidden;display:block; }
#KKyPFRC0Q6N8mLveFH8XEumdGacv5kgG { 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:2.5625rem;width:11rem;top:29.374963760376rem;left:40.90078163147rem;overflow:hidden;display:block; }
#Z365aMVXSG8Ng0STxFxtxeXwWCgepWb1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5.9375rem;top:40.462500333786rem;left:31.543748855591rem;overflow:hidden;display:block; }
#SJ6HAIQNLt3kCtFz6HMFs2PEQoGFoveV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:27.387501239777rem;left:66.047658920288rem;overflow:hidden;display:block; }
#i5PsxRB2pPciNfOMKucwH3m2a9B5VUI9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:5.375rem;top:28.999182701111rem;left:56.172658920288rem;overflow:hidden;display:block; }
#CvTTiCctr6pPsvrB9IoG6y2LxSX2FLN9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:4.8125rem;top:34.012501239777rem;left:66.09374809265rem;overflow:hidden;display:block; }
#JugqkEcMSoeRdpNnGNFhWgJn2nKScAyb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.3125rem;top:33.25rem;left:0rem;overflow:hidden;display:block; }
#ikhfu8o2D7DTgLnZXeIgtCTrCFBQAuC8 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.5rem;top:33.9375rem;left:9.375rem;overflow:hidden;display:block; }
#gKJqoH1dS12L8WdsTqTfLOXzLlg1b2WW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:5.875rem;top:15.418749809265rem;left:50.347658157349rem;overflow:hidden;display:block; }
#boHCm50bnkrzustItlFQSor8LTZXUeXD { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:6.6875rem;top:9.9867067337038rem;left:54.39999961853rem;overflow:hidden;display:block; }
#RmhHvpaOZtNTAhZWhDABFDllKbeagMi0 { 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:2rem;width:6.3125rem;top:17.731274604797rem;left:12.6875rem;overflow:hidden;display:block; }
#esapTdZVIQ0x2FkzvW2bSCC6paXDewb3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:7.98671913147rem;left:0rem;overflow:hidden;display:block; }
#O18Tm6UR4G86DosdeQiF0Axvgz0h0Bzg { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:6.6875rem;top:34.093713760376rem;left:57.975004196167rem;overflow:hidden;display:block; }
#KKc0OZOTMsgxgfcs5G3V5Efzx0TnATVb { 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.6875rem;width:10rem;top:38.537501335144rem;left:64.050001144406rem;overflow:hidden;display:block; }
#XaQTwEqnOkiX5BZeiQlGNyNyB7W5vUCW { 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:2.3125rem;width:7.8125rem;top:47.875rem;left:41.375rem;overflow:hidden;display:block; }
#WeZID1uW7H1U2Wb9BpupTqT3KpsbHfza { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.8125rem;top:17.856237888336rem;left:59.062498092651rem;overflow:hidden;display:block; }
#IbiOhzONgpuEJPl1yTXgtnKgW7qVWs8L { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:4rem;top:29.781237602234rem;left:22.699998855591rem;overflow:hidden;display:block; }
#VTOZx8UW7kdRQpNBHd2V5hBWLhHhWZu8 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.4375rem;top:47rem;left:52.625rem;overflow:hidden;display:block; }
#Ixt9fNggUHmogMIvLIduAVTPcJc0PDnU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:8.5625rem;top:9.5492188334463rem;left:20.012500762939rem;overflow:hidden;display:block; }
#wJpXAlqXUZSqK4SQacOB3k2VFZSFvVve { position:absolute;display:block;z-index:15028;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.875rem;width:7.375rem;top:8.8617186546325rem;left:32.918748855591rem;overflow:hidden;display:block; }
#DEwu4XUB7ogdwC5Ra7NLdmf24bkF1EGX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:7.1875rem;top:46.737501144409rem;left:65.672658920288rem;overflow:hidden;display:block; }
#xE66IQHJssgsD0WmiSzdQ9BiTlvUaVM1 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:46.781251907349rem;left:35.250001907349rem;overflow:hidden;display:block; }
#kf6Pn3sggC9tcw4TMuzehRaAJVPEXk9D { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:4.5rem;top:47.437501907349rem;left:29.140626907349rem;overflow:hidden;display:block; }
#uh63oP3a4ky1Z0GFOQLaxA1aQyVhsp0i { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:39.806250572204rem;left:24.061719894409rem;overflow:hidden;display:block; }
#DrBeufBHrFUy79gk9pNaBQdEpQ8MEwmm { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.0625rem;top:59.9375rem;left:34.3125rem;overflow:hidden;display:block; }
#zGVJXIToETBZ22XBJ2cDdz5uK2fuBde1 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.75rem;top:60.09375rem;left:12.6875rem;overflow:hidden;display:block; }
#lggsVTH7OIsX2zi2qMlCnrx2IRCMhJUK { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.75rem;top:47.90621471405rem;left:9.5859375rem;overflow:hidden;display:block; }
#qDkSkpV2TqCNDpPidlsZ5T3BwcqmUpoW { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:53.249965667724rem;left:12.6875rem;overflow:hidden;display:block; }
#GNPgGf8bHXDVSVWDg24grxJKl8bfTbLt { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:8.125rem;top:53.748403549194rem;left:19.27499961853rem;overflow:hidden;display:block; }
#lfoJmbMWLnzcRnVM3QJ9KPlbXDQoNgwT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.125rem;top:53.873403549194rem;left:29.293748855591rem;overflow:hidden;display:block; }
#nmNrskVVAP40MfyAeu3hc344MsieZfZz { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.125rem;top:54.498403549194rem;left:40.24374961853rem;overflow:hidden;display:block; }
#vJRZMG8TTGCT0lZ23r7hRTKsw8UhvSNc { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.0625rem;top:54.248403549194rem;left:51.05703163147rem;overflow:hidden;display:block; }
#CqBpkG7n6m6PQ1agLcsCKdOJpMNrZxu4 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:5rem;top:47.81246471405rem;left:1.0859375rem;overflow:hidden;display:block; }
#iJ1ITet5HywyioMZLetaAJ9B4LTNd1JG { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.8125rem;top:40.625rem;left:12.75rem;overflow:hidden;display:block; }
#nmTbn7xZBbdEs5A1WuznywcC4Cwdlm8S { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.875rem;top:59.9375rem;left:23.5rem;overflow:hidden;display:block; }
#FtDg1V7WaX97wwZ9xxhAHsI1HUObgobx { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9.75rem;top:59.9375rem;left:48.5rem;overflow:hidden;display:block; }
#HtBvS45MPT4eQ0ooCihwqx6l3VcRTvHR { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:39.743714332581rem;left:56.172658920288rem;overflow:hidden;display:block; }
#SeVwBJya1HCaQsSnufiEfVuvrVMtCS7I { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.375rem;top:47.468751907349rem;left:20.325000762939rem;overflow:hidden;display:block; }
#aT6JdqBrJWpr77pdKJwdSGMPCbtyKlgg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:6.25rem;top:57.343753814698rem;left:3.4020843505859rem;overflow:hidden;display:block; }
#WEICHs9sKSxd5TlVwUhQur20v1QvZ8rN { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:9.125rem;top:58.9375rem;left:61.547658920288rem;overflow:hidden;display:block; }
#pmgJesxyhN0vuDE0ZEckLqe7RpI109cG { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:9.8125rem;top:54.155469894409rem;left:2.16015625rem;overflow:hidden;display:block; }
#zruz5NAqJW9hkRG4z5vN4i0qT2Prawl9 { position:absolute;display:block;z-index:15028;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:8rem;width:8rem;top:65.3125rem;left:0rem;overflow:hidden;display:block; }
#hSHrvoglhQvVxzhbp8ItHGX9dwOeQwBO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:11.5rem;top:68.3125rem;left:10.875rem;overflow:hidden;display:block; }
#vmR4Ivc5SQwNXNxrISZpCz3mnuqN2BW8 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:73.3125038147rem;left:0rem;overflow:hidden;display:block; }
#NdRlBtJyfckT4cFKBRnHktLvxizHH2Ak { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:9.0625rem;top:74.5625038147rem;left:10.891668319702rem;overflow:hidden;display:block; }
#y0qg9oVowLWyiVUf556ZygZzu8VVgn07 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:12.9375rem;top:68.187505722044rem;left:45.212503433228rem;overflow:hidden;display:block; }
#sahc3mzMqQrvhiDe6t32scV1D6WLOU49 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.1875rem;top:68.312505722044rem;left:59.938547134399rem;overflow:hidden;display:block; }
#mS1CgeOWfrbZb7v2WIIupwcvBpLstod5 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.9375rem;top:68.312583923337rem;left:23.296876907349rem;overflow:hidden;display:block; }
#ELDTwtsvA11ZUudefn5W26L7Eq4TFcPZ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:71.7187538147rem;left:22.261461257934rem;overflow:hidden;display:block; }
#krOTCiUBEpaELrik4gkS5Zg3r6gnpc4n { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:13.5rem;top:74.9375038147rem;left:32.904169082642rem;overflow:hidden;display:block; }
#rwDbTfy9qBRFURckns0vN22GPbkoi269 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:7.0625rem;top:67.156333923337rem;left:36.122919082642rem;overflow:hidden;display:block; }
#J62R6eWvgmZOJfwcGayTS8qeqM15nCzZ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:9.8125rem;top:73.843833923337rem;left:48.378129959106rem;overflow:hidden;display:block; }
#eS0ktbuwcf6XOPgvawh48cbmbmCz6WBd { position:absolute;display:block;z-index:15036;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.375rem;width:8.875rem;top:73.8437538147rem;left:61.546876907349rem;overflow:hidden;display:block; }
#FS88ybSfy2KnvHGWXiLTMOgaDg1SXGSO { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:10.9375rem;top:82.7500038147rem;left:0rem;overflow:hidden;display:block; }
#LlqeTXvTypAbsrayw7plf9lIU8cGRTAg { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:81.3437538147rem;left:11.716669082642rem;overflow:hidden;display:block; }
#no0JqVTp3xwXrfba89Get6TuiMwwCxZl { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:11.5rem;top:79.7500038147rem;left:22.238542556762rem;overflow:hidden;display:block; }
#tn3R7HsVZQGphcg2EKoJ0CZrEk8txdPy { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:81.3437538147rem;left:36.775003433228rem;overflow:hidden;display:block; }
#dgUyOSnB5rGywlnX8XTg8CzfTPZ4Ar6I { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:81.3437538147rem;left:46.212503433228rem;overflow:hidden;display:block; }
#KGKVDXPtVEGn2xFwQupk4o5Pka7mkgC7 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:8.3125rem;top:52.373915672303rem;left:64.5635471344rem;overflow:hidden;display:block; }
#ecP9D2HHkJDfOvGghtmfuxrEgviALLMF { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:39.024971008301rem;left:3.3166675567627rem;overflow:hidden;display:block; }
#VoW3B0WNi8y4Nm5np085CTfNgDWUFnpE { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:10.9375rem;top:91.8750038147rem;left:0rem;overflow:hidden;display:block; }
#Qo0cQZy2gou78MXliGNf9T9LaV5bBvu3 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.1875rem;top:90.780212402344rem;left:13.391668319702rem;overflow:hidden;display:block; }
#qKz9QsyGhZTRl9igdA9fmwmaE7NIgaCp { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:13.0625rem;top:91.248962402344rem;left:22.698961257934rem;overflow:hidden;display:block; }
#W4JaAvXRqT9yMGBniQFSVI6ggONXUna6 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.125rem;top:89.655212402344rem;left:38.082292556763rem;overflow:hidden;display:block; }
#QsQHn4tmTuGVergqP0WExTlrnHPF4sHm { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:7.5625rem;top:16.731245040894rem;left:1.4291667938232rem;overflow:hidden;display:block; }
#DWd6F4CegZQMkHmLOTVaFohiUTDN4mB8 { position:absolute;display:block;z-index:15037;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:7.0625rem;width:7.0625rem;top:89.655212402344rem;left:57.19375038147rem;overflow:hidden;display:block; }
#oEIfXTbv2r6ATzG40eQQwKOrmH0Kr9Gq { position:absolute;display:block;z-index:15038;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:7.0625rem;width:7.0625rem;top:81.343711853025rem;left:55.316667556763rem;overflow:hidden;display:block; }
#QcibwULUt17OgIdsJyKI99trkxIahTUr { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:10.5rem;top:100.375rem;left:16.625rem;overflow:hidden;display:block; }
#knGdqUbF801WH9RvniI5gNliTbOGoiUc { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:17.25rem;top:100.375rem;left:29.3125rem;overflow:hidden;display:block; }
#ONJfI3D8qDGBzNhTa1TPo6SXq8zoSxXS { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.8125rem;top:100.9375rem;left:46.625rem;overflow:hidden;display:block; }
#PsxFEmOPOQqmzTl1Jpv7pJq7b2g7knRM { position:absolute;display:block;z-index:15036;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.125rem;width:8.125rem;top:81.343711853025rem;left:65.268754959106rem;overflow:hidden;display:block; }
#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ { 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; }#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ > .row .container { background-color: transparent; background-image: none; }#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ > .row .container > .video-iframe-container { display: none; }#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ > .row > .video-iframe-container { display: none; }#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ > .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); }#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ > .row .container { border-width: 0; border-radius: 0; }#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ > .row .container { font-size:0.875rem;font-family:"open sans";height:3.125rem;width:75rem;position:relative;display:block; }#Xg7o5ixn1QvR59zn7BplZ6cGAXttSyuK { color:#232323;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:0.93046569824219rem;left:17.5625rem;height:1.4875rem;font-style:normal;display:block; }
#yyA8vBb1vTnWzQUzc1MhBwAmzDiZNI2Q { background-color:#232323;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:1.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.75rem;left:39.6875rem;display:block; }
#L1WMEJJKNDUtikOb9ei3BB3SS0gbBSWX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9nBD5dNtPW87AFNUt3unpwgf1XsRxMX { background-color:#232323;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:1.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.74921989440919rem;left:53.031251907349rem;display:block; }
#slZ9bIuTkUQ54RIqtKv5bDWf0fMoUGxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #knySoUgFT1eKaXpQOB6c3qywuDfld4Cr { display:block; }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBGm1naAo7XMPwZ7ezHQzuhyphniCR1u { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #htctK8pF3khCyOBMZaiLsRLyxUrpmv9v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #f3efu55AV4mbOxzooOzEHDq5QVGShC30 {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #Wg3MpD4ITz8cIOA0WWvVIC4lplNyqy0e {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #gglInlk05pDg1flmvhwGkEHbmhlT4SPf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #E9T1s9pLMLsmtk1FrqllBXnnFUylfXTi {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #iC4BeLIXUbHrlvS2pcHfvOBb4S3gQw4s {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #FGPq73O2AW5m8QUtDHlaextB4G1D6E8Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #UyZAQl0COpWvRPDBTTgK8QCOmczJWZd8 {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #NEl9lkqXoJanK2BJkGARvm7kus7WlstI {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #l3pfRntvOtuiJg3Nxdh3r7OKTfS0oH8t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #uWtzi5B3yZRZy45MXSRyV9DFAunyLNMb {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #S5mF8LTCL1kfWiTfLAl2gqs0vCiS75KT {  }
 }@media only screen and (max-width: 763px) { #cJTPa0yoZoRbJJr6aNEJtRq1Q3dGqXzQ { width:15.25rem;height:3.125rem;top:0.75rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umoqdai79o59p8AF20ZPJJdM635VidIQ { display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyENIyqiRIf4pAuk69b5Oltsd8lALQGJ { width:12.3125rem;height:3rem;top:3.25rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLnFk0h6WW8G009BIbp5uII5ORsxvbES { display:block; }
 }@media only screen and (max-width: 763px) { #MltDm1hShLte3ezHqGwdPuwEzf7cwLRq { width:1.375rem;height:1.375rem;top:3.75rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7QTDExCBmnfrDGDGrMc2xq1oqfxr0BZ { top:2.125rem;left:0rem;width:9.5625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqWWWNldb1UIBVcixBxl6incFNw28blL { top:1.5rem;left:10.811719894409rem;width:7.9375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5Ofb5C2WT6ctzp9I8v0CseGvMnvfvgt { width:15.6875rem;height:3rem;top:6.75rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRaKGV3r8hQyVlFmWlxhMGsCiXkPfxhZ { display:block; }
 }@media only screen and (max-width: 763px) { #UISHC985A5l21XvGrSoBeezzgXrgL2st { top:4.0625rem;left:41.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rATX694LzWT5AhkbtxkLOd6J0QknRo6V { top:7.5rem;left:41.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:40.125rem;height:8rem;top:0.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.4375rem;height:3.375rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.5rem;height:3.4375rem;top:31.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.125rem;top:30.75rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x90q2ASi4JHcnRESbgAowJzIcctsephw { width:1.375rem;height:1.375rem;top:32rem;left:46.375rem;display:block; }
#x90q2ASi4JHcnRESbgAowJzIcctsephw > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #CqAeZOeZp69fzeNGznKZSUXyAwoKlhuF { top:10.1875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Ny0qqgCfiTaT4vBUTJlkUgCoobOv8q { top:16.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3hH9rtzHqucQ7BVkmXvbKQDTSh13AIM { top:9.9375rem;left:0rem;width:0.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcDqE8cisoVSHqlSoTvhMJDbQxTxBPsA { top:16.125rem;left:0rem;width:0.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2HTSML0PG2eN8rT3vN3LXern1WEElTz { width:1.375rem;height:1.375rem;top:32rem;left:46.375rem;display:block; }
#N2HTSML0PG2eN8rT3vN3LXern1WEElTz > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI { width:18.5rem;height:5.1875rem;display:flex;top:2.25rem;left:8.39999961853rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #xHRRX4smcz7r4Mqgr6toaoVav2gkVB3z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #ZXORLl3VHoMuCrMfg30Qm8LKi1nWpoMV {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #Ad8a5yZxJCtiNbZpVJ80aoKs8TZD0Q0T {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #RE1nmX22iIvS08cBIBBXZUUMpadCumbm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #ynqx6a6QW07wOaMGywwulabFkPv69Vw6 {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #inZdTomPRRXwImuU9IeTth1T7KTaH5SJ {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #hyTd03Od6bCZZetErlPLK4o0FROLq94v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #BNs9TJQaSI9m9hpkVFvcHWSksugWMiyB {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #GsZR09SB7vNTfNAvwNR4GL8FrssJy3Ab {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #XZIRNQOkw9HkOhTUDf71zhZh4a6ZWgph { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #zkPKsMTBxrM91ieuVI9bkhHCbqFsUXCK {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #IumrTMTxUCTUJK179zUwp4hWR5XGMgDk {  }
 }@media only screen and (max-width: 763px) { #J16I1AF6z5Kmb3cKmk3h4TGGtdNoJlJk { width:20.3125rem;height:2.4375rem;top:21.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1KJGNxmGD7ofwWRaKTSQ1aAIZx3FzXo { width:15.0625rem;height:2rem;top:27.5625rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txw3UWkw9qMtFmIrTG3DPA4iTkH8MLRz { top:9.9375rem;left:2.0625rem;width:0.125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vifmAZ5nVTBmrEzRsVb033dyxuGLWZIP { top:9.9375rem;left:2.0625rem;width:0.125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6iarn8qdB23J9pOnXNZRi5I71tVCQzr { width:34.5625rem;height:2.8125rem;top:15.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ZFzywsIOLqbSgSXdzOb6UfeLZUJpDS { width:29.75rem;height:5.625rem;top:9.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6TqTnIhUOE1oGJXQceD1J8NJM7MJgnX { top:4.9375rem;left:18.25rem;width:29.5rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFpNoFvnpHAnhE9wURqOfDybf7froxaS { top:4.4375rem;left:26.625rem;width:21.125rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMwJGU4MQOvB7Ut3BDtlG1v3wP3nNiP0 { top:4.4375rem;left:30.699998855591rem;width:9.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Hc83SbW6kESrc2QgTKWhm49x7KXP0H { top:13.3125rem;left:0rem;width:31.125rem;height:18.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 { display:block; }#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCSBlFGtDu5Sm2deoA7zHtI7vDpg2JvL { width:47.75rem;height:3.875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq { display:block; }#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsruUSv6ZF0WH1K6LbOMBW42VeavfcUD { width:15.625rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkr9sBOtaf5gpWZvEewsFA7vNvhzwScW { width:47.625rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLX7vriwZVcgCLktTK3yN0QUTbwvfzL5 { width:13.5625rem;height:1.9375rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnrBITXiuQfBoSfLws4vw6gsPV11Ko9k { width:25.625rem;height:1.9375rem;top:1.8125rem;left:10.125001907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUiy1FKm5RR28rHco9r3RVkLCh04Jb3t { top:1.5625rem;left:37.621881484986rem;width:9.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG8D7hgOsFaKMcQuv5cS3O6MMhPWIffo { display:block; }
 }@media only screen and (max-width: 763px) { #SIofSWJ5NXSzTvbh9DcTePXH5eHf5HRv { top:1.5625rem;left:37.875rem;width:9.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1KZuUJvSSiSM3oSZmhHZkfmNSN90r1K { display:block; }
 }@media only screen and (max-width: 763px) { #HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J { display:block; }#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEOKHoIQ6aNs1C4AP4qwnd4ydOgsZDLT { width:15.625rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzhUQsJiTbNIXxSJ4VGqWPtLHd7dbH4J { width:47.625rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7tfsLVZrZMorf5rNfHnVOawUT1SzU8y { width:13.5625rem;height:1.9375rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRaSAZDzMTroS9B9ZpTMMb5sPDQKFa1Z { width:17.9375rem;height:1.9375rem;top:1.8125rem;left:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3oL34og6K4WgfaNOzBOea2CFu6DiJWR { top:1.5625rem;left:37.621881484986rem;width:9.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A12LSaN3b6f9TQTWPzkfaT5mwCte7xni { display:block; }
 }@media only screen and (max-width: 763px) { #Dkeb2EKN154annNIQEkkdHmG01Wck0cQ { top:1.5625rem;left:37.875rem;width:9.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyU73uKA4TZVcdXzXdIVyJ2KqasZK9f0 { display:block; }
 }@media only screen and (max-width: 763px) { #hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX { display:block; }#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuJnVZvyqtQuH3bz7Vaq3lcPGhtIpCNC { width:15.625rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPHf2WsAnH9Jw5F1tayyG5VFc7W9TIv0 { width:47.625rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUJwD2oAMiKCyTU7BHEfeTQef5GuRg5b { width:13.5625rem;height:1.9375rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFkPD7aTkmHn2ZJpyTGVrTGFuUQR4JEf { width:25.375rem;height:1.9375rem;top:1.8125rem;left:10.125001907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfEtxhT7sA9kpiXw7Qfl5SzrOlTigGlf { top:2.1875rem;left:37.809381484986rem;width:9.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQmBPACL6MLsilPcPK8kzs5rScG59ibh { display:block; }
 }@media only screen and (max-width: 763px) { #zCCOA8w6uTlUTlNQglzustDWD9GuvuBT { top:2.1875rem;left:37.875rem;width:9.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWSVvF97Sy0SlhI197UhRX4pySM4cqtB { display:block; }
 }@media only screen and (max-width: 763px) { #Sg6pX10yWLRn8yrTdNImpdC6c46izTbi { display:block; }#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPR9UMaBRqTXrbqXgcnqOu35gss2E7p4 { width:47.75rem;height:12rem;top:16rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5MlQ58wMaHr2T50Dg8UIvD1l7P8wE5K { top:31.5rem;left:26.4375rem;width:9.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsDOf7BOICnVkFkue7fWqCLUi5UrNnA6 { display:block; }
 }@media only screen and (max-width: 763px) { #B2hvqTbctPs4SnJvrlBJEcIJRrpUFKDB { width:33.9375rem;height:3.25rem;top:10.1875rem;left:6.9062519073488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXqOPhUZ1mon6i1wTMhEKM2r2v9FRBqx { top:7.1875rem;left:15.625001907349rem;width:16.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMXDvkDZ5xMTg1ktPriPVHTeB4nnalAo { top:31.5rem;left:11.5rem;width:9.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCukUsTTe5aqgUMK1TfsXlcOHaVRhEah { display:block; }
 }@media only screen and (max-width: 763px) { #XFxACmG37Eci7SUyioFDeP3CG8qcvQiB { width:24.6875rem;height:4.875rem;top:1.4375rem;left:11.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG { display:block; }#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBk1qmEDk5emoDe3aJN5necJ3yyqz6PM { width:47.75rem;height:16rem;top:15.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3LGsTW9ZbNOKT09bX4KpBMONEMfwgCL { top:35.3125rem;left:26.0625rem;width:9.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWmZFGLhgeHFuoK9o3NPv76KPTIgtEkq { display:block; }
 }@media only screen and (max-width: 763px) { #KNZdBg6l9URF1xVDkxPrlEAWEXOZvQ6f { width:33.9375rem;height:3.25rem;top:9.75rem;left:6.9375019073488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QenxoVB1i49tBsE8fHArk9z5SD6Vzp08 { top:6.4375rem;left:15.625001907349rem;width:16.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBpSg2BTILkVn3Jo1LqMe8fILN3BAcvq { width:24.6875rem;height:4.875rem;top:0.8125rem;left:11.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZP3WFPXhfohnMn7wflP3ORAmu4KV4k7 { top:35.3125rem;left:11.875rem;width:9.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmf0dUAt7QI1VCGAOolGXxM0RDIwXGRB { display:block; }
 }@media only screen and (max-width: 763px) { #HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 { display:block; }#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1OTFlBZ48JerCpcqkHJdkXM9CuTnam9 { width:47.75rem;height:14rem;top:16.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF4bUCWDQkrr7PdCBr9QhobZ5TnAcHOL { top:32.625rem;left:26.504167556762rem;width:9.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBKZ7EHgCTGBpSbOGCirccn9aMyF21s2 { display:block; }
 }@media only screen and (max-width: 763px) { #QQTsMKQEpVRaTUsRosdrRLBRGhtGfEKA { width:33.9375rem;height:3.25rem;top:10.5rem;left:6.9375019073488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnDbCAwg8kwOUrZ6XVavigoGAhDbCtTD { top:32.625rem;left:11.562501907349rem;width:9.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db87e1OR62w8DveBc3CgMJgay3UmzJZa { display:block; }
 }@media only screen and (max-width: 763px) { #Q8TzlFylbwFMZwseJ7O6ZJEWg4HL6tfI { top:7.1875rem;left:15.625001907349rem;width:16.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdZgxvaqTAXMUEgBnt74tpr7JK9qgrBq { width:24.6875rem;height:4.875rem;top:1.5625rem;left:11.562501907349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP { display:block; }#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXG6U21aSt3UDh8NWkJTQBiMf2TTGirx { top:11.8125rem;left:0rem;width:47.625rem;height:26.731820913461rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8S93U061NdsoBiWJInmwGyLCOtBvVfT { width:47.75rem;height:5.6875rem;top:2.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwI5iyucuKWeN5veTUg4TCs5svAz94ev { display:block; }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceP23Lg1VtTcuNovbBKUTsdcG4qCl3EW { top:6.4375rem;left:0rem;width:0.125rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGqAZ0tFirTcC1LzuPE11D1Oim9vyInS { top:36.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXQuaMLAuUNOv6CHeAcsPr2B3CeSoUQz { top:6.4375rem;left:47.625rem;width:0.125rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeQ4h1PySuNXBPi3IF0TM7IIs5C5m0mw { top:6.3125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5TBd1bamyUFRoFFy5XzTbOTx2ZVge6e { top:11.1875rem;left:0rem;width:47.75rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmroL6t3y9e8q5gQJPyZvE4v3NGmNBt6 { width:36.3125rem;height:3rem;top:45.9375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxtZSZCRrT9IPDdgfixQToTIuOTMz7kb { width:35.5625rem;height:2.125rem;top:50.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUo32NkcWv7rQbkWBOOVuiRd45taZZrQ { width:43.625rem;height:12.75rem;top:55.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydpTmuJA1Uh24dmH2K362EfrMTt3CTuR { top:42.8125rem;left:29.625rem;width:18.125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6U0fOsTky9uNpAz7GDksGADQQ0uf4X6 { width:36.3125rem;height:2.375rem;top:42rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW { display:block; }#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOfZx51mGnM1SPaeqW4nF5dTQihaHnnN { width:28.0625rem;height:2.75rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIUPAS5vgQtUaXy2yvRrck1vVXuLiIPK { width:33.125rem;height:2.125rem;top:8.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqG5asKD4CPod0iXbx60Q311ApQDm3Zb { width:47.5rem;height:9.25rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVInd45epoWD3m6AUQQChC9kbdiHoH8 { width:13.5rem;height:3.4375rem;top:8.6875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIn25cTm8rSfq2EMnMq2TDDw1BQcUp92 { display:block; }
 }@media only screen and (max-width: 763px) { #bwFvJiMAWTKGCxQ0UJQcI6qHHlGgQDlT { width:31.875rem;height:2.4375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:24.125rem;height:3rem;top:3.6875rem;left:11.812501907349rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgrTV1Bb8XTwuniHeD51Wd6NP5rNTp9Q { top:9.375rem;left:6.59140586853rem;width:28.25rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxxf9tXAixOmBV1Mi9aTx01JIoKFURyu { top:30.9375rem;left:17.96249961853rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dULHHmTiOfnAUPIObEgT1FsukP0U02c7 { display:block; }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRAXK2nIXlDp7IUW0349tdcgyXw3Tx0A { width:47.625rem;height:26.75rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpAiTQafDNK4URJOCA14I1wC835Zcqp { width:19.625rem;height:9rem;top:5.3125rem;left:28.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGvOssvTv0xKXNm2OsnCRGXXTr3bVKCy { width:11.25rem;height:0.625rem;top:3.125rem;left:22.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf8p4WZrQFyqvl34gtLTwQXCSPVZ9mdH { width:0.625rem;height:11.25rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGEzndwiIiAebIAbi3HxXiku21GP1Sut { width:13.5rem;height:3.4375rem;top:16.375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZXCPgABK1DSFdBObN6iaUR3S2wxA5ZP { display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:23.9375rem;height:3rem;top:4.4375rem;left:11.906251907349rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:10.6875rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:15.625rem;height:4.25rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:24.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:17.0625rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:6.375rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:24.375rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:12.8125rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga { display:block; }#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdWCEnMzvBQnt17Zq4l3rGTnq8VXZNMM { width:31.3125rem;height:5.25rem;top:1.375rem;left:8.21875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOvwOJSL94AMaQE5pnsZIprJZ2R7g1GX { top:9.125rem;left:22.593751907349rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0asgILAKAEOcxuBS9zxVxqVV2F7fLhy { top:9.125rem;left:22.593751907349rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqZPRxJ1nsOM6rGISPvTKipDwJBzoIVS { width:31.3125rem;height:2rem;top:4.6875rem;left:8.2187519073488rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEkGp16qDGlLqBrPqL6ez1OTyHEfNZXR { width:46.1875rem;height:;top:13.75rem;left:0rem;font-size:0.9375rem;display:block; }#kEkGp16qDGlLqBrPqL6ez1OTyHEfNZXR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/02e52a86-ac8f-47d3-9a46-0fb166f2976b/Untitleddesign97.png); }
 }@media only screen and (max-width: 763px) { #L3aMHC9ze4U00oNcs5KgrZm6XwHV4dDI { width:47.75rem;height:5.75rem;top:23.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l { display:block; }#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0k0zTPn0TlxD8HltpQGyKEBCsVoITbg { top:14.1875rem;left:17.875rem;width:29.75rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EslWV4tWVRLb5GsvVfWNJ263zve8BoCp { top:14.3125rem;left:0rem;width:29.5rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCbEICq59LD7Rz6wMfuJdJdMI0LU3WEN { top:3.625rem;left:2.84375rem;width:42.0625rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keiAqPJO3cQLELufshZOTXnGZxMituQp { top:13.3125rem;left:0rem;width:31.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfg1yqOwhC23GJOcN8nl3Zm9y4WhK5T { top:13.3125rem;left:16.625rem;width:31.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh { display:block; }#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8mTf4kL4bpF2yJJdBS7GoqzJx72wNpT { width:24.125rem;height:3rem;top:1.75rem;left:11.812501907349rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTQTIrBRrsWpN9yQJsksHUL4Eq650gOq { width:27.4375rem;height:1.875rem;top:5.625rem;left:10.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRbSmlOliPO7h2qdB1A97e5ncKHttv4E { width:44.3125rem;height:4.25rem;top:8.25rem;left:1.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biE0fHJn8TbtgH0w74gRXNTtg5No5gLB { display:block; }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdUMcxBk94rcB8KNoqug71tWGp4MmHB4 { top:2.75rem;left:0rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnbveB2IpWq6MMihkQIXC0atopTdU2Gt { top:2.75rem;left:1.5rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAd5O1VWNaMESsMEwyEDsD2XVJDh88Hx { top:2.9375rem;left:16.812501907349rem;width:14.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odq5QWvnIz7NQUsC611pcqP327rJtweB { top:2.75rem;left:31.875001907349rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeRCFWi699dfCnvUbVpi5da8O3XoJW0h { top:2.875rem;left:33.5625rem;width:14.1875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKm18Jmf6TFXPg8o5q274KtdPU3DGLG { top:14.4375rem;left:0rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J50pqhu1UuLemgVR5a6GvQTd2bMfcmyc { top:14.4375rem;left:1.5rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZkJCU8Lb2mqwa4OnyBUpSlI6i3bwrRL { top:14.4375rem;left:16.718751907349rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Wmfv2f70Vq9qTIxBNWhaXzOEeEw8tK { top:14.4375rem;left:31.875001907349rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDh0d2UbnIRdZbsPSTt9cDcywQNP9WH8 { top:14.4375rem;left:33.625rem;width:14.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llgaOmvJ4WHlsetEf75K6N3h2zE6xtxi { top:26.0625rem;left:0rem;width:12.9375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilSBIVRBDcKZt8VNSrzpGNfomoLcpIBQ { top:26.0625rem;left:17.812501907349rem;width:14.4375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6NikgBWrUPmWA7Wr2z74FMLDN6F0Q62 { top:26.0625rem;left:0.0625rem;width:17.0625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6KKuETa3kBKHw8VyyTiR0w74TOlNwI7 { top:26.125rem;left:32.936719894409rem;width:14.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9N6ggRWArKgEqWnUvqNrP6a1gq28FK { top:26.25rem;left:33.9375rem;width:13.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEfcDZMkmCkGQCIXBAVZeNz98Exum3Iy { top:37.375rem;left:0rem;width:12.9375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0mt6LFot4WLT61KoC0rB7Xi3noDqMtF { top:36.9375rem;left:0.0625rem;width:14.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcADhnw1k8WroS36DyzOatxrsVZIFDCa { top:37rem;left:15.187501907349rem;width:15.8125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6emQ0kfoLWolT2co6y9cIHI5Dr3wQKp { top:37rem;left:31.937501907349rem;width:14.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MepVAD9LP87Znq5L3RKRnbTS7uQW3Aak { top:48.0625rem;left:0rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZcIODctpk3qyrOeX7EXBmCXp02teZaP { top:48.0625rem;left:1.5rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvdB4dgRdoi5rFaPtEw3aJisw4J6gy4W { top:48.0625rem;left:16.718751907349rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxU2p9WQfeLTAIudQJWBRx3eZwQ5yZ14 { top:48.0625rem;left:31.875001907349rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeCVuUhTT385AhgimloZpLCBwIMuvMgR { top:48.0625rem;left:33.4375rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq79WZ4L5KN54Ti2k15uF59veOkQW4Gh { top:59.625rem;left:0rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoODeOgpKRClp0Xacvt7yI3zVTueeQCO { top:59.625rem;left:1.5rem;width:14.4375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azw4DyscnGgcGa938TcDKXEr2mqW2J8O { top:59.6875rem;left:16.656251907349rem;width:14.3125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCLzQkNzaQff7HgVQSCBte2CUwNWKECc { top:59.625rem;left:31.875001907349rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzouvoVvFTeQWFTWwTkIuo1viNOs8Il8 { top:59.625rem;left:33.4375rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL00hfwZckCXnPVrCKTE8VrBpu2nEVR8 { top:37rem;left:33.6875rem;width:14.0625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmObwPIdguG8RyimR290Vhit9X35Q4qD { top:59.625rem;left:1.5rem;width:14.4375rem;height:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yASXz0MQ2e9R18N3TltNxt16NuvwGTyC { display:block; }#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:28.0625rem;height:2.75rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:33.125rem;height:2.125rem;top:8.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:47.5rem;height:9.25rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:13.5rem;height:3.4375rem;top:8.6875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:31.875rem;height:2.4375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP { display:block; }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt1GqWc8s2tB9Hbs5P5p3bGNtrpGzGxD { width:39rem;height:21.9375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuR1RcblMsnSHKCF4F0IcC6lLQDzfF8N { width:18.5rem;height:6rem;top:5.8125rem;left:29.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #al9aV4FWvl8THlJrXrw9vListc4IFfIR { width:18rem;height:4.25rem;top:13.75rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1aPIGz8mSPvqmyJAiCV4IgGUNruo2wU { width:13.5rem;height:3.4375rem;top:24.375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDnXQ6Jx6JIRUzhM4QiJX3IZfrgUIc3E { display:block; }
 }@media only screen and (max-width: 763px) { #Sn7zm254tv81dOTtcE7FKSbyf1TOVote { width:11.25rem;height:0.625rem;top:5.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPV18e5fNUwoaOcX4Q9SATmJqWwhVx8T { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxBgsLceNo4w43QgWsKB4P8i38nZa3Qn { top:36.375rem;left:7.5625rem;width:40.0625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtIMLETCwHo5Tlm6PEE5FDD3HPuV6X00 { width:0.625rem;height:11.25rem;top:45.875rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5RTpCwV65oPcHPWf7TyHd3QTqpFPLrB { width:11.25rem;height:0.625rem;top:35.8125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxK4NfLru7MP3Aesslp3qlW6v9xNo1f { width:20.25rem;height:1.75rem;top:28.9375rem;left:13.316667556762rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7I8NHIaxZ75ymahEqz9nHfbw2qxEBT6 { width:19.5625rem;height:2.125rem;top:28.75rem;left:13.660417556762rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5GXCTGRi7ulwAqlnlQ7kfGPXnOtcAGh { width:8.5rem;height:1.75rem;top:61.125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfVSigiADJ6xFeQGVtM8k0GZyi2riSGu { width:7.5rem;height:2.125rem;top:60.9375rem;left:20.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5GDU5qbEa453FPyCWKrIU0I1dbJr26v { display:block; }#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #df675hqiUny0v5gtAhNXizKvTbxXDLic { top:3.3125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJfOAg3OSOxQQ3qdmmUrVmlTXqwb9Qa3 { top:11.625rem;left:8.3875007629394rem;width:30.875rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:20.25rem;height:4.25rem;top:2.4375rem;left:14.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7FtaqgFAHfII9e9Qmu5gFH3osC79JaV { width:23.8125rem;height:4.4375rem;top:8.9375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhcoSABcMFxNRA2Xy1JED0ozZ4qZXph5 { width:17.5625rem;height:1.6875rem;top:10.3125rem;left:16.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-regular-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-text { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-text {padding-top: 0; padding-bottom: 0;}#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-textarea { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-select { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-select {padding-top: 0; padding-bottom: 0;}#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-button { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p  { width:21.375rem;height:auto;top:13.375rem;left:13.000001907349rem; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .radio-container { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p {display:block;}#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p { width:21.375rem;height:auto;top:13.375rem;left:13.000001907349rem; }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #Ubf38Wlbl59HN8Kw7Dy6ekrHu08FLmWa {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #KhufAAb6h9il0p4qx4DPV2CUTxMH0MDv { display:block; }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #ALTCg8c1aTpDTGRtOXuM47yQf8V1NWN8 {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #UxRc5Xa1a1T574oJ9A7pHNfa4EqLyCPg {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #EmErmJTd2sURRJWT8sBHLrd46hT49Ikv { display:block; }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #rZ9ZNtz2xc8zWPUiCGTnyZIW5z1EwnSA {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #LqVDp4cS7u5R6fwrRmy4sZnguHnMTpX7 {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #F0pTXWp4iq24LaQ310kkLiDkM1Tdla2w {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #CVLKv2TdMKryXSLWcVxHeQXGayyckPym {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #nrrcyKmxVGcvTqvIkIcgkSam9133PPvX {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #prhycp6l3rgmrzHTIGp82HcayB2KpH9m {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #m2MEc2wpKmyC8Lgi0lQTbwgrLp2fdR7U {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #XBkoRXWT7oSxcRRNmxo7Tq67Sdos9etn {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #hhTf5UNQfzmyiFloWSBEm5TQvpCiHETo {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #MdTfETtLZHUh61P81vhGydd6roq4rxF6 {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #ntmbKq8uQ72snXL7vdEVsU9XCvToyTp6 {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #BpQbBTP32KLo2uQz3MEgNJSk3pT42xXI {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #L8dqoqdqrs1989Nra8sg7mCyRHbxSJnv {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #ykgOAqUA2DrUAAl7dSbwQALOQT3QSGz5 {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #bMWt8sfnExTniS4qcyQZdLoQqei7ZZBl {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #v8tNEqW1palu3keDkul5QeOaefo1b4Oo {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #ixfHHGCKnzczWToLgUvTcXdKSu3EfmTH {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #uhvGnFqMNDDsd9C8NbGbfE9nkpEUWedv {  }
 }@media only screen and (max-width: 763px) { #vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA { display:block; }#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9OGnWnwMhPQWUTpPISvRSqFX90cUCOt { width:23.8125rem;height:4.4375rem;top:8.9375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqlPpq2PmJFrLLLhI5CcHTefuXbpJXwz { width:17.5625rem;height:1.6875rem;top:10.3125rem;left:16.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5PpDxpbbi7HTf4kSXSXrkOhq8kpchUL { width:20.25rem;height:4.25rem;top:2.5rem;left:14.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-regular-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-text { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-text {padding-top: 0; padding-bottom: 0;}#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-textarea { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-select { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-select {padding-top: 0; padding-bottom: 0;}#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-button { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv  { width:21.375rem;height:auto;top:13.375rem;left:13.031251907349rem; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .radio-container { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv {display:block;}#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv { width:21.375rem;height:auto;top:13.375rem;left:13.031251907349rem; }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #VyZb18Eval3n0qdmJtW9NmVT6r1TyIly {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #z4nxAwRq1imP0H8GXP58LgeQh7WSlDNm { display:block; }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #F3qMOe6uZM6UnG7vwnVKpTRFpX416Ip9 {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #CfXWEhu3Q9otxM9PtNbN74ZlaC1K8q3W {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #BuT9SEin3sVMhTAup3cApGBFN22HUl6x {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #VuaTyrw5X0fghMgQvRyp9ycTTxxT8lMe {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #AxzfJ0TabUKWMvKaUHM8HuiotTNJnS96 {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #R0Io31lhGJaTrATooVgoU481uHuZqSZ0 {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #ZDFJZqvNtKANlKvuPeAvCgUoreqBWQly {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #sMT1BBuLGhRiQ7W5dcXBxmSQWLLEh9MW {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #va2JhVyCWf00N1gsfwEJWrqyvmFE9iWi {  }
 }@media only screen and (max-width: 763px) { #wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL { display:block; }#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlF2Zxcchb38NMpHhmz6eRHagx2Cr4qS { top:4.6875rem;left:17.875rem;width:29.75rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvARZN2hTc2VMXVhF0Pn0PFNQdt4UxhD { top:4.8125rem;left:0rem;width:29.5rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW6eGMJR0T04KCx0POi3lTvSrb5wnR2t { top:3.8125rem;left:0rem;width:31.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz1mcBMG7f2bHDpK5TQhzCwQWHyTybSM { top:3.875rem;left:16.625rem;width:31.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU { display:block; }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHkqllLuSxEFM0ZXsx6BSa1K28tFEGTU { width:15.0625rem;height:3.375rem;top:12.25rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkJknFRcdtVN8Tr0DNCT01eT2eHP9MZc { width:47.75rem;height:3.875rem;top:6.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6zvNgQWuZ9Qt9wGgEhoZvzRtT0U8gzH { width:20.375rem;height:3.375rem;top:12.25rem;left:27.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU { display:block; }#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SES6pWxCWlwpe15kSqZSTQsxiX1lOmtU { top:9.8125rem;left:0rem;width:7.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJN9ILAKAkX25a6FA5xgSMCLVwS1dgS8 { top:0.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7ugDsNS8iEB288LQiQGdTH2OIFGpS8i { top:41.0625rem;left:28.11953163147rem;width:9.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6wSy2qXuEVTccSfNz4UgLd9KHOhuFlN { top:33.6875rem;left:17.918748855591rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqpkehP7eT4GMpVzJ5T4TDktgMGSIfX2 { top:9.4375rem;left:38.5625rem;width:9.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zon7vbCs4ubIfsNbR5xKtka8xZmsQC3x { top:32.5625rem;left:23.14999961853rem;width:12.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2GPfAuTAxsZCIGPyyrSkUNnX6A42Ipc { top:32.4375rem;left:37.382032394409rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SecuflzSnn8O6z2q0lnpIahdrOOFUwkp { top:8.75rem;left:30.515626907349rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrnAXzvbpKp3JrVm7Ob7uwb28alLwTK5 { top:23.875rem;left:38.3125rem;width:9.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkG2uHW7F7Fb5FpTWSHaJcQ6sh8vK7rH { top:23.3125rem;left:23.14999961853rem;width:8.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J55zefc4TzaEPXP7MdmagzLEeeCUs0eT { top:46.75rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK41FDCoN8UeXEr3406TSfo4Ss5ST5tb { top:15.4375rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3MqtqaGvirEmmzpaJyeCXnA4C0WWRcm { top:24rem;left:0rem;width:8.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb5xw1Odhga4eeoLk8SPyE8GoK9FUEHD { top:21.6875rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynAn1eGBNpgLdz6dE3w16opNS6b54R6w { top:23rem;left:5.6499996185303rem;width:7.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhMMkIvSNXhp5DJqexWod32g0xWnEDut { top:18.0625rem;left:14.949998855591rem;width:8.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGaWSk58zawcBnIiAfbTm8Rmdkt39oDl { top:16rem;left:6.8875007629394rem;width:8.0625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSHVxJr4fpNOblob3Dmn6MJ9SWoTGkiI { top:24.125rem;left:32.71249961853rem;width:8.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2eLf6zuVLQCtw4aJ2qzeoEBiumLEyV0 { top:23.6875rem;left:40.25rem;width:7.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak3QOacELJb7OhxtExlkk1Nzs9hF4htv { top:29.4375rem;left:0rem;width:9.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCDksaHOdw8VLh3tdHeTwrAGRRfan1yk { top:29.1875rem;left:0rem;width:6.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5vnTcUTdh7aqipcvL3r62JpkTRtgWah { top:28.4375rem;left:15.484376907349rem;width:4.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO0kzy8KXR2Wy62FrHtB1dM7neJBP0qL { top:26.9375rem;left:19.11874961853rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3nVcW5XlKwtARODNAhaz6Ve72dTG6ZG { top:15.5625rem;left:26.36874961853rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXGAgCobbJu5xiWufbD66cc97lfU61aI { top:22.8125rem;left:16.887498855591rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKyPFRC0Q6N8mLveFH8XEumdGacv5kgG { top:29.3125rem;left:27.27578163147rem;width:11rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z365aMVXSG8Ng0STxFxtxeXwWCgepWb1 { top:40.4375rem;left:17.918748855591rem;width:5.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6HAIQNLt3kCtFz6HMFs2PEQoGFoveV { top:27.375rem;left:40.9375rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5PsxRB2pPciNfOMKucwH3m2a9B5VUI9 { top:28.9375rem;left:42.375rem;width:5.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvTTiCctr6pPsvrB9IoG6y2LxSX2FLN9 { top:34rem;left:42.375rem;width:4.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JugqkEcMSoeRdpNnGNFhWgJn2nKScAyb { top:33.25rem;left:0rem;width:8.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikhfu8o2D7DTgLnZXeIgtCTrCFBQAuC8 { top:33.9375rem;left:0rem;width:11.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKJqoH1dS12L8WdsTqTfLOXzLlg1b2WW { top:15.375rem;left:36.722658157349rem;width:5.875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boHCm50bnkrzustItlFQSor8LTZXUeXD { top:9.9375rem;left:40.77499961853rem;width:6.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmhHvpaOZtNTAhZWhDABFDllKbeagMi0 { top:17.6875rem;left:0rem;width:6.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #esapTdZVIQ0x2FkzvW2bSCC6paXDewb3 { top:7.9375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O18Tm6UR4G86DosdeQiF0Axvgz0h0Bzg { top:34.0625rem;left:41.0625rem;width:6.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKc0OZOTMsgxgfcs5G3V5Efzx0TnATVb { top:38.5rem;left:37.75rem;width:10rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaQTwEqnOkiX5BZeiQlGNyNyB7W5vUCW { top:47.875rem;left:27.75rem;width:7.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeZID1uW7H1U2Wb9BpupTqT3KpsbHfza { top:17.8125rem;left:39.9375rem;width:7.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbiOhzONgpuEJPl1yTXgtnKgW7qVWs8L { top:29.75rem;left:9.0749988555906rem;width:4rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTOZx8UW7kdRQpNBHd2V5hBWLhHhWZu8 { top:47rem;left:39rem;width:4.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixt9fNggUHmogMIvLIduAVTPcJc0PDnU { top:9.5rem;left:6.3875007629394rem;width:8.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJpXAlqXUZSqK4SQacOB3k2VFZSFvVve { top:8.8125rem;left:19.293748855591rem;width:7.375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEwu4XUB7ogdwC5Ra7NLdmf24bkF1EGX { top:46.6875rem;left:40.5625rem;width:7.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE66IQHJssgsD0WmiSzdQ9BiTlvUaVM1 { top:46.75rem;left:21.625001907349rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf6Pn3sggC9tcw4TMuzehRaAJVPEXk9D { top:47.4375rem;left:15.515626907349rem;width:4.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh63oP3a4ky1Z0GFOQLaxA1aQyVhsp0i { top:39.75rem;left:10.436719894409rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrBeufBHrFUy79gk9pNaBQdEpQ8MEwmm { top:59.9375rem;left:20.6875rem;width:12.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGVJXIToETBZ22XBJ2cDdz5uK2fuBde1 { top:60.0625rem;left:0rem;width:8.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lggsVTH7OIsX2zi2qMlCnrx2IRCMhJUK { top:47.875rem;left:0rem;width:8.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDkSkpV2TqCNDpPidlsZ5T3BwcqmUpoW { top:53.1875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNPgGf8bHXDVSVWDg24grxJKl8bfTbLt { top:53.6875rem;left:5.6499996185303rem;width:8.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfoJmbMWLnzcRnVM3QJ9KPlbXDQoNgwT { top:53.8125rem;left:15.668748855591rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmNrskVVAP40MfyAeu3hc344MsieZfZz { top:54.4375rem;left:26.61874961853rem;width:8.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJRZMG8TTGCT0lZ23r7hRTKsw8UhvSNc { top:54.1875rem;left:37.43203163147rem;width:10.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqBpkG7n6m6PQ1agLcsCKdOJpMNrZxu4 { top:47.75rem;left:0rem;width:5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ1ITet5HywyioMZLetaAJ9B4LTNd1JG { top:40.625rem;left:0rem;width:7.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmTbn7xZBbdEs5A1WuznywcC4Cwdlm8S { top:59.9375rem;left:9.875rem;width:9.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtDg1V7WaX97wwZ9xxhAHsI1HUObgobx { top:59.9375rem;left:34.875rem;width:9.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtBvS45MPT4eQ0ooCihwqx6l3VcRTvHR { top:39.6875rem;left:42.547658920288rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeVwBJya1HCaQsSnufiEfVuvrVMtCS7I { top:47.4375rem;left:6.7000007629394rem;width:6.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT6JdqBrJWpr77pdKJwdSGMPCbtyKlgg { top:57.3125rem;left:0rem;width:6.25rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEICHs9sKSxd5TlVwUhQur20v1QvZ8rN { top:58.9375rem;left:38.625rem;width:9.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmgJesxyhN0vuDE0ZEckLqe7RpI109cG { top:54.125rem;left:0rem;width:9.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zruz5NAqJW9hkRG4z5vN4i0qT2Prawl9 { top:65.3125rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSHrvoglhQvVxzhbp8ItHGX9dwOeQwBO { top:68.3125rem;left:0rem;width:11.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmR4Ivc5SQwNXNxrISZpCz3mnuqN2BW8 { top:73.3125rem;left:0rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdRlBtJyfckT4cFKBRnHktLvxizHH2Ak { top:74.5625rem;left:0rem;width:9.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0qg9oVowLWyiVUf556ZygZzu8VVgn07 { top:68.1875rem;left:31.587503433227rem;width:12.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sahc3mzMqQrvhiDe6t32scV1D6WLOU49 { top:68.3125rem;left:33.5625rem;width:14.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS1CgeOWfrbZb7v2WIIupwcvBpLstod5 { top:68.3125rem;left:9.6718769073488rem;width:11.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELDTwtsvA11ZUudefn5W26L7Eq4TFcPZ { top:71.6875rem;left:8.6364612579344rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krOTCiUBEpaELrik4gkS5Zg3r6gnpc4n { top:74.9375rem;left:19.279169082642rem;width:13.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwDbTfy9qBRFURckns0vN22GPbkoi269 { top:67.125rem;left:22.497919082642rem;width:7.0625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J62R6eWvgmZOJfwcGayTS8qeqM15nCzZ { top:73.8125rem;left:34.753129959106rem;width:9.8125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS0ktbuwcf6XOPgvawh48cbmbmCz6WBd { top:73.8125rem;left:37.9375rem;width:8.875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS88ybSfy2KnvHGWXiLTMOgaDg1SXGSO { top:82.75rem;left:0rem;width:10.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlqeTXvTypAbsrayw7plf9lIU8cGRTAg { top:81.3125rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #no0JqVTp3xwXrfba89Get6TuiMwwCxZl { top:79.75rem;left:8.6135425567625rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn3R7HsVZQGphcg2EKoJ0CZrEk8txdPy { top:81.3125rem;left:23.150003433227rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgUyOSnB5rGywlnX8XTg8CzfTPZ4Ar6I { top:81.3125rem;left:32.587503433228rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGKVDXPtVEGn2xFwQupk4o5Pka7mkgC7 { top:52.3125rem;left:39.4375rem;width:8.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecP9D2HHkJDfOvGghtmfuxrEgviALLMF { top:39rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoW3B0WNi8y4Nm5np085CTfNgDWUFnpE { top:91.875rem;left:0rem;width:10.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo0cQZy2gou78MXliGNf9T9LaV5bBvu3 { top:90.75rem;left:0rem;width:7.1875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKz9QsyGhZTRl9igdA9fmwmaE7NIgaCp { top:91.1875rem;left:9.0739612579344rem;width:13.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4JaAvXRqT9yMGBniQFSVI6ggONXUna6 { top:89.625rem;left:24.457292556762rem;width:6.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsQHn4tmTuGVergqP0WExTlrnHPF4sHm { top:16.6875rem;left:0rem;width:7.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWd6F4CegZQMkHmLOTVaFohiUTDN4mB8 { top:89.625rem;left:40.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEIfXTbv2r6ATzG40eQQwKOrmH0Kr9Gq { top:81.3125rem;left:40.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcibwULUt17OgIdsJyKI99trkxIahTUr { top:100.375rem;left:3rem;width:10.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knGdqUbF801WH9RvniI5gNliTbOGoiUc { top:100.375rem;left:15.6875rem;width:17.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONJfI3D8qDGBzNhTa1TPo6SXq8zoSxXS { top:100.9375rem;left:33rem;width:11.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsxFEmOPOQqmzTl1Jpv7pJq7b2g7knRM { top:81.3125rem;left:39.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ { display:block; }#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg7o5ixn1QvR59zn7BplZ6cGAXttSyuK { top:0.875rem;left:3.9375rem;width:19rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyA8vBb1vTnWzQUzc1MhBwAmzDiZNI2Q { width:11.1875rem;height:1.8125rem;top:0.75rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1WMEJJKNDUtikOb9ei3BB3SS0gbBSWX { display:block; }
 }@media only screen and (max-width: 763px) { #k9nBD5dNtPW87AFNUt3unpwgf1XsRxMX { width:11.1875rem;height:1.8125rem;top:0.6875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slZ9bIuTkUQ54RIqtKv5bDWf0fMoUGxS { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #knySoUgFT1eKaXpQOB6c3qywuDfld4Cr { position:relative;z-index:auto;display:block; }#knySoUgFT1eKaXpQOB6c3qywuDfld4Cr > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBGm1naAo7XMPwZ7ezHQzuhyphniCR1u { width:20rem;height:0.975rem;top:5.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek .widget-text.counter-number { padding-top:0.365625rem;padding-right:0.330625rem;padding-bottom:0.365625rem;padding-left:0.330625rem;width:1.980625rem;min-width:1.980625rem;height:1.96625rem;font-size:1.46375rem;line-height:31.46px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.640625rem;height:0.776875rem;font-size:0.54875rem;line-height:12.43px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#K1sQayTabRnF4kqnclIMpPRc22nF86Ek { display:flex;width:14.5625rem;height:3.703125rem;top:0.8798828125rem;left:2.09375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #htctK8pF3khCyOBMZaiLsRLyxUrpmv9v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #f3efu55AV4mbOxzooOzEHDq5QVGShC30 {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #Wg3MpD4ITz8cIOA0WWvVIC4lplNyqy0e {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #gglInlk05pDg1flmvhwGkEHbmhlT4SPf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #E9T1s9pLMLsmtk1FrqllBXnnFUylfXTi {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #iC4BeLIXUbHrlvS2pcHfvOBb4S3gQw4s {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #FGPq73O2AW5m8QUtDHlaextB4G1D6E8Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #UyZAQl0COpWvRPDBTTgK8QCOmczJWZd8 {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #NEl9lkqXoJanK2BJkGARvm7kus7WlstI {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #l3pfRntvOtuiJg3Nxdh3r7OKTfS0oH8t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #uWtzi5B3yZRZy45MXSRyV9DFAunyLNMb {  }
 }@media only screen and (max-width: 763px) { #K1sQayTabRnF4kqnclIMpPRc22nF86Ek #S5mF8LTCL1kfWiTfLAl2gqs0vCiS75KT {  }
 }@media only screen and (max-width: 763px) { #cJTPa0yoZoRbJJr6aNEJtRq1Q3dGqXzQ { width:15.25rem;height:3.125rem;top:7.6rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umoqdai79o59p8AF20ZPJJdM635VidIQ { display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyENIyqiRIf4pAuk69b5Oltsd8lALQGJ { width:12.3125rem;height:3rem;top:3.25rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLnFk0h6WW8G009BIbp5uII5ORsxvbES { display:block; }
 }@media only screen and (max-width: 763px) { #MltDm1hShLte3ezHqGwdPuwEzf7cwLRq { width:1.5625rem;height:1.5625rem;top:10.125rem;left:9.1875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #s7QTDExCBmnfrDGDGrMc2xq1oqfxr0BZ { width:9.5625rem;height:7.625rem;top:1.5937496423721rem;left:5.2187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqWWWNldb1UIBVcixBxl6incFNw28blL { width:17.25rem;height:10.0625rem;top:10.998958587646rem;left:1.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V5Ofb5C2WT6ctzp9I8v0CseGvMnvfvgt { width:15.6875rem;height:3rem;top:6.75rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRaKGV3r8hQyVlFmWlxhMGsCiXkPfxhZ { display:block; }
 }@media only screen and (max-width: 763px) { #UISHC985A5l21XvGrSoBeezzgXrgL2st { width:2.0625rem;height:2.0625rem;top:18.96875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rATX694LzWT5AhkbtxkLOd6J0QknRo6V { width:1.5625rem;height:1.5625rem;top:22.28125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:none;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:18rem;height:3.1625rem;top:0.9375rem;left:1rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.5rem;height:3.4375rem;top:34.5625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.5rem;height:3.4375rem;top:38.9375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.125rem;top:47.125rem;left:5rem;background-color:rgba(5,11,38,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x90q2ASi4JHcnRESbgAowJzIcctsephw { width:1.375rem;height:1.375rem;top:48.1875rem;left:8.25rem;display:block; }
#x90q2ASi4JHcnRESbgAowJzIcctsephw > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #CqAeZOeZp69fzeNGznKZSUXyAwoKlhuF { width:1.75rem;height:1.75rem;top:5.5000004768372rem;left:9.125000834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Ny0qqgCfiTaT4vBUTJlkUgCoobOv8q { width:1.75rem;height:1.75rem;top:16.9375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3hH9rtzHqucQ7BVkmXvbKQDTSh13AIM { width:0.125rem;height:2.3125rem;top:7.55624961853rem;left:3.1875001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcDqE8cisoVSHqlSoTvhMJDbQxTxBPsA { width:0.125rem;height:2.3125rem;top:46.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2HTSML0PG2eN8rT3vN3LXern1WEElTz { width:1.375rem;height:1.375rem;top:48.3125rem;left:10.3125rem;display:block; }
#N2HTSML0PG2eN8rT3vN3LXern1WEElTz > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI { width:18.5rem;height:5.1875rem;display:flex;top:28.25rem;left:0.6875rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #xHRRX4smcz7r4Mqgr6toaoVav2gkVB3z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #ZXORLl3VHoMuCrMfg30Qm8LKi1nWpoMV {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #Ad8a5yZxJCtiNbZpVJ80aoKs8TZD0Q0T {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #RE1nmX22iIvS08cBIBBXZUUMpadCumbm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #ynqx6a6QW07wOaMGywwulabFkPv69Vw6 {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #inZdTomPRRXwImuU9IeTth1T7KTaH5SJ {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #hyTd03Od6bCZZetErlPLK4o0FROLq94v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #BNs9TJQaSI9m9hpkVFvcHWSksugWMiyB {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #GsZR09SB7vNTfNAvwNR4GL8FrssJy3Ab {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #XZIRNQOkw9HkOhTUDf71zhZh4a6ZWgph { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #zkPKsMTBxrM91ieuVI9bkhHCbqFsUXCK {  }
 }@media only screen and (max-width: 763px) { #RWNrffxk6PEcwFiuoKtvWPzneOdR0bpI #IumrTMTxUCTUJK179zUwp4hWR5XGMgDk {  }
 }@media only screen and (max-width: 763px) { #J16I1AF6z5Kmb3cKmk3h4TGGtdNoJlJk { width:20rem;height:1.6625rem;top:25.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N1KJGNxmGD7ofwWRaKTSQ1aAIZx3FzXo { width:15.0625rem;height:1.575rem;top:43.9375rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Txw3UWkw9qMtFmIrTG3DPA4iTkH8MLRz { width:2.875rem;height:0.125rem;top:14rem;left:8.5625rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #vifmAZ5nVTBmrEzRsVb033dyxuGLWZIP { width:2.875rem;height:0.125rem;top:16.75rem;left:8.5625003576281rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #l6iarn8qdB23J9pOnXNZRi5I71tVCQzr { width:20rem;height:4.375rem;top:19.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #R7ZFzywsIOLqbSgSXdzOb6UfeLZUJpDS { width:18.9375rem;height:6.5625rem;top:7.8125004768369rem;left:0.53125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z6TqTnIhUOE1oGJXQceD1J8NJM7MJgnX { height:10.8125rem;width:19.3125rem;top:52.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFpNoFvnpHAnhE9wURqOfDybf7froxaS { width:20rem;height:17.5625rem;top:89.790625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMwJGU4MQOvB7Ut3BDtlG1v3wP3nNiP0 { width:8.75rem;height:17.5625rem;top:59.800000667572rem;left:5.6249998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1Hc83SbW6kESrc2QgTKWhm49x7KXP0H { width:20rem;height:11.625rem;top:52rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 { display:block; }#PgBwSTiOfROCCtb0rUGokR6tWh8nPer9 > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCSBlFGtDu5Sm2deoA7zHtI7vDpg2JvL { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq { display:block; }#mlu9miUZ5oDGPA2JT6OHwo8VAGz5duoq > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsruUSv6ZF0WH1K6LbOMBW42VeavfcUD { width:20rem;height:5.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkr9sBOtaf5gpWZvEewsFA7vNvhzwScW { width:19.875rem;height:5.5rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLX7vriwZVcgCLktTK3yN0QUTbwvfzL5 { width:12.5rem;height:1.70625rem;top:3.2093772888184rem;left:3.7500003576279rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnrBITXiuQfBoSfLws4vw6gsPV11Ko9k { width:20rem;height:3.575rem;top:9.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUiy1FKm5RR28rHco9r3RVkLCh04Jb3t { top:15.00833375rem;left:5.0625rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG8D7hgOsFaKMcQuv5cS3O6MMhPWIffo { display:block; }
 }@media only screen and (max-width: 763px) { #SIofSWJ5NXSzTvbh9DcTePXH5eHf5HRv { top:18.69583375rem;left:5.0625rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1KZuUJvSSiSM3oSZmhHZkfmNSN90r1K { display:block; }
 }@media only screen and (max-width: 763px) { #HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J { display:block; }#HUAtaD2niV2xp0scbXbs9Gr1f5FUJA9J > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEOKHoIQ6aNs1C4AP4qwnd4ydOgsZDLT { width:20rem;height:5.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzhUQsJiTbNIXxSJ4VGqWPtLHd7dbH4J { width:19.875rem;height:5.5rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7tfsLVZrZMorf5rNfHnVOawUT1SzU8y { width:12.5rem;height:1.70625rem;top:3.2093772888184rem;left:3.7500003576279rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRaSAZDzMTroS9B9ZpTMMb5sPDQKFa1Z { width:20rem;height:1.7875rem;top:9.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3oL34og6K4WgfaNOzBOea2CFu6DiJWR { top:15.00833375rem;left:5.0625rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A12LSaN3b6f9TQTWPzkfaT5mwCte7xni { display:block; }
 }@media only screen and (max-width: 763px) { #Dkeb2EKN154annNIQEkkdHmG01Wck0cQ { top:18.69583375rem;left:5.0625rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyU73uKA4TZVcdXzXdIVyJ2KqasZK9f0 { display:block; }
 }@media only screen and (max-width: 763px) { #hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX { display:block; }#hP4HgqNXBnxubmkt1bFz5qG7ccRSeiMX > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuJnVZvyqtQuH3bz7Vaq3lcPGhtIpCNC { width:20rem;height:5.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPHf2WsAnH9Jw5F1tayyG5VFc7W9TIv0 { width:19.875rem;height:5.5rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUJwD2oAMiKCyTU7BHEfeTQef5GuRg5b { width:12.5rem;height:1.70625rem;top:3.4124965667724rem;left:3.7500003576279rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFkPD7aTkmHn2ZJpyTGVrTGFuUQR4JEf { width:20rem;height:1.95rem;top:9.9249942302706rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfEtxhT7sA9kpiXw7Qfl5SzrOlTigGlf { top:15.00833375rem;left:5.0625rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQmBPACL6MLsilPcPK8kzs5rScG59ibh { display:block; }
 }@media only screen and (max-width: 763px) { #zCCOA8w6uTlUTlNQglzustDWD9GuvuBT { top:18.69583375rem;left:5.0625rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWSVvF97Sy0SlhI197UhRX4pySM4cqtB { display:block; }
 }@media only screen and (max-width: 763px) { #Sg6pX10yWLRn8yrTdNImpdC6c46izTbi { display:block; }#Sg6pX10yWLRn8yrTdNImpdC6c46izTbi > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPR9UMaBRqTXrbqXgcnqOu35gss2E7p4 { width:20rem;height:28rem;top:14.77441875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5MlQ58wMaHr2T50Dg8UIvD1l7P8wE5K { top:48.46191875rem;left:5.0625rem;width:9.8125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsDOf7BOICnVkFkue7fWqCLUi5UrNnA6 { display:block; }
 }@media only screen and (max-width: 763px) { #B2hvqTbctPs4SnJvrlBJEcIJRrpUFKDB { width:20rem;height:2.6rem;top:10.92480625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXqOPhUZ1mon6i1wTMhEKM2r2v9FRBqx { width:16.5rem;height:2.3rem;top:7.375rem;left:1.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMXDvkDZ5xMTg1ktPriPVHTeB4nnalAo { top:44.02441875rem;left:5.0625rem;width:9.8125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCukUsTTe5aqgUMK1TfsXlcOHaVRhEah { display:block; }
 }@media only screen and (max-width: 763px) { #XFxACmG37Eci7SUyioFDeP3CG8qcvQiB { width:20rem;height:4.875rem;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) { #Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG { display:block; }#Ntg2nvERHdmvoR3zg2oUEiysmya6WnpG > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBk1qmEDk5emoDe3aJN5necJ3yyqz6PM { width:20rem;height:25.6rem;top:14.77441875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3LGsTW9ZbNOKT09bX4KpBMONEMfwgCL { top:46.05466875rem;left:5.0625rem;width:9.8125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWmZFGLhgeHFuoK9o3NPv76KPTIgtEkq { display:block; }
 }@media only screen and (max-width: 763px) { #KNZdBg6l9URF1xVDkxPrlEAWEXOZvQ6f { width:20rem;height:2.6rem;top:10.92480625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QenxoVB1i49tBsE8fHArk9z5SD6Vzp08 { width:16.5rem;height:2.3rem;top:7.375rem;left:1.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBpSg2BTILkVn3Jo1LqMe8fILN3BAcvq { width:20rem;height:4.875rem;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) { #qZP3WFPXhfohnMn7wflP3ORAmu4KV4k7 { top:41.61716875rem;left:5.0625rem;width:9.8125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmf0dUAt7QI1VCGAOolGXxM0RDIwXGRB { display:block; }
 }@media only screen and (max-width: 763px) { #HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 { display:block; }#HD0A8Hu3svmiXcteE2TrGCfkGIk3vGF1 > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1OTFlBZ48JerCpcqkHJdkXM9CuTnam9 { width:20rem;height:25.6rem;top:14.77441875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF4bUCWDQkrr7PdCBr9QhobZ5TnAcHOL { top:47.630209922791rem;left:5.0937503576279rem;width:9.8125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBKZ7EHgCTGBpSbOGCirccn9aMyF21s2 { display:block; }
 }@media only screen and (max-width: 763px) { #QQTsMKQEpVRaTUsRosdrRLBRGhtGfEKA { width:20rem;height:2.6rem;top:10.92480625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnDbCAwg8kwOUrZ6XVavigoGAhDbCtTD { top:42.130209922791rem;left:5.0937503576279rem;width:9.8125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db87e1OR62w8DveBc3CgMJgay3UmzJZa { display:block; }
 }@media only screen and (max-width: 763px) { #Q8TzlFylbwFMZwseJ7O6ZJEWg4HL6tfI { width:16.5rem;height:2.3rem;top:7.375rem;left:1.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdZgxvaqTAXMUEgBnt74tpr7JK9qgrBq { width:20rem;height:4.875rem;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) { #WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP { display:block; }#WORhsJCOdoOgXMiSKTWaJkfKLz7zVkEP > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXG6U21aSt3UDh8NWkJTQBiMf2TTGirx { height:11.155799278846rem;width:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8S93U061NdsoBiWJInmwGyLCOtBvVfT { width:20rem;height:13rem;top:13.7805rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwI5iyucuKWeN5veTUg4TCs5svAz94ev { display:block; }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev { background-color: transparent; background-image: none; }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .row .container > .video-iframe-container { display: none; }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .row > .video-iframe-container { display: none; }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .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); }#IwI5iyucuKWeN5veTUg4TCs5svAz94ev > .row .container { width:20rem;height:66rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceP23Lg1VtTcuNovbBKUTsdcG4qCl3EW { width:0.125rem;height:29.875rem;top:6.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGqAZ0tFirTcC1LzuPE11D1Oim9vyInS { width:20rem;height:0.125rem;top:36.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXQuaMLAuUNOv6CHeAcsPr2B3CeSoUQz { width:0.125rem;height:29.625rem;top:6.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NeQ4h1PySuNXBPi3IF0TM7IIs5C5m0mw { width:20rem;height:0.125rem;top:2.1109375953674rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5TBd1bamyUFRoFFy5XzTbOTx2ZVge6e { width:20rem;height:16.875rem;top:1.7499885559082rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CmroL6t3y9e8q5gQJPyZvE4v3NGmNBt6 { width:20rem;height:2rem;top:23.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxtZSZCRrT9IPDdgfixQToTIuOTMz7kb { width:20rem;height:4rem;top:26.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUo32NkcWv7rQbkWBOOVuiRd45taZZrQ { width:20rem;height:15.3rem;top:50.635937690735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydpTmuJA1Uh24dmH2K362EfrMTt3CTuR { width:11.75rem;height:16.6875rem;top:32.049226760864rem;left:4.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6U0fOsTky9uNpAz7GDksGADQQ0uf4X6 { width:20rem;height:2rem;top:20rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW { display:block; }#p4d2q5FHMaxO88fAAPQQG2PdaaxmPmdW > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOfZx51mGnM1SPaeqW4nF5dTQihaHnnN { width:18rem;height:1.7875rem;top:4.8875002861023rem;left:2.0000001192093rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIUPAS5vgQtUaXy2yvRrck1vVXuLiIPK { width:18rem;height:3.4rem;top:8.8125004768369rem;left:2.0000001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #bqG5asKD4CPod0iXbx60Q311ApQDm3Zb { width:19.75rem;height:11.6875rem;top:5.6875004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVInd45epoWD3m6AUQQChC9kbdiHoH8 { width:9.5625rem;height:2.75rem;top:13.918751239777rem;left:9.3273442983625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIn25cTm8rSfq2EMnMq2TDDw1BQcUp92 { display:block; }
 }@media only screen and (max-width: 763px) { #bwFvJiMAWTKGCxQ0UJQcI6qHHlGgQDlT { width:14.4375rem;height:5.3125rem;top:3.5000004768372rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:9.875rem;height:4.4rem;top:1.4375rem;left:5.0624998807907rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KgrTV1Bb8XTwuniHeD51Wd6NP5rNTp9Q { width:18.4375rem;height:15.25rem;top:7.0875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxxf9tXAixOmBV1Mi9aTx01JIoKFURyu { width:1.75rem;height:1.75rem;top:25.1195625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dULHHmTiOfnAUPIObEgT1FsukP0U02c7 { display:block; }#dULHHmTiOfnAUPIObEgT1FsukP0U02c7 > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRAXK2nIXlDp7IUW0349tdcgyXw3Tx0A { height:10.75rem;width:19.25rem;top:11.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrpAiTQafDNK4URJOCA14I1wC835Zcqp { width:19.4375rem;height:7.425rem;top:1.4367187023163rem;left:0.28125rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GGvOssvTv0xKXNm2OsnCRGXXTr3bVKCy { width:7.5rem;height:0.375rem;top:10.8125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf8p4WZrQFyqvl34gtLTwQXCSPVZ9mdH { width:0.375rem;height:6.25rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGEzndwiIiAebIAbi3HxXiku21GP1Sut { width:13.5rem;height:3.4375rem;top:23.125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZXCPgABK1DSFdBObN6iaUR3S2wxA5ZP { display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:#fafafa;background-image:none;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:18rem;height:2.2rem;top:3.0875000953674rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { background-color:#fafafa;background-image:none;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:19.75rem;height:18.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:6.8rem;top:8.375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:3.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { width:1.4375rem;height:1.4375rem;top:4.40625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { width:19.75rem;height:18.625rem;top:21.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:15.625rem;height:6.8rem;top:28.25rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { width:2.75rem;height:2.75rem;top:23.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { width:1.4375rem;height:1.4375rem;top:24.3125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { width:19.75rem;height:12.375rem;top:41.000015258789rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:15.625rem;height:3.4rem;top:48.125rem;left:2.3124961853027rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { width:2.75rem;height:2.75rem;top:43.5rem;left:8.7499961853025rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { width:1.4375rem;height:1.4375rem;top:44.1875rem;left:9.4374961853025rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { background-color:#fafafa;background-image:none;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:18.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:11.9rem;top:7.25rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:3.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:4.40625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:12.8125rem;top:20.987494468689rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:5.1rem;top:25.837500378489rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:21.98124961555rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:22.63749961555rem;left:9.2812503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:18.625rem;top:34.624989509582rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:10.2rem;top:41.4375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:36.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:37.5rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga { display:block; }#hwy26TlePMM8ZmlP5AQk3Qxf8sv3c8Ga > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdWCEnMzvBQnt17Zq4l3rGTnq8VXZNMM { width:18rem;height:6rem;top:0.5rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOvwOJSL94AMaQE5pnsZIprJZ2R7g1GX { width:2.5625rem;height:2.5625rem;top:19.71875rem;left:8.7187503576281rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #J0asgILAKAEOcxuBS9zxVxqVV2F7fLhy { width:2.5625rem;height:2.5625rem;top:34.406250953674rem;left:8.7187503576281rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #OqZPRxJ1nsOM6rGISPvTKipDwJBzoIVS { width:20rem;height:1.625rem;top:4.9250259399414rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEkGp16qDGlLqBrPqL6ez1OTyHEfNZXR { width:20rem;height:10.375rem;top:8.592968940735rem;left:0rem;text-align:left;text-align-last:left;line-height:2.6;font-size:0.9375rem;display:block; }#kEkGp16qDGlLqBrPqL6ez1OTyHEfNZXR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/02e52a86-ac8f-47d3-9a46-0fb166f2976b/Untitleddesign97.png); }
 }@media only screen and (max-width: 763px) { #L3aMHC9ze4U00oNcs5KgrZm6XwHV4dDI { width:20rem;height:7.3125rem;top:18.967672348023rem;left:0rem;text-align:left;text-align-last:left;line-height:2.6;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l { display:block; }#RJg4cmJZO0AypCggpOyxGwKH9qBxsl4l > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0k0zTPn0TlxD8HltpQGyKEBCsVoITbg { height:10.8125rem;width:19.4375rem;top:25.000001192093rem;left:0.23124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #EslWV4tWVRLb5GsvVfWNJ263zve8BoCp { height:10.8125rem;width:19.1875rem;top:11.375000238419rem;left:0.35625004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCbEICq59LD7Rz6wMfuJdJdMI0LU3WEN { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #keiAqPJO3cQLELufshZOTXnGZxMituQp { width:20rem;height:11.9375rem;top:10.8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfg1yqOwhC23GJOcN8nl3Zm9y4WhK5T { width:20rem;height:12.125rem;top:24.425000429154rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh { display:block; }#x0Wb9fH1VfmZknFyDb6H1ice6mZlM5Wh > .row .container { width:20rem;height:20.299987792969rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8mTf4kL4bpF2yJJdBS7GoqzJx72wNpT { width:9.875rem;height:4.4rem;top:1.4375rem;left:5.0624998807907rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kTQTIrBRrsWpN9yQJsksHUL4Eq650gOq { width:18rem;height:3.4rem;top:6.6500005722044rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PRbSmlOliPO7h2qdB1A97e5ncKHttv4E { width:18rem;height:8.5rem;top:11.800000190735rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #biE0fHJn8TbtgH0w74gRXNTtg5No5gLB { background-color:#ffffff;background-image:none;display:block; }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row .container { background-color: transparent; background-image: none; }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row .container > .video-iframe-container { display: none; }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row > .video-iframe-container { display: none; }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .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); }#biE0fHJn8TbtgH0w74gRXNTtg5No5gLB > .row .container { width:20rem;height:324.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdUMcxBk94rcB8KNoqug71tWGp4MmHB4 { width:14.3125rem;height:9.5rem;top:1.8984203338623rem;left:2.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnbveB2IpWq6MMihkQIXC0atopTdU2Gt { width:14.3125rem;height:9.5rem;top:13.399218559265rem;left:2.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAd5O1VWNaMESsMEwyEDsD2XVJDh88Hx { width:14.125rem;height:9.375rem;top:24.4609375rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odq5QWvnIz7NQUsC611pcqP327rJtweB { width:14.3125rem;height:9.5rem;top:35.024236679077rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeRCFWi699dfCnvUbVpi5da8O3XoJW0h { width:14.1875rem;height:9.4375rem;top:45.836718559265rem;left:2.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKm18Jmf6TFXPg8o5q274KtdPU3DGLG { width:14.3125rem;height:9.5rem;top:56.711708068847rem;left:2.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #J50pqhu1UuLemgVR5a6GvQTd2bMfcmyc { width:14.3125rem;height:9.5rem;top:67.336732864381rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZkJCU8Lb2mqwa4OnyBUpSlI6i3bwrRL { width:14.3125rem;height:9.5rem;top:77.711711883544rem;left:2.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Wmfv2f70Vq9qTIxBNWhaXzOEeEw8tK { width:14.3125rem;height:9.5rem;top:87.961713790894rem;left:2.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDh0d2UbnIRdZbsPSTt9cDcywQNP9WH8 { width:13.625rem;height:9.0625rem;top:98.649221420288rem;left:3.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #llgaOmvJ4WHlsetEf75K6N3h2zE6xtxi { width:12.9375rem;height:9.5rem;top:109.22422981262rem;left:3.5312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilSBIVRBDcKZt8VNSrzpGNfomoLcpIBQ { width:14.4375rem;height:9.5625rem;top:130.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6NikgBWrUPmWA7Wr2z74FMLDN6F0Q62 { width:17.0625rem;height:9.5625rem;top:120.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6KKuETa3kBKHw8VyyTiR0w74TOlNwI7 { width:14.1875rem;height:9.375rem;top:141.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9N6ggRWArKgEqWnUvqNrP6a1gq28FK { width:13.8125rem;height:9.1875rem;top:152.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEfcDZMkmCkGQCIXBAVZeNz98Exum3Iy { width:12.9375rem;height:8.625rem;top:162.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0mt6LFot4WLT61KoC0rB7Xi3noDqMtF { width:14.375rem;height:9.5625rem;top:172.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcADhnw1k8WroS36DyzOatxrsVZIFDCa { width:15.8125rem;height:9.375rem;top:183.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6emQ0kfoLWolT2co6y9cIHI5Dr3wQKp { width:14.0625rem;height:9.375rem;top:194.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MepVAD9LP87Znq5L3RKRnbTS7uQW3Aak { width:14.3125rem;height:9.5rem;top:215.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZcIODctpk3qyrOeX7EXBmCXp02teZaP { width:14.3125rem;height:9.5rem;top:226.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvdB4dgRdoi5rFaPtEw3aJisw4J6gy4W { width:14.3125rem;height:9.5rem;top:236.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxU2p9WQfeLTAIudQJWBRx3eZwQ5yZ14 { width:14.3125rem;height:9.5rem;top:247.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeCVuUhTT385AhgimloZpLCBwIMuvMgR { width:14.3125rem;height:9.5rem;top:258.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq79WZ4L5KN54Ti2k15uF59veOkQW4Gh { width:14.3125rem;height:9.5rem;top:269.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoODeOgpKRClp0Xacvt7yI3zVTueeQCO { width:14.4375rem;height:9.5625rem;top:279.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azw4DyscnGgcGa938TcDKXEr2mqW2J8O { width:14.3125rem;height:9.5625rem;top:290.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCLzQkNzaQff7HgVQSCBte2CUwNWKECc { width:14.3125rem;height:9.5rem;top:301.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzouvoVvFTeQWFTWwTkIuo1viNOs8Il8 { width:14.3125rem;height:9.5rem;top:312.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL00hfwZckCXnPVrCKTE8VrBpu2nEVR8 { width:14.0625rem;height:9.3125rem;top:204.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmObwPIdguG8RyimR290Vhit9X35Q4qD { width:14.4375rem;height:9.5625rem;top:123.1875rem;left:-23.8125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #yASXz0MQ2e9R18N3TltNxt16NuvwGTyC { display:block; }#yASXz0MQ2e9R18N3TltNxt16NuvwGTyC > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:18rem;height:1.7875rem;top:4.8875002861023rem;left:2.0000001192093rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:18rem;height:1.7rem;top:8.8125004768369rem;left:2.0000001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:19.75rem;height:11.6875rem;top:5.6875004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:9.5625rem;height:2.75rem;top:13.918751239777rem;left:9.3273442983625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:14.4375rem;height:5.3125rem;top:3.5000004768372rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP { display:block; }#CEDlLtPNDPEOSm6q4QOZTM4CXoy9x2sP > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt1GqWc8s2tB9Hbs5P5p3bGNtrpGzGxD { height:10.75rem;width:19.25rem;top:4.8117184638977rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuR1RcblMsnSHKCF4F0IcC6lLQDzfF8N { width:18rem;height:2.4rem;top:0.99921846389769rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #al9aV4FWvl8THlJrXrw9vListc4IFfIR { width:18rem;height:3.4rem;top:19.712548732758rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #M1aPIGz8mSPvqmyJAiCV4IgGUNruo2wU { width:13.5rem;height:3.4375rem;top:40.399218559265rem;left:3.2500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDnXQ6Jx6JIRUzhM4QiJX3IZfrgUIc3E { display:block; }
 }@media only screen and (max-width: 763px) { #Sn7zm254tv81dOTtcE7FKSbyf1TOVote { width:7.5rem;height:0.375rem;top:15.560937404633rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPV18e5fNUwoaOcX4Q9SATmJqWwhVx8T { width:0.375rem;height:6.25rem;top:9.3609385490419rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxBgsLceNo4w43QgWsKB4P8i38nZa3Qn { height:11.25rem;width:20rem;top:24.924989700318rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtIMLETCwHo5Tlm6PEE5FDD3HPuV6X00 { width:0.3125rem;height:7.5rem;top:25.775000572204rem;left:19.687500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5RTpCwV65oPcHPWf7TyHd3QTqpFPLrB { width:11.25rem;height:0.625rem;top:24.348438262939rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxK4NfLru7MP3Aesslp3qlW6v9xNo1f { width:18.4375rem;height:1.75rem;top:16.861731052399rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7I8NHIaxZ75ymahEqz9nHfbw2qxEBT6 { width:18rem;height:1.7rem;top:16.886719226837rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #e5GXCTGRi7ulwAqlnlQ7kfGPXnOtcAGh { width:8.125rem;height:1.75rem;top:37.186431884766rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfVSigiADJ6xFeQGVtM8k0GZyi2riSGu { width:18.6875rem;height:1.38125rem;top:37.370836257934rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #y5GDU5qbEa453FPyCWKrIU0I1dbJr26v { display:block; }#y5GDU5qbEa453FPyCWKrIU0I1dbJr26v > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #df675hqiUny0v5gtAhNXizKvTbxXDLic { width:20rem;height:5.60625rem;top:1.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dJfOAg3OSOxQQ3qdmmUrVmlTXqwb9Qa3 { height:11.14375rem;width:19.875rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:18rem;height:3.375rem;top:0.56172943115234rem;left:1rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7FtaqgFAHfII9e9Qmu5gFH3osC79JaV { width:20rem;height:4.4375rem;top:5.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhcoSABcMFxNRA2Xy1JED0ozZ4qZXph5 { width:18.25rem;height:1.7875rem;top:6.5107421875rem;left:0.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-text {padding-top: 0; padding-bottom: 0;}#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-select {padding-top: 0; padding-bottom: 0;}#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p  { width:17.5rem;height:auto;top:10.873962402344rem;left:0rem; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p {display:block;}#JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p { width:17.5rem;height:auto;top:10.873962402344rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #Ubf38Wlbl59HN8Kw7Dy6ekrHu08FLmWa {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #KhufAAb6h9il0p4qx4DPV2CUTxMH0MDv { display:block; }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #ALTCg8c1aTpDTGRtOXuM47yQf8V1NWN8 {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #UxRc5Xa1a1T574oJ9A7pHNfa4EqLyCPg {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #EmErmJTd2sURRJWT8sBHLrd46hT49Ikv { display:block; }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #rZ9ZNtz2xc8zWPUiCGTnyZIW5z1EwnSA {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #LqVDp4cS7u5R6fwrRmy4sZnguHnMTpX7 {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #F0pTXWp4iq24LaQ310kkLiDkM1Tdla2w {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #CVLKv2TdMKryXSLWcVxHeQXGayyckPym {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #nrrcyKmxVGcvTqvIkIcgkSam9133PPvX {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #prhycp6l3rgmrzHTIGp82HcayB2KpH9m {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #m2MEc2wpKmyC8Lgi0lQTbwgrLp2fdR7U {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #XBkoRXWT7oSxcRRNmxo7Tq67Sdos9etn {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #hhTf5UNQfzmyiFloWSBEm5TQvpCiHETo {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #MdTfETtLZHUh61P81vhGydd6roq4rxF6 {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #ntmbKq8uQ72snXL7vdEVsU9XCvToyTp6 {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #BpQbBTP32KLo2uQz3MEgNJSk3pT42xXI {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #L8dqoqdqrs1989Nra8sg7mCyRHbxSJnv {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #ykgOAqUA2DrUAAl7dSbwQALOQT3QSGz5 {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #bMWt8sfnExTniS4qcyQZdLoQqei7ZZBl {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #v8tNEqW1palu3keDkul5QeOaefo1b4Oo {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #ixfHHGCKnzczWToLgUvTcXdKSu3EfmTH {  }
 }@media only screen and (max-width: 763px) { #JDQCcmDIsZAGTweiF1fuGkLLaHlHm24p #uhvGnFqMNDDsd9C8NbGbfE9nkpEUWedv {  }
 }@media only screen and (max-width: 763px) { #vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA { display:block; }#vrQsqTBJknJmt1lOOTcOObJ1H60ttZHA > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9OGnWnwMhPQWUTpPISvRSqFX90cUCOt { width:20rem;height:4.4375rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqlPpq2PmJFrLLLhI5CcHTefuXbpJXwz { width:18.25rem;height:1.7875rem;top:8.38671875rem;left:0.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5PpDxpbbi7HTf4kSXSXrkOhq8kpchUL { width:20rem;height:3.375rem;top:1.7499632835388rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-text {padding-top: 0; padding-bottom: 0;}#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-select {padding-top: 0; padding-bottom: 0;}#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv  { width:17.5rem;height:auto;top:12.75rem;left:0rem; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv {display:block;}#OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv { width:17.5rem;height:auto;top:12.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #VyZb18Eval3n0qdmJtW9NmVT6r1TyIly {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #z4nxAwRq1imP0H8GXP58LgeQh7WSlDNm { display:block; }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #F3qMOe6uZM6UnG7vwnVKpTRFpX416Ip9 {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #CfXWEhu3Q9otxM9PtNbN74ZlaC1K8q3W {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #BuT9SEin3sVMhTAup3cApGBFN22HUl6x {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #VuaTyrw5X0fghMgQvRyp9ycTTxxT8lMe {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #AxzfJ0TabUKWMvKaUHM8HuiotTNJnS96 {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #R0Io31lhGJaTrATooVgoU481uHuZqSZ0 {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #ZDFJZqvNtKANlKvuPeAvCgUoreqBWQly {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #sMT1BBuLGhRiQ7W5dcXBxmSQWLLEh9MW {  }
 }@media only screen and (max-width: 763px) { #OCtcznCFqiVzM0hve9BXzk7ULA2gbtHv #va2JhVyCWf00N1gsfwEJWrqyvmFE9iWi {  }
 }@media only screen and (max-width: 763px) { #wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL { display:block; }#wqIQmiJrqq20NoWnyAuHCqevKqzhhQQL > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlF2Zxcchb38NMpHhmz6eRHagx2Cr4qS { height:10.8125rem;width:19.4375rem;top:15.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvARZN2hTc2VMXVhF0Pn0PFNQdt4UxhD { height:10.8125rem;width:19.1875rem;top:1.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW6eGMJR0T04KCx0POi3lTvSrb5wnR2t { width:20rem;height:11.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz1mcBMG7f2bHDpK5TQhzCwQWHyTybSM { width:20rem;height:12.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU { display:block; }#wFA89SpJSdUl4zpA8UGMDH9S1xvQN8aU > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHkqllLuSxEFM0ZXsx6BSa1K28tFEGTU { width:18rem;height:2.25rem;top:4.75rem;left:1rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkJknFRcdtVN8Tr0DNCT01eT2eHP9MZc { width:18rem;height:2rem;top:1.25rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6zvNgQWuZ9Qt9wGgEhoZvzRtT0U8gzH { width:20rem;height:2.25rem;top:7.575rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU { display:block; }#K5KmSDfKu5QSHGDXDQqwKOCWWE4ppwiU > .row .container { width:20rem;height:327rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SES6pWxCWlwpe15kSqZSTQsxiX1lOmtU { width:7.375rem;height:2.8125rem;top:8.0171875953675rem;left:1.6125000715256rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hJN9ILAKAkX25a6FA5xgSMCLVwS1dgS8 { width:20rem;height:2.6rem;top:1.46875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #m7ugDsNS8iEB288LQiQGdTH2OIFGpS8i { width:9.3125rem;height:2rem;top:15.74374961853rem;left:8.9375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6wSy2qXuEVTccSfNz4UgLd9KHOhuFlN { width:3.625rem;height:3.625rem;top:114.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqpkehP7eT4GMpVzJ5T4TDktgMGSIfX2 { width:9.1875rem;height:3.625rem;top:28.662499427796rem;left:10.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #zon7vbCs4ubIfsNbR5xKtka8xZmsQC3x { width:12.6875rem;height:5.9375rem;top:27.506249427796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2GPfAuTAxsZCIGPyyrSkUNnX6A42Ipc { width:6.1875rem;height:6.1875rem;top:20.41250038147rem;left:13.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #SecuflzSnn8O6z2q0lnpIahdrOOFUwkp { width:5rem;height:5rem;top:14.242969036102rem;left:1.6125000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrnAXzvbpKp3JrVm7Ob7uwb28alLwTK5 { width:9.4375rem;height:2.25rem;top:39.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkG2uHW7F7Fb5FpTWSHaJcQ6sh8vK7rH { width:8.4375rem;height:3.4375rem;top:33.443749807775rem;left:11.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #J55zefc4TzaEPXP7MdmagzLEeeCUs0eT { width:4.5625rem;height:4.5625rem;top:21.224999427796rem;left:1.6125000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK41FDCoN8UeXEr3406TSfo4Ss5ST5tb { width:6.5625rem;height:6.5625rem;top:37.78125rem;left:12.718750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3MqtqaGvirEmmzpaJyeCXnA4C0WWRcm { width:8.75rem;height:2.125rem;top:46.156250953674rem;left:0.92421877384188rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb5xw1Odhga4eeoLk8SPyE8GoK9FUEHD { width:6.75rem;height:6.75rem;top:43.843751907349rem;left:11.550000548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynAn1eGBNpgLdz6dE3w16opNS6b54R6w { width:7.375rem;height:3.9375rem;top:51.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhMMkIvSNXhp5DJqexWod32g0xWnEDut { width:8.25rem;height:1.25rem;top:58.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGaWSk58zawcBnIiAfbTm8Rmdkt39oDl { width:8.0625rem;height:5.375rem;top:61.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSHVxJr4fpNOblob3Dmn6MJ9SWoTGkiI { width:8.0625rem;height:1.875rem;top:58.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2eLf6zuVLQCtw4aJ2qzeoEBiumLEyV0 { width:7.5rem;height:2.75rem;top:63.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak3QOacELJb7OhxtExlkk1Nzs9hF4htv { width:9.375rem;height:2.4375rem;top:69.9047369957rem;left:10.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCDksaHOdw8VLh3tdHeTwrAGRRfan1yk { width:6.6875rem;height:2.9375rem;top:69.654687404631rem;left:1.9562500715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5vnTcUTdh7aqipcvL3r62JpkTRtgWah { width:4.5625rem;height:3.625rem;top:75.623436927794rem;left:13.300000548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO0kzy8KXR2Wy62FrHtB1dM7neJBP0qL { width:7.5rem;height:7.5rem;top:85rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3nVcW5XlKwtARODNAhaz6Ve72dTG6ZG { width:6.25rem;height:6.25rem;top:74.311669826506rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXGAgCobbJu5xiWufbD66cc97lfU61aI { width:4.375rem;height:4.375rem;top:92.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKyPFRC0Q6N8mLveFH8XEumdGacv5kgG { width:11rem;height:2.5625rem;top:81.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z365aMVXSG8Ng0STxFxtxeXwWCgepWb1 { width:5.9375rem;height:3.25rem;top:52.281249046326rem;left:3.1000000238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6HAIQNLt3kCtFz6HMFs2PEQoGFoveV { width:6.8125rem;height:6.8125rem;top:99.6875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5PsxRB2pPciNfOMKucwH3m2a9B5VUI9 { width:5.375rem;height:3.625rem;top:93.5625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvTTiCctr6pPsvrB9IoG6y2LxSX2FLN9 { width:4.8125rem;height:3.625rem;top:107.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JugqkEcMSoeRdpNnGNFhWgJn2nKScAyb { width:8.3125rem;height:4.5625rem;top:107.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikhfu8o2D7DTgLnZXeIgtCTrCFBQAuC8 { width:11.5rem;height:3.1875rem;top:115.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKJqoH1dS12L8WdsTqTfLOXzLlg1b2WW { width:4.3125rem;height:4.875rem;top:107.1875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boHCm50bnkrzustItlFQSor8LTZXUeXD { width:6.6875rem;height:2.625rem;top:33.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmhHvpaOZtNTAhZWhDABFDllKbeagMi0 { width:6.3125rem;height:2rem;top:8.4241638183594rem;left:12.843750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #esapTdZVIQ0x2FkzvW2bSCC6paXDewb3 { width:5.5rem;height:5.5rem;top:119.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O18Tm6UR4G86DosdeQiF0Axvgz0h0Bzg { width:6.6875rem;height:3.3125rem;top:101.15632772446rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKc0OZOTMsgxgfcs5G3V5Efzx0TnATVb { width:10rem;height:5.6875rem;top:120.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaQTwEqnOkiX5BZeiQlGNyNyB7W5vUCW { width:7.8125rem;height:2.3125rem;top:127.5625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeZID1uW7H1U2Wb9BpupTqT3KpsbHfza { width:7.8125rem;height:1.75rem;top:127.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbiOhzONgpuEJPl1yTXgtnKgW7qVWs8L { width:4rem;height:1.75rem;top:122rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTOZx8UW7kdRQpNBHd2V5hBWLhHhWZu8 { width:4.4375rem;height:4.125rem;top:21.443751215935rem;left:7.6125005483625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixt9fNggUHmogMIvLIduAVTPcJc0PDnU { width:8.5625rem;height:3.5rem;top:131.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJpXAlqXUZSqK4SQacOB3k2VFZSFvVve { width:7.375rem;height:4.875rem;top:88.736719131469rem;left:6.8625000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEwu4XUB7ogdwC5Ra7NLdmf24bkF1EGX { width:7.1875rem;height:3.25rem;top:144.46875rem;left:5.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE66IQHJssgsD0WmiSzdQ9BiTlvUaVM1 { width:4.5rem;height:4.5rem;top:136.1875rem;left:15.500000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf6Pn3sggC9tcw4TMuzehRaAJVPEXk9D { width:4.5rem;height:3.1875rem;top:144.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh63oP3a4ky1Z0GFOQLaxA1aQyVhsp0i { width:4.5625rem;height:4.5625rem;top:136.15625rem;left:9.6750005483625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrBeufBHrFUy79gk9pNaBQdEpQ8MEwmm { width:12.0625rem;height:2.75rem;top:182.62500572204rem;left:3.7187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGVJXIToETBZ22XBJ2cDdz5uK2fuBde1 { width:8.75rem;height:2.4375rem;top:151.73749685288rem;left:11.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #lggsVTH7OIsX2zi2qMlCnrx2IRCMhJUK { width:8.75rem;height:2.25rem;top:137.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDkSkpV2TqCNDpPidlsZ5T3BwcqmUpoW { width:4.375rem;height:4.375rem;top:143.90620136261rem;left:14.718750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNPgGf8bHXDVSVWDg24grxJKl8bfTbLt { width:8.125rem;height:3.375rem;top:150.74999713898rem;left:1.2367187738419rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfoJmbMWLnzcRnVM3QJ9KPlbXDQoNgwT { width:8.125rem;height:3.125rem;top:156.74999713898rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmNrskVVAP40MfyAeu3hc344MsieZfZz { width:8.125rem;height:2.25rem;top:157.18749713898rem;left:10.175000548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJRZMG8TTGCT0lZ23r7hRTKsw8UhvSNc { width:10.0625rem;height:2.375rem;top:169.93749809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqBpkG7n6m6PQ1agLcsCKdOJpMNrZxu4 { width:5rem;height:2.4375rem;top:132.34375rem;left:0.54921877384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ1ITet5HywyioMZLetaAJ9B4LTNd1JG { width:7.8125rem;height:2.6875rem;top:169.78124809265rem;left:12.187500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmTbn7xZBbdEs5A1WuznywcC4Cwdlm8S { width:9.875rem;height:2.1875rem;top:177.25000572204rem;left:8.9875005483625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtDg1V7WaX97wwZ9xxhAHsI1HUObgobx { width:9.75rem;height:1.25rem;top:164.24999809265rem;left:10.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtBvS45MPT4eQ0ooCihwqx6l3VcRTvHR { width:4.6875rem;height:4.6875rem;top:176.00000572204rem;left:1.6125000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeVwBJya1HCaQsSnufiEfVuvrVMtCS7I { width:6.375rem;height:3.125rem;top:186.375rem;left:0.92421877384188rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT6JdqBrJWpr77pdKJwdSGMPCbtyKlgg { width:6.25rem;height:7.9375rem;top:190.625rem;left:12.875000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEICHs9sKSxd5TlVwUhQur20v1QvZ8rN { width:9.125rem;height:4.75rem;top:195.5625rem;left:1.7375000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmgJesxyhN0vuDE0ZEckLqe7RpI109cG { width:9.8125rem;height:2.5625rem;top:186.98750114441rem;left:9.5187505483625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zruz5NAqJW9hkRG4z5vN4i0qT2Prawl9 { width:8rem;height:8rem;top:202.87801980973rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSHrvoglhQvVxzhbp8ItHGX9dwOeQwBO { width:11.5rem;height:2rem;top:211.50105857849rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmR4Ivc5SQwNXNxrISZpCz3mnuqN2BW8 { width:6.4375rem;height:6.4375rem;top:209.28126716614rem;left:13.561459422111rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdRlBtJyfckT4cFKBRnHktLvxizHH2Ak { width:9.0625rem;height:3.9375rem;top:218.00417137146rem;left:10.936458468438rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0qg9oVowLWyiVUf556ZygZzu8VVgn07 { width:12.9375rem;height:2.25rem;top:224.1250705719rem;left:4.3750003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #sahc3mzMqQrvhiDe6t32scV1D6WLOU49 { width:14.1875rem;height:2.8125rem;top:228.31250953674rem;left:4.1291669607163rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS1CgeOWfrbZb7v2WIIupwcvBpLstod5 { width:11.9375rem;height:3.125rem;top:218.7500667572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELDTwtsvA11ZUudefn5W26L7Eq4TFcPZ { width:9.625rem;height:9.625rem;top:232.06146335602rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krOTCiUBEpaELrik4gkS5Zg3r6gnpc4n { width:13.5rem;height:3.1875rem;top:240.50418138504rem;left:3.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwDbTfy9qBRFURckns0vN22GPbkoi269 { width:7.0625rem;height:4.3125rem;top:204.71980857849rem;left:11.875000834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #J62R6eWvgmZOJfwcGayTS8qeqM15nCzZ { width:9.8125rem;height:5.375rem;top:244.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS0ktbuwcf6XOPgvawh48cbmbmCz6WBd { width:8.875rem;height:5.375rem;top:233.49896335602rem;left:11.123958468438rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS88ybSfy2KnvHGWXiLTMOgaDg1SXGSO { width:10.9375rem;height:4.4375rem;top:251.25001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlqeTXvTypAbsrayw7plf9lIU8cGRTAg { width:7.625rem;height:7.625rem;top:243.62501525879rem;left:12.373959422111rem;display:block; }
 }@media only screen and (max-width: 763px) { #no0JqVTp3xwXrfba89Get6TuiMwwCxZl { width:11.5rem;height:11.5rem;top:255.68751335144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn3R7HsVZQGphcg2EKoJ0CZrEk8txdPy { width:8.3125rem;height:8.3125rem;top:250.25001335144rem;left:11.686458468438rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgUyOSnB5rGywlnX8XTg8CzfTPZ4Ar6I { width:8.3125rem;height:8.3125rem;top:258.56256294251rem;left:11.686458468438rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGKVDXPtVEGn2xFwQupk4o5Pka7mkgC7 { width:8.3125rem;height:6.125rem;top:269.43750762939rem;left:1.1437500715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecP9D2HHkJDfOvGghtmfuxrEgviALLMF { width:6.125rem;height:6.125rem;top:268.87500762939rem;left:10.531250834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoW3B0WNi8y4Nm5np085CTfNgDWUFnpE { width:10.9375rem;height:2.9375rem;top:278.12698698044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo0cQZy2gou78MXliGNf9T9LaV5bBvu3 { width:7.1875rem;height:5.125rem;top:284.99898338318rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKz9QsyGhZTRl9igdA9fmwmaE7NIgaCp { width:13.0625rem;height:3.6875rem;top:293.93652534485rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4JaAvXRqT9yMGBniQFSVI6ggONXUna6 { width:6.125rem;height:6.1875rem;top:276.50002479553rem;left:13.873959422111rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsQHn4tmTuGVergqP0WExTlrnHPF4sHm { width:7.5625rem;height:4rem;top:285.56044197083rem;left:10.754167437553rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWd6F4CegZQMkHmLOTVaFohiUTDN4mB8 { width:7.0625rem;height:7.0625rem;top:299.09271430969rem;left:12.936459422111rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEIfXTbv2r6ATzG40eQQwKOrmH0Kr9Gq { width:7.0625rem;height:7.0625rem;top:290.62812995911rem;left:12.936459422111rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcibwULUt17OgIdsJyKI99trkxIahTUr { width:10.5rem;height:3.875rem;top:300.68646430969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knGdqUbF801WH9RvniI5gNliTbOGoiUc { width:17.25rem;height:3.9375rem;top:308.24892234803rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONJfI3D8qDGBzNhTa1TPo6SXq8zoSxXS { width:11.8125rem;height:2.75rem;top:314.49898529053rem;left:3.1000000238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsxFEmOPOQqmzTl1Jpv7pJq7b2g7knRM { width:8.125rem;height:8.125rem;top:317.99900436401rem;left:6.1291669607163rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ { display:block; }#o7qdHbXy2eeUGCx3khwb3UlDBcyBI0yJ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg7o5ixn1QvR59zn7BplZ6cGAXttSyuK { width:19.1875rem;height:1.16875rem;top:1.25rem;left:0.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyA8vBb1vTnWzQUzc1MhBwAmzDiZNI2Q { width:11.1875rem;height:1.8125rem;top:3.625rem;left:4.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1WMEJJKNDUtikOb9ei3BB3SS0gbBSWX { display:block; }
 }@media only screen and (max-width: 763px) { #k9nBD5dNtPW87AFNUt3unpwgf1XsRxMX { width:11.1875rem;height:1.8125rem;top:6.6875rem;left:4.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slZ9bIuTkUQ54RIqtKv5bDWf0fMoUGxS { display:block; }
 }