@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40%,0)}to{opacity:1;transform:translateZ(0)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.TwoGridPhotos .TwoGridPhotos_row{opacity:0}.TwoGridPhotos.isVisible .TwoGridPhotos_row{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.TwoGridPhotos{overflow:hidden;padding:4rem 0;position:relative}@media only screen and (min-width:768px){.TwoGridPhotos{padding:10rem 0}}.TwoGridPhotos:before{background:#fff;bottom:0;content:"";height:14.8rem;left:0;position:absolute;right:0}.TwoGridPhotos_row{flex-direction:column;grid-gap:4rem;gap:4rem}@media only screen and (min-width:768px){.TwoGridPhotos_row{flex-direction:row;flex-wrap:nowrap;margin:0;grid-gap:3.2rem;gap:3.2rem}}.TwoGridPhotos_picture{display:block;font-size:0;line-height:0;width:100%}.TwoGridPhotos_image{max-width:100%}.TwoGridPhotos_col,.TwoGridPhotos_image{height:auto;width:100%}.TwoGridPhotos-dark{background:#000}.TwoGridPhotos-light{background:#fff}.TwoGridPhotos-green{background:#00cf91}