/** Bootstrap navbar fix (https://git.io/fADqW) */

/* Colour palette */

/* Font weight */

/* Typography */

/* Breakpoints */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/**
 * Helper mixins
*/

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/

/* stylelint-disable */

/* line 2, resources/assets/styles/base/_reset.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 89, resources/assets/styles/base/_reset.scss */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 93, resources/assets/styles/base/_reset.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 99, resources/assets/styles/base/_reset.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

/* line 115, resources/assets/styles/base/_reset.scss */

audio,
canvas,
video {
  display: inline-block;
}

/* line 121, resources/assets/styles/base/_reset.scss */

body {
  margin: 0;
}

/* line 125, resources/assets/styles/base/_reset.scss */

ul {
  list-style-type: none;
}

/* line 129, resources/assets/styles/base/_reset.scss */

a {
  text-decoration: none;
}

/* line 133, resources/assets/styles/base/_reset.scss */

button,
input {
  line-height: normal;
}

/* line 138, resources/assets/styles/base/_reset.scss */

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

/* line 148, resources/assets/styles/base/_reset.scss */

input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 152, resources/assets/styles/base/_reset.scss */

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

/* line 157, resources/assets/styles/base/_reset.scss */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 163, resources/assets/styles/base/_reset.scss */

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

/* line 168, resources/assets/styles/base/_reset.scss */

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 176, resources/assets/styles/base/_reset.scss */

textarea:focus,
input:focus {
  outline: 0;
}

/* line 181, resources/assets/styles/base/_reset.scss */

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 187, resources/assets/styles/base/_reset.scss */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

body {
  font-size: 1rem;
  font-family: "Graphik LC Web", sans-serif;
  color: #000;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/base/_typography.scss */

  body {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/base/_typography.scss */

  body {
    font-size: 16px;
  }
}

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

input,
textarea,
select,
button {
  font-size: 1.125rem;
  font-family: inherit;
}

@media (min-width: 640px) {
  /* line 8, resources/assets/styles/base/_typography.scss */

  input,
  textarea,
  select,
  button {
    font-size: 1.125rem;
  }
}

@media (min-width: 1000px) {
  /* line 8, resources/assets/styles/base/_typography.scss */

  input,
  textarea,
  select,
  button {
    font-size: 24px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

h1 {
  font-size: 2.625rem;
  font-family: "Bougie", serif;
}

@media (min-width: 640px) {
  /* line 26, resources/assets/styles/base/_typography.scss */

  h1 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1000px) {
  /* line 26, resources/assets/styles/base/_typography.scss */

  h1 {
    font-size: 60px;
  }
}

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

h2 {
  font-size: 1.625rem;
  padding-bottom: 1.875rem;
  font-family: "Bougie", serif;
}

@media (min-width: 640px) {
  /* line 32, resources/assets/styles/base/_typography.scss */

  h2 {
    font-size: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 32, resources/assets/styles/base/_typography.scss */

  h2 {
    font-size: 60px;
  }
}

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

h3 {
  font-size: 1.25rem;
  font-family: "Bougie", serif;
}

@media (min-width: 640px) {
  /* line 39, resources/assets/styles/base/_typography.scss */

  h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1000px) {
  /* line 39, resources/assets/styles/base/_typography.scss */

  h3 {
    font-size: 30px;
  }
}

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

h4 {
  font-size: 1.125rem;
}

@media (min-width: 640px) {
  /* line 45, resources/assets/styles/base/_typography.scss */

  h4 {
    font-size: 1.125rem;
  }
}

@media (min-width: 1000px) {
  /* line 45, resources/assets/styles/base/_typography.scss */

  h4 {
    font-size: 24px;
  }
}

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

h5 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  /* line 49, resources/assets/styles/base/_typography.scss */

  h5 {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 49, resources/assets/styles/base/_typography.scss */

  h5 {
    font-size: 16px;
  }
}

@media (min-width: 1500px) {
  /* line 49, resources/assets/styles/base/_typography.scss */

  h5 {
    margin-bottom: 1vw;
  }
}

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

h6 {
  font-size: 1rem;
}

@media (min-width: 640px) {
  /* line 60, resources/assets/styles/base/_typography.scss */

  h6 {
    font-size: 0.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 60, resources/assets/styles/base/_typography.scss */

  h6 {
    font-size: 14px;
  }
}

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

p,
label {
  font-size: 1.125rem;
}

@media (min-width: 640px) {
  /* line 64, resources/assets/styles/base/_typography.scss */

  p,
  label {
    font-size: 1.125rem;
  }
}

@media (min-width: 1000px) {
  /* line 64, resources/assets/styles/base/_typography.scss */

  p,
  label {
    font-size: 24px;
  }
}

@font-face {
  font-family: 'Bougie';
  src: url(/wp-content/themes/salong-theme/dist/fonts/Bougie-Regular.woff2) format("woff2"), url(/wp-content/themes/salong-theme/dist/fonts/Bougie-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik LC Web';
  src: url(/wp-content/themes/salong-theme/dist/fonts/Graphik-MediumItalic-Cy-Web.woff2) format("woff2"), url(/wp-content/themes/salong-theme/dist/fonts/Graphik-MediumItalic-Cy-Web.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik LC Web';
  src: url(/wp-content/themes/salong-theme/dist/fonts/Graphik-Medium-Cy-Web.woff2) format("woff2"), url(/wp-content/themes/salong-theme/dist/fonts/Graphik-Medium-Cy-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik LC Web';
  src: url(/wp-content/themes/salong-theme/dist/fonts/Graphik-RegularItalic-Cy-Web.woff2) format("woff2"), url(/wp-content/themes/salong-theme/dist/fonts/Graphik-RegularItalic-Cy-Web.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik LC Web';
  src: url(/wp-content/themes/salong-theme/dist/fonts/Graphik-Regular-Cy-Web.woff2) format("woff2"), url(/wp-content/themes/salong-theme/dist/fonts/Graphik-Regular-Cy-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

/* line 1, resources/assets/styles/common/_global.scss */

body {
  background-color: white;
  line-height: 1.4;
}

/* line 6, resources/assets/styles/common/_global.scss */

main {
  position: relative;
}

/* line 10, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bougie", serif;
}

/* line 19, resources/assets/styles/common/_global.scss */

a,
p {
  font-family: "Graphik LC Web", sans-serif;
}

/* line 24, resources/assets/styles/common/_global.scss */

a {
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 28, resources/assets/styles/common/_global.scss */

a:hover {
  color: #e42e2e;
}

/* line 1, resources/assets/styles/components/_language-switcher.scss */

.language-switcher {
  position: relative;
  float: right;
  display: none;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/components/_language-switcher.scss */

  .language-switcher {
    display: inline-block;
  }
}

/* line 10, resources/assets/styles/components/_language-switcher.scss */

.language-switcher__button {
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

/* line 18, resources/assets/styles/components/_language-switcher.scss */

.language-switcher__language {
  font-size: 1rem;
  color: #000;
  font-family: "Graphik LC Web", sans-serif;
  vertical-align: middle;
}

@media (min-width: 640px) {
  /* line 18, resources/assets/styles/components/_language-switcher.scss */

  .language-switcher__language {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 18, resources/assets/styles/components/_language-switcher.scss */

  .language-switcher__language {
    font-size: 16px;
  }
}

/* line 25, resources/assets/styles/components/_language-switcher.scss */

.language-switcher__language--active {
  padding-right: 30px;
}

/* line 28, resources/assets/styles/components/_language-switcher.scss */

.language-switcher__language--active::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  width: 23px;
  height: 23px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuOTk5OTYgNS41MDAwNEw1Ljk0OTcxIDEwLjQ0OThMMTAuODk5NSA1LjUwMDA0IiBzdHJva2U9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% auto;
}

/* line 44, resources/assets/styles/components/_language-switcher.scss */

.language-switcher__language--active.open::after {
  top: 56%;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 51, resources/assets/styles/components/_language-switcher.scss */

.language-switcher__language--inactive {
  display: block;
  margin-bottom: 10px;
}

/* line 57, resources/assets/styles/components/_language-switcher.scss */

.language-switcher__dropdown {
  top: calc(100% + 15px);
  left: 0;
  opacity: 0;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px solid #000;
  border-top: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
}

@media (min-width: 1000px) {
  /* line 57, resources/assets/styles/components/_language-switcher.scss */

  .language-switcher__dropdown {
    top: calc(100% + 20px);
  }
}

/* line 77, resources/assets/styles/components/_language-switcher.scss */

.language-switcher__dropdown.open {
  opacity: 1;
  pointer-events: all;
}

/* line 1, resources/assets/styles/components/_language-switcher-mobile.scss */

.language-switcher-mobile {
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000;
}

/* line 9, resources/assets/styles/components/_language-switcher-mobile.scss */

.language-switcher-mobile__language {
  font-size: 1rem;
  color: #000;
  font-family: "Graphik LC Web", sans-serif;
  vertical-align: middle;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 640px) {
  /* line 9, resources/assets/styles/components/_language-switcher-mobile.scss */

  .language-switcher-mobile__language {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 9, resources/assets/styles/components/_language-switcher-mobile.scss */

  .language-switcher-mobile__language {
    font-size: 16px;
  }
}

/* line 17, resources/assets/styles/components/_language-switcher-mobile.scss */

.language-switcher-mobile__language--active {
  color: #e42e2e;
}

/* line 1, resources/assets/styles/components/_block-front-banner.scss */

.front-banner {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/components/_block-front-banner.scss */

  .front-banner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_block-front-banner.scss */

  .front-banner {
    padding-left: 30;
    padding-right: 30;
  }
}

/* line 8, resources/assets/styles/components/_block-front-banner.scss */

.front-banner__wrapper {
  max-width: 1000px;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  pointer-events: none;
}

@media (min-width: 640px) {
  /* line 8, resources/assets/styles/components/_block-front-banner.scss */

  .front-banner__wrapper {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 1000px) {
  /* line 8, resources/assets/styles/components/_block-front-banner.scss */

  .front-banner__wrapper {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

/* line 15, resources/assets/styles/components/_block-front-banner.scss */

.front-banner__desktop-title {
  display: none;
}

@media (min-width: 640px) {
  /* line 15, resources/assets/styles/components/_block-front-banner.scss */

  .front-banner__desktop-title {
    display: block;
  }
}

/* line 23, resources/assets/styles/components/_block-front-banner.scss */

.front-banner__mobile-title {
  margin-bottom: 0 !important;
}

@media (min-width: 640px) {
  /* line 23, resources/assets/styles/components/_block-front-banner.scss */

  .front-banner__mobile-title {
    display: none;
  }
}

/* line 31, resources/assets/styles/components/_block-front-banner.scss */

.front-banner h1 {
  margin-bottom: 1.875rem;
  line-height: 1.02;
}

/* line 37, resources/assets/styles/components/_block-front-banner.scss */

.front-banner h2 {
  line-height: 1.02;
  padding-bottom: 0;
  font-size: 2.625rem;
}

@media (min-width: 640px) {
  /* line 37, resources/assets/styles/components/_block-front-banner.scss */

  .front-banner h2 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1000px) {
  /* line 37, resources/assets/styles/components/_block-front-banner.scss */

  .front-banner h2 {
    font-size: 60px;
  }
}

/* line 44, resources/assets/styles/components/_block-front-banner.scss */

.front-banner a {
  color: #e42e2e;
  line-height: 1.02;
  font-family: "Bougie", serif;
  pointer-events: all;
  font-size: 2.625rem;
}

@media (min-width: 640px) {
  /* line 44, resources/assets/styles/components/_block-front-banner.scss */

  .front-banner a {
    font-size: 2.75rem;
  }
}

@media (min-width: 1000px) {
  /* line 44, resources/assets/styles/components/_block-front-banner.scss */

  .front-banner a {
    font-size: 60px;
  }
}

/* line 52, resources/assets/styles/components/_block-front-banner.scss */

.front-banner a svg {
  display: inline-block;
  width: 2vw;
}

/* line 2, resources/assets/styles/components/_block-offers.scss */

.block-offers {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff2ef;
  position: relative;
}

@media (min-width: 640px) {
  /* line 2, resources/assets/styles/components/_block-offers.scss */

  .block-offers {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 2, resources/assets/styles/components/_block-offers.scss */

  .block-offers {
    padding-left: 30;
    padding-right: 30;
  }
}

@media (min-width: 640px) {
  /* line 2, resources/assets/styles/components/_block-offers.scss */

  .block-offers {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 1000px) {
  /* line 2, resources/assets/styles/components/_block-offers.scss */

  .block-offers {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

/* line 11, resources/assets/styles/components/_block-offers.scss */

.block-offers__wrapper {
  max-width: 1000px;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 640px) {
  /* line 11, resources/assets/styles/components/_block-offers.scss */

  .block-offers__wrapper {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 1000px) {
  /* line 11, resources/assets/styles/components/_block-offers.scss */

  .block-offers__wrapper {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

/* line 19, resources/assets/styles/components/_block-offers.scss */

.block-offers__subtext {
  padding-bottom: 1.875rem;
}

@media (min-width: 640px) {
  /* line 19, resources/assets/styles/components/_block-offers.scss */

  .block-offers__subtext {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 1000px) {
  /* line 19, resources/assets/styles/components/_block-offers.scss */

  .block-offers__subtext {
    padding-bottom: 85px;
  }
}

/* line 23, resources/assets/styles/components/_block-offers.scss */

.block-offers h1,
.block-offers h2,
.block-offers h3,
.block-offers p,
.block-offers a {
  color: #e42e2e;
}

/* line 30, resources/assets/styles/components/_block-offers.scss */

.block-offers h1 svg,
.block-offers h2 svg,
.block-offers h3 svg,
.block-offers p svg,
.block-offers a svg {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  display: inline-block;
}

@media (min-width: 1000px) {
  /* line 30, resources/assets/styles/components/_block-offers.scss */

  .block-offers h1 svg,
  .block-offers h2 svg,
  .block-offers h3 svg,
  .block-offers p svg,
  .block-offers a svg {
    width: 20px;
    height: 20px;
  }
}

/* line 43, resources/assets/styles/components/_block-offers.scss */

.block-offers h2 {
  font-size: 2.625rem;
  line-height: 1.02;
}

@media (min-width: 640px) {
  /* line 43, resources/assets/styles/components/_block-offers.scss */

  .block-offers h2 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1000px) {
  /* line 43, resources/assets/styles/components/_block-offers.scss */

  .block-offers h2 {
    font-size: 60px;
  }
}

/* line 49, resources/assets/styles/components/_block-offers.scss */

.block-offers a {
  font-size: 1.125rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  /* line 49, resources/assets/styles/components/_block-offers.scss */

  .block-offers a {
    font-size: 1.125rem;
  }
}

@media (min-width: 1000px) {
  /* line 49, resources/assets/styles/components/_block-offers.scss */

  .block-offers a {
    font-size: 24px;
  }
}

/* line 1, resources/assets/styles/components/_block-info.scss */

.block-info {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/components/_block-info.scss */

  .block-info {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_block-info.scss */

  .block-info {
    padding-left: 30;
    padding-right: 30;
  }
}

/* line 7, resources/assets/styles/components/_block-info.scss */

.block-info p,
.block-info a {
  font-size: 1rem;
}

@media (min-width: 640px) {
  /* line 7, resources/assets/styles/components/_block-info.scss */

  .block-info p,
  .block-info a {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 7, resources/assets/styles/components/_block-info.scss */

  .block-info p,
  .block-info a {
    font-size: 16px;
  }
}

/* line 12, resources/assets/styles/components/_block-info.scss */

.block-info__wrapper {
  max-width: 1000px;
  width: 100%;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}

@media (min-width: 640px) {
  /* line 12, resources/assets/styles/components/_block-info.scss */

  .block-info__wrapper {
    padding-bottom: 4.375rem;
    padding-top: 4.375rem;
  }
}

@media (min-width: 1000px) {
  /* line 12, resources/assets/styles/components/_block-info.scss */

  .block-info__wrapper {
    padding-bottom: 85px;
    padding-top: 85px;
  }
}

@media (min-width: 640px) {
  /* line 12, resources/assets/styles/components/_block-info.scss */

  .block-info__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 22, resources/assets/styles/components/_block-info.scss */

.block-info__box {
  padding-bottom: 1.875rem;
  float: left;
  width: 100%;
}

@media (min-width: 640px) {
  /* line 22, resources/assets/styles/components/_block-info.scss */

  .block-info__box {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  /* line 22, resources/assets/styles/components/_block-info.scss */

  .block-info__box {
    width: auto;
    padding-right: 100px;
  }
}

/* line 37, resources/assets/styles/components/_block-info.scss */

.block-info__box--links {
  display: block !important;
  clear: both;
}

/* line 42, resources/assets/styles/components/_block-info.scss */

.block-info__box h4 {
  font-size: 1rem;
  padding-bottom: 1.875rem;
  font-family: "Graphik LC Web", sans-serif;
  font-weight: 500;
}

@media (min-width: 640px) {
  /* line 42, resources/assets/styles/components/_block-info.scss */

  .block-info__box h4 {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 42, resources/assets/styles/components/_block-info.scss */

  .block-info__box h4 {
    font-size: 16px;
  }
}

/* line 50, resources/assets/styles/components/_block-info.scss */

.block-info__box a {
  display: inline-block;
}

/* line 55, resources/assets/styles/components/_block-info.scss */

.block-info__logo {
  margin-bottom: 14px;
}

/* line 59, resources/assets/styles/components/_block-info.scss */

.block-info__social {
  padding-top: 20px;
  float: left;
  padding-right: 10px;
  width: auto !important;
}

/* line 65, resources/assets/styles/components/_block-info.scss */

.block-info__social svg {
  width: 30px;
  height: 30px;
  display: inline-block;
}

/* line 70, resources/assets/styles/components/_block-info.scss */

.block-info__social svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 77, resources/assets/styles/components/_block-info.scss */

.block-info__social:hover svg path {
  fill: #e42e2e;
}

/* line 84, resources/assets/styles/components/_block-info.scss */

.block-info-contactpage {
  padding-bottom: 85px;
}

/* line 1, resources/assets/styles/components/_block-page-content.scss */

.page-content {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 85px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/components/_block-page-content.scss */

  .page-content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_block-page-content.scss */

  .page-content {
    padding-left: 30;
    padding-right: 30;
  }
}

/* line 8, resources/assets/styles/components/_block-page-content.scss */

.page-content__wrapper {
  max-width: 1000px;
  width: 100%;
}

/* line 11, resources/assets/styles/components/_block-page-content.scss */

.page-content__wrapper img {
  margin-bottom: 85px;
}

/* line 15, resources/assets/styles/components/_block-page-content.scss */

.page-content__wrapper p {
  margin-bottom: 1.875rem;
  font-size: 1rem;
}

@media (min-width: 640px) {
  /* line 15, resources/assets/styles/components/_block-page-content.scss */

  .page-content__wrapper p {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 15, resources/assets/styles/components/_block-page-content.scss */

  .page-content__wrapper p {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  /* line 15, resources/assets/styles/components/_block-page-content.scss */

  .page-content__wrapper p {
    padding-right: 30%;
  }
}

@media (min-width: 1000px) {
  /* line 15, resources/assets/styles/components/_block-page-content.scss */

  .page-content__wrapper p {
    padding-right: 40%;
  }
}

/* line 28, resources/assets/styles/components/_block-page-content.scss */

.page-content__wrapper strong {
  font-weight: 500;
}

/* line 1, resources/assets/styles/components/_block-collective.scss */

.block-collective {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/components/_block-collective.scss */

  .block-collective {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_block-collective.scss */

  .block-collective {
    padding-left: 30;
    padding-right: 30;
  }
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/components/_block-collective.scss */

  .block-collective {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_block-collective.scss */

  .block-collective {
    padding-bottom: 85px;
  }
}

/* line 8, resources/assets/styles/components/_block-collective.scss */

.block-collective__wrapper {
  max-width: 1000px;
  width: 100%;
}

/* line 11, resources/assets/styles/components/_block-collective.scss */

.block-collective__wrapper img {
  margin-bottom: 85px;
}

/* line 15, resources/assets/styles/components/_block-collective.scss */

.block-collective__wrapper p {
  margin-bottom: 1vw;
}

/* line 20, resources/assets/styles/components/_block-collective.scss */

.block-collective__person-row {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 27, resources/assets/styles/components/_block-collective.scss */

.block-collective__person {
  float: left;
  width: 33.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 639px) {
  /* line 27, resources/assets/styles/components/_block-collective.scss */

  .block-collective__person {
    text-align: center;
  }
}

@media (min-width: 640px) {
  /* line 27, resources/assets/styles/components/_block-collective.scss */

  .block-collective__person {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1000px) {
  /* line 27, resources/assets/styles/components/_block-collective.scss */

  .block-collective__person {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

/* line 45, resources/assets/styles/components/_block-collective.scss */

.block-collective__person-image {
  margin-bottom: 1.875rem;
  width: 70%;
  padding-top: 70%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 639px) {
  /* line 45, resources/assets/styles/components/_block-collective.scss */

  .block-collective__person-image {
    margin: 0 auto 30px;
  }
}

/* line 60, resources/assets/styles/components/_block-collective.scss */

.block-collective__person-text {
  margin-bottom: 1.875rem;
}

@media (min-width: 640px) {
  /* line 60, resources/assets/styles/components/_block-collective.scss */

  .block-collective__person-text {
    margin-bottom: 4.375rem;
  }
}

@media (min-width: 1000px) {
  /* line 60, resources/assets/styles/components/_block-collective.scss */

  .block-collective__person-text {
    margin-bottom: 85px;
  }
}

/* line 63, resources/assets/styles/components/_block-collective.scss */

.block-collective__person-text span {
  display: inline-block;
  width: 100%;
}

/* line 68, resources/assets/styles/components/_block-collective.scss */

.block-collective__person-text--bold {
  font-weight: 500;
}

/* line 1, resources/assets/styles/components/_block-contact-form.scss */

.block-contact-form {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 85px;
  padding-top: 85px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff2ef;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form {
    padding-left: 30;
    padding-right: 30;
  }
}

/* line 10, resources/assets/styles/components/_block-contact-form.scss */

.block-contact-form__wrapper {
  max-width: 1000px;
  width: 100%;
}

/* line 14, resources/assets/styles/components/_block-contact-form.scss */

.block-contact-form h4 {
  padding-bottom: 1.875rem;
  font-weight: 500;
  font-family: "Graphik LC Web", sans-serif;
}

/* line 21, resources/assets/styles/components/_block-contact-form.scss */

.block-contact-form label {
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  /* line 21, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form label {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 21, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form label {
    font-size: 16px;
  }
}

/* line 27, resources/assets/styles/components/_block-contact-form.scss */

.block-contact-form .wpcf7-text,
.block-contact-form .wpcf7-textarea {
  margin-bottom: 1.875rem;
  font-size: 1rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 20px;
  min-width: 100%;
  max-width: 100%;
  vertical-align: top;
}

@media (min-width: 640px) {
  /* line 27, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form .wpcf7-text,
  .block-contact-form .wpcf7-textarea {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 27, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form .wpcf7-text,
  .block-contact-form .wpcf7-textarea {
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  /* line 27, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form .wpcf7-text,
  .block-contact-form .wpcf7-textarea {
    min-width: 50%;
  }
}

/* line 46, resources/assets/styles/components/_block-contact-form.scss */

.block-contact-form .wpcf7-textarea {
  min-height: 50px;
  height: 50px;
  resize: none;
  overflow: hidden;
}

/* line 54, resources/assets/styles/components/_block-contact-form.scss */

.block-contact-form .wpcf7-submit {
  border: none;
  background-color: transparent;
  color: #e42e2e;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTcgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjQyMjg1MiA3SDE0Ljg0NTkiIHN0cm9rZT0iI0U0MkUyRSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik05LjY1MzU2IDEzTDE1LjQyMjggNy4wMDAwNEw5LjY1MzU2IDEiIHN0cm9rZT0iI0U0MkUyRSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 60%;
  padding-right: 33px;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 1000px) {
  /* line 54, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form .wpcf7-submit {
    padding-right: 40px;
  }
}

/* line 72, resources/assets/styles/components/_block-contact-form.scss */

.block-contact-form .wpcf7-validation-errors {
  display: none !important;
}

/* line 76, resources/assets/styles/components/_block-contact-form.scss */

.block-contact-form .wpcf7-mail-sent-ng {
  border: none;
  margin: 20px 0;
  padding: 0;
  color: red;
}

/* line 83, resources/assets/styles/components/_block-contact-form.scss */

.block-contact-form .wpcf7-mail-sent-ok {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  font-size: 1.125rem;
  border: none;
  margin: 20px 0;
  padding: 0;
  font-weight: 500;
  font-family: "Graphik LC Web", sans-serif;
  color: #000;
}

@media (min-width: 640px) {
  /* line 83, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form .wpcf7-mail-sent-ok {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 1000px) {
  /* line 83, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form .wpcf7-mail-sent-ok {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media (min-width: 640px) {
  /* line 83, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form .wpcf7-mail-sent-ok {
    font-size: 1.125rem;
  }
}

@media (min-width: 1000px) {
  /* line 83, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form .wpcf7-mail-sent-ok {
    font-size: 24px;
  }
}

/* line 95, resources/assets/styles/components/_block-contact-form.scss */

.block-contact-form span.wpcf7-not-valid-tip {
  font-size: 1rem;
  background-color: #fff2ef;
  left: 0;
  top: 5px;
  padding-left: 0;
  width: 100%;
  border: none;
}

@media (min-width: 640px) {
  /* line 95, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form span.wpcf7-not-valid-tip {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 95, resources/assets/styles/components/_block-contact-form.scss */

  .block-contact-form span.wpcf7-not-valid-tip {
    font-size: 16px;
  }
}

/* line 107, resources/assets/styles/components/_block-contact-form.scss */

.grecaptcha-badge {
  display: none;
}

/* line 1, resources/assets/styles/components/_block-map.scss */

.block-map {
  height: 50vh;
}

/* line 1, resources/assets/styles/components/_block-404-content.scss */

.block-404-content {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/components/_block-404-content.scss */

  .block-404-content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_block-404-content.scss */

  .block-404-content {
    padding-left: 30;
    padding-right: 30;
  }
}

/* line 7, resources/assets/styles/components/_block-404-content.scss */

.block-404-content__wrapper {
  max-width: 1000px;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 640px) {
  /* line 7, resources/assets/styles/components/_block-404-content.scss */

  .block-404-content__wrapper {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 1000px) {
  /* line 7, resources/assets/styles/components/_block-404-content.scss */

  .block-404-content__wrapper {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

/* line 12, resources/assets/styles/components/_block-404-content.scss */

.block-404-content__back-to {
  font-size: 2.625rem;
  line-height: 1.02;
  font-family: "Bougie", serif;
  color: #e42e2e;
}

@media (min-width: 640px) {
  /* line 12, resources/assets/styles/components/_block-404-content.scss */

  .block-404-content__back-to {
    font-size: 2.75rem;
  }
}

@media (min-width: 1000px) {
  /* line 12, resources/assets/styles/components/_block-404-content.scss */

  .block-404-content__back-to {
    font-size: 60px;
  }
}

/* line 20, resources/assets/styles/components/_block-404-content.scss */

.block-404-content h1 {
  line-height: 1.02;
}

/* line 1, resources/assets/styles/components/_bubble-box.scss */

.bubble-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 9, resources/assets/styles/components/_bubble-box.scss */

.bubble-box__bubble {
  background-color: white;
  border-radius: 100%;
  position: absolute;
}

/* line 14, resources/assets/styles/components/_bubble-box.scss */

.bubble-box__bubble.b1 {
  width: 11vw;
  height: 23vw;
  top: 53%;
  left: -4%;
  -webkit-transform: rotate(-30deg);
       -o-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/* line 22, resources/assets/styles/components/_bubble-box.scss */

.bubble-box__bubble.b2 {
  width: 9vw;
  height: 11vw;
  top: 7%;
  left: 20%;
  -webkit-transform: rotate(80deg);
       -o-transform: rotate(80deg);
          transform: rotate(80deg);
}

@media (min-width: 1500px) {
  /* line 22, resources/assets/styles/components/_bubble-box.scss */

  .bubble-box__bubble.b2 {
    width: 6vw;
    height: 8vw;
    top: 12%;
  }
}

/* line 36, resources/assets/styles/components/_bubble-box.scss */

.bubble-box__bubble.b3 {
  width: 8vw;
  height: 22vw;
  top: 60%;
  left: 20%;
  -webkit-transform: rotate(-60deg);
       -o-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

@media (min-width: 1500px) {
  /* line 36, resources/assets/styles/components/_bubble-box.scss */

  .bubble-box__bubble.b3 {
    width: 4vw;
    height: 13vw;
  }
}

/* line 49, resources/assets/styles/components/_bubble-box.scss */

.bubble-box__bubble.b4 {
  width: 46vw;
  height: 18vw;
  top: 0%;
  left: 65%;
  -webkit-transform: rotate(25deg);
       -o-transform: rotate(25deg);
          transform: rotate(25deg);
}

@media (min-width: 1500px) {
  /* line 49, resources/assets/styles/components/_bubble-box.scss */

  .bubble-box__bubble.b4 {
    width: 29vw;
    height: 8vw;
  }
}

/* line 62, resources/assets/styles/components/_bubble-box.scss */

.bubble-box__bubble.b5 {
  width: 15vw;
  height: 7vw;
  top: 50%;
  left: 65%;
  -webkit-transform: rotate(-25deg);
       -o-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

@media (min-width: 1500px) {
  /* line 62, resources/assets/styles/components/_bubble-box.scss */

  .bubble-box__bubble.b5 {
    width: 10vw;
    height: 4vw;
  }
}

/* line 75, resources/assets/styles/components/_bubble-box.scss */

.bubble-box__bubble.b6 {
  width: 5vw;
  height: 3vw;
  top: 70%;
  left: 85%;
  -webkit-transform: rotate(25deg);
       -o-transform: rotate(25deg);
          transform: rotate(25deg);
}

/* line 83, resources/assets/styles/components/_bubble-box.scss */

.bubble-box__bubble.b7 {
  width: 2vw;
  height: 2vw;
  top: 70%;
  left: 95%;
  -webkit-transform: rotate(25deg);
       -o-transform: rotate(25deg);
          transform: rotate(25deg);
}

/* line 1, resources/assets/styles/elements/_go-back.scss */

.go-back {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/elements/_go-back.scss */

  .go-back {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/elements/_go-back.scss */

  .go-back {
    padding-left: 30;
    padding-right: 30;
  }
}

/* line 7, resources/assets/styles/elements/_go-back.scss */

.go-back__wrapper {
  padding-top: 1.875rem;
  max-width: 1000px;
  width: 100%;
}

@media (min-width: 640px) {
  /* line 7, resources/assets/styles/elements/_go-back.scss */

  .go-back__wrapper {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1000px) {
  /* line 7, resources/assets/styles/elements/_go-back.scss */

  .go-back__wrapper {
    padding-top: 50px;
  }
}

/* line 12, resources/assets/styles/elements/_go-back.scss */

.go-back__button {
  font-size: 1rem;
  color: #868686;
}

@media (min-width: 640px) {
  /* line 12, resources/assets/styles/elements/_go-back.scss */

  .go-back__button {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 12, resources/assets/styles/elements/_go-back.scss */

  .go-back__button {
    font-size: 16px;
  }
}

/* line 17, resources/assets/styles/elements/_go-back.scss */

.go-back__button svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
}

@media (min-width: 1000px) {
  /* line 17, resources/assets/styles/elements/_go-back.scss */

  .go-back__button svg {
    width: 15px;
    height: 15px;
  }
}

/* line 1, resources/assets/styles/elements/_go-up.scss */

.go-up {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/elements/_go-up.scss */

  .go-up {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/elements/_go-up.scss */

  .go-up {
    padding-left: 30;
    padding-right: 30;
  }
}

/* line 7, resources/assets/styles/elements/_go-up.scss */

.go-up__wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  max-width: 1000px;
  width: 100%;
}

@media (min-width: 640px) {
  /* line 7, resources/assets/styles/elements/_go-up.scss */

  .go-up__wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1000px) {
  /* line 7, resources/assets/styles/elements/_go-up.scss */

  .go-up__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* line 12, resources/assets/styles/elements/_go-up.scss */

.go-up__button {
  font-size: 1rem;
  color: #868686;
  cursor: pointer;
}

@media (min-width: 640px) {
  /* line 12, resources/assets/styles/elements/_go-up.scss */

  .go-up__button {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 12, resources/assets/styles/elements/_go-up.scss */

  .go-up__button {
    font-size: 16px;
  }
}

/* line 18, resources/assets/styles/elements/_go-up.scss */

.go-up__button svg {
  height: 15px;
  width: 15px;
  margin-left: 5px;
  display: inline-block;
}

@media (min-width: 1000px) {
  /* line 18, resources/assets/styles/elements/_go-up.scss */

  .go-up__button svg {
    width: 15px;
    height: 15px;
  }
}

/* line 1, resources/assets/styles/elements/_tabs.scss */

.tabs {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/elements/_tabs.scss */

  .tabs {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/elements/_tabs.scss */

  .tabs {
    padding-top: 50px;
  }
}

/* line 8, resources/assets/styles/elements/_tabs.scss */

.tabs__wrapper {
  max-width: 1000px;
  width: 100%;
}

@media (max-width: 639px) {
  /* line 11, resources/assets/styles/elements/_tabs.scss */

  .tabs__wrapper--sub {
    white-space: nowrap;
    overflow: hidden;
    overflow: auto;
    position: relative;
  }
}

@media (min-width: 640px) and (max-width: 999px) {
  /* line 11, resources/assets/styles/elements/_tabs.scss */

  .tabs__wrapper--sub {
    white-space: nowrap;
    overflow: hidden;
    overflow: auto;
    position: relative;
  }
}

/* line 28, resources/assets/styles/elements/_tabs.scss */

.tabs__menu {
  float: left;
  border-bottom: 1px solid #ececec;
  min-width: 100%;
}

/* line 34, resources/assets/styles/elements/_tabs.scss */

.tabs--sub {
  padding-top: 0;
}

/* line 38, resources/assets/styles/elements/_tabs.scss */

.tabs__mobile-movement {
  display: block;
  right: 0;
  top: -1px;
  width: 40px;
  height: 100%;
  background-color: white;
  position: absolute;
  background-size: 20% auto;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 52, resources/assets/styles/elements/_tabs.scss */

.tabs__mobile-movement--left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2IDEwLjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYgMTAuNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBvbHlnb24gcG9pbnRzPSI1LjMsMCA2LDAuNyAxLjQsNS4zIDYsOS45IDUuMywxMC42IDAsNS4zICIvPg0KPC9zdmc+DQo=);
}

/* line 57, resources/assets/styles/elements/_tabs.scss */

.tabs__mobile-movement--right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2IDEwLjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYgMTAuNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBvbHlnb24gcG9pbnRzPSIwLjcsMTAuNiAwLDkuOSA0LjYsNS4zIDAsMC43IDAuNywwIDYsNS4zICIvPg0KPC9zdmc+DQo=);
}

/* line 62, resources/assets/styles/elements/_tabs.scss */

.tabs__mobile-movement.disable {
  opacity: 0;
}

@media (min-width: 1000px) {
  /* line 38, resources/assets/styles/elements/_tabs.scss */

  .tabs__mobile-movement {
    display: none;
  }
}

/* line 71, resources/assets/styles/elements/_tabs.scss */

.tabs li {
  display: inline-block;
}

/* line 74, resources/assets/styles/elements/_tabs.scss */

.tabs li a {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  color: #000;
}

/* line 83, resources/assets/styles/elements/_tabs.scss */

.tabs li.current-menu-item a,
.tabs li.active a {
  color: #e42e2e;
  position: relative;
}

/* line 87, resources/assets/styles/elements/_tabs.scss */

.tabs li.current-menu-item a::after,
.tabs li.active a::after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #e42e2e;
  bottom: -1px;
  left: 0;
}

/* line 1, resources/assets/styles/elements/_subbanner.scss */

.subbanner {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/elements/_subbanner.scss */

  .subbanner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/elements/_subbanner.scss */

  .subbanner {
    padding-left: 30;
    padding-right: 30;
  }
}

/* line 7, resources/assets/styles/elements/_subbanner.scss */

.subbanner__wrapper {
  max-width: 1000px;
  width: 100%;
}

/* line 11, resources/assets/styles/elements/_subbanner.scss */

.subbanner__desktop-title {
  display: none;
}

@media (min-width: 640px) {
  /* line 11, resources/assets/styles/elements/_subbanner.scss */

  .subbanner__desktop-title {
    display: block;
  }
}

@media (min-width: 640px) {
  /* line 19, resources/assets/styles/elements/_subbanner.scss */

  .subbanner__mobile-title {
    display: none;
  }
}

/* line 25, resources/assets/styles/elements/_subbanner.scss */

.subbanner h1 {
  line-height: 1.02;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 640px) {
  /* line 25, resources/assets/styles/elements/_subbanner.scss */

  .subbanner h1 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 1000px) {
  /* line 25, resources/assets/styles/elements/_subbanner.scss */

  .subbanner h1 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

/* line 1, resources/assets/styles/elements/_tab-content.scss */

.tab-content {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/elements/_tab-content.scss */

  .tab-content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/elements/_tab-content.scss */

  .tab-content {
    padding-left: 30;
    padding-right: 30;
  }
}

/* line 7, resources/assets/styles/elements/_tab-content.scss */

.tab-content__wrapper {
  max-width: 1000px;
  width: 100%;
}

@media (min-width: 640px) {
  /* line 7, resources/assets/styles/elements/_tab-content.scss */

  .tab-content__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 17, resources/assets/styles/elements/_tab-content.scss */

.tab-block {
  display: none;
}

/* line 20, resources/assets/styles/elements/_tab-content.scss */

.tab-block.active {
  display: block;
}

/* line 25, resources/assets/styles/elements/_tab-content.scss */

.element-block {
  padding-top: 1.875rem;
}

@media (min-width: 640px) {
  /* line 25, resources/assets/styles/elements/_tab-content.scss */

  .element-block {
    padding-top: 4.375rem;
  }
}

/* line 32, resources/assets/styles/elements/_tab-content.scss */

.element-block:last-child {
  padding-bottom: 1.875rem;
}

@media (min-width: 640px) {
  /* line 32, resources/assets/styles/elements/_tab-content.scss */

  .element-block:last-child {
    padding-bottom: 4.375rem;
  }
}

/* line 40, resources/assets/styles/elements/_tab-content.scss */

.element-block h3 {
  font-family: "Graphik LC Web", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

@media (min-width: 640px) {
  /* line 40, resources/assets/styles/elements/_tab-content.scss */

  .element-block h3 {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 40, resources/assets/styles/elements/_tab-content.scss */

  .element-block h3 {
    font-size: 16px;
  }
}

/* line 47, resources/assets/styles/elements/_tab-content.scss */

.element-block h5 {
  font-family: "Graphik LC Web", sans-serif;
  font-weight: lighter;
  margin-bottom: 0;
  font-size: 1rem;
}

@media (min-width: 640px) {
  /* line 47, resources/assets/styles/elements/_tab-content.scss */

  .element-block h5 {
    font-size: 0.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 47, resources/assets/styles/elements/_tab-content.scss */

  .element-block h5 {
    font-size: 14px;
  }
}

/* line 55, resources/assets/styles/elements/_tab-content.scss */

.element-block__title {
  padding-bottom: 1.875rem;
}

/* line 59, resources/assets/styles/elements/_tab-content.scss */

.element-block__subtitle {
  font-style: italic;
}

/* line 64, resources/assets/styles/elements/_tab-content.scss */

.element {
  padding-bottom: 20px;
  width: 100%;
}

@media (min-width: 1000px) {
  /* line 64, resources/assets/styles/elements/_tab-content.scss */

  .element {
    padding-right: 30%;
  }
}

/* line 72, resources/assets/styles/elements/_tab-content.scss */

.element:last-child {
  padding-bottom: 0 !important;
}

/* line 76, resources/assets/styles/elements/_tab-content.scss */

.element tr {
  width: 100%;
  text-align: left;
}

/* line 81, resources/assets/styles/elements/_tab-content.scss */

.element th {
  position: relative;
  left: -2px;
  text-align: left;
}

/* line 87, resources/assets/styles/elements/_tab-content.scss */

.element_title,
.element_subtitle,
.element_extra {
  width: 70%;
}

/* line 92, resources/assets/styles/elements/_tab-content.scss */

.element_title h3,
.element_subtitle h3,
.element_extra h3 {
  font-weight: normal;
  padding-right: 20%;
}

/* line 98, resources/assets/styles/elements/_tab-content.scss */

.element_price,
.element_subprice {
  width: 30%;
}

/* line 102, resources/assets/styles/elements/_tab-content.scss */

.element_price h3,
.element_subprice h3 {
  font-weight: normal;
}

/* line 108, resources/assets/styles/elements/_tab-content.scss */

.element_extra h3 {
  font-size: 1rem;
  font-style: italic;
}

@media (min-width: 640px) {
  /* line 108, resources/assets/styles/elements/_tab-content.scss */

  .element_extra h3 {
    font-size: 0.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 108, resources/assets/styles/elements/_tab-content.scss */

  .element_extra h3 {
    font-size: 14px;
  }
}

/* line 1, resources/assets/styles/elements/_page-link.scss */

.page-link {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff2ef;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/elements/_page-link.scss */

  .page-link {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/elements/_page-link.scss */

  .page-link {
    padding-left: 30;
    padding-right: 30;
  }
}

/* line 8, resources/assets/styles/elements/_page-link.scss */

.page-link__wrapper {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  max-width: 1000px;
  width: 100%;
}

/* line 14, resources/assets/styles/elements/_page-link.scss */

.page-link a {
  font-size: 1.125rem;
  color: #e42e2e;
  font-weight: 500;
}

@media (min-width: 640px) {
  /* line 14, resources/assets/styles/elements/_page-link.scss */

  .page-link a {
    font-size: 1.125rem;
  }
}

@media (min-width: 1000px) {
  /* line 14, resources/assets/styles/elements/_page-link.scss */

  .page-link a {
    font-size: 24px;
  }
}

/* line 21, resources/assets/styles/elements/_page-link.scss */

.page-link svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 1000px) {
  /* line 21, resources/assets/styles/elements/_page-link.scss */

  .page-link svg {
    width: 20px;
    height: 20px;
  }
}

/** Search form */

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 5, resources/assets/styles/layouts/_header.scss */

.container {
  margin-top: 56px;
}

@media (min-width: 640px) {
  /* line 5, resources/assets/styles/layouts/_header.scss */

  .container {
    margin-top: 55px;
  }
}

@media (min-width: 1000px) {
  /* line 5, resources/assets/styles/layouts/_header.scss */

  .container {
    margin-top: 65px;
  }
}

/* line 17, resources/assets/styles/layouts/_header.scss */

.header {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: fixed;
  z-index: 4;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 640px) {
  /* line 17, resources/assets/styles/layouts/_header.scss */

  .header {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1000px) {
  /* line 17, resources/assets/styles/layouts/_header.scss */

  .header {
    padding-left: 30;
    padding-right: 30;
  }
}

@media (min-width: 1000px) {
  /* line 17, resources/assets/styles/layouts/_header.scss */

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 35, resources/assets/styles/layouts/_header.scss */

.header__wrapper {
  max-width: 1280px;
  width: 100%;
}

@media (min-width: 1500px) {
  /* line 35, resources/assets/styles/layouts/_header.scss */

  .header__wrapper {
    max-width: 1000px;
  }
}

@media (min-width: 640px) {
  /* line 44, resources/assets/styles/layouts/_header.scss */

  .header__logo {
    position: absolute;
    line-height: inherit;
  }
}

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

.header__logo svg {
  width: 25px;
  height: 25px;
}

@media (max-width: 639px) {
  /* line 56, resources/assets/styles/layouts/_header.scss */

  .header__menu {
    display: none;
  }
}

@media (min-width: 640px) {
  /* line 56, resources/assets/styles/layouts/_header.scss */

  .header__menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 40px;
  }
}

@media (min-width: 1000px) {
  /* line 56, resources/assets/styles/layouts/_header.scss */

  .header__menu {
    padding-left: 80px;
  }
}

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

.header__mobile-button {
  float: right;
}

/* line 74, resources/assets/styles/layouts/_header.scss */

.header__mobile-button:focus {
  outline: none;
}

@media (min-width: 640px) {
  /* line 71, resources/assets/styles/layouts/_header.scss */

  .header__mobile-button {
    display: none;
  }
}

/* line 82, resources/assets/styles/layouts/_header.scss */

.header__mobile-button span {
  width: 25px;
  height: 1px;
  background-color: #000;
  display: block;
  margin-bottom: 7px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 0;
}

/* line 93, resources/assets/styles/layouts/_header.scss */

.header__mobile-button span.s1 {
  margin-top: 4px;
}

/* line 97, resources/assets/styles/layouts/_header.scss */

.header__mobile-button span.s3 {
  margin-bottom: 0;
}

/* line 104, resources/assets/styles/layouts/_header.scss */

.header__mobile-button.active .menu-stripe.s1 {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}

/* line 109, resources/assets/styles/layouts/_header.scss */

.header__mobile-button.active .menu-stripe.s2 {
  display: none;
}

/* line 113, resources/assets/styles/layouts/_header.scss */

.header__mobile-button.active .menu-stripe.s3 {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -2px;
}

/* line 122, resources/assets/styles/layouts/_header.scss */

.header__desktop-menu li {
  display: inline-block;
  vertical-align: middle;
}

/* line 126, resources/assets/styles/layouts/_header.scss */

.header__desktop-menu li a {
  font-size: 1rem;
  vertical-align: middle;
  color: #000;
  font-family: "Graphik LC Web", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 640px) {
  /* line 126, resources/assets/styles/layouts/_header.scss */

  .header__desktop-menu li a {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  /* line 126, resources/assets/styles/layouts/_header.scss */

  .header__desktop-menu li a {
    font-size: 16px;
  }
}

/* line 135, resources/assets/styles/layouts/_header.scss */

.header__desktop-menu li a:hover {
  color: #e42e2e;
}

/* line 141, resources/assets/styles/layouts/_header.scss */

.header__desktop-menu li.current-menu-item a {
  color: #e42e2e;
}

/* line 147, resources/assets/styles/layouts/_header.scss */

.header__desktop-menu .sub-menu {
  display: none;
}

/* line 152, resources/assets/styles/layouts/_header.scss */

.header__mobile-menu-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 157, resources/assets/styles/layouts/_header.scss */

.header__mobile-menu {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  border-bottom: 1px solid #000;
  left: 0;
}

@media (min-width: 640px) {
  /* line 157, resources/assets/styles/layouts/_header.scss */

  .header__mobile-menu {
    display: none !important;
  }
}

/* line 172, resources/assets/styles/layouts/_header.scss */

.header__mobile-menu li {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 176, resources/assets/styles/layouts/_header.scss */

.header__mobile-menu li .sub-menu {
  display: none;
}

/* line 181, resources/assets/styles/layouts/_header.scss */

.header__mobile-menu.active {
  display: block;
}

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

.footer {
  border-top: 1px solid #000;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}

@media (min-width: 640px) {
  /* line 1, resources/assets/styles/layouts/_footer.scss */

  .footer {
    padding-bottom: 4.375rem;
    padding-top: 4.375rem;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/layouts/_footer.scss */

  .footer {
    padding-bottom: 85px;
    padding-top: 85px;
  }
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}


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