/*!
 * pricing.css (https://github.com/abhimaliyeckal)
 * Version: 1.0
 * Author: Abhishek Raj 
 * Linkedin URL: https://in.linkedin.com/in/abhimaliyeckal
 * Github: https://github.com/abhimaliyeckal

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * pricing.css Copyright Abhishek Raj 2014.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
/* line 15, app/assets/stylesheets/plans.css.scss */
body {
  background: #010101;
}

/* line 19, app/assets/stylesheets/plans.css.scss */
.trial {
  color: rgba(255, 0, 0, 0.76);
  font-size: 16px;
  font-weight: bold;
  font-size: 18px;
  color: #d90b00;
}

/* line 27, app/assets/stylesheets/plans.css.scss */
.price_table_container {
  text-align: center;
  color: #666;
  padding-bottom: 40px;
}

/* line 33, app/assets/stylesheets/plans.css.scss */
.price_table_heading {
  font-size: 36px;
  padding: 10px;
  background: rgba(248, 248, 248, 0.61);
}

/* line 40, app/assets/stylesheets/plans.css.scss */
.price_table_row {
  padding: 10px;
  background: rgba(248, 248, 248, 0.2);
  font-weight: bold;
}

/* line 46, app/assets/stylesheets/plans.css.scss */
.cost {
  padding: 15px;
  font-size: 30px;
}

/* line 50, app/assets/stylesheets/plans.css.scss */
.cost span {
  font-size: 15px;
}

/* line 54, app/assets/stylesheets/plans.css.scss */
.price_table_row:nth-of-type(even) {
  background: rgba(248, 248, 248, 0.61);
}

/* line 57, app/assets/stylesheets/plans.css.scss */
.btn {
  border-radius: 0px;
}

/* line 61, app/assets/stylesheets/plans.css.scss */
.recommended {
  background: #019907;
  color: #FFF;
  padding: 5px 0 5px 0;
  text-align: center;
  font-family: 'Arial', 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-top: -28px;
}

/* line 69, app/assets/stylesheets/plans.css.scss */
.recommended .glyphicon {
  padding-right: 4px;
}

/* line 75, app/assets/stylesheets/plans.css.scss */
.spacer {
  width: 100%;
  height: 50px;
}

/*Already Defined Colours*/
/*Background*/
/* line 80, app/assets/stylesheets/plans.css.scss */
.primary-bg {
  background: #337AB7;
  color: #FFF;
}

/* line 81, app/assets/stylesheets/plans.css.scss */
.success-bg {
  background: #5CB85C;
  color: #FFF;
}

/* line 82, app/assets/stylesheets/plans.css.scss */
.info-bg {
  background: #5BC0DE;
  color: #FFF;
}

/* line 83, app/assets/stylesheets/plans.css.scss */
.warning-bg {
  background: rgba(0, 154, 227, 0.8);
  color: #FFF;
}

/* line 84, app/assets/stylesheets/plans.css.scss */
.danger-bg {
  background: #D9534F;
  color: #FFF;
}

/* line 85, app/assets/stylesheets/plans.css.scss */
.dark-bg {
  background: #444;
  color: #FFF;
}

/* line 86, app/assets/stylesheets/plans.css.scss */
.royal-bg {
  background: #8E74E2;
  color: #FFF;
}

/* line 87, app/assets/stylesheets/plans.css.scss */
.static-bg {
  background: #2BB0A6;
  color: #FFF;
}

/*Only Text Colours*/
/* line 90, app/assets/stylesheets/plans.css.scss */
.primary-text {
  background: #FFF;
  color: #337AB7;
}

/* line 91, app/assets/stylesheets/plans.css.scss */
.success-text {
  background: #FFF;
  color: #5CB85C;
}

/* line 92, app/assets/stylesheets/plans.css.scss */
.info-text {
  background: #FFF;
  color: #5BC0DE;
}

/* line 93, app/assets/stylesheets/plans.css.scss */
.warning-text {
  background: #FFF;
  color: #F0AD4E;
}

/* line 94, app/assets/stylesheets/plans.css.scss */
.danger-text {
  background: #FFF;
  color: #D9534F;
}

/* line 95, app/assets/stylesheets/plans.css.scss */
.dark-text {
  background: #FFF;
  color: #444;
}

/* line 96, app/assets/stylesheets/plans.css.scss */
.royal-text {
  background: #FFF;
  color: #8E74E2;
}

/* line 97, app/assets/stylesheets/plans.css.scss */
.static-text {
  background: #FFF;
  color: #2BB0A6;
}

/*Additional Button styles*/
/*BTN-DARK*/
/* line 102, app/assets/stylesheets/plans.css.scss */
.btn-dark {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

/* line 107, app/assets/stylesheets/plans.css.scss */
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

/* line 117, app/assets/stylesheets/plans.css.scss */
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}

/*BTN-ROYAL---------*/
/* line 125, app/assets/stylesheets/plans.css.scss */
.btn-royal {
  color: #fff;
  background-color: #8E74E2;
  border-color: #8E74E2;
}

/* line 130, app/assets/stylesheets/plans.css.scss */
.btn-royal:hover,
.btn-royal:focus,
.btn-royal.focus,
.btn-royal:active,
.btn-royal.active,
.open > .dropdown-toggle.btn-royal {
  color: #fff;
  background-color: #7451E8;
  border-color: #7451E8;
}

/* line 140, app/assets/stylesheets/plans.css.scss */
.btn-royal:active,
.btn-royal.active,
.open > .dropdown-toggle.btn-royal {
  background-image: none;
}

/*BTN-STATIC---------*/
/* line 148, app/assets/stylesheets/plans.css.scss */
.btn-static {
  color: #fff;
  background-color: #2BB0A6;
  border-color: #2BB0A6;
}

/* line 153, app/assets/stylesheets/plans.css.scss */
.btn-static:hover,
.btn-static:focus,
.btn-static.focus,
.btn-static:active,
.btn-static.active,
.open > .dropdown-toggle.btn-static {
  color: #fff;
  background-color: #07A094;
  border-color: #07A094;
}

/* line 163, app/assets/stylesheets/plans.css.scss */
.btn-static:active,
.btn-static.active,
.open > .dropdown-toggle.btn-static {
  background-image: none;
}

/*!
 * Hover.css (http://ianlunn.co.uk/)
 * Version: 1.0.10
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014.
 */
/* line 190, app/assets/stylesheets/plans.css.scss */
.button {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.grow {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.grow:active, .grow:focus, .grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.shrink {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.shrink:active, .shrink:focus, .shrink:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.pulse {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.pulse:active, .pulse:focus, .pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.pulse-grow {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.pulse-grow:active, .pulse-grow:focus, .pulse-grow:hover {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.pulse-shrink {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.pulse-shrink:active, .pulse-shrink:focus, .pulse-shrink:hover {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.push {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.push:active, .push:focus, .push:hover {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.pop {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.pop:active, .pop:focus, .pop:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.rotate {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.rotate:active, .rotate:focus, .rotate:hover {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.grow-rotate {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.grow-rotate:active, .grow-rotate:focus, .grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.float {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.float:active, .float:focus, .float:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.sink {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.sink:active, .sink:focus, .sink:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.hover {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.hover:active, .hover:focus, .hover:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.hang {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.hang:active, .hang:focus, .hang:hover {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hang;
  animation-name: hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.skew {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.skew:active, .skew:focus, .skew:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.skew-forward {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.skew-forward:active, .skew-forward:focus, .skew-forward:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.skew-backward {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.skew-backward:active, .skew-backward:focus, .skew-backward:hover {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-vertical {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-vertical:active, .wobble-vertical:focus, .wobble-vertical:hover {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-horizontal {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-horizontal:active, .wobble-horizontal:focus, .wobble-horizontal:hover {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-to-bottom-right {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-to-bottom-right:active, .wobble-to-bottom-right:focus, .wobble-to-bottom-right:hover {
  -webkit-animation-name: wobble-to-bottom-right;
  animation-name: wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-to-top-right {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-to-top-right:active, .wobble-to-top-right:focus, .wobble-to-top-right:hover {
  -webkit-animation-name: wobble-to-top-right;
  animation-name: wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-top {
  display: inline-block;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-top:active, .wobble-top:focus, .wobble-top:hover {
  -webkit-animation-name: wobble-top;
  animation-name: wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-bottom {
  display: inline-block;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-bottom:active, .wobble-bottom:focus, .wobble-bottom:hover {
  -webkit-animation-name: wobble-bottom;
  animation-name: wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-skew {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.wobble-skew:active, .wobble-skew:focus, .wobble-skew:hover {
  -webkit-animation-name: wobble-skew;
  animation-name: wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.buzz {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.buzz:active, .buzz:focus, .buzz:hover {
  -webkit-animation-name: buzz;
  animation-name: buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.buzz-out {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.buzz-out:active, .buzz-out:focus, .buzz-out:hover {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.border-fade {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.border-fade:active, .border-fade:focus, .border-fade:hover {
  box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.hollow {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.hollow:active, .hollow:focus, .hollow:hover {
  background: 0 0;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.trim {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.trim:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.trim:active:before, .trim:focus:before, .trim:hover:before {
  opacity: 1;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.outline-outward {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.outline-outward:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.outline-outward:active:before, .outline-outward:focus:before, .outline-outward:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.outline-inward {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.outline-inward:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.outline-inward:active:before, .outline-inward:focus:before, .outline-inward:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.round-corners {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.round-corners:active, .round-corners:focus, .round-corners:hover {
  border-radius: 1em;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.glow {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.glow:active, .glow:focus, .glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.box-shadow-outset {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.box-shadow-outset:active, .box-shadow-outset:focus, .box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.box-shadow-inset {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.box-shadow-inset:active, .box-shadow-inset:focus, .box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform,opacity;
  transition-property: transform,opacity;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.float-shadow:active, .float-shadow:focus, .float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.float-shadow:active:before, .float-shadow:focus:before, .float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform,opacity;
  transition-property: transform,opacity;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.hover-shadow:active, .hover-shadow:focus, .hover-shadow:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.hover-shadow:active:before, .hover-shadow:focus:before, .hover-shadow:hover:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.shadow-radial {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.shadow-radial:after, .shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 80%);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.shadow-radial:active:after, .shadow-radial:active:before, .shadow-radial:focus:after, .shadow-radial:focus:before, .shadow-radial:hover:after, .shadow-radial:hover:before {
  opacity: 1;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-top {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top;
  transition-property: top;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-top:active:before, .bubble-top:focus:before, .bubble-top:hover:before {
  top: -10px;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-right {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: right;
  transition-property: right;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-right:active:before, .bubble-right:focus:before, .bubble-right:hover:before {
  right: -10px;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-bottom {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: bottom;
  transition-property: bottom;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-bottom:active:before, .bubble-bottom:focus:before, .bubble-bottom:hover:before {
  bottom: -10px;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-left {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: left;
  transition-property: left;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-left:active:before, .bubble-left:focus:before, .bubble-left:hover:before {
  left: -10px;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-top {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top;
  transition-property: top;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-top:active, .bubble-float-top:focus, .bubble-float-top:hover {
  -webkit-transform: translateY(5px) translateZ(0);
  transform: translateY(5px) translateZ(0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-top:active:before, .bubble-float-top:focus:before, .bubble-float-top:hover:before {
  top: -10px;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-right {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: right;
  transition-property: right;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-right:active, .bubble-float-right:focus, .bubble-float-right:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-right:active:before, .bubble-float-right:focus:before, .bubble-float-right:hover:before {
  right: -10px;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-bottom {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: bottom;
  transition-property: bottom;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-bottom:active, .bubble-float-bottom:focus, .bubble-float-bottom:hover {
  -webkit-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-bottom:active:before, .bubble-float-bottom:focus:before, .bubble-float-bottom:hover:before {
  bottom: -10px;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-left {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: left;
  transition-property: left;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-left:active, .bubble-float-left:focus, .bubble-float-left:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.bubble-float-left:active:before, .bubble-float-left:focus:before, .bubble-float-left:hover:before {
  left: -10px;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.curl-top-left {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.curl-top-left:active:before, .curl-top-left:focus:before, .curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.curl-top-right {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.curl-top-right:active:before, .curl-top-right:focus:before, .curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.curl-bottom-right {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.curl-bottom-right:active:before, .curl-bottom-right:focus:before, .curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.curl-bottom-left {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

/* line 190, app/assets/stylesheets/plans.css.scss */
.curl-bottom-left:active:before, .curl-bottom-left:focus:before, .curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}
/*

 */
/* line 5, app/assets/stylesheets/form.css.scss */
html {
  height: 100%;
  overflow: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

/* line 12, app/assets/stylesheets/form.css.scss */
.hidden {
  display: none;
}

/* line 14, app/assets/stylesheets/form.css.scss */
body {
  background-image: url(/assets/stars-gradient-min-5373190d4bfa4622d14182b35cae42300c0010131dd53978260e1d3e95672e94.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}

/* line 23, app/assets/stylesheets/form.css.scss */
body {
  background-size: cover;
}

/* line 27, app/assets/stylesheets/form.css.scss */
#coupon-info {
  color: #3c763d;
  font-weight: bold;
}

/* line 32, app/assets/stylesheets/form.css.scss */
.form-content {
  margin-top: 5%;
  padding-bottom: 50px;
  height: 80%;
}

/* line 38, app/assets/stylesheets/form.css.scss */
.card-container.card {
  max-width: 640px;
  padding: 15px 40px;
}

/* line 41, app/assets/stylesheets/form.css.scss */
.card-container.card h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}

/* line 48, app/assets/stylesheets/form.css.scss */
.form-menu-btn {
  color: #FFF;
  line-height: normal;
  padding: 7px 17px;
  margin: 1.3em 0% 0;
  float: right;
  cursor: pointer;
  margin-left: 5px;
}

/*.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
*/
/* line 67, app/assets/stylesheets/form.css.scss */
.card {
  background-color: rgba(247, 247, 247, 0.75);
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

/* line 82, app/assets/stylesheets/form.css.scss */
.payment-total {
  background-color: rgba(126, 132, 57, 0.81) !important;
  width: 100%;
  text-align: left;
  padding: 4px 15px !important;
}

/* line 90, app/assets/stylesheets/form.css.scss */
.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*
 * Form styles
 */
/* line 103, app/assets/stylesheets/form.css.scss */
.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

/* line 111, app/assets/stylesheets/form.css.scss */
.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 126, app/assets/stylesheets/form.css.scss */
.form-signin #inputEmail,
.form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

/* line 133, app/assets/stylesheets/form.css.scss */
input[type=email],
input[type=password],
input[type=text],
button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 147, app/assets/stylesheets/form.css.scss */
input[type=email],
input[type=password],
input[type=text] {
  color: #333;
}

/* line 153, app/assets/stylesheets/form.css.scss */
.form-signin .form-control:focus {
  border-color: #6891a2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
}

/* line 160, app/assets/stylesheets/form.css.scss */
.btn.btn-signin {
  /*background-color: #4d90fe; */
  background-color: #009AE3;
  /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

/* line 178, app/assets/stylesheets/form.css.scss */
.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
  opacity: .8;
}

/* line 184, app/assets/stylesheets/form.css.scss */
.label {
  color: #333333;
}

/* line 187, app/assets/stylesheets/form.css.scss */
.forgot-password {
  color: #6891a2;
}

/* line 191, app/assets/stylesheets/form.css.scss */
.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
  color: #0c6121;
}

/* line 196, app/assets/stylesheets/form.css.scss */
#remember {
  padding-left: 5px;
}

/* line 200, app/assets/stylesheets/form.css.scss */
.select-month {
  margin-left: 0px;
  padding-left: 0px;
}

/* line 203, app/assets/stylesheets/form.css.scss */
.select-month input {
  padding: 6px 6px;
}

/* line 206, app/assets/stylesheets/form.css.scss */
.select-month select {
  width: 70px;
  padding: 6px 3px;
}

/* line 212, app/assets/stylesheets/form.css.scss */
.select-year {
  padding-left: 4px;
}

/* line 214, app/assets/stylesheets/form.css.scss */
.select-year input {
  padding: 6px 6px;
}

/* line 217, app/assets/stylesheets/form.css.scss */
.select-year select {
  width: 70px;
  padding: 6px 3px;
}

/* line 223, app/assets/stylesheets/form.css.scss */
.payola-payment-error:empty {
  display: none !important;
}

/* line 228, app/assets/stylesheets/form.css.scss */
#cancelPopup h5 {
  font-size: 18px;
}

/* line 231, app/assets/stylesheets/form.css.scss */
#cancelPopup legend {
  padding-bottom: 12px;
}

/* line 234, app/assets/stylesheets/form.css.scss */
#cancelPopup label {
  font-size: 18px;
  padding-left: 10px;
}

/* line 238, app/assets/stylesheets/form.css.scss */
#cancelPopup textarea {
  height: 100px;
  margin-top: 10px;
}

/* line 242, app/assets/stylesheets/form.css.scss */
#cancelPopup .choice {
  height: 20px;
  float: left;
}

/* line 246, app/assets/stylesheets/form.css.scss */
#cancelPopup .btn {
  font-size: 16px;
  padding: 16px;
}

/* line 250, app/assets/stylesheets/form.css.scss */
#cancelPopup .optionLine {
  padding: 4px;
}

/* line 255, app/assets/stylesheets/form.css.scss */
.label-premium {
  border: 1px solid gold;
  border-radius: 5px;
  padding: 2px 4px 2px 4px;
  margin-right: 5px;
  color: #DAA520;
  background-color: transparent;
}

/* line 263, app/assets/stylesheets/form.css.scss */
.premium-condition {
  color: white;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #00000075;
}

/* line 271, app/assets/stylesheets/form.css.scss */
.modal-content input[type=email], .modal-content input[type=password], .modal-content input[type=text], .modal-content button {
  width: auto;
}

/* line 274, app/assets/stylesheets/form.css.scss */
.modal-content .modal-title {
  color: #323d47;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 37.4063px;
}

/* line 282, app/assets/stylesheets/form.css.scss */
.modal-content .bootbox-body {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28.5px;
  text-align: left;
  text-size-adjust: 100%;
}

/* line 291, app/assets/stylesheets/form.css.scss */
.modal-content .bootbox-accept {
  pointer-events: auto;
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  overflow: visible;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.9;
  color: #fff;
  background-color: #df5c5c;
  border-color: #df4a4a;
  font-size: 12px;
  padding: 8px 26px 6px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  border-radius: 2px;
  outline: none;
  transition: 0.15s linear;
  margin-left: .25rem;
  cursor: pointer;
}

/* line 318, app/assets/stylesheets/form.css.scss */
.modal-content .bootbox-cancel {
  font-size: 12px;
  align-items: flex-start;
  appearance: none;
  background-color: #dde2e8;
  border-bottom-color: #dde2e8;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dde2e8;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dde2e8;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #dde2e8;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: #757575;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 20.9px;
  outline-color: #757575;
  padding-bottom: 6px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 8px;
  text-align: center;
  text-size-adjust: 100%;
  text-transform: uppercase;
}
