@charset "UTF-8";

/** 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: 'Graphik';
  src: url(/2019yearinreview/wp-content/themes/hrv/dist/fonts/Graphik-Bold-Web.woff2) format("woff2"), url(/2019yearinreview/wp-content/themes/hrv/dist/fonts/Graphik-Bold-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url(/2019yearinreview/wp-content/themes/hrv/dist/fonts/Graphik-BoldItalic-Web.woff2) format("woff2"), url(/2019yearinreview/wp-content/themes/hrv/dist/fonts/Graphik-BoldItalic-Web.woff) format("woff");
  font-weight: 500;
  font-style: italic;
}

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

@font-face {
  font-family: 'Graphik';
  src: url(/2019yearinreview/wp-content/themes/hrv/dist/fonts/Graphik-RegularItalic-Web.woff2) format("woff2"), url(/2019yearinreview/wp-content/themes/hrv/dist/fonts/Graphik-RegularItalic-Web.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}

/**

 *  Font weight variables

 */

/**

 *  Font sizes

 *

 *	Map options: null, x-small, small, medium, large, x-large

 *

 */

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

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

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

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.333;
}

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

  p {
    font-size: 16px;
  }
}

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

  p {
    font-size: 18px;
  }
}

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

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}

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

  body {
    font-size: 16px;
  }
}

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

  body {
    font-size: 18px;
  }
}

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

h1 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 1.1;
}

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

  h1 {
    font-size: 32px;
  }
}

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

  h1 {
    font-size: 60px;
  }
}

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

  h1 {
    font-size: 72px;
  }
}

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

  h1 {
    font-size: 72px;
    line-height: 1.02;
  }
}

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

  h1 {
    font-size: 92px;
    line-height: 1.02;
  }
}

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

h2 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.16;
}

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

  h2 {
    font-size: 24px;
  }
}

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

  h2 {
    font-size: 28px;
  }
}

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

  h2 {
    font-size: 36px;
  }
}

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

  h2 {
    font-size: 42px;
  }
}

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

  h2 {
    font-size: 60px;
  }
}

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

h3 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.28;
}

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

  h3 {
    font-size: 20px;
  }
}

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

  h3 {
    font-size: 24px;
  }
}

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

  h3 {
    font-size: 28px;
  }
}

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

h4 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.333;
}

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

  h4 {
    font-size: 16px;
  }
}

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

  h4 {
    font-size: 18px;
  }
}

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

h5 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.333;
}

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

  h5 {
    font-size: 16px;
  }
}

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

  h5 {
    font-size: 18px;
  }
}

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

.content,
body#tinymce.wp-editor {
  color: inherit;
}

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

.content h2,
body#tinymce.wp-editor h2 {
  margin-bottom: 0.43em;
}

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

.content img,
body#tinymce.wp-editor img {
  height: auto;
}

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

.content p,
body#tinymce.wp-editor p {
  margin-bottom: 0.2em;
  padding-top: 0.4em;
}

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

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

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

.content p img,
body#tinymce.wp-editor p img {
  height: auto;
}

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

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

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

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

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

  .content a.btn,
  body#tinymce.wp-editor a.btn,
  .content a.btn--reversed,
  body#tinymce.wp-editor a.btn--reversed {
    font-size: 20px;
    line-height: 1.28;
    padding: 1.5em;
    height: auto;
    white-space: normal;
  }
}

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

  .content a.btn,
  body#tinymce.wp-editor a.btn,
  .content a.btn--reversed,
  body#tinymce.wp-editor a.btn--reversed {
    font-size: 20px;
  }
}

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

  .content a.btn,
  body#tinymce.wp-editor a.btn,
  .content a.btn--reversed,
  body#tinymce.wp-editor a.btn--reversed {
    font-size: 24px;
  }
}

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

  .content a.btn,
  body#tinymce.wp-editor a.btn,
  .content a.btn--reversed,
  body#tinymce.wp-editor a.btn--reversed {
    font-size: 28px;
  }
}

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

.content ul li,
body#tinymce.wp-editor ul li {
  position: relative;
  padding-left: calc(6px + 1em);
}

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

.content ul li:empty::before,
body#tinymce.wp-editor ul li:empty::before {
  display: none;
}

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

.content ul li::before,
body#tinymce.wp-editor ul li::before {
  content: '\2022';
  position: absolute;
  left: 0;
}

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

.content strong,
body#tinymce.wp-editor strong {
  font-weight: 500;
}

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

.content blockquote,
body#tinymce.wp-editor blockquote {
  quotes: '\201C' '\201D' '\2018' '\2019';
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  color: var(--text, #000000);
  margin-bottom: 0.43em;
  font-size: 24px;
  line-height: 1.16;
}

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

  .content blockquote,
  body#tinymce.wp-editor blockquote {
    font-size: 24px;
  }
}

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

  .content blockquote,
  body#tinymce.wp-editor blockquote {
    font-size: 28px;
  }
}

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

  .content blockquote,
  body#tinymce.wp-editor blockquote {
    font-size: 36px;
  }
}

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

  .content blockquote,
  body#tinymce.wp-editor blockquote {
    font-size: 42px;
  }
}

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

  .content blockquote,
  body#tinymce.wp-editor blockquote {
    font-size: 60px;
  }
}

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

.content blockquote:first-child:not(:only-child),
body#tinymce.wp-editor blockquote:first-child:not(:only-child) {
  -webkit-transform: translateY(-0.2em);
       -o-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
  margin-bottom: 0.23em;
}

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

.content blockquote p,
body#tinymce.wp-editor blockquote p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

.content blockquote p:last-child,
body#tinymce.wp-editor blockquote p:last-child {
  margin-bottom: 0;
}

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

.content hr,
body#tinymce.wp-editor hr {
  font-size: 16px;
  line-height: 1.333;
  margin: 0 0;
  border: none;
  display: block;
  height: auto;
  margin-bottom: 0.2em;
  position: relative;
}

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

  .content hr,
  body#tinymce.wp-editor hr {
    font-size: 16px;
  }
}

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

  .content hr,
  body#tinymce.wp-editor hr {
    font-size: 18px;
  }
}

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

.content hr::before,
body#tinymce.wp-editor hr::before {
  content: '';
  height: 0.2em;
  display: block;
}

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

.content hr::after,
body#tinymce.wp-editor hr::after {
  content: '';
  height: 2px;
  display: block;
  background: var(--background, #000000);
}

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

.content > *:last-child,
body#tinymce.wp-editor > *:last-child {
  margin-bottom: 0;
}

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

body#tinymce.wp-editor {
  background: var(--background, #ffffff);
  color: var(--text, #000000);
  padding: 10px !important;
}

/**

 *  General

 */

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

* {
  -webkit-font-smoothing: antialiased;
  font-family: "Graphik", Arial, Helvetica, sans-serif;
}

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

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

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

.color-block {
  background: var(--background, #ffffff);
  color: var(--text, #000000);
}

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

.color-block.white {
  --background: #ffffff;
  --text: #000000;
}

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

.color-block.white .color-el.white {
  --bg: #ffffff;
}

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

.color-block.white .color-el.white.btn:hover,
.color-block.white .color-el.white.btn--reversed:hover {
  color: var(--bg, #000000);
}

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

.color-block.white .color-el.white.btn--reversed {
  color: var(--bg, #000000);
}

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

.color-block.black {
  --background: #000000;
  --text: #000000;
}

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

.color-block.black .color-el.white {
  --bg: #000000;
}

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

.color-block.black .color-el.white.btn:hover,
.color-block.black .color-el.white.btn--reversed:hover {
  color: var(--bg, #000000);
}

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

.color-block.black .color-el.white.btn--reversed {
  color: var(--bg, #000000);
}

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

.color-block.debug {
  --background: #ff00ef;
  --text: #000000;
}

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

.color-block.debug .color-el.white {
  --bg: #ff00ef;
}

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

.color-block.debug .color-el.white.btn:hover,
.color-block.debug .color-el.white.btn--reversed:hover {
  color: var(--bg, #000000);
}

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

.color-block.debug .color-el.white.btn--reversed {
  color: var(--bg, #000000);
}

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

.color-block.grey {
  --background: #efefef;
  --text: #000000;
}

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

.color-block.grey .color-el.white {
  --bg: #efefef;
}

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

.color-block.grey .color-el.white.btn:hover,
.color-block.grey .color-el.white.btn--reversed:hover {
  color: var(--bg, #000000);
}

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

.color-block.grey .color-el.white.btn--reversed {
  color: var(--bg, #000000);
}

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

.color-block.green {
  --background: #62debd;
  --text: #000000;
}

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

.color-block.green .color-el.white {
  --bg: #62debd;
}

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

.color-block.green .color-el.white.btn:hover,
.color-block.green .color-el.white.btn--reversed:hover {
  color: var(--bg, #000000);
}

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

.color-block.green .color-el.white.btn--reversed {
  color: var(--bg, #000000);
}

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

.color-block.navy {
  --background: #071c53;
  --text: #ffffff;
}

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

.color-block.navy .color-el.white {
  --bg: #071c53;
}

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

.color-block.navy .color-el.white.btn:hover,
.color-block.navy .color-el.white.btn--reversed:hover {
  color: var(--bg, #000000);
}

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

.color-block.navy .color-el.white.btn--reversed {
  color: var(--bg, #000000);
}

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

.color-block.yellow {
  --background: #edb936;
  --text: #000000;
}

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

.color-block.yellow .color-el.white {
  --bg: #edb936;
}

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

.color-block.yellow .color-el.white.btn:hover,
.color-block.yellow .color-el.white.btn--reversed:hover {
  color: var(--bg, #000000);
}

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

.color-block.yellow .color-el.white.btn--reversed {
  color: var(--bg, #000000);
}

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

.color-block.red {
  --background: #b22304;
  --text: #ffffff;
}

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

.color-block.red .color-el.white {
  --bg: #b22304;
}

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

.color-block.red .color-el.white.btn:hover,
.color-block.red .color-el.white.btn--reversed:hover {
  color: var(--bg, #000000);
}

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

.color-block.red .color-el.white.btn--reversed {
  color: var(--bg, #000000);
}

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

.btn,
.btn--reversed,
.color-el.btn--reversed {
  --text: #000000;
  --background: #000000;
  padding: 0 2.5em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 90px;
  display: inline-block;
  font-weight: 500;
  border: 2px solid;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.28;
  -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-height: 90px;
}

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

  .btn,
  .btn--reversed,
  .color-el.btn--reversed {
    font-size: 20px;
  }
}

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

  .btn,
  .btn--reversed,
  .color-el.btn--reversed {
    font-size: 24px;
  }
}

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

  .btn,
  .btn--reversed,
  .color-el.btn--reversed {
    font-size: 28px;
  }
}

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

  .btn,
  .btn--reversed,
  .color-el.btn--reversed {
    height: 80px;
    line-height: 80px;
  }
}

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

  .btn,
  .btn--reversed,
  .color-el.btn--reversed {
    height: 70px;
    line-height: 70px;
  }
}

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

  .btn,
  .btn--reversed,
  .color-el.btn--reversed {
    font-size: 16px;
    line-height: 1.333;
    height: 60px;
    line-height: 60px;
  }
}

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

  .btn,
  .btn--reversed,
  .color-el.btn--reversed {
    font-size: 16px;
  }
}

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

  .btn,
  .btn--reversed,
  .color-el.btn--reversed {
    font-size: 18px;
  }
}

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

  .btn,
  .btn--reversed,
  .color-el.btn--reversed {
    line-height: 60px;
    padding: 0 1.5em;
  }
}

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

.btn--reversed {
  color: #ffffff;
  border-color: var(--background, #000000);
  background: var(--background, #000000);
}

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

.btn--reversed:hover {
  color: var(--background, #000000);
  border-color: transparent;
  background: transparent;
}

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

.color-el {
  --background: #000000;
  color: var(--text, #000000);
  --john: rgba(0, 0, 0, 0.6);
}

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

.color-el path,
.color-el polygon {
  fill: var(--background, #000000);
}

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

.color-el.btn,
.color-el.btn--reversed {
  border-color: var(--background, #000000);
  background: transparent;
  color: var(--background, #000000);
}

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

.color-el.btn:hover,
.color-el.btn--reversed:hover {
  border-color: var(--background, #000000);
  background: var(--background, #000000);
  color: #ffffff;
}

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

.color-el.btn--reversed {
  color: #ffffff;
  background: var(--background, #000000);
}

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

.color-el.btn--reversed:hover {
  border-color: transparent;
  background: var(--john, transparent);
}

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

.color-el.btn--reversed.white {
  color: #000000;
}

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

.color-el.white {
  --text: #ffffff;
  --background: #ffffff;
  --john: rgba(255, 255, 255, 0.6);
}

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

.color-el.black {
  --text: #000000;
  --background: #000000;
  --john: rgba(0, 0, 0, 0.6);
}

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

.color-el.debug {
  --text: #ff00ef;
  --background: #ff00ef;
  --john: rgba(255, 0, 239, 0.6);
}

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

.color-el.grey {
  --text: #efefef;
  --background: #efefef;
  --john: rgba(239, 239, 239, 0.6);
}

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

.color-el.green {
  --text: #62debd;
  --background: #62debd;
  --john: rgba(98, 222, 189, 0.6);
}

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

.color-el.navy {
  --text: #071c53;
  --background: #071c53;
  --john: rgba(7, 28, 83, 0.6);
}

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

.color-el.yellow {
  --text: #edb936;
  --background: #edb936;
  --john: rgba(237, 185, 54, 0.6);
}

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

.color-el.red {
  --text: #b22304;
  --background: #b22304;
  --john: rgba(178, 35, 4, 0.6);
}

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

.half-image-col {
  overflow: hidden;
  width: 100%;
  background: transparent;
  position: relative;
  height: 100%;
}

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

.half-image-col img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

  .half-image-col img {
    opacity: 1;
  }
}

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

.parallax-window {
  min-height: 100vh;
  background: transparent;
}

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

.parallax-window > img {
  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);
}

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

  .parallax-window img {
    opacity: 1;
  }
}

/* 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 15, resources/assets/styles/components/_global.scss */

.transition-fade {
  -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);
  opacity: 1;
}

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

html.is-animating .transition-fade {
  -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);
  opacity: 0;
}

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

.inner-wrapper,
.title--fw-bg .inner-wrapper--half {
  margin: 0 auto;
  width: 100%;
  max-width: 1720px;
  padding-left: 50px;
  padding-right: 50px;
  -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: 380px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .inner-wrapper,
  .title--fw-bg .inner-wrapper--half {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

.inner-wrapper--half {
  width: 50%;
}

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

  .inner-wrapper--half {
    width: 100%;
  }
}

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

a {
  text-decoration: none;
  color: inherit;
}

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

.error404 .scroll-darr {
  display: none;
}

/**

 *  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 6, resources/assets/styles/components/_animations.scss */

.module.active .fx {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

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

.module.active .fx-el:nth-child(1) {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}

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

.module.active .fx-el:nth-child(2) {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}

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

.module.active .fx-el:nth-child(3) {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 600ms;
       -o-transition-delay: 600ms;
          transition-delay: 600ms;
}

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

.module.active .fx-el:nth-child(4) {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}

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

.module.active .fx-el:nth-child(5) {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 1000ms;
       -o-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

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

.module.active .fx-el:nth-child(6) {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 1200ms;
       -o-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

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

.module.active .fx-el:nth-child(7) {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 1400ms;
       -o-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

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

.fx {
  opacity: 0;
  -webkit-transform: translateY(60px);
       -o-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.fx--stagger-in {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

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

.fx--stagger-in .fx-el {
  opacity: 0;
  -webkit-transform: translateY(60px);
       -o-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 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: 16px;
  line-height: 1.333;
}

@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: 16px;
  }
}

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

  .woocommerce:not(body) small,
  .woocommerce-checkout:not(body) small {
    font-size: 18px;
  }
}

/* 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: 16px;
  line-height: 1.333;
}

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

  .cart tr th,
  .cart tr td {
    font-size: 16px;
  }
}

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

  .cart tr th,
  .cart tr td {
    font-size: 18px;
  }
}

/* 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: 24px;
  line-height: 1.16;
}

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

  .woocommerce-info.cart-empty {
    font-size: 24px;
  }
}

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

  .woocommerce-info.cart-empty {
    font-size: 28px;
  }
}

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

  .woocommerce-info.cart-empty {
    font-size: 36px;
  }
}

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

  .woocommerce-info.cart-empty {
    font-size: 42px;
  }
}

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

  .woocommerce-info.cart-empty {
    font-size: 60px;
  }
}

/* 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: 16px;
  line-height: 1.333;
}

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

  .cart-collaterals h2,
  .woocommerce-checkout-review-order h2 {
    font-size: 16px;
  }
}

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

  .cart-collaterals h2,
  .woocommerce-checkout-review-order h2 {
    font-size: 18px;
  }
}

/* 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: 16px;
  line-height: 1.333;
}

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

  .woocommerce-shipping-calculator p {
    font-size: 16px;
  }
}

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

  .woocommerce-shipping-calculator p {
    font-size: 18px;
  }
}

/* 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: 16px;
  line-height: 1.333;
}

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

  .woocommerce-checkout-review-order table thead tr th {
    font-size: 16px;
  }
}

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

  .woocommerce-checkout-review-order table thead tr th {
    font-size: 18px;
  }
}

/* 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: 16px;
  line-height: 1.333;
}

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

  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 16px;
  }
}

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

  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 18px;
  }
}

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

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

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

  .woocommerce-checkout h3 {
    font-size: 16px;
  }
}

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

  .woocommerce-checkout h3 {
    font-size: 18px;
  }
}

/* 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: 16px;
  line-height: 1.333;
}

@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: 16px;
  }
}

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

  .checkout .woocommerce-billing-fields__field-wrapper p,
  .checkout .woocommerce-shipping-fields__field-wrapper p {
    font-size: 18px;
  }
}

@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: 16px;
  line-height: 1.333;
}

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

  .woocommerce-checkout-payment ul {
    font-size: 16px;
  }
}

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

  .woocommerce-checkout-payment ul {
    font-size: 18px;
  }
}

/* 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: 16px;
  line-height: 1.333;
}

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

  .woocommerce-privacy-policy-text p {
    font-size: 16px;
  }
}

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

  .woocommerce-privacy-policy-text p {
    font-size: 18px;
  }
}

/* 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;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
    opacity: 0;
  }
}

@-o-keyframes scrollDown {
  0% {
    -o-transform: translate(-50%, 0);
       transform: translate(-50%, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -o-transform: translate(-50%, 20px);
       transform: translate(-50%, 20px);
    opacity: 0;
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate(-50%, 20px);
         -o-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
    opacity: 0;
  }
}

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

.scroll-wrap {
  opacity: 1;
  visibility: visible;
  -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 27, resources/assets/styles/common/_header.scss */

.scroll-wrap.disabled {
  opacity: 0;
  visibility: hidden;
}

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

.scroll-darr {
  position: fixed;
  bottom: 76px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 60px;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  -webkit-animation: scrollDown 1.5s infinite;
       -o-animation: scrollDown 1.5s infinite;
          animation: scrollDown 1.5s infinite;
}

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

  .scroll-darr {
    width: 48px;
  }
}

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

  .scroll-darr {
    right: 50px;
    left: auto;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    width: 32px;
  }
}

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

  .scroll-darr {
    display: none;
  }
}

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

.module {
  position: relative;
  min-height: 100vh;
  height: 100%;
}

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

.title {
  background: transparent;
  position: relative;
}

/* line 6, resources/assets/styles/modules/_title-block.scss */

.title > img {
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  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);
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  /* line 6, resources/assets/styles/modules/_title-block.scss */

  .title > img {
    opacity: 1;
  }
}

/* line 25, resources/assets/styles/modules/_title-block.scss */

.title.parallax-window .parallax-mirror {
  background: var(--background, #ffffff);
}

/* line 30, resources/assets/styles/modules/_title-block.scss */

.title.parallax-window.title--fw-bg,
.title.parallax-window .title__inner,
.title.parallax-window .inner-wrapper--half:first-child {
  background: transparent;
}

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

.title__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

  .title__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

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

.title--fw-bg {
  width: 100%;
  background: var(--background, #ffffff);
}

/* line 55, resources/assets/styles/modules/_title-block.scss */

.title--fw-bg .title__column,
.title--fw-bg .title--justified-column,
.title--fw-bg .title--no-button {
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.title__header {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 74, resources/assets/styles/modules/_title-block.scss */

.title__header a {
  display: block;
}

/* line 78, resources/assets/styles/modules/_title-block.scss */

.title__header a svg {
  height: 65px;
  display: block;
}

/* line 86, resources/assets/styles/modules/_title-block.scss */

.title__header a svg path {
  background: black;
}

@media (max-width: 900px) {
  /* line 78, resources/assets/styles/modules/_title-block.scss */

  .title__header a svg {
    height: 36px;
  }
}

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

.title__column,
.title--justified-column,
.title--no-button {
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 76px 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

  .title__column,
  .title--justified-column,
  .title--no-button {
    max-width: 100%;
  }
}

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

  .title__column,
  .title--justified-column,
  .title--no-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

.title--justified-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 129, resources/assets/styles/modules/_title-block.scss */

.title--justified-column .btn,
.title--justified-column .btn--reversed {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

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

.title--no-button {
  position: relative;
}

/* line 140, resources/assets/styles/modules/_title-block.scss */

.title--no-button .title__header {
  position: absolute;
  width: auto;
}

/* line 146, resources/assets/styles/modules/_title-block.scss */

.title--no-button .title__title {
  padding-top: 112px;
  padding-bottom: 112px;
  -ms-flex-item-align: center;
      align-self: center;
}

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

.title__title {
  width: 100%;
}

/* line 158, resources/assets/styles/modules/_title-block.scss */

.title__title h3 {
  font-weight: 500;
  margin-bottom: 32px;
}

@media (max-width: 1150px) {
  /* line 158, resources/assets/styles/modules/_title-block.scss */

  .title__title h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  /* line 158, resources/assets/styles/modules/_title-block.scss */

  .title__title h3 {
    margin-bottom: 12px;
  }
}

/* line 175, resources/assets/styles/modules/_title-block.scss */

.title .inner-wrapper--half:first-child {
  background: var(--background, #ffffff);
}

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

.fullwidth-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (max-width: 900px) {
  /* line 9, resources/assets/styles/modules/_fullwidth-text-block.scss */

  .fullwidth-text::after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    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 23, resources/assets/styles/modules/_fullwidth-text-block.scss */

.fullwidth-text.color-block .parallax-mirror::after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 10;
  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 34, resources/assets/styles/modules/_fullwidth-text-block.scss */

.fullwidth-text > img {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  /* line 34, resources/assets/styles/modules/_fullwidth-text-block.scss */

  .fullwidth-text > img {
    opacity: 1;
  }
}

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

.fullwidth-text__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 76px;
  padding-bottom: 76px;
  width: 100%;
  position: relative;
  mix-blend-mode: normal;
  z-index: 1;
}

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

  .fullwidth-text__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

.fullwidth-text__content {
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 83.33333%;
}

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

  .fullwidth-text__content {
    max-width: 100%;
  }
}

/* line 82, resources/assets/styles/modules/_fullwidth-text-block.scss */

.fullwidth-text__content .content,
.fullwidth-text__content body#tinymce.wp-editor {
  padding-bottom: 138px;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/modules/_fullwidth-text-block.scss */

  .fullwidth-text__content .content,
  .fullwidth-text__content body#tinymce.wp-editor {
    padding-bottom: 90px;
  }
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/modules/_fullwidth-text-block.scss */

  .fullwidth-text__content .content,
  .fullwidth-text__content body#tinymce.wp-editor {
    padding-bottom: 72px;
  }
}

/* line 97, resources/assets/styles/modules/_fullwidth-text-block.scss */

.fullwidth-text__content .btn,
.fullwidth-text__content .btn--reversed {
  margin-top: auto;
}

/* line 105, resources/assets/styles/modules/_fullwidth-text-block.scss */

.fullwidth-text--center-align .fullwidth-text__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 110, resources/assets/styles/modules/_fullwidth-text-block.scss */

.fullwidth-text--center-align .inner-wrapper,
.fullwidth-text--center-align .title--fw-bg .inner-wrapper--half,
.title--fw-bg .fullwidth-text--center-align .inner-wrapper--half {
  padding-top: 228px;
  padding-bottom: 228px;
}

@media (max-width: 1480px) {
  /* line 110, resources/assets/styles/modules/_fullwidth-text-block.scss */

  .fullwidth-text--center-align .inner-wrapper,
  .fullwidth-text--center-align .title--fw-bg .inner-wrapper--half,
  .title--fw-bg .fullwidth-text--center-align .inner-wrapper--half {
    padding-top: 218px;
    padding-bottom: 218px;
  }
}

@media (max-width: 900px) {
  /* line 110, resources/assets/styles/modules/_fullwidth-text-block.scss */

  .fullwidth-text--center-align .inner-wrapper,
  .fullwidth-text--center-align .title--fw-bg .inner-wrapper--half,
  .title--fw-bg .fullwidth-text--center-align .inner-wrapper--half {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media (max-width: 700px) {
  /* line 110, resources/assets/styles/modules/_fullwidth-text-block.scss */

  .fullwidth-text--center-align .inner-wrapper,
  .fullwidth-text--center-align .title--fw-bg .inner-wrapper--half,
  .title--fw-bg .fullwidth-text--center-align .inner-wrapper--half {
    padding-top: 132px;
    padding-bottom: 132px;
  }
}

/* line 134, resources/assets/styles/modules/_fullwidth-text-block.scss */

.fullwidth-text--center-align .fullwidth-text__content {
  max-width: 83.33333%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@media (max-width: 900px) {
  /* line 134, resources/assets/styles/modules/_fullwidth-text-block.scss */

  .fullwidth-text--center-align .fullwidth-text__content {
    max-width: 100%;
  }
}

/* line 146, resources/assets/styles/modules/_fullwidth-text-block.scss */

.fullwidth-text--center-align .fullwidth-text__content .content,
.fullwidth-text--center-align .fullwidth-text__content body#tinymce.wp-editor {
  padding-bottom: 0;
}

/* line 151, resources/assets/styles/modules/_fullwidth-text-block.scss */

.fullwidth-text--center-align .fullwidth-text__content .btn,
.fullwidth-text--center-align .fullwidth-text__content .btn--reversed {
  margin-top: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% + 138px));
       -o-transform: translate(-50%, calc(100% + 138px));
          transform: translate(-50%, calc(100% + 138px));
}

@media (max-width: 900px) {
  /* line 151, resources/assets/styles/modules/_fullwidth-text-block.scss */

  .fullwidth-text--center-align .fullwidth-text__content .btn,
  .fullwidth-text--center-align .fullwidth-text__content .btn--reversed {
    -webkit-transform: translate(-50%, calc(100% + 90px));
         -o-transform: translate(-50%, calc(100% + 90px));
            transform: translate(-50%, calc(100% + 90px));
  }
}

@media (max-width: 900px) {
  /* line 151, resources/assets/styles/modules/_fullwidth-text-block.scss */

  .fullwidth-text--center-align .fullwidth-text__content .btn,
  .fullwidth-text--center-align .fullwidth-text__content .btn--reversed {
    -webkit-transform: translate(-50%, calc(100% + 72px));
         -o-transform: translate(-50%, calc(100% + 72px));
            transform: translate(-50%, calc(100% + 72px));
  }
}

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

.image-text {
  background: transparent;
}

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

.image-text__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 15, resources/assets/styles/modules/_image-text-block.scss */

.image-text.reversed .image-text__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 19, resources/assets/styles/modules/_image-text-block.scss */

.image-text.reversed .image-text__inner .image-text__col {
  margin-left: 0;
  margin-right: auto;
}

/* line 27, resources/assets/styles/modules/_image-text-block.scss */

.image-text .inner-wrapper--half:first-child {
  background: var(--background, #ffffff);
}

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

.image-text__col {
  padding: 76px 50px;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 100vh;
  position: relative;
}

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

  .image-text__col {
    max-width: 100%;
    padding: 50px 24px;
  }
}

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

.image-text__content {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 54, resources/assets/styles/modules/_image-text-block.scss */

.image-text__content .content,
.image-text__content body#tinymce.wp-editor {
  width: 100%;
}

/* line 59, resources/assets/styles/modules/_image-text-block.scss */

.image-text__content .btn,
.image-text__content .btn--reversed {
  margin-top: 60px;
}

@media (max-width: 900px) {
  /* line 59, resources/assets/styles/modules/_image-text-block.scss */

  .image-text__content .btn,
  .image-text__content .btn--reversed {
    margin-top: 36px;
  }
}

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

.data-text {
  padding: 76px 0;
  background: var(--background, #ffffff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

  .data-text {
    padding: 50px 0;
  }
}

/* line 13, resources/assets/styles/modules/_data-text-block.scss */

.data-text .inner-wrapper,
.data-text .title--fw-bg .inner-wrapper--half,
.title--fw-bg .data-text .inner-wrapper--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}

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

.data-text__title,
.data-text--center-title,
.text-column--center-title {
  display: block;
  width: 100%;
  margin-bottom: 170px;
  max-width: 75%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

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

  .data-text__title,
  .data-text--center-title,
  .text-column--center-title {
    max-width: 100%;
    margin-bottom: 120px;
  }
}

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

.data-text--center-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.data-text__col {
  width: 100%;
  max-width: calc(((4 / 12) * 100%) - ((100px * 2) / 3));
  color: var(--text, #000000);
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

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

  .data-text__col {
    max-width: calc(((4 / 12) * 100%) - ((50px * 2) / 3));
  }
}

/* line 57, resources/assets/styles/modules/_data-text-block.scss */

.data-text__col h2 {
  margin-bottom: 0.13em;
}

/* line 62, resources/assets/styles/modules/_data-text-block.scss */

.data-text__col img {
  width: 100%;
  margin: 0 auto;
}

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

  .data-text__col {
    max-width: 100%;
  }
}

/* line 75, resources/assets/styles/modules/_data-text-block.scss */

.data-text__col.color-el p,
.data-text__col.color-el h2,
.data-text__col.color-el h3,
.data-text__col.color-el h4 {
  color: var(--text, #000000);
}

/* line 85, resources/assets/styles/modules/_data-text-block.scss */

.data-text__col.color-el blockquote p {
  color: inherit;
}

/* line 92, resources/assets/styles/modules/_data-text-block.scss */

.data-text__col .btn,
.data-text__col .btn--reversed {
  margin-top: 60px;
}

@media (max-width: 900px) {
  /* line 92, resources/assets/styles/modules/_data-text-block.scss */

  .data-text__col .btn,
  .data-text__col .btn--reversed {
    margin-top: 36px;
  }
}

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

  .data-text__col {
    margin-bottom: 120px;
    max-width: 100%;
  }

  /* line 107, resources/assets/styles/modules/_data-text-block.scss */

  .data-text__col:last-child {
    margin-bottom: 0;
  }
}

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

  .data-text__col {
    margin-bottom: 80px;
  }
}

/* line 121, resources/assets/styles/modules/_data-text-block.scss */

.data-text--col-2 .data-text__col {
  max-width: calc(50% - 50px);
}

@media (max-width: 1150px) {
  /* line 121, resources/assets/styles/modules/_data-text-block.scss */

  .data-text--col-2 .data-text__col {
    max-width: calc(50% - 25px);
  }
}

@media (max-width: 900px) {
  /* line 121, resources/assets/styles/modules/_data-text-block.scss */

  .data-text--col-2 .data-text__col {
    max-width: 100%;
  }
}

/* line 139, resources/assets/styles/modules/_data-text-block.scss */

.data-text--col-4 .data-text__col {
  max-width: calc(((3 / 12) * 100%) - ((100px * 3) / 4));
}

@media (max-width: 1150px) {
  /* line 139, resources/assets/styles/modules/_data-text-block.scss */

  .data-text--col-4 .data-text__col {
    max-width: calc(((3 / 12) * 100%) - ((50px * 3) / 4));
  }
}

@media (max-width: 900px) {
  /* line 139, resources/assets/styles/modules/_data-text-block.scss */

  .data-text--col-4 .data-text__col {
    max-width: 100%;
  }
}

/* line 161, resources/assets/styles/modules/_data-text-block.scss */

.data-counter + .content,
.data-counter + body#tinymce.wp-editor,
.data-content + .content,
.data-content + body#tinymce.wp-editor,
.data-fraction + .content,
.data-fraction + body#tinymce.wp-editor,
.data-image + .content,
.data-image + body#tinymce.wp-editor {
  margin-top: 32px;
}

/* line 169, resources/assets/styles/modules/_data-text-block.scss */

.data-counter h1 {
  font-size: 36px;
  line-height: 1.1;
}

@media screen and (min-width: 380px) {
  /* line 169, resources/assets/styles/modules/_data-text-block.scss */

  .data-counter h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 700px) {
  /* line 169, resources/assets/styles/modules/_data-text-block.scss */

  .data-counter h1 {
    font-size: 64px;
  }
}

@media screen and (min-width: 900px) {
  /* line 169, resources/assets/styles/modules/_data-text-block.scss */

  .data-counter h1 {
    font-size: 80px;
  }
}

@media screen and (min-width: 1150px) {
  /* line 169, resources/assets/styles/modules/_data-text-block.scss */

  .data-counter h1 {
    font-size: 80px;
    line-height: 1.02;
  }
}

@media screen and (min-width: 1640px) {
  /* line 169, resources/assets/styles/modules/_data-text-block.scss */

  .data-counter h1 {
    font-size: 100px;
    line-height: 1.02;
  }
}

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

.data-content {
  max-width: 450px;
  margin: 0 auto;
}

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

  .data-content {
    max-width: 380px;
  }
}

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

  .data-content {
    max-width: 200px;
  }
}

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

.text-column {
  padding: 76px 0;
  background: var(--background, #ffffff);
}

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

  .text-column {
    padding: 50px 0;
  }
}

/* line 11, resources/assets/styles/modules/_text-column-block.scss */

.text-column .inner-wrapper,
.text-column .title--fw-bg .inner-wrapper--half,
.title--fw-bg .text-column .inner-wrapper--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.text-column__title {
  display: block;
  width: 100%;
  margin-bottom: 170px;
  max-width: 75%;
}

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

  .text-column__title {
    max-width: 100%;
    margin-bottom: 120px;
  }
}

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

.text-column--center-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.text-column__col {
  width: 100%;
  max-width: calc(((4 / 12) * 100%) - ((100px * 2) / 3));
}

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

  .text-column__col {
    max-width: calc(((4 / 12) * 100%) - ((50px * 2) / 3));
  }
}

/* line 52, resources/assets/styles/modules/_text-column-block.scss */

.text-column__col.color-el p,
.text-column__col.color-el h2,
.text-column__col.color-el h3,
.text-column__col.color-el h4 {
  color: var(--text, #000000);
}

/* line 62, resources/assets/styles/modules/_text-column-block.scss */

.text-column__col.color-el blockquote p {
  color: inherit;
}

/* line 71, resources/assets/styles/modules/_text-column-block.scss */

.text-column__col .content > p,
.text-column__col body#tinymce.wp-editor > p {
  padding-right: 1em;
}

@media (max-width: 900px) {
  /* line 78, resources/assets/styles/modules/_text-column-block.scss */

  .text-column__col .content > p,
  .text-column__col body#tinymce.wp-editor > p {
    padding-right: 0;
  }
}

/* line 85, resources/assets/styles/modules/_text-column-block.scss */

.text-column__col .btn,
.text-column__col .btn--reversed {
  margin-top: 60px;
}

@media (max-width: 900px) {
  /* line 85, resources/assets/styles/modules/_text-column-block.scss */

  .text-column__col .btn,
  .text-column__col .btn--reversed {
    margin-top: 36px;
  }
}

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

  .text-column__col {
    margin-bottom: 120px;
    max-width: 100%;
  }

  /* line 100, resources/assets/styles/modules/_text-column-block.scss */

  .text-column__col:last-child {
    margin-bottom: 0;
  }
}

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

  .text-column__col {
    margin-bottom: 80px;
  }
}

/* line 114, resources/assets/styles/modules/_text-column-block.scss */

.text-column--col-2 .text-column__col {
  max-width: calc(50% - 50px);
}

@media (max-width: 1150px) {
  /* line 114, resources/assets/styles/modules/_text-column-block.scss */

  .text-column--col-2 .text-column__col {
    max-width: calc(50% - 25px);
  }
}

@media (max-width: 900px) {
  /* line 114, resources/assets/styles/modules/_text-column-block.scss */

  .text-column--col-2 .text-column__col {
    max-width: 100%;
  }
}

/* line 132, resources/assets/styles/modules/_text-column-block.scss */

.text-column--col-4 .text-column__col {
  max-width: calc(((3 / 12) * 100%) - ((100px * 3) / 4));
}

@media (max-width: 1150px) {
  /* line 132, resources/assets/styles/modules/_text-column-block.scss */

  .text-column--col-4 .text-column__col {
    max-width: calc(((3 / 12) * 100%) - ((50px * 3) / 4));
  }
}

@media (max-width: 900px) {
  /* line 132, resources/assets/styles/modules/_text-column-block.scss */

  .text-column--col-4 .text-column__col {
    max-width: 100%;
  }
}

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

.featured-text {
  padding: 76px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

  .featured-text {
    padding: 50px 0;
  }
}

/* line 14, resources/assets/styles/modules/_featured-text-block.scss */

.featured-text.color-block blockquote::before {
  color: white;
}

/* line 22, resources/assets/styles/modules/_featured-text-block.scss */

.featured-text.color-block.red blockquote::before {
  color: black;
}

/* line 30, resources/assets/styles/modules/_featured-text-block.scss */

.featured-text--image .inner-wrapper,
.featured-text--image .title--fw-bg .inner-wrapper--half,
.title--fw-bg .featured-text--image .inner-wrapper--half {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 36, resources/assets/styles/modules/_featured-text-block.scss */

.featured-text .inner-wrapper,
.featured-text .title--fw-bg .inner-wrapper--half,
.title--fw-bg .featured-text .inner-wrapper--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.featured-text__left {
  width: 100%;
  max-width: calc(((4 / 12) * 100%) - ((50px * 2) / 3));
}

/* line 48, resources/assets/styles/modules/_featured-text-block.scss */

.featured-text__left img {
  width: 100%;
}

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

  .featured-text__left {
    max-width: calc(((5 / 12) * 100%) - ((50px * 1) / 2));
  }
}

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

  .featured-text__left {
    max-width: 100%;
    margin-bottom: 48px;
  }
}

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

.featured-text__right {
  width: 100%;
  max-width: calc(((7 / 12) * 100%) - ((50px * 2) / 3));
}

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

  .featured-text__right {
    max-width: calc(((7 / 12) * 100%) - ((50px * 1) / 2));
  }
}

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

  .featured-text__right {
    max-width: 100%;
  }
}

/* line 80, resources/assets/styles/modules/_featured-text-block.scss */

.featured-text__right blockquote {
  position: relative;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 86, resources/assets/styles/modules/_featured-text-block.scss */

.featured-text__right blockquote::before {
  position: absolute;
  top: 0;
  font-size: 1.88em;
  left: 0;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  content: '\201D\2008';
}

@media (max-width: 900px) {
  /* line 98, resources/assets/styles/modules/_featured-text-block.scss */

  .featured-text__right blockquote::before {
    display: none;
  }
}

/* line 105, resources/assets/styles/modules/_featured-text-block.scss */

.featured-text__right .content,
.featured-text__right body#tinymce.wp-editor {
  width: 100%;
}

/* line 110, resources/assets/styles/modules/_featured-text-block.scss */

.featured-text__right .btn,
.featured-text__right .btn--reversed {
  margin-top: 60px;
}

@media (max-width: 900px) {
  /* line 110, resources/assets/styles/modules/_featured-text-block.scss */

  .featured-text__right .btn,
  .featured-text__right .btn--reversed {
    margin-top: 36px;
  }
}

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

.conclusion {
  padding: 76px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

  .conclusion {
    padding: 50px 0;
  }
}

/* line 11, resources/assets/styles/modules/_conclusion-block.scss */

.conclusion .inner-wrapper,
.conclusion .title--fw-bg .inner-wrapper--half,
.title--fw-bg .conclusion .inner-wrapper--half {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 19, resources/assets/styles/modules/_conclusion-block.scss */

.conclusion .content,
.conclusion body#tinymce.wp-editor {
  max-width: 50%;
  margin: 0 auto;
}

@media (max-width: 900px) {
  /* line 19, resources/assets/styles/modules/_conclusion-block.scss */

  .conclusion .content,
  .conclusion body#tinymce.wp-editor {
    max-width: 100%;
  }
}

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

.conclusion__content {
  font-size: 24px;
  line-height: 1.16;
  padding: calc(148px + 1.16em + 50px) 0;
  width: 100%;
  position: relative;
}

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

  .conclusion__content {
    font-size: 24px;
  }
}

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

  .conclusion__content {
    font-size: 28px;
  }
}

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

  .conclusion__content {
    font-size: 36px;
  }
}

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

  .conclusion__content {
    font-size: 42px;
  }
}

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

  .conclusion__content {
    font-size: 60px;
  }
}

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

  .conclusion__content {
    padding: calc(148px + 1.16em + 36px) 0;
  }
}

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

.conclusion__title {
  position: absolute;
  top: 0;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 75%;
}

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

  .conclusion__title {
    max-width: 100%;
  }
}

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

.conclusion__footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 66, resources/assets/styles/modules/_conclusion-block.scss */

.conclusion__footer a {
  display: block;
}

/* line 70, resources/assets/styles/modules/_conclusion-block.scss */

.conclusion__footer a svg {
  height: 65px;
  display: block;
}

/* line 78, resources/assets/styles/modules/_conclusion-block.scss */

.conclusion__footer a svg path {
  background: black;
}

@media (max-width: 900px) {
  /* line 70, resources/assets/styles/modules/_conclusion-block.scss */

  .conclusion__footer a svg {
    height: 36px;
  }
}

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

.keypoints__inner {
  padding-top: 76px;
  padding-bottom: 76px;
  width: 100%;
}

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

  .keypoints__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

.keypoints__rows {
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 23, resources/assets/styles/modules/_key_points_block.scss */

.keypoints__rows span {
  display: block;
  width: 100%;
}

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

.keypoints__intro-copy {
  display: block;
  width: 100%;
  margin-bottom: 72px;
}

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

  .keypoints__intro-copy {
    margin-bottom: 32px;
  }
}

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

.keypoints__body-copy {
  display: block;
  width: 100%;
  padding-top: 72px;
}

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

  .keypoints__body-copy {
    padding-top: 32px;
  }
}


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