.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;
}body { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:14px;font-family:arial;height:150px;width:960px;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22px;width:82px;top:6px;left:439.00003051758px;overflow:hidden;display:block; }
#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:#800080;display:block;width:960px;position:absolute;font-family:"proxima nova";font-size:32px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:58px;left:0.01251220703125px;height:41.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRTQInsXA3oPeFDoQFZGzZhxOfkdXS3F { color:#3d2b6a;display:block;width:960px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:104.70000457764px;left:0.01251220703125px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc00701f-6a2b-4ac8-9d2c-d093cf4afdb2/kelistofondo.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ.adaptive-delivery-prevent-bg, #TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ.lazyload, #TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ.lazyloading { background-image: none; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container { background-color: transparent; background-image: none; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container > .video-iframe-container { display: none; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row > .video-iframe-container { display: none; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .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); }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container { border-width: 0; border-radius: 0; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ::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; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container { font-size:14px;font-family:arial;height:605px;width:960px;position:relative;display:block; }#rdD0IWFNWwFD9TaWrz0XLn50wIe1EX8l { position:absolute;display:block;z-index:15007;background-color:#f9f7f8;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: 6px 6px 12px rgba(0,0,0,0.06) ;height:570px;width:314px;top:4px;left:616px;display:block; }
#VDdiGkn4ZDlRw4T8HMiyVouMLM7NJQoO { color:#3d2b6a;display:block;width:315px;position:absolute;font-family:"proxima nova";font-size:20px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16px;left:615.5px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-form-header {  }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:280px;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; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #284d42;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:280px;box-sizing:border-box;height:33px;color:#284d42;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #284d42;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:280px;box-sizing:border-box;height:70px;color:#284d42;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:280px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .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; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#800080;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:25px;margin-bottom:4px;margin-left:28px;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:224px;height:46px;font-family:"proxima nova";overflow:hidden;box-shadow: 0 3px 6px rgba(0,0,0,0.16) ; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 [class*="-text"]:-moz-placeholder { color:#333e5d;font-family:"proxima nova";font-size:14px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 [class*="-text"]::-moz-placeholder { color:#333e5d;font-family:"proxima nova";font-size:14px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 [class*="-text"]:-ms-input-placeholder { color:#333e5d;font-family:"proxima nova";font-size:14px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 [class*="-text"]::-webkit-input-placeholder { color:#333e5d;font-family:"proxima nova";font-size:14px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .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:"proxima nova";line-height:1.5;font-size:13px;font-weight:400;color:#333e5d;vertical-align:top;width:261px;overflow:hidden;font-style:normal;float:none;text-align:left;text-align-last:left; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .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; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .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.3;float:none; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;font-size:0;height:auto; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-container:first-of-type{padding-top:0;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-container:last-of-type{padding-bottom:0;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:61.5px;left:618.5px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;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; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 {display:block;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:61.5px;left:618.5px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #b5ThcF6Jmeu161cvIIds01qDCpi4lRHP { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #JKSZIZ5ZWHHZTxpqLgKZeTG0kF2RZE5L { position:relative;z-index:2; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #Vlh89QFIJ8mEJzKZ7K2KpduZZQPD3qCm { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #fw75oh3dEwPWO2Z7DHVJLVnFWxXOvaDl { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #RtcnOVre8nBtSMvpUHro27ANL50cIwTy { position:relative;z-index:2; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #nKEJ42edwstP06F3403nLsdx1GydGLZd { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #hDnuTyTC1kEdgoBy8Ry4eB9E0FsqxVfe { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #f2VE22XgV7O9dS4pASZEuRvO5Xx1iutX { position:relative;z-index:2; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #UelZ2UiOw7mq3ORPbSXFAKRQLzlure5B { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #crXAKPS8HSKZFEPZhPAwOw2NTq9fFMxS { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #eI2wRZt7okJFJQD2OJzxxTgMi9nqDov6 { position:relative;z-index:2; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #bkKukTDWvOM3oFgwTROTFlnuTvUTThmA { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #GVXNTT7BqzE7MRtvRFzggctWRe12b08T { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #O1aeSPZypzRyfPUh0PJtZX7wUBhBQf7p { position:relative;z-index:2; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #Avshz52Fff7heF08o9WrLyuDVeBx2t4Q { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #TL8AmkPgEADawmSzyUQXpFi01QOrVbJ2 { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #TVeaTvsWJM3xwTzMsQXhqm5T6ZtdgdBC { position:relative;z-index:2; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #qc24q6qGW1hTWdXS9cl7uyrliq0oacOV { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #BzhskUlOTNFhKUT6Uc4ZchUyUnnRETfA { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #CC7FJr0vTSIFpQPcatKi1TP7mQcOcTaQ { position:relative;z-index:2; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #Jtv0DeHXyqluQzyGor5P8cForQQix6HJ { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #hgzhQBUNhmLOGxKDnbmhvKh8qm6BRg1f { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #pblR6N9RDTi9KzPNPIeR0uEAZ0VHNlzd { position:relative;display:none; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #IdQaHAre3HceBbt49DZK39GNCGs41AUR { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #WME4t1WZicwn9v7TFggsVUe9NyTtefCo { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #cR53hQeqSdOKL7Qmc5gy2BAKZJR9OZ49 { position:relative;display:none; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #RhUrXBdAuA6xsK8DxoBo2ObN2whlH1pp { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #Ah7xCqludeyqGnMI8NaDZcqy212QChIP { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #WV6LQaBUvtQ45VaDyJhGmqI73UBD0bur { position:relative;display:none; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #WgXhoqvGr49acWt5WrprWoe3y8v1eSI4 { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #K4CNZEPSs7Px1TAS832hv4LwhzciaDc0 { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #UXJVVallmElRx8zsDVOXLWERcpPlmNp4 { position:relative;z-index:2; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #kJ7rb87uuiUxsoNQZ4bKXEeI33nEMO0i { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #duwfAvPgU2rRovvXINZMZJCzpVMVnQd1 { position:relative; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #OPgQInudTw8RCTaLIAKkePb1zDmqzbt0 { position:relative; }
#TIENtP0iH0htUG0q6ooIXypEqWm4xUQT { color:#3d2b6a;display:block;width:315px;position:absolute;font-family:"proxima nova";font-size:15px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:42px;left:615.5px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi { position:relative;display:block; }#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi { background-color: transparent; background-image: none; }#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi > .row .container > .video-iframe-container { display: none; }#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi > .row > .video-iframe-container { display: none; }#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi > .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); }#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi { border-width: 0; border-radius: 0; }#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi > .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; }#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:14px;font-family:arial;height:131px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SsF4Gk2zOuukxTKhFglCtFhPrUFss7xF { color:#3d2b6a;display:block;width:960px;position:absolute;font-family:"proxima nova";font-size:30px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:49.087493896484px;left:0px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tcaGLWLqe6qbT34ww5zocAXXnREFI87k { position:relative;display:block; }#tcaGLWLqe6qbT34ww5zocAXXnREFI87k { background-color: transparent; background-image: none; }#tcaGLWLqe6qbT34ww5zocAXXnREFI87k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcaGLWLqe6qbT34ww5zocAXXnREFI87k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcaGLWLqe6qbT34ww5zocAXXnREFI87k > .row .container > .video-iframe-container { display: none; }#tcaGLWLqe6qbT34ww5zocAXXnREFI87k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcaGLWLqe6qbT34ww5zocAXXnREFI87k > .row > .video-iframe-container { display: none; }#tcaGLWLqe6qbT34ww5zocAXXnREFI87k > .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); }#tcaGLWLqe6qbT34ww5zocAXXnREFI87k { border-width: 0; border-radius: 0; }#tcaGLWLqe6qbT34ww5zocAXXnREFI87k > .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; }#tcaGLWLqe6qbT34ww5zocAXXnREFI87k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:14px;font-family:arial;height:284px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BLM70KAWrcRfaG2PbmtWVLaUVUBNiM8p { color:#333e5d;display:block;width:320px;position:absolute;font-family:"proxima nova";font-size:19px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:165px;left:0px;height:49.375px;text-align:center;text-align-last:center;display:block; }
#q4eWwOxnU2Fhuux2Qy3EPyVaL5BHqfTr { color:#333e5d;display:block;width:320px;position:absolute;font-family:"proxima nova";font-size:19px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:165px;left:320.00003051758px;height:49.375px;text-align:center;text-align-last:center;display:block; }
#b8vMfM9NqZTifhzUyu00Jhvew9Q5qNsL { color:#333e5d;display:block;width:320px;position:absolute;font-family:"proxima nova";font-size:19px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:165px;left:640.00003051758px;height:49.375px;text-align:center;text-align-last:center;display:block; }
#ASNmOKGTl5Ilrkdwba2aNAmQ6O574l3c { 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;box-shadow: none;height:130px;width:130px;top:0px;left:97px;overflow:hidden;display:block; }
#Q8n7Ghbf9vzFVBnF4fJLbdQwS1EkX0ke { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:130px;width:130px;top:0px;left:415.00003051758px;overflow:hidden;display:block; }
#uZD36F9VnSqfauOzrZUdDklnBs4BUVzr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:130px;width:130px;top:0px;left:735.00003051758px;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:764px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:6px;left:341.00003051758px;width:82px;height:22px;display:block; }
 }@media only screen and (max-width: 959px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { top:56.399997711182px;left:0px;width:764px;height:33.8px;font-size:26px;display:block; }
 }@media only screen and (max-width: 959px) { #hRTQInsXA3oPeFDoQFZGzZhxOfkdXS3F { top:94.999999046326px;left:0px;width:764px;height:20.8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/709aed6a-b9d7-40f5-ad7f-71d30eb1c6ef/kelistofondotablet2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ.adaptive-delivery-prevent-bg, #TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ.lazyload, #TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ.lazyloading { background-image: none; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container { background-color: transparent; background-image: none; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container > .video-iframe-container { display: none; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row > .video-iframe-container { display: none; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .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); }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container { width:764px;height:568px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rdD0IWFNWwFD9TaWrz0XLn50wIe1EX8l { top:29px;left:474.99999332428px;width:275px;height:440px;display:block; }
 }@media only screen and (max-width: 959px) { #VDdiGkn4ZDlRw4T8HMiyVouMLM7NJQoO { top:29px;left:474.5px;width:276px;height:20.7969px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-regular-label { width:256px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-text { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-textarea { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-select { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-button { width:204px;margin-top:4px;margin-right:26px;margin-bottom:4px;margin-left:26px;height:42px;font-size:14px;overflow:hidden; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 [class*="-text"]:-moz-placeholder { font-size:13px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 [class*="-text"]::-moz-placeholder { font-size:13px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 [class*="-text"]:-ms-input-placeholder { font-size:13px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 [class*="-text"]::-webkit-input-placeholder { font-size:13px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-checkbox-label { width:236px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;overflow:hidden;height:auto; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4  { width:256px;height:auto;top:66.671875px;left:468px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .radio-container { width:256px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 {display:block;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 { width:256px;height:auto;top:66.671875px;left:468px; }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #b5ThcF6Jmeu161cvIIds01qDCpi4lRHP {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #JKSZIZ5ZWHHZTxpqLgKZeTG0kF2RZE5L {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #Vlh89QFIJ8mEJzKZ7K2KpduZZQPD3qCm {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #fw75oh3dEwPWO2Z7DHVJLVnFWxXOvaDl {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #RtcnOVre8nBtSMvpUHro27ANL50cIwTy {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #nKEJ42edwstP06F3403nLsdx1GydGLZd {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #hDnuTyTC1kEdgoBy8Ry4eB9E0FsqxVfe {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #f2VE22XgV7O9dS4pASZEuRvO5Xx1iutX {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #UelZ2UiOw7mq3ORPbSXFAKRQLzlure5B {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #crXAKPS8HSKZFEPZhPAwOw2NTq9fFMxS {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #eI2wRZt7okJFJQD2OJzxxTgMi9nqDov6 {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #bkKukTDWvOM3oFgwTROTFlnuTvUTThmA {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #GVXNTT7BqzE7MRtvRFzggctWRe12b08T {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #O1aeSPZypzRyfPUh0PJtZX7wUBhBQf7p {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #Avshz52Fff7heF08o9WrLyuDVeBx2t4Q {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #TL8AmkPgEADawmSzyUQXpFi01QOrVbJ2 {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #TVeaTvsWJM3xwTzMsQXhqm5T6ZtdgdBC {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #qc24q6qGW1hTWdXS9cl7uyrliq0oacOV {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #BzhskUlOTNFhKUT6Uc4ZchUyUnnRETfA {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #CC7FJr0vTSIFpQPcatKi1TP7mQcOcTaQ {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #Jtv0DeHXyqluQzyGor5P8cForQQix6HJ {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #hgzhQBUNhmLOGxKDnbmhvKh8qm6BRg1f {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #pblR6N9RDTi9KzPNPIeR0uEAZ0VHNlzd { display:none; }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #IdQaHAre3HceBbt49DZK39GNCGs41AUR {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #WME4t1WZicwn9v7TFggsVUe9NyTtefCo {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #cR53hQeqSdOKL7Qmc5gy2BAKZJR9OZ49 { display:none; }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #RhUrXBdAuA6xsK8DxoBo2ObN2whlH1pp {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #Ah7xCqludeyqGnMI8NaDZcqy212QChIP {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #WV6LQaBUvtQ45VaDyJhGmqI73UBD0bur {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #WgXhoqvGr49acWt5WrprWoe3y8v1eSI4 {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #K4CNZEPSs7Px1TAS832hv4LwhzciaDc0 {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #UXJVVallmElRx8zsDVOXLWERcpPlmNp4 {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #kJ7rb87uuiUxsoNQZ4bKXEeI33nEMO0i {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #duwfAvPgU2rRovvXINZMZJCzpVMVnQd1 {  }
 }@media only screen and (max-width: 959px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #OPgQInudTw8RCTaLIAKkePb1zDmqzbt0 {  }
 }@media only screen and (max-width: 959px) { #TIENtP0iH0htUG0q6ooIXypEqWm4xUQT { top:49.796875px;left:474px;width:277px;height:16.8906px;font-size:13px;display:block; }
 }@media only screen and (max-width: 959px) { #AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi { display:block; }#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi > .row .container { width:764px;height:97px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SsF4Gk2zOuukxTKhFglCtFhPrUFss7xF { top:30.9375px;left:0px;width:764px;height:31.2px;font-size:24px;display:block; }
 }@media only screen and (max-width: 959px) { #tcaGLWLqe6qbT34ww5zocAXXnREFI87k { display:block; }#tcaGLWLqe6qbT34ww5zocAXXnREFI87k > .row .container { width:764px;height:229px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BLM70KAWrcRfaG2PbmtWVLaUVUBNiM8p { width:255px;height:41.6px;top:145px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #q4eWwOxnU2Fhuux2Qy3EPyVaL5BHqfTr { width:255px;height:41.6px;top:145px;left:255.00000858307px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #b8vMfM9NqZTifhzUyu00Jhvew9Q5qNsL { width:255px;height:41.6px;top:145px;left:509.99999332428px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #ASNmOKGTl5Ilrkdwba2aNAmQ6O574l3c { width:110px;height:110px;top:0px;left:74.324997901917px;display:block; }
 }@media only screen and (max-width: 959px) { #Q8n7Ghbf9vzFVBnF4fJLbdQwS1EkX0ke { width:110px;height:110px;top:0px;left:326.99999332428px;display:block; }
 }@media only screen and (max-width: 959px) { #uZD36F9VnSqfauOzrZUdDklnBs4BUVzr { width:110px;height:110px;top:0px;left:581.6624994278px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:#ffffff;background-image:none;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:320px;height:174px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:83px;height:23px;top:14px;left:118.50000858307px;display:block; }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:320px;height:59.7812px;top:63px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #hRTQInsXA3oPeFDoQFZGzZhxOfkdXS3F { width:320px;height:33.7812px;top:137px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/e0f9288b-0a1b-4d47-9b37-3d66ff4a95bd/kelistofondomovil4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ.adaptive-delivery-prevent-bg, #TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ.lazyload, #TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ.lazyloading { background-image: none; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container { background-color: transparent; background-image: none; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container > .video-iframe-container { display: none; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row > .video-iframe-container { display: none; }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .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); }#TEmkrHqiEp61HSrvuxmlfXmGg8qWSTeQ > .row .container { width:320px;height:651px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdD0IWFNWwFD9TaWrz0XLn50wIe1EX8l { width:314px;height:575px;top:10.09375px;left:3px;background-color:rgba(249,247,248,0.84);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) { #VDdiGkn4ZDlRw4T8HMiyVouMLM7NJQoO { width:291px;height:24.6875px;top:20.09375px;left:14.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-regular-label { width:271px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-text { width:271px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:13px;overflow:hidden;height:35px;display:block;vertical-align:top; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-textarea { width:271px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:13px;overflow:hidden;display:block;vertical-align:top; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-select { width:271px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-input-button { width:216px;margin-top:4px;margin-right:27px;margin-bottom:4px;margin-left:27px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 [class*="-text"]:-moz-placeholder { font-size:13px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 [class*="-text"]::-moz-placeholder { font-size:13px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 [class*="-text"]:-ms-input-placeholder { font-size:13px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 [class*="-text"]::-webkit-input-placeholder { font-size:13px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .widget-checkbox-label { width:251px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:14px;overflow:hidden;height:auto; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4  { width:271px;height:auto;top:54.78125px;left:0px; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 .radio-container { width:271px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 {display:block;}#T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 { width:271px;height:auto;top:54.78125px;left:0px; }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #b5ThcF6Jmeu161cvIIds01qDCpi4lRHP {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #JKSZIZ5ZWHHZTxpqLgKZeTG0kF2RZE5L {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #Vlh89QFIJ8mEJzKZ7K2KpduZZQPD3qCm {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #fw75oh3dEwPWO2Z7DHVJLVnFWxXOvaDl {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #RtcnOVre8nBtSMvpUHro27ANL50cIwTy {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #nKEJ42edwstP06F3403nLsdx1GydGLZd {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #hDnuTyTC1kEdgoBy8Ry4eB9E0FsqxVfe {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #f2VE22XgV7O9dS4pASZEuRvO5Xx1iutX {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #UelZ2UiOw7mq3ORPbSXFAKRQLzlure5B {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #crXAKPS8HSKZFEPZhPAwOw2NTq9fFMxS {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #eI2wRZt7okJFJQD2OJzxxTgMi9nqDov6 {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #bkKukTDWvOM3oFgwTROTFlnuTvUTThmA {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #GVXNTT7BqzE7MRtvRFzggctWRe12b08T {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #O1aeSPZypzRyfPUh0PJtZX7wUBhBQf7p {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #Avshz52Fff7heF08o9WrLyuDVeBx2t4Q {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #TL8AmkPgEADawmSzyUQXpFi01QOrVbJ2 {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #TVeaTvsWJM3xwTzMsQXhqm5T6ZtdgdBC {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #qc24q6qGW1hTWdXS9cl7uyrliq0oacOV {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #BzhskUlOTNFhKUT6Uc4ZchUyUnnRETfA {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #CC7FJr0vTSIFpQPcatKi1TP7mQcOcTaQ {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #Jtv0DeHXyqluQzyGor5P8cForQQix6HJ {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #hgzhQBUNhmLOGxKDnbmhvKh8qm6BRg1f {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #pblR6N9RDTi9KzPNPIeR0uEAZ0VHNlzd { display:none; }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #IdQaHAre3HceBbt49DZK39GNCGs41AUR {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #WME4t1WZicwn9v7TFggsVUe9NyTtefCo {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #cR53hQeqSdOKL7Qmc5gy2BAKZJR9OZ49 { display:none; }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #RhUrXBdAuA6xsK8DxoBo2ObN2whlH1pp {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #Ah7xCqludeyqGnMI8NaDZcqy212QChIP {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #WV6LQaBUvtQ45VaDyJhGmqI73UBD0bur { display:none; }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #WgXhoqvGr49acWt5WrprWoe3y8v1eSI4 {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #K4CNZEPSs7Px1TAS832hv4LwhzciaDc0 {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #UXJVVallmElRx8zsDVOXLWERcpPlmNp4 {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #kJ7rb87uuiUxsoNQZ4bKXEeI33nEMO0i {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #duwfAvPgU2rRovvXINZMZJCzpVMVnQd1 {  }
 }@media only screen and (max-width: 763px) { #T6qkBBhfaan1B3Jg6H98IhWg9BA8uwy4 #OPgQInudTw8RCTaLIAKkePb1zDmqzbt0 {  }
 }@media only screen and (max-width: 763px) { #TIENtP0iH0htUG0q6ooIXypEqWm4xUQT { width:291px;height:18.1875px;top:44.78125px;left:14.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi { display:block; }#AU1TTMQZW08uz6LPH1EDr0fq3l0QklFi > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsF4Gk2zOuukxTKhFglCtFhPrUFss7xF { width:320px;height:59.7812px;top:32.387512207031px;left:9.5367431640625E-7px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tcaGLWLqe6qbT34ww5zocAXXnREFI87k { display:block; }#tcaGLWLqe6qbT34ww5zocAXXnREFI87k > .row .container { width:320px;height:675px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLM70KAWrcRfaG2PbmtWVLaUVUBNiM8p { width:320px;height:46.7812px;top:128px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #q4eWwOxnU2Fhuux2Qy3EPyVaL5BHqfTr { width:320px;height:46.7812px;top:349.30004882812px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #b8vMfM9NqZTifhzUyu00Jhvew9Q5qNsL { width:320px;height:46.7812px;top:562.80004882812px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ASNmOKGTl5Ilrkdwba2aNAmQ6O574l3c { width:105px;height:105px;top:0px;left:109.50000095367px;display:block; }
 }@media only screen and (max-width: 763px) { #Q8n7Ghbf9vzFVBnF4fJLbdQwS1EkX0ke { width:105px;height:105px;top:221.80004882812px;left:107.50000095367px;display:block; }
 }@media only screen and (max-width: 763px) { #uZD36F9VnSqfauOzrZUdDklnBs4BUVzr { width:105px;height:105px;top:440.20007324219px;left:107.00000095367px;display:block; }
 }