@charset "UTF-8";

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

/* line 56, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

/* line 85, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

/* line 93, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

/* line 107, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

/* line 200, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

/* line 209, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

/* line 223, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

/* line 233, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

/* line 253, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

/* line 268, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

/* line 283, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

/* line 293, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

/* line 302, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

/* line 312, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

/* line 323, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

/* line 331, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

/* line 340, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

/* line 349, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 357, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

sub {
  bottom: -0.25em;
}

/* line 361, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

/* line 374, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

/* line 383, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

/* line 392, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

/* line 400, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

/* line 414, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

/* line 434, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

/* line 443, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

/* line 454, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/* line 461, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

/* line 470, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 479, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

/* line 488, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

/* line 497, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

/* line 507, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

/* line 517, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

/* line 525, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

/* line 536, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Correct the padding in Firefox.
     */

/* line 545, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

/* line 556, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

/* line 570, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

/* line 579, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

/* line 592, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

/* line 600, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

/* line 608, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

/* line 641, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

/* line 649, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

/* line 662, node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss */

[hidden] {
  display: none;
}

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* line 45, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-loading .slick-list {
  background: #fff url(/app/themes/sage/dist/images/ajax-loader.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

/* line 63, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 81, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 85, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 89, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 92, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev {
  left: -25px;
}

/* line 105, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 109, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:before {
  content: "\2190";
}

/* line 111, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

/* line 117, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-next {
  right: -25px;
}

/* line 119, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 123, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-next:before {
  content: "\2192";
}

/* line 125, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

/* line 133, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 146, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 154, node_modules/slick-carousel/slick/slick-theme.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 166, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 168, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 172, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 189, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 1, resources/assets/styles/base/_typography.scss */

a {
  color: #c1201e;
  text-decoration: none;
}

/* line 6, resources/assets/styles/base/_typography.scss */

p {
  margin-top: 0;
}

/* line 10, resources/assets/styles/base/_typography.scss */

* {
  -webkit-tap-highlight-color: transparent;
}

/* line 14, resources/assets/styles/base/_typography.scss */

mark {
  background-color: transparent;
  color: #c1201e;
  font-weight: 700;
}

/* line 20, resources/assets/styles/base/_typography.scss */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #39445c;
  font-weight: 700;
  line-height: 1;
}

/* line 31, resources/assets/styles/base/_typography.scss */

h1,
.h1 {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  /* line 31, resources/assets/styles/base/_typography.scss */

  h1,
  .h1 {
    font-size: 30px;
  }
}

/* line 39, resources/assets/styles/base/_typography.scss */

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

@media screen and (max-width: 767px) {
  /* line 39, resources/assets/styles/base/_typography.scss */

  h2,
  .h2 {
    font-size: 24px;
  }
}

/* line 48, resources/assets/styles/base/_typography.scss */

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

@media screen and (max-width: 767px) {
  /* line 48, resources/assets/styles/base/_typography.scss */

  h3,
  .h3 {
    font-size: 18px;
  }
}

/* line 57, resources/assets/styles/base/_typography.scss */

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

/* line 63, resources/assets/styles/base/_typography.scss */

ul.list-dotted {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 68, resources/assets/styles/base/_typography.scss */

ul.list-dotted li {
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
}

/* line 73, resources/assets/styles/base/_typography.scss */

ul.list-dotted li:nth-last-child(1) {
  margin-bottom: 0;
}

/* line 77, resources/assets/styles/base/_typography.scss */

ul.list-dotted li:before {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c1201e;
  top: 7px;
  left: 0;
}

/* line 91, resources/assets/styles/base/_typography.scss */

.object-fill-polyfill {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 1, resources/assets/styles/components/_icons.scss */

.icon {
  display: inline-block;
  pointer-events: none;
  height: 1em;
  width: 1em;
  stroke: currentColor;
  fill: currentColor;
  stroke-width: 0;
}

/* line 1, resources/assets/styles/components/_fieldset.scss */

.form-control {
  width: 100%;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 400;
  min-height: 40px;
  outline: none;
}

/* line 17, resources/assets/styles/base/_mixins.scss */

.form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

/* line 17, resources/assets/styles/base/_mixins.scss */

.form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* line 17, resources/assets/styles/base/_mixins.scss */

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* line 17, resources/assets/styles/base/_mixins.scss */

.form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

/* line 20, resources/assets/styles/components/_fieldset.scss */

.form-group {
  margin-bottom: 15px;
  position: relative;
}

/* line 24, resources/assets/styles/components/_fieldset.scss */

.form-group .with-errors {
  color: #c1201e;
  padding-left: 10px;
  font-size: 12px;
  text-align: left;
  line-height: 1;
}

/* line 31, resources/assets/styles/components/_fieldset.scss */

.form-group .with-errors ul {
  margin: 5px 0 0 0;
  list-style: none;
  padding: 0;
}

/* line 39, resources/assets/styles/components/_fieldset.scss */

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

/* line 42, resources/assets/styles/components/_fieldset.scss */

.form-inline .form-group {
  padding: 0 8px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 39, resources/assets/styles/components/_fieldset.scss */

  .form-inline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 50, resources/assets/styles/components/_fieldset.scss */

  .form-inline .form-group {
    width: 100%;
  }

  /* line 52, resources/assets/styles/components/_fieldset.scss */

  .form-inline .form-group:last-child {
    width: 100%;
  }
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn {
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid transparent;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  white-space: nowrap;
  text-align: center;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  height: 40px;
}

/* line 16, resources/assets/styles/components/_buttons.scss */

.btn-primary {
  background-color: #c1201e;
  border-color: #c1201e;
  color: #fff;
}

/* line 20, resources/assets/styles/components/_buttons.scss */

.btn-primary > .spinner {
  color: #fff;
}

/* line 23, resources/assets/styles/components/_buttons.scss */

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #9a0d0b;
  border-color: #9a0d0b;
}

/* line 31, resources/assets/styles/components/_buttons.scss */

.btn-block {
  width: 100%;
  display: block;
}

/* line 36, resources/assets/styles/components/_buttons.scss */

.btn > .spinner {
  display: none;
  -webkit-animation: fa-spin 2s infinite linear;
       -o-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
  font-size: 26px;
}

/* line 44, resources/assets/styles/components/_buttons.scss */

.btn-loading {
  position: relative;
  color: rgba(0, 0, 0, 0);
  pointer-events: none;
  cursor: default;
}

/* line 49, resources/assets/styles/components/_buttons.scss */

.btn-loading .spinner {
  display: block;
}

/* line 1, resources/assets/styles/components/_lists.scss */

.marked-circle {
  list-style: none;
  padding-left: 0;
}

/* line 4, resources/assets/styles/components/_lists.scss */

.marked-circle li {
  position: relative;
  padding-left: 17px;
}

/* line 7, resources/assets/styles/components/_lists.scss */

.marked-circle li:before {
  content: '';
  border-radius: 50%;
  background-color: #c1201e;
  position: absolute;
  top: 8px;
  left: 0;
  height: 6px;
  width: 6px;
}

/* line 14, resources/assets/styles/components/_lists.scss */

.marked-circle li + li {
  margin-top: 12px;
}

/* line 1, resources/assets/styles/components/_modals.scss */

.modal-open {
  overflow: hidden;
}

/* line 3, resources/assets/styles/components/_modals.scss */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 8, resources/assets/styles/components/_modals.scss */

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  overflow: hidden;
  z-index: 1050;
  outline: 0;
}

/* line 16, resources/assets/styles/components/_modals.scss */

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

/* line 20, resources/assets/styles/components/_modals.scss */

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 24, resources/assets/styles/components/_modals.scss */

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  margin: 10px;
  width: auto;
}

/* line 32, resources/assets/styles/components/_modals.scss */

.modal-content {
  position: relative;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 6px;
  outline: 0;
}

/* line 39, resources/assets/styles/components/_modals.scss */

.modal-content .close {
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
  outline: none;
  padding: 5px;
  border: none;
  z-index: 10;
}

/* line 46, resources/assets/styles/components/_modals.scss */

.modal-content .close:hover {
  color: #c1201e;
}

/* line 51, resources/assets/styles/components/_modals.scss */

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 1040;
}

/* line 55, resources/assets/styles/components/_modals.scss */

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 59, resources/assets/styles/components/_modals.scss */

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 64, resources/assets/styles/components/_modals.scss */

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 68, resources/assets/styles/components/_modals.scss */

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 72, resources/assets/styles/components/_modals.scss */

.modal-body {
  position: relative;
  padding: 15px;
}

/* line 76, resources/assets/styles/components/_modals.scss */

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 80, resources/assets/styles/components/_modals.scss */

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 84, resources/assets/styles/components/_modals.scss */

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 87, resources/assets/styles/components/_modals.scss */

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 91, resources/assets/styles/components/_modals.scss */

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

@media screen and (min-width: 767px) {
  /* line 98, resources/assets/styles/components/_modals.scss */

  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  /* line 104, resources/assets/styles/components/_modals.scss */

  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 108, resources/assets/styles/components/_modals.scss */

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 112, resources/assets/styles/components/_modals.scss */

  .modal-sm {
    width: 300px;
  }
}

@media screen and (min-width: 1010px) {
  /* line 118, resources/assets/styles/components/_modals.scss */

  .modal-lg {
    width: 900px;
  }
}

/* line 125, resources/assets/styles/components/_modals.scss */

#sendSuccessModal .modal-dialog,
#sendErrorModal .modal-dialog {
  max-width: 420px;
}

/* line 128, resources/assets/styles/components/_modals.scss */

#sendSuccessModal .modal-content,
#sendErrorModal .modal-content {
  text-align: center;
}

/* line 131, resources/assets/styles/components/_modals.scss */

#sendSuccessModal .modal-body,
#sendErrorModal .modal-body {
  padding-top: 30px;
  font-weight: 600;
  font-size: 16px;
}

/* line 135, resources/assets/styles/components/_modals.scss */

#sendSuccessModal .modal-body ._figure,
#sendErrorModal .modal-body ._figure {
  position: relative;
  color: #c1201e;
  margin-bottom: 15px;
  text-align: center;
  font-size: 50px;
}

/* line 143, resources/assets/styles/components/_modals.scss */

#sendSuccessModal .modal-footer,
#sendErrorModal .modal-footer {
  text-align: center;
}

/* line 145, resources/assets/styles/components/_modals.scss */

#sendSuccessModal .modal-footer .btn,
#sendErrorModal .modal-footer .btn {
  text-transform: uppercase;
  min-width: 90px;
}

/* line 1, resources/assets/styles/containers/_layouts.scss */

html {
  height: 100%;
}

/* line 5, resources/assets/styles/containers/_layouts.scss */

body {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
  height: 100%;
  width: 100%;
}

/* line 16, resources/assets/styles/containers/_layouts.scss */

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  /* line 16, resources/assets/styles/containers/_layouts.scss */

  .container {
    width: 720px;
  }
}

@media screen and (min-width: 1010px) {
  /* line 16, resources/assets/styles/containers/_layouts.scss */

  .container {
    width: 960px;
  }
}

@media screen and (max-width: 1010px) {
  /* line 16, resources/assets/styles/containers/_layouts.scss */

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 35, resources/assets/styles/containers/_layouts.scss */

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/* line 1, resources/assets/styles/containers/_content.scss */

.content {
  padding: 0 0 70px;
}

/* line 5, resources/assets/styles/containers/_content.scss */

.about,
.what-is-that {
  padding: 42px 0 70px;
}

/* line 8, resources/assets/styles/containers/_content.scss */

.about ._container,
.what-is-that ._container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 11, resources/assets/styles/containers/_content.scss */

.about ._picture,
.what-is-that ._picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 160px;
  padding: 0 8%;
}

/* line 16, resources/assets/styles/containers/_content.scss */

.about ._picture img,
.what-is-that ._picture img {
  display: block;
  margin: auto;
}

/* line 23, resources/assets/styles/containers/_content.scss */

.about ._text ul,
.what-is-that ._text ul {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  /* line 5, resources/assets/styles/containers/_content.scss */

  .about,
  .what-is-that {
    padding: 50px 0;
  }

  /* line 31, resources/assets/styles/containers/_content.scss */

  .about ._container,
  .what-is-that ._container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 35, resources/assets/styles/containers/_content.scss */

  .about h2,
  .what-is-that h2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 35, resources/assets/styles/containers/_content.scss */

  .about h2,
  .what-is-that h2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 43, resources/assets/styles/containers/_content.scss */

  .about ._text,
  .what-is-that ._text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 47, resources/assets/styles/containers/_content.scss */

  .about ._picture,
  .what-is-that ._picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 49, resources/assets/styles/containers/_content.scss */

  .about ._picture._m-hide,
  .what-is-that ._picture._m-hide {
    display: none;
  }

  /* line 52, resources/assets/styles/containers/_content.scss */

  .about ._picture img,
  .what-is-that ._picture img {
    max-width: 100px;
    margin-bottom: 20px;
  }
}

/* line 60, resources/assets/styles/containers/_content.scss */

.technologies {
  padding: 50px 0;
  background-color: #f5f5f5;
}

/* line 64, resources/assets/styles/containers/_content.scss */

.technologies h2 {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  /* line 64, resources/assets/styles/containers/_content.scss */

  .technologies h2 {
    margin-top: 0;
  }
}

/* line 73, resources/assets/styles/containers/_content.scss */

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

@media screen and (max-width: 767px) {
  /* line 73, resources/assets/styles/containers/_content.scss */

  .technologies__row {
    display: block;
  }
}

/* line 81, resources/assets/styles/containers/_content.scss */

.technologies__col {
  width: 66%;
  padding-right: 30px;
}

/* line 85, resources/assets/styles/containers/_content.scss */

.technologies__col:nth-last-child(1) {
  width: 34%;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  /* line 81, resources/assets/styles/containers/_content.scss */

  .technologies__col {
    width: 100% !important;
  }
}

/* line 95, resources/assets/styles/containers/_content.scss */

.technologies__item {
  margin-bottom: 28px;
}

/* line 98, resources/assets/styles/containers/_content.scss */

.technologies__item:nth-last-child(1) {
  margin-bottom: 0;
}

/* line 102, resources/assets/styles/containers/_content.scss */

.technologies__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  /* line 102, resources/assets/styles/containers/_content.scss */

  .technologies__item-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 111, resources/assets/styles/containers/_content.scss */

.technologies__item-header img {
  margin-right: 10px;
}

/* line 115, resources/assets/styles/containers/_content.scss */

.technologies__item-header h3 {
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  /* line 115, resources/assets/styles/containers/_content.scss */

  .technologies__item-header h3 {
    margin-top: 5px;
  }
}

/* line 126, resources/assets/styles/containers/_content.scss */

.technologies__item-content ul {
  margin-top: 5px;
}

/* line 130, resources/assets/styles/containers/_content.scss */

.technologies__item-content ul li span {
  color: #c1201e;
  font-weight: bold;
}

/* line 140, resources/assets/styles/containers/_content.scss */

.experience {
  padding: 50px 0;
}

/* line 143, resources/assets/styles/containers/_content.scss */

.experience h2 {
  margin-bottom: 10px;
}

/* line 147, resources/assets/styles/containers/_content.scss */

.experience h2,
.experience h3 {
  text-align: center;
}

/* line 151, resources/assets/styles/containers/_content.scss */

.experience ._feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0 0;
}

/* line 156, resources/assets/styles/containers/_content.scss */

.experience ._feature figure {
  text-align: center;
  padding: 16px 20px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 162, resources/assets/styles/containers/_content.scss */

.experience ._feature figure figcaption {
  max-width: 640px;
  margin: 30px auto;
}

/* line 168, resources/assets/styles/containers/_content.scss */

.experience ._feature ._image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  height: 85px;
}

/* line 174, resources/assets/styles/containers/_content.scss */

.experience ._feature ._image img {
  display: block;
  max-width: 100%;
}

/* line 181, resources/assets/styles/containers/_content.scss */

.experience ._methods {
  position: relative;
  padding: 30px 0 0;
}

/* line 184, resources/assets/styles/containers/_content.scss */

.experience ._methods:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e1e1e1;
  max-width: 640px;
}

/* line 193, resources/assets/styles/containers/_content.scss */

.experience ._methods h3 {
  max-width: 640px;
  margin: 0 auto;
}

/* line 198, resources/assets/styles/containers/_content.scss */

.experience ._methods-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
}

/* line 203, resources/assets/styles/containers/_content.scss */

.experience ._methods-content > ul {
  margin: 0;
}

/* line 205, resources/assets/styles/containers/_content.scss */

.experience ._methods-content > ul + ul {
  margin-top: 12px;
}

@media screen and (min-width: 600px) {
  /* line 140, resources/assets/styles/containers/_content.scss */

  .experience {
    padding-top: 40px;
  }

  /* line 214, resources/assets/styles/containers/_content.scss */

  .experience ._feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 20px;
  }

  /* line 218, resources/assets/styles/containers/_content.scss */

  .experience ._methods {
    padding-top: 60px;
    padding-bottom: 0;
  }

  /* line 221, resources/assets/styles/containers/_content.scss */

  .experience ._methods-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 223, resources/assets/styles/containers/_content.scss */

  .experience ._methods-content > ul {
    width: calc(50% - 22px);
  }

  /* line 225, resources/assets/styles/containers/_content.scss */

  .experience ._methods-content > ul + ul {
    margin-top: 0;
  }
}

/* line 234, resources/assets/styles/containers/_content.scss */

.projects {
  background-color: #f5f5f5;
  padding: 45px 0 70px;
}

/* line 238, resources/assets/styles/containers/_content.scss */

.projects h2 {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 238, resources/assets/styles/containers/_content.scss */

  .projects h2 {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

/* line 248, resources/assets/styles/containers/_content.scss */

.projects-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 767px) {
  /* line 248, resources/assets/styles/containers/_content.scss */

  .projects-tab {
    display: none;
  }
}

/* line 257, resources/assets/styles/containers/_content.scss */

.projects-tab-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 257, resources/assets/styles/containers/_content.scss */

  .projects-tab-mobile {
    display: block;
  }
}

/* line 264, resources/assets/styles/containers/_content.scss */

.projects-tab-mobile ._picture {
  height: 208px;
  width: 208px;
  border-radius: 100%;
  margin: 0 auto 15px;
  background-position: center;
  background-size: cover;
}

/* line 273, resources/assets/styles/containers/_content.scss */

.projects-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

/* line 275, resources/assets/styles/containers/_content.scss */

.projects-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* line 279, resources/assets/styles/containers/_content.scss */

.projects-nav ul li {
  position: relative;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f0f0f0;
  color: #39445c;
  padding: 10px 20px;
  font-weight: 700;
  cursor: pointer;
}

/* line 288, resources/assets/styles/containers/_content.scss */

.projects-nav ul li:before {
  content: '';
  display: none;
  height: calc(100% + 2px);
  width: 3px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #c1201e;
}

/* line 295, resources/assets/styles/containers/_content.scss */

.projects-nav ul li:after {
  content: '';
  display: none;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #fff;
}

/* line 302, resources/assets/styles/containers/_content.scss */

.projects-nav ul li:first-child {
  border-top: 1px solid #e5e5e5;
}

/* line 305, resources/assets/styles/containers/_content.scss */

.projects-nav ul li.active {
  background-color: #fff;
}

/* line 307, resources/assets/styles/containers/_content.scss */

.projects-nav ul li.active:after,
.projects-nav ul li.active:before {
  display: block;
}

/* line 316, resources/assets/styles/containers/_content.scss */

.projects-content {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 25px 30px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 321, resources/assets/styles/containers/_content.scss */

.projects-content > div {
  display: none;
}

/* line 323, resources/assets/styles/containers/_content.scss */

.projects-content > div.active {
  display: block;
}

/* line 327, resources/assets/styles/containers/_content.scss */

.projects-content ._header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

/* line 330, resources/assets/styles/containers/_content.scss */

.projects-content ._header ._picture {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 208px;
          flex: 0 0 208px;
  height: 208px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  background-position: center;
  background-size: cover;
}

/* line 341, resources/assets/styles/containers/_content.scss */

.projects-content ._header ._data {
  padding-left: 30px;
}

/* line 346, resources/assets/styles/containers/_content.scss */

.projects-content .btn {
  padding-right: 25px;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  /* line 346, resources/assets/styles/containers/_content.scss */

  .projects-content .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

/* line 356, resources/assets/styles/containers/_content.scss */

.projects-content .btn .arrow-circle-o-right {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
  margin: -2px 0px 0 3px;
  font-size: 18px;
}

@media screen and (max-width: 1010px) {
  /* line 234, resources/assets/styles/containers/_content.scss */

  .projects {
    padding-bottom: 45px;
  }

  /* line 367, resources/assets/styles/containers/_content.scss */

  .projects-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
  }

  /* line 369, resources/assets/styles/containers/_content.scss */

  .projects-nav li {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 374, resources/assets/styles/containers/_content.scss */

  .projects-content {
    padding: 10px 15px 30px;
  }

  /* line 377, resources/assets/styles/containers/_content.scss */

  .projects-content ._header ._picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 185px;
            flex: 0 0 185px;
  }

  /* line 379, resources/assets/styles/containers/_content.scss */

  .projects-content ._header ._picture img {
    height: 185px;
    width: 185px;
  }

  /* line 383, resources/assets/styles/containers/_content.scss */

  .projects-content ._header ._data {
    padding-left: 15px;
  }
}

/* line 391, resources/assets/styles/containers/_content.scss */

.akkordeon {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  border: 1px solid #e5e5e5;
}

/* line 398, resources/assets/styles/containers/_content.scss */

.akkordeon > li {
  border-bottom: 1px solid #e5e5e5;
}

/* line 401, resources/assets/styles/containers/_content.scss */

.akkordeon > li:nth-last-child(1) {
  border: none;
}

/* line 404, resources/assets/styles/containers/_content.scss */

.akkordeon > li > div {
  display: none;
  padding: 20px;
  background-color: #fff;
}

/* line 410, resources/assets/styles/containers/_content.scss */

.akkordeon > li > p {
  cursor: pointer;
  background: #f0f0f0;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #39445c;
  position: relative;
}

/* line 421, resources/assets/styles/containers/_content.scss */

.akkordeon > li > p.active {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

/* line 425, resources/assets/styles/containers/_content.scss */

.akkordeon > li > p.active:after {
  display: block;
  width: 3px;
  height: 100%;
  content: '';
  background-color: #c1201e;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
}

/* line 442, resources/assets/styles/containers/_content.scss */

form p {
  margin-bottom: 0;
}

/* line 446, resources/assets/styles/containers/_content.scss */

.invisible-input-wrapper {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 455, resources/assets/styles/containers/_content.scss */

.form-group .wpcf7-not-valid-tip {
  color: #c1201e;
  font-size: 12px;
  text-align: left;
  line-height: 1;
  padding-left: 10px;
  margin-top: 5px;
}

/* line 463, resources/assets/styles/containers/_content.scss */

.wpcf7-display-none {
  display: none !important;
}

/* line 466, resources/assets/styles/containers/_content.scss */

.interested {
  background-color: #efefef;
  padding: 10px 0 15px;
  text-align: center;
}

/* line 471, resources/assets/styles/containers/_content.scss */

.interested .form-control {
  border-color: #efefef;
}

/* line 476, resources/assets/styles/containers/_content.scss */

.review {
  background-color: #f3f3f3;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  /* line 476, resources/assets/styles/containers/_content.scss */

  .review {
    padding-bottom: 0;
  }
}

/* line 484, resources/assets/styles/containers/_content.scss */

.review h2 {
  margin-bottom: 18px;
  text-align: center;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

/* line 492, resources/assets/styles/containers/_content.scss */

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

/* line 495, resources/assets/styles/containers/_content.scss */

.review ._description p {
  margin-bottom: 0;
}

/* line 498, resources/assets/styles/containers/_content.scss */

.review ._description .clutch {
  vertical-align: middle;
  margin-top: -2px;
  font-size: 16px;
}

/* line 505, resources/assets/styles/containers/_content.scss */

.review ._lead,
.review ._customers {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 508, resources/assets/styles/containers/_content.scss */

.review ._lead img,
.review ._customers img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* line 515, resources/assets/styles/containers/_content.scss */

.review ._lead {
  padding: 28px 0;
}

/* line 519, resources/assets/styles/containers/_content.scss */

.review ._customers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media screen and (min-width: 1010px) {
  /* line 519, resources/assets/styles/containers/_content.scss */

  .review ._customers {
    padding-right: 7%;
    padding-left: 7%;
  }
}

@media screen and (max-width: 767px) {
  /* line 519, resources/assets/styles/containers/_content.scss */

  .review ._customers {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }

  /* line 536, resources/assets/styles/containers/_content.scss */

  .review ._customers li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

/* line 548, resources/assets/styles/containers/_content.scss */

.review ._slider {
  position: relative;
  margin: 20px 65px;
}

@media screen and (max-width: 767px) {
  /* line 548, resources/assets/styles/containers/_content.scss */

  .review ._slider {
    margin: 0px -20px;
    padding: 20px 0;
    overflow: hidden;
  }
}

/* line 560, resources/assets/styles/containers/_content.scss */

.register {
  background-color: #2a2f3e;
  padding: 30px 0 28px;
  color: #fff;
}

/* line 565, resources/assets/styles/containers/_content.scss */

.register .description {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
}

/* line 571, resources/assets/styles/containers/_content.scss */

.register .description b {
  white-space: nowrap;
}

/* line 576, resources/assets/styles/containers/_content.scss */

.register .form-control {
  border-color: #2a2f3e;
}

/* line 581, resources/assets/styles/containers/_content.scss */

.slider-review {
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 35px 50px 50px 38px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  /* line 581, resources/assets/styles/containers/_content.scss */

  .slider-review {
    padding: 15px;
    border-radius: 0;
    padding-bottom: 50px;
    margin-bottom: 30px !important;
  }
}

/* line 596, resources/assets/styles/containers/_content.scss */

.slider-review-arrow {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* line 607, resources/assets/styles/containers/_content.scss */

.slider-review-arrow .slick-arrow {
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 5px;
  min-height: 230px;
  z-index: 1;
  position: relative;
  width: 50%;
  height: 20px;
  display: block;
  font-size: 33px;
  color: #999;
  line-height: 230px;
}

/* line 621, resources/assets/styles/containers/_content.scss */

.slider-review-arrow .slick-arrow:before {
  display: none;
}

/* line 625, resources/assets/styles/containers/_content.scss */

.slider-review-arrow .slick-arrow svg {
  position: relative;
}

/* line 629, resources/assets/styles/containers/_content.scss */

.slider-review-arrow .slick-arrow:hover {
  background-color: #fff;
  color: #c1201e;
}

/* line 635, resources/assets/styles/containers/_content.scss */

.slider-review-arrow .slick-prev {
  float: left;
  left: -65px;
}

/* line 639, resources/assets/styles/containers/_content.scss */

.slider-review-arrow .slick-prev svg {
  left: 15px;
}

/* line 644, resources/assets/styles/containers/_content.scss */

.slider-review-arrow .slick-next {
  float: right;
  right: -65px;
  text-align: right;
}

/* line 649, resources/assets/styles/containers/_content.scss */

.slider-review-arrow .slick-next svg {
  right: 15px;
}

/* line 655, resources/assets/styles/containers/_content.scss */

.slider-review__text {
  position: relative;
  padding: 32px 42px 20px;
}

@media screen and (max-width: 767px) {
  /* line 655, resources/assets/styles/containers/_content.scss */

  .slider-review__text {
    padding: 35px 15px 0 35px;
  }
}

/* line 663, resources/assets/styles/containers/_content.scss */

.slider-review__text .qoute-icon {
  position: absolute;
  top: -28px;
  left: 0;
  pointer-events: none;
  font-size: 173px;
  color: #f7dedc;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  /* line 663, resources/assets/styles/containers/_content.scss */

  .slider-review__text .qoute-icon {
    font-size: 100px;
    top: -5px;
    left: 5px;
  }
}

/* line 679, resources/assets/styles/containers/_content.scss */

.slider-review__text p {
  position: relative;
  z-index: 5;
  line-height: 1.875rem;
  font-size: 1.25rem;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  /* line 679, resources/assets/styles/containers/_content.scss */

  .slider-review__text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* line 693, resources/assets/styles/containers/_content.scss */

.slider-review__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 767px) {
  /* line 693, resources/assets/styles/containers/_content.scss */

  .slider-review__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/* line 706, resources/assets/styles/containers/_content.scss */

.slider-review__info-avatar {
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 767px) {
  /* line 706, resources/assets/styles/containers/_content.scss */

  .slider-review__info-avatar {
    margin-top: 15px;
  }
}

/* line 717, resources/assets/styles/containers/_content.scss */

.slider-review__info-avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 723, resources/assets/styles/containers/_content.scss */

.slider-review__info-text {
  padding-right: 20px;
  line-height: 1.5rem;
  font-size: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 767px) {
  /* line 723, resources/assets/styles/containers/_content.scss */

  .slider-review__info-text {
    width: 100%;
    padding-right: 0;
  }
}

/* line 732, resources/assets/styles/containers/_content.scss */

.slider-review__info-text p {
  margin-bottom: 0;
}

/* line 738, resources/assets/styles/containers/_content.scss */

.slider-review .slick-dots {
  bottom: 20px;
  left: 0;
}

/* line 742, resources/assets/styles/containers/_content.scss */

.slider-review .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}

/* line 747, resources/assets/styles/containers/_content.scss */

.slider-review .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #8c8c8c;
  border-radius: 50%;
  text-indent: -9999px;
}

/* line 756, resources/assets/styles/containers/_content.scss */

.slider-review .slick-dots li.slick-active button {
  background-color: #8c8c8c;
}

/* line 1, resources/assets/styles/containers/_header.scss */

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(/app/themes/sage/dist/images/the-eyes-of-robot.jpg);
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
}

/* line 7, resources/assets/styles/containers/_header.scss */

.header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

/* line 15, resources/assets/styles/containers/_header.scss */

.header .logo {
  display: inline-block;
}

/* line 19, resources/assets/styles/containers/_header.scss */

.header .hello {
  padding: 0;
  margin: 50px 0 70px;
  text-align: center;
}

@media screen and (max-width: 1010px) {
  /* line 19, resources/assets/styles/containers/_header.scss */

  .header .hello {
    margin: 50px 0 50px;
  }
}

/* line 28, resources/assets/styles/containers/_header.scss */

.header .hello ._top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #39445c;
  line-height: 20px;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

/* line 38, resources/assets/styles/containers/_header.scss */

.header .hello ._top-line figcaption {
  padding-top: 20px;
  max-width: 200px;
  margin: 0 auto;
}

/* line 43, resources/assets/styles/containers/_header.scss */

.header .hello ._top-line figcaption p {
  margin-bottom: 0;
}

@media screen and (min-width: 480px) {
  /* line 28, resources/assets/styles/containers/_header.scss */

  .header .hello ._top-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 50, resources/assets/styles/containers/_header.scss */

  .header .hello ._top-line figcaption {
    padding: 0 0 0 40px;
    text-align: left;
    margin: 0;
  }
}

/* line 58, resources/assets/styles/containers/_header.scss */

.header .hello > h3 {
  margin-bottom: 26px;
  margin-top: 40px;
}

/* line 61, resources/assets/styles/containers/_header.scss */

.header .hello > h3 mark {
  display: inline-block;
  margin-top: 8px;
}

/* line 65, resources/assets/styles/containers/_header.scss */

.header .hello > h3 + b {
  display: inline-block;
  margin-bottom: 3px;
}

/* line 71, resources/assets/styles/containers/_header.scss */

.header .hello > p {
  color: #333;
  max-width: 440px;
  margin: 0 auto;
}

/* line 77, resources/assets/styles/containers/_header.scss */

.header .hello-form {
  background-color: #fff;
  padding: 26px 30px 30px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  max-width: 380px;
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1010px) {
  /* line 77, resources/assets/styles/containers/_header.scss */

  .header .hello-form {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
}

/* line 92, resources/assets/styles/containers/_header.scss */

.header .hello-form h3 {
  margin: 0 0 17px;
}

/* line 96, resources/assets/styles/containers/_header.scss */

.header .hello-form .form-control {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

/* line 101, resources/assets/styles/containers/_header.scss */

.header .hello-form textarea {
  resize: none;
}

@media screen and (min-width: 767px) {
  /* line 108, resources/assets/styles/containers/_header.scss */

  .header > p {
    line-height: 30px;
  }

  /* line 114, resources/assets/styles/containers/_header.scss */

  .header .hello-form .btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 1010px) {
  /* line 1, resources/assets/styles/containers/_header.scss */

  .header {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  /* line 126, resources/assets/styles/containers/_header.scss */

  .header > .container {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  /* line 130, resources/assets/styles/containers/_header.scss */

  .header .hello {
    text-align: center;
    max-width: 100%;
  }
}

/* line 1, resources/assets/styles/containers/_footer.scss */

.footer {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #20242f;
  margin: -70px auto 0;
  color: #fff;
  min-height: 70px;
}

/* line 7, resources/assets/styles/containers/_footer.scss */

.footer > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 11, resources/assets/styles/containers/_footer.scss */

.footer ._copyright {
  padding: 24px 0;
  opacity: 0.3;
}

/* line 16, resources/assets/styles/containers/_footer.scss */

.footer ._social {
  padding: 17px 0;
}

/* line 18, resources/assets/styles/containers/_footer.scss */

.footer ._social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 23, resources/assets/styles/containers/_footer.scss */

.footer ._social ul li {
  padding: 0 3px;
}

/* line 25, resources/assets/styles/containers/_footer.scss */

.footer ._social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  height: 35px;
  width: 35px;
  font-size: 20px;
  opacity: 0.3;
}

/* line 33, resources/assets/styles/containers/_footer.scss */

.footer ._social ul li a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  /* line 42, resources/assets/styles/containers/_footer.scss */

  .footer > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 47, resources/assets/styles/containers/_footer.scss */

  .footer ._copyright {
    padding-top: 5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 52, resources/assets/styles/containers/_footer.scss */

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


/*# sourceMappingURL=main.css.map*/