@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
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.
 */
/* line 290, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, /home/igor/www/public/app/bower_components/foundation/scss/normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: "goodwall-new-ico";
  src: url("../spa/src/styles/fonts/goodwall/goodwall-web-20210218.woff2") format("woff2"), url("../spa/src/styles/fonts/goodwall/goodwall-web-20210218.woff") format("woff"), url("../spa/src/styles/fonts/goodwall/goodwall-web-20210218.eot"), url("../spa/src/styles/fonts/goodwall/goodwall-web-20210218.ttf") format("truetype"), url("../spa/src/styles/fonts/goodwall/goodwall-web-20210218.svg#goodwall") format("svg"), url("../spa/src/styles/fonts/goodwall/goodwall-web-20210218.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova-bold";
  src: url("../spa/src/styles/fonts/proxima-nova/388EB8_1_0.eot");
  src: url("../spa/src/styles/fonts/proxima-nova/388EB8_1_0.woff2") format("woff2"), url("../spa/src/styles/fonts/proxima-nova/388EB8_1_0.woff") format("woff"), url("../spa/src/styles/fonts/proxima-nova/388EB8_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "proxima-nova-extrabold";
  src: url("../spa/src/styles/fonts/proxima-nova/388EB8_2_0.eot");
  src: url("../spa/src/styles/fonts/proxima-nova/388EB8_2_0.woff2") format("woff2"), url("../spa/src/styles/fonts/proxima-nova/388EB8_2_0.woff") format("woff"), url("../spa/src/styles/fonts/proxima-nova/388EB8_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "proxima-nova-regular";
  src: url("../spa/src/styles/fonts/proxima-nova/388EB8_5_0.eot");
  src: url("../spa/src/styles/fonts/proxima-nova/388EB8_5_0.woff2") format("woff2"), url("../spa/src/styles/fonts/proxima-nova/388EB8_5_0.woff") format("woff"), url("../spa/src/styles/fonts/proxima-nova/388EB8_5_0.ttf") format("truetype");
}
/* ===========================
   Settings (globals)
   =========================== */
/* ===========================
   Mixins
   =========================== */
/*
* Calculates viewport-based size based on target font size
* @param {Number}   $targetFontSize  - Viewport-based size
*/
/*
* Viewport sized typography with minimum and maximum values
*
* @author Eduardo Boucas (@eduardoboucas)
*
* @param {Number}   $min         - Minimum font size (px)
* @param {Number}   $max         - Maximum font size (px)
*                                  (optional)
* @param {Number}   $fallback    - Fallback for viewport-
*                                  based units (optional)
*
* @example scss - 5vw font size (with 50px fallback), 
*                 minumum of 35px and maximum of 150px
*  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/*
* Generate aspect ration box
*/
/*
* Color the background of a specific element within parent
* @param {String}   $classname - classname of the element to update background
*/
/* line 1, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.body-text, .small-body-text, .card-block-title, .card-block-subtitle {
  font-family: "proxima-nova-regular";
}

/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.body-text {
  font-size: 1.36719vw;
  color: #999999;
}
@media (max-width: 1024px) {
  /* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
  .body-text {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  /* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
  .body-text {
    font-size: 14px;
  }
}

/* line 11, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.small-body-text {
  font-size: 1.17188vw;
  color: #999999;
}
@media (max-width: 1024px) {
  /* line 11, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
  .small-body-text {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  /* line 11, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
  .small-body-text {
    font-size: 12px;
  }
}

/* line 17, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.card-block-title {
  font-size: 1.75781vw;
  color: #999999;
  text-transform: uppercase;
  text-align: center;
  margin-top: rem-calc(9);
  margin-bottom: rem-calc(9);
}
@media (max-width: 910.22222px) {
  /* line 17, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
  .card-block-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  /* line 17, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
  .card-block-title {
    font-size: 18px;
  }
}
/* line 27, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.card-block-title.big {
  font-size: 2.34375vw;
}
@media (max-width: 938.66667px) {
  /* line 27, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
  .card-block-title.big {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  /* line 27, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
  .card-block-title.big {
    font-size: 24px;
  }
}

/* line 32, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.card-block-subtitle {
  font-size: 1.5625vw;
  color: #999999;
  text-align: center;
}
@media (max-width: 1024px) {
  /* line 32, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
  .card-block-subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  /* line 32, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
  .card-block-subtitle {
    font-size: 16px;
  }
}

/* line 45, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.light {
  font-family: "proxima-nova-regular";
}

/* line 49, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.bold {
  font-family: "proxima-nova-bold";
}

/* line 53, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.semi-bold {
  font-family: "proxima-nova-bold";
}

/* line 57, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.extra-bold {
  font-family: "proxima-nova-bold";
}

/* line 61, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.italic {
  font-style: italic;
}

/* line 66, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.lead-text-title {
  font-family: "proxima-nova-bold";
  font-size: 24px;
  line-height: 32px;
  color: #51596B;
}

/* line 78, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
.lead-text-subtitle {
  font-family: "proxima-nova-regular";
  font-size: 24px;
  line-height: 32px;
  color: #51596B;
}

/* line 90, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
ul.lead-text-list li {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}

/* line 98, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
ul.lead-text-list {
  padding-top: 15px;
  padding-left: 25px;
}
/* line 103, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_typography.scss */
ul.lead-text-list li {
  list-style: disc;
}

@-moz-keyframes fadeOut {
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 10, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_animations.scss */
.fadeout {
  -moz-animation: fadeOut 0.5s;
  -webkit-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 24, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_animations.scss */
.fadein {
  -moz-animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  70% {
    -moz-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -webkit-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  70% {
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-moz-keyframes swing {
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: rotate3d(0, 0, 1, 2deg);
    transform: rotate3d(0, 0, 1, 2deg);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: rotate3d(0, 0, 1, -2deg);
    transform: rotate3d(0, 0, 1, -2deg);
  }
  100% {
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing {
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: rotate3d(0, 0, 1, 2deg);
    transform: rotate3d(0, 0, 1, 2deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
    transform: rotate3d(0, 0, 1, -2deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: rotate3d(0, 0, 1, 2deg);
    -ms-transform: rotate3d(0, 0, 1, 2deg);
    -webkit-transform: rotate3d(0, 0, 1, 2deg);
    transform: rotate3d(0, 0, 1, 2deg);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: rotate3d(0, 0, 1, -2deg);
    -ms-transform: rotate3d(0, 0, 1, -2deg);
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
    transform: rotate3d(0, 0, 1, -2deg);
  }
  100% {
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-moz-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* 24em = 384px */
/* min-width 0px and max-width $xsmall-breakpoint, use when QAing tablet-only issues */
/* min-width 0px and max-width 640px, use when QAing tablet-only issues */
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
/* min-width 1921px, xxlarge screens */
/* line 123, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_foundation-settings.scss */
meta.foundation-mq-xsmall {
  font-family: "/only screen and (max-width: 24em)/";
  width: 24em;
}

/* line 347, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.4.7/";
}

/* line 351, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 356, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 361, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 366, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 371, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 376, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 383, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 386, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 392, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 396, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #999999;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova-regular", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 409, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 412, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 414, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 418, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 425, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 426, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 173, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 430, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 436, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 442, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 445, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 455, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 458, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 218, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80rem;
}
/* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 173, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 222, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 225, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 228, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 173, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 229, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 173, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 233, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 236, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 237, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 188, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 191, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 199, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 205, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 210, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 188, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 191, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 199, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 205, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 210, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 250, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 250, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 250, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 250, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 250, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 250, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 250, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 250, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 250, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 250, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 250, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 250, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 188, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 191, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 199, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 205, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 210, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 258, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 261, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 258, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 261, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 258, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 261, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 258, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 261, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 258, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 261, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 258, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 261, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 258, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 261, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 258, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 261, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 258, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 261, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 258, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 261, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 258, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 261, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 258, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 261, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-1 {
    width: 8.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-2 {
    width: 16.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-3 {
    width: 25%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-4 {
    width: 33.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-5 {
    width: 41.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-6 {
    width: 50%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-7 {
    width: 58.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-8 {
    width: 66.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-9 {
    width: 75%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-10 {
    width: 83.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-11 {
    width: 91.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-12 {
    width: 100%;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 188, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 191, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 199, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }

  /* line 205, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }

  /* line 210, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-1 {
    width: 8.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-2 {
    width: 16.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-3 {
    width: 25%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-4 {
    width: 33.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-5 {
    width: 41.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-6 {
    width: 50%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-7 {
    width: 58.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-8 {
    width: 66.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-9 {
    width: 75%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-10 {
    width: 83.33333%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-11 {
    width: 91.66667%;
  }

  /* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-12 {
    width: 100%;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 188, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 191, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 199, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }

  /* line 205, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }

  /* line 210, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
}
/* line 347, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.4.7/";
}

/* line 351, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 356, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 361, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 366, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 371, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 376, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 383, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 386, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 392, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 396, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #999999;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova-regular", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 409, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 412, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 414, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 418, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 425, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 426, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 173, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 430, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 436, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 442, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 445, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 455, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 458, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* small displays */
@media only screen {
  /* line 244, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  /* line 244, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  /* line 244, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 244, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  /* line 244, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  /* line 271, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 285, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 296, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 314, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 321, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  /* line 325, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 344, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 351, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  /* line 355, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 374, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 381, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 382, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  /* line 396, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 397, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 399, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 400, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 401, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 402, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 403, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 404, /home/igor/www/public/app/bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
/* ===========================
   Helpers
   =========================== */
/* line 6, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.disapear {
  z-index: -1;
  opacity: 0;
}

/* line 12, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.no-padding {
  padding: 0;
}

/* line 13, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.no-margin {
  margin: 0;
}

/* line 24, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.fixed, [data-region="navigation-bar"].navigation-fixed {
  position: fixed;
}

/* line 25, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.content-table {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 30, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.content-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* line 37, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.center-container {
  text-align: center;
  /* The ghost, nudged to maintain perfect centering */
}
/* line 40, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.center-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/* The element to be centered, can
   also be of any width and height */
/* line 51, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

/* line 58, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 65, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.no-text-truncate {
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
}

/* line 73, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.text-left {
  text-align: left !important;
}

/* line 74, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.text-right {
  text-align: right !important;
}

/* line 75, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.text-center {
  text-align: center !important;
}

/* line 76, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.text-justify {
  text-align: justify !important;
}

/* line 79, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
button, .button, .button-secondary, .button-secondary.landing-purple, .button-secondary.white, .button-secondary.grey, .button-secondary.orange, .button-secondary.purple, .button-secondary.green, .button-secondary.red, .button-secondary.blue, .button-secondary.space-grey, .button-secondary.main-heading-gray, .button-secondary-b, .button-action.white, .button-action.grey, .button-action.orange, .button-action.purple, .button-action.green, .button-action.red, .button-action.blue, .multiple-actions, .main-landing-v2 .about-pages-content-ctn button, .main-landing-v2 .about-pages-content-ctn .button.orange, .multiple-actions > span {
  -moz-transition: box-shadow 0.2s linear, border 0.2s linear, background 0.2s linear, color 0.2s linear, font 0.2s linear;
  -o-transition: box-shadow 0.2s linear, border 0.2s linear, background 0.2s linear, color 0.2s linear, font 0.2s linear;
  -webkit-transition: box-shadow 0.2s linear, border 0.2s linear, background 0.2s linear, color 0.2s linear, font 0.2s linear;
  transition: box-shadow 0.2s linear, border 0.2s linear, background 0.2s linear, color 0.2s linear, font 0.2s linear;
}

/* line 93, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.default-min-width, .default-max-width {
  min-width: 44.625rem;
}

/* line 109, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.default-padding {
  padding: 6px;
}
@media only screen and (min-width: 40.063em) {
  /* line 109, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
  .default-padding {
    padding: 15px;
  }
}

/* line 130, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.sweet-overlay, .overlay-modal {
  background: rgba(81, 89, 107, 0.5);
}

/* line 136, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.outer-scroll {
  overflow: hidden;
}

/* line 139, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.inner-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}
/* line 142, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.inner-scroll.horizontal {
  margin-bottom: -1rem;
  overflow-y: scroll;
}
/* line 146, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/settings/_helpers.scss */
.inner-scroll.vertical {
  margin-right: -1rem;
  overflow-x: scroll;
}

/* line 1, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.dropdown.scss */
[data-dropdown] {
  width: 100%;
}

/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.dropdown.scss */
[data-dropdown-content] {
  text-align: center;
}
/* line 8, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.dropdown.scss */
[data-dropdown-content] li {
  line-height: 2.875rem;
}

/* line 13, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.dropdown.scss */
.f-dropdown {
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  border: 0;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  width: 15.625rem;
  max-width: 12.5rem;
}
/* line 25, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.dropdown.scss */
.f-dropdown.small {
  width: 9.375rem;
}
/* line 29, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.dropdown.scss */
.f-dropdown .separator {
  width: 100%;
  border-top: solid 1px #cccccc;
}
/* line 34, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.dropdown.scss */
.f-dropdown li {
  border-bottom: 1px solid #dfdfdf;
}
/* line 36, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  color: #f5f1fc;
}
/* line 40, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.dropdown.scss */
.f-dropdown li a {
  color: #8f5edd;
  text-align: center !important;
  width: 100% !important;
}
/* line 48, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.dropdown.scss */
.f-dropdown.new-style li {
  border-bottom: 1px solid #EBEBEB;
}
/* line 51, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.dropdown.scss */
.f-dropdown.new-style li a {
  color: #333333;
  font-size: 14px;
  line-height: 19px;
}

/* line 1, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.progress-bars.scss */
.progress {
  height: inherit;
  border: none;
  padding: 0;
  margin: 0;
  background-color: #e0e0e0;
}
/* line 8, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.progress-bars.scss */
.progress .meter {
  width: 0;
  background-color: #96C651;
  -moz-transition: width 0.4s ease-out;
  -o-transition: width 0.4s ease-out;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}

/* line 4, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.scss */
.column, .columns {
  min-height: 1px;
}

/* line 8, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/foundation/_foundation.scss */
.row.full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

/* ===========================
   Slick vendor overrides
   =========================== */
/* line 18, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-list {
  margin-left: 0;
  margin-right: 0;
}

/* line 23, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-track {
  padding-bottom: 15px;
  margin: auto;
}
/* line 27, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-track.include-slide-dots {
  margin-bottom: 40px;
}

/* line 32, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-slide {
  height: auto;
  position: relative;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

/* line 41, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-next, .slick-prev {
  margin-top: 0;
  position: absolute;
  color: transparent;
  background: transparent;
  width: 0.6875rem;
  height: 1.3125rem;
  top: 50%;
  padding: 0;
  z-index: 1;
  -moz-transform: translateZ(0) !important;
  -ms-transform: translateZ(0) !important;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}
/* line 53, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  background: transparent;
}
/* line 59, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-next:before, .slick-prev:before {
  color: #999999;
  font-size: 0.9375rem;
  font-family: "goodwall-ico";
}

/* line 66, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-prev {
  left: 1.5625rem;
}
/* line 68, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-prev:before {
  content: "\e657";
}

/* line 73, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-next {
  right: 1.5625rem;
}
/* line 75, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-next:before {
  content: "\e662";
}

/* line 80, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-initialized {
  display: block !important;
}

/* line 84, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-dots {
  position: absolute;
  bottom: -46px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  /* line 84, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
  .slick-dots {
    bottom: -64px;
  }
}
/* line 98, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
/* line 107, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 120, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 123, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 128, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 36px;
  line-height: 20px;
  text-align: center;
  color: #444444;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 146, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/_slick.vendor.scss */
.slick-dots li.slick-active button:before {
  color: #444444;
  opacity: 1;
}

/* line 3, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/default/_slick.default.layout.scss */
.default-responsive-card-slick .slick-next, .default-responsive-card-slick .slick-prev {
  top: 44.8%;
}
/* line 8, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/default/_slick.default.layout.scss */
.slick-with-fixed-height.default-responsive-card-slick .slick-next, .slick-with-fixed-height.default-responsive-card-slick .slick-prev {
  top: 8rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 8, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/default/_slick.default.layout.scss */
  .slick-with-fixed-height.default-responsive-card-slick .slick-next, .slick-with-fixed-height.default-responsive-card-slick .slick-prev {
    top: 12.0625rem;
  }
}
/* line 17, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/default/_slick.default.layout.scss */
.default-responsive-card-slick .slick-prev {
  left: 7%;
}
/* line 21, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/default/_slick.default.layout.scss */
.default-responsive-card-slick .slick-next {
  right: 7%;
}

/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/default/_slick.default.theme.scss */
.default-responsive-card-slick .slick-next:before, .default-responsive-card-slick .slick-prev:before {
  font-size: 1.125rem;
  color: #ffffff;
  font-family: "goodwall-ico";
}
@media only screen and (min-width: 64.063em) {
  /* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/default/_slick.default.theme.scss */
  .default-responsive-card-slick .slick-next:before, .default-responsive-card-slick .slick-prev:before {
    font-size: 1.5rem;
    opacity: 1;
  }
}
/* line 18, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/default/_slick.default.theme.scss */
.default-responsive-card-slick .slick-prev:before {
  content: "\e657";
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
}
/* line 25, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/default/_slick.default.theme.scss */
.default-responsive-card-slick .slick-next:before {
  content: "\e662";
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.layout.scss */
.default-responsive-card-slick .responsive-card-slick-controls-ctn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  margin-right: 1.3125rem;
  margin-left: 1.3125rem;
  margin-top: 0.375rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.layout.scss */
  .default-responsive-card-slick .responsive-card-slick-controls-ctn {
    margin-right: 1.875rem;
    margin-left: 1.875rem;
    margin-top: 0.9375rem;
  }
}
/* line 22, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.layout.scss */
.default-responsive-card-slick .responsive-card-slick-controls-ctn .responsive-card-slick-controls-height-manager {
  padding-top: 100%;
}
@media only screen and (min-width: 40.063em) {
  /* line 22, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.layout.scss */
  .default-responsive-card-slick .responsive-card-slick-controls-ctn .responsive-card-slick-controls-height-manager {
    padding-top: 60%;
  }
}
/* line 33, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.layout.scss */
.opportunities-header-slick.default-responsive-card-slick .responsive-card-slick-controls-ctn {
  margin-top: 3.625rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 33, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.layout.scss */
  .opportunities-header-slick.default-responsive-card-slick .responsive-card-slick-controls-ctn {
    margin-top: 4.1875rem;
  }
}
/* line 42, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.layout.scss */
.default-responsive-card-slick .responsive-card-slick-controls {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
/* line 49, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.layout.scss */
.default-responsive-card-slick .responsive-card-slick-controls .slick-prev, .default-responsive-card-slick .responsive-card-slick-controls .slick-next {
  top: 0;
  height: 100%;
  width: 10%;
  pointer-events: initial;
  border-radius: 0;
}
/* line 57, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.layout.scss */
.default-responsive-card-slick .responsive-card-slick-controls .slick-prev {
  left: 0;
}
/* line 60, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.layout.scss */
.default-responsive-card-slick .responsive-card-slick-controls .slick-prev:before {
  right: 0;
  left: 0;
  position: absolute;
}
/* line 67, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.layout.scss */
.default-responsive-card-slick .responsive-card-slick-controls .slick-next {
  right: 0;
}
/* line 70, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.layout.scss */
.default-responsive-card-slick .responsive-card-slick-controls .slick-next:before {
  right: 0;
  left: 0;
  position: absolute;
}

/* line 1, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/slick/responsive-card-slick/_responsive-card-slick.default.theme.scss */
.default-responsive-card-slick {
  cursor: initial;
}

/* ===========================
   Sweet Alert
   =========================== */
/* line 9, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert {
  padding: 0.375rem;
}
/* line 12, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert.rewardAlert {
  margin-top: -13.25rem !important;
}
@media only screen and (max-width: 40em) {
  /* line 15, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
  .sweet-alert.rewardAlert h2 {
    font-size: 0.875rem;
  }
  /* line 16, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
  .sweet-alert.rewardAlert p {
    font-size: 0.75rem;
  }
}
/* line 19, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert.rewardAlert .icon-environment {
  color: #F7AC6D;
  margin-bottom: 0.9375rem;
  display: block;
}
/* line 23, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert.rewardAlert .icon-environment:before {
  font-size: 4.6875rem;
}
/* line 30, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert.wrongCredentials {
  text-align: left;
}
@media only screen and (min-width: 40.063em) {
  /* line 9, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
  .sweet-alert {
    padding: 1rem;
  }
}
/* line 38, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert button {
  border-radius: 0.5rem !important;
  color: #181818 !important;
  font-family: "proxima-nova-bold" !important;
  background: #7EFB98 !important;
  text-transform: none !important;
}
/* line 46, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert h2 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 46, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
  .sweet-alert h2 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
/* line 56, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert .sa-icon, .sweet-alert h2 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
/* line 62, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert fieldset {
  padding: 0;
  margin: 0;
  margin-top: 0.9375rem;
}
/* line 68, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert .sa-button-container > button {
  margin: 0 0 0.625rem 0;
  min-width: 130px;
}
/* line 73, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert.show-input input {
  display: block !important;
}
/* line 77, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert input {
  display: none !important;
}
/* line 81, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert .sa-input-error {
  top: 0.6875rem;
  right: 0;
}
/* line 86, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert .sa-error-container {
  background-color: inherit;
  padding-top: 0;
}
/* line 92, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/vendors/_sweetalert.scss */
.sweet-alert.gwalert-clipboard p {
  word-break: break-all;
  background-color: #FBFBFB;
  padding: 0.625rem 0.3125rem;
}

/* ===========================
   Base
   =========================== */
/* line 6, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/base/_base.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
}

/* line 28, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/base/_base.scss */
p,
.body {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova-regular";
  color: #333333;
}

/* line 36, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/base/_base.scss */
a, .link {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
  color: #8f5edd;
  font-family: "proxima-nova-regular";
}
/* line 42, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/base/_base.scss */
a:focus, .link:focus {
  outline: 0;
}
/* line 46, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/base/_base.scss */
a:hover:not(.button):not(.button-secondary):not(.button-secondary-b):not(.link-button):not(.button-link-v2), .link:hover:not(.button):not(.button-secondary):not(.button-secondary-b):not(.link-button):not(.button-link-v2) {
  color: #ac88e6;
}

/* line 52, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/base/_base.scss */
textarea:focus {
  outline: 0;
}

/* line 57, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/base/_base.scss */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 63, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/base/_base.scss */
li {
  list-style: none;
}

/* line 67, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/base/_base.scss */
img {
  object-fit: cover;
}

/* ===========================
   Utils
   =========================== */
/* line 12, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/utils/debug/_debug-toolbar.scss */
.debug-toolbar {
  display: none;
  background-color: #8f5edd;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  height: 1.5rem;
  z-index: 1;
}

/* line 28, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/utils/_utils.scss */
.show-only-offline {
  display: none;
}

/* line 29, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/utils/_utils.scss */
.show-only-online {
  display: none;
}

/* line 32, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/utils/_utils.scss */
.hand-pointer {
  cursor: pointer;
}

/* line 36, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/utils/_utils.scss */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===========================
   Icons
   =========================== */
/* ===========================
   Icons helpers
   =========================== */
/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.helpers.scss */
[class^="icon-"].x-small,
[class*=" icon-"].x-small,
i.x-small,
.icon.x-small,
.icon-new.x-small {
  font-size: 0.625rem;
}

/* line 6, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.helpers.scss */
[class^="icon-"].small,
[class*=" icon-"].small,
i.small,
.icon.small,
.icon-new.small {
  font-size: 1.5rem;
}

/* line 7, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.helpers.scss */
[class^="icon-"].tiny,
[class*=" icon-"].tiny,
i.tiny,
.icon.tiny,
.icon-new.tiny {
  font-size: 0.8125rem;
}

/* line 8, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.helpers.scss */
[class^="icon-"].medium,
[class*=" icon-"].medium,
i.medium,
.icon.medium,
.icon-new.medium {
  font-size: 2.25rem;
}

/* line 9, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.helpers.scss */
[class^="icon-"].big,
[class*=" icon-"].big,
i.big,
.icon.big,
.icon-new.big {
  font-size: 3rem;
}

/* line 18, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"],
[class*=" icon-"],
i,
.icon,
.icon-new {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "goodwall-ico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.25rem;
  vertical-align: middle;
}
/* line 38, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"].hidden,
[class*=" icon-"].hidden,
i.hidden,
.icon.hidden,
.icon-new.hidden {
  display: none;
}
/* line 48, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"].icon-18-size,
[class*=" icon-"].icon-18-size,
i.icon-18-size,
.icon.icon-18-size,
.icon-new.icon-18-size {
  font-size: 18px;
}
/* line 54, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"].violet, .login-sign-up-ctn .login-signp.login-signp-default [class^="icon-"][data-action="show-login-signup"],
[class*=" icon-"].violet,
.login-sign-up-ctn .login-signp.login-signp-default [class*=" icon-"][data-action="show-login-signup"],
i.violet,
.login-sign-up-ctn .login-signp.login-signp-default i[data-action="show-login-signup"],
.d2019 .login-sign-up-ctn .login-signp.login-signp-default i[data-action="show-login-signup"],
.icon.violet,
.login-sign-up-ctn .login-signp.login-signp-default .icon[data-action="show-login-signup"],
.icon-new.violet,
.login-sign-up-ctn .login-signp.login-signp-default .icon-new[data-action="show-login-signup"] {
  background: transparent;
  color: #8f5edd !important;
}
/* line 58, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"].white,
[class*=" icon-"].white,
i.white,
.icon.white,
.icon-new.white {
  background: transparent;
  color: #ffffff !important;
}
/* line 62, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"].red,
[class*=" icon-"].red,
i.red,
.icon.red,
.icon-new.red {
  color: #d54646 !important;
}
/* line 65, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"].light-grey,
[class*=" icon-"].light-grey,
i.light-grey,
.icon.light-grey,
.icon-new.light-grey {
  color: #d7d7d7 !important;
}
/* line 69, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"].space-grey,
[class*=" icon-"].space-grey,
i.space-grey,
.icon.space-grey,
.icon-new.space-grey {
  color: #51596B !important;
}
/* line 73, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"].purple,
[class*=" icon-"].purple,
i.purple,
.icon.purple,
.icon-new.purple {
  color: #87509F !important;
}
/* line 77, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"].dark-grey,
[class*=" icon-"].dark-grey,
i.dark-grey,
.icon.dark-grey,
.icon-new.dark-grey {
  color: #333333 !important;
}

/* line 82, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new {
  font-family: "goodwall-new-ico";
}

/* line 87, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"],
[class*=" icon-"] {
  color: #999999;
}
/* line 92, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"].hoverable,
[class*=" icon-"].hoverable {
  cursor: pointer;
}
/* line 94, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
[class^="icon-"].hoverable:hover,
[class*=" icon-"].hoverable:hover {
  color: #8f5edd !important;
}

/* line 102, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.flat-green [class^="icon-"],
.flat-green [class*=" icon-"] {
  color: #96C651;
}

/* line 108, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.flat-red [class^="icon-"],
.flat-red [class*=" icon-"] {
  color: #d54646;
}

/* line 117, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
button [class^="icon-"],
button [class*=" icon-"] {
  margin-top: -0.375rem;
  margin-right: 0.375rem;
}

/* line 127, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.goodwall-logo {
  color: #8f5edd;
}

/* line 130, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.goodwall-logo:before {
  content: "\e671";
}

/* line 139, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-hamburger:before {
  content: "\e610";
}

/* line 144, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-notification:before {
  content: "\e611";
}

/* line 149, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-search:before {
  content: "\e618";
}

/* line 154, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-location:before {
  content: "\e604";
}

/* line 159, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-points:before {
  content: "\e606";
}

/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-goodcv:before {
  content: "\e620";
}

/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-world:before {
  content: "\e619";
}

/* line 174, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-about:before {
  content: "\e615";
}

/* line 179, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-plus:before {
  content: "\e80e";
}

/* line 184, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-two-person:before {
  content: "\e607";
}

/* line 189, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-addpeople:before {
  content: "\e600";
}

/* line 193, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-addlocation:before {
  content: "\e60e";
}

/* line 198, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-addphoto:before {
  content: "\e66d";
}

/* line 203, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-others:before {
  content: "\e60b";
}

/* line 208, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-arrow-l:before {
  content: "\e60f";
}

/* line 213, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-arrow-r:before {
  content: "\e601";
}

/* line 218, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-arrow-t:before {
  content: "\e627";
}

/* line 223, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-arrow-b:before {
  content: "\e628";
}

/* line 228, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-arrow-plain-b:before {
  content: "\e623";
}

/* line 233, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-arrow-plain-t:before {
  content: "\e624";
}

/* line 238, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-key:before {
  content: "\e625";
}

/* line 243, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-arrow-plain-l:before {
  content: "\e626";
}

/* line 248, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-arrow-double-l:before {
  content: "\e62a";
}

/* line 253, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-arrow-double-r:before {
  content: "\e629";
}

/* line 258, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-arrow-double-t:before {
  content: "\e61a";
}

/* line 263, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-arrow-double-b:before {
  content: "\e617";
}

/* line 268, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-close.hoverable {
  text-align: center;
  padding: 1.25rem;
}

/* line 272, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-close:before {
  content: "\e652";
}

/* line 277, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-book:before {
  content: "\e622";
}

/* line 282, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-logout:before {
  content: "\e636";
}

/* line 287, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-gear:before {
  content: "\e61c";
}

/* line 292, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-students:before {
  content: "\e635";
}

/* line 297, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-forgotpassword:before {
  content: "\e63e";
}

/* line 302, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-questionmark:before {
  content: "\e651";
}

/* line 307, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-valid:before {
  content: "\e603";
}

/* line 312, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-pinguin:before {
  content: "\e64d";
}

/* line 316, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-pinguin.placeholder {
  margin-bottom: 1.5625rem;
  display: block;
  font-size: 7.5rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 316, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
  .icon-pinguin.placeholder {
    font-size: 12.5rem;
  }
}

/* line 328, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-pending-verification:before {
  content: "\e637";
}

/* line 333, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-linkedin:before {
  content: "\e608";
}

/* line 338, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-twitter:before {
  content: "\e9ac";
}

/* line 343, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-facebook:before {
  content: "\e9ae";
}

/* line 348, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-facebook-circled:before {
  content: "\e672";
}

/* line 353, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-instagram-circled:before {
  content: "\e673";
}

/* line 358, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-twitter-circled:before {
  content: "\e675";
}

/* line 364, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-campaign:before {
  content: "\e61e";
}

/* line 369, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-discussion:before {
  content: "\e61f";
}

/* line 374, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-academic-cap:before {
  content: "\e633";
}

/* line 379, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-university:before {
  content: "\e63b";
}

/* line 384, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-pay:before {
  content: "\e640";
}

/* line 389, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-messenger:before {
  content: "\e612";
}

/* line 394, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-share:before {
  content: "\e639";
}

/* line 399, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-play:before {
  content: "\e62e";
}

/* line 404, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-play-not-circled:before {
  content: "\e674";
}

/* line 409, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-validation:before {
  content: "\e61b";
}

/* line 414, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-users:before {
  content: "\e641";
}

/* line 419, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-smiley:before {
  content: "\e63f";
}

/* line 424, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-world:before {
  content: "\e642";
}

/* line 429, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-start:before {
  content: "\e62f";
}

/* line 434, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-stop:before {
  content: "\e630";
}

/* line 443, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-discoverplanet:before {
  content: "\e647";
}

/* line 448, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-addcircle:before {
  content: "\e665";
}

/* line 453, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-messages:before {
  content: "\e64a";
}

/* line 458, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-discoverrocket:before {
  content: "\e648";
}

/* line 463, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-matches:before {
  content: "\e649";
}

/* line 468, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-notifications-thunder:before {
  content: "\e64b";
}

/* line 473, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-search-2:before {
  content: "\e64c";
}

/* line 478, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-information:before {
  content: "\e64e";
}

/* line 482, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-logout-new:before {
  content: "\e664";
}

/* line 486, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-dashboard-new:before {
  content: "\e65b";
}

/* line 489, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-tick:before {
  content: "\e65c";
}

/* line 492, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-trophy:before {
  content: "\e650";
}

/* line 495, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-trophy-circle:before {
  content: "\e804";
}

/* line 499, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-love:before {
  content: "\e65f";
}

/* line 504, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-love-filled:before {
  content: "\e646";
}

/* line 508, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-book:before {
  content: "\e901";
}

/* line 512, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-university-new:before {
  content: "\e902";
}

/* line 516, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-menu:before {
  content: "\e610";
}

/* line 521, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-environment:before {
  content: "\e90e";
}

/* line 526, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-opportunities-manager:before {
  content: "\e929";
}

/* line 531, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-global-analytics:before {
  content: "\e917";
}

/* line 536, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-leaderboard:before {
  content: "\e906";
}

/* line 541, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-leads:before {
  content: "\e91a";
}

/* line 545, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-back:before {
  content: "\e657";
}

/* line 549, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-email:before {
  content: "\e947";
}

/* line 554, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.makeStyles-tickIconWhite-296:before {
  content: "\e956";
  top: 20px;
  position: absolute;
  left: 15px;
  font-size: 18px;
}

/* line 562, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-school:before {
  content: "\e926";
}

/* line 566, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-location:before {
  content: "\e924";
}

/* line 570, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-connections:before {
  content: "\e93b";
}

/* line 574, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-heart:before {
  content: "\e927";
}

/* line 578, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-heart-filled:before {
  content: "\e938";
}

/* line 582, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-favorite-filled:before {
  content: "\e913";
}

/* line 586, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-favorite:before {
  content: "\e92a";
}

/* line 590, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-medal:before {
  content: "\e944";
}

/* line 594, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-trophy:before {
  content: "\e942";
}

/* line 598, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-community:before {
  content: "\e943";
}

/* line 602, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-gw-quote:before {
  content: "\e946";
}

/* line 606, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-university-new:before {
  content: "\e93d";
}

/* line 610, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-graduate:before {
  content: "\e94d";
}

/* line 614, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-graduate-small:before {
  content: "\e94e";
}

/* line 618, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-chat:before {
  content: "\e94c";
}

/* line 622, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-chat-small:before {
  content: "\e952";
}

/* line 626, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-college:before {
  content: "\e94b";
}

/* line 630, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-college-small:before {
  content: "\e953";
}

/* line 634, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-community:before {
  content: "\e949";
}

/* line 638, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-school:before {
  content: "\e948";
}

/* line 642, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-school-simple:before {
  content: "\e926";
}

/* line 646, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-globe-simple:before {
  content: "\e981";
}

/* line 650, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-country:before {
  content: "\e947";
}

/* line 654, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-linkedin:before {
  content: "\e954";
}

/* line 658, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-facebook:before {
  content: "\e9ae";
}

/* line 662, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-twitter:before {
  content: "\e9ac";
}

/* line 666, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-instagram:before {
  content: "\e9a8";
}

/* line 670, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-youtube:before {
  content: "\e955";
}

/* line 674, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-locked:before {
  content: "\e90b";
}

/* line 678, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-secret:before {
  content: "\e945";
}

/* line 682, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-star:before {
  content: "\e913";
}

/* line 686, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-person-32:before {
  content: "\e98d";
}

/* line 690, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-globe-32:before {
  content: "\e94f";
}

/* line 694, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-school-32:before {
  content: "\e98e";
}

/* line 698, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-tick-10:before {
  content: "\e91a";
}

/* line 702, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.profile-18:before {
  content: "\e911";
}

/* line 706, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.university-18:before {
  content: "\e970";
}

/* line 710, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.company-18:before {
  content: "\e96b";
}

/* line 714, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.download-18:before {
  content: "\e90e";
}

/* line 718, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.chevron-right-18:before {
  content: "\e91f";
}

/* line 722, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.hamburger-18:before {
  content: "\e98f";
}

/* line 726, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.close-18:before {
  content: "\e916";
}

/* line 730, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.chevron-down-18:before {
  content: "\e990";
}

/* line 734, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-forgotpassword:before {
  content: "\e995";
}

/* line 738, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-arrow-up:before {
  content: "\e93f";
}

/* line 742, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/icons/_icons.scss */
.icon-new.icon-thrash:before {
  content: "\e9c5";
}

/* ===========================
   Svgs
   =========================== */
/* line 6, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg-ctn .svg {
  height: inherit;
}

/* line 11, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  background-position: 50% 50%;
  width: 100%;
}
/* line 18, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.no_matches {
  background-position: 50% 50%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/svgs/no_matches.svg");
}
/* line 23, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.penguin-love {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/svgs/onboarding/penguin-love.svg");
  height: 12.5rem;
}
/* line 28, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.penguin-scholar {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/svgs/onboarding/penguin-scholar.svg");
  height: 12.5rem;
}
/* line 33, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.school {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/svgs/onboarding/school.svg");
  height: 7.5rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 33, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
  .svg.school {
    height: 12.5rem;
  }
}
/* line 41, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.sorry {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/svgs/sorry.svg");
}
/* line 45, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.ellipsis {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/svgs/ellipsis.svg");
}
/* line 49, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.ellipsis-w {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/svgs/ellipsis-w.svg");
}
/* line 53, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.universities_placeholder {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/svgs/uni-placeholder.svg");
}
/* line 57, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.onboarding_pinguin {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/svgs/onboarding-pinguin.svg");
}
/* line 61, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.main_landing_penguinaut {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/main/penguinaut.svg");
}
/* line 65, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.main_landing_spacebg {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/main/homebackground.svg");
  background-size: cover;
  height: inherit;
}
/* line 71, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.main_landing_parents {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/targeted/homebackgroundParents.png");
  background-size: cover;
  height: inherit;
}
/* line 77, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.halloween_penguin {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/main/halloween_penguin.svg");
}
/* line 81, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.main_landing_superpenguin {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/main/superpenguin.svg");
}
/* line 85, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.main_landing_superpenguin_arrow {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/main/arrow.svg");
}
/* line 89, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.main_landing_santa_claus_pinguin {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/svgs/santa_claus_pinguin.svg");
}
/* line 93, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.ambassador_landing_penguinaut {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/main/penguinaut.svg");
}
/* line 97, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.match-cards {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/goodwall/matches/match-cards.svg");
  height: 13.0625rem;
}
/* line 102, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.magic_happening {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/svgs/magic_happening.svg");
}
/* line 106, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/svgs/_svgs.scss */
.svg.classmate-svg {
  height: 6rem;
}

/* ===========================
   Buttons
   =========================== */
/* ===========================
   Buttons mixins
   =========================== */
/* line 13, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.big, .big.button, .big.button-secondary, .big.button-secondary-b, .big.button-action.white, .big.button-action.grey, .big.button-action.orange, .big.button-action.purple, .big.button-action.green, .big.button-action.red, .big.button-action.blue, .big.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.big, .main-landing-v2 .about-pages-content-ctn .big.button.orange {
  padding: 0.75rem 4.0625rem;
  font-size: 1.125rem;
}

/* line 18, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button, .button, .button-secondary, .button-secondary.landing-purple, .button-secondary.white, .button-secondary.grey, .button-secondary.orange, .button-secondary.purple, .button-secondary.green, .button-secondary.red, .button-secondary.blue, .button-secondary.space-grey, .button-secondary.main-heading-gray, .button-secondary-b, .button-action.white, .button-action.grey, .button-action.orange, .button-action.purple, .button-action.green, .button-action.red, .button-action.blue, .multiple-actions, .main-landing-v2 .about-pages-content-ctn button, .main-landing-v2 .about-pages-content-ctn .button.orange, button.medium, .medium.button, .medium.button-secondary, .medium.button-secondary-b, .medium.multiple-actions {
  padding: 0.3125rem 2.1875rem;
  font-size: 0.875rem;
}

/* line 23, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.small, .small.button, .small.button-secondary, .small.button-secondary-b, .small.button-action.white, .small.button-action.grey, .small.button-action.orange, .small.button-action.purple, .small.button-action.green, .small.button-action.red, .small.button-action.blue, .small.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.small, .main-landing-v2 .about-pages-content-ctn .small.button.orange {
  padding: 0.3125rem 0.9375rem;
}

/* line 27, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.tiny, .tiny.button, .tiny.button-secondary, .tiny.button-secondary-b, .tiny.button-action.white, .tiny.button-action.grey, .tiny.button-action.orange, .tiny.button-action.purple, .tiny.button-action.green, .tiny.button-action.red, .tiny.button-action.blue, .tiny.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.tiny, .main-landing-v2 .about-pages-content-ctn .tiny.button.orange {
  min-width: 4.5rem;
  padding: 0.3125rem 0.625rem;
}

/* line 32, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.transparent, .transparent.button, .transparent.button-secondary, .transparent.button-secondary-b, .transparent.button-action.white, .transparent.button-action.grey, .transparent.button-action.orange, .transparent.button-action.purple, .transparent.button-action.green, .transparent.button-action.red, .transparent.button-action.blue, .transparent.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.transparent, .main-landing-v2 .about-pages-content-ctn .transparent.button.orange {
  border-color: transparent !important;
  background: transparent !important;
  -moz-box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 0px !important;
  box-shadow: 0px 0px 0px !important;
}

/* line 39, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.square, .square.button, .square.button-secondary, .square.button-secondary-b, .square.button-action.white, .square.button-action.grey, .square.button-action.orange, .square.button-action.purple, .square.button-action.green, .square.button-action.red, .square.button-action.blue, .square.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.square, .main-landing-v2 .about-pages-content-ctn .square.button.orange, button.more-options, .more-options.button, .more-options.button-secondary, .more-options.button-secondary-b, .more-options.button-action.white, .more-options.button-action.grey, .more-options.button-action.orange, .more-options.button-action.purple, .more-options.button-action.green, .more-options.button-action.red, .more-options.button-action.blue, .more-options.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.more-options, .main-landing-v2 .about-pages-content-ctn .more-options.button.orange {
  padding: 0 !important;
  line-height: 2.5rem !important;
  height: 2.5rem !important;
  width: 2.5rem !important;
}
/* line 45, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.square [class^="icon-"], .square.button [class^="icon-"], .square.button-secondary [class^="icon-"], .square.button-secondary-b [class^="icon-"], .square.button-action.white [class^="icon-"], .square.button-action.grey [class^="icon-"], .square.button-action.orange [class^="icon-"], .square.button-action.purple [class^="icon-"], .square.button-action.green [class^="icon-"], .square.button-action.red [class^="icon-"], .square.button-action.blue [class^="icon-"], .square.multiple-actions [class^="icon-"], .main-landing-v2 .about-pages-content-ctn .square.button.orange [class^="icon-"], button.more-options [class^="icon-"], .more-options.button [class^="icon-"], .more-options.button-secondary [class^="icon-"], .more-options.button-secondary-b [class^="icon-"], .more-options.button-action.white [class^="icon-"], .more-options.button-action.grey [class^="icon-"], .more-options.button-action.orange [class^="icon-"], .more-options.button-action.purple [class^="icon-"], .more-options.button-action.green [class^="icon-"], .more-options.button-action.red [class^="icon-"], .more-options.button-action.blue [class^="icon-"], .more-options.multiple-actions [class^="icon-"], .main-landing-v2 .about-pages-content-ctn .more-options.button.orange [class^="icon-"],
button.square [class*=" icon-"],
.square.button [class*=" icon-"],
.square.button-secondary [class*=" icon-"],
.square.button-secondary-b [class*=" icon-"],
.square.button-action.white [class*=" icon-"],
.square.button-action.grey [class*=" icon-"],
.square.button-action.orange [class*=" icon-"],
.square.button-action.purple [class*=" icon-"],
.square.button-action.green [class*=" icon-"],
.square.button-action.red [class*=" icon-"],
.square.button-action.blue [class*=" icon-"],
.square.multiple-actions [class*=" icon-"],
.main-landing-v2 .about-pages-content-ctn .square.button.orange [class*=" icon-"],
button.more-options [class*=" icon-"],
.more-options.button [class*=" icon-"],
.more-options.button-secondary [class*=" icon-"],
.more-options.button-secondary-b [class*=" icon-"],
.more-options.button-action.white [class*=" icon-"],
.more-options.button-action.grey [class*=" icon-"],
.more-options.button-action.orange [class*=" icon-"],
.more-options.button-action.purple [class*=" icon-"],
.more-options.button-action.green [class*=" icon-"],
.more-options.button-action.red [class*=" icon-"],
.more-options.button-action.blue [class*=" icon-"],
.more-options.multiple-actions [class*=" icon-"],
.main-landing-v2 .about-pages-content-ctn .more-options.button.orange [class*=" icon-"] {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 2.0625rem;
  margin-left: -0.125rem;
}
/* line 54, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-groups button.square, .button-groups .square.button, .button-groups .square.button-secondary, .button-groups .square.button-secondary-b, .button-groups .square.button-action.white, .button-groups .square.button-action.grey, .button-groups .square.button-action.orange, .button-groups .square.button-action.purple, .button-groups .square.button-action.green, .button-groups .square.button-action.red, .button-groups .square.button-action.blue, .button-groups .square.multiple-actions, .button-groups .main-landing-v2 .about-pages-content-ctn .square.button.orange, .main-landing-v2 .about-pages-content-ctn .button-groups .square.button.orange, .button-groups button.more-options, .button-groups .more-options.button, .button-groups .more-options.button-secondary, .button-groups .more-options.button-secondary-b, .button-groups .more-options.button-action.white, .button-groups .more-options.button-action.grey, .button-groups .more-options.button-action.orange, .button-groups .more-options.button-action.purple, .button-groups .more-options.button-action.green, .button-groups .more-options.button-action.red, .button-groups .more-options.button-action.blue, .button-groups .more-options.multiple-actions, .button-groups .main-landing-v2 .about-pages-content-ctn .more-options.button.orange, .main-landing-v2 .about-pages-content-ctn .button-groups .more-options.button.orange {
  height: 2.5rem !important;
  width: 2.5rem !important;
  line-height: initial !important;
}

/* line 62, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.facebook, .facebook.button, .facebook.button-secondary, .facebook.button-secondary-b, .facebook.button-action.white, .facebook.button-action.grey, .facebook.button-action.orange, .facebook.button-action.purple, .facebook.button-action.green, .facebook.button-action.red, .facebook.button-action.blue, .facebook.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.facebook, .main-landing-v2 .about-pages-content-ctn .facebook.button.orange {
  background-color: #4C689F !important;
}
/* line 65, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.facebook:hover, .facebook.button:hover, .facebook.button-secondary:hover, .facebook.button-secondary-b:hover, .facebook.button-action.white:hover, .facebook.button-action.grey:hover, .facebook.button-action.orange:hover, .facebook.button-action.purple:hover, .facebook.button-action.green:hover, .facebook.button-action.red:hover, .facebook.button-action.blue:hover, .facebook.multiple-actions:hover, .main-landing-v2 .about-pages-content-ctn .facebook.button.orange:hover, button.facebook:active, .facebook.button:active, .facebook.button-secondary:active, .facebook.button-secondary-b:active, .facebook.button-action.white:active, .facebook.button-action.grey:active, .facebook.button-action.orange:active, .facebook.button-action.purple:active, .facebook.button-action.green:active, .facebook.button-action.red:active, .facebook.button-action.blue:active, .facebook.multiple-actions:active, .main-landing-v2 .about-pages-content-ctn .facebook.button.orange:active, button.facebook:focus, .facebook.button:focus, .facebook.button-secondary:focus, .facebook.button-secondary-b:focus, .facebook.button-action.white:focus, .facebook.button-action.grey:focus, .facebook.button-action.orange:focus, .facebook.button-action.purple:focus, .facebook.button-action.green:focus, .facebook.button-action.red:focus, .facebook.button-action.blue:focus, .facebook.multiple-actions:focus, .main-landing-v2 .about-pages-content-ctn .facebook.button.orange:focus, button.facebook:active.hover, .facebook.button:active.hover, .facebook.button-secondary:active.hover, .facebook.button-secondary-b:active.hover, .facebook.button-action.white:active.hover, .facebook.button-action.grey:active.hover, .facebook.button-action.orange:active.hover, .facebook.button-action.purple:active.hover, .facebook.button-action.green:active.hover, .facebook.button-action.red:active.hover, .facebook.button-action.blue:active.hover, .facebook.multiple-actions:active.hover, button.facebook:active.focus, .facebook.button:active.focus, .facebook.button-secondary:active.focus, .facebook.button-secondary-b:active.focus, .facebook.button-action.white:active.focus, .facebook.button-action.grey:active.focus, .facebook.button-action.orange:active.focus, .facebook.button-action.purple:active.focus, .facebook.button-action.green:active.focus, .facebook.button-action.red:active.focus, .facebook.button-action.blue:active.focus, .facebook.multiple-actions:active.focus {
  background-color: #3c517c;
}

/* line 74, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button, .button, .button-secondary, .button-secondary.landing-purple, .button-secondary.white, .button-secondary.grey, .button-secondary.orange, .button-secondary.purple, .button-secondary.green, .button-secondary.red, .button-secondary.blue, .button-secondary.space-grey, .button-secondary.main-heading-gray, .button-secondary-b, .button-action.white, .button-action.grey, .button-action.orange, .button-action.purple, .button-action.green, .button-action.red, .button-action.blue, .multiple-actions, .main-landing-v2 .about-pages-content-ctn button, .main-landing-v2 .about-pages-content-ctn .button.orange {
  margin: 0;
  border-width: 0;
  border-color: #F7AC6D;
  border-style: solid;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background: #F7AC6D;
  font-family: "proxima-nova-regular";
  line-height: 1.625rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 92, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button:focus, .button:focus, .button-secondary:focus, .button-secondary-b:focus, .button-action.white:focus, .button-action.grey:focus, .button-action.orange:focus, .button-action.purple:focus, .button-action.green:focus, .button-action.red:focus, .button-action.blue:focus, .multiple-actions:focus, .main-landing-v2 .about-pages-content-ctn button:focus, .main-landing-v2 .about-pages-content-ctn .button.orange:focus {
  outline: 0;
}
/* line 96, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.tiny, .tiny.button, .tiny.button-secondary, .tiny.button-secondary-b, .tiny.button-action.white, .tiny.button-action.grey, .tiny.button-action.orange, .tiny.button-action.purple, .tiny.button-action.green, .tiny.button-action.red, .tiny.button-action.blue, .tiny.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.tiny, .main-landing-v2 .about-pages-content-ctn .tiny.button.orange {
  text-transform: capitalize;
}
/* line 109, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.big, .big.button, .big.button-secondary, .big.button-secondary-b, .big.button-action.white, .big.button-action.grey, .big.button-action.orange, .big.button-action.purple, .big.button-action.green, .big.button-action.red, .big.button-action.blue, .big.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.big, .main-landing-v2 .about-pages-content-ctn .big.button.orange {
  font-family: "proxima-nova-bold";
}
/* line 122, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.white-background, .white-background.button, .white-background.button-secondary, .white-background.button-secondary-b, .white-background.button-action.white, .white-background.button-action.grey, .white-background.button-action.orange, .white-background.button-action.purple, .white-background.button-action.green, .white-background.button-action.red, .white-background.button-action.blue, .white-background.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.white-background, .main-landing-v2 .about-pages-content-ctn .white-background.button.orange {
  background: #ffffff;
}
/* line 126, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.expand, .expand.button, .expand.button-secondary, .expand.button-secondary-b, .expand.button-action.white, .expand.button-action.grey, .expand.button-action.orange, .expand.button-action.purple, .expand.button-action.green, .expand.button-action.red, .expand.button-action.blue, .expand.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.expand, .main-landing-v2 .about-pages-content-ctn .expand.button.orange {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
/* line 131, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.more-options, .more-options.button, .more-options.button-secondary, .more-options.button-secondary-b, .more-options.button-action.white, .more-options.button-action.grey, .more-options.button-action.orange, .more-options.button-action.purple, .more-options.button-action.green, .more-options.button-action.red, .more-options.button-action.blue, .more-options.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.more-options, .main-landing-v2 .about-pages-content-ctn .more-options.button.orange {
  text-align: center;
}
/* line 134, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.more-options:before, .more-options.button:before, .more-options.button-secondary:before, .more-options.button-secondary-b:before, .more-options.button-action.white:before, .more-options.button-action.grey:before, .more-options.button-action.orange:before, .more-options.button-action.purple:before, .more-options.button-action.green:before, .more-options.button-action.red:before, .more-options.button-action.blue:before, .more-options.multiple-actions:before, .main-landing-v2 .about-pages-content-ctn button.more-options:before, .main-landing-v2 .about-pages-content-ctn .more-options.button.orange:before {
  content: "\e60b";
  font-family: "goodwall-ico";
}
/* line 142, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button[data-dropdown], [data-dropdown].button, [data-dropdown].button-secondary, [data-dropdown].button-secondary-b, [data-dropdown].button-action.white, [data-dropdown].button-action.grey, [data-dropdown].button-action.orange, [data-dropdown].button-action.purple, [data-dropdown].button-action.green, [data-dropdown].button-action.red, [data-dropdown].button-action.blue, [data-dropdown].multiple-actions, .main-landing-v2 .about-pages-content-ctn button[data-dropdown], .main-landing-v2 .about-pages-content-ctn [data-dropdown].button.orange {
  width: auto;
}
/* line 145, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
button.no-radius, .no-radius.button, .no-radius.button-secondary, .no-radius.button-secondary-b, .no-radius.button-action.white, .no-radius.button-action.grey, .no-radius.button-action.orange, .no-radius.button-action.purple, .no-radius.button-action.green, .no-radius.button-action.red, .no-radius.button-action.blue, .no-radius.multiple-actions, .main-landing-v2 .about-pages-content-ctn button.no-radius, .main-landing-v2 .about-pages-content-ctn .no-radius.button.orange {
  border-radius: 0;
}

/* line 13, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button.orange {
  color: #ffffff;
  background: #F7AC6D;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.orange:focus, .button.orange:hover {
  background: #f8b47c;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.orange:active {
  background: #f1750d;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.orange[disabled], .button.orange.disabled {
  color: #ffffff;
  background: #d7d7d7;
}
/* line 17, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button.purple {
  color: #ffffff;
  background: #8f5edd;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.purple:focus, .button.purple:hover {
  background: #986be0;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.purple:active {
  background: #5b25b0;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.purple[disabled], .button.purple.disabled {
  color: #ffffff;
  background: #d7d7d7;
}
/* line 21, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button.landing-purple {
  color: #ffffff;
  background: #694766;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.landing-purple:focus, .button.landing-purple:hover {
  background: #724d6f;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.landing-purple:active {
  background: #2c1e2b;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.landing-purple[disabled], .button.landing-purple.disabled {
  color: #ffffff;
  background: #d7d7d7;
}
/* line 25, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button.light-purple {
  color: #ffffff;
  background: #AB82EA;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.light-purple:focus, .button.light-purple:hover {
  background: #b48fec;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.light-purple:active {
  background: #7547BF;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.light-purple[disabled], .button.light-purple.disabled {
  color: #ffffff;
  background: #d7d7d7;
}
/* line 29, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button.green {
  color: #ffffff;
  background: #96C651;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.green:focus, .button.green:hover {
  background: #9dca5d;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.green:active {
  background: #61852c;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.green[disabled], .button.green.disabled {
  color: #ffffff;
  background: #d7d7d7;
}
/* line 33, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button.red {
  color: #ffffff;
  background: #d54646;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.red:focus, .button.red:hover {
  background: #d85252;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.red:active {
  background: #942121;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.red[disabled], .button.red.disabled {
  color: #ffffff;
  background: #d7d7d7;
}
/* line 37, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button.blue {
  color: #ffffff;
  background: #71B8F1;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.blue:focus, .button.blue:hover {
  background: #7fbff2;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.blue:active {
  background: #1789e5;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.blue[disabled], .button.blue.disabled {
  color: #ffffff;
  background: #d7d7d7;
}
/* line 41, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button.white {
  color: #694766;
  background: #ffffff;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.white:focus, .button.white:hover {
  background: white;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.white:active {
  background: #cccccc;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.white[disabled], .button.white.disabled {
  color: #ffffff;
  background: #d7d7d7;
}
/* line 45, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button.white-with-blue-text {
  color: #6C7FBA;
  background: #ffffff;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.white-with-blue-text:focus, .button.white-with-blue-text:hover {
  background: white;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.white-with-blue-text:active {
  background: #cccccc;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.white-with-blue-text[disabled], .button.white-with-blue-text.disabled {
  color: #ffffff;
  background: #d7d7d7;
}
/* line 49, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button.white-with-green-text {
  color: #73AEA3;
  background: #ffffff;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.white-with-green-text:focus, .button.white-with-green-text:hover {
  background: white;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.white-with-green-text:active {
  background: #cccccc;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.white-with-green-text[disabled], .button.white-with-green-text.disabled {
  color: #ffffff;
  background: #d7d7d7;
}
/* line 53, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button.space-grey {
  color: #ffffff;
  background: #51596B;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.space-grey:focus, .button.space-grey:hover {
  background: #586074;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.space-grey:active {
  background: #252931;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button.space-grey[disabled], .button.space-grey.disabled {
  color: #ffffff;
  background: #d7d7d7;
}

/* line 58, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-secondary {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  border-width: 2px;
  border-color: #F7AC6D;
  color: #F7AC6D;
  background: transparent;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 204, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary:focus.white-transparent, .button-secondary:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary:focus:not([disabled]):not(.disabled):not(.white-transparent), .button-secondary:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  color: #f6a45e;
  border-color: #f6a45e;
}
/* line 216, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary:active {
  color: #f6a45e;
  border-color: #f6a45e;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary[disabled], .button-secondary.disabled {
  color: #999999;
  border-color: #BBBBBB;
  background: #f2f2f2;
}
/* line 61, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-secondary.landing-purple {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  border-width: 2px;
  border-color: #694766;
  color: #694766;
  background: transparent;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.landing-purple.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 204, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.landing-purple:focus.white-transparent, .button-secondary.landing-purple:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.landing-purple:focus:not([disabled]):not(.disabled):not(.white-transparent), .button-secondary.landing-purple:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  color: #60415d;
  border-color: #60415d;
}
/* line 216, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.landing-purple:active {
  color: #60415d;
  border-color: #60415d;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.landing-purple[disabled], .button-secondary.landing-purple.disabled {
  color: #999999;
  border-color: #BBBBBB;
  background: #f2f2f2;
}
/* line 65, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-secondary.white {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  border-width: 2px;
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.white.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 204, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.white:focus.white-transparent, .button-secondary.white:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.white:focus:not([disabled]):not(.disabled):not(.white-transparent), .button-secondary.white:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  color: #f7f7f7;
  border-color: #f7f7f7;
}
/* line 216, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.white:active {
  color: #f7f7f7;
  border-color: #f7f7f7;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.white[disabled], .button-secondary.white.disabled {
  color: #999999;
  border-color: #BBBBBB;
  background: #f2f2f2;
}
/* line 69, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-secondary.grey {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  border-width: 2px;
  border-color: #BBBBBB;
  color: #BBBBBB;
  background: transparent;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.grey.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 204, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.grey:focus.white-transparent, .button-secondary.grey:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.grey:focus:not([disabled]):not(.disabled):not(.white-transparent), .button-secondary.grey:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  color: #b3b3b3;
  border-color: #b3b3b3;
}
/* line 216, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.grey:active {
  color: #b3b3b3;
  border-color: #b3b3b3;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.grey[disabled], .button-secondary.grey.disabled {
  color: #999999;
  border-color: #BBBBBB;
  background: #f2f2f2;
}
/* line 73, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-secondary.orange {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  border-width: 2px;
  border-color: #F7AC6D;
  color: #F7AC6D;
  background: transparent;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.orange.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 204, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.orange:focus.white-transparent, .button-secondary.orange:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.orange:focus:not([disabled]):not(.disabled):not(.white-transparent), .button-secondary.orange:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  color: #f6a45e;
  border-color: #f6a45e;
}
/* line 216, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.orange:active {
  color: #f6a45e;
  border-color: #f6a45e;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.orange[disabled], .button-secondary.orange.disabled {
  color: #999999;
  border-color: #BBBBBB;
  background: #f2f2f2;
}
/* line 77, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-secondary.purple {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  border-width: 2px;
  border-color: #8f5edd;
  color: #8f5edd;
  background: transparent;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.purple.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 204, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.purple:focus.white-transparent, .button-secondary.purple:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.purple:focus:not([disabled]):not(.disabled):not(.white-transparent), .button-secondary.purple:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  color: #8651da;
  border-color: #8651da;
}
/* line 216, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.purple:active {
  color: #8651da;
  border-color: #8651da;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.purple[disabled], .button-secondary.purple.disabled {
  color: #999999;
  border-color: #BBBBBB;
  background: #f2f2f2;
}
/* line 81, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-secondary.green {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  border-width: 2px;
  border-color: #96C651;
  color: #96C651;
  background: transparent;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.green.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 204, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.green:focus.white-transparent, .button-secondary.green:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.green:focus:not([disabled]):not(.disabled):not(.white-transparent), .button-secondary.green:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  color: #8fc245;
  border-color: #8fc245;
}
/* line 216, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.green:active {
  color: #8fc245;
  border-color: #8fc245;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.green[disabled], .button-secondary.green.disabled {
  color: #999999;
  border-color: #BBBBBB;
  background: #f2f2f2;
}
/* line 85, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-secondary.red {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  border-width: 2px;
  border-color: #d54646;
  color: #d54646;
  background: transparent;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.red.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 204, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.red:focus.white-transparent, .button-secondary.red:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.red:focus:not([disabled]):not(.disabled):not(.white-transparent), .button-secondary.red:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  color: #d23a3a;
  border-color: #d23a3a;
}
/* line 216, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.red:active {
  color: #d23a3a;
  border-color: #d23a3a;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.red[disabled], .button-secondary.red.disabled {
  color: #999999;
  border-color: #BBBBBB;
  background: #f2f2f2;
}
/* line 89, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-secondary.blue {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  border-width: 2px;
  border-color: #71B8F1;
  color: #71B8F1;
  background: transparent;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.blue.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 204, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.blue:focus.white-transparent, .button-secondary.blue:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.blue:focus:not([disabled]):not(.disabled):not(.white-transparent), .button-secondary.blue:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  color: #63b1f0;
  border-color: #63b1f0;
}
/* line 216, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.blue:active {
  color: #63b1f0;
  border-color: #63b1f0;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.blue[disabled], .button-secondary.blue.disabled {
  color: #999999;
  border-color: #BBBBBB;
  background: #f2f2f2;
}
/* line 93, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-secondary.space-grey {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  border-width: 2px;
  border-color: #51596B;
  color: #51596B;
  background: transparent;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.space-grey.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 204, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.space-grey:focus.white-transparent, .button-secondary.space-grey:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.space-grey:focus:not([disabled]):not(.disabled):not(.white-transparent), .button-secondary.space-grey:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  color: #4a5262;
  border-color: #4a5262;
}
/* line 216, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.space-grey:active {
  color: #4a5262;
  border-color: #4a5262;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.space-grey[disabled], .button-secondary.space-grey.disabled {
  color: #999999;
  border-color: #BBBBBB;
  background: #f2f2f2;
}
/* line 97, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-secondary.main-heading-gray {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  border-width: 2px;
  border-color: #707786;
  color: #707786;
  background: transparent;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.main-heading-gray.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 204, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.main-heading-gray:focus.white-transparent, .button-secondary.main-heading-gray:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.main-heading-gray:focus:not([disabled]):not(.disabled):not(.white-transparent), .button-secondary.main-heading-gray:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  color: #69707e;
  border-color: #69707e;
}
/* line 216, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.main-heading-gray:active {
  color: #69707e;
  border-color: #69707e;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary.main-heading-gray[disabled], .button-secondary.main-heading-gray.disabled {
  color: #999999;
  border-color: #BBBBBB;
  background: #f2f2f2;
}

/* line 103, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-secondary-b {
  text-transform: capitalize;
  color: #999999;
  border-width: 1px;
  border-color: #d7d7d7;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  background: #ffffff;
}
/* line 249, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary-b.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 254, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary-b:focus, .button-secondary-b:hover {
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}
/* line 258, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary-b:focus.white-transparent, .button-secondary-b:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 263, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary-b:focus:not([disabled]):not(.disabled):not(.white-transparent), .button-secondary-b:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  border-color: #a4a4a4;
}
/* line 271, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary-b:focus.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 276, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary-b:focus:not([disabled]):not(.disabled):not(.white-transparent) {
  background: #e6e6e6;
}
/* line 282, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary-b:active {
  background: #e6e6e6;
}
/* line 286, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-secondary-b[disabled], .button-secondary-b.disabled {
  color: #999999;
  background: #d7d7d7;
}

/* line 108, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-action.white {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 2px;
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
  padding: 0.125rem 1.875rem 0.125rem 0.9375rem;
}
/* line 308, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.white:after {
  position: absolute;
  font-size: 1.0625rem;
  font-family: goodwall-ico;
  color: #ffffff;
  content: "\e601";
  line-height: 1.625rem;
  padding-left: 0.4375rem;
}
/* line 320, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.white:focus:not([disabled]):not(.disabled), .button-action.white:hover:not([disabled]):not(.disabled) {
  color: #f2f2f2;
  border-color: #f2f2f2;
}
/* line 112, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-action.grey {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 2px;
  border-color: #BBBBBB;
  color: #BBBBBB;
  background: transparent;
  padding: 0.125rem 1.875rem 0.125rem 0.9375rem;
}
/* line 308, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.grey:after {
  position: absolute;
  font-size: 1.0625rem;
  font-family: goodwall-ico;
  color: #BBBBBB;
  content: "\e601";
  line-height: 1.625rem;
  padding-left: 0.4375rem;
}
/* line 320, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.grey:focus:not([disabled]):not(.disabled), .button-action.grey:hover:not([disabled]):not(.disabled) {
  color: #aeaeae;
  border-color: #aeaeae;
}
/* line 116, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-action.orange {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 2px;
  border-color: #F7AC6D;
  color: #F7AC6D;
  background: transparent;
  padding: 0.125rem 1.875rem 0.125rem 0.9375rem;
}
/* line 308, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.orange:after {
  position: absolute;
  font-size: 1.0625rem;
  font-family: goodwall-ico;
  color: #F7AC6D;
  content: "\e601";
  line-height: 1.625rem;
  padding-left: 0.4375rem;
}
/* line 320, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.orange:focus:not([disabled]):not(.disabled), .button-action.orange:hover:not([disabled]):not(.disabled) {
  color: #f69e55;
  border-color: #f69e55;
}
/* line 120, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-action.purple {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 2px;
  border-color: #8f5edd;
  color: #8f5edd;
  background: transparent;
  padding: 0.125rem 1.875rem 0.125rem 0.9375rem;
}
/* line 308, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.purple:after {
  position: absolute;
  font-size: 1.0625rem;
  font-family: goodwall-ico;
  color: #8f5edd;
  content: "\e601";
  line-height: 1.625rem;
  padding-left: 0.4375rem;
}
/* line 320, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.purple:focus:not([disabled]):not(.disabled), .button-action.purple:hover:not([disabled]):not(.disabled) {
  color: #8049d9;
  border-color: #8049d9;
}
/* line 124, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-action.green {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 2px;
  border-color: #96C651;
  color: #96C651;
  background: transparent;
  padding: 0.125rem 1.875rem 0.125rem 0.9375rem;
}
/* line 308, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.green:after {
  position: absolute;
  font-size: 1.0625rem;
  font-family: goodwall-ico;
  color: #96C651;
  content: "\e601";
  line-height: 1.625rem;
  padding-left: 0.4375rem;
}
/* line 320, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.green:focus:not([disabled]):not(.disabled), .button-action.green:hover:not([disabled]):not(.disabled) {
  color: #8abf3f;
  border-color: #8abf3f;
}
/* line 128, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-action.red {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 2px;
  border-color: #d54646;
  color: #d54646;
  background: transparent;
  padding: 0.125rem 1.875rem 0.125rem 0.9375rem;
}
/* line 308, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.red:after {
  position: absolute;
  font-size: 1.0625rem;
  font-family: goodwall-ico;
  color: #d54646;
  content: "\e601";
  line-height: 1.625rem;
  padding-left: 0.4375rem;
}
/* line 320, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.red:focus:not([disabled]):not(.disabled), .button-action.red:hover:not([disabled]):not(.disabled) {
  color: #d03131;
  border-color: #d03131;
}
/* line 132, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-action.blue {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-width: 2px;
  border-color: #71B8F1;
  color: #71B8F1;
  background: transparent;
  padding: 0.125rem 1.875rem 0.125rem 0.9375rem;
}
/* line 308, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.blue:after {
  position: absolute;
  font-size: 1.0625rem;
  font-family: goodwall-ico;
  color: #71B8F1;
  content: "\e601";
  line-height: 1.625rem;
  padding-left: 0.4375rem;
}
/* line 320, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-action.blue:focus:not([disabled]):not(.disabled), .button-action.blue:hover:not([disabled]):not(.disabled) {
  color: #5aacef;
  border-color: #5aacef;
}

/* line 137, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.back-button {
  width: 2.5625rem !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
/* line 142, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.back-button:before {
  font-family: "goodwall-ico";
  content: "\e657";
}

/* line 148, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 154, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.multiple-actions {
  border-width: 2px;
  border-color: #BBBBBB;
  color: #999999;
  background: #ffffff;
  padding: 0.3125rem 0.625rem;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 344, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.multiple-actions:hover {
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}
/* line 348, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.multiple-actions > span {
  display: inline-block;
  padding: 0 0.3125rem;
}
/* line 353, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.multiple-actions > span:hover {
  color: #8f5edd;
}
/* line 356, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.multiple-actions > span:hover [class^="icon-"],
.multiple-actions > span:hover [class*=" icon-"] {
  color: #8f5edd;
}
/* line 362, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.bordered.multiple-actions > span {
  border-right: 2px solid #BBBBBB;
  padding-right: 0.625rem;
}
/* line 366, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.bordered.multiple-actions > span:last-of-type {
  border-right: 0;
  padding-right: 0.3125rem;
}
/* line 372, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.multiple-actions > span [class^="icon-"],
.multiple-actions > span [class*=" icon-"] {
  display: inline-block;
  font-size: 1.125rem;
  margin-top: -0.1875rem;
}

/* line 158, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-facebook {
  color: #ffffff;
  background: #4C689F;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-facebook:focus, .button-facebook:hover {
  background: #516fa9;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-facebook:active {
  background: #2b3b5a;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-facebook[disabled], .button-facebook.disabled {
  color: #ffffff;
  background: #d7d7d7;
}

/* line 162, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-goodwall {
  color: #ffffff;
  background: #8f5edd;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-goodwall:focus, .button-goodwall:hover {
  background: #986be0;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-goodwall:active {
  background: #5b25b0;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.button-goodwall[disabled], .button-goodwall.disabled {
  color: #ffffff;
  background: #d7d7d7;
}

/* line 166, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2 {
  display: inline-block;
  cursor: pointer;
  color: #87509F;
  font-size: 0.8125rem;
  margin: 0 0.25rem;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2:hover {
  font-weight: bold;
}
/* line 177, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2.red {
  color: #E35D41;
}
/* line 181, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2.green {
  color: #96C651;
}
/* line 185, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2.disabled {
  color: #51596B;
  cursor: auto;
}
/* line 190, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2.with-icon {
  margin-right: 1.5625rem;
}
/* line 192, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2.with-icon:before {
  font-size: 1.125rem;
  font-family: "goodwall-new-ico";
  vertical-align: middle;
  padding-right: 0.3125rem;
}
/* line 199, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2.with-icon.downlaod-resume {
  margin-right: 0;
}
/* line 200, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2.with-icon.downlaod-resume:before {
  content: "\e99f";
}
/* line 206, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2.with-icon.linkedin {
  margin-right: 0;
}
/* line 207, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2.with-icon.linkedin:before {
  content: "\e954";
}
/* line 213, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2.with-icon.delete-icon {
  margin-right: 0;
}
/* line 214, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.scss */
.button-link-v2.with-icon.delete-icon:before {
  content: "\e916";
}

/* ===========================
   Buttons groups
   =========================== */
/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/button-groups/_button-groups.scss */
.button-groups > li {
  display: inline;
  margin-right: 0.125rem;
}

/* ===========================
   Forms
   =========================== */
/* ===========================
   Forms layout
   =========================== */
/* line 7, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.layout.scss */
form.padding {
  padding-left: 6px;
  padding-right: 6px;
}
@media only screen and (min-width: 40.063em) {
  /* line 7, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.layout.scss */
  form.padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 42, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.layout.scss */
form li, form.default li {
  list-style: none;
}
/* line 45, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.layout.scss */
form li.short-input {
  width: 50%;
  display: inline-block;
  clear: none !important;
}
/* line 52, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.layout.scss */
form .bottom-options {
  margin-top: 0.9375rem;
}
/* line 57, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.layout.scss */
form .bottom-options > :nth-child(2) {
  text-align: right;
}

/* ===========================
   Forms themes
   =========================== */
/* line 6, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form, form.default, .d2019 form, .d2019 form.default {
  background-color: transparent;
}
/* line 10, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form label, form.default label, .d2019 form label, .d2019 form.default label {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #999;
}
/* line 15, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form label.no-text-transform, .d2019 form.default label.no-text-transform {
  text-transform: none;
}
/* line 19, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form label small, form.default label small, .d2019 form label small, .d2019 form.default label small {
  font-size: 0.5625rem;
}
/* line 23, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form label.error, .d2019 form.default label.error {
  color: #d54646;
}
/* line 28, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .subtitle, .d2019 form.default .subtitle {
  font-size: 0.8125rem;
  margin-bottom: 20px;
}
/* line 33, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form input, form.default input, .d2019 form input, .d2019 form.default input,
form select,
form.default select,
.d2019 form select,
.d2019 form.default select,
form textarea,
form.default textarea,
.d2019 form textarea,
.d2019 form.default textarea,
form .tagsinput,
.d2019 form.default .tagsinput,
form .tag-editor,
.d2019 form.default .tag-editor,
form .range-selector-editor,
.d2019 form.default .range-selector-editor {
  width: 100%;
  height: 2.25rem;
  line-height: 1.5rem;
  padding: 0.625rem;
  margin-top: 0.3125rem;
  border: 1px solid #D3D6DC;
  background-color: #ffffff;
  color: #333333;
  text-align: left;
  font-family: "proxima-nova-regular";
  font-size: 0.875rem;
  outline: none;
}
/* line 52, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form input:disabled, .d2019 form.default input:disabled,
form select:disabled,
.d2019 form.default select:disabled,
form textarea:disabled,
.d2019 form.default textarea:disabled,
form .tagsinput:disabled,
form .tag-editor:disabled,
form .range-selector-editor:disabled {
  color: #999;
  background-color: #f9f9f9;
}
/* line 57, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form input:focus, .d2019 form.default input:focus,
form select:focus,
.d2019 form.default select:focus,
form textarea:focus,
.d2019 form.default textarea:focus,
form .tagsinput:focus,
form .tag-editor:focus,
form .range-selector-editor:focus {
  border-color: #87509F;
}
/* line 61, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form input .tag-editor-tag, .d2019 form.default input .tag-editor-tag,
form select .tag-editor-tag,
.d2019 form.default select .tag-editor-tag,
form textarea .tag-editor-tag,
.d2019 form.default textarea .tag-editor-tag,
form .tagsinput .tag-editor-tag,
form .tag-editor .tag-editor-tag,
form .range-selector-editor .tag-editor-tag {
  position: relative;
  top: -0.125rem;
  color: #333333;
  text-align: left;
  font-family: "proxima-nova-regular";
  font-size: 0.875rem;
  outline: none;
  background-color: transparent;
  text-transform: none;
}
/* line 72, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form input .tag-editor-tag.active,
form select .tag-editor-tag.active,
form textarea .tag-editor-tag.active,
form .tagsinput .tag-editor-tag.active,
form .tag-editor .tag-editor-tag.active,
form .range-selector-editor .tag-editor-tag.active {
  color: #333333;
  text-align: left;
  font-family: "proxima-nova-regular";
  font-size: 0.875rem;
  outline: none;
  height: 1.3125rem;
}
/* line 81, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form input .tag-editor-tag input, .d2019 form.default input .tag-editor-tag input,
form select .tag-editor-tag input,
.d2019 form.default select .tag-editor-tag input,
form textarea .tag-editor-tag input,
.d2019 form.default textarea .tag-editor-tag input,
form .tagsinput .tag-editor-tag input,
form .tag-editor .tag-editor-tag input,
form .range-selector-editor .tag-editor-tag input {
  height: auto;
}
/* line 85, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form input .tag-editor-delete, .d2019 form.default input .tag-editor-delete,
form select .tag-editor-delete,
.d2019 form.default select .tag-editor-delete,
form textarea .tag-editor-delete,
.d2019 form.default textarea .tag-editor-delete,
form .tagsinput .tag-editor-delete,
form .tag-editor .tag-editor-delete,
form .range-selector-editor .tag-editor-delete {
  display: none;
}
/* line 90, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .tag-editor, .d2019 form.default .tag-editor {
  min-height: 2.25rem;
  height: auto;
}
/* line 95, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form textarea, form.default textarea, .d2019 form textarea, .d2019 form.default textarea {
  word-wrap: break-word;
  min-height: 6.75rem;
  line-height: 1.25rem;
  resize: vertical;
}
/* line 102, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form p.ws-errormessage, .d2019 form.default p.ws-errormessage {
  color: #d54646;
  font-size: 12px;
  padding-left: 1rem;
}
/* line 109, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .has-error .dropzone-ctn,
form .has-error select,
.d2019 form.default .has-error select,
form .has-error textarea,
.d2019 form.default .has-error textarea,
form .has-error input,
.d2019 form.default .has-error input {
  border-color: #d54646;
}
/* line 118, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .select-element-mask, .d2019 form.default .select-element-mask {
  position: relative;
}
/* line 120, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .select-element-mask:after, .d2019 form.default .select-element-mask:after {
  content: "\e663";
  font-family: "goodwall-ico";
  background-color: #fff;
  text-align: center;
  pointer-events: none;
  position: absolute;
  line-height: 2rem;
  right: 0.1875rem;
  top: 0.5rem;
  width: 1.875rem;
  font-size: 0.75rem;
  color: #999;
}
/* line 139, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .checkbox-element-mask input[type=checkbox] {
  display: none;
}
/* line 143, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .checkbox-element-mask input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
}
/* line 147, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .checkbox-element-mask input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.8125rem;
  width: 1.625rem;
  height: 1.625rem;
  border: 0.1875rem solid #ebebeb;
  border-radius: 50%;
  background-color: #ffffff;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .checkbox-element-mask input[type=checkbox]:checked + label:after {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  margin-top: -0.875rem;
  font-family: "goodwall-ico";
  font-size: 0.875rem;
  content: "\e65c";
  color: #96C651;
}
/* line 177, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .checkbox-element-mask label, .d2019 form.default .checkbox-element-mask label {
  color: #333333;
  font-family: "proxima-nova-regular";
  font-size: 0.875rem;
  text-transform: none;
  padding-left: 2.1875rem;
  line-height: 1.875rem;
}
/* line 189, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .radio-element-mask input[type=radio] {
  display: none;
}
/* line 193, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .radio-element-mask input[type=radio] + label {
  cursor: pointer;
  position: relative;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .radio-element-mask input[type=radio] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.8125rem;
  width: 1.625rem;
  height: 1.625rem;
  border: 0.1875rem solid #ebebeb;
  border-radius: 50%;
  background-color: #ffffff;
}
/* line 214, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .radio-element-mask input[type=radio]:checked + label:after {
  position: absolute;
  left: 0.5625rem;
  top: 50%;
  margin-top: -0.25rem;
  display: block;
  background-color: #96C651;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
/* line 229, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .radio-element-mask label, .d2019 form.default .radio-element-mask label {
  color: #333333;
  font-family: "proxima-nova-regular";
  font-size: 0.875rem;
  text-transform: none;
  padding-left: 2.1875rem;
  line-height: 1.875rem;
}
/* line 239, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .gmapsMapCanvas, .d2019 form.default .gmapsMapCanvas {
  margin-top: 0.9375rem;
  border-radius: 3px;
}
/* line 244, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .range-selector-editor, .d2019 form.default .range-selector-editor {
  position: relative;
}
/* line 247, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .range-selector-editor .range-bar {
  height: 0.3125rem;
  padding-left: 0.9375rem;
  border: 0;
}
/* line 252, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .range-selector-editor .noUi-background {
  background-color: #ebebeb;
  box-shadow: none;
}
/* line 257, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .range-selector-editor .noUi-connect {
  background-color: #96C651;
  box-shadow: none;
}
/* line 262, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .range-selector-editor .noUi-handle {
  width: 1.25rem;
  height: 1.25rem;
  top: -0.5rem;
  border: 0.125rem solid #96C651;
  border-radius: 50%;
}
/* line 269, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .range-selector-editor .noUi-handle:before {
  height: 0.5625rem;
  left: 0.375rem;
  top: 0.1875rem;
}
/* line 275, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .range-selector-editor .noUi-handle:after {
  height: 0.5625rem;
  left: 0.5625rem;
  top: 0.1875rem;
}
/* line 282, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .range-selector-editor .min-value-label,
form .range-selector-editor .max-value-label {
  position: absolute;
  bottom: 0;
}
/* line 288, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form .range-selector-editor .max-value-label {
  right: 0.625rem;
}
/* line 293, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_forms.themes.scss */
form input[type="checkbox"], .d2019 form.default input[type="checkbox"],
form input[type="radio"],
.d2019 form.default input[type="radio"] {
  width: initial;
  height: initial;
}

/* line 3, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-elements.scss */
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 0.625rem;
}
/* line 9, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-elements.scss */
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  margin-left: -1.25rem;
  border: 2px solid #BBBBBB;
  border-radius: 0.1875rem;
  -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
/* line 22, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-elements.scss */
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  top: 0;
  margin-left: -1rem;
  padding-top: 0.0625rem;
  font-size: 0.75rem;
  color: #666666;
}
/* line 36, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-elements.scss */
.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}
/* line 40, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-elements.scss */
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "goodwall-ico";
  content: "\e65c";
}
/* line 46, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-elements.scss */
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

/* line 53, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-elements.scss */
form .click-stats-filters {
  padding-top: 0.3125rem;
}
/* line 56, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-elements.scss */
form .click-stats-filters input {
  display: inline-block;
  width: 10rem;
}
/* line 61, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-elements.scss */
form .click-stats-filters .dash-padding {
  padding: 0 0.75rem;
}

/* line 1, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-editors.scss */
.editor-selection-items {
  padding: 0.625rem 0.3125rem;
}
/* line 4, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-editors.scss */
.editor-selection-items .editor-selection-item {
  display: inline-block;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.625rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #51596B;
  text-transform: none;
  font-size: 0.9375rem;
  color: #ffffff;
}
/* line 16, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-editors.scss */
.editor-selection-items .editor-selection-item .remove-button {
  cursor: pointer;
}
/* line 19, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/_form-editors.scss */
.editor-selection-items .editor-selection-item .remove-button:after {
  font-size: 0.625rem;
  font-family: "goodwall-ico";
  color: #BBBBBB;
  content: "\e652";
  vertical-align: middle;
  padding: 0 0.3125rem;
}

/* ===========================
   Topbar
   =========================== */
/* line 2, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar {
  position: absolute;
  height: 3.125rem;
  width: 100%;
  z-index: 2;
}
/* line 10, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar [class*="block-grid-"] {
  margin-left: 0;
  margin-right: 0;
}
/* line 15, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar [data-region="left"] {
  display: none;
  float: left;
}
/* line 20, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar [data-region="center"] {
  position: absolute;
  width: 100%;
  text-align: center;
}
/* line 26, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar [data-region="left"],
.navigation-bar [data-region="right"] {
  position: relative;
  z-index: 1;
}
/* line 32, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar [navigation-item="unidashboard"],
.navigation-bar [navigation-item="logout"] {
  display: none;
}
/* line 37, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-item-logo {
  display: none;
  padding-top: 1rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 37, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-item-logo {
    display: block;
  }
}
/* line 45, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-item-logo .goodwall-logo {
  font-size: 2.125rem;
}
@media only screen and (max-width: 40em) {
  /* line 55, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .university-navigation-bar.navigation-bar [data-region="right"] {
    position: absolute;
    right: 0;
  }
  /* line 59, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .university-navigation-bar.navigation-bar .navigation-menu .navigation-item-login-signup a.button.small.contact-us {
    float: right;
    width: auto;
    margin: 0;
    margin-top: 0.1875rem;
    margin-right: 0.1875rem;
    padding: 0.5625rem 0.1875rem;
    height: auto;
  }
  /* line 69, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .university-navigation-bar.navigation-bar .navigation-menu .navigation-item-logo {
    padding: 0;
    margin-top: 0.1875rem;
  }
}
/* line 79, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.onboarding-bar.navigation-bar [data-region="left"],
.onboarding-bar.navigation-bar [data-region="right"] {
  position: relative;
}
@media only screen and (min-width: 40.063em) {
  /* line 79, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .onboarding-bar.navigation-bar [data-region="left"],
  .onboarding-bar.navigation-bar [data-region="right"] {
    display: none !important;
  }
}
/* line 87, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.onboarding-bar.navigation-bar [data-region="left"] .icon-arrow-l,
.onboarding-bar.navigation-bar [data-region="left"] .icon-arrow-r,
.onboarding-bar.navigation-bar [data-region="right"] .icon-arrow-l,
.onboarding-bar.navigation-bar [data-region="right"] .icon-arrow-r {
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
}
/* line 94, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.onboarding-bar.navigation-bar [data-region="left"] .icon-arrow-l,
.onboarding-bar.navigation-bar [data-region="right"] .icon-arrow-l {
  left: 0.3125rem;
}
/* line 97, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.onboarding-bar.navigation-bar [data-region="left"] .icon-arrow-r,
.onboarding-bar.navigation-bar [data-region="right"] .icon-arrow-r {
  right: 0.3125rem;
}
/* line 102, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.onboarding-bar.navigation-bar [data-region="left"] {
  display: none;
  float: left;
  padding-left: 1.875rem;
}
/* line 108, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.onboarding-bar.navigation-bar [data-region="right"] {
  display: none;
  float: right;
  padding-right: 1.875rem;
}
/* line 114, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.onboarding-bar.navigation-bar .swipe-controls-ctn {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  /* line 114, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .onboarding-bar.navigation-bar .swipe-controls-ctn {
    display: block;
  }
}
/* line 124, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu > li {
  height: 3.125rem;
  line-height: 2.625rem;
  padding: 0;
}
/* line 129, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu > li > a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
/* line 136, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu [class^="icon-"],
.navigation-bar .navigation-menu [class*="icon-"],
.navigation-bar .navigation-menu nav-label {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 143, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu.small-block-grid-4 > li:nth-of-type(4n+1), .navigation-bar .navigation-menu.small-block-grid-5 > li:nth-of-type(5n+1) {
  clear: none;
}
/* line 148, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu nav-label {
  display: none;
}
/* line 153, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu .navigation-item-search {
  display: none;
  padding-top: 0.625rem;
}
/* line 157, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu .navigation-item-search input[type="search"] {
  margin: 0;
  width: 10.625rem;
}
/* line 167, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu .navigation-item-profile .fullname-link .view-profile,
.navigation-bar .navigation-menu .navigation-item-profile .fullname-link .username {
  display: block;
}
/* line 171, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu .navigation-item-profile .fullname-link .username {
  margin-top: 0.3125rem;
}
/* line 177, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu .navigation-item-create-achievement {
  padding: 0;
  display: none;
}
/* line 181, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu .navigation-item-create-achievement nav-label {
  display: inline;
}
/* line 186, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu .navigation-profile {
  margin: 0 auto;
  margin-top: 0.5rem;
}
/* line 191, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu .navigation-profile img {
  height: 2.125rem;
  width: 2.125rem;
  border-radius: 50%;
}
/* line 200, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu .navigation-item-login-signup .to-fully-enjoy {
  display: none;
}
@media only screen and (min-width: 90.063em) {
  /* line 200, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu .navigation-item-login-signup .to-fully-enjoy {
    display: inline;
  }
}
/* line 207, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu .navigation-item-login-signup a {
  display: inline;
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu .navigation-item-login-signup a.button.small {
  padding: 0.4375rem 0.9375rem;
  margin-top: 0.375rem;
  margin-left: 0.1875rem;
  margin-right: 0.1875rem;
}
/* line 217, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu #xsmall-side-navbar-menu {
  display: none;
}
@media only screen and (max-width: 24em) {
  /* line 217, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu #xsmall-side-navbar-menu {
    display: block;
  }
}
/* line 225, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
.navigation-bar .navigation-menu #fake-xsmall-to-small {
  display: none;
}
@media only screen and (max-width: 40em) {
  /* line 225, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu #fake-xsmall-to-small {
    display: block;
  }
}
@media only screen and (max-width: 24em) {
  /* line 225, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu #fake-xsmall-to-small {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 2, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar {
    height: 4.375rem;
  }
  /* line 242, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar [data-region="right"] {
    float: right;
  }
  /* line 246, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar [data-region="left"] {
    display: block;
  }
  /* line 250, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar [navigation-item="unidashboard"],
  .navigation-bar [navigation-item="logout"] {
    display: block;
  }
  /* line 257, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu > li {
    min-width: 4rem;
    line-height: 3.9375rem;
    height: 4.375rem;
  }
  /* line 263, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu .navigation-profile {
    margin-top: 0.8125rem;
  }
  /* line 265, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu .navigation-profile img {
    height: 2.25rem;
    width: 2.25rem;
  }
  /* line 271, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu .navigation-item-login-signup {
    margin-right: 0.9375rem;
    padding-top: 0.125rem;
  }
  /* line 276, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu .navigation-item-create-achievement {
    display: block;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 284, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar [data-region="right"] {
    padding-right: 0.9375rem;
  }
  /* line 290, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu > li {
    height: 4.375rem;
    min-width: 5.8125rem;
  }
  /* line 295, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu nav-label {
    display: block;
  }
  /* line 299, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu .create-achievement {
    margin-top: 0.5rem;
  }
  /* line 303, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu .navigation-profile {
    margin-top: 0.625rem;
  }
  /* line 305, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu .navigation-profile img {
    height: 2.875rem;
    width: 2.875rem;
  }
  /* line 311, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu .navigation-item-search {
    display: block;
  }
  /* line 314, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu .navigation-item-search input[type="search"] {
    width: 10.625rem;
  }
  /* line 320, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.layout.scss */
  .navigation-bar .navigation-menu .navigation-profile.small-img-circular img {
    margin-top: -0.5rem;
  }
}

/* ===========================
   Topbar theme
   =========================== */
/* line 6, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar {
  background: #f9f9f9;
  border-bottom: 0.0625rem solid #c8c8c8;
}
/* line 12, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.onboarding-bar.navigation-bar {
  line-height: 3.375rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 12, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
  .onboarding-bar.navigation-bar {
    line-height: 4.375rem;
  }
}
/* line 19, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.onboarding-bar.navigation-bar .icon-pinguin {
  font-size: 1.8125rem;
  color: #8f5edd;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 25, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.onboarding-bar.navigation-bar [data-region="left"],
.onboarding-bar.navigation-bar [data-region="right"] {
  color: #51596B;
  font-family: "proxima-nova-bold";
  font-size: 0.875rem;
  cursor: pointer;
}
/* line 32, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.onboarding-bar.navigation-bar [data-region="left"].active,
.onboarding-bar.navigation-bar [data-region="right"].active {
  color: #8f5edd !important;
}
/* line 36, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.onboarding-bar.navigation-bar [data-region="left"] .icon-arrow-l,
.onboarding-bar.navigation-bar [data-region="left"] .icon-arrow-r,
.onboarding-bar.navigation-bar [data-region="right"] .icon-arrow-l,
.onboarding-bar.navigation-bar [data-region="right"] .icon-arrow-r {
  font-size: 1.25rem;
}
/* line 45, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu > li {
  line-height: 2.625rem;
  text-align: center;
  clear: none;
}
/* line 51, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu > li:hover [class^="icon-"],
.navigation-bar .navigation-menu > li:hover [class*="icon-"], .navigation-bar .navigation-menu > li.selected [class^="icon-"],
.navigation-bar .navigation-menu > li.selected [class*="icon-"] {
  color: #8f5edd;
}
/* line 55, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu > li:hover nav-label, .navigation-bar .navigation-menu > li.selected nav-label {
  color: #8f5edd;
}
/* line 61, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu [class^="icon-"],
.navigation-bar .navigation-menu [class*="icon-"] {
  font-size: 1.6875rem;
}
/* line 66, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu nav-label {
  color: #b8bcc7;
  line-height: 0.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
}
/* line 72, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu nav-label:hover {
  color: #8f5edd;
}
/* line 77, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu .navigation-item-logo {
  border: 0 !important;
}
/* line 82, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu .navigation-item-search {
  border: 0 !important;
}
/* line 88, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu .navigation-item-profile .fullname-link {
  line-height: 1.5rem;
}
/* line 91, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu .navigation-item-profile .fullname-link .username {
  font-size: 0.875rem;
  font-family: "proxima-nova-bold";
}
/* line 96, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu .navigation-item-profile .fullname-link .view-profile {
  color: #999999;
}
/* line 102, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu .navigation-item-create-achievement {
  background: #efefef;
  color: #f9f9f9;
  border: 0 !important;
}
/* line 107, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu .navigation-item-create-achievement nav-label {
  color: #51596B;
  font-weight: bold;
}
/* line 112, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu .navigation-item-create-achievement .show-add-achievement {
  border-bottom: 0.0625rem solid #c8c8c8;
}
/* line 117, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
.navigation-bar .navigation-menu .navigation-item-login-signup {
  text-transform: uppercase;
  color: #51596B;
  line-height: 3.125rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 128, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
  .navigation-bar .navigation-menu > li {
    line-height: 3.9375rem;
  }
  /* line 132, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
  .navigation-bar .navigation-menu .navigation-item-login-signup {
    line-height: 3.9375rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 141, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
  .navigation-bar .navigation-menu > li {
    line-height: 2.875rem;
  }
  /* line 144, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.themes.scss */
  .navigation-bar .navigation-menu .navigation-item-login-signup {
    line-height: 3.9375rem;
  }
}

/* ===========================
   Topbar states
   =========================== */
/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.states.scss */
[no-top-bar] [data-region="navigation-bar"] {
  display: none !important;
}

/* line 18, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.states.scss */
[data-module="statics"][data-action="universities"] [ui="contact-us-univerisity"] {
  display: none !important;
}
@media only screen and (min-width: 40.063em) {
  /* line 18, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/topbar/_topbar.states.scss */
  [data-module="statics"][data-action="universities"] [ui="contact-us-univerisity"] {
    display: inline !important;
  }
}

/* ===========================
   Overlay
   =========================== */
/* line 2, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn .header-ctn {
  padding: 1.875rem;
}
/* line 6, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn .content-ctn {
  padding: 1.875rem;
  background-color: #FBFBFB;
}
/* line 10, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn .content-ctn .add-top-padding {
  padding-top: 1.875rem;
}
/* line 14, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn .content-ctn .title {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  color: #BBBBBB;
}
/* line 34, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn .footer-ctn {
  padding: 1.875rem;
}
/* line 37, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn .footer-ctn .title {
  font-size: 1rem;
}
/* line 41, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn .footer-ctn .clipboard {
  margin-top: 0.9375rem;
  background-color: #FBFBFB;
}
/* line 46, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn .footer-ctn .right-button-ctn {
  margin-top: 1.875rem;
  text-align: right;
}
/* line 51, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn .footer-ctn .center-button-ctn {
  text-align: center;
}
/* line 55, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn .footer-ctn .button-bar {
  margin-top: 1.875rem;
}
/* line 60, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn .capitalize {
  text-transform: capitalize;
}
/* line 64, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn .hide-text {
  color: transparent !important;
}
/* line 68, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/common/_common.modal.scss */
.common-modal-ctn button {
  position: relative;
}

/* ===========================
   Overlay modal layout
   =========================== */
/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/modal/_overlay-modal.layout.scss */
.overlay-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* ===========================
   Overlay modal themes
   =========================== */
/* ===========================
   Overlay modal states
   =========================== */
/* line 6, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/modal/_overlay-modal.states.scss */
.active.overlay-modal {
  z-index: 1800;
  height: auto;
  -moz-animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
/* line 12, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/modal/_overlay-modal.states.scss */
.closing.overlay-modal {
  -moz-animation: fadeOut 0.5s;
  -webkit-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;
}
/* line 16, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/modal/_overlay-modal.states.scss */
.switch-off-overlay.overlay-modal {
  background-image: none;
}

/* ===========================
   Overlay layout
   =========================== */
/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.overlay-container {
  top: 0;
  position: fixed;
  z-index: 1900;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
/* line 13, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.overlay-container .old-style-overlay,
.overlay-container .new-style-overlay {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  /* line 18, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
  .overlay-container:not(.d2019Overlay) {
    top: 25px;
    left: 50%;
    width: 57.5rem;
    height: 80%;
    min-height: 31.25rem;
    margin-left: -28.75rem;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 18, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
  .overlay-container:not(.d2019Overlay) {
    top: 75px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 33, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
  .d2019Overlay.overlay-container {
    left: 50%;
    width: 48rem;
    margin-left: -24rem;
  }
}
@media only screen and (min-width: 992px) {
  /* line 33, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
  .d2019Overlay.overlay-container {
    left: 50%;
    width: 49.5rem;
    margin-left: -24.75rem;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 47, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
  .overlay-container--video.overlay-container {
    margin-left: 0;
    left: 5%;
    right: 5%;
    width: auto;
    height: auto !important;
    min-height: auto !important;
    top: 5%;
    bottom: 5%;
  }
}
/* line 60, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.overlay-container .overlay-header {
  z-index: 100;
  min-height: 50px;
  padding-left: 0.9375rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 60, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
  .overlay-container .overlay-header {
    height: auto;
  }
}
/* line 72, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.overlay-container .overlay-header .overlay-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0;
  z-index: 2;
}
/* line 84, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.overlay-container .overlay-body {
  position: absolute;
  top: 50px;
  bottom: 0;
  width: 100%;
}
/* line 91, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.overlay-container .overlay-footer {
  position: absolute;
  bottom: 0;
  height: 3.5rem;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 20px;
  margin-top: 15px;
}
/* line 100, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.overlay-container .overlay-footer [data-button="cancel"] {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  /* line 108, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
  .new-stylesheet.overlay-container {
    top: 25px;
    height: 80%;
    min-height: 31.25rem;
    left: 50%;
    width: 28.75rem;
    margin-left: -14.375rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 108, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
  .new-stylesheet.overlay-container {
    width: 47.5rem;
    margin-left: -23.75rem;
  }
}
/* line 123, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.new-stylesheet.small.overlay-container {
  width: 28.75rem !important;
  margin-left: -14.375rem !important;
}
/* line 128, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.new-stylesheet.overlay-container .header-ctn {
  padding: 1.875rem;
  padding-top: 1.375rem;
  padding-bottom: 0.875rem;
}
/* line 133, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.new-stylesheet.overlay-container .header-ctn .overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
/* line 141, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.new-stylesheet.overlay-container .content-ctn {
  padding: 1.875rem;
}
/* line 144, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.new-stylesheet.overlay-container .content-ctn .title {
  margin-bottom: 0.625rem;
}
/* line 149, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.new-stylesheet.overlay-container .footer-ctn {
  padding: 1.125rem;
  padding-bottom: 1.375rem;
}
/* line 153, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.layout.scss */
.new-stylesheet.overlay-container .footer-ctn .clipboard {
  margin-top: 0.9375rem;
}

/* ===========================
   Overlay themes
   =========================== */
/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.overlay-container {
  background: #ffffff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 40.063em) {
  /* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
  .overlay-container {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  }
}
/* line 14, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.is-scrollable.overlay-container {
  background: #ffffff;
}
/* line 23, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.new-stylesheet.overlay-container .content-ctn {
  background-color: #FBFBFB;
}
/* line 26, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.new-stylesheet.overlay-container .content-ctn .title {
  font-size: 0.875rem;
  color: #BBBBBB;
}
/* line 32, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.new-stylesheet.overlay-container .footer-ctn {
  text-align: right;
}
/* line 35, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.new-stylesheet.overlay-container .footer-ctn .title {
  font-size: 1rem;
}
/* line 39, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.new-stylesheet.overlay-container .footer-ctn .clipboard {
  background-color: #FBFBFB;
}
/* line 43, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.new-stylesheet.overlay-container .footer-ctn .close-button-ctn {
  text-align: right;
}
/* line 47, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.new-stylesheet.overlay-container .footer-ctn .add-child-button-ctn {
  text-align: center;
}
/* line 53, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.overlay-container .overlay-header {
  text-transform: capitalize;
  text-align: left;
  color: #666d7f;
  font-family: "proxima-nova-bold";
  font-size: 1.125rem;
  background: #fbfbfb;
  line-height: 3.125rem;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0px 0px;
}
@media only screen and (min-width: 40.063em) {
  /* line 53, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
  .overlay-container .overlay-header {
    font-size: 1.5rem;
  }
}
/* line 67, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.overlay-container .overlay-header .overlay-close {
  border: none;
  background-color: transparent;
  text-align: center;
}
/* line 73, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.overlay-container .overlay-header .overlay-close.grey {
  color: #BBBBBB;
}
/* line 77, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.overlay-container .overlay-header .overlay-close.white {
  color: #ffffff;
}
/* line 81, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.overlay-container .overlay-header .overlay-close:hover, .overlay-container .overlay-header .overlay-close:active {
  color: #8f5edd !important;
}
/* line 86, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.overlay-container .overlay-header .overlay-close:hover, .overlay-container .overlay-header .overlay-close:active, .overlay-container .overlay-header .overlay-close:focus, .overlay-container .overlay-header .overlay-close:active.hover, .overlay-container .overlay-header .overlay-close:active.focus {
  color: #8f5edd;
}
/* line 92, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.themes.scss */
.overlay-container .overlay-footer {
  text-align: center;
  border-top: 1px solid #BBBBBB;
}

/* ===========================
   Overlay states
   =========================== */
/* line 7, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.overlay-container .old-style-overlay {
  display: block;
}
/* line 14, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.new-stylesheet.overlay-container .old-style-overlay {
  display: none;
}
/* line 17, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.new-stylesheet.overlay-container .d2018v1-style-overlay {
  display: none;
}
/* line 20, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.new-stylesheet.overlay-container .new-style-overlay {
  display: block;
}
/* line 25, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.new-stylesheet.no-headers.overlay-container .header-ctn {
  padding: 0;
}
/* line 29, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.new-stylesheet.no-headers.overlay-container .overlay-body {
  top: 0;
}
/* line 42, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.d2018v1-stylesheet.overlay-container .old-style-overlay {
  display: none;
}
/* line 45, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.d2018v1-stylesheet.overlay-container .new-style-overlay {
  display: none;
}
/* line 48, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.d2018v1-stylesheet.overlay-container .d2018v1-style-overlay {
  display: block;
}
/* line 52, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.d2018v1-stylesheet.overlay-container .d2018v1-style-overlay .overlay-header .overlay-close {
  position: fixed;
  color: white;
  font-size: 18px;
  right: 15px;
}
/* line 58, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.d2018v1-stylesheet.overlay-container .d2018v1-style-overlay .overlay-header .overlay-close:hover {
  color: white !important;
}
/* line 64, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.d2018v1-stylesheet.overlay-container .d2018v1-style-overlay .header-line {
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  position: absolute;
}
@media only screen and (min-width: 64.063em) {
  /* line 64, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
  .d2018v1-stylesheet.overlay-container .d2018v1-style-overlay .header-line {
    height: 15px;
  }
}
/* line 75, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.d2018v1-stylesheet.overlay-container .d2018v1-style-overlay [data-region="content-region-2018v1"] {
  padding: 20px;
}
@media only screen and (min-width: 40.063em) {
  /* line 75, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
  .d2018v1-stylesheet.overlay-container .d2018v1-style-overlay [data-region="content-region-2018v1"] {
    padding: 35px;
  }
}
/* line 84, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.d2018v1-stylesheet.overlay-container .d2018v1-style-overlay.full-size .header-line {
  display: none;
}
/* line 88, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.d2018v1-stylesheet.overlay-container .d2018v1-style-overlay.full-size [data-region="content-region-2018v1"] {
  padding: 0;
}
/* line 94, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.d2018v1-stylesheet.overlay-container .d2018v1-style-overlay.no-content-region-padding [data-region="content-region-2018v1"] {
  padding: 0;
}
/* line 101, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.opening.overlay-container {
  -moz-animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
/* line 105, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.closing.overlay-container {
  -moz-animation: fadeOut 0.5s;
  -webkit-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;
}
/* line 109, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.is-scrollable.overlay-container {
  position: relative;
  height: auto;
  min-height: 100%;
  top: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 109, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
  .is-scrollable.overlay-container {
    top: 25px;
    height: auto !important;
    min-height: 0% !important;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 109, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
  .is-scrollable.overlay-container {
    top: 75px;
  }
}
/* line 127, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.is-scrollable.overlay-container .overlay-body {
  position: relative;
  top: auto;
  bottom: auto;
}
/* line 135, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.no-header.overlay-container .overlay-header {
  position: absolute;
  width: 100%;
  min-height: 0;
  height: 0;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 135, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
  .no-header.overlay-container .overlay-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 147, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.no-header.overlay-container .overlay-body {
  top: 0;
}
/* line 153, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.has-footer.overlay-container .overlay-body {
  position: relative;
  top: 50px;
  width: 100%;
  padding-bottom: 8.5rem;
}
/* line 161, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.create-school-period.overlay-container {
  padding-bottom: 15.625rem;
}
/* line 167, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.landing-page-forms.overlay-container .old-style-overlay .overlay-header .overlay-close:hover {
  color: #707786 !important;
}
/* line 171, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.landing-page-forms.overlay-container .old-style-overlay .manage-entity {
  padding: 0;
}
/* line 174, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.landing-page-forms.overlay-container .old-style-overlay .manage-entity .entity-form {
  margin-top: 0;
}
/* line 178, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.landing-page-forms.overlay-container .old-style-overlay .manage-entity h1 {
  font-family: "proxima-nova-regular";
  font-size: 1.75rem;
  text-align: center;
  line-height: 2.25rem;
  color: #707786;
  margin: auto;
  padding-top: 2.5rem;
  margin-bottom: 0.625rem;
  text-transform: none;
  max-width: 34.375rem;
}
/* line 191, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.landing-page-forms.overlay-container .old-style-overlay .manage-entity [data-region="settings-form"] {
  background-color: #E5E7EC;
  padding: 1.5625rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 195, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
  .landing-page-forms.overlay-container .old-style-overlay .manage-entity [data-region="settings-form"] .row.book-row {
    margin-top: 15px;
  }
}
/* line 201, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.landing-page-forms.overlay-container .old-style-overlay .manage-entity [data-region="settings-form"] label {
  font-family: "proxima-nova-regular";
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #707786;
  text-transform: none;
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.landing-page-forms.overlay-container .old-style-overlay .manage-entity [data-region="settings-form"] input {
  border: none;
}
/* line 213, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.landing-page-forms.overlay-container .old-style-overlay .manage-entity [data-region="settings-form"] .hubspot-error-message {
  font-family: "proxima-nova-regular";
  font-size: 1.125rem;
  text-align: center;
  color: #666666;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.landing-page-forms.overlay-container .old-style-overlay .manage-entity [ui="buttons-bar"] > .button {
  background-color: #EE8323;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  font-family: "proxima-nova-bold";
  font-size: 1.125rem;
  height: 3rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
/* line 235, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.company-example-profile.overlay-container {
  width: 90%;
  margin: auto;
  left: 0;
  max-width: 1400px;
  margin-bottom: 100px;
}
/* line 243, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/overlay/_overlay.states.scss */
.overlay-organization-hubspot-forms.overlay-container {
  width: 90%;
  margin: auto;
  left: 0;
  max-width: 1280px;
  margin-bottom: 100px;
}

/* line 2, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlay-notifications.scss */
.overlay-modal .overlay-level-up {
  text-align: center;
}
/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlay-notifications.scss */
.overlay-modal .overlay-level-up .overlay-notifications-level-up-ribbon {
  margin: 2.1875rem auto 0 auto;
  width: 18.75rem;
  height: 6.25rem;
  background-image: url("/app/images/overlay-notifications/ribbon_level_up.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 12, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlay-notifications.scss */
.overlay-modal .overlay-level-up .overlay-notifications-level-up-ribbon .overlay-notifications-level-up-ribbon-text {
  text-align: center;
  vertical-align: middle;
  line-height: 5rem;
}
/* line 18, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlay-notifications.scss */
.overlay-modal .overlay-level-up .overlay-notifications-level-up-msg {
  margin-top: 0.9375rem;
}
/* line 21, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlay-notifications.scss */
.overlay-modal .overlay-level-up .overlay-notifications-level-up-title {
  font-family: "shortstack";
}
/* line 24, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlay-notifications.scss */
.overlay-modal .overlay-level-up .overlay-notifications-level-up-penguin {
  height: 10rem;
  margin-top: 0.625rem;
}
/* line 28, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlay-notifications.scss */
.overlay-modal .overlay-level-up .overlay-notifications-level-up-profile-promotion {
  margin: 0.9375rem auto 0.9375rem auto;
  width: 18.75rem;
  height: 2.5rem;
  color: #f7ac6d;
  cursor: pointer;
}
/* line 35, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlay-notifications.scss */
.overlay-modal .overlay-level-up .overlay-notifications-level-up-profile-promotion:before {
  font-family: "goodwall-ico";
  font-size: 1.5rem;
  font-weight: bold;
  content: "\e650";
}
/* line 41, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlay-notifications.scss */
.overlay-modal .overlay-level-up .overlay-notifications-level-up-profile-promotion .overlay-notifications-level-up-profile-promotion-text {
  display: inline;
}
/* line 45, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlay-notifications.scss */
.overlay-modal .overlay-level-up .overlay-notifications-level-up-buttons {
  margin-top: 0.9375rem;
}
/* line 47, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlay-notifications.scss */
.overlay-modal .overlay-level-up .overlay-notifications-level-up-buttons .overlay-notifications-level-up-button {
  text-transform: capitalize;
  line-height: 0.07813rem;
  height: 2.5rem;
  width: 8.75rem;
}
/* line 52, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlay-notifications.scss */
.overlay-modal .overlay-level-up .overlay-notifications-level-up-buttons .overlay-notifications-level-up-button:first-child {
  margin-right: 0.9375rem;
}

/* line 1, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper {
  font-family: "proxima-nova-regular", "proxima-nova-regular", "Helvetica", Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
/* line 15, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.cropper-overlay .overlay-cropper {
  min-height: 31.5rem;
}
/* line 20, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .crop-header {
  position: absolute;
  width: 100%;
  height: 3.125rem;
  text-align: left;
  background-color: #f9f9f9;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0px 0px;
}
/* line 29, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .crop-header .crop-header-title {
  margin: 0.9375rem 0.9375rem;
  font-family: "proxima-nova-bold", "proxima-nova-regular", "Helvetica", Helvetica, Arial, sans-serif;
  color: #666666;
}
/* line 37, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .cropper-drag-box {
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 3px 3px;
}
/* line 41, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .crop-panel {
  position: absolute;
  height: 100%;
  width: 100%;
}
/* line 47, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .crop-panel .mobile-cropper-dashes-banner {
  left: 25%;
  width: 50%;
}
/* line 52, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .crop-panel .mobile-cropper-dashes-content {
  left: 20%;
  width: 60%;
}
/* line 58, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .crop-button {
  position: absolute;
  bottom: 0;
  width: 7.5rem;
  height: 2.8125rem;
  margin-bottom: 0.9375rem;
  line-height: 50%;
  border: 2px solid white;
  color: white;
  background: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 40.063em) {
  /* line 58, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
  .overlay-cropper .crop-button {
    margin-bottom: 1.5625rem;
  }
}
/* line 73, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .crop-button:nth-of-type(1) {
  left: 0;
  margin-left: 0.9375rem;
}
/* line 78, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .crop-button:nth-of-type(2) {
  right: 0;
  margin-right: 0.9375rem;
}
/* line 84, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .zoom-controls {
  position: absolute;
  left: 50%;
  margin-left: -7.8125rem;
  width: 15.625rem;
  height: 1.5625rem;
  bottom: 5rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 84, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
  .overlay-cropper .zoom-controls {
    bottom: 2.1875rem;
  }
}
/* line 96, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .zoom-controls .zoom-up {
  display: none;
  width: 100%;
  height: 1.875rem;
  margin-bottom: 0.3125rem;
  text-align: center;
  cursor: pointer;
}
/* line 104, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .zoom-controls .zoom-up:before {
  font-family: "goodwall-ico";
  color: white;
  content: "\e65a";
}
/* line 110, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .zoom-controls .zoom-down {
  display: none;
  width: 100%;
  height: 1.875rem;
  margin-top: 0.3125rem;
  text-align: center;
  line-height: 250%;
  cursor: pointer;
}
/* line 119, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .zoom-controls .zoom-down:before {
  font-family: "goodwall-ico";
  color: white;
  content: "\e663";
}
/* line 126, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .zoom-controls .zoom-bar {
  position: relative;
  border: 1px solid white;
  border-radius: 0.8125rem;
  width: 100%;
  height: 100%;
}
/* line 133, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/image-cropper/_image-cropper.scss */
.overlay-cropper .zoom-controls .zoom-bar .zoom-slider {
  position: absolute;
  left: -0.0625rem;
  width: 1.5625rem;
  height: 100%;
  background-color: white;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
}

/* line 27, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/overlays/_overlays.scss */
.overlay-modal.overlay-d2018v1 {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 2, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
.manage-entity.default {
  padding: 1.25rem;
}
/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
.manage-entity.default .header-part {
  padding: 0 0.9375rem;
}
/* line 9, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
.manage-entity.default .entity-form {
  margin-top: 1.875rem;
}
/* line 15, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
.manage-entity.d2018v1 h1 {
  color: #4F5C78;
  font-size: 20px;
  line-height: 30px;
  text-transform: initial;
  font-family: "proxima-nova-regular";
}
@media only screen and (min-width: 64.063em) {
  /* line 15, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
  .manage-entity.d2018v1 h1 {
    color: #707786;
    font-size: 24px;
    line-height: 42px;
  }
}
/* line 28, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
.manage-entity.d2018v1 h1.organization-hubspot-form-title {
  color: #4F5C78;
  font-family: "proxima-nova-regular";
  font-size: 20px;
  line-height: 30px;
  display: none;
}
@media only screen and (min-width: 40.063em) {
  /* line 28, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
  .manage-entity.d2018v1 h1.organization-hubspot-form-title {
    display: block;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 28, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
  .manage-entity.d2018v1 h1.organization-hubspot-form-title {
    font-family: "proxima-nova-bold";
    font-size: 42px;
    line-height: 54px;
  }
}
/* line 47, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
.manage-entity.d2018v1 .entity-form {
  margin: 0 -15px;
}
/* line 50, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
.manage-entity.d2018v1 .entity-form .settings-form-container [ui="buttons-bar"].center-button {
  padding-bottom: 0;
}
/* line 55, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
.manage-entity.d2018v1 .entity-form form label {
  color: #707786;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
}
/* line 63, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
.manage-entity.d2018v1 .entity-form.requested-organizations {
  padding-top: 25px;
}
@media only screen and (min-width: 40.063em) {
  /* line 69, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/manage-entity/_manage-entity.scss */
  .manage-entity.d2018v1 [data-region="settings-form"] .row.book-row {
    margin-top: 15px;
  }
}

/* line 5, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_person-information-form.scss */
.person-information .person-information-form [ui-element="pictures"] {
  position: relative;
  text-align: center;
  margin-bottom: 0.75rem;
}
/* line 11, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_person-information-form.scss */
.person-information .person-information-form [ui-element="pictures"] [data-editors="profilePicture"]:not(.no-banner) {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 22, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_person-information-form.scss */
.person-information .person-information-form [ui-element="pictures"] [data-editors="profilePicture"] .dropzone-ctn {
  border-radius: 50%;
}
/* line 25, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_person-information-form.scss */
.person-information .person-information-form [ui-element="pictures"] [data-editors="profilePicture"] .dropzone-ctn .filter {
  border-radius: 50%;
}
/* line 29, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_person-information-form.scss */
.person-information .person-information-form [ui-element="pictures"] [data-editors="profilePicture"] .dropzone-ctn .progress-ctn {
  top: 50%;
}
/* line 33, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_person-information-form.scss */
.person-information .person-information-form [ui-element="pictures"] [data-editors="profilePicture"] .dropzone-ctn .dz-message {
  vertical-align: bottom;
  padding-bottom: 1.5625rem;
}
/* line 37, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_person-information-form.scss */
.person-information .person-information-form [ui-element="pictures"] [data-editors="profilePicture"] .dropzone-ctn .dz-message .label-addphoto {
  display: none;
}
/* line 48, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_person-information-form.scss */
.person-information .person-information-form [ui-element="pictures"] [data-editors="banner"] .dropzone-ctn .progress-ctn {
  top: 90%;
}
/* line 52, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_person-information-form.scss */
.person-information .person-information-form [ui-element="pictures"] [data-editors="banner"] .dropzone-ctn .dz-message {
  vertical-align: top;
  text-align: right;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
}
/* line 58, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_person-information-form.scss */
.person-information .person-information-form [ui-element="pictures"] [data-editors="banner"] .dropzone-ctn .dz-message .label-addphoto {
  display: none;
}

/* line 2, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
.create-opportunity-form-container {
  min-width: 50rem;
  max-width: 62.5rem;
  margin: 0 auto;
}
/* line 8, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
.create-opportunity-form-container.create-mode [data-action="cancel-form"] {
  display: none;
}
/* line 11, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
.create-opportunity-form-container.create-mode .back-button {
  display: none;
}
/* line 16, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
.create-opportunity-form-container [ui="buttons-bar"] {
  padding-bottom: 2.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 24, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
[data-region=settings-form] .opportunity-form-container {
  padding-left: 3rem;
  padding-right: 3rem;
}
/* line 28, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
[data-region=settings-form] .opportunity-form-container .back-button {
  margin-right: 0.3125rem;
}
/* line 32, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
[data-region=settings-form] .opportunity-form-container h1 {
  display: inline-block;
  padding-top: 2.0625rem;
}
/* line 37, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
[data-region=settings-form] .opportunity-form-container h2 {
  padding-top: 2.0625rem;
  padding-bottom: 0;
  margin-bottom: -1.8125rem;
}
/* line 43, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
[data-region=settings-form] .opportunity-form-container .body-editor textarea {
  margin-top: 0;
  height: 12.5rem;
  width: 100%;
}
/* line 49, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
[data-region=settings-form] .opportunity-form-container .picture-editor .dropzone-ctn {
  height: 12.5rem;
  width: 100%;
}
/* line 54, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
[data-region=settings-form] .opportunity-form-container .link-editor {
  margin-top: 5.25rem;
}
/* line 58, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
[data-region=settings-form] .opportunity-form-container .form-separator {
  width: 100%;
  height: 0.0625rem;
  border-top: 0.1875rem solid #ebebeb;
  margin-top: 2.5rem;
}
/* line 65, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
[data-region=settings-form] .opportunity-form-container .buttons-bar {
  margin-bottom: 2.5rem;
}
/* line 71, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
[data-region=settings-form] .opportunity-form-container [ui="call-to-actions-ctn"] h2 {
  padding-bottom: 2.0625rem;
}
/* line 76, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/forms/form-template-styles/_opportunity-form.scss */
[data-region=settings-form] .opportunity-form-container [ui="call-to-actions-ctn"].automated-messages-enabled h2 {
  padding-bottom: 0;
}

/* ===========================
   Default layout
   =========================== */
/* line 5, ../scss/modules/common/application/_application.layout.scss */
#root-wrapper,
[role="main"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
}
/* line 13, ../scss/modules/common/application/_application.layout.scss */
#root-wrapper.static,
[role="main"].static {
  position: static;
}
/* line 16, ../scss/modules/common/application/_application.layout.scss */
#root-wrapper.fixed,
[role="main"].fixed {
  position: fixed;
}
/* line 19, ../scss/modules/common/application/_application.layout.scss */
#root-wrapper.overflow-hidden,
[role="main"].overflow-hidden {
  overflow: hidden;
}

/* line 24, ../scss/modules/common/application/_application.layout.scss */
#root-wrapper {
  overflow-x: hidden;
  opacity: 1;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 31, ../scss/modules/common/application/_application.layout.scss */
#root-wrapper [role="main"] {
  z-index: 1;
  overflow-x: hidden;
  left: auto;
  right: 0;
  width: 100%;
  top: 50px;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (min-width: 40.063em) {
  /* line 31, ../scss/modules/common/application/_application.layout.scss */
  #root-wrapper [role="main"] {
    top: 4.375rem;
  }
}
/* line 46, ../scss/modules/common/application/_application.layout.scss */
#root-wrapper .side-navbar {
  float: left;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  /* line 46, ../scss/modules/common/application/_application.layout.scss */
  #root-wrapper .side-navbar {
    width: 12.5rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 46, ../scss/modules/common/application/_application.layout.scss */
  #root-wrapper .side-navbar {
    width: 18.75rem;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 46, ../scss/modules/common/application/_application.layout.scss */
  #root-wrapper .side-navbar {
    width: 21.875rem;
  }
}
/* line 64, ../scss/modules/common/application/_application.layout.scss */
#root-wrapper [data-region="main"] {
  min-height: 100%;
}
/* line 68, ../scss/modules/common/application/_application.layout.scss */
#root-wrapper .main-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 77, ../scss/modules/common/application/_application.layout.scss */
  [status="login"] #root-wrapper .main-wrapper {
    left: 12.5rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 77, ../scss/modules/common/application/_application.layout.scss */
  [status="login"] #root-wrapper .main-wrapper {
    left: 18.75rem;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 77, ../scss/modules/common/application/_application.layout.scss */
  [status="login"] #root-wrapper .main-wrapper {
    left: 21.875rem;
  }
}

/* line 92, ../scss/modules/common/application/_application.layout.scss */
[status="login"] #root-wrapper.side-navbar-closed .side-navbar {
  width: 3.375rem;
}
@media only screen and (max-width: 24em) {
  /* line 92, ../scss/modules/common/application/_application.layout.scss */
  [status="login"] #root-wrapper.side-navbar-closed .side-navbar {
    display: none;
  }
}
/* line 100, ../scss/modules/common/application/_application.layout.scss */
[status="login"] #root-wrapper.side-navbar-closed .main-wrapper {
  left: 3.375rem;
}
@media only screen and (max-width: 24em) {
  /* line 100, ../scss/modules/common/application/_application.layout.scss */
  [status="login"] #root-wrapper.side-navbar-closed .main-wrapper {
    left: 0;
  }
}

@media only screen and (max-width: 24em) {
  /* line 110, ../scss/modules/common/application/_application.layout.scss */
  [status="login"] #root-wrapper.side-navbar-opened .main-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  /* line 110, ../scss/modules/common/application/_application.layout.scss */
  [status="login"] #root-wrapper.side-navbar-opened .main-wrapper {
    display: none;
  }
}

/* line 123, ../scss/modules/common/application/_application.layout.scss */
#main {
  background: #efefef;
}
/* line 128, ../scss/modules/common/application/_application.layout.scss */
[data-module="quiz"][data-controller="onboarding"] #main {
  background: #ffffff;
}

/* line 134, ../scss/modules/common/application/_application.layout.scss */
[data-module=discover][data-controller=index][data-action=getguidance] [data-region=mobile-search] {
  display: none;
}

/* line 140, ../scss/modules/common/application/_application.layout.scss */
#main-content-area {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media only screen and (min-width: 40.063em) {
  /* line 140, ../scss/modules/common/application/_application.layout.scss */
  #main-content-area {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 140, ../scss/modules/common/application/_application.layout.scss */
  #main-content-area {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 58.33333%;
    left: 8.33333%;
    right: auto;
    float: left;
  }
}

/* line 152, ../scss/modules/common/application/_application.layout.scss */
#right-sidebar {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media only screen and (min-width: 40.063em) {
  /* line 152, ../scss/modules/common/application/_application.layout.scss */
  #right-sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 152, ../scss/modules/common/application/_application.layout.scss */
  #right-sidebar {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    left: 8.33333%;
    right: auto;
    float: left;
  }
}

/* line 2, ../scss/modules/common/application/_application.states.scss */
[no-top-bar] .main-wrapper {
  left: 0 !important;
}

/* ===========================
   Popup container
   =========================== */
/* line 5, ../scss/modules/common/_popup.scss */
.popup-container {
  top: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  /* line 5, ../scss/modules/common/_popup.scss */
  .popup-container {
    bottom: 0;
  }
}
/* line 13, ../scss/modules/common/_popup.scss */
.popup-container .popup {
  pointer-events: auto;
  z-index: 9999;
  position: absolute;
  width: 385px;
  background-color: white;
  border-radius: 2px;
  margin-right: 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2), 0px, 0px, 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2), 0px, 0px, 6px;
  box-shadow: rgba(0, 0, 0, 0.2), 0px, 0px, 6px;
  -moz-animation: pop-in 0.2s;
  -webkit-animation: pop-in 0.2s;
  animation: pop-in 0.2s;
}
/* line 22, ../scss/modules/common/_popup.scss */
.popup-container .popup .popup-pointer {
  width: 10px;
  height: 0;
  position: absolute;
}
/* line 26, ../scss/modules/common/_popup.scss */
.popup-container .popup .popup-pointer.top {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  top: -10px;
}
/* line 33, ../scss/modules/common/_popup.scss */
.popup-container .popup .popup-header {
  text-transform: uppercase;
  font-size: 16px;
  color: #999999;
  border-bottom: 1px solid #999999;
  padding: 10px;
}
/* line 40, ../scss/modules/common/_popup.scss */
.popup-container .popup .popup-body {
  max-height: 37.5rem;
}
/* line 44, ../scss/modules/common/_popup.scss */
.popup-container .popup.closing {
  -moz-animation: pop-out 0.2s;
  -webkit-animation: pop-out 0.2s;
  animation: pop-out 0.2s;
}
@media only screen and (max-width: 40em) {
  /* line 13, ../scss/modules/common/_popup.scss */
  .popup-container .popup {
    margin-right: 0px;
    width: 100%;
    bottom: 0px;
    border-radius: 0;
  }
  /* line 52, ../scss/modules/common/_popup.scss */
  .popup-container .popup .popup-body {
    max-height: unset;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@-moz-keyframes pop-in {
  0% {
    opacity: 0;
    -moz-transform: translate(30%, -50%) scale(0.1);
    transform: translate(30%, -50%) scale(0.1);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
@-webkit-keyframes pop-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(30%, -50%) scale(0.1);
    transform: translate(30%, -50%) scale(0.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
@keyframes pop-in {
  0% {
    opacity: 0;
    -moz-transform: translate(30%, -50%) scale(0.1);
    -ms-transform: translate(30%, -50%) scale(0.1);
    -webkit-transform: translate(30%, -50%) scale(0.1);
    transform: translate(30%, -50%) scale(0.1);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
@-moz-keyframes pop-out {
  0% {
    opacity: 1;
    -moz-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(30%, -50%) scale(0.1);
    transform: translate(30%, -50%) scale(0.1);
  }
}
@-webkit-keyframes pop-out {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(30%, -50%) scale(0.1);
    transform: translate(30%, -50%) scale(0.1);
  }
}
@keyframes pop-out {
  0% {
    opacity: 1;
    -moz-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(30%, -50%) scale(0.1);
    -ms-transform: translate(30%, -50%) scale(0.1);
    -webkit-transform: translate(30%, -50%) scale(0.1);
    transform: translate(30%, -50%) scale(0.1);
  }
}
/* ===========================
   Login/signup
   =========================== */
/* ===========================
   Login/signup layout
   =========================== */
@media only screen and (max-width: 40em) {
  /* line 6, ../scss/modules/login-signup/_login-signup.layout.scss */
  [data-app="home"] .login-sign-up-ctn {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}

/* line 12, ../scss/modules/login-signup/_login-signup.layout.scss */
.overlay-container.login-signup-container {
  max-width: 50rem;
  margin-bottom: 3.125rem !important;
  border-radius: 10px !important;
}
@media only screen and (min-width: 40.063em) {
  /* line 12, ../scss/modules/login-signup/_login-signup.layout.scss */
  .overlay-container.login-signup-container {
    margin-left: -24.75rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 12, ../scss/modules/login-signup/_login-signup.layout.scss */
  .overlay-container.login-signup-container {
    margin-top: 0 !important;
  }
}

/* line 27, ../scss/modules/login-signup/_login-signup.layout.scss */
[data-app="campaign"] .fb-icon {
  display: none !important;
}
/* line 30, ../scss/modules/login-signup/_login-signup.layout.scss */
[data-app="campaign"] .or-ctn {
  display: none !important;
}

/* line 36, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .terms-and-conditions.body-text {
  margin-top: 0.375rem;
}
/* line 40, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp {
  position: relative;
  z-index: 10;
}
/* line 44, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp .form-row {
  margin-top: 15px;
  margin-bottom: 0;
}
/* line 48, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp .ws-errorbox {
  display: none;
}
/* line 55, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .header-ctn {
  margin-bottom: 20px;
}
/* line 58, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .header-ctn .title
, .login-sign-up-ctn .login-signp.login-signp-default .header-ctn .subtitle {
  padding: 0;
}
/* line 63, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .header-ctn .title {
  color: #707786;
  font-family: "proxima-nova-regular";
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
}
/* line 73, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .facebook-btn {
  position: relative;
  padding: 0;
  height: 2.25rem;
  background-color: #4C689F;
  border-radius: 18px;
}
/* line 80, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .facebook-btn .label-ctn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 88, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .facebook-btn .label {
  display: inline-block;
  color: #FFFFFF;
  font-family: "proxima-nova-bold";
  font-size: 13px;
  vertical-align: middle;
  padding-left: 20px;
}
/* line 97, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .facebook-btn .fb-loading {
  vertical-align: middle;
  visibility: hidden;
}
/* line 102, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .facebook-btn .svg {
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 10px;
}
/* line 108, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .facebook-btn .fb-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 2.8125rem;
  top: 0;
  bottom: 0;
}
/* line 116, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .facebook-btn .fb-icon .icon-facebook {
  float: left;
  margin: 0;
  margin-top: 0.5625rem;
  margin-left: 0.5625rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 116, ../scss/modules/login-signup/_login-signup.layout.scss */
  .login-sign-up-ctn .login-signp.login-signp-default .facebook-btn .fb-icon .icon-facebook {
    margin-top: 0;
    margin-left: 0;
    height: 1.875rem;
    width: 1.875rem;
    float: none;
  }
}
/* line 134, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .or-ctn {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 139, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .or-ctn .small-2.columns span {
  margin-top: -12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 150, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default input.first-name {
  width: 97.1%;
}
/* line 154, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default input.last-name {
  width: 97.1%;
  float: right;
}
/* line 159, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default [data-action="save-email"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 164, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default [data-action="facebook"],
.login-sign-up-ctn .login-signp.login-signp-default .facebook {
  margin-bottom: 1.1875rem;
}
/* line 169, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .main-submit-ctn {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 174, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default [data-action="show-lost-password"] {
  position: absolute;
  right: 10px;
  top: 32px;
}
/* line 181, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .last-option .already-account {
  margin-right: 0.5rem;
}
/* line 186, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default .error-box {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 192, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .login-signp.login-signp-default [data-element="default-home-buttons"] {
  position: relative;
}
/* line 197, ../scss/modules/login-signup/_login-signup.layout.scss */
.login-sign-up-ctn .new-main-title {
  margin: 0;
  margin-bottom: 1.5625rem;
}

/* ===========================
   Login/signup states themes
   =========================== */
/* line 5, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn, .d2019 .login-sign-up-ctn {
  padding: 0;
}
/* line 8, ../scss/modules/login-signup/_login-signup.themes.scss */
.no-background.login-sign-up-ctn {
  background-color: transparent;
}
/* line 12, ../scss/modules/login-signup/_login-signup.themes.scss */
.start.login-sign-up-ctn {
  background-color: transparent;
  border-top: 0px;
}
/* line 16, ../scss/modules/login-signup/_login-signup.themes.scss */
.start.login-sign-up-ctn .login-signp {
  background-color: transparent;
  color: #ffffff;
}
/* line 19, ../scss/modules/login-signup/_login-signup.themes.scss */
.start.login-sign-up-ctn .login-signp button, .start.login-sign-up-ctn .login-signp a {
  color: #ffffff;
}
/* line 25, ../scss/modules/login-signup/_login-signup.themes.scss */
.start.login-sign-up-ctn .start-options .button-link {
  color: #ffffff;
}
/* line 27, ../scss/modules/login-signup/_login-signup.themes.scss */
.start.login-sign-up-ctn .start-options .button-link button, .start.login-sign-up-ctn .start-options .button-link a.button {
  border: 1px solid #ffffff;
  color: #7EFB98;
  background: transparent;
}
/* line 35, ../scss/modules/login-signup/_login-signup.themes.scss */
.start.login-sign-up-ctn [data-action="show-login-signup"] {
  background: rgba(255, 255, 255, 0.1) !important;
}
/* line 37, ../scss/modules/login-signup/_login-signup.themes.scss */
.start.login-sign-up-ctn [data-action="show-login-signup"]:hover, .start.login-sign-up-ctn [data-action="show-login-signup"]:active, .start.login-sign-up-ctn [data-action="show-login-signup"]:focus, .start.login-sign-up-ctn [data-action="show-login-signup"]:active.hover, .start.login-sign-up-ctn [data-action="show-login-signup"]:active.focus {
  background: rgba(255, 255, 255, 0.3) !important;
}
/* line 43, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .terms-and-conditions.body-text {
  text-align: center;
  color: #4A4A4A;
  font-size: 15px;
  line-height: 24px;
  font-family: "proxima-nova-regular";
}
/* line 51, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .dialog-subtitle-text {
  font-size: 15px;
  line-height: 24px;
}
/* line 56, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .dialog-subtitle-text.disabled a {
  cursor: default;
  color: #333333;
}
/* line 61, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .dialog-subtitle-text.disabled a:hover:not(.button):not(.button-secondary):not(.button-secondary-b) {
  color: #333333;
}
/* line 67, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .hr {
  border-bottom: 0.0625rem solid #e0e0e0;
}
/* line 72, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp input {
  background-color: #ffffff;
}
/* line 76, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp .login-options {
  text-shadow: 0 0 2px #000000 , 0 0 2px #000000;
  color: #ffffff;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 82, ../scss/modules/login-signup/_login-signup.themes.scss */
  .login-sign-up-ctn .login-signp .error-box {
    line-height: 1.5rem;
  }
}
/* line 89, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default {
  color: #999999;
}
/* line 96, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default .login-options {
  text-shadow: none;
}
/* line 100, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default .facebook-btn {
  line-height: 2.0625rem;
}
/* line 103, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default .facebook-btn .label {
  color: #FFFFFF;
  font-family: "proxima-nova-bold";
  font-size: 13px;
  line-height: 15px;
}
/* line 110, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default .facebook-btn .fb-icon {
  text-align: center;
}
/* line 113, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default .facebook-btn .fb-icon .icon-facebook {
  color: white;
  line-height: 16px;
  font-size: 16px;
}
/* line 121, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default .or-ctn {
  color: #707786;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
}
/* line 129, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default [data-action="show-lost-password"] i {
  font-size: 1.5625rem;
  padding: 10px;
}
/* line 133, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default [data-action="show-lost-password"] i:hover {
  color: #87509F;
}
/* line 139, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default .last-option {
  text-align: center;
  color: #4A4A4A;
  font-size: 15px;
  line-height: 24px;
  font-family: "proxima-nova-bold";
  margin-top: 10px;
}
/* line 147, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default .last-option .already-account {
  color: #4A4A4A;
  font-family: "proxima-nova-bold";
  font-size: 15px;
  line-height: 24px;
}
/* line 154, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default .last-option .last-option-action {
  color: #87509F;
  font-family: "proxima-nova-bold";
  font-size: 15px;
  line-height: 18px;
}
/* line 160, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .login-signp.login-signp-default .last-option .last-option-action:hover:not(.button):not(.button-secondary):not(.button-secondary-b) {
  color: #602778;
}
/* line 167, ../scss/modules/login-signup/_login-signup.themes.scss */
.login-sign-up-ctn .new-main-title {
  text-align: center;
}

/* ===========================
   Login/signup states
   =========================== */
/* line 13, ../scss/modules/homepages/typography/_typography.scss */
.main-landing-v2 .headline {
  color: #B4A3B2;
  font-family: "proxima-nova-bold";
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 2.0625rem;
  margin-bottom: 0.9375rem;
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 13, ../scss/modules/homepages/typography/_typography.scss */
  .main-landing-v2 .headline {
    line-height: 3.75rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 29, ../scss/modules/homepages/typography/_typography.scss */
.main-landing-v2 .sub-headline {
  font-size: 2.34375vw;
  color: #ffffff;
  font-family: "proxima-nova-regular";
  line-height: 2.9375rem;
}
@media (max-width: 1024px) {
  /* line 29, ../scss/modules/homepages/typography/_typography.scss */
  .main-landing-v2 .sub-headline {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  /* line 29, ../scss/modules/homepages/typography/_typography.scss */
  .main-landing-v2 .sub-headline {
    font-size: 24px;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 29, ../scss/modules/homepages/typography/_typography.scss */
  .main-landing-v2 .sub-headline {
    font-size: 3.51563vw;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 1024px) {
  /* line 29, ../scss/modules/homepages/typography/_typography.scss */
  .main-landing-v2 .sub-headline {
    font-size: 36px;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 1024px) {
  /* line 29, ../scss/modules/homepages/typography/_typography.scss */
  .main-landing-v2 .sub-headline {
    font-size: 36px;
  }
}

/* line 40, ../scss/modules/homepages/typography/_typography.scss */
.main-landing-v2 .header-title {
  color: #B2A695;
  font-family: "proxima-nova-bold";
}

/* line 47, ../scss/modules/homepages/typography/_typography.scss */
.new-homepage-style h1 {
  font-family: "proxima-nova-bold";
  font-size: 56px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #262626;
}
@media only screen and (min-width: 768px) {
  /* line 47, ../scss/modules/homepages/typography/_typography.scss */
  .new-homepage-style h1 {
    font-size: 76px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 47, ../scss/modules/homepages/typography/_typography.scss */
  .new-homepage-style h1 {
    font-size: 96px;
  }
}
/* line 66, ../scss/modules/homepages/typography/_typography.scss */
.new-homepage-style h2 {
  font-family: "proxima-nova-bold";
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #262626;
}
@media only screen and (min-width: 768px) {
  /* line 66, ../scss/modules/homepages/typography/_typography.scss */
  .new-homepage-style h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 66, ../scss/modules/homepages/typography/_typography.scss */
  .new-homepage-style h2 {
    font-size: 56px;
  }
}
/* line 84, ../scss/modules/homepages/typography/_typography.scss */
.new-homepage-style h3 {
  font-family: "proxima-nova-bold";
  font-size: 24px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #181818;
}
@media only screen and (min-width: 768px) {
  /* line 84, ../scss/modules/homepages/typography/_typography.scss */
  .new-homepage-style h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 84, ../scss/modules/homepages/typography/_typography.scss */
  .new-homepage-style h3 {
    font-size: 40px;
  }
}
/* line 103, ../scss/modules/homepages/typography/_typography.scss */
.new-homepage-style p {
  font-family: "proxima-nova-regular";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

/* line 3, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .first-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 30rem;
}
/* line 9, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .sub-navigation-header {
  padding: 1.25rem 0;
  background: #785975;
}
/* line 13, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .sub-navigation-header .headline {
  color: #ffffff;
}
/* line 18, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .about-pages-content-ctn {
  background: #FBF7F0;
  padding-bottom: 3.75rem;
}
/* line 22, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .about-pages-content-ctn .top-spacing {
  margin-top: 3.75rem;
}
/* line 26, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .about-pages-content-ctn .content-title {
  font-size: 1.5rem;
  color: #695745;
  font-family: "proxima-nova-bold";
  line-height: 1.5rem;
}
/* line 33, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .about-pages-content-ctn a, .main-landing-v2 .about-pages-content-ctn .link {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
  color: #694766;
  font-family: "proxima-nova-bold";
}
/* line 39, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .about-pages-content-ctn a:focus, .main-landing-v2 .about-pages-content-ctn .link:focus {
  outline: 0;
}
/* line 43, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .about-pages-content-ctn a:hover:not(.button):not(.button-secondary):not(.button-secondary-b):not(.link-button), .main-landing-v2 .about-pages-content-ctn .link:hover:not(.button):not(.button-secondary):not(.button-secondary-b):not(.link-button) {
  color: #875c84;
}
/* line 52, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .about-pages-content-ctn .button {
  color: #ffffff;
  background: #694766;
}
/* line 164, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.main-landing-v2 .about-pages-content-ctn .button:focus, .main-landing-v2 .about-pages-content-ctn .button:hover {
  background: #724d6f;
}
/* line 169, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.main-landing-v2 .about-pages-content-ctn .button:active {
  background: #2c1e2b;
}
/* line 173, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.main-landing-v2 .about-pages-content-ctn .button[disabled], .main-landing-v2 .about-pages-content-ctn .button.disabled {
  color: #ffffff;
  background: #d7d7d7;
}
/* line 54, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .about-pages-content-ctn .button.orange {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  border-width: 2px;
  border-color: #F7AC6D;
  color: #F7AC6D;
  background: transparent;
}
/* line 197, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.main-landing-v2 .about-pages-content-ctn .button.orange.white-transparent {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.34);
}
/* line 204, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.main-landing-v2 .about-pages-content-ctn .button.orange:focus.white-transparent, .main-landing-v2 .about-pages-content-ctn .button.orange:hover.white-transparent {
  background: rgba(255, 255, 255, 0.15);
}
/* line 209, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.main-landing-v2 .about-pages-content-ctn .button.orange:focus:not([disabled]):not(.disabled):not(.white-transparent), .main-landing-v2 .about-pages-content-ctn .button.orange:hover:not([disabled]):not(.disabled):not(.white-transparent) {
  color: #f6a45e;
  border-color: #f6a45e;
}
/* line 216, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.main-landing-v2 .about-pages-content-ctn .button.orange:active {
  color: #f6a45e;
  border-color: #f6a45e;
}
/* line 221, /home/igor/www/public/app/libs/goodwall-felibs/public/app/scss/components/buttons/_buttons.mixins.scss */
.main-landing-v2 .about-pages-content-ctn .button.orange[disabled], .main-landing-v2 .about-pages-content-ctn .button.orange.disabled {
  color: #999999;
  border-color: #BBBBBB;
  background: #f2f2f2;
}
/* line 59, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .about-pages-content-ctn p {
  margin: 0.9375rem auto;
  font-size: 1.125rem;
  color: #928572;
  line-height: 1.5rem;
}
/* line 69, ../scss/modules/homepages/common/common.scss */
.main-landing-v2 .about-pages-content-ctn ul li {
  font-size: 1.125rem;
  color: #928572;
  line-height: 1.5rem;
  list-style: disc;
}

/* line 2, ../scss/modules/homepages/2018v1/_common.scss */
.request-demo-thank-you-page .title {
  color: #4F5C78;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2, ../scss/modules/homepages/2018v1/_common.scss */
  .request-demo-thank-you-page .title {
    color: #707786;
    font-size: 24px;
    line-height: 42px;
  }
}
/* line 14, ../scss/modules/homepages/2018v1/_common.scss */
.request-demo-thank-you-page .subtitle {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 0 90px;
}
@media only screen and (min-width: 40.063em) {
  /* line 14, ../scss/modules/homepages/2018v1/_common.scss */
  .request-demo-thank-you-page .subtitle {
    padding: 0 0 45px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 14, ../scss/modules/homepages/2018v1/_common.scss */
  .request-demo-thank-you-page .subtitle {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0 40px;
  }
}

/* line 8, ../scss/modules/homepages/2018v1/_main.scss */
.squareImageCtn {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
/* line 14, ../scss/modules/homepages/2018v1/_main.scss */
.squareImageCtn .squareImageWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* line 22, ../scss/modules/homepages/2018v1/_main.scss */
.squareImageCtn .squareImageWrapper .centeredSquareImage {
  cursor: pointer;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
/* line 30, ../scss/modules/homepages/2018v1/_main.scss */
.squareImageCtn .squareImageWrapper .filter {
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

/* line 37, ../scss/modules/homepages/2018v1/_main.scss */
.col3-13-unit {
  width: 23%;
  float: left;
}
/* line 41, ../scss/modules/homepages/2018v1/_main.scss */
.col3-13-unit.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 47, ../scss/modules/homepages/2018v1/_main.scss */
.col2-13-unit {
  width: 15.5%;
  float: left;
}
/* line 51, ../scss/modules/homepages/2018v1/_main.scss */
.col2-13-unit.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 58, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 a {
  color: #87509F;
  font-family: "proxima-nova-regular";
  font-size: inherit;
  line-height: 18px;
}
/* line 64, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 a:hover:not(.button):not(.button-secondary):not(.button-secondary-b) {
  color: #602778;
}
/* line 70, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .white-link a {
  color: #FFFFFF;
  line-height: 24px;
}
/* line 74, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .white-link a:hover:not(.button):not(.button-secondary):not(.button-secondary-b) {
  color: #FFFFFF;
  opacity: 0.5;
}
/* line 81, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .button-2018v1 {
  min-height: 36px;
  width: 167px;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  margin: auto;
  color: #FFFFFF;
  font-family: "proxima-nova-bold";
  font-size: 13px;
  line-height: 15px;
  text-align: center;
}
/* line 96, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .button-2018v1:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
/* line 101, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .button-2018v1.purple-gradient {
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  box-shadow: 0 3px 15px 0 #E5E7EC;
}
/* line 105, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .button-2018v1.purple-gradient:hover {
  background: linear-gradient(90deg, #9f60a1 0%, #8461af 100%);
  color: #FFFFFF;
}
/* line 111, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .button-2018v1.white {
  width: 200px;
  border: 1px solid rgba(135, 80, 159, 0.5);
  border-radius: 18px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 15px 0 #E5E7EC;
  color: #87509F;
}
/* line 119, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .button-2018v1.white:hover {
  box-shadow: 0 3px 20px 0 #D3D6DC;
  color: #87509F;
}
/* line 125, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .button-2018v1.big {
  min-height: 48px;
  width: 240px;
  border-radius: 24px;
  box-shadow: 0 3px 20px 0 rgba(155, 162, 183, 0.5);
  padding: 13px 0;
  font-size: 18px;
  line-height: 22px;
}
/* line 137, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .button-2018v1.tiny {
  min-height: 28px;
  width: 110px;
  font-size: 10px;
  line-height: 12px;
}
/* line 146, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .button-2018v1.login-button {
  width: 100px;
  box-shadow: none;
}
/* line 151, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .button-2018v1.long {
  width: 197px;
}
/* line 155, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .button-2018v1.really-long {
  width: 300px;
}
/* line 159, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .button-2018v1.disabled {
  opacity: 0.3;
}
@media only screen and (min-width: 64.063em) {
  /* line 163, ../scss/modules/homepages/2018v1/_main.scss */
  .d2018v1 .button-2018v1.responsive {
    min-height: 48px;
    width: 240px;
    border-radius: 24px;
    box-shadow: 0 3px 20px 0 rgba(155, 162, 183, 0.5);
    padding: 13px 0;
    font-size: 18px;
    line-height: 22px;
  }
  /* line 172, ../scss/modules/homepages/2018v1/_main.scss */
  .d2018v1 .button-2018v1.responsive.really-long {
    width: 300px;
  }
}
/* line 183, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .goodwall-logo-2018v1 {
  height: 30px;
}
/* line 187, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .header-navigation {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 50px;
}
/* line 193, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .header-navigation .nav-action-link {
  display: inline-block;
  padding: 0 19px;
  vertical-align: middle;
}
/* line 200, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .main-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: width 0.4s ease;
  z-index: 1000;
}
/* line 212, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .main-nav.closed .nav-contents {
  width: 0%;
}
/* line 218, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .main-nav.opened .nav-contents {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  /* line 225, ../scss/modules/homepages/2018v1/_main.scss */
  .d2018v1 .main-nav.opened .nav-contents {
    width: 50%;
  }
}
/* line 231, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .main-nav .nav-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 237, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .main-nav .nav-contents {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #954f97 0%, #7650a7 100%);
  padding: 60px 20px 30px;
}
/* line 246, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .main-nav .white-link {
  padding: 5px 0;
}
/* line 251, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .mobile-size-menu-close-button {
  position: absolute;
  top: 25px;
  right: 15px;
}
/* line 258, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .mobile-size-menu-button a {
  color: #ffffff;
  font-size: 25px;
}
/* line 263, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .mobile-size-menu-button a:hover:not(.button):not(.button-secondary):not(.button-secondary-b) {
  color: #ffffff;
}
/* line 268, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .header-navigation-mobile {
  padding-top: 25px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 268, ../scss/modules/homepages/2018v1/_main.scss */
  .d2018v1 .header-navigation-mobile {
    padding-top: 50px;
  }
}
/* line 276, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .separator-wrapper {
  padding: 90px 0;
}
/* line 279, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .separator-wrapper .separator-section {
  border-top: 1px solid #E5E7EC;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 284, ../scss/modules/homepages/2018v1/_main.scss */
  .d2018v1 .tablet-padding {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 292, ../scss/modules/homepages/2018v1/_main.scss */
.d2018v1 .mobile-app-stores img {
  height: 40px;
}
@media only screen and (min-width: 64.063em) {
  /* line 292, ../scss/modules/homepages/2018v1/_main.scss */
  .d2018v1 .mobile-app-stores img {
    height: 50px;
  }
}

/* line 302, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 {
  background-color: #FDFDFD;
}
/* line 305, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1.full-height {
  height: 100%;
}
/* line 309, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .intro-block {
  height: 100%;
}
/* line 312, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .intro-block .main-landing-illustration {
  min-height: 520px;
  position: relative;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2018v1/be-found-main-landing.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 312, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .intro-block .main-landing-illustration {
    height: 100%;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 312, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .intro-block .main-landing-illustration {
    background-position: 80% 0;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 312, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .intro-block .main-landing-illustration {
    background-position: 50% 0;
  }
}
/* line 333, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .intro-block .detail-block {
  height: 100%;
}
/* line 336, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .intro-block .detail-block .be-found {
  color: #FFFFFF;
  font-family: "proxima-nova-bold";
  font-size: 48px;
  line-height: 36px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 40.063em) {
  /* line 336, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .intro-block .detail-block .be-found {
    font-size: 60px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 336, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .intro-block .detail-block .be-found {
    font-size: 72px;
    line-height: 54px;
  }
}
/* line 354, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .intro-block .detail-block .in-college-let-jobs {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 40.063em) {
  /* line 354, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .intro-block .detail-block .in-college-let-jobs {
    font-size: 24px;
    line-height: 42px;
  }
}
/* line 365, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .intro-block .detail-block .try-it-now {
  padding: 30px 0;
}
/* line 369, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .intro-block .detail-block .join-1-million {
  color: #FFFFFF;
  font-family: "proxima-nova-bold";
  font-size: 16px;
  line-height: 22px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 1px 15px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 40.063em) {
  /* line 369, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .intro-block .detail-block .join-1-million {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 384, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .separator-wrapper-ctn {
  background-color: #FDFDFD;
}
/* line 388, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .block-main-title {
  color: #4A4A4A;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 40.063em) {
  /* line 388, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .block-main-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 388, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .block-main-title {
    font-size: 42px;
    line-height: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 407, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .block-main-subtitle {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 40.063em) {
  /* line 407, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .block-main-subtitle {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 407, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .block-main-subtitle {
    font-size: 20px;
    line-height: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 425, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-CTA-block {
  padding: 0 0.375rem 0.5rem;
}
/* line 428, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-CTA-block .title {
  color: #FFFFFF;
  font-family: "proxima-nova-bold";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
/* line 436, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-CTA-block .subtitle {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  padding-bottom: 22px;
}
/* line 445, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-Background {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 450, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-Background .top-section-BackgroundFilter {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #954f97 0%, #7650a7 100%);
}
/* line 457, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-Background .top-section-BackgroundPattern {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2018v1/Triangle-Pattern-Tile.png");
  background-size: 80px;
  background-repeat: repeat;
  opacity: 0.03;
}
/* line 467, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-Background .top-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background: #FDFDFD;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -20vw;
}
/* line 479, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-Background .mobile-top-background {
  position: absolute;
  opacity: 0.35;
  top: 0;
  left: 0;
  right: 0;
}
/* line 487, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-Background .top-section-Content {
  position: relative;
  margin: 50px auto 130px;
}
@media only screen and (min-width: 40.063em) {
  /* line 487, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .top-section-Background .top-section-Content {
    margin: 75px auto 230px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 487, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .top-section-Background .top-section-Content {
    margin: 230px auto;
  }
}
/* line 499, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-Background .top-section-Content .stacked-logo {
  height: 44px;
  margin-bottom: 25px;
}
/* line 504, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-Background .top-section-Content .main-title {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  /* line 504, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .top-section-Background .top-section-Content .main-title {
    font-family: "proxima-nova-bold";
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 504, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .top-section-Background .top-section-Content .main-title {
    font-size: 42px;
    line-height: 54px;
  }
}
/* line 522, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-Background .top-section-Content .main-subtitle {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 15px 0;
}
@media only screen and (min-width: 64.063em) {
  /* line 522, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .top-section-Background .top-section-Content .main-subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
/* line 535, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .top-section-Background .top-section-Content .CTA-block-wrapper {
  margin-top: 80px;
}
@media only screen and (min-width: 64.063em) {
  /* line 535, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .top-section-Background .top-section-Content .CTA-block-wrapper {
    margin-top: 110px;
  }
}
/* line 545, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-works-section {
  position: relative;
  padding-top: 60px;
  background-color: #FDFDFD;
  padding-bottom: 90px;
}
/* line 551, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-works-section .how-works-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background: #F9FAFA;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -20vw;
}
/* line 563, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-works-section .description-blocks-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}
/* line 568, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-works-section .description-block {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 572, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-works-section .description-block .container {
  background-color: #FFFFFF;
  box-shadow: 0 3px 20px 0 rgba(112, 119, 134, 0.1);
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 572, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .how-works-section .description-block .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* line 582, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-works-section .description-block .container .left-image {
  padding-left: 30px;
  padding-right: 25px;
}
/* line 586, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-works-section .description-block .container .left-image .img-wrapper {
  height: 60px;
  width: 60px;
}
/* line 590, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-works-section .description-block .container .left-image .img-wrapper img {
  height: 60px;
  width: 60px;
}
/* line 597, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-works-section .description-block .container .info {
  padding: 24px 22px;
  text-align: left;
}
@media only screen and (min-width: 64.063em) {
  /* line 597, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .how-works-section .description-block .container .info {
    padding: 15px 15px 30px;
  }
}
/* line 605, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-works-section .description-block .container .info .title {
  color: #4A4A4A;
  font-family: "proxima-nova-bold";
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 64.063em) {
  /* line 605, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .how-works-section .description-block .container .info .title {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 10px;
  }
}
/* line 619, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-works-section .description-block .container .info .description {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 18px;
}
@media only screen and (min-width: 40.063em) {
  /* line 619, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .how-works-section .description-block .container .info .description {
    line-height: 24px;
  }
}
/* line 632, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-works-section .mobile-title {
  color: #707786;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 30px;
}
/* line 640, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-cta-item {
  display: flex;
  align-items: center;
}
/* line 644, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-cta-item .info {
  padding-left: 15px;
}
/* line 647, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-cta-item .info .title {
  color: #87509F;
  font-family: "proxima-nova-bold";
  font-size: 15px;
  line-height: 18px;
}
/* line 654, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-cta-item .info .description {
  color: #9BA2B7;
  font-size: 15px;
  line-height: 18px;
}
/* line 661, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-cta-item .action {
  margin-left: auto;
}
/* line 666, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .how-cta-item-divider {
  height: 1px;
  width: 100%;
  opacity: 0.1;
  background-color: #9BA2B7;
  margin: 25px 0;
}
/* line 674, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .balloon-wrapper {
  max-width: 420px;
  margin: auto;
}
@media only screen and (max-width: 40em) {
  /* line 674, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .balloon-wrapper {
    padding: 10px 0 70px;
  }
}
/* line 683, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .rocket-wrapper {
  max-width: 320px;
  margin: auto;
  padding-bottom: 0;
}
/* line 689, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .boat-wrapper {
  max-width: 310px;
  margin: auto;
  padding-bottom: 0;
  padding-top: 35px;
}
@media only screen and (min-width: 40.063em) {
  /* line 689, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .boat-wrapper {
    padding-top: 90px;
  }
}
/* line 700, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .seen-on-section {
  position: relative;
  padding-bottom: 40px;
  background-color: #FDFDFD;
}
/* line 705, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .seen-on-section .seen-on-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background-color: #F9FAFA;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -20vw;
}
/* line 717, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .seen-on-section .main-title {
  color: #9BA2B7;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 18px;
  padding-bottom: 40px;
}
/* line 725, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .seen-on-section .press-testimony-blocks-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}
/* line 730, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .seen-on-section li.press-testimony {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 734, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .seen-on-section li.press-testimony .testimony {
  text-align: left;
  color: #4A4A4A;
  font-size: 15px;
  line-height: 18px;
}
@media only screen and (min-width: 40.063em) {
  /* line 734, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .seen-on-section li.press-testimony .testimony {
    line-height: 24px;
  }
}
/* line 747, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section {
  position: relative;
  padding: 50px 0 0;
  background-color: #FDFDFD;
}
/* line 752, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .achieve-more-path-ctn {
  margin-top: 30px;
}
@media only screen and (min-width: 40.063em) {
  /* line 752, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .achieve-more-section .achieve-more-path-ctn {
    margin-top: 70px;
  }
}
/* line 760, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .achieve-more-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background-color: #FDFDFD;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -20vw;
}
/* line 772, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .middle-phase-block {
  padding-left: 30px;
  margin-top: -50px;
}
@media only screen and (min-width: 40.063em) {
  /* line 772, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .achieve-more-section .middle-phase-block {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 772, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .achieve-more-section .middle-phase-block {
    margin-top: -70px;
  }
}
/* line 785, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .right-phase-block {
  padding-left: 40px;
  margin-top: -100px;
}
@media only screen and (min-width: 40.063em) {
  /* line 785, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .achieve-more-section .right-phase-block {
    margin-top: -120px;
    padding-left: 45px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 785, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .achieve-more-section .right-phase-block {
    margin-top: -160px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 785, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .achieve-more-section .right-phase-block {
    margin-top: -170px;
  }
}
/* line 803, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .phase-block {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 18px;
}
/* line 808, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .phase-block .title {
  color: #87509F;
  font-family: "proxima-nova-bold";
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px;
}
/* line 816, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .phase-block ul {
  padding-bottom: 20px;
}
/* line 820, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .phase-block li {
  padding-top: 5px;
}
/* line 825, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .phase-cta-wrapper {
  padding: 0 67px;
  position: relative;
}
/* line 829, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .phase-cta-wrapper .phase-cta-wing-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 27px;
  width: 67px;
  transform: rotate(180deg);
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
}
/* line 841, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .phase-cta-wrapper .phase-cta-wing-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 27px;
  width: 67px;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
}
/* line 852, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .phase-cta-wrapper .phase-cta-container {
  background-color: #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
}
/* line 857, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .phase-cta-wrapper .phase-cta-container .title {
  color: #87509F;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 64.063em) {
  /* line 857, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .achieve-more-section .phase-cta-wrapper .phase-cta-container .title {
    font-size: 28px;
    line-height: 33px;
  }
}
/* line 872, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .phase-cta-wrapper .phase-cta-container .subtitle {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 64.063em) {
  /* line 872, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .achieve-more-section .phase-cta-wrapper .phase-cta-container .subtitle {
    padding-left: 110px;
    padding-right: 110px;
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 890, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .user-journey-tablet-image {
  height: 908px;
  float: left;
  padding-right: 30px;
}
/* line 896, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .candidate-offer-ctn {
  padding-top: 60px;
}
/* line 899, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .candidate-offer-ctn .candidate-offer {
  border: 1px solid rgba(135, 80, 159, 0.1);
  background-color: #FFFFFF;
  box-shadow: 0 2px 30px 0 rgba(155, 162, 183, 0.08);
  position: relative;
  padding: 90px 20px 20px;
}
/* line 906, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .candidate-offer-ctn .candidate-offer .icon-ctn {
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
  text-align: center;
}
/* line 913, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .candidate-offer-ctn .candidate-offer .icon-ctn .hexagon {
  width: 140px;
}
/* line 917, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .candidate-offer-ctn .candidate-offer .icon-ctn .candidate-offer-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
}
/* line 928, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .candidate-offer-ctn .candidate-offer .button {
  position: absolute;
  bottom: 36px;
  left: 52px;
}
/* line 934, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .candidate-offer-ctn .candidate-offer .title {
  color: #4A4A4A;
  font-family: "proxima-nova-bold";
  font-size: 18px;
  line-height: 24px;
}
/* line 941, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .candidate-offer-ctn .candidate-offer .subtitle {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 24px;
}
/* line 950, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .user-journey-mobile-img {
  height: 510px;
}
/* line 954, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .achieve-more-section .phases-ctn-mobile-size {
  position: absolute;
  left: 90px;
  top: 8px;
}
/* line 961, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 40.063em) {
  /* line 961, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .student-stories-section {
    padding-bottom: 0;
  }
}
/* line 970, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .student-stories-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 64.063em) {
  /* line 975, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .student-stories-section .student-stories-ctn {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 982, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .img-dana {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2018v1/Dana.jpg");
}
/* line 986, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .img-mugurel {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2018v1/Mugurel.jpg");
}
/* line 990, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .img-vitor {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2018v1/Vitor.jpg");
}
/* line 994, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .img-melis {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2018v1/Melis.jpg");
}
/* line 998, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .img-jodiana {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2018v1/Jodiana.jpeg");
}
/* line 1002, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .story-spacing-left {
  padding-left: 25px;
}
/* line 1006, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .story-spacing-right {
  padding-right: 25px;
}
/* line 1010, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .student-story {
  position: relative;
}
/* line 1013, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .student-story .content {
  padding: 15px;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 64.063em) {
  /* line 1013, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .student-stories-section .student-story .content {
    padding: 25px 30px;
  }
}
/* line 1022, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .student-story .content .name {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 15px;
}
@media only screen and (min-width: 64.063em) {
  /* line 1022, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .student-stories-section .student-story .content .name {
    font-size: 15px;
    line-height: 18px;
  }
}
/* line 1033, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .student-story .content .title {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  padding: 3px 0 8px;
}
@media only screen and (min-width: 64.063em) {
  /* line 1033, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .student-stories-section .student-story .content .title {
    font-size: 20px;
  }
}
/* line 1045, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .student-story .content .description {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
}
/* line 1053, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .student-story.small .content {
  padding: 15px 20px;
}
/* line 1059, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .feat-in-title {
  color: #9BA2B7;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  padding: 40px 0 30px;
}
/* line 1069, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .feat-in-logos .feat-in-logo {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
/* line 1077, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .as-seen-on {
  opacity: 0.5;
  color: #9BA2B7;
  font-size: 13px;
  line-height: 15px;
  padding-bottom: 20px;
}
/* line 1085, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .as-seen-on-mobile-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 1090, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .student-stories-section .as-seen-on-mobile-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background: #F9FAFA;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -20vw;
}
/* line 1103, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .get-involved-section {
  padding-top: 50px;
}
/* line 1106, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .get-involved-section .involvements-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1106, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .get-involved-section .involvements-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 1116, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .get-involved-section .block-main-title {
  padding-bottom: 0;
}
/* line 1120, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .get-involved-section .involvement-ctn {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 1124, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .get-involved-section .involvement-ctn img {
  width: 100%;
}
/* line 1128, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .get-involved-section .involvement-ctn .title {
  color: #4A4A4A;
  font-family: "proxima-nova-bold";
  font-size: 18px;
  line-height: 22px;
  padding: 10px 0 5px;
}
/* line 1136, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .get-involved-section .involvement-ctn .description {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 24px;
}
/* line 1144, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section {
  position: relative;
  padding: 80px 0;
  background-color: #FDFDFD;
}
@media only screen and (min-width: 64.063em) {
  /* line 1144, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .students-love-section {
    padding-bottom: 230px;
  }
}
/* line 1153, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .students-love-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background: #F9FAFA;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -20vw;
}
/* line 1166, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .review-slider .slick-list {
  margin-left: 40px;
  margin-right: 40px;
}
/* line 1171, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .review-slider .slick-slide {
  margin-left: 0;
  margin-right: 0;
}
/* line 1176, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .review-slider .slick-prev.slick-arrow,
.main-landing-2018v1 .students-love-section .review-slider .slick-next.slick-arrow {
  margin-top: -10px;
}
/* line 1180, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .review-slider .slick-prev.slick-arrow:before,
.main-landing-2018v1 .students-love-section .review-slider .slick-next.slick-arrow:before {
  font-family: "goodwall-new-ico";
}
/* line 1185, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .review-slider .slick-prev.slick-arrow {
  left: 1px;
}
/* line 1188, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .review-slider .slick-prev.slick-arrow:before {
  content: "\e918";
}
/* line 1193, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .review-slider .slick-next.slick-arrow {
  right: 1px;
}
/* line 1196, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .review-slider .slick-next.slick-arrow:before {
  content: "\e91f";
}
/* line 1202, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .review-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 1207, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .review {
  background: #ffffff;
  padding: 30px 25px;
  margin: 20px auto;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
/* line 1215, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .review .info .review-stars .icon-new {
  display: inline-block;
  color: #FFB400;
  font-size: 18px;
}
/* line 1222, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section .review .info .review-description {
  padding-top: 8px;
}
/* line 1229, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section-mobile {
  position: relative;
  padding: 35px 0 80px;
}
/* line 1233, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section-mobile .students-love-section-mobile-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 1239, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section-mobile .review-slider .slick-list {
  margin-left: 0;
  margin-right: 0;
}
/* line 1244, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section-mobile .review-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
/* line 1250, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section-mobile .review-wrapper {
  padding-left: 0;
  padding-right: 0;
}
/* line 1255, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .students-love-section-mobile .students-love-section-mobile-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background-color: #F9FAFA;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -20vw;
}
/* line 1268, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .join-goodwall-section {
  position: relative;
  padding: 50px 0 100px;
  background-color: #F9FAFA;
}
@media only screen and (min-width: 40.063em) {
  /* line 1268, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .join-goodwall-section {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1268, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .join-goodwall-section {
    padding-bottom: 230px;
  }
}
/* line 1281, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .join-goodwall-section .join-goodwall-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -20vw;
}
/* line 1293, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .join-goodwall-section .join-goodwall-title {
  color: #4A4A4A;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  padding-bottom: 55px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1293, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .join-goodwall-section .join-goodwall-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1293, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .join-goodwall-section .join-goodwall-title {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
  }
}
/* line 1312, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .join-goodwall-section .join-goodwall-subtitle {
  color: #707786;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 50px;
}
/* line 1320, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .join-goodwall-section .top-section-CTA-block .title, .main-landing-2018v1 .join-goodwall-section .top-section-CTA-block .subtitle {
  color: #4A4A4A;
}
/* line 1326, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .footer {
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  padding: 70px 0 40px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1326, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1326, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .footer {
    padding: 70px 0 100px;
  }
}
/* line 1339, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .footer .goodwall-logo-2018v1 {
  opacity: 0.3;
  padding-right: 30px;
}
/* line 1344, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .footer .footer-links {
  padding-bottom: 30px;
}
@media only screen and (min-width: 40.063em) {
  /* line 1344, ../scss/modules/homepages/2018v1/_main.scss */
  .main-landing-2018v1 .footer .footer-links {
    padding-bottom: 70px;
  }
}
/* line 1351, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .footer .footer-links .white-link {
  padding: 5px 0;
}
/* line 1356, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .footer .social-list {
  padding-top: 8px;
}
/* line 1359, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .footer .social-list li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
/* line 1366, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .footer .footer-links-divider {
  height: 1px;
  border: 1px solid #F3F3F5;
  opacity: 0.2;
  margin: 25px auto;
  background-color: red;
}
/* line 1374, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .footer .grant-ctn {
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px;
}
/* line 1379, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .footer .grant-ctn .grant-img {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
/* line 1385, ../scss/modules/homepages/2018v1/_main.scss */
.main-landing-2018v1 .footer .grant-ctn .grant-text {
  text-align: left;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
}

/* line 1398, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .block-main-title {
  color: #4F5C78;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 64.063em) {
  /* line 1398, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .block-main-title {
    font-size: 42px;
    line-height: 54px;
  }
}
/* line 1409, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .block-main-subtitle {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 64.063em) {
  /* line 1409, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .block-main-subtitle {
    font-size: 24px;
    line-height: 42px;
  }
}
/* line 1420, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .block-small-subtitle {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 64.063em) {
  /* line 1420, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .block-small-subtitle {
    font-size: 24px;
    line-height: 42px;
  }
}
/* line 1431, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .filter-BackgroundTriangle {
  background: linear-gradient(180deg, rgba(155, 162, 183, 0.12) 0%, rgba(155, 162, 183, 0) 100%);
  position: absolute;
  top: 0;
  height: 45px;
  width: 102%;
}
/* line 1439, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .top-section-Background {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}
/* line 1445, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .top-section-Background .top-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background: #FBFBFB;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -16vw;
}
/* line 1457, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .top-section-Background .top-section-Content {
  position: relative;
  margin: 80px auto 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 1457, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .top-section-Background .top-section-Content {
    margin: 100px auto 0;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1457, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .top-section-Background .top-section-Content {
    margin: 145px auto 0;
  }
}
/* line 1469, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .top-section-Background .top-section-Content .main-title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-width: 64.063em) {
  /* line 1469, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .top-section-Background .top-section-Content .main-title {
    font-size: 48px;
    line-height: 66px;
  }
}
/* line 1481, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .top-section-Background .top-section-Content .rectangle-6 {
  margin: 20px 0 18px;
  height: 3px;
  width: 150px;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
}
@media only screen and (min-width: 64.063em) {
  /* line 1481, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .top-section-Background .top-section-Content .rectangle-6 {
    margin: 25px 0 30px;
  }
}
/* line 1492, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .top-section-Background .top-section-Content .main-subtitle {
  color: #707786;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 64.063em) {
  /* line 1492, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .top-section-Background .top-section-Content .main-subtitle {
    font-size: 24px;
    line-height: 42px;
  }
}
/* line 1506, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .press-section {
  background-color: #FBFBFB;
  padding-top: 50px;
}
@media only screen and (min-width: 40.063em) {
  /* line 1506, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .press-section {
    padding-top: 100px;
  }
}
/* line 1514, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .press-section .press-testimony-blocks-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}
/* line 1519, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .press-section li.press-testimony {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 1523, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .press-section li.press-testimony .testimony {
  min-height: 148px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 30px 0 rgba(155, 162, 183, 0.08);
  color: #707786;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 25px 55px;
  position: relative;
}
/* line 1533, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .press-section li.press-testimony .testimony img {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
/* line 1542, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .deliver-section {
  background-color: #FBFBFB;
  padding-top: 90px;
}
@media only screen and (min-width: 40.063em) {
  /* line 1542, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .deliver-section {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1542, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .deliver-section {
    padding-top: 120px;
  }
}
/* line 1554, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .deliver-section .truck {
  padding: 50px 0 60px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1554, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .deliver-section .truck {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* line 1564, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section {
  background-color: #FBFBFB;
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 64.063em) {
  /* line 1564, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .candidates-section {
    padding-top: 50px;
    padding-bottom: 230px;
  }
}
/* line 1574, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .candidates-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background: #FFF;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -20vw;
}
@media only screen and (min-width: 64.063em) {
  /* line 1586, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .candidates-section .recruitment-wrapper {
    margin-left: -25px;
    margin-right: -25px;
  }
}
/* line 1592, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
/* line 1597, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn.with-height {
  min-height: 90px;
  margin-top: 35px;
}
@media only screen and (min-width: 64.063em) {
  /* line 1597, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn.with-height {
    min-height: 266px;
    margin-top: 0;
  }
}
/* line 1607, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1607, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer-img {
    left: 30px;
    right: initial;
    height: 38px;
  }
}
/* line 1622, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .number-pill {
  position: absolute;
  left: -33px;
  top: -35px;
}
/* line 1628, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .number-pill-text {
  color: #87509F;
  font-family: "proxima-nova-bold";
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
}
/* line 1640, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .triangle-ctn {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  margin-right: -1px;
  margin-top: -1px;
}
/* line 1648, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .triangle-ctn.horizontal {
  left: 0;
}
/* line 1653, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .triangle-top-right {
  fill: #FBFBFB;
}
/* line 1657, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .triangle-bottom-right {
  fill: #FBFBFB;
}
/* line 1661, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer {
  border: 1px solid rgba(135, 80, 159, 0.1);
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 25px;
}
/* line 1669, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer.first-horizontal {
  height: 266px;
  background-color: rgba(135, 80, 159, 0.6);
}
/* line 1674, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer.second-horizontal {
  height: 232px;
  background-color: rgba(135, 80, 159, 0.75);
}
/* line 1679, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer.third-horizontal {
  height: 198px;
  background-color: rgba(135, 80, 159, 0.85);
}
/* line 1684, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer.fourth-horizontal {
  height: 164px;
  background-color: #87509F;
}
/* line 1690, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer.first-vertical {
  height: 90px;
  width: 150px;
  background-color: rgba(135, 80, 159, 0.6);
}
/* line 1696, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer.second-vertical {
  height: 90px;
  width: 140px;
  background-color: rgba(135, 80, 159, 0.75);
}
/* line 1702, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer.third-vertical {
  height: 90px;
  width: 130px;
  background-color: rgba(135, 80, 159, 0.85);
}
/* line 1708, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer.fourth-vertical {
  height: 90px;
  width: 120px;
  background-color: #87509F;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 1715, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer-info {
    padding-top: 22px;
    padding-left: 175px;
  }
}
/* line 1721, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer-info .title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 15px;
  line-height: 18px;
}
@media only screen and (min-width: 64.063em) {
  /* line 1721, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer-info .title {
    font-size: 24px;
    line-height: 24px;
  }
}
/* line 1733, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer-info .subtitle {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 64.063em) {
  /* line 1733, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .candidates-section .recruitment-wrapper .recruitment-offer-ctn .recruitment-offer-info .subtitle {
    font-size: 18px;
    line-height: 30px;
  }
}
/* line 1747, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .candidates-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}
/* line 1751, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .candidates-wrapper li.candidate-offer-ctn {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 1755, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .candidates-wrapper li.candidate-offer-ctn .candidate-offer {
  min-height: 290px;
  border: 1px solid rgba(135, 80, 159, 0.1);
  background-color: #FFFFFF;
  box-shadow: 0 2px 30px 0 rgba(155, 162, 183, 0.08);
  position: relative;
  padding: 52px 52px 80px;
}
/* line 1763, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .candidates-wrapper li.candidate-offer-ctn .candidate-offer .icon-ctn {
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
  text-align: center;
}
/* line 1770, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .candidates-wrapper li.candidate-offer-ctn .candidate-offer .icon-ctn .candidate-offer-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 1780, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .candidates-wrapper li.candidate-offer-ctn .candidate-offer .button {
  position: absolute;
  bottom: 36px;
  left: 52px;
}
/* line 1786, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .candidates-wrapper li.candidate-offer-ctn .candidate-offer .title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 10px;
}
/* line 1794, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .candidates-wrapper li.candidate-offer-ctn .candidate-offer .subtitle {
  color: #707786;
  font-size: 18px;
  line-height: 30px;
}
/* line 1803, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .separator-wrapper {
  padding: 105px 0;
}
/* line 1808, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .description-block .container {
  display: flex;
  align-items: start;
}
@media only screen and (min-width: 40.063em) {
  /* line 1808, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .candidates-section .description-block .container {
    background-color: #FFFFFF;
    box-shadow: 0 3px 20px 0 rgba(112, 119, 134, 0.1);
    align-items: center;
    min-height: 120px;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 1819, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .candidates-section .description-block .container .left-image {
    padding-left: 45px;
    padding-right: 45px;
  }
}
/* line 1825, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .description-block .container .left-image .img-wrapper {
  height: 18px;
  width: 18px;
}
@media only screen and (min-width: 40.063em) {
  /* line 1825, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .candidates-section .description-block .container .left-image .img-wrapper {
    height: 32px;
    width: 32px;
  }
}
/* line 1834, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .description-block .container .left-image .img-wrapper img {
  height: 18px;
  width: 18px;
}
@media only screen and (min-width: 40.063em) {
  /* line 1834, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .candidates-section .description-block .container .left-image .img-wrapper img {
    height: 32px;
    width: 32px;
  }
}
/* line 1846, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .description-block .container .info {
  padding: 0 15px;
  text-align: left;
}
@media only screen and (min-width: 40.063em) {
  /* line 1846, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .candidates-section .description-block .container .info {
    padding: 24px 22px;
  }
}
/* line 1854, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .description-block .container .info .title {
  color: #4A4A4A;
  font-family: "proxima-nova-bold";
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 5px;
}
/* line 1862, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .candidates-section .description-block .container .info .description {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
}
/* line 1874, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .we-find-mobile-left-section.left-orientation .number-pill {
  right: auto;
}
/* line 1879, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .we-find-mobile-left-section .vertical-line {
  position: absolute;
  left: 33px;
  top: 10px;
}
/* line 1885, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .we-find-mobile-left-section .number-pill-ctn {
  position: relative;
  height: 100px;
}
/* line 1890, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .we-find-mobile-left-section .number-pill {
  position: absolute;
  left: -15px;
  top: -15px;
}
/* line 1896, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .we-find-mobile-left-section .number-pill-text {
  color: #87509F;
  font-family: "proxima-nova-bold";
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
}
/* line 1908, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .we-find-mobile-left-section .phases-ctn-mobile-size {
  position: absolute;
  left: 80px;
  top: 8px;
}
/* line 1913, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .we-find-mobile-left-section .phases-ctn-mobile-size .title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 15px;
  line-height: 18px;
}
/* line 1920, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .we-find-mobile-left-section .phases-ctn-mobile-size .subtitle {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
}
/* line 1928, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .get-to-know-section {
  position: relative;
  background-color: #FDFDFD;
  padding: 80px 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 1928, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .get-to-know-section {
    padding: 100px 0 200px;
  }
}
/* line 1937, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .get-to-know-section .get-to-know-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background-color: #ffffff;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -16vw;
}
/* line 1949, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .get-to-know-section .title {
  color: #4F5C78;
  font-size: 20px;
  line-height: 30px;
}
/* line 1955, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .get-to-know-section .subtitle {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
  padding: 5px 0 15px;
}
/* line 1963, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .promote-company-section {
  position: relative;
  padding: 80px 0 170px;
  background-color: #FFF;
}
@media only screen and (min-width: 64.063em) {
  /* line 1963, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .promote-company-section {
    padding: 80px 0 330px;
  }
}
/* line 1972, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .promote-company-section .promote-company-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background: #FBFBFB;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -16vw;
}
/* line 1984, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .promote-company-section .block-main-subtitle {
  padding-bottom: 30px;
}
/* line 1988, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .promote-company-section .left-promote-section {
  padding-right: 30px;
}
@media only screen and (min-width: 64.063em) {
  /* line 1988, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .promote-company-section .left-promote-section {
    padding-right: 100px;
  }
}
/* line 1997, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .open-boxes-section {
  background-color: #FBFBFB;
  padding: 40px 0 250px;
  position: relative;
  margin-top: 50px;
}
@media only screen and (min-width: 64.063em) {
  /* line 1997, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .open-boxes-section {
    padding: 50px 0 460px;
  }
}
/* line 2007, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .open-boxes-section .open-boxes-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -20vw;
}
/* line 2020, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .short-list {
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  position: relative;
  padding-bottom: 380px;
}
/* line 2025, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .short-list .short-list-card {
  text-align: left;
  min-height: 200px;
  background-color: #FFFFFF;
  box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
  padding: 36px;
  position: absolute;
  top: -120px;
  max-width: 950px;
  margin: auto;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 64.063em) {
  /* line 2025, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .short-list .short-list-card {
    padding: 85px 85px 75px;
    min-height: 384px;
    top: -300px;
  }
}
/* line 2044, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .short-list .short-list-card .rectangle-9 {
  height: 6px;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 2053, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .short-list .short-list-card .title {
  color: #4F5C78;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2053, ../scss/modules/homepages/2018v1/_main.scss */
  .company-landing-2018v1 .short-list .short-list-card .title {
    font-size: 48px;
    line-height: 66px;
  }
}
/* line 2065, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .short-list .short-list-card .truck {
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  pointer-events: none;
}
/* line 2075, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .short-list .short-list-card .logo-ctn {
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
/* line 2085, ../scss/modules/homepages/2018v1/_main.scss */
.company-landing-2018v1 .short-list .goodwall-logo-2018v1 {
  opacity: 0.3;
}

/* line 2093, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .top-section-Background {
  padding-bottom: 100px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2093, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .top-section-Background {
    padding-bottom: 180px;
  }
}
/* line 2101, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .stat-big-title {
  padding-top: 30px;
  color: #4F5C78;
  font-size: 15px;
  line-height: 18px;
}
@media only screen and (min-width: 40.063em) {
  /* line 2101, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .stat-big-title {
    color: #9BA2B7;
  }
}
/* line 2112, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .uni-stats {
  padding-top: 15px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2112, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .uni-stats {
    padding-top: 65px;
  }
}
/* line 2120, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .uni-stats .uni-stat .icon-new {
  float: left;
  padding-right: 5px;
  padding-top: 3px;
  color: #9BA2B7;
}
/* line 2128, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .uni-stats .uni-stat .info .title {
  color: #707786;
  font-family: "proxima-nova-bold";
  font-size: 16px;
  line-height: 24px;
}
/* line 2135, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .uni-stats .uni-stat .info .subtitle {
  color: #707786;
  font-size: 16px;
  line-height: 24px;
  margin-top: -3px;
}
/* line 2143, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .uni-stats .uni-stat .uni-stat-rectangle {
  margin-top: 10px;
  height: 3px;
  width: 150px;
  background-color: #F3F3F5;
}
/* line 2153, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .uni-stats.uni-stats-mobile .uni-stat .icon-new {
  float: initial;
  font-size: 24px;
}
/* line 2159, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .uni-stats.uni-stats-mobile .uni-stat-rectangle {
  width: 90px;
}
/* line 2165, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .number-pill {
  position: absolute;
  right: -15px;
  top: -15px;
}
/* line 2171, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .number-pill-text {
  color: #87509F;
  font-family: "proxima-nova-bold";
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
}
/* line 2183, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-section {
  padding-top: 50px;
}
/* line 2186, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-section .press-testimony-blocks-wrapper {
  padding-top: 15px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2186, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .press-section .press-testimony-blocks-wrapper {
    padding-top: 70px;
  }
}
/* line 2195, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-section li.press-testimony .testimony {
  padding: 20px;
  min-height: 350px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2195, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .press-section li.press-testimony .testimony {
    padding: 25px;
  }
}
/* line 2203, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-section li.press-testimony .testimony img {
  position: initial;
  height: 50px;
  margin-bottom: 5px;
}
/* line 2209, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-section li.press-testimony .testimony .citation {
  min-height: 96px;
}
/* line 2213, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-section li.press-testimony .testimony .author {
  padding-top: 20px;
}
/* line 2216, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-section li.press-testimony .testimony .author img {
  float: left;
  height: 70px;
  width: 70px;
}
/* line 2222, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-section li.press-testimony .testimony .author .display-name {
  font-family: "proxima-nova-bold";
  padding-left: 85px;
}
/* line 2227, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-section li.press-testimony .testimony .author .info {
  padding-left: 85px;
  font-size: 15px;
  line-height: 18px;
}
/* line 2237, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .recruitment-efforts-section {
  position: relative;
  background-color: #FBFBFB;
  padding-top: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 2237, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .recruitment-efforts-section {
    padding-top: 120px;
  }
}
/* line 2246, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .recruitment-efforts-section .recruitment-efforts-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background: #F7F7F9;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -16vw;
}
/* line 2258, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .recruitment-efforts-section .block-main-title {
  padding-bottom: 35px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2258, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .recruitment-efforts-section .block-main-title {
    padding-bottom: 90px;
  }
}
/* line 2266, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .recruitment-efforts-section .recruitment-step {
  padding-bottom: 35px;
}
/* line 2269, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .recruitment-efforts-section .recruitment-step .recruitment-step-img-ctn {
  margin: auto;
  height: 93px;
  width: 93px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 64.063em) {
  /* line 2269, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .recruitment-efforts-section .recruitment-step .recruitment-step-img-ctn {
    height: 172px;
    width: 172px;
  }
}
/* line 2283, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .recruitment-efforts-section .recruitment-step .title {
  margin: auto;
  padding: 20px 0 25px;
  min-height: 93px;
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  /* line 2283, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .recruitment-efforts-section .recruitment-step .title {
    font-size: 24px;
    line-height: 24px;
  }
}
/* line 2300, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .recruitment-efforts-section .arrow-ctn {
  padding-top: 72px;
}
/* line 2303, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .recruitment-efforts-section .arrow-ctn img {
  height: 20px;
  width: 172px;
}
/* line 2310, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section {
  position: relative;
  background-color: #FBFBFB;
  padding: 50px 0 0;
}
@media only screen and (min-width: 64.063em) {
  /* line 2310, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .kent-case-study-section {
    padding: 250px 0 200px;
  }
}
/* line 2319, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section .kent-case-study-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background-color: #F7F7F9;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -20vw;
}
/* line 2331, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section .case-study-ctn {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 2px 30px 0 rgba(155, 162, 183, 0.08);
  text-align: center;
  padding: 145px 195px 95px;
}
/* line 2338, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section .case-study-ctn .img-ctn {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}
/* line 2344, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section .case-study-ctn .img-ctn img {
  height: 200px;
  width: 200px;
}
/* line 2350, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section .case-study-ctn .title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 24px;
  line-height: 36px;
  text-align: left;
}
/* line 2358, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section .case-study-ctn .subtitle {
  color: #707786;
  font-size: 24px;
  line-height: 42px;
  text-align: left;
  padding: 5px 0 50px;
}
/* line 2367, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section.mobile {
  background-color: #F7F7F9;
  padding-top: 80px;
}
/* line 2371, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section.mobile .case-study-ctn {
  padding: 60px 15px 18px;
}
/* line 2374, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section.mobile .case-study-ctn .img-ctn {
  top: -50px;
}
/* line 2377, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section.mobile .case-study-ctn .img-ctn img {
  height: 100px;
  width: 100px;
}
/* line 2383, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section.mobile .case-study-ctn .pre-title {
  color: #4F5C78;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}
/* line 2390, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section.mobile .case-study-ctn .title {
  font-size: 15px;
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 2397, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section.mobile .case-study-ctn .subtitle {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 0;
}
/* line 2406, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section.kent-mobile .case-study-ctn {
  padding: 68px 22px 24px;
}
/* line 2409, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .kent-case-study-section.kent-mobile .case-study-ctn .subtitle {
  padding-bottom: 10px;
}
/* line 2416, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section {
  background-color: #F7F7F9;
  padding: 20px 0 130px;
  position: relative;
}
@media only screen and (min-width: 64.063em) {
  /* line 2416, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .promote-globally-section {
    padding: 70px 0 185px;
  }
}
/* line 2425, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .promote-globally-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background-color: #ffffff;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -20vw;
}
/* line 2437, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .step-item {
  margin: auto;
  max-width: 315px;
}
/* line 2441, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .step-item .item-info {
  padding-left: 20px;
  text-align: left;
}
/* line 2445, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .step-item .item-info .title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2445, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .promote-globally-section .step-item .item-info .title {
    font-size: 24px;
    line-height: 24px;
  }
}
/* line 2457, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .step-item .item-info .description {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2457, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .promote-globally-section .step-item .item-info .description {
    font-size: 18px;
    line-height: 30px;
  }
}
/* line 2471, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .analytics-subsection.engage {
  margin-top: 30px;
  padding-top: 35px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2471, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .promote-globally-section .analytics-subsection.engage {
    margin-top: 120px;
    padding-top: 35px;
  }
}
/* line 2481, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .analytics-subsection .title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2481, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .promote-globally-section .analytics-subsection .title {
    font-size: 24px;
    line-height: 24px;
  }
}
/* line 2493, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .analytics-subsection .description {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2493, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .promote-globally-section .analytics-subsection .description {
    font-size: 18px;
    line-height: 30px;
  }
}
/* line 2504, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .analytics-subsection.analytics-subsection-second {
  margin-top: 30px;
  padding-top: 35px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2504, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .promote-globally-section .analytics-subsection.analytics-subsection-second {
    margin-top: 100px;
    padding-top: 35px;
  }
}
/* line 2513, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .analytics-subsection.analytics-subsection-second .description {
  max-width: 330px;
}
/* line 2517, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .analytics-subsection.analytics-subsection-second .first-passus {
  margin-top: 20px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2517, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .promote-globally-section .analytics-subsection.analytics-subsection-second .first-passus {
    margin-top: 160px;
  }
}
/* line 2525, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .analytics-subsection.analytics-subsection-second .second-passus {
  margin-top: 25px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2525, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .promote-globally-section .analytics-subsection.analytics-subsection-second .second-passus {
    margin-top: 100px;
  }
}
/* line 2535, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .analytics-subsection .analytics-block:not(:first-child) {
  margin-top: 35px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2535, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .promote-globally-section .analytics-subsection .analytics-block:not(:first-child) {
    margin-top: 125px;
  }
}
/* line 2543, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .analytics-subsection .analytics-block .icon-image {
  float: left;
  padding-right: 30px;
  height: 175px;
  width: 122px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2543, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .promote-globally-section .analytics-subsection .analytics-block .icon-image {
    height: initial;
    width: initial;
  }
}
/* line 2555, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section .analytics-subsection .analytics-block .info-ctn {
  padding-top: 20px;
  min-height: 150px;
}
/* line 2563, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section.mobile ul {
  margin-left: 20px;
}
/* line 2566, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .promote-globally-section.mobile ul li {
  font-size: 15px;
  color: #707786;
  line-height: 24px;
  list-style: disc;
}
/* line 2576, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .description-block-medium-case-study {
  position: relative;
}
/* line 2579, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .description-block-medium-case-study .container {
  background-color: #FFFFFF;
  box-shadow: 0 3px 20px 0 rgba(112, 119, 134, 0.1);
  display: flex;
}
/* line 2585, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .description-block-medium-case-study .container .left-image .img-wrapper {
  height: 144px;
  width: 144px;
}
/* line 2589, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .description-block-medium-case-study .container .left-image .img-wrapper img {
  height: 144px;
  width: 144px;
}
/* line 2596, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .description-block-medium-case-study .container .info {
  padding: 15px;
  text-align: left;
}
/* line 2600, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .description-block-medium-case-study .container .info .title {
  color: #4F5C78;
  font-size: 15px;
  line-height: 18px;
}
/* line 2606, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .description-block-medium-case-study .container .info .description {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 10px;
}
/* line 2616, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .get-to-know-section {
  position: relative;
  background-color: #ffffff;
  padding: 60px 0 120px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2616, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .get-to-know-section {
    padding: 100px 0 260px;
  }
}
/* line 2625, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .get-to-know-section .get-to-know-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 20vw;
  background-color: #FBFBFB;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -16vw;
}
/* line 2637, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .get-to-know-section .title {
  color: #4F5C78;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2637, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .get-to-know-section .title {
    font-size: 42px;
    line-height: 54px;
  }
}
/* line 2648, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .get-to-know-section .subtitle {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2648, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .get-to-know-section .subtitle {
    font-size: 24px;
    line-height: 42px;
    padding: 20px 0 30px;
  }
}
/* line 2659, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .get-to-know-section .subtitle.want-to-include {
  padding-top: 60px;
  max-width: 300px;
  margin: auto;
}
@media only screen and (min-width: 64.063em) {
  /* line 2659, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .get-to-know-section .subtitle.want-to-include {
    padding-top: 120px;
    max-width: 550px;
  }
}
/* line 2673, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .get-to-know-section.mobile .subtitle.want-to-include {
  padding-top: 20px;
  margin: initial;
}
/* line 2681, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .guide-section {
  background-color: #FBFBFB;
  position: relative;
  margin-top: 40px;
}
/* line 2686, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .guide-section .guide-ctn {
  display: flex;
  flex-direction: row;
  box-shadow: 0 2px 30px 0 rgba(155, 162, 183, 0.25);
}
/* line 2691, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .guide-section .guide-ctn .left-sect {
  flex: 13;
  padding: 45px 25px;
  background-color: #F7F7F9;
}
@media only screen and (min-width: 64.063em) {
  /* line 2691, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .guide-section .guide-ctn .left-sect {
    padding: 70px 55px;
  }
}
/* line 2701, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .guide-section .guide-ctn .right-sect {
  flex: 10;
  padding: 25px;
  background-color: #ffffff;
}
@media only screen and (min-width: 64.063em) {
  /* line 2701, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .guide-section .guide-ctn .right-sect {
    padding: 60px 55px;
  }
}
/* line 2710, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .guide-section .guide-ctn .right-sect .info {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2710, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .guide-section .guide-ctn .right-sect .info {
    font-size: 24px;
    line-height: 42px;
    padding-bottom: 60px;
  }
}
/* line 2725, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .guide-section .temple {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2725, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .guide-section .temple {
    padding-top: 145px;
    padding-bottom: 120px;
  }
}
/* line 2734, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .guide-section .temple img {
  max-height: 100px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2734, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .guide-section .temple img {
    max-height: 175px;
  }
}
/* line 2744, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-bottom-section {
  background-color: #FBFBFB;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 2744, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .press-bottom-section {
    padding-bottom: 200px;
  }
}
/* line 2751, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-bottom-section .press-testimony-blocks-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}
/* line 2756, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-bottom-section li.press-testimony {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 2760, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-bottom-section li.press-testimony .testimony {
  min-height: 282px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 30px 0 rgba(155, 162, 183, 0.08);
  color: #707786;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 20px 60px;
  position: relative;
}
@media only screen and (min-width: 64.063em) {
  /* line 2760, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .press-bottom-section li.press-testimony .testimony {
    padding: 20px 25px 55px;
  }
}
/* line 2774, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .press-bottom-section li.press-testimony .testimony img {
  position: absolute;
  left: 20px;
  bottom: 10px;
  height: 40px;
}
@media only screen and (min-width: 64.063em) {
  /* line 2774, ../scss/modules/homepages/2018v1/_main.scss */
  .university-landing-2018v1 .press-bottom-section li.press-testimony .testimony img {
    left: 25px;
    bottom: 30px;
  }
}
/* line 2789, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .open-boxes-section {
  padding-top: 0;
  margin-top: 0;
}
/* line 2794, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .short-list {
  padding-bottom: 250px;
}
/* line 2798, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .short-list .short-list-card .truck {
  bottom: -80px;
  text-align: right;
}
/* line 2804, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .short-list .logo-ctn {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
/* line 2814, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section {
  position: relative;
  padding-top: 200px;
}
/* line 2818, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section .student-stories-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}
/* line 2823, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section .student-stories-ctn {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 2828, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section .img-townsend {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2018v1/university/townsend-experience.png");
}
/* line 2832, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section .img-warren {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2018v1/university/warren-experience.png");
}
/* line 2836, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section .img-gorgu {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2018v1/university/gorgu-experience.png");
}
/* line 2840, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section .story-spacing-left {
  padding-left: 25px;
}
/* line 2844, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section .story-spacing-right {
  padding-right: 25px;
}
/* line 2848, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section .student-story {
  position: relative;
}
/* line 2851, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section .student-story .content {
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
}
/* line 2856, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section .student-story .content .name {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 15px;
}
/* line 2862, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section .student-story .content .title {
  color: #FFFFFF;
  font-family: "proxima-nova-bold";
  font-size: 15px;
  line-height: 18px;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.79);
}
/* line 2872, ../scss/modules/homepages/2018v1/_main.scss */
.university-landing-2018v1 .student-stories-section .student-story.small .content {
  padding: 15px 20px;
}

/* line 2881, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .top-rectangle {
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
}
/* line 2887, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .separator-rectangle {
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
}
/* line 2893, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .bottom-section {
  position: relative;
  background: #FDFDFD;
}
/* line 2897, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .bottom-section .bottom-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 9vw;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -9vw;
}
/* line 2910, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .bottom-section-filler {
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
}
/* line 2914, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .mobile-size {
  background: #FDFDFD;
}
/* line 2917, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .mobile-size .header-navigation {
  margin-top: 20px;
  margin-bottom: 25px;
  position: initial;
  padding-top: 0;
}
/* line 2924, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .mobile-size .goodwall-logo-2018v1 {
  height: 25px;
}
/* line 2928, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .mobile-size .title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 22px;
  line-height: 30px;
}
/* line 2935, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .mobile-size .tit-sub-sep {
  padding: 16px 0;
}
/* line 2939, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .mobile-size .subtitle {
  color: #707786;
  font-size: 16px;
  line-height: 24px;
}
/* line 2945, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .mobile-size .bottom-section {
  padding-bottom: 80px;
}
/* line 2949, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .mobile-size .bottom-section-filler {
  min-height: 130px;
}
/* line 2954, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .tablet-size {
  background: #FDFDFD;
  position: relative;
}
/* line 2958, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .tablet-size .columns {
  padding-left: 40px;
  padding-right: 40px;
}
/* line 2963, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .tablet-size .header-navigation {
  margin-top: 40px;
  margin-bottom: 50px;
  position: initial;
  padding-top: 0;
}
/* line 2970, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .tablet-size .title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 36px;
  line-height: 48px;
}
/* line 2977, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .tablet-size .tit-sub-sep {
  padding: 23px 0 17px;
}
/* line 2981, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .tablet-size .subtitle {
  color: #707786;
  font-size: 20px;
  line-height: 42px;
}
/* line 2987, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .tablet-size .rocket-ctn {
  padding-top: 50px;
  margin-bottom: -50px;
}
/* line 2992, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .tablet-size .bottom-section {
  padding-bottom: 20px;
}
/* line 2996, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .tablet-size .bottom-section-filler {
  min-height: 92px;
}
/* line 3000, ../scss/modules/homepages/2018v1/_main.scss */
.mobile-screens-2018v1 .tablet-size .bottom-sticky {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 3009, ../scss/modules/homepages/2018v1/_main.scss */
.download-2018v1 .goodwall-logo-2018v1 {
  margin: 60px auto;
}
/* line 3013, ../scss/modules/homepages/2018v1/_main.scss */
.download-2018v1 .title {
  font-family: "proxima-nova-bold";
  color: #4F5C78;
  font-size: 42px;
  line-height: 54px;
  padding-top: 80px;
}
/* line 3021, ../scss/modules/homepages/2018v1/_main.scss */
.download-2018v1 .rectangle-6 {
  margin: 25px 0;
  height: 3px;
  width: 150px;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
}
/* line 3028, ../scss/modules/homepages/2018v1/_main.scss */
.download-2018v1 .subtitle {
  color: #707786;
  font-size: 24px;
  line-height: 42px;
  padding-bottom: 25px;
}
/* line 3035, ../scss/modules/homepages/2018v1/_main.scss */
.download-2018v1 .promote-company-section {
  position: relative;
  padding: 80px 0;
  background-color: #FFF;
}
/* line 3040, ../scss/modules/homepages/2018v1/_main.scss */
.download-2018v1 .promote-company-section .promote-company-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 9vw;
  background: #FBFBFB;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -9vw;
}
/* line 3052, ../scss/modules/homepages/2018v1/_main.scss */
.download-2018v1 .promote-company-section .filter-BackgroundTriangle {
  background: linear-gradient(180deg, rgba(155, 162, 183, 0.12) 0%, rgba(155, 162, 183, 0) 100%);
  position: absolute;
  top: 0;
  height: 45px;
  width: 102%;
}
/* line 3061, ../scss/modules/homepages/2018v1/_main.scss */
.download-2018v1 .bottom-section-filler {
  min-height: 160px;
  background: #FBFBFB;
}

/* line 3068, ../scss/modules/homepages/2018v1/_main.scss */
.misc-2018v1 .header-navigation-purple-background {
  height: 64px;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  padding-top: 14px;
}
/* line 3074, ../scss/modules/homepages/2018v1/_main.scss */
.misc-2018v1 .header-navigation {
  margin-top: 0;
  line-height: 36px;
  padding-top: 0;
}
/* line 3080, ../scss/modules/homepages/2018v1/_main.scss */
.misc-2018v1 .misc-top-image-wrapper {
  padding: 70px 0 45px;
}
/* line 3084, ../scss/modules/homepages/2018v1/_main.scss */
.misc-2018v1 .main-title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 46px;
  line-height: 66px;
}
/* line 3091, ../scss/modules/homepages/2018v1/_main.scss */
.misc-2018v1 .main-subtitle {
  color: #4F5C78;
  font-size: 42px;
  line-height: 54px;
}
/* line 3097, ../scss/modules/homepages/2018v1/_main.scss */
.misc-2018v1 .small-divider {
  height: 3px;
  width: 150px;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  margin: 20px 0 25px;
}
/* line 3104, ../scss/modules/homepages/2018v1/_main.scss */
.misc-2018v1 .block-text {
  color: #707786;
  font-size: 24px;
  line-height: 42px;
}
/* line 3110, ../scss/modules/homepages/2018v1/_main.scss */
.misc-2018v1 .smaller-block-text {
  color: #707786;
  font-size: 18px;
  line-height: 30px;
}
/* line 3116, ../scss/modules/homepages/2018v1/_main.scss */
.misc-2018v1 .filter-BackgroundTriangle {
  background: linear-gradient(180deg, rgba(155, 162, 183, 0.12) 0%, rgba(155, 162, 183, 0) 100%);
  position: absolute;
  top: 0;
  height: 45px;
  width: 102%;
}

/* line 3126, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn {
  margin: 20px auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 16px;
}
@media only screen and (min-width: 40.063em) {
  /* line 3126, ../scss/modules/homepages/2018v1/_main.scss */
  .legal-2018v1 .legal-text-ctn {
    margin: 75px auto;
    padding: 30px 44px;
  }
}
/* line 3137, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn h1 {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 32px;
  letter-spacing: -0.89px;
  line-height: 38px;
}
@media only screen and (min-width: 40.063em) {
  /* line 3137, ../scss/modules/homepages/2018v1/_main.scss */
  .legal-2018v1 .legal-text-ctn h1 {
    font-size: 48px;
    line-height: 66px;
  }
}
/* line 3150, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn .content-title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 24px;
  line-height: 30px;
  margin: 30px auto 12px;
}
/* line 3158, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn .content-subtitle {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 20px;
  line-height: 24px;
  margin: 20px auto 6px;
}
/* line 3166, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn p {
  color: #707786;
  font-size: 16px;
  line-height: 24px;
  margin: 6px 0;
}
/* line 3172, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn p a {
  word-break: break-all;
}
/* line 3177, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn ul {
  margin-left: 20px;
}
/* line 3180, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn ul li {
  color: #707786;
  font-size: 16px;
  line-height: 24px;
  list-style: disc;
}
/* line 3186, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn ul li a {
  word-break: break-all;
}
/* line 3192, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn table.legalTable {
  margin: 20px 0;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
/* line 3199, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn table.legalTable td, .legal-2018v1 .legal-text-ctn table.legalTable th {
  border: 1px solid #000000;
  padding: 5px 4px;
}
/* line 3204, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn table.legalTable tbody td {
  font-size: 13px;
}
/* line 3208, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn table.legalTable thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
}
/* line 3215, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn table.legalTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
/* line 3222, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn table.legalTable tfoot td {
  font-size: 14px;
}
/* line 3226, ../scss/modules/homepages/2018v1/_main.scss */
.legal-2018v1 .legal-text-ctn table.legalTable td {
  word-break: break-word;
}

/* line 3233, ../scss/modules/homepages/2018v1/_main.scss */
.contact-2018v1 .misc-contact-section {
  position: relative;
  padding: 0 0 230px;
}
/* line 3237, ../scss/modules/homepages/2018v1/_main.scss */
.contact-2018v1 .misc-contact-section .misc-contact-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 9vw;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -9vw;
}
/* line 3249, ../scss/modules/homepages/2018v1/_main.scss */
.contact-2018v1 .misc-contact-section .candidates-wrapper {
  margin-left: -25px;
  margin-right: -25px;
  padding-top: 105px;
}
/* line 3254, ../scss/modules/homepages/2018v1/_main.scss */
.contact-2018v1 .misc-contact-section .candidates-wrapper .candidate-offer-ctn {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 3258, ../scss/modules/homepages/2018v1/_main.scss */
.contact-2018v1 .misc-contact-section .candidates-wrapper .candidate-offer-ctn .candidate-offer {
  min-height: 260px;
  border: 1px solid rgba(135, 80, 159, 0.1);
  background-color: #FFFFFF;
  box-shadow: 0 2px 30px 0 rgba(155, 162, 183, 0.08);
  position: relative;
  padding: 75px 50px 50px;
  margin-top: 40px;
}
/* line 3267, ../scss/modules/homepages/2018v1/_main.scss */
.contact-2018v1 .misc-contact-section .candidates-wrapper .candidate-offer-ctn .candidate-offer .icon-ctn {
  position: absolute;
  top: -75px;
  right: 0;
  left: 0;
  text-align: center;
}
/* line 3274, ../scss/modules/homepages/2018v1/_main.scss */
.contact-2018v1 .misc-contact-section .candidates-wrapper .candidate-offer-ctn .candidate-offer .icon-ctn .hexagon {
  width: 140px;
}
/* line 3278, ../scss/modules/homepages/2018v1/_main.scss */
.contact-2018v1 .misc-contact-section .candidates-wrapper .candidate-offer-ctn .candidate-offer .icon-ctn .candidate-offer-icon {
  position: absolute;
  top: -15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 3288, ../scss/modules/homepages/2018v1/_main.scss */
.contact-2018v1 .misc-contact-section .candidates-wrapper .candidate-offer-ctn .candidate-offer .button {
  position: absolute;
  bottom: 36px;
  left: 52px;
}
/* line 3294, ../scss/modules/homepages/2018v1/_main.scss */
.contact-2018v1 .misc-contact-section .candidates-wrapper .candidate-offer-ctn .candidate-offer .title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 10px;
}
/* line 3302, ../scss/modules/homepages/2018v1/_main.scss */
.contact-2018v1 .misc-contact-section .candidates-wrapper .candidate-offer-ctn .candidate-offer .subtitle {
  color: #707786;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 15px;
}

/* line 3315, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .misc-about-section {
  position: relative;
  padding-bottom: 200px;
}
/* line 3319, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .misc-about-section .misc-about-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 9vw;
  background: #ffffff;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -9vw;
}
/* line 3332, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .mission-section {
  position: relative;
  background-color: #ffffff;
  padding: 50px 0 200px;
}
/* line 3337, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .mission-section .mission-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 9vw;
  background: #FDFDFD;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -9vw;
}
/* line 3349, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .mission-section .rocket-image {
  float: left;
  width: 200px;
  height: 200px;
  padding-right: 30px;
}
/* line 3356, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .mission-section .info {
  padding-top: 30px;
}
/* line 3361, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section {
  position: relative;
  padding: 100px 0 230px;
}
/* line 3365, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .about-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 9vw;
  background: #ffffff;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -9vw;
}
/* line 3377, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .description-block {
  position: relative;
}
/* line 3380, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .description-block .number-pill {
  position: absolute;
  left: -32px;
  top: -32px;
}
/* line 3386, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .description-block .number-pill-text {
  color: #87509F;
  font-family: "proxima-nova-bold";
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
}
/* line 3398, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .description-block .container {
  background-color: #FFFFFF;
  box-shadow: 0 3px 20px 0 rgba(112, 119, 134, 0.1);
  display: flex;
}
/* line 3403, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .description-block .container .left-image {
  padding-right: 35px;
}
/* line 3406, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .description-block .container .left-image .img-wrapper {
  height: 196px;
  width: 196px;
}
/* line 3410, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .description-block .container .left-image .img-wrapper img {
  height: 196px;
  width: 196px;
}
/* line 3417, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .description-block .container .info {
  padding: 30px 0;
  text-align: left;
}
/* line 3421, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .description-block .container .info .title {
  color: #4A4A4A;
  font-family: "proxima-nova-bold";
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 64.063em) {
  /* line 3421, ../scss/modules/homepages/2018v1/_main.scss */
  .about-2018v1 .about-section .description-block .container .info .title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
/* line 3435, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .description-block .container .info .description {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 64.063em) {
  /* line 3435, ../scss/modules/homepages/2018v1/_main.scss */
  .about-2018v1 .about-section .description-block .container .info .description {
    font-size: 18px;
    line-height: 30px;
  }
}
/* line 3449, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .stat-item {
  text-align: center;
}
/* line 3452, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .stat-item .description {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
/* line 3461, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .about-section .boat-wrapper {
  max-width: 615px;
}
/* line 3466, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .team-section {
  position: relative;
  padding: 100px 0 0;
  background-color: #ffffff;
}
/* line 3471, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .team-section .team-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 9vw;
  background: #FBFBFB;
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -9vw;
}
/* line 3484, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .team-section .person-info .name {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 24px;
  line-height: 30px;
}
/* line 3491, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .team-section .person-info .position {
  color: #707786;
  font-family: "proxima-nova-bold";
  font-size: 18px;
  line-height: 30px;
}
/* line 3500, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .wake-up-section {
  position: relative;
  background-color: #FBFBFB;
  padding: 110px 0 230px;
}
/* line 3505, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .wake-up-section .wake-up-section-BackgroundTriangle {
  display: block;
  width: 102%;
  height: 9vw;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  transform-origin: 0 0;
  transform: skewY(-5deg);
  position: absolute;
  left: -1%;
  bottom: -9vw;
}
/* line 3517, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .wake-up-section .container {
  background-color: #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 90px 110px 110px;
}
/* line 3522, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .wake-up-section .container .title {
  color: #4F5C78;
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 35px;
}
/* line 3531, ../scss/modules/homepages/2018v1/_main.scss */
.about-2018v1 .wake-up-section .partner-logos img {
  line-height: px;
  vertical-align: middle;
  padding: 0 32px;
}

/* line 3541, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 h1 {
  font-family: "proxima-nova-bold";
  color: #444444;
  letter-spacing: -0.02375rem;
  font-size: 1.875rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 3541, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 h1 {
    font-size: 3.75rem;
    line-height: 3.375rem;
    letter-spacing: -0.04688rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 3541, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 h1 {
    font-size: 3.75rem;
  }
}
/* line 3559, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 h2 {
  font-family: "proxima-nova-bold";
  color: #444444;
  font-weight: 800;
  letter-spacing: -0.04688rem;
  font-size: 1.25rem;
  line-height: 90%;
}
@media only screen and (min-width: 40.063em) {
  /* line 3559, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 h2 {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 3559, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 h2 {
    font-size: 2.25rem;
  }
}
/* line 3576, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .row {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 3576, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .row {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
/* line 3586, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .body-text {
  font-family: "proxima-nova-regular";
  color: #444444;
  font-size: 0.875rem;
  letter-spacing: -0.02188rem;
  line-height: 1.3125rem;
}
/* line 3593, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .body-text.bold {
  font-family: "proxima-nova-bold";
}
/* line 3597, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .body-text.squeeze {
  max-width: 17.5rem;
}
/* line 3601, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .body-text.add-space-on-top-10 {
  margin-top: 0.625rem;
}
/* line 3605, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .body-text.add-space-on-top-5 {
  margin-top: 0.3125rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 3586, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .body-text {
    font-size: 1.125rem;
    letter-spacing: -0.02813rem;
    line-height: 1.5rem;
  }
  /* line 3614, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .body-text.squeeze {
    max-width: 25.625rem;
  }
}
/* line 3620, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .goodwall-logo {
  color: #FFFFFF;
  vertical-align: middle;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
@media only screen and (min-width: 40.063em) {
  /* line 3620, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .goodwall-logo {
    font-size: 1.375rem;
  }
}
/* line 3633, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .goodwall-logo:before {
  content: "\e97e";
}
/* line 3637, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .intro-block {
  height: 34.09375rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 3637, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .intro-block {
    height: 64.5625rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 3637, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .intro-block {
    height: 50.625rem;
  }
}
/* line 3648, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .intro-block .main-landing-illustration {
  position: relative;
  background-color: #FFF172;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v1/yellow-room-1x.jpg");
  background-repeat: no-repeat;
  background-position: 55% 0;
  height: 100%;
}
@media only screen {
  /* line 3648, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .intro-block .main-landing-illustration {
    background-size: 46.5625rem;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 3648, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .intro-block .main-landing-illustration {
    background-size: 90.625rem;
  }
}
@media only screen and (min-width: 55rem) {
  /* line 3648, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .intro-block .main-landing-illustration {
    background-size: 90.625rem;
    background-position: 75% 0;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 3648, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .intro-block .main-landing-illustration {
    background-size: 94.375rem;
    background-position: 50% 0;
  }
}
/* line 3674, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .intro-block .logo {
  position: absolute;
  top: 3.9375rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 3674, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .intro-block .logo {
    top: 8rem;
  }
}
/* line 3683, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .intro-block .main-heading {
  position: absolute;
  top: 7.5rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 3683, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .intro-block .main-heading {
    top: 13.4375rem;
  }
}
/* line 3692, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .intro-block .heading-description {
  position: absolute;
  top: 22.3125rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 3692, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .intro-block .heading-description {
    top: 43.75rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 3692, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .intro-block .heading-description {
    top: 24.6875rem;
  }
}
/* line 3704, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .intro-block .heading-description .join-now {
  padding: 30px 0;
}
/* line 3710, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .button-2019v1 {
  width: 11.8125rem;
  height: 2.25rem;
  font-size: 0.9375rem;
  border-radius: 8px;
  background-color: #444444;
  padding: 0;
  text-transform: none;
  color: #FFFFFF;
  font-family: "proxima-nova-regular";
  line-height: 2.4;
  text-align: center;
  letter-spacing: -0.01875rem;
}
/* line 3726, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .button-2019v1:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 3730, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .button-2019v1.round {
  position: relative;
  height: 2.25rem;
  width: 2.25rem;
  line-height: 1;
  border-radius: 6.25rem;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  /* line 3710, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .button-2019v1 {
    font-size: 1.125rem;
    line-height: 3;
    width: 17.625rem;
    height: 3.375rem;
  }
  /* line 3745, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .button-2019v1.round {
    height: 3rem;
    width: 3rem;
  }
}
/* line 3752, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .benefits {
  padding-top: 6.25rem;
  padding-bottom: 8rem;
}
/* line 3756, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .benefits .benefit {
  margin-top: 2.5rem;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  /* line 3756, ../scss/modules/homepages/2018v1/_main.scss */
  .d2019v1 .benefits .benefit {
    font-size: 1.625rem;
    text-align: left;
  }
}
/* line 3767, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .companies-section {
  position: relative;
  padding: 6.9375rem 0 7rem;
  background-color: #F9FAF7;
}
/* line 3772, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .companies-section .company {
  padding-top: 3.75rem;
  text-align: center;
}
/* line 3776, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .companies-section .company img {
  width: 5.75rem;
}
/* line 3782, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .final-call {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem;
  text-align: center;
}
/* line 3787, ../scss/modules/homepages/2018v1/_main.scss */
.d2019v1 .final-call .join-now {
  padding-top: 2.5rem;
}

/* line 2, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download .guide-ctn {
  display: flex;
  flex-direction: row;
}
/* line 6, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download .guide-ctn .left-sect {
  flex: 13;
  padding: 20px 23px 40px;
  background-color: #ffffff;
  display: none;
}
@media only screen and (min-width: 40.063em) {
  /* line 6, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download .guide-ctn .left-sect {
    padding: 37px 34px 40px;
    display: block;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 6, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download .guide-ctn .left-sect {
    padding: 55px 100px 80px 55px;
  }
}
/* line 21, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download .guide-ctn .left-sect .prefix-title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 40.063em) {
  /* line 21, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download .guide-ctn .left-sect .prefix-title {
    color: #707786;
    font-family: "proxima-nova-regular";
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 21, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download .guide-ctn .left-sect .prefix-title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 42px;
  }
}
/* line 41, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download .guide-ctn .left-sect .title {
  color: #4F5C78;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 64.063em) {
  /* line 41, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download .guide-ctn .left-sect .title {
    font-size: 36px;
    line-height: 42px;
  }
}
/* line 52, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download .guide-ctn .left-sect .post-title {
  color: #4F5C78;
  font-family: "proxima-nova-bold";
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 40.063em) {
  /* line 52, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download .guide-ctn .left-sect .post-title {
    color: #707786;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 52, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download .guide-ctn .left-sect .post-title {
    font-size: 18px;
    line-height: 30px;
  }
}
/* line 68, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download .guide-ctn .left-sect .info {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 0;
}
@media only screen and (min-width: 64.063em) {
  /* line 68, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download .guide-ctn .left-sect .info {
    font-size: 18px;
    line-height: 30px;
  }
}
/* line 80, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download .guide-ctn .left-sect ul {
  color: #707786;
  font-size: 15px;
  line-height: 30px;
}
@media only screen and (min-width: 64.063em) {
  /* line 80, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download .guide-ctn .left-sect ul {
    font-size: 18px;
    line-height: 42px;
  }
}
/* line 90, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download .guide-ctn .left-sect ul .tick-icon {
  height: 24px;
  width: 24px;
  background: linear-gradient(90deg, #954f97 0%, #7650a7 100%);
  content: "";
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -3px;
  position: relative;
}
/* line 102, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download .guide-ctn .left-sect ul .tick-icon i.icon-new {
  font-size: 8px;
  color: white;
  position: absolute;
  top: 10px;
  left: 7px;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* line 116, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download .guide-ctn .right-sect {
  flex: 10;
  padding: 20px 23px 40px;
  background-color: #ffffff;
}
@media only screen and (min-width: 40.063em) {
  /* line 116, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download .guide-ctn .right-sect {
    padding: 37px 34px 40px;
    background-color: #F7F7F9;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 116, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download .guide-ctn .right-sect {
    padding: 55px;
  }
}
/* line 130, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download .guide-ctn .right-sect .left-sect {
  padding: 0;
}
/* line 134, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download .guide-ctn .right-sect .info {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 0;
}
@media only screen and (min-width: 64.063em) {
  /* line 134, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download .guide-ctn .right-sect .info {
    font-size: 24px;
    line-height: 42px;
    padding-bottom: 60px;
  }
}

/* line 151, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download-thanks .title {
  color: #4F5C78;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 64.063em) {
  /* line 151, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download-thanks .title {
    font-family: "proxima-nova-bold";
    font-size: 42px;
    line-height: 54px;
  }
}
/* line 163, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
.university-ebook-download-thanks .thanks-info {
  color: #707786;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 0 90px;
}
@media only screen and (min-width: 40.063em) {
  /* line 163, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download-thanks .thanks-info {
    padding: 0 0 45px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 163, ../scss/modules/homepages/2018v1/_university-ebook-download.scss */
  .university-ebook-download-thanks .thanks-info {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0 40px;
  }
}

/*
  Flexboxgrid2 source code.
  https://github.com/evgenyrodionov/flexboxgrid2
  Version: 7.2.0

  Notice:
  Source code is based on flexboxgrid2 but it was heavily adjusted for our grid requirements
  but also to be able to build css using outdated grunt.

  Grid requirements from design team:
   A) Breakpoints:
    1. mobile = 0 - 767px (xs and sm)
    2. tablet = 768px - 1199px (md and lg)
    3. desktop = 1200px - + (xl)

   B) Desktop (xl) max width is 1200px.
 */
/* line 19, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
:root {
  --gutter-width: 24px;
  --gutter-width-desktop: 50px;
  --outer-margin: 32px;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --gutter-compensation-desktop: calc((var(--gutter-width-desktop) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --half-gutter-width-desktop: calc((var(--gutter-width-desktop) * 0.5));
  --xs-min: 0rem;
  --sm-min: 576px;
  --md-min: 768px;
  --lg-min: 992px;
  --xl-min: 1200px;
}

/* line 50, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 24px;
  padding-left: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 50, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 50, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 68, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .container.width-1440 {
    max-width: 1440px;
  }
}

/* line 75, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.max-width-1920 {
  max-width: 1920px;
  margin: auto;
}

/* line 80, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.row-fb2 {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: var(--gutter-compensation, -8px);
  margin-left: var(--gutter-compensation, -8px);
}
@media only screen and (min-width: 1200px) {
  /* line 80, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .row-fb2 {
    margin-right: var(--gutter-compensation-desktop, -8px);
    margin-left: var(--gutter-compensation-desktop, -8px);
  }
}
/* line 94, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.row-fb2 .no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 575px) {
  /* line 99, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .row-fb2.full-width-mobile {
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 99, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .row-fb2.full-width-mobile {
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 110, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .row-fb2.full-width-tablet {
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 110, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .row-fb2.full-width-tablet {
    margin-left: -36px;
    margin-right: -36px;
  }
}

/* line 122, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.row-fb2.row-ext-right-margin {
  margin-right: -150px;
}

/* line 126, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.row-fb2.reverse {
  flex-direction: row-reverse;
}

/* line 130, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col.reverse {
  flex-direction: column-reverse;
}

/* line 134, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: var(--half-gutter-width, 8px);
  padding-left: var(--half-gutter-width, 8px);
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  /* line 134, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-0,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12,
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    padding-right: var(--half-gutter-width-desktop, 8px);
    padding-left: var(--half-gutter-width-desktop, 8px);
  }
}

/* line 277, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

/* line 283, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

/* line 288, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

/* line 293, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

/* line 298, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

/* line 303, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

/* line 308, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 313, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

/* line 318, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

/* line 323, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

/* line 328, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

/* line 333, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

/* line 338, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

/* line 343, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

/* line 347, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 351, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 355, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 359, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 363, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 367, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 371, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 375, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 379, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 383, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 387, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 391, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.start-xs {
  justify-content: flex-start;
  text-align: start;
}

/* line 396, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.center-xs {
  justify-content: center;
  text-align: center;
}

/* line 401, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.end-xs {
  justify-content: flex-end;
  text-align: end;
}

/* line 406, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.top-xs {
  align-items: flex-start;
}

/* line 410, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.middle-xs {
  align-items: center;
}

/* line 414, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.bottom-xs {
  align-items: flex-end;
}

/* line 418, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.around-xs {
  justify-content: space-around;
}

/* line 422, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.between-xs {
  justify-content: space-between;
}

/* line 426, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.first-xs {
  order: -1;
}

/* line 430, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.last-xs {
  order: 1;
}

/* line 434, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
.initial-order-xs {
  order: initial;
}

@media only screen and (min-width: 576px) {
  /* line 439, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 445, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 450, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 455, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 460, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 465, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 470, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 475, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 480, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 485, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 490, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 495, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 500, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 505, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }

  /* line 509, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 513, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 517, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 521, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 525, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 529, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 533, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 537, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 541, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 545, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 549, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 553, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  /* line 558, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .center-sm {
    justify-content: center;
    text-align: center;
  }

  /* line 563, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  /* line 568, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .top-sm {
    align-items: flex-start;
  }

  /* line 572, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .middle-sm {
    align-items: center;
  }

  /* line 576, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .bottom-sm {
    align-items: flex-end;
  }

  /* line 580, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .around-sm {
    justify-content: space-around;
  }

  /* line 584, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .between-sm {
    justify-content: space-between;
  }

  /* line 588, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .first-sm {
    order: -1;
  }

  /* line 592, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .last-sm {
    order: 1;
  }

  /* line 596, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .initial-order-sm {
    order: initial;
  }
}
@media only screen and (min-width: 768px) {
  /* line 602, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 8px);
    padding-left: var(--half-gutter-width, 8px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  /* line 602, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    padding-right: var(--half-gutter-width-desktop, 8px);
    padding-left: var(--half-gutter-width-desktop, 8px);
  }
}

@media only screen and (min-width: 768px) {
  /* line 639, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 645, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 650, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 655, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 660, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 665, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 670, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 675, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 680, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 685, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 690, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 695, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 700, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 705, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }

  /* line 709, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 713, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 717, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 721, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 725, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 729, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 733, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 737, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 741, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 745, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 749, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 753, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  /* line 758, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .center-md {
    justify-content: center;
    text-align: center;
  }

  /* line 763, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  /* line 768, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .top-md {
    align-items: flex-start;
  }

  /* line 772, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .middle-md {
    align-items: center;
  }

  /* line 776, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .bottom-md {
    align-items: flex-end;
  }

  /* line 780, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .around-md {
    justify-content: space-around;
  }

  /* line 784, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .between-md {
    justify-content: space-between;
  }

  /* line 788, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .first-md {
    order: -1;
  }

  /* line 792, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .last-md {
    order: 1;
  }

  /* line 796, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .initial-order-md {
    order: initial;
  }
}
@media only screen and (min-width: 992px) {
  /* line 802, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 8px);
    padding-left: var(--half-gutter-width, 8px);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  /* line 802, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    padding-right: var(--half-gutter-width-desktop, 8px);
    padding-left: var(--half-gutter-width-desktop, 8px);
  }
}

@media only screen and (min-width: 992px) {
  /* line 839, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 845, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 850, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 855, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 860, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 865, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 870, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 875, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 880, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 885, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 890, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 895, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 900, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 905, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }

  /* line 909, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 913, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 917, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 921, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 925, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 929, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 933, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 937, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 941, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 945, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 949, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 953, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  /* line 958, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .center-lg {
    justify-content: center;
    text-align: center;
  }

  /* line 963, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  /* line 968, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .top-lg {
    align-items: flex-start;
  }

  /* line 972, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .middle-lg {
    align-items: center;
  }

  /* line 976, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .bottom-lg {
    align-items: flex-end;
  }

  /* line 980, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .around-lg {
    justify-content: space-around;
  }

  /* line 984, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .between-lg {
    justify-content: space-between;
  }

  /* line 988, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .first-lg {
    order: -1;
  }

  /* line 992, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .last-lg {
    order: 1;
  }

  /* line 996, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .initial-order-lg {
    order: initial;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1002, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width-desktop, 8px);
    padding-left: var(--half-gutter-width-desktop, 8px);
  }

  /* line 1034, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 1040, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 1045, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 1050, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 1055, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 1060, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 1065, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 1070, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 1075, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 1080, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 1085, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 1090, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 1095, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 1100, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-offset-0 {
    margin-left: 0;
  }

  /* line 1104, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1108, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1112, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-offset-3 {
    margin-left: 25%;
  }

  /* line 1116, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1120, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1124, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-offset-6 {
    margin-left: 50%;
  }

  /* line 1128, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1132, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1136, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-offset-9 {
    margin-left: 75%;
  }

  /* line 1140, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1144, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1148, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .start-xl {
    justify-content: flex-start;
    text-align: start;
  }

  /* line 1153, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .center-xl {
    justify-content: center;
    text-align: center;
  }

  /* line 1158, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .end-xl {
    justify-content: flex-end;
    text-align: end;
  }

  /* line 1163, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .top-xl {
    align-items: flex-start;
  }

  /* line 1167, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .middle-xl {
    align-items: center;
  }

  /* line 1171, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .bottom-xl {
    align-items: flex-end;
  }

  /* line 1175, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .around-xl {
    justify-content: space-around;
  }

  /* line 1179, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .between-xl {
    justify-content: space-between;
  }

  /* line 1183, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .first-xl {
    order: -1;
  }

  /* line 1187, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .last-xl {
    order: 1;
  }

  /* line 1191, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .initial-order-xl {
    order: initial;
  }
}
@media only screen and (min-width: 576px) {
  /* line 1198, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .show-for-sm-up {
    display: inherit !important;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1204, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .show-for-md-up {
    display: inherit !important;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1210, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .show-for-lg-up {
    display: inherit !important;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1216, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .show-for-xl-up {
    display: inherit !important;
  }
}
@media only screen and (min-width: 1950px) {
  /* line 1222, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .show-for-xxl-up {
    display: inherit !important;
  }
}
@media only screen and (max-width: 575px) {
  /* line 1229, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .show-for-xs-only {
    display: inherit !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1235, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .show-for-sm-only {
    display: inherit !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1241, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .show-for-md-only {
    display: inherit !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1247, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .show-for-lg-only {
    display: inherit !important;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1253, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .show-for-xl-only {
    display: inherit !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1949px) {
  /* line 1259, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .show-for-xl-to-xxl-only {
    display: inherit !important;
  }
}
@media only screen and (max-width: 575px) {
  /* line 1266, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1272, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1278, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1284, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .hidden-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1290, ../scss/modules/homepages/d2019/common/flexboxgrid2/flexboxgrid2.scss */
  .hidden-xl {
    display: none !important;
  }
}
/*
  Extension classes for Flexboxgrid2
 */
/*
  d2019 Variables
 */
/*
  d2019 Typography
 */
/* line 5, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-1-Brown {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #4e4745;
  font-size: 66px;
  line-height: 0.82;
  letter-spacing: -0.6px;
}
@media only screen and (min-width: 768px) {
  /* line 5, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-1-Brown {
    font-size: 75px;
    line-height: 0.88;
    letter-spacing: -1px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 5, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-1-Brown {
    font-size: 144px;
    line-height: 0.79;
    letter-spacing: -1px;
  }
}

/* line 25, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-1-Dark-Gray {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #181818;
  font-size: 66px;
  line-height: 0.82;
  letter-spacing: -0.6px;
}
@media only screen and (min-width: 768px) {
  /* line 25, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-1-Dark-Gray {
    font-size: 75px;
    line-height: 0.88;
    letter-spacing: -1px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 25, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-1-Dark-Gray {
    font-size: 144px;
    line-height: 0.79;
    letter-spacing: -1px;
  }
}

/* line 45, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-1-Maroon {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #664d58;
  font-size: 66px;
  line-height: 0.82;
  letter-spacing: -0.6px;
}
@media only screen and (min-width: 768px) {
  /* line 45, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-1-Maroon {
    font-size: 75px;
    line-height: 0.88;
    letter-spacing: -1px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 45, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-1-Maroon {
    font-size: 144px;
    line-height: 0.79;
    letter-spacing: -1px;
  }
}

/* line 65, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-1-White {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #ffffff;
  font-size: 66px;
  line-height: 0.82;
  letter-spacing: -0.6px;
}
@media only screen and (min-width: 768px) {
  /* line 65, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-1-White {
    font-size: 75px;
    line-height: 0.88;
    letter-spacing: -1px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 65, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-1-White {
    font-size: 144px;
    line-height: 0.79;
    letter-spacing: -1px;
  }
}

/* line 86, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-2-Brown {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #4e4745;
  font-size: 58px;
  line-height: 0.83;
  letter-spacing: -0.4px;
}
@media only screen and (min-width: 768px) {
  /* line 86, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-2-Brown {
    font-size: 66px;
    line-height: 0.91;
    letter-spacing: -0.9px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 86, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-2-Brown {
    font-size: 120px;
    line-height: 0.85;
    letter-spacing: -1px;
  }
}

/* line 106, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-2-Dark-Gray {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #181818;
  font-size: 58px;
  line-height: 0.83;
  letter-spacing: -0.4px;
}
@media only screen and (min-width: 768px) {
  /* line 106, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-2-Dark-Gray {
    font-size: 75px;
    line-height: 0.91;
    letter-spacing: -0.9px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 106, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-2-Dark-Gray {
    font-size: 100px;
    line-height: 1;
    letter-spacing: -1px;
  }
}

/* line 127, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-2-Neutral-Black {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #181818;
  font-size: 58px;
  line-height: 0.83;
  letter-spacing: -0.4px;
}
@media only screen and (min-width: 768px) {
  /* line 127, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-2-Neutral-Black {
    font-size: 75px;
    line-height: 0.91;
    letter-spacing: -0.9px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 127, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-2-Neutral-Black {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -1px;
  }
}

/* line 148, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-2-Maroon {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #664d58;
  font-size: 58px;
  line-height: 0.83;
  letter-spacing: -0.4px;
}
@media only screen and (min-width: 768px) {
  /* line 148, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-2-Maroon {
    font-size: 66px;
    line-height: 0.91;
    letter-spacing: -0.9px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 148, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-2-Maroon {
    font-size: 120px;
    line-height: 0.85;
    letter-spacing: -1px;
  }
}

/* line 168, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-2-White {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #ffffff;
  font-size: 58px;
  line-height: 0.83;
  letter-spacing: -0.4px;
}
@media only screen and (min-width: 768px) {
  /* line 168, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-2-White {
    font-size: 66px;
    line-height: 0.91;
    letter-spacing: -0.9px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 168, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-2-White {
    font-size: 120px;
    line-height: 0.85;
    letter-spacing: -1px;
  }
}

/* line 189, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-3-Brown {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #4e4745;
  font-size: 48px;
  line-height: 0.88;
  letter-spacing: -0.4px;
}
@media only screen and (min-width: 768px) {
  /* line 189, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-3-Brown {
    font-size: 52px;
    line-height: 0.81;
    letter-spacing: -0.4px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 189, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-3-Brown {
    font-size: 64px;
    line-height: 0.84;
    letter-spacing: -0.5px;
  }
}

/* line 209, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-3-Dark-Gray {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #181818;
  font-size: 48px;
  line-height: 0.88;
  letter-spacing: -0.4px;
}
@media only screen and (min-width: 768px) {
  /* line 209, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-3-Dark-Gray {
    font-size: 52px;
    line-height: 0.81;
    letter-spacing: -0.4px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 209, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-3-Dark-Gray {
    font-size: 64px;
    line-height: 0.84;
    letter-spacing: -0.5px;
  }
}

/* line 229, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-3-Maroon {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #664d58;
  font-size: 48px;
  line-height: 0.88;
  letter-spacing: -0.4px;
}
@media only screen and (min-width: 768px) {
  /* line 229, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-3-Maroon {
    font-size: 52px;
    line-height: 0.81;
    letter-spacing: -0.4px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 229, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-3-Maroon {
    font-size: 64px;
    line-height: 0.84;
    letter-spacing: -0.5px;
  }
}

/* line 249, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-3-White {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #ffffff;
  font-size: 48px;
  line-height: 0.88;
  letter-spacing: -0.4px;
}
@media only screen and (min-width: 768px) {
  /* line 249, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-3-White {
    font-size: 52px;
    line-height: 0.81;
    letter-spacing: -0.4px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 249, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-3-White {
    font-size: 64px;
    line-height: 0.84;
    letter-spacing: -0.5px;
  }
}

/* line 270, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-4-Brown, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .header-ctn .title {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #181818;
  font-size: 34px;
  line-height: 0.88;
}
@media only screen and (min-width: 768px) {
  /* line 270, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-4-Brown, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .header-ctn .title {
    font-size: 36px;
    line-height: 0.83;
  }
}

/* line 282, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-4-Dark-Gray {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #181818;
  font-size: 34px;
  line-height: 0.88;
}
@media only screen and (min-width: 768px) {
  /* line 282, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-4-Dark-Gray {
    font-size: 36px;
    line-height: 0.83;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 294, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-4-Dark-Gray.desktop-large {
    font-size: 64px;
  }
}

/* line 301, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-4-Neutral-Black {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #181818;
  font-size: 34px;
  line-height: 0.88;
}
@media only screen and (min-width: 768px) {
  /* line 301, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-4-Neutral-Black {
    font-size: 36px;
    line-height: 0.83;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 313, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-4-Neutral-Black.desktop-large {
    font-size: 56px;
    line-height: 1.07;
  }
}

/* line 321, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-4-Maroon {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #664d58;
  font-size: 34px;
  line-height: 0.88;
}
@media only screen and (min-width: 768px) {
  /* line 321, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-4-Maroon {
    font-size: 36px;
    line-height: 0.83;
  }
}

/* line 333, ../scss/modules/homepages/d2019/common/_typography.scss */
.Header-4-White {
  font-family: "proxima-nova-extrabold";
  font-weight: normal;
  color: #ffffff;
  font-size: 34px;
  line-height: 0.88;
}
@media only screen and (min-width: 768px) {
  /* line 333, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Header-4-White {
    font-size: 36px;
    line-height: 0.83;
  }
}

/* line 346, ../scss/modules/homepages/d2019/common/_typography.scss */
.Big-Body-Center {
  font-family: "proxima-nova-regular";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  color: #181818;
}

/* line 355, ../scss/modules/homepages/d2019/common/_typography.scss */
.Big-Body-Left {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  color: #181818;
}
@media only screen and (min-width: 992px) {
  /* line 355, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Big-Body-Left {
    font-size: 24px;
  }
}
/* line 366, ../scss/modules/homepages/d2019/common/_typography.scss */
.Big-Body-Left.not-resp {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 370, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Big-Body-Left.resp-from-tablet-size {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 376, ../scss/modules/homepages/d2019/common/_typography.scss */
  .Big-Body-Left.fixed-mobile-size {
    font-size: 16px;
  }
}
/* line 382, ../scss/modules/homepages/d2019/common/_typography.scss */
.Big-Body-Left.bold {
  font-family: "proxima-nova-bold";
  font-weight: normal;
}
/* line 387, ../scss/modules/homepages/d2019/common/_typography.scss */
.Big-Body-Left.white {
  color: #ffffff;
}

/* line 392, ../scss/modules/homepages/d2019/common/_typography.scss */
.Big-BodyBold-Left {
  font-family: "proxima-nova-bold";
  font-weight: normal;
  font-size: 24px;
  line-height: 1.25;
  color: #181818;
}
/* line 399, ../scss/modules/homepages/d2019/common/_typography.scss */
.Big-BodyBold-Left.extra-bold {
  font-family: "proxima-nova-extrabold";
}

/* line 404, ../scss/modules/homepages/d2019/common/_typography.scss */
.Big-Body-Right {
  font-family: "proxima-nova-regular";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  text-align: right;
  color: #181818;
}

/* line 413, ../scss/modules/homepages/d2019/common/_typography.scss */
.Big-Body-White-Center {
  font-family: "proxima-nova-regular";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
}

/* line 422, ../scss/modules/homepages/d2019/common/_typography.scss */
.Big-Body-White-Left {
  font-family: "proxima-nova-regular";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  color: #ffffff;
}

/* line 430, ../scss/modules/homepages/d2019/common/_typography.scss */
.Big-Body-White-Right {
  font-family: "proxima-nova-regular";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  text-align: right;
  color: #ffffff;
}

/* line 439, ../scss/modules/homepages/d2019/common/_typography.scss */
.Button-Text-Center, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .login-label {
  font-family: "proxima-nova-regular";
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.3px;
  text-align: center;
  color: #181818;
}

/* line 448, ../scss/modules/homepages/d2019/common/_typography.scss */
.Button-Text-Center-White {
  font-family: "proxima-nova-regular";
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
}

/* line 457, ../scss/modules/homepages/d2019/common/_typography.scss */
.Button-Text-Right {
  font-family: "proxima-nova-regular";
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.3px;
  text-align: right;
  color: #181818;
}

/* line 466, ../scss/modules/homepages/d2019/common/_typography.scss */
.Button-Text-White-Right {
  font-family: "proxima-nova-regular";
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.3px;
  text-align: right;
  color: #ffffff;
}

/* line 475, ../scss/modules/homepages/d2019/common/_typography.scss */
.Form-Label-Center {
  font-family: "proxima-nova-bold";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #999999;
}

/* line 484, ../scss/modules/homepages/d2019/common/_typography.scss */
.Form-Label-Left, .manage-entity.d2019 .entity-form form label {
  font-family: "proxima-nova-bold";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.33;
  color: #181818;
}

/* line 492, ../scss/modules/homepages/d2019/common/_typography.scss */
.Form-Label-Right {
  font-family: "proxima-nova-bold";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  color: #999999;
}

/* line 501, ../scss/modules/homepages/d2019/common/_typography.scss */
.Body-Center, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .last-option, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .last-option .already-account, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .last-option .last-option-action {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #181818;
}

/* line 510, ../scss/modules/homepages/d2019/common/_typography.scss */
.Body-Link-Bold {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #181818;
}

/* line 519, ../scss/modules/homepages/d2019/common/_typography.scss */
.forgot-password {
  font-weight: 300;
}

/* line 523, ../scss/modules/homepages/d2019/common/_typography.scss */
.Body-Center-White {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

/* line 532, ../scss/modules/homepages/d2019/common/_typography.scss */
.Body-Left, form input, form.default input, .d2019 form input, .d2019 form.default input,
form select,
form.default select,
.d2019 form select,
.d2019 form.default select,
form textarea,
form.default textarea,
.d2019 form textarea,
.d2019 form.default textarea,
form .tagsinput,
form.default .tagsinput,
.d2019 form .tagsinput,
form .tag-editor,
form.default .tag-editor,
.d2019 form .tag-editor,
form .range-selector-editor,
form.default .range-selector-editor,
.d2019 form .range-selector-editor {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #181818;
  text-align: left;
}

/* line 541, ../scss/modules/homepages/d2019/common/_typography.scss */
.Body-Maroon-Center {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #664d58;
}

/* line 550, ../scss/modules/homepages/d2019/common/_typography.scss */
.Body-Maroon-Left {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #664d58;
}

/* line 558, ../scss/modules/homepages/d2019/common/_typography.scss */
.Body-Maroon-Right {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: right;
  color: #664d58;
}

/* line 567, ../scss/modules/homepages/d2019/common/_typography.scss */
.Body-Right {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: right;
  color: #181818;
}

/* line 576, ../scss/modules/homepages/d2019/common/_typography.scss */
.Body-White-Left {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
}

/* line 584, ../scss/modules/homepages/d2019/common/_typography.scss */
.Body-White-Right {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: right;
  color: #ffffff;
}

/* line 593, ../scss/modules/homepages/d2019/common/_typography.scss */
.Light-Body-Center {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #999999;
}

/* line 602, ../scss/modules/homepages/d2019/common/_typography.scss */
.Light-Body-Left {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #999999;
}

/* line 610, ../scss/modules/homepages/d2019/common/_typography.scss */
.Light-Body-Right {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: right;
  color: #999999;
}

/* line 619, ../scss/modules/homepages/d2019/common/_typography.scss */
.Top-Navigation-Center {
  font-family: "proxima-nova-regular";
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  color: #181818;
}

/* line 627, ../scss/modules/homepages/d2019/common/_typography.scss */
.Top-Navigation-Left {
  font-family: "proxima-nova-regular";
  font-size: 14px;
  line-height: 1.29;
  color: #181818;
}

/* line 634, ../scss/modules/homepages/d2019/common/_typography.scss */
.Top-Navigation-Right {
  font-family: "proxima-nova-bold";
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  color: #181818;
}

/* line 642, ../scss/modules/homepages/d2019/common/_typography.scss */
.Form-Error-Message {
  font-family: "proxima-nova-regular";
  font-size: 12px;
  line-height: 1.5;
  color: #d54646;
}

/* line 649, ../scss/modules/homepages/d2019/common/_typography.scss */
.Small-Body-Center {
  font-family: "proxima-nova-regular";
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #181818;
}

/* line 657, ../scss/modules/homepages/d2019/common/_typography.scss */
.Small-Body-Left {
  font-family: "proxima-nova-regular";
  font-size: 12px;
  line-height: 1.5;
  color: #181818;
}

/* line 664, ../scss/modules/homepages/d2019/common/_typography.scss */
.Small-Body-Right {
  font-family: "proxima-nova-regular";
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  color: #181818;
}

/* line 672, ../scss/modules/homepages/d2019/common/_typography.scss */
.Cookie-Legal-Color {
  color: #181818;
  font-family: "proxima-nova-regular";
  font-size: 16px;
  line-height: 1.5;
}

/* line 2, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .link-button {
  display: inline-block;
  cursor: pointer;
  padding: 5px 5px 4px;
}
/* line 7, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .link-button.link-button-no-left-padding {
  padding-left: 0;
}
/* line 11, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .link-button.link-button-no-right-padding {
  padding-right: 0;
}
@media only screen and (min-width: 1200px) {
  /* line 15, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
  .d2019 .link-button.app-bar-link {
    margin-right: 25px;
  }
}
/* line 22, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .button-cta, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn {
  display: block;
  font: normal 300 18px/2.7em "proxima-nova-bold";
  background: #7EFB98;
  color: #181818;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  position: relative;
  width: 100%;
  max-width: 275px;
}
/* line 35, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .button-cta:focus, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn:focus, .d2019 .button-cta:hover, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn:hover {
  color: #ffffff !important;
}
/* line 42, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .button-cta.dark-gray, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .dark-gray.login-btn {
  background: #181818;
  color: #ffffff;
}
/* line 47, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .button-cta.white, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .white.login-btn {
  background: #ffffff;
  color: #181818;
  border: solid 2px #7EFB98;
}
/* line 52, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .button-cta.white:focus, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .white.login-btn:focus, .d2019 .button-cta.white:hover, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .white.login-btn:hover {
  color: #181818 !important;
}
/* line 60, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .button-cta.transparent, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .transparent.login-btn {
  background: transparent;
  color: #181818;
  border-radius: 8px;
  border: solid 2px #7EFB98;
}
/* line 66, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .button-cta.transparent:focus, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .transparent.login-btn:focus, .d2019 .button-cta.transparent:hover, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .transparent.login-btn:hover {
  color: #181818 !important;
}
/* line 74, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .button-cta.medium-size, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .medium-size.login-btn {
  width: 160px;
}
/* line 78, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .button-cta.app-bar, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .app-bar.login-btn {
  width: auto;
  min-width: 80px;
  font-size: 16px;
  line-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  /* line 78, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
  .d2019 .button-cta.app-bar, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .app-bar.login-btn {
    min-width: 105px;
    line-height: 46px;
  }
}
/* line 95, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .button-cta--white {
  background-color: #181818;
  color: #ffffff;
  border: 1px solid white;
}
/* line 101, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .button-cta .dots-loading-spinner, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .dots-loading-spinner {
  vertical-align: middle;
  display: none;
}
/* line 105, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .button-cta .dots-loading-spinner.svg, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .dots-loading-spinner.svg {
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 10px;
}
/* line 113, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .emoji-write:after {
  content: "";
  display: block;
  position: absolute;
  font-size: 36px;
  right: -18px;
  /* Half of font size */
  top: -18px;
  /* Half of font size */
  background: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/d2019/emoji/writing-hand_270d.png");
  width: 36px;
  height: 36px;
  background-size: cover;
}
/* line 126, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .emoji-android:after {
  content: "";
  display: block;
  position: absolute;
  font-size: 36px;
  right: -18px;
  /* Half of font size */
  top: -18px;
  /* Half of font size */
  background: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/d2019/emoji/robot-face_1f916.png");
  width: 36px;
  height: 36px;
  background-size: cover;
}
/* line 139, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .emoji-apple:after {
  content: "";
  display: block;
  position: absolute;
  font-size: 36px;
  right: -18px;
  /* Half of font size */
  top: -18px;
  /* Half of font size */
  background: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/d2019/emoji/red-apple_1f34e.png");
  width: 36px;
  height: 36px;
  background-size: cover;
}
/* line 152, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .emoji-cookie:after {
  content: "";
  display: block;
  position: absolute;
  font-size: 36px;
  right: -18px;
  /* Half of font size */
  top: -18px;
  /* Half of font size */
  background: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/d2019/emoji/cookie_1f36a.png");
  width: 36px;
  height: 36px;
  background-size: cover;
}
/* line 165, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .emoji-toolbox:after {
  content: "";
  display: block;
  position: absolute;
  font-size: 36px;
  right: -18px;
  /* Half of font size */
  top: -18px;
  /* Half of font size */
  background: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/d2019/emoji/hammer-and-wrench_1f6e0.png");
  width: 36px;
  height: 36px;
  background-size: cover;
}
/* line 178, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .emoji-briefcase:after {
  content: "";
  display: block;
  position: absolute;
  font-size: 36px;
  right: -18px;
  /* Half of font size */
  top: -18px;
  /* Half of font size */
  background: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/d2019/emoji/briefcase_1f4bc.png");
  width: 36px;
  height: 36px;
  background-size: cover;
}
/* line 191, ../scss/modules/homepages/d2019/common/components/_buttons.scss */
.d2019 .emoji-rocket:after {
  content: "";
  display: block;
  position: absolute;
  font-size: 36px;
  right: -18px;
  /* Half of font size */
  top: -18px;
  /* Half of font size */
  background: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/d2019/emoji/rocket_1f680.png");
  width: 36px;
  height: 36px;
  background-size: cover;
}

/* line 5, ../scss/modules/homepages/d2019/common/components/manage-entity/_manage-entity.scss */
.manage-entity.d2019 .entity-form .settings-form-container [ui="buttons-bar"].center-button {
  padding-bottom: 0;
  margin-top: 40px;
}

/* line 5, ../scss/modules/homepages/d2019/common/components/settings-form-container/_settings-form-container.scss */
.d2019 .settings-form-container [ui="buttons-bar"].center-button [data-action="submit-form"] {
  margin: auto;
  text-transform: none;
  min-width: 16.5rem;
  padding: 0;
}

/* ===========================
   Forms
   =========================== */
/* ===========================
   Forms themes
   =========================== */
/* line 7, ../scss/modules/homepages/d2019/common/components/forms/_forms.themes.scss */
form input, form.default input, .d2019 form input, .d2019 form.default input,
form select,
form.default select,
.d2019 form select,
.d2019 form.default select,
form textarea,
form.default textarea,
.d2019 form textarea,
.d2019 form.default textarea,
form .tagsinput,
.d2019 form.default .tagsinput,
form .tag-editor,
.d2019 form.default .tag-editor,
form .range-selector-editor,
.d2019 form.default .range-selector-editor {
  border-radius: 3px;
  border: none;
  background-color: #eeeeee;
  height: 3rem;
  margin-top: 0.6875rem;
  padding: 0.625rem;
}

/*
  Main landing page Footer styles
 */
/* line 6, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer {
  color: #181818;
}
/* line 9, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer__background {
  background-image: linear-gradient(to right, #7efb98 50%, #181818 50%);
}
/* line 12, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer__background--empty {
  background-color: #7EFB98;
}
/* line 17, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer__outer-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}
@media only screen and (min-width: 1200px) {
  /* line 17, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer__outer-container {
    max-width: 1200px;
  }
}
/* line 27, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer__outer-container > .row-fb2 {
  margin: 0;
}
/* line 32, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer__container--left {
  background-color: #7EFB98;
  padding: 48px 24px 35px;
}
@media only screen and (min-width: 768px) {
  /* line 32, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer__container--left {
    padding: 53px 0 47px 36px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 32, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer__container--left {
    padding: 53px 0 47px;
  }
}
/* line 44, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer__container--left .logo-company-padding {
  padding-top: 60px;
}
/* line 48, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer__container--left .company-info {
  position: absolute;
  bottom: 48px;
}
/* line 54, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer__container--middle {
  background-color: #181818;
  padding: 35px 24px 60px;
}
@media only screen and (min-width: 768px) {
  /* line 54, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer__container--middle {
    padding: 53px 24px 43px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 54, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer__container--middle {
    padding: 53px 24px 43px 40px;
  }
}
/* line 67, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer__media-link {
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 6px;
  display: block;
}
/* line 79, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer__media-link:hover {
  color: #ffffff !important;
}
@media only screen and (min-width: 1200px) {
  /* line 84, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer .social-list-ctn {
    margin-left: -10px;
  }
}
/* line 90, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer .social-list {
  margin-top: 10px;
  margin-left: -10px;
}
/* line 94, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer .social-list li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
/* line 100, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer .social-list .social-icon {
  height: 24px;
  width: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
/* line 108, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer .social-list .social-icon i.icon-new {
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  right: 0;
  margin: auto;
}
/* line 116, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer .social-list .social-icon i.icon-youtube {
  margin-right: -5px;
}
/* line 122, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer .col-mobile-top-padding {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  /* line 122, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer .col-mobile-top-padding {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 130, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer .col-tablet-top-padding {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 130, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer .col-tablet-top-padding {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 140, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer .socials-column {
    padding: 0;
  }
}
/* line 146, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer .app-stores-ctn {
  margin-top: 45px;
}
@media only screen and (min-width: 1200px) {
  /* line 146, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer .app-stores-ctn {
    margin-top: 60px;
    margin-left: -8px;
  }
}
/* line 154, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer .app-stores-ctn .left-store-btn {
  margin-right: 4px;
}
@media only screen and (min-width: 768px) {
  /* line 154, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer .app-stores-ctn .left-store-btn {
    margin-right: 24px;
  }
}
/* line 163, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
.d2019 .footer .app-stores-ctn .image-btn > img {
  height: 44px;
}
@media only screen and (min-width: 768px) {
  /* line 163, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer .app-stores-ctn .image-btn > img {
    height: 54px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 163, ../scss/modules/homepages/d2019/main-landing-page/_footer.scss */
  .d2019 .footer .app-stores-ctn .image-btn > img {
    height: 56px;
  }
}

/*
  Main landing page Top Navigation styles
 */
/* line 6, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header {
  position: relative;
  z-index: 100;
  border-bottom: solid 1px #dddddd;
  background-color: #ffffff;
}
/* line 12, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
}
/* line 18, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header.sticky .info-header {
  display: none;
}
/* line 23, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header .top-navigation {
  padding: 12px 0 11px;
  display: flex;
  background: transparent;
  align-items: center;
  transition: padding 300ms ease;
}
@media only screen and (min-width: 768px) {
  /* line 23, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
  .d2019 .top-navigation-header .top-navigation {
    padding: 26px 0 25px;
  }
}
/* line 33, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header .top-navigation .logo-ctn {
  height: 22px;
}
@media only screen and (min-width: 768px) {
  /* line 33, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
  .d2019 .top-navigation-header .top-navigation .logo-ctn {
    height: 28px;
    margin-right: 40px;
  }
}
/* line 41, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header .top-navigation .logo-ctn > img {
  height: 100%;
}
/* line 46, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header .top-navigation .actions-ctn {
  margin-left: auto;
  display: flex;
}
/* line 54, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header .main-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: width 0.4s ease;
  z-index: 1000;
}
/* line 66, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header .main-nav.closed .nav-contents {
  width: 0%;
}
/* line 72, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header .main-nav.opened .nav-contents {
  width: 294px;
}
/* line 77, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header .main-nav .nav-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 83, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header .main-nav .nav-contents {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 80px 30px;
  background-color: #ffffff;
}
/* line 92, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header .main-nav .white-link {
  padding: 5px 0;
}
/* line 97, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header .mobile-size-menu-button {
  display: flex;
  align-items: center;
  margin-left: 18px;
}
@media only screen and (min-width: 1200px) {
  /* line 103, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
  .d2019 .top-navigation-header .mobile-size-menu-open-button {
    display: none;
  }
}
/* line 109, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header .mobile-size-menu-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
}
/* line 116, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header-secondary {
  background-color: #f9faf7;
  height: 72px;
  z-index: 100;
}
@media only screen and (min-width: 1200px) {
  /* line 116, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
  .d2019 .top-navigation-header-secondary {
    height: 96px;
  }
}
/* line 125, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header-secondary.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding-right: 8px;
}
/* line 132, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header-secondary .secondary-navigation {
  display: flex;
  align-items: center;
  height: 72px;
}
@media only screen and (min-width: 1200px) {
  /* line 132, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
  .d2019 .top-navigation-header-secondary .secondary-navigation {
    height: 96px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 141, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
  .d2019 .top-navigation-header-secondary .secondary-navigation .left-header {
    font-family: "proxima-nova-bold";
  }
}
/* line 147, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header-secondary .secondary-navigation .actions-ctn {
  margin-left: auto;
  display: flex;
}
/* line 151, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header-secondary .secondary-navigation .actions-ctn .link-wrapper {
  padding-top: 20px;
}
@media only screen and (min-width: 1200px) {
  /* line 151, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
  .d2019 .top-navigation-header-secondary .secondary-navigation .actions-ctn .link-wrapper {
    padding-top: 32px;
  }
}
/* line 158, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header-secondary .secondary-navigation .actions-ctn .link-wrapper.selected {
  padding-bottom: 19px;
  padding-top: 20px;
  border-bottom: 4px solid #7EFB98;
}
@media only screen and (min-width: 1200px) {
  /* line 158, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
  .d2019 .top-navigation-header-secondary .secondary-navigation .actions-ctn .link-wrapper.selected {
    padding-bottom: 31px;
    padding-top: 32px;
  }
}
/* line 170, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header-secondary .secondary-navigation .actions-ctn .app-bar-link {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (min-width: 1200px) {
  /* line 170, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
  .d2019 .top-navigation-header-secondary .secondary-navigation .actions-ctn .app-bar-link {
    margin-left: 25px;
    margin-right: 25px;
  }
}
/* line 183, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .info-header {
  height: 54px;
  background-color: #c3fcb6;
  overflow: hidden;
}
/* line 188, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .info-header .learn-more-link {
  padding: 0 0 0 15px;
  color: #181818;
}
/* line 193, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .info-header.infoHeaderCtnMobile {
  height: 79px;
  padding: 15px 0;
}
/* line 197, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .info-header.infoHeaderCtnMobile a {
  text-decoration: none !important;
}
/* line 199, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .info-header.infoHeaderCtnMobile a:hover {
  color: #181818 !important;
}
/* line 204, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .info-header.infoHeaderCtnMobile .right-arrow {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  padding-top: 10px;
}
/* line 211, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .info-header.infoHeaderCtnMobile .right-arrow i {
  color: #181818 !important;
}
/* line 219, ../scss/modules/homepages/d2019/main-landing-page/_navigation.scss */
.d2019 .top-navigation-header-secondary .info-header {
  display: none;
}

/*
  Main landing page styles
 */
/* line 9, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .relative {
  position: relative;
}
/* line 13, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .hidden-fb2 {
  display: none;
}
/* line 17, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .vert-space-48 {
  height: 48px;
}
/* line 21, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .vert-space-60 {
  height: 60px;
}
/* line 25, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .vert-space-96 {
  height: 96px;
}
/* line 29, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .vert-space-192 {
  height: 192px;
}
@media only screen and (min-width: 768px) {
  /* line 35, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .vert-space-48.resp-md-96,
  .d2019 .vert-space-96.resp-md-96 {
    height: 96px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 41, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .vert-space-48.resp-md-192,
  .d2019 .vert-space-96.resp-md-192 {
    height: 192px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 47, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .vert-space-48.resp-xl-96,
  .d2019 .vert-space-96.resp-xl-96 {
    height: 96px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 53, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .vert-space-48.resp-xl-192,
  .d2019 .vert-space-96.resp-xl-192 {
    height: 192px;
  }
}
/* line 60, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .scrolling-wrapper-ctn {
  overflow: hidden;
  width: 100%;
}
/* line 64, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .scrolling-wrapper-ctn .scrolling-wrapper {
  cursor: grab;
}
/* line 67, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .scrolling-wrapper-ctn .scrolling-wrapper .card {
  display: inline-block;
  padding: 0 12px;
}
/* line 71, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .scrolling-wrapper-ctn .scrolling-wrapper .card:first-child {
  padding-left: 0;
}
/* line 75, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .scrolling-wrapper-ctn .scrolling-wrapper .card img {
  height: 100%;
}
/* line 82, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 a:not(.link-button):not(.button-cta):not(.footer__media-link):not(.open-menu) {
  word-break: break-word;
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #181818;
  text-decoration: underline;
}
/* line 92, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 a.image-btn {
  text-decoration: none !important;
}
/* line 98, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .google-play-store-btn {
  margin-right: 24px;
}
/* line 103, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block {
  background: #7EFB98;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  /* line 103, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 103, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 103, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block {
    padding-bottom: 0;
  }
}
/* line 119, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .hero-cta-title {
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  /* line 119, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .hero-cta-title {
    margin-right: 280px;
  }
}
/* line 126, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .hero-artwork-ctn {
  width: 100%;
  height: 100%;
  text-align: right;
  z-index: 1;
}
/* line 132, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .hero-artwork-ctn > img {
  background-size: cover;
  max-width: 296px;
}
@media only screen and (min-width: 576px) {
  /* line 138, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .hero-artwork-ctn > img {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 126, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .hero-artwork-ctn {
    margin-right: -10%;
    margin-top: 262px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 126, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .hero-artwork-ctn {
    margin-top: 0;
  }
}
/* line 153, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .left-store-btn {
  text-align: right;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  /* line 153, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .left-store-btn {
    text-align: left;
    margin-bottom: 0;
    min-width: 230px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 164, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .right-store-btn {
    min-width: 230px;
  }
}
/* line 170, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .waves-ctn {
  position: absolute;
  bottom: -200px;
  left: -40px;
  width: 590px;
}
/* line 177, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .hero-opportunities-ctn {
  position: absolute;
  bottom: -600px;
  right: 8px;
  padding-right: 17px;
  padding-left: 25px;
}
/* line 184, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .hero-opportunities-ctn > img {
  max-width: 296px;
}
/* line 189, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .hero-video-idea-ctn {
  position: absolute;
  left: -300px;
  bottom: -272px;
}
/* line 194, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .hero-video-idea-ctn > img {
  max-width: 264px;
}
/* line 199, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .stat {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  /* line 199, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .stat {
    margin-bottom: 0;
  }
}
/* line 206, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .stat.first-stat {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  /* line 206, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .stat.first-stat {
    margin-top: 0;
  }
}
/* line 215, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .stat-row1 {
  height: 75px;
}
@media only screen and (min-width: 768px) {
  /* line 215, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .stat-row1 {
    height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 215, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .stat-row1 {
    height: 90px;
  }
}
/* line 227, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .hero-artwork-mobile-ctn {
  position: absolute;
  right: -100px;
}
@media only screen and (min-width: 576px) {
  /* line 227, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .hero-artwork-mobile-ctn {
    right: -65px;
  }
}
/* line 235, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .hero-artwork-mobile-ctn > img {
  height: 470px;
}
/* line 240, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .waves-mobile-ctn {
  position: absolute;
  right: -370px;
  z-index: -2;
  top: 80px;
}
@media only screen and (min-width: 768px) {
  /* line 247, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .intro-block-cta-ctn {
    max-width: 300px;
  }
}
/* line 253, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .intro-block .intro-block-join-ctn {
  padding-bottom: 24px;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 253, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .intro-block-join-ctn {
    padding-bottom: 30px;
    width: 458px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 253, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .intro-block .intro-block-join-ctn {
    width: 486px;
  }
}
/* line 268, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .network-block {
  background-color: #f9faf7;
  padding-top: 55px;
}
@media only screen and (min-width: 768px) {
  /* line 268, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .network-block {
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 268, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .network-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
/* line 281, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .network-block .title {
  padding-top: 10px;
}
/* line 285, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .network-block .get-started {
  padding-top: 40px;
}
/* line 289, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .network-block .video-goodwall {
  margin-top: 35px;
  box-shadow: 0 0 30px 0 rgba(155, 162, 183, 0.4);
  min-height: 250px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 289, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .network-block .video-goodwall {
    min-height: 385px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 289, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .network-block .video-goodwall {
    min-height: 500px;
    margin-top: 55px;
  }
}
/* line 305, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .network-block .feed-circles-ctn {
  position: absolute;
  right: -100px;
  top: -200px;
}
@media only screen and (min-width: 768px) {
  /* line 305, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .network-block .feed-circles-ctn {
    right: -100px;
  }
}
/* line 316, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block {
  padding-top: 70px;
}
@media only screen and (min-width: 1200px) {
  /* line 316, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block {
    padding-top: 120px;
  }
}
/* line 323, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block .title {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 323, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block .title {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 323, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block .title {
    padding-top: 0;
  }
}
/* line 336, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block .subtitle {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 341, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block .college-bg-ctn {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* line 363, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block .feed-block-video-ctn .feed-block-video {
  margin: auto;
}
/* line 368, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block .community-block {
  padding-top: 0;
}
/* line 373, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block2 {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  /* line 373, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block2 {
    padding-top: 0;
  }
}
/* line 380, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block2 .title {
  padding-top: 35px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 380, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block2 .title {
    padding-top: 0;
  }
}
/* line 389, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block2 .subtitle {
  padding-bottom: 30px;
  max-width: 471px;
}
@media only screen and (min-width: 768px) {
  /* line 394, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block2 .laptop-container {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 394, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block2 .laptop-container {
    padding-top: 100px;
  }
}
/* line 405, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  /* line 405, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block3 {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
/* line 414, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block3 .opportunities-ctn {
  position: absolute;
  left: 0;
  right: 50%;
}
@media only screen and (min-width: 768px) {
  /* line 414, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block3 .opportunities-ctn {
    padding-right: 24px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 414, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block3 .opportunities-ctn {
    padding-right: 48px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 414, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block3 .opportunities-ctn {
    max-width: 750px;
  }
}
@media only screen and (min-width: 1950px) {
  /* line 414, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block3 .opportunities-ctn {
    left: initial;
    max-width: 850px;
  }
}
/* line 437, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block3 .opportunities-ctn > img {
  z-index: -1;
}
/* line 442, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block3 .title {
  padding-top: 35px;
  padding-bottom: 20px;
}
/* line 447, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block3 .subtitle {
  padding-bottom: 20px;
}
/* line 451, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block3 ul {
  padding-left: 35px;
  padding-bottom: 30px;
}
/* line 455, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block3 ul li {
  list-style: disc;
  color: #7EFB98;
}
/* line 459, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .feed-block3 ul li > span {
  color: #181818;
}
@media only screen and (min-width: 768px) {
  /* line 465, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block3 .insect-ctn {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 465, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .feed-block3 .insect-ctn {
    padding-top: 150px;
  }
}
/* line 476, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .inf-waves-block {
  height: 0;
}
@media only screen and (min-width: 768px) {
  /* line 476, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .inf-waves-block {
    height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 476, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .inf-waves-block {
    height: 156px;
  }
}
/* line 489, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .helping-block {
  background-color: #88bbff;
  padding-bottom: 110px;
}
@media only screen and (min-width: 1200px) {
  /* line 489, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .helping-block {
    padding-bottom: 150px;
  }
}
/* line 497, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .helping-block .title {
  padding-top: 50px;
}
@media only screen and (min-width: 1200px) {
  /* line 497, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .helping-block .title {
    padding-top: 95px;
  }
}
/* line 505, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .helping-block .subtitle {
  padding-bottom: 40px;
  padding-top: 17px;
}
@media only screen and (min-width: 1200px) {
  /* line 505, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .helping-block .subtitle {
    padding-bottom: 53px;
  }
}
/* line 514, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .helping-block .main-landing__user-reviews {
  display: none;
}
/* line 518, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .helping-block .review-slider {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 523, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .helping-block .review-card {
  width: 327px;
  height: 360px;
  border-radius: 5px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media only screen and (min-width: 576px) {
  /* line 523, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .helping-block .review-card {
    height: 265px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 523, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .helping-block .review-card {
    width: 335px;
    height: 270px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 523, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .helping-block .review-card {
    width: 367px;
    height: 260px;
  }
}
/* line 544, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .helping-block .review-card .info {
  padding: 24px 20px 17px;
  background: #7EFB98;
  border-radius: 5px 5px 0 0;
}
/* line 549, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .helping-block .review-card .info .user-img {
  float: left;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
/* line 561, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .helping-block .review-card .info .review-stars > i {
  color: #ffff66;
  font-size: 24px;
}
/* line 568, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .helping-block .review-card .name {
  font-size: 18px;
  line-height: 1.33;
  margin-top: 4px;
}
/* line 574, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .helping-block .review-card .about {
  clear: both;
  padding: 17px 20px 0;
  font-size: 16px;
}
/* line 582, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .genz {
  background-color: #e9f4fa;
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  /* line 582, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .genz {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 582, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .genz {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}
/* line 599, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .genz .title {
  padding-top: 22px;
}
/* line 603, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .genz .subtitle {
  padding-top: 35px;
  padding-left: 55px;
}
@media only screen and (min-width: 768px) {
  /* line 603, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .genz .subtitle {
    padding-top: 40px;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 603, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .genz .subtitle {
    padding-top: 70px;
    max-width: 675px;
  }
}
/* line 618, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .genz .hand-right-pointer {
  position: absolute;
  left: 0;
  top: 35px;
  font-size: 36px;
}
@media only screen and (min-width: 768px) {
  /* line 618, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .genz .hand-right-pointer {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 618, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .genz .hand-right-pointer {
    top: 70px;
  }
}
/* line 633, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .genz .waves-ctn {
  position: absolute;
  top: 100px;
  left: -200px;
}
@media only screen and (min-width: 768px) {
  /* line 633, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .genz .waves-ctn {
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 633, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .genz .waves-ctn {
    top: 180px;
  }
}
/* line 648, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .press-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  /* line 648, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .press-block {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
/* line 657, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .press-block .title {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  /* line 657, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .press-block .title {
    padding-bottom: 55px;
  }
}
/* line 665, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .press-block .main-landing__press-logos {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 668, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .press-block .main-landing__press-logos .slick-list {
    height: 120px;
  }
  /* line 672, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .press-block .main-landing__press-logos .slick-list .slick-track {
    height: 100%;
  }
}
/* line 679, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .press-block .press-card {
  text-align: center;
  height: 100%;
}
/* line 683, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .press-block .press-card .img-wrapper {
  display: flex;
  width: 100%;
  height: 120px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  /* line 683, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .press-block .press-card .img-wrapper {
    height: 100%;
  }
}
/* line 693, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .press-block .press-card .img-wrapper .img {
  width: 100%;
  margin: auto;
  max-height: 100%;
}
/* line 702, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .green-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 186px;
  border-radius: 10px;
  background-color: #ffff66;
  margin-top: 85px;
  padding-left: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 702, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .green-card {
    margin-top: 130px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 702, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .green-card {
    margin-top: 130px;
    padding-left: 55px;
  }
}
/* line 725, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .green-card .subtitle {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  /* line 729, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .green-card .press-kit-ctn {
    position: absolute;
    right: 50px;
    top: -5px;
  }
}
/* line 737, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .green-card .waves-ctn {
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) {
  /* line 737, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .green-card .waves-ctn {
    top: initial;
    left: 65%;
    right: 0;
    bottom: 70px;
  }
}
/* line 751, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .green-card .waves-ctn .waves-img {
  background-repeat: repeat-x;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/waves.png");
  width: 100%;
  height: 310px;
}
/* line 760, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .lifting {
  background-color: #f9f4f7;
  padding-top: 55px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  /* line 760, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .lifting {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 760, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .lifting {
    padding-bottom: 130px;
  }
}
/* line 774, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .lifting .title {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 774, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .lifting .title {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 774, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .main-landing .lifting .title {
    padding-top: 135px;
  }
}
/* line 787, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .main-landing .lifting .subtitle {
  padding-bottom: 30px;
}
/* line 795, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .about-2019 .mobile-title-top-padding {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 795, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .about-2019 .mobile-title-top-padding {
    padding-top: initial;
  }
}
/* line 803, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .about-2019 .about-landing__hidden-slick-slider {
  display: none;
}
/* line 807, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .about-2019 .about-landing__team-slick-slider {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 813, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2019 .landing-404-page .top-section {
    padding-bottom: 400px;
  }
}
/* line 818, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .landing-404-page .top-section .visual-ctn {
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
/* line 825, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .landing-404-page .top-section .desc {
  padding: 25px 0;
}
/* line 832, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .review01, .d2019 .review02, .d2019 .review03, .d2019 .review04, .d2019 .review05, .d2019 .review06, .d2019 .review07, .d2019 .review08, .d2019 .review09 {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2021v1/main-landing-review.png");
  width: 100%;
  height: 100%;
}
/* line 841, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .review01 {
  background-position: 0.485437% 1.62602%;
  background-size: 512.000%;
}
/* line 842, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .review02 {
  background-position: 25.2427% 1.28205%;
  background-size: 512.000%;
}
/* line 843, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .review03 {
  background-position: 50.0000% 1.28205%;
  background-size: 512.000%;
}
/* line 844, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .review04 {
  background-position: 74.7573% 1.28205%;
  background-size: 512.000%;
}
/* line 845, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .review05 {
  background-position: 99.5146% 1.28205%;
  background-size: 512.000%;
}
/* line 846, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .review06 {
  background-position: 0.485437% 87.8205%;
  background-size: 512.000%;
}
/* line 847, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .review07 {
  background-position: 25.2427% 87.8205%;
  background-size: 512.000%;
}
/* line 848, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .review08 {
  background-position: 50.0000% 87.8205%;
  background-size: 512.000%;
}
/* line 849, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .review09 {
  background-position: 74.7573% 87.8205%;
  background-size: 512.000%;
}
/* line 854, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .andrei-vlasov {
  max-width: 320px;
  max-height: 320px;
}
/* line 855, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .andrei-vlasov::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 0.15527950310559005% 17.758527341635084%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 856, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.andrei-vlasov::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 857, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .anna-martinez {
  max-width: 320px;
  max-height: 320px;
}
/* line 858, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .anna-martinez::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 0.15527950310559005% 26.448294531672982%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 859, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.anna-martinez::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 860, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .barbara-pascual {
  max-width: 320px;
  max-height: 318px;
}
/* line 861, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .barbara-pascual::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 318px;
  background-position: 99.84472049689441% 86.87770562770562%;
  background-size: 301.25% 1262.2641509433963%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 862, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.barbara-pascual::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 99.375% 0;
}
/* line 863, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .bruno-songane {
  max-width: 320px;
  max-height: 320px;
}
/* line 864, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .bruno-songane::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 0.15527950310559005% 35.13806172171088%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 865, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.bruno-songane::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 866, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .cao-tri-do {
  max-width: 320px;
  max-height: 320px;
}
/* line 867, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .cao-tri-do::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 0.15527950310559005% 43.82782891174878%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 868, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.cao-tri-do::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 869, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .charisse-monilla {
  max-width: 320px;
  max-height: 320px;
}
/* line 870, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .charisse-monilla::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 0.15527950310559005% 52.51759610178668%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 871, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.charisse-monilla::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 872, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .charlie-limvalencia {
  max-width: 320px;
  max-height: 320px;
}
/* line 873, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .charlie-limvalencia::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 0.15527950310559005% 61.20736329182458%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 874, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.charlie-limvalencia::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 875, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .christian-eilers {
  max-width: 320px;
  max-height: 320px;
}
/* line 876, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .christian-eilers::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 0.15527950310559005% 69.89713048186248%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 877, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.christian-eilers::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 878, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .christianne-ursua {
  max-width: 320px;
  max-height: 320px;
}
/* line 879, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .christianne-ursua::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 0.15527950310559005% 78.58689767190037%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 880, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.christianne-ursua::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 881, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .dan-bangayan {
  max-width: 320px;
  max-height: 320px;
}
/* line 882, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .dan-bangayan::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 0.15527950310559005% 87.27666486193827%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 883, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.dan-bangayan::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 884, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .diane-lee {
  max-width: 320px;
  max-height: 320px;
}
/* line 885, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .diane-lee::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 0.15527950310559005% 95.96643205197618%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 886, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.diane-lee::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 887, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .gab-madrid {
  max-width: 320px;
  max-height: 320px;
}
/* line 888, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .gab-madrid::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 50% 0.02707092582566324%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 889, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.gab-madrid::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 890, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .gerome-oro {
  max-width: 320px;
  max-height: 320px;
}
/* line 891, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .gerome-oro::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 50% 8.716838115863563%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 892, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.gerome-oro::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 893, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .greg-lapanowski {
  max-width: 320px;
  max-height: 328px;
}
/* line 894, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .greg-lapanowski::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 328px;
  background-position: 0.15527950310559005% 0.027129679869777535%;
  background-size: 301.25% 1223.780487804878%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 895, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.greg-lapanowski::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 102.5% 0;
}
/* line 896, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .igor-javni {
  max-width: 320px;
  max-height: 320px;
}
/* line 897, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .igor-javni::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 50% 17.40660530590146%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 898, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.igor-javni::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 899, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .ischell-cuento {
  max-width: 320px;
  max-height: 320px;
}
/* line 900, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .ischell-cuento::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 50% 26.09637249593936%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 901, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.ischell-cuento::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 902, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .jacy-ledesma {
  max-width: 320px;
  max-height: 320px;
}
/* line 903, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .jacy-ledesma::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 50% 34.78613968597726%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 904, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.jacy-ledesma::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 905, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .jeff-barcelona {
  max-width: 320px;
  max-height: 320px;
}
/* line 906, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .jeff-barcelona::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 50% 43.47590687601516%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 907, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.jeff-barcelona::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 908, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .jherico-oro {
  max-width: 320px;
  max-height: 320px;
}
/* line 909, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .jherico-oro::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 50% 52.16567406605306%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 910, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.jherico-oro::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 911, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .john-balagot {
  max-width: 282px;
  max-height: 282px;
}
/* line 912, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .john-balagot::after {
  content: '\00a0';
  display: inline-block;
  width: 282px;
  height: 282px;
  background-position: 94.28152492668622% 94.58735262593784%;
  background-size: 341.84397163120565% 1423.404255319149%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 913, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.john-balagot::after {
  max-width: 282px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 914, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .kenn-gerard-cal {
  max-width: 320px;
  max-height: 320px;
}
/* line 915, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .kenn-gerard-cal::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 50% 60.855441256090955%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 916, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.kenn-gerard-cal::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 917, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .kenneth-calamay {
  max-width: 320px;
  max-height: 320px;
}
/* line 918, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .kenneth-calamay::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 50% 69.54520844612885%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 919, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.kenneth-calamay::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 920, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .kimberly-ejorango {
  max-width: 320px;
  max-height: 320px;
}
/* line 921, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .kimberly-ejorango::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 50% 78.23497563616675%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 922, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.kimberly-ejorango::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 923, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .lindsey-grande {
  max-width: 320px;
  max-height: 320px;
}
/* line 924, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .lindsey-grande::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 50% 86.92474282620465%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 925, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.lindsey-grande::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 926, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .magdalena-fitipaldi {
  max-width: 320px;
  max-height: 320px;
}
/* line 927, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .magdalena-fitipaldi::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 50% 95.61451001624256%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 928, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.magdalena-fitipaldi::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 929, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .margarita-cervantes {
  max-width: 320px;
  max-height: 320px;
}
/* line 930, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .margarita-cervantes::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 99.84472049689441% 0.02707092582566324%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 931, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.margarita-cervantes::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 932, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .marinko-jovanovic {
  max-width: 146px;
  max-height: 146px;
}
/* line 933, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .marinko-jovanovic::after {
  content: '\00a0';
  display: inline-block;
  width: 146px;
  height: 146px;
  background-position: 0.12224938875305623% 99.9482936918304%;
  background-size: 660.2739726027397% 2749.3150684931506%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 934, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.marinko-jovanovic::after {
  max-width: 146px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 935, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .matt-bertrand {
  max-width: 200px;
  max-height: 200px;
}
/* line 936, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .matt-bertrand::after {
  content: '\00a0';
  display: inline-block;
  width: 200px;
  height: 200px;
  background-position: 84.16230366492147% 99.97378080755112%;
  background-size: 482% 2007%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 937, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.matt-bertrand::after {
  max-width: 200px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 938, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .maurellaine-polo {
  max-width: 320px;
  max-height: 320px;
}
/* line 939, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .maurellaine-polo::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 99.84472049689441% 8.716838115863563%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 940, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.maurellaine-polo::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 941, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .ognjen-vulic {
  max-width: 320px;
  max-height: 320px;
}
/* line 942, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .ognjen-vulic::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 99.84472049689441% 17.40660530590146%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 943, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.ognjen-vulic::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 944, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .reigmar-maceda {
  max-width: 320px;
  max-height: 320px;
}
/* line 945, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .reigmar-maceda::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 99.84472049689441% 26.09637249593936%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 946, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.reigmar-maceda::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 947, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .riza-suficiencia {
  max-width: 320px;
  max-height: 320px;
}
/* line 948, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .riza-suficiencia::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 99.84472049689441% 34.78613968597726%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 949, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.riza-suficiencia::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 950, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .roman-jones {
  max-width: 320px;
  max-height: 320px;
}
/* line 951, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .roman-jones::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 99.84472049689441% 43.47590687601516%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 952, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.roman-jones::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 953, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .roy-choapeck {
  max-width: 320px;
  max-height: 320px;
}
/* line 954, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .roy-choapeck::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 99.84472049689441% 52.16567406605306%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 955, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.roy-choapeck::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 956, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .sam-rose-cruz {
  max-width: 320px;
  max-height: 320px;
}
/* line 957, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .sam-rose-cruz::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 99.84472049689441% 60.855441256090955%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 958, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.sam-rose-cruz::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 959, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .sheena-yu {
  max-width: 320px;
  max-height: 320px;
}
/* line 960, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .sheena-yu::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 99.84472049689441% 69.54520844612885%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 961, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.sheena-yu::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 962, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .silvestre-banico {
  max-width: 320px;
  max-height: 325px;
}
/* line 963, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .silvestre-banico::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 325px;
  background-position: 0.15527950310559005% 8.945513689346706%;
  background-size: 301.25% 1235.076923076923%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 964, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.silvestre-banico::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 101.5625% 0;
}
/* line 965, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .slavomir-papuga {
  max-width: 320px;
  max-height: 320px;
}
/* line 966, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .slavomir-papuga::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 99.84472049689441% 78.23497563616675%;
  background-size: 301.25% 1254.375%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/team/team.jpg");
  padding: 0;
}
/* line 967, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.slavomir-papuga::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 971, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .antonio {
  max-width: 160px;
  max-height: 160px;
}
/* line 972, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .antonio::after {
  content: '\00a0';
  display: inline-block;
  width: 160px;
  height: 160px;
  background-position: 0.30864197530864196% 99.69135802469135%;
  background-size: 302.5% 302.5%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/advisors/advisors.png");
  padding: 0;
}
/* line 973, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.antonio::after {
  max-width: 160px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 974, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .bawa-kids {
  max-width: 320px;
  max-height: 320px;
}
/* line 975, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .bawa-kids::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 320px;
  background-position: 0.6097560975609756% 0.6097560975609756%;
  background-size: 151.25% 151.25%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/advisors/advisors.png");
  padding: 0;
}
/* line 976, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.bawa-kids::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 977, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .chris {
  max-width: 160px;
  max-height: 160px;
}
/* line 978, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .chris::after {
  content: '\00a0';
  display: inline-block;
  width: 160px;
  height: 160px;
  background-position: 50% 99.69135802469135%;
  background-size: 302.5% 302.5%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/advisors/advisors.png");
  padding: 0;
}
/* line 979, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.chris::after {
  max-width: 160px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 980, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .marwan {
  max-width: 161px;
  max-height: 160px;
}
/* line 981, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .marwan::after {
  content: '\00a0';
  display: inline-block;
  width: 161px;
  height: 160px;
  background-position: 99.69040247678019% 0.30864197530864196%;
  background-size: 300.62111801242236% 302.5%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/advisors/advisors.png");
  padding: 0;
}
/* line 982, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.marwan::after {
  max-width: 161px;
  width: 100%;
  height: 0;
  padding: 0 0 99.37888198757764% 0;
}
/* line 983, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .paul {
  max-width: 161px;
  max-height: 160px;
}
/* line 984, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .paul::after {
  content: '\00a0';
  display: inline-block;
  width: 161px;
  height: 160px;
  background-position: 99.69040247678019% 50%;
  background-size: 300.62111801242236% 302.5%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/advisors/advisors.png");
  padding: 0;
}
/* line 985, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.paul::after {
  max-width: 161px;
  width: 100%;
  height: 0;
  padding: 0 0 99.37888198757764% 0;
}
/* line 986, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .philippe {
  max-width: 160px;
  max-height: 160px;
}
/* line 987, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .philippe::after {
  content: '\00a0';
  display: inline-block;
  width: 160px;
  height: 160px;
  background-position: 99.69135802469135% 99.69135802469135%;
  background-size: 302.5% 302.5%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/advisors/advisors.png");
  padding: 0;
}
/* line 988, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.philippe::after {
  max-width: 160px;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}
/* line 992, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .dhge {
  max-width: 219px;
  max-height: 37px;
}
/* line 993, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .dhge::after {
  content: '\00a0';
  display: inline-block;
  width: 219px;
  height: 37px;
  background-position: 32.57918552036199% 92.85714285714286%;
  background-size: 402.73972602739724% 289.18918918918916%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/friends/friends.png");
  padding: 0;
}
/* line 994, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.dhge::after {
  max-width: 219px;
  width: 100%;
  height: 0;
  padding: 0 0 16.894977168949772% 0;
}
/* line 995, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .fae {
  max-width: 119px;
  max-height: 72px;
}
/* line 996, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .fae::after {
  content: '\00a0';
  display: inline-block;
  width: 119px;
  height: 72px;
  background-position: 12.581913499344692% 2.857142857142857%;
  background-size: 741.1764705882352% 148.61111111111111%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/friends/friends.png");
  padding: 0;
}
/* line 997, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.fae::after {
  max-width: 119px;
  width: 100%;
  height: 0;
  padding: 0 0 60.50420168067227% 0;
}
/* line 998, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .fongit {
  max-width: 139px;
  max-height: 62px;
}
/* line 999, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .fongit::after {
  content: '\00a0';
  display: inline-block;
  width: 139px;
  height: 62px;
  background-position: 48.31763122476447% 2.2222222222222223%;
  background-size: 634.5323741007194% 172.58064516129033%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/friends/friends.png");
  padding: 0;
}
/* line 1000, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.fongit::after {
  max-width: 139px;
  width: 100%;
  height: 0;
  padding: 0 0 44.60431654676259% 0;
}
/* line 1001, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .innosuisse {
  max-width: 180px;
  max-height: 43px;
}
/* line 1002, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .innosuisse::after {
  content: '\00a0';
  display: inline-block;
  width: 180px;
  height: 43px;
  background-position: 99.85754985754986% 1.5625%;
  background-size: 490% 248.8372093023256%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/friends/friends.png");
  padding: 0;
}
/* line 1003, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.innosuisse::after {
  max-width: 180px;
  width: 100%;
  height: 0;
  padding: 0 0 23.88888888888889% 0;
}
/* line 1004, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .investiere {
  max-width: 201px;
  max-height: 55px;
}
/* line 1005, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .investiere::after {
  content: '\00a0';
  display: inline-block;
  width: 201px;
  height: 55px;
  background-position: 73.27459618208516% 1.9230769230769231%;
  background-size: 438.8059701492537% 194.54545454545453%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/friends/friends.png");
  padding: 0;
}
/* line 1006, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.investiere::after {
  max-width: 201px;
  width: 100%;
  height: 0;
  padding: 0 0 27.36318407960199% 0;
}
/* line 1007, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .manixer {
  max-width: 142px;
  max-height: 63px;
}
/* line 1008, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .manixer::after {
  content: '\00a0';
  display: inline-block;
  width: 142px;
  height: 63px;
  background-position: 29.18918918918919% 2.272727272727273%;
  background-size: 621.1267605633802% 169.84126984126985%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/friends/friends.png");
  padding: 0;
}
/* line 1009, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.manixer::after {
  max-width: 142px;
  width: 100%;
  height: 0;
  padding: 0 0 44.36619718309859% 0;
}
/* line 1010, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .randstad {
  max-width: 202px;
  max-height: 31px;
}
/* line 1011, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .randstad::after {
  content: '\00a0';
  display: inline-block;
  width: 202px;
  height: 31px;
  background-position: 0.14705882352941177% 98.6842105263158%;
  background-size: 436.63366336633663% 345.16129032258067%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/friends/friends.png");
  padding: 0;
}
/* line 1012, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.randstad::after {
  max-width: 202px;
  width: 100%;
  height: 0;
  padding: 0 0 15.346534653465346% 0;
}
/* line 1013, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .state-of-geneva {
  max-width: 94px;
  max-height: 73px;
}
/* line 1014, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .state-of-geneva::after {
  content: '\00a0';
  display: inline-block;
  width: 94px;
  height: 73px;
  background-position: 0.12690355329949238% 2.9411764705882355%;
  background-size: 938.2978723404256% 146.57534246575344%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/friends/friends.png");
  padding: 0;
}
/* line 1015, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.state-of-geneva::after {
  max-width: 94px;
  width: 100%;
  height: 0;
  padding: 0 0 77.65957446808511% 0;
}
/* line 1016, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .zurich-bank {
  max-width: 212px;
  max-height: 49px;
}
/* line 1017, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .zurich-bank::after {
  content: '\00a0';
  display: inline-block;
  width: 212px;
  height: 49px;
  background-position: 74.4776119402985% 98.27586206896552%;
  background-size: 416.0377358490566% 218.3673469387755%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/friends/friends.png");
  padding: 0;
}
/* line 1018, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.zurich-bank::after {
  max-width: 212px;
  width: 100%;
  height: 0;
  padding: 0 0 23.11320754716981% 0;
}
/* line 1022, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .NYSE {
  max-width: 93px;
  max-height: 94px;
}
/* line 1023, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .NYSE::after {
  content: '\00a0';
  display: inline-block;
  width: 93px;
  height: 94px;
  background-position: 0.24630541871921183% 99.83361064891847%;
  background-size: 536.5591397849462% 739.3617021276596%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1024, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.NYSE::after {
  max-width: 93px;
  width: 100%;
  height: 0;
  padding: 0 0 101.0752688172043% 0;
}
/* line 1025, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .NYU_1 {
  max-width: 256px;
  max-height: 45px;
}
/* line 1026, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .NYU_1::after {
  content: '\00a0';
  display: inline-block;
  width: 256px;
  height: 45px;
  background-position: 0.411522633744856% 68.15384615384616%;
  background-size: 194.921875% 1544.4444444444443%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1027, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.NYU_1::after {
  max-width: 256px;
  width: 100%;
  height: 0;
  padding: 0 0 17.578125% 0;
}
/* line 1028, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .NYU_2 {
  max-width: 218px;
  max-height: 74px;
}
/* line 1029, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .NYU_2::after {
  content: '\00a0';
  display: inline-block;
  width: 218px;
  height: 74px;
  background-position: 99.644128113879% 40.09661835748792%;
  background-size: 228.89908256880733% 939.1891891891892%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1030, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.NYU_2::after {
  max-width: 218px;
  width: 100%;
  height: 0;
  padding: 0 0 33.944954128440365% 0;
}
/* line 1031, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .UN {
  max-width: 112px;
  max-height: 98px;
}
/* line 1032, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .UN::after {
  content: '\00a0';
  display: inline-block;
  width: 112px;
  height: 98px;
  background-position: 24.54780361757106% 99.49748743718592%;
  background-size: 445.5357142857143% 709.1836734693877%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1033, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.UN::after {
  max-width: 112px;
  width: 100%;
  height: 0;
  padding: 0 0 87.5% 0;
}
/* line 1034, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .YYGS_1 {
  max-width: 254px;
  max-height: 63px;
}
/* line 1035, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .YYGS_1::after {
  content: '\00a0';
  display: inline-block;
  width: 254px;
  height: 63px;
  background-position: 0.40816326530612246% 77.37341772151899%;
  background-size: 196.45669291338584% 1103.1746031746031%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1036, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.YYGS_1::after {
  max-width: 254px;
  width: 100%;
  height: 0;
  padding: 0 0 24.80314960629921% 0;
}
/* line 1037, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .cheddar-2 {
  max-width: 278px;
  max-height: 63px;
}
/* line 1038, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .cheddar-2::after {
  content: '\00a0';
  display: inline-block;
  width: 278px;
  height: 63px;
  background-position: 0.45248868778280543% 33.38607594936709%;
  background-size: 179.49640287769785% 1103.1746031746031%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1039, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.cheddar-2::after {
  max-width: 278px;
  width: 100%;
  height: 0;
  padding: 0 0 22.66187050359712% 0;
}
/* line 1040, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .cnn-money {
  max-width: 154px;
  max-height: 59px;
}
/* line 1041, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .cnn-money::after {
  content: '\00a0';
  display: inline-block;
  width: 154px;
  height: 59px;
  background-position: 77.68115942028986% 61.79245283018868%;
  background-size: 324.02597402597405% 1177.9661016949153%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1042, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.cnn-money::after {
  max-width: 154px;
  width: 100%;
  height: 0;
  padding: 0 0 38.311688311688314% 0;
}
/* line 1043, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .entrepreneur {
  max-width: 269px;
  max-height: 54px;
}
/* line 1044, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .entrepreneur::after {
  content: '\00a0';
  display: inline-block;
  width: 269px;
  height: 54px;
  background-position: 0.43478260869565216% 49.765990639625585%;
  background-size: 185.5018587360595% 1287.037037037037%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1045, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.entrepreneur::after {
  max-width: 269px;
  width: 100%;
  height: 0;
  padding: 0 0 20.074349442379184% 0;
}
/* line 1046, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .forbers-30 {
  max-width: 281px;
  max-height: 88px;
}
/* line 1047, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .forbers-30::after {
  content: '\00a0';
  display: inline-block;
  width: 281px;
  height: 88px;
  background-position: 0.45871559633027525% 20.098846787479406%;
  background-size: 177.58007117437722% 789.7727272727273%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1048, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.forbers-30::after {
  max-width: 281px;
  width: 100%;
  height: 0;
  padding: 0 0 31.316725978647685% 0;
}
/* line 1049, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .forbes {
  max-width: 240px;
  max-height: 59px;
}
/* line 1050, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .forbes::after {
  content: '\00a0';
  display: inline-block;
  width: 240px;
  height: 59px;
  background-position: 99.61389961389962% 71.22641509433963%;
  background-size: 207.91666666666666% 1177.9661016949153%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1051, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.forbes::after {
  max-width: 240px;
  width: 100%;
  height: 0;
  padding: 0 0 24.583333333333332% 0;
}
/* line 1052, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .google {
  max-width: 242px;
  max-height: 86px;
}
/* line 1053, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .google::after {
  content: '\00a0';
  display: inline-block;
  width: 242px;
  height: 86px;
  background-position: 99.61089494163424% 84.23645320197045%;
  background-size: 206.19834710743802% 808.1395348837209%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1054, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.google::after {
  max-width: 242px;
  width: 100%;
  height: 0;
  padding: 0 0 35.53719008264463% 0;
}
/* line 1055, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .google-talk {
  max-width: 320px;
  max-height: 120px;
}
/* line 1056, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .google-talk::after {
  content: '\00a0';
  display: inline-block;
  width: 320px;
  height: 120px;
  background-position: 0.5586592178770949% 0.17391304347826086%;
  background-size: 155.9375% 579.1666666666666%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1057, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.google-talk::after {
  max-width: 320px;
  width: 100%;
  height: 0;
  padding: 0 0 37.5% 0;
}
/* line 1058, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .harvard {
  max-width: 266px;
  max-height: 68px;
}
/* line 1059, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .harvard::after {
  content: '\00a0';
  display: inline-block;
  width: 266px;
  height: 68px;
  background-position: 0.4291845493562232% 59.64912280701754%;
  background-size: 187.593984962406% 1022.0588235294117%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1060, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.harvard::after {
  max-width: 266px;
  width: 100%;
  height: 0;
  padding: 0 0 25.56390977443609% 0;
}
/* line 1061, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .kairos_1 {
  max-width: 215px;
  max-height: 48px;
}
/* line 1062, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .kairos_1::after {
  content: '\00a0';
  display: inline-block;
  width: 215px;
  height: 48px;
  background-position: 99.64788732394366% 30.91190108191654%;
  background-size: 232.09302325581396% 1447.9166666666667%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1063, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.kairos_1::after {
  max-width: 215px;
  width: 100%;
  height: 0;
  padding: 0 0 22.325581395348838% 0;
}
/* line 1064, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .kairos_2 {
  max-width: 246px;
  max-height: 55px;
}
/* line 1065, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .kairos_2::after {
  content: '\00a0';
  display: inline-block;
  width: 246px;
  height: 55px;
  background-position: 82.21343873517786% 97.5%;
  background-size: 202.84552845528455% 1263.6363636363637%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1066, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.kairos_2::after {
  max-width: 246px;
  width: 100%;
  height: 0;
  padding: 0 0 22.357723577235774% 0;
}
/* line 1067, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .pioneers {
  max-width: 271px;
  max-height: 43px;
}
/* line 1068, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .pioneers::after {
  content: '\00a0';
  display: inline-block;
  width: 271px;
  height: 43px;
  background-position: 0.43859649122807015% 42.17791411042945%;
  background-size: 184.1328413284133% 1616.2790697674418%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1069, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.pioneers::after {
  max-width: 271px;
  width: 100%;
  height: 0;
  padding: 0 0 15.867158671586715% 0;
}
/* line 1070, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .start_summit {
  max-width: 163px;
  max-height: 100px;
}
/* line 1071, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .start_summit::after {
  content: '\00a0';
  display: inline-block;
  width: 163px;
  height: 100px;
  background-position: 95.83333333333333% 0.16806722689075632%;
  background-size: 306.13496932515335% 695%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1072, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.start_summit::after {
  max-width: 163px;
  width: 100%;
  height: 0;
  padding: 0 0 61.34969325153374% 0;
}
/* line 1073, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .tech-crunch-colored {
  max-width: 254px;
  max-height: 40px;
}
/* line 1074, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .tech-crunch-colored::after {
  content: '\00a0';
  display: inline-block;
  width: 254px;
  height: 40px;
  background-position: 0.40816326530612246% 84.42748091603053%;
  background-size: 196.45669291338584% 1737.5%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1075, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.tech-crunch-colored::after {
  max-width: 254px;
  width: 100%;
  height: 0;
  padding: 0 0 15.748031496062993% 0;
}
/* line 1076, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .tedx {
  max-width: 227px;
  max-height: 68px;
}
/* line 1077, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .tedx::after {
  content: '\00a0';
  display: inline-block;
  width: 227px;
  height: 68px;
  background-position: 99.63235294117646% 51.67464114832536%;
  background-size: 219.8237885462555% 1022.0588235294117%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1078, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.tedx::after {
  max-width: 227px;
  width: 100%;
  height: 0;
  padding: 0 0 29.955947136563875% 0;
}
/* line 1079, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .world-economic {
  max-width: 154px;
  max-height: 97px;
}
/* line 1080, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .world-economic::after {
  content: '\00a0';
  display: inline-block;
  width: 154px;
  height: 97px;
  background-position: 93.33333333333333% 17.05685618729097%;
  background-size: 324.02597402597405% 716.4948453608248%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1081, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.world-economic::after {
  max-width: 154px;
  width: 100%;
  height: 0;
  padding: 0 0 62.98701298701299% 0;
}
/* line 1082, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .wsj {
  max-width: 253px;
  max-height: 23px;
}
/* line 1083, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 .wsj::after {
  content: '\00a0';
  display: inline-block;
  width: 253px;
  height: 23px;
  background-position: 84.55284552845528% 89.28571428571429%;
  background-size: 197.23320158102766% 3021.7391304347825%;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v4/press/press.png");
  padding: 0;
}
/* line 1084, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.d2019 div.wsj::after {
  max-width: 253px;
  width: 100%;
  height: 0;
  padding: 0 0 9.090909090909092% 0;
}

/* line 1088, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.loginDialog-signup-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 1088, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .loginDialog-signup-mobile {
    display: none;
  }
}

/* line 1096, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.loginDialog-signup-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 1096, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .loginDialog-signup-desktop {
    display: block;
  }
}

/* line 1104, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  min-height: 120px;
  background-color: #eeeeee !important;
  color: #181818;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
}
@media only screen and (min-width: 768px) {
  /* line 1104, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .cookie-banner {
    padding: 25px 12px;
  }
}
/* line 1120, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-banner .container {
  padding-right: 8px;
  padding-left: 8px;
}
/* line 1125, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-banner .cookie-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "proxima-nova-regular";
  font-size: 16px;
  line-height: 24px;
}
/* line 1134, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-banner .cookie-banner-content .cookie-legal {
  padding-bottom: 15px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  /* line 1134, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .cookie-banner .cookie-banner-content .cookie-legal {
    padding-bottom: 0;
  }
}
/* line 1144, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-banner .buttonWrapperBanner {
  text-align: center;
}
/* line 1149, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-banner .white-link a {
  text-decoration: underline;
}
/* line 1154, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-banner .button-cta, .cookie-banner .d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .cookie-banner .login-btn {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  /* line 1154, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .cookie-banner .button-cta, .cookie-banner .d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .cookie-banner .login-btn {
    width: 130px !important;
  }
}

/* line 1167, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-overlay .manage-entity.default {
  padding: 0;
}
/* line 1170, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-overlay .manage-entity.default .entity-form {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  /* line 1178, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .d2018v1-stylesheet.overlay-container.cookie-consent-overlay .d2018v1-style-overlay [data-region="content-region-2018v1"] {
    padding: 46px 30px;
  }
}

/* line 1187, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .title {
  font-family: "proxima-nova-extrabold";
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  color: #181818;
  margin-bottom: 15px;
}
/* line 1199, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .desc {
  margin-top: 5px;
  margin-bottom: 16px;
  font-family: "proxima-nova-regular";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #181818;
}
/* line 1213, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiFormControlLabel-root {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-left: -11px;
  margin-right: 16px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
/* line 1222, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiFormControlLabel-root.Mui-disabled {
  cursor: default;
}
/* line 1225, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiFormControlLabel-labelPlacementStart {
  margin-left: 16px;
  margin-right: -11px;
  flex-direction: row-reverse;
}
/* line 1230, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiFormControlLabel-labelPlacementTop {
  margin-left: 16px;
  flex-direction: column-reverse;
}
/* line 1234, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiFormControlLabel-labelPlacementBottom {
  margin-left: 16px;
  flex-direction: column;
}
/* line 1238, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiFormControlLabel-label.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
}
/* line 1242, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-root {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}
/* line 1252, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-root:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
/* line 1255, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
@media (hover: none) {
  /* line 1260, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .cookie-consent-form .MuiIconButton-root:hover {
    background-color: transparent;
  }
}
/* line 1264, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-edgeStart {
  margin-left: -12px;
}
/* line 1267, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-sizeSmall.MuiIconButton-edgeStart {
  margin-left: -3px;
}
/* line 1270, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-edgeEnd {
  margin-right: -12px;
}
/* line 1273, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-sizeSmall.MuiIconButton-edgeEnd {
  margin-right: -3px;
}
/* line 1276, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-colorInherit {
  color: inherit;
}
/* line 1279, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-colorPrimary {
  color: #3f51b5;
}
/* line 1282, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-colorPrimary:hover {
  background-color: rgba(63, 81, 181, 0.04);
}
@media (hover: none) {
  /* line 1286, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .cookie-consent-form .MuiIconButton-colorPrimary:hover {
    background-color: transparent;
  }
}
/* line 1290, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-colorSecondary {
  color: #f50057;
}
/* line 1293, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-colorSecondary:hover {
  background-color: rgba(245, 0, 87, 0.04);
}
@media (hover: none) {
  /* line 1297, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .cookie-consent-form .MuiIconButton-colorSecondary:hover {
    background-color: transparent;
  }
}
/* line 1301, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-sizeSmall {
  padding: 3px;
  font-size: 1.125rem;
}
/* line 1305, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
/* line 1312, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
/* line 1332, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiButtonBase-root::-moz-focus-inner {
  border-style: none;
}
/* line 1335, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiButtonBase-root.Mui-disabled {
  cursor: default;
  pointer-events: none;
}
/* line 1340, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiCheckbox-root {
  color: rgba(0, 0, 0, 0.54);
  font-size: 15;
  padding-top: 10px !important;
}
/* line 1345, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiCheckbox-colorPrimary.Mui-checked {
  color: #3f51b5;
}
/* line 1348, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiCheckbox-colorPrimary.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}
/* line 1351, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiCheckbox-colorPrimary.Mui-checked:hover {
  background-color: rgba(63, 81, 181, 0.04);
}
@media (hover: none) {
  /* line 1355, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .cookie-consent-form .MuiCheckbox-colorPrimary.Mui-checked:hover {
    background-color: transparent;
  }
}
/* line 1359, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiCheckbox-colorSecondary.Mui-checked {
  color: #f50057;
}
/* line 1362, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiCheckbox-colorSecondary.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}
/* line 1365, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiCheckbox-colorSecondary.Mui-checked:hover {
  background-color: rgba(245, 0, 87, 0.04);
}
@media (hover: none) {
  /* line 1369, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
  .cookie-consent-form .MuiCheckbox-colorSecondary.Mui-checked:hover {
    background-color: transparent;
  }
}
/* line 1374, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .PrivateSwitchBase-root-309 {
  padding: 9px;
}
/* line 1377, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .PrivateSwitchBase-input-312 {
  top: 0;
  left: 0;
  width: 100%;
  cursor: inherit;
  height: 100%;
  margin: 0;
  opacity: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
}
/* line 1390, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIcon-root {
  width: 1em;
  height: 1em;
  overflow: hidden;
  font-size: 1.5rem;
  flex-shrink: 0;
  user-select: none;
}
/* line 1398, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIcon-colorPrimary {
  color: #3f51b5;
}
/* line 1401, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIcon-colorSecondary {
  color: #f50057;
}
/* line 1404, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIcon-colorAction {
  color: rgba(0, 0, 0, 0.54);
}
/* line 1407, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIcon-colorError {
  color: #d54646;
}
/* line 1410, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIcon-colorDisabled {
  color: rgba(0, 0, 0, 0.26);
}
/* line 1413, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIcon-fontSizeInherit {
  font-size: inherit;
}
/* line 1416, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIcon-fontSizeSmall {
  font-size: 1.25rem;
}
/* line 1419, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .MuiIcon-fontSizeLarge {
  font-size: 2.25rem;
}
/* line 1425, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .common__BigBody {
  -webkit-font-smoothing: antialiased;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  cursor: default;
  box-sizing: border-box;
  font-family: "proxima-nova-extrabold";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  color: #444;
  text-transform: none;
}
/* line 1439, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .makeStyles-icon-92 {
  width: auto;
  height: auto;
  padding: 1px;
  font-family: "goodwall-new-ico";
  line-height: 1;
}
/* line 1446, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .makeStyles-wrapper-93 {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
/* line 1453, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .makeStyles-label-289 {
  font-size: 16px;
  font-family: "proxima-nova-regular";
  font-weight: normal;
  line-height: 1.5;
}
/* line 1459, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .makeStyles-icon-290 {
  width: 36px;
  height: 36px;
  border-radius: 3px;
}
/* line 1464, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .makeStyles-iconDefault-291 {
  background-color: #eeeeee;
}
/* line 1467, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .makeStyles-iconGreenUnChecked-292 {
  border: solid 1px #444;
  border-radius: 3px;
}
/* line 1471, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .makeStyles-iconGreenUnChecked-292 > .makeStyles-wrapper-93 {
  display: none;
}
/* line 1475, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .makeStyles-iconGreenChecked-293 {
  background-color: #7EFB98;
}
/* line 1478, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .makeStyles-iconDisabled-294 {
  opacity: 0.5;
}
/* line 1481, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .makeStyles-tickIcon-295 {
  padding-top: 15px;
  padding-left: 18px;
}
/* line 1485, ../scss/modules/homepages/d2019/main-landing-page/_main-landing-page.scss */
.cookie-consent-form .makeStyles-tickIconWhite-296 {
  color: #fff;
}

/* line 9, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
.d2019v1 .download-dialog {
  max-width: 792px;
  height: 700px;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
  .d2019v1 .download-dialog {
    height: 558px;
    display: flex;
    flex-direction: row-reverse;
  }
}
/* line 20, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
.d2019v1 .left {
  max-width: 432px;
  padding: 25px;
}
@media only screen and (min-width: 768px) {
  /* line 20, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
  .d2019v1 .left {
    padding: 41px;
    display: flex;
    flex-direction: column;
  }
}
/* line 31, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
.d2019v1 .title {
  color: #181818;
  font-family: "proxima-nova-extrabold";
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-transform: uppercase;
}
/* line 43, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
.d2019v1 .text {
  font-family: "proxima-nova-regular";
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 24px;
  color: #999999;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  /* line 43, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
  .d2019v1 .text {
    padding-top: 41px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 55, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
  .d2019v1 .space {
    flex-grow: 1;
  }
}
/* line 61, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
.d2019v1 .buttons {
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  /* line 61, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
  .d2019v1 .buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
/* line 70, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
.d2019v1 .buttons .left-btn {
  display: inline-block;
  margin-right: 10px;
}
/* line 75, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
.d2019v1 .buttons .right-btn {
  display: inline-block;
}
/* line 80, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
.d2019v1 .right {
  width: 100%;
  height: 250px;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2019v1/downloadApps/downloadApps.jpg");
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  /* line 80, ../scss/modules/homepages/d2019/main-landing-page/_downloadApps.scss */
  .d2019v1 .right {
    width: 360px;
    height: 558px;
  }
}

/* line 2, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .container {
  padding-right: 16px;
  padding-left: 16px;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
/* line 12, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .bold-text {
  font-family: "proxima-nova-bold";
}
/* line 16, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .mission-block {
  display: flex;
  align-items: center;
  background: rgba(0, 255, 153, 0.8);
  min-height: 560px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  /* line 16, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .mission-block {
    min-height: 656px;
  }
}
/* line 27, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .mission-block .background {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
/* line 33, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .mission-block .background .gif-image {
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2021v5/about/Mobile_team_b03.gif");
  background-size: contain;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 33, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .mission-block .background .gif-image {
    background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2021v5/about/Desktop_team_b04.gif");
  }
}
/* line 44, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .mission-block .yellow-bck {
  position: relative;
  padding: 0 20px;
  margin: 0 20px;
}
/* line 49, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .mission-block .yellow-bck .yellow-text {
  position: relative;
  z-index: 1;
}
/* line 54, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .mission-block .yellow-bck .yellow-rect {
  position: absolute;
  background: #ffff66;
  border-radius: 128px;
  width: 100%;
  height: 66px;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 54, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .mission-block .yellow-bck .yellow-rect {
    height: 86px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 54, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .mission-block .yellow-bck .yellow-rect {
    height: 106px;
  }
}
/* line 73, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .mission-block .desc {
  font-family: "proxima-nova-extrabold";
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
  margin-top: 40px;
}
/* line 86, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .next-gen-virt-block {
  margin-top: 56px;
}
@media only screen and (min-width: 768px) {
  /* line 86, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .next-gen-virt-block {
    margin-top: 104px;
  }
}
/* line 93, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .next-gen-virt-block h2 {
  padding-bottom: 50px;
}
/* line 97, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .next-gen-virt-block .desc {
  margin-bottom: 40px;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 97, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .next-gen-virt-block .desc {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 97, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .next-gen-virt-block .desc {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 111, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .next-gen-virt-block .blue-dot {
    color: #88bbff;
  }
}
/* line 117, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .next-gen-virt-block .line-shape-img {
  position: absolute;
  bottom: -8px;
  left: -35px;
}
/* line 122, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .next-gen-virt-block .line-shape-img > img {
  max-width: 330px;
}
@media only screen and (min-width: 992px) {
  /* line 122, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .next-gen-virt-block .line-shape-img > img {
    max-width: none;
  }
}
/* line 131, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .next-gen-virt-block .green-shape-img > img {
  position: absolute;
  top: -15px;
  left: 5px;
  z-index: -1;
  max-width: 150px;
}
@media only screen and (min-width: 768px) {
  /* line 131, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .next-gen-virt-block .green-shape-img > img {
    top: -25px;
    left: 15px;
    max-width: none;
  }
}
/* line 145, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .next-gen-virt-block .blue-shape-img {
  position: absolute;
  bottom: 30px;
  left: var(--half-gutter-width, 8px);
}
@media only screen and (min-width: 1200px) {
  /* line 145, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .next-gen-virt-block .blue-shape-img {
    left: var(--half-gutter-width-desktop, 8px);
  }
}
/* line 155, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .next-gen-virt-block .red-dot-img {
  position: absolute;
  right: -105px;
  bottom: 55px;
}
/* line 162, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .behind-scenes-block {
  background-color: #ffff66;
  padding: 50px 0 55px;
}
/* line 166, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .behind-scenes-block p {
  color: #393903;
}
@media only screen and (min-width: 768px) {
  /* line 162, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .behind-scenes-block {
    padding: 56px 0 50px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 162, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .behind-scenes-block {
    padding: 104px 0;
  }
}
/* line 178, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .behind-scenes-block .shapes-img {
  margin-top: 84px;
}
@media only screen and (min-width: 992px) {
  /* line 178, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .behind-scenes-block .shapes-img {
    margin-top: 100px;
  }
}
/* line 186, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .behind-scenes-block .desc1 {
  margin-top: 16px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  /* line 186, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .behind-scenes-block .desc1 {
    margin-top: 32px;
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 195, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .behind-scenes-block .desc1 .bold-text {
    text-decoration-line: underline;
    text-decoration-color: #ff5566;
    text-decoration-thickness: 7px;
  }
}
/* line 204, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .behind-scenes-block .desc2 {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  /* line 204, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .behind-scenes-block .desc2 {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 204, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .behind-scenes-block .desc2 {
    margin-top: 40px;
  }
}
/* line 217, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block {
  padding: 48px 0 0;
}
@media only screen and (min-width: 768px) {
  /* line 217, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block {
    padding: 58px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 217, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block {
    padding: 96px 0 0;
  }
}
/* line 228, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .title {
  color: #181818;
}
/* line 232, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .desc {
  color: #666;
  margin: 16px 0 32px;
}
@media only screen and (min-width: 768px) {
  /* line 232, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block .desc {
    margin: 24px 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 232, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block .desc {
    margin: 24px 0 35px;
  }
}
/* line 246, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .stats.stat2 {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  /* line 246, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block .stats.stat2 {
    margin-top: 0;
  }
}
/* line 254, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .stats .key {
  font-family: "proxima-nova-bold";
  font-size: 32px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
}
@media only screen and (min-width: 768px) {
  /* line 254, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block .stats .key {
    font-size: 40px;
  }
}
/* line 270, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .stats .value {
  font-family: "proxima-nova-bold";
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  margin-top: 6px;
}
@media only screen and (min-width: 768px) {
  /* line 270, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block .stats .value {
    font-size: 24px;
    margin-top: 10px;
  }
}
/* line 288, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .team-pics-grid {
  display: grid;
  margin-top: 35px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
@media only screen and (min-width: 768px) {
  /* line 288, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block .team-pics-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  /* line 288, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block .team-pics-grid {
    grid-template-columns: repeat(8, 1fr);
  }
}
/* line 302, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .team-pics-grid .team-member {
  padding: 4px;
  text-align: center;
}
/* line 306, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .team-pics-grid .team-member > a {
  display: flex;
  position: relative;
}
/* line 310, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .team-pics-grid .team-member > a .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
/* line 321, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .team-pics-grid .team-member > a .overlay .arrow {
  background: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2021v5/arrow-up-right.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 34px;
  height: 34px;
}
/* line 331, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .team-pics-grid .team-member > a .overlay .name {
  font-family: "proxima-nova-bold";
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
/* line 344, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .team-pics-grid .team-member > a:hover .overlay {
  display: flex;
}
/* line 350, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .team-pics-grid .team-member * img {
  border-radius: 8px;
}
/* line 356, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .jobs {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  /* line 356, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block .jobs {
    padding: 90px 63px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 356, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block .jobs {
    padding: 128px 0 0;
  }
}
/* line 367, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .jobs .desc2 {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  /* line 367, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block .jobs .desc2 {
    padding-top: 24px;
  }
}
/* line 375, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .jobs .recruitee-careers {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 375, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block .jobs .recruitee-careers {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 375, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .meet-team-block .jobs .recruitee-careers {
    padding-top: 0;
  }
}
/* line 387, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .meet-team-block .jobs #recruitee-careers .rt-list__offer-item span:not(.rt-list__offer-title) {
  color: #666;
}
/* line 393, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .big-dream-block {
  background-color: #004477;
  padding: 48px 0 45px;
}
@media only screen and (min-width: 768px) {
  /* line 393, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .big-dream-block {
    padding: 58px 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 393, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .big-dream-block {
    padding: 104px 0 58px;
  }
}
/* line 405, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .big-dream-block h2, .new-homepage-style .big-dream-block p {
  color: #ffffff;
}
/* line 409, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .big-dream-block .title-ctn {
  padding-bottom: 34px;
}
@media only screen and (min-width: 768px) {
  /* line 409, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .big-dream-block .title-ctn {
    padding-bottom: 24px;
  }
}
/* line 417, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .big-dream-block .dream-text {
  color: #88bbff;
}
/* line 421, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .big-dream-block .brothers {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 421, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .big-dream-block .brothers {
    text-align: left;
  }
}
/* line 429, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .big-dream-block .dream-text-1 {
  padding-top: 48px;
}
@media only screen and (min-width: 768px) {
  /* line 429, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .big-dream-block .dream-text-1 {
    padding-top: 10px;
  }
}
/* line 437, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .big-dream-block .dream-text-2 {
  padding-top: 40px;
}
/* line 442, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block {
  padding-bottom: 0;
}
/* line 445, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .title {
  padding: 64px 0 16px;
}
@media only screen and (min-width: 768px) {
  /* line 445, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .founders2-block .title {
    padding: 48px 0 24px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 445, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .founders2-block .title {
    padding: 104px 0 24px;
  }
}
/* line 457, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block p {
  padding-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  /* line 457, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .founders2-block p {
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 457, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .founders2-block p {
    padding-bottom: 104px;
  }
}
/* line 469, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .bold-text {
  color: #181818;
}
/* line 473, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .founders-image {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 476, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .founders2-block .founders-image .desktop > img {
    height: 320px;
  }
}
/* line 482, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .founders-image .mobile > img {
  max-width: 550px;
  width: 100%;
}
/* line 488, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .info {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 488, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .founders2-block .info {
    padding-top: 18px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 488, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .founders2-block .info {
    padding-top: 40px;
  }
}
/* line 499, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .info a {
  text-decoration: none !important;
}
/* line 503, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .info .name {
  font-family: "proxima-nova-bold";
  font-size: 24px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
}
/* line 513, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .info .name.taha {
  color: #8bf;
}
/* line 517, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .info .name.omar {
  color: #2b7;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 517, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .founders2-block .info .name.omar {
    margin-top: 0;
  }
}
/* line 527, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .info .position {
  font-family: "proxima-nova-bold";
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #181818;
  margin-top: 4px;
}
/* line 539, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .info p {
  margin-top: 16px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  /* line 539, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .founders2-block .info p {
    margin-top: 24px;
  }
}
/* line 548, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .info .gw-logo-link {
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2021v5/logo-goodwall-circle.svg");
}
/* line 554, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .founders2-block .info .gw-logo-link:hover {
  background: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2021v5/logo-goodwall-circle-g.svg");
}
/* line 561, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .friends-block {
  margin-top: 0;
  padding-top: 68px;
  padding-bottom: 80px;
  background-image: url("../libs/goodwall-felibs/public/app/images/cdn/homepages/2021v5/our-friends-bg-shapes.png");
}
/* line 567, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .friends-block .content {
  border-radius: 16px;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 36px 16px;
}
@media only screen and (min-width: 768px) {
  /* line 567, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .friends-block .content {
    padding: 45px 16px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 567, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .friends-block .content {
    padding: 56px 0;
  }
}
/* line 582, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .friends-block .desc {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #666;
}
@media only screen and (min-width: 768px) {
  /* line 582, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .friends-block .desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 582, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .friends-block .desc {
    font-size: 24px;
  }
}
/* line 601, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .friends-block .friends-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 35px;
}
/* line 608, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .friends-block .friends-list .img-wrapper {
  display: inline-block;
  padding: 0 4px;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  flex-basis: 50%;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  /* line 608, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .friends-block .friends-list .img-wrapper {
    flex-basis: 33.333%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 608, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .friends-block .friends-list .img-wrapper {
    flex-basis: 25%;
  }
}
/* line 625, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .friends-block .friends-list .img-wrapper > .img {
  margin: auto;
}
/* line 629, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .friends-block .friends-list .img-wrapper.fake-elem {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 629, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .friends-block .friends-list .img-wrapper.fake-elem {
    display: block;
  }
}
/* line 678, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .grant-block .grant-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 186px;
  border-radius: 10px;
  background-color: #ffff66;
  margin: 40px auto 50px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 4px 6px 0 0 #7EFB98;
}
@media only screen and (min-width: 768px) {
  /* line 678, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .grant-block .grant-card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 678, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .grant-block .grant-card {
    margin: 56px auto;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 678, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .grant-block .grant-card {
    padding-left: 55px;
    padding-right: 55px;
  }
}
/* line 705, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .grant-block .grant-card .grant-img-mobile {
  height: 65px;
}
/* line 709, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .grant-block .grant-card .grant-ctn {
  display: table-cell;
  vertical-align: middle;
}
/* line 713, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .grant-block .grant-card .grant-ctn .grant-img {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  width: 120px;
}
@media only screen and (min-width: 1200px) {
  /* line 713, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .grant-block .grant-card .grant-ctn .grant-img {
    height: 95px;
    width: 142px;
  }
}
/* line 726, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
.new-homepage-style .grant-block .grant-card .grant-ctn .grant-text {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  color: #585804;
  font-size: 24px;
  line-height: 1.5;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 726, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .grant-block .grant-card .grant-ctn .grant-text {
    padding-left: 24px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 726, ../scss/modules/homepages/d2019/main-landing-page/_about-page.scss */
  .new-homepage-style .grant-block .grant-card .grant-ctn .grant-text {
    padding-left: 45px;
    font-size: 24px;
    line-height: 1.25;
  }
}

/* ===========================
   Login/signup
   =========================== */
/* ===========================
   Login/signup layout
   =========================== */
@media only screen and (max-width: 40em) {
  /* line 6, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
  .d2019 [data-app="home"] .login-sign-up-ctn {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
/* line 12, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .overlay-container.login-signup-container {
  max-width: 49.5rem;
  margin-bottom: 3.125rem !important;
}
@media only screen and (min-width: 40.063em) {
  /* line 12, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
  .d2019 .overlay-container.login-signup-container {
    margin-left: -18.25rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 12, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
  .d2019 .overlay-container.login-signup-container {
    margin-top: 0 !important;
  }
}
/* line 26, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 [data-app="campaign"] .fb-icon {
  display: none !important;
}
/* line 29, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 [data-app="campaign"] .or-ctn {
  display: none !important;
}
/* line 35, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .terms-and-conditions.body-text {
  margin-top: 2.5rem;
}
/* line 39, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp {
  position: relative;
  z-index: 10;
}
/* line 43, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp .form-row {
  margin-top: 15px;
  margin-bottom: 0;
}
/* line 47, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp .ws-errorbox {
  display: none;
}
/* line 54, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .header-ctn {
  margin-bottom: 26px;
}
/* line 57, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .header-ctn .title, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .header-ctn .subtitle {
  padding: 0;
}
/* line 61, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .header-ctn .title {
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  /* line 61, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
  .d2019 .login-sign-up-ctn .login-signp.login-signp-default .header-ctn .title {
    text-align: left;
  }
}
/* line 77, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .social-button, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .facebook-button, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .google-button {
  display: flex;
  flex-direction: row;
  height: 40px;
  width: 338px;
  padding: 0;
  font: normal 300 18px/2.7em "proxima-nova-regular";
  overflow: hidden;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
}
/* line 90, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .facebook-button {
  background-color: #4C689F;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}
/* line 98, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .google-button {
  margin-right: 12px;
  font-size: 18px;
  font-family: "proxima-nova-bold";
  font-weight: normal;
}
/* line 106, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .google-button-image {
  margin: 3px 3px 0 3px;
  padding: 4px 0 0 8px;
  background-color: #FFFFFF;
  border-radius: 8px;
  width: 42px;
  height: 42px;
}
/* line 115, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .google-button-text {
  width: 228px;
  padding-left: 30px;
}
/* line 120, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .facebook-logo-ctn {
  width: 24px;
  height: 24px;
  margin: 4px 10px;
}
/* line 126, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .facebook-button-text {
  width: auto;
  padding-left: 30px;
  font-size: 18px;
  font-family: "proxima-nova-bold";
  font-weight: normal;
  line-height: 40px;
}
/* line 135, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn {
  background: transparent;
  color: #181818;
  border: solid 2px #7EFB98;
  width: 100%;
  padding: 0;
  text-transform: none;
  overflow: hidden;
  height: 3rem;
}
/* line 145, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn:focus, .d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn:hover {
  color: #181818 !important;
}
/* line 158, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .label-ctn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 166, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .login-label {
  line-height: 2.75rem;
}
/* line 171, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .fb-loading {
  vertical-align: middle;
  display: none;
}
/* line 176, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .svg {
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 10px;
}
/* line 182, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .fb-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 2.8125rem;
  top: 0;
  bottom: 0;
}
/* line 190, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .fb-icon .icon-facebook {
  float: left;
  margin: 0;
  margin-top: 0.5625rem;
  margin-left: 0.5625rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 190, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
  .d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .fb-icon .icon-facebook {
    margin-top: 0;
    margin-left: 0;
    height: 1.875rem;
    width: 1.875rem;
    float: none;
  }
}
/* line 208, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .or-ctn {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 213, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .or-ctn .small-2.columns span {
  margin-top: -12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 224, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default input.first-name {
  width: 97.1%;
}
/* line 228, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default input.last-name {
  width: 97.1%;
  float: right;
}
/* line 233, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default [data-action="save-email"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 238, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default [data-action="facebook"],
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .facebook {
  margin-bottom: 1.1875rem;
}
/* line 243, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .main-submit-ctn {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 248, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default [data-action="show-lost-password"] {
  position: absolute;
  right: 15px;
  top: 4px;
}
/* line 255, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .last-option .already-account {
  margin-right: 0.5rem;
}
/* line 260, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .error-box {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 266, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default [data-element="default-home-buttons"] {
  position: relative;
}
/* line 271, ../scss/modules/homepages/d2019/login-signup/_login-signup.layout.scss */
.d2019 .login-sign-up-ctn .new-main-title {
  margin: 0;
  margin-bottom: 1.5625rem;
}

/* ===========================
   Login/signup states themes
   =========================== */
/* line 5, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn {
  padding: 0;
}
/* line 8, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .no-background.login-sign-up-ctn {
  background-color: transparent;
}
/* line 12, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .start.login-sign-up-ctn {
  background-color: transparent;
  border-top: 0px;
}
/* line 16, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .start.login-sign-up-ctn .login-signp {
  background-color: transparent;
  color: #ffffff;
}
/* line 19, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .start.login-sign-up-ctn .login-signp button, .d2019 .start.login-sign-up-ctn .login-signp a {
  color: #ffffff;
}
/* line 25, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .start.login-sign-up-ctn .start-options .button-link {
  color: #ffffff;
}
/* line 27, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .start.login-sign-up-ctn .start-options .button-link button, .d2019 .start.login-sign-up-ctn .start-options .button-link a.button {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
/* line 35, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .start.login-sign-up-ctn [data-action="show-login-signup"] {
  background: rgba(255, 255, 255, 0.1) !important;
}
/* line 37, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .start.login-sign-up-ctn [data-action="show-login-signup"]:hover, .d2019 .start.login-sign-up-ctn [data-action="show-login-signup"]:active, .d2019 .start.login-sign-up-ctn [data-action="show-login-signup"]:focus, .d2019 .start.login-sign-up-ctn [data-action="show-login-signup"]:active.hover, .d2019 .start.login-sign-up-ctn [data-action="show-login-signup"]:active.focus {
  background: rgba(255, 255, 255, 0.3) !important;
}
/* line 43, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .terms-and-conditions.body-text {
  text-align: center;
  color: #181818;
  font-size: 16px;
  line-height: 1.33;
  font-family: "proxima-nova-regular";
}
/* line 50, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .terms-and-conditions.body-text a {
  color: #181818;
  font-size: 16px;
  line-height: 1.33;
  font-family: "proxima-nova-regular";
}
/* line 58, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .dialog-subtitle-text {
  font-size: 15px;
  line-height: 24px;
}
/* line 63, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .dialog-subtitle-text.disabled a {
  cursor: default;
  color: #333333;
}
/* line 68, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .dialog-subtitle-text.disabled a:hover:not(.button):not(.button-secondary):not(.button-secondary-b) {
  color: #333333;
}
/* line 74, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .hr {
  border-bottom: 0.0625rem solid #e0e0e0;
}
/* line 79, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp input {
  background-color: #eeeeee;
  border-radius: 8px;
}
/* line 84, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp .login-options {
  text-shadow: 0 0 2px #000000, 0 0 2px #000000;
  color: #ffffff;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 90, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
  .d2019 .login-sign-up-ctn .login-signp .error-box {
    line-height: 1.5rem;
  }
}
/* line 97, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default {
  color: #999999;
}
/* line 104, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-options {
  text-shadow: none;
}
/* line 108, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn {
  line-height: 2.0625rem;
}
/* line 111, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .label {
  color: #FFFFFF;
  font-family: "proxima-nova-bold";
  font-size: 13px;
  line-height: 15px;
}
/* line 118, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .fb-icon {
  text-align: center;
}
/* line 121, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .login-btn .fb-icon .icon-facebook {
  color: white;
  line-height: 16px;
  font-size: 16px;
}
/* line 129, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .or-ctn {
  color: #707786;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
}
/* line 137, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default [data-action="show-lost-password"] i {
  font-size: 1.5625rem;
  padding: 10px;
}
/* line 141, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default [data-action="show-lost-password"] i:hover {
  color: #87509F;
}
/* line 147, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .last-option {
  text-align: center;
  margin-top: 10px;
}
/* line 156, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .last-option .last-option-action {
  text-decoration: none !important;
}
/* line 159, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .last-option .last-option-action a {
  color: #181818;
}
/* line 163, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .login-signp.login-signp-default .last-option .last-option-action:hover:not(.button):not(.button-secondary):not(.button-secondary-b) {
  color: #999999;
}
/* line 170, ../scss/modules/homepages/d2019/login-signup/_login-signup.themes.scss */
.d2019 .login-sign-up-ctn .new-main-title {
  text-align: center;
}

/* ===========================
   Login/signup states
   =========================== */
/* line 8, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 {
  background-color: white;
}
/* line 11, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 .u-margin-bottom-small {
  margin-bottom: 9px;
}
/* line 15, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 .u-margin-bottom-medium {
  margin-bottom: 38px;
}
/* line 19, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 .u-margin-top-large {
  margin-top: 87px;
}
/* line 23, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 .u-margin-top-medium {
  margin-top: 37px;
}
/* line 27, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 .legal-container {
  margin-top: 48px;
  margin-bottom: 192px;
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  /* line 27, ../scss/modules/homepages/d2019/_legal.scss */
  .legal-2019 .legal-container {
    margin-top: 96px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 27, ../scss/modules/homepages/d2019/_legal.scss */
  .legal-2019 .legal-container {
    padding-left: 150px;
    padding-right: 200px;
  }
}
/* line 43, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 .legal-container .legal-caption {
  text-transform: uppercase;
  word-break: break-word;
}
@media only screen and (max-width: 575px) {
  /* line 49, ../scss/modules/homepages/d2019/_legal.scss */
  .legal-2019 .legal-container .legal-caption.Header-3-Dark-Gray {
    font-size: 34px;
  }
  /* line 53, ../scss/modules/homepages/d2019/_legal.scss */
  .legal-2019 .legal-container .legal-caption.Header-4-Dark-Gray {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 59, ../scss/modules/homepages/d2019/_legal.scss */
  .legal-2019 .legal-container .legal-caption.Header-3-Dark-Gray {
    font-size: 34px;
  }
  /* line 63, ../scss/modules/homepages/d2019/_legal.scss */
  .legal-2019 .legal-container .legal-caption.Header-4-Dark-Gray {
    font-size: 28px;
  }
}
/* line 68, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 .legal-container ul {
  margin-left: 20px;
}
/* line 71, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 .legal-container ul li {
  list-style: disc;
}
/* line 76, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 .legal-container table.legalTable {
  margin: 20px 0;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  table-layout: fixed;
}
/* line 84, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 .legal-container table.legalTable td, .legal-2019 .legal-container table.legalTable th {
  border: 1px solid #000000;
  padding: 5px 4px;
  width: 100%;
}
/* line 90, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 .legal-container table.legalTable thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
}
/* line 97, ../scss/modules/homepages/d2019/_legal.scss */
.legal-2019 .legal-container table.legalTable td {
  word-break: break-word;
}

/* line 3, ../scss/state/_application.state.scss */
[status="logout"] .show-only-offline {
  display: block;
}

/* line 10, ../scss/state/_application.state.scss */
[status="login"] .show-only-online {
  display: block;
}

/*# sourceMappingURL=style.css.map */
