.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(255,255,255,0.79);background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#BCXHu7Qvo2UyF6iWZiQmfkTUCKZZTTrv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:8.75rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/28efeac6-32df-49f2-8947-84b1b42d5197/LP_Flebologia_KV_photo_1200x350px_16_05_24kopia.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl.adaptive-delivery-prevent-bg, #wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl.lazyload, #wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl.lazyloading { background-image: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { background-color: transparent; background-image: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container > .video-iframe-container { display: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container { display: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .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); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { border-width: 0; border-radius: 0; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#yzppWH88TIKXhbHPTmqgIbzJS7Vquk6s { position:absolute;display:block;z-index:14999;background-color:#055aa9;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:9.8125rem;width:21.1875rem;top:8.4993495941163rem;left:0rem;display:block; }
#D7sLK1kPR73dTMwvMMkITpVgv94DuIbT { position:absolute;display:block;z-index:14998;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:11.875rem;width:21.125rem;top:11.624350547791rem;left:0rem;display:block; }
#uGnG1nZoLNJ58JkfnrwDsvl47Z9Duuif { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:"gt walsheim";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.7102870941162rem;left:1.7534713745118rem;height:7.6465rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sodwx2MeBVx65CZRSf2yb0Bwv6tHQKEV { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"gt walsheim";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:13.273655891419rem;left:1.4377174377441rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wDJSIhVkp0XTuV0UDmELXvRChd0sEmDK { color:#065ea6;display:block;width:22.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:19.018749237061rem;left:4.9375rem;height:0;font-style:normal;display:block; }
#wA4QLWLRvhUyHTq2aTHLNL3KU3PbORnN { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"gt walsheim";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.3310546875rem;left:1.71875rem;height:7.6494375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#htbzAI6ItZAmQ8zmd8eTJJRS3DnWRE8e { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:3.75rem;display:none; }
#lxXAzgdwCiQIaVnwvtSJFRSo1eyydipE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.686775rem;width:9.124rem;top:18.309459686279rem;left:0.71614551544187rem;overflow:hidden;display:block; }
#mfypCD0TrTGM0689eUbUWRdsNwm7b3rz { background-color:#13a538;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.43728351593rem;left:0rem;display:block; }
#KQdTmszwgfWRlG7fWOJRuDWXZZ8lIizw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVAL08fzKJcwX8XTXkHTXZZiEUk0scbl { position:absolute;display:block;z-index:15000;background-color:#13a538;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:8.3125rem;width:21.125rem;top:3.3116321563721rem;left:0rem;display:block; }
#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra { position:relative;display:block; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra { background-color: transparent; background-image: none; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row .container > .video-iframe-container { display: none; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row > .video-iframe-container { display: none; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .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); }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra { border-width: 0; border-radius: 0; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HBKW64T3rOCeTDMhH75bZTcgwTcbasGy { color:#065ea6;display:block;width:18.375rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.750000953674rem;height:1.625rem;display:block; }
#pAQIGih5TkOVLvmTQzPNVL09gl5TLNKL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3125rem;top:2.625rem;left:2.25rem;display:none; }
#xXqadoPlDczOSKqUIpZGEJWqfRo4QmFm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:2.09375rem;left:6.0958337783814rem;overflow:hidden;display:block; }
#Tip1eZAWdqBTTor3bt0FtTfPMh5oFR08 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:2.09375rem;left:50.062500953674rem;overflow:hidden;display:block; }
#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 { position:relative;display:block; }#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 { background-color: transparent; background-image: none; }#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 > .row .container > .video-iframe-container { display: none; }#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 > .row > .video-iframe-container { display: none; }#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 > .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); }#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 { border-width: 0; border-radius: 0; }#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fEtgnkrDL6iloPGtwWFJ3CuOwd3rLOLT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.46875rem;left:9.0958337783812rem;overflow:hidden;display:block; }
#GoBQb8dbnsVqLpxJGxezLPNXWnFvKzAp { color:#065ea6;display:block;width:12.5rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.252082824707rem;left:13.937500953674rem;height:3.2487rem;display:block; }
#Hb3qF6SI46Hd1mRxPIAWTTQa7740xOG2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.6875rem;top:1.625rem;left:28.403126716614rem;overflow:hidden;display:block; }
#XoGHytQ5tl3fVfTKKlvaoCZJlwhbImMu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4rem;top:1.6875rem;left:46.562500953674rem;overflow:hidden;display:block; }
#TT6xATq4FRERrRBXF8WxGOIfzTgTkvZQ { color:#065ea6;display:block;width:12.5rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.252082824707rem;left:33.375000953674rem;height:3.2487rem;display:block; }
#VgTogtcE3W3TFtrPSp4eS2dK4nsBDxAh { color:#065ea6;display:block;width:14.0625rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:52.156250953674rem;height:3.2487rem;display:block; }
#IW2vCOh1VdQBKElzw2FCTO11GFH3hMa3 { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:20.75rem;left:4.3125rem;display:none; }
#IUIzGGAwB8heB65LsBz4uTIkIv49Vnx6 { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:14.25rem;left:4.25rem;display:none; }
#d6dt2DFJ4v5oBnTzGkKuasw6FV5Om8i2 { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:5.75rem;left:4.875rem;display:none; }
#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { position:relative;display:block; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { background-color: transparent; background-image: none; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container > .video-iframe-container { display: none; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row > .video-iframe-container { display: none; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .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); }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { border-width: 0; border-radius: 0; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WPpfKpw0kaMieClNvbeC798BeTyl8O0h { position:absolute;display:block;z-index:15001;background-color:#065ea6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:3.9375rem;width:62.4375rem;top:1.9375rem;left:5.6875rem;display:block; }
#bkZsnX62MdzpVhbnJgU28N52sEa92wl2 { color:#ffffff;display:block;width:50.8125rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:3.3125rem;left:10.187500953674rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#QFFeETRV7UwfW0TLdpSqEQJwzBlT9KNO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.75rem;top:2.8125rem;left:8.75rem;overflow:hidden;display:block; }
#QLdtvsFvitqkUluycrf6fBrmnlRfMzVG { position:absolute;display:block;z-index:15000;background-color:#e0ebed;background-image:none;border-top:0.125rem solid #065ea6;border-left:0.125rem solid #065ea6;border-right:0.125rem solid #065ea6;border-bottom:0.125rem solid #065ea6;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:13.125rem;width:62.1875rem;top:2.1875rem;left:5.75rem;display:block; }
#tbCBtyOJow9FEhkrD8rzhiLSPv2tDgPB { color:#065ea6;display:block;width:37.375rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.1145830154419rem;left:11.250000953674rem;height:1.2999125rem;display:block; }
#E2TKrkTpof5pP6dNpkU7uWMmAdxIhPQc { color:#065ea6;display:block;width:50.5rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:8.4375rem;left:11.250000953674rem;height:6.0004375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vZGMTR40zvCsFdiPeokNmrnd4PxdyAO4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3125rem;top:2.5625rem;left:4.5rem;display:none; }
#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container { background-color: transparent; background-image: none; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container > .video-iframe-container { display: none; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row > .video-iframe-container { display: none; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .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); }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container { border-width: 0; border-radius: 0; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-form-header {  }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-regular-label { display:block;width:23.25rem;height:auto;font-size:1.125rem;font-family:"gt walsheim";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-text { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:23.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"gt walsheim";font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-text {padding-top: 0; padding-bottom: 0;}#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-textarea { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:23.25rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"gt walsheim";font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:23.25rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:400;text-align:left;text-align-last:left;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-select {padding-top: 0; padding-bottom: 0;}#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:11.4375rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"gt walsheim";font-weight:700;text-align:center;text-align-last:center;font-size:1.5rem;background-color:#22a038;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:"gt walsheim";color:rgba(0,0,0,0.56); }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:"gt walsheim";color:rgba(0,0,0,0.56); }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:"gt walsheim";color:rgba(0,0,0,0.56); }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:"gt walsheim";color:rgba(0,0,0,0.56); }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:46.25rem;height:auto;font-size:0.8125rem;font-family:"gt walsheim";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff;font-weight:300;font-style:normal; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:10.71875rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.0625rem;padding-bottom:0;padding-left:0; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-container:first-of-type{padding-top:0;}#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-container:last-of-type{padding-bottom:0;}#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#065ea6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:60rem;height:auto;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;left:5.6857643127441rem;top:6.4301223754881rem;z-index:15010;position:absolute;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .radio-container { width:23.875rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#065ea6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:60rem;height:auto;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;left:5.6857643127441rem;top:6.4301223754881rem;z-index:15010;position:absolute;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #KSH0JNeA1dOI7EQeRPJgZ1MpTur79q6H { position:relative; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #MNwm5HIwLr932eGq5nNmQgm1sKTgyOti { position:relative;display:none; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #HFza0OEouMQikaxPmTwHJT3VyTGKEI0H { position:relative; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #Pbva3UDew8E7oF1w5xAPkfrhEzzNSimV { position:relative; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #c9TTuJkKJzCbnIyBcw8aWIQUQJDP5i8b { position:relative;display:none; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #g1AO2krTygqmgl4fO8iOKK1VoO51MkJ0 { position:relative; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #zJF5tZzIln30dqFMaD9RtFJgaZxSTE49 { position:relative; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #NuzOiXHJBESVWUnCmLKXb7zKlsXO3b12 { position:relative;z-index:2; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #Qd7GT7aqfIDLwLdn6ARvsArV1qEbvvUv { position:relative; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #y7TqEBRedeernWPuoG2HapaT5lruKHUe { position:relative; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #UsJHqiXV8LJH3dr4xmHJggpbn6nS6OJV { position:relative; }
#gEaXvHPHlvo0Ov4WG7vGPspCgBrQ7H1K { color:#414141;display:block;width:60.875rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20.20703125rem;left:6.625rem;height:5.2788625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MoBz7f9pwJZokXIrI6smTdnDbWkG3eNP { color:#ffffff;display:block;width:59rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1236991882324rem;left:10.375rem;height:1.62435rem;font-style:normal;display:block; }
#t69BFtu8e9SaxVkWRaXNc8hfVXc1D6UK { 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.0625rem solid #065ea6;border-left:0.0625rem solid #065ea6;border-right:0.0625rem solid #065ea6;border-bottom:0.0625rem solid #065ea6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:16.6875rem;width:62.3125rem;top:10.99609375rem;left:5.6875rem;display:block; }
#wDg09JLCBch3S7P9n9IbXxD11TgV1G4y { position:absolute;display:block;z-index:15003;background-color:#065ea6;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.6875rem;width:62.5rem;top:2.3125rem;left:5.6875rem;display:block; }
#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo { position:relative;display:block; }#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo { background-color: transparent; background-image: none; }#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo > .row .container > .video-iframe-container { display: none; }#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo > .row > .video-iframe-container { display: none; }#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo > .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); }#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo { border-width: 0; border-radius: 0; }#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:97.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cNqQSJEfXh0tkWiwR9w4r4pZAXZPmeLT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.0625rem;top:3.4374980926514rem;left:10rem;overflow:hidden;display:block; }
#KKuzx6oJq1JH0mPISbeDn7qiSwi8JgP5 { position:absolute;display:block;z-index:15005;background-color:rgba(34,160,56,0.97);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:12.0625rem;width:60.5625rem;top:2.1875rem;left:6.2500009536744rem;display:block; }
#c5ssA7G4st47NXT8LPgePoeKTJMVJPBU { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.8124961853027rem;left:12.687500953674rem;height:1.5rem;font-style:normal;display:block; }
#RFMtRH3GqtmiJhzJTd3qThuUMlRMPMTs { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.0625rem;width:18.3125rem;top:2.1875rem;left:50.046403554406rem;overflow:hidden;display:block; }
#Vlu51DKULzPNMMSA77xcgExMoZWPWFyg { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.1874990463256rem;left:11.250000953674rem;height:4.38801875rem;font-style:normal;display:block; }
#ogCGApsvhThztceert6G6LzF5mXoLd5A { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0.125rem solid #065ea6;border-left:0.125rem solid #065ea6;border-right:0.125rem solid #065ea6;border-bottom:0.125rem solid #065ea6;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:12.125rem;width:62.25rem;top:34.114582061767rem;left:6.3750009536744rem;display:block; }
#tBc2PTyFo6hJeaWBDWlS91BluDwQnLB5 { position:absolute;display:block;z-index:15012;background-color:#13a538;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:6.375rem;width:5.3125rem;top:15.25rem;left:6.2500009536744rem;display:block; }
#xrRrTMfc4xbGL8664rwh56A3hezqiMcH { color:#ffffff;display:block;width:1.5rem;position:absolute;font-family:"gt walsheim";font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:16.018750190735rem;left:8.7500009536744rem;height:1.54375rem;font-style:normal;display:block; }
#z4mPhZT7GSVr5JGtyT5hSaJvHzCgylIX { color:#000000;display:block;width:52.75rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.887500762939rem;left:10.000000953674rem;height:1.3rem;font-style:normal;display:block; }
#r9mqFsixvpn8t8i8iyq4vKIw6pTsFzOd { color:#13a538;display:block;width:52.4375rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.625rem;left:10.000000953674rem;height:1.625rem;font-style:normal;display:block; }
#db5Ag22nwqcnf9hxWvrgDTR9tkaKF64d { color:#000000;display:block;width:54.0625rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:22.187498092651rem;left:10rem;height:3.9rem;display:block; }
#HRB19fePUGzyRCr0n2ftiOgGE11i9B4k { position:absolute;display:block;z-index:15012;background-color:#065ea6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:6.375rem;width:5.3125rem;top:31.852083206177rem;left:6.2500009536744rem;display:block; }
#WHITPCHTe8NhhSeLVNOLwKVTnO4I8tfS { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0.125rem solid #13a538;border-left:0.125rem solid #13a538;border-right:0.125rem solid #13a538;border-bottom:0.125rem solid #13a538;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:9.875rem;width:62.25rem;top:17.8125rem;left:6.375rem;display:block; }
#ftxCkvTlANMivPkXtKGDCfEVCkwMh5Ge { color:#065ea6;display:block;width:38.625rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:35.21875rem;left:10.000000953674rem;height:1.625rem;display:block; }
#XiJGWT55wqSyIpeCfOTKvu3QiKrGG7TA { color:#ffffff;display:block;width:1.5rem;position:absolute;font-family:"gt walsheim";font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:32.497917175293rem;left:8.5520830154419rem;height:1.54375rem;font-style:normal;display:block; }
#S8K8RkdrrvCpRMNrk9bV50BXFQzbN9oK { color:#000000;display:block;width:54.3125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:40.689582824707rem;left:10rem;height:2.6rem;font-style:normal;display:block; }
#hzKKAmbDoEZNcZWpTQfbr1ik68pNiMvN { color:#000000;display:block;width:55.1875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:37.914581298828rem;left:10rem;height:2.6rem;display:block; }
#c3XIAT7sPsZdEilg6dkO7sTFZrm6ksyJ { position:absolute;display:block;z-index:15013;background-color:#13a538;background-image:none;border-top:0.125rem solid #13a538;border-left:0.125rem solid #13a538;border-right:0.125rem solid #13a538;border-bottom:0.125rem solid #13a538;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:6.375rem;width:5.3125rem;top:47.8125rem;left:6.8020830154419rem;display:block; }
#ZfrAJmVV44cqo6wN9l6zc1PVJ4TngNDz { color:#ffffff;display:block;width:1.5rem;position:absolute;font-family:"gt walsheim";font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:48.814582824707rem;left:8.75rem;height:1.54375rem;font-style:normal;display:block; }
#UUk9XRH4WnOsZVakA6ACDfEZhSGCTtKl { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0.125rem solid #13a538;border-left:0.125rem solid #13a538;border-right:0.125rem solid #13a538;border-bottom:0.125rem solid #13a538;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:12.125rem;width:62.25rem;top:50.3125rem;left:6.8020830154419rem;display:block; }
#JBIMs3fPrA58rXVR3C4W7DrGKbTRusOi { color:#13a538;display:block;width:52.4375rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:51.989582061767rem;left:10.000000953674rem;height:1.625rem;font-style:normal;display:block; }
#MAC9JDyk1gnrnMg4TK2dAl5NZer8ATxw { color:#000000;display:block;width:54.3125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:54.1875rem;left:10.000000953674rem;height:1.3rem;font-style:normal;display:block; }
#LhGTuQpn0hGoSDhClb6Jfq6ZiDRF39Ot { color:#000000;display:block;width:54.0625rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:55.664581298828rem;left:10rem;height:3.9rem;display:block; }
#NxqmlTV37LovPw2P9h0F8f2GtPcbbBSw { position:absolute;display:block;z-index:15013;background-color:#065ea6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:6.375rem;width:5.3125rem;top:64.539577484131rem;left:6.7958335876462rem;display:block; }
#bDPPMOTTaHQtzuGTT8eJxlbyaF4HnBMb { color:#ffffff;display:block;width:1.5rem;position:absolute;font-family:"gt walsheim";font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:65.304162979125rem;left:8.5458335876462rem;height:1.54375rem;font-style:normal;display:block; }
#krIwtyUwxEwLUaI0lrh1R4xWhTlOmTXF { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0.125rem solid #065ea6;border-left:0.125rem solid #065ea6;border-right:0.125rem solid #065ea6;border-bottom:0.125rem solid #065ea6;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:12.125rem;width:62.25rem;top:66.847913742063rem;left:6.375rem;display:block; }
#RJNDF90hqMgad8u0rUrqfsiM7ie3e4z6 { color:#065ea6;display:block;width:38.625rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:69.335416793825rem;left:10rem;height:1.625rem;display:block; }
#bHmVGOeh38cRDpC8QQMrGveZs76MTo65 { color:#000000;display:block;width:54.3125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:71.947921752931rem;left:10rem;height:2.6rem;font-style:normal;display:block; }
#O4SzIkvTLB6oVK3vy3CEbT1unfwlwekD { color:#000000;display:block;width:54.0625rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:74.681243896488rem;left:10rem;height:2.6rem;display:block; }
#pxLCz4wHSBIrWahxhozy7Roh2SxQAg8J { position:absolute;display:block;z-index:15012;background-color:#065ea6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:6.375rem;width:5.3125rem;top:31.852083206177rem;left:6.2500009536744rem;display:none; }
#t3FQNpUU813W8t9RBTx1dTqfVpE4DJqE { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.125rem solid #13a538;border-left:0.125rem solid #13a538;border-right:0.125rem solid #13a538;border-bottom:0.125rem solid #13a538;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:12.1235rem;width:62.249375rem;top:82.825527191162rem;left:6.4431419372556rem;display:block; }
#Vm7HbOk9lZNPbGB4CHJ4Xxp8obaCOnpt { color:#000000;display:block;width:54.0625rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:90.763893127444rem;left:9.4986991882325rem;height:2.6rem;display:block; }
#zUDD8xhd93TqceJ5VCIEyE6pS0OKtIVV { color:#000000;display:block;width:52.0625rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:87.586811065675rem;left:9.4986991882325rem;height:2.6rem;font-style:normal;display:block; }
#hr7Pd2WVqy7K65l9frOcTUtOA4k7hHk9 { position:absolute;display:block;z-index:15015;background-color:#13a538;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:6.375rem;width:5.3125rem;top:80.639583587644rem;left:6.8125rem;display:block; }
#sMcBaJ2X3lkTATZdhwoGrvq4OHJNtSHP { color:#ffffff;display:block;width:1.49956875rem;position:absolute;font-family:"gt walsheim";font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:81.352001190187rem;left:8.818359375rem;height:1.54369375rem;font-style:normal;display:block; }
#dTZOHwDTG7Usx6puNykXFbTXC71tLOdg { color:#065ea6;display:block;width:38.6230625rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:84.457469940187rem;left:10rem;height:1.625rem;display:block; }
#oltkAecWLBoeTbtRfod29BcavBurXCAW { position:relative;display:block; }#oltkAecWLBoeTbtRfod29BcavBurXCAW { background-color: transparent; background-image: none; }#oltkAecWLBoeTbtRfod29BcavBurXCAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oltkAecWLBoeTbtRfod29BcavBurXCAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oltkAecWLBoeTbtRfod29BcavBurXCAW > .row .container > .video-iframe-container { display: none; }#oltkAecWLBoeTbtRfod29BcavBurXCAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oltkAecWLBoeTbtRfod29BcavBurXCAW > .row > .video-iframe-container { display: none; }#oltkAecWLBoeTbtRfod29BcavBurXCAW > .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); }#oltkAecWLBoeTbtRfod29BcavBurXCAW { border-width: 0; border-radius: 0; }#oltkAecWLBoeTbtRfod29BcavBurXCAW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oltkAecWLBoeTbtRfod29BcavBurXCAW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HGJre5hdqfpwyieTHiisTT0W1TSpCZ8K { position:absolute;display:block;z-index:15000;background-color:#f7fafc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #065ea6;border-left:0.125rem solid #065ea6;border-right:0.125rem solid #065ea6;border-bottom:0.125rem solid #065ea6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:21.375rem;width:62.25rem;top:3.8125rem;left:6.25rem;display:block; }
#G0Xipw8pAgcaKbTiJ7oRFvHPHzyXV7tK { position:absolute;display:block;z-index:15006;background-color:rgba(6,94,166,0.97);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:5.124025rem;width:62.4375rem;top:1.6875rem;left:6.25rem;display:block; }
#kRl8gmvxumzB2OkVTxVZKMhQO0fUoTtv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.125rem;left:11.6875rem;overflow:hidden;display:block; }
#Ivn00VkKWMxlwDebg3AwOAUQ0mh6lFnB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.125rem;left:25.875rem;overflow:hidden;display:block; }
#IvUoArUSVZvT4xURQJQy0qwWDdXktzkK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.125rem;left:40.1875rem;overflow:hidden;display:block; }
#ouBZ8H68SIuzmdCcv8BDfS8GORZFWrR8 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.125rem;left:55.125rem;overflow:hidden;display:block; }
#l73AH6qT7ha0hOmwHSAMhifVgQscefp8 { color:#065ea6;display:block;width:12.4995rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.3125rem;left:8.5625rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#IH7Q1qzINKm3gvdQ7TmnBeTNANJHU5E3 { color:#065ea6;display:block;width:12.4980625rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.3125rem;left:22.75rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#LLM4THXo8Tx7JCnCFeEvGKRkMqENHsGq { color:#065ea6;display:block;width:12.6875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.3125rem;left:37.1875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#hT1TvN7QWAQFD1W4ff3Ku7TKHeG9M7oH { color:#065ea6;display:block;width:12.4980625rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.3125rem;left:52rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#cfarhNw2S16gTplkfgHFTxVwcG3aVHas { color:#ffffff;display:block;width:41.562rem;position:absolute;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.8125rem;left:11.1875rem;height:1.5rem;font-style:normal;display:block; }
#UgkoMxFQDWpNXJqb1JPMyMG9zNauJAMB { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.0625rem;top:3.125rem;left:8.5rem;overflow:hidden;display:block; }
#pSt43MXdGATDuwBNL660sDJMTTwWJUfz { position:relative;display:block; }#pSt43MXdGATDuwBNL660sDJMTTwWJUfz { background-color: transparent; background-image: none; }#pSt43MXdGATDuwBNL660sDJMTTwWJUfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSt43MXdGATDuwBNL660sDJMTTwWJUfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSt43MXdGATDuwBNL660sDJMTTwWJUfz > .row .container > .video-iframe-container { display: none; }#pSt43MXdGATDuwBNL660sDJMTTwWJUfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSt43MXdGATDuwBNL660sDJMTTwWJUfz > .row > .video-iframe-container { display: none; }#pSt43MXdGATDuwBNL660sDJMTTwWJUfz > .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); }#pSt43MXdGATDuwBNL660sDJMTTwWJUfz { border-width: 0; border-radius: 0; }#pSt43MXdGATDuwBNL660sDJMTTwWJUfz > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#pSt43MXdGATDuwBNL660sDJMTTwWJUfz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:block; }#TkkOkdhpsmKpA9GTMx5TqPPJOD2akA4h { background-color:#13a538;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.7490234375rem;left:25.28125rem;display:block; }
#K6vGNRdGTRoQqfoNN8Z0RND0mAJVZgTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQ2X8PrAGp8t2ch79WeW3W1OrhE405ex { position:absolute;display:block;z-index:14994;background-color:#015aa9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:5.5625rem;width:37.25rem;top:7.5615234375rem;left:6.25rem;display:block; }
#p8fCXDgH4HU4enkI8OovOdWTRlV3oK6T { position:absolute;display:block;z-index:15001;background-color:#f7fafc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #065ea6;border-left:0.125rem solid #065ea6;border-right:0.125rem solid #065ea6;border-bottom:0.125rem solid #065ea6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:21.375rem;width:62.25rem;top:11.3115234375rem;left:6.25rem;display:block; }
#N9x2ZyibJ8a2cJDpmdPukqPiGm03Ed4F { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:"gt walsheim";font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:8.6875rem;left:7.53125rem;height:1.6494125rem;font-style:normal;display:block; }
#Zfb7nkzTSOyXSvAmWoSxxEHQCtr2kTSx { color:#015aa9;display:block;width:31.125rem;position:absolute;font-family:"gt walsheim";font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:17rem;left:8.8125rem;height:3.75rem;font-style:normal;display:block; }
#dVdCZRsiANhTLktJ318DoSvzCa3sZQSm { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:2.625rem;top:23rem;left:8.8125rem;overflow:hidden;display:block; }
#f854zlunc5TpoufOw4g5ZpooD81pyWzK { color:#065ea6;display:block;width:12.5rem;position:absolute;font-family:"gt walsheim";font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:23.6875rem;left:13rem;height:3.574225rem;display:block; }
#tVLFcRywgP8UaoQUyByKcZhzZ9v5vdGs { position:absolute;display:block;z-index:15003;height:18.125rem;width:30.3125rem;top:13.0615234375rem;left:34.84375rem;display:block; }
#f4ReQBuZf0n5xJLwaTNaCU8VKtqfVX1X { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#065ea6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .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); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { border-width: 0; border-radius: 0; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6624984741211rem;left:0rem;height:1.3rem;display:block; }
#LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7843780517578rem;left:50.687500953674rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"gt walsheim";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7843742370606rem;left:60.812500953674rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCXHu7Qvo2UyF6iWZiQmfkTUCKZZTTrv { top:1.25rem;left:0rem;width:8.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl { display:block; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzppWH88TIKXhbHPTmqgIbzJS7Vquk6s { top:8.4375rem;left:0rem;width:21.1875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7sLK1kPR73dTMwvMMkITpVgv94DuIbT { top:11.5625rem;left:0rem;width:21.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGnG1nZoLNJ58JkfnrwDsvl47Z9Duuif { top:4.6875rem;left:0rem;width:11.5625rem;height:7.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sodwx2MeBVx65CZRSf2yb0Bwv6tHQKEV { top:13.25rem;left:0rem;width:15.875rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDJSIhVkp0XTuV0UDmELXvRChd0sEmDK { top:19rem;left:0rem;width:22.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4QLWLRvhUyHTq2aTHLNL3KU3PbORnN { top:3rem;left:0rem;width:17.3125rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #htbzAI6ItZAmQ8zmd8eTJJRS3DnWRE8e { width:3.0625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxXAzgdwCiQIaVnwvtSJFRSo1eyydipE { top:18.25rem;left:0rem;width:9.0625rem;height:4.655183958516rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfypCD0TrTGM0689eUbUWRdsNwm7b3rz { width:21.25rem;height:3.4375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQdTmszwgfWRlG7fWOJRuDWXZZ8lIizw { display:block; }
 }@media only screen and (max-width: 763px) { #wVAL08fzKJcwX8XTXkHTXZZiEUk0scbl { top:3.25rem;left:0rem;width:21.125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrAQwzQ9OFlTOBh09KJm96lwFNUocWra { display:block; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBKW64T3rOCeTDMhH75bZTcgwTcbasGy { top:1.25rem;left:15.125000953674rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAQIGih5TkOVLvmTQzPNVL09gl5TLNKL { top:2.625rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXqadoPlDczOSKqUIpZGEJWqfRo4QmFm { top:2.0625rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tip1eZAWdqBTTor3bt0FtTfPMh5oFR08 { top:2.0625rem;left:29rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 { display:block; }#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEtgnkrDL6iloPGtwWFJ3CuOwd3rLOLT { top:1.4375rem;left:4.5333337783814rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoBQb8dbnsVqLpxJGxezLPNXWnFvKzAp { top:1.25rem;left:3.375rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb3qF6SI46Hd1mRxPIAWTTQa7740xOG2 { top:1.625rem;left:15.875rem;width:3.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoGHytQ5tl3fVfTKKlvaoCZJlwhbImMu { top:1.6875rem;left:28.25rem;width:4rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6xATq4FRERrRBXF8WxGOIfzTgTkvZQ { top:1.25rem;left:19.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgTogtcE3W3TFtrPSp4eS2dK4nsBDxAh { top:1.5625rem;left:31.75rem;width:14.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW2vCOh1VdQBKElzw2FCTO11GFH3hMa3 { top:20.75rem;left:0rem;width:11.3125rem;height:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUIzGGAwB8heB65LsBz4uTIkIv49Vnx6 { top:14.25rem;left:0rem;width:13.1875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6dt2DFJ4v5oBnTzGkKuasw6FV5Om8i2 { top:5.75rem;left:0.34375rem;width:11.3125rem;height:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { display:block; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPpfKpw0kaMieClNvbeC798BeTyl8O0h { top:1.9375rem;left:0rem;width:47.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkZsnX62MdzpVhbnJgU28N52sEa92wl2 { top:3.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFFeETRV7UwfW0TLdpSqEQJwzBlT9KNO { top:2.8125rem;left:0rem;width:0.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLdtvsFvitqkUluycrf6fBrmnlRfMzVG { top:2.1875rem;left:0rem;width:47.5rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbCBtyOJow9FEhkrD8rzhiLSPv2tDgPB { top:7.0625rem;left:0rem;width:37.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2TKrkTpof5pP6dNpkU7uWMmAdxIhPQc { top:8.4375rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZGMTR40zvCsFdiPeokNmrnd4PxdyAO4 { top:2.5625rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV { display:block; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-regular-label { display:block;width:15.875rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-text { width:15.875rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-text {padding-top: 0; padding-bottom: 0;}#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-textarea { width:15.875rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-select { width:15.875rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-select {padding-top: 0; padding-bottom: 0;}#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-checkbox-label { width:31.5rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-radio-label { width:7.03125rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV  { width:45.25rem;height:auto;top:6.375rem;left:0rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .radio-container { width:16.5rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV {display:inline-block;}#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV { width:45.25rem;height:auto;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #KSH0JNeA1dOI7EQeRPJgZ1MpTur79q6H {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #MNwm5HIwLr932eGq5nNmQgm1sKTgyOti { display:block; }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #HFza0OEouMQikaxPmTwHJT3VyTGKEI0H {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #Pbva3UDew8E7oF1w5xAPkfrhEzzNSimV {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #c9TTuJkKJzCbnIyBcw8aWIQUQJDP5i8b { display:block; }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #g1AO2krTygqmgl4fO8iOKK1VoO51MkJ0 {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #zJF5tZzIln30dqFMaD9RtFJgaZxSTE49 {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #NuzOiXHJBESVWUnCmLKXb7zKlsXO3b12 {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #Qd7GT7aqfIDLwLdn6ARvsArV1qEbvvUv {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #y7TqEBRedeernWPuoG2HapaT5lruKHUe {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #UsJHqiXV8LJH3dr4xmHJggpbn6nS6OJV {  }
 }@media only screen and (max-width: 763px) { #gEaXvHPHlvo0Ov4WG7vGPspCgBrQ7H1K { top:20.1875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoBz7f9pwJZokXIrI6smTdnDbWkG3eNP { top:4.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t69BFtu8e9SaxVkWRaXNc8hfVXc1D6UK { top:10.9375rem;left:0rem;width:47.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDg09JLCBch3S7P9n9IbXxD11TgV1G4y { top:2.3125rem;left:0rem;width:47.75rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo { display:block; }#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNqQSJEfXh0tkWiwR9w4r4pZAXZPmeLT { top:3.375rem;left:0rem;width:2.0625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKuzx6oJq1JH0mPISbeDn7qiSwi8JgP5 { top:2.1875rem;left:0rem;width:47.75rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5ssA7G4st47NXT8LPgePoeKTJMVJPBU { top:3.75rem;left:0rem;width:41.5625rem;height:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFMtRH3GqtmiJhzJTd3qThuUMlRMPMTs { top:2.1875rem;left:28.0625rem;width:18.3125rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlu51DKULzPNMMSA77xcgExMoZWPWFyg { top:7.1875rem;left:0rem;width:34.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogCGApsvhThztceert6G6LzF5mXoLd5A { top:34.0625rem;left:0rem;width:47.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBc2PTyFo6hJeaWBDWlS91BluDwQnLB5 { top:15.25rem;left:0rem;width:5.3125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrRrTMfc4xbGL8664rwh56A3hezqiMcH { top:16rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4mPhZT7GSVr5JGtyT5hSaJvHzCgylIX { top:20.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9mqFsixvpn8t8i8iyq4vKIw6pTsFzOd { top:18.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #db5Ag22nwqcnf9hxWvrgDTR9tkaKF64d { top:22.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRB19fePUGzyRCr0n2ftiOgGE11i9B4k { top:31.8125rem;left:0rem;width:5.3125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHITPCHTe8NhhSeLVNOLwKVTnO4I8tfS { top:17.8125rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftxCkvTlANMivPkXtKGDCfEVCkwMh5Ge { top:35.1875rem;left:0rem;width:38.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiJGWT55wqSyIpeCfOTKvu3QiKrGG7TA { top:32.4375rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8K8RkdrrvCpRMNrk9bV50BXFQzbN9oK { top:40.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzKKAmbDoEZNcZWpTQfbr1ik68pNiMvN { top:37.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3XIAT7sPsZdEilg6dkO7sTFZrm6ksyJ { top:47.8125rem;left:0rem;width:5.3125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfrAJmVV44cqo6wN9l6zc1PVJ4TngNDz { top:48.8125rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUk9XRH4WnOsZVakA6ACDfEZhSGCTtKl { top:50.3125rem;left:0rem;width:47.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBIMs3fPrA58rXVR3C4W7DrGKbTRusOi { top:51.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAC9JDyk1gnrnMg4TK2dAl5NZer8ATxw { top:54.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhGTuQpn0hGoSDhClb6Jfq6ZiDRF39Ot { top:55.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxqmlTV37LovPw2P9h0F8f2GtPcbbBSw { top:64.5rem;left:0rem;width:5.3125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDPPMOTTaHQtzuGTT8eJxlbyaF4HnBMb { top:65.25rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krIwtyUwxEwLUaI0lrh1R4xWhTlOmTXF { top:66.8125rem;left:0rem;width:47.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJNDF90hqMgad8u0rUrqfsiM7ie3e4z6 { top:69.3125rem;left:0rem;width:38.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHmVGOeh38cRDpC8QQMrGveZs76MTo65 { top:71.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4SzIkvTLB6oVK3vy3CEbT1unfwlwekD { top:74.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxLCz4wHSBIrWahxhozy7Roh2SxQAg8J { top:31.8125rem;left:0rem;width:5.3125rem;height:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3FQNpUU813W8t9RBTx1dTqfVpE4DJqE { top:82.8125rem;left:0rem;width:47.75rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm7HbOk9lZNPbGB4CHJ4Xxp8obaCOnpt { top:90.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUDD8xhd93TqceJ5VCIEyE6pS0OKtIVV { top:87.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr7Pd2WVqy7K65l9frOcTUtOA4k7hHk9 { top:80.625rem;left:0rem;width:5.3125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMcBaJ2X3lkTATZdhwoGrvq4OHJNtSHP { top:81.3125rem;left:0rem;width:1.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTZOHwDTG7Usx6puNykXFbTXC71tLOdg { top:84.4375rem;left:0rem;width:38.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oltkAecWLBoeTbtRfod29BcavBurXCAW { display:block; }#oltkAecWLBoeTbtRfod29BcavBurXCAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGJre5hdqfpwyieTHiisTT0W1TSpCZ8K { top:3.8125rem;left:0rem;width:47.5rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Xipw8pAgcaKbTiJ7oRFvHPHzyXV7tK { top:1.6875rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRl8gmvxumzB2OkVTxVZKMhQO0fUoTtv { top:10.125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivn00VkKWMxlwDebg3AwOAUQ0mh6lFnB { top:10.125rem;left:12.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvUoArUSVZvT4xURQJQy0qwWDdXktzkK { top:10.125rem;left:26.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouBZ8H68SIuzmdCcv8BDfS8GORZFWrR8 { top:10.125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l73AH6qT7ha0hOmwHSAMhifVgQscefp8 { top:17.3125rem;left:0rem;width:12.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH7Q1qzINKm3gvdQ7TmnBeTNANJHU5E3 { top:17.25rem;left:9.1245651245119rem;width:12.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLM4THXo8Tx7JCnCFeEvGKRkMqENHsGq { top:17.3125rem;left:23.5625rem;width:12.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT1TvN7QWAQFD1W4ff3Ku7TKHeG9M7oH { top:17.3125rem;left:35.3125rem;width:12.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfarhNw2S16gTplkfgHFTxVwcG3aVHas { top:3.8125rem;left:0rem;width:41.5rem;height:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgkoMxFQDWpNXJqb1JPMyMG9zNauJAMB { top:3.125rem;left:0rem;width:2.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSt43MXdGATDuwBNL660sDJMTTwWJUfz { display:block; }#pSt43MXdGATDuwBNL660sDJMTTwWJUfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkkOkdhpsmKpA9GTMx5TqPPJOD2akA4h { width:24.4375rem;height:3.4375rem;top:0.6875rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6vGNRdGTRoQqfoNN8Z0RND0mAJVZgTl { display:block; }
 }@media only screen and (max-width: 763px) { #vQ2X8PrAGp8t2ch79WeW3W1OrhE405ex { top:7.5rem;left:0rem;width:37.25rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8fCXDgH4HU4enkI8OovOdWTRlV3oK6T { top:11.25rem;left:0rem;width:47.5rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9x2ZyibJ8a2cJDpmdPukqPiGm03Ed4F { top:8.6875rem;left:0rem;width:34.6875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfb7nkzTSOyXSvAmWoSxxEHQCtr2kTSx { top:17rem;left:0rem;width:31.125rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVdCZRsiANhTLktJ318DoSvzCa3sZQSm { top:23rem;left:0rem;width:2.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f854zlunc5TpoufOw4g5ZpooD81pyWzK { top:23.6875rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVLFcRywgP8UaoQUyByKcZhzZ9v5vdGs { top:13rem;left:17.4375rem;width:30.3125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ReQBuZf0n5xJLwaTNaCU8VKtqfVX1X { display:none; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { top:2.625rem;left:0rem;width:43.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { top:2.75rem;left:37.062500953674rem;width:9.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { top:2.75rem;left:33.5625rem;width:14.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.9375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCXHu7Qvo2UyF6iWZiQmfkTUCKZZTTrv { width:7.0625rem;height:3.5rem;top:2.28125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl { background-color:transparent;background-image:none;display:block; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { background-color: transparent; background-image: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container > .video-iframe-container { display: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container { display: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .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); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzppWH88TIKXhbHPTmqgIbzJS7Vquk6s { width:20rem;height:6.0625rem;top:4.9489583969116rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #D7sLK1kPR73dTMwvMMkITpVgv94DuIbT { width:19.8125rem;height:8.8125rem;top:6.9135417938231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGnG1nZoLNJ58JkfnrwDsvl47Z9Duuif { width:17.3125rem;height:5.84765625rem;top:3.013671875rem;left:1.34375rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Sodwx2MeBVx65CZRSf2yb0Bwv6tHQKEV { width:13.811875rem;height:2.69965rem;top:7.5857205390931rem;left:1.3433161377907rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wDJSIhVkp0XTuV0UDmELXvRChd0sEmDK { width:8.625rem;height:0;top:45.359375rem;left:5.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wA4QLWLRvhUyHTq2aTHLNL3KU3PbORnN { width:17.3123125rem;height:3.8997375rem;top:3.0826821327209rem;left:1.3433161377907rem;font-size:1.625rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #htbzAI6ItZAmQ8zmd8eTJJRS3DnWRE8e { top:16.421441078186rem;left:0.31032991409302rem;width:19.37425rem;height:7.81175rem;z-index:14995;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxXAzgdwCiQIaVnwvtSJFRSo1eyydipE { width:8.625rem;height:4.4375rem;top:11.011459350586rem;left:0.67812538146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfypCD0TrTGM0689eUbUWRdsNwm7b3rz { width:19rem;height:3.4375rem;top:24.812499046326rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQdTmszwgfWRlG7fWOJRuDWXZZ8lIizw { display:block; }
 }@media only screen and (max-width: 763px) { #wVAL08fzKJcwX8XTXkHTXZZiEUk0scbl { width:20rem;height:5.9375rem;top:1rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rrAQwzQ9OFlTOBh09KJm96lwFNUocWra { display:block; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBKW64T3rOCeTDMhH75bZTcgwTcbasGy { width:18.375rem;height:auto;top:1.25rem;left:0.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAQIGih5TkOVLvmTQzPNVL09gl5TLNKL { top:1.84375rem;left:2.96875rem;width:14.0625rem;height:1.462675rem;z-index:15004;color:#065ea6;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXqadoPlDczOSKqUIpZGEJWqfRo4QmFm { width:18.75rem;height:0.125rem;top:4.3437509536743rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tip1eZAWdqBTTor3bt0FtTfPMh5oFR08 { width:18.75rem;height:0.125rem;top:0.93750095367431rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 { display:block; }#Bk7FNVU3ftTWVAGuC5Sw8g2sNJ6fV6O7 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEtgnkrDL6iloPGtwWFJ3CuOwd3rLOLT { width:3.4375rem;height:3.4375rem;top:1.125rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoBQb8dbnsVqLpxJGxezLPNXWnFvKzAp { width:12.5rem;height:2.6rem;top:8.75rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hb3qF6SI46Hd1mRxPIAWTTQa7740xOG2 { width:3.875rem;height:3.625rem;top:9.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoGHytQ5tl3fVfTKKlvaoCZJlwhbImMu { width:3.6875rem;height:3.125rem;top:18.095832824707rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6xATq4FRERrRBXF8WxGOIfzTgTkvZQ { width:12.5rem;height:auto;top:1.25rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgTogtcE3W3TFtrPSp4eS2dK4nsBDxAh { width:14.0625rem;height:auto;top:1.5625rem;left:2.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IW2vCOh1VdQBKElzw2FCTO11GFH3hMa3 { top:22.612499237061rem;left:3.6875rem;width:12.875rem;height:2.6rem;z-index:15004;color:#065ea6;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUIzGGAwB8heB65LsBz4uTIkIv49Vnx6 { top:14.291667938233rem;left:4.15625rem;width:13rem;height:2.6rem;z-index:15005;color:#065ea6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6dt2DFJ4v5oBnTzGkKuasw6FV5Om8i2 { top:5.7583332061767rem;left:4.46875rem;width:12.8125rem;height:2.6rem;z-index:15006;color:#065ea6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { display:block; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPpfKpw0kaMieClNvbeC798BeTyl8O0h { width:20rem;height:3.1875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkZsnX62MdzpVhbnJgU28N52sEa92wl2 { width:19.9375rem;height:0;top:4.6318359375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QFFeETRV7UwfW0TLdpSqEQJwzBlT9KNO { width:0.75rem;height:2.5625rem;top:1.9375rem;left:1.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QLdtvsFvitqkUluycrf6fBrmnlRfMzVG { width:20.1875rem;height:25.5625rem;top:3.25rem;left:0.066666603088381rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbCBtyOJow9FEhkrD8rzhiLSPv2tDgPB { width:20rem;height:2.6rem;top:6.6197929382325rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #E2TKrkTpof5pP6dNpkU7uWMmAdxIhPQc { width:17.4375rem;height:16.8011875rem;top:9.2197856903075rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #vZGMTR40zvCsFdiPeokNmrnd4PxdyAO4 { top:2.8697910308838rem;left:3.75rem;width:12.5rem;height:1.462675rem;z-index:15022;color:#ffffff;font-weight:700;font-style:normal;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV { display:block; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-regular-label { display:block;width:16.8125rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-text { width:16.8125rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-text {padding-top: 0; padding-bottom: 0;}#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-textarea { width:16.8125rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-select { width:16.8125rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-select {padding-top: 0; padding-bottom: 0;}#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-input-button { width:16.8125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-checkbox-label { width:15.9375rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .widget-radio-label { width:7.5rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV  { width:17.5rem;height:auto;top:5.3989582061767rem;left:0rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV .radio-container { width:17.4375rem; }
#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV {display:inline-block;}#RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV { width:17.5rem;height:auto;top:5.3989582061767rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #KSH0JNeA1dOI7EQeRPJgZ1MpTur79q6H {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #MNwm5HIwLr932eGq5nNmQgm1sKTgyOti { display:none; }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #HFza0OEouMQikaxPmTwHJT3VyTGKEI0H {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #Pbva3UDew8E7oF1w5xAPkfrhEzzNSimV {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #c9TTuJkKJzCbnIyBcw8aWIQUQJDP5i8b { display:none; }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #g1AO2krTygqmgl4fO8iOKK1VoO51MkJ0 {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #zJF5tZzIln30dqFMaD9RtFJgaZxSTE49 {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #NuzOiXHJBESVWUnCmLKXb7zKlsXO3b12 {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #Qd7GT7aqfIDLwLdn6ARvsArV1qEbvvUv {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #y7TqEBRedeernWPuoG2HapaT5lruKHUe {  }
 }@media only screen and (max-width: 763px) { #RzQJm2KVEIDOdGFT6aTmlz87VTFv5zAV #UsJHqiXV8LJH3dr4xmHJggpbn6nS6OJV {  }
 }@media only screen and (max-width: 763px) { #gEaXvHPHlvo0Ov4WG7vGPspCgBrQ7H1K { width:19.1875rem;height:16.892375rem;top:29.5rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MoBz7f9pwJZokXIrI6smTdnDbWkG3eNP { width:14.3125rem;height:3.73698125rem;top:1.6614580154419rem;left:3.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t69BFtu8e9SaxVkWRaXNc8hfVXc1D6UK { width:19.875rem;height:21.125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDg09JLCBch3S7P9n9IbXxD11TgV1G4y { width:20rem;height:12.5rem;top:0.65972232818606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo { display:block; }#Ptxa0thdk6JCiPXw9G0nWXOzQM3E3alo > .row .container { width:20rem;height:174.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNqQSJEfXh0tkWiwR9w4r4pZAXZPmeLT { width:1.8125rem;height:1.9375rem;top:4.279167175293rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKuzx6oJq1JH0mPISbeDn7qiSwi8JgP5 { width:19.1875rem;height:20rem;top:2.1927108764649rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5ssA7G4st47NXT8LPgePoeKTJMVJPBU { width:13.875rem;height:4.7265625rem;top:3.7479190826416rem;left:3.4520835876465rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFMtRH3GqtmiJhzJTd3qThuUMlRMPMTs { width:19.625rem;height:12.6875rem;top:18.052080154419rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlu51DKULzPNMMSA77xcgExMoZWPWFyg { width:16.4375rem;height:6.4995625rem;top:9.4739561080931rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogCGApsvhThztceert6G6LzF5mXoLd5A { width:20rem;height:25.875rem;top:34.55207824707rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #13a538;border-left:0.125rem solid #13a538;border-right:0.125rem solid #13a538;border-bottom:0.125rem solid #13a538;display:block; }
 }@media only screen and (max-width: 763px) { #tBc2PTyFo6hJeaWBDWlS91BluDwQnLB5 { width:5.3125rem;height:5.8125rem;top:32.366666793823rem;left:0rem;background-color:#13a538;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xrRrTMfc4xbGL8664rwh56A3hezqiMcH { width:1.5rem;height:1.54375rem;top:33.054166793823rem;left:1.9979162216186rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4mPhZT7GSVr5JGtyT5hSaJvHzCgylIX { width:17.8125rem;height:5.2rem;top:41.877082824707rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9mqFsixvpn8t8i8iyq4vKIw6pTsFzOd { width:18.875rem;height:3.2487rem;top:36.927083015442rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #db5Ag22nwqcnf9hxWvrgDTR9tkaKF64d { width:18.8125rem;height:11.69925rem;top:46.641672134399rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRB19fePUGzyRCr0n2ftiOgGE11i9B4k { width:5.3125rem;height:5.5625rem;top:63.197916984556rem;left:0rem;background-color:#065ea6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WHITPCHTe8NhhSeLVNOLwKVTnO4I8tfS { width:20rem;height:23.875rem;top:65.71875rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #065ea6;border-left:0.125rem solid #065ea6;border-right:0.125rem solid #065ea6;border-bottom:0.125rem solid #065ea6;display:block; }
 }@media only screen and (max-width: 763px) { #ftxCkvTlANMivPkXtKGDCfEVCkwMh5Ge { width:18.0625rem;height:3.2487rem;top:67.181240081787rem;left:0.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiJGWT55wqSyIpeCfOTKvu3QiKrGG7TA { width:1.5rem;height:1.54375rem;top:64.010421752931rem;left:1.9979162216186rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8K8RkdrrvCpRMNrk9bV50BXFQzbN9oK { width:17.5625rem;height:6.4995625rem;top:80.764589309694rem;left:1.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzKKAmbDoEZNcZWpTQfbr1ik68pNiMvN { width:18.6875rem;height:9.099375rem;top:70.887508392331rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3XIAT7sPsZdEilg6dkO7sTFZrm6ksyJ { width:5.3125rem;height:5.5625rem;top:91.514587402344rem;left:0rem;background-color:#13a538;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZfrAJmVV44cqo6wN9l6zc1PVJ4TngNDz { width:1.5rem;height:1.54375rem;top:92.227083206175rem;left:1.9979162216186rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUk9XRH4WnOsZVakA6ACDfEZhSGCTtKl { width:20rem;height:23.8125rem;top:93.912490844725rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JBIMs3fPrA58rXVR3C4W7DrGKbTRusOi { width:18.5625rem;height:1.625rem;top:95.622913360594rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAC9JDyk1gnrnMg4TK2dAl5NZer8ATxw { width:18.875rem;height:5.2rem;top:98.82707977295rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LhGTuQpn0hGoSDhClb6Jfq6ZiDRF39Ot { width:18.9375rem;height:10.3993125rem;top:104.74167060852rem;left:0.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxqmlTV37LovPw2P9h0F8f2GtPcbbBSw { width:2.8125rem;height:4.0625rem;top:120.87707901001rem;left:0.59375rem;background-color:#065ea6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bDPPMOTTaHQtzuGTT8eJxlbyaF4HnBMb { width:1.5rem;height:1.54375rem;top:120.8770904541rem;left:1.4520835876465rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krIwtyUwxEwLUaI0lrh1R4xWhTlOmTXF { width:20rem;height:24.6875rem;top:122.37500286102rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RJNDF90hqMgad8u0rUrqfsiM7ie3e4z6 { width:14.8125rem;height:1.625rem;top:124.09375286102rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHmVGOeh38cRDpC8QQMrGveZs76MTo65 { width:16.9375rem;height:9.099375rem;top:126.64375305176rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4SzIkvTLB6oVK3vy3CEbT1unfwlwekD { width:17.625rem;height:7.7995rem;top:136.26250648499rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxLCz4wHSBIrWahxhozy7Roh2SxQAg8J { width:5.3125rem;height:5.5625rem;top:120.20208358764rem;left:0rem;background-color:#065ea6;background-image:none;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #t3FQNpUU813W8t9RBTx1dTqfVpE4DJqE { width:20rem;height:22rem;top:151.17665481567rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Vm7HbOk9lZNPbGB4CHJ4Xxp8obaCOnpt { width:20rem;height:7.7995rem;top:162.93620300293rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zUDD8xhd93TqceJ5VCIEyE6pS0OKtIVV { width:20rem;height:5.2rem;top:156.58637619019rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hr7Pd2WVqy7K65l9frOcTUtOA4k7hHk9 { width:5.3125rem;height:6.3125rem;top:148.51128959656rem;left:0rem;background-color:#13a538;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sMcBaJ2X3lkTATZdhwoGrvq4OHJNtSHP { width:1.43663125rem;height:1.54369375rem;top:149.20139694214rem;left:1.2814670205116rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTZOHwDTG7Usx6puNykXFbTXC71tLOdg { width:20rem;height:1.625rem;top:153.26823425293rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oltkAecWLBoeTbtRfod29BcavBurXCAW { display:block; }#oltkAecWLBoeTbtRfod29BcavBurXCAW > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGJre5hdqfpwyieTHiisTT0W1TSpCZ8K { width:19.8125rem;height:59.0625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Xipw8pAgcaKbTiJ7oRFvHPHzyXV7tK { width:20rem;height:6.375rem;top:0rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRl8gmvxumzB2OkVTxVZKMhQO0fUoTtv { width:6.25rem;height:6.25rem;top:7.5833332538606rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivn00VkKWMxlwDebg3AwOAUQ0mh6lFnB { width:6.25rem;height:6.25rem;top:21.125001192093rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvUoArUSVZvT4xURQJQy0qwWDdXktzkK { width:6.25rem;height:6.25rem;top:34.811630249024rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouBZ8H68SIuzmdCcv8BDfS8GORZFWrR8 { width:6.25rem;height:6.25rem;top:48.249572753906rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #l73AH6qT7ha0hOmwHSAMhifVgQscefp8 { width:12.4361875rem;height:5.19965rem;top:15.000000238419rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH7Q1qzINKm3gvdQ7TmnBeTNANJHU5E3 { width:12.4361875rem;height:5.19965rem;top:28.875001192093rem;left:3.7786459922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLM4THXo8Tx7JCnCFeEvGKRkMqENHsGq { width:12.4361875rem;height:3.8997375rem;top:42.4375rem;left:3.7782118916511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT1TvN7QWAQFD1W4ff3Ku7TKHeG9M7oH { width:12.4361875rem;height:3.8997375rem;top:55.624786376953rem;left:3.7782118916511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfarhNw2S16gTplkfgHFTxVwcG3aVHas { width:13.75rem;height:3.15104375rem;top:1.5625000596046rem;left:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgkoMxFQDWpNXJqb1JPMyMG9zNauJAMB { width:1.875rem;height:1.875rem;top:2.2500000596046rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSt43MXdGATDuwBNL660sDJMTTwWJUfz { display:block; }#pSt43MXdGATDuwBNL660sDJMTTwWJUfz > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkkOkdhpsmKpA9GTMx5TqPPJOD2akA4h { width:19rem;height:3.4375rem;top:2.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6vGNRdGTRoQqfoNN8Z0RND0mAJVZgTl { display:block; }
 }@media only screen and (max-width: 763px) { #vQ2X8PrAGp8t2ch79WeW3W1OrhE405ex { width:20rem;height:5.5625rem;top:7.5rem;left:0rem;z-index:15044;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8fCXDgH4HU4enkI8OovOdWTRlV3oK6T { width:19.75rem;height:37.4375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9x2ZyibJ8a2cJDpmdPukqPiGm03Ed4F { width:17.625rem;height:3.15104375rem;top:8.70703125rem;left:1.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #Zfb7nkzTSOyXSvAmWoSxxEHQCtr2kTSx { width:16.9375rem;height:3.75rem;top:15.3759765625rem;left:1.53125rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #dVdCZRsiANhTLktJ318DoSvzCa3sZQSm { width:2.625rem;height:3.625rem;top:19.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f854zlunc5TpoufOw4g5ZpooD81pyWzK { width:12.5rem;height:2.7604125rem;top:20.25rem;left:5.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVLFcRywgP8UaoQUyByKcZhzZ9v5vdGs { width:20rem;height:18.125rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4ReQBuZf0n5xJLwaTNaCU8VKtqfVX1X { top:25.9375rem;left:1.875rem;width:16.25rem;height:19.375rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { width:9.5625rem;height:1.055775rem;top:5.0996125rem;left:5.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { width:14.1875rem;height:1.055775rem;top:7.4043rem;left:2.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }