@charset "UTF-8";
/*
Theme Name:         Rever
Version:            1.7.5
Author:             Iván Uruchurtu
Author URI:         https://reverscore.com

*/
/*

Should you need to define extra colors,
here is the place, now is the time.

*/

:root {
  --white: #FFFFFF;
  --blue: #3882F0;
  --blue-lighten-3: #F5F9FF;
  --blue-grey-lighten-1: #CBD5E0;
  --blue-grey-lighten-3: #F2F5FA;
  --blue-grey: #A0AEC0;
  --blue-grey-darken-1: #718096;
  --blue-grey-darken-2: #4A5568;
  --blue-grey-darken-3: #2D3748;
}


/* =Font Files
-----------------------------------------------------------------------------*/
/*
  Import all of your fonts here.
  the regular path should be '../fonts/name-of-font/font.woff'
*/
@font-face {
  font-family: "Moderat-Light";
  src: url("fonts/moderat-web/Moderat-Light.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/moderat-web/Moderat-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Moderat-Regular";
  src: url("fonts/moderat-web/Moderat-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/moderat-web/Moderat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Moderat-Medium";
  src: url("fonts/moderat-web/Moderat-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/moderat-web/Moderat-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Moderat-Bold";
  src: url("fonts/moderat-web/Moderat-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/moderat-web/Moderat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*

THE BRANDED AND NESTED BEM METHOD FOR FONT NAMES

- Add a unique name for the whole family and subfamily:

    ".sailec"

- Add a modifier for _each_ font style:

    ".sailec", ".sailec--bold", ".sailec--bold-italic" etc.

- Add the font-family:

    "font-family: 'Sailec';"

- Reset the weight and style to "normal" (the font-file should already include the correct ones).

    "font-weight: normal;"
    "font-style: normal;"

- Add nested styles for _italic/emphasis_ and *bold/strong* corresponding to each available style state of each font file. Nest _as much as possible_ to include every font usage combination:

  .sailec {
      font-family: 'Sailec';
      font-weight: normal;
      font-style: normal;
      em, i {
          font-family: 'Sailec-Italic';
          font-weight: normal;
          font-style: normal;
          strong, b {
              font-family: 'Sailec-BoldItalic';
              font-weight: normal;
              font-style: normal;
          }
      }
      strong, b {
          font-family: 'Sailec-Bold';
          font-weight: normal;
          font-style: normal;
          em, i {
              font-family: 'Sailec-BoldItalic';
              font-weight: normal;
              font-style: normal;
          }
      }
  }

  This way, if you apply a class to a section, it will automatically work with bold and italics.


And that's it.

*/
.moderat,
.rever__regular-copy,
.rever__special-copy,
.rever__testimonials__name,
.rever__leadership-name,
.rever__leadership-name-social,
.rever__contact__form h3,
.rever__contact__info__block h3,
.request-a-demo__form h3,
.request-a-demo__form .request-a-demo__form__title,
.request-a-demo__form p.request-a-demo__form__title,
.rever__learn__featured,
.rever__learn__content h3 {
  font-family: "Moderat-Light";
  font-weight: normal;
  font-style: normal;
}
.moderat b,
.rever__regular-copy b,
.rever__special-copy b,
.rever__testimonials__name b,
.rever__leadership-name b,
.rever__leadership-name-social b,
.rever__contact__form h3 b,
.rever__contact__info__block h3 b,
.request-a-demo__form h3 b,
.request-a-demo__form .request-a-demo__form__title b,
.rever__learn__featured b,
.rever__learn__content h3 b,
.moderat strong,
.rever__regular-copy strong,
.rever__special-copy strong,
.rever__testimonials__name strong,
.rever__leadership-name strong,
.rever__leadership-name-social strong,
.rever__contact__form h3 strong,
.rever__contact__info__block h3 strong,
.request-a-demo__form h3 strong,
.request-a-demo__form .request-a-demo__form__title strong,
.rever__learn__featured strong,
.rever__learn__content h3 strong {
  font-family: "Moderat-Bold";
  font-weight: normal;
  font-style: normal;
}
.moderat b i,
.rever__regular-copy b i,
.rever__special-copy b i,
.rever__testimonials__name b i,
.rever__leadership-name b i,
.rever__leadership-name-social b i,
.rever__contact__form h3 b i,
.rever__contact__info__block h3 b i,
.request-a-demo__form h3 b i,
.request-a-demo__form .request-a-demo__form__title b i,
.rever__learn__featured b i,
.rever__learn__content h3 b i,
.moderat b em,
.rever__regular-copy b em,
.rever__special-copy b em,
.rever__testimonials__name b em,
.rever__leadership-name b em,
.rever__leadership-name-social b em,
.rever__contact__form h3 b em,
.rever__contact__info__block h3 b em,
.request-a-demo__form h3 b em,
.request-a-demo__form .request-a-demo__form__title b em,
.rever__learn__featured b em,
.rever__learn__content h3 b em,
.moderat strong i,
.rever__regular-copy strong i,
.rever__special-copy strong i,
.rever__testimonials__name strong i,
.rever__leadership-name strong i,
.rever__leadership-name-social strong i,
.rever__contact__form h3 strong i,
.rever__contact__info__block h3 strong i,
.request-a-demo__form h3 strong i,
.request-a-demo__form .request-a-demo__form__title strong i,
.rever__learn__featured strong i,
.rever__learn__content h3 strong i,
.moderat strong em,
.rever__regular-copy strong em,
.rever__special-copy strong em,
.rever__testimonials__name strong em,
.rever__leadership-name strong em,
.rever__leadership-name-social strong em,
.rever__contact__form h3 strong em,
.rever__contact__info__block h3 strong em,
.request-a-demo__form h3 strong em,
.request-a-demo__form .request-a-demo__form__title strong em,
.rever__learn__featured strong em,
.rever__learn__content h3 strong em {
  font-family: "Moderat-Bold";
  font-weight: normal;
  font-style: normal;
}
.moderat i,
.rever__regular-copy i,
.rever__special-copy i,
.rever__testimonials__name i,
.rever__leadership-name i,
.rever__leadership-name-social i,
.rever__contact__form h3 i,
.rever__contact__info__block h3 i,
.request-a-demo__form h3 i,
.request-a-demo__form .request-a-demo__form__title i,
.rever__learn__featured i,
.rever__learn__content h3 i,
.moderat em,
.rever__regular-copy em,
.rever__special-copy em,
.rever__testimonials__name em,
.rever__leadership-name em,
.rever__leadership-name-social em,
.rever__contact__form h3 em,
.rever__contact__info__block h3 em,
.request-a-demo__form h3 em,
.request-a-demo__form .request-a-demo__form__title em,
.rever__learn__featured em,
.rever__learn__content h3 em {
  font-family: "Moderat-Light";
  font-weight: normal;
  font-style: normal;
}
.moderat i b,
.rever__regular-copy i b,
.rever__special-copy i b,
.rever__testimonials__name i b,
.rever__leadership-name i b,
.rever__leadership-name-social i b,
.rever__contact__form h3 i b,
.rever__contact__info__block h3 i b,
.request-a-demo__form h3 i b,
.request-a-demo__form .request-a-demo__form__title i b,
.rever__learn__featured i b,
.rever__learn__content h3 i b,
.moderat i strong,
.rever__regular-copy i strong,
.rever__special-copy i strong,
.rever__testimonials__name i strong,
.rever__leadership-name i strong,
.rever__leadership-name-social i strong,
.rever__contact__form h3 i strong,
.rever__contact__info__block h3 i strong,
.request-a-demo__form h3 i strong,
.request-a-demo__form .request-a-demo__form__title i strong,
.rever__learn__featured i strong,
.rever__learn__content h3 i strong,
.moderat em b,
.rever__regular-copy em b,
.rever__special-copy em b,
.rever__testimonials__name em b,
.rever__leadership-name em b,
.rever__leadership-name-social em b,
.rever__contact__form h3 em b,
.rever__contact__info__block h3 em b,
.request-a-demo__form h3 em b,
.request-a-demo__form .request-a-demo__form__title em b,
.rever__learn__featured em b,
.rever__learn__content h3 em b,
.moderat em strong,
.rever__regular-copy em strong,
.rever__special-copy em strong,
.rever__testimonials__name em strong,
.rever__leadership-name em strong,
.rever__leadership-name-social em strong,
.rever__contact__form h3 em strong,
.rever__contact__info__block h3 em strong,
.request-a-demo__form h3 em strong,
.request-a-demo__form .request-a-demo__form__title em strong,
.rever__learn__featured em strong,
.rever__learn__content h3 em strong {
  font-family: "Moderat-Bold";
  font-weight: normal;
  font-style: normal;
}

.moderat--regular,
.rever__regular-subheading,
.rever__testimonials__text,
.rever__testimonials__bullets__list__item,
.rever__testimonials__bullets__list__item button,
.rever__contact__form button input,
.rever__contact__form .hs_submit input,
.rever__contact__info__block h2,
.request-a-demo__form .form-group .form-control,
.request-a-demo__form .form-group .animated-label,
.rever__request-a-demo__feature p,
.rever__calculator__form input,
.rever__calculator__tooltip .tooltiptext {
  font-family: "Moderat-Regular";
  font-weight: normal;
  font-style: normal;
}

.moderat--medium,
.rever-nav__list__item,
a.rever-button--ghost,
.rever-button--ghost,
a.rever-button,
.rever-button,
.rever__contact__form button,
.rever__contact__form .hs_submit,
.rever__footer__nav__main-list li,
.rever__footer__mini-title,
.rever__footer__nav__list li,
.rever__footer__info h2,
.rever__footer__info h3,
p.rever__footer__info__tagline,
.rever__footer__info__tagline,
.rever__subnav__button,
.rever__small-link,
.rever__testimonials__name strong,
.rever__testimonials__name b,
.rever__blog-pre-footer h2,
.rever__blog-pre-footer__card__title,
.rever__blog-pre-footer__card__date,
.rever__how-it-works__button span,
.rever__plans__faq .rever__big-subcopy,
.rever__leadership-name strong,
.rever__leadership-name-social strong,
.rever__leadership-name b,
.rever__leadership-name-social b,
.rever__blog__card__date,
.rever__post__author,
.rever__post__reading-time,
.rever__post__content__share p,
.request-a-demo__form .submit-button,
.hbspt-form .hs-button.primary,
.hbspt-form input[type="submit"],
.hbspt-form input[type="button"],
.rever__learn__content h2,
.rever__learn__card__date,
.rever__calculator__amount,
.rever__calculator__card__amount {
  font-family: "Moderat-Medium";
  font-weight: normal;
  font-style: normal;
}
.moderat--medium i,
.rever-nav__list__item i,
.rever-button--ghost i,
.rever-button i,
.rever__contact__form button i,
.rever__contact__form .hs_submit i,
.rever__footer__nav__main-list li i,
.rever__footer__mini-title i,
.rever__footer__nav__list li i,
.rever__footer__info h2 i,
.rever__footer__info h3 i,
.rever__footer__info__tagline i,
.rever__subnav__button i,
.rever__small-link i,
.rever__testimonials__name strong i,
.rever__testimonials__name b i,
.rever__blog-pre-footer h2 i,
.rever__blog-pre-footer__card__title i,
.rever__blog-pre-footer__card__date i,
.rever__how-it-works__button span i,
.rever__plans__faq .rever__big-subcopy i,
.rever__leadership-name strong i,
.rever__leadership-name-social strong i,
.rever__leadership-name b i,
.rever__leadership-name-social b i,
.rever__blog__card__date i,
.rever__post__author i,
.rever__post__reading-time i,
.rever__post__content__share p i,
.request-a-demo__form .submit-button i,
.hbspt-form .hs-button.primary i,
.hbspt-form input[type="submit"] i,
.hbspt-form input[type="button"] i,
.rever__learn__content h2 i,
.rever__learn__card__date i,
.rever__calculator__amount i,
.rever__calculator__card__amount i,
.moderat--medium em,
.rever-nav__list__item em,
.rever-button--ghost em,
.rever-button em,
.rever__contact__form button em,
.rever__contact__form .hs_submit em,
.rever__footer__nav__main-list li em,
.rever__footer__mini-title em,
.rever__footer__nav__list li em,
.rever__footer__info h2 em,
.rever__footer__info h3 em,
.rever__footer__info__tagline em,
.rever__subnav__button em,
.rever__small-link em,
.rever__testimonials__name strong em,
.rever__testimonials__name b em,
.rever__blog-pre-footer h2 em,
.rever__blog-pre-footer__card__title em,
.rever__blog-pre-footer__card__date em,
.rever__how-it-works__button span em,
.rever__plans__faq .rever__big-subcopy em,
.rever__leadership-name strong em,
.rever__leadership-name-social strong em,
.rever__leadership-name b em,
.rever__leadership-name-social b em,
.rever__blog__card__date em,
.rever__post__author em,
.rever__post__reading-time em,
.rever__post__content__share p em,
.request-a-demo__form .submit-button em,
.hbspt-form .hs-button.primary em,
.hbspt-form input[type="submit"] em,
.hbspt-form input[type="button"] em,
.rever__learn__content h2 em,
.rever__learn__card__date em,
.rever__calculator__amount em,
.rever__calculator__card__amount em {
  font-family: "Moderat-Medium";
  font-weight: normal;
  font-style: normal;
}

.moderat--bold,
.rever__big-subcopy strong,
.rever__big-subcopy b,
.rever__plans__compare__heading,
.rever__blog__card__title,
.rever__post__content p strong,
.rever__post__content p b,
.rever__post__content blockquote p,
.rever__solution__mission__item,
.rever__learn__content p strong,
.rever__learn__content p b,
.rever__learn__content blockquote p,
.rever__learn__content h4,
.rever__calculator__tooltip {
  font-family: "Moderat-Bold";
  font-weight: normal;
  font-style: normal;
}
.moderat--bold i,
.rever__big-subcopy strong i,
.rever__big-subcopy b i,
.rever__plans__compare__heading i,
.rever__blog__card__title i,
.rever__post__content p strong i,
.rever__post__content p b i,
.rever__post__content blockquote p i,
.rever__solution__mission__item i,
.rever__learn__content p strong i,
.rever__learn__content p b i,
.rever__learn__content blockquote p i,
.rever__learn__content h4 i,
.rever__calculator__tooltip i,
.moderat--bold em,
.rever__big-subcopy strong em,
.rever__big-subcopy b em,
.rever__plans__compare__heading em,
.rever__blog__card__title em,
.rever__post__content p strong em,
.rever__post__content p b em,
.rever__post__content blockquote p em,
.rever__solution__mission__item em,
.rever__learn__content p strong em,
.rever__learn__content p b em,
.rever__learn__content blockquote p em,
.rever__learn__content h4 em,
.rever__calculator__tooltip em {
  font-family: "Moderat-Bold";
  font-weight: normal;
  font-style: normal;
}

/*
.moderat--medium-italic {
  font-family: '';
  font-weight: normal;
  font-style: normal;
}
.moderat--bold-italic {
    font-family: '';
    font-weight: normal;
    font-style: normal;
}
.moderat--black {
    font-family: '';
    font-weight: normal;
    font-style: normal;
    i, em   {
        font-family: '';
        font-weight: normal;
        font-style: normal;
    }
}
.moderat--thin {
    font-family: '';
    font-weight: normal;
    font-style: normal;
    i, em   {
        font-family: '';
        font-weight: normal;
        font-style: normal;
    }
}
.moderat--italic {
    font-family: '';
    font-weight: normal;
    font-style: normal;
    b, strong   {
        font-family: '';
        font-weight: normal;
        font-style: normal;
    }
}
*/
/*
	Kube. CSS & JS Framework
	Version 6.5.2
	Updated: February 2, 2017

	http://imperavi.com/kube/

	Copyright (c) 2009-2017, Imperavi LLC.
	License: MIT
*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

img,
video,
audio {
  max-width: 100%;
}

img,
video {
  height: auto;
}

svg {
  max-height: 100%;
}

iframe {
  border: none;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

html,
body {
  font-size: 18px;
  line-height: 24px;
}

body {
  font-family: "Moderat-Light";
  color: #313439;
  background-color: transparent;
}

a {
  color: #3882F0;
  -webkit-transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
}

a:hover {
  color: #002a32;
  -webkit-transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
}

h1.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Moderat-Bold";
  font-weight: normal;
  color: #0d0d0e;
  text-rendering: optimizeLegibility;
  margin-bottom: 18px;
  padding-bottom: 30px;
}
.second-sub-nav{
  margin-right: 0;
}
h1.title {
  font-size: 300px;
  line-height: 240px;
  margin-bottom: 9px;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 58px;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 28px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 24px;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 20px;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 22px;
}

h6,
.h6 {
  font-size: 13px;
  line-height: 22px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6 {
  margin-top: 24px;
}

ul,
ul ul,
ul ol,
ol,
ol ul,
ol ol {
  margin: 0 0 0 24px;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

nav ul,
nav ol {
  margin: 0;
  list-style: none;
}
nav ul ul,
nav ul ol,
nav ol ul,
nav ol ol {
  margin-left: 24px;
}

dl dt {
  font-weight: normal;
}

dd {
  margin-left: 24px;
}

p,
blockquote,
hr,
pre,
ol,
ul,
dl,
table,
fieldset,
figure,
address,
form {
  margin-bottom: 18px;
}

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px;
}

blockquote {
  padding-left: 1rem;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  color: rgba(49, 52, 57, 0.65);
}
blockquote p {
  margin-bottom: 0.5rem;
}

time,
cite,
small,
figcaption {
  font-size: 87.5%;
}

cite {
  opacity: 0.6;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}

var {
  font-size: 18px;
  opacity: 0.6;
  font-style: normal;
}

mark,
code,
samp,
kbd {
  position: relative;
  top: -1px;
  padding: 4px 4px 2px 4px;
  display: inline-block;
  line-height: 1;
  color: rgba(49, 52, 57, 0.85);
}

code {
  background: #e0e1e1;
}

mark {
  background: #f7ba45;
}

samp {
  color: #fff;
  background: #1c86f2;
}

kbd {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

sub,
sup {
  font-size: x-small;
  line-height: 0;
  margin-left: 1rem/4;
  position: relative;
}

sup {
  top: 0;
}

sub {
  bottom: 1px;
}

pre,
code,
samp,
var,
kbd {
  font-family: Consolas, Monaco, "Courier New", monospace;
}

pre,
code,
samp,
var,
kbd,
mark {
  font-size: 87.5%;
}

pre,
pre code {
  background: #f8f8f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 20px;
  color: rgba(49, 52, 57, 0.85);
  overflow: none;
  white-space: pre-wrap;
}

pre {
  padding: 1rem;
}

figcaption {
  opacity: 0.6;
}

figure figcaption {
  position: relative;
  top: -1rem/2;
}

figure pre {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

figure .video-container,
figure pre {
  margin-bottom: 9px;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

ul.unstyled {
  margin-left: 0;
}

ul.unstyled,
ul.unstyled ul {
  list-style: none;
}

.monospace {
  font-family: Consolas, Monaco, "Courier New", monospace;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.italic {
  font-style: italic !important;
}

.strong {
  font-family: "Moderat-Bold";
  font-weight: normal;
}

.normal {
  font-weight: normal !important;
}

.muted {
  opacity: 0.55;
}

a.muted {
  color: #0d0d0e;
}

a.muted:hover {
  opacity: 1;
}

.black {
  color: #0d0d0e;
}

.smaller {
  font-size: 14px;
  line-height: 20px;
}

.small {
  font-size: 16px;
  line-height: 20px;
}

.big {
  font-size: 20px;
  line-height: 28px;
}

.large {
  font-size: 22px;
  line-height: 32px;
}

.end {
  margin-bottom: 0 !important;
}

.highlight {
  background-color: #edf2ff;
}

.nowrap,
.nowrap td {
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .columns-2,
  .columns-3,
  .columns-4 {
    -webkit-column-gap: 24px;
    column-gap: 24px;
  }
  .columns-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .columns-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }
  .columns-4 {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.gutters,
.row.gutters > .row {
  margin-left: -2%;
}
@media (max-width: 768px) {
  .row.gutters,
  .row.gutters > .row {
    margin-left: 0;
  }
}
.row.gutters > .col,
.row.gutters > .row > .col {
  margin-left: 2%;
}
@media (max-width: 768px) {
  .row.gutters > .col,
  .row.gutters > .row > .col {
    margin-left: 0;
  }
}
.row.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.row.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row.auto .col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.col-1 {
  width: 8.33333%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.col-3 {
  width: 25%;
}

.offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 33.33333%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.col-6 {
  width: 50%;
}

.offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 58.33333%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.col-9 {
  width: 75%;
}

.offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 83.33333%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.col-12 {
  width: 100%;
}

.offset-12 {
  margin-left: 100%;
}

.gutters > .col-1 {
  width: calc(8.33333% - 2%);
}

.gutters > .offset-1 {
  margin-left: calc(8.33333% + 2%) !important;
}

.gutters > .col-2 {
  width: calc(16.66667% - 2%);
}

.gutters > .offset-2 {
  margin-left: calc(16.66667% + 2%) !important;
}

.gutters > .col-3 {
  width: calc(25% - 2%);
}

.gutters > .offset-3 {
  margin-left: calc(25% + 2%) !important;
}

.gutters > .col-4 {
  width: calc(33.33333% - 2%);
}

.gutters > .offset-4 {
  margin-left: calc(33.33333% + 2%) !important;
}

.gutters > .col-5 {
  width: calc(41.66667% - 2%);
}

.gutters > .offset-5 {
  margin-left: calc(41.66667% + 2%) !important;
}

.gutters > .col-6 {
  width: calc(50% - 2%);
}

.gutters > .offset-6 {
  margin-left: calc(50% + 2%) !important;
}

.gutters > .col-7 {
  width: calc(58.33333% - 2%);
}

.gutters > .offset-7 {
  margin-left: calc(58.33333% + 2%) !important;
}

.gutters > .col-8 {
  width: calc(66.66667% - 2%);
}

.gutters > .offset-8 {
  margin-left: calc(66.66667% + 2%) !important;
}

.gutters > .col-9 {
  width: calc(75% - 2%);
}

.gutters > .offset-9 {
  margin-left: calc(75% + 2%) !important;
}

.gutters > .col-10 {
  width: calc(83.33333% - 2%);
}

.gutters > .offset-10 {
  margin-left: calc(83.33333% + 2%) !important;
}

.gutters > .col-11 {
  width: calc(91.66667% - 2%);
}

.gutters > .offset-11 {
  margin-left: calc(91.66667% + 2%) !important;
}

.gutters > .col-12 {
  width: calc(100% - 2%);
}

.gutters > .offset-12 {
  margin-left: calc(100% + 2%) !important;
}

@media (max-width: 768px) {
  [class^="offset-"],
  [class*=" offset-"] {
    margin-left: 0;
  }
}

.first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 768px) {
  img.size-full.wp-image-1273 {
    width: 330px !important;
    max-height: 330px;
  }
  .row .col {
    margin-left: 0;
    width: 100%;
  }
  .row.gutters .col {
    margin-bottom: 18px;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

fieldset {
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

legend {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 1rem;
  margin-left: -1rem;
  top: 2px;
  position: relative;
  line-height: 0;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 12px;
}

input.small,
textarea.small,
select.small {
  height: 36px;
  font-size: 13px;
  padding: 0 12px;
  border-radius: 3px;
}

input.big,
textarea.big,
select.big {
  height: 48px;
  font-size: 17px;
  padding: 0 12px;
  border-radius: 3px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #fff;
  border-color: #1c86f2;
  -webkit-box-shadow: 0 0 1px #1c86f2 inset;
  box-shadow: 0 0 1px #1c86f2 inset;
}

input.error,
textarea.error,
select.error {
  background-color: rgba(240, 60, 105, 0.1);
  border: 1px solid #f583a0;
}
input.error:focus,
textarea.error:focus,
select.error:focus {
  border-color: #3882F0;
  -webkit-box-shadow: 0 0 1px #3882F0 inset;
  box-shadow: 0 0 1px #3882F0 inset;
}

input.success,
textarea.success,
select.success {
  background-color: rgba(53, 190, 177, 0.1);
  border: 1px solid #6ad5cb;
}
input.success:focus,
textarea.success:focus,
select.success:focus {
  border-color: #35beb1;
  -webkit-box-shadow: 0 0 1px #35beb1 inset;
  box-shadow: 0 0 1px #35beb1 inset;
}

input:disabled,
input.disabled,
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled {
  resize: none;
  opacity: 0.6;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="#5e6c75" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

select[multiple] {
  background-image: none;
  height: auto;
  padding: 0.5rem 0.75rem;
}

textarea {
  height: auto;
  padding: 8px 12px;
  line-height: 24px;
  vertical-align: top;
}

input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}

input[type="search"],
input.search {
  background-repeat: no-repeat;
  background-position: 8px 53%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" fill-opacity="0.4" d="M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z"/></svg>');
  padding-left: 32px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
}

label {
  display: block;
  color: #313439;
  margin-bottom: 4px;
  font-size: 17px;
}
label.checkbox,
label .desc,
label .success,
label .error {
  text-transform: none;
  font-weight: normal;
}
label.checkbox {
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  color: inherit;
}
label.checkbox input {
  margin-top: 0;
}

.form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 16px;
}

.req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #3882F0;
  font-size: 110%;
}

.desc {
  color: rgba(49, 52, 57, 0.5);
  font-size: 14px;
  line-height: 20px;
}

span.desc {
  margin-left: 4px;
}

div.desc {
  margin-top: 4px;
  margin-bottom: -8px;
}

.form-buttons button,
.form-buttons .button {
  margin-right: 8px;
}

form,
.form-item {
  margin-bottom: 2rem;
}

.form > .form-item:last-child {
  margin-bottom: 0;
}

.form .row:last-child .form-item {
  margin-bottom: 0;
}

.form span.success,
.form span.error {
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
}

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  width: auto;
}

.append,
.prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.append input,
.prepend input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.append .button,
.append span,
.prepend .button,
.prepend span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.append span,
.prepend span {
  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;
  font-weight: normal;
  border: 1px solid #d4d4d4;
  background-color: #f8f8f8;
  padding: 0 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  white-space: nowrap;
}

.prepend input {
  border-radius: 0 3px 3px 0;
}

.prepend .button {
  margin-right: -1px;
  border-radius: 3px 0 0 3px !important;
}

.prepend span {
  border-right: none;
  border-radius: 3px 0 0 3px;
}

.append input {
  border-radius: 3px 0 0 3px;
}

.append .button {
  margin-left: -1px;
  border-radius: 0 3px 3px 0 !important;
}

.append span {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

button,
.button {
  font-family: "Moderat-Light";
  font-size: 15px;
  color: #fff;
  background-color: #1c86f2;
  border-radius: 3px;
  min-height: 40px;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
}
button i,
.button i {
  position: relative;
  top: 1px;
  margin: 0 2px;
}

input[type="submit"] {
  width: auto;
}

button:hover,
.button:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
  background-color: #4ca0f5;
}

.button:disabled,
.button.disabled {
  cursor: default;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(28, 134, 242, 0.7);
}

.button.small {
  font-size: 13px;
  min-height: 36px;
  padding: 6px 20px;
  border-radius: 3px;
}

.button.big {
  font-size: 17px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 3px;
}

.button.large {
  font-size: 19px;
  min-height: 56px;
  padding: 20px 36px;
  border-radius: 3px;
}

.button.outline {
  background: none;
  border-width: 2px;
  border-color: #1c86f2;
  color: #1c86f2;
}
.button.outline:hover {
  background: none;
  color: rgba(28, 134, 242, 0.6);
  border-color: rgba(28, 134, 242, 0.5);
}
.button.outline:disabled,
.button.outline.disabled {
  background: none;
  color: rgba(28, 134, 242, 0.7);
  border-color: rgba(28, 134, 242, 0.5);
}

.button.inverted {
  color: #000;
  background-color: #fff;
}
.button.inverted:hover {
  color: #000;
  background-color: white;
}
.button.inverted:disabled,
.button.inverted.disabled {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
}
.button.inverted.outline {
  background: none;
  color: #fff;
  border-color: #fff;
}
.button.inverted.outline:hover {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.5);
}
.button.inverted.outline:disabled,
.button.inverted.outline.disabled {
  background: none;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.5);
}
.button.inverted:hover {
  opacity: 0.7;
}

.button.round {
  border-radius: 56px;
}

.button.raised {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.button.upper {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
}
.button.upper.small {
  font-size: 11px;
}
.button.upper.big {
  font-size: 13px;
}
.button.upper.large {
  font-size: 15px;
}

.button.secondary {
  color: #fff;
  background-color: #313439;
}
.button.secondary:hover {
  color: #fff;
  background-color: #606670;
}
.button.secondary:disabled,
.button.secondary.disabled {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(49, 52, 57, 0.7);
}
.button.secondary.outline {
  background: none;
  color: #313439;
  border-color: #313439;
}
.button.secondary.outline:hover {
  color: rgba(49, 52, 57, 0.6);
  border-color: rgba(49, 52, 57, 0.5);
}
.button.secondary.outline:disabled,
.button.secondary.outline.disabled {
  background: none;
  color: rgba(49, 52, 57, 0.7);
  border-color: rgba(49, 52, 57, 0.5);
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .flex-column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-w100-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .flex-w100-sm {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.display-block {
  display: block;
}

.hide {
  display: none !important;
}

@media (max-width: 768px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-sm {
    display: none !important;
  }
}

@media print {
  .hide-print {
    display: none !important;
  }
  .show-print {
    display: block !important;
  }
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 18px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.close {
  display: inline-block;
  min-height: 16px;
  min-width: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
}
.close:hover {
  opacity: 1;
}
.close.small {
  font-size: 8px;
}
.close.big {
  font-size: 18px;
}
.close.white {
  color: #fff;
}

.caret {
  display: inline-block;
}

.button .caret {
  margin-right: -8px;
}

.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.overlay > .close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}

/* Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09f;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* =Size breakpoints
-----------------------------------------------------------------------------*/
@media (min-width: 1025px) {
  .show-md {
    display: none !important;
  }
}

/* =Mobile
	-----------------------------------------------------------------------------*/
/* =SmarthPhone
	-----------------------------------------------------------------------------*/
/* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .hide-md {
    display: none !important;
  }
}

/* =Custom breakpoint
    -----------------------------------------------------------------------------*/
/* =Laptop
	-----------------------------------------------------------------------------*/
/* =Desktop
	-----------------------------------------------------------------------------*/
/* =Larger than Full HD
	-----------------------------------------------------------------------------*/
/* =Mobile
	-----------------------------------------------------------------------------*/
/* =SmarthPhone
	-----------------------------------------------------------------------------*/
/* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
/* =Custom breakpoint
    -----------------------------------------------------------------------------*/
@media only screen and (max-width: 1190px) {
  .hide-custom_1 {
    display: none !important;
  }
}

/* =Laptop
	-----------------------------------------------------------------------------*/
/* =Desktop
	-----------------------------------------------------------------------------*/
/* =Larger than Full HD
	-----------------------------------------------------------------------------*/
/*=Transitions
----------------------------------------------------------------------*/
/*=Classical Alignment Classes
----------------------------------------------------------------------*/
.vertical-align,
.rever-header__logo svg,
.rever__subnav__button svg,
.rever__calculator__amount span,
.rever__calculator__fixed-cta .rever-button,
.rever__calculator__fixed-cta .rever__contact__form button,
.rever__contact__form .rever__calculator__fixed-cta button,
.rever__calculator__fixed-cta .rever__contact__form .hs_submit,
.rever__contact__form .rever__calculator__fixed-cta .hs_submit {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horizontal-align,
.rever-nav__list__item--subnav .subnav-area,
.rever-nav__list__item--subnav ul,
.rever__testimonials__picture,
.rever__features-enterprise__image {
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.center-align,
.rever__learn__book-cover__content,
.rever__calculator__hs-form__container {
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.fix-align {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}

/*=Center element
----------------------------------------------------------------------*/
/*=Vertical element
----------------------------------------------------------------------*/
/*=Horizontal element
----------------------------------------------------------------------*/
/*=Aligns elements
----------------------------------------------------------------------*/
/*=Calculate
----------------------------------------------------------------------*/
/*=Grid Col
----------------------------------------------------------------------*/
.col-2_5 {
  width: 19.66667%;
}

/* =Mobile
	-----------------------------------------------------------------------------*/
/* =SmarthPhone
	-----------------------------------------------------------------------------*/
/* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .md-col-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .md-col-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .md-col-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .md-col-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .md-col-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .md-col-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .md-col-7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .md-col-8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .md-col-9 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .md-col-10 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .md-col-11 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .md-col-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .md-offset-kill {
    margin-left: 0 !important;
  }
  .md-column-padding {
    padding-right: 24px;
    padding-left: 24px;
  }
  .md-offset-5 {
    margin-left: 41.66667%;
  }
}

/* =Custom breakpoint
    -----------------------------------------------------------------------------*/
/* =Laptop
	-----------------------------------------------------------------------------*/
/* =Desktop
	-----------------------------------------------------------------------------*/
/* =Larger than Full HD
	-----------------------------------------------------------------------------*/
/* =Mobile
	-----------------------------------------------------------------------------*/
/* =SmarthPhone
	-----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .xs-col-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .xs-col-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .xs-col-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
  .xs-col-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .xs-col-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .xs-col-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  .xs-col-7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .xs-col-8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .xs-col-9 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%;
  }
  .xs-col-10 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .xs-col-11 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .xs-col-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .xs-col-2_5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 19.66667% !important;
    flex-basis: 19.66667% !important;
    max-width: 19.66667% !important;
    width: 19.66667% !important;
  }
  .xs-padding-kill {
    padding: 0 !important;
  }
  .xs-left-padding {
    padding: 0;
    padding-left: 24px;
  }
  .md-column-padding {
    padding-right: 0;
    padding-left: 0;
  }
  .xs-offset-5 {
    margin-left: 41.66667% !important;
  }
  .xs-offset-2 {
    margin-left: 17.66667% !important;
  }
}

/* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
/* =Custom breakpoint
    -----------------------------------------------------------------------------*/
/* =Laptop
	-----------------------------------------------------------------------------*/
/* =Desktop
	-----------------------------------------------------------------------------*/
/* =Larger than Full HD
	-----------------------------------------------------------------------------*/
/* =Playground Base
-----------------------------------------------------------------------------*/
html,
body {
  width: 100%;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}

body {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* =CONTAINER TOOLS
-----------------------------------------------------------------------------*/
.container {
  position: relative;
  z-index: 10;
}

.grid-1200,
.grid-margin {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 0) and (max-width: 1024px) {
  .grid-1200,
  .grid-margin {
    position: relative;
    margin: 0 auto;
  }
}

@media (min-width: 1824px) {
  .grid-1200,
  .grid-margin {
    position: relative;
    max-width: 1440px;
  }
}

.full-image-container {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.video-cover {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 25;
}

.video-bg {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.video-bg > video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.column-padding {
  padding-left: 24px;
  padding-right: 24px;
}

/* 1. No object-fit support: */
@media (min-aspect-ratio: 16 / 9) {
  .video-bg > video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .video-bg > video {
    width: 300%;
    left: -100%;
  }
}

/* 2. If supporting object-fit, overriding (1): */
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.overlay-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: #000;
  opacity: 0.2;
}

/*=ITEMS
----------------------------------------------------------------------*/
.item-10 {
  position: relative;
  width: 10px;
  height: 10px;
}

.item-20 {
  position: relative;
  width: 10px;
  height: 20px;
}

.item-30 {
  position: relative;
  width: 10px;
  height: 30px;
}

.item-40 {
  position: relative;
  width: 10px;
  height: 40px;
}

.item-50 {
  position: relative;
  width: 10px;
  height: 50px;
}

.item-60 {
  position: relative;
  width: 10px;
  height: 60px;
}

.item-70 {
  position: relative;
  width: 10px;
  height: 70px;
}

.item-80 {
  position: relative;
  width: 10px;
  height: 80px;
}

.item-90 {
  position: relative;
  width: 10px;
  height: 90px;
}

.item-100 {
  position: relative;
  width: 10px;
  height: 100px;
}

.item-110 {
  position: relative;
  width: 10px;
  height: 110px;
}

.item-120 {
  position: relative;
  width: 10px;
  height: 120px;
}

/* =NO SELECT
-----------------------------------------------------------------------------*/
.noselect,
.no-select,
.rever__how-it-works__button,
.select-disabled {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently not supported by any browser */
}

/* =TEXT SELECTION COLOR & BACKGROUNDS
-----------------------------------------------------------------------------*/
::-moz-selection {
  color: #000;
  background: #ffd500;
}

::selection {
  color: #000;
  background: #ffd500;
}

/* =IMAGE AND EFFECTS HELPERS, VISUAL CUES
-----------------------------------------------------------------------------*/
.bg-img img,
.liquid-img img {
  display: none;
}

.wow {
  visibility: hidden;
}

.red-bg {
  background: red;
}

.white-bg {
  background: #fff;
}

/* = POSITION
-----------------------------------------------------------------------------*/
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

/* =Z-INDEX
-----------------------------------------------------------------------------*/
.lowez,
.before {
  z-index: 5;
}

.midz,
.middle {
  z-index: 15;
}

.upperz,
.after {
  z-index: 20;
}

/*
.no-visible {
    opacity: 0;
}
*/
/* =ROW ALIGN
-----------------------------------------------------------------------------*/
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-right {
  webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

/* =HOVERS
-----------------------------------------------------------------------------*/
.hover-link {
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.hover-link--hover {
  width: 100%;
  left: initial;
  right: 0;
}

/*=COMMON
----------------------------------------------------------------------*/
.push-right {
  float: right;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .push-right {
    float: none;
  }
}

.pull-left {
  float: left;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .pull-left {
    float: none;
  }
}

.rever-header--waypoint-active {
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1),
    -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever-header--waypoint-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.separator--waypoint-active {
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1),
    -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .separator--waypoint-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.rever-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0 24px;
}

.rever-header__border--gray-blue {
  border-bottom: 1px solid rgba(0, 42, 50, 0.1);
}

.rever-header__border--white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.white-fill {
  fill: #ffffff;
}

.denim-fill {
  fill: #1783c6;
}

.daintree-fill {
  fill: #002a32;
}

.orange-fill {
  fill: #3882F0;
}

.rever-header__logo {
  position: absolute;
  width: 120px;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever-header__logo svg {
  position: absolute;
  width: 120px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever-header__logo svg {
    width: 100px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .rever-header__logo {
    position: relative;
    width: 100%;
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .rever-header__logo {
    position: relative;
    width: 100px;
    height: 60px;
  }
}

.rever-nav {
  position: relative;
  display: inline-block;
}

.rever-nav__list {
  position: relative;
  margin: 0;
}

.rever-nav--left {
  position: relative;
  display: inline-block;
  padding: 32px 0;
  margin-left: 16.66667%;
  vertical-align: top;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever-nav--left {
    padding: 25px 0;
  }
}

.rever-nav--right {
  position: absolute;
  display: inline-block;
  padding: 16px 0;
  top: 0;
  right: 0;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever-nav--right {
    /* position: relative;
        width: 100%;
        height: 70px; */
    padding: 12px 0;
  }
}

.rever-nav__list__item {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rever-nav__list__item a {
  color: #fff;
  text-decoration: none;
}
.rever-nav__list__item a:hover {
  color: #3882F0 !important;
}
.rever-nav__list__item:hover,
.rever-nav__list__item span a:hover {
  color: #3882F0 !important;
  -webkit-transition: color 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rever-nav__list__item:last-of-type {
  margin: 0;
}

.rever-nav__list__item--subnav {
  padding-right: 18px;
}
.rever-nav__list__item--subnav svg {
  fill: #0196f2;
  position: absolute;
  width: 24px;
  right: 0;
  top: 5px;
  -webkit-transition: fill 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: fill 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rever-nav__list__item--subnav .subnav-area {
  position: absolute;
  display: none;
  width: 140px;
  top: -40px;
  height: 100px;
}
.rever-nav__list__item--subnav ul {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #014b7a;
  border: 1px solid #1b5d88;
  border-radius: 0 0 3px 3px;
  width: 260px;
  top: 56px;
  padding: 12px 24px;
}
.rever-nav__list__item--subnav ul li {
  border: none;
  margin-bottom: 8px;
  margin-right: 0px;
}
.rever-nav__list__item--subnav ul li:last-of-type {
  margin-bottom: 0;
}
.rever-nav__list__item--subnav ul li a {
  margin: 0;
  padding: 0;
  border: none;
}
.rever-nav__list__item--subnav:hover svg {
  fill: #3882F0;
  -webkit-transition: fill 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: fill 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rever-nav__list__item--subnav:hover .subnav-area,
.rever-nav__list__item--subnav:hover ul {
  display: block;
}

.rever-nav__list__item--phone {
  vertical-align: top;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
}

.rever-nav__list__item--cta {
  padding-top: 2px;
}

.rever-nav__phone-number {
  position: relative;
  padding-left: 28px;
  vertical-align: top;
}
.rever-nav__phone-number svg {
  width: 22px;
  position: absolute;
  top: 2px;
  left: 0;
}

a.rever-button--ghost,
.rever-button--ghost {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  padding: 13px 40px;
  border: 2px solid #0196f2;
  border-radius: 50px;
  font-size: 17px;
  color: #fff;
  background-size: 100% 200%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, #0196f2)
  );
  background-image: -webkit-linear-gradient(top, transparent 50%, #0196f2 50%);
  background-image: -o-linear-gradient(top, transparent 50%, #0196f2 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #0196f2 50%);
  -webkit-transition: background-position 0.35s ease-in-out,
    color 0.35s ease-in-out;
  -o-transition: background-position 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-position 0.35s ease-in-out, color 0.35s ease-in-out;
}
a.rever-button--ghost span,
.rever-button--ghost span {
  position: relative;
  z-index: 5;
}
a.rever-button--ghost:last-of-type,
.rever-button--ghost:last-of-type {
  margin-right: 0;
}
a.rever-button--ghost:hover,
.rever-button--ghost:hover {
  background-position: 0 100%;
  color: #fff;
}

a.rever-button--white-ghost,
.rever-button--white-ghost {
  color: #fff;
  border: 2px solid #fff;
}
a.rever-button--white-ghost:hover,
.rever-button--white-ghost:hover {
  border: 2px solid #0196f2;
}

a.rever-button,
.rever__contact__form a.hs_submit,
.rever-button,
.rever__contact__form button,
.rever__contact__form .hs_submit {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  padding: 14px 45px;
  border-radius: 50px;
  font-size: 17px;
  color: #fff;
  margin-right: 16px;
  background-size: 100% 200%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #3882F0),
    color-stop(50%, #00263d)
  );
  background-image: -webkit-linear-gradient(top, #3882F0 50%, #00263d 50%);
  background-image: -o-linear-gradient(top, #3882F0 50%, #00263d 50%);
  background-image: linear-gradient(to bottom, #3882F0 50%, #00263d 50%);
  -webkit-transition: background-position 0.35s ease-in-out,
    color 0.35s ease-in-out;
  -o-transition: background-position 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-position 0.35s ease-in-out, color 0.35s ease-in-out;
}
a.rever-button span,
.rever__contact__form a.hs_submit span,
.rever-button span,
.rever__contact__form button span,
.rever__contact__form .hs_submit span {
  position: relative;
  z-index: 5;
}
a.rever-button:last-of-type,
.rever__contact__form a.hs_submit:last-of-type,
.rever-button:last-of-type,
.rever__contact__form button:last-of-type,
.rever__contact__form .hs_submit:last-of-type {
  margin-right: 0;
}
a.rever-button:hover,
.rever__contact__form a.hs_submit:hover,
.rever-button:hover,
.rever__contact__form button:hover,
.rever__contact__form .hs_submit:hover {
  background-position: 0 100%;
  color: #fff;
}

a.rever-button--white,
.rever-button--white {
  border: 2px solid #fff;
}
a.rever-button--white:hover,
.rever-button--white:hover {
  border: 2px solid #1783c6;
}

/*=REVER MOBILE NAV
----------------------------------------------------------------------*/
.rever-nav__list__item--mobile-button {
  margin: 0;
}

.rever-nav__mobile-button {
  border-radius: 0;
  padding: 0 10px;
  margin: 0;
  margin-right: -10px;
  height: auto;
  width: auto;
  -webkit-appearance: none;
  line-height: 0;
  text-align: right;
  background: transparent;
}
.rever-nav__mobile-button svg {
  fill: #fff;
  width: 20px;
}
.rever-nav__mobile-button:hover {
  background: transparent;
}

.rever-mobile-nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 95;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  overflow: hidden;
}
.rever-mobile-nav nav {
  position: relative;
  margin-top: 128px;
  padding-bottom: 56px;
}

.rever-mobile-nav__container {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 30;
  -webkit-transform: translateY(75%);
  -ms-transform: translateY(75%);
  transform: translateY(75%);
}

.rever-mobile-nav__list {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rever-mobile-nav__list__item {
  position: relative;
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
}
.rever-mobile-nav__list__item:last-of-type {
  margin-bottom: 0;
}
.rever-mobile-nav__list__item a {
  position: relative;
  font-size: 24px;
  color: #002a32;
  text-decoration: none;
}
.rever-mobile-nav__list__item a:hover {
  color: #3882F0;
}

.rever-mobile-nav__list__item--subnav svg {
  fill: #0196f2;
  position: absolute;
  width: 24px;
  left: 90px;
  top: 5px;
  -webkit-transition: fill 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: fill 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.rever-mobile-nav__list__item--subnav ul {
  margin: 18px 0 18px 16px;
  list-style: none;
}
.rever-mobile-nav__list__item--subnav ul li {
  margin-bottom: 16px;
}
.rever-mobile-nav__list__item--subnav ul li a {
  font-size: 18px;
}
.rever-mobile-nav__list__item--subnav ul li:last-of-type {
  margin-bottom: 0;
}

.rever-mobile-nav--light-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: #0196f2;
  z-index: 1;
}

.rever-mobile-nav--blue-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: #014b7a;
  z-index: 5;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.rever-mobile-nav__policies {
  position: relative;
  padding-top: 56px;
  padding-bottom: 8px;
}

.rever__footer__info--mobile-nav {
  padding-top: 56px;
  padding-bottom: 56px;
}

/*=WHITE BACKGROUND HEADER
----------------------------------------------------------------------*/
.rever-header--white-bg {
  background: #fff;
  /*
    .rever-nav--left {
        @include media(m_devices) {
            padding: 25px 0;
        }
    }
    */
}
.rever-header--white-bg .rever-header__logo {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever-header--white-bg .rever-header__logo {
    width: 100px;
    height: 60px;
  }
  .rever-header--white-bg .rever-header__logo svg {
    width: 100px;
    margin-top: 5px;
  }
}
.rever-header--white-bg .rever-nav--right {
  /*
        @include media(m_devices) {
            padding: 9px 0;
        }
        */
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever-header--white-bg .rever-nav--right {
    padding: 12px 0;
  }
}
.rever-header--white-bg .rever-nav__list__item {
  color: #002a32;
}
.rever-header--white-bg .rever-nav__list__item a {
  color: #002a32;
}
.rever-header--white-bg .rever-nav__list__item a:hover {
  color: #3882F0;
}
.rever-header--white-bg .white-fill {
  fill: #002a32;
}
.rever-header--white-bg .rever-nav__mobile-button svg {
  fill: #002a32;
}
.rever-header--white-bg .rever-nav__list__item--phone .white-fill {
  fill: #0196f2;
}
.rever-header--white-bg a.rever-button--ghost,
.rever-header--white-bg .rever-button--ghost {
  border: none;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #0196f2),
    color-stop(50%, #002a32)
  );
  background-image: -webkit-linear-gradient(top, #0196f2 50%, #002a32 50%);
  background-image: -o-linear-gradient(top, #0196f2 50%, #002a32 50%);
  background-image: linear-gradient(to bottom, #0196f2 50%, #002a32 50%);
}
.rever-header--white-bg a.rever-button--ghost:hover,
.rever-header--white-bg .rever-button--ghost:hover {
  color: #3882F0;
}
.rever-header--white-bg .rever-nav__list__item--subnav ul {
  background: #fff;
  border: 1px solid #e8e8e8;
}

/*= RESPONSIVE FIXED HEADER
----------------------------------------------------------------------*/
.rever-header--fixed {
  position: fixed;
  background: #fff;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1),
    -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
}
.rever-header--fixed .rever-header__logo {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever-header--fixed .rever-header__logo {
    width: 100px;
    height: 60px;
  }
  .rever-header--fixed .rever-header__logo svg {
    width: 100px;
    margin-top: 5px;
  }
}
.rever-header--fixed .rever-nav--left {
  padding: 25px 0;
}
.rever-header--fixed .rever-nav--right {
  padding: 9px 0;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever-header--fixed .rever-nav--right {
    padding: 12px 0;
  }
}
.rever-header--fixed .rever-header__border--white {
  border-bottom: none;
  padding: 0;
}
.rever-header--fixed .rever-header__border--gray-blue {
  border-bottom: none;
  padding: 0;
}
.rever-header--fixed .rever-nav__list__item {
  color: #002a32;
}
.rever-header--fixed .rever-nav__list__item a {
  color: #002a32;
}
.rever-header--fixed .rever-nav__list__item a:hover {
  color: #3882F0;
}
.rever-header--fixed .white-fill {
  fill: #002a32;
}
.rever-header--fixed .rever-nav__mobile-button svg {
  fill: #002a32;
}
.rever-header--fixed .rever-nav__list__item--phone .white-fill {
  fill: #0196f2;
}
.rever-header--fixed a.rever-button--ghost,
.rever-header--fixed .rever-button--ghost {
  border: none;
  background: #0196f2;
  color: #fff;
}
.rever-header--fixed a.rever-button--ghost:before,
.rever-header--fixed .rever-button--ghost:before {
  background: #69c0f6;
}
.rever-header--fixed a.rever-button--ghost:after,
.rever-header--fixed .rever-button--ghost:after {
  background: #002a32;
}
.rever-header--fixed a.rever-button--ghost:hover,
.rever-header--fixed .rever-button--ghost:hover {
  background: #0196f2;
  color: #fff;
}
.rever-header--fixed .rever-nav__list__item--subnav ul {
  top: 49px;
  background: #fff;
  border: 1px solid #e8e8e8;
}

.rever__border-top {
  border-top: 1px solid #e8e8e8;
}

.rever__border-bottom {
  border-bottom: 1px solid #e8e8e8;
}

.rever__border-left {
  border-left: 1px solid #e8e8e8;
}

.rever__border-right {
  border-right: 1px solid #e8e8e8;
}

/*=REVER FOOTER
----------------------------------------------------------------------*/
.rever__footer {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 128px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__footer {
    padding-top: 24px;
    padding-bottom: 96px;
  }
}

.rever__footer__logo {
  position: relative;
  width: 170px;
  fill: #48565b;
  padding-top: 56px;
  padding-bottom: 56px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__footer__logo {
    width: 100px;
  }
  .rever__footer__logo svg {
    width: 100px;
  }
}

.rever__footer__nav {
  position: relative;
  width: 100%;
  margin-bottom: 56px;
}

.rever__footer__border--gray-blue {
  border-bottom: 1px solid rgba(0, 42, 50, 0.1);
  margin-bottom: 56px;
}

.rever__footer__nav__main-list {
  position: relative;
  margin: 0;
  list-style: none;
}
.rever__footer__nav__main-list li {
  margin: 0;
  position: relative;
  font-size: 17px;
  color: #002a32;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__footer__nav__main-list li a {
  text-decoration: none;
  color: #002a32;
}
.rever__footer__nav__main-list li a:hover {
  color: #3882F0;
}
@media only screen and (max-width: 768px) {
  .rever__footer__nav__main-list li {
    margin-bottom: 24px;
  }
}

.rever__footer__nav__list {
  position: relative;
  margin: 0;
  list-style: none;
}

.rever__footer__mini-title {
  position: relative;
  font-size: 13px;
  color: #ababab;
}

.rever__footer__nav__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rever__footer__nav__list li {
  position: relative;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 24px;
}
.rever__footer__nav__list li a {
  text-decoration: none;
  color: #002a32;
}
.rever__footer__nav__list li a:hover {
  color: #3882F0;
}

.rever__footer__info {
  margin-top: 128px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__footer__info h2 {
  color: #002a32;
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}
.rever__footer__info h3 {
  color: #002a32;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 32px;
  color: #48565b;
}
.rever__footer__info p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  color: #ababab;
}
.rever__footer__info svg {
  position: relative;
  width: 18px;
  fill: #48565b;
  margin-bottom: 24px;
  -webkit-transition: fill 300ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: fill 300ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: fill 300ms cubic-bezier(0.5, 0, 0.15, 1);
}
.rever__footer__info a {
  color: #48565b;
  position: relative;
  margin-right: 8px;
  margin-bottom: 48px;
}
.rever__footer__info a:hover {
  color: #3882F0;
}
.rever__footer__info a:hover svg {
  fill: #3882F0;
  -webkit-transition: fill 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: fill 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: fill 600ms cubic-bezier(0.5, 0, 0.15, 1);
}
.rever__footer__info a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .rever__footer__info {
    margin-top: 32px;
  }
}

p.rever__footer__info__tagline,
.rever__footer__info__tagline {
  color: #002a32;
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}

.facebook-svg {
  fill: #3b5998;
}

.linkedin-svg {
  fill: #0077b5;
}

.xs-margin-bottom-24 {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .xs-margin-bottom-24 {
    margin-bottom: 24px;
  }
}

.xs-margin-bottom-32 {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .xs-margin-bottom-32 {
    margin-bottom: 32px;
  }
}

.xs-margin-bottom-56 {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .xs-margin-bottom-56 {
    margin-bottom: 56px;
  }
}

.xs-margin-top-24 {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .xs-margin-top-24 {
    margin-top: 24px;
  }
}

.xs-margin-top-32 {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .xs-margin-top-32 {
    margin-top: 32px;
  }
}

.xs-margin-top-56 {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .xs-margin-top-56 {
    margin-top: 56px;
  }
}

.mobile-reorder--first {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .mobile-reorder--first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

/*=ANIMATION BLOCKS
----------------------------------------------------------------------*/
.animation-container {
  position: relative;
}

.animation-block {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20px;
  background: #f9f9f9;
  top: 0;
  left: 0;
}

.rever__section-special-image {
  position: absolute;
  z-index: 30;
  width: 96px;
  height: 96px;
  top: -48px;
  left: 50%;
  margin-left: -48px;
}

.column-padding-on-sm {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .column-padding-on-sm {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.column-padding-not-sm {
  padding-left: 24px;
  padding-right: 24px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .column-padding-not-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

/*=HOME
----------------------------------------------------------------------*/
.main {
  position: relative;
  width: 100%;
}

.home {
  position: relative;
  width: 100%;
}

.rever__hero {
  position: relative;
  width: 100%;
  height: 130vh;
  padding-top: 152px;
  background: #014b7a;
  margin-bottom: 80px;
  overflow: hidden;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 1024px) {
  .rever__hero {
    padding-top: 152px;
  }
}
@media only screen and (max-width: 768px) {
  .rever__hero {
    padding-top: 128px;
    height: 135vh;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .rever__hero {
    padding-top: 224px;
  }
}
.rever__hero:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #ffffff;
}

.rever__hero__content {
  position: relative;
  z-index: 30;
  text-align: center;
}
.rever__hero__content .wistia_responsive_wrapper a.rever-button--white-ghost {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__content .wistia_responsive_wrapper a.rever-button--white-ghost {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 350px) {
  .rever__hero__content .wistia_responsive_wrapper a.rever-button--white-ghost {
    background: #0196f2;
    border: inherit;
  }
  .rever__hero__content
    .wistia_responsive_wrapper
    a.rever-button--white-ghost:hover {
    background: #002a32;
  }
}

.rever__big-heading {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 72px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .rever__big-heading {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1600px) {
  .rever__big-heading {
    font-size: 64px;
    line-height: 80px;
    margin-bottom: 32px;
  }
}

.rever__big-subcopy {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 56px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .rever__big-subcopy {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .rever__big-subcopy {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 56px;
  }
}

.rever__text--dark {
  color: #002a32;
}

.rever__text-description,
.rever__features-enterprise__list li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  color: #ababab;
}
@media only screen and (max-width: 768px) {
  .rever__text-description,
  .rever__features-enterprise__list li {
    font-size: 14px;
    line-height: 22px;
  }
}

.rever__hero__background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 20;
}

.rever__hero__background-container__bg-img {
  position: relative;
  z-index: 5;
  height: 100%;
  width: auto;
}

.rever__hero__element {
  position: absolute;
  z-index: 20;
}

.rever__hero__element--a {
  width: 16%;
  height: auto;
  bottom: 0;
  left: 40%;
  z-index: 50;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__hero__element--a {
    width: 17%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__hero__element--a {
    width: 48%;
    left: 24%;
    bottom: 2vh;
  }
}

.rever__hero__element--b {
  width: 10%;
  height: auto;
  bottom: 60vh;
  left: 7%;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__hero__element--b {
    width: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__hero__element--b {
    width: 15%;
    left: -2%;
    bottom: 58vh;
  }
}

.rever__hero__element--c {
  width: 8%;
  height: auto;
  bottom: 20vh;
  right: 7%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__hero__element--c {
    width: 8%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__hero__element--c {
    width: 15%;
    right: -8%;
    bottom: 50vh;
    display: none;
  }
}

.rever__hero__element--d {
  width: 8%;
  height: auto;
  bottom: 8vh;
  left: 30%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__hero__element--d {
    width: 8%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__hero__element--d {
    width: 16%;
    bottom: 15vh;
    left: 15%;
  }
}

.rever__hero__element--e {
  width: 11.5%;
  height: auto;
  bottom: 7vh;
  right: 30%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__hero__element--e {
    width: 12%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__hero__element--e {
    width: 24%;
    bottom: 13vh;
    right: 7%;
  }
}

.rever__hero__element--f {
  width: 6%;
  height: auto;
  bottom: 18vh;
  left: 20%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  z-index: 30;
}
@media (min-width: 1600px) {
  .rever__hero__element--f {
    width: 7%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__hero__element--f {
    width: 18%;
    bottom: 8vh;
    left: -9%;
  }
}

.rever__hero__element--g {
  width: 6%;
  height: auto;
  bottom: 50vh;
  right: 15%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__hero__element--g {
    width: 7%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__hero__element--g {
    width: 18%;
    right: -9%;
    bottom: 60vh;
  }
}

.rever__hero__element--h {
  width: 2.5%;
  height: auto;
  bottom: 70vh;
  left: 25%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__hero__element--h {
    width: 2.5%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__hero__element--h {
    width: 5%;
    left: auto;
    right: 5%;
    bottom: auto;
    top: 50vh;
  }
}

.rever__hero__element--i {
  width: 1.8%;
  height: auto;
  bottom: 60vh;
  right: 32%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__hero__element--i {
    width: 1.8%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__hero__element--i {
    display: none;
  }
}

.rever__subnav {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  text-align: center;
  z-index: 90;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1),
    -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__subnav {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
}

.rever__subnav--on-screen {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__subnav--on-screen {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
    transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
    -o-transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
    transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
    transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1),
      -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.rever__subnav__container {
  position: relative;
  height: 100%;
}

.rever__subnav__container__cell {
  position: relative;
  padding: 29px 0;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__subnav__container__cell {
    padding: 36px 0;
  }
}

.rever__subnav__button {
  position: absolute;
  font-size: 15px;
  width: auto;
  min-width: auto;
  padding-left: 32px;
  padding-right: 0;
  height: 100%;
  top: 0;
  left: 0;
  color: #c1c1c1;
  border-radius: 0 !important;
  background: transparent;
  -webkit-transition: all 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: all 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: all 600ms cubic-bezier(0.5, 0, 0.15, 1);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__subnav__button svg {
  fill: #c1c1c1;
  position: absolute;
  width: 22px;
  left: 0;
  -webkit-transition: fill 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: fill 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: fill 600ms cubic-bezier(0.5, 0, 0.15, 1);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 1024px) {
  .rever__subnav__button svg {
    left: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .rever__subnav__button svg {
    left: auto;
    left: 50%;
    top: 35%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
.rever__subnav__button:hover {
  color: #3882F0;
  -webkit-transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  background: transparent;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__subnav__button:hover svg {
  fill: #3882F0;
  -webkit-transition: fill 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: fill 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: fill 600ms cubic-bezier(0.5, 0, 0.15, 1);
}
@media only screen and (max-width: 768px) {
  .rever__subnav__button:hover {
    color: #c1c1c1;
  }
  .rever__subnav__button:hover svg {
    fill: #c1c1c1;
  }
}
@media only screen and (max-width: 1024px) {
  .rever__subnav__button {
    padding-left: 24px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__subnav__button {
    width: 100%;
    font-size: 10px;
  }
}

.rever__subnav__button__text {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__subnav__button__text {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.rever__subnav__button__border {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 4px;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #3882F0;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1),
    -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__subnav__button__border {
    height: 3px;
  }
}

.rever__subnav__container__cell--active .rever__subnav__button {
  color: #002a32;
}
.rever__subnav__container__cell--active .rever__subnav__button svg {
  fill: #002a32;
}

.rever__subnav__container__cell--active .rever__subnav__button__border {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1),
    -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
}

.rever__gray-section {
  position: relative;
  width: 100%;
  background: #f9f9f9;
  padding-top: 128px;
  padding-bottom: 128px;
}

.rever__white-section {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding-top: 128px;
  padding-bottom: 128px;
}

.rever__border-top {
  border-top: 1px solid #e8e8e8;
}

.rever__border-bottom {
  border-bottom: 1px solid #e8e8e8;
}

.rever__intro-section,
.rever__product-end-section {
  text-align: center;
}

.rever__intro-section--margin-top {
  margin-top: 56px;
}

.rever__mini-heading {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #102046;
}

.rever__regular-heading {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 40px;
  color: #002a32;
  letter-spacing: -0.025em;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__regular-heading {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1600px) {
  .rever__regular-heading {
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 48px;
  }
}

.rever__regular-subheading {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 29px;
  color: #002a32;
  letter-spacing: -0.025em;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__regular-subheading {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1600px) {
  .rever__regular-subheading {
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 29px;
  }
}
.rever__regular-subheading span {
  color: #38d39f;
}

.rever__regular-copy {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 26px;
  color: #48565b;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__regular-copy {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
  }
}

.rever__special-copy {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 27px;
  color: #ababab;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__special-copy {
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
    font-size: 19px;
    line-height: 29px;
  }
}

.rever__small-link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-right: 24px;
  font-size: 13px;
  line-height: 16px;
  color: #3882F0;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.rever__small-link svg {
  position: absolute;
  height: 10px;
  right: 0;
  top: 12px;
  fill: #3882F0;
  -webkit-transition: all 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: all 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: all 600ms cubic-bezier(0.5, 0, 0.15, 1);
}
.rever__small-link:hover svg {
  -webkit-transition: all 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: all 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: all 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  fill: #002a32;
}

.rever__feature-section {
  position: relative;
  width: 100%;
  background: #ffffff;
}
.rever__feature-section .rever__feature-section__container {
  position: relative;
  padding-top: 128px;
  padding-bottom: 128px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__feature-section .rever__feature-section__container {
    padding-bottom: 96px;
  }
}

.rever__feature-section--margin-top {
  margin-top: 128px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__feature-section--margin-top {
    margin-top: 96px;
  }
}
@media (min-width: 1600px) {
  .rever__feature-section--margin-top {
    margin-top: 192px;
  }
}

.rever__video-section {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 128px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__video-section {
    padding-top: 0;
    padding-bottom: 56px;
  }
}

.embed-container {
  border: 2px solid #9f9f9f;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rever__clients-section {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 128px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__clients-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.rever__home__clients__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 16px;
}

.rever__home__clients__list__item {
  position: relative;
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 24px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__home__clients__list__item img {
  position: relative;
  height: 72px;
  width: auto;
}
@media (min-width: 1600px) {
  .rever__home__clients__list__item {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .rever__home__clients__list__item {
    width: 25%;
    margin: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 24px;
  }
}

.start-hidden {
  opacity: 0;
  visibility: hidden;
}

.rever__testimonials {
  position: relative;
  width: 100%;
  background: #f9f9f9;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  height: 600px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .rever__testimonials {
    margin-top: 56px;
  }
}

.rever__testimonials__carousel {
  position: relative;
  z-index: 30;
  width: 100%;
  min-height: 500px;
  padding-top: 220px;
  padding-bottom: 220px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__testimonials__carousel {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.rever__testimonials__carousel__cell {
  position: relative;
  width: 100%;
}

.rever__testimonials__quote {
  position: absolute;
  z-index: 20;
  top: 128px;
  left: 51.6666%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__testimonials__quote svg {
  fill: #f68052;
}
@media only screen and (max-width: 1024px) {
  .rever__testimonials__quote {
    left: 44.3333%;
  }
}
@media (min-width: 1600px) {
  .rever__testimonials__quote {
    left: 51.3333%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__testimonials__quote {
    left: 24px;
    top: 72px;
  }
}

.rever__testimonials__text {
  margin: 0;
  padding: 0;
  margin-bottom: 56px;
  font-size: 20px;
  line-height: 32px;
  color: #002a32;
  letter-spacing: -0.02em;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__testimonials__text {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 26px;
  }
}
@media (min-width: 1600px) {
  .rever__testimonials__text {
    margin: 0;
    padding: 0;
    margin-bottom: 56px;
    font-size: 24px;
    line-height: 36px;
  }
}

.rever__testimonials__name {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
  color: #002a32;
  letter-spacing: -0.02em;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__testimonials__name {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}

.rever__testimonials__bullets {
  position: absolute;
  z-index: 50;
  bottom: 128px;
  left: 51.6666%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 1024px) {
  .rever__testimonials__bullets {
    left: 44.3333%;
  }
}
@media (min-width: 1600px) {
  .rever__testimonials__bullets {
    left: 51.3333%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__testimonials__bullets {
    bottom: 32px;
    left: 24px;
  }
}

.rever__testimonials__bullets__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rever__testimonials__bullets__list__item {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 22px;
  font-size: 15px;
  line-height: 18px;
  color: #c1c1c1;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__testimonials__bullets__list__item:last-of-type {
  margin-right: 0;
}
.rever__testimonials__bullets__list__item button {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 15px;
  line-height: 18px;
  color: #c1c1c1;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: auto;
  height: auto;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .rever__testimonials__bullets__list__item {
    font-size: 13px;
  }
  .rever__testimonials__bullets__list__item button {
    font-size: 13px;
  }
}

.rever__testimonials__bullets__list__item--active {
  color: #3882F0;
}
.rever__testimonials__bullets__list__item--active button {
  color: #3882F0;
}

.rever__testimonials__picture {
  position: absolute;
  width: 100%;
  z-index: 20;
}

.rever__testimonials__picture__container {
  position: relative;
  overflow: hidden;
  padding-right: 56px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 1024px) {
  .rever__testimonials__picture__container {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 768px) {
  .rever__testimonials__picture__container {
    padding: 0;
    padding-left: 56px;
    margin-top: -96px;
    opacity: 0.25;
  }
}

.flickity-viewport {
  -webkit-transition: height 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.rever__seo-content {
  position: relative;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
  background: #ffffff;
}
.rever__seo-content h1,
.rever__seo-content h2,
.rever__seo-content h3,
.rever__seo-content h4,
.rever__seo-content h5,
.rever__seo-content h6 {
  padding-bottom: 0.25em;
}
.rever__seo-content .rever__mini-heading,
.rever__seo-content .rever__regular-heading {
  text-align: center;
}

.rever__call-to-action {
  position: relative;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
  text-align: center;
  background: #ffffff;
}

.rever__call-to-action--blue-bg {
  background: #e7f5fe;
}

.rever__call-to-action--green-bg {
  background: #38d39f;
}
.rever__call-to-action--green-bg .rever__regular-subheading span {
  color: #014b7a;
}

.scroll-content {
  position: relative;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  will-change: transform;
}

.rever__blog-pre-footer {
  position: relative;
  width: 100%;
  background: #fff;
  padding-top: 88px;
  padding-bottom: 0;
  text-align: left;
}
.rever__blog-pre-footer h2 {
  padding: 0;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 40px;
  color: #48565b;
}

.rever__blog-pre-footer__card {
  text-decoration: none;
  margin-bottom: 40px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__blog-pre-footer__card:hover .rever__blog-pre-footer__card__title {
  color: #3882F0;
  -webkit-transition: color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 768px) {
  .rever__blog-pre-footer__card {
    padding: 0 24px;
    margin-bottom: 24px;
  }
}

.rever__blog-pre-footer__card__container {
  position: relative;
  background: #fff;
  height: 150px;
  padding: 16px 0 0 0;
  overflow: hidden;
}

.rever__blog-pre-footer__card__image {
  position: relative;
  width: 100%;
  height: 80px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.rever__blog-pre-footer__card__title {
  position: relative;
  text-align: left;
  color: #48565b;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  -webkit-transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 30;
}
@media only screen and (max-width: 768px) {
  .rever__blog-pre-footer__card__title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1600px) {
  .rever__blog-pre-footer__card__title {
    font-size: 18px;
  }
}

.rever__blog-pre-footer__card__date {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  font-size: 13px;
  color: #3882F0;
  -webkit-transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 30;
}

/*=PRODUCT
----------------------------------------------------------------------*/
.product {
  position: relative;
  width: 100%;
}

.rever__hero--product {
  height: 100vh;
  background: #014b7a !important;
  height: auto;
  margin-bottom: 72px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .rever__hero--product {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .rever__hero--product {
    height: 120vh;
  }
}
@media only screen and (max-width: 1024px) {
  .rever__hero--product {
    height: auto;
  }
}

.rever__hero__content__product-image-container {
  position: relative;
  padding-top: 56px;
  margin-bottom: 2vh;
}

.rever__hero__product--a {
  position: relative;
  z-index: 5;
}

.rever__hero__product--b {
  position: absolute;
  z-index: 10;
  bottom: -2vh;
  right: -3%;
  width: 20%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__product--b {
    width: 15%;
    right: 5%;
    bottom: 0;
  }
}
@media (min-width: 1600px) {
  .rever__hero__product--b {
    width: 174px;
    right: -2%;
  }
}

.rever__hero__product--c {
  position: absolute;
  z-index: 10;
  bottom: 10vh;
  left: -10%;
  width: 30%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__product--c {
    width: 25%;
    left: 3%;
    bottom: 6vh;
  }
}
@media (min-width: 1600px) {
  .rever__hero__product--c {
    width: 334px;
  }
}

.rever__hero__product--d {
  position: absolute;
  z-index: 10;
  bottom: 7vh;
  right: 3%;
  width: 60%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__product--d {
    width: 40%;
    right: 6%;
    bottom: 6vh;
  }
}
@media (min-width: 1600px) {
  .rever__hero__product--d {
    width: 477px;
  }
}

.rever__hero__product--e {
  position: absolute;
  z-index: 10;
  bottom: 50vh;
  right: 0;
  width: 30%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__product--e {
    width: 25%;
    right: 10%;
    bottom: 28vh;
  }
}
@media (min-width: 1600px) {
  .rever__hero__product--e {
    width: 319px;
    bottom: 83%;
  }
}

/*=HOW IT WORKS
----------------------------------------------------------------------*/
/*=CAROUSEL
----------------------------------------------------------------------*/
.rever__how-it-works {
  position: relative;
  width: 100%;
  background: #f9f9f9;
  padding-top: 128px;
  padding-bottom: 144px;
}

.rever__how-it-works__carousel {
  position: relative;
  margin-top: 24px;
}
.rever__how-it-works__carousel .dot {
  opacity: 1;
  background: #c1c1c1;
}
.rever__how-it-works__carousel .dot.is-selected {
  background: #3882F0;
}
.rever__how-it-works__carousel .flickity-page-dots {
  bottom: -32px;
}

.rever__how-it-works__carousel__cell {
  position: relative;
  width: 100%;
}

.rever__how-it-works__carousel__image-container {
  position: relative;
  /*
    padding-right: 56px;
    @include media(small) {
        padding-right: $base-line;
    }
    */
}

.rever__how-it-works__carousel__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rever__how-it-works__carousel__list li {
  position: relative;
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 24px;
  color: #48565b;
}
.rever__how-it-works__carousel__list li:before {
  content: "•";
  color: #3882F0;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/*=CAROUSEL INTERFACE
----------------------------------------------------------------------*/
.rever__how-it-works__carousel__interface {
  position: relative;
  margin-top: 24px;
  margin-bottom: 40px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__how-it-works__carousel__interface {
    margin-bottom: 24px;
  }
}

.rever__how-it-works__button {
  position: relative;
  width: 100%;
  height: auto;
  max-height: auto;
  text-align: left;
  padding: 0;
  margin-bottom: 16px;
  background: none;
}
.rever__how-it-works__button img {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  opacity: 0.25;
}
.rever__how-it-works__button span {
  position: relative;
  display: block;
  color: #ababab;
  font-size: 18px;
  -webkit-transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__how-it-works__button span {
    font-size: 16px;
  }
}
.rever__how-it-works__button:hover {
  background: none;
}
.rever__how-it-works__button:hover span {
  color: #3882F0;
  -webkit-transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: color 600ms cubic-bezier(0.5, 0, 0.15, 1);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__how-it-works__button:hover span {
    color: #ababab;
  }
}

.rever__how-it-works__button--active img {
  opacity: 1;
}

.rever__how-it-works__button--active span {
  color: #002a32;
}

.rever__how-it-works__button--active:hover span {
  color: #002a32;
}

.rever__how-it-works__carousel__indicator {
  position: relative;
  width: 100%;
  height: 4px;
}

.rever__how-it-works__carousel__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  fill: #e8e8e8;
  z-index: 10;
}

.rever__how-it-works__carousel__bar--active {
  position: absolute;
  top: 0;
  left: 0;
  fill: #3882F0;
  height: 4px;
  width: 34%;
  z-index: 20;
}

/*=FEATURES
----------------------------------------------------------------------*/
.rever__features {
  position: relative;
  width: 100%;
}

.rever__features__title {
  position: relative;
  text-align: center;
  padding-bottom: 56px;
  padding-bottom: 24px;
}

.rever__features__feature {
  position: relative;
}

.rever__features__img {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__features__img {
    margin-bottom: 8px;
  }
}

.rever__big-subcopy--feature-margin {
  margin-bottom: 24px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__big-subcopy--feature-margin {
    margin-bottom: 16px;
  }
}

.rever__text-description--feature-margin {
  margin-bottom: 56px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__text-description--feature-margin {
    margin-bottom: 32px;
  }
}

/*=ENTERPRISE
----------------------------------------------------------------------*/
.rever__features-enterprise {
  position: relative;
  padding-top: 128px;
  /*padding-bottom: 350px;*/
  background: #f9f9f9;
  z-index: 30;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__features-enterprise {
    /*padding-bottom: 128px;*/
  }
}

.rever__features-enterprise__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rever__features-enterprise__list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 24px;
  color: #48565b;
}
.rever__features-enterprise__list li svg {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
}

.green-fill {
  fill: #38d39f;
}

.blue-3-fill {
  fill: #0196f2;
}

.rever__features-enterprise__image {
  position: absolute;
  width: 50%;
  bottom: -10vh;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__features-enterprise__image {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .rever__features-enterprise__image {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*=PLANS AND PRICING
----------------------------------------------------------------------*/
.rever__hero--plans {
  background: #fff;
  height: auto;
  margin-bottom: 8px;
  overflow: visible;
  padding-top: 128px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  text-align: center;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero--plans {
    height: auto;
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .rever__hero--plans {
    padding-top: 170px;
  }
}
.rever__hero--plans:after {
  display: none;
}

.rever__section {
  position: relative;
  width: 100%;
}

.rever__plans__compare {
  position: relative;
  width: 100%;
}

.rever__plans__compare__row {
  position: relative;
  width: 100%;
}

.rever__plans__compare__plan {
  position: relative;
  padding: 24px 24px 128px 24px;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.rever__plans__compare__plan__top {
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  text-align: center;
  padding: 24px;
  border-radius: 2px;
}
.rever__plans__compare__plan__top .rever__text--gray {
  color: #676b72;
}
.rever__plans__compare__plan__top .rever__text-description:last-of-type,
.rever__plans__compare__plan__top
  .rever__features-enterprise__list
  li:last-of-type,
.rever__features-enterprise__list
  .rever__plans__compare__plan__top
  li:last-of-type {
  margin: 0;
}
.rever__plans__compare__plan__top .rever__big-subcopy {
  font-size: 18px;
  margin-bottom: 16px;
}

.rever__plans__compare__plan__bottom {
  border: 1px solid #f8f8f8;
  padding: 24px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  margin-bottom: 56px;
}
.rever__plans__compare__plan__bottom h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
.rever__plans__compare__plan__bottom .rever__features-enterprise__list li {
  margin-bottom: 12px;
  /*
            &:last-of-type {
                margin-bottom: 0;
            }
            */
}
.rever__plans__compare__plan__bottom .rever__features-enterprise__list svg {
  top: 5px;
}
.rever__plans__compare__plan__bottom .green-fill {
  fill: #f8f8f8;
}
.rever__plans__compare__plan__bottom
  .rever__features-enterprise__list--disabled-item {
  color: #e0e1e1;
}
.rever__plans__compare__plan__bottom
  .rever__features-enterprise__list--disabled-item
  svg {
  fill: #e0e1e1;
}
.rever__plans__compare__plan__bottom
  .rever__features-enterprise__list--disabled-item
  svg,
.rever__plans__compare__plan__bottom
  .rever__features-enterprise__list--disabled-item
  .green-fill,
.rever__plans__compare__plan__bottom
  .rever__features-enterprise__list--disabled-item
  .blue-3-fill {
  fill: #e0e1e1;
}

.rever__plans__compare__heading {
  position: relative;
  font-size: 32px;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}

.rever__text--blue {
  color: #014b7a;
}

.rever__section__centered-text {
  text-align: center;
}

.rever__plans__cta {
  position: relative;
  display: inline-block;
  padding: 16px 24px;
  background: #014b7a;
  text-align: center;
}
.rever__plans__cta:hover {
  background: #3882F0;
}

/*=ADD-ONS
----------------------------------------------------------------------*/
.rever__plans__add-on {
  position: relative;
  background: #ffffff;
  border: 1px solid #e0e1e1;
  padding: 24px 32px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 100%;
  margin-bottom: 24px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__plans__add-on h3,
.rever__plans__add-on p {
  margin: 0;
  padding: 0;
}
.rever__plans__add-on h3 {
  margin-bottom: 8px;
}
.rever__plans__add-on p {
  margin-bottom: 8px;
  font-size: 18px;
  color: #676b72;
}
.rever__plans__add-on svg {
  fill: #f68052;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .rever__plans__add-on {
    margin-bottom: 12px;
  }
}
.rever__plans__add-on p.rever__text-description,
.rever__plans__add-on .rever__text-description,
.rever__plans__add-on .rever__features-enterprise__list li,
.rever__features-enterprise__list .rever__plans__add-on li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  color: #ababab;
}
@media only screen and (max-width: 768px) {
  .rever__plans__add-on p.rever__text-description,
  .rever__plans__add-on .rever__text-description,
  .rever__plans__add-on .rever__features-enterprise__list li,
  .rever__features-enterprise__list .rever__plans__add-on li {
    font-size: 14px;
    line-height: 22px;
  }
}

/*=FAQ
----------------------------------------------------------------------*/
/*
.rever__faq {
    position: relative;
    display: inline-block;
    width: 49%;
}
*/
.rever__plans__faq {
  position: relative;
  text-align: left;
  direction: block;
  height: auto;
  max-height: auto;
  width: 100%;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  border-top: 1px solid #f8f8f8;
  padding-top: 16px;
  padding-bottom: 16px;
}
.rever__plans__faq .rever__big-subcopy {
  font-size: 18px;
  margin-bottom: 0;
  color: #313439;
  -webkit-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
  padding-right: 32px;
}
.rever__plans__faq .rever__text-description,
.rever__plans__faq .rever__features-enterprise__list li,
.rever__features-enterprise__list .rever__plans__faq li {
  margin: 0;
  padding: 0;
  color: #676b72;
}
.rever__plans__faq:hover {
  background: transparent;
}
.rever__plans__faq:hover .rever__big-subcopy {
  color: #3882F0;
}
.rever__plans__faq svg {
  position: absolute;
  z-index: 10;
  fill: #3882F0;
  top: 25px;
  right: 0;
}
.rever__plans__faq:last-of-type {
  border-bottom: 1px solid #f8f8f8;
}

.rever__plans__faq__content {
  position: relative;
  padding: 24px;
  background: #e7f5fe;
  height: auto;
  overflow: hidden;
  margin-top: 16px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.rever__plans__faq__content--closed {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.rever__plans__faq__content--open {
  height: auto;
  padding: 0;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*=ABOUT
----------------------------------------------------------------------*/
.about {
  position: relative;
  width: 100%;
}

.rever__hero--about {
  background: #fff;
  height: auto;
  margin-bottom: 80px;
  overflow: visible;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero--about {
    height: auto;
    margin-bottom: 24px;
  }
}

.rever__hero__about--a {
  position: relative;
  z-index: 5;
}

.rever__hero__about--b {
  position: absolute;
  z-index: 10;
  bottom: 7vh;
  left: 22%;
  width: 5%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__about--b {
    width: 5%;
    left: 12%;
    bottom: 4vh;
  }
}
@media (min-width: 1600px) {
  .rever__hero__about--b {
    width: 5%;
    left: 22%;
  }
}

.rever__hero__about--c {
  position: absolute;
  z-index: 10;
  bottom: 35vh;
  left: 22%;
  width: 9%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__about--c {
    width: 9%;
    left: 15%;
    bottom: 18vh;
  }
}

.rever__hero__about--d {
  position: absolute;
  z-index: 10;
  bottom: 38vh;
  right: 12%;
  width: 10%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__about--d {
    width: 10%;
    right: 6%;
    bottom: 20vh;
  }
}

/*=THE IDEA
----------------------------------------------------------------------*/
.rever__the-idea {
  position: relative;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 96px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__the-idea {
    padding-top: 80px;
  }
}

.rever__the-idea-statement {
  position: relative;
  text-align: center;
  background: #f9f9f9;
  padding-top: 128px;
  padding-bottom: 56px;
}

.rever__generic-section {
  position: relative;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__generic-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.rever__section--centered {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__section--centered {
    text-align: center;
  }
}

.rever__leadership {
  padding-bottom: 32px;
}

.rever__leadership-name,
.rever__leadership-name-social {
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
  color: #002a32;
  letter-spacing: -0.02em;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__leadership-name,
  .rever__leadership-name-social {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.rever__leadership-name-social {
  margin-bottom: 6px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__leadership-name-social {
    margin-bottom: 6px;
  }
}

.rever__leadership-icons {
  margin-bottom: 6px;
}
.rever__leadership-icons img {
  height: 24px;
}

.rever__investors {
  padding-top: 32px;
}

.rever__investors__container {
  position: relative;
  padding-top: 128px;
}

/*=CONTACT
----------------------------------------------------------------------*/
.contact {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.rever__hero--contact {
  background: #fff;
  height: auto;
  margin-bottom: 32px;
  text-align: left;
  padding: 56px 0;
}
.rever__hero--contact .rever__hero__content {
  text-align: left;
}

/*=FORM
----------------------------------------------------------------------*/
.rever__contact__form {
  position: relative;
  margin-bottom: 96px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__contact__form {
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .rever__contact__form {
    margin-bottom: 128px;
  }
}
.rever__contact__form h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #002a32;
  font-size: 32px;
  line-height: 56px;
  margin-bottom: 18px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__contact__form h3:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .rever__contact__form h3 {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1600px) {
  .rever__contact__form h3 {
    font-size: 40px;
    line-height: 72px;
    margin-bottom: 12px;
  }
}
.rever__contact__form p {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #002a32;
}
.rever__contact__form .form-item {
  /*
        position: relative;
        display: inline-block;
        //background: red;
        select {

        }
        */
}
.rever__contact__form input,
.rever__contact__form select,
.rever__contact__form textarea {
  position: relative;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #c1c1c1;
  color: #002a32;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 16px;
  line-height: 56px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  line-height: 40px;
  font-size: 32px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .rever__contact__form input,
  .rever__contact__form select,
  .rever__contact__form textarea {
    font-size: 26px;
    line-height: 36px;
  }
}
.rever__contact__form label {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__contact__form label {
    line-height: 1.6;
  }
}
.rever__contact__form .form-group {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  outline: none;
}
.rever__contact__form .form-group .animated-label {
  position: absolute;
  top: -20px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #c1c1c1;
  pointer-events: none;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  font-size: 32px;
  line-height: 40px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__contact__form .form-group .animated-label {
    font-size: 24px;
    line-height: 14px;
    top: 7px;
  }
}
.rever__contact__form .form-group .animated-border {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #0196f2;
  -webkit-transition: width 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 600ms cubic-bezier(0.77, 0, 0.175, 1);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__contact__form .form-group .animated-border {
    bottom: 16px;
  }
}
.rever__contact__form .form-control {
  position: relative;
  padding: 20px 0 30px 0;
  margin-top: -16px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__contact__form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rever__contact__form .form-control:focus ~ .animated-label {
  top: -45px;
  font-size: 12px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__contact__form .form-control:focus ~ .animated-label {
    top: -18px;
  }
}
.rever__contact__form .form-control:focus ~ .animated-border {
  width: 100%;
  -webkit-transition: width 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 600ms cubic-bezier(0.77, 0, 0.175, 1);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__contact__form .form-control:focus ~ .animated-border {
    bottom: 16px;
  }
}
.rever__contact__form .form-control:valid ~ .animated-label {
  top: -45px;
  font-size: 12px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__contact__form .form-control:valid ~ .animated-label {
    top: -18px;
  }
}
@media only screen and (max-width: 768px) {
  .rever__contact__form .form-control {
    max-width: 180px;
    margin-top: -10px;
    padding: 20px 0 30px 0;
    margin-bottom: 18px;
  }
}
.rever__contact__form .form-control--small {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__contact__form .form-control--small {
    max-width: 150px;
  }
}
.rever__contact__form .form-control--large {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__contact__form .form-control--large {
    max-width: 220px;
  }
}
.rever__contact__form .form-control--full {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__contact__form .form-control--full {
    max-width: 100%;
  }
}
.rever__contact__form .hs-richtext {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 13px;
  color: #48565b;
}
.rever__contact__form .hs-dependent-field ul,
.rever__contact__form .input ul {
  list-style: none;
  margin: 0;
}
.rever__contact__form .hs-dependent-field ul li,
.rever__contact__form .input ul li {
  vertical-align: top;
  margin: 0;
  line-height: 1;
}
.rever__contact__form .hs-dependent-field ul span,
.rever__contact__form .input ul span {
  vertical-align: top;
  margin: 0;
  line-height: 1;
  display: inline-block;
  margin-left: 8px;
  color: #3882F0;
}
.rever__contact__form .hs-dependent-field ul input,
.rever__contact__form .input ul input {
  vertical-align: top;
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.rever__contact__form button,
.rever__contact__form .hs_submit {
  margin-top: 24px;
  text-decoration: none;
  width: 220px;
  height: 80px;
  cursor: pointer;
}
.rever__contact__form button input,
.rever__contact__form .hs_submit input {
  -webkit-appearance: none;
  border-radius: 0;
  position: absolute;
  z-index: 20;
  color: #fff;
  font-size: 17px;
  padding: 0;
  border-bottom: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 140%;
  top: 0;
  left: 0;
}
.rever__contact__form ::-webkit-input-placeholder {
  color: #c1c1c1;
  font-size: 32px;
  text-align: center;
}
.rever__contact__form :-ms-input-placeholder {
  color: #c1c1c1;
  font-size: 32px;
  text-align: center;
}
.rever__contact__form ::-ms-input-placeholder {
  color: #c1c1c1;
  font-size: 32px;
  text-align: center;
}
.rever__contact__form ::placeholder {
  color: #c1c1c1;
  font-size: 32px;
  text-align: center;
}
.rever__contact__form :-ms-input-placeholder {
  color: #c1c1c1;
  font-size: 32px;
}
.rever__contact__form ::-ms-input-placeholder {
  color: #c1c1c1;
  font-size: 32px;
  text-align: center;
}
.rever__contact__form input[type="checkbox"] {
  line-height: 1.6;
}

/*=CONTACT INFO
----------------------------------------------------------------------*/
.rever__contact__info {
  position: relative;
  width: 100%;
}

.rever__contact__info__block {
  position: relative;
  background: #f9f9f9;
  padding-top: 72px;
  padding-bottom: 72px;
}
.rever__contact__info__block h1,
.rever__contact__info__block h2,
.rever__contact__info__block h3,
.rever__contact__info__block h4,
.rever__contact__info__block h5 {
  margin: 0;
  padding: 0;
}
.rever__contact__info__block h2 {
  font-size: 32px;
  color: #002a32;
  margin-bottom: 32px;
  line-height: 38px;
}
.rever__contact__info__block h3 {
  font-size: 24px;
  color: #48565b;
  margin-bottom: 32px;
  line-height: 32px;
}
.rever__contact__info__block h3:last-of-type {
  margin-bottom: 0;
}
.rever__contact__info__block iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
}

.rever__contact__info__block--map {
  position: relative;
  min-height: 350px;
}

.rever__contact__info__block--dummy {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: -100vw;
  background: #f9f9f9;
  z-index: 1;
}

.map-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.hidden {
  display: none;
}

.fieldWithError {
  background-color: #ffebeb !important;
  border-bottom: 1px solid #ad0606 !important;
  padding: 10px;
}

.gdpr-text {
  font-size: 13px;
  width: 60%;
  margin-bottom: 24px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .gdpr-text {
    width: 100%;
  }
}

#alert {
  background-color: #ffebeb;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 16px;
  color: #ad0606;
  border: 1px solid #ad0606;
  margin-bottom: 15px;
}

#alert {
  opacity: 0;
  visibility: hidden;
}

/*=GENERAL CONTENT
----------------------------------------------------------------------*/
.rever__hero--content {
  background: #fff;
  height: auto;
  margin-bottom: 0;
  overflow: visible;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero--content {
    height: auto;
    margin-bottom: 8px;
  }
}

.rever__hero__about--a {
  position: relative;
  z-index: 5;
}

.rever__general-content {
  position: relative;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 96px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__general-content {
    padding-top: 24px;
  }
}

/*=BLOG
----------------------------------------------------------------------*/
.blog {
  position: relative;
  width: 100%;
}

.rever__hero--blog {
  background: #fff;
  height: auto;
  margin-bottom: 8px;
  overflow: visible;
  padding-top: 128px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  text-align: center;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero--blog {
    height: auto;
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .rever__hero--blog {
    padding-top: 170px;
  }
}
.rever__hero--blog:after {
  display: none;
}

.rever__white-section--blog {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 0 !important;
}

.rever__post__author--featured {
  margin-bottom: 0 !important;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  color: #ffffff !important;
}
@media only screen and (max-width: 768px) {
  .rever__post__author--featured {
    margin-bottom: 0 !important;
  }
}

/*=FEATURED POSTS
----------------------------------------------------------------------*/
.rever__blog__post-anchor {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  padding-top: 24px;
}
.rever__blog__post-anchor p {
  color: inherit;
}
.rever__blog__post-anchor:hover .rever__blog__latest__title--1,
.rever__blog__post-anchor:hover .rever__blog__latest__title--2,
.rever__blog__post-anchor:hover .rever__blog__featured__title,
.rever__blog__post-anchor:hover .rever__post__author--featured {
  color: #3882F0 !important;
  -webkit-transition: color 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rever__blog__post-anchor:hover .rever__blog__featured__overlay {
  opacity: 0.8;
  -webkit-transition: opacity 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.rever__blog__featured-posts {
  position: relative;
  width: 100%;
  padding-bottom: 128px;
}

.rever__blog__featured {
  position: relative;
  display: block;
  padding: 12px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__blog__featured {
    padding: 6px 12px;
  }
}

.featured-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.rever__blog__featured--2-h {
  height: 350px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__blog__featured--2-h {
    height: 300px;
  }
}
@media (min-width: 1600px) {
  .rever__blog__featured--2-h {
    height: 450px;
  }
}

.rever__blog__featured__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0d0d0e;
  z-index: 20;
  top: 0;
  left: 0;
  opacity: 0.5;
  -webkit-transition: opacity 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.rever__blog__featured__content {
  position: absolute;
  z-index: 30;
  width: 80%;
  bottom: 0;
  left: 0;
  padding: 24px;
  padding-bottom: 40px;
}

.rever__blog__featured__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.03em;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  color: #ffffff;
}

.rever__blog__featured__abstract {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

/*=BLOG CARD
----------------------------------------------------------------------*/
.rever__blog__cards {
  position: relative;
  width: 100%;
  padding-top: 56px;
}

.rever__blog__card {
  padding: 0 12px;
  text-decoration: none;
  margin-bottom: 24px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__blog__card:hover .rever__blog__card__title {
  color: #ffffff;
  -webkit-transition: color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rever__blog__card:hover .rever__blog__card__date {
  color: #ffffff;
  -webkit-transition: color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rever__blog__card:hover .rever__blog__card__bg {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1),
    -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 768px) {
  .rever__blog__card {
    padding: 0 24px;
    margin-bottom: 24px;
  }
}

.rever__blog__card__container {
  position: relative;
  background: #fff;
  border: 1px solid #e0e1e1;
  height: 320px;
  padding: 24px 24px;
  overflow: hidden;
}

.rever__blog__card__title {
  position: relative;
  text-align: left;
  color: #002a32;
  font-size: 18px;
  line-height: 26px;
  padding-right: 24px;
  letter-spacing: -0.02em;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  -webkit-transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 30;
}
@media only screen and (max-width: 768px) {
  .rever__blog__card__title {
    font-size: 24px;
    line-height: 29px;
    padding-right: 48px;
  }
}
@media (min-width: 1600px) {
  .rever__blog__card__title {
    font-size: 24px;
    line-height: 29px;
    padding-right: 48px;
  }
}

.rever__blog__card__date {
  position: absolute;
  bottom: 0;
  left: 24px;
  font-size: 13px;
  color: #3882F0;
  -webkit-transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 30;
}

.rever__blog__card__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3882F0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1),
    -webkit-transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}

.rever__blog__no-posts {
  position: relative;
  border: 1px solid #e0e1e1;
  padding: 56px 0;
}
.rever__blog__no-posts h3 {
  color: #313439;
  margin: 0;
  padding: 0;
}

/*=POST
----------------------------------------------------------------------*/
.post {
  position: relative;
  width: 100%;
}

.rever__hero--post {
  background: #fff;
  height: auto;
  margin-bottom: 80px;
  overflow: visible;
  padding-top: 128px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  text-align: center;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero--post {
    height: auto;
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .rever__hero--post {
    padding-top: 170px;
  }
}
.rever__hero--post:after {
  display: none;
}

.rever__big-subcopy--post {
  margin-bottom: 32px;
}
.rever__big-subcopy--post time {
  font-size: inherit;
}

.rever__post__author {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #48565b;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
  .rever__post__author {
    font-size: 14px;
  }
}
.rever__post__author span {
  color: #bdbdbd;
}

.rever__post__reading-time {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #3882F0;
  margin-bottom: 56px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__post__reading-time {
    margin-bottom: 64px;
  }
}

.rever__hero__image {
  position: relative;
  width: 100%;
  background: #e0e1e1;
  height: 300px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .rever__hero__image {
    height: 250px;
  }
}
@media (min-width: 1600px) {
  .rever__hero__image {
    height: 400px;
  }
}

.rever__hero__image__container {
  position: relative;
  width: 100%;
  height: 300px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__image__container {
    height: 250px;
  }
}
@media (min-width: 1600px) {
  .rever__hero__image__container {
    height: 400px;
  }
}
.rever__hero__image__container .post-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #FFF;
}

.full-image-container--post {
  height: 120%;
}

/*=POST CONTENT
----------------------------------------------------------------------*/
.rever__post__content {
  position: relative;
  width: 100%;
}
.rever__post__content p {
  position: relative;
  margin-left: 12.33333%;
  margin-right: 12.33333%;
  margin-bottom: 32px;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 30px;
  color: #48565b;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__post__content p {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .rever__post__content p {
    font-size: 19px;
    letter-spacing: -0.02em;
    line-height: 32px;
  }
}
.rever__post__content p strong,
.rever__post__content p b {
  font-weight: normal;
}
.rever__post__content li {
  margin-bottom: 0.75em;
}
.rever__post__content ul,
.rever__post__content ol {
  margin-left: 15%;
  margin-right: 12.3333%;
  color: #48565b;
  letter-spacing: -0.02em;
  line-height: 30px;
  margin-bottom: 32px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__post__content blockquote {
  position: relative;
  margin: 0;
  border: none;
  padding: 0;
  margin-top: 48px;
  margin-bottom: 48px;
}
.rever__post__content blockquote p {
  margin: 0;
  font-size: 28px;
  line-height: 38px;
  color: #002a32;
}

.rever__post__content__author {
  position: relative;
  width: 100%;
  margin-left: 12.33333%;
  margin-right: 12.33333%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  padding: 24px 0 32px 0;
  margin-top: 24px;
  margin-bottom: 56px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__post__content__author {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .rever__post__content__author {
    margin-top: 0;
    margin-bottom: 24px;
  }
}

.rever__post__content__author__img {
  position: relative;
  display: inline-block;
  width: 20%;
  margin: 0;
  padding: 0;
  padding: 16px 0;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 16px;
  vertical-align: top;
}
.rever__post__content__author__img img {
  position: absolute;
  width: 85px;
  height: 85px;
  top: 0;
  left: 0;
}

.rever__post__content__author__description {
  position: relative;
  display: inline-block;
  width: 70%;
  margin: 0 !important;
  top: 24px;
  padding-left: 24px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__post__content__author__description {
    width: 60%;
    padding: 0 0 32px 16px;
  }
}

/*=SHARE MODULE
----------------------------------------------------------------------*/
.rever__post__content__share {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}
.rever__post__content__share p {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 16px;
  color: #002a32;
}
.rever__post__content__share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rever__post__content__share ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__post__content__share ul li a {
  position: relative;
  display: block;
  -webkit-border-radius: 3px 3px 20px 3px;
  border-radius: 3px 3px 20px 3px;
  border: 1px solid #e0e1e1;
  padding: 8px 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background 900ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background 900ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 900ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rever__post__content__share ul li a:hover {
  background: #3882F0;
  -webkit-transition: background 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rever__post__content__share ul li a:hover svg {
  fill: #ffffff;
  -webkit-transition: fill 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: fill 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.rever__post__content__share ul li svg {
  position: relative;
  width: 18px;
}
@media only screen and (max-width: 768px) {
  .rever__post__content__share ul li {
    display: inline-block;
    margin-right: 8px;
  }
  .rever__post__content__share ul li:last-of-type {
    margin-right: 0;
  }
}

.share-part {
  -webkit-transform: translateY(24px);
  -ms-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  -o-transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
  transition: transform 600ms cubic-bezier(0.5, 0, 0.15, 1),
    -webkit-transform 600ms cubic-bezier(0.5, 0, 0.15, 1);
}

.facebook-logo {
  fill: #3b5998;
  -webkit-transition: fill 900ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: fill 900ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 900ms cubic-bezier(0.77, 0, 0.175, 1);
}

.linkedin-logo {
  fill: #0077b5;
  -webkit-transition: fill 900ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: fill 900ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 900ms cubic-bezier(0.77, 0, 0.175, 1);
}

.twitter-logo {
  fill: #1da1f2;
  -webkit-transition: fill 900ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: fill 900ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 900ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*=POST
----------------------------------------------------------------------*/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*=404 ERROR PAGE
----------------------------------------------------------------------*/
.rever__error-page {
  position: relative;
  width: 100%;
}

.rever__hero--error {
  position: relative;
  z-index: 30;
  background: #fff;
  height: auto;
  margin-bottom: 80px;
  overflow: visible;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero--error {
    height: auto;
    margin-bottom: 24px;
  }
}

.rever__hero__content--error {
  position: relative;
  z-index: 30;
}

.rever__hero__error-image {
  margin-top: -228px;
  z-index: 1;
}

/*=CONTACT
----------------------------------------------------------------------*/
.rever-nav__list__item--phone-demo {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever-nav__list__item--phone-demo {
    position: relative;
    top: -5px;
    margin: 0;
  }
}

.site {
  position: relative;
  width: 100%;
}

.site-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.request-a-demo {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.rever__hero--request-a-demo {
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-top: 176px;
  min-height: 100vh;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__hero--request-a-demo .rever__hero__content {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .rever__hero--request-a-demo {
    padding-top: 128px;
  }
}
.rever__hero--request-a-demo .rever__testimonials__text {
  margin-bottom: 32px;
}

.rever__big-subcopy--mid-margin {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
}

.rever__features-enterprise__list--mid-margin {
  margin-bottom: 56px;
}

.request-a-demo__clients__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 16px;
}

.request-a-demo__clients__list__item {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 24px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.request-a-demo__clients__list__item img {
  position: relative;
  height: 40px;
  width: auto;
}
@media (min-width: 1600px) {
  .request-a-demo__clients__list__item {
    margin-right: 32px;
  }
}

.rever__request-a-demo-hero {
  position: relative;
  z-index: 30;
}

.rever__request-hero__background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__request-hero__background-container {
    display: none;
  }
}

/*
padding-top: 152px;
    //background: #eee;
    //background: #004777;
    background: $blue-2;
    margin-bottom: 80px;
    overflow: hidden;
    @include media(m_devices) {
        padding-top: 152px;
    }
    @include media(small) {
        padding-top: 128px;
        height: 135vh;
        margin-bottom: 0;
    }
    @include media(large) {
        padding-top: 224px;
    }
*/
/*=FORM
----------------------------------------------------------------------*/
.request-a-demo__form {
  position: relative;
  border: 1px solid #e0e1e1;
  background: #fff;
  padding: 32px;
  margin-bottom: 32px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.request-a-demo__form h3 {
  position: relative;
  color: #313439;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  margin-top: 32px;
}
.request-a-demo__form .request-a-demo__form__title,
.request-a-demo__form p.request-a-demo__form__title {
  color: #313439;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  margin-top: 32px;
}
.request-a-demo__form .demo__form {
  position: relative;
  margin: 0;
  padding: 0;
}
.request-a-demo__form .form-group {
  position: relative;
  min-height: 48px;
  padding: 28px 0 10px 0;
}
.request-a-demo__form .form-group .form-control {
  position: relative;
  height: 48px;
  color: #313439;
  font-size: 18px;
}
.request-a-demo__form .form-group .form-control:focus ~ .animated-label {
  top: 0px;
  left: 0;
  font-size: 12px;
  color: #002a32;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.request-a-demo__form .form-group .form-control:valid ~ .animated-label {
  top: 0px;
  left: 0;
  font-size: 12px;
  color: #48565b;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.request-a-demo__form .form-group .animated-label {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 12px;
  color: #bdbdbd;
  font-size: 18px;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.request-a-demo__form .submit-button {
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 18px 12px;
  line-height: 1;
  font-size: 18px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #3882F0;
  margin-top: 18px;
  margin-bottom: 32px;
}
.request-a-demo__form .submit-button:hover {
  background: #002a32;
}
@media only screen and (max-width: 768px) {
  .request-a-demo__form {
    padding: 16px;
    padding-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .request-a-demo__form {
    margin-top: 96px;
    margin-bottom: 128px;
  }
}

.request-a-demo__form__small-text {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.rever__request-a-demo__testimonial-logo {
  position: relative;
  width: 128px;
  margin-bottom: 24px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__request-a-demo__testimonial-logo {
    width: 128px;
  }
}

.rever__request-a-demo__feature {
  position: relative;
}
.rever__request-a-demo__feature svg {
  position: relative;
  margin: 0 auto;
  width: 48px;
  fill: #3882F0;
}
.rever__request-a-demo__feature p {
  position: relative;
  font-size: 14px;
  color: #ababab;
  line-height: 18px;
}

.request-a-demo__left-padding {
  padding-left: 16px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .request-a-demo__left-padding {
    padding: 0;
  }
}

.legal-consent-container p,
.legal-consent-container span {
  font-size: 12px;
  line-height: 1.5;
}

.hbspt-form {
  font-family: "Moderat-Light";
  font-weight: normal;
  font-style: normal;
}
.hbspt-form ul,
.hbspt-form ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hbspt-form .hs-error-msgs label {
  font-size: 12px;
}
.hbspt-form fieldset {
  max-width: 100% !important;
}
.hbspt-form fieldset input[type="text"],
.hbspt-form fieldset textarea,
.hbspt-form fieldset .input {
  margin: 0 !important;
  width: 100% !important;
  padding-right: 12px !important;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .hbspt-form fieldset input[type="text"],
  .hbspt-form fieldset textarea,
  .hbspt-form fieldset .input {
    padding: 0 !important;
  }
}
.hbspt-form fieldset .hs-fieldtype-text {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .hbspt-form fieldset .hs-fieldtype-text {
    padding: 0 !important;
  }
}
.hbspt-form fieldset .hs-input {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .hbspt-form fieldset .hs-input {
    width: 100% !important;
  }
}
.hbspt-form fieldset input[type="checkbox"] {
  width: auto !important;
}
.hbspt-form .hs-button.primary,
.hbspt-form input[type="submit"],
.hbspt-form input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
  background: #3882F0;
  width: 240px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  border: none;
  cursor: pointer;
  -webkit-transition: background 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: background 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 768px) {
  .hbspt-form .hs-button.primary,
  .hbspt-form input[type="submit"],
  .hbspt-form input[type="button"] {
    width: 100%;
  }
}
.hbspt-form .submitted-message {
  position: relative;
  margin-top: 56px;
  font-family: "Moderat-Medium" !important;
  font-weight: normal;
  font-style: normal;
}
.hbspt-form .submitted-message p {
  font-family: "Moderat-Medium" !important;
  font-weight: normal;
  font-style: normal;
}

.inlineMessage,
.submitted-message {
  position: relative;
  font-family: "Moderat-Medium" !important;
  font-weight: normal;
  font-style: normal;
}
.inlineMessage p,
.submitted-message p {
  font-family: "Moderat-Medium" !important;
  font-weight: normal;
  font-style: normal;
}

.submitted-message {
  position: relative;
  margin-top: 56px;
}

/*=SOLUTION
----------------------------------------------------------------------*/
.solution {
  position: relative;
  width: 100%;
}

.rever__hero--solution {
  background: #fff;
  height: auto;
  margin-bottom: 128px;
  overflow: visible;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .rever__hero--solution {
    height: auto;
    margin-bottom: 24px;
  }
}

.rever__hero__solution--a {
  position: absolute;
  z-index: 10;
  bottom: 22vh;
  left: 8%;
  width: 7%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__solution--a {
    width: 6%;
    left: -5%;
    bottom: 6vh;
  }
}
@media (min-width: 1600px) {
  .rever__hero__solution--a {
    width: 8%;
    left: 9%;
  }
}

.rever__hero__solution--b {
  position: absolute;
  z-index: 10;
  bottom: 2vh;
  left: 18%;
  width: 2%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__solution--b {
    width: 1%;
    left: 10%;
    bottom: 6vh;
  }
}
@media (min-width: 1600px) {
  .rever__hero__solution--b {
    width: 2%;
    left: 20%;
  }
}

.rever__hero__solution--c {
  position: absolute;
  z-index: 10;
  bottom: 34vh;
  right: 9%;
  width: 7%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__solution--c {
    width: 5%;
    right: -5%;
    bottom: 6vh;
  }
}
@media (min-width: 1600px) {
  .rever__hero__solution--c {
    width: 7%;
    right: 9%;
  }
}

.rever__hero__solution--d {
  position: absolute;
  z-index: 10;
  bottom: 12vh;
  right: 12%;
  width: 7%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__hero__solution--d {
    width: 5%;
    right: -2%;
    bottom: 6vh;
  }
}
@media (min-width: 1600px) {
  .rever__hero__solution--d {
    width: 8%;
    right: 12%;
  }
}

.rever__solution__testimonial {
  position: relative;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  background: #f9f9f9;
}

.rever__solution__quote {
  position: relative;
}
.rever__solution__quote svg {
  width: 18px;
  fill: #f68052;
}

.rever__solution__quote--left {
  position: absolute;
  top: 0;
  left: -40px;
  width: 18px;
  fill: #f68052;
}

.rever__solution__quote--right {
  position: absolute;
  bottom: 8px;
  right: -40px;
  width: 18px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #f68052;
}

.rever__solution__testimonial__image {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__solution__testimonial__image {
    margin-top: 32px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.rever__solution__mission {
  position: relative;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
}

.rever__solution__mission__item {
  position: relative;
  color: #002a32;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  padding-top: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}

.rever__margin-bottom-32 {
  margin-bottom: 32px;
}

.rever__margin-top-128 {
  margin-top: 128px;
}

.rever__padding-top-128 {
  padding-top: 128px;
}

.rever__solution__obstacles {
  position: relative;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
  background: #f9f9f9;
}

.obstacle-card {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  padding: 12px;
  height: 300px;
}
.obstacle-card h3,
.obstacle-card h4,
.obstacle-card p {
  color: #fff;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
.obstacle-card p {
  font-size: 14px;
  line-height: 18px;
}
.obstacle-card svg {
  fill: #fff;
}
.obstacle-card .obstacle-card__container {
  border-radius: 3px;
  position: relative;
  height: 100%;
  padding: 24px;
  border: 1px solid #e8e8e8;
  background: #f68052;
}

.general-card--v2 {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  padding: 12px;
  text-decoration: none;
}
.general-card--v2 h3,
.general-card--v2 h4,
.general-card--v2 p {
  margin: 0;
  padding: 0;
}
.general-card--v2 p {
  color: #ababab;
  font-size: 14px;
  line-height: 18px;
  margin-top: 16px;
  margin-bottom: 0;
}
.general-card--v2 svg {
  width: 32px;
  fill: #3882F0;
}
.general-card--v2 .general-card__container {
  border-radius: 3px;
  position: relative;
  height: 100%;
  padding: 24px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.rever__solution__solution {
  position: relative;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
}

.rever__solution__details {
  position: relative;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 56px;
}

.rever__final-hero--solution {
  position: relative;
  background: #f9f9f9;
  height: auto;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  padding-top: 128px;
  padding-bottom: 12px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .rever__final-hero--solution {
    height: auto;
  }
}

.rever__final-hero__background {
  position: relative;
  -webkit-transform: translateY(32px);
  -ms-transform: translateY(32px);
  transform: translateY(32px);
}

.rever__final-hero__product--a {
  position: absolute;
  z-index: 10;
  bottom: -2vh;
  right: -3%;
  width: 20%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__final-hero__product--a {
    width: 15%;
    right: 5%;
    bottom: 0;
  }
}
@media (min-width: 1600px) {
  .rever__final-hero__product--a {
    width: 174px;
    right: -2%;
  }
}

.rever__final-hero__product--b {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: -10%;
  width: 30%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__final-hero__product--b {
    width: 25%;
    left: 3%;
  }
}
@media (min-width: 1600px) {
  .rever__final-hero__product--b {
    width: 334px;
  }
}

.rever__final-hero__product--c {
  position: absolute;
  z-index: 10;
  bottom: 7vh;
  right: 3%;
  width: 60%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__final-hero__product--c {
    width: 40%;
    right: 6%;
    bottom: 6vh;
  }
}
@media (min-width: 1600px) {
  .rever__final-hero__product--c {
    width: 477px;
  }
}

.rever__final-hero__product--d {
  position: absolute;
  z-index: 10;
  bottom: 40vh;
  right: 0;
  width: 30%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__final-hero__product--d {
    width: 25%;
    right: 10%;
    bottom: 20vh;
  }
}
@media (min-width: 1600px) {
  .rever__final-hero__product--d {
    width: 319px;
    bottom: 83%;
  }
}

.mobile-padding-for-quotes {
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .mobile-padding-for-quotes {
    padding: 56px;
  }
}

/*=LEARN KAIZEN AND SUBPAGES
----------------------------------------------------------------------*/
.learn {
  position: relative;
  width: 100%;
}

.rever__learn__featured {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
  color: #48565b;
  letter-spacing: -0.02em;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  padding-left: 18px !important;
}
@media only screen and (max-width: 768px) {
  .rever__learn__featured {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 26px;
  }
}
@media (min-width: 1600px) {
  .rever__learn__featured {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
  }
}
.rever__learn__featured a:hover {
  color: #3882F0;
}
.rever__learn__featured span {
  color: #3882F0;
}
.rever__learn__featured svg {
  fill: #3882F0;
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__learn__featured svg {
    top: 16px;
  }
}

.rever__learn__book-anchor {
  position: relative;
  display: block;
  text-decoration: none;
}
.rever__learn__book-anchor:hover .rever__learn__book-image {
  -webkit-box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.rever__learn__book-image {
  position: relative;
  background: #f9f9f9;
  line-height: 0;
  min-height: 300px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*=ARTICLE PAGE
----------------------------------------------------------------------*/
.rever__learn__book-cover {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #e8e8e8;
  z-index: 30;
}

.rever__learn__book-cover__content {
  position: absolute;
  width: 60%;
  height: auto;
  z-index: 30;
  text-align: center;
}
.rever__learn__book-cover__content h1,
.rever__learn__book-cover__content h2,
.rever__learn__book-cover__content h3,
.rever__learn__book-cover__content h4,
.rever__learn__book-cover__content h5,
.rever__learn__book-cover__content h6,
.rever__learn__book-cover__content p {
  color: #fff;
}
.rever__learn__book-cover__content svg {
  position: relative;
  width: 80px;
  height: 80px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__learn__book-cover__content svg {
    width: 96px;
    height: 96px;
  }
}

.rever__learn__book-cover__content__link {
  color: #fff;
}
.rever__learn__book-cover__content__link:hover {
  color: #00263d;
}

.svg-white-learn {
  fill: #fff;
}

.svg-orange-learn {
  fill: #3882F0;
}

.rever__learn__content {
  position: relative;
  width: 100%;
  z-index: 30;
}
.rever__learn__content p {
  position: relative;
  margin-bottom: 32px;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 30px;
  color: #48565b;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__learn__content p {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .rever__learn__content p {
    font-size: 19px;
    letter-spacing: -0.02em;
    line-height: 32px;
  }
}
.rever__learn__content p strong,
.rever__learn__content p b {
  font-weight: normal;
}
.rever__learn__content blockquote {
  position: relative;
  margin: 0;
  border: none;
  padding: 0;
  margin-top: 48px;
  margin-bottom: 48px;
}
.rever__learn__content blockquote p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: #002a32;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__learn__content blockquote p {
    font-size: 19px;
    letter-spacing: -0.02em;
    line-height: 32px;
  }
}
.rever__learn__content ul {
  list-style: none;
  /* Remove default bullets */
  margin-bottom: 56px;
}
.rever__learn__content ul li::before {
  content: "\25CB";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #3882F0;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.rever__learn__content ul li {
  font-size: 18px;
  margin-bottom: 16px;
}
.rever__learn__content h2 {
  font-size: 24px;
  line-height: 32px;
  color: #002a32;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__learn__content h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.rever__learn__content h3 {
  font-size: 19px;
  line-height: 27px;
  color: #002a32;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media (min-width: 1600px) {
  .rever__learn__content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.rever__learn__content h4 {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
  color: #002a32;
}
.rever__learn__content h5 {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 21px;
  color: #3882F0;
  text-transform: uppercase;
}
.rever__learn__content hr {
  position: relative;
  margin-top: 56px;
  margin-bottom: 56px;
}

.rever__learn__featured-image {
  position: relative;
  margin-bottom: 56px;
}

.rever__learn__big-heading {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 40px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__learn__big-heading {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .rever__learn__big-heading {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 32px;
  }
}

.rever__learn__card__date {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #3882F0;
  -webkit-transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 30;
}

/*=CALCULATOR
----------------------------------------------------------------------*/
.calculator {
  position: relative;
  width: 100%;
}

.rever__hero--calculator {
  background: #fff;
  height: auto;
  margin-bottom: 96px;
  overflow: visible;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .rever__hero--calculator {
    height: auto;
    margin-bottom: 24px;
  }
}

.rever__calculator {
  position: relative;
  width: 100%;
  background: #f9f9f9;
  overflow: hidden;
}

.rever__calculator__block {
  position: relative;
}

.rever__calculator__block--left {
  position: relative;
  padding-right: 32px;
}

.rever__calculator__block--right {
  position: relative;
  padding-top: 64px;
}

.rever__calculator__block--container {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 64px 24px 128px 24px;
  position: relative;
  height: 100%;
}

.rever__calculator__amount {
  position: relative;
  color: #002a32;
  font-size: 14px;
  line-height: 17px;
  padding-right: 48px;
  margin-bottom: 24px;
}
.rever__calculator__amount span {
  position: absolute;
  display: block;
  font-size: 18px;
  line-height: 1;
  right: 0;
}

.rever__calculator__card {
  position: relative;
  margin-bottom: 24px;
}

.rever__calculator__card__container {
  position: relative;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 18px 24px;
  text-align: center;
}
.rever__calculator__card__container svg {
  position: relative;
  margin-bottom: 4px;
}

.rever__calculator__card__title {
  position: relative;
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #48565b;
  margin-bottom: 6px;
}

.rever__calculator__card__amount {
  position: relative;
  display: block;
  margin: 0;
  font-size: 28px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #002a32;
  margin-bottom: 8px;
}

.rever__calculator__card__per-year {
  position: relative;
  display: block;
  margin: 0;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #ababab;
}

.rever__calculator__form {
  position: relative;
}
.rever__calculator__form .form-item {
  position: relative;
  margin-bottom: 28px;
}
.rever__calculator__form label {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #ababab;
}
.rever__calculator__form input {
  height: 72px;
  font-size: 48px;
  letter-spacing: -0.05em;
  line-height: 36px;
}

.rever__calculator__card--padding-left {
  padding-left: 12px;
}

.rever__calculator__card--padding-right {
  padding-right: 12px;
}

/* =Mobile
	-----------------------------------------------------------------------------*/
/* =SmarthPhone
	-----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .rever__calculator__card--padding-left {
    padding-left: 0;
  }
  .rever__calculator__card--padding-right {
    padding-right: 0;
  }
}

/* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
/* =Custom breakpoint
    -----------------------------------------------------------------------------*/
/* =Laptop
	-----------------------------------------------------------------------------*/
/* =Desktop
	-----------------------------------------------------------------------------*/
/* =Larger than Full HD
	-----------------------------------------------------------------------------*/
.rever__calculator__information {
  position: relative;
  width: 100%;
  padding-top: 128px;
  background: #fff;
}

.rever__big-subcopy--picture {
  position: relative;
  margin-bottom: 16px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
.rever__big-subcopy--picture img {
  position: absolute;
  display: inline;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.rever__big-subcopy--picture span {
  display: inline-block;
  position: relative;
  margin-left: 88px;
}
@media only screen and (max-width: 768px) {
  .rever__big-subcopy--picture img {
    width: 48px;
    height: 48px;
  }
  .rever__big-subcopy--picture span {
    margin-left: 64px;
  }
}

.rever-button--full-width {
  width: 100%;
  text-align: center;
}

.rever__mini-copy {
  position: relative;
  color: #ababab;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 32px;
}

.rever__mini-copy--dark {
  color: #48565b;
}

.rever__big-subcopy--cta-title {
  position: relative;
  margin-bottom: 16px;
}

.rever__calculator__clients {
  position: relative;
  width: 100%;
  padding-top: 96px;
  background: #fff;
}

.rever__calculator__ctas {
  position: relative;
  width: 100%;
  margin-top: 200px;
  background: #f9f9f9;
}

.rever__calculator__ctas__container {
  position: relative;
  top: -128px;
}

.rever__calculator__ctas__block {
  position: relative;
}
.rever__calculator__ctas__block h1,
.rever__calculator__ctas__block h2,
.rever__calculator__ctas__block h3,
.rever__calculator__ctas__block h4,
.rever__calculator__ctas__block h5,
.rever__calculator__ctas__block h6,
.rever__calculator__ctas__block p,
.rever__calculator__ctas__block a,
.rever__calculator__ctas__block div {
  z-index: 5;
  position: relative;
}

.rever__calculator__ctas__block__container {
  position: relative;
  padding: 24px;
  background: #fff;
  border: 1px solid #e8e8e8;
  height: 100%;
}

a.rever-button--blue,
.rever-button--blue {
  background: #0196f2;
}

.rever__text-description--cta {
  color: #48565b;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}

/* =Mobile
	-----------------------------------------------------------------------------*/
/* =SmarthPhone
	-----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .rever__calculator__ctas__block {
    padding: 0 24px;
  }
  .gutters .offset-1 {
    left: 0 !important;
    margin-left: 0 !important;
  }
}

/* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
/* =Custom breakpoint
    -----------------------------------------------------------------------------*/
/* =Laptop
	-----------------------------------------------------------------------------*/
/* =Desktop
	-----------------------------------------------------------------------------*/
/* =Larger than Full HD
	-----------------------------------------------------------------------------*/
.rever__calculator__ctas__image-front {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: auto;
  height: 120%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__calculator__ctas__image-front {
    height: 60%;
    opacity: 0.5;
  }
}

.rever__calculator__ctas__image-back {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__calculator__ctas__image-back {
    opacity: 0.5;
  }
}

/*=TOOLTIP
----------------------------------------------------------------------*/
/* Tooltip container */
.rever__calculator__tooltip {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #3882F0;
  border-radius: 50%;
  border: 2px solid #3882F0;
  padding: 1px 5px;
  line-height: 1;
  font-size: 13px;
}

/* Tooltip text */
.rever__calculator__tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #00263d;
  color: #fff;
  padding: 8px 12px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  margin-left: 8px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.rever__calculator__tooltip:hover {
  color: #fff;
  background-color: #00263d;
  border: 2px solid #00263d;
}
.rever__calculator__tooltip:hover .tooltiptext {
  visibility: visible;
}

.rever__calculator__tooltip .tooltiptext {
  top: -5px;
  left: 110%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__calculator__tooltip .tooltiptext {
    top: 24px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.rever__calculator__hs-form {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.rever__calculator__hs-form__container {
  position: absolute;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 24px;
  padding-top: 64px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rever__calculator__hs-form__container {
    width: 100%;
    min-height: 100vh;
    position: relative;
    left: 0;
    top: 0;
    -moz-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  .rever__calculator__hs-form__container .rever__section-special-image {
    display: none;
  }
}
.rever__calculator__hs-form__container h1,
.rever__calculator__hs-form__container h2,
.rever__calculator__hs-form__container h3,
.rever__calculator__hs-form__container h4,
.rever__calculator__hs-form__container h5,
.rever__calculator__hs-form__container h6,
.rever__calculator__hs-form__container p {
  z-index: 3;
}

.close-hs-form {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  border-radius: 0;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .close-hs-form {
    display: block;
  }
}
.close-hs-form:focus {
  background-color: #fff;
}
.close-hs-form:hover {
  background-color: #fff;
}
.close-hs-form:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #3882F0;
  top: 18px;
  right: 5px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-hs-form:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #3882F0;
  top: 18px;
  left: 5px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rever__calculator__fixed-cta {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 76px;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  bottom: 0;
  left: 0;
}

.relative-heigh-100 {
  position: relative;
  height: 100%;
}

.hidden-image {
  display: none;
}

/*=FORM
----------------------------------------------------------------------*/
.roi-estimator__form {
  position: relative;
  z-index: 5;
  min-width: 480px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .roi-estimator__form {
    margin-top: 32px;
    min-width: auto;
  }
}
.roi-estimator__form .hbspt-form {
  position: relative;
}
.roi-estimator__form .hbspt-form .hs-form .hs-form-field {
  margin-bottom: 16px;
}
.roi-estimator__form .hbspt-form .hs-form label {
  /*
                position: relative;
                width: 100%;
                font-size: 13px;
                color: $blue-1;
                top: 37px;
                padding-left: 12px;
                @extend .moderat--regular;

                &:focus {
                    top: 0;
                    left: 0;
                    font-size: 13px;
                    color: $blue-1;
                    top: 0;
                    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
                    display: none;
                    ~.animated-label {
                        top: 0px;
                        left: 0;
                        font-size: 12px;
                        color: $dark-1;
                        transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
                    }
                }
                */
}
.roi-estimator__form .hbspt-form .hs-form fieldset input[type="text"],
.roi-estimator__form .hbspt-form .hs-form fieldset textarea,
.roi-estimator__form .hbspt-form .hs-form fieldset .input {
  padding-right: 0 !important;
}
.roi-estimator__form .hbspt-form .hs-form .hs_lastname {
  padding-left: 6px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .roi-estimator__form .hbspt-form .hs-form .hs_lastname {
    padding-left: 6px !important;
  }
}
@media only screen and (max-width: 480px) {
  .roi-estimator__form .hbspt-form .hs-form .hs_lastname {
    padding-left: 0 !important;
  }
}
.roi-estimator__form .hbspt-form .hs-form .hs_firstname,
.roi-estimator__form .hbspt-form .hs-form .hs_lastname,
.roi-estimator__form .hbspt-form .hs-form .hs_phone,
.roi-estimator__form .hbspt-form .hs-form .hs_email {
  padding-right: 6px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
  /*
                label {
                    position: relative;

                    top: 36px;
                    left: 12px;
                }*/
}
@media only screen and (max-width: 768px) {
  .roi-estimator__form .hbspt-form .hs-form .hs_firstname,
  .roi-estimator__form .hbspt-form .hs-form .hs_lastname,
  .roi-estimator__form .hbspt-form .hs-form .hs_phone,
  .roi-estimator__form .hbspt-form .hs-form .hs_email {
    padding-right: 6px !important;
  }
}
@media only screen and (max-width: 480px) {
  .roi-estimator__form .hbspt-form .hs-form .hs_firstname,
  .roi-estimator__form .hbspt-form .hs-form .hs_lastname,
  .roi-estimator__form .hbspt-form .hs-form .hs_phone,
  .roi-estimator__form .hbspt-form .hs-form .hs_email {
    padding-right: 0 !important;
  }
}
.roi-estimator__form .hbspt-form .hs-form .hs_firstname .hs-error-msgs,
.roi-estimator__form .hbspt-form .hs-form .hs_lastname .hs-error-msgs,
.roi-estimator__form .hbspt-form .hs-form .hs_phone .hs-error-msgs,
.roi-estimator__form .hbspt-form .hs-form .hs_email .hs-error-msgs {
  position: relative;
  top: 0;
}
.roi-estimator__form .hbspt-form .hs-form .hs_firstname .hs-error-msgs label,
.roi-estimator__form .hbspt-form .hs-form .hs_lastname .hs-error-msgs label,
.roi-estimator__form .hbspt-form .hs-form .hs_phone .hs-error-msgs label,
.roi-estimator__form .hbspt-form .hs-form .hs_email .hs-error-msgs label {
  top: 0;
  left: 0;
}
.roi-estimator__form .hbspt-form .hs-form .hs_firstname:focus,
.roi-estimator__form .hbspt-form .hs-form .hs_lastname:focus,
.roi-estimator__form .hbspt-form .hs-form .hs_phone:focus,
.roi-estimator__form .hbspt-form .hs-form .hs_email:focus {
  opacity: 0;
}
.roi-estimator__form .hbspt-form .hs-form .hs_firstname:focus ~ label,
.roi-estimator__form .hbspt-form .hs-form .hs_lastname:focus ~ label,
.roi-estimator__form .hbspt-form .hs-form .hs_phone:focus ~ label,
.roi-estimator__form .hbspt-form .hs-form .hs_email:focus ~ label {
  top: 0;
}
.roi-estimator__form .hbspt-form .hs-form .hs-input {
  width: 100%;
}
.roi-estimator__form .hbspt-form .hs-form .legal-consent-container {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
.roi-estimator__form
  .hbspt-form
  .hs-form
  .legal-consent-container
  input[type="checkbox"] {
  position: relative;
  top: 3px;
}
.roi-estimator__form .hbspt-form .hs-form .legal-consent-container span {
  color: #002a32;
}
.roi-estimator__form .hbspt-form .hs-form .hs-error-msgs label {
  top: 0;
  padding-left: 0;
}
.roi-estimator__form .hbspt-form .hs-form input[type="submit"],
.roi-estimator__form .hbspt-form .hs-form input[type="button"] {
  width: 100%;
}

/*=RANGESLIDER
----------------------------------------------------------------------*/
.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 00px 0px 10px 10px;
  position: relative;
}

.rangeslider {
  background: #ffeeeb;
  position: relative;
  top: -2px;
}

.rangeslider--horizontal {
  height: 4px;
  width: 100%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rangeslider--horizontal {
    height: 8px;
  }
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #3882F0;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: #3882F0;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rangeslider__handle {
    width: 24px;
    height: 24px;
  }
}

.rangeslider__handle:after {
  /*
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  */
}

.rangeslider--horizontal .rangeslider__handle {
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  top: -6px;
  /* =Mobile
	-----------------------------------------------------------------------------*/
  /* =SmarthPhone
	-----------------------------------------------------------------------------*/
  /* =Mobile + Tablet + Small Desktop Resolution
	-----------------------------------------------------------------------------*/
  /* =Custom breakpoint
    -----------------------------------------------------------------------------*/
  /* =Laptop
	-----------------------------------------------------------------------------*/
  /* =Desktop
	-----------------------------------------------------------------------------*/
  /* =Larger than Full HD
	-----------------------------------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .rangeslider--horizontal .rangeslider__handle {
    top: -8px;
  }
}

.rangeslider--vertical .rangeslider__handle {
  left: -8px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.user-registration-register {
  display: none;
}

.bg-img img, .liquid-img img,
.featured-container .full-image-container img,
.rever__blog-pre-footer__card__image .full-image-container img {
  display: block!important;
}

.full-image {
      /* Align horizontally */
      left:0;
      right:0;
      margin:0 auto;
}