.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:transparent;background-image:url("https://images.assets-landingi.com/uc/2645569e-d954-4f4e-9216-93691f253997/Silex_Kit_bg_2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { position:relative;display:block; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { background-color: transparent; background-image: none; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container > .video-iframe-container { display: none; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row > .video-iframe-container { display: none; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .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); }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { border-width: 0; border-radius: 0; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .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; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:719px;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; }#wRKUXfPMMJnwFSy95WGAJVCK8iGUIkwp { position:absolute;display:block;z-index:15000;background-color:#ffcd1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ;height:602px;width:454px;top:85.944442749023px;left:120px;display:block; }
#Wd2RRZQJyWPvJ9UqTvIInMczov9kennr { position:absolute;display:block;z-index:15001;border-top:13px solid #020202;border-left:13px solid #020202;border-right:13px solid #020202;border-bottom:13px solid #020202;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 1px 1px 15px rgba(0,0,0,0.69) ;height:402px;width:301px;top:157px;left:742px;overflow:hidden;display:block; }
#M6MP7c7eSzKZuPtSnlrW5r6G4dIOwmo1 { color:#020202;display:block;width:358.969px;position:absolute;font-family:lato;font-size:49px;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:126px;left:167.484375px;height:98px;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QxpbvR1Bp9647UyKF2VgmcLNEPEPtqPe { color:#000000;display:block;width:330.944px;position:absolute;font-family:lato;font-size:22px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:294px;left:167.47222900391px;height:26.3889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-form-header {  }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:14px;font-weight:400;color:#000000;width:323px;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-text { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #ffffff;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:323px;box-sizing:border-box;height:32px;color:#ffffff;font-size:16px;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-text {padding-top: 0; padding-bottom: 0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-textarea { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #ffffff;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:323px;box-sizing:border-box;height:50px;color:#ffffff;font-size:16px;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #7d7d7d;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:323px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:raleway;font-size:16px;overflow:hidden;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-select {padding-top: 0; padding-bottom: 0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .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; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#35a6a6;background-image:none;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:47px;margin-bottom:4px;margin-left:47px;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:229px;height:45px;font-family:lato;overflow:hidden;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]:-moz-placeholder { color:#020202;font-family:lato;font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]::-moz-placeholder { color:#020202;font-family:lato;font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]:-ms-input-placeholder { color:#020202;font-family:lato;font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]::-webkit-input-placeholder { color:#020202;font-family:lato;font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .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:lato;line-height:1.3;font-size:14px;font-weight:400;color:#020202;vertical-align:top;width:303px;overflow:hidden;font-style:normal;float:none; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .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; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:19px;vertical-align:middle;font-family:raleway;font-size:14px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-container { padding-top:12px;padding-right:0;padding-bottom:12px;padding-left:0;width:100%;font-size:0;height:auto; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-container:first-of-type{padding-top:0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-container:last-of-type{padding-bottom:0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:323px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:165.5px;top:353.00001144409px;z-index:15021;position:absolute;border-top-right-radius:25px;border-bottom-right-radius:25px;border-bottom-left-radius:25px;border-top-left-radius:25px; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:323px;display:block;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-info-text { display:block;height:auto;font-family:raleway;font-size:14px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k {display:block;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:323px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:165.5px;top:353.00001144409px;z-index:15021;position:absolute;border-top-right-radius:25px;border-bottom-right-radius:25px;border-bottom-left-radius:25px;border-top-left-radius:25px; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #KWd8CNrrTxnwFkBVM9G4yFLiy1cvi9PP { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #TiwpS1TsS39W7fpaDxDv4VzipwSgh39v { position:relative;display:none; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #vG0bet2WHRsh5USniOi21xtLcSP6faIl { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #AMTOyiZ0SFFAfJQ0T7vcTuZtOnsAdV7B { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #VuvuikN090prL0Uhh5OuTFz3CKqk7tsX { position:relative;display:none; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #cUlcKn7JsUZRlcIJk7UV1sKbP46kya3n { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #gZwOtawPVgHT1lswNOWHpeGcEenpO8gM { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #ev3lWygpJZk5Z6Os6MSpOf1rv4vBCq3t { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #uyKEo1tGGLe0cWGRsNy97XcZTtmpUvva { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #GBgKfF6sihMQZH05CGIuLwpXKNdAWNHW { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #mDN23Jm7WBBolVDGdB6HGAhHo8UHCMuH { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #rQRGcm4zPRfVkxv04xXHq6bifoBUUKmP { position:relative; }
#POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #SWUAT3Rm4MdTcLndgTdZ2qUClzBFh40M { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #uhdCqQLxcFDTHUwbnBRPPLW4tTUDTXVN { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #lNO9WUOgXTR3S7d5TddrduTp3aMvuLeX { position:relative;z-index:2; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #J6ZTJb9mfrVXB1sTlmIeDeRZmQv4tqFG { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #uuwtNulcEKueIrRti57QlniVFXlRWGu6 { position:relative; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #lG7J7UXFzZwud0RmUqkhRV1bC1Hw0cTX { position:relative; }
#bQAkOpfR9W0NQX7vHV6JsP24UEnIyLw5 { color:#000000;display:block;width:330.958px;position:absolute;font-family:lato;font-size:22px;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:249.40278244019px;left:167.47222900391px;height:26.3889px;font-style:normal;display:block; }
#I3FOlDVT93r7iU10G15CClClCXU6r68M { position:relative;display:block; }#I3FOlDVT93r7iU10G15CClClCXU6r68M { background-color: transparent; background-image: none; }#I3FOlDVT93r7iU10G15CClClCXU6r68M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3FOlDVT93r7iU10G15CClClCXU6r68M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3FOlDVT93r7iU10G15CClClCXU6r68M > .row .container > .video-iframe-container { display: none; }#I3FOlDVT93r7iU10G15CClClCXU6r68M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3FOlDVT93r7iU10G15CClClCXU6r68M > .row > .video-iframe-container { display: none; }#I3FOlDVT93r7iU10G15CClClCXU6r68M > .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); }#I3FOlDVT93r7iU10G15CClClCXU6r68M { border-width: 0; border-radius: 0; }#I3FOlDVT93r7iU10G15CClClCXU6r68M > .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; }#I3FOlDVT93r7iU10G15CClClCXU6r68M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:354px;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; }#FWoobAkNUmu1bRcwXSnH2PZbp3WFPAtS { position:absolute;display:block;z-index:14996;background-color:rgba(227,227,227,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:306px;width:959px;top:0px;left:121px;display:block; }
#ogsHTximiqPEbkMZU1NiFN16gKxBzkmq { color:#000000;display:block;width:959px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:59px;left:121px;height:44px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zdb5ZTPh0hw2xiR9pQwQLc1aeqpsqz91 { color:#020202;display:block;width:747.984px;position:absolute;font-family:lato;font-size:22px;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:123px;left:226px;height:123.167px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu { position:relative;display:block; }#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu { background-color: transparent; background-image: none; }#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu > .row .container > .video-iframe-container { display: none; }#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu > .row > .video-iframe-container { display: none; }#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu > .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); }#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu { border-width: 0; border-radius: 0; }#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu > .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; }#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:440px;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; }#S9UK65AfLduHz2SWmD4hORr3tIJlMSGB { position:absolute;display:block;z-index:15000;background-color:#ffcd1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ;height:57px;width:57px;top:47px;left:396px;display:block; }
#SqOKrS346XfoXX6ZRkwC7vRdoUTzq22f { color:#000000;display:block;width:34px;position:absolute;font-family:lato;font-size:28px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:59px;left:407px;height:30.8px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vQBLSdLlp37b5c80p2MStqhi7OxVllda { color:#000000;display:block;width:359px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:41px;left:478px;height:24.2px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UiwcX1RItuHTmMVcnKWlqhFlcQux0bCQ { color:#000000;display:block;width:398px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:70px;left:478.00003051758px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n2egS194mTurowJMnD0wUCap0tqItUa9 { position:absolute;display:block;z-index:15004;background-color:#ffcd1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ;height:57px;width:57px;top:149px;left:396px;display:block; }
#EwxrF8VZlqPOe04BFyHerUaTW3WeRcyO { color:#000000;display:block;width:34px;position:absolute;font-family:lato;font-size:28px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:161px;left:407px;height:30.8px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#OI5IJgqBGPXILPpEPVaJdhnurCDMSfQF { color:#000000;display:block;width:358.984px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:149px;left:477.984375px;height:24.2px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#AdFL8kVFxrSkWHulXGbx7dzoOJiwAURT { color:#000000;display:block;width:381.984px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:180px;left:478px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EcuFUZ0TEApV6UT2lPdZmCe4h5WRSFZz { position:absolute;display:block;z-index:15004;background-color:#ffcd1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ;height:57px;width:57px;top:247px;left:396px;display:block; }
#aIxpStTNrba7XkcvsTdOoTC5bMtfcTwK { color:#000000;display:block;width:34px;position:absolute;font-family:lato;font-size:28px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:260px;left:408px;height:30.8px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LeFo60QZIKIlHd4rgQkboaX0KHAQPxux { color:#000000;display:block;width:359px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:245px;left:479px;height:24.2px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dQ1XcQ7Mmc54mBF32OQlBqByqxZsmB1o { color:#000000;display:block;width:382px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:276px;left:478px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6nCKaPCo8EHMsP01T1CbHinlKVIOWJv { position:absolute;display:block;z-index:14996;background-color:rgba(227,227,227,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:379px;width:959px;top:0px;left:121px;display:block; }
#TRO5dgpAJA1Ez5yptmpfFfeiRExANgv6 { position:absolute;display:block;z-index:15003;background-color:rgba(255,205,26,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:661px;width:959px;top:465px;left:106.5px;display:block; }
#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT { position:relative;display:block; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT { background-color: transparent; background-image: none; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row .container > .video-iframe-container { display: none; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row > .video-iframe-container { display: none; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .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); }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT { border-width: 0; border-radius: 0; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .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; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:701px;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; }#wz2IwqcspXRGaetEeF6BSVZbMMJLidn9 { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5046ff2-20bf-459e-9425-07b641b4c882/Silex_Kit.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ;height:310px;width:310px;top:324px;left:445px;display:block; }#wz2IwqcspXRGaetEeF6BSVZbMMJLidn9.adaptive-delivery-prevent-bg, #wz2IwqcspXRGaetEeF6BSVZbMMJLidn9.lazyload, #wz2IwqcspXRGaetEeF6BSVZbMMJLidn9.lazyloading { background-image: none; }
#eWTZ5xiz5AX06Bh1cu06ZKzaZyOZrK95 { color:#000000;display:block;width:959px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #f1ffe7;top:48px;left:120.5px;height:44px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Sqp7CfKCNam15gdrgoRPP4PdSb3lIzzh { color:#000000;display:block;width:882.984px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 3px #f1ffe7;top:118px;left:158.5px;height:168px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edxqQOsxZlSQH1DS6i3KdDQ10nmJFB2B { position:absolute;display:block;z-index:15003;background-color:rgba(255,205,26,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:699px;width:959px;top:427px;left:106.5px;display:none; }
#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { position:relative;display:block; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { background-color: transparent; background-image: none; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container > .video-iframe-container { display: none; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row > .video-iframe-container { display: none; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .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); }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { border-width: 0; border-radius: 0; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .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; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:133px;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; }#LAl0bJWTgsIR7r0V6McPhh71PTB7wT7u { background-color:#ffcd1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#020202;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:24.984375px;left:460px;display:block; }
#TIJwDQdy5OWtt6bPvsUtz56hsnaavZwM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gUaiWze8labUpovZOupRXexhSHDC9ohF { position:absolute;display:block;z-index:15001;background-color:#7a0026;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:178px;top:105px;left:511px;display:block; }
#TtHcb7LwLk7J5FoDcwKzZbPxZF8JpnwR { position:absolute;display:block;z-index:14997;background-color:rgba(227,227,227,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 15px rgba(0,0,0,0.5) ;height:454px;width:959px;top:133.88749694824px;left:120.5px;display:block; }
#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly { position:relative;display:block; }#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly { background-color: transparent; background-image: none; }#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly > .row .container > .video-iframe-container { display: none; }#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly > .row > .video-iframe-container { display: none; }#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly > .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); }#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly { border-width: 0; border-radius: 0; }#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly > .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; }#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:480px;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; }#ePD2MZePBuN3uzz6ItABpaKaxhUNoSqy { color:#f8f8f8;display:block;width:642.998px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:54.984375px;left:278.484375px;height:88px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#y4ESgueIiVg8H7uz9Fzphl3s21kiKhZf { color:#000000;display:block;width:165px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:356px;left:309px;height:61.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvyFIrzDnbfZGgUsPPIGikyxTaKAnNLA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:134px;width:134px;top:231px;left:533px;overflow:hidden;display:block; }
#WFg8Sbdhy4gOVi6lpa4yvrtH8mIGpaTT { color:#000000;display:block;width:165px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:356px;left:724px;height:61.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M5PARIoUKRev36BIwgdznopDQSGINE9N { color:#002157;display:block;width:165px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:202.984375px;left:700.96875px;height:30.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4XwTH80BqttvmGIQGKelXC4qyaPD55T { color:#000000;display:block;width:165px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:203px;left:309px;height:30.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JmHNVgD59Io7TgBMnfIMX8Wi62PvGDDo { position:absolute;display:block;z-index:15005;background-color:#ffcd1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4150px;border-top-right-radius:4150px;border-bottom-left-radius:4150px;border-bottom-right-radius:4150px;box-shadow: none;height:231px;width:231px;top:181.5px;left:484px;display:block; }
#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS { position:relative;display:block; }#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS { background-color: transparent; background-image: none; }#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS > .row .container > .video-iframe-container { display: none; }#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS > .row > .video-iframe-container { display: none; }#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS > .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); }#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS { border-width: 0; border-radius: 0; }#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS > .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; }#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:143px;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; }#ZKpNfZ9XCi9HVp4dRhNC7mKf0nGH1gfu { color:#000000;display:block;width:1200px;position:absolute;font-family:lato;font-size:40px;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 13px rgba(0,0,0,0.87);top:45px;left:0px;height:44px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm { position:relative;display:block; }#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm { background-color: transparent; background-image: none; }#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm > .row .container > .video-iframe-container { display: none; }#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm > .row > .video-iframe-container { display: none; }#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm > .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); }#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm { border-width: 0; border-radius: 0; }#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm > .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; }#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:362px;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; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { background-color: transparent; background-image: none; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container > .video-iframe-container { display: none; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row > .video-iframe-container { display: none; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .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); }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { border-width: 0; border-radius: 0; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { font-size:14px;font-family:arial;height:223px;width:1200px;position:relative;display:block; }#iABEv2kZfN7QTvRgqEI9pws6q8wgTfSc { z-index:15001;top:144.125px;left:0px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1200px;height:38.9583px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SvLxVXxI0Hk2THgNZhPOC1HskTx1i0ps { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LEfN7CCr2ATDHyxiUgeKVpRVp5I50avl { color:#000000;display:block;width:1200px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16px;left:0px;height:20.7917px;text-align:center;text-align-last:center;display:block; }
#tdZPoPWLbydUnb6xl2MPQTh9Uybl03rO { color:#000000;display:block;width:809px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:56.388885498047px;left:195.5px;height:83.1667px;text-align:center;text-align-last:center;display:block; }
#LZI3cyTOUW2dHOII7oOgbEneu4r1aXaa { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196px;width:959px;top:0px;left:121px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { display:block; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRKUXfPMMJnwFSy95WGAJVCK8iGUIkwp { top:85px;left:0px;width:454px;height:602px;display:block; }
 }@media only screen and (max-width: 763px) { #Wd2RRZQJyWPvJ9UqTvIInMczov9kennr { top:157px;left:421px;width:301px;height:402px;display:block; }
 }@media only screen and (max-width: 763px) { #M6MP7c7eSzKZuPtSnlrW5r6G4dIOwmo1 { top:126px;left:0px;width:358px;height:98px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #QxpbvR1Bp9647UyKF2VgmcLNEPEPtqPe { top:294px;left:0px;width:330px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-regular-label { display:block; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-checkbox-label { width:220px; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k  { width:240px;height:auto; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k {display:block;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #KWd8CNrrTxnwFkBVM9G4yFLiy1cvi9PP {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #TiwpS1TsS39W7fpaDxDv4VzipwSgh39v { display:none; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #vG0bet2WHRsh5USniOi21xtLcSP6faIl {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #AMTOyiZ0SFFAfJQ0T7vcTuZtOnsAdV7B {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #VuvuikN090prL0Uhh5OuTFz3CKqk7tsX { display:none; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #cUlcKn7JsUZRlcIJk7UV1sKbP46kya3n {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #gZwOtawPVgHT1lswNOWHpeGcEenpO8gM {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #ev3lWygpJZk5Z6Os6MSpOf1rv4vBCq3t {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #uyKEo1tGGLe0cWGRsNy97XcZTtmpUvva {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #GBgKfF6sihMQZH05CGIuLwpXKNdAWNHW {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #mDN23Jm7WBBolVDGdB6HGAhHo8UHCMuH {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #rQRGcm4zPRfVkxv04xXHq6bifoBUUKmP {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #SWUAT3Rm4MdTcLndgTdZ2qUClzBFh40M {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #uhdCqQLxcFDTHUwbnBRPPLW4tTUDTXVN {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #lNO9WUOgXTR3S7d5TddrduTp3aMvuLeX { z-index:2; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #J6ZTJb9mfrVXB1sTlmIeDeRZmQv4tqFG {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #uuwtNulcEKueIrRti57QlniVFXlRWGu6 {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #lG7J7UXFzZwud0RmUqkhRV1bC1Hw0cTX {  }
 }@media only screen and (max-width: 763px) { #bQAkOpfR9W0NQX7vHV6JsP24UEnIyLw5 { top:249px;left:0px;width:330px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #I3FOlDVT93r7iU10G15CClClCXU6r68M { display:block; }#I3FOlDVT93r7iU10G15CClClCXU6r68M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWoobAkNUmu1bRcwXSnH2PZbp3WFPAtS { top:0px;left:0px;width:764px;height:306px;display:block; }
 }@media only screen and (max-width: 763px) { #ogsHTximiqPEbkMZU1NiFN16gKxBzkmq { top:59px;left:0px;width:764px;height:44px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #zdb5ZTPh0hw2xiR9pQwQLc1aeqpsqz91 { top:123px;left:8px;width:747px;height:123px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu { display:block; }#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9UK65AfLduHz2SWmD4hORr3tIJlMSGB { top:47px;left:178px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #SqOKrS346XfoXX6ZRkwC7vRdoUTzq22f { top:59px;left:189px;width:34px;height:30px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vQBLSdLlp37b5c80p2MStqhi7OxVllda { top:41px;left:260px;width:359px;height:24px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #UiwcX1RItuHTmMVcnKWlqhFlcQux0bCQ { top:70px;left:260.00003051758px;width:398px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #n2egS194mTurowJMnD0wUCap0tqItUa9 { top:149px;left:178px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #EwxrF8VZlqPOe04BFyHerUaTW3WeRcyO { top:161px;left:189px;width:34px;height:30px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #OI5IJgqBGPXILPpEPVaJdhnurCDMSfQF { top:149px;left:259.984375px;width:358px;height:24px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #AdFL8kVFxrSkWHulXGbx7dzoOJiwAURT { top:180px;left:260.00003051758px;width:381px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EcuFUZ0TEApV6UT2lPdZmCe4h5WRSFZz { top:247px;left:178px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #aIxpStTNrba7XkcvsTdOoTC5bMtfcTwK { top:260px;left:190px;width:34px;height:30px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #LeFo60QZIKIlHd4rgQkboaX0KHAQPxux { top:245px;left:261px;width:359px;height:24px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dQ1XcQ7Mmc54mBF32OQlBqByqxZsmB1o { top:276px;left:260px;width:382px;height:48px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #H6nCKaPCo8EHMsP01T1CbHinlKVIOWJv { top:0px;left:0px;width:764px;height:379px;display:block; }
 }@media only screen and (max-width: 763px) { #TRO5dgpAJA1Ez5yptmpfFfeiRExANgv6 { top:465px;left:0px;width:764px;height:661px;display:block; }
 }@media only screen and (max-width: 763px) { #aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT { display:block; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz2IwqcspXRGaetEeF6BSVZbMMJLidn9 { top:324px;left:227px;width:310px;height:310px;display:block; }
 }@media only screen and (max-width: 763px) { #eWTZ5xiz5AX06Bh1cu06ZKzaZyOZrK95 { top:48px;left:0px;width:764px;height:44px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Sqp7CfKCNam15gdrgoRPP4PdSb3lIzzh { top:118px;left:0px;width:764px;height:168px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #edxqQOsxZlSQH1DS6i3KdDQ10nmJFB2B { top:427px;left:0px;width:764px;height:699px;display:none; }
 }@media only screen and (max-width: 763px) { #hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { display:block; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAl0bJWTgsIR7r0V6McPhh71PTB7wT7u { width:280px;height:55px;top:24px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #TIJwDQdy5OWtt6bPvsUtz56hsnaavZwM { display:block; }
 }@media only screen and (max-width: 763px) { #gUaiWze8labUpovZOupRXexhSHDC9ohF { top:105px;left:293px;width:178px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #TtHcb7LwLk7J5FoDcwKzZbPxZF8JpnwR { top:133px;left:0px;width:764px;height:454px;display:block; }
 }@media only screen and (max-width: 763px) { #z2klIBATMNXm0UirGbcGQwz9aSicJ7ly { display:block; }#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePD2MZePBuN3uzz6ItABpaKaxhUNoSqy { top:54px;left:60.484375px;width:642px;height:87px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #y4ESgueIiVg8H7uz9Fzphl3s21kiKhZf { top:356px;left:91px;width:165px;height:61px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vvyFIrzDnbfZGgUsPPIGikyxTaKAnNLA { top:231px;left:315px;width:134px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #WFg8Sbdhy4gOVi6lpa4yvrtH8mIGpaTT { top:356px;left:506px;width:165px;height:61px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #M5PARIoUKRev36BIwgdznopDQSGINE9N { top:202px;left:482.96875px;width:165px;height:30px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #P4XwTH80BqttvmGIQGKelXC4qyaPD55T { top:203px;left:91px;width:165px;height:30px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #JmHNVgD59Io7TgBMnfIMX8Wi62PvGDDo { top:181px;left:266px;width:231px;height:231px;display:block; }
 }@media only screen and (max-width: 763px) { #sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS { display:block; }#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKpNfZ9XCi9HVp4dRhNC7mKf0nGH1gfu { top:45px;left:0px;width:764px;height:44px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm { display:block; }#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R { display:block; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iABEv2kZfN7QTvRgqEI9pws6q8wgTfSc { top:144px;left:0px;width:748px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #SvLxVXxI0Hk2THgNZhPOC1HskTx1i0ps { display:block; }
 }@media only screen and (max-width: 763px) { #LEfN7CCr2ATDHyxiUgeKVpRVp5I50avl { top:16px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tdZPoPWLbydUnb6xl2MPQTh9Uybl03rO { top:56px;left:0px;width:764px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LZI3cyTOUW2dHOII7oOgbEneu4r1aXaa { top:0px;left:0px;width:764px;height:196px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#35a6a6;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA { display:block; }#OA7Hl6HionW3SLeIb3a9AJ48cAaRmamA > .row .container { width:320px;height:1008px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRKUXfPMMJnwFSy95WGAJVCK8iGUIkwp { width:320px;height:541px;top:21.537498474121px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Wd2RRZQJyWPvJ9UqTvIInMczov9kennr { width:281px;height:375px;top:582px;left:6.7000007629395px;display:block; }
 }@media only screen and (max-width: 763px) { #M6MP7c7eSzKZuPtSnlrW5r6G4dIOwmo1 { width:319.992px;height:84px;top:59.9765625px;left:0px;font-size:42px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxpbvR1Bp9647UyKF2VgmcLNEPEPtqPe { width:265px;height:24px;top:192.79167175293px;left:27.500001907349px;font-size:20px;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-regular-label { display:block;width:249px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-text { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:25px;font-size:14px;overflow:hidden;display:block;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-text {padding-top: 0; padding-bottom: 0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-textarea { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:14px;overflow:hidden;display:block;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-select { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-select {padding-top: 0; padding-bottom: 0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-input-button { width:176px;margin-top:4px;margin-right:36px;margin-bottom:4px;margin-left:36px; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]:-moz-placeholder { font-size:14px;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]::-moz-placeholder { font-size:14px;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]:-ms-input-placeholder { font-size:14px;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k [class*="-text"]::-webkit-input-placeholder { font-size:14px;text-align:center;text-align-last:center; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-checkbox-label { width:229px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-container { padding-top:8px;padding-right:0;padding-bottom:7px;padding-left:0; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-container:first-of-type{padding-top:0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .widget-container:last-of-type{padding-bottom:0;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k  { width:249px;height:auto;top:250.23611450195px;left:15.5px; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k .radio-container { width:249px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k {display:block;}#vbmACPvi18VRtMHdcXnEtb6pQEDnee8k { width:249px;height:auto;top:250.23611450195px;left:15.5px; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #KWd8CNrrTxnwFkBVM9G4yFLiy1cvi9PP {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #TiwpS1TsS39W7fpaDxDv4VzipwSgh39v { display:none; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #vG0bet2WHRsh5USniOi21xtLcSP6faIl {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #AMTOyiZ0SFFAfJQ0T7vcTuZtOnsAdV7B {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #VuvuikN090prL0Uhh5OuTFz3CKqk7tsX { display:none; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #cUlcKn7JsUZRlcIJk7UV1sKbP46kya3n {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #gZwOtawPVgHT1lswNOWHpeGcEenpO8gM {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #ev3lWygpJZk5Z6Os6MSpOf1rv4vBCq3t {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #uyKEo1tGGLe0cWGRsNy97XcZTtmpUvva {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #GBgKfF6sihMQZH05CGIuLwpXKNdAWNHW {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #mDN23Jm7WBBolVDGdB6HGAhHo8UHCMuH {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #rQRGcm4zPRfVkxv04xXHq6bifoBUUKmP {  }
 }@media only screen and (max-width: 763px) { #POC1TiPwNpbBfTLbJ7qKsw9sH2qwtytL #SWUAT3Rm4MdTcLndgTdZ2qUClzBFh40M {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #uhdCqQLxcFDTHUwbnBRPPLW4tTUDTXVN {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #lNO9WUOgXTR3S7d5TddrduTp3aMvuLeX { z-index:2; }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #J6ZTJb9mfrVXB1sTlmIeDeRZmQv4tqFG {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #uuwtNulcEKueIrRti57QlniVFXlRWGu6 {  }
 }@media only screen and (max-width: 763px) { #vbmACPvi18VRtMHdcXnEtb6pQEDnee8k #lG7J7UXFzZwud0RmUqkhRV1bC1Hw0cTX {  }
 }@media only screen and (max-width: 763px) { #bQAkOpfR9W0NQX7vHV6JsP24UEnIyLw5 { width:320px;height:24px;top:154.68055725098px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I3FOlDVT93r7iU10G15CClClCXU6r68M { display:block; }#I3FOlDVT93r7iU10G15CClClCXU6r68M > .row .container { width:320px;height:286px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWoobAkNUmu1bRcwXSnH2PZbp3WFPAtS { width:320px;height:269px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ogsHTximiqPEbkMZU1NiFN16gKxBzkmq { width:320px;height:70.3889px;top:17.000015258789px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zdb5ZTPh0hw2xiR9pQwQLc1aeqpsqz91 { width:282px;height:137.181px;top:100px;left:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu { display:block; }#Lh0SudFUS3L38rh0wso8m5w2Pzwv3Miu > .row .container { width:320px;height:576px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9UK65AfLduHz2SWmD4hORr3tIJlMSGB { width:57px;height:57px;top:38px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #SqOKrS346XfoXX6ZRkwC7vRdoUTzq22f { width:34px;height:30.8px;top:50px;left:143px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vQBLSdLlp37b5c80p2MStqhi7OxVllda { width:258px;height:25.3px;top:114px;left:31px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiwcX1RItuHTmMVcnKWlqhFlcQux0bCQ { width:285px;height:36px;top:151.27777862549px;left:17.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2egS194mTurowJMnD0wUCap0tqItUa9 { width:57px;height:57px;top:207px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #EwxrF8VZlqPOe04BFyHerUaTW3WeRcyO { width:33.9941px;height:30.8px;top:220px;left:143px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #OI5IJgqBGPXILPpEPVaJdhnurCDMSfQF { width:258px;height:57.5833px;top:282px;left:31px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AdFL8kVFxrSkWHulXGbx7dzoOJiwAURT { width:258px;height:36px;top:341.75px;left:31px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EcuFUZ0TEApV6UT2lPdZmCe4h5WRSFZz { width:57px;height:57px;top:402px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #aIxpStTNrba7XkcvsTdOoTC5bMtfcTwK { width:34px;height:30.8px;top:415px;left:144px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #LeFo60QZIKIlHd4rgQkboaX0KHAQPxux { width:258px;height:26.4px;top:477.625px;left:31px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQ1XcQ7Mmc54mBF32OQlBqByqxZsmB1o { width:258px;height:36px;top:508px;left:34px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6nCKaPCo8EHMsP01T1CbHinlKVIOWJv { width:320px;height:576px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TRO5dgpAJA1Ez5yptmpfFfeiRExANgv6 { width:320px;height:395px;top:857px;left:0px;background-color:#ffcd1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT { display:block; }#aSOCB8nviDuvkeOTxekDTi9tTlS3nOcT > .row .container { width:320px;height:720px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz2IwqcspXRGaetEeF6BSVZbMMJLidn9 { width:291px;height:291px;top:390px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #eWTZ5xiz5AX06Bh1cu06ZKzaZyOZrK95 { width:320px;height:35.2px;top:37px;left:0px;font-size:32px;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Sqp7CfKCNam15gdrgoRPP4PdSb3lIzzh { width:258px;height:273px;top:86px;left:31px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #edxqQOsxZlSQH1DS6i3KdDQ10nmJFB2B { width:320px;height:361px;top:17px;left:0px;background-color:#ffcd1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD { display:block; }#hOhc6hFPfp5pT5DsXx5T7I3m4nolLIPD > .row .container { width:320px;height:78px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAl0bJWTgsIR7r0V6McPhh71PTB7wT7u { width:280px;height:55px;top:0px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TIJwDQdy5OWtt6bPvsUtz56hsnaavZwM { display:block; }
 }@media only screen and (max-width: 763px) { #gUaiWze8labUpovZOupRXexhSHDC9ohF { width:177.988px;height:1.9875px;top:72.975006103516px;left:70.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #TtHcb7LwLk7J5FoDcwKzZbPxZF8JpnwR { width:320px;height:164px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #z2klIBATMNXm0UirGbcGQwz9aSicJ7ly { display:block; }#z2klIBATMNXm0UirGbcGQwz9aSicJ7ly > .row .container { width:320px;height:384px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePD2MZePBuN3uzz6ItABpaKaxhUNoSqy { width:320px;height:105.583px;top:31px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #y4ESgueIiVg8H7uz9Fzphl3s21kiKhZf { width:127.998px;height:56px;top:282.998046875px;left:11.9921875px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vvyFIrzDnbfZGgUsPPIGikyxTaKAnNLA { width:81.9922px;height:81.9922px;top:192px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #WFg8Sbdhy4gOVi6lpa4yvrtH8mIGpaTT { width:131.992px;height:56px;top:283px;left:188px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #M5PARIoUKRev36BIwgdznopDQSGINE9N { width:77.998px;height:56px;top:147px;left:215px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P4XwTH80BqttvmGIQGKelXC4qyaPD55T { width:107px;height:56px;top:147px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JmHNVgD59Io7TgBMnfIMX8Wi62PvGDDo { width:136.992px;height:136.992px;top:164px;left:91px;background-color:#ffcd1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS { display:block; }#sE1tgHgFyKaVtaUTV4r8SEEZDpgtMqxS > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKpNfZ9XCi9HVp4dRhNC7mKf0nGH1gfu { width:320px;height:105.583px;top:10px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm { display:block; }#LQE7Pdb7d5b8tGTpnAgNTUbHgoi0ATHm > .row .container { width:320px;height:850px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R { display:block; }#pBWEWMtrfHSHUqhyeEZ47HVQO5fqNx1R > .row .container { width:320px;height:203px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iABEv2kZfN7QTvRgqEI9pws6q8wgTfSc { top:147px;left:21.500001907349px;width:277px;height:37px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvLxVXxI0Hk2THgNZhPOC1HskTx1i0ps { display:block; }
 }@media only screen and (max-width: 763px) { #LEfN7CCr2ATDHyxiUgeKVpRVp5I50avl { width:320px;height:15.6px;top:16px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdZPoPWLbydUnb6xl2MPQTh9Uybl03rO { width:320px;height:93.5833px;top:44.583343505859px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZI3cyTOUW2dHOII7oOgbEneu4r1aXaa { width:320px;height:159px;top:175px;left:0px;display:none; }
 }