@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);
/* line 12, app/assets/stylesheets/home/../theme/wesave/fonts.scss */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 18, app/assets/stylesheets/home/../theme/wesave/fonts.scss */
body {
  font-weight: 500;
}

/* line 12, app/assets/stylesheets/home/../theme/wesave/fonts.scss */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 18, app/assets/stylesheets/home/../theme/wesave/fonts.scss */
body {
  font-weight: 500;
}

/* line 1, app/assets/stylesheets/home/../common/reset.scss */
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;
}

/* line 22, app/assets/stylesheets/home/../common/reset.scss */
* {
  box-sizing: border-box;
  flex: 0 1 auto;
}

/* HTML5 display-role reset for older browsers */
/* line 28, app/assets/stylesheets/home/../common/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, app/assets/stylesheets/home/../common/reset.scss */
body {
  line-height: 1;
}

/* line 37, app/assets/stylesheets/home/../common/reset.scss */
ol, ul {
  list-style: none;
}

/* line 41, app/assets/stylesheets/home/../common/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 45, app/assets/stylesheets/home/../common/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 51, app/assets/stylesheets/home/../common/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 56, app/assets/stylesheets/home/../common/reset.scss */
b, strong {
  font-weight: 600;
}

/* line 60, app/assets/stylesheets/home/../common/reset.scss */
em {
  font-style: italic;
}

/* line 64, app/assets/stylesheets/home/../common/reset.scss */
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 68, app/assets/stylesheets/home/../common/reset.scss */
input, select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 73, app/assets/stylesheets/home/../common/reset.scss */
select {
  outline: 0 !important;
}

/* line 77, app/assets/stylesheets/home/../common/reset.scss */
label {
  cursor: pointer;
  display: inline-block;
}

/* line 82, app/assets/stylesheets/home/../common/reset.scss */
button {
  border-radius: 0;
}

/* line 86, app/assets/stylesheets/home/../common/reset.scss */
select::-ms-expand {
  display: none;
}

/* line 90, app/assets/stylesheets/home/../common/reset.scss */
input::-ms-clear {
  display: none;
}

/* line 94, app/assets/stylesheets/home/../common/reset.scss */
input::-ms-reveal {
  display: none;
}

/* line 98, app/assets/stylesheets/home/../common/reset.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/* line 102, app/assets/stylesheets/home/../common/reset.scss */
:focus {
  outline: 0;
}

/* line 106, app/assets/stylesheets/home/../common/reset.scss */
:active {
  outline: 0;
}

/* line 110, app/assets/stylesheets/home/../common/reset.scss */
::-moz-focus-inner {
  border: 0;
}

/* line 114, app/assets/stylesheets/home/../common/reset.scss */
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000;
}

/* line 119, app/assets/stylesheets/home/../common/reset.scss */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 125, app/assets/stylesheets/home/../common/reset.scss */
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  margin: 0;
}

/* line 130, app/assets/stylesheets/home/../common/reset.scss */
input:invalid {
  box-shadow: none;
}

/* line 134, app/assets/stylesheets/home/../common/reset.scss */
img, video, svg {
  max-width: 100%;
  height: auto;
}

/* line 139, app/assets/stylesheets/home/../common/reset.scss */
a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* line 145, app/assets/stylesheets/home/../common/reset.scss */
.firefox-browser {
  letter-spacing: -0.2px;
}

/* line 1, app/assets/stylesheets/home/../common/cookie-disclaimer.scss */
.cookie-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9000;
  background-color: #33A9FD;
  color: white;
  padding: 12px 30px;
}

/* line 15, app/assets/stylesheets/home/../common/cookie-disclaimer.scss */
.cookie-disclaimer a {
  font-weight: bold;
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/home/../common/cookie-disclaimer.scss */
.cookie-disclaimer button {
  color: white;
  margin-left: 15px;
  background: none;
  border: 1px solid white;
}

/* line 6, app/assets/stylesheets/home/_common.scss */
html:not(.v3) {
  font-size: 10px;
  overflow-x: hidden;
}

/* line 11, app/assets/stylesheets/home/_common.scss */
html:not(.v3) body {
  font-family: "Source Sans Pro";
  font-size: 1.6rem;
  line-height: 1.3;
  width: 100%;
  overflow-x: hidden;
}

/* line 20, app/assets/stylesheets/home/_common.scss */
body.no-scroll, html.no-scroll {
  position: relative;
  overflow: hidden;
}

/* line 27, app/assets/stylesheets/home/_common.scss */
button, .btn {
  cursor: pointer;
  border-radius: 3px;
  padding: 11px 20px 12px;
  font-size: 1.6rem;
  border: 1px solid transparent;
  font-weight: 600;
}

/* line 35, app/assets/stylesheets/home/_common.scss */
button:disabled, .btn:disabled {
  cursor: default;
  pointer-events: none;
}

/* line 41, app/assets/stylesheets/home/_common.scss */
.btn-hover-effect {
  position: relative;
  z-index: 1;
}

/* line 45, app/assets/stylesheets/home/_common.scss */
.btn-hover-effect:before {
  content: '';
  position: absolute;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  bottom: -1px;
  opacity: 0;
  background: rgba(46, 57, 70, 0.1);
  transition: all 300ms cubic-bezier(0, 0.7, 0.3, 1);
  z-index: -1;
}

/* line 60, app/assets/stylesheets/home/_common.scss */
.btn-hover-effect:hover:before {
  width: 101%;
  opacity: 1;
  border-radius: 3px;
}

/* line 68, app/assets/stylesheets/home/_common.scss */
.btn-primary {
  background-color: #33A9FD;
  color: white;
  font-size: 2rem;
}

/* line 73, app/assets/stylesheets/home/_common.scss */
.btn-primary:disabled {
  background-color: #A9BBCB;
}

/* line 78, app/assets/stylesheets/home/_common.scss */
.slider-shortcuts {
  display: none;
  justify-content: center;
  margin: 30px;
}

/* line 83, app/assets/stylesheets/home/_common.scss */
.slider-shortcuts label {
  width: 20px;
  height: 20px;
  opacity: 0.3;
  margin: 0 3px;
  position: relative;
  background: transparent;
  transition: opacity 300ms ease-in-out;
}

/* line 92, app/assets/stylesheets/home/_common.scss */
.slider-shortcuts label:before {
  content: '';
  background-color: #33A9FD;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 105, app/assets/stylesheets/home/_common.scss */
.slider-shortcuts input:checked + label {
  opacity: 1;
}

/* line 110, app/assets/stylesheets/home/_common.scss */
.dropdown-container {
  position: relative;
}

/* line 114, app/assets/stylesheets/home/_common.scss */
.dropdown-container:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(0, 0.7, 0.3, 1), opacity 300ms cubic-bezier(0, 0.7, 0.3, 1), visibility 0ms;
}

/* line 122, app/assets/stylesheets/home/_common.scss */
.dropdown-container > div {
  cursor: pointer;
}

/* line 127, app/assets/stylesheets/home/_common.scss */
.dropdown {
  position: absolute;
  z-index: 100;
  top: 100%;
  background: white;
  color: #5B6B7F;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 300ms cubic-bezier(0, 0.7, 0.3, 1), opacity 300ms cubic-bezier(0, 0.7, 0.3, 1), visibility 0ms 300ms;
  font-size: 1.6rem;
  border-radius: 4px;
  padding: 6px 0;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2);
}

/* line 143, app/assets/stylesheets/home/_common.scss */
.dropdown:after {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  transform: translateY(1px);
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}

/* line 158, app/assets/stylesheets/home/_common.scss */
.dropdown li {
  display: block;
}

/* line 162, app/assets/stylesheets/home/_common.scss */
.dropdown a {
  display: block;
  white-space: nowrap;
  padding: 6px 20px;
  transition: opacity 120ms ease-in-out;
}

/* line 170, app/assets/stylesheets/home/_common.scss */
b, strong {
  font-weight: 700;
}

@media screen and (max-width: 500px) {
  /* line 175, app/assets/stylesheets/home/_common.scss */
  html:not(.v3) {
    font-size: 55%;
  }
}

/* line 2, app/assets/stylesheets/home/_popin.scss */
html:not(.mobile-device) .overlay {
  position: fixed;
  display: flex;
  align-items: center;
}

/* line 10, app/assets/stylesheets/home/_popin.scss */
html.mobile-device .overlay.contain-inputs {
  position: absolute;
}

/* line 14, app/assets/stylesheets/home/_popin.scss */
html.mobile-device .overlay:not(.contain-inputs) {
  position: fixed;
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/home/_popin.scss */
.overlay {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(46, 57, 70, 0.7);
  z-index: 1500;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  transition: visibility 0s 0.3s ease-out, opacity 0.3s ease-out, height 0s 0.3s;
  text-align: center;
  pointer-events: none;
  padding: 20px;
}

/* line 36, app/assets/stylesheets/home/_popin.scss */
.overlay.show {
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  pointer-events: auto;
}

/* line 43, app/assets/stylesheets/home/_popin.scss */
.overlay.show .popin {
  opacity: 1;
  top: 0;
}

/* line 50, app/assets/stylesheets/home/_popin.scss */
.popin {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-width: 660px;
  background: white;
  border-radius: 4px;
  padding: 30px 20px;
  opacity: 0;
  margin: auto;
  transition: all 300ms ease-in-out;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
  top: -100px;
}

/* line 65, app/assets/stylesheets/home/_popin.scss */
.popin .content {
  max-width: 480px;
  margin: auto;
}

/* line 70, app/assets/stylesheets/home/_popin.scss */
.popin h2 {
  font-size: 3.4rem;
  margin: 30px auto;
}

/* line 75, app/assets/stylesheets/home/_popin.scss */
.popin .cross {
  top: 5px;
  right: 5px;
  padding: 0;
  width: 24px;
  height: 24px;
  background: url(/assets/wesave/icons/icn-close-b814cc98e8ba597b75941ef40657e3c9fb25fceae26eb8fbf2498c7aef306703.svg) no-repeat center center;
  transition: all 300ms ease-in-out;
  position: absolute;
  cursor: pointer;
}

/* line 22, app/assets/stylesheets/home/../common/mixins.scss */
.popin .cross:hover {
  transform: rotate(-90deg);
}

/* line 82, app/assets/stylesheets/home/_popin.scss */
.popin.dark-background {
  background: #2E3946;
  color: white;
}

/* line 86, app/assets/stylesheets/home/_popin.scss */
.popin.dark-background h2 {
  font-size: 3.4rem;
  margin: 30px auto;
}

/* line 91, app/assets/stylesheets/home/_popin.scss */
.popin.dark-background .cross {
  width: 24px;
  height: 24px;
  background: url(/assets/icons/icn-close-white-ccf4e4a4e712d67af32c02ef66a69ef114b8c0327f33151dd0b9b21ddea8b720.svg) no-repeat center center;
  transition: all 300ms ease-in-out;
  position: absolute;
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/home/../common/mixins.scss */
.popin.dark-background .cross:hover {
  transform: rotate(-90deg);
}

/* line 96, app/assets/stylesheets/home/_popin.scss */
.popin.video {
  padding: 0;
  max-width: 1200px;
  line-height: 0;
}

/* line 101, app/assets/stylesheets/home/_popin.scss */
.popin.video video {
  width: 100%;
}

/* line 106, app/assets/stylesheets/home/_popin.scss */
.popin.ytb-video {
  padding: 0;
  max-width: none;
  line-height: 0;
}

/* line 111, app/assets/stylesheets/home/_popin.scss */
.popin.ytb-video iframe {
  width: calc(100vw - 2*20px);
  height: calc(100vh - 7*20px);
}

/* line 3, app/assets/stylesheets/home/_header.scss */
.page-topbar {
  background: #515166;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 800px) {
  /* line 3, app/assets/stylesheets/home/_header.scss */
  .page-topbar {
    display: none;
  }
}

/* line 13, app/assets/stylesheets/home/_header.scss */
.page-topbar > div {
  display: flex;
  justify-content: flex-end;
}

/* line 17, app/assets/stylesheets/home/_header.scss */
.page-topbar > div > div {
  font-weight: 600;
  font-size: 1.2rem;
  margin-left: 2.5rem;
  display: inline-flex;
  align-items: center;
}

/* line 24, app/assets/stylesheets/home/_header.scss */
.page-topbar > div > div img {
  margin-right: 6px;
}

/* line 30, app/assets/stylesheets/home/_header.scss */
.page-topbar .container {
  max-width: 1280px;
  margin: auto;
}

@media (max-width: 1200px) {
  /* line 30, app/assets/stylesheets/home/_header.scss */
  .page-topbar .container {
    max-width: 1000px;
  }
}

@media (max-width: 1000px) {
  /* line 30, app/assets/stylesheets/home/_header.scss */
  .page-topbar .container {
    max-width: 767px;
  }
}

@media (max-width: 767px) {
  /* line 30, app/assets/stylesheets/home/_header.scss */
  .page-topbar .container {
    max-width: initial;
  }
}

/* line 48, app/assets/stylesheets/home/_header.scss */
.page-header {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: white;
  padding: 0 0 60px;
  position: relative;
  z-index: 500;
}

/* line 57, app/assets/stylesheets/home/_header.scss */
.page-header .container {
  max-width: 1280px;
  margin: auto;
}

@media (max-width: 1200px) {
  /* line 57, app/assets/stylesheets/home/_header.scss */
  .page-header .container {
    max-width: 1000px;
  }
}

@media (max-width: 1000px) {
  /* line 57, app/assets/stylesheets/home/_header.scss */
  .page-header .container {
    max-width: 767px;
  }
}

@media (max-width: 767px) {
  /* line 57, app/assets/stylesheets/home/_header.scss */
  .page-header .container {
    max-width: initial;
  }
}

/* line 74, app/assets/stylesheets/home/_header.scss */
.page-header > div {
  width: 100%;
  z-index: 1;
  position: relative;
  padding-top: 74px;
}

/* line 81, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem 0;
}

/* line 88, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 93, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav > div > div {
  display: flex;
  align-items: center;
}

/* line 99, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav nav {
  flex: 1;
}

/* line 102, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}

/* line 110, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown-container {
  margin: 0 1.5rem;
  padding: 2rem 0;
  position: static;
}

@media screen and (max-width: 1200px) {
  /* line 110, app/assets/stylesheets/home/_header.scss */
  .page-header .header-nav .dropdown-container {
    margin: 0 1rem;
  }
}

/* line 119, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown-container span {
  cursor: pointer;
  padding: 0 0.5rem;
}

/* line 125, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown {
  cursor: initial;
  top: 8rem;
  left: auto;
  max-width: 470px;
  width: 100%;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.06), 0 0 2px 0 rgba(151, 157, 173, 0.22);
  margin-left: -208px;
}

/* line 134, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown:after {
  left: 50%;
}

/* line 138, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown ul {
  display: block;
  padding: 3rem;
}

/* line 143, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown a {
  display: inline-block;
  white-space: normal;
  padding: 0;
  transition: none;
}

/* line 151, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown li:not(:last-child) {
  margin-bottom: 3rem;
}

/* line 155, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown li a {
  display: flex;
  align-items: center;
}

/* line 161, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown li a:hover svg circle {
  fill: #515166;
}

/* line 164, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown li a:hover svg .hover-fill {
  fill: #515166;
}

/* line 167, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown li a:hover svg .hover-stroke {
  stroke: #515166;
}

/* line 171, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown li a:hover .page-name {
  color: #515166;
}

/* line 176, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown li svg {
  margin-right: 3rem;
  flex: 0 0 42px;
}

/* line 179, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown li svg circle, .page-header .header-nav .dropdown li svg path, .page-header .header-nav .dropdown li svg rect, .page-header .header-nav .dropdown li svg ellipse, .page-header .header-nav .dropdown li svg polyline {
  transition: all 120ms ease-in-out;
}

/* line 185, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown p {
  margin: 0;
}

/* line 188, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown p.page-name {
  color: #33A9FD;
  transition: color 120ms ease-in-out;
}

/* line 192, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown p.page-name + p {
  color: #858B9D;
  font-size: 1.4rem;
}

/* line 199, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown > div:last-child {
  background-color: #FBFBFD;
  font-size: 1.4rem;
  border-top: 1px solid rgba(151, 157, 173, 0.1);
  color: #515166;
  padding: 1.5rem 2rem;
}

/* line 206, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown > div:last-child a {
  color: #33A9FD;
}

/* line 211, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown--small {
  max-width: 270px;
  margin-left: -108px;
  padding: 3rem;
}

/* line 216, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown--small .separator-title {
  padding: 0;
  color: #403F53;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

/* line 225, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown--small ul {
  padding: 0;
}

/* line 228, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown--small ul + p {
  margin-top: 2.5rem;
}

/* line 232, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown--small ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 237, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown--small a {
  color: #33A9FD;
  transition: color 120ms ease-in-out;
}

/* line 241, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown--small a:hover {
  color: #515166;
}

/* line 247, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown.dropdown--big {
  max-width: 970px;
}

/* line 250, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown.dropdown--big:after {
  left: 24%;
}

/* line 254, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown.dropdown--big > div:first-child {
  display: flex;
  justify-content: space-between;
}

/* line 258, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown.dropdown--big > div:first-child ul {
  flex: 1;
}

/* line 262, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown.dropdown--big > div:first-child .contract-list-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* line 267, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown.dropdown--big > div:first-child .contract-list-links li {
  flex: 50%;
  border-color: #F5F5F7;
  border-style: solid;
  margin-bottom: 0;
  text-align: center;
}

/* line 274, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown.dropdown--big > div:first-child .contract-list-links li:nth-child(1) {
  border-width: 0 1px 1px 0;
}

/* line 277, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown.dropdown--big > div:first-child .contract-list-links li:nth-child(2) {
  border-width: 0 0 1px 1px;
}

/* line 280, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown.dropdown--big > div:first-child .contract-list-links li:nth-child(3) {
  border-width: 1px 1px 0 0;
}

/* line 283, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown.dropdown--big > div:first-child .contract-list-links li:nth-child(4) {
  border-width: 1px 0 0 1px;
}

/* line 287, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown.dropdown--big > div:first-child .contract-list-links li a {
  flex-direction: column;
  padding: 20px;
}

/* line 291, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .dropdown.dropdown--big > div:first-child .contract-list-links li a svg {
  margin-right: 0;
  margin-bottom: 6px;
}

/* line 302, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .ticker {
  position: relative;
}

/* line 305, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .ticker:after {
  content: attr(data-ticker);
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 10px;
  font-weight: 600;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 320, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .ticker-new:after {
  color: #36D693;
  background-color: rgba(54, 214, 147, 0.12);
}

/* line 325, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .ticker-soon:after {
  color: #979DAD;
  background-color: rgba(151, 157, 173, 0.12);
}

/* line 330, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .page-name.ticker:after {
  position: static;
  margin-left: 5px;
}

/* line 335, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .btn {
  font-family: "Source Sans Pro";
  box-shadow: none;
}

/* line 340, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .btn-login {
  background-color: transparent;
  margin-right: 2rem;
  transition: color 120ms ease-in-out;
}

/* line 345, app/assets/stylesheets/home/_header.scss */
.page-header .header-nav .btn-login:hover {
  color: #515166;
}

@media screen and (max-width: 800px) {
  /* line 81, app/assets/stylesheets/home/_header.scss */
  .page-header .header-nav {
    padding: 2rem;
  }
  /* line 353, app/assets/stylesheets/home/_header.scss */
  .page-header .header-nav .btn {
    display: none;
  }
}

/* line 359, app/assets/stylesheets/home/_header.scss */
.page-header.header--white:not(.fixed) {
  color: white;
}

/* line 362, app/assets/stylesheets/home/_header.scss */
.page-header.header--white:not(.fixed) .ticker-new:not(.page-name):after {
  color: white;
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 367, app/assets/stylesheets/home/_header.scss */
.page-header.header--white:not(.fixed) .btn-login {
  color: white;
}

/* line 371, app/assets/stylesheets/home/_header.scss */
.page-header.header--white:not(.fixed) .btn-primary {
  color: #33A9FD;
  background-color: white;
}

/* line 377, app/assets/stylesheets/home/_header.scss */
.page-header.header--white:not(.fixed) .logo polygon, .page-header.header--white:not(.fixed) .logo path, .page-header.header--white:not(.fixed) .logo g  {
  fill: white;
}

/* line 382, app/assets/stylesheets/home/_header.scss */
.page-header.header--white:not(.fixed) .btn-burger span {
  background: white;
}

/* line 389, app/assets/stylesheets/home/_header.scss */
.page-header.fixed .header-nav {
  color: #515166;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: white;
  z-index: 6;
}

/* line 400, app/assets/stylesheets/home/_header.scss */
.page-header .container {
  display: flex;
  justify-content: space-between;
}

/* line 405, app/assets/stylesheets/home/_header.scss */
.page-header .logo {
  margin-right: 5rem;
  min-width: 13rem;
}

@media (max-width: 1000px) {
  /* line 410, app/assets/stylesheets/home/_header.scss */
  .page-header nav {
    display: none;
  }
}

/* line 417, app/assets/stylesheets/home/_header.scss */
.page-header .content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 180px 20px;
  margin: auto;
  max-width: 1160px;
}

/* line 425, app/assets/stylesheets/home/_header.scss */
.page-header .content img {
  display: none;
  width: 240px;
  margin-bottom: 60px;
}

/* line 431, app/assets/stylesheets/home/_header.scss */
.page-header .content.show-cta {
  justify-content: space-between;
}

/* line 435, app/assets/stylesheets/home/_header.scss */
.page-header .content .btn-simulation, .page-header .content .btn-perfs {
  display: block;
}

/* line 439, app/assets/stylesheets/home/_header.scss */
.page-header .content .btn-perfs {
  margin-top: 20px;
}

/* line 444, app/assets/stylesheets/home/_header.scss */
.page-header .btn-account, .page-header .btn-login {
  background: white;
  color: #33A9FD;
}

/* line 449, app/assets/stylesheets/home/_header.scss */
.page-header .title-big {
  font-size: 4rem;
  font-family: "Raleway";
  font-weight: 600;
  line-height: 1.1;
}

/* line 456, app/assets/stylesheets/home/_header.scss */
.page-header .title-medium {
  font-size: 2.6rem;
}

/* line 460, app/assets/stylesheets/home/_header.scss */
.page-header .title-small {
  font-size: 1.8rem;
}

/* line 464, app/assets/stylesheets/home/_header.scss */
.page-header .curve-effect {
  height: 230px;
  width: 101%;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1200px;
  max-width: none;
}

/* line 475, app/assets/stylesheets/home/_header.scss */
.page-header .btn-burger {
  box-shadow: none;
  background: none;
  border-radius: 0;
  padding: 12px;
  text-align: center;
  position: relative;
  width: 50px;
  height: 48px;
  vertical-align: middle;
  margin-left: 20px;
  display: none;
}

/* line 488, app/assets/stylesheets/home/_header.scss */
.page-header .btn-burger span {
  height: 3px;
  background: #33A9FD;
  width: 24px;
  border-radius: 2px;
  display: block;
  transition: all 300ms ease-in-out;
}

/* line 496, app/assets/stylesheets/home/_header.scss */
.page-header .btn-burger span + span {
  margin-top: 6px;
}

/* line 501, app/assets/stylesheets/home/_header.scss */
.page-header .btn-burger:before {
  content: none !important;
}

/* line 506, app/assets/stylesheets/home/_header.scss */
.page-header .btn-burger:hover > span {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: btn-burger-animation;
          animation-name: btn-burger-animation;
  -webkit-animation-duration: 1200ms;
          animation-duration: 1200ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* line 512, app/assets/stylesheets/home/_header.scss */
.page-header .btn-burger:hover > span:nth-child(2) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

/* line 516, app/assets/stylesheets/home/_header.scss */
.page-header .btn-burger:hover > span:nth-child(3) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

@-webkit-keyframes btn-burger-animation {
  10% {
    transform: translateX(6px);
  }
  15% {
    transform: translateX(-8px);
  }
  30% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes btn-burger-animation {
  10% {
    transform: translateX(6px);
  }
  15% {
    transform: translateX(-8px);
  }
  30% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 533, app/assets/stylesheets/home/_header.scss */
.page-header .new {
  margin-bottom: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
}

/* line 542, app/assets/stylesheets/home/_header.scss */
.page-header .new span {
  display: inline-block;
  background-color: #36D693;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  padding: 3px 5px;
  margin-right: 5px;
}

@media screen and (max-width: 1000px) {
  /* line 555, app/assets/stylesheets/home/_header.scss */
  .page-header .title-big {
    font-size: 4rem;
  }
  /* line 558, app/assets/stylesheets/home/_header.scss */
  .page-header .title-big strong {
    background-position: bottom 3px left;
  }
  /* line 563, app/assets/stylesheets/home/_header.scss */
  .page-header .title-medium {
    font-size: 2.4rem;
  }
  /* line 567, app/assets/stylesheets/home/_header.scss */
  .page-header .btn-burger {
    display: inline-block;
  }
  /* line 572, app/assets/stylesheets/home/_header.scss */
  .page-header .content {
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
  }
  /* line 577, app/assets/stylesheets/home/_header.scss */
  .page-header .content img {
    display: inline-block;
  }
  /* line 581, app/assets/stylesheets/home/_header.scss */
  .page-header .content > div:first-child {
    text-align: center;
    margin-bottom: 60px;
    max-width: 100%;
  }
}

@media screen and (max-width: 840px) {
  /* line 590, app/assets/stylesheets/home/_header.scss */
  .page-header .btn-burger {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  /* line 596, app/assets/stylesheets/home/_header.scss */
  .page-header .title-big {
    font-size: 2.3rem;
  }
  /* line 600, app/assets/stylesheets/home/_header.scss */
  .page-header .title-medium {
    font-size: 2rem;
  }
  /* line 604, app/assets/stylesheets/home/_header.scss */
  .page-header .title-small {
    font-size: 1.6rem;
  }
  /* line 609, app/assets/stylesheets/home/_header.scss */
  .page-header .content > div:first-child, .page-header .content img {
    margin-bottom: 30px;
  }
  /* line 614, app/assets/stylesheets/home/_header.scss */
  .page-header .new {
    font-size: 13px;
  }
}

/* line 1, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 600;
  transform: translateY(-100%);
  transition: transform 0s 300ms;
  text-align: left;
  font-family: "Raleway";
}

/* line 13, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #11161c;
  transition: opacity 200ms ease-in-out;
  opacity: 0;
}

/* line 21, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu a {
  color: #33A9FD;
}

/* line 25, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu.open {
  transition: transform 0s;
  transform: translateY(0);
}

/* line 29, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu.open:before {
  transition: opacity 300ms ease-in-out;
  opacity: 0.5;
}

/* line 34, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu.open .header-menu-wrapper {
  transition: transform 0.3s 0.1s cubic-bezier(0, 0.7, 0.3, 1);
  transform: translateY(0);
}

/* line 38, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu.open .header-menu-wrapper:before {
  transition: transform .3s .1s linear;
  transform: skewX(-0.5deg) translateX(-3rem);
}

/* line 43, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu.open .header-menu-wrapper:after {
  transition: transform .4s .1s linear;
  transform: skewX(3.5deg);
}

/* line 51, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-wrapper {
  position: relative;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0, 0.7, 0.3, 1);
}

/* line 56, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-wrapper .cross {
  width: 24px;
  height: 24px;
  background: url(/assets/wesave/icons/icn-close-b814cc98e8ba597b75941ef40657e3c9fb25fceae26eb8fbf2498c7aef306703.svg) no-repeat center center;
  transition: all 300ms ease-in-out;
  position: absolute;
  cursor: pointer;
  top: 32px;
  right: 0;
  z-index: 1;
}

/* line 67, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-wrapper .cross:hover {
  transform: rotate(-90deg);
}

/* line 73, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-wrapper .header-menu-dropdown h3:after {
  content: '';
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/landingv3/arrow-down-3dec319079450cd56cfbe3d512ea99951b5eafd5a680fdac5fcf962592e83435.svg);
  width: 8px;
  height: 5px;
  background-color: transparent;
  background-repeat: no-repeat;
}

/* line 87, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-wrapper .header-menu-dropdown h3.active:after {
  transform: rotate(180deg);
}

/* line 92, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-wrapper ul {
  display: none;
}

/* line 95, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-wrapper ul li {
  padding: 6px 0;
  font-size: 1.4rem;
}

/* line 99, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-wrapper ul li.ticker-new:after {
  color: #36D693;
  background-color: rgba(54, 214, 147, 0.12);
  margin-left: 5px;
}

/* line 105, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-wrapper ul li a {
  text-decoration: none;
  transition: .3s all;
}

/* line 109, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-wrapper ul li a:hover {
  color: gray;
}

/* line 117, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-content {
  height: 100vh;
  padding: 60px 30px 12px;
  background-color: #F8FAFD;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  font-weight: 500;
  transform: skew(0deg);
}

/* line 128, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-content nav > div {
  margin-top: 2.5rem;
}

/* line 133, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-content h3 {
  font-size: 1.7rem;
  color: #515166;
  position: relative;
}

/* line 138, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-content h3 > a {
  color: #515166;
}

/* line 141, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-content h3 > a:hover {
  color: #33A9FD;
}

/* line 148, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-bottom {
  display: block;
}

/* line 151, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-bottom .header-menu-contact {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 157, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-bottom .header-menu-contact .phone, .header-menu-bottom .header-menu-contact .email {
  font-size: 1.3rem;
  font-weight: 600;
  color: #33A9FD;
  font-family: "Source Sans Pro";
  margin: 0 12px;
}

/* line 164, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-bottom .header-menu-contact .phone:before, .header-menu-bottom .header-menu-contact .email:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 8px;
}

/* line 175, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-bottom .header-menu-contact .phone:before {
  background-image: url(/assets/icons/icn-phone-blue-48071a1d4cea6902c5986ae874fb438bd0050b3f381947ef3410a70369b2878b.svg);
  height: 12px;
  width: 12px;
  vertical-align: middle;
}

/* line 184, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-bottom .header-menu-contact .email:before {
  background-image: url(/assets/icons/icn-mail-blue-4e34d82b6b3a5b11e0fffaedacf9bff23a835d49d5707e081f69cc304f536d54.svg);
  height: 10px;
  width: 12px;
  vertical-align: baseline;
}

/* line 193, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-bottom .header-menu-button {
  text-align: center;
  margin-top: 30px;
}

/* line 198, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-bottom .btn-login {
  color: #33A9FD;
}

/* line 202, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-bottom .btn-account {
  background: #33A9FD;
  color: white;
}

/* line 207, app/assets/stylesheets/home/../home/_menu.scss */
.header-menu-bottom .btn-sim {
  background: #33A9FD;
  margin-right: 30px;
  color: white;
}

@media screen and (min-height: 670px) and (max-height: 980px) and (min-width: 500px) {
  /* line 219, app/assets/stylesheets/home/../home/_menu.scss */
  .header-menu .product-pages, .header-menu .company-pages {
    display: inline-block;
    vertical-align: top;
  }
  /* line 224, app/assets/stylesheets/home/../home/_menu.scss */
  .header-menu .product-pages {
    margin-right: 60px;
  }
  /* line 228, app/assets/stylesheets/home/../home/_menu.scss */
  .header-menu .social-network {
    margin-top: 30px;
  }
  /* line 233, app/assets/stylesheets/home/../home/_menu.scss */
  .header-menu-content nav {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  /* line 240, app/assets/stylesheets/home/../home/_menu.scss */
  .header-menu-wrapper .cross {
    top: 35px;
  }
}

@media screen and (max-width: 440px) {
  /* line 248, app/assets/stylesheets/home/../home/_menu.scss */
  .header-menu-bottom .btn-sim {
    margin-right: 0;
  }
  /* line 253, app/assets/stylesheets/home/../home/_menu.scss */
  .header-menu-bottom .header-menu-contact div {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 370px) {
  /* line 261, app/assets/stylesheets/home/../home/_menu.scss */
  .header-menu-content {
    padding: 60px 12px 30px;
  }
  /* line 265, app/assets/stylesheets/home/../home/_menu.scss */
  .header-menu-top .btn-sim {
    margin-right: 12px;
  }
  /* line 269, app/assets/stylesheets/home/../home/_menu.scss */
  .header-menu .product-pages {
    margin-top: 20px;
  }
}

/* line 1, app/assets/stylesheets/home/_content.scss */
.page-content {
  font-size: 1.8rem;
  color: #5B6B7F;
}

/* line 5, app/assets/stylesheets/home/_content.scss */
.page-content h2 {
  font-size: 3.5rem;
  color: #33A9FD;
  font-family: "Raleway";
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

/* line 14, app/assets/stylesheets/home/_content.scss */
.page-content h2 span {
  font-weight: bold;
}

/* line 18, app/assets/stylesheets/home/_content.scss */
.page-content h2:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #33A9FD;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 28, app/assets/stylesheets/home/_content.scss */
.page-content h2.white {
  color: white;
}

/* line 31, app/assets/stylesheets/home/_content.scss */
.page-content h2.white:after {
  background-color: white;
}

/* line 36, app/assets/stylesheets/home/_content.scss */
.page-content h2.center {
  text-align: center;
}

/* line 39, app/assets/stylesheets/home/_content.scss */
.page-content h2.center:after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 500px) {
  /* line 47, app/assets/stylesheets/home/_content.scss */
  .page-content h2 {
    font-size: 3.1rem;
  }
}

/* line 53, app/assets/stylesheets/home/_content.scss */
.page-link {
  color: #33A9FD;
  font-family: "Raleway";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5rem;
}

/* line 60, app/assets/stylesheets/home/_content.scss */
.page-link:after {
  content: '';
  width: 6px;
  height: 10px;
  background-image: url(/assets/icons/icn-arrow-right-blue-aa30130e2673af64b756a03c3c6b6f051465527cddb298a2ca7c66bdc0505f21.svg);
  background-size: contain;
  display: inline-block;
  margin-left: 1rem;
}

/* line 71, app/assets/stylesheets/home/_content.scss */
.page-link:hover:after {
  -webkit-animation: page-link-animation 800ms infinite;
          animation: page-link-animation 800ms infinite;
}

/* line 76, app/assets/stylesheets/home/_content.scss */
.page-link.white {
  color: white;
}

/* line 79, app/assets/stylesheets/home/_content.scss */
.page-link.white:after {
  background-image: url(/assets/icons/icn-arrow-simple-white-db34d28b66b1cd189dfb3340fd4af312057e02bc75c025c86fa8f8fb567f320a.svg);
}

@-webkit-keyframes page-link-animation {
  80% {
    transform: translateX(0px);
  }
}

@keyframes page-link-animation {
  80% {
    transform: translateX(0px);
  }
}

/* line 1, app/assets/stylesheets/home/_footer.scss */
.page-footer {
  position: relative;
  font-size: 1.6rem;
  z-index: 1;
  margin-top: 13rem;
  padding-top: 27rem;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/home/_footer.scss */
  .page-footer {
    font-size: 1.8rem;
  }
}

/* line 12, app/assets/stylesheets/home/_footer.scss */
.page-footer:before {
  content: '';
  position: absolute;
  height: 22rem;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(/assets/landingv3/Circle-Pattern-44162699bb0f8d242d2bd14a2be1634356156a0b36af1b10a5b6368ccd5de5b6.svg);
  background-size: cover;
}

/* line 22, app/assets/stylesheets/home/_footer.scss */
.page-footer:after {
  content: '';
  position: absolute;
  height: 5rem;
  top: 22rem;
  width: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #f9fafe 0%, #f4f7fc 100%);
}

/* line 33, app/assets/stylesheets/home/_footer.scss */
.page-footer .content, .page-footer .bottom-bar {
  padding: 20px;
  background-color: #f9fafe;
}

/* line 37, app/assets/stylesheets/home/_footer.scss */
.page-footer .content > *, .page-footer .bottom-bar > * {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

/* line 47, app/assets/stylesheets/home/_footer.scss */
.page-footer .content {
  padding-bottom: 15rem;
}

/* line 50, app/assets/stylesheets/home/_footer.scss */
.page-footer .content > div {
  align-items: flex-start;
}

/* line 53, app/assets/stylesheets/home/_footer.scss */
.page-footer .content > div > div {
  flex: 1;
}

/* line 56, app/assets/stylesheets/home/_footer.scss */
.page-footer .content > div > div:first-child {
  margin-right: 10rem;
}

/* line 62, app/assets/stylesheets/home/_footer.scss */
.page-footer .content h3 {
  color: #515166;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: initial;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

/* line 73, app/assets/stylesheets/home/_footer.scss */
.page-footer .content ul {
  list-style: none;
  font-size: 1.4rem;
  line-height: initial;
  margin: 0;
  color: #979DAD;
  padding-right: 15px;
}

/* line 81, app/assets/stylesheets/home/_footer.scss */
.page-footer .content ul a {
  padding: 0.8rem 0.6rem;
  padding-left: 0;
  transition: all 100ms ease-in-out;
}

/* line 85, app/assets/stylesheets/home/_footer.scss */
.page-footer .content ul a:hover {
  color: #33A9FD;
}

/* line 88, app/assets/stylesheets/home/_footer.scss */
.page-footer .content ul a.ticker-new:after {
  color: #36D693;
  background-color: rgba(54, 214, 147, 0.12);
  margin-left: 0.5rem;
  text-align: center;
}

/* line 94, app/assets/stylesheets/home/_footer.scss */
.page-footer .content ul a.ticker-soon:after {
  color: #979DAD;
  background-color: rgba(151, 157, 173, 0.12);
  margin-left: 0.5rem;
  text-align: center;
}

/* line 103, app/assets/stylesheets/home/_footer.scss */
.page-footer .content .ticker {
  position: relative;
}

/* line 106, app/assets/stylesheets/home/_footer.scss */
.page-footer .content .ticker:after {
  content: attr(data-ticker);
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 10px;
  font-weight: 600;
}

/* line 118, app/assets/stylesheets/home/_footer.scss */
.page-footer .logo svg {
  width: 17rem;
  margin-bottom: 2.5rem;
}

/* line 124, app/assets/stylesheets/home/_footer.scss */
.page-footer .phone {
  margin-bottom: 0.6em;
}

/* line 127, app/assets/stylesheets/home/_footer.scss */
.page-footer .phone:before {
  background-image: url(/assets/landingv3/ic-phone-blue-96b68342af687514e16500ad4765fbec959a7548e724eb086c973ce71ebab51e.svg);
  height: 14px;
  width: 14px;
}

/* line 134, app/assets/stylesheets/home/_footer.scss */
.page-footer .mail {
  margin-bottom: 1.4em;
}

/* line 137, app/assets/stylesheets/home/_footer.scss */
.page-footer .mail:before {
  background-image: url(/assets/landingv3/ic-mail-blue-29e87e7b355fa9335b11beaeac6e5a3c4f52e09af85349c7aebe57bcc005a4a6.svg);
  height: 10px;
  width: 14px;
  vertical-align: middle;
}

/* line 145, app/assets/stylesheets/home/_footer.scss */
.page-footer .phone, .page-footer .mail {
  color: #33A9FD;
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
}

/* line 151, app/assets/stylesheets/home/_footer.scss */
.page-footer .phone:before, .page-footer .mail:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
}

/* line 161, app/assets/stylesheets/home/_footer.scss */
.page-footer .mail + p {
  margin: 0;
  font-size: 1.4rem;
  color: #979DAD;
}

/* line 167, app/assets/stylesheets/home/_footer.scss */
.page-footer .btn-rdv {
  color: #33A9FD;
  border-color: #33A9FD;
  font-size: 1.3rem;
  margin-top: 20px;
  padding: 12px 20px;
}

/* line 176, app/assets/stylesheets/home/_footer.scss */
.page-footer .bottom-bar > div {
  align-items: center;
}

/* line 180, app/assets/stylesheets/home/_footer.scss */
.page-footer .bottom-bar a {
  text-decoration: underline;
}

/* line 185, app/assets/stylesheets/home/_footer.scss */
.page-footer .social-networks {
  display: flex;
  min-width: 130px;
}

/* line 189, app/assets/stylesheets/home/_footer.scss */
.page-footer .social-networks li + li {
  margin-left: 6px;
}

/* line 193, app/assets/stylesheets/home/_footer.scss */
.page-footer .social-networks img {
  height: 17px;
}

/* line 197, app/assets/stylesheets/home/_footer.scss */
.page-footer .social-networks a {
  padding: 6px;
  transition: opacity 300ms ease-in-out;
}

/* line 201, app/assets/stylesheets/home/_footer.scss */
.page-footer .social-networks a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 860px) {
  /* line 207, app/assets/stylesheets/home/_footer.scss */
  .page-footer .social-networks > div {
    flex-wrap: wrap;
  }
  /* line 210, app/assets/stylesheets/home/_footer.scss */
  .page-footer .social-networks > div > div {
    flex: 1 0 30%;
    margin-bottom: 60px;
  }
  /* line 214, app/assets/stylesheets/home/_footer.scss */
  .page-footer .social-networks > div > div:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 620px) {
  /* line 222, app/assets/stylesheets/home/_footer.scss */
  .page-footer .social-networks > div > div {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  /* line 226, app/assets/stylesheets/home/_footer.scss */
  .page-footer .social-networks > div > div:first-child {
    flex: 1 0 100%;
    margin-right: 0;
    text-align: center;
  }
}

/* line 235, app/assets/stylesheets/home/_footer.scss */
.page-footer .copyright {
  color: #5B6B7F;
  font-size: 1.5rem;
  padding: 0 30px;
}

/* line 241, app/assets/stylesheets/home/_footer.scss */
.page-footer .digicert {
  min-width: 80px;
}

@media screen and (max-width: 620px) {
  /* line 246, app/assets/stylesheets/home/_footer.scss */
  .page-footer .bottom-bar > div {
    flex-wrap: wrap;
  }
  /* line 250, app/assets/stylesheets/home/_footer.scss */
  .page-footer .copyright {
    order: 3;
    width: 100%;
    padding: 20px 0 0;
  }
}

/* line 1, app/assets/stylesheets/home/common/_buttons.scss */
.btn-perfs, .btn-simulation, .btn-rdv {
  position: relative;
  font-size: 1.8rem;
  border-radius: 6px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  max-width: 310px;
  padding: 12px 30px;
}

/* line 11, app/assets/stylesheets/home/common/_buttons.scss */
.btn-perfs:after, .btn-simulation:after, .btn-rdv:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 18px;
  height: 13px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 24, app/assets/stylesheets/home/common/_buttons.scss */
.btn-simulation {
  background: white;
  color: #33A9FD;
  border-color: white;
}

/* line 30, app/assets/stylesheets/home/common/_buttons.scss */
.btn-perfs {
  background: transparent;
  color: white;
}

/* line 35, app/assets/stylesheets/home/common/_buttons.scss */
.btn-rdv {
  background: transparent;
  color: white;
  border: 1px solid white;
}

/* line 3, app/assets/stylesheets/home/common/_form.scss */
.text-box {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 25px;
  margin-top: 5px;
  line-height: 1;
}

/* line 11, app/assets/stylesheets/home/common/_form.scss */
.text-box input {
  background: white;
  width: 100%;
  font-size: 16px;
  padding: 0 16px;
  margin: 0 0 12px 0;
  border: 2px solid #A9BBCB;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  color: #2E3946;
  font-family: inherit;
  border-radius: 1px;
}

/* line 26, app/assets/stylesheets/home/common/_form.scss */
.text-box > label {
  position: absolute;
  left: 18px;
  transition: all .2s ease-out;
  top: 43px;
  color: #5B6B7F;
  font-size: 16px;
  cursor: text;
}

/* line 36, app/assets/stylesheets/home/common/_form.scss */
.text-box > input:focus {
  border-color: #33A9FD;
}

/* line 39, app/assets/stylesheets/home/common/_form.scss */
.text-box > input:focus + label {
  color: #33A9FD;
}

/* line 46, app/assets/stylesheets/home/common/_form.scss */
.text-box > input:focus + label, .text-box > input.filled + label {
  font-weight: normal;
  top: 3px;
  cursor: default;
}

/* line 54, app/assets/stylesheets/home/common/_form.scss */
.text-box.error > input, .text-box.error > input:focus {
  border-color: #e6808d;
}

/* line 57, app/assets/stylesheets/home/common/_form.scss */
.text-box.error > input + label, .text-box.error > input:focus + label {
  color: #e6808d;
}

/* line 64, app/assets/stylesheets/home/common/_form.scss */
.error-message, .success-message {
  padding: 9px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  line-height: 1.2;
  font-weight: 600;
}

/* line 74, app/assets/stylesheets/home/common/_form.scss */
.error-message {
  background: #e6808d;
  color: white;
  font-size: 1.4rem;
  text-align: center;
}

/* line 81, app/assets/stylesheets/home/common/_form.scss */
.success-message {
  display: none;
  color: #36D693;
  font-size: 1.6rem;
  text-align: left;
}

/* line 90, app/assets/stylesheets/home/common/_form.scss */
input[type=radio], input[type=checkbox] {
  display: none;
}

/* line 94, app/assets/stylesheets/home/common/_form.scss */
.radio-box, .check-box {
  display: inline-block;
}

/* line 97, app/assets/stylesheets/home/common/_form.scss */
.radio-box input, .check-box input {
  display: none;
}

/* line 101, app/assets/stylesheets/home/common/_form.scss */
.radio-box label, .check-box label {
  background-color: #F6F9FC;
  text-align: center;
  font-weight: 600;
  padding: 14px 16px;
}

/* line 108, app/assets/stylesheets/home/common/_form.scss */
.radio-box input:checked + label, .check-box input:checked + label {
  background-color: #33A9FD;
  color: white;
}

/* line 116, app/assets/stylesheets/home/common/_form.scss */
.select-box {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 25px;
  margin-top: 5px;
  line-height: 1;
}

/* line 124, app/assets/stylesheets/home/common/_form.scss */
.select-box:before {
  content: '';
  background-image: url(/assets/icons/icn-arrow-bottom-grey-1f85365c7aed9125f93d85a3ded0b4736c38c91048594045f52391c152594f9e.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  position: absolute;
  right: 3px;
  top: 48px;
  transition: all 300ms ease-in-out;
}

/* line 136, app/assets/stylesheets/home/common/_form.scss */
.select-box select {
  background: white;
  width: 100%;
  font-size: 16px;
  padding: 0px 24px 0 16px;
  margin: 0 0 12px 0;
  border: 2px solid #A9BBCB;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  color: #2E3946;
  font-family: inherit;
  border-radius: 1px;
}

/* line 151, app/assets/stylesheets/home/common/_form.scss */
.select-box > label {
  position: absolute;
  left: 18px;
  transition: all .2s ease-out;
  top: 43px;
  color: #5B6B7F;
  font-size: 16px;
  cursor: text;
}

/* line 161, app/assets/stylesheets/home/common/_form.scss */
.select-box > select:focus {
  border-color: #33A9FD;
}

/* line 164, app/assets/stylesheets/home/common/_form.scss */
.select-box > select:focus + label {
  color: #33A9FD;
}

/* line 171, app/assets/stylesheets/home/common/_form.scss */
.select-box > select:focus + label, .select-box > select.filled + label {
  font-weight: normal;
  top: 3px;
  cursor: default;
}

/* line 180, app/assets/stylesheets/home/common/_form.scss */
.select-box.error > select, .select-box.error > select:focus {
  border-color: #e6808d;
}

/* line 183, app/assets/stylesheets/home/common/_form.scss */
.select-box.error > select + label, .select-box.error > select:focus + label {
  color: #e6808d;
}

/* line 2, app/assets/stylesheets/home/_simple_page.scss */
.page-header {
  background-image: linear-gradient(47deg, #00cafd, #0090fc);
}

/* line 5, app/assets/stylesheets/home/_simple_page.scss */
.page-header h1 {
  font-size: 5rem;
  max-width: 600px;
}

/* line 10, app/assets/stylesheets/home/_simple_page.scss */
.page-header .content {
  justify-content: center;
  padding: 30px 20px;
}

/* line 14, app/assets/stylesheets/home/_simple_page.scss */
.page-header .content img {
  display: inline-block;
}

/* line 22, app/assets/stylesheets/home/_simple_page.scss */
.page-content section .content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* line 29, app/assets/stylesheets/home/_simple_page.scss */
.page-content section h3 {
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/home/blocs/_help.scss */
.bloc-help {
  background-color: #F6F9FC;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  max-width: 800px;
  margin: 30px auto 90px;
}

/* line 10, app/assets/stylesheets/home/blocs/_help.scss */
.bloc-help .phone, .bloc-help .mail {
  font-weight: 600;
}

/* line 13, app/assets/stylesheets/home/blocs/_help.scss */
.bloc-help .phone:before, .bloc-help .mail:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}

/* line 24, app/assets/stylesheets/home/blocs/_help.scss */
.bloc-help .phone:before {
  background-image: url(/assets/icons/icn-phone-blue-48071a1d4cea6902c5986ae874fb438bd0050b3f381947ef3410a70369b2878b.svg);
  height: 19px;
  width: 18px;
}

/* line 30, app/assets/stylesheets/home/blocs/_help.scss */
.bloc-help .mail:before {
  background-image: url(/assets/icons/icn-mail-blue-4e34d82b6b3a5b11e0fffaedacf9bff23a835d49d5707e081f69cc304f536d54.svg);
  height: 14px;
  width: 24px;
}

@media screen and (max-width: 860px) {
  /* line 1, app/assets/stylesheets/home/blocs/_help.scss */
  .bloc-help {
    flex-wrap: wrap;
  }
  /* line 39, app/assets/stylesheets/home/blocs/_help.scss */
  .bloc-help > div:first-child {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  /* line 46, app/assets/stylesheets/home/blocs/_help.scss */
  .bloc-help .phone {
    width: 100%;
    padding-bottom: 20px;
  }
}

/* line 3, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form {
  padding-top: 90px;
}

/* line 6, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .text-center {
  text-align: center;
}

/* line 10, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form h2 {
  padding: 20px;
}

/* line 14, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .form-container {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

/* line 19, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .form-container > * {
  flex-basis: 50%;
}

/* line 22, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .form-container > *:first-child {
  margin-right: 30px;
}

/* line 25, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .form-container > *:last-child {
  margin-left: 30px;
}

/* line 31, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .form-container form a {
  text-decoration: underline;
  font-size: 1.6rem;
  padding-left: 1.6rem;
  margin-bottom: 12px;
}

/* line 38, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .form-container form .btn-primary {
  width: 100%;
  margin: 20px 0 12px;
}

/* line 42, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .form-container form .btn-primary + a {
  color: #33A9FD;
}

/* line 49, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .promo {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F6F9FC;
  /* Temporary content for primes removal */
  background-image: url(/assets/illustrations/sidebar-signin-bg-492814c17e67a87a33083b307754b61d698d147ee9ba95a207706664cf113b62.jpg);
  border-radius: 5px;
}

/* line 65, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .promo > div:first-child > strong {
  color: #36D693;
  font-family: "Raleway";
  font-size: 2.7rem;
}

/* line 72, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .promo h3 {
  font-family: "Raleway";
  font-size: 2.7rem;
  margin-top: 20px;
}

/* line 78, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .promo p {
  font-size: 1.6rem;
  font-style: italic;
  color: #A9BBCB;
  font-weight: 400;
  margin-top: 60px;
}

/* line 85, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .promo p strong {
  font-style: normal;
}

/* line 89, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .promo p a {
  text-decoration: underline;
}

@media screen and (max-width: 860px) {
  /* line 98, app/assets/stylesheets/home/blocs/_auth_form.scss */
  .bloc-auth-form .form-container {
    flex-direction: column;
    padding-top: 0;
  }
  /* line 103, app/assets/stylesheets/home/blocs/_auth_form.scss */
  .bloc-auth-form .form-container > *:first-child, .bloc-auth-form .form-container > *:last-child {
    margin: 0;
    flex: 1;
  }
  /* line 108, app/assets/stylesheets/home/blocs/_auth_form.scss */
  .bloc-auth-form .form-container > *:first-child {
    order: 2;
  }
  /* line 113, app/assets/stylesheets/home/blocs/_auth_form.scss */
  .bloc-auth-form .form-container form {
    padding: 20px 20px 60px;
    max-width: 400px;
    margin: auto;
    width: 100%;
  }
}

/* line 123, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .link-epargne-immo .btn-primary {
  width: 100%;
  text-align: center;
}

/* line 128, app/assets/stylesheets/home/blocs/_auth_form.scss */
.bloc-auth-form .link-epargne-immo .btn-epargne {
  background: #64d064;
  margin-bottom: 16px;
}
