/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

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

body,
html {
  font-size: 62.5%;
  /* For better font-size styling 0.625 * 16px = 10px -> 1rem = 10px */
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input {
  border: none;
}

body,
html {
  font-weight: 500;
  font-family: "Syne", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-weight: 700;
}

::selection {
  color: rgb(255, 255, 255);
  background: rgba(230, 0, 126, 0.8);
}

.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}

.h1 {
  margin-bottom: 24px;
  font-size: 3.4rem;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: rgb(0, 0, 0);
}
.h1--white {
  color: rgb(255, 255, 255);
}
.h1--accent {
  color: rgb(230, 0, 126);
}
.h1::selection {
  color: inherit;
  background: none;
  text-shadow: 4px 4px rgb(230, 0, 126);
}

.h2 {
  margin-bottom: 24px;
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.h2--white {
  color: rgb(255, 255, 255);
}
.h2--accent {
  color: rgb(230, 0, 126);
}
.h2::selection {
  color: inherit;
  background: none;
  text-shadow: 4px 4px rgba(230, 0, 126, 0.4);
}

.h3 {
  margin-bottom: 10px;
  font-size: 2.6rem;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.h3--white {
  color: rgb(255, 255, 255);
}
.h3--accent {
  color: rgb(230, 0, 126);
}

.h4 {
  margin-bottom: 16px;
  font-size: 2.2rem;
  line-height: 1.4em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.h4--white {
  color: rgb(255, 255, 255);
}
.h4--accent {
  color: rgb(230, 0, 126);
}

.h5 {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.h5--white {
  color: rgb(255, 255, 255);
}
.h5--accent {
  color: rgb(230, 0, 126);
}

.h6 {
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.h6--white {
  color: rgb(255, 255, 255);
}
.h6--accent {
  color: rgb(230, 0, 126);
}

.p {
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.p--mid {
  font-size: 1.6rem;
}
.p--big {
  font-size: 1.6rem;
}
.p--white {
  color: rgb(255, 255, 255);
}
.p--accent {
  color: rgb(230, 0, 126);
}

@media only screen and (min-width : 768px) {
  .h1 {
    font-size: 5.6rem;
    line-height: 1.2em;
  }
  .h2 {
    font-size: 4rem;
    line-height: 1.2em;
  }
  .h3 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }
  .h4 {
    font-size: 2.6rem;
    line-height: 1.3em;
  }
  .h5 {
    font-size: 2rem;
    line-height: 1.3em;
  }
  .h6 {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
  .p {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  .p--mid {
    font-size: 1.8rem;
  }
  .p--big {
    font-size: 2rem;
  }
}
@media only screen and (min-width : 1200px) {
  .h1 {
    font-size: 6.4rem;
    line-height: 1.2em;
  }
  .h2 {
    font-size: 4.8rem;
    line-height: 1.2em;
  }
  .h3 {
    font-size: 3.6rem;
    line-height: 1.2em;
  }
  .h4 {
    font-size: 2.8rem;
    line-height: 1.3em;
  }
  .h5 {
    font-size: 2rem;
    line-height: 1.3em;
  }
  .h6 {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
  .p {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  .p--mid {
    font-size: 1.8rem;
  }
  .p--big {
    font-size: 2rem;
  }
}
.standard-text {
  font-weight: 500;
  font-family: "Syne", sans-serif;
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
}
.standard-text--white {
  color: rgb(255, 255, 255);
}
.standard-text--accent {
  color: rgb(230, 0, 126);
}
.standard-text p {
  font-weight: 500;
  line-height: 1.6em;
}
.standard-text p:not(:last-child) {
  margin-bottom: 16px;
}
.standard-text a {
  text-decoration: underline;
  color: rgb(230, 0, 126);
}
.standard-text a:hover {
  text-decoration: none;
}
.standard-text b,
.standard-text strong {
  font-weight: 700;
}
.standard-text h2 {
  font-size: 4.5rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 35px;
}
.standard-text h3 {
  font-size: 4rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 30px;
}
.standard-text h4 {
  font-size: 3.5rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 25px;
}
.standard-text h5 {
  font-size: 3rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 20px;
}
.standard-text h6 {
  font-size: 2.5rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-bottom: 15px;
}
.standard-text ul {
  list-style: none;
  margin-bottom: 30px;
}
.standard-text li {
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
}
.standard-text ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 10px;
  border-radius: 100%;
}

.button {
  display: block;
  margin: 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  padding: 20px 24px;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.button--white {
  border-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.button--accent {
  border-color: rgb(230, 0, 126);
  color: rgb(255, 255, 255);
  background-color: rgb(230, 0, 126);
}

.button--fancy {
  position: relative;
  overflow: hidden;
}
.button--fancy span {
  z-index: 20;
}
.button--fancy:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 155px;
  top: -50px;
  left: -80px;
  background: rgb(255, 255, 255);
  opacity: 0.4;
  transform: rotate(35deg);
  transition: all 0ms;
}
.button--fancy:hover:after {
  left: 120%;
  transition: all 600ms cubic-bezier(0.6, 0.6, 0.6, 0.15);
}
.button--fancy.button--white:after {
  background: rgb(230, 0, 126);
}

.mad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(230, 0, 126, 0.7);
  z-index: 10000;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
}
.loading__circle {
  display: inline-block;
  position: absolute;
  width: 140px;
  height: 140px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.loading__circle:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 50%;
  border: 10px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading 1.2s linear infinite;
  opacity: 0.8;
}
.loading.show {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 0;
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  transition: 0.4s;
}
.header--scrolled {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.16);
}
.header__grid {
  display: grid;
  grid-template-columns: 1fr 64px;
  grid-column-gap: 20px;
}
.header__nav {
  position: fixed;
  display: block;
  top: 71px;
  right: -241px;
  width: 240px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.96);
  transition: 300ms ease-in;
}
.header__nav--opened {
  right: 0;
  transition: 400ms ease-out;
}
@media only screen and (min-width : 1200px) {
  .header {
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 0;
    background: rgb(255, 255, 255);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    transition: 0.4s;
  }
  .header--scrolled {
    box-shadow: 0 1px 8px rgba(51, 51, 51, 0.2);
  }
  .header__grid {
    grid-template-columns: 2fr 10fr;
    grid-column-gap: 20px;
  }
  .header__nav {
    position: inherit;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    border-left: none;
    background: none;
  }
}
.header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.header__logoSource {
  display: block;
  width: auto;
  height: 32px;
}
.header__navFlex {
  display: flex;
  flex-direction: column;
  width: calc(100% - 48px);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
}
.header__navFlexItem {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  background-image: url("/site/templates/assets/sources/graphics/icon-arrow-right.svg");
  background-size: auto 60%;
  background-position: center right;
  background-repeat: no-repeat;
}
.header__navFlexItemLink {
  position: relative;
  display: block;
  padding: 12px 2px;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(0, 0, 0);
}
@media only screen and (min-width : 1200px) {
  .header__navFlex {
    flex-direction: row;
    width: 100%;
    margin: 0;
    justify-content: flex-end;
    gap: 24px;
  }
  .header__navFlexItem {
    border-bottom: 0;
    background-image: none;
  }
  .header__navFlexItemLink {
    padding: 24px 8px;
    font-size: 2rem;
  }
  .header__navFlexItemLink:hover {
    color: rgb(230, 0, 126);
    border-color: rgb(230, 0, 126);
  }
  .header__navFlexItemLink:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #e6007e, rgba(230, 0, 126, 0.6));
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform 300ms;
  }
  .header__navFlexItemLink:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
.header__burger {
  font-size: 0;
  text-align: right;
}
.header__burgerButton {
  display: inline-block;
  width: 32px;
  padding: 2.5em 0;
  font-size: 1rem;
  line-height: 1rem;
}
.header__burgerButtonSpan {
  display: block;
  width: 100%;
  height: 3px;
  background: rgb(0, 0, 0);
  transition: 0.4s ease-out;
}
.header__burgerButtonSpan:not(:last-child) {
  margin-bottom: 6px;
}
.header__burgerButton--opened .header__burgerButtonSpan--1 {
  transform: translate(0px, 9px) rotate(-45deg);
}
.header__burgerButton--opened .header__burgerButtonSpan--2 {
  opacity: 0;
  transition: 0.2s;
}
.header__burgerButton--opened .header__burgerButtonSpan--3 {
  transform: translate(0px, -9px) rotate(45deg);
}
@media only screen and (min-width : 1200px) {
  .header__burger {
    display: none;
  }
}

.footer {
  background: rgb(0, 0, 0);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px 20px;
  padding: 48px 0;
}
@media only screen and (min-width : 1200px) {
  .footer__grid {
    grid-template-columns: repeat(12, 1fr);
    padding: 32px 0 48px;
  }
  .footer__gridItem--info {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .footer__gridItem--nav {
    grid-column-start: 6;
    grid-column-end: 9;
  }
  .footer__gridItem--extra {
    grid-column-start: 10;
    grid-column-end: 13;
  }
}
.footer__text {
  max-width: 560px;
  font-size: 1.5rem;
}
.footer__social {
  display: flex;
  gap: 32px;
  margin-top: 32px;
}
.footer__socialItemIcon {
  fill: rgb(255, 255, 255);
  transition: 300ms ease-out;
}
.footer__socialItem:hover .footer__socialItemIcon {
  fill: rgb(230, 0, 126);
}
.footer__flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__flexItemLink {
  font-size: 1.5rem;
  line-height: 1em;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.footer__flexItemLink:hover {
  text-decoration: underline;
  text-decoration-color: rgb(230, 0, 126);
}
.footer__copy {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgb(255, 255, 255);
  padding: 20px 0;
}
@media only screen and (min-width : 768px) {
  .footer__flex {
    flex-direction: row;
    gap: 20px;
  }
  .footer__copy {
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid rgb(255, 255, 255);
    padding: 20px 0;
  }
  .footer__copyItem:last-child {
    text-align: right;
  }
}
@media only screen and (min-width : 1200px) {
  .footer__flex {
    flex-direction: column;
    gap: 8px;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.section {
  padding: 40px 0;
}
.section:first-of-type {
  margin-top: 68px;
}
.section:last-of-type {
  margin-bottom: 24px;
}

.container {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
  z-index: 0;
}

@media only screen and (min-width : 768px) {
  .section {
    padding: 64px 0;
  }
  .section:last-of-type {
    margin-bottom: 32px;
  }
  .container {
    width: calc(100% - 96px);
  }
}
@media only screen and (min-width : 1200px) {
  .section {
    padding: 80px 0;
  }
  .section:last-of-type {
    padding-bottom: 160px;
  }
  .container {
    width: 1180px;
    max-width: 100%;
  }
}
.separator {
  display: block;
  width: 100%;
  height: 2px;
  margin: 16px 0;
  background: rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width : 768px) {
  .separator {
    margin: 20px 0;
    background: rgb(0, 0, 0);
  }
}
.hero__section {
  position: relative;
  margin-bottom: 40px;
  padding: 0;
  background-color: rgb(0, 0, 0);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.hero__filter {
  padding: 240px 0 40px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.48));
}
.hero__content {
  max-width: 680px;
}
@media only screen and (min-width : 768px) {
  .hero__filter {
    padding: 160px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .hero__filter {
    background-image: none;
  }
}
@media only screen and (min-width : 1320px) {
  .hero__section {
    background-position: 75% bottom;
  }
  .hero__filter {
    padding: 160px 0;
  }
}
@media only screen and (min-width : 1600px) {
  .hero__filter {
    padding: 240px 0;
  }
}
.hero__claim {
  margin-bottom: 8px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero__heading {
  margin-bottom: 12px;
  letter-spacing: -1px;
}
.hero__buttons {
  display: none;
}
@media only screen and (min-width : 768px) {
  .hero__heading {
    margin-bottom: 24px;
  }
  .hero__claim {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .hero__text {
    margin-bottom: 64px;
  }
  .hero__buttons {
    display: flex;
    gap: 64px;
  }
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px 32px;
}
@media only screen and (min-width : 768px) {
  .about__grid {
    grid-template-columns: repeat(6, 1fr);
    border-bottom: 1px solid rgb(0, 0, 0);
  }
  .about__gridItem--image {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .about__gridItem--text {
    grid-column-start: 3;
    grid-column-end: 7;
  }
}
@media only screen and (min-width : 1200px) {
  .about__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
  }
  .about__gridItem--image {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .about__gridItem--text {
    grid-column-start: 7;
    grid-column-end: 13;
  }
}
.about__flex {
  display: flex;
}
.about__image {
  width: 100%;
  min-height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(0, 0, 0);
}
.about__fade {
  width: 0px;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.about__heading {
  margin-top: 16px;
}
.about__text:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .about__image {
    width: 100%;
    min-height: 440px;
  }
}
@media only screen and (min-width : 1200px) {
  .about__image {
    width: calc(100% - 20px);
    min-height: 520px;
  }
  .about__fade {
    width: 20px;
  }
  .about__heading {
    margin-top: 24px;
  }
}

.services__heading {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.services__text {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 28px;
}
.services__gridItem {
  height: 360px;
}
@media only screen and (min-width : 768px) {
  .services__heading {
    text-align: center;
  }
  .services__text {
    margin-bottom: 48px;
    text-align: center;
  }
  .services__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .services__gridItem {
    height: 320px;
  }
}
@media only screen and (min-width : 1200px) {
  .services__text {
    margin-bottom: 64px;
  }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
  }
  .services__gridItem {
    height: 520px;
    grid-column: span 4;
  }
  .services__gridItem--combo {
    height: 320px;
    grid-column: span 12;
  }
}
.services__box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 24px;
  text-decoration: none;
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
  background-color: rgb(0, 0, 0);
  transition: 300ms ease-in;
}
.services__boxFade {
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), transparent);
  opacity: 0;
  transition: 300ms ease-in;
  transition-delay: 0ms;
}
@media only screen and (min-width : 768px) {
  .services__box {
    padding: 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .services__box {
    width: calc(100% - 32px);
    padding: 32px 20px;
  }
  .services__box:hover {
    width: 100%;
    padding: 32px 36px 44px;
    transition: 400ms ease-out;
  }
  .services__box:hover .services__boxFade {
    height: 50%;
    opacity: 0.6;
    transition: 480ms ease-out;
    transition-delay: 60ms;
  }
}
.services__boxContent {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: flex-end;
  max-width: 320px;
  height: 100%;
}
.services__boxContentChild {
  flex: 100%;
}
.action__section {
  background: rgb(230, 0, 126);
}
.action__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px 20px;
  padding: 8px 0;
}
.action__gridItem--button {
  order: 2;
}
.action__gridItem--text {
  order: 1;
}
@media only screen and (min-width : 768px) {
  .action__section {
    background: transparent;
  }
  .action__grid {
    padding: 40px;
    background: rgb(230, 0, 126);
    grid-gap: 40px 20px;
  }
  .action__grid::after {
    content: "";
    position: absolute;
    display: block;
    width: 50vw;
    height: 100%;
    top: 0;
    right: -50vw;
    background: rgb(230, 0, 126);
  }
}
@media only screen and (min-width : 1200px) {
  .action__grid {
    grid-template-columns: repeat(12, 1fr);
    padding: 64px 0;
  }
  .action__gridItem--button {
    order: 1;
    grid-column-start: 2;
    grid-column-end: 5;
  }
  .action__gridItem--text {
    order: 2;
    grid-column-start: 6;
    grid-column-end: 13;
  }
}
.action__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.action__buttonElement {
  flex-basis: auto;
}
.action__heading {
  margin-bottom: 10px;
}
.reviews__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
}
.reviews__gridItem {
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.reviews__gridItem--image {
  order: 2;
  height: 440px;
}
.reviews__gridItem--text {
  order: 1;
  margin-bottom: 32px;
}
.reviews__gridItem--text:last-child {
  border: none;
}
@media only screen and (min-width : 768px) {
  .reviews__grid {
    grid-row-gap: 64px;
  }
  .reviews__gridItem {
    margin: 0;
    border: none;
  }
  .reviews__gridItem--image {
    height: 560px;
  }
}
@media only screen and (min-width : 1200px) {
  .reviews__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-columns: repeat(3, 1fr);
    grid-row-gap: 64px;
  }
  .reviews__gridItem--image {
    order: 1;
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 4;
    height: 100%;
  }
  .reviews__gridItem--text {
    order: 2;
    grid-column-start: 7;
    grid-column-end: 13;
  }
}
.reviews__heading {
  max-width: 580px;
}
.reviews__text {
  max-width: 580px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding-bottom: 24px;
}
.reviews__image {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 32px 20px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(0, 0, 0);
}
.reviews__imageButton {
  flex-basis: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5019607843);
}
.reviews__quote {
  max-width: 640px;
  margin-bottom: 20px;
}
.reviews__signature {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.reviews__signatureName {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.reviews__signaturePost {
  display: block;
}
@media only screen and (min-width : 768px) {
  .reviews__text {
    margin-bottom: 32px;
  }
  .reviews__signature {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .reviews__text {
    border: none;
  }
}

.reviewsPlus__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px 20px;
}
.reviewsPlus__grid:not(:last-child) {
  margin-bottom: 64px;
}
.reviewsPlus__gridItem--image {
  order: 1;
  min-height: 280px;
}
.reviewsPlus__gridItem--text {
  order: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding-bottom: 32px;
}
.reviewsPlus__gridItem--text:last-of-type {
  border: none;
  padding-bottom: 0;
}
.reviewsPlus__grid--reversed .reviewsPlus__gridItem--text {
  order: 2;
}
.reviewsPlus__grid--reversed .reviewsPlus__gridItem--image {
  order: 1;
}
@media only screen and (min-width : 768px) {
  .reviewsPlus__grid {
    grid-gap: 64px 20px;
  }
  .reviewsPlus__gridItem--image {
    order: 1;
    min-height: 360px;
  }
}
@media only screen and (min-width : 1200px) {
  .reviewsPlus__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 64px 20px;
  }
  .reviewsPlus__grid:not(:last-child) {
    margin-bottom: 80px;
  }
  .reviewsPlus__gridItem--image {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row: span 3;
  }
  .reviewsPlus__gridItem--text {
    grid-column-start: 7;
    grid-column-end: 13;
  }
  .reviewsPlus__grid--reversed .reviewsPlus__gridItem--text {
    grid-column-start: 1;
    grid-column-end: 6;
  }
  .reviewsPlus__grid--reversed .reviewsPlus__gridItem--image {
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}

.form__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 80px;
}
.form__gridItem {
  min-height: 400px;
}
@media only screen and (min-width : 1200px) {
  .form__grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .form__gridItem--form {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .form__gridItem--image {
    grid-column-start: 9;
    grid-column-end: 13;
  }
}
.form__text {
  margin-bottom: 32px;
}
.form__image {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 32px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: rgb(0, 0, 0);
}
.form__imageLink {
  font-size: 2.4rem;
}
.form__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
.form__field--submit {
  grid-column: span 2;
}
.form__fieldLabel {
  display: block;
  margin-bottom: 4px;
  margin-left: 2px;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}
.form__fieldLabelReq {
  color: rgb(230, 0, 126);
}
.form__fieldInput {
  display: block;
  width: 100%;
  border: 1px solid rgb(0, 0, 0);
  padding: 8px 12px;
  font-size: 1.6rem;
  line-height: 1em;
  transition: 240ms ease-out;
}
.form__fieldInput::placeholder {
  color: rgba(0, 0, 0, 0.6);
  transition: 240ms ease-out;
}
.form__fieldInput:focus {
  border-color: rgb(230, 0, 126);
}
.form__fieldInput:focus::placeholder {
  color: rgba(230, 0, 126, 0.4);
}
.form__fieldInput--textarea {
  min-height: 120px;
  line-height: 1.5em;
  resize: none;
}
.form__fieldButton {
  display: block;
  border: none;
  margin-top: 8px;
  padding: 16px 24px;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  transition: 0.3s;
  cursor: pointer;
}
.form__fieldButton:hover {
  background: rgb(230, 0, 126);
  box-shadow: 0 2px 8px rgba(230, 0, 126, 0.6);
}
.form__submitMessage {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5em;
}
.form__submitMessage > div > p {
  padding: 4px 8px;
}
.form__submitMessage--error {
  border-left: 4px solid rgb(230, 0, 126);
  background-color: rgba(230, 0, 126, 0.1);
}
.form__submitMessage--success {
  border-left: 4px solid #32a852;
  background-color: rgba(50, 168, 82, 0.1);
}
@media only screen and (min-width : 768px) {
  .form__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px 32px;
  }
  .form__field--textarea {
    grid-column: span 2;
  }
  .form__fieldInput--textarea {
    min-height: 80px;
  }
}

.label {
  display: none;
  position: absolute;
  width: 48px;
  height: 100vh;
  margin-top: -40px;
  background-color: rgb(230, 0, 126);
  background-image: url(/site/templates/assets/sources/graphics/label.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.label.is-sticky {
  margin-top: 0;
}
.label__text {
  display: none;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width : 1320px) {
  .label {
    display: block;
  }
}
@media only screen and (min-width : 1400px) {
  .label {
    width: 80px;
  }
}

.intro__section {
  margin-top: 68px;
  padding: 64px 0;
  background-color: rgb(0, 0, 0);
}
.intro__content {
  max-width: 100%;
}
@media only screen and (min-width : 768px) {
  .intro__section {
    padding: 96px 0;
  }
  .intro__content {
    max-width: 680px;
  }
}
@media only screen and (min-width : 1200px) {
  .intro__section {
    padding: 128px 0;
  }
}

.generic__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.generic__gridItem--image {
  min-height: 360px;
}
@media only screen and (min-width : 1200px) {
  .generic__grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .generic__gridItem--image {
    grid-column-start: 1;
    grid-column-end: 6;
  }
  .generic__gridItem--text {
    grid-column-start: 7;
    grid-column-end: 13;
    padding: 24px 0;
  }
  .generic__grid--reverse .generic__gridItem--image {
    order: 1;
    grid-column-start: 8;
    grid-column-end: 13;
  }
  .generic__grid--reverse .generic__gridItem--text {
    grid-column-start: 1;
    grid-column-end: 7;
    padding: 24px 0;
  }
}
.generic__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(0, 0, 0);
}
.generic__heading {
  max-width: 100%;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.gallery__gridItem {
  display: block;
  min-height: 180px;
  background-color: rgb(0, 0, 0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 300ms ease-in-out;
}
.gallery__gridItem:hover {
  filter: grayscale(50%);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width : 768px) {
  .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery__gridItem {
    min-height: 260px;
  }
}
@media only screen and (min-width : 1200px) {
  .gallery__grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .gallery__gridItem {
    min-height: 180px;
  }
  .gallery__grid--fancy .gallery__gridItem:nth-of-type(5) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .gallery__grid--fancy .gallery__gridItem:nth-of-type(7) {
    grid-column: span 2;
  }
}

.masonry__grid:after {
  content: "";
  display: block;
  clear: both;
}
.masonry__gridItem {
  float: left;
  width: calc(33.33% - 16px);
  height: auto;
  margin-bottom: 20px;
  border-radius: 2px;
  background: rgb(0, 0, 0);
}
.masonry__gridItem:hover .masonry__gridItemImg {
  filter: grayscale(50%);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.masonry__gridItemImg {
  max-width: 100%;
  transition: 300ms ease-in-out;
}

.pricing__heading {
  max-width: 580px;
}
.pricing__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px 50px;
}
.pricing__gridItem {
  border-style: solid;
  border-width: 1px 2px 4px 1px;
  border-radius: 1px;
  padding: 32px 20px;
}
.pricing__gridItem--combo {
  position: relative;
  background-color: rgb(0, 0, 0);
}
@media only screen and (min-width : 1200px) {
  .pricing__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
  }
  .pricing__gridItem--combo {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 410px auto;
    padding: 0;
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pricing__gridItemInner--text {
    padding: 32px 40px;
  }
}
.pricing__gridItemLabel {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.pricing__gridItemDesc {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
}
.pricing__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 64px;
  list-style: none;
}
.pricing__listItem {
  font-size: 1.8rem;
  line-height: 1.3em;
  text-align: center;
}
.pricing__listItem:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 12px;
}
.pricing__gridItemPrice {
  display: block;
  font-size: 6.4rem;
  line-height: 1em;
  text-align: center;
}
.pricing__gridItemPrice::selection {
  color: inherit;
  background: none;
  text-shadow: 4px 4px rgba(230, 0, 126, 0.4);
}
.pricing__gridItem--combo .pricing__gridItemLabel {
  margin-bottom: 10px;
}
.pricing__combo {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  list-style: none;
  text-align: center;
}
.pricing__comboItem {
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}
.pricing__comboItem:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  left: -32px;
  background-image: url("/site/templates/assets/sources/graphics/icon-check.svg");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.pricing__gridItem--combo > *, .pricing__gridItem--combo .pricing__gridItemLabel, .pricing__gridItem--combo .pricing__gridItemDesc {
  color: rgb(255, 255, 255);
}
@media only screen and (min-width : 1200px) {
  .pricing__combo {
    text-align: left;
  }
  .pricing__comboItem {
    margin: 0 0 0 32px;
  }
  .pricing__gridItem--combo .pricing__gridItemDesc {
    text-align: left;
  }
  .pricing__gridItem--combo .pricing__gridItemLabel {
    text-align: left;
  }
  .pricing__gridItem--combo .pricing__gridItemLabel:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-image: url("/site/templates/assets/sources/graphics/icon-ribbon.svg");
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
  }
  .pricing__gridItem--combo .pricing__gridItemPrice {
    text-align: left;
  }
}

.content__text {
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.content__text p {
  margin-bottom: 1em;
}
.content__text a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
.content__text ul, .content__text ol {
  padding-left: 20px;
}
.content__text h1, .content__text h2, .content__text h3, .content__text h4, .content__text h5, .content__text h6 {
  line-height: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.content__text h1, .content__text h2 {
  font-size: 4.8rem;
}
.content__text h3 {
  font-size: 3.6rem;
}
.content__text h4 {
  font-size: 2.8rem;
}
.content__text h5 {
  font-size: 2.4rem;
}
.content__text h6 {
  font-size: 1.8rem;
}
.content__heading {
  max-width: 100%;
}

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