@charset "UTF-8";
 @font-face {
      font-family: 'GT America Black';
      src: url(../fonts/GT/GT-America-Standard-Black.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Black.otf) format("opentype");
      font-weight: 400;
      font-style: normal
  }
  @font-face {
      font-family: 'GT America Bold';
      src: url(../fonts/GT/GT-America-Standard-Bold.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Bold.otf) format("opentype");
      font-weight: 400;
      font-style: normal
  }
  @font-face {
      font-family: 'GT America Standard';
      src: url(../fonts/GT/GT-America-Standard-Bold.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Bold.otf) format("opentype");
      font-weight: 700;
      font-style: normal
  }
  @font-face {
      font-family: 'GT America Standard';
      src: url(../fonts/GT/GT-America-Standard-Medium.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Medium.otf) format("opentype");
      font-weight: 500;
      font-style: normal
  }
  @font-face {
      font-family: 'GT America Standard';
      src: url(../fonts/GT/GT-America-Standard-Regular.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Regular.otf) format("opentype");
      font-weight: 400;
      font-style: normal
  }

body {
  font-size: 16px;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
 font-family: 'GT America Standard' !important;
}
p.subtitle {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  p.subtitle {
    font-size: 16px;
  }
}
.campaign strong{
 font-family:'GT America Standard';
 font-weight:700;
}

.campaign .btn-group {
  display: flex;
  gap: 10px;
  flex-flow: row wrap;
  margin-top: 15px;
}
.campaign .btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  height: auto;
  line-height:1;
  font-family:'GT America Standard';
  border-radius:0;
}
.campaign .btn--fill, .campaign .btn--outline {
  padding: 1.1em 2.75rem !important;
}
.campaign .btn--fill {
  background: #000;
  color: #fff;
  box-sizing: border-box;
  border: 7px solid #fff;
  transition: 0.25s ease-in-out border;
}
.campaign .btn--fill:hover {
  border: 7px solid rgba(0, 0, 0, 0.2);
}
@media (min-width:768px){
.campaign .btn--fill.btn--large{
	padding:1.7em 2.75rem !important;
}
}
.campaign .btn--fill.btn--white {
  background: #fff;
  color: #000;
}
.campaign .btn--fill.btn--black {
  background: #000;
  color: #fff;
  border: #000;
}
@media (max-width: 767px){
 .campaign .btn--fill.btn--black-sm {
 	background:#000;
  	color:#fff;
  	border:#000;
 }
 .campaign .btn--fill.btn--black-sm:hover {
  border-color:rgba(255,255,255,.2);
 }
}
.campaign .btn--fill.btn--black:hover {
 border-color:rgba(255,255,255,.2);
}

.campaign .btn--underline {
  color: #000;
  position: relative;
  margin-top: 15px;
  padding: 15px 0 2px !important;
  box-sizing: border-box;
}
.campaign .btn--underline:after {
  content: "";
  width: 50%;
  opacity: 0;
  transition: 0.25s ease-in-out all;
  border-bottom: 1px solid #000;
  position: absolute;
  display: block;
  top: 100%;
}
.campaign .btn--underline:hover:after {
  width: 100%;
  opacity: 1;
}
.campaign .btn--underline.btn--white {
  color: #fff;
}
.campaign .btn--underline.btn--white:after {
  border-bottom: 1px solid #fff;
}
.campaign .btn--underline.btn--black {
  color: #000;
}
.campaign .btn--underline.btn--black:after {
  border-bottom: 1px solid #000;
}
.campaign .btn--outline {
  border: 1px solid #000;
  display: inline-block;
  background: transparent;
  transition: 0.25s ease-in-out all;
  color: #000;
}
.campaign .btn--outline:hover {
  background: #fff;
}
.campaign .btn--outline.btn--white {
  border: 1px solid #fff;
  color: #fff;
}
.campaign .btn--outline.btn--white:hover {
  background: #fff;
  color:#000;
}
.campaign .btn--outline.btn--black {
  border: 1px solid #000;
  color: #000;
}
.campaign .btn--outline.btn--black:hover {
  background: #fff;
}
@media (max-width:767px){
.campaign .btn--outline.btn--black-sm{
 border:1px solid #000;
 color:#000;
}
 .campaign .btn--outline.btn--black-sm:hover{
 	background:#000;
    color:#fff;
 }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400 !important;
}

h1 {
  font-size: 10vw !important;
  line-height: 0.9;
  margin-bottom: 25px;
  margin-top: 0;
  margin-left: -0.1em;
  letter-spacing: -5%;
 text-transform:none !important;
 font-family:'GT America Standard' !important;
font-weight:400 !important;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: clamp(42px, 17vw, 82px) !important;
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 82px !important;
  }
}

h2, .h2 {
  font-size: clamp(30px, 8vw, 38px);
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 1080px) {
  h2, .h2 {
    font-size: 38px;
  }
}

h3, .h3 {
  font-weight: 400;
  font-size: clamp(24px, 6vw, 30px);
  margin-bottom: 15px;
}
@media screen and (min-width: 1440px) {
  h3, .h3 {
    font-size: 30px;
  }
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .only-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.bkgd-container {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.bkgd-container .video {
  pointer-events: none;
  height: 100%;
}
.bkgd-container .video::-webkit-media-controls-timeline {
  display: none;
}
.bkgd-container--fill.bkgd-container--widescreen {
  padding-bottom: 56.25%;
}
.bkgd-container--fill.bkgd-container--square {
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .bkgd-container--fill.bkgd-container--vimeo {
    container-type: size;
  }
}
.bkgd-container--fill.bkgd-container--vimeo div {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .bkgd-container--fill.bkgd-container--vimeo div {
    min-width: 100%;
    height: 100%;
    width: 100%;
    padding: 0 !important;
  }
  @container (min-aspect-ratio: 16/9) {
    .bkgd-container--fill.bkgd-container--vimeo div.widescreen {
      height: 56.25cqw;
    }
  }
  @container (max-aspect-ratio: 16/9) {
    .bkgd-container--fill.bkgd-container--vimeo div.widescreen {
      width: 177.78cqh;
    }
  }
  @container (min-aspect-ratio: 4/3) {
    .bkgd-container--fill.bkgd-container--vimeo div.fullscreen {
      height: 75cqw;
    }
  }
  @container (max-aspect-ratio: 4/3) {
    .bkgd-container--fill.bkgd-container--vimeo div.fullscreen {
      width: 125cqh;
    }
  }
  @container (min-aspect-ratio: 1/1) {
    .bkgd-container--fill.bkgd-container--vimeo div.square {
      height: 100cqw;
    }
  }
  @container (max-aspect-ratio: 1/1) {
    .bkgd-container--fill.bkgd-container--vimeo div.square {
      width: 100cqh;
    }
  }
}
.bkgd-container--fill.bkgd-container--vimeo iframe {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bkgd-container--fill img, .bkgd-container--fill picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bkgd-container--fill video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

//Campaign

.campaign {
  font-family: "GT America Standard";
}

.campaign .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  display: grid;
  gap: 5px;
  width: 100%;
  box-sizing: border-box;
}
.section img {
  max-width: 100%;
}
.section .img-container {
  position: relative;
  line-height: 0;
}

.campaign__hero{position:relative;}

.campaign__hero .hero__bkgd-container picture,
.campaign__hero .hero__bkgd-container img {
  display: block;
  width: 100%;
  height: auto;
}

  .hero__content {
    background: #fff;
    color: #000;
    padding: 30px 50px;
  }
  .hero__content h1{
  color: #000;
   letter-spacing:-5% !important;
  }
  @media screen and (min-width: 768px) {
    .hero__content {
      max-width: 500px;
      background: none;
      position: absolute;
      bottom: 60px;
      left: 70px;
      color:#fff;
     padding: 30px 20px;
     }
     .hero__content h1{
      color:#fff;
     }
  }

.campaign__hero .hero__content .subtitle {
  font-size: 14px;
  letter-spacing: 4%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .campaign__hero .hero__content .subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.campaign__hero .hero__content h1 {
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -5% !important;
  margin: 0 0 25px;
  color: #000;
}
@media (min-width: 768px) {
  .campaign__hero .hero__content h1 {
    font-size: clamp(42px, 17vw, 90px);
    color: #fff;
  }
}
@media (min-width: 1440px) {
  .campaign__hero .hero__content h1 {
    font-size: 90px;
  }
}
.campaign__hero .hero__content p {
  font-size: 20px;
 margin-bottom:30px;
}
@media (min-width: 768px) {
  .campaign__hero .hero__content p {
    font-size: 23px;
  }
}

.section {
  display: grid;
  gap: 5px;
  width: 100%;
  box-sizing: border-box;
}
.section img {
  max-width: 100%;
}
.section .img-container {
  position: relative;
  line-height: 0;
}
.section .styles {
  position: absolute;
  z-index: 1;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
  bottom: 20px;
  max-width: 90%;
}
@media (max-width: 767px) {
  .section .styles {
    font-size: 15px;
  }
}
.section .styles:before {
  display: inline-block;
  content: "Featured Styles: ";
  font-weight: 400;
 margin-right:4px;
}
.section .styles__product-links {
  white-space: nowrap;
}
.section .styles a {
  font-weight: 700;
}
.section .styles--black {
  color: #000;
}
.section .styles--black a {
  color: #000;
}
.section .styles--brown {
  color: #5D402E;
}
.section .styles--brown a {
  color: #5D402E;
}
.section .styles--gray {
  color: #B1A3A4;
}
.section .styles--gray a {
  color: #B1A3A4;
}
.section .styles--white {
  color: #F7EAE2;
}
.section .styles--white a {
  color: #F7EAE2;
}
.section .styles--top {
  top: 20px;
  bottom: auto;
}
.section .styles--bottom {
  bottom: 20px;
  top: auto;
}
.section .styles--left {
  left: 20px;
  right: auto;
  text-align: left;
}
.section .styles--right {
  right: 20px;
  left: auto;
  text-align: right;
}
.section--1 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
@media (min-width: 480px) {
  .section--1 {
    grid-template-columns: repeat(3, 1fr);
    margin: 5px;
  }
}
@media (max-width: 479px) {
  .section--1 .section__img-container-3 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.section--2 {
  padding: 30px 50px 50px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .section--2 {
    padding: 70px;
    display: grid;
    gap: 20px 70px;
    grid-template-columns: fit-content 1fr;
    grid-template-rows: 1fr fit-content;
  }
}
@media (min-width: 768px) {
  .section--2 .section__copy {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.section--2 .section__copy p {
  color: #000;
  font-size: 16px;
}
@media (min-width: 768px) {
  .section--2 .section__copy p {
font-size:20px;
  }
}
.section--2 .section__copy p:first-child {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px; /* 111.111% */
  letter-spacing: -0.72px;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section--2 .section__copy p:first-child {
    font-size: 68px;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 108%;
    letter-spacing: -1.36px;
    margin-bottom: 27px;
  }
}
.section--2 .section__copy p:last-child {
  max-width: 400px;
}
.section--2 .section__img-container-1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.section--2 .section__img-container-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section--2 .section__img-container-2 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.section--3 {
  grid-template-columns: 1fr;
  padding: 50px;
  gap: 50px;
}
@media (min-width: 768px) {
  .section--3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    padding: 70px;
  }
}
.section--3__item {
  position: relative;
}
.section--3__media img {
  display: block;
  width: 100%;
  height: auto;
}
.section--3__content {
  padding: 20px 0 0;
  color: #000;
}
@media (min-width: 768px) {
  .section--3__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    color: #fff !important;
    width: 300px;
  }
}
.section--3__number {
  display: block;
  font-size: clamp(56px, 12vw, 90px);
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 5px;
 font-family:'GT America Standard';
}
.section--3__name {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 10px;
 text-transform:none !important;
 letter-spacing:0 !important;
 font-family:'GT America Standard';
}
@media (min-width: 768px) {
  .section--3__name {
    font-size: 24px !important;
    color:#fff !important;
  }
}
.section--3__desc p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}
.section--3 .btn-group {
  margin-top: 20px;
}
.section--3 .btn-group .btn {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .section--3 .btn-group .btn {
    flex: 1 1 0;
  }
}
.section--4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  padding: 50px 30px;
  border-top: 10px solid #000;
}
@media screen and (min-width: 768px) {
  .section--4 {
    padding: 70px 30px;
  }
}
.section--4 img {
  height: auto;
  align-self: stretch;
  aspect-ratio: 1380/118.88;
}
.section--4__heading-container h3 {
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: normal !important;
 text-transform:none !important;
 letter-spacing:0 !important;
 font-family:'GT America Standard';
}
@media screen and (min-width: 768px) {
  .section--4__heading-container h3 {
    font-size: 44px !important;
  }
}
.section--4__text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding-top: 10px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .section--4__text-container {
    padding-top: 20px;
    gap: 50px;
  }
}
.section--4__text-container p {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .section--4__text-container p {
    font-size: 32px;
    line-height: normal;
  }
}

.video iframe{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

.video video{
height:100%;
 width:100%;
 object-fit:cover;
 object-position:center;
}
