/* Comparative Responsive Pricing Tables v3.0 */
@font-face {
  font-family: 'Montserrat-light';
  src: url("../fonts/Montserrat/montserrat-light-webfont.eot");
  src: url("../fonts/Montserrat/montserrat-light-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/Montserrat/montserrat-light-webfont.woff2") format('woff2'), url("../fonts/Montserrat/montserrat-light-webfont.woff") format('woff'), url("../fonts/Montserrat/montserrat-light-webfont.ttf") format('truetype'), url("../fonts/Montserrat/montserrat-light-webfont.svg#Montserrat-light") format('svg');
  font-weight: normal;
  font-style: normal;
}
.crpt-hipo button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
.crpt-hipo {
  cursor: default;
  margin-top: 30px;
}
.crpt-hipo,
.crpt-hipo .pt-block {
  font-family: 'Montserrat-light';
  font-size: 15px;
  line-height: 1.2;
  color: #666;
  text-align: center;
}
.crpt-hipo *,
.crpt-hipo *:before,
.crpt-hipo *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.crpt-hipo .pt-cols {
  position: relative;
}
.crpt-hipo .pt-cols-1 {
  max-width: 330px;
}
.crpt-hipo .pt-cols-2 {
  max-width: 660px;
}
.crpt-hipo .pt-cols-3 {
  max-width: 990px;
}
.crpt-hipo .pt-cols-4 {
  max-width: 1320px;
}
.crpt-hipo .pt-cols-5 {
  max-width: 1650px;
}
.crpt-hipo .pt-cols-main {
  text-align: center;
  font-size: 0;
}
.crpt-hipo .pt-cols {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.crpt-hipo .pt-cols .pt-col {
  display: inline-block;
  max-width: 330px;
  width: 100%;
  vertical-align: bottom;
}
.crpt-hipo .pt-line-middle {
  display: table-cell;
  vertical-align: middle;
}
.crpt-hipo [class*='pt-lines-'] {
  display: table;
  width: 100%;
}
.crpt-hipo .pt-lines-2 {
  height: 48px;
}
.crpt-hipo .pt-lines-3 {
  height: 72px;
}
@media (max-width: 767px) {
  .crpt-hipo .pt-cols .pt-cols-side {
    max-width: 330px;
  }
}
@media (min-width: 480px) {
  .crpt-hipo .pt-cols-2 .pt-col,
  .crpt-hipo .pt-cols-3 .pt-col,
  .crpt-hipo .pt-cols-4 .pt-col,
  .crpt-hipo .pt-cols-5 .pt-col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .crpt-hipo .pt-cols-3 .pt-col,
  .crpt-hipo .pt-cols-5 .pt-col {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .crpt-hipo .pt-cols-4 .pt-col {
    width: 25%;
  }
  .crpt-hipo .pt-cols-5 .pt-col {
    width: 20%;
  }
}
.crpt-hipo .pt-tooltip {
  display: none;
  position: absolute;
  right: 50%;
  bottom: 100%;
  min-width: 200px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-style: normal;
  z-index: 100;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
  line-height: 1;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content {
  position: relative;
  background-color: #1a1a1a;
  padding: 3px;
  display: block;
  text-align: left;
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 2px;
  border-color: #1a1a1a;
  border-width: 2px;
  border-style: solid;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line {
  display: block;
  text-align: center;
  font-size: 14px;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span {
  position: relative;
  display: inline-block;
  padding: 8px;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 20px;
  background-color: #404040;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before {
  right: 100%;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
  left: 100%;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content .fa {
  margin: 0;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content img {
  max-width: 100%;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-top-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-right: -8px;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
  display: block;
  border-bottom: 1px solid #404040;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 0 5px 2px 5px;
  margin-bottom: 5px;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-list {
  display: block;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-list > span {
  display: block;
  line-height: 1.4;
}
.crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-list .fa {
  font-size: 13px;
  width: 24px;
  text-align: center;
  padding-right: 4px;
}
.crpt-hipo .pt-tooltip-bottom,
.crpt-hipo .pt-tooltip-bottom-left,
.crpt-hipo .pt-tooltip-bottom-right {
  bottom: auto;
  top: 100%;
}
.crpt-hipo .pt-tooltip-bottom .pt-tooltip-content,
.crpt-hipo .pt-tooltip-bottom-left .pt-tooltip-content,
.crpt-hipo .pt-tooltip-bottom-right .pt-tooltip-content {
  margin: 8px 0 0 0;
}
.crpt-hipo .pt-tooltip-bottom .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-bottom-left .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-bottom-right .pt-tooltip-content:after {
  top: auto;
  bottom: 100%;
  border-width: 0 8px 8px 8px;
  border-bottom-color: inherit;
}
.crpt-hipo .pt-tooltip-left-top,
.crpt-hipo .pt-tooltip-left-bottom,
.crpt-hipo .pt-tooltip-right-top,
.crpt-hipo .pt-tooltip-right-bottom,
.crpt-hipo .pt-tooltip-top-left,
.crpt-hipo .pt-tooltip-bottom-left,
.crpt-hipo .pt-tooltip-top-right,
.crpt-hipo .pt-tooltip-bottom-right {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.crpt-hipo .pt-tooltip-left .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-left-top .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-left-bottom .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-right .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-right-top .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-right-bottom .pt-tooltip-content:after {
  border-width: 8px 8px;
}
.crpt-hipo .pt-tooltip-right,
.crpt-hipo .pt-tooltip-right-top,
.crpt-hipo .pt-tooltip-right-bottom {
  left: 100%;
  right: auto;
  text-align: left;
}
.crpt-hipo .pt-tooltip-right .pt-tooltip-content,
.crpt-hipo .pt-tooltip-right-top .pt-tooltip-content,
.crpt-hipo .pt-tooltip-right-bottom .pt-tooltip-content {
  margin: 0 0 0 11px;
}
.crpt-hipo .pt-tooltip-right .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-right-top .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-right-bottom .pt-tooltip-content:after {
  right: 100%;
  border-width: 8px 8px 8px 0;
  border-top-color: transparent;
  border-right-color: inherit;
  margin-right: 0;
}
.crpt-hipo .pt-tooltip-left,
.crpt-hipo .pt-tooltip-left-top,
.crpt-hipo .pt-tooltip-left-bottom {
  right: 100%;
  text-align: right;
}
.crpt-hipo .pt-tooltip-left .pt-tooltip-content,
.crpt-hipo .pt-tooltip-left-top .pt-tooltip-content,
.crpt-hipo .pt-tooltip-left-bottom .pt-tooltip-content {
  margin: 0 11px 0 0;
}
.crpt-hipo .pt-tooltip-left .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-left-top .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-left-bottom .pt-tooltip-content:after {
  left: 100%;
  right: auto;
  border-width: 8px 0 8px 8px;
  border-top-color: transparent;
  border-left-color: inherit;
  margin-right: 0;
}
.crpt-hipo .pt-tooltip-top,
.crpt-hipo .pt-tooltip-bottom {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
}
.crpt-hipo .pt-tooltip-right,
.crpt-hipo .pt-tooltip-left {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}
.crpt-hipo .pt-tooltip-right .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-left .pt-tooltip-content:after {
  top: 50%;
  margin-top: -8px;
}
.crpt-hipo .pt-tooltip-right-top,
.crpt-hipo .pt-tooltip-left-top {
  bottom: auto;
  top: 50%;
  margin-top: -16px;
}
.crpt-hipo .pt-tooltip-right-top .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-left-top .pt-tooltip-content:after {
  top: 6px;
}
.crpt-hipo .pt-tooltip-right-bottom,
.crpt-hipo .pt-tooltip-left-bottom {
  bottom: 50%;
  margin-bottom: -18px;
}
.crpt-hipo .pt-tooltip-right-bottom .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-left-bottom .pt-tooltip-content:after {
  top: auto;
  bottom: 8px;
}
.crpt-hipo .pt-tooltip-show-icon,
.crpt-hipo .pt-tooltip-show-text {
  display: inline-block;
  position: relative;
}
.crpt-hipo .pt-tooltip-show-icon:hover,
.crpt-hipo .pt-tooltip-show-text:hover {
  cursor: help;
}
.crpt-hipo .pt-tooltip-show-icon:hover .pt-tooltip,
.crpt-hipo .pt-tooltip-show-text:hover .pt-tooltip {
  display: block;
}
.crpt-hipo .pt-tooltip-show-icon {
  vertical-align: top;
  position: relative;
  left: 5px;
  top: -5px;
  line-height: 1;
}
.crpt-hipo .pt-tooltip-show-icon .pt-tooltip-show i.fa {
  width: auto;
  font-size: 14px;
  margin: 0;
}
.crpt-hipo .pt-tooltip-top-left,
.crpt-hipo .pt-tooltip-bottom-left {
  margin-left: -50px;
  left: 50%;
  right: auto;
  text-align: left;
}
.crpt-hipo .pt-tooltip-top-left .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-bottom-left .pt-tooltip-content:after {
  right: auto;
  left: 40px;
  margin-right: 0;
}
.crpt-hipo .pt-tooltip-top-right,
.crpt-hipo .pt-tooltip-bottom-right {
  margin-right: -50px;
  right: 50%;
  text-align: right;
}
.crpt-hipo .pt-tooltip-top-right .pt-tooltip-content:after,
.crpt-hipo .pt-tooltip-bottom-right .pt-tooltip-content:after {
  right: 40px;
  margin-right: 0;
}
@media (min-width: 992px) {
  .crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-2col {
    width: 275px;
  }
  .crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:before,
  .crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    content: "";
    display: table;
  }
  .crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    clear: both;
  }
  .crpt-hipo .pt-tooltip .pt-tooltip-content .pt-tooltip-2col > span {
    float: left;
    width: 50%;
  }
}
.crpt-hipo .pt-tabs {
  z-index: 1;
}
.crpt-hipo .pt-tabs:before,
.crpt-hipo .pt-tabs:after {
  content: "";
  display: table;
}
.crpt-hipo .pt-tabs:after {
  clear: both;
}
.crpt-hipo .pt-tabs .pt-tab {
  cursor: pointer;
  color: inherit;
  display: block;
  text-decoration: none;
  position: relative;
  background: #fff;
  margin: 0;
  font-weight: normal;
}
.crpt-hipo .pt-tabs .pt-tab:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #333;
  width: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.crpt-hipo .pt-tabs .pt-tab > * {
  position: relative;
}
.crpt-hipo .pt-cols-side .pt-tabs:hover .pt-tab {
  color: inherit;
}
.crpt-hipo .pt-cols-side .pt-tabs:hover .pt-tab:before {
  width: 6px;
}
.crpt-hipo .pt-cols-side .pt-tabs .pt-tab:hover,
.crpt-hipo .pt-cols-side .pt-tabs .pt-tab-active {
  color: #fff;
}
.crpt-hipo .pt-cols-side .pt-tabs .pt-tab:hover:before,
.crpt-hipo .pt-cols-side .pt-tabs .pt-tab-active:before {
  width: 100%;
}
.crpt-hipo .pt-tab-content-1,
.crpt-hipo .pt-tab-content-2,
.crpt-hipo .pt-tab-content-3,
.crpt-hipo .pt-tab-content-4 {
  display: none;
}
.crpt-hipo .pt-tabs {
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.crpt-hipo .pt-tabs .pt-tab {
  font-size: 18px;
  line-height: 46px;
  height: 46px;
}
.crpt-hipo .pt-block,
.crpt-hipo .pt-title,
.crpt-hipo .pt-price,
.crpt-hipo .pt-top,
.crpt-hipo .pt-footer,
.crpt-hipo .pt-btn {
  position: relative;
}
.crpt-hipo .pt-title,
.crpt-hipo .pt-btn,
.crpt-hipo .pt-btn:before,
.crpt-hipo .pt-top,
.crpt-hipo .pt-footer {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.crpt-hipo .pt-block {
  margin: 10px 0 30px 0;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.crpt-hipo .pt-top {
  color: #fff;
  padding: 5px 0 10px 0;
}
.crpt-hipo .pt-title {
  font-size: 32px;
  min-height: 39px;
}
.crpt-hipo .pt-price {
  font-size: 0;
  min-height: 49px;
}
.crpt-hipo .pt-price span {
  display: inline-block;
  vertical-align: middle;
}
.crpt-hipo .pt-price .pt-currency {
  font-size: 20px;
}
.crpt-hipo .pt-price .pt-value {
  font-size: 44px;
  line-height: 1.1;
}
.crpt-hipo .pt-btn {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 22px;
  padding: 0 10px;
  min-height: 44px;
  line-height: 42px;
  margin: 7px 15px;
}
.crpt-hipo .pt-btn:before {
  border: 1px solid transparent;
  margin: -7px -15px;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.crpt-hipo .pt-tooltip-show-text .pt-tooltip-show {
  border-bottom: 1px dashed;
}
.crpt-hipo .pt-footer:before,
.crpt-hipo .pt-footer:after {
  content: "";
  display: table;
  clear: both;
}
.crpt-hipo .pt-list {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  padding-bottom: 2px;
}
.crpt-hipo .pt-list .pt-list-item .pt-value {
  font-weight: bold;
}
.crpt-hipo .pt-list .fa {
  font-size: 17px;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.crpt-hipo .pt-list .fa-check {
  color: #009245;
}
.crpt-hipo .pt-list .fa-times {
  color: #ff1d25;
}
.crpt-hipo .pt-list .pt-list-item {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.crpt-hipo .pt-list .pt-list-item + .pt-list-item {
  border-top: 1px dashed #e9e9e9;
}
.crpt-hipo .pt-list-item {
  padding: 10px 0 8px;
  line-height: 24px;
}
.crpt-hipo .pt-list-item + .pt-list-item {
  border-top: 1px dashed transparent;
}
@media (max-width: 1199px) {
  .crpt-hipo .pt-cols-4,
  .crpt-hipo .pt-cols-5 {
    max-width: none;
    padding: 0 !important;
  }
  .crpt-hipo .pt-cols-4 .pt-cols-side,
  .crpt-hipo .pt-cols-5 .pt-cols-side {
    position: static;
    margin: 0 auto 30px auto;
    width: auto !important;
  }
  .crpt-hipo .pt-cols-4 .pt-cols-side .pt-side-text,
  .crpt-hipo .pt-cols-5 .pt-cols-side .pt-side-text,
  .crpt-hipo .pt-cols-4 .pt-cols-side .pt-list-block,
  .crpt-hipo .pt-cols-5 .pt-cols-side .pt-list-block {
    display: none;
  }
  .crpt-hipo .pt-cols-4 .pt-cols-side .pt-tabs,
  .crpt-hipo .pt-cols-5 .pt-cols-side .pt-tabs {
    width: auto !important;
  }
  .crpt-hipo .pt-cols-4 .pt-cols-side .pt-tabs .pt-tab,
  .crpt-hipo .pt-cols-5 .pt-cols-side .pt-tabs .pt-tab {
    width: auto;
    float: none;
  }
  .crpt-hipo .pt-cols-4 .pt-col,
  .crpt-hipo .pt-cols-5 .pt-col {
    min-width: 180px;
  }
  .crpt-hipo .pt-cols-4 .pt-line-middle,
  .crpt-hipo .pt-cols-5 .pt-line-middle,
  .crpt-hipo .pt-cols-4 [class*='pt-lines-'],
  .crpt-hipo .pt-cols-5 [class*='pt-lines-'] {
    display: inline-block;
    height: auto;
  }
  .crpt-hipo .pt-cols-4 .pt-list .pt-list-item .pt-text,
  .crpt-hipo .pt-cols-5 .pt-list .pt-list-item .pt-text {
    display: block;
  }
  .crpt-hipo .pt-cols-4 .pt-list .pt-list-item .pt-value,
  .crpt-hipo .pt-cols-5 .pt-list .pt-list-item .pt-value {
    font-weight: bold;
  }
  .crpt-hipo .pt-cols-4 .pt-tabs .pt-tab,
  .crpt-hipo .pt-cols-5 .pt-tabs .pt-tab {
    border-bottom: 1px solid #e9e9e9;
  }
  .crpt-hipo .pt-cols-4 .pt-cols-side {
    max-width: 1320px;
  }
  .crpt-hipo .pt-cols-5 .pt-cols-side {
    max-width: 1650px;
  }
}
@media (max-width: 991px) {
  .crpt-hipo .pt-cols-3 {
    max-width: none;
    padding: 0 !important;
  }
  .crpt-hipo .pt-cols-3 .pt-cols-side {
    position: static;
    margin: 0 auto 30px auto;
    width: auto !important;
  }
  .crpt-hipo .pt-cols-3 .pt-cols-side .pt-side-text,
  .crpt-hipo .pt-cols-3 .pt-cols-side .pt-list-block {
    display: none;
  }
  .crpt-hipo .pt-cols-3 .pt-cols-side .pt-tabs {
    width: auto !important;
  }
  .crpt-hipo .pt-cols-3 .pt-cols-side .pt-tabs .pt-tab {
    width: auto;
    float: none;
  }
  .crpt-hipo .pt-cols-3 .pt-col {
    min-width: 180px;
  }
  .crpt-hipo .pt-cols-3 .pt-line-middle,
  .crpt-hipo .pt-cols-3 [class*='pt-lines-'] {
    display: inline-block;
    height: auto;
  }
  .crpt-hipo .pt-cols-3 .pt-list .pt-list-item .pt-text {
    display: block;
  }
  .crpt-hipo .pt-cols-3 .pt-list .pt-list-item .pt-value {
    font-weight: bold;
  }
  .crpt-hipo .pt-cols-3 .pt-tabs .pt-tab {
    border-bottom: 1px solid #e9e9e9;
  }
  .crpt-hipo .pt-cols-3 .pt-cols-side,
  .crpt-hipo .pt-cols-5 .pt-cols-side {
    max-width: 990px;
  }
  .crpt-hipo .pt-cols-4 .pt-cols-side {
    max-width: 660px;
  }
}
@media (max-width: 767px) {
  .crpt-hipo .pt-cols-1,
  .crpt-hipo .pt-cols-2 {
    max-width: none;
    padding: 0 !important;
  }
  .crpt-hipo .pt-cols-1 .pt-cols-side,
  .crpt-hipo .pt-cols-2 .pt-cols-side {
    position: static;
    margin: 0 auto 30px auto;
    width: auto !important;
  }
  .crpt-hipo .pt-cols-1 .pt-cols-side .pt-side-text,
  .crpt-hipo .pt-cols-2 .pt-cols-side .pt-side-text,
  .crpt-hipo .pt-cols-1 .pt-cols-side .pt-list-block,
  .crpt-hipo .pt-cols-2 .pt-cols-side .pt-list-block {
    display: none;
  }
  .crpt-hipo .pt-cols-1 .pt-cols-side .pt-tabs,
  .crpt-hipo .pt-cols-2 .pt-cols-side .pt-tabs {
    width: auto !important;
  }
  .crpt-hipo .pt-cols-1 .pt-cols-side .pt-tabs .pt-tab,
  .crpt-hipo .pt-cols-2 .pt-cols-side .pt-tabs .pt-tab {
    width: auto;
    float: none;
  }
  .crpt-hipo .pt-cols-1 .pt-col,
  .crpt-hipo .pt-cols-2 .pt-col {
    min-width: 180px;
  }
  .crpt-hipo .pt-cols-1 .pt-line-middle,
  .crpt-hipo .pt-cols-2 .pt-line-middle,
  .crpt-hipo .pt-cols-1 [class*='pt-lines-'],
  .crpt-hipo .pt-cols-2 [class*='pt-lines-'] {
    display: inline-block;
    height: auto;
  }
  .crpt-hipo .pt-cols-1 .pt-list .pt-list-item .pt-text,
  .crpt-hipo .pt-cols-2 .pt-list .pt-list-item .pt-text {
    display: block;
  }
  .crpt-hipo .pt-cols-1 .pt-list .pt-list-item .pt-value,
  .crpt-hipo .pt-cols-2 .pt-list .pt-list-item .pt-value {
    font-weight: bold;
  }
  .crpt-hipo .pt-cols-1 .pt-tabs .pt-tab,
  .crpt-hipo .pt-cols-2 .pt-tabs .pt-tab {
    border-bottom: 1px solid #e9e9e9;
  }
  .crpt-hipo .pt-cols-1 .pt-cols-side {
    max-width: 330px;
  }
  .crpt-hipo .pt-cols-2 .pt-cols-side {
    max-width: 660px;
  }
}
@media (max-width: 479px) {
  .crpt-hipo .pt-cols .pt-cols-side {
    max-width: 330px;
  }
}
.crpt-hipo .pt-tabs + .pt-side-text {
  line-height: 26px;
}
.crpt-hipo .pt-cols {
  padding-left: 220px;
  margin: 0 auto;
}
.crpt-hipo .pt-cols-side {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
.crpt-hipo .pt-cols-side .pt-tabs,
.crpt-hipo .pt-cols-side .pt-side-text,
.crpt-hipo .pt-cols-side .pt-list-item {
  width: 220px;
}
.crpt-hipo .pt-side-text,
.crpt-hipo .pt-list-block {
  display: block;
  color: #666;
  background: #f6f6f6;
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.crpt-hipo .pt-side-text {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 26px;
  line-height: 70px;
  height: 103px;
  padding-top: 16px;
}
.crpt-hipo .pt-list-block {
  margin-top: -1px;
  padding-bottom: 59px;
  text-align: right;
}
.crpt-hipo .pt-list-block .pt-list-item {
  padding-right: 20px;
}
.crpt-hipo .pt-list .pt-list-item .pt-text {
  display: none;
}
.crpt-hipo .pt-list .pt-list-item .pt-value {
  font-weight: normal;
}
.crpt-hipo.pt-no-footer .pt-list-block {
  padding-bottom: 1px;
}
.crpt-hipo.pt-no-footer .pt-block {
  padding-bottom: 1px;
}
.crpt-hipo.pt-no-footer .pt-block .pt-footer {
  display: none;
}
.crpt-hipo.pt-no-footer .pt-block .pt-list {
  padding-bottom: 1px;
}
@media (min-width: 480px) {
  .crpt-hipo .pt-cols .pt-cols-side .pt-tabs {
    position: inherit;
    left: 0;
  }
  .crpt-hipo .pt-cols .pt-cols-side .pt-tabs .pt-tab {
    width: 50%;
    float: left;
  }
  .crpt-hipo .pt-cols .pt-cols-side .pt-tabs .pt-tab:before {
    height: 6px;
    width: 100%;
  }
  .crpt-hipo .pt-cols .pt-cols-side .pt-tabs .pt-tab + .pt-tab {
    border-left: 1px solid #e9e9e9;
  }
  .crpt-hipo .pt-cols .pt-cols-side .pt-tabs .pt-tab-full {
    width: 100%;
  }
  .crpt-hipo .pt-cols .pt-cols-side .pt-tabs .pt-tab-full + .pt-tab {
    border-left-width: 0;
  }
  .crpt-hipo .pt-cols .pt-cols-side .pt-tabs:hover .pt-tab:before {
    height: 6px;
    width: 100%;
  }
  .crpt-hipo .pt-cols .pt-cols-side .pt-tabs .pt-tab:hover:before,
  .crpt-hipo .pt-cols .pt-cols-side .pt-tabs .pt-tab-active:before {
    height: 100%;
  }
  .crpt-hipo .pt-cols .pt-tabs {
    bottom: 100%;
  }
}
.crpt-hipo.pt-side-xs .pt-cols {
  padding-left: 180px;
}
.crpt-hipo.pt-side-xs .pt-cols-side .pt-tabs,
.crpt-hipo.pt-side-xs .pt-cols-side .pt-side-text,
.crpt-hipo.pt-side-xs .pt-cols-side .pt-list-item {
  width: 180px;
}
.crpt-hipo.pt-side-sm .pt-cols {
  padding-left: 220px;
}
.crpt-hipo.pt-side-sm .pt-cols-side .pt-tabs,
.crpt-hipo.pt-side-sm .pt-cols-side .pt-side-text,
.crpt-hipo.pt-side-sm .pt-cols-side .pt-list-item {
  width: 220px;
}
.crpt-hipo.pt-side-md .pt-cols {
  padding-left: 240px;
}
.crpt-hipo.pt-side-md .pt-cols-side .pt-tabs,
.crpt-hipo.pt-side-md .pt-cols-side .pt-side-text,
.crpt-hipo.pt-side-md .pt-cols-side .pt-list-item {
  width: 240px;
}
.crpt-hipo.pt-side-lg .pt-cols {
  padding-left: 280px;
}
.crpt-hipo.pt-side-lg .pt-cols-side .pt-tabs,
.crpt-hipo.pt-side-lg .pt-cols-side .pt-side-text,
.crpt-hipo.pt-side-lg .pt-cols-side .pt-list-item {
  width: 280px;
}
.crpt-hipo .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-top {
  padding-top: 5px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.crpt-hipo .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list-item:hover {
  background: transparent;
}
.crpt-hipo .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list-item:hover .pt-title {
  color: #666;
}
.crpt-hipo .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list {
  background: #fff;
  color: #666;
}
.crpt-hipo .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list .fa-check {
  color: #009245;
}
.crpt-hipo .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list .fa-times {
  color: #ff1d25;
}
.crpt-hipo .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-footer {
  background: #c0c0c0;
}
.crpt-hipo .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-footer .pt-btn:before {
  border-color: transparent;
}
.crpt-hipo .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-footer .pt-btn,
.crpt-hipo .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-footer .pt-btn:hover,
.crpt-hipo .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-footer .pt-btn:focus {
  background: #c0c0c0;
}
.crpt-hipo .pt-cols-1 .pt-col:nth-child(1) .pt-block,
.crpt-hipo .pt-cols-2 .pt-col:nth-child(2) .pt-block,
.crpt-hipo .pt-cols-3 .pt-col:nth-child(3) .pt-block,
.crpt-hipo .pt-cols-4 .pt-col:nth-child(4) .pt-block,
.crpt-hipo .pt-cols-5 .pt-col:nth-child(5) .pt-block {
  background-color: #404040;
}
.crpt-hipo .pt-cols-2 .pt-col:nth-child(1) .pt-block,
.crpt-hipo .pt-cols-3 .pt-col:nth-child(2) .pt-block,
.crpt-hipo .pt-cols-4 .pt-col:nth-child(3) .pt-block,
.crpt-hipo .pt-cols-5 .pt-col:nth-child(4) .pt-block {
  background-color: #4d4d4d;
}
.crpt-hipo .pt-cols-3 .pt-col:nth-child(1) .pt-block,
.crpt-hipo .pt-cols-4 .pt-col:nth-child(2) .pt-block,
.crpt-hipo .pt-cols-5 .pt-col:nth-child(3) .pt-block {
  background-color: #595959;
}
.crpt-hipo .pt-cols-4 .pt-col:nth-child(1) .pt-block,
.crpt-hipo .pt-cols-5 .pt-col:nth-child(2) .pt-block {
  background-color: #666;
}
.crpt-hipo .pt-cols-5 .pt-col:nth-child(1) .pt-block {
  background-color: #737373;
}
.crpt-hipo[class*='pt-animation-'] .pt-cols .pt-col .pt-block:hover .pt-top,
.crpt-hipo .pt-cols .pt-selected .pt-top {
  margin-top: -10px;
  padding-top: 15px;
  -webkit-box-shadow: 50px 0 50px -50px #7a7a7a inset, -50px 0 50px -50px #7a7a7a inset;
  box-shadow: 50px 0 50px -50px #7a7a7a inset, -50px 0 50px -50px #7a7a7a inset;
  background-color: #2e2e2e;
}
.crpt-hipo[class*='pt-animation-'] .pt-cols .pt-col .pt-block:hover .pt-footer,
.crpt-hipo .pt-cols .pt-selected .pt-footer {
  background-color: #474747;
}
.crpt-hipo[class*='pt-animation-'] .pt-cols .pt-col .pt-block:hover .pt-footer:before,
.crpt-hipo .pt-cols .pt-selected .pt-footer:before {
  margin: 0;
}
.crpt-hipo[class*='pt-animation-'] .pt-cols .pt-col .pt-block:hover .pt-btn:before,
.crpt-hipo .pt-cols .pt-selected .pt-btn:before {
  border-color: #fff;
  margin: 0;
}
.crpt-hipo[class*='pt-animation-'] .pt-cols .pt-col .pt-block:hover .pt-btn:hover,
.crpt-hipo .pt-cols .pt-selected .pt-btn:hover {
  background-color: #333;
}
.crpt-hipo[class*='pt-animation-'] .pt-cols .pt-col .pt-block:hover .pt-list,
.crpt-hipo .pt-cols .pt-selected .pt-list {
  background-color: #474747;
}
.crpt-hipo[class*='pt-animation-'] .pt-cols .pt-col .pt-block:hover .pt-list,
.crpt-hipo .pt-cols .pt-selected .pt-list,
.crpt-hipo[class*='pt-animation-'] .pt-cols .pt-col .pt-block:hover .pt-list .fa-check,
.crpt-hipo .pt-cols .pt-selected .pt-list .fa-check,
.crpt-hipo[class*='pt-animation-'] .pt-cols .pt-col .pt-block:hover .pt-list .fa-times,
.crpt-hipo .pt-cols .pt-selected .pt-list .fa-times {
  color: #fff;
}
.crpt-hipo.pt-animation-default:hover .pt-cols .pt-selected .pt-top,
.crpt-hipo.pt-animation-1:hover .pt-cols .pt-selected .pt-top,
.crpt-hipo.pt-animation-2:hover .pt-cols .pt-selected .pt-top {
  margin-top: 0;
  padding-top: 5px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.crpt-hipo[class*='pt-animation-']:hover .pt-cols .pt-selected .pt-top,
.crpt-hipo.pt-animation-2 .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block:nth-child(n) .pt-top,
.crpt-hipo[class*='pt-animation-']:hover .pt-cols .pt-selected .pt-footer,
.crpt-hipo.pt-animation-2 .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block:nth-child(n) .pt-footer {
  background-color: inherit;
}
.crpt-hipo[class*='pt-animation-']:hover .pt-cols .pt-selected .pt-btn:before,
.crpt-hipo.pt-animation-2 .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block:nth-child(n) .pt-btn:before {
  border-color: transparent;
  margin: -7px -15px;
}
.crpt-hipo[class*='pt-animation-']:hover .pt-cols .pt-selected .pt-list,
.crpt-hipo.pt-animation-1 .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block:nth-child(n) .pt-list {
  background-color: #fff;
  color: #666;
}
.crpt-hipo[class*='pt-animation-']:hover .pt-cols .pt-selected .pt-list .fa-check,
.crpt-hipo.pt-animation-1 .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block:nth-child(n) .pt-list .fa-check {
  color: #009245;
}
.crpt-hipo[class*='pt-animation-']:hover .pt-cols .pt-selected .pt-list .fa-times,
.crpt-hipo.pt-animation-1 .pt-cols:nth-child(n) .pt-col:nth-child(n) .pt-block:nth-child(n) .pt-list .fa-times {
  color: #ff1d25;
}
.crpt-hipo.pt-animation-default .pt-block .pt-list-item:hover,
.crpt-hipo.pt-animation-2 .pt-block .pt-list-item:hover {
  background-color: #3a3a3a;
}
.crpt-hipo.pt-animation-1 .pt-cols .pt-top,
.crpt-hipo.pt-animation-2 .pt-cols .pt-top {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.crpt-hipo.pt-animation-2 .pt-btn {
  margin: 0;
  padding: 7px 25px;
  min-height: 58px;
}
.pt-content-loader.ptcl-crpt-hipo{display:block}.pt-content-loader.ptcl-crpt-hipo+.pt-content-loader-bar{display:none}
