/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/* line 9, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

/* line 16, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

/* line 22, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 29, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

/* line 34, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* line 42, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

/* line 49, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

/* line 52, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

/* line 55, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 64, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

/* line 72, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-loaded {
  display: block; }

/* line 74, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

/* line 77, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-hidden {
  opacity: 0; }

/* line 79, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

/* line 81, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 88, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

/* line 91, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-rtl {
  direction: rtl; }

/* line 93, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
/* line 97, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 103, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

/* line 107, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-animated-in {
  z-index: 0; }

/* line 110, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-animated-out {
  z-index: 1; }

/* line 113, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 125, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 131, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

/* line 136, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

/* line 139, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

/* line 141, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 147, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

/* line 152, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/assets/owl.video.play-0436045686fddf10ccbbe2568e0cbffb457e7de7d43d1115c0056e81e97149ff.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

/* line 166, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

/* line 170, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

/* line 174, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

/* line 182, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.carousel.css */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 9, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.theme.default.css */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

/* line 13, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.theme.default.css */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

/* line 22, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.theme.default.css */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

/* line 26, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.theme.default.css */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

/* line 30, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.theme.default.css */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

/* line 33, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.theme.default.css */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

/* line 36, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.theme.default.css */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* line 40, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.theme.default.css */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

/* line 49, /usr/local/bundle/ruby/3.3.0/gems/owlcarousel-rails-2.2.3.5/vendor/assets/stylesheets/owl.theme.default.css */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/* line 8, /app/app/assets/stylesheets/pages.scss */
#pages-index {
  padding-top: 0; }

/* line 11, /app/app/assets/stylesheets/pages.scss */
#pages-index nav.navbar,
.hero {
  background-color: white; }

/* line 16, /app/app/assets/stylesheets/pages.scss */
.subhero {
  background-color: white; }

/* line 20, /app/app/assets/stylesheets/pages.scss */
.hero .btn {
  font-size: 1.4em; }

/* line 24, /app/app/assets/stylesheets/pages.scss */
html:not([data-scroll="0"]) #pages-index > nav {
  background-color: #ffffff; }

/* line 29, /app/app/assets/stylesheets/pages.scss */
html[data-scroll="0"] #pages-index > nav {
  /* visibility: hidden; */
  padding-top: 1em;
  padding-bottom: 1em;
  background: transparent;
  box-shadow: none; }
/* line 36, /app/app/assets/stylesheets/pages.scss */
html[data-scroll="0"] #pages-index .navbar-light .navbar-nav .nav-link {
  color: #383f45; }
/* line 39, /app/app/assets/stylesheets/pages.scss */
html[data-scroll="0"] #pages-index .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
  background-color: #fc9128; }
/* line 43, /app/app/assets/stylesheets/pages.scss */
html[data-scroll="0"] body[id^="pages"] {
  visibility: none; }
  /* line 45, /app/app/assets/stylesheets/pages.scss */
  html[data-scroll="0"] body[id^="pages"] nav.navbar {
    background-color: #6c757d; }
  /* line 48, /app/app/assets/stylesheets/pages.scss */
  html[data-scroll="0"] body[id^="pages"] .navbar-nav .nav-link {
    color: #f1f1f1; }
    /* line 50, /app/app/assets/stylesheets/pages.scss */
    html[data-scroll="0"] body[id^="pages"] .navbar-nav .nav-link:hover {
      background-color: #78828a; }
/* line 55, /app/app/assets/stylesheets/pages.scss */
html[data-scroll="0"] body[id^="pages-hots"] {
  visibility: none; }
  /* line 57, /app/app/assets/stylesheets/pages.scss */
  html[data-scroll="0"] body[id^="pages-hots"] nav.navbar {
    background-color: #fff; }
  /* line 60, /app/app/assets/stylesheets/pages.scss */
  html[data-scroll="0"] body[id^="pages-hots"] .navbar-nav .nav-link {
    color: #212529; }
    /* line 62, /app/app/assets/stylesheets/pages.scss */
    html[data-scroll="0"] body[id^="pages-hots"] .navbar-nav .nav-link:hover {
      background-color: #fefefe; }

/* Legal Lists */
/* line 72, /app/app/assets/stylesheets/pages.scss */
body[id^="pages"] ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0; }
/* line 79, /app/app/assets/stylesheets/pages.scss */
body[id^="pages"] ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em; }
/* line 85, /app/app/assets/stylesheets/pages.scss */
body[id^="pages"] ol > li:before {
  content: counters(item,".") ". ";
  display: table-cell;
  padding-right: 0.6em; }
/* line 91, /app/app/assets/stylesheets/pages.scss */
body[id^="pages"] li ol > li {
  margin: 0; }
/* line 95, /app/app/assets/stylesheets/pages.scss */
body[id^="pages"] li ol > li:before {
  content: counters(item,".") " "; }

/* doc */
/* line 102, /app/app/assets/stylesheets/pages.scss */
body.doc h5 {
  font-weight: normal; }
/* line 107, /app/app/assets/stylesheets/pages.scss */
body.doc pre {
  padding: 0.5em 1em;
  background-color: #f1f1f1; }

/* Career */
/* line 115, /app/app/assets/stylesheets/pages.scss */
ul.career-list {
  padding-top: 10px;
  padding-bottom: 10px; }

/* line 120, /app/app/assets/stylesheets/pages.scss */
ul.career-list li {
  font-size: 1.25rem; }

/* Comparison */
/* line 126, /app/app/assets/stylesheets/pages.scss */
.comparison {
  margin: 0 auto;
  text-align: center;
  padding: 10px; }

/* line 132, /app/app/assets/stylesheets/pages.scss */
.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; }

/* line 141, /app/app/assets/stylesheets/pages.scss */
.comparison .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff9ec; }

/* line 145, /app/app/assets/stylesheets/pages.scss */
.comparison td,
.comparison th {
  border-right: 1px solid #ccc;
  empty-cells: show;
  padding: 10px; }

/* line 152, /app/app/assets/stylesheets/pages.scss */
.compare-heading {
  font-size: 18px;
  font-weight: bold !important;
  border-bottom: 0 !important;
  padding-top: 10px !important; }

/* line 159, /app/app/assets/stylesheets/pages.scss */
.comparison .compare-row {
  background: #f5f5f5; }

/* line 163, /app/app/assets/stylesheets/pages.scss */
.comparison .tickblue {
  color: #0078c1; }

/* line 167, /app/app/assets/stylesheets/pages.scss */
.comparison .tickgreen {
  color: #009e2c; }

/* line 171, /app/app/assets/stylesheets/pages.scss */
.comparison th {
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid #ccc; }

/* line 177, /app/app/assets/stylesheets/pages.scss */
.comparison tr td:first-child {
  text-align: left; }

/* line 181, /app/app/assets/stylesheets/pages.scss */
.comparison .act th {
  border-top: 0; }

/* line 185, /app/app/assets/stylesheets/pages.scss */
.comparison .qbse,
.comparison .qbo,
.comparison .tl {
  color: #fff;
  padding: 10px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  border-bottom: 0; }

/* line 195, /app/app/assets/stylesheets/pages.scss */
.comparison .tl2 {
  border-right: 0; }

/* line 199, /app/app/assets/stylesheets/pages.scss */
.comparison .middle {
  border-top-right-radius: 0 !important; }

/* line 203, /app/app/assets/stylesheets/pages.scss */
.comparison .qbse {
  border: 1px solid #ccc;
  border-top-left-radius: 3px; }

/* line 208, /app/app/assets/stylesheets/pages.scss */
.comparison .qbo {
  border: 1px solid #ccc;
  border-top-right-radius: 3px; }

/* line 213, /app/app/assets/stylesheets/pages.scss */
.comparison .price-info {
  padding: 5px 15px 5px 15px;
  border-bottom: 0; }

/* line 218, /app/app/assets/stylesheets/pages.scss */
.comparison .price-was {
  text-decoration: line-through; }

/* line 222, /app/app/assets/stylesheets/pages.scss */
.comparison .price-now span {
  font-size: 32px; }

/* line 226, /app/app/assets/stylesheets/pages.scss */
.comparison .price-now span.info {
  font-size: 1rem; }

/* line 230, /app/app/assets/stylesheets/pages.scss */
.comparison .price-small {
  font-size: 18px !important;
  position: relative;
  top: -11px;
  left: 2px; }

/* line 237, /app/app/assets/stylesheets/pages.scss */
.comparison .price-buy {
  background: #ff5406;
  padding: 10px 20px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 5px 0; }

/* line 249, /app/app/assets/stylesheets/pages.scss */
.comparison .price-try {
  font-size: 12px; }

/* line 253, /app/app/assets/stylesheets/pages.scss */
.comparison .price-try a {
  color: #202020; }

/* line 257, /app/app/assets/stylesheets/pages.scss */
.comparison td ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin: 0; }

/* line 263, /app/app/assets/stylesheets/pages.scss */
.comparison td ul li {
  margin: 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc; }

/* line 269, /app/app/assets/stylesheets/pages.scss */
.comparison td ul li:last-child {
  border-bottom: none; }

/* line 273, /app/app/assets/stylesheets/pages.scss */
.card.testimonial {
  background-color: #b4f1d2; }

/* line 277, /app/app/assets/stylesheets/pages.scss */
.testimonial-title {
  border-right: 1px solid rgba(0, 0, 0, 0.125); }

@media (max-width: 767px) {
  /* line 282, /app/app/assets/stylesheets/pages.scss */
  .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #f7f7f7; }

  /* line 286, /app/app/assets/stylesheets/pages.scss */
  .comparison .row {
    background: #fff; }

  /* line 289, /app/app/assets/stylesheets/pages.scss */
  .comparison td,
  .comparison th {
    border: 1px solid #ccc; }

  /* line 293, /app/app/assets/stylesheets/pages.scss */
  .price-info {
    border-top: 0 !important; }

  /* line 296, /app/app/assets/stylesheets/pages.scss */
  .testimonial-title {
    border: none; } }
@media (max-width: 639px) {
  /* line 302, /app/app/assets/stylesheets/pages.scss */
  .comparison .price-buy {
    padding: 5px 10px; }

  /* line 305, /app/app/assets/stylesheets/pages.scss */
  .comparison .btn {
    padding: 2px 6px;
    font-size: 11px; }

  /* line 309, /app/app/assets/stylesheets/pages.scss */
  .comparison td,
  .comparison th {
    padding: 10px 5px; }

  /* line 313, /app/app/assets/stylesheets/pages.scss */
  .comparison .hide-mobile {
    display: none; }

  /* line 316, /app/app/assets/stylesheets/pages.scss */
  .comparison .price-now span.info {
    font-size: 13px; }

  /* line 319, /app/app/assets/stylesheets/pages.scss */
  .comparison .price-small {
    font-size: 14px !important;
    top: 0;
    left: 0; }

  /* line 324, /app/app/assets/stylesheets/pages.scss */
  .comparison .qbse,
  .comparison .qbo {
    padding: 10px 5px; }

  /* line 328, /app/app/assets/stylesheets/pages.scss */
  .comparison .price-buy {
    margin-top: 10px; }

  /* line 331, /app/app/assets/stylesheets/pages.scss */
  .comparison .price-was {
    font-size: 13px; }

  /* line 334, /app/app/assets/stylesheets/pages.scss */
  .compare-heading {
    font-size: 13px; } }
/* line 339, /app/app/assets/stylesheets/pages.scss */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center; }

/* line 343, /app/app/assets/stylesheets/pages.scss */
.marketing h2 {
  font-weight: 500; }

/* line 346, /app/app/assets/stylesheets/pages.scss */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem; }

/* line 351, /app/app/assets/stylesheets/pages.scss */
.featurette-divider {
  margin: 3rem 0; }

/* line 355, /app/app/assets/stylesheets/pages.scss */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem; }

/* line 361, /app/app/assets/stylesheets/pages.scss */
.carousel-caption {
  position: static !important;
  bottom: 0;
  color: #212529;
  text-align: center; }

/* line 368, /app/app/assets/stylesheets/pages.scss */
.haccor {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  top: 0;
  left: 5vw;
  min-height: 50vh;
  width: 87.5vw;
  transition: all 200ms ease-in-out 50ms;
  opacity: 0; }
  /* line 382, /app/app/assets/stylesheets/pages.scss */
  .haccor .haccor-card {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px;
    background: #37b34e;
    transition: all 200ms ease-in-out 50ms;
    font-weight: 500;
    cursor: pointer;
    position: relative; }
    /* line 392, /app/app/assets/stylesheets/pages.scss */
    .haccor .haccor-card .haccor-card-header {
      color: #ffffff;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      white-space: nowrap; }
    /* line 403, /app/app/assets/stylesheets/pages.scss */
    .haccor .haccor-card .haccor-card-body {
      height: 100%;
      overflow-y: auto; }
  /* line 409, /app/app/assets/stylesheets/pages.scss */
  .haccor .default {
    height: 60vh;
    width: 10vw;
    overflow: hidden; }
    /* line 412, /app/app/assets/stylesheets/pages.scss */
    .haccor .default .haccor-card-header {
      display: block; }
    /* line 415, /app/app/assets/stylesheets/pages.scss */
    .haccor .default .haccor-text {
      display: none; }
    /* line 418, /app/app/assets/stylesheets/pages.scss */
    .haccor .default .haccor-card-body {
      display: none; }
  /* line 424, /app/app/assets/stylesheets/pages.scss */
  .haccor .expand {
    height: 60vh;
    width: 100vw;
    background: #ffffff;
    padding: 20px; }
    /* line 428, /app/app/assets/stylesheets/pages.scss */
    .haccor .expand .haccor-text {
      display: block; }
    /* line 431, /app/app/assets/stylesheets/pages.scss */
    .haccor .expand .haccor-card-header {
      display: none; }
    /* line 434, /app/app/assets/stylesheets/pages.scss */
    .haccor .expand .haccor-card-body {
      display: block; }

@media (max-width: 749px) {
  /* line 442, /app/app/assets/stylesheets/pages.scss */
  .haccor {
    flex-flow: column; }
    /* line 445, /app/app/assets/stylesheets/pages.scss */
    .haccor .haccor-card {
      margin-top: 5px;
      margin-bottom: 5px; }
      /* line 448, /app/app/assets/stylesheets/pages.scss */
      .haccor .haccor-card .haccor-card-header {
        position: static;
        line-height: 5vh;
        text-align: center;
        transform: translateX(0) translateY(0) rotate(0); }
    /* line 456, /app/app/assets/stylesheets/pages.scss */
    .haccor .default {
      height: 5vh;
      width: 90vw; }
    /* line 461, /app/app/assets/stylesheets/pages.scss */
    .haccor .expand {
      height: 40vh;
      width: 90vw; } }
