.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#000000;display:block;width:53.375rem;position:absolute;font-family:"times new roman";font-size:7.3125rem;font-weight:normal;z-index:15000;line-height:.8;letter-spacing:0;top:13.8125rem;left:0rem;height:11.6999375rem;display:block; }
#H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { background-color:#0baa9b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(13,13,13,0.96);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:31.125rem;left:0rem;display:block; }
#kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { color:#1687ba;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:12.8125rem;left:0rem;height:1rem;font-style:normal;display:block; }
#E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:38.6875rem;top:10.1875rem;left:16.964192390442rem;overflow:hidden;display:block; }
#llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.4375rem;top:5.1666669845581rem;left:53.375000953674rem;overflow:hidden;display:block; }
#ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#y3sfhgLR8uSQVqw2ox6LPy67MqnR8noP { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:21.437500953674rem;height:9.66651875rem;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; }
#hScQBTaxm0PHFp7Z30GseHkkIlNGLZnb { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:34.041668891907rem;height:4.14279375rem;text-align:center;text-align-last:center;display:block; }
#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { color:#1687ba;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XAZie5Q7PfqLPuZ7gTLqkiB3E36Zmx51 { color:#0baa9b;display:block;width:52.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.8391933441163rem;left:0.70768260955813rem;height:6.0329875rem;text-align:center;text-align-last:center;display:block; }
#bUxfVKzxFzroTF2NQWI5xEekedrT8OUv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.4375rem;top:2.4375rem;left:45.708333015442rem;overflow:hidden;display:block; }
#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7305026-52f4-4ab4-868c-d204c050e0da/BACKGROUND.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.adaptive-delivery-prevent-bg, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyload, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyloading { background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { background-color: transparent; background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .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); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { border-width: 0; border-radius: 0; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { position:absolute;display:block;z-index:15004;background-color:#0baa9b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:11.5rem;width:11.5rem;top:1.7916669845581rem;left:1.75rem;display:block; }
#zgeZ9Sl7hwrgLBgxFEk9nWg8hnDqTil9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:9.8125rem;top:0.70833349227906rem;left:2.59375rem;overflow:hidden;display:block; }
#huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:13.75rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RtbyTIgQwzQICT6n9FoetRUcULQKAVkp { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:15.625rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:13.75rem;left:15.000000953674rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#X8gr92DZe0lXiJeuc9XzIzzIefSe2lC1 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:15.5625rem;left:15.125rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { position:absolute;display:block;z-index:15006;background-color:#1687ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:11.625rem;width:11.625rem;top:1.7291669845581rem;left:16.687500953674rem;display:block; }
#eqCMrw8voxx9spH3g3kifTBWFxAAT091 { 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:10.8125rem;width:7.8125rem;top:2.5208339691162rem;left:33.593750953674rem;overflow:hidden;display:block; }
#PEQc8UWx7O8gc6WK10WTesuh4drzgpKP { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:13.75rem;left:30.000000953674rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#qAOgZLMo6KSJP2l7pM3hVy6HacP85Vo6 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:15.625rem;left:30.000000953674rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZihVq11Ac1yuuQinnFndUskdHehBvI30 { position:absolute;display:block;z-index:15002;background-color:#0baa9b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:11.5625rem;width:11.5625rem;top:1.7604169845581rem;left:31.718750953674rem;display:block; }
#uf5GII9PTx69E6vKrhVA38oEtv5EDUVv { 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:11.125rem;width:7.3125rem;top:2.2083339691162rem;left:18.843750953674rem;overflow:hidden;display:block; }
#tCIEq6tuxVyX50g04M7At66ANZQQneWE { position:absolute;display:block;z-index:15014;background-color:#1687ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:11.6875rem;width:11.6875rem;top:1.6979169845581rem;left:46.656250953674rem;display:block; }
#ryf30m2Mctnkt4MyARACbnnGriVTItAg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:7.4375rem;top:2.0833339691162rem;left:48.781250953674rem;overflow:hidden;display:block; }
#KSXbhCZ6sOXlqqQdaMLAHyHLZA1gQWAg { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:13.75rem;left:44.874348640442rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ym9igffB3PxLwLnTnpcueSoWceA3ze4F { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:15.6875rem;left:44.875rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVMGD6fhCGM0dDL8EOhAB2h4QoAXChnP { color:#0baa9b;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.25rem;left:16.937500953674rem;height:11.84175rem;text-align:center;text-align-last:center;display:block; }
#MDsT3Z0yqHASGqslWOkKdiiFAfoEBKl1 { color:#1687ba;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.25rem;left:2.15625rem;height:10.240875rem;text-align:center;text-align-last:center;display:block; }
#v8wEo86wRQ4KsL2kxuu6ZGVTdgW37QNc { color:#1687ba;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.25rem;left:32.187500953674rem;height:9.473375rem;text-align:center;text-align-last:center;display:block; }
#ut5068a0JR5uFDcVJZuNopvwTDMhTvqO { color:#0baa9b;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.25rem;left:47.531250953674rem;height:11.84175rem;text-align:center;text-align-last:center;display:block; }
#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { background-color: transparent; background-image: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .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); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { border-width: 0; border-radius: 0; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:block; }#MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:9.25rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#DyazQ7c9fheCHCTIogI15k4uLk6DyB1d { color:#1687ba;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:7rem;left:0rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sBVi3DDuie432LS2DnUX1FPMlELulJhq { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:15.8125rem;left:0rem;height:10.1953125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IIGaC6gCinNi5AhKU6U3TGLopuZuIide { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:15.8125rem;left:25.125rem;height:5.09765625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:45.9375rem;top:4.75rem;left:6.75rem;display:block; }
#ns6Zc6glOGUKvnt3ggxFlEQR9yWE2BGC { background-color:#04ac9c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.9375rem;left:0rem;display:block; }
#TJnzI2k7RLv0dnLw2bpDpAcTD8rmcJu1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20.125rem;top:1.5rem;left:39.875rem;overflow:hidden;display:block; }
#Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:17.125rem;top:22.25rem;left:42.875rem;overflow:hidden;display:block; }
#Io8QFrqTTquLhwpaJmmHcnpNxii4WqIK { 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:5.0625rem;width:5.4375rem;top:7.3541679382325rem;left:29.208333015442rem;overflow:hidden;display:block; }
#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { 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; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { background-color: transparent; background-image: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .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); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { border-width: 0; border-radius: 0; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#vnL5DWGnd2s9mcTzMWlPMSLeVAOkAGtc { color:#1687ba;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6uhneLHNKSxWsVZCJxt6kLeRUlmBWFs { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:13.3125rem;top:3.4375rem;left:1.5625rem;overflow:hidden;display:block; }
#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { position:relative;display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { background-color: transparent; background-image: none; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container > .video-iframe-container { display: none; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row > .video-iframe-container { display: none; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .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); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { border-width: 0; border-radius: 0; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .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; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:29.25rem;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; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container.adaptive-delivery-prevent-bg, #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container.lazyload, #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container.lazyloading { background-image: none; }#gJixW3pvBbmAxP3rhNHtbxehJAA3i3R7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(0,0,0,0.05) ;height:12.5rem;width:18.75rem;top:3rem;left:0.625rem;overflow:hidden;display:block; }
#y4Cdi7TTz3N1xdmmwTsdS4qw3cwH2RpH { 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: 0.1875rem 0.3125rem 1.5625rem rgba(0,0,0,0.05) ;height:12.4375rem;width:16.625rem;top:3.03125rem;left:41.687500953674rem;overflow:hidden;display:block; }
#TIimlbsAJSLsESq8mXKyvhfN8nwIfBEk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(0,0,0,0.05) ;height:12.4375rem;width:19rem;top:3rem;left:20.541016578674rem;overflow:hidden;display:block; }
#mJTP32wZgc7GVDDEkNVx2vZxXJNrap3S { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.916667938233rem;left:3.75rem;height:11.69269375rem;text-align:center;text-align-last:center;display:block; }
#htS6fdT7dXez22EuE3BFwKIGQDzXqxa1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.2578125rem;left:23.750000953674rem;height:10.3935rem;text-align:center;text-align-last:center;display:block; }
#wWBHUGU3CmiJ9nXzhuUabTJrQDvyQfiQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5546875rem;left:43.750000953674rem;height:11.6926875rem;text-align:center;text-align-last:center;display:block; }
#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { background-color: transparent; background-image: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .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); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { border-width: 0; border-radius: 0; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:3rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#Vrt5rvsEPZmgWBaghOviEMuLncDxs22u { color:#1687ba;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:7.0625rem;left:0rem;height:7.4399375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:18.125rem;left:1rem;overflow:hidden;display:block; }
#lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:6rem;width:6rem;top:17.125rem;left:0rem;display:block; }
#oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem #ffffff ;height:6.1875rem;width:25.4375rem;top:18.125rem;left:1.8125rem;display:block; }
#BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:18.9375rem;left:6.09375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:20.8125rem;left:6.09375rem;height:2.7618625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { position:absolute;display:block;z-index:15011;background-color:#c8c7c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:6.625rem;width:25.4375rem;top:26.25rem;left:1.8125rem;display:block; }
#C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:28.337240219116rem;left:6.09375rem;height:4.14279375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:26.75390625rem;left:6.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { position:absolute;display:block;z-index:15018;background-color:#9e9e9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:6.0625rem;width:6.0625rem;top:25.25rem;left:0rem;display:block; }
#h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { 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:4.1875rem;width:4.375rem;top:26.25rem;left:0.8125rem;overflow:hidden;display:block; }
#iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { position:absolute;display:block;z-index:15016;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem #ffffff ;height:7.6875rem;width:25.5rem;top:34.4375rem;left:1.8125rem;display:block; }
#LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:37.125rem;left:6.09375rem;height:4.14279375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:6.1875rem;width:6.1875rem;top:33.4375rem;left:0rem;display:block; }
#vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:35.15625rem;left:6.21875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.4375rem;top:34.4375rem;left:0.78125rem;overflow:hidden;display:block; }
#WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:29.8125rem;top:14.250004768372rem;left:30.000000953674rem;overflow:hidden;display:block; }
#VMTI4GsVBJzC29mXNreifZB4KFFr8Vsv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.4375rem;top:2.03125rem;left:33.906250953674rem;overflow:hidden;display:block; }
#KQybKTb8hJ5gdzVX0ZKe0gpqmrTfyl4w { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.75rem;top:9.716796875rem;left:44.020833015442rem;overflow:hidden;display:block; }
#IHsQMeeKoWkRDtK2RbZK7E4zCBr0hxLr { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.75rem;top:0.96875rem;left:49.520833015442rem;overflow:hidden;display:block; }
#yNoahgDx65Xy38NoMfGVbm44lszTccfe { 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; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { background-color: transparent; background-image: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .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); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { border-width: 0; border-radius: 0; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:2.7500001192093rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#dQbk1H1gW9Dz4DrJcVxIwJRCGpGwDIoa { color:#1687ba;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:1.75rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { position:relative;display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { background-color: transparent; background-image: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { border-width: 0; border-radius: 0; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;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; }#QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:27rem;width:18.875rem;top:0.4375rem;left:0rem;display:block; }
#aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:10.687511444092rem;left:1.7916669845581rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:15.062511444092rem;left:2.8125rem;height:8.496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:27rem;width:18.875rem;top:0.4375rem;left:20.562500953674rem;display:block; }
#bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:15.062500715256rem;left:22.375000953674rem;height:8.496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ai5kVcdurcCong8HvZI21FHZSE969Zvk { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:10.687500715256rem;left:21.437500953674rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:4rem;left:23.125rem;overflow:hidden;display:block; }
#c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:27.0625rem;width:18.875rem;top:0.4375rem;left:41.062500953674rem;display:block; }
#gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:15.062500715256rem;left:42.812500953674rem;height:11.8945625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:10.687500715256rem;left:41.937500953674rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3rem;top:4.125rem;left:43.5625rem;overflow:hidden;display:block; }
#ODdATf0F3Wq3yxiTfF4s7QWVlqx4VHhn { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:12.8125rem;top:1.0625rem;left:23.593750953674rem;overflow:hidden;display:block; }
#NI57XEFKZENCxgzryIU4uukbMdA4oeCH { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:13.125rem;top:1.03125rem;left:43.937500953674rem;overflow:hidden;display:block; }
#GiRMClTqwu6PtOdUwlJVMlJMXOshsuDs { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:11.5rem;top:1.03125rem;left:4.25rem;overflow:hidden;display:block; }
#QlaXVNQhiOAw0TuwxKpB7xMqpD03HSpc { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:13.3125rem;top:26.35417175293rem;left:15.166666984558rem;overflow:hidden;display:block; }
#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { background-color: transparent; background-image: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .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); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { border-width: 0; border-radius: 0; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:60rem;position:relative;display:block; }#lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:2.3743414878845rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { color:#1687ba;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:1.3749923706055rem;left:0rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:5.8125rem;left:0rem;height:3.3984375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6.4375rem;top:18.687498092651rem;left:15.604166984558rem;overflow:hidden;display:block; }
#ogS218mqfdXHF2zwOPDdR44eIAurwZCy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:35.5625rem;top:23.9511731565rem;left:23.322918891907rem;overflow:hidden;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-form-header {  }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#000000;width:19.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #00ad87;border-left:0.0625rem solid #00ad87;border-right:0.0625rem solid #00ad87;border-bottom:0.0625rem solid #00ad87;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:19.5rem;box-sizing:border-box;height:3.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #00ad87;border-left:0.0625rem solid #00ad87;border-right:0.0625rem solid #00ad87;border-bottom:0.0625rem solid #00ad87;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:19.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .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:19.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .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:#009d8e;background-image:none;background-position:center !important;background-repeat:no-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:7.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:11.6875rem;height:3.875rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .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";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .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; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .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; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-container:first-of-type{padding-top:0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-container:last-of-type{padding-bottom:0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;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:29.835271835327rem;left:0rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF {display:block;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;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:29.835271835327rem;left:0rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #KZkt6rBnFhDeAJ1wEpaG7bI3GqXcez29 { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FpzWE6UnG2k5x8Lg6kRxfZklLd04vG0F { position:relative;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #UbOfWI9IWn2dz0OCKshVLgStzAOMeBnL { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #oaNeFWQ3euAU6oVZ8r6ZQxkQW62y0m1T { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #BBDP4vXBXTZXqKnmTPG7q1TrbT5H8AZN { position:relative;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ebPrpqutEdiHIqSItVpWhl7xrOMnUzgd { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #LHqgQXVuBnatSgcGGmqzZTuItz8GTZSB { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #T84GsrxRTnxmHZzvGWmuvSsz9D07peEX { position:relative; }
#ioS0ZGNiGiokrrZwFDvJgayWZDp0sX76 { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:34.5rem;left:0rem;height:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#L9g43zaTiii7oZRbIwpPuiSOHcfpnO8T { color:#000000;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:48.862632751465rem;left:6.1875rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KIoWyNLxwv4VJAWHyhsJGCnNJnE4KESp { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:26.436849594116rem;left:0rem;height:3.3984375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ASnQxc16a1g0mo3Foodk1UAzZ0GiiEGh { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:9.5000004768369rem;left:0rem;height:13.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bJNggMZN9INc7kdLJ2kDB4BTWOv2PhbE { 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:49.3125rem;width:27.6875rem;top:0.62500524520875rem;left:31.156250953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:13.8125rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:11.25rem;height:3.875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { top:12.8125rem;left:0rem;width:25.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { top:10.1875rem;left:9.0625rem;width:38.6875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { top:5.125rem;left:42.3125rem;width:5.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { top:0rem;left:0rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3sfhgLR8uSQVqw2ox6LPy67MqnR8noP { top:0rem;left:15.312500953674rem;width:10.5rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hScQBTaxm0PHFp7Z30GseHkkIlNGLZnb { top:0rem;left:27.916668891907rem;width:18.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { top:2.4375rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAZie5Q7PfqLPuZ7gTLqkiB3E36Zmx51 { top:8.8125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUxfVKzxFzroTF2NQWI5xEekedrT8OUv { top:2.4375rem;left:39.583333015442rem;width:5.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { top:1.75rem;left:0.21875rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeZ9Sl7hwrgLBgxFEk9nWg8hnDqTil9 { top:0.6875rem;left:1.0625rem;width:9.8125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { top:13.75rem;left:0rem;width:15.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtbyTIgQwzQICT6n9FoetRUcULQKAVkp { top:15.625rem;left:0rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { top:13.75rem;left:8.75rem;width:15.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8gr92DZe0lXiJeuc9XzIzzIefSe2lC1 { top:15.5625rem;left:8.9375rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { top:1.6875rem;left:12.093750953674rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqCMrw8voxx9spH3g3kifTBWFxAAT091 { top:2.5rem;left:25.937500953674rem;width:7.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEQc8UWx7O8gc6WK10WTesuh4drzgpKP { top:13.75rem;left:20.6875rem;width:15.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAOgZLMo6KSJP2l7pM3hVy6HacP85Vo6 { top:15.625rem;left:20.875rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZihVq11Ac1yuuQinnFndUskdHehBvI30 { top:1.75rem;left:24.062500953674rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf5GII9PTx69E6vKrhVA38oEtv5EDUVv { top:2.1875rem;left:14.250000953674rem;width:7.3125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCIEq6tuxVyX50g04M7At66ANZQQneWE { top:1.6875rem;left:35.937500953674rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryf30m2Mctnkt4MyARACbnnGriVTItAg { top:2.0625rem;left:38.062500953674rem;width:7.4375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSXbhCZ6sOXlqqQdaMLAHyHLZA1gQWAg { top:13.75rem;left:20.6875rem;width:15.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9igffB3PxLwLnTnpcueSoWceA3ze4F { top:15.6875rem;left:20.875rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVMGD6fhCGM0dDL8EOhAB2h4QoAXChnP { top:17.25rem;left:12.343750953674rem;width:11.125rem;height:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDsT3Z0yqHASGqslWOkKdiiFAfoEBKl1 { top:17.25rem;left:0.625rem;width:10.6875rem;height:10.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8wEo86wRQ4KsL2kxuu6ZGVTdgW37QNc { top:17.25rem;left:24.531250953674rem;width:10.625rem;height:11.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut5068a0JR5uFDcVJZuNopvwTDMhTvqO { top:17.25rem;left:36.812500953674rem;width:9.9375rem;height:12.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { top:9.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyazQ7c9fheCHCTIogI15k4uLk6DyB1d { top:7rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { top:15.8125rem;left:0rem;width:22.4375rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGaC6gCinNi5AhKU6U3TGLopuZuIide { top:15.8125rem;left:1.4375rem;width:22.4375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { top:4.75rem;left:0rem;width:45.9375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns6Zc6glOGUKvnt3ggxFlEQR9yWE2BGC { width:11.25rem;height:3.875rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJnzI2k7RLv0dnLw2bpDpAcTD8rmcJu1 { display:block; }
 }@media only screen and (max-width: 763px) { #IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { top:1.5rem;left:27.625rem;width:20.125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { top:22.25rem;left:30.625rem;width:17.125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io8QFrqTTquLhwpaJmmHcnpNxii4WqIK { top:7.3125rem;left:18.4375rem;width:5.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnL5DWGnd2s9mcTzMWlPMSLeVAOkAGtc { top:2.4375rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6uhneLHNKSxWsVZCJxt6kLeRUlmBWFs { top:3.4375rem;left:0rem;width:13.3125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJixW3pvBbmAxP3rhNHtbxehJAA3i3R7 { top:3rem;left:0rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Cdi7TTz3N1xdmmwTsdS4qw3cwH2RpH { top:3rem;left:31rem;width:16.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIimlbsAJSLsESq8mXKyvhfN8nwIfBEk { top:3rem;left:14.125rem;width:19rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTP32wZgc7GVDDEkNVx2vZxXJNrap3S { top:16.875rem;left:1.6875rem;width:12.5rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htS6fdT7dXez22EuE3BFwKIGQDzXqxa1 { top:18.25rem;left:17.562500953674rem;width:12.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWBHUGU3CmiJ9nXzhuUabTJrQDvyQfiQ { top:17.5rem;left:33.437500953674rem;width:12.5rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { top:3rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrt5rvsEPZmgWBaghOviEMuLncDxs22u { top:2rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { top:7.0625rem;left:0rem;width:29.6875rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { top:18.125rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { top:17.125rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { top:18.125rem;left:0rem;width:25.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { top:18.9375rem;left:2.0625rem;width:21.8125rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { top:20.8125rem;left:3.03125rem;width:16.875rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { top:26.25rem;left:0rem;width:25.4375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { top:28.3125rem;left:3.03125rem;width:20.0625rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { top:26.75rem;left:2.25rem;width:21.625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { top:25.25rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { top:26.25rem;left:0rem;width:4.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { top:34.4375rem;left:0rem;width:25.5rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { top:37.125rem;left:3.03125rem;width:20.5625rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { top:33.4375rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { top:35.125rem;left:2.3125rem;width:21.5625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { top:34.4375rem;left:0rem;width:4.4375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { top:14.25rem;left:17.9375rem;width:29.8125rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMTI4GsVBJzC29mXNreifZB4KFFr8Vsv { top:2rem;left:24.718750953674rem;width:5.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQybKTb8hJ5gdzVX0ZKe0gpqmrTfyl4w { top:9.6875rem;left:34.833333015442rem;width:3.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHsQMeeKoWkRDtK2RbZK7E4zCBr0hxLr { top:0.9375rem;left:40rem;width:7.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { top:2.75rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQbk1H1gW9Dz4DrJcVxIwJRCGpGwDIoa { top:1.75rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { top:0.4375rem;left:0rem;width:18.875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { top:10.6875rem;left:0rem;width:17.125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { top:15.0625rem;left:0.75rem;width:14.375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { top:0.4375rem;left:12.875rem;width:18.875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { top:15.0625rem;left:16.187500953674rem;width:14.375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { top:10.6875rem;left:14.625rem;width:17.125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { top:4rem;left:16.9375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { top:0.4375rem;left:28.75rem;width:18.875rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { top:15.0625rem;left:32.500000953674rem;width:14.375rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { top:10.6875rem;left:30.5rem;width:17.125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { top:4.125rem;left:33.25rem;width:3rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODdATf0F3Wq3yxiTfF4s7QWVlqx4VHhn { top:1.0625rem;left:17.406250953674rem;width:12.8125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI57XEFKZENCxgzryIU4uukbMdA4oeCH { top:1rem;left:33.625000953674rem;width:13.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiRMClTqwu6PtOdUwlJVMlJMXOshsuDs { top:1rem;left:2.1875rem;width:11.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlaXVNQhiOAw0TuwxKpB7xMqpD03HSpc { top:26.3125rem;left:2.5625rem;width:13.3125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { top:2.3125rem;left:0rem;width:30.0625rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { top:1.3125rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { top:5.8125rem;left:0rem;width:29.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { top:18.625rem;left:12.541666984558rem;width:6.4375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { top:23.9375rem;left:0rem;width:35.5625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-regular-label { width:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-textarea { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-button { width:11.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF  { width:19.5rem;height:14.875rem;top:29.8125rem;left:0rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .radio-container { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF {display:block;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF { width:19.5rem;height:14.875rem;top:29.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #KZkt6rBnFhDeAJ1wEpaG7bI3GqXcez29 {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FpzWE6UnG2k5x8Lg6kRxfZklLd04vG0F { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #UbOfWI9IWn2dz0OCKshVLgStzAOMeBnL {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #oaNeFWQ3euAU6oVZ8r6ZQxkQW62y0m1T {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #BBDP4vXBXTZXqKnmTPG7q1TrbT5H8AZN { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ebPrpqutEdiHIqSItVpWhl7xrOMnUzgd {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #LHqgQXVuBnatSgcGGmqzZTuItz8GTZSB {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #T84GsrxRTnxmHZzvGWmuvSsz9D07peEX {  }
 }@media only screen and (max-width: 763px) { #ioS0ZGNiGiokrrZwFDvJgayWZDp0sX76 { top:34.5rem;left:0rem;width:29.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9g43zaTiii7oZRbIwpPuiSOHcfpnO8T { top:48.8125rem;left:0rem;width:23.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIoWyNLxwv4VJAWHyhsJGCnNJnE4KESp { top:26.375rem;left:0rem;width:29.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASnQxc16a1g0mo3Foodk1UAzZ0GiiEGh { top:9.5rem;left:0rem;width:29.9375rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJNggMZN9INc7kdLJ2kDB4BTWOv2PhbE { top:0.625rem;left:20.0625rem;width:27.6875rem;height:49.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:20rem;height:10.3125rem;top:6.6875rem;left:0rem;font-size:3.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:11.25rem;height:3.875rem;top:20rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { width:20rem;height:1rem;top:4.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { width:18.6875rem;height:11.9375rem;top:6.6875rem;left:0.65625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { width:3.625rem;height:3.3125rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { width:5.6875rem;height:5.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3sfhgLR8uSQVqw2ox6LPy67MqnR8noP { width:10.5rem;height:9.666025rem;top:25.5625rem;left:4.7500002980232rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hScQBTaxm0PHFp7Z30GseHkkIlNGLZnb { width:18.5rem;height:4.142575rem;top:31.584636688233rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:2rem;top:3.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAZie5Q7PfqLPuZ7gTLqkiB3E36Zmx51 { width:20rem;height:14.622375rem;top:13.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUxfVKzxFzroTF2NQWI5xEekedrT8OUv { width:5.4375rem;height:5.0625rem;top:6.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7305026-52f4-4ab4-868c-d204c050e0da/BACKGROUND.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.adaptive-delivery-prevent-bg, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyload, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyloading { background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { background-color: transparent; background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .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); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { width:8.8125rem;height:8.8125rem;top:3.2708339691162rem;left:5.5937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeZ9Sl7hwrgLBgxFEk9nWg8hnDqTil9 { width:7.625rem;height:9.8125rem;top:2.2291669845581rem;left:6.1875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { width:20rem;height:1.5rem;top:12.5rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtbyTIgQwzQICT6n9FoetRUcULQKAVkp { width:20rem;height:1rem;top:14.75rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { width:20rem;height:1.5rem;top:47.416667938233rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8gr92DZe0lXiJeuc9XzIzzIefSe2lC1 { width:20rem;height:1rem;top:48.916667938233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { width:9.8125rem;height:9.8125rem;top:19.854166984558rem;left:5.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqCMrw8voxx9spH3g3kifTBWFxAAT091 { width:6.5rem;height:8.9375rem;top:20.729166984558rem;left:6.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEQc8UWx7O8gc6WK10WTesuh4drzgpKP { width:20rem;height:1.5rem;top:29.666666984558rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAOgZLMo6KSJP2l7pM3hVy6HacP85Vo6 { width:20rem;height:1rem;top:31.166666984558rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZihVq11Ac1yuuQinnFndUskdHehBvI30 { width:9.4375rem;height:9.4375rem;top:36.947916984558rem;left:5.5937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf5GII9PTx69E6vKrhVA38oEtv5EDUVv { width:6.6875rem;height:10.125rem;top:36.604166984558rem;left:6.6562502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCIEq6tuxVyX50g04M7At66ANZQQneWE { width:9.125rem;height:9.125rem;top:54.96875rem;left:5.4375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryf30m2Mctnkt4MyARACbnnGriVTItAg { width:6.625rem;height:9.9375rem;top:54.354166984558rem;left:6.6875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSXbhCZ6sOXlqqQdaMLAHyHLZA1gQWAg { width:20rem;height:1.5rem;top:64.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9igffB3PxLwLnTnpcueSoWceA3ze4F { width:20rem;height:1rem;top:66.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVMGD6fhCGM0dDL8EOhAB2h4QoAXChnP { width:20rem;height:4.0625rem;top:49.916666746139rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDsT3Z0yqHASGqslWOkKdiiFAfoEBKl1 { width:20rem;height:3.25rem;top:15.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8wEo86wRQ4KsL2kxuu6ZGVTdgW37QNc { width:20rem;height:2.4375rem;top:32.166666984558rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut5068a0JR5uFDcVJZuNopvwTDMhTvqO { width:20rem;height:3.25rem;top:67.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { width:19.25rem;height:2.125rem;top:12.375rem;left:0.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyazQ7c9fheCHCTIogI15k4uLk6DyB1d { width:11.9375rem;height:1rem;top:10.125rem;left:0.625rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { width:18.125rem;height:11.8990625rem;top:15.625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGaC6gCinNi5AhKU6U3TGLopuZuIide { width:18.1875rem;height:5.0996125rem;top:27rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { width:20rem;height:33.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns6Zc6glOGUKvnt3ggxFlEQR9yWE2BGC { width:11.25rem;height:3.875rem;top:38.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJnzI2k7RLv0dnLw2bpDpAcTD8rmcJu1 { display:block; }
 }@media only screen and (max-width: 763px) { #IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { width:10.9375rem;height:7.125rem;top:2rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { width:9.6875rem;height:8.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io8QFrqTTquLhwpaJmmHcnpNxii4WqIK { width:5.4375rem;height:5.0625rem;top:43.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { width:20rem;height:2rem;top:3.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnL5DWGnd2s9mcTzMWlPMSLeVAOkAGtc { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6uhneLHNKSxWsVZCJxt6kLeRUlmBWFs { width:9rem;height:7.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJixW3pvBbmAxP3rhNHtbxehJAA3i3R7 { width:13.125rem;height:8.75rem;top:1.5rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Cdi7TTz3N1xdmmwTsdS4qw3cwH2RpH { width:11.125rem;height:8.3125rem;top:11.6875rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIimlbsAJSLsESq8mXKyvhfN8nwIfBEk { width:10.0625rem;height:6.625rem;top:20.8125rem;left:8.6182219141863rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTP32wZgc7GVDDEkNVx2vZxXJNrap3S { width:12.5rem;height:11.69533125rem;top:27.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htS6fdT7dXez22EuE3BFwKIGQDzXqxa1 { width:12.5rem;height:10.3958125rem;top:40.8203125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWBHUGU3CmiJ9nXzhuUabTJrQDvyQfiQ { width:12.5rem;height:11.6953125rem;top:52.4655rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { width:19.3125rem;height:2.125rem;top:4.8125rem;left:0.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrt5rvsEPZmgWBaghOviEMuLncDxs22u { width:19.375rem;height:1rem;top:2.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { width:18.375rem;height:8.1803125rem;top:7.7994794845581rem;left:0.81250005960463rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxAhdD8ufzRmdc58pOUie4usSX7L5wcA { width:3.5625rem;height:3.5625rem;top:18.5rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { width:5.0625rem;height:5.0625rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { width:20rem;height:7rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { width:13.9375rem;height:3.25rem;top:18.625rem;left:6.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { width:11.375rem;height:6.375rem;top:22.8125rem;left:6.0625002980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { width:20rem;height:6.5625rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { width:11.3125rem;height:7.96875rem;top:38.1875rem;left:5.0625002980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { width:13.8125rem;height:1.625rem;top:34.84375rem;left:5.3541668057442rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { width:5.0625rem;height:5.0625rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6auH8XlWbn2t1iscuHTCBD5TCao7vcM { width:3.6875rem;height:3.4375rem;top:33.9375rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { width:20rem;height:7rem;top:47.041666984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { width:11.1875rem;height:7.96875rem;top:53.072916984558rem;left:5.0625002980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { width:5.0625rem;height:5.0625rem;top:48.010416984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { width:13.875rem;height:3.25rem;top:48.916667938233rem;left:5.2916668057442rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0TuBtyqkcC41l7FruUApmZv6SPZgvT { width:3.5625rem;height:3.375rem;top:48.854167938233rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { width:15.375rem;height:16.3125rem;top:63.729166686538rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMTI4GsVBJzC29mXNreifZB4KFFr8Vsv { width:5.4375rem;height:5.0625rem;top:91.90625rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQybKTb8hJ5gdzVX0ZKe0gpqmrTfyl4w { width:3.75rem;height:3.5rem;top:88.447916984556rem;left:10.166667282581rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHsQMeeKoWkRDtK2RbZK7E4zCBr0hxLr { width:7.75rem;height:7.1875rem;top:80rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { width:18rem;height:4rem;top:3.5rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQbk1H1gW9Dz4DrJcVxIwJRCGpGwDIoa { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:20rem;height:115.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { width:18.875rem;height:22.375rem;top:1.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { width:17.125rem;height:3rem;top:2.8125rem;left:0.56250005960464rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { width:14.375rem;height:8.499375rem;top:6.625rem;left:1.9375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { width:18.875rem;height:22.375rem;top:24.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { width:14.375rem;height:8.499375rem;top:29.9375rem;left:1.9375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { width:17.125rem;height:3rem;top:26.3125rem;left:1.4375000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPL5wi13n2TI5qSaRI7uQ8TxGk7JQrxv { width:2.875rem;height:2.875rem;top:27.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { width:18.875rem;height:22.375rem;top:48.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { width:14.375rem;height:11.8990625rem;top:53.67578125rem;left:2.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { width:17.125rem;height:3rem;top:49.625rem;left:1.4375000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4bmhTkQqKrCGgVC0EQoghhWWHaWqeIr { width:3.125rem;height:2.25rem;top:51rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODdATf0F3Wq3yxiTfF4s7QWVlqx4VHhn { width:12.8125rem;height:8.5rem;top:82rem;left:3.5937502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI57XEFKZENCxgzryIU4uukbMdA4oeCH { width:13.125rem;height:8.625rem;top:95.625rem;left:3.4375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiRMClTqwu6PtOdUwlJVMlJMXOshsuDs { width:11.5rem;height:8.625rem;top:68rem;left:4.2500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlaXVNQhiOAw0TuwxKpB7xMqpD03HSpc { width:13.3125rem;height:11.5rem;top:103.47916793823rem;left:3.3437502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { width:19.125rem;height:2.125rem;top:4.5rem;left:0.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { width:19rem;height:1rem;top:2.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { width:18.9375rem;height:5.0996125rem;top:7.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgT7i6G0zkTQPFhDye2RNQ9TAAXa9ONW { width:2.625rem;height:2.4375rem;top:16.250001430511rem;left:15.250000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { width:20rem;height:14.656875rem;top:34.620413780213rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF  { width:17.5rem;height:auto;top:56.75rem;left:0rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF {display:block;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF { width:17.5rem;height:auto;top:56.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #KZkt6rBnFhDeAJ1wEpaG7bI3GqXcez29 {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FpzWE6UnG2k5x8Lg6kRxfZklLd04vG0F { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #UbOfWI9IWn2dz0OCKshVLgStzAOMeBnL {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #oaNeFWQ3euAU6oVZ8r6ZQxkQW62y0m1T {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #BBDP4vXBXTZXqKnmTPG7q1TrbT5H8AZN { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ebPrpqutEdiHIqSItVpWhl7xrOMnUzgd {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #LHqgQXVuBnatSgcGGmqzZTuItz8GTZSB {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #T84GsrxRTnxmHZzvGWmuvSsz9D07peEX {  }
 }@media only screen and (max-width: 763px) { #ioS0ZGNiGiokrrZwFDvJgayWZDp0sX76 { width:20rem;height:0;top:64.1673rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9g43zaTiii7oZRbIwpPuiSOHcfpnO8T { width:20rem;height:1.69986875rem;top:74.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIoWyNLxwv4VJAWHyhsJGCnNJnE4KESp { width:20rem;height:5.0996125rem;top:50.918604850769rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASnQxc16a1g0mo3Foodk1UAzZ0GiiEGh { width:20rem;height:13.59895rem;top:18.687500476837rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJNggMZN9INc7kdLJ2kDB4BTWOv2PhbE { width:20rem;height:35.620767494357rem;top:13.615859985351rem;left:0rem;display:block; }
 }