/** buttons*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  height: 13px;
  /* 3 */
  width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a {
  text-decoration: none;
}

button,
input {
  border: none;
}

button {
  background: none;
  padding: 0;
}

html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1.8rem;
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body,
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  cursor: pointer;
}

.title-first {
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
  color: #252b46;
}

@media (min-width: 992px) {
  .title-first {
    font-size: 4.8rem;
    line-height: 5rem;
  }
}

.title-second {
  color: #252b46;
  font-size: 2.4rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .title-second {
    font-size: 3rem;
  }
}

.title-third {
  color: #252b46;
  font-size: 2rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .title-third {
    font-size: 2.4rem;
  }
}

.paragraph-description {
  color: #9194a1;
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 2rem;
}

@media (min-width: 768px) {
  .paragraph-description {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .paragraph-description {
    color: #9194a1;
    color: #8c8d95;
    line-height: 3rem;
    font-size: 1.8rem;
    opacity: 0.8;
  }
}

@media (min-width: 768px) {
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .menu-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.menu-list .menu-list-item {
  border-top: rgba(255, 255, 255, 0.3) solid 0.5px;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  padding: 2.2rem 0;
}

@media (min-width: 768px) {
  .menu-list .menu-list-item {
    border-top: none;
    background-color: transparent;
    color: #252b46;
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .menu-list .menu-list-item:not(:last-child) {
    margin-right: 4.5rem;
  }
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-indent: -9999px;
}

@media (min-width: 768px) {
  .social-list {
    display: none;
  }
}

/** checkbox to determine if menu will be opened */
.menu-btn {
  position: absolute;
  left: -9999px;
}

.menu-btn:checked ~ .menu-icon .menu-nav-icon {
  background: transparent;
  position: fixed;
  right: 3rem;
}

.menu-btn:checked ~ .menu-icon .menu-nav-icon:before {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.menu-btn:checked ~ .menu-icon .menu-nav-icon:after {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

@media (min-width: 768px) {
  .menu-btn {
    display: none;
  }
  .menu-btn ~ .menu-icon {
    display: none;
  }
}

/** the burger icon */
.menu-icon {
  cursor: pointer;
  text-indent: -9999px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-icon .menu-nav-icon {
  display: block;
  width: 18px;
  height: 3px;
  position: relative;
  background: #252b46;
}

.menu-icon .menu-nav-icon:before, .menu-icon .menu-nav-icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  background: #252b46;
  top: 0.6rem;
}

.menu-icon .menu-nav-icon:after {
  top: -0.6rem;
}

.link:hover {
  color: #fa5757;
}

.link-button:hover {
  background-color: transparent;
  color: #5368df;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #5368df;
}

.login-button {
  font-family: "Rubik", sans-serif;
  min-width: 11rem;
  background-color: transparent;
  display: block;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 1.2rem 2rem;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  font-weight: 500;
}

.login-button:hover {
  background-color: #fff;
  color: #5368df;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #fff;
}

@media (min-width: 768px) {
  .login-button {
    font-family: "Rubik", sans-serif;
    min-width: 11rem;
    background-color: #fa5757;
    display: block;
    border: 2px solid #fa5757;
    border-radius: 6px;
    padding: 1.2rem 2rem;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  }
  .login-button:hover {
    background-color: #fff;
    color: #fa5757;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 2px solid #fa5757;
  }
}

.action-link {
  font-family: "Rubik", sans-serif;
  min-width: 11rem;
  background-color: #5368df;
  display: block;
  border: 2px solid #5368df;
  border-radius: 6px;
  padding: 1.2rem 2rem;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem 1.9rem;
}

.action-link:hover {
  background-color: transparent #5368df;
  color: #5368df;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #5368df;
}

@media (min-width: 768px) {
  .action-link {
    padding: 1.5rem 2.8rem;
  }
}

.action-link.-inactive {
  font-family: "Rubik", sans-serif;
  min-width: 11rem;
  background-color: #f8f8fa;
  display: block;
  border: 2px solid #f8f8fa;
  border-radius: 6px;
  padding: 1.2rem 2rem;
  text-align: center;
  color: #626169;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem 1.9rem;
}

.action-link.-inactive:hover {
  background-color: transparent;
  color: #626169;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #626169;
}

@media (min-width: 768px) {
  .action-link.-inactive {
    padding: 1.5rem 2.8rem;
  }
}

.link-icon {
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}

.face {
  background-image: url("../assets/images/icon-facebook.svg");
}

.twitter {
  background-image: url("../assets/images/icon-twitter.svg");
}

.linkedin {
  background-image: url("../assets/images/linkedin-in-brands.svg");
}

.intro-image-container {
  overflow: hidden;
  padding: 0 0 3rem;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .intro-image-container {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding-bottom: 7rem;
  }
}

@media (min-width: 992px) {
  .intro-image-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 1200px) {
  .intro-image-container {
    overflow: visible;
    -webkit-transform: translateX(7rem) translateY(-5.5rem);
            transform: translateX(7rem) translateY(-5.5rem);
  }
}

.intro-image-container .intro-image-pseudo {
  position: relative;
  padding: 1rem 1rem;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .intro-image-container .intro-image-pseudo {
    padding: 0;
  }
}

.intro-image-container .intro-image {
  width: 100%;
}

@media (min-width: 768px) {
  .intro-image-container .intro-image {
    height: 100%;
    max-height: 50.5rem;
  }
}

@media (min-width: 1200px) {
  .intro-image-container .intro-image {
    height: 47rem;
    max-width: 66rem;
  }
}

.intro-image-container .intro-image-pseudo:before {
  content: "";
  width: 100%;
  height: 80%;
  display: block;
  position: absolute;
  background-color: #5266df;
  z-index: -2;
}

@media (min-width: 1200px) {
  .intro-image-container .intro-image-pseudo:before {
    height: 90%;
    -webkit-transform: translateX(25%) translateY(35%);
            transform: translateX(25%) translateY(35%);
  }
}

.intro-image-container .intro-image-pseudo.-right:before {
  -webkit-transform: translateX(18%) translateY(25%);
          transform: translateX(18%) translateY(25%);
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

@media (min-width: 1200px) {
  .intro-image-container .intro-image-pseudo.-right:before {
    -webkit-transform: translateX(25%) translateY(35%);
            transform: translateX(25%) translateY(35%);
  }
}

.intro-image-container .intro-image-pseudo.-left:before {
  height: 82%;
  -webkit-transform: translateX(-18%) translateY(29%);
          transform: translateX(-18%) translateY(29%);
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

@media (min-width: 1200px) {
  .intro-image-container .intro-image-pseudo.-left:before {
    -webkit-transform: translateX(-25%) translateY(35%);
            transform: translateX(-25%) translateY(35%);
  }
}

.header {
  width: 100%;
  max-width: 120rem;
  height: 10rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem;
}

@media (min-width: 992px) {
  .header {
    padding-top: 2.5rem;
    height: auto;
  }
}

.header .menu-icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 3;
}

.header .header-logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 3;
}

@media (min-width: 768px) {
  .header .header-logo {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

@media (min-width: 992px) {
  .header .header-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.header .header-logo .logo-image {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.header .menu-btn:checked ~ .header-logo {
  position: fixed;
}

.header .menu-btn:checked ~ .header-logo .logo-image {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(1000%) contrast(1000%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(1000%) contrast(1000%);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.header .menu-btn:checked ~ .header-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: rgba(19, 30, 78, 0.9);
  position: fixed;
  z-index: 1;
}

.header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  padding: 3rem;
  overflow: hidden;
  position: fixed;
  z-index: initial;
  -webkit-transform: scale(0);
          transform: scale(0);
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .header .header-menu {
    height: auto;
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}

@media (min-width: 992px) {
  .header .header-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
}

.header .menu-list {
  margin-top: 75px;
}

@media (min-width: 768px) {
  .header .menu-list {
    margin-top: 0;
  }
}

.header .menu-list,
.header .social-list {
  width: 100%;
}

.header .social-list {
  width: 80%;
}

.intro {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .intro {
    margin-top: 10rem;
  }
}

@media (min-width: 1200px) {
  .intro {
    margin-top: 14rem;
  }
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
}

@media (min-width: 768px) {
  .content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .content-wrapper {
    height: 48rem;
    width: 100%;
  }
}

.content-wrapper .product-description {
  padding: 2.5rem 2.5rem 4.5rem;
}

@media (min-width: 768px) {
  .content-wrapper .product-description {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

@media (min-width: 992px) {
  .content-wrapper .product-description {
    padding-right: 0;
    margin-left: 0;
    max-width: 50rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 1200px) {
  .content-wrapper .product-description {
    margin-left: 0rem;
  }
}

@media (min-width: 1440px) {
  .content-wrapper .product-description {
    margin-left: 4rem;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .content-wrapper .product-description .paragraph-description {
    padding: 2rem 0rem;
  }
}

.content-wrapper .product-description .row {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}

.content-wrapper .product-description .row > a:last-child {
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .content-wrapper .product-description .row > a:last-child {
    margin-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .content-wrapper .product-description .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.features {
  text-align: center;
  margin-top: 11rem;
  /** Images */
}

@media (min-width: 992px) {
  .features {
    margin-top: 5.5rem;
  }
}

.features .text-wrapper {
  max-width: 53rem;
  margin: 1rem auto 2.5rem;
}

.features .text-wrapper .paragraph-description {
  padding: 1.5rem 3rem;
}

@media (min-width: 992px) {
  .features .text-wrapper .paragraph-description {
    padding: 2rem 3rem;
  }
}

.features .features-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .features .features-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 76.5rem;
    margin: 0 auto;
  }
}

.features .features-options .features-options-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: rgba(145, 148, 161, 0.4) 1px solid;
  border-left: none;
  border-right: none;
}

@media (min-width: 768px) {
  .features .features-options .features-options-wrapper {
    border: rgba(145, 148, 161, 0.4) 1px solid;
    border-left: none;
    border-top: none;
    border-right: none;
  }
}

.features .features-options .features-options-wrapper:nth-child(even) {
  border: none;
}

@media (min-width: 768px) {
  .features .features-options .features-options-wrapper:nth-child(even) {
    border: rgba(145, 148, 161, 0.4) 1px solid;
    border-top: none;
    border-left: none;
    border-right: none;
  }
}

.features .features-options .feature-label {
  width: auto;
  padding: 3rem 2rem;
  font-size: 1.6rem;
  display: block;
  cursor: pointer;
  position: relative;
  color: #616169;
}

@media (min-width: 768px) {
  .features .features-options .feature-label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.features .features-options .feature-control {
  position: absolute;
  left: -9999px;
}

.features .features-options .feature-control:checked ~ .feature-label {
  color: #252b46;
}

@media (min-width: 768px) {
  .features .features-options .feature-control:checked ~ .feature-label {
    font-weight: 500;
  }
}

.features .features-options .feature-control:checked ~ .feature-label:after {
  content: "";
  width: 70%;
  display: block;
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 50%;
  background-color: #fa5757;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .features .features-options .feature-control:checked ~ .feature-label:after {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.features .features-description {
  position: relative;
  min-height: 60rem;
  margin-top: 2rem;
}

.features .intro {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /** Images basics */
  /** Image 1 */
  /** Image 2 */
  /** Image 3 */
}

@media (min-width: 768px) {
  .features .intro {
    margin-top: 6rem;
  }
}

.features .intro .intro-image-container {
  overflow: initial;
  padding: 0 0 7rem;
}

@media (min-width: 768px) {
  .features .intro .intro-image-container {
    margin-right: 1.5rem;
    height: initial;
  }
}

@media (min-width: 992px) {
  .features .intro .intro-image-container {
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1200px) {
  .features .intro .intro-image-container {
    margin-right: 0;
  }
}

.features .intro .intro-image-pseudo {
  margin: 0 auto;
}

@media (min-width: 1440px) {
  .features .intro .intro-image-pseudo {
    margin: 0;
  }
}

.features .intro .intro-image-pseudo:before {
  width: 200%;
  -webkit-transform: translateX(-60%) translateY(25%);
          transform: translateX(-60%) translateY(25%);
}

.features .intro .intro-image-pseudo .intro-image {
  height: 100%;
  width: 90%;
}

@media (min-width: 768px) {
  .features .intro .intro-image-pseudo .intro-image {
    margin-left: 2rem;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .features .intro .intro-image-pseudo .intro-image {
    margin-left: 0;
  }
}

.features .intro:first-child {
  max-width: 110.5rem;
}

@media (min-width: 992px) {
  .features .intro:first-child .intro-image-container {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@media (min-width: 768px) {
  .features .intro:first-child .intro-image-container .intro-image-pseudo {
    max-width: 45rem;
    max-height: 34.5rem;
  }
}

@media (min-width: 1440px) {
  .features .intro:first-child .intro-image-container .intro-image-pseudo {
    max-width: 53.4rem;
    max-height: 34.5rem;
  }
}

.features .intro:first-child .intro-image-container .intro-image-pseudo:before {
  height: 90%;
  -webkit-transform: translateX(-60%) translateY(20%);
          transform: translateX(-60%) translateY(20%);
}

@media (min-width: 768px) {
  .features .intro:first-child .intro-image-container .intro-image-pseudo:before {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .features .intro:first-child .intro-image-container .intro-image-pseudo:before {
    -webkit-transform: translateX(-60%) translateY(25%);
            transform: translateX(-60%) translateY(25%);
  }
}

.features .intro:nth-child(2) {
  max-width: 118rem;
}

@media (min-width: 1440px) {
  .features .intro:nth-child(2) .product-description {
    margin-left: 0;
    padding-left: 2rem;
  }
  .features .intro:nth-child(2) .product-description .paragraph-description {
    padding-right: 1rem;
  }
}

@media (min-width: 1440px) {
  .features .intro:nth-child(2) .intro-image-container {
    padding-left: 11rem;
  }
}

.features .intro:nth-child(2) .intro-image-container .intro-image-pseudo {
  max-width: 48rem;
  max-height: 41.5rem;
}

.features .intro:nth-child(2) .intro-image-container .intro-image-pseudo:before {
  height: 90%;
}

.features .intro:nth-child(3) .intro-image-container .intro-image-pseudo {
  max-width: 49rem;
  max-height: 38rem;
}

.features .intro:nth-child(3) .intro-image-container .intro-image-pseudo:before {
  height: 90%;
}

@media (min-width: 992px) {
  .features .intro:nth-child(3) .intro-image-container .intro-image-pseudo:before {
    height: 92%;
  }
}

@media (min-width: 992px) {
  .features .intro .content-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.features .intro .content-wrapper .product-description .row > a:last-child {
  margin-left: 0;
}

.features .intro.-active {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.features .intro:nth-child(even):not(.-active) {
  left: -9999px;
}

.features .intro:nth-child(odd):not(.-active) {
  left: 9999px;
}

.features .product-description {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .features .product-description {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    padding: 2rem 5rem;
  }
}

@media (min-width: 992px) {
  .features .product-description {
    padding: 4rem 1rem;
  }
}

@media (min-width: 1200px) {
  .features .product-description {
    margin-left: 13rem;
    padding: 7rem 0rem;
  }
}

.features .product-description .paragraph-description {
  padding: 1.5rem 1rem;
}

@media (min-width: 768px) {
  .features .product-description .paragraph-description {
    padding: 2rem 0;
  }
}

.download {
  margin-top: 15rem;
}

.download {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .download {
    margin-top: 5rem;
  }
}

.download .paragraph-description {
  max-width: 55rem;
  margin: 0 auto;
  padding: 2rem 3rem;
}

@media (min-width: 768px) {
  .download .paragraph-description {
    padding: 2rem 0;
  }
}

.download ul {
  margin-top: 3.5rem;
}

@media (min-width: 768px) {
  .download ul {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .download ul li:nth-child(2) {
    margin-left: 3rem;
    margin-top: 4rem;
  }
  .download ul li:nth-child(3) {
    margin-left: 3rem;
    margin-top: 8rem;
  }
}

.faqs {
  max-width: 60rem;
  text-align: center;
  margin: 13rem auto 0;
}

@media (min-width: 992px) {
  .faqs {
    margin-top: 11rem;
  }
}

.faqs .title-second {
  padding: 1rem 5rem;
  line-height: 3rem;
}

.faqs > .paragraph-description {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .faqs > .paragraph-description {
    font-size: 2rem;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.faqs ul {
  padding: 0 3rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .faqs ul {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .faqs ul {
    margin-top: 4rem;
  }
}

.faqs ul li {
  border-bottom: rgba(0, 0, 0, 0.1) solid 0.5px;
}

@media (min-width: 768px) {
  .faqs ul li:first-child {
    border-top: rgba(0, 0, 0, 0.1) solid 0.5px;
  }
}

.faqs details {
  height: auto;
}

.faqs details[open] > summary:after, .faqs details[open] > summary:before {
  border-color: #fa5757;
}

.faqs details[open] > summary:after {
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
}

.faqs details[open] > summary:before {
  -webkit-transform: translateY(-70%) rotate(-45deg);
          transform: translateY(-70%) rotate(-45deg);
}

.faqs details .paragraph-description {
  text-align: left;
  padding: 1rem 0 3rem;
  color: #51505b;
}

@media (min-width: 768px) {
  .faqs details .paragraph-description {
    font-size: 1.7rem;
  }
}

.faqs summary {
  font-size: 1.5rem;
  list-style-type: none;
  height: 100%;
  color: #242531;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 2.5rem 0;
}

@media (hover: hover) {
  .faqs summary:hover {
    cursor: pointer;
    color: #fa5757;
  }
}

@media (min-width: 768px) {
  .faqs summary {
    font-size: 1.8rem;
  }
}

.faqs summary:after, .faqs summary:before {
  content: "";
  display: block;
  width: 11px;
  height: 13px;
  right: 0;
  border: 3px solid #5368df;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  border-top: none;
  border-bottom: none;
  top: 50%;
  right: 2px;
}

@media (min-width: 768px) {
  .faqs summary:after, .faqs summary:before {
    right: 2rem;
  }
}

.faqs summary:after {
  border-right: none;
  -webkit-transform: translateY(-70%) rotate(-45deg);
          transform: translateY(-70%) rotate(-45deg);
}

.faqs summary:before {
  border-left: none;
  border-top: none;
  border-bottom: none;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
}

.faqs summary::-webkit-details-marker {
  display: none;
}

.faqs .action-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.4rem 2.4rem;
  margin: 5rem auto 0;
}

.contact {
  width: 100%;
  background: #5368df;
  padding: 7.5rem 3.2rem 5.5rem;
  text-align: center;
  margin-top: 12rem;
}

@media (min-width: 768px) {
  .contact {
    padding-bottom: 7rem;
  }
}

.contact .wrapper {
  max-width: 44rem;
  margin: 0 auto;
}

.contact .people {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 4px;
  font-weight: 500;
}

.contact .title-fourth {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  margin-top: 1rem;
  line-height: 3rem;
}

@media (min-width: 768px) {
  .contact .title-fourth {
    font-size: 3.2rem;
    margin-top: 3.5rem;
    line-height: 4rem;
  }
}

.contact form {
  margin-top: 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .contact form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact form .input-email-wrapper {
  width: 100%;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .contact form .input-email-wrapper {
    max-width: 30rem;
  }
}

.contact form .input-email-wrapper input {
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  padding: 1.5rem 1.5rem;
  border-radius: 4px;
  display: block;
  color: #252b46;
  width: 100%;
}

.contact form .input-email-wrapper input::-webkit-input-placeholder {
  color: gray;
}

.contact form .input-email-wrapper input:-ms-input-placeholder {
  color: gray;
}

.contact form .input-email-wrapper input::-ms-input-placeholder {
  color: gray;
}

.contact form .input-email-wrapper input::placeholder {
  color: gray;
}

.contact form .input-email-wrapper .error {
  display: none;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #fff;
  font-style: italic;
}

.contact form .input-email-wrapper.-show-error {
  background-color: #fa5757;
  padding: 2px;
}

.contact form .input-email-wrapper.-show-error .error {
  display: block;
}

.contact form button {
  margin-top: 1rem;
  background-color: #fa5757;
  border: 2px transparent solid;
}

.contact form button:hover {
  background-color: #fff;
  color: #fa5757;
  border-color: #fa5757;
}

@media (min-width: 768px) {
  .contact form button {
    margin-left: 2rem;
    margin-top: 0;
    height: 5rem;
    width: 12.5rem;
    padding: 0;
  }
}

.footer {
  background-color: #252b46;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 111rem;
  margin: 0 auto;
  padding: 4rem;
}

@media (min-width: 768px) {
  .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3rem 8rem 3rem 4rem;
  }
}

@media (min-width: 1200px) {
  .footer-content {
    padding: 3rem 0rem 3rem 0rem;
  }
}

.footer-content .menu-footer-wrapper img {
  height: 2.5rem;
}

@media (min-width: 768px) {
  .footer-content .menu-footer-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer-content .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3.2rem 0 2rem;
}

@media (min-width: 768px) {
  .footer-content .footer-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    margin-left: 1.5rem;
  }
}

.footer-content .footer-list li {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .footer-content .footer-list li {
    margin: 0;
    margin-left: 5rem;
  }
}

.footer-content .link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.footer-content .link:hover {
  color: #fa5757;
}

@media (min-width: 768px) {
  .footer-content .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-content .social-list li {
  margin-left: 2.5rem;
}

/** Fix component card as it should be imported  before layout files. */
.card {
  width: 28.5rem;
  height: 36rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 10px 1px rgba(43, 22, 22, 0.1);
          box-shadow: 0px 10px 10px 1px rgba(43, 22, 22, 0.1);
  margin-bottom: 4rem;
}

.card header img {
  margin-bottom: 3rem;
}

.card .paragraph-description {
  font-size: 1.4rem;
  padding: 1rem;
  margin-bottom: 8.5rem;
}

.card footer {
  width: 100%;
  padding: 2.5rem;
  position: absolute;
  height: 10rem;
  background-origin: padding-box;
  bottom: 0;
  padding: 2.5rem;
  overflow: hidden;
}

.card footer:before {
  width: 190%;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  background-image: radial-gradient(5px 3px at center, #dfdde8 3px, transparent 1px);
  background-size: 15px;
  background-position: left;
  background-repeat: repeat-x;
  top: 0;
  left: -7.5px;
}

.card footer button {
  width: 100%;
}
/*# sourceMappingURL=styles.css.map */