@font-face {
  font-family: MetronicPro,sans-serif !important;
  font-weight: normal;
 }

#ud-lander {
  font-family: "Core Sans C -45 Regular";
  margin-left: -1.25%;
  width: 100vw;
}

#ud-lander * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#ud-lander .modal.fade.show {
  opacity: 1;
}

#ud-lander h1 {
  font-weight: 500;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  #ud-lander h1 {
    font-weight: 700;
    font-size: 3rem;
  }
}
#ud-lander h2 {
  font-weight: 400;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  #ud-lander h2 {
    font-size: 2.25rem;
  }
}
#ud-lander h3 {
  font-weight: 700;
  font-size: 1.25rem;
}
#ud-lander p {
  font-weight: 400;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  #ud-lander p {
    font-size: 1.125rem;
  }
}
#ud-lander .med-blue-text {
  color: #067db0;
}
#ud-lander .light-blue-text {
  color: #54d4ff;
}
#ud-lander .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 270px;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  border: none;
  font-size: 1.125rem;
  transition: transform 250ms ease-in-out;
}
#ud-lander .btn:hover {
  transform: scale(1.05);
}
#ud-lander .btn.btn-light {
  background: #54d4ff;
  color: #002942;
}
#ud-lander .btn.btn-dark {
  background: #067db0;
  color: #ffffff;
}
#ud-lander .btn.btn-transparent {
  background: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
}
#ud-lander .btn.btn-transparent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 20px;
  background: #ffffff;
  transition: width 250ms ease-in-out;
  z-index: -1;
}
#ud-lander .btn.btn-transparent:hover {
  color: #202020;
}
#ud-lander .btn.btn-transparent:hover::after {
  width: 100%;
}
#ud-lander .detail-link {
  display: inline-block;
  color: #54d4ff;
  font-weight: 400;
  text-decoration: underline;
}
#ud-lander .detail-link:hover {
  color: #067db0;
}
#ud-lander .main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
  #ud-lander .main-content {
    padding: 4rem 3rem;
  }
}
#ud-lander .image-wrapper {
  width: 100%;
}
#ud-lander .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
#ud-lander .modal-xl {
  margin: 0.5rem auto;
  max-width: 80vw;
}
#ud-lander .modal-xl .modal-content {
  position: relative;
}
#ud-lander .modal-xl .modal-content .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #d9d9d9;
  border-radius: 50%;
  padding: 0.25rem;
  opacity: 1;
  height: 36px;
  width: 36px;
  z-index: 2;
}
#ud-lander .modal-xl .modal-content .btn-close::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
#ud-lander .modal-header {
  border-bottom: none;
  padding: 1rem 1rem 0.5rem 1rem;
}
#ud-lander .modal-header .btn-close {
  box-sizing: content-box;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
#ud-lander .modal-header .btn-close::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
}
#ud-lander #video-container {
  margin: 1.5rem 1.5rem 0.75rem 1.5rem;
}
#ud-lander #video-container video {
  display: none;
}
#ud-lander .hero-row {
  position: relative;
  overflow-y: hidden;
  height: 100vh;
  min-height: 700px;
  max-height: 850px;
  margin: 0;
  padding: 0;
}
#ud-lander .hero-row::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(46deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  #ud-lander .hero-row::after {
    background: linear-gradient(180deg, rgba(2, 2, 17, 0.4) 0%, rgba(5, 4, 39, 0) 100%);
  }
}
#ud-lander .hero-row #polar-video {
  position: absolute;
  height: 100%;
  object-fit: cover;
}
#ud-lander .hero-row .main-content {
  position: relative;
  color: #ffffff;
  z-index: 2;
  padding: 2rem 1.5rem 0 1.5rem;
}

#ud-lander .hero-row .main-content {
  position: relative;
  color: #ffffff;
  z-index: 2;
  padding: 2rem 1.5rem 0 1.5rem;
}
@media (min-width: 768px) {
  #ud-lander .hero-row .main-content {
    text-align: left;
    align-items: flex-start;
    padding: 4rem 3rem;
  }
}
@media (min-width: 992px) {
  #ud-lander .hero-row .main-content {
    padding: 4rem 0 4rem 7rem;
  }
}
#ud-lander .hero-row .main-content .btn-block {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  #ud-lander .hero-row .main-content .btn-block {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  #ud-lander .hero-row .main-content .btn-block .btn {
    margin-right: 1rem;
  }
}
#ud-lander .hero-row .image-content {
  position: relative;
  height: 100%;
  z-index: 2;
}
#ud-lander .hero-row .image-content #badge-wrapper {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  right: 1.5rem;
}
@media (min-width: 768px) {
  #ud-lander .hero-row .image-content #badge-wrapper {
    top: 4rem;
    right: 4rem;
    width: 112px;
    height: 112px;
  }
}
#ud-lander .hero-row .image-content #badge-wrapper img {
  max-width: 85%;
}
#ud-lander .hero-row .image-content .large-image-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #ud-lander .hero-row .image-content .large-image-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 95%;
    bottom: -11rem;
  }
}
@media (min-width: 992px) {
  #ud-lander .hero-row .image-content .large-image-container {
    bottom: -9rem;
  }
}
#ud-lander .hero-row .image-content .large-image-container .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  margin-bottom: -5rem;
}
@media (min-width: 992px) {
  #ud-lander .hero-row .image-content .large-image-container .image-wrapper {
    margin-bottom: unset;
    height: unset;
  }
}
#ud-lander .hero-row .image-content .large-image-container .image-wrapper img {
  width: unset;
  object-fit: contain;
  height: 30rem;
}
@media (min-width: 768px) {
  #ud-lander .hero-row .image-content .large-image-container .image-wrapper img {
    height: 40rem;
  }
}
#ud-lander .hero-row .image-content .large-image-container .image-wrapper img:hover {
  cursor: pointer;
}
#ud-lander .hero-row .image-content .large-image-container .image-wrapper .shown-image {
  visibility: visible;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
@media (min-width: 768px) {
  #ud-lander .hero-row .image-content .large-image-container .image-wrapper .shown-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#ud-lander .hero-row .image-content .large-image-container .image-wrapper .hidden-image {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media (min-width: 768px) {
  #ud-lander .hero-row .image-content .large-image-container .image-wrapper .hidden-image {
    display: block;
  }
}
#ud-lander .hero-row .image-content .large-image-container .image-wrapper.active .shown-image {
  visibility: hidden;
  opacity: 0;
}
#ud-lander .hero-row .image-content .large-image-container .image-wrapper.active .hidden-image {
  visibility: visible;
  opacity: 1;
}
#ud-lander .carousel-row .main-content {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  #ud-lander .carousel-row .main-content {
    padding: 4rem 3rem;
  }
}
#ud-lander .carousel-row .main-content .text {
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  #ud-lander .carousel-row .main-content .text {
    max-width: 741px;
  }
}
#ud-lander .carousel-row .main-carousel {
  width: 100%;
  height: 100%;
  max-width: 1800px;
}
@media (min-width: 768px) {
  #ud-lander .carousel-row .main-carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#ud-lander .carousel-row .main-carousel::after {
  content: "flickity";
  display: none;
}
@media (min-width: 768px) {
  #ud-lander .carousel-row .main-carousel::after {
    content: "";
  }
}
#ud-lander .carousel-row .main-carousel .carousel-cell {
  width: 80%;
}
#ud-lander .carousel-row .main-carousel .carousel-cell .product-cell {
  height: 100%;
  width: 90%;
  margin: 0 auto;
}
#ud-lander .carousel-row .main-carousel .carousel-cell .product-cell .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e2e3f;
  border-radius: 19px;
}
@media (min-width: 768px) {
  #ud-lander .carousel-row .main-carousel .carousel-cell .product-cell .image-wrapper {
    position: relative;
    min-height: 400px;
  }
}
#ud-lander .carousel-row .main-carousel .carousel-cell .product-cell .image-wrapper img {
  padding: 3rem 0;
  width: 25%;
}
@media (min-width: 768px) {
  #ud-lander .carousel-row .main-carousel .carousel-cell .product-cell .image-wrapper img {
    position: relative;
    min-height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
#ud-lander .carousel-row .main-carousel .carousel-cell .product-cell .image-wrapper .shown-image {
  visibility: visible;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
#ud-lander .carousel-row .main-carousel .carousel-cell .product-cell .image-wrapper .hidden-image {
  visibility: hidden;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  display: none;
}
@media (min-width: 768px) {
  #ud-lander .carousel-row .main-carousel .carousel-cell .product-cell .image-wrapper .hidden-image {
    display: block;
  }
}
#ud-lander .carousel-row .main-carousel .carousel-cell .product-cell .image-wrapper.active img {
  width: 100%;
}
#ud-lander .carousel-row .main-carousel .carousel-cell .product-cell .image-wrapper.active .shown-image {
  visibility: hidden;
  opacity: 0;
}
#ud-lander .carousel-row .main-carousel .carousel-cell .product-cell .image-wrapper.active .hidden-image {
  visibility: visible;
  opacity: 1;
}
#ud-lander .carousel-row .main-carousel .carousel-cell .product-cell .image-wrapper:hover {
  cursor: pointer;
}
#ud-lander .carousel-row .main-carousel .flickity-page-dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 75px;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
#ud-lander .carousel-row .main-carousel .flickity-page-dots .dot {
  border: solid 1px #067db0;
  background: transparent;
  opacity: 1;
}
#ud-lander .carousel-row .main-carousel .flickity-page-dots .dot.is-selected {
  background: #067db0;
}
#ud-lander .feature-highlight-row {
  position: relative;
}
@media (min-width: 768px) {
  #ud-lander .feature-highlight-row {
    background: url("/content/dam/bekoglobal/us/campaign/freezer/images/garage.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 851px;
  }
}
#ud-lander .feature-highlight-row::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(0, 26, 42, 0.83) 0%, rgba(0, 42, 68, 0) 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  #ud-lander .feature-highlight-row::after {
    display: none;
  }
}
#ud-lander .feature-highlight-row .main-content {
  background: #f3f3f3;
  padding: 3rem 1.5rem;
  max-width: 900px;
}
@media (min-width: 768px) {
  #ud-lander .feature-highlight-row .main-content {
    position: absolute;
    top: 50%;
    left: 8rem;
    transform: translateY(-50%);
    position: relative;
    background: unset;
    z-index: 2;
    color: #ffffff;
    text-align: left;
    align-items: flex-start;
  }
}
#ud-lander .feature-highlight-row .main-content #thermometer {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  z-index: 100;
  height: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  #ud-lander .feature-highlight-row .main-content #thermometer {
    height: 15px;
  }
}
#ud-lander .feature-highlight-row .main-content #thermometer .fahrenheit {
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 768px) {
  #ud-lander .feature-highlight-row .main-content #thermometer .fahrenheit {
    display: inline-block;
  }
}
#ud-lander .feature-highlight-row .main-content #thermometer .count {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: -0.15rem;
  top: -1.75rem;
}
@media (min-width: 768px) {
  #ud-lander .feature-highlight-row .main-content #thermometer .count {
    left: unset;
    top: -2.5rem;
  }
}
#ud-lander .feature-highlight-row .main-content #thermometer .count p {
  position: relative;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  #ud-lander .feature-highlight-row .main-content #thermometer .count p {
    font-size: 0.875rem;
  }
}
#ud-lander .feature-highlight-row .main-content #thermometer .count p::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  bottom: -0.55rem;
  width: 1px;
  background: #202020;
}
@media (min-width: 768px) {
  #ud-lander .feature-highlight-row .main-content #thermometer .count p::after {
    height: 10px;
    bottom: -1.25rem;
    width: 2px;
    background: #ffffff;
  }
}
#ud-lander .feature-highlight-row .main-content #thermometer .fill {
  position: absolute;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #54d4ff 0%, red 100%);
  animation: mobileFill 4s infinite;
  height: 100%;
  left: 0;
}
@media (min-width: 768px) {
  #ud-lander .feature-highlight-row .main-content #thermometer .fill {
    animation: desktopFill 4s infinite;
    height: 70%;
    left: 5%;
  }
}
@keyframes mobileFill {
  0% {
    width: 2%;
  }
  100% {
    width: 100%;
  }
}
@keyframes desktopFill {
  0% {
    width: 2%;
  }
  100% {
    width: 90%;
  }
}
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-cold-marker,
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-hot-marker {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 1000ms ease-in-out;
}
@media (min-width: 768px) {
  #ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-cold-marker,
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-hot-marker {
    display: block;
  }
}
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-cold-marker p,
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-hot-marker p {
  position: absolute;
  top: -5rem;
  font-weight: 700;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  #ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-cold-marker p,
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-hot-marker p {
    font-size: 1.5rem;
  }
}
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-cold-marker::before,
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-hot-marker::before {
  content: "";
  position: absolute;
  top: -6.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-cold-marker::after,
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-hot-marker::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  transform: translateX(-50%);
  height: 2.6rem;
  width: 3px;
  background: #ffffff;
}
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-cold-marker p {
  left: -0.65rem;
  color: #00426a;
}
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-cold-marker::before {
  left: -2rem;
  background: #54d4ff;
  border: 2px solid #ffffff;
}
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-cold-marker::after {
  left: 0rem;
}
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-hot-marker p {
  right: -1.15rem;
  color: #ffffff;
}
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-hot-marker::before {
  right: -1.5rem;
  background: #ff0000;
  border: 2px solid #ffffff;
}
#ud-lander .feature-highlight-row .main-content #thermometer .fill .fill-hot-marker::after {
  right: 0.25rem;
}
#ud-lander .feature-highlight-row .main-content #thermometer .fill.active {
  width: 100%;
}
@media (min-width: 768px) {
  #ud-lander .feature-highlight-row .main-content #thermometer .fill.active {
    width: 90%;
  }
}
@media (min-width: 768px) {
  #ud-lander .feature-highlight-row .main-content #thermometer .fill.active .fill-hot-marker,
#ud-lander .feature-highlight-row .main-content #thermometer .fill.active .fill-cold-marker {
    opacity: 1;
  }
}
#ud-lander .quote-row {
  background: #00426a;
  overflow: hidden;
  min-height: 356px;
}
@media (min-width: 768px) {
  #ud-lander .quote-row {
    min-height: 386px;
  }
}
#ud-lander .quote-row .main-content {
  color: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  #ud-lander .quote-row .main-content h2,
#ud-lander .quote-row .main-content p {
    max-width: 720px;
  }
}
#ud-lander .quote-row .quote {
  position: absolute;
  background: url("/content/dam/bekoglobal/us/campaign/freezer/images/quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 86px;
  width: 50%;
}
#ud-lander .quote-row .quote.open {
  top: 1rem;
  left: -2rem;
}
@media (min-width: 768px) {
  #ud-lander .quote-row .quote.open {
    display: none;
  }
}
#ud-lander .quote-row .quote.close {
  bottom: 8rem;
  right: -2rem;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  #ud-lander .quote-row .quote.close {
    bottom: 2rem;
  }
}
#ud-lander #image-text-side-by-side-section .row.one, #ud-lander #image-text-side-by-side-section .row.three, #ud-lander #image-text-side-by-side-section .row.four {
  background: #f3f3f3;
}
#ud-lander #image-text-side-by-side-section .row.one .bg {
  background: #ffffff;
}
@media (min-width: 768px) {
  #ud-lander #image-text-side-by-side-section .row.one .bg {
    background: #d9d9d9;
  }
}
#ud-lander #image-text-side-by-side-section .row.one .image-wrapper {
  padding: 2rem 1rem 0 1rem;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  min-height: 270px;
}
@media (min-width: 768px) {
  #ud-lander #image-text-side-by-side-section .row.one .image-wrapper {
    min-height: 600px;
  }
}
#ud-lander #image-text-side-by-side-section .row.one .image-wrapper img {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 90%;
  object-fit: contain;
}
@media (min-width: 768px) {
  #ud-lander #image-text-side-by-side-section .row.one .image-wrapper img {
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  #ud-lander #image-text-side-by-side-section .row.two .row {
    min-height: 600px;
  }
}
#ud-lander #image-text-side-by-side-section .row.two .image-wrapper {
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(75px);
  transition: all 250ms ease-in-out;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  #ud-lander #image-text-side-by-side-section .row.two .image-wrapper {
    padding: 2rem 0;
  }
}
#ud-lander #image-text-side-by-side-section .row.two .image-wrapper.active {
  opacity: 1;
  transform: translateY(0);
}
#ud-lander #image-text-side-by-side-section .row.three .image-wrapper, #ud-lander #image-text-side-by-side-section .row.four .image-wrapper {
  height: 100%;
}
#ud-lander #image-text-side-by-side-section .row.three .image-wrapper img, #ud-lander #image-text-side-by-side-section .row.four .image-wrapper img {
  height: 100%;
}
#ud-lander #image-text-side-by-side-section .row.three .image-wrapper,
#ud-lander #image-text-side-by-side-section .row.three .secondary-carousel, #ud-lander #image-text-side-by-side-section .row.four .image-wrapper,
#ud-lander #image-text-side-by-side-section .row.four .secondary-carousel {
  min-height: 320px;
}
@media (min-width: 768px) {
  #ud-lander #image-text-side-by-side-section .row.three .image-wrapper,
#ud-lander #image-text-side-by-side-section .row.three .secondary-carousel, #ud-lander #image-text-side-by-side-section .row.four .image-wrapper,
#ud-lander #image-text-side-by-side-section .row.four .secondary-carousel {
    min-height: 600px;
  }
}
#ud-lander #image-text-side-by-side-section .row.one .image-wrapper, #ud-lander #image-text-side-by-side-section .row.three .image-wrapper {
  transform: translateX(-100px);
  opacity: 0;
  transition: all 250ms ease-in-out;
}
#ud-lander #image-text-side-by-side-section .row.one.active .image-wrapper, #ud-lander #image-text-side-by-side-section .row.three.active .image-wrapper {
  transform: translateX(0);
  opacity: 1;
}
#ud-lander #image-text-side-by-side-section .row.four {
  overflow: hidden;
}
#ud-lander #image-text-side-by-side-section .row.four .secondary-carousel {
  transform: translateX(100px);
  opacity: 0;
  transition: all 250ms ease-in-out;
}
#ud-lander #image-text-side-by-side-section .row.four .secondary-carousel img {
  height: 100%;
}
#ud-lander #image-text-side-by-side-section .row.four.active .secondary-carousel {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 768px) {
  #ud-lander #image-text-side-by-side-section .row .main-content {
    align-items: flex-start;
    text-align: left;
    max-width: 464px;
  }
}
#ud-lander #image-text-side-by-side-section .row .secondary-carousel {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
#ud-lander #image-text-side-by-side-section .row .secondary-carousel .carousel-cell {
  width: 100%;
  height: 100%;
}
#ud-lander #image-text-side-by-side-section .row .secondary-carousel .carousel-cell .image-wrapper img {
  width: 100%;
}
#ud-lander #image-text-side-by-side-section .row .secondary-carousel .flickity-prev-next-button {
  width: 30px;
  height: 30px;
  color: #067db0;
}
#ud-lander .sustainability-row {
  position: relative;
  background: url("/content/dam/bekoglobal/us/campaign/freezer/images/scenic-lake.png");
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  #ud-lander .sustainability-row {
    min-height: 796px;
  }
}
#ud-lander .sustainability-row::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.55);
}
@media (min-width: 768px) {
  #ud-lander .sustainability-row::before {
    background: rgba(0, 0, 0, 0.35);
  }
}
#ud-lander .sustainability-row .main-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
@media (min-width: 768px) {
  #ud-lander .sustainability-row .main-content {
    max-width: 683px;
  }
}
#ud-lander .sustainability-row .main-content .image-wrapper {
  width: 96px;
  margin: 0 auto;
}
#ud-lander .shop-products-row {
  background: #00426a;
  color: #ffffff;
}
#ud-lander .shop-products-row #availability-block {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #ud-lander .shop-products-row #availability-block {
    margin-top: 0.5rem;
  }
}
#ud-lander .shop-products-row #availability-block p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  #ud-lander .shop-products-row #availability-block p {
    font-size: 1.5rem;
  }
}
#ud-lander .shop-products-row #availability-block img {
  width: 124px;
}
@media (min-width: 768px) {
  #ud-lander .shop-products-row #availability-block img {
    width: 174px;
  }
}
#ud-lander .shop-products-row .product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 95%;
}
#ud-lander .shop-products-row .product-content .image-wrapper {
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}
#ud-lander .shop-products-row .product-content .underline {
  position: relative;
}
#ud-lander .shop-products-row .product-content .underline::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.31);
  width: 122px;
}
#ud-lander .tiles-row {
  background: #f3f3f3;
}
@media (min-width: 768px) {
  #ud-lander .tiles-row h2 {
    font-size: 1.75rem;
  }
}
#ud-lander .tiles-row .tiles {
  height: 100%;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem 5rem 1.5rem;
}
@media (min-width: 768px) {
  #ud-lander .tiles-row .tiles {
    padding: 0 3rem 5rem 3rem;
  }
}
#ud-lander .tiles-row .tiles .tile {
  height: 100%;
  width: 100%;
}
#ud-lander .tiles-row .tiles .tile .content {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 2rem 1rem;
  margin: 0 0 1rem 0;
  transition: all 250ms ease-in-out;
}
@media (min-width: 768px) {
  #ud-lander .tiles-row .tiles .tile .content {
    margin: 0.5rem;
    min-height: 319px;
  }
}
#ud-lander .tiles-row .tiles .tile .content:hover {
  cursor: pointer;
}
#ud-lander .tiles-row .tiles .tile .content:hover .detail-link {
  color: #54d4ff;
}
#ud-lander .tiles-row .tiles .tile .content.large {
  padding: 1rem 1rem 0 1rem;
  height: calc(100% - 1rem);
}
#ud-lander .tiles-row .tiles .tile .content.large .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
}
#ud-lander .tiles-row .tiles .tile .content.large h2 {
  max-width: 70%;
}
@media (min-width: 768px) {
  #ud-lander .tiles-row .tiles .tile .content.large h2 {
    font-size: 1.5rem;
  }
}
#ud-lander .tiles-row .tiles .tile .content .image-wrapper#two-year {
  width: 53px;
}
#ud-lander .tiles-row .tiles .tile .content .image-wrapper#global {
  width: 37px;
}
#ud-lander .tiles-row .tiles .tile .content .image-wrapper#environmental {
  width: 53px;
}
#ud-lander .tiles-row .tiles .tile .content .image-wrapper#us-stores {
  width: 53px;
}
#ud-lander .tiles-row .tiles .tile .content .image-wrapper.large {
  width: 80%;
  max-width: 272px;
  position: relative;
}
@media (min-width: 992px) {
  #ud-lander .tiles-row .tiles .tile .content .image-wrapper.large {
    height: 50%;
  }
}
@media (min-width: 992px) {
  #ud-lander .tiles-row .tiles .tile .content .image-wrapper.large img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#ud-lander .tiles-row .tiles .tile .content .detail-link {
  color: #067db0;
  background: none;
  border: none;
}
#ud-lander .tiles-row .tiles .tile .content.active {
  transform: scale(1.025);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=style.css.map */
