/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/import-glob-loader/index.js!./theme/_loader.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*=================================
=            1. Colors            =
==================================*/
/*=====================================
=            2. Typography            =
=====================================*/
/*======================================
=            3. Breakpoints            =
======================================*/
/*==================================
=            4. Z-index            =
===================================*/
/*======================================
=            5. Transitions            =
======================================*/
/*========================================
=            6. Border radius            =
========================================*/
/*----------  Initializing  ----------*/
/*----------  Typography  ----------*/
/*----------  Styling  ----------*/
/*==============================
=            sizing            =
==============================*/
/*===============================
=            Borders            =
===============================*/
/*===================================
=            Transitions            =
===================================*/
/*==============================
=            Shadow            =
==============================*/
/*========================================
=            Legacy targeting            =
========================================*/
/**
	This file contains all variables that are used in other scss files
	and allows overriding of default values from the @growling/sass package
	Todo --- insert link here ---
*/
@font-face {
  font-family: "lato";
  src: url(78e86243578fc42ec0aaa1186d5c457b.woff) format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: "lato";
  src: url(0673db9814e8a3b2937cb3ee77f6bc29.woff) format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap; }

.datepicker {
  width: 100%; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  color: black;
  border: 2px solid #dcdcdc;
  background-color: white;
  padding: 15px;
  outline-color: black;
  outline-width: 1px; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="password"]::placeholder,
  input[type="tel"]::placeholder,
  textarea::placeholder {
    color: #323232; }
  input[type="text"][aria-invalid="true"],
  input[type="email"][aria-invalid="true"],
  input[type="password"][aria-invalid="true"],
  input[type="tel"][aria-invalid="true"],
  textarea[aria-invalid="true"] {
    border-color: #d95656; }

input[type="submit"],
input[type="button"] {
  border: none;
  box-shadow: none;
  cursor: pointer; }

.gform_wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.gform_wrapper li {
  list-style-type: none; }

.gform_wrapper .validation_error {
  display: none; }

.gform_wrapper .gfield {
  flex-basis: 100%;
  margin-top: 30px; }
  .gform_wrapper .gfield:first-of-type {
    margin-top: 0; }
  .gform_wrapper .gfield label {
    display: block;
    margin-bottom: 5px; }
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield textarea {
    width: 100%; }

.gform_wrapper .gfield--50 {
  flex-basis: 48%;
  margin-top: 0; }
  @media (max-width: 420px) {
    .gform_wrapper .gfield--50 {
      flex-basis: 100%;
      margin-top: 30px; } }

.gform_wrapper .gfield--30 {
  flex-basis: 32%;
  margin-top: 0; }
  @media (max-width: 978px) {
    .gform_wrapper .gfield--30 {
      flex-basis: 100%;
      margin-top: 30px; } }

.gform_wrapper .gfield_label {
  color: #323232; }

.gform_wrapper .gfield_radio li {
  display: flex;
  align-items: center; }

.gform_wrapper .gfield_radio input {
  width: unset; }

.gform_wrapper .gfield_radio label {
  margin-left: 15px; }

.gform_wrapper .gfield_visibility_hidden {
  display: none;
  visibility: hidden; }

.gform_wrapper .gfield_required {
  color: #d95656;
  font-weight: 600;
  margin-left: 5px; }

.gform_wrapper .gfield_description {
  font-size: 0.833rem; }

.gform_wrapper .gfield_error .validation_message {
  margin-top: 5px;
  color: #d95656;
  font-size: 0.833rem; }

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border-color: #e17878; }

.gform_wrapper .gform_footer {
  margin-top: 30px; }
  .gform_wrapper .gform_footer input[type="submit"] {
    max-width: 250px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    font-weight: 700;
    padding: 15px;
    background-color: #c45b5c;
    border-radius: 4px 0;
    text-decoration: none;
    border: none; }
  .gform_wrapper .gform_footer img {
    margin-left: 5px; }

html {
  box-sizing: border-box; }

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

figure {
  margin: 0; }
  figure iframe {
    max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 25px;
  color: #1a1a1a;
  font-family: "lato";
  font-weight: 700; }

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 400; }

body,
html {
  font-family: "lato";
  font-size: 18px; }

p {
  max-width: unset; }
  p:last-child {
    margin-bottom: 0; }

h1,
.h1 {
  font-size: 3.056rem;
  font-weight: 800; }
  @media (max-width: 978px) {
    h1,
    .h1 {
      font-size: 2.444rem; } }
  @media (max-width: 420px) {
    h1,
    .h1 {
      font-size: 2.111rem; } }

h2,
.h2 {
  font-size: 2.444rem; }
  @media (max-width: 978px) {
    h2,
    .h2 {
      font-size: 2.111rem; } }
  @media (max-width: 420px) {
    h2,
    .h2 {
      font-size: 1.556rem; } }

h3,
.h3 {
  font-size: 2.111rem;
  font-weight: 700; }
  @media (max-width: 978px) {
    h3,
    .h3 {
      font-size: 1.556rem; } }
  @media (max-width: 420px) {
    h3,
    .h3 {
      font-size: 1.25rem; } }

h4,
.h4 {
  font-size: 1.556rem; }
  @media (max-width: 978px) {
    h4,
    .h4 {
      font-size: 1.25rem; } }

h5,
.h5 {
  font-size: 1.25rem;
  font-weight: 700; }
  @media (max-width: 978px) {
    h5,
    .h5 {
      font-size: 18px; } }

h5,
.h5 {
  font-size: 1.25rem;
  font-weight: 700; }
  @media (max-width: 978px) {
    h5,
    .h5 {
      font-size: 18px; } }

h6,
.h6 {
  font-size: 18px;
  font-weight: 700; }

.growl-component-advantages__heading {
  font-weight: normal; }
  .growl-component-advantages__heading span {
    color: #c45b5c; }

.growl-component-advantages__description {
  margin-bottom: 25px; }

.growl-component-advantages__wrapper {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 978px) {
    .growl-component-advantages__wrapper {
      flex-flow: column; } }

.growl-component-advantages__column {
  width: 45%; }
  .growl-component-advantages__column:first-of-type {
    display: flex;
    align-items: center; }
  @media (max-width: 978px) {
    .growl-component-advantages__column {
      width: 100%; } }

.growl-component-advantages__list-wrapper {
  background-color: #fbf3f3;
  padding: 100px 50px; }
  @media (max-width: 978px) {
    .growl-component-advantages__list-wrapper {
      padding: 50px 25px;
      margin-top: 50px; } }

.growl-component-advantages__list {
  list-style-type: none;
  padding-left: 0; }

.growl-component-advantages__element {
  font-size: 1.25rem;
  color: #aa1416;
  margin-bottom: 50px; }
  .growl-component-advantages__element:last-of-type {
    margin-bottom: 0; }
  .growl-component-advantages__element i {
    margin-right: 20px; }
  @media (max-width: 978px) {
    .growl-component-advantages__element {
      font-size: 18px; } }

.growl-component-advantages .growl-component-button:first-of-type {
  margin-left: 0; }

.growl-component-button {
  max-width: 250px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  font-weight: 700;
  padding: 15px;
  background-color: #c45b5c;
  border-radius: 4px 0px;
  text-decoration: none;
  margin-left: 30px;
  margin-top: 20px;
  white-space: nowrap;
  display: inline-block; }
  .growl-component-button--type-subtle {
    font-weight: 700;
    background-color: unset;
    padding: unset; }
  .growl-component-button i {
    margin-left: 10px; }

.growl-component-contact-form__wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 978px) {
    .growl-component-contact-form__wrapper {
      display: block; } }

.growl-component-contact-form__contact-info {
  margin-right: 50px;
  width: 40%;
  max-width: 500px;
  background-color: #fbf3f3;
  padding: 50px 38px;
  box-sizing: border-box; }
  @media (max-width: 978px) {
    .growl-component-contact-form__contact-info {
      width: 100%;
      max-width: initial;
      margin-bottom: 25px;
      padding: 0 25px; } }

.growl-component-contact-form__form-content {
  width: 30%;
  max-width: 430px;
  max-width: 430px;
  max-width: 430px; }
  @media (max-width: 978px) {
    .growl-component-contact-form__form-content {
      width: 100%;
      max-width: initial; } }

.growl-component-contact-form__section {
  padding: 50px 0;
  border-bottom: 1px solid #c45b5c; }
  @media (max-width: 978px) {
    .growl-component-contact-form__section {
      padding: 25px 0; } }
  .growl-component-contact-form__section:last-of-type {
    border-bottom: none; }
  .growl-component-contact-form__section:first-of-type {
    display: flex;
    align-items: center; }

.growl-component-contact-form__contact {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #1a1a1a;
  text-decoration: none; }
  .growl-component-contact-form__contact i {
    color: #c45b5c;
    margin-right: 10px; }

.growl-component-contact-form__photo {
  max-width: 120px;
  display: inline-block; }

.growl-component-contact-form__photo-description {
  display: inline-block; }

.growl-component-contact-form__name {
  font-weight: bold;
  margin-left: 30px;
  display: block; }

.growl-component-contact-form__response-time {
  margin-left: 30px;
  margin-top: 10px;
  display: block; }

.growl-component-content-with-visual__wrapper {
  display: flex;
  min-height: 410px;
  height: auto; }
  @media (max-width: 978px) {
    .growl-component-content-with-visual__wrapper {
      min-height: unset; } }
  .growl-component-content-with-visual__wrapper--background {
    background-color: #fbf3f3; }
    .growl-component-content-with-visual__wrapper--background .growl-component-content-with-visual__content {
      padding: 50px; }
  .growl-component-content-with-visual__wrapper--reverse {
    flex-direction: row-reverse;
    text-align: right; }
    @media (max-width: 978px) {
      .growl-component-content-with-visual__wrapper--reverse {
        text-align: left; } }
    .growl-component-content-with-visual__wrapper--reverse .growl-component-content-with-visual__content {
      padding-left: 0;
      padding-right: 50px; }
      @media (max-width: 978px) {
        .growl-component-content-with-visual__wrapper--reverse .growl-component-content-with-visual__content {
          padding-right: 0; } }
    .growl-component-content-with-visual__wrapper--reverse .growl-component-content-with-visual__description {
      padding-right: 0; }
  @media (max-width: 978px) {
    .growl-component-content-with-visual__wrapper {
      flex-flow: column; } }

.growl-component-content-with-visual__photo {
  width: 50%;
  background-position: center;
  background-size: cover; }
  @media (max-width: 978px) {
    .growl-component-content-with-visual__photo {
      width: 100%;
      height: 30vh; } }

.growl-component-content-with-visual__title {
  font-weight: bold;
  color: #aa1416;
  margin-top: 0; }

.growl-component-content-with-visual__content {
  width: 50%;
  padding-left: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box; }
  @media (max-width: 978px) {
    .growl-component-content-with-visual__content {
      width: 100%;
      padding: 25px 0; } }

.growl-component-content-with-visual__description {
  margin-bottom: 30px; }

.growl-component-content-with-visual .growl-component-button:first-of-type {
  margin-left: 0; }

.growl-component-cta__wrapper {
  background-color: #fbf3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px 0; }
  @media (max-width: 978px) {
    .growl-component-cta__wrapper {
      flex-flow: column; } }

.growl-component-cta__title {
  color: #aa1416; }

.growl-component-cta__description {
  margin-bottom: 30px; }

.growl-component-cta__left {
  display: flex;
  justify-content: flex-end;
  margin-right: 140px;
  width: 20%; }
  @media (max-width: 978px) {
    .growl-component-cta__left {
      width: 100%;
      margin-right: 0;
      justify-content: center; } }

.growl-component-cta__right {
  width: 30%;
  box-sizing: border-box; }
  @media (max-width: 978px) {
    .growl-component-cta__right {
      width: 100%;
      justify-content: center;
      padding: 0 30px;
      text-align: center; } }

.growl-component-cta .growl-component-button:first-of-type {
  margin-left: 0; }

@media (max-width: 978px) {
  .growl-component-cta .growl-component-button {
    display: inline-block;
    margin-left: 0; } }

.growl-component-footer {
  margin-top: 150px;
  color: #fff; }
  .growl-component-footer h5 {
    color: #c45b5c;
    font-weight: bold; }
  .growl-component-footer__top-wrapper {
    display: flex;
    justify-content: center;
    background-color: #1a1a1a;
    padding: 75px 0; }
    @media (max-width: 420px) {
      .growl-component-footer__top-wrapper {
        flex-flow: column;
        padding: 75px 20px; } }
  .growl-component-footer__bottom-wrapper {
    display: flex;
    justify-content: center;
    background-color: #c45b5c;
    padding: 24px 15%; }
    @media (max-width: 978px) {
      .growl-component-footer__bottom-wrapper {
        flex-flow: column; } }
  .growl-component-footer__left {
    margin-right: auto;
    display: flex; }
    @media (max-width: 978px) {
      .growl-component-footer__left {
        flex-flow: column; } }
  .growl-component-footer__item {
    margin-right: 20px;
    color: #fff;
    text-decoration: none; }
    .growl-component-footer__item a:visited {
      color: #fff; }
  .growl-component-footer__logo {
    margin-bottom: 50px; }
  .growl-component-footer__contact-info .growl-component-footer__item {
    display: block;
    margin-bottom: 20px; }
    .growl-component-footer__contact-info .growl-component-footer__item i {
      margin-right: 10px;
      color: #c45b5c; }
    .growl-component-footer__contact-info .growl-component-footer__item span {
      display: inline-block; }
  .growl-component-footer__links {
    list-style-type: none;
    padding-left: 0; }
  .growl-component-footer__link {
    font-weight: 700;
    margin-bottom: 20px; }
    .growl-component-footer__link a {
      text-decoration: none;
      color: white; }
  .growl-component-footer__column-right {
    margin-left: 150px; }
    @media (max-width: 978px) {
      .growl-component-footer__column-right {
        margin-left: 0; } }

.growl-component-hero {
  height: 800px;
  background-color: #1a1a1a;
  display: flex; }
  @media (max-width: 978px) {
    .growl-component-hero {
      flex-flow: column;
      height: auto; } }
  .growl-component-hero__photo {
    width: 50%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 978px) {
      .growl-component-hero__photo {
        width: 100%;
        height: 200px; } }
  .growl-component-hero__content {
    width: 50%;
    padding: 50px 75px;
    display: flex;
    align-items: center;
    box-sizing: border-box; }
    @media (max-width: 978px) {
      .growl-component-hero__content {
        width: 100%;
        padding: 50px 30px; } }
  .growl-component-hero__title {
    color: #fbf3f3;
    max-width: 600px; }
  .growl-component-hero__description {
    max-width: 600px;
    color: #fbf3f3;
    margin-bottom: 30px; }
  .growl-component-hero__blocks {
    width: 140px; }
  .growl-component-hero__block {
    width: 60px;
    height: 30px;
    background-color: #c45b5c;
    display: inline-block;
    margin-right: 4px; }
    @media (max-width: 978px) {
      .growl-component-hero__block {
        width: 30px;
        height: 15px; } }
    .growl-component-hero__block:first-of-type {
      display: block;
      margin-bottom: 6px;
      margin-left: 33px; }
      @media (max-width: 978px) {
        .growl-component-hero__block:first-of-type {
          margin-left: 17px; } }
  .growl-component-hero .growl-component-button:first-of-type {
    margin-left: 0; }
  @media (max-width: 978px) {
    .growl-component-hero .growl-component-button {
      display: block;
      margin-left: 0; } }

.growl-component-instagram-feed__list {
  list-style-type: none;
  padding-left: 0; }

.growl-component-instagram-feed__link {
  display: inline-block;
  margin-right: 10px;
  color: #aa1416; }
  .growl-component-instagram-feed__link a {
    color: #aa1416; }

.growl-component-instagram-feed #sb_instagram .sb_instagram_header {
  display: none; }

.growl-component-instagram-feed #sb_instagram #sbi_load {
  display: none; }

.growl-component-instagram-feed #sb_instagram .sbi_item {
  aspect-ratio: 1 / 1; }

.growl-component-instagram-feed #sb_instagram .sbi_photo {
  height: 100% !important; }

.growl-component-instagram-feed #sb_instagram .sbi_photo_wrap {
  height: 100%; }

.growl-component-intro-with-visual__wrapper {
  display: flex;
  min-height: 410px; }
  @media (max-width: 978px) {
    .growl-component-intro-with-visual__wrapper {
      flex-flow: column;
      min-height: unset; } }

.growl-component-intro-with-visual__photo {
  width: 50%;
  background-position: center;
  background-size: cover; }
  @media (max-width: 978px) {
    .growl-component-intro-with-visual__photo {
      width: 100%;
      height: 30vh; } }

.growl-component-intro-with-visual__title {
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 0; }
  .growl-component-intro-with-visual__title strong {
    color: #c45b5c; }

.growl-component-intro-with-visual__intro {
  width: 50%;
  padding-left: 50px;
  display: flex;
  align-items: center; }
  @media (max-width: 978px) {
    .growl-component-intro-with-visual__intro {
      width: 100%;
      padding-left: 0; } }

.growl-component-intro-with-visual__description {
  margin-bottom: 30px;
  padding-right: 30%; }
  @media (max-width: 978px) {
    .growl-component-intro-with-visual__description {
      padding-right: 0; } }

.growl-component-intro__title {
  font-weight: bold;
  color: #1a1a1a; }
  .growl-component-intro__title strong {
    color: #c45b5c; }

.growl-component-intro__description {
  max-width: 650px; }
  @media (max-width: 978px) {
    .growl-component-intro__description {
      max-width: 100%; } }

.growl-component-job-offer__wrapper {
  display: flex;
  min-height: 410px; }
  @media (max-width: 978px) {
    .growl-component-job-offer__wrapper {
      flex-direction: column;
      min-height: unset; } }
  .growl-component-job-offer__wrapper--background {
    background-color: #fbf3f3; }
  .growl-component-job-offer__wrapper--reverse {
    flex-direction: row-reverse;
    text-align: right; }
    .growl-component-job-offer__wrapper--reverse .growl-component-job-offer__content {
      padding-left: 0;
      padding-right: 50px; }
    .growl-component-job-offer__wrapper--reverse .growl-component-job-offer__description {
      padding-right: 0;
      padding-left: 30%; }

.growl-component-job-offer__photo {
  width: 50%;
  background-position: center;
  background-size: cover; }
  @media (max-width: 978px) {
    .growl-component-job-offer__photo {
      width: 100%;
      height: 25vh; } }

.growl-component-job-offer__title {
  font-weight: bold;
  color: #aa1416;
  margin-top: 0; }
  @media (max-width: 978px) {
    .growl-component-job-offer__title {
      margin-top: 20px; } }

.growl-component-job-offer__content {
  width: 50%;
  padding-left: 50px;
  display: flex;
  align-items: center; }
  @media (max-width: 978px) {
    .growl-component-job-offer__content {
      width: 100%;
      padding-left: unset; } }

.growl-component-job-offer__description {
  margin-bottom: 30px;
  padding-right: 30%; }
  @media (max-width: 978px) {
    .growl-component-job-offer__description {
      margin-top: 20px;
      padding-right: 0; } }

.growl-component-job-offer .growl-component-button:first-of-type {
  margin-left: 0; }

.growl-component-list__wrapper {
  background-color: #fbf3f3;
  padding: 30px 50px 50px; }

.growl-component-list__title {
  color: #aa1416;
  margin-top: 0; }

.growl-component-list__list {
  list-style-type: none;
  padding-left: 0; }

.growl-component-list__element {
  margin-bottom: 15px; }
  .growl-component-list__element i {
    margin-right: 10px; }

.growl-component-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1a1a1a;
  padding: 25px 50px; }
  @media (max-width: 978px) {
    .growl-component-navbar {
      width: 100%;
      flex-direction: column;
      padding: 25px; } }
  @media (max-width: 978px) {
    .growl-component-navbar__logo {
      max-width: 70%;
      height: auto; } }
  .growl-component-navbar__languages {
    margin-left: 15px; }
    .growl-component-navbar__languages--mobile {
      display: none; }
    @media (max-width: 978px) {
      .growl-component-navbar__languages {
        display: none; }
        .growl-component-navbar__languages--mobile {
          display: block;
          margin-left: 0;
          margin-top: 25px; } }
  .growl-component-navbar__language {
    display: inline-block;
    padding: 5px;
    color: #c45b5c;
    text-decoration: none;
    margin-left: 5px;
    font-size: 0.833rem;
    border: 1px solid #c45b5c; }
    .growl-component-navbar__language:hover {
      background-color: #c45b5c;
      color: #fff; }
    .growl-component-navbar__language--active {
      background-color: #c45b5c;
      color: #fff; }
  .growl-component-navbar__toggle-wrapper {
    display: none;
    color: white;
    background: transparent;
    border: none; }
    .growl-component-navbar__toggle-wrapper i {
      margin-left: 5px; }
    @media (max-width: 978px) {
      .growl-component-navbar__toggle-wrapper {
        display: block; } }
  @media (max-width: 978px) {
    .growl-component-navbar__right {
      display: none; }
      .growl-component-navbar__right--open {
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        border-top: 1px solid #c45b5c;
        background: #1a1a1a;
        margin-top: 25px;
        padding-bottom: 25px; }
        .growl-component-navbar__right--open .growl-component-navbar__links {
          flex-direction: column; }
        .growl-component-navbar__right--open .growl-component-navbar__item {
          margin-top: 25px;
          margin-left: 0;
          padding-left: 0; } }
  .growl-component-navbar__left {
    display: flex;
    align-items: center; }
    @media (max-width: 978px) {
      .growl-component-navbar__left {
        width: 100%;
        justify-content: space-between; } }
  .growl-component-navbar__links {
    display: flex;
    margin: 0;
    padding: 0; }
  .growl-component-navbar__item {
    display: inline-block;
    margin-left: 20px;
    padding: 0 15px;
    position: relative; }
    .growl-component-navbar__item:hover:before {
      width: 100%; }
    .growl-component-navbar__item:before {
      content: "";
      height: 2px;
      width: 0;
      background: #c45b5c;
      position: absolute;
      bottom: -10px;
      left: 0;
      transition: 0.5s all ease; }
    .growl-component-navbar__item a {
      text-decoration: none;
      color: #fbf3f3;
      font-weight: 700; }
  .growl-component-navbar__item--active:before {
    width: 100%; }

.growl-component-section {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 100px;
  box-sizing: border-box; }
  @media (max-width: 978px) {
    .growl-component-section {
      max-width: 93%;
      margin-top: 50px; } }
  .growl-component-section--size-small {
    width: 900px; }
  .growl-component-section--padding-small {
    padding: 30px; }
    @media (max-width: 978px) {
      .growl-component-section--padding-small {
        padding: 15px; } }
    @media (max-width: 420px) {
      .growl-component-section--padding-small {
        padding: 10px; } }
  .growl-component-section--padding-medium {
    padding: 50px; }
    @media (max-width: 978px) {
      .growl-component-section--padding-medium {
        padding: 30px; } }
    @media (max-width: 420px) {
      .growl-component-section--padding-medium {
        padding: 15px; } }
  .growl-component-section--margin-medium-large {
    margin-top: 100px; }
    @media (max-width: 978px) {
      .growl-component-section--margin-medium-large {
        margin-top: 75px; } }
    @media (max-width: 420px) {
      .growl-component-section--margin-medium-large {
        margin-top: 50px; } }
  .growl-component-section--margin-none {
    margin-top: 0; }

.growl-component-three-boxes__wrapper {
  display: flex; }
  @media (max-width: 978px) {
    .growl-component-three-boxes__wrapper {
      flex-flow: column; } }

.growl-component-three-boxes__title {
  color: #aa1416;
  margin-top: 0; }

.growl-component-three-boxes__box {
  width: 30%;
  border: 2px solid #aa1416;
  display: inline-block;
  padding: 100px 50px 50px;
  margin-right: 3%;
  position: relative;
  box-sizing: border-box; }
  .growl-component-three-boxes__box:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #aa1416 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0; }
  .growl-component-three-boxes__box:last-of-type {
    margin-right: 0; }
  @media (max-width: 978px) {
    .growl-component-three-boxes__box {
      width: 100%;
      margin-bottom: 50px; } }

.growl-component-three-boxes__list {
  border-top: 2px solid #fbf3f3;
  margin-top: 50px;
  padding-top: 35px;
  list-style-type: none;
  padding-left: 0; }

.growl-component-three-boxes__element {
  margin-bottom: 10px; }
  .growl-component-three-boxes__element i {
    margin-right: 10px;
    color: #aa1416; }

.growl-component-three-boxes__icon {
  position: absolute;
  left: 18px;
  top: 15px;
  color: white; }

.growl-page-contact__title {
  text-align: center;
  margin-top: 100px; }
  @media (max-width: 978px) {
    .growl-page-contact__title {
      margin-top: 50px; } }
  .growl-page-contact__title strong {
    color: #c45b5c; }


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