#footer:before {
  top: -7px;
  border-bottom: 8px solid #004460;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer:before {
    top: -13px;
    border-bottom: 14px solid #004460;
  }
}
@media only screen and (min-width: 992px) {
  #footer:before {
    top: -22px;
    border-bottom: 22px solid #004460;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-links {
    width: calc(100% - 32px);
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footer #footer-links ul#footer-main-links, #footer #footer-links ul#footer-sub-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin: 0;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  #footer #footer-links ul#footer-main-links li, #footer #footer-links ul#footer-sub-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  #footer #copyright {
    width: calc(100% - 32px);
    margin: auto;
  }
}

/* The resulting css file is not to be modified, it was generated from scss file */
.home-register {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #ebf1f6;
  background-image: url("/images-2019/parknow-on-street-man-car-phone-parking-mobile.png");
  height: 337px;
}
.home-register::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-left: 100vw solid transparent;
  border-bottom: 7px solid #ebf1f6;
}
@media only screen and (min-width: 1280px) {
  .home-register::after {
    border-bottom: 22px solid #ebf1f6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-register::after {
    border-bottom: 13px solid #ebf1f6;
  }
}
.home-register .home-register-poly {
  padding-top: 55px;
  position: relative;
}
.home-register .home-register-poly::before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  background-size: contain;
}
@media only screen and (min-width: 1280px) {
  .home-register .home-register-poly::before {
    background-image: url("/images-2019/register-shape.png");
    width: 500px;
    height: 362px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-register .home-register-poly::before {
    background-image: url("/images-2019/register-shape.png");
    width: 400px;
    height: 290px;
  }
}
.home-register .home-register-poly .home-description {
  position: relative;
  z-index: 1;
  text-align: center;
}
.home-register .home-register-poly .home-description h1 {
  color: #ffffff;
  font-size: 32px;
  margin: 0;
}
@media only screen and (min-width: 1280px) {
  .home-register .home-register-poly .home-description h1 {
    font-size: 50px;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-register .home-register-poly .home-description h1 {
    font-size: 40px;
  }
}
.home-register .home-register-poly .home-description p {
  color: #ffffff;
  opacity: 0.6;
  font-size: 20px;
  margin-top: 5px;
}
@media only screen and (min-width: 1280px) {
  .home-register .home-register-poly .home-description p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-register .home-register-poly .home-description p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .home-register .home-register-poly .home-description {
    padding-left: 58px;
    padding-top: 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-register .home-register-poly .home-description {
    text-align: left;
    padding-left: 44px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .home-register .home-register-poly {
    padding-top: 87px;
    padding-left: calc((100% - 1135px)/2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-register .home-register-poly {
    padding-top: 58px;
    padding-left: calc((100% - 704px)/2);
  }
}
@media only screen and (min-width: 1280px) {
  .home-register {
    background-image: url("/images-2019/parknow-on-street-man-car-phone-parking.png");
    height: 562px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-register {
    background-image: url("/images-2019/parknow-on-street-man-car-phone-parking-tablet.png");
    height: 419px;
  }
}

.home-steps {
  text-align: center;
  background-color: #ebf1f6;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-steps ul {
  text-align: center;
  padding: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-steps ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .home-steps ul li {
    margin-top: 0;
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-steps ul li {
    margin-top: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .home-steps ul {
    width: 1135px;
    margin-top: 60px;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-steps ul {
    max-width: calc(100% - 2*50px);
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
  }
}
.home-steps .home-steps-description {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #001e3e;
  display: inline-block;
  font-size: 16px;
  max-width: calc(100% - 32px);
}
.home-steps .home-steps-description h1 {
  text-align: center;
  color: #004460;
  font-size: 26px;
  font-weight: 500;
  margin-top: 0;
}
@media only screen and (min-width: 1280px) {
  .home-steps .home-steps-description h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-steps .home-steps-description h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .home-steps .home-steps-description {
    max-width: 900px;
    height: 170px;
    font-size: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-steps .home-steps-description {
    font-size: 20px;
    text-align: center;
  }
}
.home-steps .steps-poly {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 230px;
  height: 180px;
  margin: auto;
  text-align: left;
  font-size: 20px;
}
.home-steps .steps-poly .steps-description-1, .home-steps .steps-poly .steps-description-2,
.home-steps .steps-poly .steps-description-3, .home-steps .steps-poly .steps-description-4 {
  position: relative;
  z-index: 1;
  max-width: 150px;
}
@media only screen and (min-width: 1280px) {
  .home-steps .steps-poly .steps-description-1, .home-steps .steps-poly .steps-description-2,
.home-steps .steps-poly .steps-description-3, .home-steps .steps-poly .steps-description-4 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-steps .steps-poly .steps-description-1, .home-steps .steps-poly .steps-description-2,
.home-steps .steps-poly .steps-description-3, .home-steps .steps-poly .steps-description-4 {
    max-width: 100%;
  }
}
.home-steps .steps-poly .steps-description-1 {
  top: -2%;
  left: 3%;
}
@media only screen and (min-width: 1280px) {
  .home-steps .steps-poly .steps-description-1 {
    top: -10px;
    left: -5px;
  }
}
.home-steps .steps-poly .steps-description-2 {
  top: 60%;
  left: 3%;
}
@media only screen and (min-width: 1280px) {
  .home-steps .steps-poly .steps-description-2 {
    top: 110px;
    left: -30px;
  }
}
.home-steps .steps-poly .steps-description-3 {
  top: 4%;
  left: 5%;
}
@media only screen and (min-width: 1280px) {
  .home-steps .steps-poly .steps-description-3 {
    top: 5px;
    left: -10px;
  }
}
.home-steps .steps-poly .steps-description-4 {
  top: 70%;
  left: 42%;
}
@media only screen and (min-width: 1280px) {
  .home-steps .steps-poly .steps-description-4 {
    top: 130px;
    left: 85px;
  }
}
.home-steps .poly-1 {
  background-image: url("/images-2019/set-up@3x.png");
}
.home-steps .poly-1::before {
  content: "";
  background-image: url("/images-2019/description-poly-1.svg");
  background-repeat: no-repeat;
  width: 160px;
  height: 70px;
  position: absolute;
  z-index: 0;
  top: -5%;
  left: -5%;
}
@media only screen and (min-width: 1280px) {
  .home-steps .poly-1::before {
    top: -20px;
    left: -25px;
  }
}
.home-steps .poly-2 {
  background-image: url("/images-2019/add-employees@3x.png");
}
.home-steps .poly-2::before {
  content: "";
  background-image: url("/images-2019/description-poly-2.svg");
  background-repeat: no-repeat;
  width: 160px;
  height: 100px;
  position: absolute;
  z-index: 0;
  top: 55%;
  left: -5%;
}
@media only screen and (min-width: 1280px) {
  .home-steps .poly-2::before {
    top: 100px;
    left: -50px;
  }
}
.home-steps .poly-3 {
  background-image: url("/images-2019/add-funds@3x.png");
}
.home-steps .poly-3::before {
  content: "";
  background-image: url("/images-2019/description-poly-3.svg");
  background-repeat: no-repeat;
  width: 140px;
  height: 47px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1280px) {
  .home-steps .poly-3::before {
    top: -5px;
    left: -20px;
  }
}
.home-steps .steps-poly.poly-3 {
  margin-top: 50px;
}
@media only screen and (min-width: 1280px) {
  .home-steps .steps-poly.poly-3 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-steps .steps-poly.poly-3 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-steps .steps-poly.poly-3, .home-steps .steps-poly.poly-4 {
    margin-top: 50px;
  }
}
.home-steps .poly-4 {
  background-image: url("/images-2019/find-book@3x.png");
}
.home-steps .poly-4::before {
  content: "";
  background-image: url("/images-2019/description-poly-4.svg");
  background-repeat: no-repeat;
  width: 160px;
  height: 70px;
  position: absolute;
  z-index: 0;
  top: 65%;
  left: 35%;
}
@media only screen and (min-width: 1280px) {
  .home-steps .poly-4::before {
    top: 120px;
    left: 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .home-steps {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .home-steps {
    padding-top: 30px;
  }
}

.benefits {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("/images-2019/grid.jpg");
}
.benefits::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
@media only screen and (min-width: 1280px) {
  .benefits::after {
    bottom: 0;
    left: 0;
    border-right: 98vw solid transparent;
    border-bottom: 25px solid #ffffff;
  }
}
.benefits h1 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  margin-top: 0;
}
@media only screen and (min-width: 1280px) {
  .benefits h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .benefits h1 {
    font-size: 40px;
  }
}
.benefits h2 {
  font-weight: normal;
  font-size: 24px;
}
@media only screen and (min-width: 1280px) {
  .benefits h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .benefits h2 {
    font-size: 24px;
    margin: 15px 0 5px 0;
  }
}
.benefits ul {
  margin-top: 40px;
  text-align: center;
  padding: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 30px);
}
.benefits ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-bottom: 40px;
}
.benefits ul li h2 {
  color: #ffffff;
}
.benefits ul li br {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .benefits ul li br {
    display: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .benefits ul li br {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .benefits ul li {
    width: 25%;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .benefits ul li {
    width: calc(50% - 30px);
    padding-bottom: 42px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .benefits ul {
    width: 1135px;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 50px;
    -webkit-box-orient: horizontal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .benefits ul {
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 42px;
    -webkit-box-orient: horizontal;
  }
}
.benefits .benefits-description {
  height: 40px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  padding-top: 1px;
}
@media only screen and (min-width: 1280px) {
  .benefits {
    background-image: url("/images-2019/grid-large.jpg");
    padding-top: 80px;
    padding-bottom: 100px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .benefits {
    background-image: url("/images-2019/grid.jpg");
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }
}

.flex-wrapper {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benefits-icon {
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto;
}

.save-time {
  background-image: url("/images-2019/save-time.svg");
}

.save-money {
  background-image: url("/images-2019/save-money.svg");
}

.easy-to-use {
  background-image: url("/images-2019/easy-to-use.svg");
}

.one-stop-shop {
  background-image: url("/images-2019/one-stop-shop.svg");
}

.package {
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
}
.package h1 {
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #004460;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1280px) {
  .package h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .package h1 {
    font-size: 40px;
  }
}
.package .package-description {
  height: 100px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #001e3e;
  display: inline-block;
  width: calc(100% - 50px);
}
.package .package-description p {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.package .package-description p br.tablet-line-break {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .package .package-description p {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .package .package-description p {
    text-align: center;
  }
  .package .package-description p br {
    display: none;
  }
  .package .package-description p br.tablet-line-break {
    display: initial;
  }
}
@media only screen and (min-width: 1280px) {
  .package .package-description {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .package .package-description {
    font-size: 20px;
    width: calc(100% - 30px);
  }
}
.package .package-table-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .package .package-table-wrapper .desktop-note-wrapper, .package .package-table-wrapper .desktop-buttons-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .package .package-table-wrapper .mobile-note-wrapper, .package .package-table-wrapper .mobile-buttons-wrapper {
    display: none;
  }
}
.package .package-table-wrapper .state {
  position: absolute;
  left: -10000px;
}
.package .package-table-wrapper .tabs {
  display: flex;
  width: calc(100% - 50px);
  justify-content: space-between;
  margin: 30px auto 0;
}
.package .package-table-wrapper .tabs .tab {
  display: flex;
  align-self: flex-end;
  width: 100%;
  justify-content: center;
  max-width: 150px;
  height: 68px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  align-items: center;
  line-height: 1.2;
  background-color: #ffffff;
  color: #004460;
  border: solid 3px #004460;
  border-bottom: none;
}
.package .package-table-wrapper .tabs .tab:focus {
  background-color: #004460;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .package .package-table-wrapper .tabs .tab {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .package .package-table-wrapper .tabs {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .package .package-table-wrapper #tab-small:checked ~ .tabs #small-tab-label,
.package .package-table-wrapper #tab-medium-large:checked ~ .tabs #medium-large-tab-label {
    background-color: #004460;
    color: #ffffff;
    height: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .package .package-table-wrapper #tab-small:checked ~ .package-table .medium-business-content,
.package .package-table-wrapper #tab-medium-large:checked ~ .package-table .small-business-content {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .package .package-table-wrapper #tab-small:checked ~ .package-table .features-content {
    background-color: #fecb2c;
  }
}
@media only screen and (max-width: 767px) {
  .package .package-table-wrapper #tab-medium-large:checked ~ .package-table .features-content {
    background-color: #00a1a4;
    color: #ffffff;
  }
}
.package .package-table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width: 1279px) {
  .package .package-table .medium-business + .package-placeholder,
.package .package-table .medium-business-content + .package-placeholder,
.package .package-table .package-placeholder + .package-placeholder {
    display: none;
  }
}
.package .package-table td {
  width: 225px;
  height: 40px;
}
@media only screen and (min-width: 1280px) {
  .package .package-table td {
    width: 280px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .package .package-table td {
    width: 225px;
    height: 40px;
  }
}
.package .package-table th {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .package .package-table tr.header-row {
    display: none;
  }
}
.package .package-table br.tablet-line-break {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .package .package-table br.tablet-line-break {
    display: initial;
  }
}
.package .package-table .personal, .package .package-table .personal-content {
  width: 176px;
}
@media only screen and (max-width: 1279px) {
  .package .package-table .personal, .package .package-table .personal-content {
    display: none;
  }
}
.package .package-table .features-content {
  text-align: left;
  padding-left: 24px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ebf1f6;
  color: #001e3e;
}
@media only screen and (min-width: 1280px) {
  .package .package-table .features-content {
    font-size: 22px;
    width: 264px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .package .package-table .features-content {
    font-size: 20px;
    width: 226px;
  }
}
.package .package-table .first-el {
  padding-top: 13px;
}
.package .package-table .last-el {
  padding-bottom: 13px;
}
@media only screen and (min-width: 768px) {
  .package .package-table .features-content.first-el {
    border-top-left-radius: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .package .package-table .features-content.last-el {
    border-bottom-left-radius: 16px;
  }
}
.package .package-table .package-placeholder {
  width: 32px;
}
@media only screen and (max-width: 767px) {
  .package .package-table .package-placeholder {
    display: none;
  }
}
.package .package-table .small-business-triangle,
.package .package-table .medium-business-triangle {
  position: absolute;
  width: 0;
  height: 0;
  top: 143px;
  right: 0;
  border-left: 282px solid transparent;
  border-bottom: 25px solid #fecb2c;
}
@media only screen and (max-width: 767px) {
  .package .package-table .small-business-triangle,
.package .package-table .medium-business-triangle {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .package .package-table .small-business-triangle,
.package .package-table .medium-business-triangle {
    border-left: 217px solid transparent;
  }
}
.package .package-table .medium-business-triangle {
  border-bottom: 25px solid #00a1a4;
}
.package .package-table .personal-triangle {
  position: absolute;
  width: 0;
  height: 0;
  top: 143px;
  right: 0;
  border-left: 180px solid transparent;
  border-bottom: 25px solid #ebf1f6;
}
@media only screen and (max-width: 767px) {
  .package .package-table .personal-triangle {
    display: none;
  }
}
.package .package-table .small-business-content-note {
  color: #004460;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
@media only screen and (min-width: 1280px) {
  .package .package-table .small-business-content-note {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .package .package-table .small-business-content-note {
    font-size: 14px;
  }
}
.package .package-table .small-business {
  background-color: #004460;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  height: 166px;
}
.package .package-table .small-business-content {
  background-color: #fecb2c;
  color: #001e3e;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 1280px) {
  .package .package-table .small-business-content {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .package .package-table .small-business-content {
    font-size: 22px;
  }
}
.package .package-table .medium-business {
  background-color: #004460;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  height: 166px;
}
.package .package-table .medium-business-content {
  background-color: #00a1a4;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 1280px) {
  .package .package-table .medium-business-content {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .package .package-table .medium-business-content {
    font-size: 22px;
  }
}
.package .package-table .personal {
  background-color: #004460;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  height: 166px;
}
.package .package-table .personal-content {
  background-color: #ebf1f6;
  color: #001e3e;
  font-size: 24px;
  font-weight: normal;
}
.package .package-table .package-placeholder.dotted {
  position: absolute;
  top: -20px;
  height: 780px;
  background-image: -o-radial-gradient(circle, #005578 1.25px, rgba(255, 255, 255, 0) 2.5px);
  background-image: radial-gradient(circle, #005578 1.25px, rgba(255, 255, 255, 0) 2.5px);
  background-position: left;
  background-size: 4px 20px;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 1279px) {
  .package .package-table .package-placeholder.dotted {
    display: none;
  }
}
.package .package-table .feature-absent, .package .package-table .feature-absent-blue {
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .package .package-table .feature-absent, .package .package-table .feature-absent-blue {
    width: 27px;
    height: 27px;
    background-size: 27px;
  }
}
.package .package-table .feature-absent {
  background-image: url("/images-2019/clear-white.svg");
}
.package .package-table .feature-absent-blue {
  background-image: url("/images-2019/clear-blue.svg");
}
.package .package-table .feature-available {
  background-image: url("/images-2019/tick-white.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .package .package-table .feature-available {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .package .package-table {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .package .package-table {
    margin-top: 35px;
    max-width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .package .package-table {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 1280px) {
  .package {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.button.register {
  width: 178px;
  height: 48px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 0;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  background-color: #57a31a;
  color: #ffffff;
  opacity: unset;
}
.button.register:hover {
  background-color: #7cc041;
}
.button.register:focus {
  background-color: #438b22;
}
.button.register:disabled {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1280px) {
  .button.register {
    width: 200px;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 0;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    background-color: #57a31a;
    color: #ffffff;
    opacity: unset;
  }
  .button.register:hover {
    background-color: #7cc041;
  }
  .button.register:focus {
    background-color: #438b22;
  }
  .button.register:disabled {
    background-color: #f2f2f2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .button.register {
    width: 200px;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 0;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    background-color: #57a31a;
    color: #ffffff;
    opacity: unset;
  }
  .button.register:hover {
    background-color: #7cc041;
  }
  .button.register:focus {
    background-color: #438b22;
  }
  .button.register:disabled {
    background-color: #f2f2f2;
  }
}

.button.package.register,
.button.package.callback {
  width: 216px;
  font-size: 22px;
  border-radius: 0;
  background-color: #ffffff;
  color: #57a31a;
}
.button.package.register:hover,
.button.package.callback:hover {
  background-color: #60a632;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .button.package.register,
.button.package.callback {
    width: calc(100% - 50px);
    padding: 0;
    margin: 0;
    line-height: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .button.package.register,
.button.package.callback {
    width: calc(100% - 50px);
    padding: 0;
    margin: 0;
    line-height: 48px;
    height: 48px;
  }
}
