/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
.sn_emo_cols__i__collapse figure picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sn_emo_cols__i__collapse figure picture picture, .sn_emo_cols__i__collapse figure picture img {
  width: 100%;
  height: 100%;
}
.sn_emo_cols__i__collapse figure picture img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 62em) {
  .sn_emo_cols__wr {
    display: flex;
    height: 34.0625rem;
  }
}
@media only screen and (min-width: 62em) {
  .sn_emo_cols__wr.__count_2 .sn_emo_cols__i.__active {
    width: 83.3333333333%;
  }
}
.sn_emo_cols__i {
  box-shadow: 0.5rem 0rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: #F8F5EE;
  position: relative;
  transition: all 0.75s cubic-bezier(0.7, 0, 0, 1);
  border-radius: 0.5rem 0 0 0.5rem;
  height: 7.5rem;
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_emo_cols__i {
    margin-top: -0.625rem;
  }
}
@media only screen and (min-width: 62em) {
  .sn_emo_cols__i {
    width: 16.6666666667%;
    border-radius: 0.5rem 0.5rem 0 0;
    height: auto;
  }
}
.sn_emo_cols__i:first-child {
  margin-top: 0;
  border-radius: 0.5rem;
}
.sn_emo_cols__i.__active {
  height: auto;
}
@media only screen and (min-width: 62em) {
  .sn_emo_cols__i.__active {
    width: 66.6666666667%;
  }
}
.sn_emo_cols__i.__active .sn_emo_cols__i__btn {
  transform: translate3d(0, -100%, 0);
  pointer-events: none;
  visibility: hidden;
}
@media only screen and (min-width: 62em) {
  .sn_emo_cols__i.__active .sn_emo_cols__i__btn {
    transform: translate3d(-100%, 0, 0);
  }
}
.sn_emo_cols__i.__active .sn_emo_cols__i__collapse {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease 0.35s, -webkit-clip-path 0.75s cubic-bezier(0.7, 0, 0, 1);
  transition: clip-path 0.75s cubic-bezier(0.7, 0, 0, 1), opacity 0.35s ease 0.35s;
  transition: clip-path 0.75s cubic-bezier(0.7, 0, 0, 1), opacity 0.35s ease 0.35s, -webkit-clip-path 0.75s cubic-bezier(0.7, 0, 0, 1);
}
.sn_emo_cols__i__btn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all 0.75s cubic-bezier(0.7, 0, 0, 1);
  height: 7.5rem;
  outline-offset: -0.25rem;
}
@media only screen and (min-width: 62em) {
  .sn_emo_cols__i__btn {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 100%;
  }
}
.sn_emo_cols__i__btn svg-sprite {
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_emo_cols__i__btn svg-sprite {
    transform: rotate3d(0, 0, 1, 90deg);
  }
}
.sn_emo_cols__i__collapse {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, -webkit-clip-path 0.75s cubic-bezier(0.7, 0, 0, 1);
  transition: clip-path 0.75s cubic-bezier(0.7, 0, 0, 1), opacity 0.35s ease;
  transition: clip-path 0.75s cubic-bezier(0.7, 0, 0, 1), opacity 0.35s ease, -webkit-clip-path 0.75s cubic-bezier(0.7, 0, 0, 1);
}
@media only screen and (min-width: 62em) {
  .sn_emo_cols__i__collapse {
    display: flex;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
.sn_emo_cols__i__collapse .content {
  width: 100%;
  padding-top: 2rem;
  padding-right: 4rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
@media only screen and (min-width: 62em) {
  .sn_emo_cols__i__collapse .content {
    width: 50%;
    padding-top: 3.5rem;
    padding-right: 1.875rem;
    padding-bottom: 3.5rem;
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 75em) {
  .sn_emo_cols__i__collapse .content {
    width: 37.5%;
  }
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_emo_cols__i__collapse .content .title {
    font-weight: 600;
  }
  .sn_emo_cols__i__collapse .content .title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) and (min-width: 48em) {
  .sn_emo_cols__i__collapse .content .title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_emo_cols__i__collapse .content .title {
    line-height: 1.3;
  }
}
.sn_emo_cols__i__collapse figure {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_emo_cols__i__collapse figure {
    aspect-ratio: 342/352;
  }
}
@media only screen and (min-width: 62em) {
  .sn_emo_cols__i__collapse figure {
    width: 50%;
  }
}
@media only screen and (min-width: 75em) {
  .sn_emo_cols__i__collapse figure {
    width: 62.5%;
  }
}