.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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.2;
}
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%;
  }
}
#branding {
  background: #fff;
  color: #333;
  display: none;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 8px 0;
  z-index: 1000000;
  width: 100%;
  position: absolute;
  top: 0;
  min-height: 12px;
  opacity: .5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#branding:hover {
  opacity: 1;
}
#branding .container {
  margin: 0 auto;
  max-width: 960px;
}
#branding a,
#branding a:visited {
  color: #0088cc;
  text-decoration: none;
}
#branding a:hover,
#branding a:visited:hover {
  color: #005580;
}
#branding .span12 {
  margin-left: 0;
}
#branding .center-align {
  text-align: center;
}
@media (max-width: 767px) {
  #branding {
    min-height: 12px;
  }
  #branding .container {
    width: 90%;
  }
  #branding .span12 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #branding {
    min-height: 12px;
  }
  #branding .container {
    max-width: 764px;
    width: 90%;
  }
  #branding .span12 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 980px) {
  #branding .span12 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: static;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
.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);
}
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-znanylekarz iframe {
  width: inherit;
  height: inherit;
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .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 .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999999;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  opacity: 0.2;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.widget-icon::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-input-select option {
  color: #000;
}
@media only screen and (max-width: 979px) {
  .widget-section .container {
    width: 764px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-section .container {
    width: 320px;
  }
}
html {
  font-size: 12px;
}
@media (min-width: 764px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 959px) {
  html {
    font-size: 16px;
  }
}
.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);
}
img[data-gallery]:hover {
  cursor: pointer;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
body { background-color:#ebebeb;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of { position:relative;display:block; }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of { background-color: transparent; background-image: none; }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of { border-width: 0; border-radius: 0; }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;font-size:14px;font-family:arial;height:82px;width:960px;position:relative;display:block; }#vKULcTmic0zJVLJe4ZDI2hZwxC0WaR2m { height:82px;display:block; }
#cVwAyhfw1XddDEmDrT2swXTVBSsh7Uyl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23px;width:22px;position:absolute;display:block;z-index:100002;top:20px;left:620px;overflow:hidden;display:block; }
#z7WuWOiaL9o31I2pwuen05xrS3OntKdM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23px;width:22px;position:absolute;display:block;z-index:100003;top:20px;left:740px;overflow:hidden;display:block; }
#TDOtelcDRKcf4G8ThfD32tvM33PsVxW6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23px;width:22px;position:absolute;display:block;z-index:100004;top:20px;left:860px;overflow:hidden;display:block; }
#GldI9eAUXWi5hqL1PrXXsbH93Mkphg99 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3px;width:353px;position:absolute;display:block;z-index:100005;top:77px;left:607px;overflow:hidden;display:block; }
#TiQaIxPhGqpBbCDKt7ytRNmbLARW4xtm { display:block;width:82px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:24px;left:649.5px;height:15px;color:#252525;display:block; }
#drO60zSFg4KlGrcUt1lGJTLeZJoOuTvm { display:block;width:82px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:24px;left:769.5px;height:15px;color:#252525;display:block; }
#f9dDTACcDxdoakzFrPbFwua2liXLWwsx { display:block;width:71px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:24px;left:889.5px;height:15px;color:#252525;display:block; }
#lzODu5Vz0Hn6zHIocNWXMlX2uytUzhNK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:73px;width:280px;position:absolute;display:block;z-index:100009;top:4px;left:10.5px;overflow:hidden;display:block; }
#ZESQ47pWObUCRdwBlZxSE7PGSvctMMFg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:58px;width:170px;position:absolute;display:block;z-index:100010;top:10px;left:361.5px;overflow:hidden;display:block; }
#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox { position:relative;display:block; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox { background-color: transparent; background-image: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox { border-width: 0; border-radius: 0; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#424242;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:289px;width:960px;position:relative;display:block; }#rpNSdxzT37UACM6TCW4XPDs48HIdlT06 { height:289px;display:block; }
#TLE4QypnOroSJUGJcNVcna7TbO04h6vC { display:block;width:919px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:15px;left:20.5px;height:32px;text-align:center;display:block; }
#BBBSfZ5EVPGZJh5HwtMQ6DTKmBOyd90u { display:block;width:935px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:52px;left:12px;height:48px;text-align:center;display:block; }
#MQrkh9c4cttxQREbrR9BJlT3EADGvdOt { display:block;width:920px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:109px;left:19.5px;height:23px;text-align:left;display:block; }
#iwmkg6g09MlxkRSCNTVeVmtqpQuJtxKJ { display:block;width:920px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:253px;left:20.5px;height:23px;text-align:center;display:block; }
#KvIbP9ku3PH1E6vc33JpqTnTnhSRVRvx { display:block;width:920px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:198px;left:20px;height:46px;text-align:left;display:block; }
#JetDQ6Dw44xhZW4baKUcDhhpS8GrV3i4 { display:block;width:920px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:157px;left:19.5px;height:23px;text-align:center;font-style:normal;display:block; }
#Jwy0qqiautFvlJPU6iPW12dguo2SknhI { position:relative;display:block; }#Jwy0qqiautFvlJPU6iPW12dguo2SknhI { background-color: transparent; background-image: none; }#Jwy0qqiautFvlJPU6iPW12dguo2SknhI { border-width: 0; border-radius: 0; }#Jwy0qqiautFvlJPU6iPW12dguo2SknhI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:617px;width:960px;position:relative;display:block; }#nciZ6d1SfR7c90pLQ4PiDwsvsR5cyzUb { height:617px;display:block; }
#d4AZibHEDHFXg8pAwKWuHeH2TRhoxIQO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:579px;width:606px;position:absolute;display:block;z-index:100000;top:22px;left:180px;overflow:hidden;display:block; }
#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { position:relative;display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { background-color: transparent; background-image: none; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { border-width: 0; border-radius: 0; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;font-size:14px;font-family:arial;height:113px;width:960px;position:relative;display:block; }#EJfmhSTnwTv3f660uUPRfayhctnUiHBs { height:;display:block; }
#WsIHRaTMhvP8bbabvuPBoBgGUW3RcHCc { display:block;width:557px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:100000;line-height:1.6;letter-spacing:0;top:13px;left:228.5px;height:85px;text-align:center;display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of { display:block; }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of > .row .container { width:764px;height:81px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vKULcTmic0zJVLJe4ZDI2hZwxC0WaR2m { height:81px;display:block; }
 }@media only screen and (max-width: 959px) { #cVwAyhfw1XddDEmDrT2swXTVBSsh7Uyl { width:22px;height:23px;top:20px;left:416px;display:block; }
 }@media only screen and (max-width: 959px) { #z7WuWOiaL9o31I2pwuen05xrS3OntKdM { width:22px;height:23px;top:20px;left:538px;display:block; }
 }@media only screen and (max-width: 959px) { #TDOtelcDRKcf4G8ThfD32tvM33PsVxW6 { width:22px;height:23px;top:20px;left:658px;display:block; }
 }@media only screen and (max-width: 959px) { #GldI9eAUXWi5hqL1PrXXsbH93Mkphg99 { width:353px;height:3px;top:77px;left:411px;display:block; }
 }@media only screen and (max-width: 959px) { #TiQaIxPhGqpBbCDKt7ytRNmbLARW4xtm { width:82px;height:15px;top:25px;left:447px;display:block; }
 }@media only screen and (max-width: 959px) { #drO60zSFg4KlGrcUt1lGJTLeZJoOuTvm { width:82px;height:15px;top:25px;left:576px;display:block; }
 }@media only screen and (max-width: 959px) { #f9dDTACcDxdoakzFrPbFwua2liXLWwsx { width:71px;height:15px;top:25px;left:687px;display:block; }
 }@media only screen and (max-width: 959px) { #lzODu5Vz0Hn6zHIocNWXMlX2uytUzhNK { width:211px;height:54px;top:4px;left:10px;display:block; }
 }@media only screen and (max-width: 959px) { #ZESQ47pWObUCRdwBlZxSE7PGSvctMMFg { width:141px;height:47px;top:7px;left:246px;display:block; }
 }@media only screen and (max-width: 959px) { #o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox { display:block; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { width:764px;height:284px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rpNSdxzT37UACM6TCW4XPDs48HIdlT06 { height:284px;display:block; }
 }@media only screen and (max-width: 959px) { #TLE4QypnOroSJUGJcNVcna7TbO04h6vC { width:764px;height:28px;top:19px;left:2px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #BBBSfZ5EVPGZJh5HwtMQ6DTKmBOyd90u { width:734px;height:38px;top:56px;left:13px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #MQrkh9c4cttxQREbrR9BJlT3EADGvdOt { width:719px;height:23px;top:107px;left:18.5px;display:block; }
 }@media only screen and (max-width: 959px) { #iwmkg6g09MlxkRSCNTVeVmtqpQuJtxKJ { width:724px;height:23px;top:251px;left:23.5px;display:block; }
 }@media only screen and (max-width: 959px) { #KvIbP9ku3PH1E6vc33JpqTnTnhSRVRvx { width:719px;height:46px;top:179px;left:18px;display:block; }
 }@media only screen and (max-width: 959px) { #JetDQ6Dw44xhZW4baKUcDhhpS8GrV3i4 { width:719px;height:23px;top:136px;left:13px;display:block; }
 }@media only screen and (max-width: 959px) { #Jwy0qqiautFvlJPU6iPW12dguo2SknhI { display:block; }#Jwy0qqiautFvlJPU6iPW12dguo2SknhI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nciZ6d1SfR7c90pLQ4PiDwsvsR5cyzUb { display:block; }
 }@media only screen and (max-width: 959px) { #d4AZibHEDHFXg8pAwKWuHeH2TRhoxIQO { width:606px;height:579px;top:22px;left:78px;display:block; }
 }@media only screen and (max-width: 959px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EJfmhSTnwTv3f660uUPRfayhctnUiHBs { display:block; }
 }@media only screen and (max-width: 959px) { #WsIHRaTMhvP8bbabvuPBoBgGUW3RcHCc { width:557px;height:85px;top:22px;left:118px;display:block; }
 }@media only screen and (max-width: 767px) { body { display:block; }
 }@media only screen and (max-width: 767px) { #gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of { display:block; }#gqni6zmCJThpq3AkCfVXBH5JJ4tKu6of > .row .container { width:320px;height:203px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #vKULcTmic0zJVLJe4ZDI2hZwxC0WaR2m { height:193px;display:block; }
 }@media only screen and (max-width: 767px) { #cVwAyhfw1XddDEmDrT2swXTVBSsh7Uyl { width:22px;height:23px;top:10px;left:3px;display:block; }
 }@media only screen and (max-width: 767px) { #z7WuWOiaL9o31I2pwuen05xrS3OntKdM { width:22px;height:23px;top:9px;left:120px;display:block; }
 }@media only screen and (max-width: 767px) { #TDOtelcDRKcf4G8ThfD32tvM33PsVxW6 { width:22px;height:23px;top:9px;left:220px;display:block; }
 }@media only screen and (max-width: 767px) { #GldI9eAUXWi5hqL1PrXXsbH93Mkphg99 { width:320px;height:2px;top:34px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #TiQaIxPhGqpBbCDKt7ytRNmbLARW4xtm { width:82px;height:15px;top:17px;left:29px;display:block; }
 }@media only screen and (max-width: 767px) { #drO60zSFg4KlGrcUt1lGJTLeZJoOuTvm { width:82px;height:15px;top:16px;left:146px;display:block; }
 }@media only screen and (max-width: 767px) { #f9dDTACcDxdoakzFrPbFwua2liXLWwsx { width:71px;height:15px;top:16px;left:247px;display:block; }
 }@media only screen and (max-width: 767px) { #lzODu5Vz0Hn6zHIocNWXMlX2uytUzhNK { width:280px;height:73px;top:48px;left:13px;display:block; }
 }@media only screen and (max-width: 767px) { #ZESQ47pWObUCRdwBlZxSE7PGSvctMMFg { width:170px;height:58px;top:131px;left:72px;display:block; }
 }@media only screen and (max-width: 767px) { #o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox { display:block; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { width:320px;height:472px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #rpNSdxzT37UACM6TCW4XPDs48HIdlT06 { height:472px;display:block; }
 }@media only screen and (max-width: 767px) { #TLE4QypnOroSJUGJcNVcna7TbO04h6vC { width:320px;height:69px;top:15px;left:0;font-size:18px;display:block; }
 }@media only screen and (max-width: 767px) { #BBBSfZ5EVPGZJh5HwtMQ6DTKmBOyd90u { width:320px;height:54px;top:98px;left:0;font-size:14px;display:block; }
 }@media only screen and (max-width: 767px) { #MQrkh9c4cttxQREbrR9BJlT3EADGvdOt { width:307px;height:69px;top:190px;left:13px;font-size:18px;display:block; }
 }@media only screen and (max-width: 767px) { #iwmkg6g09MlxkRSCNTVeVmtqpQuJtxKJ { width:320px;height:66px;top:392px;left:0;font-size:17px;display:block; }
 }@media only screen and (max-width: 767px) { #KvIbP9ku3PH1E6vc33JpqTnTnhSRVRvx { width:308px;height:46px;top:338px;left:12px;font-size:18px;display:block; }
 }@media only screen and (max-width: 767px) { #JetDQ6Dw44xhZW4baKUcDhhpS8GrV3i4 { width:307px;height:46px;top:280px;left:8px;font-size:18px;display:block; }
 }@media only screen and (max-width: 767px) { #Jwy0qqiautFvlJPU6iPW12dguo2SknhI { display:block; }#Jwy0qqiautFvlJPU6iPW12dguo2SknhI > .row .container { width:320px;height:328px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #nciZ6d1SfR7c90pLQ4PiDwsvsR5cyzUb { height:328px;display:block; }
 }@media only screen and (max-width: 767px) { #d4AZibHEDHFXg8pAwKWuHeH2TRhoxIQO { width:320px;height:305.74257425743px;top:22px;left:0;display:block; }
 }@media only screen and (max-width: 767px) { #gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi { display:block; }#gzCwti2eQ4F6GCw6G5qnBzSWuHJiqBCi > .row .container { width:320px;height:154px;position:relative;display:block; } }@media only screen and (max-width: 767px) { #EJfmhSTnwTv3f660uUPRfayhctnUiHBs { height:154px;display:block; }
 }@media only screen and (max-width: 767px) { #WsIHRaTMhvP8bbabvuPBoBgGUW3RcHCc { width:320px;height:136px;top:13px;left:0;display:block; }
 }