/* GLOBAL */

@font-face {
  font-family: "garnettsemibold";
  src: url("../fonts/garnett-semibold-webfont.eot");
  src: url("../fonts/garnett-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/garnett-semibold-webfont.woff2") format("woff2"),
    url("../fonts/garnett-semibold-webfont.woff") format("woff"), url("../fonts/garnett-semibold-webfont.ttf") format("truetype"),
    url("../fonts/garnett-semibold-webfont.svg#garnettsemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'garnett-medium';
  src: url('../fonts/garnett/Garnett-Medium.eot');
  src: url('../fonts/garnett/Garnett-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/garnett/Garnett-Medium.woff2') format('woff2'),
    url('../fonts/garnett/Garnett-Medium.woff') format('woff'),
    url('../fonts/garnett/Garnett-Medium.ttf') format('truetype'),
    url('../fonts/garnett/Garnett-Medium.svg#garnett_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "garnett_regularregular";
  src: url("../fonts/garnett-regular-webfont.eot");
  src: url("../fonts/garnett-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/garnett-regular-webfont.woff2") format("woff2"),
    url("../fonts/garnett-regular-webfont.woff") format("woff"), url("../fonts/garnett-regular-webfont.ttf") format("truetype"),
    url("../fonts/garnett-regular-webfont.svg#garnett_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'garnett-bold';
  src: url('../fonts/garnett/Garnett-Bold.eot');
  src: url('../fonts/garnett/Garnett-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/garnett/Garnett-Bold.woff2') format('woff2'),
    url('../fonts/garnett/Garnett-Bold.woff') format('woff'),
    url('../fonts/garnett/Garnett-Bold.ttf') format('truetype'),
    url('../fonts/garnett/Garnett-Bold.svg#garnett_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


html {
  font-family: "garnett_regularregular";
}

body {
  background-color: #f0e1e1;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "garnett_regularregular";
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.align-center {
  text-align: center;
}

.global-title {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 50px;
  font-weight: 400;
  color: #f0e1e1;
  font-size: 30px;
  padding-left: 40px;
}

.global-title:before {
  content: "";
  width: 120%;
  height: 180%;
  display: block;
  position: absolute;
  left: 0px;
  top: -15px;
  background-color: #000;
  clip-path: polygon(8% 11%, 100% 0%, 95% 100%, 0% 100%);
  z-index: -1;
  padding-left: 0px;
  padding-top: 20px;
}

@media screen and (max-width: 992px) {
  .global-title:before {
    width: 100%;
    top: -15px;
    clip-path: polygon(2% 11%, 100% 0%, 98% 100%, 0% 100%);
  }

  .global-title {
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    font-family: "garnettsemibold";
  }
}

.global-subtitle {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  margin-left: 20px;
}

@media screen and (max-width: 992px) {
  .global-subtitle {
    font-size: 16px;
    margin-left: 20px;
    font-family: "garnettsemibold";
  }
}

.global-subtitle:before {
  content: "";
  width: 161%;
  height: 248%;
  display: block;
  position: absolute;
  left: -20px;
  top: -15px;
  background-color: #79e21b;
  clip-path: polygon(20% 14%, 100% 0%, 100% 84%, 0% 100%);
  z-index: -1;
  padding-left: 30px;
  padding-top: 20px;
}

.global-title-2 {
  margin-bottom: 0;
  font-size: 34px;
  line-height: 44px;
  font-family: 'garnett-bold';
  color: #000;
}

.global-title-3 {
  font-family: 'garnettsemibold';
  color: #000;
}


@media screen and (max-width: 992px) {
  .global-title-2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.global-title-2 span {
  background-color: rgb(112, 221, 55);
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
}

.global-text {
  font-size: 18px;
  line-height: 30px;
}

.global-link {
  text-decoration-line: underline;
  text-decoration: underline;
  color: #000;
  font-weight: 700;
}

.global-link-2 {
  font-family: "garnettsemibold";
  text-decoration: none;
  font-size: 18px;
  color: #000;
}

.text-center {
  text-align: center;
}

.global-title-3 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-weight: 400;
  color: #f0e1e1;
  font-size: 28px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.global-title-3:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000;
  clip-path: polygon(10% 20%, 100% 0, 89% 100%, 0 86%);
  z-index: -1;
}

.global-title-4 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-weight: 400;
  color: #000 !important;
  font-size: 28px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.global-title-4:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #79E21B;
  clip-path: polygon(0 0, 96% 24%, 92% 81%, 10% 94%);
  z-index: -1;
}

/* INTRO */

.intro-logo {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0e1e1;
  top: 0;
  left: 0;
  z-index: 9999;
}

.intro-logo .logo-intro {
  width: 400px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .intro-logo .logo-intro {
    width: 300px;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .intro-logo .logo-intro {
    width: 250px;
    height: auto;
  }
}

/* Hero New */

.hero {
  position: relative;
  width: 100%;
}

.hero .logo-hero {
  width: 140px;
  margin-top: 25px;
  height: auto;
}

.hero .clip-path-green {
  clip-path: polygon(3% 21%, 86% 5%, 100% 80%, 0 60%);
  background-color: #79e21b;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 80;
  position: relative;
  transition: all 280ms;
  -o-transition: all 280ms;
  -moz-transition: all 280ms;
  -webkit-transition: all 280ms;
  /* animation: clipPathTest1 6s ease-in infinite; */
}

@keyframes clipPathTest1 {
  0% {
    clip-path: polygon(3% 21%, 86% 5%, 100% 80%, 0 60%);
  }

  50% {
    clip-path: polygon(5% 21%, 89% 5%, 100% 78%, 0 60%);
  }

  100% {
    clip-path: polygon(3% 21%, 86% 5%, 100% 80%, 0 60%);
  }
}

.hero .clip-path-green .content-clip-path-green {
  max-width: 560px;
  margin-top: -70px;
  text-align: center;
}

.hero .clip-path-green p {
  font-size: 20px;
  line-height: 34px;
  margin: 0;
  font-weight: 700;
  font-family: "garnettsemibold";
}

.hero .clip-path-black {
  clip-path: polygon(5% 0, 90% 15%, 95% 66%, 0 56%);
  background-color: #000;
  width: 100%;
  height: 400px;
  margin-top: -330px;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 280ms;
  -o-transition: all 280ms;
  -moz-transition: all 280ms;
  -webkit-transition: all 280ms;
  /* animation: clipPathTest 6s ease-in infinite; */
}

@keyframes clipPathTest {
  0% {
    clip-path: polygon(5% 0, 90% 15%, 95% 66%, 0 56%);
  }

  50% {
    clip-path: polygon(4% 0, 88% 17%, 97% 68%, 0 58%);
  }

  100% {
    clip-path: polygon(5% 0, 90% 15%, 95% 66%, 0 56%);
  }
}

.hero .clip-path-black .container-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}

.hero .clip-path-black .container-social p {
  color: #fff;
  font-size: 16px;
  font-family: "garnettsemibold";
}

.hero .clip-path-black .container-social .social-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero .clip-path-black .container-social .social-link a {
  text-decoration: none;
  margin-right: 40px;
}

.hero .clip-path-black .container-social .social-link a svg {
  width: 32px;
}

.br {
  display: none;
}

@media screen and (max-width: 992px) {

  /* .hero .clip-path-green .content-clip-path-green br{
        display: none!important;
    } */
  .br {
    display: block;
  }

  .hero .logo-hero {
    margin-top: 10px;
    width: 120px;
  }
}

@media screen and (max-width: 992px) {
  .hero .clip-path-green p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }

  .hero .clip-path-green .content-clip-path-green {
    max-width: 400px;
    text-align: center;
    margin-top: -85px;
  }

  .hero .clip-path-black .container-social p {
    color: #fff;
    font-size: 14px;
  }

  .hero .clip-path-black .container-social {
    flex-direction: column;
    width: 100%;
    margin-top: -50px;
  }

  .hero .clip-path-black .container-social .social-link a {
    margin-right: 30px;
  }

  .hero .clip-path-black .container-social .social-link a svg {
    width: 30px;
  }

  .hero .clip-path-black {
    clip-path: polygon(5% 0, 90% 15%, 100% 66%, 0 56%);
    height: 450px;
    margin-top: -300px;
  }

  .hero .clip-path-green {
    clip-path: polygon(1% 10%, 90% 8%, 100% 75%, 0 60%);
    min-height: 600px;
  }
}

@media screen and (max-width: 500px) {
  .hero .clip-path-green .content-clip-path-green {
    margin-top: -147px;
  }
}

@media screen and (max-width: 480px) {
  .hero .clip-path-green .content-clip-path-green {
    text-align: center;
    margin-top: -85px;
  }

  .hero .clip-path-green p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
  }

  /* .hero .clip-path-green .content-clip-path-green {
        max-width: 220px;
    } */
  .hero .clip-path-black .container-social .social-link a {
    margin-right: 15px;
  }

  .hero .clip-path-black .container-social .social-link a svg {
    width: 25px;
  }

  .hero .clip-path-black {
    clip-path: polygon(5% 0, 90% 15%, 100% 66%, 0 56%);
  }

  .hero .clip-path-green {
    clip-path: polygon(1% 10%, 95% 8%, 100% 75%, 0 60%);
  }
}

@media screen and (max-width: 340px) {
  .hero .clip-path-green p {
    font-size: 14px;
  }

  .hero .clip-path-black .container-social p {
    font-size: 12px;
  }

  .hero .clip-path-black .container-social {
    margin-top: -30px;
  }
}

/* TEAM */

.team {
  margin-top: 0px;
  margin-bottom: 160px;
}

.team .cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team .cards .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.team .cards .card .card-img {
  display: block;
  width: 100%;
  min-height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  transition: all 280ms;
  -o-transition: all 280ms;
  -moz-transition: all 280ms;
  -webkit-transition: all 280ms;
}

.team .cards .card .card-img-shape-1 {
  clip-path: polygon(11% 0, 79% 10%, 100% 69%, 0% 100%);
}

/* .team .cards .card:hover .card-img-shape-1{
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
} */

.team .cards .card .card-img-shape-2 {
  clip-path: polygon(11% 0, 100% 24%, 100% 100%, 0 79%);
}

/* .team .cards .card:hover .card-img-shape-2{
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
} */

.team .cards .card .card-img-shape-3 {
  clip-path: polygon(11% 18%, 100% 9%, 100% 100%, 0 75%);
}

/* .team .cards .card:hover .card-img-shape-3{
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
} */

.team .cards .card .card-content {
  display: block;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.team .cards .card .card-content p {
  width: 80%;
  margin: 0 auto;
  display: inline-block;
}

.team .cards .card .card-content:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -2;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  top: 0%;
  left: 0%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.team .cards .card .card-content:after {
  content: "";
  top: 2%;
  left: 1%;
  width: 98%;
  height: 88%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #f0e1e1;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.team .cards .card .card-content-shape-1:before {
  clip-path: polygon(7% 0, 89% 0, 100% 93%, 0% 100%);
}

.team .cards .card .card-content-shape-1:after {
  clip-path: polygon(7% 0, 89% 0, 100% 93%, 0% 100%);
}

.team .cards .card .card-content-shape-2:before {
  clip-path: polygon(7% 0, 92% 0, 90% 83%, 11% 100%);
}

.team .cards .card .card-content-shape-2:after {
  clip-path: polygon(7% 0, 92% 0, 90% 83%, 11% 100%);
}

.team .cards .card .card-content-shape-3:before {
  clip-path: polygon(30% 0, 89% 0, 100% 94%, 0 79%);
}

.team .cards .card .card-content-shape-3:after {
  clip-path: polygon(30% 0, 89% 0, 100% 94%, 0 79%);
}

@media screen and (max-width: 1178px) {
  .team .cards {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .team .cards .card {
    margin-bottom: 70px;
  }
}

/* FOOTER */

footer {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 0px;
}

footer .container-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

footer .container-footer .logo-footer {
  width: 100%;
  max-width: 250px;
  height: auto;
}

footer .container-footer .container-int-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer .container-footer .container-int-flex>div {
  padding-right: 30px;
  padding-left: 30px;
  max-width: 260px;
}

footer .container-footer p {
  margin: 0;
}

footer .container-footer p,
footer .container-footer a {
  color: #f0e1e1;
}

footer .copy {
  opacity: 0.5;
}

footer .container-footer a {
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
}

footer .container-footer .social-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 85px;
}

footer .container-footer .social-link a {
  margin-right: 25px;
}

footer .container-footer .social-link a svg {
  width: 20px;
}

@media screen and (max-width: 1080px) {
  footer .container-footer .container-int-flex>div {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 992px) {
  footer .container-footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  footer .container-footer .container-int-flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  footer .container-footer .container-int-flex>div {
    padding-right: 0px;
    padding-left: 0px;
  }

  footer .container-footer .social-link {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

/* ANIMATIONS */

#f2 {
  visibility: hidden;
}

#f3 {
  visibility: hidden;
}

#f4 {
  visibility: hidden;
}

#videoHero {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  height: 100%;
  width: 100%;
}

/* TEAM CARD BIG */

.team-card-big {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.team-card-big>div:nth-child(1) {
  width: 40%;
  margin-right: 15%;
}

.team-card-big>div:nth-child(2) {
  width: 45%;
}

.team-card-big .team-card-big-img {
  background-image: url(../images/team1.jpg);
  clip-path: polygon(7% 0, 89% 0, 100% 93%, 0% 100%);
  width: 100%;
  min-height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

  transition: all 280ms;
  -o-transition: all 280ms;
  -moz-transition: all 280ms;
  -webkit-transition: all 280ms;
}

.team-card-big p {
  font-weight: 700;
  line-height: 24px;
  font-family: "garnettsemibold";
  font-size: 17px;
}

@media screen and (max-width: 1480px) {
  .team-card-big>div:nth-child(1) {
    width: 30%;
    margin-right: 15%;
  }

  .team-card-big>div:nth-child(2) {
    width: 55%;
  }
}

@media screen and (max-width: 1200px) {
  .team-card-big {
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    flex-direction: column-reverse;
  }

  .team-card-big .team-card-big-img {
    margin-bottom: 40px;
  }

  .team-card-big>div:nth-child(1) {
    width: 90%;
    margin-right: 0%;
  }

  .team-card-big>div:nth-child(2) {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .team-card-big .team-card-big-img {
    min-height: 480px;
  }
}

@media screen and (max-width: 992px) {
  .team-card-big .team-card-big-img {
    min-height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .team-card-big .team-card-big-img {
    min-height: 280px;
  }
}

@media screen and (max-width: 500px) {
  .team-card-big .team-card-big-img {
    min-height: 200px;
  }

  .team-card-big p {
    font-weight: 700;
    line-height: 26px;
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .team-card-big .team-card-big-img {
    min-height: 180px;
  }
}

/* LEGALS */

.container-legals {
  margin-bottom: 90px;
}

/* HERO PAGE */

.hero-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-page .bread-crumb {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.hero-page .bread-crumb li {
  list-style: none;
  display: inline;
}

.hero-page .bread-crumb li:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}

.hero-page .bread-crumb li:last-child:after {
  display: none;
}

.hero-page .bread-crumb li a {
  color: #000;
  text-decoration: none;
}

.hero-page .bread-crumb li:last-child a {
  font-weight: 700;
}

/* TEST 3 INTRO VIDEO */

.intro-video {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #f0e1e1;
  z-index: 9998;
}

.intro-close {
  position: absolute;
  z-index: 9999;
  right: 30px;
  top: 30px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: all 280ms;
}

.intro-close:hover {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.intro-close img {
  width: 25px;
}

.intro-play {
  z-index: 9999;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 8%;
  right: 16%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  transition: all 280ms;
}

.intro-play:hover {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.intro-play img {
  width: 45px;
}

@media screen and (max-width: 600px) {
  .intro-play {
    top: 7%;
    right: 12%;
  }
}

/* HOME */

.collections .title {
  position: relative;
  top: -40%;
  padding-left: 20%;
  padding-top: 0%;
  padding-right: 40%;
}

.collections .title h2 a, .collections .title p a {
  color: #fff;
  text-decoration: none;
}

.collections .collection {
  display: flex;

  transition: all 280ms;
  -o-transition: all 280ms;
  -moz-transition: all 280ms;
  -webkit-transition: all 280ms;
}

.collections .clip-path-collection-dark {
  clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 89%);
  background-color: rgb(0, 0, 0);
  width: 100%;
  min-height: 200px;
  height: 1250px;
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
}

.collections .clip-path-collection-dark h2 {
  font-family: "garnettsemibold";
}

.collections .clip-path-collection-dark-background {
  background-image: url(../../collections/assets/images/story3/one.webp);
  clip-path: polygon(26% 39%, 47% 31%, 59% 63%, 33% 58%);
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 25% 10% 15%;
  transition: all 280ms;
  -o-transition: all 280ms;
  -moz-transition: all 280ms;
  -webkit-transition: all 280ms;
  text-decoration: none;
  max-width: 700px;
  margin: 0 auto;
}

.special-title {
  display: block;
  width: auto;
  margin: 0 auto !important;
  font-family: "garnettsemibold";
}

.special-title span:nth-child(1) {
  background-color: #79e21b !important;
  color: #fff;
  font-size: 45px;
  clip-path: polygon(5% 20%, 55% 0%, 40% 100%, 0 86%);
  padding: 20px;
  margin-left: 0px;
  margin-top: 0px;
  display: block;
}

.special-title span:nth-child(2) {
  background-color: #000 !important;
  color: #fff;
  clip-path: polygon(4% 0, 95% 0, 100% 98%, 0% 100%);
  padding: 15px 30px 15px 15px;
  display: block;
  max-width: 300px;
  font-size: 26px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .special-title {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 290px;
    margin: 0 auto !important;
    font-family: "garnettsemibold";
    transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }


  .special-title span:nth-child(2) {
    background-color: #000 !important;
    color: #fff;
    clip-path: polygon(4% 0, 95% 0, 100% 98%, 0% 100%);
    padding: 15px 30px 15px 15px;
    display: block;
    max-width: 200px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
  }

  .special-title span:nth-child(1) {
    max-width: 230px;
    font-size: 30px;
  }
}

.newsletter-single {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.newsletter-single h2 {
  color: #fff;
  font-family: "garnettsemibold";
  margin: 0;
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 15px;
}

.newsletter-single .form-control {
  background-color: transparent;
  border: solid 1px #747474;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.newsletter-single .btn {
  background-color: #79e21b;
  color: #000;
  font-family: "garnettsemibold";
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}

@media screen and (max-width: 480px) {
  .collections .clip-path-collection-dark-background {
    height: 300px !important;
    padding: 0 20% 8% 12%;
  }

  .collections .clip-path-collection-dark {
    height: 900px;
    clip-path: none;
  }

  .collections .clip-path-collection-dark-background p {
    font-size: 12px;
  }

  .collections .clip-path-collection-dark-background h2 {
    font-size: 20px;
  }

  .collections .title {
    position: relative;
    top: -40%;
    padding-left: 7% !important;
    padding-top: 0% !important;
    padding-right: 5% !important;
  }

  .collections .title h2 {
    font-size: 20px !important;
  }

  .collections .title p {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 993px) {
  .collections .col-10 {
    height: 700px;
  }
}

@media screen and (max-width: 992px) {
  .collections .clip-path-collection-dark-background {
    height: 400px !important;
    padding: 0 12% 8% 12%;
  }

  .collections .clip-path-collection-dark {
    height: 900px;
    clip-path: none;
  }

  .collections .clip-path-collection-dark-background p {
    font-size: 12px;
  }

  .collections .clip-path-collection-dark-background h2 {
    font-size: 20px;
  }

  .collections .title {
    position: relative;
    top: -40%;
    padding-left: 10%;
    padding-top: 0%;
    padding-right: 20%;
  }

  .collections .col-10 {
    height: 500px;
  }
}


.sign-in-msg {
  display: block;
  color: red;
  font-size: 14px;
  margin-top: 15px;
  font-family: "garnettsemibold";
}

.content-link {
  padding: 15px 15px 0 15px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  min-height: 230px;
  max-width: 380px;
  margin: 0 auto;
}

.content-link h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 38px;
  font-family: 'garnett-bold';
  color: #000;
}

@media screen and (max-width: 992px) {
  .content-link h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.content-link h2 span {
  background-color: rgb(112, 221, 55);
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
}

.content-link .single-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.content-link .part {
  color: #000;
  font-size: 18px;
  font-family: 'garnett-medium';
}

@media screen and (max-width: 992px) {
  .content-link .part {
    font-size: 16px;
  }
}

.content-link .read-more {
  color: #828282;
  font-size: 15px;
  margin-top: 0;
}

.content-link .read-more.read-more-alt {
  color: #000;
  background-color: #79E21B;
  font-size: 15px;
  font-family: 'garnettsemibold';
  text-transform: uppercase;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 0;
  text-align: right;
}


.content-link .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  z-index: -1;
}

.content-link .single-video {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.content-link .image img {
  width: 100%;
  display: block;
}

.content-link .single-video {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
}

.content-link .single-video-clip {
  width: 100%;
  clip-path: polygon(0 2%, 100% 0, 100% 98%, 0% 100%) !important;
}

.container-signup {
  /* background-color: #000; */
  padding-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 0px;
}

@media screen and (max-width: 500px) {
  .collections-new {
    margin-top: -85px
  }
}

.custom-accordion {
  background-color: rgba(0, 0, 0, 1);
}

.custom-accordion .accordion-header button {
  font-family: 'garnettsemibold';
  background-color: #d8c8c8;
  color: #000;
  border: 0;
}

.custom-accordion .accordion-item {
  border: 0;
  border-bottom: solid 1px rgba(256, 256, 256, 0.1);
}

.custom-accordion .accordion-collapse {
  border-width: 0;
  background-color: #f0e1e1;
  border-left: solid 1px rgba(0, 0, 0, .1);
  border-right: solid 1px rgba(0, 0, 0, .1);
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.custom-accordion .accordion-button:focus {
  z-index: 3;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}

.custom-accordion strong, .custom-accordion strong {
  font-family: 'garnettsemibold';
}

.custom-accordion h1, .custom-accordion h2, .custom-accordion h3, .custom-accordion h4, .custom-accordion h5, .custom-accordion h6 {
  font-family: 'garnettsemibold';
}

/* Careers */
.careers h1, .careers h2, .careers h3, .careers h4, .careers h5, .careers h6 {
  font-family: 'garnettsemibold';
  color: #000;
}

.careers h1 {
  font-size: 42px;
  line-height: 50px;
}

@media screen and (max-width: 768px){
  .careers h1 {
      font-size: 36px;
      line-height: 44px;
  }
}

.hero-careers{
  position: relative;
  margin-bottom: 30px;
  clip-path: polygon(5% 5%, 80% 0%, 100% 100%, 0 90%);
}

.hero-careers video{
  width: 100%;
}

.careers span {
  position: relative;
}

.careers h1 span:after {
  content: "";
  width: 112%;
  height: 112%;
  left: -15px;
  top: -4px;
  position: absolute;
  background-color: #79E21B;
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
  z-index: -1;
  clip-path: polygon(0 0, 100% 15%, 100% 89%, 9% 100%);
}

.careers h2 {
  color: #F0E1E1;
}

/* Accordion Custom */

.custom-accordion {
  background-color: rgba(0, 0, 0, 1);
}

.custom-accordion .accordion-header button {
  font-family: 'garnettsemibold';
  background-color: #f0e1e1;
  color: #000;
  border: 0;
  padding: 20px 0px;
}

.custom-accordion .accordion-item {
  border: 0;
  border-bottom: solid 1px #BDBDBD;
}

.custom-accordion .accordion-collapse {
  border-width: 0;
  background-color: #f0e1e1;
  padding: 0 !important;
}

.custom-accordion .accordion-button:focus {
  z-index: 3;
  border-color: #000;
  outline: 0;
  box-shadow: none;
}

.custom-accordion .accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/arrow-collapse.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center center;
  transition: transform .2s ease-in-out;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/close-collapse.svg);
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
  background-position: center center;
  transform: rotate(0deg);
}

@media screen and (max-width: 768px){
  .custom-accordion .accordion-button::after {
    width: 0.9rem;
    height: 0.9rem;
    background-size: 0.9rem;
  }
  .custom-accordion .accordion-button:not(.collapsed)::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
  }
}


.custom-accordion strong, .custom-accordion strong {
  font-family: 'garnettsemibold';
}

.custom-accordion h1, .custom-accordion h2, .custom-accordion h3, .custom-accordion h4, .custom-accordion h5, .custom-accordion h6 {
  font-family: 'garnettsemibold';
}


.custom-accordion .accordion-button {
  display: flex;
  align-items: center;
}

.custom-accordion .title {
  font-family: 'garnettsemibold';
  font-size: 24px;
  margin-right: 20px;
}

@media screen and (max-width: 992px) {
  .custom-accordion .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .custom-accordion .title {
    display: block;
    margin-bottom: 5px;
  }
}

.custom-accordion .items {
  font-family: 'garnett-medium';
  margin-right: 20px;
}

@media screen and (max-width: 992px) {
  .custom-accordion .items {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .custom-accordion .items {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.custom-accordion .items img {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .custom-accordion .items img{
    width: 12px;
  }
}

.custom-accordion .accordion-body {
  padding: 30px 0px 30px 0px;
}

.custom-list-group {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.custom-list-group li {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  padding: .1rem 0rem;
  font-family: 'garnett-medium';
  color: #000;
}

.custom-list-group li.list-title {
  color: #828282;
}

.button-apply {
  background-color: #BDBDBD;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 30px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-family: 'garnettsemibold';
  border: 0;
}

.button-apply:hover, .button-apply:focus, .button-apply:active {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .button-apply {
    display: block!important;
    width: 100%;
    margin-top: 30px;
  }
}

.custom-modal .modal-content {
  border: 0;
  border-radius: 0;
  outline: 0;
  background-color: #F0E1E1;
}

.custom-modal .modal-title {
  font-family: 'garnettsemibold';
  color: #000;
  font-size: 24px;
}

.custom-modal .modal-body {
  padding: 0px 30px 30px 30px;
}

.custom-modal .modal-logo {
  margin-right: 20px;
}

.custom-modal .modal-items span {
  font-family: 'garnett-medium';
  margin-right: 15px;
  font-size: 15px;
}

.custom-modal .modal-items img {
  margin-right: 5px;
}

@media screen and (max-width: 992px){
  .custom-modal .modal-title {
    font-size: 16px;
  }
  .modal-items{
    display: block!important;
  }
  .modal-items span{
    font-size: 13px!important;
  }
}

.custom-modal .btn-close {
  opacity: 1;
}

.custom-form input, .custom-form textarea {
  background-color: transparent;
  border: solid 1.5px #BDBDBD;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.custom-form input:focus, .custom-form textarea:focus {
  color: #212529;
  background-color: rgba(0, 0, 0, .1);
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}

.custom-form input.error:focus, .custom-form.error{
  border-color: #f00!important;
  box-shadow: 0 0 0 0.25rem rgb(255 0 0 / 25%)!important;
}

.custom-form .form-check-input:checked {
  background-color: #79e21b;
  border-color: #79e21b;
}

.custom-form label {
  color: #000;
  font-family: 'garnettsemibold';
  font-size: 13px;
}

.custom-form .submit-resume-btn {
  color: #000;
  font-family: 'garnettsemibold';
  font-size: 18px;
  padding: 15px 30px;
  background-color: #79E21B;
  border: 0;
}

.custom-form .check-center {
  display: block;
  margin: 0 auto;
  max-width: 480px;
}

.custom-form a:hover {
  color: #000000;
}

#upload-file-input {
  position: relative;
  width: 100%;
  padding: 40px 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border: 2px dashed #BDBDBD;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'garnettsemibold';
  color: #828282;
  font-size: 16px;
}

#upload-file-input.required{
  background-color: rgba(0, 0, 0, .1);
  border-color: #f00!important;
  box-shadow: 0 0 0 0.25rem rgb(255 0 0 / 25%)!important;
  outline: 0;
}

.remove-file{
  background-color: transparent;
  border: 0;
  text-align: right;
  font-family: 'garnettsemibold';
  font-size: 14px;
  display: none;
  margin-top: 5px;
  width: 100%;
  color: #000;
  text-transform: none;
  text-decoration: none;
}

.video-team{
  width: 100%;
  clip-path: polygon(5% 5%, 80% 0%, 100% 100%, 0 90%);
  overflow: hidden;
}

.submit-ok{
  display: block;
  text-align: center;
}

.submit-ok img{
  width: 100px;
  margin-bottom: 30px;
}

.submit-ok h2{
  color: #000;
  font-family: 'garnettsemibold';
}

.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background-color: #000;
  color: #F0E1E1;
  font-family: 'garnettsemibold';
  border: 0;
}