.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#edeff1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:url("https://images.assets-landingi.com/uc/e61f122b-8ad4-45f8-af37-b291133589a4/goralandingkancelarie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.adaptive-delivery-prevent-bg, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyload, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyloading { background-image: none; }#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 {  }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:"times new roman";font-size:3.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:11.737500190735rem;left:7.1875rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { background-color:#19472e;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;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:15001;text-align:center;text-align-last:center;top:28.9375rem;left:24.375rem;display:block; }
#kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:8.4375rem;top:2.625rem;left:25.0625rem;overflow:hidden;display:block; }
#dlZVvT3X1GqglTVeL3OU4E06DdBoZTsx { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.6);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;height:12.5rem;width:60rem;top:9.28750038147rem;left:0rem;display:block; }
#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;position:relative;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 {  }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;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.0625rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#sBVi3DDuie432LS2DnUX1FPMlELulJhq { color:#000000;display:block;width:48.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:17.625rem;left:0rem;height:6.8rem;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;height:29.0625rem;width:45.9375rem;top:4.75rem;left:6.75rem;display:block; }
#ns6Zc6glOGUKvnt3ggxFlEQR9yWE2BGC { background-color:#19472e;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;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:31.525001525879rem;left:24.375rem;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;height:13.5rem;width:20.5625rem;top:1.1875rem;left:39.4375rem;overflow:hidden;display:block; }
#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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;display:block; }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB.adaptive-delivery-prevent-bg, #yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB.lazyload, #yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB.lazyloading { background-image: none; }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB > .row .container { background-color: transparent; background-image: none; }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB > .row .container > .video-iframe-container { display: none; }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB > .row > .video-iframe-container { display: none; }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB > .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); }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB > .row .container { border-width: 0; border-radius: 0; }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB > .row > .video-iframe-container {  }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#FOKwzyJtGZTtO8lXyTfVHnw5R1gRtEfn { color:#19472e;display:block;width:54.6875rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:0.65625rem;left:5.3125rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qqC9GgentWn8JBNZTFS5Vzp54inE7H8o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0rem;left:0rem; }
#q577FdTGMuSRZTNeH9QABsgxv4qcs9Ed { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.375rem;left:0.9375rem; }
#eVwIa8TyitlcCqQtJtAOK7p3fwplWcE3 { position:absolute;display:block;z-index:15017;background-color:#19472e;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;height:3rem;width:1.0625rem;top:1.8125rem;left:58.9375rem;display:block; }
#B9JbFuGDcxbdz2qzbBJgWDmwg9x4tF4n { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:54.125rem;top:3.875rem;left:5.4375rem;display:block; }
#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;position:relative;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 {  }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:1.96875rem;left:0rem;height:6.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;position:relative;display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row > .video-iframe-container {  }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;position:relative;display:block; }#gJixW3pvBbmAxP3rhNHtbxehJAA3i3R7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem #363a36 ;height:38.8125rem;width:58.1875rem;top:0.59375rem;left:0.90625rem;overflow:hidden;display:block; }
#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;position:relative;display:block; }#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln > .row .container { background-color: transparent; background-image: none; }#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln > .row .container > .video-iframe-container { display: none; }#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln > .row > .video-iframe-container { display: none; }#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln > .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); }#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln > .row .container { border-width: 0; border-radius: 0; }#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln > .row > .video-iframe-container {  }#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#M7CyyzTdpIEBFKTXgw2Uc38JnMCFz7CG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.25rem;width:28.9375rem;top:0.875rem;left:0.53125rem;overflow:hidden;display:block; }
#Nf1LqXmr30Hyz5uz5MFEiUmtTCmP5XWM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.3125rem;width:28.9375rem;top:0.84375rem;left:30.40625rem;overflow:hidden;display:block; }
#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/136d325c-fa3f-4199-b937-56adce7323a3/AdobeStock_408710918sm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt.adaptive-delivery-prevent-bg, #IpvE9WLvFJncqKS224Q9XJhAOllrKbTt.lazyload, #IpvE9WLvFJncqKS224Q9XJhAOllrKbTt.lazyloading { background-image: none; }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt > .row .container { background-color: transparent; background-image: none; }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt > .row .container > .video-iframe-container { display: none; }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt > .row > .video-iframe-container { display: none; }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt > .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); }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt > .row .container { border-width: 0; border-radius: 0; }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt > .row > .video-iframe-container {  }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#UoT9DUbOEMuHMuq6QR7xB0u3VXKQldLu { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:5.3125rem;width:5.3125rem;top:8.6875rem;left:1.4375rem;display:block; }
#lRaSg44k2gzQkRQV2K6BMNVFtNr0c7qa { 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;box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:4.5625rem;width:24.4375rem;top:9.0625rem;left:4.1875rem;display:block; }
#OdGua5plaRftipgTZ2lV3Gfwv5Jfc5vn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.8125rem;left:2.5rem; }
#TTzhCLSFruLTHBlW27TVyBPsKtLSCzD6 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.15625rem;left:7.6875rem;height:2.4375rem;font-style:normal;display:block; }
#WI1FxsxVU42kXTVskGXtPuo70WOQZK1l { 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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:5.3125rem;width:5.3125rem;top:15.375rem;left:1.4375rem;display:block; }
#RQiWcAEwXfuiUlsnXqRbPCapvmzv7uLs { position:absolute;display:block;z-index:15005;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;box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:4.5625rem;width:24.4375rem;top:15.75rem;left:4.1875rem;display:block; }
#rIeEFZuXwxwZbZa3rrVs5IkxhUFSXg2F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.4375rem;left:2.5rem; }
#hLBZlHO08HSNIvp8GMVDvo8Kv0A0gmOR { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:7.6875rem;height:1.21875rem;font-style:normal;display:block; }
#zDklOiGUggob4qIH8dDU8yGcu7ZB5etQ { position:absolute;display:block;z-index:15010;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:5.3125rem;width:5.3125rem;top:22.1875rem;left:1.4375rem;display:block; }
#uGvWa1ckhPfc6F1eCFG76VVUy3SAOesk { position:absolute;display:block;z-index:15009;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;box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:4.5625rem;width:24.4375rem;top:22.5625rem;left:4.1875rem;display:block; }
#akx7fLTxd0zURpVPCERGvTunLFeWvLJl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:23.375rem;left:2.5rem; }
#Vvp8eh4ro2vu5JmZG0o5aLM2JOvrTMEQ { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.875rem;left:7.6875rem;height:3.65625rem;font-style:normal;display:block; }
#GrJ7FIrfEiBsmJ4411HwKeTrk7zUuCg4 { 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;box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:4.5625rem;width:24.4375rem;top:29.1875rem;left:4.1875rem;display:block; }
#ox9UMNpFfEdbZuZsqcBUfET6UZfgRqu7 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:29.5rem;left:7.6875rem;height:3.65625rem;font-style:normal;display:block; }
#vQJnlcCOCQ2aigtKuXeHCupo5i6RUkDW { position:absolute;display:block;z-index:15014;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:5.3125rem;width:5.3125rem;top:28.8125rem;left:1.4375rem;display:block; }
#AtxzXIn3kxRGTi5nwzk6UeRVS4mA5Dp6 { position:absolute;display:block;z-index:15018;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:5.3125rem;width:5.3125rem;top:35.4375rem;left:1.4375rem;display:block; }
#qAdAqedI9KI7BrOI1s4D8XCdNBcQWZuh { 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;box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:4.5625rem;width:24.4375rem;top:35.8125rem;left:4.1875rem;display:block; }
#eHQIw9JMrE8qZaKxmLg8aAKUgxTeU24Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:36.5625rem;left:2.5rem; }
#o66fPJara0KnuESdmfykC4Gwft8R3wDQ { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:37.4375rem;left:7.6875rem;height:1.21875rem;font-style:normal;display:block; }
#ESXtJptyQUp7lNivn7Us4RhpxWRFyqEC { position:absolute;display:block;z-index:15018;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:5.3125rem;width:5.3125rem;top:11.9375rem;left:31.4375rem;display:block; }
#o4NAMT1ASNFzsvgVC5g4aCQpkrtZT9OK { 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;box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:4.5625rem;width:24.4375rem;top:12.3125rem;left:34.1875rem;display:block; }
#PPq0z0Sh0B7DISnsLCvZzXKwefAbrW8w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.0625rem;left:32.5rem; }
#p199hNhQmm9HD7Du5QspbuBKfXgoi8fZ { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.3125rem;left:37.6875rem;height:2.4375rem;font-style:normal;display:block; }
#V4KRIyAfLr5LULFB0GqIeWbNVqSpc5EL { position:absolute;display:block;z-index:15022;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:5.3125rem;width:5.3125rem;top:18.4375rem;left:31.4375rem;display:block; }
#HTtffFxp7mqLyhozvF4stTNE7ceOneTN { position:absolute;display:block;z-index:15021;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;box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:4.5625rem;width:24.4375rem;top:18.8125rem;left:34.1875rem;display:block; }
#OwkxK9GfOA5CchJ78UwfEHFORp4xn2LC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.5625rem;left:32.5rem; }
#PJMBhBf9b1ws7oCTp4m0ZtEflzWGDRwB { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.4375rem;left:37.6875rem;height:1.21875rem;font-style:normal;display:block; }
#hvT5CRvkndOnAL016gZetsUR6FlQx9Nm { position:absolute;display:block;z-index:15026;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:5.3125rem;width:5.3125rem;top:25rem;left:31.4375rem;display:block; }
#Mqv3mrlF4ykU51XiXATuuVxL2BW1Grt0 { position:absolute;display:block;z-index:15025;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;box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:4.5625rem;width:24.4375rem;top:25.375rem;left:34.1875rem;display:block; }
#nWUFfJJrvaaaqt5P8QtXQEMkRT7FTN0P { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:26.375rem;left:37.6875rem;height:2.4375rem;font-style:normal;display:block; }
#vVUEbfGi9usi9luv3wXTUEbUcDDQEMeb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26.125rem;left:32.5rem; }
#vmeg32kUhHxGwBMbDLsIqhRT5IJX9KML { 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;box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:5.6875rem;width:24.4375rem;top:31.75rem;left:34.1875rem;display:block; }
#peNi0WWtoB9rX160an7OBEFVq49xplyA { position:absolute;display:block;z-index:15030;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:5.3125rem;width:5.3125rem;top:31.9375rem;left:31.4375rem;display:block; }
#lmLupT4Jkk3zBXaMWvfO8cTzr8KQ7rWA { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:32.0625rem;left:37.6875rem;height:4.875rem;font-style:normal;display:block; }
#fxe9U0X4uK2HK3NTlDezQLGK92EK1L2R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:33rem;left:32.5rem; }
#dtO5dVXMPZMAH97mtmHNIFww0wO0BUiV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:29.8125rem;left:2.5rem; }
#UzF5TqLi8pIaiIZb0iFplv3UpKzTPG7L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.4375rem;left:0rem; }
#Ib3gXtMEDXtlQddpu6soNtBmdQzvzSTs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.8125rem;left:0.9375rem; }
#SU8p3ww29qMS9aMqT8np278wwvno7kck { color:#19472e;display:block;width:53.9375rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:2.3125rem;left:6.0625rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ScquXhUnlWqlrqlU248OAsT9tTg0d2wN { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.6);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;height:6.0625rem;width:60rem;top:0.6875rem;left:0rem;display:block; }
#TZOKEi2Oh5kru8cFAoT2FclIJTHrAPL9 { position:absolute;display:block;z-index:15015;background-color:#19472e;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;height:3rem;width:1.0625rem;top:3.21875rem;left:58.9375rem;display:block; }
#hEXvehvKAohEVezJTwtBNJiE5K51axkJ { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:53.125rem;top:5.625rem;left:6.6875rem;display:block; }
#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t.adaptive-delivery-prevent-bg, #Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t.lazyload, #Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t.lazyloading { background-image: none; }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t > .row .container { background-color: transparent; background-image: none; }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t > .row .container > .video-iframe-container { display: none; }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t > .row > .video-iframe-container { display: none; }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t > .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); }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t > .row .container { border-width: 0; border-radius: 0; }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t > .row > .video-iframe-container {  }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#lipgkTf1CkziM9D9TDruCO6pRZafH8hX { color:#19472e;display:block;width:53.9375rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:.8;letter-spacing:0;top:0.84375rem;left:5.9375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dlueZxegOCwEwNWhbnVQTFkBW33htyNC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.125rem;left:0rem; }
#mRsGv0iMOxtfc2FZTnANXb3VbKh8NsJb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.5rem;left:0.9375rem; }
#IGfsEIZ7wU95uvQJf7FoyIwmZUC4LQw6 { position:absolute;display:block;z-index:15016;background-color:#19472e;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;height:3rem;width:1.0625rem;top:3.2500038146973rem;left:58.9375rem;display:block; }
#oAx97gR3mIFwLms5VNDcmFqqp5RuQ7Kz { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:53.75rem;top:5.5312538146972rem;left:5.8125rem;display:block; }
#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E > .row .container { background-color: transparent; background-image: none; }#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E > .row .container > .video-iframe-container { display: none; }#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E > .row > .video-iframe-container { display: none; }#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E > .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); }#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E > .row .container { border-width: 0; border-radius: 0; }#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E > .row > .video-iframe-container {  }#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;position:relative;display:block; }#xxOOkydOGbhgO3cReDyd1DCU1TQr3BkA { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:1.46875rem;left:2.3125rem;height:10.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR > .row .container { background-color: transparent; background-image: none; }#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR > .row .container > .video-iframe-container { display: none; }#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR > .row > .video-iframe-container { display: none; }#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR > .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); }#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR > .row .container { border-width: 0; border-radius: 0; }#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR > .row > .video-iframe-container {  }#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#zz6BQ27IW23F1asppq9dkMs82mrzbDBT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.5625rem;width:49rem;top:0rem;left:5.5rem;overflow:hidden;display:block; }
#lMVPU6HJkG80GOubSwwXmQioOigTNEA8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8.adaptive-delivery-prevent-bg, #lMVPU6HJkG80GOubSwwXmQioOigTNEA8.lazyload, #lMVPU6HJkG80GOubSwwXmQioOigTNEA8.lazyloading { background-image: none; }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8 > .row .container { background-color: transparent; background-image: none; }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8 > .row .container > .video-iframe-container { display: none; }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8 > .row > .video-iframe-container { display: none; }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8 > .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); }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8 > .row .container { border-width: 0; border-radius: 0; }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8 > .row > .video-iframe-container {  }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#pzECIyxJVVVPInrZT9mEZApki0UOwKeM { color:#19472e;display:block;width:48.75rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:1rem;left:8.21875rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tBfTm85K9t5RlSl7LnhngTIbTGsyGkoH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0rem;left:0rem; }
#HZ7Snwr82MiOJMl0ucJHkrLL3cg2fe6v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.3125rem;left:0.9375rem; }
#dg9GwmIE7SfzPOZIUtGsmZ3I9Rarw1We { position:absolute;display:block;z-index:15014;background-color:#19472e;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;height:3rem;width:1.0625rem;top:1.75rem;left:58.9375rem;display:block; }
#ppx5SPTuNlNmP3asTTITLZ2wpMLJNPkp { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:51.25rem;top:4.1875rem;left:8.28125rem;display:block; }
#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e > .row .container { background-color: transparent; background-image: none; }#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e > .row .container > .video-iframe-container { display: none; }#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e > .row > .video-iframe-container { display: none; }#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e > .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); }#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e > .row .container { border-width: 0; border-radius: 0; }#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e > .row > .video-iframe-container {  }#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#LyzyRQfXtOo38DWUxNSWzkQeRI3qcTNG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.6875rem;width:59.5625rem;top:0rem;left:0.21875rem;overflow:hidden;display:block; }
#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g.adaptive-delivery-prevent-bg, #Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g.lazyload, #Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g.lazyloading { background-image: none; }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g > .row .container { background-color: transparent; background-image: none; }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g > .row .container > .video-iframe-container { display: none; }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g > .row > .video-iframe-container { display: none; }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g > .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); }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g > .row .container { border-width: 0; border-radius: 0; }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g > .row > .video-iframe-container {  }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#Cv1q5lBkTeXmX25aF8QlTbwWxacyOwCt { color:#19472e;display:block;width:48.8125rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:1rem;left:8.15625rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6MJfmEtJfJDfPLiC5sGXvUBi3sRZMpr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.125rem;left:0rem; }
#xkKrokqcv21r8t7zdCXZggAZ2EVlWoAH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.5rem;left:0.9375rem; }
#H7NV8GxT59qNoIF2qV9gun0dvfDT2rpF { position:absolute;display:block;z-index:15013;background-color:#19472e;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;height:3rem;width:1.0625rem;top:1.75rem;left:58.9375rem;display:block; }
#fQ0scPlI3HHIq1VbKwQwHxhe98qDnaNU { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:51.25rem;top:4.125rem;left:8.375rem;display:block; }
#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf > .row .container { background-color: transparent; background-image: none; }#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf > .row .container > .video-iframe-container { display: none; }#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf > .row > .video-iframe-container { display: none; }#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf > .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); }#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf > .row .container { border-width: 0; border-radius: 0; }#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf > .row > .video-iframe-container {  }#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#VzsmXNBf0aqtsbXIk4ztTu3TfCLXrADc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.125rem;width:59.5625rem;top:2.90625rem;left:0rem;overflow:hidden;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;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 {  }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#19472e;display:block;width:52.5625rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1rem;left:5.6875rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y3wUbidBelm6utvZCsyZPUwPEzXR7KXU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:0rem;left:0rem; }
#uEUCMvvoWGMmJvZ90V6iTMo059uclqlF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.375rem;left:0.9375rem; }
#lS9bkTkmiAuHEZVbXn1fDd97Fav6LESt { position:absolute;display:block;z-index:15018;background-color:#19472e;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;height:3rem;width:1.0625rem;top:1.8125rem;left:58.9375rem;display:block; }
#GD1vxEMHxXK4TBXE5PNyHzNHI7UET5X0 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:53.75rem;top:4.03125rem;left:5.6875rem;display:block; }
#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#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 {  }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;position:relative;display:block; }#xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { position:absolute;display:block;z-index:15004;background-color:#eae8e3;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;height:10.375rem;width:10.375rem;top:1.875rem;left:17.3125rem;display:block; }
#zgeZ9Sl7hwrgLBgxFEk9nWg8hnDqTil9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:10.0625rem;top:2.09375rem;left:17.46875rem;overflow:hidden;display:block; }
#huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:13.5rem;left:15rem;height:2.5875rem;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:16.875rem;left:15rem;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.4375rem;font-weight:normal;z-index:15007;line-height:.9;letter-spacing:0;top:13.4375rem;left:30.125rem;height:2.5875rem;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:16.875rem;left:30rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { position:absolute;display:block;z-index:15006;background-color:#eae8e3;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;height:10.375rem;width:10.375rem;top:1.875rem;left:32.3125rem;display:block; }
#eqCMrw8voxx9spH3g3kifTBWFxAAT091 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:9.625rem;top:2.6875rem;left:32.6875rem;overflow:hidden;display:block; }
#n0ysplH3V5zw8wnp1N774EFSVyXNcL7l { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:18.5625rem;left:15rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ht5PGIs2rqMZLNe9AGrmWVT03TrKy28Q { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:18.5rem;left:30.0625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oXJq8uHRGrvkL4eKzM7LxpdzxUXW36p0 { color:#19472e;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.46875rem;left:0rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF { 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;display:block; }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF.adaptive-delivery-prevent-bg, #U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF.lazyload, #U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF.lazyloading { background-image: none; }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row .container { background-color: transparent; background-image: none; }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row .container > .video-iframe-container { display: none; }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row > .video-iframe-container { display: none; }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .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); }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row .container { border-width: 0; border-radius: 0; }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row > .video-iframe-container {  }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 { 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;display:block; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9.adaptive-delivery-prevent-bg, #GMk3qcpo562qE8iFtlgpzPe3MT2K5po9.lazyload, #GMk3qcpo562qE8iFtlgpzPe3MT2K5po9.lazyloading { background-image: none; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row .container { background-color: transparent; background-image: none; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row .container > .video-iframe-container { display: none; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row > .video-iframe-container { display: none; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .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); }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row .container { border-width: 0; border-radius: 0; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row > .video-iframe-container {  }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;position:relative;display:block; }#dORFB5qsIITMWB2E7KofyzaIs0K2UCkm { position:absolute;display:block;z-index:15004;background-color:#eae8e3;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;height:10.375rem;width:10.375rem;top:1.25rem;left:17.3125rem;display:block; }
#VtoWwqihq07f6aoED8WCe9CpXRBpVwqm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:2rem;left:17.65625rem;overflow:hidden;display:block; }
#DVWFLP5XvRBe7KTykLLIss0gap4VF28V { color:#000000;display:block;width:15rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:13.5rem;left:15rem;height:5.175rem;text-align:center;text-align-last:center;display:block; }
#pL8bRiSMiU9to5pLgNW5rZIJC4XmhIAq { 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:17rem;left:15.0625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTLy2xfikxb3dN17WnxgASuqXPsFF15c { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:.9;letter-spacing:0;top:13.5rem;left:30rem;height:2.5875rem;text-align:center;text-align-last:center;display:block; }
#LNVg6yDmhkyGWI9NtI2MxO4fW91TcJlh { 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:17.0625rem;left:30rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UInAgEiuVZSi2HZX3A4Jc3FndLAJWNVd { position:absolute;display:block;z-index:15006;background-color:#eae8e3;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;height:10.375rem;width:10.375rem;top:1.25rem;left:32.3125rem;display:block; }
#CIOvk4GAw6xEE9toiAHNOtpwkqQZPCQw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:9.5625rem;top:2.125rem;left:32.71875rem;overflow:hidden;display:block; }
#ERcBeo0BdSUWNKyBybu9bsmbGNwwWbtG { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:.9;letter-spacing:0;top:13.5rem;left:44.875rem;height:2.5875rem;text-align:center;text-align-last:center;display:block; }
#n5K75rFMhgiOAvsSN3Xpqp0fLgG2OUVO { 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:17rem;left:45rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftFVIAZkm68XRuE1w0HMTU9ueJq2oWce { position:absolute;display:block;z-index:15010;background-color:#eae8e3;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;height:10.375rem;width:10.375rem;top:1.25rem;left:47.3125rem;display:block; }
#dpm55KKDKt3RDOAAVPFcNFmo4ayhmS0T { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:9.875rem;top:1.8125rem;left:47.5625rem;overflow:hidden;display:block; }
#zNE63pzAtu5Dhq2uDv5PnMkFHgHusZl1 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:18.75rem;left:15.0625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBs8W32OffhZr9TO9AUSm0TfUepw65pN { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:18.6875rem;left:30rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loUNkGtoxXmB3SV482ZsbyoFuISDWPXx { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:18.75rem;left:45.0625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DXG2SUFaFUmbaRDiGzaS4H3tC7wafyZI { color:#19472e;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:5.84375rem;left:0rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWb9dkTqsUEwKTglIWybraFQlEdGJogK { 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;display:block; }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK.adaptive-delivery-prevent-bg, #HWb9dkTqsUEwKTglIWybraFQlEdGJogK.lazyload, #HWb9dkTqsUEwKTglIWybraFQlEdGJogK.lazyloading { background-image: none; }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row .container { background-color: transparent; background-image: none; }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row .container > .video-iframe-container { display: none; }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row > .video-iframe-container { display: none; }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .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); }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row .container { border-width: 0; border-radius: 0; }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row > .video-iframe-container {  }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq { 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;display:block; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq.adaptive-delivery-prevent-bg, #QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq.lazyload, #QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq.lazyloading { background-image: none; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row .container { background-color: transparent; background-image: none; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row .container > .video-iframe-container { display: none; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row > .video-iframe-container { display: none; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .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); }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row .container { border-width: 0; border-radius: 0; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row > .video-iframe-container {  }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;position:relative;display:block; }#Z2p7NrxCFzVerCGtorAC9DXiGzb2UwOM { position:absolute;display:block;z-index:15004;background-color:#eae8e3;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;height:10.375rem;width:10.375rem;top:1.875rem;left:17.3125rem;display:block; }
#Lu3NzUKiKiBylFPUXcUoXJMOJngAPQ0L { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:10.1875rem;top:1.96875rem;left:17.40625rem;overflow:hidden;display:block; }
#iFCEhFD2q0TLGD1Q2Dzi2q7cCvJCtAAK { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:13.4375rem;left:15rem;height:2.5875rem;text-align:center;text-align-last:center;display:block; }
#VsUodMZKox7uXD5APdfTRJkuqAnqfWmw { 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:17.025001525879rem;left:15.0625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J0ssglBWahAxhZWGCrLCfGCNftA47zLl { color:#000000;display:block;width:15rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:.9;letter-spacing:0;top:13.4375rem;left:30rem;height:2.5875rem;text-align:center;text-align-last:center;display:block; }
#TFuTHB7Gwe7KUyfGB02tpWi0gKsXyHz1 { 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:16.875rem;left:30rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEmE5AwenfUzVOGM0SH93q9vQa8OAEEG { position:absolute;display:block;z-index:15006;background-color:#eae8e3;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;height:10.375rem;width:10.375rem;top:1.875rem;left:32.3125rem;display:block; }
#KmZMsP6APqUhwRQzL3OZefITyl11wVME { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:2.625rem;left:32.65625rem;overflow:hidden;display:block; }
#PCfGpisai4vw4v7DDUuFTBSFzN7bxWBb { color:#000000;display:block;width:15rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:.9;letter-spacing:0;top:13.4375rem;left:45rem;height:2.5875rem;text-align:center;text-align-last:center;display:block; }
#Aq0vcCDFo5HIPL7LrWR6ifuThz9WdExo { 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:16.875rem;left:45.0625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DIEXTHLX7et2Zc7zxPsOUrkZ5kOxfRxA { position:absolute;display:block;z-index:15010;background-color:#eae8e3;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;height:10.375rem;width:10.375rem;top:1.875rem;left:47.3125rem;display:block; }
#N4EXmNUk7WEw8dp1HQ6erDWAUciDpStq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:2.9375rem;left:47.8125rem;overflow:hidden;display:block; }
#Vw6vd6AdVagmVKsAkoqnE2qZHHflgBOM { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:18.625rem;left:15rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OM4pKTEzGdipRDAB1XMpRpmm2sx1AzOx { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:18.625rem;left:30.0625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K7BfDQlAUUt3gnNEy19MBy14RzQQp3zz { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:18.5625rem;left:45rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rSzek40D14HuPwtiOnxyXXtpd8UJHNo5 { color:#19472e;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:6.46875rem;left:0rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX { 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;display:block; }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX.adaptive-delivery-prevent-bg, #zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX.lazyload, #zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX.lazyloading { background-image: none; }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row .container { background-color: transparent; background-image: none; }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row .container > .video-iframe-container { display: none; }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row > .video-iframe-container { display: none; }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .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); }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row .container { border-width: 0; border-radius: 0; }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row > .video-iframe-container {  }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg { 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;display:block; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg.adaptive-delivery-prevent-bg, #L1IwWmArxnMENEgFfkTvFFzW0leX6glg.lazyload, #L1IwWmArxnMENEgFfkTvFFzW0leX6glg.lazyloading { background-image: none; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row .container { background-color: transparent; background-image: none; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row .container > .video-iframe-container { display: none; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row > .video-iframe-container { display: none; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .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); }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row .container { border-width: 0; border-radius: 0; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row > .video-iframe-container {  }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;position:relative;display:block; }#A1doFbw792lpQtBf6pT60BH75dzxzRrv { position:absolute;display:block;z-index:15004;background-color:#eae8e3;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;height:10.375rem;width:10.375rem;top:1.8125rem;left:17.3125rem;display:block; }
#UlgOKnTTHhuIf3XlwfZ2Ll08asM9BpkE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:9.8125rem;top:2.4375rem;left:17.59375rem;overflow:hidden;display:block; }
#lR7dKcR0tOpcThkv6o33M4kbbOtJQ0aO { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:12.875rem;left:15rem;height:2.5875rem;text-align:center;text-align-last:center;display:block; }
#sDWC2WawbgZmdv2eP66CHI7mGT4wTtHW { 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:16.875rem;left:15rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0O5qPsVlsyy7LSNhGKdRhEuJ0sJZ9H3 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:18.75rem;left:15rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IcXL4hMT27t8iNOEJMVEOTIC22WTCJ4S { color:#19472e;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:6.40625rem;left:0rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;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 {  }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;position:relative;display:block; }#lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { color:#000000;display:block;width:28rem;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.5rem;left:1.3125rem;height:6.25rem;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:9.3125rem;left:0rem;height:1.7rem;font-style:normal;text-align:justify;text-align-last:initial;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 { 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 #19472e;border-left:0.0625rem solid #19472e;border-right:0.0625rem solid #19472e;border-bottom:0.0625rem solid #19472e;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 { 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 #19472e;border-left:0.0625rem solid #19472e;border-right:0.0625rem solid #19472e;border-bottom:0.0625rem solid #19472e;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 { background-color:#19472e;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;position:absolute;top:12.375rem;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;position:absolute;top:12.375rem;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; }
#ioU7knEg21TPIbJD8vArC6BBVekLxBXN { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.599998474121rem;left:38.5rem;height:2.925rem;display:block; }
#vlJoSB5gC3r4e9scuAbmi4EcB7n524H7 { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:23.1875rem;left:40.5rem;height:3.1875rem;display:block; }
#ZqJ7M9UpP8TTCcf4ItpbrTgWB4FsEvqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:23.4375rem;left:38.5rem; }
#kEyoki7RhpvxTTqyiLT27wtrh3GFz1vb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:25rem;left:38.5rem; }
#ogS218mqfdXHF2zwOPDdR44eIAurwZCy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:17rem;top:0rem;left:31.9375rem;overflow:hidden;display:block; }
#EZcGx4kT6P6dbN4cdfCcpbkDJZqLdFbL { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:12.5rem;top:17.1875rem;left:43.0625rem;display:block; }
#GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { position:absolute;display:block;z-index:15012;background-color:#19472e;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;height:24.625rem;width:21.1875rem;top:5.4375rem;left:37.8125rem;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:11.6875rem;left:1.0625rem;width:46.6875rem;height:7rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:11.25rem;height:3.875rem;top:28.9375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { top:2.625rem;left:18.9375rem;width:8.4375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlZVvT3X1GqglTVeL3OU4E06DdBoZTsx { top:9.25rem;left:0rem;width:47.75rem;height:12.5rem;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.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { top:17.625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { top:4.75rem;left:0rem;width:45.9375rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns6Zc6glOGUKvnt3ggxFlEQR9yWE2BGC { width:11.25rem;height:3.875rem;top:31.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJnzI2k7RLv0dnLw2bpDpAcTD8rmcJu1 { display:block; }
 }@media only screen and (max-width: 763px) { #IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { top:1.1875rem;left:27.1875rem;width:20.5625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB { display:block; }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOKwzyJtGZTtO8lXyTfVHnw5R1gRtEfn { top:0.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqC9GgentWn8JBNZTFS5Vzp54inE7H8o { top:0rem;left:0rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q577FdTGMuSRZTNeH9QABsgxv4qcs9Ed { top:1.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVwIa8TyitlcCqQtJtAOK7p3fwplWcE3 { top:1.8125rem;left:46.6875rem;width:1.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9JbFuGDcxbdz2qzbBJgWDmwg9x4tF4n { top:3.875rem;left:0rem;width:47.75rem;height:0.125rem;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:1.9375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.8125rem;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:0.5625rem;left:0rem;width:47.75rem;height:31.850429645542rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln { display:block; }#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7CyyzTdpIEBFKTXgw2Uc38JnMCFz7CG { top:0.875rem;left:0rem;width:28.9375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf1LqXmr30Hyz5uz5MFEiUmtTCmP5XWM { top:0.8125rem;left:18.5625rem;width:28.9375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpvE9WLvFJncqKS224Q9XJhAOllrKbTt { display:block; }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoT9DUbOEMuHMuq6QR7xB0u3VXKQldLu { top:8.6875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRaSg44k2gzQkRQV2K6BMNVFtNr0c7qa { top:9.0625rem;left:0rem;width:24.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdGua5plaRftipgTZ2lV3Gfwv5Jfc5vn { top:9.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzhCLSFruLTHBlW27TVyBPsKtLSCzD6 { top:10.125rem;left:4.1875rem;width:19.6875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI1FxsxVU42kXTVskGXtPuo70WOQZK1l { top:15.375rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQiWcAEwXfuiUlsnXqRbPCapvmzv7uLs { top:15.75rem;left:0rem;width:24.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIeEFZuXwxwZbZa3rrVs5IkxhUFSXg2F { top:16.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLBZlHO08HSNIvp8GMVDvo8Kv0A0gmOR { top:16.5625rem;left:4.1875rem;width:19.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDklOiGUggob4qIH8dDU8yGcu7ZB5etQ { top:22.1875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGvWa1ckhPfc6F1eCFG76VVUy3SAOesk { top:22.5625rem;left:0rem;width:24.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akx7fLTxd0zURpVPCERGvTunLFeWvLJl { top:23.375rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvp8eh4ro2vu5JmZG0o5aLM2JOvrTMEQ { top:22.875rem;left:4.1875rem;width:19.6875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrJ7FIrfEiBsmJ4411HwKeTrk7zUuCg4 { top:29.1875rem;left:0rem;width:24.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox9UMNpFfEdbZuZsqcBUfET6UZfgRqu7 { top:29.5rem;left:4.1875rem;width:19.6875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQJnlcCOCQ2aigtKuXeHCupo5i6RUkDW { top:28.8125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtxzXIn3kxRGTi5nwzk6UeRVS4mA5Dp6 { top:35.4375rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAdAqedI9KI7BrOI1s4D8XCdNBcQWZuh { top:35.8125rem;left:0rem;width:24.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHQIw9JMrE8qZaKxmLg8aAKUgxTeU24Q { top:36.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o66fPJara0KnuESdmfykC4Gwft8R3wDQ { top:37.4375rem;left:4.1875rem;width:19.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESXtJptyQUp7lNivn7Us4RhpxWRFyqEC { top:11.9375rem;left:23.875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4NAMT1ASNFzsvgVC5g4aCQpkrtZT9OK { top:12.3125rem;left:23.3125rem;width:24.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPq0z0Sh0B7DISnsLCvZzXKwefAbrW8w { top:13.0625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p199hNhQmm9HD7Du5QspbuBKfXgoi8fZ { top:13.3125rem;left:28.0625rem;width:19.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4KRIyAfLr5LULFB0GqIeWbNVqSpc5EL { top:18.4375rem;left:23.875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTtffFxp7mqLyhozvF4stTNE7ceOneTN { top:18.8125rem;left:23.3125rem;width:24.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwkxK9GfOA5CchJ78UwfEHFORp4xn2LC { top:19.5625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJMBhBf9b1ws7oCTp4m0ZtEflzWGDRwB { top:20.4375rem;left:28.0625rem;width:19.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvT5CRvkndOnAL016gZetsUR6FlQx9Nm { top:25rem;left:23.875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqv3mrlF4ykU51XiXATuuVxL2BW1Grt0 { top:25.375rem;left:23.3125rem;width:24.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWUFfJJrvaaaqt5P8QtXQEMkRT7FTN0P { top:26.375rem;left:28.0625rem;width:19.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVUEbfGi9usi9luv3wXTUEbUcDDQEMeb { top:26.125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmeg32kUhHxGwBMbDLsIqhRT5IJX9KML { top:31.75rem;left:23.3125rem;width:24.4375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peNi0WWtoB9rX160an7OBEFVq49xplyA { top:31.9375rem;left:23.875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmLupT4Jkk3zBXaMWvfO8cTzr8KQ7rWA { top:32.0625rem;left:28.0625rem;width:19.6875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxe9U0X4uK2HK3NTlDezQLGK92EK1L2R { top:33rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtO5dVXMPZMAH97mtmHNIFww0wO0BUiV { top:29.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzF5TqLi8pIaiIZb0iFplv3UpKzTPG7L { top:1.4375rem;left:0rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib3gXtMEDXtlQddpu6soNtBmdQzvzSTs { top:2.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU8p3ww29qMS9aMqT8np278wwvno7kck { top:2.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScquXhUnlWqlrqlU248OAsT9tTg0d2wN { top:0.6875rem;left:0rem;width:47.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZOKEi2Oh5kru8cFAoT2FclIJTHrAPL9 { top:3.1875rem;left:46.6875rem;width:1.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEXvehvKAohEVezJTwtBNJiE5K51axkJ { top:5.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t { display:block; }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lipgkTf1CkziM9D9TDruCO6pRZafH8hX { top:0.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlueZxegOCwEwNWhbnVQTFkBW33htyNC { top:1.125rem;left:0rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRsGv0iMOxtfc2FZTnANXb3VbKh8NsJb { top:2.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGfsEIZ7wU95uvQJf7FoyIwmZUC4LQw6 { top:3.25rem;left:46.6875rem;width:1.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAx97gR3mIFwLms5VNDcmFqqp5RuQ7Kz { top:5.5rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O93gB9qNm3MKG7ZuWfLQFzibafGVX91E { display:block; }#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxOOkydOGbhgO3cReDyd1DCU1TQr3BkA { top:1.4375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR { display:block; }#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zz6BQ27IW23F1asppq9dkMs82mrzbDBT { top:0rem;left:0rem;width:47.75rem;height:31.731823979592rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMVPU6HJkG80GOubSwwXmQioOigTNEA8 { display:block; }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzECIyxJVVVPInrZT9mEZApki0UOwKeM { top:1rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBfTm85K9t5RlSl7LnhngTIbTGsyGkoH { top:0rem;left:0rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ7Snwr82MiOJMl0ucJHkrLL3cg2fe6v { top:1.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg9GwmIE7SfzPOZIUtGsmZ3I9Rarw1We { top:1.75rem;left:46.6875rem;width:1.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppx5SPTuNlNmP3asTTITLZ2wpMLJNPkp { top:4.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e { display:block; }#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyzyRQfXtOo38DWUxNSWzkQeRI3qcTNG { top:0rem;left:0rem;width:47.75rem;height:31.816631689402rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g { display:block; }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cv1q5lBkTeXmX25aF8QlTbwWxacyOwCt { top:1rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6MJfmEtJfJDfPLiC5sGXvUBi3sRZMpr { top:0.125rem;left:0rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkKrokqcv21r8t7zdCXZggAZ2EVlWoAH { top:1.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7NV8GxT59qNoIF2qV9gun0dvfDT2rpF { top:1.75rem;left:46.6875rem;width:1.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0scPlI3HHIq1VbKwQwHxhe98qDnaNU { top:4.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf { display:block; }#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzsmXNBf0aqtsbXIk4ztTu3TfCLXrADc { top:2.875rem;left:0rem;width:47.75rem;height:28.158971668416rem;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:1rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3wUbidBelm6utvZCsyZPUwPEzXR7KXU { top:0rem;left:0rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEUCMvvoWGMmJvZ90V6iTMo059uclqlF { top:1.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS9bkTkmiAuHEZVbXn1fDd97Fav6LESt { top:1.8125rem;left:46.6875rem;width:1.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD1vxEMHxXK4TBXE5PNyHzNHI7UET5X0 { top:4rem;left:0rem;width:47.75rem;height:0.125rem;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.875rem;left:12.71875rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeZ9Sl7hwrgLBgxFEk9nWg8hnDqTil9 { top:2.0625rem;left:12.875rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { top:13.5rem;left:8.75rem;width:15.125rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtbyTIgQwzQICT6n9FoetRUcULQKAVkp { top:16.875rem;left:8.9375rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { top:13.4375rem;left:20.6875rem;width:15.125rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8gr92DZe0lXiJeuc9XzIzzIefSe2lC1 { top:16.875rem;left:20.875rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { top:1.875rem;left:24.65625rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqCMrw8voxx9spH3g3kifTBWFxAAT091 { top:2.6875rem;left:25.03125rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0ysplH3V5zw8wnp1N774EFSVyXNcL7l { top:18.5625rem;left:8.9375rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht5PGIs2rqMZLNe9AGrmWVT03TrKy28Q { top:18.5rem;left:20.875rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXJq8uHRGrvkL4eKzM7LxpdzxUXW36p0 { top:6.4375rem;left:0rem;width:15rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF { display:block; }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 { display:block; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dORFB5qsIITMWB2E7KofyzaIs0K2UCkm { top:1.25rem;left:12.71875rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtoWwqihq07f6aoED8WCe9CpXRBpVwqm { top:2rem;left:13.0625rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVWFLP5XvRBe7KTykLLIss0gap4VF28V { top:13.5rem;left:8.875rem;width:15rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL8bRiSMiU9to5pLgNW5rZIJC4XmhIAq { top:17rem;left:8.9375rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTLy2xfikxb3dN17WnxgASuqXPsFF15c { top:13.5rem;left:20.6875rem;width:15.125rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNVg6yDmhkyGWI9NtI2MxO4fW91TcJlh { top:17.0625rem;left:20.875rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UInAgEiuVZSi2HZX3A4Jc3FndLAJWNVd { top:1.25rem;left:24.65625rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIOvk4GAw6xEE9toiAHNOtpwkqQZPCQw { top:2.125rem;left:25.0625rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERcBeo0BdSUWNKyBybu9bsmbGNwwWbtG { top:13.5rem;left:20.6875rem;width:15.125rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5K75rFMhgiOAvsSN3Xpqp0fLgG2OUVO { top:17rem;left:32.8125rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftFVIAZkm68XRuE1w0HMTU9ueJq2oWce { top:1.25rem;left:36.59375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpm55KKDKt3RDOAAVPFcNFmo4ayhmS0T { top:1.8125rem;left:36.84375rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNE63pzAtu5Dhq2uDv5PnMkFHgHusZl1 { top:18.75rem;left:8.9375rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBs8W32OffhZr9TO9AUSm0TfUepw65pN { top:18.6875rem;left:20.875rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loUNkGtoxXmB3SV482ZsbyoFuISDWPXx { top:18.75rem;left:32.8125rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXG2SUFaFUmbaRDiGzaS4H3tC7wafyZI { top:5.8125rem;left:0rem;width:15.0625rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWb9dkTqsUEwKTglIWybraFQlEdGJogK { display:block; }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq { display:block; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2p7NrxCFzVerCGtorAC9DXiGzb2UwOM { top:1.875rem;left:12.71875rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu3NzUKiKiBylFPUXcUoXJMOJngAPQ0L { top:1.9375rem;left:12.8125rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFCEhFD2q0TLGD1Q2Dzi2q7cCvJCtAAK { top:13.4375rem;left:8.9375rem;width:14.9375rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsUodMZKox7uXD5APdfTRJkuqAnqfWmw { top:17rem;left:8.9375rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ssglBWahAxhZWGCrLCfGCNftA47zLl { top:13.4375rem;left:20.8125rem;width:15rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFuTHB7Gwe7KUyfGB02tpWi0gKsXyHz1 { top:16.875rem;left:20.875rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEmE5AwenfUzVOGM0SH93q9vQa8OAEEG { top:1.875rem;left:24.65625rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmZMsP6APqUhwRQzL3OZefITyl11wVME { top:2.625rem;left:25rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCfGpisai4vw4v7DDUuFTBSFzN7bxWBb { top:13.4375rem;left:32.75rem;width:15rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0vcCDFo5HIPL7LrWR6ifuThz9WdExo { top:16.875rem;left:32.8125rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIEXTHLX7et2Zc7zxPsOUrkZ5kOxfRxA { top:1.875rem;left:36.59375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4EXmNUk7WEw8dp1HQ6erDWAUciDpStq { top:2.9375rem;left:37.09375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw6vd6AdVagmVKsAkoqnE2qZHHflgBOM { top:18.625rem;left:8.9375rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM4pKTEzGdipRDAB1XMpRpmm2sx1AzOx { top:18.625rem;left:20.875rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7BfDQlAUUt3gnNEy19MBy14RzQQp3zz { top:18.5625rem;left:32.8125rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSzek40D14HuPwtiOnxyXXtpd8UJHNo5 { top:6.4375rem;left:0rem;width:15.0625rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX { display:block; }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1IwWmArxnMENEgFfkTvFFzW0leX6glg { display:block; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1doFbw792lpQtBf6pT60BH75dzxzRrv { top:1.8125rem;left:12.71875rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlgOKnTTHhuIf3XlwfZ2Ll08asM9BpkE { top:2.4375rem;left:13rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR7dKcR0tOpcThkv6o33M4kbbOtJQ0aO { top:12.875rem;left:8.9375rem;width:14.9375rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDWC2WawbgZmdv2eP66CHI7mGT4wTtHW { top:16.875rem;left:8.9375rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0O5qPsVlsyy7LSNhGKdRhEuJ0sJZ9H3 { top:18.75rem;left:8.9375rem;width:14.9375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcXL4hMT27t8iNOEJMVEOTIC22WTCJ4S { top:6.375rem;left:0rem;width:15.0625rem;height:1.1875rem;font-size:1.1875rem;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.5rem;left:0rem;width:28rem;height:6.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { top:9.3125rem;left:0rem;width:29.9375rem;height:1.6875rem;font-size:1rem;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:auto;top:12.375rem;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:auto;top:12.375rem;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) { #ioU7knEg21TPIbJD8vArC6BBVekLxBXN { top:19.5625rem;left:29.3125rem;width:17.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlJoSB5gC3r4e9scuAbmi4EcB7n524H7 { top:23.1875rem;left:30.125rem;width:17.625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqJ7M9UpP8TTCcf4ItpbrTgWB4FsEvqT { top:23.4375rem;left:29.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEyoki7RhpvxTTqyiLT27wtrh3GFz1vb { top:25rem;left:29.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { top:0rem;left:23.875rem;width:17rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZcGx4kT6P6dbN4cdfCcpbkDJZqLdFbL { top:17.1875rem;left:33.875rem;width:12.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { top:5.4375rem;left:26.5625rem;width:21.1875rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { position:relative;z-index:auto;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:20rem;height:13.75rem;top:6.875rem;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:24.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { width:5.1875rem;height:1.9375rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlZVvT3X1GqglTVeL3OU4E06DdBoZTsx { width:20rem;height:12.5rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { width:19.25rem;height:2.125rem;top:11.375rem;left:0.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { width:18.125rem;height:39.1rem;top:16.375001907349rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { width:20rem;height:49.9375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns6Zc6glOGUKvnt3ggxFlEQR9yWE2BGC { width:11.25rem;height:3.875rem;top:58.499997138977rem;left:4.375rem;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:3.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB { display:block; }#yV8eIUD6M67elTQm3K9MD7KBBVzWZTLB > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOKwzyJtGZTtO8lXyTfVHnw5R1gRtEfn { width:13.9375rem;height:3.875rem;top:0.63125038146975rem;left:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqC9GgentWn8JBNZTFS5Vzp54inE7H8o { width:4.625rem;height:4.5625rem;top:0.28750038146973rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q577FdTGMuSRZTNeH9QABsgxv4qcs9Ed { width:3.125rem;height:3.125rem;top:1rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVwIa8TyitlcCqQtJtAOK7p3fwplWcE3 { width:1.0625rem;height:3rem;top:1.8999996185302rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9JbFuGDcxbdz2qzbBJgWDmwg9x4tF4n { width:20rem;height:0.125rem;top:4.7749996185303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { width:20rem;height:77.03125rem;top:1.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJixW3pvBbmAxP3rhNHtbxehJAA3i3R7 { width:13.125rem;height:8.6875rem;top:1.84375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln { display:block; }#SK9pPAnxtxvrgdtEbBApupSQsuwKl9ln > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7CyyzTdpIEBFKTXgw2Uc38JnMCFz7CG { width:20rem;height:13.304535637149rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf1LqXmr30Hyz5uz5MFEiUmtTCmP5XWM { width:20rem;height:13.347732181425rem;top:15.8041875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpvE9WLvFJncqKS224Q9XJhAOllrKbTt { display:block; }#IpvE9WLvFJncqKS224Q9XJhAOllrKbTt > .row .container { width:20rem;height:116.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoT9DUbOEMuHMuq6QR7xB0u3VXKQldLu { width:5.3125rem;height:5.3125rem;top:8.5625rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRaSg44k2gzQkRQV2K6BMNVFtNr0c7qa { width:20rem;height:4.5625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdGua5plaRftipgTZ2lV3Gfwv5Jfc5vn { width:3.125rem;height:3.125rem;top:9.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzhCLSFruLTHBlW27TVyBPsKtLSCzD6 { width:19.6875rem;height:2.4375rem;top:15.875rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI1FxsxVU42kXTVskGXtPuo70WOQZK1l { width:5.3125rem;height:5.3125rem;top:20.1875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQiWcAEwXfuiUlsnXqRbPCapvmzv7uLs { width:20rem;height:4.5625rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIeEFZuXwxwZbZa3rrVs5IkxhUFSXg2F { width:3.125rem;height:3.125rem;top:21.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLBZlHO08HSNIvp8GMVDvo8Kv0A0gmOR { width:19.6875rem;height:2.4375rem;top:27.1875rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDklOiGUggob4qIH8dDU8yGcu7ZB5etQ { width:5.3125rem;height:5.3125rem;top:32.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGvWa1ckhPfc6F1eCFG76VVUy3SAOesk { width:20rem;height:4.5625rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akx7fLTxd0zURpVPCERGvTunLFeWvLJl { width:2.875rem;height:2.875rem;top:33.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvp8eh4ro2vu5JmZG0o5aLM2JOvrTMEQ { width:19.6875rem;height:3.65625rem;top:39rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrJ7FIrfEiBsmJ4411HwKeTrk7zUuCg4 { width:20rem;height:4.5625rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox9UMNpFfEdbZuZsqcBUfET6UZfgRqu7 { width:19.6875rem;height:3.65625rem;top:50.75rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQJnlcCOCQ2aigtKuXeHCupo5i6RUkDW { width:5.3125rem;height:5.3125rem;top:44.125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtxzXIn3kxRGTi5nwzk6UeRVS4mA5Dp6 { width:5.3125rem;height:5.3125rem;top:55.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAdAqedI9KI7BrOI1s4D8XCdNBcQWZuh { width:20rem;height:4.5625rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHQIw9JMrE8qZaKxmLg8aAKUgxTeU24Q { width:3.125rem;height:3.125rem;top:56.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o66fPJara0KnuESdmfykC4Gwft8R3wDQ { width:19.6875rem;height:1.21875rem;top:63.75rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESXtJptyQUp7lNivn7Us4RhpxWRFyqEC { width:5.3125rem;height:5.3125rem;top:68.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4NAMT1ASNFzsvgVC5g4aCQpkrtZT9OK { width:20rem;height:4.5625rem;top:74.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPq0z0Sh0B7DISnsLCvZzXKwefAbrW8w { width:3.125rem;height:3.125rem;top:69.468797683719rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p199hNhQmm9HD7Du5QspbuBKfXgoi8fZ { width:19.6875rem;height:2.4375rem;top:75.5625rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4KRIyAfLr5LULFB0GqIeWbNVqSpc5EL { width:5.3125rem;height:5.3125rem;top:80.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTtffFxp7mqLyhozvF4stTNE7ceOneTN { width:20rem;height:4.5625rem;top:86.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwkxK9GfOA5CchJ78UwfEHFORp4xn2LC { width:3.125rem;height:3.125rem;top:81.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJMBhBf9b1ws7oCTp4m0ZtEflzWGDRwB { width:19.6875rem;height:1.21875rem;top:88.375rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvT5CRvkndOnAL016gZetsUR6FlQx9Nm { width:5.3125rem;height:5.3125rem;top:92.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqv3mrlF4ykU51XiXATuuVxL2BW1Grt0 { width:20rem;height:4.5625rem;top:98.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWUFfJJrvaaaqt5P8QtXQEMkRT7FTN0P { width:19.6875rem;height:2.4375rem;top:99.5625rem;left:0.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVUEbfGi9usi9luv3wXTUEbUcDDQEMeb { width:3.125rem;height:3.125rem;top:93.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmeg32kUhHxGwBMbDLsIqhRT5IJX9KML { width:20rem;height:5.6875rem;top:111.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #peNi0WWtoB9rX160an7OBEFVq49xplyA { width:5.3125rem;height:5.3125rem;top:104.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmLupT4Jkk3zBXaMWvfO8cTzr8KQ7rWA { width:19.6875rem;height:4.875rem;top:111.4375rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxe9U0X4uK2HK3NTlDezQLGK92EK1L2R { width:3.125rem;height:3.125rem;top:106rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtO5dVXMPZMAH97mtmHNIFww0wO0BUiV { width:3.125rem;height:3.125rem;top:45.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzF5TqLi8pIaiIZb0iFplv3UpKzTPG7L { width:4.625rem;height:4.5625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib3gXtMEDXtlQddpu6soNtBmdQzvzSTs { width:3.125rem;height:3.125rem;top:2.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU8p3ww29qMS9aMqT8np278wwvno7kck { width:15.8125rem;height:2.875rem;top:2.4375rem;left:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScquXhUnlWqlrqlU248OAsT9tTg0d2wN { width:20rem;height:6.0625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZOKEi2Oh5kru8cFAoT2FclIJTHrAPL9 { width:1.0625rem;height:3rem;top:1.6124992370606rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEXvehvKAohEVezJTwtBNJiE5K51axkJ { width:20rem;height:0.125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t { display:block; }#Tgs8014TGH42XuKrP7ZxZDm5gur8Iu2t > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lipgkTf1CkziM9D9TDruCO6pRZafH8hX { width:14.9375rem;height:4.05rem;top:1.5062484741211rem;left:4.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlueZxegOCwEwNWhbnVQTFkBW33htyNC { width:4.625rem;height:4.5625rem;top:1.2499866485596rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRsGv0iMOxtfc2FZTnANXb3VbKh8NsJb { width:3.125rem;height:3.125rem;top:1.96875rem;left:1.5499992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGfsEIZ7wU95uvQJf7FoyIwmZUC4LQw6 { width:1.0625rem;height:3rem;top:3.5187606811524rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAx97gR3mIFwLms5VNDcmFqqp5RuQ7Kz { width:20rem;height:0.125rem;top:6.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O93gB9qNm3MKG7ZuWfLQFzibafGVX91E { display:block; }#O93gB9qNm3MKG7ZuWfLQFzibafGVX91E > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxOOkydOGbhgO3cReDyd1DCU1TQr3BkA { width:20rem;height:63.1125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR { display:block; }#rImT2cIs11AtZ2loSTxtdRbPvvRwpJQR > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zz6BQ27IW23F1asppq9dkMs82mrzbDBT { width:20rem;height:13.290816326531rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMVPU6HJkG80GOubSwwXmQioOigTNEA8 { display:block; }#lMVPU6HJkG80GOubSwwXmQioOigTNEA8 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzECIyxJVVVPInrZT9mEZApki0UOwKeM { width:15.375rem;height:3rem;top:2.78125rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBfTm85K9t5RlSl7LnhngTIbTGsyGkoH { width:4.625rem;height:4.5625rem;top:2.0000171661377rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ7Snwr82MiOJMl0ucJHkrLL3cg2fe6v { width:3.125rem;height:3.125rem;top:2.71875rem;left:1.5499992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg9GwmIE7SfzPOZIUtGsmZ3I9Rarw1We { width:1.0625rem;height:3rem;top:3.6124992370606rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppx5SPTuNlNmP3asTTITLZ2wpMLJNPkp { width:20rem;height:0.125rem;top:6.4874992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e { display:block; }#aeWElwB15P2BCAPQzT1DIRUnZmOFsS7e > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyzyRQfXtOo38DWUxNSWzkQeRI3qcTNG { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g { display:block; }#Uth5BZRx2VfeepnzJpBZipb2IrTR4a6g > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cv1q5lBkTeXmX25aF8QlTbwWxacyOwCt { width:15.1875rem;height:3.625rem;top:0.46875rem;left:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6MJfmEtJfJDfPLiC5sGXvUBi3sRZMpr { width:4.625rem;height:4.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkKrokqcv21r8t7zdCXZggAZ2EVlWoAH { width:3.125rem;height:3.125rem;top:0.71875rem;left:1.5499992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7NV8GxT59qNoIF2qV9gun0dvfDT2rpF { width:1.0625rem;height:3rem;top:1.6124992370606rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0scPlI3HHIq1VbKwQwHxhe98qDnaNU { width:20rem;height:0.125rem;top:4.4874992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf { display:block; }#yf44ZdBDZPUCHkgnIolvFVXcZLOXScHf > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzsmXNBf0aqtsbXIk4ztTu3TfCLXrADc { width:20rem;height:11.7948125rem;top:0.49995040893555rem;left:0rem;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:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:12.125rem;height:2rem;top:4.3625001907349rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3wUbidBelm6utvZCsyZPUwPEzXR7KXU { width:4.625rem;height:4.5625rem;top:3.0812501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEUCMvvoWGMmJvZ90V6iTMo059uclqlF { width:3.125rem;height:3.125rem;top:3.8000001907349rem;left:1.5499992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS9bkTkmiAuHEZVbXn1fDd97Fav6LESt { width:1.0625rem;height:3rem;top:4.6937494277954rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD1vxEMHxXK4TBXE5PNyHzNHI7UET5X0 { width:20rem;height:0.125rem;top:7.5687494277956rem;left:0rem;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:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { width:10.375rem;height:10.375rem;top:6.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeZ9Sl7hwrgLBgxFEk9nWg8hnDqTil9 { width:8.5rem;height:8.5rem;top:6.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { width:20rem;height:2.7rem;top:17.25rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtbyTIgQwzQICT6n9FoetRUcULQKAVkp { width:20rem;height:1rem;top:19.949999809265rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { width:20rem;height:2.7rem;top:35.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8gr92DZe0lXiJeuc9XzIzzIefSe2lC1 { width:20rem;height:1rem;top:38.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { width:10.375rem;height:10.375rem;top:24.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqCMrw8voxx9spH3g3kifTBWFxAAT091 { width:7.9375rem;height:7.9375rem;top:24.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0ysplH3V5zw8wnp1N774EFSVyXNcL7l { width:14.9375rem;height:1rem;top:21.625001907349rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht5PGIs2rqMZLNe9AGrmWVT03TrKy28Q { width:14.9375rem;height:1rem;top:40.125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXJq8uHRGrvkL4eKzM7LxpdzxUXW36p0 { width:15rem;height:1.1875rem;top:2.5625rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF { 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; }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF.adaptive-delivery-prevent-bg, #U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF.lazyload, #U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF.lazyloading { background-image: none; }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row .container { background-color: transparent; background-image: none; }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row .container > .video-iframe-container { display: none; }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row > .video-iframe-container { display: none; }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .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); }#U3VLw2sHkM0k5T3TRRUpmIf7RXKcytcF > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 { 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; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9.adaptive-delivery-prevent-bg, #GMk3qcpo562qE8iFtlgpzPe3MT2K5po9.lazyload, #GMk3qcpo562qE8iFtlgpzPe3MT2K5po9.lazyloading { background-image: none; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row .container { background-color: transparent; background-image: none; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row .container > .video-iframe-container { display: none; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row > .video-iframe-container { display: none; }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .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); }#GMk3qcpo562qE8iFtlgpzPe3MT2K5po9 > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dORFB5qsIITMWB2E7KofyzaIs0K2UCkm { width:10.375rem;height:10.375rem;top:2.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtoWwqihq07f6aoED8WCe9CpXRBpVwqm { width:8.5rem;height:8.5rem;top:2.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVWFLP5XvRBe7KTykLLIss0gap4VF28V { width:20rem;height:5.4rem;top:13.625rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL8bRiSMiU9to5pLgNW5rZIJC4XmhIAq { width:20rem;height:1rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTLy2xfikxb3dN17WnxgASuqXPsFF15c { width:20rem;height:2.7rem;top:33.125rem;left:0.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNVg6yDmhkyGWI9NtI2MxO4fW91TcJlh { width:20rem;height:1rem;top:36.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UInAgEiuVZSi2HZX3A4Jc3FndLAJWNVd { width:10.375rem;height:10.375rem;top:21.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIOvk4GAw6xEE9toiAHNOtpwkqQZPCQw { width:7.9375rem;height:7.9375rem;top:22.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERcBeo0BdSUWNKyBybu9bsmbGNwwWbtG { width:20rem;height:2.7rem;top:52.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5K75rFMhgiOAvsSN3Xpqp0fLgG2OUVO { width:20rem;height:1rem;top:56.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftFVIAZkm68XRuE1w0HMTU9ueJq2oWce { width:10.375rem;height:10.375rem;top:41.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpm55KKDKt3RDOAAVPFcNFmo4ayhmS0T { width:8rem;height:8rem;top:41.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNE63pzAtu5Dhq2uDv5PnMkFHgHusZl1 { width:14.9375rem;height:1rem;top:18.074996948243rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBs8W32OffhZr9TO9AUSm0TfUepw65pN { width:14.9375rem;height:1rem;top:37.625rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loUNkGtoxXmB3SV482ZsbyoFuISDWPXx { width:14.9375rem;height:1rem;top:57.9375rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXG2SUFaFUmbaRDiGzaS4H3tC7wafyZI { width:15.0625rem;height:1.1875rem;top:1.0000057220459rem;left:2.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWb9dkTqsUEwKTglIWybraFQlEdGJogK { 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; }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK.adaptive-delivery-prevent-bg, #HWb9dkTqsUEwKTglIWybraFQlEdGJogK.lazyload, #HWb9dkTqsUEwKTglIWybraFQlEdGJogK.lazyloading { background-image: none; }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row .container { background-color: transparent; background-image: none; }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row .container > .video-iframe-container { display: none; }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row > .video-iframe-container { display: none; }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .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); }#HWb9dkTqsUEwKTglIWybraFQlEdGJogK > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq { 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; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq.adaptive-delivery-prevent-bg, #QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq.lazyload, #QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq.lazyloading { background-image: none; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row .container { background-color: transparent; background-image: none; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row .container > .video-iframe-container { display: none; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row > .video-iframe-container { display: none; }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .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); }#QHLTsUQTz0glf2MbiR3KEybCvSlTcmhq > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2p7NrxCFzVerCGtorAC9DXiGzb2UwOM { width:10.375rem;height:10.375rem;top:3.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu3NzUKiKiBylFPUXcUoXJMOJngAPQ0L { width:8.5rem;height:8.5rem;top:3.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFCEhFD2q0TLGD1Q2Dzi2q7cCvJCtAAK { width:20rem;height:2.7rem;top:14.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsUodMZKox7uXD5APdfTRJkuqAnqfWmw { width:20rem;height:1rem;top:17.324995994568rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ssglBWahAxhZWGCrLCfGCNftA47zLl { width:20rem;height:2.7rem;top:32.375rem;left:0.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFuTHB7Gwe7KUyfGB02tpWi0gKsXyHz1 { width:20rem;height:1rem;top:35.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEmE5AwenfUzVOGM0SH93q9vQa8OAEEG { width:10.375rem;height:10.375rem;top:21.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmZMsP6APqUhwRQzL3OZefITyl11wVME { width:7.9375rem;height:7.9375rem;top:21.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCfGpisai4vw4v7DDUuFTBSFzN7bxWBb { width:20rem;height:2.7rem;top:50.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0vcCDFo5HIPL7LrWR6ifuThz9WdExo { width:20rem;height:1rem;top:53.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIEXTHLX7et2Zc7zxPsOUrkZ5kOxfRxA { width:10.375rem;height:10.375rem;top:39.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4EXmNUk7WEw8dp1HQ6erDWAUciDpStq { width:8rem;height:8rem;top:39.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw6vd6AdVagmVKsAkoqnE2qZHHflgBOM { width:14.9375rem;height:1rem;top:18.875rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM4pKTEzGdipRDAB1XMpRpmm2sx1AzOx { width:14.9375rem;height:1rem;top:36.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7BfDQlAUUt3gnNEy19MBy14RzQQp3zz { width:14.9375rem;height:1rem;top:55.1875rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSzek40D14HuPwtiOnxyXXtpd8UJHNo5 { width:15.0625rem;height:1.1875rem;top:1.5624942779541rem;left:2.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX { 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; }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX.adaptive-delivery-prevent-bg, #zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX.lazyload, #zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX.lazyloading { background-image: none; }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row .container { background-color: transparent; background-image: none; }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row .container > .video-iframe-container { display: none; }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row > .video-iframe-container { display: none; }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .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); }#zxDoSHLRUuI0fCr1IqIRuCLlPGH1bxTX > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1IwWmArxnMENEgFfkTvFFzW0leX6glg { 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; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg.adaptive-delivery-prevent-bg, #L1IwWmArxnMENEgFfkTvFFzW0leX6glg.lazyload, #L1IwWmArxnMENEgFfkTvFFzW0leX6glg.lazyloading { background-image: none; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row .container { background-color: transparent; background-image: none; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row .container > .video-iframe-container { display: none; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row > .video-iframe-container { display: none; }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .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); }#L1IwWmArxnMENEgFfkTvFFzW0leX6glg > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1doFbw792lpQtBf6pT60BH75dzxzRrv { width:10.375rem;height:10.375rem;top:3.5rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlgOKnTTHhuIf3XlwfZ2Ll08asM9BpkE { width:8.5rem;height:8.5rem;top:3.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR7dKcR0tOpcThkv6o33M4kbbOtJQ0aO { width:20rem;height:2.7rem;top:14.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDWC2WawbgZmdv2eP66CHI7mGT4wTtHW { width:20rem;height:1rem;top:17.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0O5qPsVlsyy7LSNhGKdRhEuJ0sJZ9H3 { width:14.9375rem;height:1rem;top:19.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcXL4hMT27t8iNOEJMVEOTIC22WTCJ4S { width:15.0625rem;height:1.1875rem;top:1.1875rem;left:2.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { width:19.125rem;height:4.25rem;top:1.6875rem;left:0.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUI1bPMppZnwNDpyl9p5fsiV3FVuy1Gk { width:18.9375rem;height:1.7rem;top:7.375rem;left:1.0625rem;font-size:1rem;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; }
#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; }
#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:7.375rem;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:7.375rem;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) { #ioU7knEg21TPIbJD8vArC6BBVekLxBXN { width:17.625rem;height:2.925rem;top:44.4375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlJoSB5gC3r4e9scuAbmi4EcB7n524H7 { width:17.625rem;height:3.1875rem;top:49.75rem;left:2.375rem;font-size:1.0625rem;color:#363a36;display:block; }
 }@media only screen and (max-width: 763px) { #ZqJ7M9UpP8TTCcf4ItpbrTgWB4FsEvqT { width:1.3125rem;height:1.3125rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEyoki7RhpvxTTqyiLT27wtrh3GFz1vb { width:1.3125rem;height:1.3125rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { width:13.75rem;height:14.625rem;top:27.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZcGx4kT6P6dbN4cdfCcpbkDJZqLdFbL { width:12.5rem;height:0.25rem;top:42.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { width:20rem;height:9.6875rem;top:0.81248855590819rem;left:0rem;z-index:15011;display:block; }
 }