@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");

.inmemoriam .landing__header {
  position: relative;
  background-color: #ffffff;
  background-repeat: no-repeat
}

.inmemoriam .landing__header__bg {
  position: absolute;
  top: 110px;
  background-image: url("images/inmemoriam-collage-desktop.8484ca42ca86.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  height: calc(100vh - 50px);
  width: 100%;
  z-index: 0
}

@media (max-width: 700px) and (orientation: portrait) {
  .inmemoriam .landing__header__bg {
    top: 70px;
    background-image: url("images/inmemoriam-collage-mobile-top.647d88a9b04f.jpg");
    height: 200px;
    background-size: cover;
    background-position: top
  }
}

.inmemoriam .landing__header__bg-bottom {
  display: none
}

@media (max-width: 700px) and (orientation: portrait) {
  .inmemoriam .landing__header__bg-bottom {
    display: block;
    position: absolute;
    top: calc(100vh - 170px);
    background-image: url("images/inmemoriam-collage-mobile-bottom.0e7198e4052a.jpg");
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: bottom
  }
}

.inmemoriam .landing__header__top {
  position: relative;
  height: 100vh;
  z-index: 1
}

.inmemoriam .landing__header__logo {
  position: absolute;
  width: 40vw;
  top: calc(50% + 50px);
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.inmemoriam .landing__header__logo img {
  vertical-align: top;
  width: 100%
}

@media (max-width: 700px) and (orientation: portrait) {
  .inmemoriam .landing__header__logo {
    top: calc(50% + 30px);
    width: 94%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

.inmemoriam .landing__header__social {
  position: absolute;
  right: 20px;
  top: calc(100vh - 80px);
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
  z-index: 100
}

.inmemoriam .landing__header__social__link {
  display: block;
  height: 45px;
  width: 45px;
  font-size: 20px;
  margin-left: 15px;
  border: solid 2px #000000;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 700px) {
  .inmemoriam .landing__header__social__link {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    margin-left: 0;
    margin-right: 12px;
    height: 40px;
    width: 40px
  }
}

.inmemoriam .landing__header__social__link:hover {
  text-decoration: none;
  color: var(--scl-pink);
  border: solid 2px var(--scl-pink)
}

@media (max-width: 700px) and (orientation: portrait) {
  .inmemoriam .landing__header__social {
    position: fixed;
    top: auto;
    bottom: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: auto;
    left: 15px
  }
}

.inmemoriam .landing__excerpt {
  font-family: var(--scl-font-serif), Georgia, serif;
  max-width: 815px;
  margin: 0 auto;
  padding: 150px 0 50px 0;
  width: 100%
}

@media (max-width: 700px) {
  .inmemoriam .landing__excerpt {
    padding: 80px 0
  }
}

.inmemoriam .landing__excerpt p {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 15px
}

@media (max-width: 700px) {
  .inmemoriam .landing__excerpt p {
    font-size: 18px;
    line-height: 1.43
  }
}

.inmemoriam .landing__help-text {
  text-align: center;
  font-family: var(--scl-font-sans-serif), sans-serif;
  font-size: 17px;
  color: #7e7e7e;
  margin-bottom: 100px
}

@media (max-width: 700px) {
  .inmemoriam .landing__help-text {
    margin-bottom: 75px;
    font-size: 16px
  }
}

.inmemoriam__list .item-wrapper:nth-child(2n) .polaroid {
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg)
}

.inmemoriam__list .item-wrapper:nth-child(2n+1) .polaroid {
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg)
}

.inmemoriam__list .item {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 100px auto
}

@media (max-width: 700px) {
  .inmemoriam__list .item {
    margin-bottom: 50px
  }
}

.inmemoriam__list .item a {
  text-decoration: none
}

.inmemoriam__list .item a:hover {
  color: #000000
}

.inmemoriam__list .item a:hover .polaroid {
  -webkit-transform: translateY(-20px) scale(1.05) rotate(0) !important;
  transform: translateY(-20px) scale(1.05) rotate(0) !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.inmemoriam .polaroid {
  padding: 15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  width: 100%
}

.inmemoriam .polaroid__image {
  position: relative
}

.inmemoriam .polaroid__image img {
  vertical-align: top;
  width: 100%
}

.inmemoriam .polaroid__image::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(45deg, rgba(255, 0, 0, 0.15), rgba(0, 255, 248, 0.15));
  z-index: 1;
  pointer-events: none
}

.inmemoriam .polaroid__footer {
  height: 50px
}

.inmemoriam .polaroid__label {
  font-family: 'Permanent Marker', cursive;
  text-align: center;
  font-size: 15px;
  padding-top: 15px
}

.inmemoriam-article {
  margin-top: 140px;
  font-family: var(--scl-font-serif), Georgia, serif
}

@media (max-width: 700px) {
  .inmemoriam-article {
    margin-top: 100px
  }
}

.inmemoriam-article__top {
  margin-bottom: 10px
}

@media (max-width: 700px) {
  .inmemoriam-article__top {
    text-align: center;
    margin-bottom: 20px
  }
}

.inmemoriam-article__top__logo img {
  vertical-align: top;
  height: 13px
}

@media (max-width: 700px) {
  .inmemoriam-article__top__logo img {
    height: 15px
  }
}

.inmemoriam-article__top__slogan {
  float: right;
  font-size: 16px;
  text-align: center
}

@media (max-width: 700px) {
  .inmemoriam-article__top__slogan {
    display: none
  }
}

.inmemoriam-article__header {
  border-top: solid 1px #cccccc;
  padding-top: 20px;
  margin-bottom: 30px
}

.inmemoriam-article__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 700px) {
  .inmemoriam-article__header__row {
    display: block
  }
}

.inmemoriam-article__header__title {
  font-family: var(--scl-font-heading), serif;
  font-size: 36px;
  font-weight: 700;
  width: calc(100% - 150px);
  margin: 0
}

@media (max-width: 700px) {
  .inmemoriam-article__header__title {
    text-align: center;
    width: 100%;
    font-size: 28px;
    margin-bottom: 10px
  }
}

.inmemoriam-article__header__social {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 700px) {
  .inmemoriam-article__header__social {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.inmemoriam-article__header__social__link {
  display: block;
  height: 30px;
  width: 30px;
  margin-left: 15px;
  border: solid 2px #000000;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 700px) {
  .inmemoriam-article__header__social__link {
    margin: 0 7px
  }
}

.inmemoriam-article__header__social__link:hover {
  text-decoration: none;
  color: var(--scl-pink);
  border: solid 2px var(--scl-pink)
}

.inmemoriam-article__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 700px) {
  .inmemoriam-article__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.inmemoriam-article__body {
  width: calc(100% - 400px)
}

@media (max-width: 700px) {
  .inmemoriam-article__body {
    width: 100%
  }
}

.inmemoriam-article__body p {
  font-family: var(--scl-font-serif), Georgia, serif;
  font-size: 21px;
  line-height: 1.43em;
  margin-bottom: 1.43em
}

@media (max-width: 700px) {
  .inmemoriam-article__body p {
    font-size: 18px
  }
}

.inmemoriam-article__body p:last-child {
  margin-bottom: 0
}

.inmemoriam-article__body a {
  text-decoration: underline
}

.inmemoriam-article__body a:hover {
  color: var(--scl-pink)
}

.inmemoriam-article__side {
  width: 400px;
  padding-left: 70px
}

@media (max-width: 700px) {
  .inmemoriam-article__side {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px
  }
}

.inmemoriam-article__side__content {
  position: sticky;
  top: 140px
}

@media (max-width: 700px) {
  .inmemoriam-article__side__content {
    position: relative;
    top: 0
  }
}

.inmemoriam-article__side .polaroid-wrapper {
  width: 330px;
  margin: 0 auto
}

.inmemoriam-article__info {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: var(--scl-font-sans-serif), sans-serif;
  font-size: 18px;
  text-align: center
}

.inmemoriam-article__info__occupation {
  margin-bottom: 5px
}

.inmemoriam-article__audio {
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px
}

.inmemoriam-article__audio h4 {
  font-family: var(--scl-font-sans-serif), sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  margin-bottom: 0
}

.inmemoriam-article__audio .audio-gap {
  width: 100%;
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none
}

.inmemoriam-article__audio .audio-gap .slider .gap-progress .pin {
  background-color: #424242
}

.inmemoriam-article__credits {
  font-family: var(--scl-font-sans-serif), sans-serif;
  font-size: 18px;
  margin-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #cccccc
}

.inmemoriam-article__credits p {
  margin-bottom: 0
}

@media (max-width: 700px) {
  .inmemoriam-article__credits {
    font-size: 14px
  }
}

.inmemoriam-article__footer {
  margin-bottom: 50px
}

.inmemoriam-article__footer h4 {
  font-family: var(--scl-font-sans-serif), sans-serif;
  font-size: 18px;
  margin-bottom: 50px
}

.inmemoriam-article__footer h4 a {
  font-weight: 700
}

.inmemoriam-article__footer__list h5 {
  font-family: var(--scl-font-sans-serif), sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  text-align: center
}

.inmemoriam-article__footer__list .item a {
  text-decoration: none
}

.inmemoriam-article__footer__list .item a .polaroid {
  padding: 14px
}

@media (max-width: 700px) {
  .inmemoriam-article__footer__list .item a .polaroid {
    padding-left: 10px
  }
}

.inmemoriam-article__footer__list .item a .polaroid__label {
  font-size: 13px
}

@media (max-width: 700px) {
  .inmemoriam-article__footer__list .item a .polaroid__label {
    font-size: 11px;
    padding-top: 7px
  }
}

.inmemoriam-article__footer__list .item a .polaroid__name {
  display: inline
}

@media (max-width: 700px) {
  .inmemoriam-article__footer__list .item a .polaroid__name {
    display: block
  }
}

.inmemoriam-article__footer__list .item a .polaroid__footer {
  height: 40px
}

@media (max-width: 700px) {
  .inmemoriam-article__footer__list .item a .polaroid__footer {
    height: 30px
  }
}

.inmemoriam-article__footer__list .item a:hover {
  color: #000000
}

.inmemoriam-article__footer__list .item a:hover .polaroid {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.inmemoriam-article__footer__list .item a:hover h5 {
  text-decoration: underline
}

.inmemoriam-article__footer .inmemoriam__list .item {
  margin-bottom: 0
}

.inmemoriam-article__footer__brand {
  height: 100%;
  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;
  text-align: center
}

@media (max-width: 700px) {
  .inmemoriam-article__footer__brand {
    margin-bottom: 15px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px #cccccc
  }
}

@media (max-width: 700px) {
  .inmemoriam-article__footer__brand h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400
  }
}

.inmemoriam-article__footer__next {
  width: 100%
}

.inmemoriam-article__footer__next img {
  width: 400px;
  margin-bottom: 20px
}

@media (max-width: 700px) {
  .inmemoriam-article__footer__next img {
    width: 100%
  }
}