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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin-top: 0;
}

h2.large {
  font-size: 32px !important;
}

h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary {
  color: #DA1143 !important;
}

li {
  list-style-position: inside;
  display: list-item;
}

a, button {
  color: inherit;
  transition: 0.3s ease;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline-width: 1px;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

textarea {
  overflow: auto;
}

/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-300.woff2") format("woff2"), url("../fonts/poppins-v15-latin-300.woff") format("woff"), url("../fonts/poppins-v15-latin-300.ttf") format("truetype"), url("../fonts/poppins-v15-latin-300.svg#Poppins") format("svg");
  /* Legacy iOS */
}

/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-regular.woff") format("woff"), url("../fonts/poppins-v15-latin-regular.ttf") format("truetype"), url("../fonts/poppins-v15-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-600.woff") format("woff"), url("../fonts/poppins-v15-latin-600.ttf") format("truetype"), url("../fonts/poppins-v15-latin-600.svg#Poppins") format("svg");
  /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-700.woff2") format("woff2"), url("../fonts/poppins-v15-latin-700.woff") format("woff"), url("../fonts/poppins-v15-latin-700.ttf") format("truetype"), url("../fonts/poppins-v15-latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */
}

html, body {
  min-height: 100%;
}

body {
  color: #231f20;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 87.5%;
  line-height: 1.5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}

body::after {
  content: "";
  position: relative;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background-color 0.3s ease-out;
  z-index: 50;
}

body.--mobile-menu-open {
  max-height: 100vh;
  overflow: hidden;
}

body.--mobile-menu-open::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

body.--mobile-menu-open .c-menu-main__mobile {
  overflow-y: auto !important;
}

@media (min-width: 40em) {
  body {
    font-size: 100%;
  }
}

* {
  box-sizing: border-box;
}

main {
  flex-grow: 1;
}

main *+*:not(section):not(br) {
  margin-top: 1.5em;
}

section:not(.c-gaea-slider) {
  padding-top: 3em;
  padding-bottom: 3em;
}

section.c-pt-sm {
  padding-top: 1.5em;
}

@media (min-width: 55em) {
  section.c-pt-md {
    padding-top: 4.5em;
  }

  section.c-pb-lg {
    padding-bottom: 6em;
  }
}

li, dt, dd, br, th, td {
  margin-top: 0;
}

nav ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.u-wrapper {
  max-width: 87.5em;
  width: calc(100% - 2em);
  margin-left: auto;
  margin-right: auto;
}

.u-skip-link {
  position: absolute;
  top: 0;
  right: 100%;
}

.u-skip-link:focus {
  right: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
}

h1, h2, .h2 {
  font-size: 1.375rem;
}

@media (min-width: 40em) {
  h1, h2, .h2 {
    font-size: 1.625rem;
  }
}

h3 {
  font-size: 1.25rem;
}

@media (min-width: 40em) {
  h3 {
    font-size: 1.375rem;
  }
}

a:not([class]) {
  text-decoration: underline;
}

a:not([class]):hover {
  color: #DA1143;
}

.c-leading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #DA1143;
}

.c-leading-black {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
}

@media (min-width: 40em) {
  .c-leading {
    font-size: 1.375rem;
  }
}

q {
  font-size: 1.25rem;
  font-style: italic;
}

@media (min-width: 40em) {
  q {
    font-size: 1.5rem;
  }
}

cite {
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 0.75em;
}

.c-list-icons {
  list-style: none;
}

.c-list-icons li {
  display: inline-block;
  padding-top: 160px;
  margin-top: 1.5em;
  background-repeat: no-repeat;
  background-position: 50% 0;
  max-width: 12rem;
  vertical-align: top;
}

.c-list-icons li:not(:last-child) {
  margin-right: 2rem;
}

.c-list-icons h3 {
  color: #DA1143;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.c-list-icons p {
  font-size: 0.875rem;
  margin-top: 0.1em;
}

.c-list-icons__price {
  background-image: url(../img/icon-price.png);
}

.c-list-icons__warranty {
  background-image: url(../img/icon-warranty.png);
}

.c-list-icons__helpful {
  background-image: url(../img/icon-helpful.png);
}

.c-list-icons__delivery {
  background-image: url(../img/icon-delivery.png);
}

.c-list-icons__service {
  background-image: url(../img/icon-service.png);
}

.c-list-icons__photocopier {
  background-image: url(../img/icon-photocopier.png);
}

.c-decorated:after {
  content: "";
  display: block;
  margin-top: 14px;
  height: 4px;
  background-image: url(../img/dashed.png);
  width: 184px;
  margin-left: auto;
  margin-right: auto;
}

@supports (counter-reset: ol-counter) {
  ol {
    list-style: none;
    counter-reset: ol-counter;
    text-align: left;
    position: relative;
  }

  ol li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 108px;
    min-height: 100px;
    border-radius: 60px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-color: #DA1143;
  }

  ol li:before {
    content: counter(ol-counter);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 70px;
    text-align: center;
    font-weight: 700;
    color: #ceeef8;
    background-image: url(../img/dashed-circle-sm.png);
    background-size: 100%;
  }

  @media (min-width: 40em) {
    ol li {
      padding: 0.5em 2rem 0.5em 140px;
      border-radius: 65px;
      line-height: 1.625;
      min-height: 125px;
      max-width: 34rem;
      margin-left: auto;
      margin-right: auto;
    }

    ol li:before {
      height: 125px;
      width: 125px;
      line-height: 125px;
      font-size: 90px;
    }
  }

  @media (min-width: 72em) {
    ol li:nth-child(-n+4) {
      margin: 3rem 0 0 0;
      padding: 0.5em 140px 0.5em 2rem;
    }

    ol li:nth-child(-n+4):before {
      left: auto;
      right: 0;
    }

    ol li:nth-child(n+5) {
      position: absolute;
      right: 0;
      margin: 0;
    }

    ol li:nth-child(5) {
      top: 0;
    }

    ol li:nth-child(6) {
      top: calc(125px + 3em);
    }

    ol li:nth-child(7) {
      top: calc(250px + 6em);
    }

    ol li:nth-child(8) {
      top: calc(375px + 9em);
    }

    ol li:nth-child(1), ol li:nth-child(3) {
      margin-left: 25%;
      transform: translateX(-50%);
    }

    ol li:nth-child(5), ol li:nth-child(7) {
      margin-right: 25%;
      transform: translateX(50%);
    }
  }

  ol>li {
    counter-increment: ol-counter;
  }
}

ol.c-ol-small li {
  padding-left: 38px !important;
  min-height: 30px !important;
  font-size: 1rem;
  font-weight: 400;
  color: #231f20;
  line-height: 1.5;
}

@media (min-width: 40em) {
  ol.c-ol-small li {
    font-size: 1.25rem;
  }
}

ol.c-ol-small li:before {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 22px;
}

ol.c-ol-small li span {
  max-width: 32rem;
}

ol.c-ol-p li:before {
  background-color: #DA1143;
  color: #fff;
}

.c-dots, .c-sitemap-list {
  list-style: none;
}

.c-dots li, .c-sitemap-list li {
  padding-left: 12px;
  margin-top: 2px;
  position: relative;
}

.c-dots li::before, .c-sitemap-list li::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #DA1143;
  position: absolute;
  top: 10px;
  left: 0;
}

.c-dots ul, .c-sitemap-list ul {
  list-style: none;
  margin-top: 0;
}

.c-dots ul li::before, .c-sitemap-list ul li::before {
  background-color: #FABBCC;
}

.c-sitemap-list {
  max-width: 20em;
}

.c-tick {
  list-style: none;
}

.c-tick li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  border: solid #DA1143;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: relative;
  margin-right: 0.5em;
  top: -1px;
  left: 0;
}

.c-tick.c-ib li {
  display: inline-block;
  margin: 0.25em 1em;
  font-weight: 600;
}

.c-tick--big {
  text-align: left;
}

.c-tick--big li {
  position: relative;
  padding-left: 48px;
  padding-top: 6px;
}

.c-tick--big li::before {
  position: absolute;
  left: 14px;
  top: 6px;
  width: 14px;
  height: 24px;
  border-width: 0 6px 6px 0;
  z-index: 2;
}

.c-tick--big li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.c-tick--big li+li {
  margin-top: 1.5em;
}

.c-header {
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.c-header {
  text-align: center;
  padding-top: 0.375rem;
}

.c-header>.u-wrapper {
  margin-bottom: 0.375rem;
}

@media (min-width: 40em) {
  .c-header>.u-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.c-header__logo a, .c-header__logo img {
  display: block;
}

.c-header__logo img {
  transition: 0.3s ease-out;
  height: 93px;
  width: auto;
  margin: 0 auto;
}

.c-header__contact {
  transition: 0.3s ease-out;
  max-height: 200px;
}

.c-header__contact p {
  font-weight: 700;
}

.c-header__contact a {
  text-decoration: none;
}

.c-header__contact a:hover {
  color: #FABBCC;
}

.c-header__contact .c-header__contact__phone a {
  color: #D91042;
  font-size: 1.2em;
}

.c-header__contact .c-header__contact__phone a:hover {
  color: #FABBCC;
}

@media (min-width: 40em) {
  .c-header__contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    padding-bottom: 14px;
  }
}

@media (min-width: 55em) {
  .c-header__contact p {
    font-size: 1.25rem;
  }
}

.c-header__tag {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 1rem;
}

.c-header__tag p {
  font-weight: 700;
}

.c-header__tag span {
  display: inline-block;
  margin: 0;
}

.c-header__tag span:nth-child(2) {
  color: #DA1143;
}

.c-header__tag span:nth-child(3) {
  color: #FABBCC;
}

.c-header__tag span:nth-child(4) {
  color: ##FFFFFF;
}

@media (min-width: 40em) {
  .c-header__tag {
    padding-bottom: 16px;
  }
}

@media (min-width: 65em) {
  .c-header__tag {
    margin: 0;
    padding-bottom: 14px;
  }

  .c-header__tag p {
    font-size: 1.25rem;
  }
}

.fixed-nav .c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: box-shadow 0.2s ease-in-out;
  background-color: #fff;
}

.fixed-nav .c-header__tag, .fixed-nav .c-header__logo img, .fixed-nav .c-header__contact, .fixed-nav .c-menu-main {
  transition: 0.3s ease-out;
}

.fixed-nav .c-header__logo img {
  height: 60px;
}

.fixed-nav .c-header__tag, .fixed-nav .c-header__contact {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

@media (min-width: 40em) {
  .fixed-nav .c-header__contact {
    max-height: 100%;
    opacity: 1;
    padding-bottom: 0;
  }
}

@media (min-width: 50em) {
  .fixed-nav .c-header__tag {
    max-height: 100%;
    opacity: 1;
    padding-bottom: 1px;
  }
}

@media (min-width: 55em) {
  .fixed-nav .c-header__logo img {
    height: 75px;
  }

  .fixed-nav .c-header__tag {
    padding-bottom: 0.5rem;
  }

  .fixed-nav .c-header__contact p {
    font-size: 1rem;
  }
}

@media (min-width: 65em) {
  .fixed-nav .c-header__tag {
    padding-bottom: 6px;
  }

  .fixed-nav .c-header__contact {
    padding-bottom: 8px;
  }
}

.c-menu-main {
  text-transform: uppercase;
  font-weight: 300;
  background-color: #231f20;
  padding: 0.5em 0;
  box-shadow: 0px 10px 9px 1px rgba(0, 0, 0, 0.65);
}

.c-menu-main ul {
  max-height: 0;
  transition: 0.3s ease-out;
  overflow: hidden;
  margin: 0;
}

.c-menu-main ul ul {
  background-color: #DA1143;
}

.c-menu-main ul ul a {
  color: #fff;
}

.c-menu-main ul ul a:hover {
  color: ##FFFFFF;
}

.c-menu-main li {
  padding: 1em;
  font-size: 1rem;
}

.c-menu-main a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.c-menu-main a:hover {
  color: #FABBCC;
}

.c-menu-main__mobile .c-menu-main__parent a:focus+ul {
  max-height: 500px;
  padding: 0.5em;
}

.c-menu-main__top {
  display: none;
}

@media (min-width: 65em) {
  .c-menu-main {
    padding: 0;
  }

  .c-menu-main .c-menu-main__top {
    display: block;
    max-height: 500px;
    overflow: visible;
    display: flex;
    justify-content: space-between;
  }

  .c-menu-main .c-menu-main__top>li {
    display: inline-block;
    position: relative;
    padding: 0;
  }

  .c-menu-main .c-menu-main__top>li:nth-child(1) {
    flex-basis: 17%;
  }

  .c-menu-main .c-menu-main__top>li:nth-child(2) {
    flex-basis: 22%;
  }

  .c-menu-main .c-menu-main__top>li:nth-child(3) {
    flex-basis: 18%;
  }

  .c-menu-main .c-menu-main__top>li:nth-child(4) {
    flex-basis: 17%;
  }

  .c-menu-main .c-menu-main__top>li:nth-child(5) {
    flex-basis: 12%;
  }

  .c-menu-main .c-menu-main__top>li:nth-child(6) {
    flex-basis: 14%;
  }

  .c-menu-main .c-menu-main__top>li>a {
    padding: 1rem;
  }

  .c-menu-main .c-menu-main__top>li>a:hover {
    background-color: #DA1143;
    color: #FFFFFF;
    font-weight: 600;
  }

  .c-menu-main .c-menu-main__top>li:hover ul {
    max-height: 500px;
    padding-top: 0.5rem;
  }

  .c-menu-main .c-menu-main__top ul {
    width: 16.5em;
    position: absolute;
    left: 0;
    top: 3.5em;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    box-shadow: 4px 4px 20.4px 3.6px rgba(0, 0, 0, 0.2);
  }

  .c-menu-main .c-menu-main__top ul li {
    padding: 0.5em 0;
  }
}

@media (min-width: 65em) and (min-width: 89.5em) {
  .c-menu-main .c-menu-main__top ul {
    top: 4.0625em;
  }
}

@media (min-width: 65em) {
  .c-menu-main__mobile {
    display: none;
  }
}

@media (min-width: 89.5em) {
  .c-menu-main .c-menu-main__top>li>a {
    font-size: 1.375em;
  }
}

.c-menu-main--check {
  display: none;
}

.c-menu-main--check:checked+label .burger {
  transform: rotate(180deg);
}

.c-menu-main--check:checked+label .burger>div {
  background: transparent;
}

.c-menu-main--check:checked+label .burger>div::before {
  transform: rotate(45deg) translate(24%, 160%);
}

.c-menu-main--check:checked+label .burger>div::after {
  transform: rotate(-45deg) translate(24%, -160%);
}

.c-menu-main--check:checked~ul {
  max-height: 1000px;
}

.c-menu-main--trigger {
  cursor: pointer;
  margin: 0;
  height: 32px;
  color: #fff;
  font-weight: 700;
  transition: 0.3s ease-out;
}

.c-menu-main--trigger span {
  line-height: 32px;
  vertical-align: top;
}

.c-menu-main--trigger:hover {
  color: #FABBCC;
}

.c-menu-main--trigger:hover .burger>div, .c-menu-main--trigger:hover .burger>div::before, .c-menu-main--trigger:hover .burger>div::after {
  background: #FABBCC;
}

.burger {
  display: inline-block;
  cursor: pointer;
  padding: 14px 0;
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0.68, -0.35, 0.265, 1.35);
}

.burger>div, .burger>div::before, .burger>div::after {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  transition: 0.3s ease-out;
}

.burger>div::before, .burger>div::after {
  content: "";
  display: block;
  position: absolute;
}

.burger>div::before {
  margin-top: -10px;
}

.burger>div::after {
  margin-top: 10px;
}

@media (min-width: 65em) {
  .c-menu-main--trigger {
    display: none;
  }
}

.c-gaea-slider+* {
  position: relative;
}

.c-gaea-slider+*::after {
  content: "";
  position: absolute;
  top: -41px;
  left: 50%;
  margin-left: -41px;
  width: 82px;
  height: 82px;
  background-image: url(../img/arrow-down.png);
  background-size: 82px;
}

.c-slider {
  background-color: #FABBCC;
}

.c-slider~.c-btn-prev {
  left: 0.5rem;
}

.c-slider~.c-btn-next {
  right: 0.5rem;
}

.c-slider~.c-slider-nav {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

@media (min-width: 75em) {
  .c-slider {
    background-image: url(../img/bg-slide.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 650px !important;
  }
}

@media (max-width: 95em) {
  .c-slider~.c-btn-prev, .c-slider~.c-btn-next {
    display: none;
  }
}

.c-slider .c-slide, .c-hero {
  padding-top: 4.5em !important;
  padding-bottom: 300px !important;
  overflow: hidden;
}

.c-slider .c-slide a, .c-hero a {
  word-break: break-word;
}

.c-slider .c-slide a:not(.c-button):hover, .c-hero a:not(.c-button):hover {
  color: #FABBCC;
}

.c-hero:not(.hero--repeat):not(.c-hero--tall) {
  background-size: cover;
}

.c-hero--tall {
  padding-top: 8vw !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 30%;
}

@media (min-width: 80em) {
  .c-hero--tall {
    padding-top: 140px !important;
  }
}

.copierleasing-hero {
  background-position: 50% 25% !important;
}

@media only screen and (max-width: 900px) {
  .copierleasing-hero {
    background-position: 67.5% 25% !important;
  }
}

.c-slide__content {
  width: 40rem;
  max-width: 100%;
  transition: opacity 0.6s ease-in-out, transform 0.3s ease-out;
  transition-delay: 0.5s;
  transform: translateY(-100%);
  opacity: 0;
  text-align: center;
}

.c-active .c-slide__content {
  opacity: 1;
  transform: translateY(0);
}

.c-slide__content h1, .c-slide__content h2 {
  font-weight: 700;
}

.c-slide__content p {
  margin: 0.75em auto 0;
  max-width: 38rem;
}

.c-slide__content p a.c-button {
  word-break: break-word;
}

.c-slide__content p a.c-button:hover {
  text-decoration: none;
}

@media (min-width: 40em) {
  .c-slide__content {
    text-align: left;
  }

  .c-slide__content p {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.1rem;
  }
}

@media (min-width: 55em) {
  .c-slide__content {
    width: 49%;
  }

  .c-slide__content h1, .c-slide__content h2 {
    font-size: 2.375rem;
  }
}

.c-slide__image {
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
  background-size: auto 140px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: opacity 0.6s ease-in-out, transform 0.3s ease-out;
  transition-delay: 0.8s;
  transform: translateY(100%);
  opacity: 0;
  text-align: center;
}

.c-active .c-slide__image {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 55em) {
  .c-slide__image {
    left: 50%;
    width: 50%;
    height: 100%;
    max-width: 45rem;
    background-size: 100% auto;
    background-position: 50% 3.5rem;
  }
}

@media (min-width: 1920px) {
  .c-slide__image {
    left: 45%;
  }
}

@media (min-width: 2560px) {
  .c-slide__image {
    left: 57.5%;
  }
}

.c-hero-empty {
  padding-top: 0 !important;
}

.c-hero-empty .c-pointed {
  background-color: #ceeef8;
  height: 120px;
  background-image: url(../img/bg-slide.png);
  background-position: right;
  background-repeat: no-repeat;
}

.c-gaea-slider+*::after {
  background-repeat: no-repeat !important;
}
