body {
  overflow: hidden;
  margin: 0;
}
html {
  overflow: hidden;
}
:root {
  --middleWidth: 717px;
  --maxWidth: 1920px; /*1530*/
  --mainFontSize: 11px;
  --green: #406950;
  --grey: #e3e1d9;
}
header {
  display: block;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
img {
  border-style: none;
}
svg {
  fill: currentColor;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
button {
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
summary {
  display: list-item;
}
[hidden] {
  display: none;
}
html {
  font-size: 18px;
  line-height: 1.8;
}
body {
  background-color: #fff;
}
.container {
  display: block;
  width: 100%;
  max-width: 100%;
}
.container--xlarge {
  max-width: 64em;
}
.container--center {
  margin-left: auto;
  margin-right: auto;
}
.list {
  display: block;
  padding-left: 1em;
}
.list__item {
  display: list-item;
}
.heading {
  margin: 0;
}
.button {
  font-size: 1em;
  padding: 0.375em 1.125em;
  color: #000;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  text-decoration: none;
  outline: 0;
  font-weight: 400;
  text-align: center;
  border-radius: 1.6875rem;
  border: 2px solid transparent;
}
.button:active,
.button:focus,
.button:hover {
  color: #000;
  background-color: #c1cde5;
}
.button__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  color: #000;
}
.button__icon {
  display: inline-block;
}
img.button__icon,
svg.button__icon {
  vertical-align: sub;
}
.button--cover {
  cursor: auto;
  color: transparent !important;
}
.button--cover .button__cover {
  opacity: 1;
}
.button:disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
  background-image: none;
}
.space > * + * {
  margin-top: 0;
}
.space--xlarge > * + * {
  margin-top: 1.5em;
}
.space--big > * + * {
  margin-top: 5.3125em;
}
@media (min-width: 64em) {
  .space--xlarge\@xlarge > * + * {
    margin-top: 1.5em;
  }
}
@media (min-width: 64em) {
  .space--big\@xlarge > * + * {
    margin-top: 5.3125em;
  }
}
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.glide * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.glide__slides,
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  overflow-x: hidden;
}
a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.heading--h1,
.heading--h2,
.heading--h3,
.heading--h4,
.heading--h5,
.heading--h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
@media (min-width: 42.5em) {
  .heading--h1,
  .heading--h2,
  .heading--h3,
  .heading--h4,
  .heading--h5,
  .heading--h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 1.5em;
  }
}
ul {
  padding-left: 1em;
}
.wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
.logo {
  font-size: 2em;
}
.hero {
  text-align: center;
}
.hero__wrapper {
  position: relative;
}
.hero__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-transform: translate(-50%, -66.66%);
  transform: translate(-50%, -66.66%);
}
.hero__logo {
  width: 100%;
  max-width: 180px;
  fill: #fff;
}
@media (min-width: 42.5em) {
  .hero__logo {
    max-width: 360px;
  }
}
.glide {
  cursor: -webkit-grab;
}
.glide__slides {
  margin: 0;
}
.glide__arrow {
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.frame {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 13.3333333333rem;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  will-change: transform;
}
@media (min-width: 680px) {
  .frame {
    height: 22.2222222222rem;
  }
}
.frame > * {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.frame > :first-child {
  border-radius: 2px;
  /* -webkit-box-shadow: 0 0.5rem 4rem 0 rgba(0, 0, 0, 0.5); */
  box-shadow: 0 0.5rem 1.4rem 0 rgba(113, 113, 113, 0.38);
}
.frame > :nth-child(2) {
  top: 0;
  right: 0;
  width: 2rem;
  -webkit-transform: translate3d(-1px, 0, -1rem) rotateY(90deg);
  transform: translate3d(-1px, 0, -1rem) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  border-width: 3px;
  border-right-width: 9px;
}
.frame > :nth-child(3) {
  top: 0;
  left: 0;
  width: 2rem;
  -webkit-transform: translate3d(1px, 0, -1rem) rotateY(-90deg);
  transform: translate3d(1px, 0, -1rem) rotateY(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  border-width: 3px;
  border-left-width: 9px;
}
.frames {
  padding-top: 2rem;
  padding-bottom: 7rem;
}
.frames__list {
  overflow: visible;
}
.frames__item {
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}
.slider__frame {
  border-radius: 0.1666666667em;
  text-align: center;
  height: 150px;
  line-height: 150px;
  -webkit-box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.5);
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.5);
  color: #fff;
  background: 0 0;
  font-size: 1em;
  font-weight: 900;
}
.slider__frame[class*="active"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: linear-gradient(-45deg, #ed145b, #7b31f4);
}
.slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -9px;
  border-radius: 50%;
  background-color: var(--grey);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__arrow:hover {
  background-color: var(--green);
}
.slider__arrow:hover > img {
  filter: invert();
}
.slider__arrow--next {
  right: 1.5rem;
}
.slider__arrow--prev {
  left: 1.5rem;
}
.swiper-button-next::after {
  content: "next";
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.slider--big .slider__arrows {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  width: 100%;
}
.slider__arrow > img {
  width: 30%;
}
@media (min-width: 42.5em) {
  .slider--big .slider__arrows {
    position: static;
  }
}
.slider--big .slider__arrow {
  width: 46px;
  height: 46px;
  margin-top: -30px;
}
@media (max-width: 42.4375em) {
  .slider--big .slider__arrow {
    position: absolute;
  }
}
.slider--big .slider__arrow--next {
  right: 3rem;
}
.slider--big .slider__arrow--prev {
  left: 3rem;
}
.button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover {
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.2);
}
.button__icon {
  opacity: 0.5;
}
.header {
  position: relative;
}
.visible {
  display: none;
}
.content > :not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.index > * + * {
  margin-top: 6.1111111111em;
}
:not(.no-js) [data-ref="fadereveal[el]"],
:not(.no-js) [data-ref="slidereveal[el]"] {
  visibility: hidden;
}
.frame > div:nth-child(1) {
  width: auto;
  position: relative;
  overflow: hidden;
}
.frame > div:nth-child(2),
.frame > div:nth-child(3) {
  background-color: #804d1ebb;
  border: 2px solid #b5acac;
}
.frame > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
