.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { background-color: transparent; background-image: none; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container > .video-iframe-container { display: none; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row > .video-iframe-container { display: none; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { border-width: 0; border-radius: 0; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#NVOQKSe87kWX6b4R7Ryu1rULeUiZT9s7 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1rem;left:11.677734375rem;display:block; }
#SMF41wQWMuvtiZWvxJq6E8c2N39fv05t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VVmDkWmszr6KsW7DchHlT8mGUHKkBJu3 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.34375rem;left:4.240234375rem;display:block; }
#w9TLh0sVVkvLDKeExr0ba3QBCDQwPvCg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x75GS0mhMs5yLwwS8vRWSrgGWxEmQfPm { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:0.96875rem;left:0rem;display:block; }
#ZPKt9DSJw1zAZND0lWmWFh7Wa8TFivoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scfVgX2ko6FlHwIyuDUTxcW3selTu5Le { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1rem;left:38.625rem;display:block; }
#RbKXI79V5EmNvZUPNLLNJdTsp9IkevlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHWN8bathl4m8TkeBtG5DTLfAHsTBJCR { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1rem;left:45.0625rem;display:block; }
#yT0dvGbB7agsoI2tTfrJdgBZEqSXCfxN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8iHbuHG7TI6Qdp8LVkkh4niGD7nutLN { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:1.34375rem;left:52.5rem;display:block; }
#Dv0HAREgDhKc9XUElJT1dA3gyuCE6HO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kxL4pvce3NxoyrEz6pmzvLJay9JOW6nZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:0rem;left:26.0625rem;overflow:hidden;display:block; }
#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR { 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; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container { background-color: transparent; background-image: none; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container > .video-iframe-container { display: none; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row > .video-iframe-container { display: none; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .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); }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container { border-width: 0; border-radius: 0; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#TCPTlJHHEkR6ofXTFLkhkRBWW6LObNeC { color:#000000;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:26.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xiZfNkuLDK5GNCG3DsvHvdMX9gkA5MiU { color:rgba(0,0,0,0.7);display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.875;letter-spacing:0;top:16.3125rem;left:26.4375rem;height:15rem;font-style:normal;display:block; }
#W3Hl0gd7Vm8o16iwtsJo3FFUehMELKhz { position:absolute;display:block;z-index:15006;background-color:#a3c4f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:30.0625rem;top:33rem;left:26.4375rem;display:block; }
#mSXmshKRZXllgIMC343bFI0yg4TLXWk1 { color:#f7a734;display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.125rem;left:24.25rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#Ua1VIgMlitXS68tPfRlAT9OW5Ttws6UH { color:rgba(0,0,0,0.7);display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:37.4375rem;left:24.25rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WuyaVT4tNqC82KSBfJ2vACZEtprDaLC7 { color:#a3c4f3;display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.125rem;left:34.5625rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#O93garJ1rsqH69PG5dsmbcTZJ0H81o2h { color:rgba(0,0,0,0.7);display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:37.4375rem;left:34.5625rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kep1K99e2RWwXouv3D8LOm8CKk3GuDcC { color:#a3c4f3;display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.125rem;left:44.5rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#tJsM3wHXigPGOGMzNc8278lt41elTE7y { color:rgba(0,0,0,0.7);display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:37.4375rem;left:45.0625rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AN3vNqptQqTO3TrFKQvzk0IvG1xPNlDT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:25.875rem;top:6.57421875rem;left:0rem;overflow:hidden;display:block; }
#FTICAbqqtqIxmm2blP2uwbnT23TR0moM { color:#262d3c;display:block;width:31.1875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:9.3359375rem;left:26.4375rem;height:6.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNkh7THCeziirqMVHSphxppK4sGKbvvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TNkh7THCeziirqMVHSphxppK4sGKbvvm > .row .container { background-color: transparent; background-image: none; }#TNkh7THCeziirqMVHSphxppK4sGKbvvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNkh7THCeziirqMVHSphxppK4sGKbvvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNkh7THCeziirqMVHSphxppK4sGKbvvm > .row .container > .video-iframe-container { display: none; }#TNkh7THCeziirqMVHSphxppK4sGKbvvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNkh7THCeziirqMVHSphxppK4sGKbvvm > .row > .video-iframe-container { display: none; }#TNkh7THCeziirqMVHSphxppK4sGKbvvm > .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); }#TNkh7THCeziirqMVHSphxppK4sGKbvvm > .row .container { border-width: 0; border-radius: 0; }#TNkh7THCeziirqMVHSphxppK4sGKbvvm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNkh7THCeziirqMVHSphxppK4sGKbvvm > .row .container { font-size:0.875rem;font-family:"open sans";height:27.0625rem;width:60rem;position:relative;display:block; }#LpgHa4TIOcCDDIAsqA6eyxU5CQ7SS5UQ { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.73828125rem;left:31.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oVvyoDJm3IhemW7MesKrDa6QXJT0PbXP { color:#000000;display:block;width:28rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:5.09375rem;left:31.6875rem;height:19.59179375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cQyXchhdoQTGgGbcQK4UzWbAKNw4ySxK { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:13.1875rem;top:1.73828125rem;left:0rem;overflow:hidden;display:block; }
#X4NLFc1Ur1ONOsU6pUUfor3nseKVtcPI { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:14.1875rem;width:19.125rem;top:10.833984375rem;left:9.65625rem;overflow:hidden;display:block; }
#RKaThlt1E6CL3PNaEAHbHoH8hnEHktaW { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:18.25rem;top:1.73828125rem;left:12.03125rem;overflow:hidden;display:block; }
#ZW9NLtkUv3ioTU2WCGkIUb5diJPuxxSK { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:13.1875rem;top:11.990234375rem;left:0.6875rem;overflow:hidden;display:block; }
#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ { 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; }#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ > .row .container { background-color: transparent; background-image: none; }#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ > .row .container > .video-iframe-container { display: none; }#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ > .row > .video-iframe-container { display: none; }#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ > .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); }#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ > .row .container { border-width: 0; border-radius: 0; }#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#sHdl4MWmOBToTK2qcZ8GCmGhmM6unWTZ { position:absolute;display:block;z-index:15006;background-color:#a3c4f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:19.5625rem;left:1.90625rem;display:block; }
#Qwol2glkQ0cUMCw2MgRVHOEZXFTrsRGT { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #a3c4f3;border-left:0.375rem solid #a3c4f3;border-right:0.375rem solid #a3c4f3;border-bottom:0.375rem solid #a3c4f3;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:18.59375rem;left:1rem;display:block; }
#zqQ3Q26iHJ0iDn8ierS9QBTQB4NiePrO { position:absolute;display:block;z-index:15008;background-color:#a3c4f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:18.59375rem;left:55.84375rem;display:block; }
#ANBQhdpK6fmS8SnVhlVTvQx74JLHuJqF { color:#000000;display:block;width:59.125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I2Au47BW3cinAF7dvpxRFi7gUwM2M3Bi { color:#000000;display:block;width:5.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.25rem;left:1rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#Q8P47BS6GabIzVDwIm1gh2JWVq43wHHt { color:#000000;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.25rem;left:8.3125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#wTRvIvTFrTpl8tCCMhUu1IWD7EyklKC6 { color:#000000;display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.25rem;left:22.25rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#S358itkAgHIO84khsJmzIo3xQnlkkQLD { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.25rem;left:36.375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#TK60o5uW6q7lbn1vZvcT8JrnQ07Sss1L { color:#000000;display:block;width:5.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.25rem;left:52.40625rem;height:5.19921875rem;text-align:right;text-align-last:right;display:block; }
#WBNktPppmx2T3avylD3ecTH2eJF8BpFJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.3125rem;left:40.28125rem; }
#nceINXTRu3OTI4VBPowTNoBnL9S1gFxD { box-sizing:content-box;color:#5d92ff;font-size:4.5625rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.3125rem;left:25.34375rem; }
#ChfemKqdxZST8tkrbaiArNP4730Liz1T { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.21875rem;left:54.34375rem; }
#sh9Tk9rIaNrKILIIK3mFHNBWD8l6a0DV { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.875rem;left:10.6875rem; }
#DdVAiPzLNlkT7wha7MTtUKsBLTvtoWIH { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.3125rem;left:0rem; }
#byRW4B3C3FXc7dxx1vXfh5Xck3ViHPms { color:#000000;display:block;width:53.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.65625rem;left:4.65625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OaefuNT3fGoXJJCtOnoTFQNJNQ73V08u { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:17.21875rem;left:11.15625rem;overflow:hidden;display:block; }
#CRtBCMcl5eobvAbNg9mfnhC952W2LcT7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:17.21875rem;left:25.84375rem;overflow:hidden;display:block; }
#px1MUbciMhcz8WIkNpg1ACFFNMxoTrUe { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:17.21875rem;left:40.75rem;overflow:hidden;display:block; }
#LFfRJoIrkPd9Pnb750BfnolNK6azxAu1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#puETvebc87xzhtqGUnyyxVQlCCVqf4Si { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#UQfF8Vp32BPVKleTTETtDgD39SxWTUqX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9aXdxX1A/template_image_Windows_Sale3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD.adaptive-delivery-prevent-bg, #Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD.lazyload, #Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD.lazyloading { background-image: none; }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD > .row .container { background-color: transparent; background-image: none; }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD > .row .container > .video-iframe-container { display: none; }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD > .row > .video-iframe-container { display: none; }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD > .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); }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD > .row .container { border-width: 0; border-radius: 0; }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD > .row .container { font-size:0.875rem;font-family:"open sans";height:47.4375rem;width:60rem;position:relative;display:block; }#R0RRJq2Thus2OcIXgV2JMRIpXdPXnmSi { color:#262d3c;display:block;width:59.9375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.0234375rem;left:0.0625rem;height:2.61230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qTPqxHJsxTmZc8NCM6JuicBTV4lbAad5 { color:#000000;display:block;width:43.625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:4.23828125rem;left:8.5rem;height:6.6484375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Evg0W4rLvplmttD596kwtSayi0m3OKgv { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:35.625rem;width:20rem;top:9.7490234375rem;left:32rem;display:block; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-form-header {  }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-text {padding-top: 0; padding-bottom: 0;}#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-select {padding-top: 0; padding-bottom: 0;}#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .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; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#262d3c;width:20.6875rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1.2; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(0,0,0,0.5);vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .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; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-container:first-of-type{padding-top:0;}#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-container:last-of-type{padding-bottom:0;}#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.5419921875rem;left:32rem; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-info-text { font-size:0.75rem; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS {display:block;}#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.5419921875rem;left:32rem; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #eM6Qyix0SKCgCnlEJgNr72zufvkkVyaT { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #fLKI2zB0HELlax4nWXGUrhIS2nJoC6sA { position:relative;display:block; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #I5shGTsyykokIKwRiPLHRR2wiP2C5nl3 { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #OTySDiNAUDIEeBfwCmJzPrc0ayq3P9Q0 { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #zGg6qQJBtHZ7wBBIvStQKanON8iy2C7x { position:relative;display:block; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #FP2akp56eyTRQtgTLIlPUtfqzhF83nhO { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #ReglZXnQcnQEAbKo7Bgiu4knvkOy5LA8 { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #RlroVr0QSVwkJo8728lKwC2zaTVfgnd7 { position:relative;display:block; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #vliu90XvgB2GmdLnqUHIo9f5SGgvUcVg { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #BFhgPU8K0apZJ656vXv4HnxdyOikRFcH { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #mXTpn3JqyJR7Np0WZ4E1h6C1FantwUUT { position:relative;display:block; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #di6tqDKi9T7F3l5SKyRmrMwnHTZo3uFy { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #rF4V9GQ08HJ0PyCPAJhp7bQxTtU5HaSP { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #TlwAvAmNbpRocs5RmZSTEChukDbrbR8E { position:relative;display:block; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #zROw0sh7DU7JDEsPkdbKv1AclzDsfHkq { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #gVUWfhiQ43msTkgrIi5KkDl4trQ5fxv1 { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #Mye1nnndb4tokap7Hco59PFlqbwo63Lc { position:relative;z-index:2; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #uf7CrhJ78F1xCLX5PH5OgOJgnysofUhU { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #fzDw6L2B0dNxlhEpAGbHJSuaem62XAAB { position:relative; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #sceNp9yAxFFrd7CRwDvMBkleWfWeplAU { position:relative; }
#XXBTtEGJq2IoMRDtoSbuqro90elJIEkr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.625rem;width:23.0625rem;top:9.75rem;left:6.5625rem;overflow:hidden;display:block; }
#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT { position:relative;display:block; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT { background-color: transparent; background-image: none; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row .container > .video-iframe-container { display: none; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row > .video-iframe-container { display: none; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .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); }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT { border-width: 0; border-radius: 0; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .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; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RR8LbbTeyVDbFeUgMspnXuAJcscXrMT3 { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nV1NE6RdFLmHVJnosT1LObdMvdUWewWT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:0rem;overflow:hidden;display:block; }
#GZNJqv8qiECMN2TkIpvLIObLCZt7GzR4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:20rem;overflow:hidden;display:block; }
#pPZTqnLcrmnHLup2k2lhwGQuNsPpWEqL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.9375rem;left:40rem;overflow:hidden;display:block; }
#SCXcd7XFiBW8AWJRxJ6odhdJTgb7C5OO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:0rem;overflow:hidden;display:block; }
#mt4xJo2t8Q9T7bDWC6IwmSoi1LDWUa0t { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:20rem;overflow:hidden;display:block; }
#tanu9le5q7S3GBBG1os88yiLTutI5COn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:39.9375rem;overflow:hidden;display:block; }
#HO0HfcJRfWhOARyPfJAJTpUEISsC4VtC { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.15625rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#durgeUg1grICd97WXuKTAqQK7NedfyND { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.375rem;left:20.71875rem;display:block; }
#AvpZtsH9XHCaGhfNCevogXGwRUwPR3f5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { background-color: transparent; background-image: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { border-width: 0; border-radius: 0; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { font-size:0.875rem;font-family:"open sans";height:27.0625rem;width:60rem;position:relative;display:block; }#g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.73828125rem;left:31.6875rem;height:2.19993125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { color:rgba(0,0,0,0.7);display:block;width:28rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:4.53125rem;left:31.6875rem;height:20.9912rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bnTWOm2ivRDITw6rtRsr3PvrrglGAgJ8 { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:13.1875rem;top:1.73828125rem;left:0rem;overflow:hidden;display:block; }
#ECwtdTO5UeBBi4RqJMCatfhg6WfKCCvH { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:14.1875rem;width:19.125rem;top:10.833984375rem;left:9.65625rem;overflow:hidden;display:block; }
#xXbhanX4a5n3EIWZXZ709vhxbogiaigx { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:18.25rem;top:1.73828125rem;left:12.03125rem;overflow:hidden;display:block; }
#Z0rupAKs1VGBQWF8PwlR3qcWNfURMmqy { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:13.1875rem;top:11.990234375rem;left:0.6875rem;overflow:hidden;display:block; }
#JC309J6viO2yD7uTRbtGvIunVvXAKPTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JC309J6viO2yD7uTRbtGvIunVvXAKPTF > .row .container { background-color: transparent; background-image: none; }#JC309J6viO2yD7uTRbtGvIunVvXAKPTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC309J6viO2yD7uTRbtGvIunVvXAKPTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC309J6viO2yD7uTRbtGvIunVvXAKPTF > .row .container > .video-iframe-container { display: none; }#JC309J6viO2yD7uTRbtGvIunVvXAKPTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC309J6viO2yD7uTRbtGvIunVvXAKPTF > .row > .video-iframe-container { display: none; }#JC309J6viO2yD7uTRbtGvIunVvXAKPTF > .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); }#JC309J6viO2yD7uTRbtGvIunVvXAKPTF > .row .container { border-width: 0; border-radius: 0; }#JC309J6viO2yD7uTRbtGvIunVvXAKPTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JC309J6viO2yD7uTRbtGvIunVvXAKPTF > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#KKeeI7shPsw9MJEOypl77F5KadqWnTRE { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L8T0eDKqQqOHdpoGkxJbcrk8wH0pkDtt { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.73046875rem;left:0rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pUxvQ7xc55LXiIn8HGg6Ud6g6t8TkPlJ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.6875rem;width:18.9375rem;top:6.8291015625rem;left:0.6875rem;display:block; }
#HuEJTPcUzBnNVMqJO14GIyPuNuFqw8x8 { color:#606060;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.0791015625rem;left:3.59375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VAmACbmw8IN6PC4TT2spxxH0fifEn6tf { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.640625rem;left:0.71875rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQ039D8DXT1swTtKRX1Lc1yTK8DUhqs9 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.6875rem;width:18.9375rem;top:6.8291015625rem;left:20.53125rem;display:block; }
#GQoHaOEWLoqTPrcFCcM1ShclQKDwLOUN { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.875rem;width:18.9375rem;top:6.75rem;left:40.46875rem;display:block; }
#CGsMX104CUpz13eZHBvT8Gwnr30RvpRK { color:#606060;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.1416015625rem;left:23.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETWDkswPAcHeFoEh4lUQgkAVwl4razpJ { color:#606060;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.0791015625rem;left:44.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JUC4mqBb1RhkT9mliiIlsmmp9dXWvqty { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.640625rem;left:20.5625rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KvzsXUIzaV1Te60fxpKbFaSmSn77kIRf { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.640625rem;left:40.5rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvkfW2StlFHPTNb37H8XzNFSURlV4W5Z { color:#808080;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:10.1884765625rem;left:1.71875rem;height:12.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dw2ZTuCX4TOK0rfQ9CiHMgFrpZ4GEnZn { color:#808080;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:10.3291015625rem;left:21.5625rem;height:12.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#onAgDBkWVpXTvFTlvmimOgqRbco9quV9 { color:#808080;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:10.1416015625rem;left:41.5rem;height:12.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 { 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; }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row .container { background-color: transparent; background-image: none; }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row .container > .video-iframe-container { display: none; }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row > .video-iframe-container { display: none; }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .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); }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row .container { border-width: 0; border-radius: 0; }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row .container { font-size:0.875rem;font-family:arial;height:76.75rem;width:60rem;position:relative;display:block; }#xsSLtoIQQIiqNla8p1ZEcqRTTISivMp9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:7.375rem;left:0rem;overflow:hidden;display:block; }
#tBz2rz0RJTw8DZ5Jsv5knPsdzUTEK17D { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:21.3125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMbm6BBZhBVyTzFrvJrDKGXBlBX9Fy3I { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:20rem;display:block; }
#usB100vTPVTqAfKwcoKboWce79IZSwTm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:7.375rem;left:20rem;overflow:hidden;display:block; }
#AJJ8s6gREgi77CdD0u35W7nNzK21gah9 { position:absolute;display:block;z-index:14999;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:40rem;display:block; }
#XCAUopiMpC90xVdWRhI2RhUw7cmNifvs { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:7.375rem;left:39.75rem;overflow:hidden;display:block; }
#VKSIPcqz1ScT53NVrwWalrxAGFkRPbGv { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.1875rem;left:4.34375rem;display:block; }
#hMwmBKWxBOVQOqs46rpWPLfuNeBxLmF4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0qAx2rkK8VPBg4uyq91u5HGSrCLrdUT { position:absolute;display:block;z-index:14998;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:0rem;display:block; }
#CeH02xzH4XCT5D42Ix3UM5DdiRdDRM7R { position:absolute;display:block;z-index:15001;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:20rem;display:block; }
#S89htN5lodh7c6mQMwlInHRokhqTNu6v { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:0.125rem;display:block; }
#HhvntrtGRVr05IEwN5GmDFL4Tare4uFE { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:40.125rem;display:block; }
#caZ3XkZTigbrsXOq1NqqqNioxZHunQKG { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:3.1685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DWuDSPUNBDmqSfvxOdnuy8GGagutrRSK { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.79296875rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JTcNnRm5JSZc1uZoz4MrCCET6f1KK07R { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:42.111328125rem;left:0.21875rem;overflow:hidden;display:block; }
#SMIp6lwD8OZSxvO9vCZfQ9aOy6aWPp52 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:42.111328125rem;left:20rem;overflow:hidden;display:block; }
#mSurPyh64prEmuuCZFVuxaO5COU7ZxAK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.5625rem;top:42.111328125rem;left:40.21875rem;overflow:hidden;display:block; }
#EzcDKB1uPbfM6GB0o9F3iTUq3k7PUEyu { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:21.3125rem;left:20rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aI6msvQvvbRsrGI5cbQDooNq4Tks1s7r { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:22.09375rem;left:40rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mO4TxeliZfvnJeHdgTWVQtcUMhChRwPp { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:56.125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fOluUeIIwKdIM4yISBqbgsVDX865vT9w { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:56.125rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whPcZATxBZhcJqbC2H5R7IIbvbURnfqg { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:56.125rem;left:40rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRv38RBMyDQNJk9P5TDQAHZ4zpT1GFsX { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:60.25rem;left:40.78125rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h6K9gQyBmS7oDGxQapkriWPEXlOH91tR { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:72.3125rem;left:44.34375rem;display:block; }
#prrdXsSbSlR7NDPV0Ct3xhdlyLU5kMpX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iUBn7GRLCTwethLk1RmkqHkdel2niI64 { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.125rem;left:0.78125rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VwRgVkzT6MtcA3xoxyO1oMvQfUpTNXmo { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.1875rem;left:20.78125rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DFp8HNrFeSHekMKIpkWniXeGQA3wNBSS { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:25.1875rem;left:40.78125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CZ2fgeAeodxZ7lPapDMWKmamk0RTzF7W { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:60.25rem;left:0.78125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bh6DHJKrAfcIKAIAkacdHkT0qsPDBfc6 { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:60.9375rem;left:20.78125rem;height:10.51175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yuBiFFgItSWROt9cT0HaqhFzGR6qxODi { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:72.3125rem;left:24.34375rem;display:block; }
#suecXDtGioX7DgcAt1sPqLqFTzCZwERr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1HJzM1v8q4bQTTkLL3AWNLkwTDIqCQA { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:72.3125rem;left:4.34375rem;display:block; }
#ZztxgvQpaduCvkVapAt5UD7qenT9Cg0M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#om78dCrwQa2JduQtTbebQ17wVXhK0yb8 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.1875rem;left:24.34375rem;display:block; }
#lTWdkuXSBrWd0Cb5pVydT7UPi9WtzaDd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ho0stKaM5d49uNslf91HEEF8f8RCyDyT { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.1875rem;left:44.34375rem;display:block; }
#TKEk2ykkTur1zaeTObT2qxcHxLm0tPrM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.88);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row .container { background-color: transparent; background-image: none; }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row .container > .video-iframe-container { display: none; }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row > .video-iframe-container { display: none; }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .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); }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row .container { border-width: 0; border-radius: 0; }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#grc92mGg1iU42tJis8Igd1KyRbGBoINu { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.2890625rem;left:18.46875rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bwx9yGwINyR4b90iHwBlmQpGFSwfQXg2 { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.45703125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#GqHC4DpaGVbtX6qEMfe4bBQ7bu2Gp8EV { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.916015625rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#ZroMZldLGye27qlNnFdMQl3nUxEEuzqw { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.51953125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#mxNCILGOnyvPa1JUOrwdkCEzBZc07RgT { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#qZTa1RL4M8OpAyQU153IfKXS7SEf7Hf5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:0.45703125rem;left:25.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 { display:block; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVOQKSe87kWX6b4R7Ryu1rULeUiZT9s7 { width:7.5rem;height:2.1875rem;top:1rem;left:5.552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMF41wQWMuvtiZWvxJq6E8c2N39fv05t { display:block; }
 }@media only screen and (max-width: 763px) { #VVmDkWmszr6KsW7DchHlT8mGUHKkBJu3 { width:7.5rem;height:1.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TLh0sVVkvLDKeExr0ba3QBCDQwPvCg { display:block; }
 }@media only screen and (max-width: 763px) { #x75GS0mhMs5yLwwS8vRWSrgGWxEmQfPm { width:3.9375rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKt9DSJw1zAZND0lWmWFh7Wa8TFivoF { display:block; }
 }@media only screen and (max-width: 763px) { #scfVgX2ko6FlHwIyuDUTxcW3selTu5Le { width:7.5rem;height:2.1875rem;top:1rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKXI79V5EmNvZUPNLLNJdTsp9IkevlJ { display:block; }
 }@media only screen and (max-width: 763px) { #cHWN8bathl4m8TkeBtG5DTLfAHsTBJCR { width:7.5rem;height:2.1875rem;top:1rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0dvGbB7agsoI2tTfrJdgBZEqSXCfxN { display:block; }
 }@media only screen and (max-width: 763px) { #C8iHbuHG7TI6Qdp8LVkkh4niGD7nutLN { width:7.5rem;height:1.5rem;top:1.3125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0HAREgDhKc9XUElJT1dA3gyuCE6HO8 { display:block; }
 }@media only screen and (max-width: 763px) { #kxL4pvce3NxoyrEz6pmzvLJay9JOW6nZ { top:0rem;left:19.9375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR { display:block; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCPTlJHHEkR6ofXTFLkhkRBWW6LObNeC { width:8.125rem;height:;top:2.5rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiZfNkuLDK5GNCG3DsvHvdMX9gkA5MiU { width:30.875rem;height:15rem;top:16.3125rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3Hl0gd7Vm8o16iwtsJo3FFUehMELKhz { width:30.0625rem;height:0.0625rem;top:33rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXmshKRZXllgIMC343bFI0yg4TLXWk1 { width:11.5rem;height:3.125rem;top:34.125rem;left:18.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1VIgMlitXS68tPfRlAT9OW5Ttws6UH { width:11.5rem;height:1.125rem;top:37.4375rem;left:18.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuyaVT4tNqC82KSBfJ2vACZEtprDaLC7 { width:11.5rem;height:3.125rem;top:34.125rem;left:28.4375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O93garJ1rsqH69PG5dsmbcTZJ0H81o2h { width:11.5rem;height:2.25rem;top:37.4375rem;left:28.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kep1K99e2RWwXouv3D8LOm8CKk3GuDcC { width:11.5rem;height:3.125rem;top:34.125rem;left:36.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJsM3wHXigPGOGMzNc8278lt41elTE7y { width:11.5rem;height:2.25rem;top:37.4375rem;left:36.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN3vNqptQqTO3TrFKQvzk0IvG1xPNlDT { width:25.875rem;height:31.0625rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTICAbqqtqIxmm2blP2uwbnT23TR0moM { width:31.1875rem;height:6.1875rem;top:9.3125rem;left:16.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNkh7THCeziirqMVHSphxppK4sGKbvvm { display:block; }#TNkh7THCeziirqMVHSphxppK4sGKbvvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpgHa4TIOcCDDIAsqA6eyxU5CQ7SS5UQ { width:28.3125rem;height:;top:1.6875rem;left:19.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVvyoDJm3IhemW7MesKrDa6QXJT0PbXP { width:28rem;height:19.5625rem;top:5.0625rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQyXchhdoQTGgGbcQK4UzWbAKNw4ySxK { width:13.1875rem;height:11.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NLFc1Ur1ONOsU6pUUfor3nseKVtcPI { width:19.125rem;height:14.1875rem;top:10.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKaThlt1E6CL3PNaEAHbHoH8hnEHktaW { width:18.25rem;height:13.625rem;top:1.6875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW9NLtkUv3ioTU2WCGkIUb5diJPuxxSK { width:13.1875rem;height:11.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZUh24i6Hop18MRrKwK926GqqIgVcVLJ { display:block; }#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHdl4MWmOBToTK2qcZ8GCmGhmM6unWTZ { top:19.5625rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwol2glkQ0cUMCw2MgRVHOEZXFTrsRGT { top:18.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqQ3Q26iHJ0iDn8ierS9QBTQB4NiePrO { top:18.5625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANBQhdpK6fmS8SnVhlVTvQx74JLHuJqF { top:0rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Au47BW3cinAF7dvpxRFi7gUwM2M3Bi { top:22.25rem;left:0rem;width:5.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8P47BS6GabIzVDwIm1gh2JWVq43wHHt { top:22.25rem;left:2.1875rem;width:10.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTRvIvTFrTpl8tCCMhUu1IWD7EyklKC6 { top:22.25rem;left:16.125rem;width:11.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S358itkAgHIO84khsJmzIo3xQnlkkQLD { top:22.25rem;left:30.25rem;width:14.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK60o5uW6q7lbn1vZvcT8JrnQ07Sss1L { top:22.25rem;left:42rem;width:5.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBNktPppmx2T3avylD3ecTH2eJF8BpFJ { top:11.3125rem;left:34.15625rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #nceINXTRu3OTI4VBPowTNoBnL9S1gFxD { top:11.3125rem;left:19.21875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChfemKqdxZST8tkrbaiArNP4730Liz1T { top:12.1875rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh9Tk9rIaNrKILIIK3mFHNBWD8l6a0DV { top:11.875rem;left:4.5625rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdVAiPzLNlkT7wha7MTtUKsBLTvtoWIH { top:11.3125rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #byRW4B3C3FXc7dxx1vXfh5Xck3ViHPms { width:47.75rem;height:4.5rem;top:4.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaefuNT3fGoXJJCtOnoTFQNJNQ73V08u { top:17.1875rem;left:5.03125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRtBCMcl5eobvAbNg9mfnhC952W2LcT7 { top:17.1875rem;left:19.71875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #px1MUbciMhcz8WIkNpg1ACFFNMxoTrUe { top:17.1875rem;left:34.625rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFfRJoIrkPd9Pnb750BfnolNK6azxAu1 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #puETvebc87xzhtqGUnyyxVQlCCVqf4Si { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQfF8Vp32BPVKleTTETtDgD39SxWTUqX { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD { display:block; }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0RRJq2Thus2OcIXgV2JMRIpXdPXnmSi { width:47.75rem;height:2.5625rem;top:1rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTPqxHJsxTmZc8NCM6JuicBTV4lbAad5 { width:43.625rem;height:6.625rem;top:4.1875rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evg0W4rLvplmttD596kwtSayi0m3OKgv { width:20rem;height:35.625rem;top:9.6875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-text {padding-top: 0; padding-bottom: 0;}#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-select {padding-top: 0; padding-bottom: 0;}#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-button { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS  { width:20.6875rem;height:auto;top:9.5rem;left:24.5625rem; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS {display:block;}#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS { width:20.6875rem;height:auto;top:9.5rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #eM6Qyix0SKCgCnlEJgNr72zufvkkVyaT {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #fLKI2zB0HELlax4nWXGUrhIS2nJoC6sA { display:none; }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #I5shGTsyykokIKwRiPLHRR2wiP2C5nl3 {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #OTySDiNAUDIEeBfwCmJzPrc0ayq3P9Q0 {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #zGg6qQJBtHZ7wBBIvStQKanON8iy2C7x { display:none; }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #FP2akp56eyTRQtgTLIlPUtfqzhF83nhO {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #ReglZXnQcnQEAbKo7Bgiu4knvkOy5LA8 {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #RlroVr0QSVwkJo8728lKwC2zaTVfgnd7 { display:none; }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #vliu90XvgB2GmdLnqUHIo9f5SGgvUcVg {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #BFhgPU8K0apZJ656vXv4HnxdyOikRFcH {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #mXTpn3JqyJR7Np0WZ4E1h6C1FantwUUT {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #di6tqDKi9T7F3l5SKyRmrMwnHTZo3uFy {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #rF4V9GQ08HJ0PyCPAJhp7bQxTtU5HaSP {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #TlwAvAmNbpRocs5RmZSTEChukDbrbR8E {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #zROw0sh7DU7JDEsPkdbKv1AclzDsfHkq {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #gVUWfhiQ43msTkgrIi5KkDl4trQ5fxv1 {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #Mye1nnndb4tokap7Hco59PFlqbwo63Lc {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #uf7CrhJ78F1xCLX5PH5OgOJgnysofUhU {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #fzDw6L2B0dNxlhEpAGbHJSuaem62XAAB {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #sceNp9yAxFFrd7CRwDvMBkleWfWeplAU {  }
 }@media only screen and (max-width: 763px) { #XXBTtEGJq2IoMRDtoSbuqro90elJIEkr { top:9.75rem;left:0.4375rem;width:23.0625rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT { display:block; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RR8LbbTeyVDbFeUgMspnXuAJcscXrMT3 { width:47.75rem;height:2.8125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV1NE6RdFLmHVJnosT1LObdMvdUWewWT { width:19.125rem;height:12.625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNJqv8qiECMN2TkIpvLIObLCZt7GzR4 { width:19.125rem;height:12.625rem;top:6.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPZTqnLcrmnHLup2k2lhwGQuNsPpWEqL { width:19rem;height:12.5rem;top:6.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCXcd7XFiBW8AWJRxJ6odhdJTgb7C5OO { width:19.125rem;height:12.625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt4xJo2t8Q9T7bDWC6IwmSoi1LDWUa0t { width:19.125rem;height:12.625rem;top:20.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tanu9le5q7S3GBBG1os88yiLTutI5COn { width:19.125rem;height:12.625rem;top:20.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO0HfcJRfWhOARyPfJAJTpUEISsC4VtC { width:47.75rem;height:1.5625rem;top:4.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #durgeUg1grICd97WXuKTAqQK7NedfyND { width:18.5625rem;height:3.75rem;top:34.375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvpZtsH9XHCaGhfNCevogXGwRUwPR3f5 { display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:28.3125rem;height:2.1875rem;top:1.6875rem;left:19.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:28rem;height:20.9375rem;top:4.5rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnTWOm2ivRDITw6rtRsr3PvrrglGAgJ8 { width:13.1875rem;height:11.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECwtdTO5UeBBi4RqJMCatfhg6WfKCCvH { width:19.125rem;height:14.1875rem;top:10.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXbhanX4a5n3EIWZXZ709vhxbogiaigx { width:18.25rem;height:13.625rem;top:1.6875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0rupAKs1VGBQWF8PwlR3qcWNfURMmqy { width:13.1875rem;height:11.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC309J6viO2yD7uTRbtGvIunVvXAKPTF { display:block; }#JC309J6viO2yD7uTRbtGvIunVvXAKPTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKeeI7shPsw9MJEOypl77F5KadqWnTRE { width:47.75rem;height:3.125rem;top:0.5625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8T0eDKqQqOHdpoGkxJbcrk8wH0pkDtt { width:47.75rem;height:1.375rem;top:3.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUxvQ7xc55LXiIn8HGg6Ud6g6t8TkPlJ { width:18.9375rem;height:16.6875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuEJTPcUzBnNVMqJO14GIyPuNuFqw8x8 { width:11.875rem;height:1.625rem;top:24.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAmACbmw8IN6PC4TT2spxxH0fifEn6tf { width:18.875rem;height:1.375rem;top:7.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ039D8DXT1swTtKRX1Lc1yTK8DUhqs9 { width:18.9375rem;height:16.6875rem;top:6.8125rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQoHaOEWLoqTPrcFCcM1ShclQKDwLOUN { width:18.9375rem;height:16.875rem;top:6.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGsMX104CUpz13eZHBvT8Gwnr30RvpRK { width:11.875rem;height:1.625rem;top:24.125rem;left:17.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETWDkswPAcHeFoEh4lUQgkAVwl4razpJ { width:11.875rem;height:1.625rem;top:24.0625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUC4mqBb1RhkT9mliiIlsmmp9dXWvqty { width:18.875rem;height:1.375rem;top:7.625rem;left:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvzsXUIzaV1Te60fxpKbFaSmSn77kIRf { width:18.875rem;height:1.375rem;top:7.625rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvkfW2StlFHPTNb37H8XzNFSURlV4W5Z { width:16.875rem;height:12.75rem;top:10.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw2ZTuCX4TOK0rfQ9CiHMgFrpZ4GEnZn { width:16.875rem;height:12.4375rem;top:10.3125rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onAgDBkWVpXTvFTlvmimOgqRbco9quV9 { width:16.875rem;height:12.4375rem;top:10.125rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 { display:block; }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsSLtoIQQIiqNla8p1ZEcqRTTISivMp9 { width:19.5625rem;height:13.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBz2rz0RJTw8DZ5Jsv5knPsdzUTEK17D { width:19.875rem;height:3.125rem;top:21.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMbm6BBZhBVyTzFrvJrDKGXBlBX9Fy3I { width:19.75rem;height:33.75rem;top:7.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #usB100vTPVTqAfKwcoKboWce79IZSwTm { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJJ8s6gREgi77CdD0u35W7nNzK21gah9 { width:19.75rem;height:33.75rem;top:7.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCAUopiMpC90xVdWRhI2RhUw7cmNifvs { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKSIPcqz1ScT53NVrwWalrxAGFkRPbGv { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMwmBKWxBOVQOqs46rpWPLfuNeBxLmF4 { display:block; }
 }@media only screen and (max-width: 763px) { #Q0qAx2rkK8VPBg4uyq91u5HGSrCLrdUT { width:19.75rem;height:33.75rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeH02xzH4XCT5D42Ix3UM5DdiRdDRM7R { width:19.75rem;height:33.75rem;top:42.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #S89htN5lodh7c6mQMwlInHRokhqTNu6v { width:19.75rem;height:33.75rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhvntrtGRVr05IEwN5GmDFL4Tare4uFE { width:19.75rem;height:33.75rem;top:42.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caZ3XkZTigbrsXOq1NqqqNioxZHunQKG { width:47.75rem;height:3.125rem;top:0.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWuDSPUNBDmqSfvxOdnuy8GGagutrRSK { width:47.75rem;height:1.5625rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTcNnRm5JSZc1uZoz4MrCCET6f1KK07R { width:19.5625rem;height:13.375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMIp6lwD8OZSxvO9vCZfQ9aOy6aWPp52 { width:19.5625rem;height:13.375rem;top:42.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSurPyh64prEmuuCZFVuxaO5COU7ZxAK { width:19.5625rem;height:13.375rem;top:42.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzcDKB1uPbfM6GB0o9F3iTUq3k7PUEyu { width:19.875rem;height:3.125rem;top:21.3125rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI6msvQvvbRsrGI5cbQDooNq4Tks1s7r { width:19.875rem;height:1.5625rem;top:22.0625rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO4TxeliZfvnJeHdgTWVQtcUMhChRwPp { width:19.875rem;height:3.125rem;top:56.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOluUeIIwKdIM4yISBqbgsVDX865vT9w { width:19.875rem;height:3.75rem;top:56.125rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whPcZATxBZhcJqbC2H5R7IIbvbURnfqg { width:19.875rem;height:3.125rem;top:56.125rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRv38RBMyDQNJk9P5TDQAHZ4zpT1GFsX { width:18.4375rem;height:11rem;top:60.25rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6K9gQyBmS7oDGxQapkriWPEXlOH91tR { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prrdXsSbSlR7NDPV0Ct3xhdlyLU5kMpX { display:block; }
 }@media only screen and (max-width: 763px) { #iUBn7GRLCTwethLk1RmkqHkdel2niI64 { width:18.4375rem;height:11rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwRgVkzT6MtcA3xoxyO1oMvQfUpTNXmo { width:18.4375rem;height:11rem;top:25.1875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFp8HNrFeSHekMKIpkWniXeGQA3wNBSS { width:18.4375rem;height:10.375rem;top:25.1875rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ2fgeAeodxZ7lPapDMWKmamk0RTzF7W { width:18.4375rem;height:10.375rem;top:60.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh6DHJKrAfcIKAIAkacdHkT0qsPDBfc6 { width:18.4375rem;height:10.5rem;top:60.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuBiFFgItSWROt9cT0HaqhFzGR6qxODi { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suecXDtGioX7DgcAt1sPqLqFTzCZwERr { display:block; }
 }@media only screen and (max-width: 763px) { #O1HJzM1v8q4bQTTkLL3AWNLkwTDIqCQA { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZztxgvQpaduCvkVapAt5UD7qenT9Cg0M { display:block; }
 }@media only screen and (max-width: 763px) { #om78dCrwQa2JduQtTbebQ17wVXhK0yb8 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTWdkuXSBrWd0Cb5pVydT7UPi9WtzaDd { display:block; }
 }@media only screen and (max-width: 763px) { #Ho0stKaM5d49uNslf91HEEF8f8RCyDyT { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEk2ykkTur1zaeTObT2qxcHxLm0tPrM { display:block; }
 }@media only screen and (max-width: 763px) { #O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ { display:block; }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grc92mGg1iU42tJis8Igd1KyRbGBoINu { top:18.25rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwx9yGwINyR4b90iHwBlmQpGFSwfQXg2 { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqHC4DpaGVbtX6qEMfe4bBQ7bu2Gp8EV { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZroMZldLGye27qlNnFdMQl3nUxEEuzqw { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxNCILGOnyvPa1JUOrwdkCEzBZc07RgT { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZTa1RL4M8OpAyQU153IfKXS7SEf7Hf5 { top:0.4375rem;left:19.84375rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVOQKSe87kWX6b4R7Ryu1rULeUiZT9s7 { width:7.5rem;height:1.5rem;top:4rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMF41wQWMuvtiZWvxJq6E8c2N39fv05t { display:block; }
 }@media only screen and (max-width: 763px) { #VVmDkWmszr6KsW7DchHlT8mGUHKkBJu3 { width:7.5rem;height:2.1875rem;top:5.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TLh0sVVkvLDKeExr0ba3QBCDQwPvCg { display:block; }
 }@media only screen and (max-width: 763px) { #x75GS0mhMs5yLwwS8vRWSrgGWxEmQfPm { width:3.9375rem;height:1.5rem;top:4rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKt9DSJw1zAZND0lWmWFh7Wa8TFivoF { display:block; }
 }@media only screen and (max-width: 763px) { #scfVgX2ko6FlHwIyuDUTxcW3selTu5Le { width:7.5rem;height:1.5rem;top:4rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKXI79V5EmNvZUPNLLNJdTsp9IkevlJ { display:block; }
 }@media only screen and (max-width: 763px) { #cHWN8bathl4m8TkeBtG5DTLfAHsTBJCR { width:7.5rem;height:1.5rem;top:5.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0dvGbB7agsoI2tTfrJdgBZEqSXCfxN { display:block; }
 }@media only screen and (max-width: 763px) { #C8iHbuHG7TI6Qdp8LVkkh4niGD7nutLN { width:8.4375rem;height:2.4375rem;top:1.625rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0HAREgDhKc9XUElJT1dA3gyuCE6HO8 { display:block; }
 }@media only screen and (max-width: 763px) { #kxL4pvce3NxoyrEz6pmzvLJay9JOW6nZ { width:5.25rem;height:5.25rem;top:0rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR { display:block; }#wBObdI4Bmg8DduIqrMEufRTiMfV5qxvR > .row .container { width:20rem;height:88rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCPTlJHHEkR6ofXTFLkhkRBWW6LObNeC { width:7.4375rem;height:1.29980625rem;top:1.25rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiZfNkuLDK5GNCG3DsvHvdMX9gkA5MiU { width:19.125rem;height:18rem;top:40.048828125rem;left:0.4375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3Hl0gd7Vm8o16iwtsJo3FFUehMELKhz { width:20rem;height:0.0625rem;top:59.611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXmshKRZXllgIMC343bFI0yg4TLXWk1 { width:20rem;height:4.0625rem;top:60.392578125rem;left:0rem;text-align:center;text-align-last:center;font-size:4.0625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Ua1VIgMlitXS68tPfRlAT9OW5Ttws6UH { width:20rem;height:2.03125rem;top:65.205078125rem;left:-0.15625rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WuyaVT4tNqC82KSBfJ2vACZEtprDaLC7 { width:20rem;height:4.0625rem;top:68.591796875rem;left:-0.3125rem;text-align:center;text-align-last:center;font-size:4.0625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #O93garJ1rsqH69PG5dsmbcTZJ0H81o2h { width:20rem;height:4.0625rem;top:73.466796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kep1K99e2RWwXouv3D8LOm8CKk3GuDcC { width:20rem;height:4.0625rem;top:78.423828125rem;left:0rem;text-align:center;text-align-last:center;font-size:4.0625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #tJsM3wHXigPGOGMzNc8278lt41elTE7y { width:20rem;height:4.0625rem;top:82.486328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AN3vNqptQqTO3TrFKQvzk0IvG1xPNlDT { width:20rem;height:23.902375rem;top:8.1123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTICAbqqtqIxmm2blP2uwbnT23TR0moM { width:19.1875rem;height:6.597625rem;top:32.0146484375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNkh7THCeziirqMVHSphxppK4sGKbvvm { display:block; }#TNkh7THCeziirqMVHSphxppK4sGKbvvm > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpgHa4TIOcCDDIAsqA6eyxU5CQ7SS5UQ { width:20rem;height:2.19921875rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVvyoDJm3IhemW7MesKrDa6QXJT0PbXP { width:20rem;height:25.18945rem;top:23.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cQyXchhdoQTGgGbcQK4UzWbAKNw4ySxK { width:13.1875rem;height:11.375rem;top:5.59375rem;left:6.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NLFc1Ur1ONOsU6pUUfor3nseKVtcPI { width:13.125rem;height:8.5rem;top:4.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKaThlt1E6CL3PNaEAHbHoH8hnEHktaW { width:11.5rem;height:9.1875rem;top:13.03125rem;left:7.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW9NLtkUv3ioTU2WCGkIUb5diJPuxxSK { width:13.1875rem;height:11.75rem;top:8.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZUh24i6Hop18MRrKwK926GqqIgVcVLJ { display:block; }#LZUh24i6Hop18MRrKwK926GqqIgVcVLJ > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHdl4MWmOBToTK2qcZ8GCmGhmM6unWTZ { width:0.25rem;height:32.125rem;top:18.11328125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwol2glkQ0cUMCw2MgRVHOEZXFTrsRGT { width:1.25rem;height:1.25rem;top:17.0732421875rem;left:1.3125rem;border-top:0.3125rem solid #a3c4f3;border-left:0.3125rem solid #a3c4f3;border-right:0.3125rem solid #a3c4f3;border-bottom:0.3125rem solid #a3c4f3;display:block; }
 }@media only screen and (max-width: 763px) { #zqQ3Q26iHJ0iDn8ierS9QBTQB4NiePrO { width:1.625rem;height:1.625rem;top:49.4375rem;left:1.4375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ANBQhdpK6fmS8SnVhlVTvQx74JLHuJqF { width:20rem;height:2.5996125rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Au47BW3cinAF7dvpxRFi7gUwM2M3Bi { width:9.125rem;height:2.3984375rem;top:17.0732421875rem;left:10rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q8P47BS6GabIzVDwIm1gh2JWVq43wHHt { width:9.125rem;height:5.49805rem;top:22.826171875rem;left:10rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wTRvIvTFrTpl8tCCMhUu1IWD7EyklKC6 { width:9.125rem;height:5.49805rem;top:30.61328125rem;left:10rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #S358itkAgHIO84khsJmzIo3xQnlkkQLD { width:9.6875rem;height:8.796875rem;top:37.8515625rem;left:9.71875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TK60o5uW6q7lbn1vZvcT8JrnQ07Sss1L { width:9.125rem;height:3.8994125rem;top:48.59375rem;left:9.71875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WBNktPppmx2T3avylD3ecTH2eJF8BpFJ { display:flex;width:3.3125rem;height:3.3125rem;top:39.3515625rem;left:4.625rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #nceINXTRu3OTI4VBPowTNoBnL9S1gFxD { display:flex;width:3.3125rem;height:3.3125rem;top:30.61328125rem;left:4.625rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #ChfemKqdxZST8tkrbaiArNP4730Liz1T { display:flex;width:3.3125rem;height:3.3125rem;top:48.59375rem;left:4.625rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #sh9Tk9rIaNrKILIIK3mFHNBWD8l6a0DV { display:flex;width:3.3125rem;height:3.3125rem;top:22.826171875rem;left:4.625rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #DdVAiPzLNlkT7wha7MTtUKsBLTvtoWIH { display:flex;width:3.3125rem;height:3.3125rem;top:17.0732421875rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #byRW4B3C3FXc7dxx1vXfh5Xck3ViHPms { width:19.75rem;height:10.5rem;top:3.974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OaefuNT3fGoXJJCtOnoTFQNJNQ73V08u { width:0.625rem;height:0.625rem;top:49.67578125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRtBCMcl5eobvAbNg9mfnhC952W2LcT7 { width:0.625rem;height:0.625rem;top:49.67578125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #px1MUbciMhcz8WIkNpg1ACFFNMxoTrUe { width:0.625rem;height:0.625rem;top:49.67578125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFfRJoIrkPd9Pnb750BfnolNK6azxAu1 { top:22.294921875rem;left:0rem;width:4.375rem;height:4.375rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #puETvebc87xzhtqGUnyyxVQlCCVqf4Si { top:29.61328125rem;left:0rem;width:4.375rem;height:4.375rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UQfF8Vp32BPVKleTTETtDgD39SxWTUqX { top:38.8203125rem;left:0.3125rem;width:4.375rem;height:4.375rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD { display:block; }#Fmxdi8ODQMHc2KPbATx4nTe843dv5NOD > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0RRJq2Thus2OcIXgV2JMRIpXdPXnmSi { width:20rem;height:6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qTPqxHJsxTmZc8NCM6JuicBTV4lbAad5 { width:20rem;height:9.2578125rem;top:40.6435625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Evg0W4rLvplmttD596kwtSayi0m3OKgv { width:20rem;height:31.5rem;top:47.9013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-text {padding-top: 0; padding-bottom: 0;}#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-select {padding-top: 0; padding-bottom: 0;}#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.25rem; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS  { width:17.5rem;height:auto;top:47.4130859375rem;left:0rem; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS {display:block;}#oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS { width:17.5rem;height:auto;top:47.4130859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #eM6Qyix0SKCgCnlEJgNr72zufvkkVyaT {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #fLKI2zB0HELlax4nWXGUrhIS2nJoC6sA { display:none; }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #I5shGTsyykokIKwRiPLHRR2wiP2C5nl3 {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #OTySDiNAUDIEeBfwCmJzPrc0ayq3P9Q0 {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #zGg6qQJBtHZ7wBBIvStQKanON8iy2C7x { display:none; }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #FP2akp56eyTRQtgTLIlPUtfqzhF83nhO {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #ReglZXnQcnQEAbKo7Bgiu4knvkOy5LA8 {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #RlroVr0QSVwkJo8728lKwC2zaTVfgnd7 { display:none; }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #vliu90XvgB2GmdLnqUHIo9f5SGgvUcVg {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #BFhgPU8K0apZJ656vXv4HnxdyOikRFcH {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #mXTpn3JqyJR7Np0WZ4E1h6C1FantwUUT {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #di6tqDKi9T7F3l5SKyRmrMwnHTZo3uFy {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #rF4V9GQ08HJ0PyCPAJhp7bQxTtU5HaSP {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #TlwAvAmNbpRocs5RmZSTEChukDbrbR8E {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #zROw0sh7DU7JDEsPkdbKv1AclzDsfHkq {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #gVUWfhiQ43msTkgrIi5KkDl4trQ5fxv1 {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #Mye1nnndb4tokap7Hco59PFlqbwo63Lc {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #uf7CrhJ78F1xCLX5PH5OgOJgnysofUhU {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #fzDw6L2B0dNxlhEpAGbHJSuaem62XAAB {  }
 }@media only screen and (max-width: 763px) { #oT6uTIe7QxuNDzu3bysrBaL7lS3bFhgS #sceNp9yAxFFrd7CRwDvMBkleWfWeplAU {  }
 }@media only screen and (max-width: 763px) { #XXBTtEGJq2IoMRDtoSbuqro90elJIEkr { width:20rem;height:30.8935625rem;top:8.5rem;left:0rem;z-index:15006;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT { display:block; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RR8LbbTeyVDbFeUgMspnXuAJcscXrMT3 { width:20rem;height:4rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nV1NE6RdFLmHVJnosT1LObdMvdUWewWT { width:20rem;height:12.625rem;top:8.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNJqv8qiECMN2TkIpvLIObLCZt7GzR4 { width:20rem;height:12.625rem;top:21.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPZTqnLcrmnHLup2k2lhwGQuNsPpWEqL { width:20rem;height:12.5rem;top:35.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCXcd7XFiBW8AWJRxJ6odhdJTgb7C5OO { width:20rem;height:12.625rem;top:48.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt4xJo2t8Q9T7bDWC6IwmSoi1LDWUa0t { width:20rem;height:12.625rem;top:61.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tanu9le5q7S3GBBG1os88yiLTutI5COn { width:20rem;height:12.625rem;top:74.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO0HfcJRfWhOARyPfJAJTpUEISsC4VtC { width:20rem;height:3.1875rem;top:4.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #durgeUg1grICd97WXuKTAqQK7NedfyND { width:18.5625rem;height:3.75rem;top:88.13671875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvpZtsH9XHCaGhfNCevogXGwRUwPR3f5 { display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:20rem;height:2.19921875rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:20rem;height:29.38765625rem;top:23.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bnTWOm2ivRDITw6rtRsr3PvrrglGAgJ8 { width:13.1875rem;height:11.375rem;top:5.59375rem;left:6.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECwtdTO5UeBBi4RqJMCatfhg6WfKCCvH { width:13.125rem;height:8.5rem;top:4.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXbhanX4a5n3EIWZXZ709vhxbogiaigx { width:11.5rem;height:9.1875rem;top:13.03125rem;left:7.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0rupAKs1VGBQWF8PwlR3qcWNfURMmqy { width:13.1875rem;height:11.75rem;top:8.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC309J6viO2yD7uTRbtGvIunVvXAKPTF { display:block; }#JC309J6viO2yD7uTRbtGvIunVvXAKPTF > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKeeI7shPsw9MJEOypl77F5KadqWnTRE { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8T0eDKqQqOHdpoGkxJbcrk8wH0pkDtt { width:20rem;height:1.3808625rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUxvQ7xc55LXiIn8HGg6Ud6g6t8TkPlJ { width:20rem;height:16.9375rem;top:7.48730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuEJTPcUzBnNVMqJO14GIyPuNuFqw8x8 { width:19.875rem;height:1.3808625rem;top:22.5498046875rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAmACbmw8IN6PC4TT2spxxH0fifEn6tf { width:19.125rem;height:1.21875rem;top:8.2988296875rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ039D8DXT1swTtKRX1Lc1yTK8DUhqs9 { width:20rem;height:16.0625rem;top:25.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQoHaOEWLoqTPrcFCcM1ShclQKDwLOUN { width:20rem;height:16.875rem;top:41.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGsMX104CUpz13eZHBvT8Gwnr30RvpRK { width:11.875rem;height:1.3808625rem;top:39.2431640625rem;left:4.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETWDkswPAcHeFoEh4lUQgkAVwl4razpJ { width:11.875rem;height:1.3808625rem;top:56.703125rem;left:4.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUC4mqBb1RhkT9mliiIlsmmp9dXWvqty { width:18.875rem;height:1.21875rem;top:25.9306640625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvzsXUIzaV1Te60fxpKbFaSmSn77kIRf { width:18.875rem;height:1.21875rem;top:42.4990234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvkfW2StlFHPTNb37H8XzNFSURlV4W5Z { width:19.375rem;height:10.5rem;top:10.5341796875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Dw2ZTuCX4TOK0rfQ9CiHMgFrpZ4GEnZn { width:19.375rem;height:9rem;top:28.24609375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #onAgDBkWVpXTvFTlvmimOgqRbco9quV9 { width:19.375rem;height:10.5rem;top:45.0615234375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 { background-color:#fdffff;background-image:none;display:block; }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row .container { background-color: transparent; background-image: none; }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row .container > .video-iframe-container { display: none; }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row > .video-iframe-container { display: none; }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .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); }#VTGaXoO6O5uSsg9pwhVWpc7IrTFpDPA2 > .row .container { width:20rem;height:221.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsSLtoIQQIiqNla8p1ZEcqRTTISivMp9 { width:18.75rem;height:12.125rem;top:8.38671875rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBz2rz0RJTw8DZ5Jsv5knPsdzUTEK17D { width:17.3125rem;height:3.5rem;top:21.26171875rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMbm6BBZhBVyTzFrvJrDKGXBlBX9Fy3I { width:19.75rem;height:35.875rem;top:79.76171875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usB100vTPVTqAfKwcoKboWce79IZSwTm { width:19.3125rem;height:13.375rem;top:80.38671875rem;left:0.34375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJJ8s6gREgi77CdD0u35W7nNzK21gah9 { width:19.75rem;height:32.4375rem;top:153.91796875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XCAUopiMpC90xVdWRhI2RhUw7cmNifvs { width:19.375rem;height:12.125rem;top:154.60546875rem;left:0.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKSIPcqz1ScT53NVrwWalrxAGFkRPbGv { width:12.375rem;height:2.625rem;top:39.07421875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMwmBKWxBOVQOqs46rpWPLfuNeBxLmF4 { display:block; }
 }@media only screen and (max-width: 763px) { #Q0qAx2rkK8VPBg4uyq91u5HGSrCLrdUT { width:19.75rem;height:35.5rem;top:7.44921875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeH02xzH4XCT5D42Ix3UM5DdiRdDRM7R { width:19.75rem;height:36.1875rem;top:116.712890625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S89htN5lodh7c6mQMwlInHRokhqTNu6v { width:19.75rem;height:34.625rem;top:43.88671875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhvntrtGRVr05IEwN5GmDFL4Tare4uFE { width:19.75rem;height:34.625rem;top:187.07421875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #caZ3XkZTigbrsXOq1NqqqNioxZHunQKG { width:19.9375rem;height:2.1308625rem;top:0.5625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DWuDSPUNBDmqSfvxOdnuy8GGagutrRSK { width:20rem;height:3.1875rem;top:3.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTcNnRm5JSZc1uZoz4MrCCET6f1KK07R { width:18.75rem;height:13.375rem;top:44.63671875rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMIp6lwD8OZSxvO9vCZfQ9aOy6aWPp52 { width:19.3125rem;height:13.375rem;top:117.38671875rem;left:0.34375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSurPyh64prEmuuCZFVuxaO5COU7ZxAK { width:19.375rem;height:13.375rem;top:187.69921875rem;left:0.3125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzcDKB1uPbfM6GB0o9F3iTUq3k7PUEyu { width:19.875rem;height:3.5rem;top:94.88671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI6msvQvvbRsrGI5cbQDooNq4Tks1s7r { width:19.875rem;height:1.75rem;top:167.35546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO4TxeliZfvnJeHdgTWVQtcUMhChRwPp { width:19.875rem;height:3.5rem;top:58.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOluUeIIwKdIM4yISBqbgsVDX865vT9w { width:19.875rem;height:5.25rem;top:131.63671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #whPcZATxBZhcJqbC2H5R7IIbvbURnfqg { width:19.875rem;height:3.5rem;top:202.19921875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRv38RBMyDQNJk9P5TDQAHZ4zpT1GFsX { width:18.4375rem;height:10.5rem;top:206.525390625rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6K9gQyBmS7oDGxQapkriWPEXlOH91tR { width:11.3125rem;height:2.625rem;top:218.275390625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prrdXsSbSlR7NDPV0Ct3xhdlyLU5kMpX { display:block; }
 }@media only screen and (max-width: 763px) { #iUBn7GRLCTwethLk1RmkqHkdel2niI64 { width:19.375rem;height:12rem;top:25.69921875rem;left:0.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwRgVkzT6MtcA3xoxyO1oMvQfUpTNXmo { width:18.4375rem;height:12rem;top:99.07421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFp8HNrFeSHekMKIpkWniXeGQA3wNBSS { width:18.4375rem;height:10.5rem;top:170.76171875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ2fgeAeodxZ7lPapDMWKmamk0RTzF7W { width:18.4375rem;height:10.5rem;top:63.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh6DHJKrAfcIKAIAkacdHkT0qsPDBfc6 { width:18.4375rem;height:12rem;top:136.88671875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuBiFFgItSWROt9cT0HaqhFzGR6qxODi { width:11.3125rem;height:2.625rem;top:149.587890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suecXDtGioX7DgcAt1sPqLqFTzCZwERr { display:block; }
 }@media only screen and (max-width: 763px) { #O1HJzM1v8q4bQTTkLL3AWNLkwTDIqCQA { width:11.3125rem;height:2.625rem;top:74.712890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZztxgvQpaduCvkVapAt5UD7qenT9Cg0M { display:block; }
 }@media only screen and (max-width: 763px) { #om78dCrwQa2JduQtTbebQ17wVXhK0yb8 { width:11.3125rem;height:2.625rem;top:111.82421875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTWdkuXSBrWd0Cb5pVydT7UPi9WtzaDd { display:block; }
 }@media only screen and (max-width: 763px) { #Ho0stKaM5d49uNslf91HEEF8f8RCyDyT { width:11.3125rem;height:2.625rem;top:182.94921875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEk2ykkTur1zaeTObT2qxcHxLm0tPrM { display:block; }
 }@media only screen and (max-width: 763px) { #O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row .container { background-color: transparent; background-image: none; }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row .container > .video-iframe-container { display: none; }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row > .video-iframe-container { display: none; }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .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); }#O0ZXgWr1icyoHcORyaxglw1ZS8tKuPqQ > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grc92mGg1iU42tJis8Igd1KyRbGBoINu { width:20rem;height:1.3994125rem;top:18.4365234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bwx9yGwINyR4b90iHwBlmQpGFSwfQXg2 { width:20rem;height:1.29980625rem;top:10.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqHC4DpaGVbtX6qEMfe4bBQ7bu2Gp8EV { width:20rem;height:1.29980625rem;top:12.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZroMZldLGye27qlNnFdMQl3nUxEEuzqw { width:20rem;height:1.29980625rem;top:14.3994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxNCILGOnyvPa1JUOrwdkCEzBZc07RgT { width:20rem;height:1.29980625rem;top:16.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZTa1RL4M8OpAyQU153IfKXS7SEf7Hf5 { width:10.5rem;height:10.5rem;top:1.1748046875rem;left:4.75rem;display:block; }
 }