:root{--c-white:#fff;--c-black:#000;--c-yellow-300:#f8eb6c;--c-yellow-400:#ffe500;--c-brown-200:#eee9e0;--c-brown-300:#eae5dc;--c-brown-400:#dbd1bf;--c-brown-500:#cbbba0;--c-brown-600:#b1a188;--c-brown-700:#432918;--c-gray-200:#bebebe;--c-gray-300:#f0f0f0;--c-gray-400:#efefef;--c-gray-500:#535353;--c-gray-600:#d5d5d5;--c-gray-700:#626262;--c-primary:var(--c-yellow-400);--c-text:var(--c-black);--f-main:"Noah",sans-serif;--f-headings:"Noah",sans-serif;--wrapper-width:120rem;--padding-width:2rem;--gutter-width:2rem;--transition-duration:.25s;--full-width:5760}.header-images-carousel{height:16.8rem;margin-bottom:2.7rem}@media (min-width:992px){.header-images-carousel{height:50rem;margin-bottom:1.8rem}}@-webkit-keyframes scroll{to{-webkit-transform:translateX(calc(-0.1rem*var(--full-width)/3));transform:translateX(calc(-0.1rem*var(--full-width)/3))}}@-o-keyframes scroll{to{-o-transform:translateX(calc(-0.1rem*var(--full-width)/3));transform:translateX(calc(-0.1rem*var(--full-width)/3))}}@keyframes scroll{to{-webkit-transform:translateX(calc(-0.1rem*var(--full-width)/3));-o-transform:translateX(calc(-0.1rem*var(--full-width)/3));transform:translateX(calc(-0.1rem*var(--full-width)/3))}}.header-images-carousel__wrapper{height:100%;margin:auto;overflow:hidden}.header-images-carousel__slider{width:calc(0.2rem*var(--full-width));height:100%;-webkit-animation:scroll 50s linear infinite;-o-animation:scroll 50s linear infinite;animation:scroll 50s linear infinite}@media (min-width:992px){.header-images-carousel__slider{-webkit-animation:scroll 30s linear infinite;-o-animation:scroll 30s linear infinite;animation:scroll 30s linear infinite}}.header-images-carousel__slider img{width:auto;height:100%;max-width:none;max-height:auto}