.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/e2703fafb4478449323e06bc20c53388.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container { display: none; }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .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); }#TXPPFodD5eRA578niBWM29nBnmzD9EAm { background-color:rgba(0,126,178,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container { background-color: transparent; background-image: none; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container > .video-iframe-container { display: none; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row > .video-iframe-container { display: none; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .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); }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container { border-width: 0; border-radius: 0; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container { width:60rem;height:4.375rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#zqafT5HHEepqrtTUAHRNhStPX0MVqTim { display:block;width:12.5625rem;position:absolute;font-family:signika;font-size:1.375rem;z-index:15002;line-height:1;top:1.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:lighter;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,126,178,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { background-color: transparent; background-image: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container > .video-iframe-container { display: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container { display: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .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); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { border-width: 0; border-radius: 0; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container {  }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#ueCDwzLHanfxlLphPXSvmzA9Xzc5QJ2L { display:block;width:35.5rem;position:absolute;font-family:signika;font-size:4rem;z-index:15002;line-height:1.2;top:6.25rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:700;height:4.79980625rem;text-align:left;text-align-last:left;text-shadow:0rem 0.125rem 0rem rgba(0,0,0,0.35);font-style:normal;display:block; }
#e8CT5d5TEsRKuHTOyz9sGiTSgI75GIa8 { display:block;width:30rem;position:absolute;font-family:signika;font-size:1.375rem;z-index:15002;line-height:1.4;top:12.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:lighter;height:1.92480625rem;text-align:left;text-align-last:left;text-shadow:0rem 0.0625rem 0rem rgba(0,0,0,0.41);display:block; }
#PyU7vtawmuRlT6wAxu9TBMA0uFclBrFC { background-color:rgba(0,0,0,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;height:27rem;width:20rem;position:absolute;display:block;z-index:15000;top:3.125rem;left:40rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-form-header {  }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;width:16.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;font-style:normal;background-color:transparent;background-image:none; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;border-bottom:0.125rem solid rgba(255,255,255,0.09);border-left:0.125rem solid rgba(255,255,255,0.09);border-right:0.125rem solid rgba(255,255,255,0.09);border-top:0.125rem solid rgba(255,255,255,0.09);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:2.5rem;vertical-align:top;color:#ffffff;font-family:signika;font-size:0.9375rem;overflow:hidden; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;border-bottom:0.125rem solid rgba(255,255,255,0.09);border-left:0.125rem solid rgba(255,255,255,0.09);border-right:0.125rem solid rgba(255,255,255,0.09);border-top:0.125rem solid rgba(255,255,255,0.09);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:3.375rem;vertical-align:top;color:#ffffff;font-family:signika;font-size:0.9375rem;overflow:hidden; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #dad6c1;border-right:0.125rem solid #dad6c1;border-bottom:0.125rem solid #dad6c1;border-left:0.125rem solid #dad6c1;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:2.5625rem;vertical-align:top; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#009afd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#ffffff;width:16.25rem;height:3.125rem;font-family:signika;overflow:hidden; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:signika;font-size:0.9375rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:signika;font-size:0.9375rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:signika;font-size:0.9375rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:signika;font-size:0.9375rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.625rem;font-weight:bold;color:#ffffff;vertical-align:top;width:15.1875rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:top; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:"open sans";font-size:0.625rem;font-weight:bold;color:#040404; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-container:first-of-type{padding-top:0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-container:last-of-type{padding-bottom:0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV  { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;position:absolute;z-index:15009;top:9.75rem;left:40.6875rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;width:16.25rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV {display:block;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;position:absolute;z-index:15009;top:9.75rem;left:40.6875rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NuJpewvv5DD1THHfqNK2URJFCxkGtB24 { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #UXN7kmRENw52wviByDgFLbbrlADUTA2a { position:relative;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vQBkahL7LKxIhVPWP4ip1Alb7D5CkXSH { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #Eg8pZlehxxKs7NzhQTTi0eHt5ThnFyEW { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #oHIsGRB9qe0fA9ybDdqeNIZqn1JB4WE4 { position:relative;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vvpXspyExo3RK3tSkxkRdCoxUt9TdOnq { position:relative; }
#EFnTmRulJCqI3lnuPAbA7xvnczc4wM8Z { position:relative;display:block;z-index:100000;display:block; }
#tbXdK1LWUEqKfB3qdwaKiwJiFURbkpx3 { position:relative;display:block;z-index:100000;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #TVb7qxuJi9TsWH2qlO3hcCODsuIDHwmw { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #hAe15K7GbltD3rMMT2rloJniZ8q9Xffe { position:relative;z-index:2; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #BIf7t1ZrmeRs8oOHNO1KqcHh74tcNINo { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NcMw5ksf3AECSQe5ebZdOzX2kxcLP74y { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #KHqTvEu1sfeTxqa2weSAi7mHdaIST9Ni { position:relative; }
#Spo1MhNJQFu7Big0i4z54C68ecTRZWfO { display:block;width:16.25rem;position:absolute;font-family:signika;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:41.875rem;height:2.4375rem;color:#000000;font-style:normal;display:block; }
#xMFqHSWtIInsS3KwvJOT7ttTcdBQLcI5 { display:block;width:16.25rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.125rem;left:41.875rem;height:1.625rem;color:#000000;font-style:normal;display:block; }
#RAA0qcJrtUT6BPAqIgF974zzd5DXtBsU { background-color:#fffd2a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;height:6.625rem;width:20rem;position:absolute;display:block;z-index:15001;top:3.125rem;left:40rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { background-color: transparent; background-image: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container > .video-iframe-container { display: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container { display: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .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); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { border-width: 0; border-radius: 0; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container {  }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#zVTUuzttxTRfcDsxMrqyOKxUFadWP8tr { display:block;width:60rem;position:absolute;font-family:signika;font-size:2.1875rem;z-index:15003;line-height:1.1;top:3.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:700;height:2.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nM8JdoFabvifvW5wTBblteOvrvORpU2V { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { background-color: transparent; background-image: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container > .video-iframe-container { display: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container { display: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .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); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { border-width: 0; border-radius: 0; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container {  }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#oDLD1Hp02uBxr7skcK8uMDynmS8AW8c5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.75rem;width:29.625rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;overflow:hidden;display:block; }
#VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { display:block;width:28.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;z-index:15002;line-height:1.4;top:0rem;left:31.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#949494;font-weight:lighter;height:22.3125rem;text-align:left;text-align-last:left;display:block; }
#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,126,178,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { background-color: transparent; background-image: none; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container > .video-iframe-container { display: none; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row > .video-iframe-container { display: none; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .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); }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { border-width: 0; border-radius: 0; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row > .video-iframe-container {  }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#U28nA574wiH8vGn2MCFHsJnEfaCoVpbv { display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:0.875rem;z-index:15002;line-height:1.3;top:13.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:rgba(255,255,255,0.45);font-weight:lighter;height:3.41015625rem;text-align:justify;text-align-last:initial;display:block; }
#lRIoXvA2LPBTmkRRMGO5KuBVTSs0pNMo { display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.625rem;z-index:15003;line-height:1;top:10.625rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:700;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ddTaAw6CZ2OiOwaOwzm9ia46TzITCTrA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15005;top:3.125rem;left:6.1875rem;display:block; }
#TuTCRBEwK1RwETTWHD0C28oh3vica4A4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2rem;width:2rem;position:absolute;display:block;z-index:15006;top:5.25rem;left:8.3125rem;overflow:hidden;display:block; }
#T9bJ2KKqd5lPzTCVkf505Oy7Lgn4Gy3v { display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:0.875rem;z-index:15003;line-height:1.3;top:13.125rem;left:20.625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:rgba(255,255,255,0.45);font-weight:lighter;height:3.41015625rem;text-align:justify;text-align-last:initial;display:block; }
#zX4GbWQdACafvDnnfbphJxa7qyyupaGT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2rem;width:2rem;position:absolute;display:block;z-index:15008;top:5.25rem;left:28.375rem;overflow:hidden;display:block; }
#mOMGTbkQpZ4d9PtoX5zlpKqhFkFv3y1q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15007;top:3.125rem;left:26.25rem;display:block; }
#m0S0PLrLdPnw7p0wLSPrFD0FcAkaQI1K { display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.625rem;z-index:15004;line-height:1;top:10.625rem;left:20.625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:700;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZlF5BbhKTgeycDnRaVADRkTGBlAHpk2 { display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:0.875rem;z-index:15004;line-height:1.3;top:13.125rem;left:41.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:rgba(255,255,255,0.45);font-weight:lighter;height:4.546875rem;text-align:justify;text-align-last:initial;display:block; }
#hPirFunRcImhTFcGPUIh14ghsXKberyx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2rem;width:2rem;position:absolute;display:block;z-index:15010;top:5.1875rem;left:48.375rem;overflow:hidden;display:block; }
#vk8kRK9msWK5wUtmQXE6zTLoT8aiXpFB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15009;top:3.0625rem;left:46.25rem;display:block; }
#yUKlu7vIOdDuiFEbKclX3qUKw1RsubuE { display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.625rem;z-index:15005;line-height:1;top:10.625rem;left:41.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:700;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { background-color: transparent; background-image: none; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container > .video-iframe-container { display: none; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row > .video-iframe-container { display: none; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .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); }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { border-width: 0; border-radius: 0; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;overflow:visible;position:relative;display:block; }#chEp1EfI1NAsqDPD5oplpRxHSTQqud3o { display:block;width:60rem;position:absolute;font-family:signika;font-size:1.75rem;z-index:15002;line-height:1;top:3.5625rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:normal;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#xWhTgdrshTASGXoqeXyWf6dtrTLk0xJy { display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1rem;z-index:15003;line-height:1;top:6.0625rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#949494;font-weight:700;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { background-color: transparent; background-image: none; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container > .video-iframe-container { display: none; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row > .video-iframe-container { display: none; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .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); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { border-width: 0; border-radius: 0; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#bVaCw9G1e2MaSVEZAqZwdh5B3HVR7y0g { display:block;width:22.5625rem;position:absolute;font-family:signika;font-size:0.875rem;z-index:15002;line-height:1.2;top:2.1875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#d1d1d1;font-weight:lighter;height:1.04980625rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TXPPFodD5eRA578niBWM29nBnmzD9EAm { display:block; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqafT5HHEepqrtTUAHRNhStPX0MVqTim { z-index:15001;top:1.4375rem;left:0rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg { display:block; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { width:47.75rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueCDwzLHanfxlLphPXSvmzA9Xzc5QJ2L { z-index:15004;width:27.6875rem;height:3.4375rem;top:7.875rem;left:0rem;color:#ffffff;font-family:signika;font-weight:700;text-align:left;text-align-last:left;font-size:3.4375rem;line-height:1;text-shadow:0rem 0.125rem 0rem rgba(0,0,0,0.46);background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e8CT5d5TEsRKuHTOyz9sGiTSgI75GIa8 { z-index:15005;width:26.25rem;height:3.5rem;top:13.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyU7vtawmuRlT6wAxu9TBMA0uFclBrFC { top:3.6875rem;left:29rem;background-color:rgba(0,0,0,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;width:18.75rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV  { width:16.25rem;height:auto;top:9.75rem;left:29rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV {display:block;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV { width:16.25rem;height:auto;top:9.75rem;left:29rem; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NuJpewvv5DD1THHfqNK2URJFCxkGtB24 {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #UXN7kmRENw52wviByDgFLbbrlADUTA2a { display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vQBkahL7LKxIhVPWP4ip1Alb7D5CkXSH {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #Eg8pZlehxxKs7NzhQTTi0eHt5ThnFyEW {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #oHIsGRB9qe0fA9ybDdqeNIZqn1JB4WE4 { display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vvpXspyExo3RK3tSkxkRdCoxUt9TdOnq {  }
 }@media only screen and (max-width: 763px) { #EFnTmRulJCqI3lnuPAbA7xvnczc4wM8Z { display:block; }
 }@media only screen and (max-width: 763px) { #tbXdK1LWUEqKfB3qdwaKiwJiFURbkpx3 { display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #TVb7qxuJi9TsWH2qlO3hcCODsuIDHwmw {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #hAe15K7GbltD3rMMT2rloJniZ8q9Xffe {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #BIf7t1ZrmeRs8oOHNO1KqcHh74tcNINo {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NcMw5ksf3AECSQe5ebZdOzX2kxcLP74y {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #KHqTvEu1sfeTxqa2weSAi7mHdaIST9Ni {  }
 }@media only screen and (max-width: 763px) { #Spo1MhNJQFu7Big0i4z54C68ecTRZWfO { width:16.25rem;height:2.4375rem;top:5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMFqHSWtIInsS3KwvJOT7ttTcdBQLcI5 { width:16.25rem;height:1.625rem;top:7.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAA0qcJrtUT6BPAqIgF974zzd5DXtBsU { top:3.6875rem;left:29rem;background-color:#fdfa22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;width:18.75rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVTUuzttxTRfcDsxMrqyOKxUFadWP8tr { z-index:15001;top:3.125rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM8JdoFabvifvW5wTBblteOvrvORpU2V { display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDLD1Hp02uBxr7skcK8uMDynmS8AW8c5 { width:23rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { z-index:15001;width:22.8125rem;height:17.8125rem;top:0rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg { display:block; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { width:47.75rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U28nA574wiH8vGn2MCFHsJnEfaCoVpbv { z-index:15001;top:14.625rem;left:0.0625rem;width:14.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRIoXvA2LPBTmkRRMGO5KuBVTSs0pNMo { z-index:15001;width:14.6875rem;height:3.25rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTaAw6CZ2OiOwaOwzm9ia46TzITCTrA { width:6.25rem;height:6.25rem;top:3.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuTCRBEwK1RwETTWHD0C28oh3vica4A4 { width:2rem;height:2rem;top:5.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9bJ2KKqd5lPzTCVkf505Oy7Lgn4Gy3v { z-index:15001;top:14.625rem;left:16.479166666667rem;width:14.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX4GbWQdACafvDnnfbphJxa7qyyupaGT { width:2rem;height:2rem;top:5.25rem;left:23.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOMGTbkQpZ4d9PtoX5zlpKqhFkFv3y1q { width:6.25rem;height:6.25rem;top:3.125rem;left:20.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0S0PLrLdPnw7p0wLSPrFD0FcAkaQI1K { z-index:15001;width:14.6875rem;height:3.25rem;top:10.3125rem;left:16.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZlF5BbhKTgeycDnRaVADRkTGBlAHpk2 { z-index:15001;top:14.625rem;left:33.020833333333rem;width:14.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPirFunRcImhTFcGPUIh14ghsXKberyx { width:2rem;height:2rem;top:5.1875rem;left:38.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk8kRK9msWK5wUtmQXE6zTLoT8aiXpFB { width:6.25rem;height:6.25rem;top:3.0625rem;left:36.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUKlu7vIOdDuiFEbKclX3qUKw1RsubuE { z-index:15001;width:14.6875rem;height:3.25rem;top:10.3125rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ { display:block; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { width:47.75rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chEp1EfI1NAsqDPD5oplpRxHSTQqud3o { z-index:15001;top:3.125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xWhTgdrshTASGXoqeXyWf6dtrTLk0xJy { z-index:15001;top:7.375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 { display:block; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVaCw9G1e2MaSVEZAqZwdh5B3HVR7y0g { z-index:15001;top:2.1875rem;left:0rem;line-height:1.2;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TXPPFodD5eRA578niBWM29nBnmzD9EAm { display:block; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqafT5HHEepqrtTUAHRNhStPX0MVqTim { z-index:15001;height:1.375rem;top:0.625rem;left:0rem;width:20rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg { display:block; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueCDwzLHanfxlLphPXSvmzA9Xzc5QJ2L { z-index:15001;width:20rem;height:2.9375rem;top:1.75rem;left:0rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8CT5d5TEsRKuHTOyz9sGiTSgI75GIa8 { z-index:15001;top:6.1875rem;left:0rem;width:20rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyU7vtawmuRlT6wAxu9TBMA0uFclBrFC { top:10.0625rem;left:0.625rem;z-index:15000;background-color:rgba(0,0,0,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;height:24.0625rem;width:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-checkbox-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV  { width:16.25rem;height:auto;top:16.6875rem;left:0.625rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV {display:block;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV { width:16.25rem;height:auto;top:16.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NuJpewvv5DD1THHfqNK2URJFCxkGtB24 {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #UXN7kmRENw52wviByDgFLbbrlADUTA2a { display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vQBkahL7LKxIhVPWP4ip1Alb7D5CkXSH {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #Eg8pZlehxxKs7NzhQTTi0eHt5ThnFyEW {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #oHIsGRB9qe0fA9ybDdqeNIZqn1JB4WE4 { display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vvpXspyExo3RK3tSkxkRdCoxUt9TdOnq {  }
 }@media only screen and (max-width: 763px) { #EFnTmRulJCqI3lnuPAbA7xvnczc4wM8Z { display:block; }
 }@media only screen and (max-width: 763px) { #tbXdK1LWUEqKfB3qdwaKiwJiFURbkpx3 { display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #TVb7qxuJi9TsWH2qlO3hcCODsuIDHwmw {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #hAe15K7GbltD3rMMT2rloJniZ8q9Xffe {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #BIf7t1ZrmeRs8oOHNO1KqcHh74tcNINo {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NcMw5ksf3AECSQe5ebZdOzX2kxcLP74y {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #KHqTvEu1sfeTxqa2weSAi7mHdaIST9Ni {  }
 }@media only screen and (max-width: 763px) { #Spo1MhNJQFu7Big0i4z54C68ecTRZWfO { width:16.25rem;height:2.4375rem;top:11.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMFqHSWtIInsS3KwvJOT7ttTcdBQLcI5 { width:16.25rem;height:1.625rem;top:13.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAA0qcJrtUT6BPAqIgF974zzd5DXtBsU { top:10.0625rem;left:0.625rem;z-index:15000;background-color:#fdfa22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;height:6.6875rem;width:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVTUuzttxTRfcDsxMrqyOKxUFadWP8tr { z-index:15001;top:1.875rem;left:0rem;width:20rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nM8JdoFabvifvW5wTBblteOvrvORpU2V { display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDLD1Hp02uBxr7skcK8uMDynmS8AW8c5 { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { z-index:15001;top:15.6875rem;left:0rem;width:20rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg { display:block; }#fk4KPs4RsIWX1g4pasyagreNgwpdS9Xg > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U28nA574wiH8vGn2MCFHsJnEfaCoVpbv { z-index:15001;width:18.875rem;height:4.5rem;top:11.625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRIoXvA2LPBTmkRRMGO5KuBVTSs0pNMo { z-index:15001;width:18.9375rem;height:1.625rem;top:8.75rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTaAw6CZ2OiOwaOwzm9ia46TzITCTrA { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuTCRBEwK1RwETTWHD0C28oh3vica4A4 { width:2rem;height:2rem;top:3.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9bJ2KKqd5lPzTCVkf505Oy7Lgn4Gy3v { z-index:15001;width:18.875rem;height:4.5rem;top:27.75rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX4GbWQdACafvDnnfbphJxa7qyyupaGT { width:2rem;height:2rem;top:19.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOMGTbkQpZ4d9PtoX5zlpKqhFkFv3y1q { width:6.25rem;height:6.25rem;top:17.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0S0PLrLdPnw7p0wLSPrFD0FcAkaQI1K { z-index:15001;width:18.9375rem;height:1.625rem;top:24.875rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZlF5BbhKTgeycDnRaVADRkTGBlAHpk2 { z-index:15001;width:18.875rem;height:4.5rem;top:43.875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPirFunRcImhTFcGPUIh14ghsXKberyx { width:2rem;height:2rem;top:35.625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk8kRK9msWK5wUtmQXE6zTLoT8aiXpFB { width:6.25rem;height:6.25rem;top:33.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUKlu7vIOdDuiFEbKclX3qUKw1RsubuE { z-index:15001;width:18.9375rem;height:1.625rem;top:41rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ { display:block; }#FRfKQteZ2Oo2b8wM3m1k0LvQT0tzmxoZ > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chEp1EfI1NAsqDPD5oplpRxHSTQqud3o { z-index:15001;width:20rem;height:6.75rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xWhTgdrshTASGXoqeXyWf6dtrTLk0xJy { z-index:15001;width:20rem;height:1rem;top:10rem;left:0.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 { display:block; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVaCw9G1e2MaSVEZAqZwdh5B3HVR7y0g { z-index:15001;width:20rem;height:1rem;top:2.0625rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }