/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

html, body {
  background-color: #f1f1f1;
  height: 100%; }

img {
  max-width: 100%; }

.content-wrapper {
  max-width: 940px;
  padding: 0 15px;
  margin: 0 auto; }

.panel {
  padding: 20px;
  border-radius: 4px;
  background-color: #FFF; }

.sales-content .panel,
.blog-post .panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

i {
  padding-right: 10px; }

.glyphicon {
  top: 0; }

textarea,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: 2px solid #e86c13;
  box-shadow: none;
  outline: 0 none; }

.form-control {
  background-color: #FFF;
  height: 42px;
  border-radius: 3px;
  box-shadow: none;
  border: 2px solid #ddd; }

.sticky-footer-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .sticky-footer-wrap .content-wrap {
    display: table-row;
    height: 100%; }
  .sticky-footer-wrap .footer-wrap {
    display: table-row;
    height: 1px; }

.page {
  padding: 40px 0;
  background-color: #f1f1f1; }

a {
  color: white;
  text-decoration: none; }
  a:hover, a:focus {
    transition: all .15s ease-in-out;
    color: darken #e86c13, 10%;
    text-decoration: none;
    text-shadow: none; }

body {
  font-family: Open Sans;
  font-size: 16px; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 1.875em; }

h3 {
  font-size: 1.5em; }

h1, h2, h3, h4 {
  margin: 0 0 30px 0; }

h5, h6 {
  margin: 0 0 20px 0; }

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0;
  word-wrap: break-word; }

p {
  color: #6E6E6E;
  font-size: 1em;
  word-wrap: break-word;
  margin: 0 0 20px 0; }

a {
  color: #e86c13;
  text-decoration: none;
  transition: all 0.3s ease 0s; }
  a:hover {
    color: #b9560f;
    text-decoration: none; }

ul,
ol {
  color: #6E6E6E;
  padding-left: 20px; }

.thumbnail .badge {
  font-size: 1em; }

.page-title {
  padding: 30px 0; }

.body-copy {
  line-height: 1.8em; }

.store-body {
  background-color: #f1f1f1;
  padding-bottom: 40px; }
  .store-body h2 {
    margin: 40px 0;
    word-break: break-word; }

.store-description {
  padding: 50px 0;
  background-color: #FAFAFA; }
  .store-description .body-copy {
    line-height: 1.8em;
    padding: 40px 0; }
  .store-description h2 {
    margin-bottom: 20px; }

.tag {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #f0f0f0;
  color: #818181;
  text-decoration: none;
  margin-bottom: 30px;
  margin-right: 5px;
  margin-left: 5px; }
  .tag.active {
    background: #e86c13;
    color: #fff;
    border: none; }
  .tag:hover {
    text-decoration: none; }

.login {
  margin-top: 40px; }
  .login .login-panel {
    background-color: white;
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
    color: #000;
    border-radius: 3px; }
    .login .login-panel .login-logo {
      padding: 0;
      width: 100%;
      height: auto; }
    .login .login-panel .login-header {
      margin: 0;
      padding: 30px 0;
      font-weight: 400;
      word-wrap: break-word; }
    .login .login-panel .form-group {
      margin-bottom: 20px; }
      .login .login-panel .form-group label {
        margin-bottom: 20px;
        font-weight: 400;
        word-wrap: break-word; }
    .login .login-panel .checkbox {
      padding: 10px 0 0 0;
      margin: 0; }
      .login .login-panel .checkbox label {
        margin: 0; }
  .login .recover-password, .login .shared-links {
    margin: 0 auto;
    margin-top: 30px; }
    .login .recover-password a, .login .shared-links a {
      color: #6E6E6E;
      text-decoration: underline; }
      .login .recover-password a:hover, .login .shared-links a:hover {
        color: #e86c13; }

.sales-content {
  padding: 40px 0;
  background-color: #f1f1f1; }
  .sales-content .sales-copy-container h1 {
    margin: 10px 0 30px 0;
    word-wrap: break-word; }
  .sales-content .offer-select .panel {
    padding: 0;
    border-radius: 4px; }
  .sales-content .offer-select .offer-pricing {
    background-color: #FFF; }
    .sales-content .offer-select .offer-pricing .panel-body {
      padding: 20px; }
      .sales-content .offer-select .offer-pricing .panel-body:hover {
        transition: all .15s ease-in-out; }
    .sales-content .offer-select .offer-pricing .border-bottom {
      border-bottom: 1px solid #f0f0f0; }
    .sales-content .offer-select .offer-pricing label,
    .sales-content .offer-select .offer-pricing .pricing-title,
    .sales-content .offer-select .offer-pricing .title {
      margin-bottom: 0; }
    .sales-content .offer-select .offer-pricing input[type="radio"],
    .sales-content .offer-select .offer-pricing input[type="checkbox"] {
      display: none; }
    .sales-content .offer-select .offer-pricing .offer-item {
      cursor: pointer; }
      .sales-content .offer-select .offer-pricing .offer-item .custom-radio {
        margin-top: 3px;
        position: relative;
        width: 20px;
        height: 20px;
        border: 1px solid #CCCCCC;
        border-radius: 50%; }
      .sales-content .offer-select .offer-pricing .offer-item .radio-inside {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 10px;
        height: 10px;
        background-color: transparent;
        border-radius: 50%; }
      .sales-content .offer-select .offer-pricing .offer-item .media-left {
        padding-right: 10px; }
      .sales-content .offer-select .offer-pricing .offer-item .title {
        color: #333333;
        font-weight: 600;
        word-wrap: break-word; }
      .sales-content .offer-select .offer-pricing .offer-item .desc {
        margin-top: 10px;
        color: #818181;
        font-weight: 400;
        word-wrap: break-word; }
      .sales-content .offer-select .offer-pricing .offer-item .price {
        margin-top: 10px;
        margin-bottom: 0;
        color: #e86c13; }
    .sales-content .offer-select .offer-pricing .offer-item:not(.single-item):hover,
    .sales-content .offer-select .offer-pricing .offer-item:not(.single-item):focus {
      background-color: rgba(0, 0, 0, 0.025); }
    .sales-content .offer-select .offer-pricing .offer-item.single-item {
      cursor: auto; }
    .sales-content .offer-select .offer-pricing .no-items :last-child {
      margin-bottom: 0; }
    .sales-content .offer-select .offer-pricing .btn-purchase {
      background-color: #e86c13; }
    .sales-content .offer-select .offer-pricing input[type="radio"]:checked + label .offer-item .custom-radio,
    .sales-content .offer-select .offer-pricing input[type="checkbox"]:checked + label .offer-item .custom-radio {
      border: 1px solid #e86c13;
      transition: all .15s ease-in-out; }
    .sales-content .offer-select .offer-pricing input[type="radio"]:checked + label .radio-inside,
    .sales-content .offer-select .offer-pricing input[type="checkbox"]:checked + label .radio-inside {
      background-color: #e86c13;
      transition: all .15s ease-in-out; }

.thank_you {
  margin: 40px 0;
  padding: 40px 0; }
  .thank_you .panel-default {
    border: none;
    border-radius: 3px; }
  .thank_you .panel-body {
    padding: 30px 20px 20px 20px; }
    .thank_you .panel-body .edit-email {
      font-size: 13px; }
  .thank_you .btn-container {
    padding: 20px 0; }

@media (max-width: 991px) {
  .thank_you {
    margin: 0; } }
.page {
  padding: 40px 0;
  background-color: #f1f1f1; }
  .page .page-content h2 {
    margin-bottom: 20px;
    word-wrap: break-word; }

#blog .marquee {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/160040/assets/blog_marquee.jpg?16926361982960804") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 100px 0; }
#blog .marquee-overlay {
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.2); }
#blog .marquee-text h1, #blog .marquee-text p {
  color: #FFFFFF; }

.posts {
  padding: 50px 0;
  background-color: #f1f1f1; }
  @media (max-width: 991px) {
    .posts .col-sm-6 {
      width: 100%; } }

.blog-post {
  margin-top: 40px;
  background-color: #f1f1f1; }
  .blog-post .post-title h1 {
    margin: 10px 0 30px 0;
    padding: 0;
    word-wrap: break-word; }
  .blog-post .blog-post-image {
    padding-bottom: 0; }
  .blog-post .post-content {
    padding-bottom: 0; }
    .blog-post .post-content img {
      max-width: 100%; }

.library-body {
  padding-top: 40px; }

.library-content {
  padding-bottom: 50px; }
  .library-content h2 {
    margin: 0;
    word-wrap: break-word; }

#sales-page .btn-secondary {
  margin-right: 20px; }

@media (max-width: 767px) {
  #sales-page .btn-secondary {
    margin: 30px 20px; } }
.btn {
  white-space: normal;
  font-size: 14px;
  font-weight: 400;
  border: none;
  padding: 11px 30px;
  box-shadow: none;
  border-radius: 4px;
  outline: none;
  text-transform: uppercase;
  text-shadow: none;
  background-image: none;
  transition: all .15s ease-in-out; }
  .btn.btn-lg {
    padding: 15px 20px;
    font-size: 18px; }
  .btn.btn-block {
    width: 100%;
    display: block; }
  .btn.btn-default {
    background-color: #e86c13;
    color: #FFF; }
    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active {
      color: #FFF;
      background-color: #b9560f;
      box-shadow: none;
      outline: none; }
  .btn.btn-secondary {
    background-color: #ABABAB;
    color: #FFF; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
      color: #FFF;
      background-color: #929292;
      box-shadow: none;
      outline: none; }

.new-comment {
  padding: 30px 0; }
  .new-comment textarea {
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    border: solid 1px;
    box-shadow: none;
    border-color: #eee;
    resize: none;
    outline-style: none;
    outline: none;
    margin-bottom: 15px;
    font-size: 16px; }
    .new-comment textarea:focus {
      border: 2px solid #e86c13;
      outline: none;
      box-shadow: none; }
    .new-comment textarea:active {
      outline: none;
      box-shadow: none; }
  .new-comment .btn-default {
    margin: 10px 0; }

.comment {
  padding-top: 40px;
  margin-bottom: 30px; }
  .comment h3 {
    margin-bottom: 10px; }
  .comment p {
    margin-bottom: 10px; }
  .comment .days-elapsed {
    font-size: 14px;
    margin-right: 30px;
    color: #818181;
    display: inline; }

.comment a {
  display: inline;
  color: #e86c13;
  text-decoration: none; }
  .comment a:hover {
    color: #b9560f; }

.reply {
  padding-left: 5%; }
  .reply blockquote {
    border-left: 2px solid #ddd; }
    .reply blockquote a {
      font-size: 14px; }

.navbar-inverse {
  margin: 0;
  padding: 10px 0;
  background-color: #c0392b;
  background-image: none;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }
  .navbar-inverse .navbar-nav li a {
    text-transform: uppercase;
    color: #ffffff; }
    .navbar-inverse .navbar-nav li a:hover {
      color: #e86c13; }
  .navbar-inverse .navbar-collapse {
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important; }
  .navbar-inverse .navbar-toggle {
    border: none; }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
      background-color: transparent; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #000000; }
  .navbar-inverse .navbar-brand {
    display: block;
    margin: 0;
    padding: 5px 15px 0 15px; }
    .navbar-inverse .navbar-brand img {
      width: auto;
      max-height: 40px; }
  .navbar-inverse .dropdown .dropdown-toggle:focus {
    color: #e86c13; }
  .navbar-inverse .dropdown .dropdown-menu {
    background-color: #c0392b;
    font-size: 1em;
    margin-top: 9px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .navbar-inverse .dropdown .dropdown-menu li a {
      text-align: center;
      background-color: #c0392b;
      line-height: 20px;
      text-transform: uppercase;
      color: #ffffff;
      height: 40px;
      padding: 10px; }
      .navbar-inverse .dropdown .dropdown-menu li a:hover, .navbar-inverse .dropdown .dropdown-menu li a:focus {
        background-color: #c0392b;
        color: #e86c13; }
  .navbar-inverse .dropdown .user-dropdown {
    display: block;
    height: 50px;
    margin-left: 15px;
    padding-top: 10px;
    position: relative; }
    .navbar-inverse .dropdown .user-dropdown .caret {
      color: #ffffff;
      transition: all 0.15s ease; }
    .navbar-inverse .dropdown .user-dropdown .avatar {
      height: 30px;
      margin-right: 5px; }
    .navbar-inverse .dropdown .user-dropdown:hover, .navbar-inverse .dropdown .user-dropdown:focus {
      text-decoration: none; }
      .navbar-inverse .dropdown .user-dropdown:hover .caret, .navbar-inverse .dropdown .user-dropdown:focus .caret {
        color: #e86c13; }

@media (max-width: 991px) {
  .navbar-brand img {
    max-width: 200px; } }
.marquee {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/160040/assets/site_marquee.jpg?16926361982960804") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .marquee .marquee-overlay {
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .marquee .marquee-text {
    margin: 0;
    padding: 0;
    color: #FFFFFF; }
    .marquee .marquee-text h1 {
      color: #FFFFFF;
      font-size: 48px;
      text-transform: uppercase;
      word-wrap: break-word; }
    .marquee .marquee-text p {
      color: #FFFFFF;
      font-size: 24px;
      line-height: 36px;
      margin: 0;
      padding: 0;
      word-wrap: break-word; }

@media (max-width: 991px) {
  .marquee .text-center h1 {
    font-size: 42px; } }
.thumbnail {
  cursor: pointer;
  background-color: #FFF;
  margin-bottom: 40px;
  padding: 0;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0px 1px 5px rgba(68, 68, 68, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(68, 68, 68, 0.2);
  box-shadow: 0px 1px 5px rgba(68, 68, 68, 0.2);
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }
  .thumbnail:hover {
    -webkit-box-shadow: 0px 2px 7px rgba(68, 68, 68, 0.4);
    -moz-box-shadow: 0px 2px 7px rgba(68, 68, 68, 0.4);
    box-shadow: 0px 2px 7px rgba(68, 68, 68, 0.4); }
  .thumbnail .caption {
    margin: 0;
    padding: 20px; }
    .thumbnail .caption h3 {
      color: #333333;
      padding-bottom: 15px;
      margin: 0;
      word-break: break-word; }
  .thumbnail .badge {
    background-color: #e86c13;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 5px;
    border-radius: 3px; }
  .thumbnail p {
    color: #818181;
    margin-top: 15px; }

#optin {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 30px auto;
  padding: 15px 0;
  border-radius: 3px; }
  #optin .form-inline {
    max-width: 100%; }
  #optin label {
    display: none; }

@media (min-width: 991px) {
  #optin .form-control-override {
    width: 100%; }
  #optin .form-group {
    display: block;
    margin-bottom: 0; } }
@media (min-width: 767px) {
  .form-inline .form-control {
    width: 100%; }
  .form-inline .form-group {
    display: block;
    margin-bottom: 15px; } }
.http-status {
  padding: 20px;
  text-align: center; }
  .http-status .status-container {
    position: relative;
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px; }
  .http-status .title {
    font-size: 120px;
    margin: 50px 0; }
  .http-status .desc {
    padding: 30px 0; }

@media (max-width: 767px) {
  .http-status .title {
    font-size: 60px; } }
.pagination {
  margin: 0 auto;
  width: 100%; }

footer {
  background-color: #dedede; }
  footer .footer-content {
    padding: 30px 0 50px 0; }
    footer .footer-content .copyright {
      float: left; }
    footer .footer-content p {
      display: inline;
      color: #818181; }
    footer .footer-content li a {
      display: inline;
      color: #818181;
      background-color: none;
      text-shadow: none; }
      footer .footer-content li a:hover {
        color: #e86c13;
        background-color: transparent; }
      footer .footer-content li a:focus {
        background-color: transparent; }

.powered-by {
  background: #c5c5c5;
  padding: 10px 0px; }
  .powered-by a {
    font-size: 14px;
    color: #818181; }

@media (max-width: 767px) {
  footer .footer-content {
    text-align: center; }
    footer .footer-content .copyright {
      float: none; }
    footer .footer-content li {
      padding: 10px 0; } }
section.form {
  padding: 40px 0; }
  section.form .form-font-styles, section.form input[type="text"],
  section.form input[type="email"],
  section.form input[type="tel"],
  section.form select,
  section.form textarea, section.form .radio-buttons-field .radio label, section.form .checkbox-field input + label {
    font-family: Open Sans;
    font-size: 1em;
    cursor: pointer;
    vertical-align: top;
    color: #6E6E6E; }
  section.form .radio-checkbox-styles, section.form .radio-buttons-field .radio label:before, section.form .checkbox-field input + label:before {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    content: "";
    border: 1px solid #818181; }
  section.form form {
    text-align: left; }
  section.form .form-control {
    margin-bottom: 15px; }
  section.form label {
    color: #333; }
  section.form .radio-buttons-field > label:first-of-type {
    display: block;
    margin-bottom: 15px; }
  section.form .input-item {
    margin-bottom: 15px; }
  section.form input[type="text"],
  section.form input[type="email"],
  section.form input[type="tel"],
  section.form select,
  section.form textarea {
    color: #333;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    resize: vertical;
    outline: none;
    box-shadow: none;
    border: 1px solid #818181;
    border-radius: 3px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  section.form input[type="text"]:active, section.form input[type="text"]:hover, section.form input[type="text"]:focus,
  section.form input[type="email"]:active,
  section.form input[type="email"]:hover,
  section.form input[type="email"]:focus,
  section.form input[type="tel"]:active,
  section.form input[type="tel"]:hover,
  section.form input[type="tel"]:focus,
  section.form select:active,
  section.form select:hover,
  section.form select:focus,
  section.form textarea:active,
  section.form textarea:hover,
  section.form textarea:focus {
    border-width: 1.25px;
    outline: none;
    border-color: #e86c13; }
  section.form *::-webkit-input-placeholder {
    color: #dcdcdc; }
  section.form *:-moz-placeholder {
    color: #dcdcdc; }
  section.form *::-moz-placeholder {
    color: #dcdcdc; }
  section.form *:-ms-input-placeholder {
    color: #dcdcdc; }
  section.form .parsley-errors-list {
    margin: 0;
    color: red; }
  section.form .parsley-errors-list.filled {
    margin: 20px 0; }
  section.form textarea {
    padding: 12.5px 16px;
    height: 75px; }
  section.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  section.form .country-field,
  section.form .select-box-field {
    position: relative; }
  section.form .country-field:after,
  section.form .select-box-field:after {
    font-family: "FontAwesome";
    font-size: 2.4rem;
    line-height: 50px;
    position: absolute;
    top: 2px;
    right: 10px;
    height: 50px;
    content: "\f0d7";
    pointer-events: none;
    color: #dcdcdc; }
  section.form input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none; }
  section.form .radio-buttons-field .radio {
    position: relative;
    margin-bottom: 10px; }
    section.form .radio-buttons-field .radio label {
      padding-left: 0;
      color: #333; }
      section.form .radio-buttons-field .radio label:before {
        border-radius: 50%; }
    section.form .radio-buttons-field .radio input[type=radio] + span:after {
      position: absolute;
      top: 4px;
      left: 4px;
      width: 14px;
      height: 14px;
      content: "";
      background-color: #e86c13;
      border-radius: 50%;
      transform: scale(0);
      -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
      -moz-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
      transition: all 0.2s cubic-bezier(1, 0, 0, 1.5); }
    section.form .radio-buttons-field .radio input[type=radio]:checked + span:after {
      transform: scale(1); }
  section.form input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none; }
  section.form .checkbox-field {
    position: relative; }
  section.form .checkbox-field input + label {
    color: #333; }
    section.form .checkbox-field input + label:before {
      border-radius: 3px; }
  section.form input[type=checkbox] + span:after {
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: 2px;
    content: "\f00c";
    color: #e86c13;
    transform: scale(0);
    -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
    -moz-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
    transition: all 0.2s cubic-bezier(1, 0, 0, 1.5); }
  section.form input[type=checkbox]:checked + span:after {
    transform: scale(1); }
  section.form .btn-form {
    background-color: #e86c13;
    color: #fff;
    font-size: 24px;
    padding: 20px;
    font-weight: 600; }
