.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:0px;left:0px;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 { background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0px;left:0px;right:0px;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .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 { font-size:14px;font-family:arial;height:96px;width:1200px;overflow:visible;position:relative;display:block; }#MsToJuVIFAbQFuglGotHT8vlOw3Fle4e { 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;height:69px;width:202px;top:13.5px;left:499px;overflow:hidden;display:block; }
#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6173a733-c34e-4de0-9d7f-44e7ee94f833/szamponyrarecraft_3.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP.adaptive-delivery-prevent-bg, #uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP.lazyload, #uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP.lazyloading { background-image: none; }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP > .row .container { background-color: transparent; background-image: none; }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP > .row .container > .video-iframe-container { display: none; }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP > .row > .video-iframe-container { display: none; }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP > .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); }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP > .row .container { border-width: 0; border-radius: 0; }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP > .row .container { font-size:14px;font-family:arial;height:858px;width:1200px;position:relative;display:block; }#e5WFwNGkUTdheBD8Atgy1WkyVx4gkNAJ { color:#ffffff;display:block;width:482px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:142px;left:360px;height:52px;text-align:center;text-align-last:center;display:block; }
#Ib0tT6Zl9p8iuhCgxOLHEuUzl7fTytDv { 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;height:81px;width:527px;top:184px;left:337px;overflow:hidden;display:block; }
#cydlNyTmWvetbynusOXMKXcZ5SMJUOAH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:216px;width:215px;top:159px;left:-102.734375px;overflow:hidden;display:block; }
#UpsFeRyLlLx9IOolfPcrO4c4QDEXZDZn { color:#000000;display:block;width:397px;position:absolute;font-family:"trebuchet ms";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:524px;left:402px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#w1B5L42PuNepM9pUVLdHndw2nf5zBRSI { 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;height:118px;width:304px;top:396px;left:447px;overflow:hidden;display:block; }
#gAGdn4PKVEdQblXgrGcpzaPuVTiDfzhC { color:#000000;display:block;width:235px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:498px;left:483px;height:26px;text-align:center;text-align-last:center;display:block; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-form-header {  }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#909090;width:402px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:402px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-text {padding-top: 0; padding-bottom: 0;}#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:402px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:402px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-select {padding-top: 0; padding-bottom: 0;}#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-button { border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;background-color:#e69241;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:15px;font-weight:400;color:#f2f9ff;width:402px;height:55px;font-family:"trebuchet ms";overflow:hidden;font-style:normal; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP [class*="-text"]:-moz-placeholder { color:#2e2e2e;font-family:"trebuchet ms";font-size:14px; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP [class*="-text"]::-moz-placeholder { color:#2e2e2e;font-family:"trebuchet ms";font-size:14px; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP [class*="-text"]:-ms-input-placeholder { color:#2e2e2e;font-family:"trebuchet ms";font-size:14px; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP [class*="-text"]::-webkit-input-placeholder { color:#2e2e2e;font-family:"trebuchet ms";font-size:14px; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .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:"trebuchet ms";line-height:1.3;font-size:11px;font-weight:400;color:#000000;vertical-align:top;width:382px;overflow:hidden;font-style:normal;float:none; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-container { padding-top:7px;padding-right:0;padding-bottom:7px;padding-left:0;width:100%;font-size:0;height:auto; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-container:first-of-type{padding-top:0;}#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-container:last-of-type{padding-bottom:0;}#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP  { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:402px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:378.984375px;top:580.984375px;z-index:15005;position:absolute; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:402px;display:block;vertical-align:top; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP {display:block;}#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:402px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:378.984375px;top:580.984375px;z-index:15005;position:absolute; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #IJs9NUO1oUKkkG5rNgz3I1reNy2oGR2y { position:relative; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #eC7zNIXmQPWd2gM5vNBLLagW7q0yy9cz { position:relative;display:none; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #y9Z7baXyVpkClIflT1X4By1UaUXXufTu { position:relative; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #IZxeG5Wtc5CDDyrVCGkJ2OuAER4ZEKDO { position:relative; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #pXxTidoN8EH8zvBbTAXIgZ9e1r9abMp7 { position:relative;z-index:2; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #vQXusLS1hfQRTTqoLGnGBsfwaXEmuUTl { position:relative; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #nbQzSfp5SlGbnneIPrGb67WMbd0QiS1B { position:relative; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #vuruKKWdITXw722coA9fhQqMRylgk9Fq { position:relative; }
#VH7J0EsBomIHobfpCiFAoVtFeqNWOcZT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:32px;width:110px;top:288px;left:545px;overflow:hidden;display:block; }
#X9khQ98mUoutU5IEvEKhNxdoKmBuLdrS { box-sizing:content-box;height:468px;width:548px;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:362px;left:326px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW { position:relative;display:block; }#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW { background-color: transparent; background-image: none; }#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW > .row .container > .video-iframe-container { display: none; }#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW > .row > .video-iframe-container { display: none; }#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW > .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); }#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW { border-width: 0; border-radius: 0; }#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW > .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; }#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:251px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FApSyWnDkhHEWN5oT6LtXwOeT0wRNiEq { color:#000000;display:block;width:406px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:110px;left:397px;height:26px;text-align:center;text-align-last:center;display:block; }
#dlbtVwmqysTI7qKC3BtrvEtQEdbfdM5r { 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;height:84px;width:328px;top:138px;left:436px;overflow:hidden;display:block; }
#si8poAZMVFktbSDoQEbr7irGoG486hd3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:25px;width:84px;top:47px;left:558px;overflow:hidden;display:block; }
#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57315f68-2885-40b8-80de-ec5f5904cf11/Obszarroboczy35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0.adaptive-delivery-prevent-bg, #K4OUJeroMsShb5Kg16q3iKiPC6wREnb0.lazyload, #K4OUJeroMsShb5Kg16q3iKiPC6wREnb0.lazyloading { background-image: none; }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 > .row .container { background-color: transparent; background-image: none; }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 > .row .container > .video-iframe-container { display: none; }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 > .row > .video-iframe-container { display: none; }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 > .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); }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 > .row .container { border-width: 0; border-radius: 0; }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 > .row .container { font-size:14px;font-family:arial;height:408px;width:1200px;position:relative;display:block; }#ubtuKovg7WI52TVStB7CJhxtDTk6BRoZ { 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;height:294px;width:543px;top:57px;left:84px;overflow:hidden;display:block; }
#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO { position:relative;display:block; }#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO { background-color: transparent; background-image: none; }#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO > .row .container > .video-iframe-container { display: none; }#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO > .row > .video-iframe-container { display: none; }#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO > .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); }#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO { border-width: 0; border-radius: 0; }#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO > .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; }#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:407px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QuEmasCB3Fyrp6HKT2b5Z3x6lCnatnTT { color:#000000;display:block;width:293px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:262px;left:58px;height:52px;text-align:center;text-align-last:center;display:block; }
#kC5VvtRTTqEE6uDfo6Amo7CJGO16rx8m { color:#000000;display:block;width:225px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:233px;left:92px;height:26px;text-align:center;text-align-last:center;display:block; }
#vNk1yJoTMKEWxeWWCylHaL4xRfPErdEt { color:#000000;display:block;width:277px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:289px;left:467px;height:26px;text-align:center;text-align-last:center;display:block; }
#fHoaUUGqdHciTryNLeW4WH7cVDmEyu26 { color:#000000;display:block;width:185px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:233px;left:514.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#Junq8dfQyuW6ntlKVzf1iVrC5cqVxzEg { color:#000000;display:block;width:225px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:235px;left:903px;height:26px;text-align:center;text-align-last:center;display:block; }
#NgVqXHPG86JGSrQiN2XvhR6XeUCruHne { color:#000000;display:block;width:254px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:263px;left:888px;height:52px;text-align:center;text-align-last:center;display:block; }
#yp8eVbqDfEiAi9CpkOG4lGpLQa9CwwSq { 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;height:128px;width:112px;top:77px;left:148px;overflow:hidden;display:block; }
#kCUUe4IqO5fnaFurv7IBdCDOSWzHRhcL { 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;height:87px;width:112px;top:109px;left:551px;overflow:hidden;display:block; }
#Ie7sP28qoSZIzdgQUFPMD4mXoIWTW4yR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:70px;width:112px;top:118px;left:960px;overflow:hidden;display:block; }
#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG > .row .container { background-color: transparent; background-image: none; }#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG > .row .container > .video-iframe-container { display: none; }#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG > .row > .video-iframe-container { display: none; }#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG > .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); }#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG > .row .container { border-width: 0; border-radius: 0; }#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG > .row .container { font-size:14px;font-family:arial;height:430px;width:1200px;position:relative;display:block; }#ct1qVT9Rbpd4NmmGNRQKTA3BTuyOlbII { color:#000000;display:block;width:67px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:122px;left:25px;height:26px;text-align:center;text-align-last:center;display:block; }
#AI1oMuAJnZnQybgiyUGGl5mVBWSU85kB { 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;height:143px;width:167px;top:132px;left:17.5px;overflow:hidden;display:block; }
#RzDAEoLm9nBLSE6mAKAp3MbKe6cmfSTr { color:#000000;display:block;width:215px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:252px;left:25px;height:52px;text-align:left;text-align-last:left;display:block; }
#FVz0xAqLVA06aKpzqv8pq0rFlIpuyaMW { 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;height:325px;width:625px;top:26px;left:183.5px;overflow:hidden;display:block; }
#gOVkkEKIxpkpRTlB6klyNMz18ZNz7FOR { 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;height:360px;width:591px;top:37px;left:817.875px;overflow:hidden;display:block; }
#kZfziZG376dU3CJieOkzuWe7WyHgAl0d { position:relative;display:block; }#kZfziZG376dU3CJieOkzuWe7WyHgAl0d { background-color: transparent; background-image: none; }#kZfziZG376dU3CJieOkzuWe7WyHgAl0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZfziZG376dU3CJieOkzuWe7WyHgAl0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZfziZG376dU3CJieOkzuWe7WyHgAl0d > .row .container > .video-iframe-container { display: none; }#kZfziZG376dU3CJieOkzuWe7WyHgAl0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZfziZG376dU3CJieOkzuWe7WyHgAl0d > .row > .video-iframe-container { display: none; }#kZfziZG376dU3CJieOkzuWe7WyHgAl0d > .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); }#kZfziZG376dU3CJieOkzuWe7WyHgAl0d { border-width: 0; border-radius: 0; }#kZfziZG376dU3CJieOkzuWe7WyHgAl0d > .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; }#kZfziZG376dU3CJieOkzuWe7WyHgAl0d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:450px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EB8hr67rZpsXOC3HrPsenE3rJ8QestEU { color:#ffffff;display:block;width:397px;position:absolute;font-family:"trebuchet ms";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:221px;left:400px;height:20.8px;text-align:left;text-align-last:left;display:block; }
#urfGwfQLmFZHkw1OcqowJXMgbfaKT8af { color:#000000;display:block;width:430px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:99.5px;left:385px;height:52px;text-align:center;text-align-last:center;display:block; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-form-header {  }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#909090;width:402px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:402px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:402px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:402px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-button { border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;background-color:#e69241;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:15px;font-weight:400;color:#f2f9ff;width:402px;height:55px;font-family:"trebuchet ms";overflow:hidden;font-style:normal; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 [class*="-text"]:-moz-placeholder { color:#2e2e2e;font-family:"trebuchet ms";font-size:14px; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 [class*="-text"]::-moz-placeholder { color:#2e2e2e;font-family:"trebuchet ms";font-size:14px; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 [class*="-text"]:-ms-input-placeholder { color:#2e2e2e;font-family:"trebuchet ms";font-size:14px; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 [class*="-text"]::-webkit-input-placeholder { color:#2e2e2e;font-family:"trebuchet ms";font-size:14px; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .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:"trebuchet ms";line-height:1.3;font-size:11px;font-weight:400;color:#000000;vertical-align:top;width:382px;overflow:hidden;font-style:normal;float:none; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-container { padding-top:7px;padding-right:0;padding-bottom:7px;padding-left:0;width:100%;font-size:0;height:auto; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-container:first-of-type{padding-top:0;}#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-container:last-of-type{padding-bottom:0;}#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33  { background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:402px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:382px;top:183px;z-index:15009;position:absolute; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:402px;display:block;vertical-align:top; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 {display:block;}#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 { background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:402px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:382px;top:183px;z-index:15009;position:absolute; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #cOFTd8lghO4KWzpmEfyXEQZUN5Dtf0nl { position:relative; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #G1oIcugJtFTRBmToPLHoc5IZ5oXG0JlT { position:relative;display:none; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #dUubcNsckkDacTIudbAgN3ZJTXL3lkQr { position:relative; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #yvon1qorx2g8k0QnSGadHAsbPCPqwtV0 { position:relative; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #mzoIJw8BKqfTFXFnushZt26i4aGBcJyw { position:relative;z-index:2; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #M0h1rNfuxuXcy2M6GUJyd6rWNTAZRNWu { position:relative; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #xySEMH9WX8cvta2VbekAOxu3ZCyTc01x { position:relative; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #yDdEc4TdnCU3CT6ydv59mxfQpygO2des { position:relative; }
#oIUv26eTvXZuVV6ya0JaIG0DgNUiZP0f { 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;height:25px;width:84px;top:45.5px;left:558px;overflow:hidden;display:block; }
#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R > .row .container { background-color: transparent; background-image: none; }#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R > .row .container > .video-iframe-container { display: none; }#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R > .row > .video-iframe-container { display: none; }#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R > .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); }#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R > .row .container { border-width: 0; border-radius: 0; }#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R > .row .container { font-size:14px;font-family:arial;height:257px;width:1200px;position:relative;display:block; }#pByyQQq2KpJigxhBGmwmrN1I9oJzXtPu { color:#000000;display:block;width:455px;position:absolute;font-family:"trebuchet ms";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:125px;left:373px;height:78px;text-align:center;text-align-last:center;display:block; }
#GDUCuZWaBXx1UQio3HCg8TC7KyB68HU9 { 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;height:59px;width:60px;top:41px;left:481px;overflow:hidden;display:block; }
#wA6peDASLgovK5EWx3C7hlHlWmFMnJg1 { 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;height:58px;width:60px;top:41.5px;left:570px;overflow:hidden;display:block; }
#vTL8TWvrKm5OO4ZgV1oFcvUOfWJB8n7T { 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;height:58px;width:60px;top:41.5px;left:655px;overflow:hidden;display:block; }
#hqwAfETBioQZGpzfCtQqnceCnfECNAaI { background-color:transparent;background-image:none;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"trebuchet ms";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:45px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:141.5px;left:65.5px;display:block; }
#iEgcQ63zGVenzGKpxwBaTgZsOb5PqBGD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ypS2kSq2l4hsduRGKQs1BhvwLM73WyqW { background-color:transparent;background-image:none;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"trebuchet ms";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:45px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:141.5px;left:881.5px;display:block; }
#E9Egu8A7CdzWO1J7GVSGGU8GgNpq7cNq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;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:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsToJuVIFAbQFuglGotHT8vlOw3Fle4e { top:13px;left:281px;width:202px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP { display:block; }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5WFwNGkUTdheBD8Atgy1WkyVx4gkNAJ { top:142px;left:142px;width:482px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ib0tT6Zl9p8iuhCgxOLHEuUzl7fTytDv { top:184px;left:119px;width:527px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #cydlNyTmWvetbynusOXMKXcZ5SMJUOAH { top:159px;left:0px;width:215px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #UpsFeRyLlLx9IOolfPcrO4c4QDEXZDZn { top:524px;left:184px;width:397px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w1B5L42PuNepM9pUVLdHndw2nf5zBRSI { top:396px;left:229px;width:304px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #gAGdn4PKVEdQblXgrGcpzaPuVTiDfzhC { top:498px;left:265px;width:235px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-regular-label { display:block;width:402px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-text { width:402px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-text {padding-top: 0; padding-bottom: 0;}#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-textarea { width:402px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-select { width:402px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-select {padding-top: 0; padding-bottom: 0;}#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-button { width:402px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-checkbox-label { width:383px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP  { width:402px;height:auto;top:580px;left:160.984375px; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .radio-container { width:402px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP {display:block;}#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP { width:402px;height:auto;top:580px;left:160.984375px; }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #IJs9NUO1oUKkkG5rNgz3I1reNy2oGR2y {  }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #eC7zNIXmQPWd2gM5vNBLLagW7q0yy9cz { display:block; }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #y9Z7baXyVpkClIflT1X4By1UaUXXufTu {  }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #IZxeG5Wtc5CDDyrVCGkJ2OuAER4ZEKDO {  }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #pXxTidoN8EH8zvBbTAXIgZ9e1r9abMp7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #vQXusLS1hfQRTTqoLGnGBsfwaXEmuUTl {  }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #nbQzSfp5SlGbnneIPrGb67WMbd0QiS1B {  }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #vuruKKWdITXw722coA9fhQqMRylgk9Fq {  }
 }@media only screen and (max-width: 763px) { #VH7J0EsBomIHobfpCiFAoVtFeqNWOcZT { top:288px;left:327px;width:110px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #X9khQ98mUoutU5IEvEKhNxdoKmBuLdrS { top:362px;left:108px;width:548px;height:468px;display:block; }
 }@media only screen and (max-width: 763px) { #hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW { display:block; }#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FApSyWnDkhHEWN5oT6LtXwOeT0wRNiEq { top:110px;left:179px;width:406px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dlbtVwmqysTI7qKC3BtrvEtQEdbfdM5r { top:138px;left:218px;width:328px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #si8poAZMVFktbSDoQEbr7irGoG486hd3 { top:47px;left:340px;width:84px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 { display:block; }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubtuKovg7WI52TVStB7CJhxtDTk6BRoZ { top:57px;left:0px;width:543px;height:294px;display:block; }
 }@media only screen and (max-width: 763px) { #IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO { display:block; }#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuEmasCB3Fyrp6HKT2b5Z3x6lCnatnTT { top:262px;left:0px;width:293px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kC5VvtRTTqEE6uDfo6Amo7CJGO16rx8m { top:233px;left:0px;width:225px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vNk1yJoTMKEWxeWWCylHaL4xRfPErdEt { top:289px;left:249px;width:277px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fHoaUUGqdHciTryNLeW4WH7cVDmEyu26 { top:233px;left:296.5px;width:185px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Junq8dfQyuW6ntlKVzf1iVrC5cqVxzEg { top:235px;left:539px;width:225px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NgVqXHPG86JGSrQiN2XvhR6XeUCruHne { top:263px;left:510px;width:254px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yp8eVbqDfEiAi9CpkOG4lGpLQa9CwwSq { top:77px;left:0px;width:112px;height:128px;display:block; }
 }@media only screen and (max-width: 763px) { #kCUUe4IqO5fnaFurv7IBdCDOSWzHRhcL { top:109px;left:333px;width:112px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #Ie7sP28qoSZIzdgQUFPMD4mXoIWTW4yR { top:118px;left:652px;width:112px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG { display:block; }#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct1qVT9Rbpd4NmmGNRQKTA3BTuyOlbII { top:122px;left:0px;width:67px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AI1oMuAJnZnQybgiyUGGl5mVBWSU85kB { top:132px;left:0px;width:167px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #RzDAEoLm9nBLSE6mAKAp3MbKe6cmfSTr { top:252px;left:0px;width:215px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FVz0xAqLVA06aKpzqv8pq0rFlIpuyaMW { top:26px;left:0px;width:625px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #gOVkkEKIxpkpRTlB6klyNMz18ZNz7FOR { top:37px;left:173px;width:591px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #kZfziZG376dU3CJieOkzuWe7WyHgAl0d { display:block; }#kZfziZG376dU3CJieOkzuWe7WyHgAl0d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EB8hr67rZpsXOC3HrPsenE3rJ8QestEU { top:221px;left:182px;width:397px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #urfGwfQLmFZHkw1OcqowJXMgbfaKT8af { top:99px;left:167px;width:430px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-regular-label { display:block;width:402px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-text { width:402px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-textarea { width:402px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-select { width:402px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-button { width:402px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-checkbox-label { width:383px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33  { width:402px;height:auto;top:183px;left:164px; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .radio-container { width:402px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 {display:block;}#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 { width:402px;height:auto;top:183px;left:164px; }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #cOFTd8lghO4KWzpmEfyXEQZUN5Dtf0nl {  }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #G1oIcugJtFTRBmToPLHoc5IZ5oXG0JlT { display:block; }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #dUubcNsckkDacTIudbAgN3ZJTXL3lkQr {  }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #yvon1qorx2g8k0QnSGadHAsbPCPqwtV0 {  }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #mzoIJw8BKqfTFXFnushZt26i4aGBcJyw { z-index:2; }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #M0h1rNfuxuXcy2M6GUJyd6rWNTAZRNWu {  }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #xySEMH9WX8cvta2VbekAOxu3ZCyTc01x {  }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #yDdEc4TdnCU3CT6ydv59mxfQpygO2des {  }
 }@media only screen and (max-width: 763px) { #oIUv26eTvXZuVV6ya0JaIG0DgNUiZP0f { top:45px;left:340px;width:84px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R { display:block; }#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pByyQQq2KpJigxhBGmwmrN1I9oJzXtPu { top:125px;left:155px;width:455px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GDUCuZWaBXx1UQio3HCg8TC7KyB68HU9 { top:41px;left:263px;width:60px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #wA6peDASLgovK5EWx3C7hlHlWmFMnJg1 { top:41px;left:352px;width:60px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #vTL8TWvrKm5OO4ZgV1oFcvUOfWJB8n7T { top:41px;left:437px;width:60px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #hqwAfETBioQZGpzfCtQqnceCnfECNAaI { width:236px;height:45px;top:141px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iEgcQ63zGVenzGKpxwBaTgZsOb5PqBGD { display:block; }
 }@media only screen and (max-width: 763px) { #ypS2kSq2l4hsduRGKQs1BhvwLM73WyqW { width:236px;height:45px;top:141px;left:528px;display:block; }
 }@media only screen and (max-width: 763px) { #E9Egu8A7CdzWO1J7GVSGGU8GgNpq7cNq { 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 > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsToJuVIFAbQFuglGotHT8vlOw3Fle4e { width:157px;height:55px;top:20px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP { display:block; }#uf70qLiVWEGGG2aTtm23KS6V9dwl1kwP > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5WFwNGkUTdheBD8Atgy1WkyVx4gkNAJ { width:271px;height:52px;top:47px;left:24.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ib0tT6Zl9p8iuhCgxOLHEuUzl7fTytDv { width:313px;height:48px;top:99px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cydlNyTmWvetbynusOXMKXcZ5SMJUOAH { width:161px;height:162px;top:107px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UpsFeRyLlLx9IOolfPcrO4c4QDEXZDZn { width:189px;height:41.5938px;top:367px;left:66px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1B5L42PuNepM9pUVLdHndw2nf5zBRSI { width:212px;height:82px;top:256px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #gAGdn4PKVEdQblXgrGcpzaPuVTiDfzhC { width:235px;height:26px;top:341px;left:43px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-text {padding-top: 0; padding-bottom: 0;}#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-select {padding-top: 0; padding-bottom: 0;}#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP  { width:280px;height:auto;top:430px;left:0px; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP {display:block;}#Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP { width:280px;height:auto;top:430px;left:0px; }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #IJs9NUO1oUKkkG5rNgz3I1reNy2oGR2y {  }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #eC7zNIXmQPWd2gM5vNBLLagW7q0yy9cz { display:block; }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #y9Z7baXyVpkClIflT1X4By1UaUXXufTu {  }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #IZxeG5Wtc5CDDyrVCGkJ2OuAER4ZEKDO {  }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #pXxTidoN8EH8zvBbTAXIgZ9e1r9abMp7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #vQXusLS1hfQRTTqoLGnGBsfwaXEmuUTl {  }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #nbQzSfp5SlGbnneIPrGb67WMbd0QiS1B {  }
 }@media only screen and (max-width: 763px) { #Msq12aFxxEDgTvTLvcCSvA7so5KyWnhP #vuruKKWdITXw722coA9fhQqMRylgk9Fq {  }
 }@media only screen and (max-width: 763px) { #VH7J0EsBomIHobfpCiFAoVtFeqNWOcZT { width:110px;height:32px;top:172px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #X9khQ98mUoutU5IEvEKhNxdoKmBuLdrS { width:320px;height:428px;top:243px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW { display:block; }#hTwPQD3FIh5t2RKDDahz4OMT01WHv1KW > .row .container { width:320px;height:423px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FApSyWnDkhHEWN5oT6LtXwOeT0wRNiEq { width:320px;height:26px;top:99px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dlbtVwmqysTI7qKC3BtrvEtQEdbfdM5r { width:211px;height:53px;top:123.5px;left:54.5px;display:block; }
 }@media only screen and (max-width: 763px) { #si8poAZMVFktbSDoQEbr7irGoG486hd3 { width:84px;height:25px;top:54px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 { display:block; }#K4OUJeroMsShb5Kg16q3iKiPC6wREnb0 > .row .container { width:320px;height:215px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubtuKovg7WI52TVStB7CJhxtDTk6BRoZ { width:318px;height:172px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO { display:block; }#IXZiMCWDDO2bTdfxEQKkT35Hxu7moeTO > .row .container { width:320px;height:861px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuEmasCB3Fyrp6HKT2b5Z3x6lCnatnTT { width:291px;height:52px;top:210px;left:15px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kC5VvtRTTqEE6uDfo6Amo7CJGO16rx8m { width:225px;height:26px;top:174px;left:48px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNk1yJoTMKEWxeWWCylHaL4xRfPErdEt { width:277px;height:26px;top:497px;left:22px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fHoaUUGqdHciTryNLeW4WH7cVDmEyu26 { width:185px;height:52px;top:445px;left:68px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Junq8dfQyuW6ntlKVzf1iVrC5cqVxzEg { width:225px;height:26px;top:699px;left:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NgVqXHPG86JGSrQiN2XvhR6XeUCruHne { width:254px;height:52px;top:725px;left:33px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yp8eVbqDfEiAi9CpkOG4lGpLQa9CwwSq { width:94px;height:108px;top:40px;left:113px;display:block; }
 }@media only screen and (max-width: 763px) { #kCUUe4IqO5fnaFurv7IBdCDOSWzHRhcL { width:112px;height:87px;top:327px;left:104px;display:block; }
 }@media only screen and (max-width: 763px) { #Ie7sP28qoSZIzdgQUFPMD4mXoIWTW4yR { width:112px;height:70px;top:608px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG { display:block; }#VCccCmCAO7wrdqqfRAgUdzqLE8Br43DG > .row .container { width:320px;height:621px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct1qVT9Rbpd4NmmGNRQKTA3BTuyOlbII { width:67px;height:26px;top:36px;left:126.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AI1oMuAJnZnQybgiyUGGl5mVBWSU85kB { width:167px;height:143px;top:36px;left:76.5px;display:block; }
 }@media only screen and (max-width: 763px) { #RzDAEoLm9nBLSE6mAKAp3MbKe6cmfSTr { width:215px;height:52px;top:150px;left:52.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVz0xAqLVA06aKpzqv8pq0rFlIpuyaMW { width:320px;height:166.4px;top:224px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gOVkkEKIxpkpRTlB6klyNMz18ZNz7FOR { width:320px;height:194.92385786802px;top:390.390625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kZfziZG376dU3CJieOkzuWe7WyHgAl0d { display:block; }#kZfziZG376dU3CJieOkzuWe7WyHgAl0d > .row .container { width:320px;height:825px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EB8hr67rZpsXOC3HrPsenE3rJ8QestEU { width:320px;height:20.7969px;top:417px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #urfGwfQLmFZHkw1OcqowJXMgbfaKT8af { width:263px;height:104px;top:96px;left:28.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33  { width:280px;height:auto;top:230.796875px;left:0px; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 {display:block;}#ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 { width:280px;height:auto;top:230.796875px;left:0px; }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #cOFTd8lghO4KWzpmEfyXEQZUN5Dtf0nl {  }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #G1oIcugJtFTRBmToPLHoc5IZ5oXG0JlT { display:block; }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #dUubcNsckkDacTIudbAgN3ZJTXL3lkQr {  }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #yvon1qorx2g8k0QnSGadHAsbPCPqwtV0 {  }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #mzoIJw8BKqfTFXFnushZt26i4aGBcJyw { z-index:2; }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #M0h1rNfuxuXcy2M6GUJyd6rWNTAZRNWu {  }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #xySEMH9WX8cvta2VbekAOxu3ZCyTc01x {  }
 }@media only screen and (max-width: 763px) { #ALMBTT9Jqkq5MfUhgDVWr56UdaaScH33 #yDdEc4TdnCU3CT6ydv59mxfQpygO2des {  }
 }@media only screen and (max-width: 763px) { #oIUv26eTvXZuVV6ya0JaIG0DgNUiZP0f { width:84px;height:25px;top:44px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R { display:block; }#XDBcyP6R5wxPGrgFBybQJgmCNNoNSW6R > .row .container { width:320px;height:513px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pByyQQq2KpJigxhBGmwmrN1I9oJzXtPu { width:320px;height:130px;top:125px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GDUCuZWaBXx1UQio3HCg8TC7KyB68HU9 { width:60px;height:59px;top:29px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #wA6peDASLgovK5EWx3C7hlHlWmFMnJg1 { width:60px;height:58px;top:29px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #vTL8TWvrKm5OO4ZgV1oFcvUOfWJB8n7T { width:60px;height:58px;top:29px;left:219px;display:block; }
 }@media only screen and (max-width: 763px) { #hqwAfETBioQZGpzfCtQqnceCnfECNAaI { width:236px;height:45px;top:361px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #iEgcQ63zGVenzGKpxwBaTgZsOb5PqBGD { display:block; }
 }@media only screen and (max-width: 763px) { #ypS2kSq2l4hsduRGKQs1BhvwLM73WyqW { width:236px;height:45px;top:299px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #E9Egu8A7CdzWO1J7GVSGGU8GgNpq7cNq { display:block; }
 }