/** Import everything from autoload */

/**
* Styles
*/

/**
 *  Media Queries and Breakpoints
 */

/**
*  Library
*
*  Contains mixins and functions.
*/

/**
*  Layout
*/

/**
 *  Settings
 */

/**
* Custom Mixins
**/

/*
* Placeholder
*/

/**
 *  Center element
 *  parent element must have position: relative;
 *
 *  @variables: xy, x, y
 *  Default: xy
 */

/**
 *  Border Radius
 *
 *  @variables: $radius (px, em, rem value)
 */

/**
 *  Font size map by Jonathan Suh
 *  https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/
 */

/**
*  Media Query Mixins.
*  Sorted by Minimum, Maximum and Between
*/

/**
*  Minimums
* eg.
* @include minimum(tablet){ @content };
* css will be active on tablet size and beyond
*
* @variables: tablet, small-desktop, desktop
*/

/**
*  Maximums
* eg.
* @include maximum(tablet){ @content };
* css will be active on tablet size size and beyond
*
* @variables: mobile, tablet, small-desktop, desktop
*/

/**
* Betweens
* eg.
* @include between(tablet,desktop){ @content };
* css will be active between tablet and desktop breakpoints.
*
* @variables: tablet, desktop
**/

/*! 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.
 */

/* line 10, resources/assets/styles/helpers/_normalize.scss */

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

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

/**
 * Remove the margin in all browsers.
 */

/* line 23, resources/assets/styles/helpers/_normalize.scss */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

/* line 32, resources/assets/styles/helpers/_normalize.scss */

main {
  display: block;
}

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

/* line 42, resources/assets/styles/helpers/_normalize.scss */

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.
 */

/* line 55, resources/assets/styles/helpers/_normalize.scss */

hr {
  -webkit-box-sizing: content-box;
          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.
*/

/* line 66, resources/assets/styles/helpers/_normalize.scss */

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

/* line 79, resources/assets/styles/helpers/_normalize.scss */

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.
 */

/* line 89, resources/assets/styles/helpers/_normalize.scss */

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

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

/* line 100, resources/assets/styles/helpers/_normalize.scss */

b,
strong {
  font-weight: bolder;
}

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

/* line 111, resources/assets/styles/helpers/_normalize.scss */

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

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

/* line 123, resources/assets/styles/helpers/_normalize.scss */

small {
  font-size: 80%;
}

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

/* line 133, resources/assets/styles/helpers/_normalize.scss */

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

/* line 142, resources/assets/styles/helpers/_normalize.scss */

sub {
  bottom: -0.25em;
}

/* line 147, resources/assets/styles/helpers/_normalize.scss */

sup {
  top: -0.5em;
}

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

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

/* line 159, resources/assets/styles/helpers/_normalize.scss */

img {
  border-style: none;
}

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

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

/* line 171, resources/assets/styles/helpers/_normalize.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
  border: none;
  background: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
}

/* line 190, resources/assets/styles/helpers/_normalize.scss */

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */

/* line 199, resources/assets/styles/helpers/_normalize.scss */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

/* line 211, resources/assets/styles/helpers/_normalize.scss */

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

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

/* line 223, resources/assets/styles/helpers/_normalize.scss */

button,
input {
  overflow: visible;
}

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

/* line 233, resources/assets/styles/helpers/_normalize.scss */

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

/* line 243, resources/assets/styles/helpers/_normalize.scss */

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

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

/* line 255, resources/assets/styles/helpers/_normalize.scss */

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

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

/* line 266, resources/assets/styles/helpers/_normalize.scss */

legend {
  -webkit-box-sizing: border-box;
          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.
 */

/* line 280, resources/assets/styles/helpers/_normalize.scss */

progress {
  vertical-align: baseline;
}

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

/* line 289, resources/assets/styles/helpers/_normalize.scss */

textarea {
  overflow: auto;
}

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

/* line 299, resources/assets/styles/helpers/_normalize.scss */

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

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

/* line 310, resources/assets/styles/helpers/_normalize.scss */

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

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

/* line 321, resources/assets/styles/helpers/_normalize.scss */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/* line 331, resources/assets/styles/helpers/_normalize.scss */

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

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

/* line 341, resources/assets/styles/helpers/_normalize.scss */

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

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

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

/* line 354, resources/assets/styles/helpers/_normalize.scss */

details {
  display: block;
}

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

/* line 363, resources/assets/styles/helpers/_normalize.scss */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

/* line 374, resources/assets/styles/helpers/_normalize.scss */

template {
  display: none;
}

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

/* line 383, resources/assets/styles/helpers/_normalize.scss */

[hidden] {
  display: none;
}

/**
 * Resets ul's and ol's - Bone addition
 */

/* line 392, resources/assets/styles/helpers/_normalize.scss */

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 399, resources/assets/styles/helpers/_normalize.scss */

ul li,
ol li {
  padding: 0;
  margin: 0;
}

/**
 *  Typography
 */

@font-face {
  font-family: 'Zurich';
  src: url(/app/themes/wagner/dist/fonts/2B4016_0_0.eot);
  src: url(/app/themes/wagner/dist/fonts/2B4016_0_0.eot) format("embedded-opentype"), url(/app/themes/wagner/dist/fonts/2B4016_0_0.woff) format("woff"), url(/app/themes/wagner/dist/fonts/2B4016_0_0.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Zurich';
  src: url(/app/themes/wagner/dist/fonts/2B4016_1_0.eot);
  src: url(/app/themes/wagner/dist/fonts/2B4016_1_0.eot) format("embedded-opentype"), url(/app/themes/wagner/dist/fonts/2B4016_1_0.woff) format("woff"), url(/app/themes/wagner/dist/fonts/2B4016_1_0.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Zurich';
  src: url(/app/themes/wagner/dist/fonts/2B4016_2_0.eot);
  src: url(/app/themes/wagner/dist/fonts/2B4016_2_0.eot) format("embedded-opentype"), url(/app/themes/wagner/dist/fonts/2B4016_2_0.woff) format("woff"), url(/app/themes/wagner/dist/fonts/2B4016_2_0.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Zurich';
  src: url(/app/themes/wagner/dist/fonts/2B4016_3_0.eot);
  src: url(/app/themes/wagner/dist/fonts/2B4016_3_0.eot) format("embedded-opentype"), url(/app/themes/wagner/dist/fonts/2B4016_3_0.woff) format("woff"), url(/app/themes/wagner/dist/fonts/2B4016_0_0.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

/**
 *  Font weight variables
 */

/**
 *  Font sizes
 *
 *	Map options: null, x-small, small, medium, large, x-large
 *
 */

/* line 133, resources/assets/styles/components/_type.scss */

p,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Zurich", sans-serif;
}

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

p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 143, resources/assets/styles/components/_type.scss */

  p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 143, resources/assets/styles/components/_type.scss */

  p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 143, resources/assets/styles/components/_type.scss */

  p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 143, resources/assets/styles/components/_type.scss */

  p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 143, resources/assets/styles/components/_type.scss */

  p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 143, resources/assets/styles/components/_type.scss */

  p {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* line 150, resources/assets/styles/components/_type.scss */

body {
  font-weight: normal;
  font-size: 16px;
}

/* line 156, resources/assets/styles/components/_type.scss */

h1 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 380px) {
  /* line 156, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 700px) {
  /* line 156, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 900px) {
  /* line 156, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1150px) {
  /* line 156, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1800px) {
  /* line 156, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 156, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 16px;
    line-height: 1.4;
  }
}

/* line 164, resources/assets/styles/components/_type.scss */

h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 380px) {
  /* line 164, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 700px) {
  /* line 164, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 900px) {
  /* line 164, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1150px) {
  /* line 164, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1800px) {
  /* line 164, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 164, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 16px;
    line-height: 1.4;
  }
}

/* line 172, resources/assets/styles/components/_type.scss */

h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 380px) {
  /* line 172, resources/assets/styles/components/_type.scss */

  h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 700px) {
  /* line 172, resources/assets/styles/components/_type.scss */

  h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 900px) {
  /* line 172, resources/assets/styles/components/_type.scss */

  h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1150px) {
  /* line 172, resources/assets/styles/components/_type.scss */

  h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1800px) {
  /* line 172, resources/assets/styles/components/_type.scss */

  h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 172, resources/assets/styles/components/_type.scss */

  h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

/* line 180, resources/assets/styles/components/_type.scss */

h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.2;
}

@media screen and (min-width: 380px) {
  /* line 180, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 13px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 700px) {
  /* line 180, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 13px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 900px) {
  /* line 180, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 13px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1150px) {
  /* line 180, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 13px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1800px) {
  /* line 180, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 13px;
    line-height: 1.2;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 180, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 13px;
    line-height: 1.2;
  }
}

/* line 188, resources/assets/styles/components/_type.scss */

h5 {
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.2;
}

@media screen and (min-width: 380px) {
  /* line 188, resources/assets/styles/components/_type.scss */

  h5 {
    font-size: 10px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 700px) {
  /* line 188, resources/assets/styles/components/_type.scss */

  h5 {
    font-size: 10px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 900px) {
  /* line 188, resources/assets/styles/components/_type.scss */

  h5 {
    font-size: 10px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1150px) {
  /* line 188, resources/assets/styles/components/_type.scss */

  h5 {
    font-size: 10px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1800px) {
  /* line 188, resources/assets/styles/components/_type.scss */

  h5 {
    font-size: 10px;
    line-height: 1.2;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 188, resources/assets/styles/components/_type.scss */

  h5 {
    font-size: 10px;
    line-height: 1.2;
  }
}

/* line 199, resources/assets/styles/components/_type.scss */

.content a,
body#tinymce.wp-editor a {
  color: black;
  text-decoration: none;
}

/* line 205, resources/assets/styles/components/_type.scss */

.content p,
body#tinymce.wp-editor p {
  text-indent: 18px;
}

/* line 209, resources/assets/styles/components/_type.scss */

.content p:first-child,
body#tinymce.wp-editor p:first-child {
  text-indent: 0;
}

/* line 215, resources/assets/styles/components/_type.scss */

.content .list-inline,
body#tinymce.wp-editor .list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
}

/* line 223, resources/assets/styles/components/_type.scss */

.content .list-inline li,
body#tinymce.wp-editor .list-inline li {
  margin-right: 14px;
  margin-bottom: 14px;
}

/* line 232, resources/assets/styles/components/_type.scss */

.content--error p {
  text-indent: 0;
}

/* line 237, resources/assets/styles/components/_type.scss */

.content--error h1 {
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 237, resources/assets/styles/components/_type.scss */

  .content--error h1 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 237, resources/assets/styles/components/_type.scss */

  .content--error h1 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 237, resources/assets/styles/components/_type.scss */

  .content--error h1 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 237, resources/assets/styles/components/_type.scss */

  .content--error h1 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 237, resources/assets/styles/components/_type.scss */

  .content--error h1 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 237, resources/assets/styles/components/_type.scss */

  .content--error h1 {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* line 242, resources/assets/styles/components/_type.scss */

.content--error a {
  color: #999999;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 247, resources/assets/styles/components/_type.scss */

.content--error a:hover {
  color: #000000;
}

/* line 255, resources/assets/styles/components/_type.scss */

body#tinymce.wp-editor {
  padding: 10px !important;
}

/**
 *  General
 */

/* line 5, resources/assets/styles/components/_elements.scss */

* {
  -webkit-font-smoothing: antialiased;
  font-family: "Zurich", sans-serif;
}

/* line 11, resources/assets/styles/components/_elements.scss */

img {
  max-width: 100%;
  display: block;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.button {
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* line 22, resources/assets/styles/components/_elements.scss */

.owl-next {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

/* line 33, resources/assets/styles/components/_elements.scss */

.owl-next span {
  display: none !important;
}

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

.owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

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

.owl-prev span {
  display: none !important;
}

/* line 56, resources/assets/styles/components/_elements.scss */

.owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 65, resources/assets/styles/components/_elements.scss */

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  margin: 0 5px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  margin: 0;
}

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

.invisible-link {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  line-height: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 2;
}

/* line 37, resources/assets/styles/components/_global.scss */

.has-invisible-link {
  position: relative;
}

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

.transition-fade {
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 48, resources/assets/styles/components/_global.scss */

html.is-animating .transition-fade {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.inner-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .inner-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

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

.body-wrapper {
  padding-top: 20px;
  min-height: calc(100vh - 56px - 32px);
}

@media (max-width: 1150px) {
  /* line 68, resources/assets/styles/components/_global.scss */

  .body-wrapper {
    min-height: calc(100vh - 54px - 32px);
  }
}

@media (max-width: 700px) {
  /* line 68, resources/assets/styles/components/_global.scss */

  .body-wrapper {
    padding-top: 10px;
    min-height: calc(100vh - 43px - 32px);
  }
}

/**
 *  Spacing Map
 *  Example usage:
 *
 *  $purple-spacing: (
 *    null  : (20px),
 *    small : 20px,
 *    medium: 40px
 *  );
 *
 *  .test{
 *    @include spacing(padding-bottom, $purple-spacing);
 *  }
 */

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

.validation_error {
  display: none;
}

/* line 6, resources/assets/styles/components/_gforms.scss */

.validation_message {
  font-size: 10px;
  bottom: -22px !important;
  left: 0;
  top: auto !important;
}

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

.gform_confirmation_message {
  font-size: 20px;
  line-height: 130%;
}

/* line 21, resources/assets/styles/components/_gforms.scss */

.gf_clear {
  display: none;
}

/* line 26, resources/assets/styles/components/_gforms.scss */

.gform_card_icon_container,
.ginput_card_security_code_icon {
  display: none !important;
}

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

.gform_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 38, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body {
  margin-bottom: 30px;
}

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

.gform_wrapper form .gform_body > .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.gform_wrapper form .gform_body > .gform_fields > li {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  padding-left: 0;
}

@media (max-width: 700px) {
  /* line 52, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li {
    margin-bottom: 20px;
    width: 100% !important;
  }
}

/* line 65, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li::after {
  display: none;
}

/* line 70, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}

/* line 77, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_preview strong {
  font-weight: normal;
  margin-left: 10px;
}

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

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 90, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 32%;
}

/* line 96, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span.ginput_full {
  width: 100%;
  margin-bottom: 15px;
}

/* line 102, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span label {
  display: block;
  margin-bottom: 8px;
}

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

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 118, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div .ginput_container {
  width: 31%;
  position: relative;
}

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

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div .ginput_container::after {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  content: '';
  pointer-events: none;
  width: 16px;
  height: 18px;
}

/* line 146, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 156, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding-left: 0;
  margin-right: 20px;
}

/* line 165, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li::after {
  display: none;
}

/* line 170, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li input[type="radio"] {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

/* line 184, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 194, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding-left: 0;
  margin-right: 20px;
}

/* line 203, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li::after {
  display: none;
}

/* line 208, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li input[type="checkbox"] {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

/* line 222, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li > .gfield_label {
  display: block;
  margin-bottom: 8px;
}

/* line 233, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select {
  position: relative;
  width: 100%;
}

/* line 238, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select::after {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  content: '';
  pointer-events: none;
  width: 16px;
  height: 18px;
}

/* line 253, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  padding-right: 30px;
}

/* line 267, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.title-block {
  margin-bottom: 20px;
}

/* line 274, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.hide-label > .gfield_label {
  display: none !important;
}

/* line 282, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.centre-text > .gfield_label {
  text-align: center;
  display: block;
}

/* line 288, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.centre-text input[type="text"],
.gform_wrapper form .gform_body > .gform_fields > li.centre-text input[type="email"],
.gform_wrapper form .gform_body > .gform_fields > li.centre-text select,
.gform_wrapper form .gform_body > .gform_fields > li.centre-text textarea {
  text-align: center;
}

/* line 297, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
.gform_wrapper form .gform_body > .gform_fields > li select,
.gform_wrapper form .gform_body > .gform_fields > li textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background: transparent;
  resize: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 313, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:focus,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:focus,
.gform_wrapper form .gform_body > .gform_fields > li select:focus,
.gform_wrapper form .gform_body > .gform_fields > li textarea:focus {
  outline: 0;
}

/* line 318, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-webkit-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-webkit-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::-webkit-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::placeholder {
  color: #000;
  opacity: 1;
}

/* line 324, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}

/* line 330, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

/* line 336, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

/* line 351, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.third {
  width: 31%;
}

/* line 356, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.half {
  width: calc(50% - 12.5px);
}

/* line 361, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.two-thirds {
  width: 65.5%;
}

/* line 369, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_footer {
  text-align: center;
}

/* line 373, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_footer .gform_button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background: transparent;
  border-radius: 0 0 0 0;
}

/* line 386, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_footer .gform_button:focus {
  outline: 0;
}

/* line 395, resources/assets/styles/components/_gforms.scss */

body img.gform_ajax_spinner {
  display: none !important;
}

/* line 400, resources/assets/styles/components/_gforms.scss */

.gform_validation_container {
  position: fixed !important;
  left: 999px;
  visibility: hidden;
}

/* line 407, resources/assets/styles/components/_gforms.scss */

body .gform_wrapper h3.gform_title {
  display: none !important;
}

/* Radio button */

/* line 2, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute !important;
  left: -9999px;
}

/* line 9, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative !important;
  padding-left: 21px !important;
  cursor: pointer !important;
}

/* line 17, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 2px;
  left: 0;
  opacity: 1;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 47, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label::after {
  opacity: 0;
}

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

[type="radio"]:checked + label::after {
  opacity: 1;
}

/* disabled radio */

/* line 58, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:disabled:not(:checked) + label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

/* line 65, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:disabled:checked + label::after {
  color: #999;
}

/* line 70, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:disabled + label {
  color: #aaa;
}

/* CHECKBOX */

/* line 77, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}

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

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 22px !important;
  cursor: pointer !important;
}

/* line 92, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 15px;
  width: 15px;
  background: transparent;
  border: solid 2px #fff;
}

/* line 106, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 1px;
  left: 0;
  opacity: 1;
  background: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 120, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
}

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

[type="checkbox"]:checked + label::after {
  opacity: 1;
}

/* disabled checkbox */

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

[type="checkbox"]:disabled:checked + label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

/* line 138, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:disabled:checked + label::after {
  color: #999;
}

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

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/*
*  Owl Carousel - Core
*/

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

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

/* line 13, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

/* line 21, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 38, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

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

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

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

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 65, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 71, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 83, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 94, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-loaded {
  display: block;
}

/* line 99, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 105, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 110, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 115, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

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

.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 136, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

/* line 142, resources/assets/styles/components/_owlCarousel.scss */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

/* line 150, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
       -o-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* line 156, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 161, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 166, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
       -o-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

/* line 187, resources/assets/styles/components/_owlCarousel.scss */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

/* line 195, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 201, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 207, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

/* line 215, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 222, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease, -o-transform 100ms ease;
}

/* line 237, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
       -o-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

/* line 243, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 249, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 259, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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

.woocommerce:not(body),
.woocommerce-checkout:not(body) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

/* line 13, resources/assets/styles/components/_cart.scss */

.woocommerce:not(body) small,
.woocommerce-checkout:not(body) small {
  display: block;
  padding-top: 10px;
  color: #000000;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 13, resources/assets/styles/components/_cart.scss */

  .woocommerce:not(body) small,
  .woocommerce-checkout:not(body) small {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 13, resources/assets/styles/components/_cart.scss */

  .woocommerce:not(body) small,
  .woocommerce-checkout:not(body) small {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 13, resources/assets/styles/components/_cart.scss */

  .woocommerce:not(body) small,
  .woocommerce-checkout:not(body) small {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 13, resources/assets/styles/components/_cart.scss */

  .woocommerce:not(body) small,
  .woocommerce-checkout:not(body) small {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 13, resources/assets/styles/components/_cart.scss */

  .woocommerce:not(body) small,
  .woocommerce-checkout:not(body) small {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 13, resources/assets/styles/components/_cart.scss */

  .woocommerce:not(body) small,
  .woocommerce-checkout:not(body) small {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.woocommerce-notices-wrapper {
  width: 100%;
  margin-bottom: 32px;
  /*
	Margin between messages
	*/
}

/* line 28, resources/assets/styles/components/_cart.scss */

.woocommerce-notices-wrapper:empty {
  margin-bottom: 0;
}

/* line 33, resources/assets/styles/components/_cart.scss */

.woocommerce-notices-wrapper .wc-forward {
  display: none;
}

/* line 43, resources/assets/styles/components/_cart.scss */

.woocommerce-notices-wrapper [role="alert"] {
  margin-bottom: 20px;
}

/* line 47, resources/assets/styles/components/_cart.scss */

.woocommerce-notices-wrapper [role="alert"]:last-child {
  margin-bottom: 0;
}

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

.woocommerce-notices-wrapper [role="alert"] li,
.woocommerce-notices-wrapper [role="alert"] a:not(.button) {
  font-family: inherit;
  margin-bottom: 20px;
}

/* line 58, resources/assets/styles/components/_cart.scss */

.woocommerce-notices-wrapper [role="alert"] li:last-child,
.woocommerce-notices-wrapper [role="alert"] a:not(.button):last-child {
  margin-bottom: 0;
}

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

.woocommerce-notices-wrapper [role="alert"] a {
  color: #000000;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.woocommerce-cart-form,
.col2-set {
  max-width: calc(((8 / 12) * 100%) - 12px);
  width: 100%;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .woocommerce-cart-form,
  .col2-set {
    max-width: 100%;
  }
}

/* line 81, resources/assets/styles/components/_cart.scss */

.woocommerce-cart-form table,
.col2-set table {
  width: 100%;
}

/* line 86, resources/assets/styles/components/_cart.scss */

.woocommerce-cart-form input,
.col2-set input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background: transparent;
  resize: none;
  color: #000000;
  border: solid 1px #000000;
  padding: 0 12px;
  border-radius: 0;
  font-size: 14px;
  height: 30px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 103, resources/assets/styles/components/_cart.scss */

.woocommerce-cart-form input:focus,
.col2-set input:focus {
  outline: 0;
}

/* line 54, resources/assets/styles/helpers/_library.scss */

.woocommerce-cart-form input::-webkit-input-placeholder,
.col2-set input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.woocommerce-cart-form input::-ms-input-placeholder,
.col2-set input::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.woocommerce-cart-form input::placeholder,
.col2-set input::placeholder {
  color: #000000;
  opacity: 1;
}

/* line 60, resources/assets/styles/helpers/_library.scss */

.woocommerce-cart-form input:-ms-input-placeholder,
.col2-set input:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

/* line 66, resources/assets/styles/helpers/_library.scss */

.woocommerce-cart-form input::-ms-input-placeholder,
.col2-set input::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

/* line 113, resources/assets/styles/components/_cart.scss */

.cart thead th,
.cart tbody tr,
.cart-collaterals tbody tr td,
.woocommerce-checkout-review-order tbody tr td,
.cart-collaterals tbody tr th,
.woocommerce-checkout-review-order tbody tr th,
.woocommerce-checkout-review-order table tr td,
.woocommerce-checkout-review-order table tr th,
.woocommerce-checkout .woocommerce-billing-fields h3 {
  padding: 10px 0;
}

/* line 121, resources/assets/styles/components/_cart.scss */

.cart thead {
  display: block;
}

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

.cart thead th {
  font-weight: 700;
}

/* line 132, resources/assets/styles/components/_cart.scss */

.cart tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  text-align: left;
}

@media (max-width: 700px) {
  /* line 132, resources/assets/styles/components/_cart.scss */

  .cart tr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.cart tr th,
.cart tr td {
  margin-right: 24px;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 145, resources/assets/styles/components/_cart.scss */

  .cart tr th,
  .cart tr td {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 145, resources/assets/styles/components/_cart.scss */

  .cart tr th,
  .cart tr td {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 145, resources/assets/styles/components/_cart.scss */

  .cart tr th,
  .cart tr td {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 145, resources/assets/styles/components/_cart.scss */

  .cart tr th,
  .cart tr td {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 145, resources/assets/styles/components/_cart.scss */

  .cart tr th,
  .cart tr td {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 145, resources/assets/styles/components/_cart.scss */

  .cart tr th,
  .cart tr td {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* line 151, resources/assets/styles/components/_cart.scss */

.cart tr th:last-child,
.cart tr td:last-child {
  margin-right: 0;
}

/* line 161, resources/assets/styles/components/_cart.scss */

.cart tbody td {
  vertical-align: middle;
}

/* line 170, resources/assets/styles/components/_cart.scss */

.cart tbody tr:first-child {
  border-top: none;
}

/* line 175, resources/assets/styles/components/_cart.scss */

.cart tbody tr:last-child {
  padding: 0 0;
}

/* line 182, resources/assets/styles/components/_cart.scss */

.cart .product-remove {
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  z-index: 5;
}

@media (max-width: 700px) {
  /* line 182, resources/assets/styles/components/_cart.scss */

  .cart .product-remove {
    width: calc(((1 / 10) * 100%) - ((24px * 4) / 5));
    padding: 12px;
    position: static;
  }
}

/* line 198, resources/assets/styles/components/_cart.scss */

.cart .product-remove a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: 0;
  color: transparent;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 208, resources/assets/styles/components/_cart.scss */

.cart .product-remove a::after,
.cart .product-remove a::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 50%;
  background: #000000;
}

/* line 221, resources/assets/styles/components/_cart.scss */

.cart .product-remove a::before {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 226, resources/assets/styles/components/_cart.scss */

.cart .product-remove a::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/* line 233, resources/assets/styles/components/_cart.scss */

.cart .product-thumbnail {
  width: calc(((2 / 10) * 100%) - ((24px * 4) / 5));
}

@media (max-width: 700px) {
  /* line 233, resources/assets/styles/components/_cart.scss */

  .cart .product-thumbnail {
    display: none;
  }
}

/* line 242, resources/assets/styles/components/_cart.scss */

.cart .product-thumbnail a {
  position: relative;
  display: block;
  background: #ffffff;
}

/* line 248, resources/assets/styles/components/_cart.scss */

.cart .product-thumbnail a::after {
  content: '';
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: calc((220 / 165) * 100%);
}

/* line 253, resources/assets/styles/components/_cart.scss */

.cart .product-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 263, resources/assets/styles/components/_cart.scss */

.cart .product-name,
.cart .product-price,
.cart .product-quantity,
.cart .product-subtotal {
  width: calc(((2 / 10) * 100%) - ((24px * 4) / 5));
}

/* line 271, resources/assets/styles/components/_cart.scss */

.cart thead .product-remove {
  display: none;
}

/* line 278, resources/assets/styles/components/_cart.scss */

.cart .quantity label {
  display: none;
}

/* line 283, resources/assets/styles/components/_cart.scss */

.cart .quantity input {
  width: 54px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.actions {
  border-top: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .actions {
    margin: 2.7em 0;
  }
}

/* line 303, resources/assets/styles/components/_cart.scss */

.actionstd {
  padding-top: 20px !important;
}

/* line 308, resources/assets/styles/components/_cart.scss */

.actions .coupon {
  min-width: 360px;
  margin: 2.7em 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
}

@media (max-width: 900px) {
  /* line 308, resources/assets/styles/components/_cart.scss */

  .actions .coupon {
    margin: 0 0;
  }
}

/* line 322, resources/assets/styles/components/_cart.scss */

.actions .coupon input {
  width: calc(66.66% - 24px);
}

/* line 327, resources/assets/styles/components/_cart.scss */

.actions .coupon label {
  display: none;
}

/* line 332, resources/assets/styles/components/_cart.scss */

.actions .coupon .button {
  margin-left: 20px;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .actions {
    margin-bottom: 4em;
  }
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 349, resources/assets/styles/components/_cart.scss */

.actions .button {
  background: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
}

@media (max-width: 700px) {
  /* line 359, resources/assets/styles/components/_cart.scss */

  .actions > .button {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* line 371, resources/assets/styles/components/_cart.scss */

.woocommerce-info.cart-empty {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 380px) {
  /* line 371, resources/assets/styles/components/_cart.scss */

  .woocommerce-info.cart-empty {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 700px) {
  /* line 371, resources/assets/styles/components/_cart.scss */

  .woocommerce-info.cart-empty {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 900px) {
  /* line 371, resources/assets/styles/components/_cart.scss */

  .woocommerce-info.cart-empty {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1150px) {
  /* line 371, resources/assets/styles/components/_cart.scss */

  .woocommerce-info.cart-empty {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1800px) {
  /* line 371, resources/assets/styles/components/_cart.scss */

  .woocommerce-info.cart-empty {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 371, resources/assets/styles/components/_cart.scss */

  .woocommerce-info.cart-empty {
    font-size: 16px;
    line-height: 1.4;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.cart-collaterals,
.woocommerce-checkout-review-order {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  max-width: calc(((4 / 12) * 100%) - 12px);
  border: solid 1px #000000;
  padding: 10px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .cart-collaterals,
  .woocommerce-checkout-review-order {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .cart-collaterals,
  .woocommerce-checkout-review-order {
    width: 100%;
  }
}

/* line 405, resources/assets/styles/components/_cart.scss */

.cart-collaterals tbody tr,
.woocommerce-checkout-review-order tbody tr {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0;
  margin-bottom: 10px;
}

/* line 414, resources/assets/styles/components/_cart.scss */

.cart-collaterals tbody tr.order-total,
.woocommerce-checkout-review-order tbody tr.order-total {
  margin-bottom: 2.7em;
  font-weight: normal;
}

/* line 419, resources/assets/styles/components/_cart.scss */

.cart-collaterals tbody tr.order-total strong,
.woocommerce-checkout-review-order tbody tr.order-total strong {
  font-weight: normal;
}

/* line 425, resources/assets/styles/components/_cart.scss */

.cart-collaterals tbody tr td,
.woocommerce-checkout-review-order tbody tr td {
  width: calc(50% - 12.5px);
}

@media (max-width: 700px) {
  /* line 425, resources/assets/styles/components/_cart.scss */

  .cart-collaterals tbody tr td,
  .woocommerce-checkout-review-order tbody tr td {
    width: calc(75% - 12.5px);
  }
}

/* line 436, resources/assets/styles/components/_cart.scss */

.cart-collaterals tbody tr th,
.woocommerce-checkout-review-order tbody tr th {
  width: calc(50% - 12.5px);
}

@media (max-width: 700px) {
  /* line 436, resources/assets/styles/components/_cart.scss */

  .cart-collaterals tbody tr th,
  .woocommerce-checkout-review-order tbody tr th {
    width: calc(25% - 12.5px);
  }
}

/* line 449, resources/assets/styles/components/_cart.scss */

.cart-collaterals table,
.woocommerce-checkout-review-order table {
  width: 100%;
}

/* line 454, resources/assets/styles/components/_cart.scss */

.cart-collaterals h2,
.woocommerce-checkout-review-order h2 {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 454, resources/assets/styles/components/_cart.scss */

  .cart-collaterals h2,
  .woocommerce-checkout-review-order h2 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 454, resources/assets/styles/components/_cart.scss */

  .cart-collaterals h2,
  .woocommerce-checkout-review-order h2 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 454, resources/assets/styles/components/_cart.scss */

  .cart-collaterals h2,
  .woocommerce-checkout-review-order h2 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 454, resources/assets/styles/components/_cart.scss */

  .cart-collaterals h2,
  .woocommerce-checkout-review-order h2 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 454, resources/assets/styles/components/_cart.scss */

  .cart-collaterals h2,
  .woocommerce-checkout-review-order h2 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 454, resources/assets/styles/components/_cart.scss */

  .cart-collaterals h2,
  .woocommerce-checkout-review-order h2 {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* line 465, resources/assets/styles/components/_cart.scss */

.woocommerce-shipping-calculator .shipping-calculator-button {
  margin-bottom: 32px;
  display: inline-block;
  height: 1.4em;
}

/* line 472, resources/assets/styles/components/_cart.scss */

.woocommerce-shipping-calculator p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 472, resources/assets/styles/components/_cart.scss */

  .woocommerce-shipping-calculator p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 472, resources/assets/styles/components/_cart.scss */

  .woocommerce-shipping-calculator p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 472, resources/assets/styles/components/_cart.scss */

  .woocommerce-shipping-calculator p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 472, resources/assets/styles/components/_cart.scss */

  .woocommerce-shipping-calculator p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 472, resources/assets/styles/components/_cart.scss */

  .woocommerce-shipping-calculator p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 472, resources/assets/styles/components/_cart.scss */

  .woocommerce-shipping-calculator p {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* line 478, resources/assets/styles/components/_cart.scss */

.woocommerce-shipping-calculator select {
  width: 100%;
  border: solid 1px #000000;
  padding: 0 12px;
  border-radius: 0;
  font-size: 14px;
  height: 30px;
}

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

.woocommerce-form-coupon-toggle {
  display: none;
}

/* line 6, resources/assets/styles/components/_checkout.scss */

.woocommerce-NoticeGroup {
  display: none;
}

/* line 13, resources/assets/styles/components/_checkout.scss */

.woocommerce-form-login-toggle a {
  color: #000000;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.woocommerce-checkout {
  padding: 32px 0 80px 0 !important;
}

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

.woocommerce-checkout .checkbox {
  font-weight: 700;
  /* disabled checkbox */
}

/* line 28, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout .checkbox [type="checkbox"]:not(:checked) + span,
.woocommerce-checkout .checkbox [type="checkbox"]:checked + span {
  position: relative !important;
  padding-left: 22px !important;
  cursor: pointer !important;
}

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

.woocommerce-checkout .checkbox [type="checkbox"]:not(:checked) + span::before,
.woocommerce-checkout .checkbox [type="checkbox"]:checked + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #000000;
}

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

.woocommerce-checkout .checkbox [type="checkbox"]:not(:checked) + span::after,
.woocommerce-checkout .checkbox [type="checkbox"]:checked + span::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 0;
  opacity: 1;
  background: #000000;
  border-radius: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 66, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout .checkbox [type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
}

/* line 71, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout .checkbox [type="checkbox"]:checked + span::after {
  opacity: 1;
}

/* line 77, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout .checkbox [type="checkbox"]:disabled:checked + span::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000000;
  background-color: #000000;
  opacity: 0.6;
}

/* line 85, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout .checkbox [type="checkbox"]:disabled:checked + span::after {
  color: #000000;
  opacity: 0.6;
}

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

.woocommerce-checkout .checkbox [type="checkbox"]:disabled + span {
  color: #000000;
  opacity: 0.6;
}

/* line 105, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-review-order table thead {
  display: block;
}

/* line 109, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-review-order table thead tr {
  margin-bottom: 0;
}

/* line 113, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-review-order table thead tr th {
  padding-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  width: calc(50% - 12.5px);
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 113, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-review-order table thead tr th {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 113, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-review-order table thead tr th {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 113, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-review-order table thead tr th {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 113, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-review-order table thead tr th {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 113, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-review-order table thead tr th {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 113, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-review-order table thead tr th {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* line 124, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-review-order table tr {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0;
  margin-bottom: 20px;
}

/* line 133, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-review-order table tr td {
  width: calc(50% - 12.5px);
}

/* line 139, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-review-order table tr th {
  width: calc(50% - 12.5px);
  font-weight: normal;
}

@media (max-width: 700px) {
  /* line 139, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-review-order table tr th {
    width: calc(25% - 12.5px);
  }
}

/* line 153, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-review-order table tr:first-child td,
.woocommerce-checkout-review-order table tr:first-child th {
  border-top: none;
}

/* line 161, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-review-order table strong {
  font-weight: normal;
}

/* line 177, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout .woocommerce-billing-fields h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 177, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 177, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 177, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 177, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 177, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 177, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* line 186, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout h3 {
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 186, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 186, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 186, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 186, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 186, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 186, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout h3 {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* line 194, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background: transparent;
  resize: none;
  color: #000000;
  border: solid 1px #000000;
  padding: 0 8px;
  border-radius: 0;
  height: 30px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 212, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  outline: 0;
}

/* line 54, resources/assets/styles/helpers/_library.scss */

.woocommerce-checkout input::-webkit-input-placeholder,
.woocommerce-checkout select::-webkit-input-placeholder,
.woocommerce-checkout textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

.woocommerce-checkout input::-ms-input-placeholder,
.woocommerce-checkout select::-ms-input-placeholder,
.woocommerce-checkout textarea::-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

.woocommerce-checkout input::placeholder,
.woocommerce-checkout select::placeholder,
.woocommerce-checkout textarea::placeholder {
  color: #000000;
  opacity: 0.6;
}

/* line 60, resources/assets/styles/helpers/_library.scss */

.woocommerce-checkout input:-ms-input-placeholder,
.woocommerce-checkout select:-ms-input-placeholder,
.woocommerce-checkout textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

/* line 66, resources/assets/styles/helpers/_library.scss */

.woocommerce-checkout input::-ms-input-placeholder,
.woocommerce-checkout select::-ms-input-placeholder,
.woocommerce-checkout textarea::-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

/* line 220, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout textarea {
  padding: 8px;
  height: auto;
}

/* line 229, resources/assets/styles/components/_checkout.scss */

.checkout #order_review_heading {
  display: none;
}

/* line 234, resources/assets/styles/components/_checkout.scss */

.checkout .form-row {
  margin-bottom: 20px;
}

/* line 238, resources/assets/styles/components/_checkout.scss */

.checkout .form-row.create-account {
  margin-bottom: 0;
}

/* line 243, resources/assets/styles/components/_checkout.scss */

.checkout .form-row label {
  padding-bottom: 10px;
  display: block;
}

/* line 252, resources/assets/styles/components/_checkout.scss */

.checkout .form-row#billing_first_name_field label,
.checkout .form-row#billing_last_name_field label {
  padding-top: 10px;
}

/* line 258, resources/assets/styles/components/_checkout.scss */

.checkout .form-row.notes {
  margin-bottom: 32px;
}

@media (max-width: 700px) {
  /* line 258, resources/assets/styles/components/_checkout.scss */

  .checkout .form-row.notes {
    margin-bottom: 1em;
  }
}

/* line 268, resources/assets/styles/components/_checkout.scss */

.checkout .form-row.place-order {
  margin-bottom: 0.25em;
}

/* line 273, resources/assets/styles/components/_checkout.scss */

.checkout .form-row label {
  display: block;
}

/* line 278, resources/assets/styles/components/_checkout.scss */

.checkout .form-row abbr {
  display: none;
}

/* line 284, resources/assets/styles/components/_checkout.scss */

.checkout .woocommerce-billing-fields__field-wrapper,
.checkout .woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
}

/* line 293, resources/assets/styles/components/_checkout.scss */

.checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper {
  margin-top: 0.25em;
  display: block;
}

/* line 298, resources/assets/styles/components/_checkout.scss */

.checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper strong,
.checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper strong {
  font-weight: normal;
}

/* line 304, resources/assets/styles/components/_checkout.scss */

.checkout .woocommerce-billing-fields__field-wrapper p,
.checkout .woocommerce-shipping-fields__field-wrapper p {
  width: calc(50% - 12.5px);
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 304, resources/assets/styles/components/_checkout.scss */

  .checkout .woocommerce-billing-fields__field-wrapper p,
  .checkout .woocommerce-shipping-fields__field-wrapper p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 304, resources/assets/styles/components/_checkout.scss */

  .checkout .woocommerce-billing-fields__field-wrapper p,
  .checkout .woocommerce-shipping-fields__field-wrapper p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 304, resources/assets/styles/components/_checkout.scss */

  .checkout .woocommerce-billing-fields__field-wrapper p,
  .checkout .woocommerce-shipping-fields__field-wrapper p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 304, resources/assets/styles/components/_checkout.scss */

  .checkout .woocommerce-billing-fields__field-wrapper p,
  .checkout .woocommerce-shipping-fields__field-wrapper p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 304, resources/assets/styles/components/_checkout.scss */

  .checkout .woocommerce-billing-fields__field-wrapper p,
  .checkout .woocommerce-shipping-fields__field-wrapper p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 304, resources/assets/styles/components/_checkout.scss */

  .checkout .woocommerce-billing-fields__field-wrapper p,
  .checkout .woocommerce-shipping-fields__field-wrapper p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (max-width: 700px) {
  /* line 304, resources/assets/styles/components/_checkout.scss */

  .checkout .woocommerce-billing-fields__field-wrapper p,
  .checkout .woocommerce-shipping-fields__field-wrapper p {
    width: 100%;
  }
}

/* line 316, resources/assets/styles/components/_checkout.scss */

.checkout .woocommerce-billing-fields__field-wrapper p#billing_country_field .woocommerce-input-wrapper,
.checkout .woocommerce-shipping-fields__field-wrapper p#billing_country_field .woocommerce-input-wrapper {
  height: 30px;
  color: #000000;
}

/* line 321, resources/assets/styles/components/_checkout.scss */

.checkout .woocommerce-billing-fields__field-wrapper p#billing_country_field .woocommerce-input-wrapper strong,
.checkout .woocommerce-shipping-fields__field-wrapper p#billing_country_field .woocommerce-input-wrapper strong {
  line-height: 30px;
  display: block;
}

/* line 334, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-payment ul {
  margin-bottom: 32px;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 334, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-payment ul {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 334, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-payment ul {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 334, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-payment ul {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 334, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-payment ul {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 334, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-payment ul {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 334, resources/assets/styles/components/_checkout.scss */

  .woocommerce-checkout-payment ul {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* line 339, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-payment ul .woocommerce-info {
  font-size: inherit;
}

/* line 344, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-payment ul .payment_box {
  display: block;
  margin-top: 10px;
  color: #000000;
}

/* line 354, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-payment .payment_method_paypal img,
.woocommerce-checkout-payment .payment_method_paypal a {
  display: none;
}

/* line 361, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-payment .wc-credit-card-form {
  margin-bottom: 32px;
}

/* line 54, resources/assets/styles/helpers/_library.scss */

.woocommerce-checkout-payment .wc-credit-card-form .wc-stripe-elements-field::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

.woocommerce-checkout-payment .wc-credit-card-form .wc-stripe-elements-field::-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

.woocommerce-checkout-payment .wc-credit-card-form .wc-stripe-elements-field::placeholder {
  color: #000000;
  opacity: 0.6;
}

/* line 60, resources/assets/styles/helpers/_library.scss */

.woocommerce-checkout-payment .wc-credit-card-form .wc-stripe-elements-field:-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

/* line 66, resources/assets/styles/helpers/_library.scss */

.woocommerce-checkout-payment .wc-credit-card-form .wc-stripe-elements-field::-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

/* line 373, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-payment .payment_method_stripe img {
  display: none;
}

/* line 379, resources/assets/styles/components/_checkout.scss */

.woocommerce-checkout-payment .wc-stripe-new-payment-method {
  border-radius: 100%;
  border: 1px solid #000000;
  padding: 0;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.woocommerce-additional-fields {
  margin: 2.7em 0;
}

/* line 395, resources/assets/styles/components/_checkout.scss */

.woocommerce-privacy-policy-text p {
  margin-bottom: 32px;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 380px) {
  /* line 395, resources/assets/styles/components/_checkout.scss */

  .woocommerce-privacy-policy-text p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 395, resources/assets/styles/components/_checkout.scss */

  .woocommerce-privacy-policy-text p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 395, resources/assets/styles/components/_checkout.scss */

  .woocommerce-privacy-policy-text p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 395, resources/assets/styles/components/_checkout.scss */

  .woocommerce-privacy-policy-text p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 395, resources/assets/styles/components/_checkout.scss */

  .woocommerce-privacy-policy-text p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 395, resources/assets/styles/components/_checkout.scss */

  .woocommerce-privacy-policy-text p {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.col-2 {
  width: 100%;
}

/* line 410, resources/assets/styles/components/_checkout.scss */

.woocommerce-invalid label {
  color: #000000;
}

/* line 417, resources/assets/styles/components/_checkout.scss */

.woocommerce-invalid .woocommerce-input-wrapper::after {
  content: 'Please review';
  display: block;
  font-size: 14px;
  color: #000000;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 427, resources/assets/styles/components/_checkout.scss */

.woocommerce-invalid .woocommerce-input-wrapper input,
.woocommerce-invalid .woocommerce-input-wrapper select,
.woocommerce-invalid .woocommerce-input-wrapper textarea {
  border: 1px solid #000000;
}

/* line 54, resources/assets/styles/helpers/_library.scss */

.woocommerce-invalid .woocommerce-input-wrapper input::-webkit-input-placeholder,
.woocommerce-invalid .woocommerce-input-wrapper select::-webkit-input-placeholder,
.woocommerce-invalid .woocommerce-input-wrapper textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

.woocommerce-invalid .woocommerce-input-wrapper input::-ms-input-placeholder,
.woocommerce-invalid .woocommerce-input-wrapper select::-ms-input-placeholder,
.woocommerce-invalid .woocommerce-input-wrapper textarea::-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

.woocommerce-invalid .woocommerce-input-wrapper input::placeholder,
.woocommerce-invalid .woocommerce-input-wrapper select::placeholder,
.woocommerce-invalid .woocommerce-input-wrapper textarea::placeholder {
  color: #000000;
  opacity: 0.6;
}

/* line 60, resources/assets/styles/helpers/_library.scss */

.woocommerce-invalid .woocommerce-input-wrapper input:-ms-input-placeholder,
.woocommerce-invalid .woocommerce-input-wrapper select:-ms-input-placeholder,
.woocommerce-invalid .woocommerce-input-wrapper textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

/* line 66, resources/assets/styles/helpers/_library.scss */

.woocommerce-invalid .woocommerce-input-wrapper input::-ms-input-placeholder,
.woocommerce-invalid .woocommerce-input-wrapper select::-ms-input-placeholder,
.woocommerce-invalid .woocommerce-input-wrapper textarea::-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.home-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.home-slider__slide {
  height: 100vh;
  width: 100%;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-details__inner {
  position: relative;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-details__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #000000;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  font-size: 13px;
  line-height: 1.1;
  padding-bottom: 15px;
}

/* line 23, resources/assets/styles/layouts/_single-projects.scss */

.project-details__link.active div .minus {
  opacity: 0;
}

/* line 29, resources/assets/styles/layouts/_single-projects.scss */

.project-details__link div {
  font-size: 15px;
  margin-left: 32px;
  position: relative;
}

@media (max-width: 900px) {
  /* line 29, resources/assets/styles/layouts/_single-projects.scss */

  .project-details__link div {
    display: none;
  }
}

/* line 40, resources/assets/styles/layouts/_single-projects.scss */

.project-details__link div .plus {
  display: block;
  width: 9px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 52, resources/assets/styles/layouts/_single-projects.scss */

.project-details__link div .minus {
  display: block;
  width: 1px;
  height: 9px;
  background: #000000;
  position: absolute;
  left: 4px;
  top: -4px;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-details__content {
  position: absolute;
  left: 0;
  top: 100%;
  padding-bottom: 20px;
  padding-right: 16px;
  max-width: 475px;
  display: none;
  z-index: 2;
  width: 100%;
  background: #ffffff;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .project-details__content {
    display: block !important;
    position: static;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-details__credit {
  color: #999999;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (min-width: 380px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .project-details__credit {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .project-details__credit {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .project-details__credit {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .project-details__credit {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .project-details__credit {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .project-details__credit {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .project-slider {
    display: none;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.project-slider__slide {
  height: calc(100vh - 56px - 29px - 20px - 32px);
}

/* line 106, resources/assets/styles/layouts/_single-projects.scss */

.project-slider .owl-next {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMi45IDIzLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyLjkgMjMuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjAuNSwwLjUgMTEuOCwxMS44IDAuNSwyMy4yICIvPgo8L3N2Zz4K) no-repeat center !important;
  background-size: contain !important;
  right: -24px;
}

/* line 113, resources/assets/styles/layouts/_single-projects.scss */

.project-slider .owl-prev {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMi45IDIzLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyLjkgMjMuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjEyLjUsMjMuMiAxLjIsMTEuOCAxMi41LDAuNSAiLz4KPC9zdmc+Cg==) no-repeat center !important;
  background-size: contain !important;
  left: -24px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.project-images {
  display: none;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .project-images {
    display: block;
  }
}

/* line 132, resources/assets/styles/layouts/_single-projects.scss */

.project-images__image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.sub-nav {
  font-size: 13px;
  margin-bottom: 13px;
  position: absolute;
}

@media only screen and (max-width: 1390px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .sub-nav {
    position: static;
  }
}

/* line 12, resources/assets/styles/layouts/_page.scss */

.sub-nav a {
  text-transform: lowercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #999999;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 20, resources/assets/styles/layouts/_page.scss */

.sub-nav a.active {
  color: #000000;
}

/* line 25, resources/assets/styles/layouts/_page.scss */

.sub-nav a:hover {
  color: #000000;
}

/* line 31, resources/assets/styles/layouts/_page.scss */

.sub-nav span {
  color: #999999;
  margin: 0 5px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.archive {
  padding-top: 40px;
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .archive {
    padding-top: 20px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.archive__inner {
  max-width: 961px;
  margin: 0 auto;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.archive__card-group {
  position: relative;
}

/* line 23, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-1 .card {
  width: 100%;
}

/* line 27, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-1 .card::after {
  padding-bottom: 45%;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.archive__card-group-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: calc(29% + 1.5vw);
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .archive__card-group-2 {
    margin-bottom: 0;
  }
}

/* line 47, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-2 .card {
  width: calc(40% - 0.75vw);
}

@media (max-width: 700px) {
  /* line 47, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-2 .card {
    width: 100%;
  }
}

/* line 58, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-2 .card:nth-child(1)::after {
  padding-bottom: 72%;
}

/* line 66, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-2 .card:nth-child(2)::after {
  padding-bottom: 149%;
}

/* line 72, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-2 .card:nth-child(3) {
  width: calc(60% - 0.75vw);
  position: absolute;
  left: 0;
  top: calc(46.76% + 1.5vw);
}

@media (max-width: 700px) {
  /* line 72, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-2 .card:nth-child(3) {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
}

/* line 87, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-2 .card:nth-child(3)::after {
  padding-bottom: 100%;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.archive__card-group-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 102, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-3 .card {
  width: calc(40% - 0.75vw);
}

@media (max-width: 700px) {
  /* line 102, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-3 .card {
    width: 100%;
  }
}

/* line 113, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-3 .card:nth-child(1)::after {
  padding-bottom: 149%;
}

/* line 119, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-3 .card:nth-child(2) {
  position: absolute;
  top: -16%;
  right: 0;
}

@media (max-width: 700px) {
  /* line 119, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-3 .card:nth-child(2) {
    position: relative;
    top: auto;
    right: auto;
  }
}

/* line 132, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-3 .card:nth-child(2)::after {
  padding-bottom: 72%;
}

/* line 138, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-3 .card:nth-child(3) {
  width: calc(60% - 0.75vw);
  margin-top: calc(16.5% + 0.75vw);
}

@media (max-width: 700px) {
  /* line 138, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-3 .card:nth-child(3) {
    margin-top: 0;
    width: 100%;
  }
}

/* line 149, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-3 .card:nth-child(3)::after {
  padding-bottom: 100%;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.archive__card-group-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 19%;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .archive__card-group-4 {
    padding-top: 0;
  }
}

/* line 173, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-4.single::after {
  pointer-events: none;
  content: '';
  display: block;
  width: calc(40% - 0.75vw);
  padding-bottom: calc((40% - 0.75vw) * 0.72);
}

/* line 183, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-4 .card {
  width: calc(40% - 0.75vw);
}

@media (max-width: 700px) {
  /* line 183, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-4 .card {
    width: 100%;
  }
}

/* line 192, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-4 .card:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 700px) {
  /* line 192, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-4 .card:nth-child(1) {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

/* line 205, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-4 .card:nth-child(1)::after {
  padding-bottom: 149%;
}

/* line 213, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-4 .card:nth-child(2)::after {
  padding-bottom: 72%;
}

/* line 223, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt1 .card {
  width: 100%;
}

/* line 227, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt1 .card::after {
  padding-bottom: 45%;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.archive__card-group-alt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: calc(29% + 1.5vw);
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .archive__card-group-alt2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}

/* line 249, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt2 .card {
  width: calc(40% - 0.75vw);
}

@media (max-width: 700px) {
  /* line 249, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-alt2 .card {
    width: 100%;
  }
}

/* line 260, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt2 .card:nth-child(1)::after {
  padding-bottom: 72%;
}

/* line 268, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt2 .card:nth-child(2)::after {
  padding-bottom: 149%;
}

/* line 274, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt2 .card:nth-child(3) {
  width: calc(60% - 0.75vw);
  position: absolute;
  right: 0;
  top: calc(46.76% + 1.5vw);
}

@media (max-width: 700px) {
  /* line 274, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-alt2 .card:nth-child(3) {
    top: auto;
    width: 100%;
    right: auto;
    position: relative;
  }
}

/* line 289, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt2 .card:nth-child(3)::after {
  padding-bottom: 100%;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.archive__card-group-alt3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .archive__card-group-alt3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 310, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt3 .card {
  width: calc(40% - 0.75vw);
}

@media (max-width: 700px) {
  /* line 310, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-alt3 .card {
    width: 100%;
  }
}

/* line 321, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt3 .card:nth-child(1)::after {
  padding-bottom: 149%;
}

/* line 327, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt3 .card:nth-child(2) {
  position: absolute;
  top: -16%;
  left: 0;
}

@media (max-width: 700px) {
  /* line 327, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-alt3 .card:nth-child(2) {
    position: relative;
    top: auto;
    left: auto;
  }
}

/* line 340, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt3 .card:nth-child(2)::after {
  padding-bottom: 72%;
}

/* line 346, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt3 .card:nth-child(3) {
  width: calc(60% - 0.75vw);
  margin-top: calc(16.5% + 0.75vw);
}

@media (max-width: 700px) {
  /* line 346, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-alt3 .card:nth-child(3) {
    margin-top: 0;
    width: 100%;
  }
}

/* line 357, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt3 .card:nth-child(3)::after {
  padding-bottom: 100%;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.archive__card-group-alt4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 19%;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .archive__card-group-alt4 {
    padding-top: 0;
  }
}

/* line 381, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt4.single::before {
  content: '';
  display: block;
  width: calc(40% - 0.75vw);
  padding-bottom: calc((40% - 0.75vw) * 0.72);
}

/* line 390, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt4 .card {
  width: calc(40% - 0.75vw);
}

@media (max-width: 700px) {
  /* line 390, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-alt4 .card {
    width: 100%;
  }
}

/* line 399, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt4 .card:nth-child(1) {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 700px) {
  /* line 399, resources/assets/styles/layouts/_archive-page.scss */

  .archive__card-group-alt4 .card:nth-child(1) {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

/* line 412, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt4 .card:nth-child(1)::after {
  padding-bottom: 149%;
}

/* line 420, resources/assets/styles/layouts/_archive-page.scss */

.archive__card-group-alt4 .card:nth-child(2)::after {
  padding-bottom: 72%;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.card {
  position: relative;
  margin-bottom: 1.5vw;
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .card {
    margin-bottom: 16px;
  }
}

/* line 69, resources/assets/styles/helpers/_bem.scss */

.card:hover .card__inner {
  opacity: 1;
}

/* line 447, resources/assets/styles/layouts/_archive-page.scss */

.card::after {
  content: '';
  display: block;
  padding-bottom: 20%;
  pointer-events: none;
}

/* line 455, resources/assets/styles/layouts/_archive-page.scss */

.card .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.card__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  z-index: 3;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 380px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .card__inner {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .card__inner {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .card__inner {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1150px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .card__inner {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1800px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .card__inner {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .card__inner {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .card__inner {
    opacity: 1;
    height: auto;
    top: auto;
    bottom: 0;
    padding: 8px;
  }
}

/* line 490, resources/assets/styles/layouts/_archive-page.scss */

.card__inner span {
  font-weight: 700;
  margin-bottom: 0.5em;
  display: block;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.instagram-wrapper {
  padding-top: 40px;
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .instagram-wrapper {
    padding-top: 20px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.instagram-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 961px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 20, resources/assets/styles/layouts/_instagram.scss */

.instagram-wrapper__inner::before {
  content: '';
  display: inline-block;
  width: calc(25% - 19.5px);
  height: 0;
  opacity: 0;
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
}

@media (max-width: 1150px) {
  /* line 20, resources/assets/styles/layouts/_instagram.scss */

  .instagram-wrapper__inner::before {
    width: calc(50% - 12.5px);
  }
}

@media (max-width: 700px) {
  /* line 20, resources/assets/styles/layouts/_instagram.scss */

  .instagram-wrapper__inner::before {
    width: 100%;
  }
}

/* line 40, resources/assets/styles/layouts/_instagram.scss */

.instagram-wrapper__inner::after {
  content: '';
  display: inline-block;
  width: calc(25% - 19.5px);
  height: 0;
  opacity: 0;
  -webkit-box-ordinal-group: 999;
      -ms-flex-order: 998;
          order: 998;
}

@media (max-width: 1150px) {
  /* line 40, resources/assets/styles/layouts/_instagram.scss */

  .instagram-wrapper__inner::after {
    width: calc(50% - 12.5px);
  }
}

@media (max-width: 700px) {
  /* line 40, resources/assets/styles/layouts/_instagram.scss */

  .instagram-wrapper__inner::after {
    width: 100%;
  }
}

@media (max-width: 1800px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .instagram-wrapper__inner {
    padding: 0 100px;
  }
}

@media (max-width: 1150px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .instagram-wrapper__inner {
    padding: 0 32px;
  }
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .instagram-wrapper__inner {
    padding: 0 8px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.instagram-wrapper__image {
  width: calc(25% - 19.5px);
  margin-bottom: 25px;
}

@media (max-width: 1150px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .instagram-wrapper__image {
    width: calc(50% - 12.5px);
  }
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .instagram-wrapper__image {
    width: 100%;
    margin-bottom: 16px;
  }
}

/* line 92, resources/assets/styles/layouts/_instagram.scss */

.instagram-wrapper__image::after {
  content: '';
  padding-bottom: 100%;
  display: block;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 11px;
  text-transform: lowercase;
  height: 32px;
}

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

.home .header__logo svg path {
  fill: #ffffff;
}

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

.home .header__nav ul li a {
  color: #ffffff;
}

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

.home .header__nav ul li a:hover {
  border-bottom: solid 1px #ffffff;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.home .menu-trigger {
  border: solid 1px #ffffff;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.home .menu-trigger__inner {
  background: #ffffff;
}

/* line 39, resources/assets/styles/common/_header.scss */

.home .header__instagram-link svg path {
  fill: #ffffff;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-active .mobile-menu {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-active .header {
  background: rgba(255, 255, 255, 0.9);
}

/* line 59, resources/assets/styles/common/_header.scss */

.menu-active .header__logo svg path {
  fill: #000000;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-active .menu-trigger {
  border: solid 1px #000000;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.menu-active .menu-trigger__inner {
  background: #000000;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.header {
  position: relative;
  z-index: 5;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .header__inner {
    padding: 0;
    height: 43px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.header__logo {
  width: 250px;
  height: auto;
  display: block;
  line-height: 0;
}

@media (max-width: 1150px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .header__logo {
    width: 225px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.header__instagram-link {
  width: 16px;
  display: block;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 116, resources/assets/styles/common/_header.scss */

.header__instagram-link:hover {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 121, resources/assets/styles/common/_header.scss */

.header__instagram-link svg {
  width: 100%;
  height: auto;
  display: block;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.header__nav {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1150px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .header__nav {
    display: none;
  }
}

/* line 143, resources/assets/styles/common/_header.scss */

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 150, resources/assets/styles/common/_header.scss */

.header__nav li {
  margin-right: 15px;
}

/* line 156, resources/assets/styles/common/_header.scss */

.header__nav li.current-menu-item a {
  border-bottom: solid 1px;
}

/* line 162, resources/assets/styles/common/_header.scss */

.header__nav li a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  display: inline-block;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-transform: lowercase;
}

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

.header__nav li a:hover {
  border-bottom: solid 1px #000000;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-trigger {
  position: relative;
  border: solid 1px #000000;
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: none;
}

@media (max-width: 1150px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .menu-trigger {
    display: block;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.menu-trigger__inner {
  border-radius: 50%;
  background: #000000;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 54px);
  background: #ffffff;
  z-index: 4;
  border-top: solid 1px #000000;
  -webkit-transform: translateY(110%);
       -o-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .mobile-menu {
    height: calc(100% - 43px);
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.mobile-menu__instagram-link {
  text-align: right;
  border-bottom: solid 1px #ccc;
  height: 59px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 239, resources/assets/styles/common/_header.scss */

.mobile-menu__instagram-link svg {
  width: 25px;
  height: auto;
}

/* line 250, resources/assets/styles/common/_header.scss */

.mobile-menu ul li a {
  color: #999999;
  display: block;
  font-family: "Zurich", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 58px;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  text-decoration: none;
  text-align: right;
  border-bottom: solid 1px #ccc;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.module-two-column {
  padding-top: 40px;
  text-align: justify;
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .module-two-column {
    padding-top: 20px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-two-column__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 961px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-two-column__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-two-column__column {
  width: calc(50% - 12.5px);
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-two-column__column {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 34, resources/assets/styles/modules/modules.scss */

  .module-two-column__column:last-child {
    margin-bottom: 0;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.module-one-column {
  padding-top: 40px;
  position: relative;
  text-align: justify;
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .module-one-column {
    padding-top: 20px;
  }
}

/* line 55, resources/assets/styles/modules/modules.scss */

.module-one-column__content img {
  height: auto;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-one-column__extra {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
}

@media only screen and (max-width: 1520px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-one-column__extra {
    position: static;
    margin-bottom: 20px;
  }

  /* line 73, resources/assets/styles/modules/modules.scss */

  .module-one-column__extra .inner-wrapper {
    padding: 0;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-one-column__extra-inner {
  max-width: 248px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-one-column__inner {
  max-width: 961px;
  margin: 0 auto;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.module-person {
  padding-top: 40px;
  text-align: justify;
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .module-person {
    padding-top: 20px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-person__inner {
  max-width: 961px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-person__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-person__person {
  margin-bottom: 30px;
  padding: 10px;
  -webkit-transition: background-color ease-in-out 300ms;
  -o-transition: background-color ease-in-out 300ms;
  transition: background-color ease-in-out 300ms;
}

/* line 123, resources/assets/styles/modules/modules.scss */

.module-person__person.person-modal:hover {
  background-color: rgba(153, 153, 153, 0.5);
  cursor: pointer;
}

/* line 128, resources/assets/styles/modules/modules.scss */

.module-person__person.person-modal:hover .module-person__image img {
  -webkit-transform: scale(1.025);
       -o-transform: scale(1.025);
          transform: scale(1.025);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-person__image {
  width: 100%;
  overflow: hidden;
}

/* line 140, resources/assets/styles/modules/modules.scss */

.module-person__image img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  -o-transition: -o-transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms, -o-transform ease-in-out 300ms;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-person__text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-person__sub-text {
    text-align: left;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-person__name {
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 3px;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-person__name {
    text-align: left;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-person__modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(153, 153, 153, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 300ms;
  -o-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
}

/* line 191, resources/assets/styles/modules/modules.scss */

.module-person__modal-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* line 198, resources/assets/styles/modules/modules.scss */

.module-person__modal-wrapper .modal-clicktrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-person__modal-person {
  background-color: #ffffff;
  width: 90vw;
  max-width: 1025px;
  padding: 30px 50px;
  position: relative;
}

/* line 216, resources/assets/styles/modules/modules.scss */

.module-person__modal-person .modal-close {
  position: absolute;
  padding: 1rem;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-person__modal-person {
    width: 100vw;
    height: 100vh;
    padding: 30px 50px;
    padding-top: calc(30px + 43px);
    overflow-y: scroll;
  }

  /* line 234, resources/assets/styles/modules/modules.scss */

  .module-person__modal-person .modal-close {
    top: calc(0.5rem + 43px);
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-person__modal-person-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-person__modal-person-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-person__modal-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-person__modal-left {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-person__modal-right {
  width: 50%;
}

/* line 272, resources/assets/styles/modules/modules.scss */

.module-person__modal-right p {
  padding-top: 2em;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-person__modal-right {
    width: 100%;
  }
}

@media (max-width: 700px) {
  /* line 287, resources/assets/styles/modules/modules.scss */

  .module-person__modal-image img {
    max-height: 40vh;
  }
}


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