/* Bootstrap theme customized with Pinegrow Web Editor */
/* Nothing goes below this note */
/* Global Variables and JR SCSS ONLY - Custom theme CSS goes in theme.scss */
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
.a_jr_pad_sm {
  padding: 1rem 0;
}
@media (min-width: 576px) {
  .a_jr_pad_sm {
    padding: 1.25rem 0;
  }
}
@media (min-width: 768px) {
  .a_jr_pad_sm {
    padding: 1.5rem 0;
  }
}
@media (min-width: 992px) {
  .a_jr_pad_sm {
    padding: 1.75rem 0;
  }
}

.a_jr_pad_md {
  padding: 2rem 0;
}
@media (min-width: 576px) {
  .a_jr_pad_md {
    padding: 2.25rem 0;
  }
}
@media (min-width: 768px) {
  .a_jr_pad_md {
    padding: 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .a_jr_pad_md {
    padding: 2.75rem 0;
  }
}

.a_jr_pad_lg {
  padding: 3rem 0;
}
@media (min-width: 576px) {
  .a_jr_pad_lg {
    padding: 3.25rem 0;
  }
}
@media (min-width: 768px) {
  .a_jr_pad_lg {
    padding: 3.5rem 0;
  }
}
@media (min-width: 992px) {
  .a_jr_pad_lg {
    padding: 3.75rem 0;
  }
}

.content-area {
  display: block;
  width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

aside {
  padding-bottom: 10px;
  padding-top: 10px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.site {
  word-wrap: break-word;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit;
}

.wp-caption {
  font-size: inherit;
}

.wp-caption-text {
  font-size: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.entry-footer span {
  padding-right: 10px;
}

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

article figure {
  margin: 0px;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote,
blockquote.has-text-align-left {
  margin: 0.5rem 0 1.5rem 1.5rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-left: 3px solid #070707;
  overflow: hidden;
}
blockquote p:last-of-type,
blockquote.has-text-align-left p:last-of-type {
  margin-bottom: 0;
}

blockquote.has-text-align-right {
  margin: 0.5rem 1.5rem 1.5rem 0;
  padding: 0.5rem 1.5rem 0.5rem 0;
  border-right: 3px solid #070707;
  border-left: none;
}

blockquote.has-text-align-center {
  border: none;
  margin: 0.5rem 1.5rem 1.5rem 1.5rem;
}

.wp-block-table {
  display: table;
}
.wp-block-table th {
  padding: 4px 4px;
  text-align: left;
}
.wp-block-table td {
  margin: 0;
  padding: 15px;
  border: 1px solid #989696;
}

.jr-clear {
  clear: both;
}

#TB_window {
  padding-bottom: 15px;
}
#comments label:not(label.wp-comment-cookies-consent) {
  width: 100%;
}
#comments input,
#comments area {
  border: 1px solid #212529;
}
#comments input[type=submit] {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px 40px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #000;
  border: 3px solid #070707;
  min-width: 100%;
}
#comments input[type=submit]:hover {
  background-color: #343434;
}
#comments .comment-form-comment textarea {
  width: 100%;
}
#comments .comment-form-email,
#comments .comment-form-author {
  width: 50%;
  float: left;
}
.widget-area .widget {
  list-style-type: none;
  margin-bottom: 1.5em;
}
.widget-area .widget_ul_outer {
  padding: 0.5rem;
}
.widget-area .widget ul li {
  margin-bottom: 5px;
}
.widget-area .widget li {
  list-style-type: none;
}
.widget-area .widget ul {
  padding-left: 0;
}

aside .widget_search {
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-column--1, .woocommerce .woocommerce .woocommerce-column--2 {
  max-width: 100% !important;
}
.woocommerce .quantity .qty {
  border-radius: 0.75rem;
  font-size: 20px;
  margin-right: 1rem;
}
.woocommerce button.button.alt,
.woocommerce a.button.alt {
  color: #ffffff;
  background-color: #070707;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0.75rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {
  background-color: #343434;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 1em auto;
}
.woocommerce .woocommerce-result-count {
  width: 50%;
  float: left;
}
.woocommerce .woocommerce-products-header__title page-title {
  margin-bottom: 25px;
}
.woocommerce .woocommerce-product-gallery figure {
  max-width: initial;
}
.woocommerce.archive .product mark, .woocommerce #single_woo .related .product mark {
  display: none;
}
.woocommerce.archive .product h2, .woocommerce #single_woo .related .product h2 {
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding-top: 15px;
  margin: 0.5rem 0 0 0;
  padding: 10px 5px;
  text-align: left;
}
.woocommerce.archive .product span.price, .woocommerce #single_woo .related .product span.price {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  text-align: left;
  color: #2E2E2E;
}
.woocommerce.archive .product a, .woocommerce #single_woo .related .product a {
  color: #2E2E2E;
  text-decoration: none;
}
.woocommerce.archive .product a img, .woocommerce #single_woo .related .product a img {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.33);
  padding: 2rem 0.5rem;
}
.woocommerce.archive .product a.button, .woocommerce #single_woo .related .product a.button {
  margin-bottom: 15px;
  padding: 1rem 0.5rem;
  border-radius: 0.75rem;
  border: 4px #070707 solid;
  font-weight: bold;
  min-width: 290px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  color: #070707;
}
.woocommerce.archive .product a.button:hover, .woocommerce #single_woo .related .product a.button:hover {
  text-decoration: none;
  background: #070707;
  color: #fff;
}
.woocommerce.archive .product span.onsale, .woocommerce #single_woo .related .product span.onsale {
  background-color: #2d9004;
  border-radius: 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce #single_woo .related h2:first-of-type {
  text-transform: capitalize;
}
.woocommerce .woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce .woocommerce-checkout label,
.woocommerce .woocommerce-checkout input,
.woocommerce .woocommerce-checkout span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-checkout input[type=radio],
.woocommerce .woocommerce-checkout input[type=checkbox] {
  width: 20px !important;
  float: left;
  margin-top: 10px !important;
}
.woocommerce .woocommerce-checkout span input {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 5px;
}
.woocommerce .woocommerce-checkout #order_review_heading {
  clear: both;
}
.woocommerce .woocommerce-checkout .create-account label, .woocommerce .woocommerce-checkout .create-account #createaccount {
  width: inherit;
}
.woocommerce .woocommerce-checkout .col-1, .woocommerce .woocommerce-checkout .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
  float: left;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.woocommerce .widget-area {
  padding-top: 40px;
}
.woocommerce .widget-area .widget {
  margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #070707;
}

:root {
  --primary-light: #EDEDED;
  --primary: #070707;
  --secondary: #343434;
  --tertiary: #E13A28;
  --light: #f8f9fa;
  --dark: #212529;
  --black: #000;
  --white: #fff;
  --transparent: rgba(0, 0, 0, 0);
  --gray-light: #f7f7f7;
  --gray-med-light: #ced4da;
  --gray-med: #B9B9B9;
  --gray-med-dark: #595959;
  --gray-dark: #2E2E2E;
  --success: #28a745;
  --info: #E13A28;
  --warning: #ffc107;
  --danger: #dc3545;
}

/* Create Guetenburg Color Options
--------------------------------------------- */
.has-primary-light-color {
  color: #EDEDED;
}

.has-primary-light-background-color {
  background-color: #EDEDED;
}

.has-primary-color {
  color: #070707;
}

.has-primary-background-color {
  background-color: #070707;
}

.has-secondary-color {
  color: #343434;
}

.has-secondary-background-color {
  background-color: #343434;
}

.has-tertiary-color {
  color: #E13A28;
}

.has-tertiary-background-color {
  background-color: #E13A28;
}

.has-light-color {
  color: #f8f9fa;
}

.has-light-background-color {
  background-color: #f8f9fa;
}

.has-dark-color {
  color: #212529;
}

.has-dark-background-color {
  background-color: #212529;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

.has-transparent-color {
  color: rgba(0, 0, 0, 0);
}

.has-transparent-background-color {
  background-color: rgba(0, 0, 0, 0);
}

.has-gray-light-color {
  color: #f7f7f7;
}

.has-gray-light-background-color {
  background-color: #f7f7f7;
}

.has-gray-med-light-color {
  color: #ced4da;
}

.has-gray-med-light-background-color {
  background-color: #ced4da;
}

.has-gray-med-color {
  color: #B9B9B9;
}

.has-gray-med-background-color {
  background-color: #B9B9B9;
}

.has-gray-med-dark-color {
  color: #595959;
}

.has-gray-med-dark-background-color {
  background-color: #595959;
}

.has-gray-dark-color {
  color: #2E2E2E;
}

.has-gray-dark-background-color {
  background-color: #2E2E2E;
}

.has-success-color {
  color: #28a745;
}

.has-success-background-color {
  background-color: #28a745;
}

.has-info-color {
  color: #E13A28;
}

.has-info-background-color {
  background-color: #E13A28;
}

.has-warning-color {
  color: #ffc107;
}

.has-warning-background-color {
  background-color: #ffc107;
}

.has-danger-color {
  color: #dc3545;
}

.has-danger-background-color {
  background-color: #dc3545;
}

body {
  background: #fff;
  font-size: 20px;
  letter-spacing: 0.06em;
}
body.modal-open {
  overflow: hidden;
}
body mark {
  padding: unset;
}

#site_content {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  header {
    position: relative;
    z-index: 2;
  }
}
header .hat {
  vertical-align: middle;
}
header .hat a {
  color: #000;
  vertical-align: baseline;
  letter-spacing: 0.06em;
  padding: 0 0 0 1em;
  font-size: 1rem;
  font-weight: bold;
}
header .hat li {
  margin: 0;
  line-height: 16px;
}
header nav {
  background: #070707;
  background-image: url("../images/backgrounds/TexturedBackground.png");
  background-repeat: no-repeat;
  background-size: cover;
}
header nav .nav-toggle {
  color: #fff;
}
header nav .nav-toggle svg {
  min-width: 24px;
}
header nav .logo {
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.25em 0.5em;
  border: #070707 3px solid;
}
@media (min-width: 1200px) {
  header nav .logo {
    margin: -4rem 0;
  }
}
@media (min-width: 576px) {
  header nav .logo {
    padding: 0.5em 1.5em;
  }
}
header nav .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
header nav .navbar ul {
  padding-right: 0.5rem;
}
header nav .navbar ul li {
  margin: 0 0.25rem;
}
@media (min-width: 1400px) {
  header nav .navbar ul li {
    margin: 0 1em;
  }
}
header nav .navbar a {
  color: #fff;
  letter-spacing: 0.06em;
}

#navModal {
  display: none;
  background-color: #070707;
  text-align: center;
  overflow-y: scroll;
  z-index: 100;
}
#navModal a {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0.75em;
}
#navModal #menu-mobile-main-pages {
  padding-top: 4rem;
}

.closeModela {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.hero {
  background: url("../images/hero.png") no-repeat fixed;
  background-size: cover;
}
.hero .wrapper {
  background: rgba(52, 52, 52, 0.4);
  min-height: 90vh;
}
.hero .content {
  background: rgba(7, 7, 7, 0.9);
  border-radius: 35px;
  color: #fff;
}
.hero .content .play i {
  background: #070707;
  border-radius: 70px;
  display: inline-block;
  width: 40px;
  text-indent: 5px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .hero .content {
    background: rgba(7, 7, 7, 0.9);
    border-radius: 10px;
    color: #fff;
  }
  .hero .content .play i {
    background: #070707;
    border-radius: 70px;
    display: inline-block;
    width: 40px;
    text-indent: 5px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    margin-left: 1rem;
  }
}

.description {
  padding-top: 150px;
}
.description .wrapper {
  background: #EDEDED;
}
@media (min-width: 576px) {
  .description .wrapper {
    padding: 35px;
  }
}
.description .wrapper:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background: #EDEDED url("../images/corner-bottom-right.png") no-repeat center center;
  background-size: contain;
  bottom: 5px;
  right: 5px;
  border: 10px solid #EDEDED;
  position: absolute;
}
.description .wrapper:after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background: #EDEDED url("../images/corner-bottom-left.png") no-repeat center center;
  background-size: contain;
  bottom: 5px;
  left: 5px;
  border: 10px solid #EDEDED;
  position: absolute;
}
.description .wrapper .box {
  border: 1px solid #000;
}
.description .wrapper .box:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background: #EDEDED url("../images/corner-top-left.png") no-repeat center center;
  background-size: contain;
  top: 5px;
  left: 5px;
  border: 10px solid #EDEDED;
  position: absolute;
}
.description .wrapper .box:after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background: #EDEDED url("../images/corner-top-right.png") no-repeat center center;
  background-size: contain;
  top: 5px;
  right: 5px;
  border: 10px solid #EDEDED;
  position: absolute;
}
.description .cross {
  border-radius: 35px;
  margin-left: -12.5%;
  background: #070707;
  z-index: 3;
  position: relative;
}
.description .bullets {
  list-style: none;
  padding-left: 0;
}
.description .bullets li {
  margin: 1em 0;
}
@media (min-width: 576px) {
  .description .bullets li {
    position: relative;
    padding-left: 3.5em;
    font-size: 24px;
    line-height: 28px;
  }
  .description .bullets li:before {
    display: block;
    /* position: absolute */
    left: 0;
    /* top: 0 */
    content: "";
    background-image: url("../images/bullet1.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 44px;
    height: 40px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.form-section {
  background: #EDEDED;
}
.form-section #startAccount {
  background: #343434;
  border-radius: 35px;
  height: 120%;
  top: -10%;
  color: #fff;
  text-align: center;
}
.form-section #startAccount small a {
  color: #fff;
}
.form-section #startAccount .form-group {
  padding: 0.25em 0;
}
.form-section #startAccount .form-group .form-control {
  border-radius: 60px;
  font-size: 20px;
  font-weight: 500;
  padding: 1.5em 2em;
}
.form-section .bullets {
  list-style: none;
  padding-left: 0;
}
.form-section .bullets li {
  margin: 1em 0;
}
@media (min-width: 576px) {
  .form-section .bullets {
    padding-left: 2rem;
  }
  .form-section .bullets li {
    position: relative;
    padding-left: 2.5em;
    font-size: 24px;
    line-height: 28px;
  }
  .form-section .bullets li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background: url("../images/bullet2.png") no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 28px;
    -webkit-transform: translateY(-18px);
        -ms-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}

.cta-bar {
  background: #070707;
  color: #fff;
  font-size: 32px;
}
.cta-bar.bar-2 {
  background: #595959;
}
.cta-bar.bar-2 .btn {
  text-transform: none;
  font-size: 26px;
}

.image-block {
  background-image: url("../images/reading-christian-author-book.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.image-block.block-2 {
  background-image: url("../images/five-stars-book-reviews-100.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.image-block.block-3 {
  background-image: url("../images/bible-heart-book.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.image-block.block-3 .wrapper {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.image-block.block-3 .lead {
  font-size: 40px;
  font-weight: 600;
}
.image-block .wrapper {
  background: rgba(7, 7, 7, 0.8);
  min-height: 35vmax;
  color: #fff;
  font: 600 32px/38px "Laca";
  letter-spacing: 0.06em;
}
.image-block .wrapper p {
  margin-top: 2em;
}
.image-block .wrapper p:first-child {
  margin-top: 0;
}
.how-it-works h2 {
  font-size: 40px;
  font-weight: 600;
}
.how-it-works .box {
  border-radius: 35px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  border-top: 20px solid #E13A28;
}
.how-it-works .box .image {
  width: 100%;
  height: 200px;
  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;
  text-align: center;
}
.how-it-works .box h3 {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 4px solid #E13A28;
  padding: 1em 0;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .how-it-works .box h3 {
    font-size: 28px;
  }
}
.how-it-works .box p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 0.5em 1em;
}
.how-it-works .box:first-child {
  border-top: 20px solid #343434;
}
.how-it-works .box:first-child h3 {
  border-bottom: 4px solid #343434;
}
.how-it-works .box:last-child {
  border-top: 20px solid #B9B9B9;
}
.how-it-works .box:last-child h3 {
  border-bottom: 4px solid #B9B9B9;
}

.features {
  background: #343434;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.features .image {
  height: 200px;
}
@media (max-width: 767px) {
  .features .image {
    width: 100%;
    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;
    text-align: center;
  }
}
.features p {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.faq h2 {
  font-size: 40px;
  font-weight: 600;
}
.faq .card {
  border: 0;
  margin: 1em 0;
}
.faq .card .card-header {
  background: #070707;
  padding: 0;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .faq .card .card-header {
    margin-bottom: 0;
  }
}
.faq .card .card-header .accordion-toggle {
  background: #070707;
  display: block;
  color: #fff;
  border: 0;
  width: 100%;
  padding: 1em 1.5em;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}
.faq .card .card-header .accordion-toggle .fa-plus {
  display: none;
}
.faq .card .card-header .accordion-toggle .fa-minus {
  display: block;
}
.faq .card .card-header .accordion-toggle.collapsed .fa-minus {
  display: none;
}
.faq .card .card-header .accordion-toggle.collapsed .fa-plus {
  display: block;
}
.faq .card .card-body {
  padding: 2em;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  border: 1px solid #000;
  margin: 0.5em;
}
@media (min-width: 576px) {
  .faq .card .card-body {
    margin: 2em;
  }
}
.faq .card .card-body:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url("../images/corner-bottom-right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  bottom: -30px;
  right: -30px;
  border: 10px solid #fff;
  position: absolute;
}
.faq .card .card-body:after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url("../images/corner-bottom-left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  bottom: -30px;
  left: -30px;
  border: 10px solid #fff;
  position: absolute;
}
.faq .card .card-body .content:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url("../images/corner-top-left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  top: -30px;
  left: -30px;
  border: 10px solid #fff;
  position: absolute;
}
.faq .card .card-body .content:after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url("../images/corner-top-right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  top: -30px;
  right: -30px;
  border: 10px solid #fff;
  position: absolute;
}

.pricing {
  background: #EDEDED;
}
.pricing h2 {
  border-bottom: 4px solid #E13A28;
}
.pricing h3 {
  font-size: 32px;
  font-weight: 600;
}
.pricing .bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing .bullets li {
  position: relative;
  padding-left: 2.5em;
  margin: 0 0 1em;
  font-size: 24px;
  line-height: 28px;
}
.pricing .bullets li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background: url("../images/bullet2.png") no-repeat;
  background-size: contain;
  width: 28px;
  height: 30px;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.pricing .plans {
  background: #f7f7f7;
  border-radius: 35px;
}
.pricing .plans .tabs .tab-content {
  border: 1px solid #070707;
  border-top: 0;
  background: #fff;
  padding: 1em;
}
.pricing .plans .tabs .nav-link {
  background: #343434;
  color: #fff;
  border-radius: 15px 15px 0 0;
  border: 1px solid #070707;
  border-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .pricing .plans .tabs .nav-link {
    font-size: 1.5rem;
  }
}
.pricing .plans .tabs .nav-link.active {
  background: #fff;
  color: #000;
}

#jr_wrapper_footer {
  background: #070707;
  background-image: url("../images/backgrounds/TexturedBackground.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#jr_wrapper_footer .bckgroundWrapper {
  position: relative;
}
#jr_wrapper_footer .bckgroundWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
  margin-top: -2px;
}
@media (min-width: 576px) {
  #jr_wrapper_footer .bckgroundWrapper img {
    position: relative;
  }
}
#jr_wrapper_footer a {
  color: #fff;
  font-size: 18px;
}
#jr_wrapper_footer .container .row {
  padding: 2rem 0;
}
#jr_wrapper_footer .container .row ul {
  display: block;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin: 2rem 0;
}
@media (min-width: 576px) {
  #jr_wrapper_footer .container .row ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (min-width: 768px) {
  #jr_wrapper_footer .container .row ul {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  #jr_wrapper_footer .container .row ul {
    margin-top: 0;
  }
}
#jr_wrapper_footer .legal {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 1rem;
  border-top: 1px solid #fff;
}
#jr_wrapper_footer .legal p {
  margin: 0;
}

@media (min-width: 1400px) {
  .col-xxl-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.hero .content .btn-primary:hover {
  background-color: #343434;
}

@media (min-width: 576px) {
  .sampleVideo .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
.how-it-works .sampleVideo {
  position: relative;
}

@media (max-width: 575px) {
  .hero .content h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
  }
}
#loginout a {
  color: #fff;
}

.bckSection {
  display: grid;
}
.bckSection .imgWrapper {
  position: relative;
  z-index: 1;
}
.bckSection .imgWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bckSection > div {
  grid-area: 1/1/2/2;
  z-index: 2;
}
.bckSection .gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(45%, rgba(255, 255, 255, 0.91)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.91) 45%, rgba(255, 255, 255, 0) 100%);
}
.bckSection .heroRow {
  padding: 6rem 0 8rem;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: local("Montserrat"), url("/wp-content/themes/review_books/assets/css/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 400;
  font-style: italic;
  src: local("Montserrat"), url("/wp-content/themes/review_books/assets/css/fonts/Montserrat-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: local("Montserrat"), url("/wp-content/themes/review_books/assets/css/fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  src: local("Montserrat"), url("/wp-content/themes/review_books/assets/css/fonts/Montserrat-BoldItalic.ttf") format("truetype");
}
.drop-shadow {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

ul.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  gap: 0.5rem;
  list-style-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.9997%2015.1709L19.1921%205.97852L20.6063%207.39273L9.9997%2017.9993L3.63574%2011.6354L5.04996%2010.2212L9.9997%2015.1709Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
@media (min-width: 768px) {
  ul.checkbox {
    list-style-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M9.9997%2015.1709L19.1921%205.97852L20.6063%207.39273L9.9997%2017.9993L3.63574%2011.6354L5.04996%2010.2212L9.9997%2015.1709Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  }
}
ul.checkbox.darkCheck {
  list-style-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.9997%2015.1709L19.1921%205.97852L20.6063%207.39273L9.9997%2017.9993L3.63574%2011.6354L5.04996%2010.2212L9.9997%2015.1709Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.btn {
  letter-spacing: 0.06em;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
.btn.btn-primary {
  background: #E13A28;
  border-color: #E13A28;
  color: #fff;
  font-size: 1.25rem;
}
.btn.btn-primary:hover {
  background: #070707;
}
.btn.btn-secondary {
  background: #343434;
  color: #fff;
  font-size: 20px;
}
.btn.btn-outline-white:hover {
  background-color: #343434;
  color: #fff;
}
.btn.btn-black:hover {
  background-color: #343434;
}
.btn.btn-no-transform {
  text-transform: none;
}
.btn.btn-lg {
  border-radius: 1.25rem;
}
.btn.btn-success {
  color: #fff;
}
.accordion.expert_block dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}
.accordion.expert_block dt button {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-weight: bold;
  padding: 0.75rem 1rem;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 0.5rem;
  border-color: #EDEDED;
  border-width: 1px;
}
.accordion.expert_block dt button.opened {
  background-color: #000;
  color: #fff;
}
.accordion.expert_block dt button.opened .open_icon > * {
  background-color: #E13A28;
}
.accordion.expert_block dt button.opened .open_icon .vertical {
  opacity: 0;
}
.accordion.expert_block dt button .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.accordion.expert_block dt button .open_icon {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion.expert_block dt button .open_icon > * {
  background-color: #2E2E2E;
  grid-row: 1/1;
  grid-column: 1/1;
}
.accordion.expert_block dt button .open_icon .horizontal {
  width: 15px;
  height: 3px;
}
.accordion.expert_block dt button .open_icon .vertical {
  width: 3px;
  height: 15px;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.accordion.expert_block dt button:hover {
  background-color: #000;
  color: #fff;
}
.accordion.expert_block dt button:hover .open_icon > * {
  background-color: #fff;
}
.accordion.expert_block dd {
  display: none;
  padding: 1rem;
}
.accordion.expert_block .wp-block.accordion_title_content dd {
  display: block;
}

.amazonBlock {
  position: relative;
}
.amazonBlock .amWrapper {
  margin-bottom: 1rem;
}
.amazonBlock .bubbleWrapper {
  display: grid;
  grid-template-columns: 45px 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .amazonBlock .bubbleWrapper {
    position: absolute;
    top: -30px;
    right: -370px;
  }
}
@media (min-width: 1400px) {
  .amazonBlock .bubbleWrapper {
    right: -260px;
  }
}
.amazonBlock .bubbleWrapper > *:nth-child(1) {
  grid-area: 1/1/2/4;
}
.amazonBlock .bubbleWrapper > *:nth-child(2) {
  grid-area: 1/2/2/3;
  margin: 0 auto;
}
.amazonBlock .bubbleWrapper .reviewsGiven {
  grid-area: 1/3/2/4;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.amazonBlock .bubbleWrapper .reviewsGiven .number {
  font-weight: bold;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .amazonBlock .bubbleWrapper .reviewsGiven .number {
    font-size: 2rem;
  }
}
.amazonBlock .bubbleWrapper .reviewsGiven .number + div {
  font-weight: bold;
  font-size: 1rem;
}

.starWrapper {
  margin-bottom: 2rem;
}

.arrowWrapper {
  padding: 0.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrowWrapper.white {
  background-color: #fff;
}
.arrowWrapper > div {
  position: relative;
  right: -2px;
}

.downArrowBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  position: relative;
}
.downArrowBlock .text {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 576px) {
  .downArrowBlock .text {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .downArrowBlock .text {
    font-size: 1.32rem;
  }
}
@media (min-width: 1200px) {
  .downArrowBlock .text {
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .downArrowBlock .text {
    font-size: 1.95rem;
  }
}
.downArrowBlock .downCurveArrow {
  display: none;
}
@media (min-width: 768px) {
  .downArrowBlock .downCurveArrow {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -53px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  .downArrowBlock .downCurveArrow {
    bottom: -90px;
    right: -55px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .downArrowBlock .downCurveArrow {
    bottom: -75px;
    height: 90px;
  }
}
@media (min-width: 1400px) {
  .downArrowBlock .downCurveArrow {
    bottom: -60px;
    right: -40px;
    height: 70px;
  }
}
.downArrowBlock .downCurveArrow img {
  height: 100%;
}

.arrow-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.arrow-right.white {
  border-left: 15px solid #fff;
}
.arrow-right.tertiary {
  border-left: 15px solid #E13A28;
}

.blobImgWrapper {
  display: grid;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.blobImgWrapper > img {
  grid-area: 1/2/1/2;
  width: 100%;
}
.blobImgWrapper > img:last-of-type {
  position: absolute;
  padding: 6rem 3.5rem 3rem 2rem;
  width: 90%;
  margin-left: 5%;
}

.dividerIcons {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dividerIcons.lightLine .line {
  background-color: rgba(237, 237, 237, 0.6);
}
.dividerIcons > div {
  grid-area: 1/1/2/2;
}
.dividerIcons .line {
  width: 100%;
  max-width: 350px;
  justify-self: center;
  height: 2px;
  background-color: #B9B9B9;
}
.dividerIcons .iconWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}

.bindedCards {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 2rem;
}
@media (min-width: 992px) {
  .bindedCards {
    grid-template-columns: 1fr 1rem 1fr;
    grid-template-rows: 1fr;
    row-gap: unset;
  }
}
.bindedCards .boundCard {
  color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .bindedCards .boundCard {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .bindedCards .boundCard {
    padding: 4rem;
  }
}
.bindedCards .boundCard .iconWrapper {
  margin-bottom: 1rem;
  height: 119px;
}
@media (min-width: 768px) {
  .bindedCards .boundCard .iconWrapper {
    margin-bottom: 3rem;
  }
}
.bindedCards .boundCard .h2 {
  margin-bottom: 2rem;
}
.bindedCards .boundCard:first-child {
  background-color: #E13A28;
}
.bindedCards .boundCard:last-of-type {
  background-color: #070707;
}
.bindedCards .bindingArea {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .bindedCards .bindingArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bindedCards .bindingArea .binding {
  display: grid;
  grid-template-columns: 12px 12px 2rem 12px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.bindedCards .bindingArea .binding:first-of-type {
  margin-top: 2rem;
}
.bindedCards .bindingArea .binding:last-of-type {
  margin-bottom: 2rem;
}
.bindedCards .bindingArea .binding > div {
  grid-row: 1/2;
}
.bindedCards .bindingArea .binding .hole {
  background-color: rgba(255, 255, 255, 0.76);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: 1;
}
.bindedCards .bindingArea .binding .hole:last-of-type {
  justify-self: end;
  grid-column: 4/6;
}
.bindedCards .bindingArea .binding .string {
  height: 4px;
  background-color: #EDEDED;
  border-radius: 4px;
  z-index: 2;
  grid-column: 2/5;
}

.whatGet {
  display: grid;
  grid-template-rows: 90px 90px 1fr;
}
.whatGet > div {
  grid-column: 1/2;
}
.whatGet .bckgroundWrapper {
  grid-row: 1/4;
  position: relative;
}
.whatGet .bckgroundWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.whatGet .content {
  grid-row: 2/4;
}
.whatGet .content .row {
  row-gap: 4rem;
}
.whatGet .content .row .centerCol {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .whatGet .content .row .centerCol {
    margin-top: 10rem;
  }
}
.whatGet .content .row .centerCol .h2 {
  text-align: center;
}
.whatGet .blogCardsHome {
  position: relative;
  z-index: 100;
}
.whatGet .blogCardsHome .blogCards {
  border-radius: 1rem;
  overflow: hidden;
}
.whatGet .blogCardsHome .blogCards .blogCardsContent {
  background-color: #fff;
}
.whatGet .bckBottom {
  grid-row: 2/4;
  background-color: #f7f7f7;
}

.postBook {
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .postBook {
    display: grid;
    grid-template-rows: auto 8rem 1fr;
  }
}
.postBook .upperArea {
  grid-area: 1/1/3/2;
}
@media (min-width: 1400px) {
  .postBook .upperArea {
    min-height: 80vh;
  }
}
.postBook .upperArea h2 {
  text-align: center;
  margin: 1rem 0;
}
.postBook .upperArea .row {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .postBook .upperArea .row {
    padding: 4rem 0;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .postBook .upperArea .row .col-md-7 {
    color: #fff;
  }
}
.postBook .upperArea .row .checkbox {
  margin-bottom: 2rem;
}
.postBook .bckgroundWrapper {
  margin-bottom: 2rem;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.postBook .bckgroundWrapper .gradient {
  display: none;
  position: absolute;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), color-stop(45%, rgba(0, 0, 0, 0.91)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0.91) 45%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .postBook .bckgroundWrapper .gradient {
    display: block;
  }
}
@media (min-width: 768px) {
  .postBook .bckgroundWrapper img.backgroundImg {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
}
.postBook > .container {
  z-index: 2;
}
@media (min-width: 768px) {
  .postBook > .container {
    grid-area: 1/1/2/2;
  }
}
.postBook .noticeBoxWrapper {
  height: 100%;
  z-index: 4;
}
@media (min-width: 768px) {
  .postBook .noticeBoxWrapper {
    grid-area: 2/1/4/2;
    display: grid;
    grid-template-rows: 4rem auto;
  }
}
@media (min-width: 768px) {
  .postBook .noticeBoxWrapper .container {
    grid-area: 1/1/3/2;
    z-index: 2;
  }
}
.postBook .noticeBoxWrapper > img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: 2/1/3/2;
  min-height: 100%;
}
.postBook .noticeBoxWrapper .noticeBox {
  position: relative;
  padding: 1rem;
  color: #fff;
  background-color: #E13A28;
  border-radius: 0.5rem;
  z-index: 4;
  text-align: center;
}
@media (min-width: 576px) {
  .postBook .noticeBoxWrapper .noticeBox {
    padding: 2rem;
  }
}
.postBook .noticeBoxWrapper .noticeBox h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .postBook .noticeBoxWrapper .noticeBox h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .postBook .noticeBoxWrapper .noticeBox h3::after, .postBook .noticeBoxWrapper .noticeBox h3::before {
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #EDEDED;
  }
  .postBook .noticeBoxWrapper .noticeBox h3::before {
    margin-right: 0.5rem;
  }
  .postBook .noticeBoxWrapper .noticeBox h3::after {
    margin-left: 0.5rem;
  }
}
.postBook .noticeBoxWrapper .noticeBox .text {
  font-weight: bold;
}

.seeWhat {
  display: grid;
  row-gap: 2rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (min-width: 768px) {
  .seeWhat {
    grid-template-columns: 1fr 1fr;
  }
  .seeWhat > div:nth-child(3) {
    grid-area: 2/2/3/3;
  }
}
.seeWhat > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seeWhat .contentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.seeWhat .contentArea h3 {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .seeWhat .imgWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.seeWhat .imgWrapper:nth-child(2) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .seeWhat .imgWrapper:nth-child(2) {
    margin-bottom: unset;
  }
}

.likeMinded {
  background-color: #f7f7f7;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .likeMinded {
    display: grid;
    grid-template-rows: auto 8rem 1fr;
  }
}
.likeMinded .bckgroundWrapper {
  margin-bottom: 2rem;
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .likeMinded .bckgroundWrapper {
    grid-area: 1/1/3/2;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .likeMinded .bckgroundWrapper img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.likeMinded > .container:nth-child(2) {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .likeMinded > .container:nth-child(2) {
    grid-area: 1/1/2/2;
    z-index: 2;
    margin-top: 8rem;
  }
}
.likeMinded > .container:nth-child(2) .infoArea {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 992px) {
  .likeMinded > .container:nth-child(2) .infoArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
    width: 45%;
    height: 100%;
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  .likeMinded .noticeBoxWrapper {
    grid-area: 2/1/4/2;
    z-index: 3;
  }
}
.likeMinded .noticeBoxWrapper .noticeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  color: #fff;
  background-color: #070707;
  border-radius: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .likeMinded .noticeBoxWrapper .noticeBox {
    padding: 2rem;
  }
}
.likeMinded .noticeBoxWrapper .noticeBox .text {
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.likeMinded .noticeBoxWrapper .noticeBox .onDark:hover {
  background-color: #343434;
}
.likeMinded .moreInfo {
  margin-top: 4rem;
}
.likeMinded .moreInfo .row {
  row-gap: 2rem;
}
.likeMinded .moreInfo .text-one {
  font-size: 1.75rem;
  font-weight: bold;
}
.likeMinded .moreInfo .text-one a {
  text-decoration: none;
  color: #E13A28;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .likeMinded .moreInfo .text-one a {
    display: inline-block;
    width: unset;
  }
}
.likeMinded .moreInfo .h1 {
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}
@media (min-width: 576px) {
  .likeMinded .moreInfo .h1 {
    font-size: 3rem;
  }
}

.bookRevWorks {
  display: grid;
}
.bookRevWorks img.swoopImgs {
  width: 100%;
}
.bookRevWorks img.swoopImgs:first-of-type {
  grid-area: 1/1/2/2;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  margin-top: -2px;
}
.bookRevWorks img.swoopImgs:last-of-type {
  grid-area: 3/1/4/2;
  align-self: end;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  margin-bottom: -2px;
}
.bookRevWorks .bckgroundWrapper {
  grid-area: 1/1/4/2;
}
.bookRevWorks .bckgroundWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bookRevWorks .container {
  grid-area: 2/1/3/2;
  padding: 3rem initial 5rem initial;
}
.bookRevWorks .container .stepsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .bookRevWorks .container .stepsWrapper {
    display: grid;
    grid-template-columns: 1fr 90px 1fr 90px 1fr;
  }
}
@media (min-width: 1200px) {
  .bookRevWorks .container .stepsWrapper > div:nth-child(2) {
    grid-area: 2/1/4/2;
  }
  .bookRevWorks .container .stepsWrapper > div:nth-child(3) {
    grid-area: 3/2/4/3;
  }
  .bookRevWorks .container .stepsWrapper > div:nth-child(4) {
    grid-area: 3/3/4/4;
  }
  .bookRevWorks .container .stepsWrapper > div:nth-child(5) {
    grid-area: 3/4/4/5;
  }
  .bookRevWorks .container .stepsWrapper > div:nth-child(6) {
    grid-area: 2/5/4/6;
  }
}
@media (min-width: 1200px) {
  .bookRevWorks .container .stepsWrapper .title {
    grid-area: 1/2/3/5;
  }
}
.bookRevWorks .container .stepsWrapper .title h2 {
  margin-bottom: 1rem;
}
.bookRevWorks .container .stepsWrapper .step .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.bookRevWorks .container .stepsWrapper .arrowNext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2rem;
}
@media (min-width: 1200px) {
  .bookRevWorks .container .stepsWrapper .arrowNext img {
    max-width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.bookRevWorks .container .stepsWrapper .arrowNext.firstArrow img {
  -webkit-transform: rotate(80deg) translateY(-1rem);
      -ms-transform: rotate(80deg) translateY(-1rem);
          transform: rotate(80deg) translateY(-1rem);
}
@media (min-width: 1200px) {
  .bookRevWorks .container .stepsWrapper .arrowNext.firstArrow img {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.bookRevWorks .container .stepsWrapper .arrowNext:not(.firstArrow) img {
  -webkit-transform: rotate(280deg) scaleX(-1) translateY(-3rem);
      -ms-transform: rotate(280deg) scaleX(-1) translateY(-3rem);
          transform: rotate(280deg) scaleX(-1) translateY(-3rem);
}
@media (min-width: 1200px) {
  .bookRevWorks .container .stepsWrapper .arrowNext:not(.firstArrow) img {
    -webkit-transform: rotate(180deg) scaleX(-1) translateY(0);
        -ms-transform: rotate(180deg) scaleX(-1) translateY(0);
            transform: rotate(180deg) scaleX(-1) translateY(0);
    margin-top: 5rem;
  }
}

.video {
  display: grid;
  background-color: #f7f7f7;
}
.video > div {
  grid-area: 1/1/2/2;
}
.video .bckgroundWrapper {
  position: relative;
  z-index: 1;
}
.video .bckgroundWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1400px) {
  .video .bckgroundWrapper img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.video .container {
  z-index: 2;
  padding: 4rem initial;
}
.video .container .title {
  margin-top: 2rem;
}
.video .newSampleVideo {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video .newSampleVideo > * {
  grid-area: 1/1/2/2;
}
.video .newSampleVideo .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.infoCTA {
  display: grid;
  background-color: #f7f7f7;
}
.infoCTA .container {
  z-index: 2;
}
.infoCTA .container .row {
  padding: 3rem 0;
}
.infoCTA .container .row > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infoCTA .container .row > div:first-child .imgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .infoCTA .container .row > div:first-child .imgWrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (min-width: 768px) {
  .infoCTA .container .row > div:first-child .imgWrapper img {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .infoCTA .container .row > div:first-child .imgWrapper img {
    max-width: 115%;
  }
}
@media (min-width: 1400px) {
  .infoCTA .container .row > div:first-child .imgWrapper img {
    max-width: 130%;
  }
}
.infoCTA .container .row > div:last-child .valueWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.infoCTA .container .row > div:last-child .valueWrapper .value .icon img {
  max-width: 150px;
}
.infoCTA .container .row > div:last-child .valueWrapper .value .title {
  font-weight: bold;
  font-size: 2rem;
  margin: -1rem 0 0.75rem;
}
.infoCTA .redSwoopArea {
  display: grid;
  grid-template-rows: 1.25fr 0.75fr;
  margin-top: -260px;
  z-index: 1;
}
@media (min-width: 576px) {
  .infoCTA .redSwoopArea {
    margin-top: -200px;
  }
}
@media (min-width: 768px) {
  .infoCTA .redSwoopArea {
    margin-top: -150px;
  }
}
@media (min-width: 992px) {
  .infoCTA .redSwoopArea {
    margin-top: -70px;
  }
}
.infoCTA .redSwoopArea .bckgroundWrapper {
  grid-area: 1/1/3/2;
}
.infoCTA .redSwoopArea .bckgroundWrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.infoCTA .redSwoopArea .container {
  grid-area: 2/1/3/2;
}
.infoCTA .redSwoopArea .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1rem;
}

section.faqs {
  padding-top: 4rem;
  display: grid;
}
section.faqs > div {
  grid-area: 1/1/2/2;
}
section.faqs .bckgroundWrapper {
  position: relative;
}
section.faqs .bckgroundWrapper img {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.priceTest {
  display: grid;
  grid-template-columns: 100%;
  background-color: #f7f7f7;
  padding-top: 4rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .priceTest {
    grid-template-rows: 30% 600px;
  }
}
@media (min-width: 992px) {
  .priceTest {
    grid-template-rows: 30% 550px;
  }
}
@media (min-width: 1200px) {
  .priceTest {
    grid-template-rows: auto 550px;
  }
}
.priceTest .container {
  grid-area: 1/1/3/2;
  z-index: 2;
}
@media (min-width: 768px) {
  .priceTest .container {
    grid-area: 1/1/3/2;
  }
}
@media (min-width: 1200px) {
  .priceTest .container .newPricing {
    display: grid;
    gap: 2rem;
  }
}
@media (min-width: 1400px) {
  .priceTest .container .newPricing {
    gap: 3rem;
  }
}
.priceTest .container .newPricing .priceInfo {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .priceTest .container .newPricing .priceInfo {
    grid-area: 1/2/2/3;
  }
}
.priceTest .container .newPricing .priceInfo .details {
  margin-bottom: 3rem;
}
.priceTest .container .newPricing .priceInfo .h4 {
  margin-bottom: 1rem;
}
.priceTest .container .newPricing .save-yearly {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media (min-width: 1200px) {
  .priceTest .container .newPricing .save-yearly {
    grid-area: 1/1/2/2;
  }
}
.priceTest .container .newPricing .save-yearly .custom-control {
  max-height: 24px;
}
.priceTest .container .newPricing .priceBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .priceTest .container .newPricing .priceBoxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .priceTest .container .newPricing .priceBoxes {
    grid-area: 1/1/2/2;
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.priceTest .container .newPricing .priceBoxes .priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #E13A28;
  border-radius: 0.5rem;
  color: #fff;
}
@media (min-width: 576px) {
  .priceTest .container .newPricing .priceBoxes .priceBox {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .priceTest .container .newPricing .priceBoxes .priceBox {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.priceTest .container .newPricing .priceBoxes .priceBox:nth-child(2) {
  background-color: #000;
}
@media (min-width: 1200px) {
  .priceTest .container .newPricing .priceBoxes .priceBox:nth-child(2) {
    margin-top: 2rem;
  }
}
.priceTest .container .newPricing .priceBoxes .priceBox .title {
  width: 100%;
}
.priceTest .container .newPricing .priceBoxes .priceBox .priceCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  background-color: #fff;
  border-radius: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  text-align: center;
  margin-bottom: 0.75rem;
}
.priceTest .container .newPricing .priceBoxes .priceBox .priceCircle .thePrice {
  color: #E13A28;
  font-weight: bold;
  font-size: 1.5rem;
}
.priceTest .container .newPricing .priceBoxes .priceBox .priceCircle .theTerm {
  font-weight: bold;
  font-size: 0.825rem;
  color: #000;
}
.priceTest .container .newPricing .priceBoxes .priceBox .difference {
  font-size: 1rem;
  max-width: 80%;
  text-align: center;
  margin-bottom: 1rem;
}
.priceTest .container .newPricing .priceBoxes .priceBox .details {
  font-size: 0.825rem;
  margin-bottom: 2rem;
}
.priceTest .container .newPricing .priceBoxes .priceBox .btn {
  margin-bottom: 1rem;
}
.priceTest .container .newPricing .priceBoxes .priceBox .btn img {
  display: none;
}
@media (min-width: 576px) {
  .priceTest .container .newPricing .priceBoxes .priceBox .btn img {
    display: block;
  }
}
.priceTest .container .newPricing .priceBoxes .priceBox .smlDetails {
  font-size: 0.9rem;
  font-weight: bold;
}
.priceTest > .bckgroundWrapper {
  grid-area: 2/1/3/2;
  z-index: 1;
}
@media (min-width: 768px) {
  .priceTest > .bckgroundWrapper {
    grid-area: 2/1/3/2;
  }
}
.priceTest .testimonial {
  grid-area: 3/1/4/2;
  display: grid;
  grid-template-rows: 100px auto;
  grid-template-columns: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  .priceTest .testimonial {
    grid-area: 3/1/4/2;
  }
}
@media (min-width: 992px) {
  .priceTest .testimonial {
    grid-template-rows: 160px;
  }
}
@media (min-width: 1200px) {
  .priceTest .testimonial {
    grid-template-rows: 190px;
  }
}
.priceTest .testimonial .bckgroundWrapper {
  grid-area: 1/1/3/2;
}
.priceTest .testimonial .contentWrapper {
  grid-area: 2/1/3/2;
  background-color: #fff;
  padding-bottom: 4rem;
}
.priceTest .testimonial .contentWrapper .container {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .priceTest .testimonial .contentWrapper .container {
    margin-top: -2rem;
  }
}

@media (min-width: 1920px) {
  /* Base column styles */
  .col-xxxl,
.col-xxxl-auto,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* Width classes */
  .col-xxxl-auto {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xxxl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxxl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxxl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxxl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxxl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxxl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxxl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxxl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxxl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* Offset classes */
  .offset-xxxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.666667%;
  }
  /* Order classes */
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}