:root {
  --btg-campaign-orange-1: #da611e;
  --btg-campaign-green-1: #457d54;
  --btg-campaign-purple-1: #4f2683;
}

.btg-influencer-landing h1, 
.btg-influencer-landing h2, 
.btg-influencer-landing h3, 
.btg-influencer-landing h4 {
  font-family: 'Barlow Condensed', sans-serif !important;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--btg-campaign-green-1);
}

/* layout */

.btg-influencer-section-one {
  position: relative;
  width: 100%;
  margin-top: -1px;
  background-color: #FFF7D9;
}

.btg-influencer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 1024px) {
  .btg-influencer-row {
    margin: 3rem -20px;
  }
}

.btg-influencer-column {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .btg-influencer-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btg-influencer-column:first-child {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .btg-influencer-column:last-child {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

.btg-influencer-cta {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* content */
.btg-influencer__logo {
  margin: 2rem 0;
}

.btg-influencer__intro {
  max-width: 700px;
}

.btg-influencer__heading {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--btg-campaign-green-1);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btg-influencer__heading--highlighted {
  display: none
}

@media (min-width: 1215px) {
  .btg-influencer__heading--highlighted {
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
  }
}

@media (min-width: 1024px) {
  .btg-influencer__heading {
    font-size: 48px;
  }
}

.btg-influencer__title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .btg-influencer__title {
    font-size: 36px;
  }
}

.btg-influencer__subtitle {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  line-height: 1.3;
  color: #303030 !important;
  margin-bottom: 1rem !important;
}

.btg-influencer__subtitle strong {
  font-weight: 600 !important;
}

@media (min-width: 1024px) {
  .btg-influencer__subtitle {
    font-size: 20px;
  }
}

.btg-influencer__text,
.btg-influencer__text p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  line-height: 1.3;
  color: #303030 !important;
  margin-bottom: 2rem;
}

.btg-influencer__text:last-child,
.btg-cinfluencer__text p:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 1024px) {
  .btg-influencer__text,
  .btg-influencer__text p {
    font-size: 20px;
  }
}

.btg-influencer__bio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  margin-top: 40px;
}

@media (min-width: 1024px) {
.btg-influencer__bio {
    flex-wrap: nowrap;
  }
}

.btg-influencer__bio__details {
  margin-bottom: 40px;
}

.btg-influencer__bio img {
  border-radius: 100%;
}

.btg-influencer__bio__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #303030;
}

.btg-influencer__video-banner img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.btg-influencer__tips {
  width: 100%;
}

.btg-influencer__tips__heading {
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--btg-campaign-green-1);
}

.btg-influencer__tips__heading img {
  margin-right: 15px;
}

.btg-influencer__tips__table {
  font-family: 'Roboto', sans-serif !important;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 40px;
}

.btg-influencer__tips__table th {
  background-color: var(--btg-campaign-orange-1);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: white;
  padding: 10px;
}

.btg-influencer__tips__table td {
  padding: 10px 8px;
  border: 1px solid var(--btg-campaign-orange-1);
}

.btg-influencer-section-two {
  background-image: url('/wp-content/themes/gutenberg-base/compiled/images/bg-bottom.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  margin-top: -1px;
}

.btg-influencer-video {
  margin: 5rem 10% 4rem;
}

.btg-influencer-video__heading {
  margin-top: 2rem
}

@media (min-width: 1024px) {
.btg-influencer-video__heading {
    margin-top: 0;
  }
}

.btg-video-wrapper {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.btg-video-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid white;
  z-index: 2;
}

#btg-video-wrapper-1 {
  height: 871px;
}

#btg-video-wrapper-2 {
    height: 280px;
}

@media (min-width: 1024px) {
#btg-video-wrapper-2 {
    height: 363px;
  }
}

#btg-video-wrapper-1.btg-video-wrapper::after {
  display: none;
}

#btg-play-btn-orange-2 {
  margin-top: 20px
}

.btg-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.btg-video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  background: rgba(255, 255, 255, 0.6);
  transition: background-color 0.2s ease;
  
  /* Use mask to “cut out” a triangle */
  -webkit-mask-image: 
    radial-gradient(circle at center, transparent 99%, transparent 100%),
    polygon(40% 30%, 40% 70%, 70% 50%);
  -webkit-mask-composite: destination-out;
  mask-image: 
    radial-gradient(circle at center, transparent 99%, transparent 100%),
    polygon(40% 30%, 40% 70%, 70% 50%);
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.btg-video-play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid black; /* triangle that punches through the mask */
  transform: translate(-35%, -50%);
  z-index: 4;
  mix-blend-mode: destination-out; /* this actually cuts the triangle out */
  pointer-events: none;
}

.btg-video-play-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.btg-influencer-video__text {
  font-size: 20px;
  color: #303030;
  margin: 10px 0 30px;
}

.btg-influencer-blog-section {
  margin: 60px 0;
}

.btg-influencer-blogs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 20px;
}

@media (min-width: 1024px) {
.btg-influencer-blogs {
    flex-wrap: nowrap;
  }
}

.btg-influencer-blog__heading,
.btg-influencer-blog__text {
  text-align: center;
}

@media (min-width: 1024px) {
  .btg-influencer-blog__heading,
  .btg-influencer-blog__text {
    margin: 1rem 20%;
  }
}

.btg-influencer-blog__post {
  background-color: var(--btg-campaign-green-1);
  border-radius: 20px;
  padding: 40px;
  color: white;
  margin-bottom: 20px;
}

.btg-influencer-blog__post img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
  object-fit: cover;
  min-height: 233px;
}

.btg-influencer-blog__post__content a {
  border: 1px solid white;
  transition: background-color 0.2s ease;
}

.btg-influencer-blog__post__content a:hover {
  background-color: white;
  color: var(--btg-campaign-green-1);
  text-decoration: none;
}

.btg-influencer-blog__post__title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  margin-bottom: 20px;
}

.btg-influencer__footer {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .btg-influencer__footer {
    padding-top: 40px;
  }
}

.btg-influencer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 230px;
  min-height: 50px;
  padding: 0 50px;
  color: #fff;
  border: 0;
  border-radius: 999rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btg-influencer-button:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}

.btg-influencer-button.green {
  background-color: var(--btg-campaign-green-1);
}

.btg-influencer-button.orange {
  background-color: var(--btg-campaign-orange-1);
}

.btg-influencer-button__text {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
}