* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: "SourceSans3";
  src: url("../fonts/SourceSans3-Regular.ttf") format("ttf");
  font-weight: normal;
}
html {
  font-family: "SourceSans3", sans-serif;
}

.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: "SourceSans3", sans-serif;
}
@media (max-width: 1024px) and (orientation: landscape) {
  .hero {
    overflow-y: auto;
  }
}
.hero .main-bg {
  position: fixed;
  inset: 0;
  background: url("images/background.jpg") no-repeat center center;
  background-size: cover;
}

.layout-container {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
}
@media (max-width: 1024px) {
  .layout-container {
    flex-direction: column;
  }
}

.branding-section {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.branding-section .logo-wrapper {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: white;
  padding: 2px 30px;
  padding-top: 5px;
  margin-top: 70px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 70px;
}
@media (max-width: 1024px) {
  .branding-section .logo-wrapper {
    margin-top: 40px;
  }
}
.branding-section .logo-wrapper .logo {
  height: 40px;
  display: block;
}
.branding-section .hero-title {
  color: #F26B40;
  display: block;
  line-height: clamp(70px, 4.375rem + (1vw - 10.24px) * 3.3482, 100px);
  font-weight: bold;
  letter-spacing: -1.5px;
  font-size: clamp(55px, 3.4375rem + (1vw - 10.24px) * 2.2321, 75px);
  margin-top: 70px;
  margin-left: 70px;
  text-shadow: 0px 1px 20px rgb(255, 255, 255);
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .branding-section .hero-title {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 40px;
  }
}
.branding-section .hero-title .amp {
  display: block;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .branding-section .hero-title .amp {
    font-size: 28px;
    font-weight: 200;
  }
}
.branding-section .hero-title .year {
  display: block;
  font-size: 75px;
  line-height: 75px;
  letter-spacing: -1.5px;
}
@media (max-width: 1024px) {
  .branding-section .hero-title .year {
    font-size: 40px;
    line-height: 1;
  }
}

.inspiration-footer {
  position: absolute;
  bottom: -5px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .inspiration-footer {
    max-height: 200px;
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .inspiration-footer {
    bottom: -10px;
  }
}
.inspiration-footer img {
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) and (max-width: 1024px) {
  .inspiration-footer img {
    height: 100%;
  }
}
.inspiration-footer .orange-bar {
  position: absolute;
  left: 0;
  margin-left: 70px;
  padding: 0;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .inspiration-footer .orange-bar {
    margin-left: 0;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }
}
.inspiration-footer .orange-bar p {
  color: white;
  font-size: 27px;
  line-height: 34px;
  letter-spacing: -0.27px;
}
@media (max-width: 1024px) {
  .inspiration-footer .orange-bar p {
    font-size: 22px;
    line-height: 28px;
  }
}

.content-panel {
  flex: 1;
  position: relative;
}
.content-panel .beige-arrow-bg {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  right: 0;
}
.content-panel .beige-arrow-bg img {
  width: 100%;
}

.cards-grid {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  gap: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .cards-grid {
    align-items: center;
    position: initial;
    transform: unset;
    height: -moz-fit-content;
    height: fit-content;
    gap: 30px;
  }
}

.info-card {
  position: relative;
  padding: clamp(5px, 0.3125rem + (1vw - 10.24px) * 1.6741, 20px) 45px clamp(5px, 0.3125rem + (1vw - 10.24px) * 1.6741, 20px) 45px;
  justify-content: space-between;
  display: flex;
  gap: 10px;
}
@media (max-width: 1024px) {
  .info-card {
    padding: 0;
  }
}
.info-card .text-card {
  height: -moz-fit-content;
  height: fit-content;
  text-decoration: none;
}
.info-card .ribbon-tag {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.info-card .ribbon-tag img {
  width: auto;
  height: 100%;
}
.info-card .ribbon-tag p {
  color: white;
  letter-spacing: -0.53px;
  line-height: 23px;
  font-size: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.info-card h2 {
  color: white;
  font-size: clamp(24px, 1.5rem + (1vw - 10.24px) * 0.2232, 26px);
  font-weight: 500;
  margin-top: 10px;
  line-height: 30px;
  letter-spacing: -0.3px;
}
.info-card .photo-frame {
  position: relative;
}
.info-card .photo-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta-leaf {
  position: absolute;
  bottom: 3rem;
  right: 0;
  background: white;
  color: #F26B40;
  border: none;
  padding: 20px;
  font-weight: 900;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  letter-spacing: -0.24px;
  line-height: clamp(20px, 1.25rem + (1vw - 10.24px) * 0.6696, 24px);
  font-size: clamp(18px, 1.125rem + (1vw - 10.24px) * 0.6696, 24px);
  padding-right: 40px;
}
@media (max-width: 1280px) {
  .cta-leaf {
    bottom: 1rem;
  }
}
@media (max-width: 1024px) {
  .cta-leaf {
    position: absolute;
    bottom: 0;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 20px;
    padding-right: 40px;
  }
}

a,
button {
  transition: all 0.3s ease-in-out;
}
a:hover,
button:hover {
  scale: 1.05;
}/*# sourceMappingURL=style.css.map */