﻿html,
body {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

#landing-page .find-store-section img {
  display: inline;
  max-width: 100%;
  height: auto;
}

.no-webp #landing-page #news .item:nth-of-type(odd) .half:last-of-type:after {
  background-image: url("/halotop/wp-content/uploads/2021/03/quote-right.svg");
}

.webp #landing-page #news .item:nth-of-type(odd) .half:last-of-type:after {
  background-image: url("/halotop/wp-content/uploads/2021/03/quote-right.svg");
}

.no-webp #landing-page #news .item:nth-of-type(even) .half:last-of-type:after {
  background-image: url("/halotop/wp-content/uploads/2021/03/quote-lft.svg");
}

.webp #landing-page #news .item:nth-of-type(even) .half:last-of-type:after {
  background-image: url("/halotop/wp-content/uploads/2021/03/quote-lft.svg");
}

#landing-page img {
  display: block;
  max-width: 100%;
  height: auto;
}
#landing-page #hero {
  background: #D7A0AD;
  color: #382E2A;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#landing-page #hero img {
  margin-right: auto;
  margin-bottom: 2.5rem;
}
#landing-page #hero p {
  width: calc(100% - 10rem);
  text-align: center;
  font-size: 2rem;
  font-family: "Open Sans";
  font-weight: 300;
}
#landing-page .links {
  display: flex;
}
@media screen and (max-width: 767px) {
  #landing-page .links {
    flex-wrap: wrap;
  }
}
#landing-page .links .half {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
#landing-page .links .half .third {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 34%;
}
#landing-page .links .half .right-half-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
#landing-page .links .half .left-half-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
#landing-page .links .half .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#landing-page .links .half .half-image {
  margin: auto;
}
@media screen and (max-width: 767px) {
  #landing-page .links .half {
    width: 100%;
  }
}
#landing-page .links .half p {
  color: #927215;
  text-align: center;
  font-family: "Open Sans";
  font-size: 2.5rem;
  font-weight: 700;
}
#landing-page .links .half:first-of-type {
  background: #FFCC38;
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  #landing-page .links .half:first-of-type {
    padding: 2rem 4rem;
  }
}
#landing-page .links .half:last-of-type {
  background: #F8CCD2;
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  #landing-page .links .half:last-of-type {
    padding: 2rem 4rem;
  }
}
#landing-page .links .half.even-row:first-of-type {
  background: #e97a85;
  padding: 2rem 5rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  #landing-page .links .half.even-row:first-of-type {
    padding: 2rem;
    background: #ffcc38;
  }
}
#landing-page .links .half.even-row:last-of-type {
  background: #ffcc38;
  padding: 2rem 2rem 2rem 5rem;
}
@media screen and (max-width: 767px) {
  #landing-page .links .half.even-row:last-of-type {
    background: #e97a85;
    padding: 2rem;
  }
}
#landing-page .links .third {
  display: grid;
  flex-direction: column;
  justify-content: space-between;
}
#landing-page #news .item {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  #landing-page #news .item {
    flex-wrap: wrap;
  }
}
#landing-page #news .item .half {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  color: white;
}
@media screen and (max-width: 767px) {
  #landing-page #news .item .half {
    width: 100%;
    min-height: 50vw;
  }
}
#landing-page #news .item .half img {
  width: 80%;
}
#landing-page #news .item .half p {
  font-family: "Open Sans";
  font-size: 2rem;
  text-align: center;
  font-weight: 100;
  color: #382E2A;
}
#landing-page #news .item .half:first-of-type {
  background: #A8DECB;
}
@media screen and (min-width: 768px) {
  #landing-page #news .item .half:first-of-type {
    padding-left: 5rem;
  }
}
#landing-page #news .item .half:last-of-type {
  background: #00B7B6;
}
@media screen and (min-width: 768px) {
  #landing-page #news .item .half:last-of-type {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #landing-page #news .item:first-of-type .half {
    align-items: flex-start;
  }
  #landing-page #news .item:first-of-type .half img {
    width: 100%;
  }
  #landing-page #news .item:first-of-type .half p {
    margin-top: -12px;
    font-weight: 700;
  }
}
#landing-page #news .item:nth-of-type(odd) .half:last-of-type:after {
  content: "";
  width: 100%;
  height: 5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 7.5rem;
}
#landing-page #news .item:nth-of-type(even) .half:last-of-type:after {
  content: "";
  width: 100%;
  height: 5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 7.5rem;
}
#landing-page #hero h2 {
  text-align: center;
  text-transform: uppercase;
  color: #382E2A;
  font-size: 3rem;
  padding: 10px 10px 10px 10px;
  margin: -30px 0 10px;
}
#landing-page #closer {
  background: #F6E3D9;
  padding: 2rem 0;
}
#landing-page #closer h2 {
  text-align: center;
  text-transform: uppercase;
  color: #927215;
  font-size: 3rem;
}
#landing-page #closer h2 .dark {
  color: #430015;
}
#landing-page .text-burgundy {
  color: #382E2A;
}
#landing-page .w-100, #landing-page .img-16-9 img, #landing-page .img-16-9, #landing-page #hero img {
  width: 100%;
}
#landing-page .img-16-9 {
  padding-top: 56.25%;
  position: relative;
}
#landing-page .img-16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
