:root {
  --primary: #f4a261;
  --primary-dark: #e76f51;
  --background: #ffe5d9;
  --tab-text: #fff;
  --border: #ccc;
}

.container {
  max-width: 1376px;
}

.text-red {
  color: var(--cardRed);
}

.adjascent-buttons-disable .adjascent-buttons {
  display: none;
}

.typeTwoHeader #header,
.typeTwoHeader #HIVBannerImg {
  padding: 0;
  max-width: initial;
}

/* .typeTwoHeader header {background: var(--cream);} */
.btn-accent-red {
  max-width: fit-content;
  height: 48px;
  margin: 64px auto 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  padding: 12px 24px;
  background-color: var(--cardRed);
  color: var(--yellow);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  font-family: "Roboto Flex";
}

.tabs-container {
  width: 100%;
  max-width: calc(1376px + 80px);
  margin: 0;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 0 var(--3220);
  margin: 0 auto;
}
.tabs-container .text-sec .bold-text-cofeecolor {
  margin-bottom: 32px;
  font: 900 clamp(3rem, 0.0625rem + 11vw, 6rem) / 0.8 var(--fontFamily);
}

.tabs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 64px;
}

.tab {
  font: 900 clamp(1.5rem, 0.25rem + 4vw, 2.5rem) / 0.8 var(--fontFamily);
  flex: 1;
  padding: 0 0 32px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  color: #ebd7bd;
  border: none;
  outline: none;
  text-transform: uppercase;
  transition: background 0.3s;
  border-bottom: 2px solid #361d14;
  font-family: var(--fontFamily);
}

.gl-footer .container {
  padding: 0;
  max-width: initial;
}

.tab.active {
  background: transparent;
  color: var(--coffeeBColor);
  border-bottom: solid 8px #361d14;
}
.tab:hover {
  background: transparent;
  color: var(--coffeeBColor);
}
.tab-content {
  display: none;
  background: transparent;
  padding: 32px 0 0;
  border-radius: 0 0 8px 8px;
  min-height: 370px;
}

.tab-content.active {
  display: block;
}

.tabs-container p.para-text {
  font: 500 clamp(1.5rem, 0.875rem + 2vw, 2rem) / 1.2 var(--HelveticaNeue);
}

/* --- Mobile: accordion style --- */
@media (max-width: 768px) {
  .tabs {
    flex-direction: column;
    border: none;
    padding-top: 0;
    margin-top: 20px;
  }

  .tab {
    text-align: left;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 20px 0;
  }

  .tab,
  .tab.active {
    background: transparent;
    color: var(--coffeeBColor);
    border-top: solid 1px #361d14;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
  }

  .tab-content.active {
    margin-bottom: 20px;
  }

  .tab-content {
    padding: 0;
  }

  .tab-content.active {
    margin-bottom: 20px;
  }

  .tab.last-tab {
    border-bottom: solid 1px #361d14;
  }

  #heart.active {
    padding: 0 0 20px;
    border-bottom: solid 1px #361d14;
    border-radius: 0;
  }

  button.tab.last-tab.active {
    border-bottom: none;
  }
  .tabs-container p.para-text {
    letter-spacing: -0.96px;
    text-align: left !important;
  }

  .tabs-container .bold-text-cofeecolor {
    text-align: left !important;
  }
}

.card-row {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.orange-card img {
  height: 48px;
  width: 48px;
}

.orange-card p {
  font-size: clamp(1.5rem, 0.875rem + 2vw, 2rem);
  color: var(--coffeeBColor);
  line-height: 1.2;
  font-family: var(--HelveticaNeue);
  letter-spacing: -1.28px;
}

.orange-card {
  background: #ffbc66;
  padding: 32px 15px 32px 17px;
  width: calc(33.33% - 21.3333333333px);
  min-height: 274px;
  box-sizing: border-box;
  color: #361d14;
  font-size: 1.15em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}

/* Responsive for mobile */
@media (max-width: 1366px) {
  #lest_talk_prep .flip-back h3 {
    font-size: 28px;
}
  #lets-talk-banner .two-col-section .text-sec,
  #lets-talk-banner .two-col-section .img-sec {
    width: 50% !important;
  }
  #lets-talk-banner .two-col-section .img-sec {
    width: 100%;
  }
  #still-think .flip-front h3 {
    font-size: 52px;
  }
  #lets-talk-banner .two-col-section .img-sec img {
    min-width: 100%;
  }
}
@media (max-width: 1200px) {
  #lest_talk_prep .flip-back h3 {
    font-size: 24px;
  }
  #lest_talk_prep .img-over-txt span {
    font-size: 12px;
    bottom: 24px;
    right: 23px;
  }
}
@media (max-width: 900px) {
  .flip-back h3 {
    font-size: 24px;
  }
  #lest_talk_prep #tab-section .orange-card {
    width: 100%;
  }
  .card-row {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .orange-card {
    max-width: 100%;
    width: 100%;
    min-width: auto;
    min-height: 154px;
  }
  /* 
  .tabs-container {
    padding: 0 20px;
  } */
}

.btn-accent-red::after {
  content: "";
  background-image: url("/-/media/Themes/Gilead Commercial/CareForCulture/Care for the Culture/images/icons/arrow-right.svg");
  height: 24px;
  width: 24px;
}

.btn-accent-red:hover {
  color: var(--yellow);
}

.bg-colour {
  background-color: var(--bgColor);
}

/*error pages start */
.error-page .container {
  max-width: 100%;
}

.error-page h1 {
  font: 900 clamp(3.5rem, -2.125rem + 18vw, 8rem) / 0.8 var(--fontFamily);
  color: var(--cardRed);
  text-align: center;
  padding: 80px 20px 16px;
}

.error-page p {
  font: 500 clamp(1.25rem, 0.9375rem + 1vw, 1.5rem) / 1.2 var(--HelveticaNeue);
  margin-bottom: 64px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.error-page .card {
  border: 0;
  border-radius: 0;
  padding: 0 32px;
  margin-bottom: 34px;
  background-color: transparent;
}

.error-page .card-body {
  background-color: var(--yellow);
}

.error-page .card-body,
.error-page .container .row .col-md-12 {
  padding: 0;
}

/*error pages end */

/*sitemap page start*/
.sitemap-page .banner-section {
  background-color: var(--cardRed);
  min-height: 342px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--yellow);
}

.sitemap-page .banner-section h1 {
  font: 900 clamp(3.5rem, -2.125rem + 18vw, 8rem) / 0.8 var(--fontFamily);
}

.sitemap-page .card {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.sitemap-page .card-body,
.sitemap-page .container .row .col-md-12 {
  padding: 0;
}

.sitemap-section {
      display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 64px 0 16px;
    gap: 32px;
    overflow: hidden;
}

.sitemap-content {
    min-width: 320px;
}

.sitemap-content h6 {
  font: 900 clamp(1.5rem, 0.25rem + 4vw, 2.5rem) / 0.8 var(--fontFamily);
  color: var(--cardRed);
  margin-bottom: 32px;
}

.sitemap-page .container {
  padding: 0 var(--3220);
  max-width: calc(1376px + 74px);
}
.sitemap-page .row{
  margin: 0;
}

.sitemap-content a {
  text-decoration: none;
  color: var(--coffeeBColor);
  font-size: 1.25rem;
  font-weight: 900;
  display: block;
  max-width: 360px;
  font-family: "Roboto Flex";
}

.sitemap-content a:hover {
  text-decoration: underline;
}
.sitemap-content p {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .sitemap-section {
    flex-direction: column;
    padding: 48px 0;
    gap: 0;
  }

  .sitemap-content {
    margin-top: 32px;
  }

  .sitemap-content a {
    text-decoration: underline;
    max-width: 100%;
  }

  .sitemap-page .banner-section {
    min-height: 141px;
  }

  .sitemap-page .container {
    padding: 0 20px;
  }
}
@media (max-width: 1300px){
	.sitemap-content {
    min-width: auto;}
}

@media (max-width: 992px){
    #check_on_your_people .two-col-section .text-sec,
    #check_on_your_people .two-col-section .img-sec {
      width: calc(100% - 0px);
    }

    #check_on_your_people .two-col-section {
      flex-direction: column-reverse;
      padding: 48px 20px;
      gap: 12px;
    }

    #check_on_your_people .two-col-section .text-sec .d-md-block{
      display: none !important;
    }

    #check_on_your_people .two-col-section .img-sec .d-md-none{
      display: block !important;
    }
}

@media (max-width: 900px){
.sitemap-section{
	flex-direction: column;
}
}

/*sitemap page end*/

/*Check On Your People page start*/
.check-on-people-page #exploreBlock .exploreCards a {
  min-height: 257px;
}

.check-on-people-page .card {
  background: transparent;
  border: 0;
}

.check-on-people-page .video-placeholder {
  position: relative;
}

.check-on-people-page .card-body,
.check-on-people-page .container .row .col-md-12 {
  padding: 0;
}

/* Video Modal Styles */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.video-modal.show {
  display: flex;
}

.video-modal-content {
  position: relative;
  width: 70vw;
  max-width: 900px;
  height: 40vw;
  max-height: 774px;
  background: #000;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.video-modal-close {
  display: none;
}

.video-modal-content iframe {
  height: 100%;
  width: 100%;
}

/* Responsive modal for mobile */
@media (max-width: 768px) {
  .video-modal {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #lest_talk_prep .two-col-section .text-sec,
  #lest_talk_prep .two-col-section .img-sec,
  #lest_talk_prep #what-is-prep .col-md-6 {
    width: 100%;
  }
  .video-modal-content {
    width: 96vw;
    height: 54vw;
    max-width: 96vw;
    max-height: 60vh;
  }

  #not-somewhere #HIVIsCloserBlockSec h2 {
    font-size: 48px;
  }
  #lets-talk-banner .bold-text-cofeecolor {
    font-size: 56px;
  }

  .check-on-people-page #exploreBlock .exploreCards a {
    min-height: auto;
  }
}

/* Play icon overlay on thumbnail */
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.play-icon img {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.body-modal-open {
  overflow: hidden;
  height: 100vh;
}

.two-col-section {
  display: flex;
  padding: 64px 32px;
  gap: 32px;
  max-width: calc(1376px + 80px);
  margin: 0 auto;
  overflow: hidden;
}

.two-col-section .text-sec,
.two-col-section .img-sec,
#what-is-prep .col-md-6 {
  width: calc(50% - 16px);
}

.two-col-section .text-sec .bold-text-cofeecolor {
  font: 900 clamp(3rem, 0.0625rem + 11vw, 6rem) / 0.8 var(--fontFamily);
}

.two-col-section p.para-text {
  font-size: clamp(1.5rem, 0.875rem + 2vw, 2rem);
}

.two-col-section .img-sec img {
  width: 100%;
  height: 100%;
  width: 100%;
  min-height: 504px;
  object-fit: contain;
}

.bold-text-cofeecolor {
  font: 900 clamp(3.5rem, 0.0625rem + 11vw, 8rem) / 0.8 var(--fontFamily);
  margin: 0 0 var(--1612);
  color: var(--coffeeBColor);
}

p.para-text {
  font: 500 clamp(1.5rem, 0.875rem + 2vw, 2rem) / 1.2 var(--HelveticaNeue);
  color: var(--coffeeBColor);
  letter-spacing: -1.28px;
}

@media (max-width: 768px) {
  #blockTwo {
    border-top: 1px solid var(--cream);
    border-bottom: 1px solid var(--cream);
    padding: 20px 0 8px;
    margin: 0 0 20px;
  }

  #blockOne{
    padding: 0 0 8px 0;
  }

  #blockThree {
    border-bottom: 1px solid var(--cream);
    margin: 0 0 20px 0;
    padding: 0 0 8px 0;
  }
  .two-col-section .text-sec,
  .two-col-section .img-sec {
    width: calc(100% - 0px);
  }

  .two-col-section {
    flex-direction: column-reverse;
    padding: 48px 20px;
    gap: 12px;
  }

  .play-icon img {
    width: 48px;
    height: 48px;
  }
}

/*Check On Your People page end*/

/*lets talk prep page  start*/
.two-col-section .img-sec img {
  min-height: auto;
}
.img-over-txt {
  position: relative;
}
#lets-talk-banner h2 {
  font-size: 128px;
}
.img-over-txt span {
  font-size: 16px;
  position: absolute;
  bottom: 32px;
  right: 38px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: center;

  color: #f6edde;
}
#curious-things .container,
#lest_talk_prep .flip-cards,
#lest_talk_prep .tabs-container {
  max-width: 1376px;
  margin: auto;
}
#lets-talk-banner .two-col-section {
  align-items: flex-start;
}
.flip-back h3 {
  letter-spacing: -1.28px;
}
.flip-card:hover .flip-inner .flip-back {
  left: 95.5%;
}
#lest_talk_prep .container {
  padding: 0;
}
#lest_talk_prep svg {
  vertical-align: sub;
}
#lets-talk-banner .g-p1 img {
  width: 100%;

  transform: translateY(0.5px);
}
#curious-things .container,
.flip-cards {
  max-width: 1376px;
  margin: auto;
}

/* .tabs-container {
  max-width: calc(1376px + 80px);
  padding: 0 32px;
} */

#curious-things,
#tab-section,
#what-is-prep,
#not-their-issue {
  padding: var(--3220);
}
#HIVCloserSec {
  max-width: 1376px;
}
#lest_talk_prep .row {
  margin: 0;
}
#still-think .sticker {
  width: 36%;
}
#lest_talk_prep .affinity-content-block#lets-talk-banner {
  background-color: #361d14;
  margin-top: -2px;
}
#lets-talk-banner .bold-text-cofeecolor,
#not-somewhere #HIVIsCloserBlockSec h2 {
  color: #c8ff00;
}
#lest_talk_prep #still-think {
  padding: 0 32px;
}

.row > * {
  padding-left: 0;
  padding-right: 0;
}
#what-is-prep .sticker {
  width: 44.3%;
  padding-bottom: 20px;
}
#what-is-prep .col-md-6 h3 {
  font-size: 64px;
}
#what-is-prep .container {
  padding: 0;
}
#what-is-prep .sec-img-text {
  padding: 0;
  gap: 32px;
  margin: 0 auto;
}
#not-their-issue .section_3 .row,
#not-somewhere .row {
  margin: 0;
}
#lest_talk_prep #not-their-issue,
#not-their-issue .section_3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#lest_talk_prep .orange-card {
  background: none;
  min-height: auto;
  width: 50%;
  box-shadow: none;
  padding: 0;
}
#curious-things {
  max-width: calc(1376px + 80px);
  margin: 0 auto;
}
#lest_talk_prep #HIVIsCloserBlockSec > p {
  max-width: 100%;
}
#not-somewhere #HIVCloserSec {
  padding: 0;
  max-width: calc(1376px + 80px);
  padding: 0 32px;
}
#lest_talk_prep .orange-card img {
  height: 48px;
  width: 48px;
  width: 100%;
  height: auto;
}
.truth {
  width: 32%;
}
.actually {
  width: 37.4%;
}
.nope {
  width: 22%;
}
.c-bottom {
  position: absolute;
  bottom: 32px;
  padding-right: 32px;
}
.think-again {
  width: 37.4%;
}
#curious-things p {
  color: #f6edde;
  padding-bottom: 32px;
  font-size: 32px;
}
#curious-things .container {
  background: #361d14;

  text-align: center;
}

#lest_talk_prep #lets-talk-banner .para-text {
  color: #f6edde;
}
#curious-things h3 {
  color: #f6edde;
  text-align: center;
  font-size: 80px;
  margin-bottom: 32px;
}
#curious-things .section_3 {
  padding: 32px;
  margin: 0;
  max-width: calc(1376px + 80px);
}

.c-bottom span {
  display: block;
  font-size: 16px;
  padding-top: 20px;
  text-decoration: underline;
}
#curious-things a {
  color: #ffbc66;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}
#still-think .row {
  gap: 32px;
}
#still-think .row .col-md-6 {
  width: calc(50% - 16px);
  margin-bottom: 0;
}
/* .section_2 {
  padding: 0 32px;
} */

.section_2 h3,
.section_3 h3 {
  color: var(--coffeeBColor);
  font: 900 clamp(2.5rem, -0.625rem + 10vw, 5rem) / 0.8 var(--fontFamily);
  margin-bottom: 16px;
}

.section_2 p,
.section_3 p {
  color: var(--coffeeBColor);
  font: 500 clamp(1.25rem, 0.9375rem + 1vw, 1.5rem) / 1.2 var(--HelveticaNeue);
}

.section_2 p {
  margin-bottom: 40px;
  letter-spacing: -0.96px;
}
.section_2 a {
  width: fit-content;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background-color: #ffbc66;
  color: var(--coffeeBColor);
  font-size: 20px;
  font-weight: 900;
  margin-top: 32px;
  text-decoration: none;
  font-family: "Roboto Flex";
}

.flip-cards .row:first-child {
  align-items: flex-end;
}

.flip-cards .heading-2 {
  margin-bottom: 20px;
  font: 500 clamp(1.5rem, 0.875rem + 2vw, 2rem) / 1.2 var(--fontFamily) !important;
  color: var(--coffeeBColor);
}

.flip-cards .card {
  border: 0;
  background-color: transparent;
  margin-bottom: 32px;
}

.flip-card {
  perspective: 1000px;
  position: relative;
  flex: 1 1 538px;
  overflow: hidden;
  box-shadow: 0 12px 16px -8px rgba(54, 29, 20, 0.8);
}
.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  overflow: hidden;
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 538px;
  backface-visibility: hidden;
  border-radius: 0;
  padding: 32px;
  cursor: pointer;
  border: 0;
}

.flip-front p,
.flip-back p {
  font-size: 20px;
  font-weight: 900;
  color: #ffbc66;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 124px;
  font-family: "Roboto Flex";
}

.flip-back {
  top: 0;
  left: 100%;
  background: #ffbc66;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  transition: left 0.8s ease-in-out;
}

.flip-card.flipped .flip-inner .flip-back {
  left: 0;
}

.flip-front {
  top: 0;
  left: 0%;
  background: #932d21;
  color: #361d14;
  text-align: left;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  transition: left 0.8s ease-in-out;
  padding: 32px;
}

.flip-card.flipped .flip-inner .flip-fron {
  left: -100%;
}

.flip-front h6,
.flip-back h6 {
  font: 900 clamp(1.5rem, 0.25rem + 4vw, 2.5rem) / 0.8 var(--fontFamily);
  color: #ffbc66;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0.8px;
}

.flip-back h3,
#lest_talk_prep .para-text {
  font: 500 clamp(1.5rem, 0.875rem + 2vw, 2rem) / 1.2 var(--HelveticaNeue);
  color: #361d14;
}

.flip-back h6,
.flip-back p {
  color: #932d21;
}

.flip-back p {
  max-width: 95px;
  margin-top: var(--3220);
}

.flip-front h3 {
  font: 900 clamp(2.1rem, 0.5469rem + 6.25vw, 4.0625rem) / 0.8 var(--fontFamily);
  color: #f6edde;
  letter-spacing: 1.6px;
  padding-top: 60px;
  font-size: 67px;
  margin-bottom: 32px;
}
.flip-card:hover .flip-front svg {
  position: relative;
  animation: move 0.2s ease-in-out;
  right: -8px;
}

.flip-card:hover .flip-back svg {
  position: relative;
  animation: move 0.2s ease-in-out;
  right: 8px;
}

@media (max-width: 768px) {
  .flip-card {
    perspective: 1000px;
    position: relative;
    flex: 1 1 432px;
    overflow: hidden;
  }

  .contianer.flip-cards {
    padding: 0 20px;
  }

  .row.mobile-scroll {
    flex-wrap: nowrap;
   overflow-x: scroll;
  }

  .flip-front,
  .flip-back {
    /* width: 390px; */
    height: 432px;
    padding: 20px 20px 40px;
  }
  .flip-front h3 {
    letter-spacing: 0.8px;
  }

  .flip-cards .card {
    width: 289px;
    padding-right: 0;
  }

  .section_2 h3 {
    padding: 0;
  }

  .section_2 a {
    width: 100%;
    justify-content: center;
  }

  .section_2 p {
    margin-bottom: 20px;
  }

  #HIVCloserSec {
    padding: 0 20px;
  }
  .img-over-txt span {
    right: 0;
    left: 0;
  }
}

@media (max-width: 768px) {
  .two-col-section .img-sec img {
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
  #curious-things,
  #tab-section,
  #what-is-prep,
  #not-their-issue,
  #not-somewhere #HIVCloserSec {
    padding: 20px;
  }
  #tab-section{
    padding: 20px 0;
  }

  #not-their-issue
  #curious-things {
    margin: 0 0 20px 0;
  }
  #lest_talk_prep #still-think {
    padding: 0;
  }
  .flip-cards .row:first-child {
    display: block;
  }

  #still-think .row.mobile-scroll .col-md-6 {
    width: 340px;
  }
  #still-think .row {
    gap: 20px;
}
  #still-think .row .col-md-6 {
    width: 100%;
  }
  #still-think .flip-front h3,
  #curious-things h3 {
    font-size: 40px;
  }

  #lest_talk_prep .flip-back h3 {
    font-size: 20px;
  }
  #what-is-prep .col-md-6 h3 {
    font-size: 32px;
  }
  #what-is-prep .sec-img-text {
    flex-direction: column-reverse;
    gap: 0;
  }
  #what-is-prep .sec-img-text .sticker {
    padding-bottom: 0;
  }
  /* .flip-card:hover .flip-inner .flip-back {
    left: 0;
  } */
  #lets-talk-banner .two-col-section .text-sec,
  #lets-talk-banner .two-col-section .img-sec {
    width: 100% !important;
  }
  #lest_talk_prep .closeBlocks {
  flex-direction: column-reverse;
  }
  #lest_talk_prep .img-over-txt span {
    font-size: 16px;
    bottom: 22px;
    right: 23px;
  }
}

/*lets talk prep page  end*/

/*check on your people new start*/
#check_on_your_people .orange-card {
  background-color: #361d14;
  min-height: 274px;
  gap: 48px;
  padding: var(--3220);
}

#check_on_your_people .orange-card p {
  color: #f6edde;
  font-weight: 500;
}
.checking-on-people-cta p.para-text {
  color: #f6edde !important;
}

.checking-on-people-cta {
  max-width: calc(1376px + 80px);
  margin: 32px auto;
  padding: 0 32px;
}
.checking-on-people-cta section {
  background-color: #932d21;
  padding: 32px;
}
.checking-on-people-cta p {
  padding: 16px 0 32px;
}
.sticker-img {
  max-width: 250px;
  height: 71px;
}
.checking-on-people-cta .with-sticker {
  position: relative;
  color: #f6edde !important;
  font: 900 clamp(2.5rem, 0.0625rem + 11vw, 5rem) / 0.8 var(--fontFamily);
}
.checking-on-people-cta .sticker-img {
  position: absolute;
  left: -31px;
  top: 47px;
}
.checking-on-people-cta a {
    font-size: 20px;
    font-weight: 900;
    color: #ffbc66;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Flex";
    text-decoration: none;
    max-width: fit-content;
    margin: 0 auto;
    gap: 7px;
}
.check-on-people-page .container {
  max-width: 100%;
}

#check_on_your_people #videoContent {
  max-width: 1366px;
  position: absolute;
  left: var(--3220);
  right: var(--3220);
  bottom: var(--3220);
  display: flex;
  gap: var(--3220);
  flex-direction: column;
  top: 35%;
  margin: 0 auto;
}

#check_on_your_people #videoContent h2 {
  font: var(--12848);
  letter-spacing: 2.56px;
  color: var(--cream);
}

#check_on_your_people #videoContent p {
  font: var(--Font2420);
  max-width: 873px;
  letter-spacing: -0.96px;
  color: var(--cream);
}

.video-placeholder .texture {
  position: absolute;
  left: 0;
  bottom: -2px;
}
#check_on_your_people #videoContent p.footnote-text {
  position: absolute;
  bottom: 16%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.64px;
  right: 0;
}

#check_on_your_people .two-col-section{
align-items: flex-start;
}
#check_on_your_people .tab-content{
	min-height: auto;
}

@media (max-width: 900px) {
	
	#check_on_your_people #videoContent p.footnote-text {
    bottom: 55px;
}
#check_on_your_people #videoContent {
    gap: 15px;
    top: 37%;
}

	#check_on_your_people .tabs-container .text-sec .bold-text-cofeecolor {
    margin-bottom: 12px;
}
#check_on_your_people #videoContent h2{
  margin-bottom: 0;
}
  #check_on_your_people .orange-card {
    min-height: unset;
    gap: 24px;
  }

  #check_on_your_people .tabs-container {
    padding: 0 20px;
  }

  #check_on_your_people .orange-card img {
    height: 32px;
    width: 32px;
  }

  #videoContent a img {
    width: 48px;
    height: 48px;
  }

  #videoContent #watchNow img {
    width: 24px;
    height: 24px;
  }

  .video-placeholder .texture {
    bottom: -2px;
  }

  .sticker-img {
    max-width: 107px;
    height: 31px;
  }

  .checking-on-people-cta .sticker-img {
			    left: 28%;
    bottom: 0;
    top: 95%;
    transform: rotate(
353deg);
  }

.checking-on-people-cta section {
    background-color: #932d21;
    padding: 20px;
}

  .checking-on-people-cta {
    padding: 0 20px;
  }
  .checking-on-people-cta a{
  	flex-direction: column;
  }
}


/*check on your people new end*/

/* Modal pop up start*/

.gs-modal-content {
  min-width: 672px;
}

.gs-modal-varB .gs-modal-content {
  min-width: initial;
}
.leaving-modal .modal.show .modal-dialog {
  justify-content: center;
}
.modal-header,
.modal-footer {
  border: 0;
}

.leaving-pop-up h2 {
  font: 900 clamp(1.5rem, 0.25rem + 4vw, 2.5rem) / 1.2 var(--fontFamily);
  letter-spacing: 0.8px;
  text-align: center;
  color: #932d21;
  margin-bottom: 16px;
}

.leaving-pop-up p {
  color: #361d14;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.continue-link,
.js-btn-close {
  color: #361d14;
  font-size: 20px;
  font-family: "Roboto Flex";
  font-weight: 900;
  line-height: 1.2;
}

.continue-link:hover,
.js-btn-close:hover {
  color: #361d14;
}

.js-btn-close {
  width: auto;
  height: 48px;
  padding: 12px 24px;
  background-color: #ffbc66;
  border-radius: 0;
}
.gs-modal-footer {
  padding-bottom: 28px;
}

.gs-modal-content .btn-close {
  background: url("/-/media/Affinity/CareForCulture/x-circle");
  opacity: 1;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.gs-modal-header {
  padding: 20px;
}

@media (max-width: 767px) {
  .gs-modal-content {
min-width: fit-content;
    padding: 0 20px;
  }
  .gs-modal-header {
  padding: 20px 0;
}

.modal-body{
padding: 1rem 1rem 0;
}

.gs-modal-varB .modal-body{
padding: 0;
}

  .gs-modal-footer {
    flex-direction: column-reverse;
    gap: 5px;
  }
  .continue-link,
  .js-btn-close {
    width: 100%;
  }
}

/* Modal pop up end */


/* video pop up satrt */
.video-container iframe {
    width: 100%;
    height: auto;
    min-height: 54vh;
    height: auto;
}


#watchNow,.video-modal-section {
cursor: pointer;
}

#home_page .modal-dialog-centered{
	justify-content: center;
}

@media (max-width: 767px) {

.video-container iframe {
    min-height: 47vw;
}
}

/* video pop up end */

@media (max-width: 375px){
#check_on_your_people #videoContent {
    top: 21%;
}

}
#curious-things a:hover  svg,
.checking-on-people-cta  a:hover  svg{
	position: relative; animation: move 0.2s ease-in-out; right: -8px
	
}

@media (min-width: 576px) {
    .gs-modal-varB .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }
}

.leave-site{
  cursor: pointer;
}