#cts-content .color-red {
  color: #D80C24;
}
#cts-content .text-color {
  color: #242424 !important;
}
#cts-content p {
  margin-bottom: 0px;
  color: #242424;
}
#cts-content .color-grey {
  color: #717171;
}
#cts-content .border-none {
  border: none;
}
#cts-content .heading {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Segoe UI", sans-serif;
}
@media (min-width: 768px) {
  #cts-content .heading {
    font-size: 35px;
    line-height: 42px;
  }
}
#cts-content .description-text {
  font-size: 18px;
  line-height: 21px;
  color: #717171;
  font-weight: 700;
  font-family: "Segoe UI", sans-serif;
}
@media (min-width: 768px) {
  #cts-content .description-text {
    font-size: 25px;
    line-height: 30px;
  }
}
#cts-content .banner-wrapper {
  position: relative;
  width: 100%;
  background-image: url("../images/mobile-banner.svg");
  background-size: cover;
  background-position: center;
  min-height: 285px;
  padding: 11px 20px;
  margin-bottom: 30px;
}
#cts-content .banner-wrapper .gradient-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
#cts-content .banner-wrapper .heading-wrapper {
  margin-top: 65px;
}
#cts-content .banner-wrapper .heading-wrapper .banner-heading {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#cts-content .banner-wrapper .heading-wrapper .banner-subheading {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 23px;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
}
#cts-content .banner-wrapper .logo-wrapper .logo {
  width: 80px;
}
#cts-content .banner-wrapper .logo-wrapper .logo-text {
  font-family: "Segoe UI", sans-serif;
  color: #ffffff;
  font-size: 5px;
  line-height: 8px;
}
@media (min-width: 992px) {
  #cts-content .banner-wrapper .logo-wrapper {
    position: absolute;
    right: 4%;
    bottom: 4%;
  }
}
@media (min-width: 768px) {
  #cts-content .banner-wrapper {
    background-image: url("../images/banner.png");
    padding: 26px 26px 26px 70px;
    height: 577px;
    margin-bottom: 50px;
  }
  #cts-content .banner-wrapper .heading-wrapper {
    margin-top: 75px;
  }
  #cts-content .banner-wrapper .heading-wrapper .banner-heading {
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 36px;
  }
  #cts-content .banner-wrapper .heading-wrapper .banner-subheading {
    font-size: 50px;
    line-height: 48px;
  }
  #cts-content .banner-wrapper .logo-wrapper .logo {
    width: 180px;
  }
  #cts-content .banner-wrapper .logo-wrapper .logo-text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 992px) {
  #cts-content .banner-wrapper .heading-wrapper {
    margin-top: 140px;
  }
}
#cts-content .horizontal-border {
  margin: 0px;
  border-top: 2px solid #000000;
  opacity: 1;
}
@media (min-width: 768px) {
  #cts-content .horizontal-border {
    height: 3px;
    border-width: 3px;
  }
  #cts-content .horizontal-border.video-wrapper-hr {
    height: 2px;
  }
}
#cts-content .video-wrapper {
  padding: 30px 0px 0px 0px;
}
@media (min-width: 768px) {
  #cts-content .video-wrapper {
    padding: 56px 0px 0px 0px;
  }
}
#cts-content .intervention-wrapper {
  padding: 30px 0px;
}
#cts-content .intervention-wrapper .intervention-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Segoe UI", sans-serif;
}
#cts-content .intervention-wrapper .intervention-img {
  border-radius: 15px;
  border: 2px solid #717171;
  width: 73px;
  height: 73px;
}
#cts-content .intervention-wrapper .red-border-content {
  border-left: 7px solid #D80C24;
  background-color: #EFEFEF;
  padding: 21px 8px;
  width: 100%;
}
#cts-content .intervention-wrapper .red-border-content .arrow-img {
  width: 24px;
  height: 43px;
}
#cts-content .intervention-wrapper .red-border-content .number-text {
  font-size: 56px;
  line-height: 45px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #D80C24;
}
#cts-content .intervention-wrapper .red-border-content .description {
  font-size: 14px;
  line-height: 17px;
  color: #717171;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
}
#cts-content .intervention-wrapper .red-border-content .intervention-img {
  width: 40px;
  height: 40px;
}
@media (min-width: 375px) {
  #cts-content .intervention-wrapper .red-border-content .intervention-img {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 768px) {
  #cts-content .intervention-wrapper {
    padding: 56px 0px;
  }
  #cts-content .intervention-wrapper .intervention-text {
    font-size: 25px;
    line-height: 30px;
  }
  #cts-content .intervention-wrapper .intervention-img {
    width: 100px;
    height: 100px;
  }
  #cts-content .intervention-wrapper .red-border-content {
    border-left: 10px solid #D80C24;
  }
  #cts-content .intervention-wrapper .red-border-content .arrow-img {
    width: 34px;
    height: 60px;
  }
  #cts-content .intervention-wrapper .red-border-content .number-text {
    font-size: 80px;
    line-height: 64px;
  }
  #cts-content .intervention-wrapper .red-border-content .description {
    font-size: 20px;
    line-height: 25px;
  }
  #cts-content .intervention-wrapper .red-border-content .intervention-img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  #cts-content .intervention-wrapper .red-border-content {
    width: 49%;
  }
}
#cts-content .abbreviations-wrapper {
  padding: 36px 0px 31px 0px;
}
#cts-content .abbreviations-wrapper p {
  font-family: "Segoe UI", sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
}
#cts-content .abbreviations-wrapper p a {
  color: #242424 !important;
  text-decoration: none !important;
}
#cts-content .abbreviations-wrapper p a.ref_url {
  text-decoration: underline !important;
}
#cts-content .abbreviations-wrapper p .strong {
  font-weight: 700;
}
#cts-content .abbreviations-wrapper .nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  #cts-content .abbreviations-wrapper {
    padding: 50px 0px 43px 0px;
  }
  #cts-content .abbreviations-wrapper p {
    font-size: 11px;
    line-height: 14px;
  }
}
#cts-content .footer-wrapper {
  padding: 30px 0px 30px 0px;
}
#cts-content .footer-wrapper .footer-img {
  width: 60px;
  height: 63px;
}
#cts-content .footer-wrapper p {
  font-size: 14px;
  font-weight: 700;
  font-family: "Segoe UI", sans-serif;
  margin-bottom: 10px;
}
#cts-content .footer-wrapper a {
  color: #65AADD;
  font-size: 11px;
  font-weight: 700;
  font-family: "Segoe UI", sans-serif;
  word-break: break-word;
}
@media (min-width: 768px) {
  #cts-content .footer-wrapper {
    padding: 50px 0px;
  }
  #cts-content .footer-wrapper .footer-img {
    width: 87px;
    height: 91px;
  }
  #cts-content .footer-wrapper .footer-links .link-wrapper:nth-of-type(1) {
    border-right: 2px solid #000000;
  }
}
@media (min-width: 992px) {
  #cts-content .footer-wrapper p {
    font-size: 16px;
  }
  #cts-content .footer-wrapper a {
    font-size: 13px;
  }
}
#cts-content .mobile-logo-wrapper {
  padding: 26px 0px 30px 0px;
}
#cts-content .human-wrapper {
  padding: 32px 0px 35px 0px;
}
#cts-content .human-wrapper .bottom-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #717171;
  font-family: "Segoe UI", sans-serif;
}
#cts-content .human-wrapper .description-text.text-small {
  font-size: 14px;
}
#cts-content .human-wrapper .barlow-text {
  width: 85px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}
#cts-content .human-wrapper .barlow-text .barlow-small {
  font-size: 19px;
  line-height: 25px;
}
#cts-content .human-wrapper img {
  margin: 10px 0px 30px 0px;
  width: 80%;
}
#cts-content .human-wrapper img.all-systems-img {
  max-width: 265px;
  margin-top: -18px;
}
#cts-content .human-wrapper img.mobile-img {
  max-width: 310px;
}
#cts-content .human-wrapper #human-carousel .carousel-item-content {
  height: 550px;
}
@media (min-width: 768px) {
  #cts-content .human-wrapper {
    padding: 50px 0px;
  }
  #cts-content .human-wrapper .bottom-text {
    font-size: 25px;
    line-height: 30px;
  }
  #cts-content .human-wrapper img.all-systems-img {
    max-width: 430px;
  }
  #cts-content .human-wrapper img.desktop-img {
    max-width: 800px;
  }
  #cts-content .human-wrapper img.mt-high {
    margin-top: -40px;
  }
  #cts-content .human-wrapper .barlow-text {
    width: 40%;
    font-size: 80px;
    line-height: 64px;
  }
  #cts-content .human-wrapper .barlow-text .barlow-small {
    font-size: 50px;
  }
  #cts-content .human-wrapper .description-text.text-small {
    font-size: 25px;
  }
  #cts-content .human-wrapper #human-carousel .carousel-item-content {
    height: 770px;
  }
}
@media (min-width: 992px) {
  #cts-content .human-wrapper #human-carousel .carousel-item-content {
    height: 860px;
  }
  #cts-content .human-wrapper img {
    margin-top: 0px;
  }
  #cts-content .human-wrapper img.all-systems-img {
    max-width: 465px;
  }
  #cts-content .human-wrapper img.mt-high {
    margin-top: -100px;
  }
}
@media (min-width: 1200px) {
  #cts-content .human-wrapper #human-carousel .carousel-item-content {
    height: 920px;
  }
  #cts-content .human-wrapper img {
    margin-top: 0px;
  }
  #cts-content .human-wrapper img.all-systems-img {
    max-width: 520px;
  }
}
#cts-content .healthcare-wrapper {
  padding: 32px 0px 35px 0px;
}
#cts-content .healthcare-wrapper #healthcare-carousel .carousel-indicators li {
  width: 50%;
}
#cts-content .healthcare-wrapper #healthcare-carousel .carousel-item-content {
  min-height: 815px;
}
#cts-content .healthcare-wrapper .nonhealth-wrapper {
  width: 100%;
  border-bottom: 1px solid #000000;
}
#cts-content .healthcare-wrapper .nonhealth-wrapper img {
  border-radius: 12px;
  border: 2px solid #717171;
}
#cts-content .healthcare-wrapper .nonhealth-wrapper img.mobile-img {
  margin: 41px 0px 33px 0px;
}
#cts-content .healthcare-wrapper .nonhealth-wrapper .description-text {
  margin-bottom: 36px;
}
#cts-content .healthcare-wrapper .nonhealth-wrapper .desktop-img {
  margin: 41px 0px;
  margin-right: 20%;
}
@media (min-width: 768px) {
  #cts-content .healthcare-wrapper {
    padding: 50px 0px;
  }
  #cts-content .healthcare-wrapper .nonhealth-wrapper .description-text {
    margin-bottom: 0px;
  }
  #cts-content .healthcare-wrapper #healthcare-carousel {
    padding-top: 90px;
  }
  #cts-content .healthcare-wrapper #healthcare-carousel .carousel-indicators li {
    height: 60px;
  }
  #cts-content .healthcare-wrapper #healthcare-carousel .carousal-controls {
    display: none;
    z-index: 2;
    top: 5px;
    width: 102%;
  }
  #cts-content .healthcare-wrapper #healthcare-carousel .carousel-item-content {
    min-height: 700px;
  }
}
#cts-content .risk-wrapper {
  padding: 32px 0px 35px 0px;
}
#cts-content .risk-wrapper .risk-logo {
  width: 118px;
  height: 140px;
}
#cts-content .risk-wrapper .risk-selection-wrapper {
  width: 100%;
  max-width: 615px;
}
#cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-indicators li {
  width: 50%;
}
#cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper {
  border-radius: 0 0 5.421px 5.421px;
  box-shadow: 0 0 5.421px 0 rgba(0, 0, 0, 0.25);
}
#cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .carousel-content {
  padding: 30px 15px;
  min-height: 280px;
}
#cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .img-wrapper {
  width: 40%;
}
#cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .img-wrapper img {
  width: 80px;
  height: 80px;
}
#cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .img-wrapper ul li {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  font-family: "Segoe UI", sans-serif;
}
#cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .text-wrapper {
  width: 60%;
}
#cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .text-wrapper img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .text-wrapper p {
  font-size: 12px;
  line-height: 15px;
  font-family: "Segoe UI", sans-serif;
}
#cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .text-wrapper .higher-img {
  height: 40px;
}
@media (min-width: 375px) {
  #cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .carousel-content {
    height: 280px;
  }
}
@media (min-width: 768px) {
  #cts-content .risk-wrapper {
    padding: 50px 0px;
  }
  #cts-content .risk-wrapper .risk-logo {
    width: 193px;
    height: 256px;
  }
  #cts-content .risk-wrapper .risk-selection-wrapper .carousel {
    padding-top: 60px;
  }
  #cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-indicators li {
    height: 60px;
  }
  #cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .carousel-content {
    height: 530px;
    padding: 30px 15px 30px 30px;
  }
  #cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .img-wrapper img {
    width: 150px;
    height: 150px;
  }
  #cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .img-wrapper ul li {
    font-size: 22px;
    line-height: 30px;
  }
  #cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .text-wrapper img {
    width: 80px;
    height: 80px;
  }
  #cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .text-wrapper p {
    font-size: 20px;
    line-height: 25px;
  }
  #cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousal-controls {
    display: none;
    z-index: 2;
    top: 5px;
    width: 102%;
  }
}
@media (min-width: 992px) {
  #cts-content .risk-wrapper .risk-logo {
    width: 214px;
    height: 256px;
  }
  #cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .carousel-content {
    height: 465px;
  }
  #cts-content .risk-wrapper .risk-selection-wrapper .carousel .carousel-inner-wrapper .img-wrapper {
    width: 50%;
  }
}
#cts-content .flip-cards-wrapper .flip-card {
  perspective: 1000px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
#cts-content .flip-cards-wrapper .flip-card-inner {
  position: relative;
  width: 100%;
  max-width: 238px;
  height: 300px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
#cts-content .flip-cards-wrapper .flip-card-btn {
  width: 32px;
  height: 25px;
  cursor: pointer;
}
#cts-content .flip-cards-wrapper .flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}
#cts-content .flip-cards-wrapper .flip-card-front,
#cts-content .flip-cards-wrapper .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border: none;
  border-radius: 7px;
  background-color: #D80C24;
  box-shadow: 0 0 6.417px 0 rgba(0, 0, 0, 0.25);
  padding: 12px;
}
#cts-content .flip-cards-wrapper .flip-card-front.bg-grey,
#cts-content .flip-cards-wrapper .flip-card-back.bg-grey {
  background-color: #C0C0C0;
}
#cts-content .flip-cards-wrapper .flip-card-front .flip-front-image,
#cts-content .flip-cards-wrapper .flip-card-back .flip-front-image {
  width: 160px;
  height: 160px;
}
#cts-content .flip-cards-wrapper .flip-card-front .flip-back-image,
#cts-content .flip-cards-wrapper .flip-card-back .flip-back-image {
  width: 46px;
  height: 46px;
}
#cts-content .flip-cards-wrapper .flip-card-front .flip-back-text,
#cts-content .flip-cards-wrapper .flip-card-back .flip-back-text {
  font-size: 12px;
  font-family: "Segoe UI", sans-serif;
  line-height: 15px;
}
#cts-content .flip-cards-wrapper .flip-card-front .flip-back-arrow,
#cts-content .flip-cards-wrapper .flip-card-back .flip-back-arrow {
  width: 18px;
  height: 30px;
}
#cts-content .flip-cards-wrapper .flip-card-front .flip-back-border,
#cts-content .flip-cards-wrapper .flip-card-back .flip-back-border {
  border-bottom: 1px solid #000000;
}
#cts-content .flip-cards-wrapper .flip-card-front .flip-red-text,
#cts-content .flip-cards-wrapper .flip-card-back .flip-red-text {
  font-size: 31px;
  line-height: 31px;
  font-weight: 700;
  color: #D80C24;
  font-family: "Barlow Condensed", sans-serif;
}
#cts-content .flip-cards-wrapper .flip-card-front .flip-red-text.red-percent-text,
#cts-content .flip-cards-wrapper .flip-card-back .flip-red-text.red-percent-text {
  font-size: 29px;
  line-height: 29px;
}
#cts-content .flip-cards-wrapper .flip-card-front .flip-red-text.red-percent-text .symbol,
#cts-content .flip-cards-wrapper .flip-card-back .flip-red-text.red-percent-text .symbol {
  font-size: 14px;
  line-height: 14px;
}
#cts-content .flip-cards-wrapper .flip-card-back {
  transform: rotateY(180deg);
  background: #ffffff;
}
#cts-content .flip-cards-wrapper .upto-width {
  width: 38%;
  font-family: "Barlow Condensed", sans-serif;
}
#cts-content .flip-cards-wrapper .number-text-box .flip-red-text {
  width: 35%;
  text-align: right;
}
#cts-content .flip-cards-wrapper .number-text-box .flip-back-text {
  width: 65%;
}
@media (min-width: 768px) {
  #cts-content .flip-cards-wrapper .flip-card-inner {
    max-width: 461px;
    width: 100%;
    height: 583px;
  }
  #cts-content .flip-cards-wrapper .flip-card-front .flip-front-image,
  #cts-content .flip-cards-wrapper .flip-card-back .flip-front-image {
    width: 240px;
    height: 240px;
  }
  #cts-content .flip-cards-wrapper .flip-card-front .flip-back-image,
  #cts-content .flip-cards-wrapper .flip-card-back .flip-back-image {
    width: 87px;
    height: 87px;
  }
  #cts-content .flip-cards-wrapper .flip-card-front .flip-back-text,
  #cts-content .flip-cards-wrapper .flip-card-back .flip-back-text {
    font-size: 20px;
    line-height: 25px;
  }
  #cts-content .flip-cards-wrapper .flip-card-front .flip-back-arrow,
  #cts-content .flip-cards-wrapper .flip-card-back .flip-back-arrow {
    width: 34px;
    height: 60px;
  }
  #cts-content .flip-cards-wrapper .flip-card-front .flip-red-text,
  #cts-content .flip-cards-wrapper .flip-card-back .flip-red-text {
    font-size: 60px;
    line-height: 65px;
  }
  #cts-content .flip-cards-wrapper .flip-card-front .flip-red-text.red-percent-text,
  #cts-content .flip-cards-wrapper .flip-card-back .flip-red-text.red-percent-text {
    font-size: 54px;
    line-height: 54px;
  }
  #cts-content .flip-cards-wrapper .flip-card-front .flip-red-text.red-percent-text .symbol,
  #cts-content .flip-cards-wrapper .flip-card-back .flip-red-text.red-percent-text .symbol {
    font-size: 27px;
    line-height: 27px;
  }
  #cts-content .flip-cards-wrapper .flip-card-btn {
    width: 74px;
    height: 50px;
  }
  #cts-content .flip-cards-wrapper .upto-width {
    width: 51%;
  }
  #cts-content .flip-cards-wrapper .number-text-box .flip-red-text {
    width: 40%;
  }
  #cts-content .flip-cards-wrapper .number-text-box .flip-back-text {
    width: 60%;
  }
}
@media (min-width: 992px) {
  #cts-content .flip-cards-wrapper .flip-card-front .flip-back-content,
  #cts-content .flip-cards-wrapper .flip-card-back .flip-back-content {
    padding: 0px 30px;
  }
  #cts-content .flip-cards-wrapper .flip-card-front .flip-front-image,
  #cts-content .flip-cards-wrapper .flip-card-back .flip-front-image {
    width: 310px;
    height: 310px;
  }
}
#cts-content .carousel {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #cts-content .carousel {
    padding-top: 120px;
  }
}
#cts-content .carousel .carousel-indicators {
  top: 0;
  bottom: auto;
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 0px !important;
  width: 100%;
  background-color: #EFEFEF;
  display: none;
}
#cts-content .carousel .carousel-indicators li {
  text-align: center;
  width: 25%;
  height: 90px;
  text-indent: 0;
  background-color: #EFEFEF;
  border-bottom: 5px solid #EFEFEF;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #717171;
  font-family: "Segoe UI", sans-serif;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: none;
  opacity: 1;
  border: 0;
}
#cts-content .carousel .carousel-indicators li.active {
  border-bottom: 5px solid #D80C24;
  color: #D80C24;
}
@media screen and (min-width: 768px) {
  #cts-content .carousel .carousel-indicators {
    display: flex;
  }
  #cts-content .carousel .carousel-indicators li {
    font-size: 24px;
    line-height: 30px;
  }
}
#cts-content .carousel .carousel-item .carousel-item-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
#cts-content .carousel .mobile-carousel-heading-wrapper {
  background-color: #efefef;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#cts-content .carousel .mobile-carousel-heading-wrapper p {
  color: #D80C24;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 10px 0px;
  position: relative;
  font-family: "Segoe UI", sans-serif;
}
#cts-content .carousel .mobile-carousel-heading-wrapper p::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #D80C24;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #cts-content .carousel .mobile-carousel-heading-wrapper {
    display: none;
  }
}
#cts-content .carousel .carousal-controls {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 12px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #cts-content .carousel .carousal-controls {
    top: 50%;
  }
}
#cts-content .carousel .carousal-controls .carousel-control-prev {
  width: 21px;
  height: 21px;
  background-size: 21px;
  opacity: 1;
  background-image: url("../images/arrow-prev.svg");
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #cts-content .carousel .carousal-controls .carousel-control-prev {
    width: 56px;
    height: 56px;
    background-size: 56px;
  }
}
#cts-content .carousel .carousal-controls .carousel-control-next {
  width: 21px;
  height: 21px;
  background-size: 21px;
  opacity: 1;
  background-image: url("../images/arrow-next.svg");
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #cts-content .carousel .carousal-controls .carousel-control-next {
    width: 56px;
    height: 56px;
    background-size: 56px;
  }
}
#cts-content .carousel .custom-dots .dot {
  width: 5px;
  height: 5px;
  margin: 0 4px;
  border-radius: 2.5px;
  background-color: #717171;
  cursor: pointer;
}
#cts-content .carousel .custom-dots .dot.active {
  width: 16px;
}
@media (min-width: 768px) {
  #cts-content .carousel .custom-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 0 10px;
  }
  #cts-content .carousel .custom-dots .dot.active {
    width: 42px;
  }
}
#cts-content .plyr {
  --plyr-color-main: $shionogi-red;
  /* red theme */
}
#cts-content .plyr .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(113, 113, 113, 0.3803921569));
}/*# sourceMappingURL=main.css.map */