.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Gantari", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
}

.body-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.9;
  z-index: 4;
}

.wrapper {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.mxw {
  width: 100%;
  max-width: 1364px;
  margin: 0 auto;
}

.mobile {
  display: none !important;
}

h1, h2, h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 92px;
}

h2 {
  font-size: 70px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 40px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

a:active {
  color: #ffffff;
  text-decoration: none;
}

a:focus {
  color: #ffffff;
  text-decoration: none;
}

p {
  margin: 0;
}

.d-none {
  transition: 2s;
}

.button {
  display: inline-block;
  color: #ffffff;
  border: 2px solid #FF0000;
  background: #FF0000;
  font-weight: 600;
  border-radius: 50px;
  padding: 9px 30px;
  transition: 0.3s;
}

.isDisabled {
  cursor: not-allowed;
}

.button:hover {
  color: #ffffff;
  background: #FF4040;
  text-decoration: none;
}

.button:active {
  color: #ffffff !important;
  text-decoration: none;
}

.download-brochure {
  color: #FF4040;
}

.credit {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.credit .icon {
  position: absolute;
  cursor: pointer;
  bottom: 47px;
  right: -50px;
  background-color: #FF0000;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  border-radius: 50%;
}
.credit .credit-text {
  animation-timing-function: linear;
}
.credit .credit-text .rectangle {
  position: absolute;
  cursor: pointer;
  bottom: 46px;
  right: -10px;
}
.credit .credit-text p {
  background: #ffffff;
  color: #000;
  font-size: 22px;
  padding: 12px 24px;
  border-radius: 10px;
  position: relative;
  bottom: 33px;
  right: 4px;
}

.film-cover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100vh;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}
.film-cover .icon-close {
  position: absolute;
  top: 10%;
  right: 0;
  cursor: pointer;
}
.film-cover #deadTalkFilm {
  width: 80vw;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

#filmOverlay {
  opacity: 1;
}

.about-us-tiger-head-facing-camera {
  bottom: 20px;
  right: 132px;
}

.about-us-hero-img-credit {
  bottom: 85px;
  right: 200px;
}

.semiBold {
  font-weight: 600 !important;
}

.gray {
  background: #F2F0EA;
}

.bg-black {
  background: #000;
  border-color: #000;
  transition: 0.3s;
}
.bg-black:hover {
  background: #2F2F2F !important;
  border-color: #2F2F2F !important;
}

.text-padding {
  padding-left: 47px;
}

.col-2-flex {
  padding: 105px 0;
}
.col-2-flex .flex-cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col-2-flex .flex-cover .flex-item {
  width: 50%;
}
.col-2-flex .flex-cover .flex-item p {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 300;
}
.col-2-flex .flex-cover .flex-item img {
  margin: 0 auto;
  display: block;
}
.col-2-flex .flex-cover .flex-item a {
  color: #ffffff;
  font-size: 21px;
  padding: 8.5px 29px;
  margin-top: 50px;
}

.navigation {
  padding-top: 50px;
}
.navigation .container {
  position: relative;
  z-index: 0;
}
.navigation .container .overlay {
  height: 311px;
  width: 100%;
  background: linear-gradient(black, transparent);
  opacity: 1;
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 0;
  opacity: 0.8;
}
.navigation .container .mxw .nav-cover {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 21px;
  align-items: end;
}
.navigation .container .mxw .nav-cover .nav-bar {
  margin: 0 50px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: end;
  flex-grow: 2;
}
.navigation .container .mxw .nav-cover .nav-bar .nav-item a {
  text-decoration: none;
  color: #ffffff;
  padding: 0 4px;
  padding-bottom: 5px;
  border-bottom: 3px solid;
  border-color: transparent;
  transition: 0.3s;
}
.navigation .container .mxw .nav-cover .nav-bar .nav-item a:hover {
  border-bottom: 3px solid;
  border-color: #ffffff;
}
.navigation .container .mxw .nav-cover .nav-bar .nav-item .active {
  border-color: #ffffff;
}
.navigation .container .mxw .nav-cover .cta-btns-cover {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-grow: 1;
  position: relative;
  bottom: 30px;
}
.navigation .container .mxw .nav-cover .cta-btns-cover .shop-btn {
  border: 2px solid #ffffff;
  background: none;
  padding: 9px 47px;
  font-size: 21px;
  transition: 0.3s;
}
.navigation .container .mxw .nav-cover .cta-btns-cover .shop-btn:hover {
  color: #ffffff;
  background: #2F2F2F;
}
.navigation .container .mxw .nav-cover .cta-btns-cover .donate-btn {
  border: 2px solid #FF0000;
  padding: 9px 37px;
  font-size: 21px;
}
.navigation .container .mxw .nav-cover .cta-btns-cover .donate-btn:hover {
  color: #ffffff;
  background: #FF4040;
  transition: 0.3s;
}
.navigation .container .mxw .none-home-hero {
  margin-top: 113px;
}
.navigation .container .mxw .none-home-hero .page-nav-current a {
  font-size: 21px;
}
.navigation .container .mxw .none-home-hero .page-nav-current span {
  color: #ffffff;
  font-size: 21px;
  margin: 0 15px;
}
.navigation .container .mxw .none-home-hero .page-nav-current .current-page {
  margin: 0;
}
.navigation .container .mxw .none-home-hero .hero-text {
  margin-top: 75px;
  padding-bottom: 139px;
}
.navigation .container .mxw .none-home-hero .hero-text h1 {
  font-size: 92px;
  color: #ffffff;
}
.navigation .container .mxw .none-home-hero .hero-text p {
  margin-top: 20px;
  font-size: 27px;
  color: #ffffff;
  font-weight: 400;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  z-index: 0;
}

.home-page .hero-section {
  height: 100vh;
  position: relative;
}
.home-page .hero-section .hero-train, .home-page .hero-section .hero-film {
  height: 101vh;
}

.hero-section {
  background: #000;
  overflow: hidden;
}
.hero-section .hero-tiger {
  width: 70vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 1;
  transition: 0.8s;
}
.hero-section .hero-train, .hero-section .hero-film {
  position: absolute;
  width: 100%;
  min-width: 1920px;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  transition: 0.8s;
}
.hero-section .hero-bg {
  opacity: 0.69;
}

.hero .container .credit {
  right: 146px;
}
.hero .container #creditIcon2 {
  display: none;
}
.hero .container .mxw {
  position: unset;
}
.hero .container .mxw .slider {
  position: relative;
  display: flex;
}
.hero .container .mxw .slider .slide {
  padding: 195px 0;
  width: 96%;
}
.hero .container .mxw .slider .slide h1 {
  font-size: 92px;
  font-size: 92px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.hero .container .mxw .slider .slide h1 span {
  color: #FF0000;
}
.hero .container .mxw .slider .slide p {
  color: #ffffff;
  font-size: 27px;
  margin-top: 14px;
}
.hero .container .mxw .slider .slide .button {
  font-size: 21px;
  margin-top: 45px;
}
.hero .container .mxw .slider .slide .credit {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.hero .container .mxw .slider .slide .credit .icon {
  position: absolute;
  cursor: pointer;
  bottom: 47px;
  right: -50px;
  background-color: #FF0000;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  border-radius: 50%;
}
.hero .container .mxw .slider .slide .credit .credit-text {
  animation-timing-function: linear;
}
.hero .container .mxw .slider .slide .credit .credit-text .rectangle {
  position: absolute;
  cursor: pointer;
  bottom: 46px;
  right: -10px;
}
.hero .container .mxw .slider .slide .credit .credit-text p {
  background: #ffffff;
  color: #000;
  font-size: 22px;
  padding: 12px 24px;
  border-radius: 10px;
  position: relative;
  bottom: 33px;
  right: 4px;
}
.hero .container .mxw .carousel-indicators {
  bottom: 39px;
  right: unset;
  margin: 0 auto;
  width: 100%;
}
.hero .container .mxw .carousel-indicators li {
  width: 17px;
  height: 17px;
  margin: 0 8px;
}
.hero .container .mxw .carousel-indicators .active {
  height: 17px;
  width: 17px;
}
.hero .container .mxw .carousel-control {
  width: 0;
  opacity: 1;
  top: 50vh;
  transform: translateY(-50%);
  left: 7vw;
}
.hero .container .mxw .carousel-control.right {
  right: 10vw;
  left: auto;
}
.hero .container .mxw .glyphicon-chevron-left:before {
  content: url(/Images/arrow_back.svg);
}
.hero .container .mxw .glyphicon-chevron-right:before {
  content: url(/Images/arrow_next.svg);
}
.hero .container .mxw .slider-dot-cover {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 75px;
}
.hero .container .mxw .slider-dot-cover .slider-dot {
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.hero .container .mxw .slider-dot-cover .slider-dot.active {
  background: #ffffff;
}

.what-we-do .container .section {
  position: relative;
}
.what-we-do .container .section .what-we-do-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 263px;
}
.what-we-do .container .section .what-we-do-cover img {
  max-height: 90vh;
  width: auto;
}
.what-we-do .container .section .what-we-do-cover .what-we-do-text h2 {
  font-size: 70px;
  margin: 0;
}
.what-we-do .container .section .what-we-do-cover .what-we-do-text p {
  font-size: 22px;
  font-weight: 300;
  margin: 22px 0;
}
.what-we-do .container .section .what-we-do-cover .what-we-do-text .button {
  font-size: 19px;
  background: #000;
  border-color: #000;
  padding: 10px 65px;
}
.what-we-do .container .section .credit {
  left: 749px;
  right: unset;
}
.what-we-do .container .section .credit .credit-text {
  position: absolute;
  bottom: 0;
  left: 69px;
}
.what-we-do .container .section .credit .credit-text .rectangle {
  display: block;
  height: 21px;
  width: 21px;
  rotate: 45deg;
  background: #000;
  right: 475px;
  bottom: 51px;
}
.what-we-do .container .section .credit .credit-text p {
  width: -moz-max-content;
  width: max-content;
  background: #000;
  color: #ffffff;
}

.about-tigers {
  background: #000;
  position: relative;
}
.about-tigers .overlay {
  width: 65%;
  height: 100%;
  background: linear-gradient(90deg, black, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-tigers .container {
  position: relative;
}
.about-tigers .container img {
  width: 100%;
}
.about-tigers .container .section {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  padding-left: 283px;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about-tigers .container .section h2 {
  font-size: 70px;
  margin: 0;
}
.about-tigers .container .section p {
  font-size: 22px;
  font-weight: 300;
  margin: 51px 0;
}
.about-tigers .container .section .button {
  font-size: 19px;
}
.about-tigers .container .credit {
  right: 124px;
}
.about-tigers .container .credit img {
  width: auto !important;
}

.signposting-item {
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.signposting-item img {
  width: 549px;
  height: auto;
}
.signposting-item .overlay {
  width: 549px;
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0;
  transition: 0.3s;
}
.signposting-item .overlay:hover {
  opacity: 0.3;
}
.signposting-item h3 {
  position: absolute;
  bottom: 50px;
  left: 43px;
  font-size: 40px;
  text-transform: uppercase;
  color: #ffffff;
}

.ambassadors {
  margin: 110px 0;
}
.ambassadors .container {
  overflow: hidden;
}
.ambassadors .container .section h2 {
  font-size: 70px;
  margin: 0;
}
.ambassadors .container .section .text-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}
.ambassadors .container .section .text-section .div p {
  font-size: 22px;
  font-weight: 300;
}
.ambassadors .container .section .text-section .cta-section {
  display: flex;
  align-items: center;
  gap: 48px;
}
.ambassadors .container .section .text-section .cta-section img {
  margin: 0 10px;
}
.ambassadors .container .section .text-section .cta-section .button {
  font-size: 21px;
  padding: 8px 55px;
}
.ambassadors .container .section .ambassadors-slider section {
  width: 127%;
  overflow: hidden;
  margin: 0 auto;
}
.ambassadors .container .section .ambassadors-slider section .col-12 {
  padding: 0;
}
.ambassadors .container .section .ambassadors-slider section .swiper-slide {
  height: auto;
}

.footer-section {
  background: #000;
}
.footer-section .navigation .container .mxw .nav-cover {
  padding: 72px 0;
}
.footer-section .navigation .container .mxw .nav-cover .cta-btns-cover {
  bottom: 0;
}
.footer-section .navigation .container .mxw .affiliation-social {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid #707070;
}
.footer-section .navigation .container .mxw .affiliation-social .affiliation-cover img {
  margin-right: 36px;
}
.footer-section .navigation .container .mxw .affiliation-social .social-cover {
  display: flex;
}
.footer-section .navigation .container .mxw .affiliation-social .social-cover a {
  display: block;
  width: 32px;
  height: 32px;
  background: rgb(39, 34, 34);
  margin-left: 7px;
}
.footer-section .navigation .container .mxw .affiliation-social .social-cover .fb {
  background: url(/Images/Social\ media\ icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.footer-section .navigation .container .mxw .affiliation-social .social-cover .x {
  background: url(/Images/Social\ media\ icon.png);
  background-repeat: no-repeat;
  background-position: -39px 0px;
}
.footer-section .navigation .container .mxw .affiliation-social .social-cover .insta {
  background: url(/Images/Social\ media\ icon.png);
  background-repeat: no-repeat;
  background-position: -78px 0px;
}
.footer-section .navigation .container .mxw .affiliation-social .social-cover .yt {
  background: url(/Images/Social\ media\ icon.png);
  background-repeat: no-repeat;
  background-position: -117px 0px;
}
.footer-section .navigation .container .mxw .copyright {
  color: #ffffff;
  margin-top: 35px;
  padding-bottom: 87px;
  display: flex;
  justify-content: space-between;
}
.footer-section .navigation .container .mxw .copyright p {
  font-size: 18px;
  font-weight: 300;
}

.about-us-banner img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.about-us-hero-section .navigation {
  padding: 0;
}
.about-us-hero-section .navigation .container {
  margin: 0 auto;
  padding: 0;
}
.about-us-hero-section .navigation .container .mxw {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.about-us-hero-section .hero-train.hero-bg {
  position: unset;
  width: 100%;
  min-width: unset;
  transform: translateX(0);
  opacity: 0.6;
}

.ambassadors-grid {
  margin-top: 80px;
}
.ambassadors-grid .ambassadors-head-text {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
}
.ambassadors-grid .grid-container {
  margin-top: 70px;
  margin-bottom: 160px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.ambassadors-grid .grid-container .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(33.333% - 20px);
  padding: 10px;
}
.ambassadors-grid .grid-container .grid-item .signposting-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ambassadors-grid .grid-container .grid-item .signposting-item .overlay {
  width: 100%;
  height: 100%;
}
.ambassadors-grid .grid-container .grid-item .signposting-item h3 {
  color: #ffffff;
  bottom: 46px;
  left: 34px;
}

.ambassador-card {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 4;
  transform: translateY(-50%);
}
.ambassador-card .container {
  position: relative;
}
.ambassador-card .container .mxw {
  padding: 85px 87px;
  background: #ffffff;
}
.ambassador-card .container .mxw .flex-cover {
  position: relative;
}
.ambassador-card .container .mxw .flex-cover .flex-item {
  width: unset;
}
.ambassador-card .container .mxw .flex-cover .flex-item .button {
  background: #000;
  border-color: #000;
  margin-top: 25px;
  font-size: 21px;
}
.ambassador-card .container .mxw .flex-cover .flex-item .button:hover {
  background: #2F2F2F;
  background: #2F2F2F;
}
.ambassador-card .container .mxw .flex-cover .icon-close {
  position: absolute;
  top: -55px;
  right: -55px;
  cursor: pointer;
}

.mission-statement {
  margin-top: 100px;
  margin-bottom: 65px;
}
.mission-statement .container .mxw h5 {
  font-size: 36px;
  font-weight: bold;
}
.mission-statement .container .mxw li {
  font-size: 22px;
  font-weight: 300;
  text-indent: 10px;
  margin-left: 150px;
  margin-bottom: 10px;
}
.mission-statement .container .mxw p {
  font-size: 22px;
  font-weight: 300;
}
.mission-statement .container .mxw .our-approach, .mission-statement .container .mxw .our-aim {
  margin-top: 50px;
}
.mission-statement .container .mxw .our-approach .our-approach-heading, .mission-statement .container .mxw .our-approach .our-aim-heading, .mission-statement .container .mxw .our-aim .our-approach-heading, .mission-statement .container .mxw .our-aim .our-aim-heading {
  font-weight: bold;
}

.how-we-are-structured-section {
  margin-top: 115px;
  margin-bottom: 105px;
}
.how-we-are-structured-section .container .mxw .how-we-are-structured h2 {
  font-size: 70px;
}
.how-we-are-structured-section .container .mxw .how-we-are-structured p {
  font-size: 22px;
  font-weight: 300;
}
.how-we-are-structured-section .container .mxw .how-we-are-structured b {
  font-weight: bold;
}
.how-we-are-structured-section .container .mxw .how-we-are-structured a {
  color: #FF0000;
  text-decoration: underline;
}

.how-we-are-funded-section {
  background: #F2F0EA;
  padding-top: 80px;
  padding-bottom: 100px;
}
.how-we-are-funded-section .container .mxw .how-we-are-funded p {
  font-size: 22px;
  font-weight: 300;
}

.pdf-links {
  display: flex;
  margin-bottom: 20px;
}
.pdf-links img {
  width: 25px;
  height: auto;
}
.pdf-links a {
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  color: #0045FF;
  margin-left: 10px;
}

.about-tigers-tabs-section .container .mxw .about-tigers-tabs {
  display: flex;
  gap: 3px;
}
.about-tigers-tabs-section .container .mxw .about-tigers-tabs h3 {
  background: #F2F0EA;
  margin: 0;
  padding: 31px 83px;
  cursor: pointer;
}
.about-tigers-tabs-section .container .mxw .about-tigers-tabs .box-shadow {
  box-shadow: inset 0 -8px 10px -6px #B9B9B6;
  opacity: 0.7;
}

.tiger-facts-section .flex-cover .flex-item p {
  font-size: 22px;
}
.tiger-facts-section .flex-cover .flex-item .font-weight-bold {
  font-size: 26px;
  font-weight: bold;
}
.tiger-facts-section .flex-cover .flex-item ul li {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tiger-facts-section .flex-cover .flex-item ul li::marker {
  color: #FF0000;
  font-size: 37px;
}
.tiger-facts-section .flex-cover .flex-item img {
  margin-bottom: 118px;
}
.tiger-facts-section .flex-cover .flex-item .tiger-facts-img1,
.tiger-facts-section .flex-cover .flex-item .tiger-facts-img2 {
  position: relative;
}
.tiger-facts-section .flex-cover .flex-item .tiger-facts-img1 .credit,
.tiger-facts-section .flex-cover .flex-item .tiger-facts-img2 .credit {
  right: 129px;
}
.tiger-facts-section .flex-cover .flex-item .tiger-facts-img1 .credit img,
.tiger-facts-section .flex-cover .flex-item .tiger-facts-img2 .credit img {
  margin: 0;
}

.tiger-threats-section {
  padding-bottom: 78px;
}
.tiger-threats-section .container .mxw h2 {
  margin-bottom: 15px;
}
.tiger-threats-section .container .mxw p {
  font-size: 27px;
  font-weight: bold;
}
.tiger-threats-section .container .mxw h5 {
  font-size: 36px;
  font-weight: bold;
}
.tiger-threats-section .container .mxw a {
  color: #FF0000;
  padding: 0;
}
.tiger-threats-section .container .mxw .flex-cover {
  margin-top: 30px;
  margin-bottom: 65px;
  padding-bottom: 60px;
  border-bottom: 1px solid #D2D0CC;
  gap: 70px;
}
.tiger-threats-section .container .mxw .flex-cover .flex-item {
  width: -moz-fit-content;
  width: fit-content;
}
.tiger-threats-section .container .mxw .flex-cover .flex-item p {
  font-size: 26px;
  font-weight: 300;
}
.tiger-threats-section .container .mxw .flex-cover .flex-item img {
  text-align: right;
}
.tiger-threats-section .container .mxw .flex-cover .flex-item ul li {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 10px;
}
.tiger-threats-section .container .mxw .flex-cover .flex-item ul li::marker {
  color: #FF0000;
  font-size: 37px;
}
.tiger-threats-section .container .mxw .why-are-endangered {
  margin-top: 55px;
  margin-bottom: 65px;
  padding-bottom: 60px;
  border-bottom: 1px solid #D2D0CC;
}
.tiger-threats-section .container .mxw .why-are-endangered p {
  font-size: 26px;
  font-weight: 300;
}
.tiger-threats-section .container .mxw .why-are-endangered ul {
  margin-bottom: 60px;
  padding-left: 31px;
}
.tiger-threats-section .container .mxw .why-are-endangered ul li {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-left: 20px;
}
.tiger-threats-section .container .mxw .why-are-endangered ul li::marker {
  color: #FF0000;
  font-size: 37px;
}
.tiger-threats-section .container .mxw .why-are-endangered ul a {
  color: #000;
  text-decoration: underline;
}
.tiger-threats-section .container .mxw .why-are-endangered ul a span {
  color: #FF0000;
}
.tiger-threats-section .container .mxw .loss-of-habitat {
  margin-bottom: 65px;
  padding-bottom: 60px;
  border-bottom: 1px solid #D2D0CC;
}
.tiger-threats-section .container .mxw .loss-of-habitat .flex-cover {
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
.tiger-threats-section .container .mxw .loss-of-habitat p {
  font-size: 26px;
  font-weight: 300;
}
.tiger-threats-section .container .mxw .tiger-farming.flex-cover {
  margin: 0;
  padding: 0;
  border: none;
}

.resources-section {
  padding: 105px 0;
}
.resources-section h2 {
  margin-bottom: 10px;
}
.resources-section p {
  font-size: 26px;
  font-weight: bold;
}

.our-work {
  margin-bottom: 92px;
  margin-top: 70px;
}
.our-work h3 {
  text-align: center;
  max-width: 1079px;
  margin: 0 auto;
  margin-bottom: 55px;
}
.our-work .flex-cover {
  display: flex;
  justify-content: center;
  gap: 39px;
  margin-bottom: 10px;
}
.our-work .flex-cover .flex-item {
  position: relative;
}
.our-work .flex-cover .flex-item h3 {
  color: #ffffff;
  position: absolute;
  bottom: 46px;
  left: 66px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.our-work .flex-cover .flex-item a {
  position: absolute;
  bottom: 53px;
  right: 51px;
}
.our-work .flex-cover .flex-item .overlay {
  height: 287px;
  width: 100%;
  background: linear-gradient(transparent, black);
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 0.8;
}

.qss-rare-wine .flex-cover {
  gap: 60px;
}

.next-project {
  background: #FF0000;
  padding: 51px 0;
}
.next-project a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}

.tiger-express-banner {
  position: relative;
  height: 727px;
  text-align: center;
}
.tiger-express-banner .overlay {
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.35;
  background: #000;
}
.tiger-express-banner h3 {
  margin: auto;
  max-width: 50%;
  position: absolute;
  top: 50%;
  left: 25%;
  color: #ffffff;
}

.tiger-express .flex-cover .flex-item p {
  font-size: 30px;
  font-weight: normal;
}

.crystal-tiger .flex-item {
  position: relative;
}
.crystal-tiger .flex-item .credit {
  right: 94px;
}
.crystal-tiger .flex-item .credit img {
  width: auto !important;
}

.tiger-express-partner-logos {
  margin-bottom: 100px;
}
.tiger-express-partner-logos h3 {
  text-align: center;
  margin-bottom: 77px;
}
.tiger-express-partner-logos img {
  display: block;
  margin: 0 auto;
}

.tiger-tracks .hero-bg {
  opacity: 1;
}

.tiger-express-partner-logos.tiger-tracks {
  margin-top: 105px;
}

.crystal-tiger .navigation .container .mxw .none-home-hero .hero-text {
  padding-bottom: 96px;
}

.crystal-tiger-banner .container {
  overflow: hidden;
}

.contact-us {
  margin-top: 112px;
  margin-bottom: 121px;
}
.contact-us .how-can-you-help {
  margin-bottom: 50px;
}
.contact-us .how-can-you-help h2 {
  font-size: 60px;
}
.contact-us .how-can-you-help p {
  font-size: 26px;
}
.contact-us .flex-cover {
  display: flex;
  margin: 0 auto;
  gap: 37px;
  margin-bottom: 37px;
}
.contact-us .flex-cover .flex-item {
  padding: 40px 46px;
  width: 50%;
  text-align: center;
  background: #F2F0EA;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-us .flex-cover .flex-item h3 {
  margin: 0;
}
.contact-us .flex-cover .flex-item p {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: 16px;
}
.contact-us .flex-cover .flex-item .button {
  font-size: 21px;
  font-weight: 600;
  padding: 9px 45px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact-us .flex-cover .flex-item a img {
  margin: 0 6px;
}
.contact-us .flex-cover .flex-item a span {
  color: #FF0000;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
}

.news-media .hero-bg {
  opacity: 1;
}
.news-media .navigation .container .mxw .none-home-hero .page-nav-current a {
  color: #000;
}
.news-media .navigation .container .mxw .none-home-hero .page-nav-current span {
  color: #000;
}
.news-media .navigation .container .mxw .none-home-hero .hero-text h1 {
  color: #000;
}
.news-media .navigation .container .mxw .none-home-hero .hero-text p {
  color: #000;
}

.news-media.about-tigers-tabs-section {
  margin-top: 75px;
}
.news-media.about-tigers-tabs-section .social-links {
  display: flex;
  align-items: center;
  margin-left: 60px;
}
.news-media.about-tigers-tabs-section .social-links a {
  margin: 6px;
}

.announcements {
  padding-top: 89px;
  padding-bottom: 118px;
}
.announcements .announcements-manin-page .flex-cover {
  padding: 0 40px;
  padding-bottom: 58px;
  margin-bottom: 58px;
  display: flex;
  gap: 63px;
  border-bottom: 1px solid #D2D0CC;
  align-items: center;
}
.announcements .announcements-manin-page .flex-cover .flex-item span {
  font-size: 22px;
  font-weight: 300;
  color: #FF0000;
}
.announcements .announcements-manin-page .flex-cover .flex-item a {
  color: #000;
}
.announcements .announcements-manin-page .flex-cover .flex-item a h6 {
  font-size: 29px;
  font-weight: bold;
  margin: 10px 0;
}
.announcements .announcements-manin-page .flex-cover .flex-item p {
  font-size: 22px;
  font-weight: 300;
}
.announcements .announcements-manin-page .flex-cover .flex-item p a {
  color: #FF0000;
}
.announcements .announcements-manin-page .flex-cover.last-child {
  padding-bottom: 15px;
  border-bottom: none;
}
.announcements .announcements-manin-page .pagination {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.announcements .announcements-manin-page .pagination a {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  border: 2px solid #000;
  margin: 0 7px;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.announcements .announcements-manin-page .pagination .active-page {
  color: #ffffff;
  background: #FF0000;
}
.announcements .announcements-detail-page .back {
  font-size: 25px;
  color: #FF0000;
  font-weight: bold;
}
.announcements .announcements-detail-page img {
  margin: 50px 0;
}
.announcements .announcements-detail-page span {
  font-size: 22px;
  font-weight: 300;
  color: #FF0000;
}
.announcements .announcements-detail-page h6 {
  font-size: 29px;
  font-weight: bold;
  margin: 10px 0;
}
.announcements .announcements-detail-page p {
  font-size: 22px;
  font-weight: 300;
}

.media-enquiry {
  text-align: center;
  padding: 90px 0;
}
.media-enquiry h5 {
  font-size: 60px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.media-enquiry p {
  margin: 45px auto;
  font-size: 26px;
  font-weight: 400;
  max-width: 900px;
}
.media-enquiry a {
  margin: 0 auto;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: #000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.media-enquiry a span {
  color: #FF0000;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}

.media-tab {
  padding: 89px 0;
}
.media-tab .featured-video {
  margin-bottom: 100px;
}
.media-tab .yt-iframe-cover {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.media-tab .yt-iframe-cover .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-tab p {
  font-size: 29px;
  font-weight: bold;
  margin-top: 30px;
}
.media-tab .flex-cover {
  margin-bottom: 67px;
  display: flex;
  gap: 28px;
}
.media-tab .flex-cover .flex-item {
  width: 50%;
}
.media-tab .button {
  display: block;
  margin: 0 auto;
  padding: 8px 50px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 21px;
  font-weight: 600;
}

.gallery {
  margin: 75px 0;
}
.gallery h3 {
  font-size: 50px;
  text-transform: uppercase;
}
.gallery p {
  margin-top: 35px;
  font-size: 30px;
  font-weight: bold;
}
.gallery .flex-cover {
  margin-top: 56px;
  display: flex;
  gap: 30px;
}
.gallery .flex-cover .flex-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery .flex-cover .flex-item img {
  cursor: pointer;
}

.gallery-view {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 4;
}
.gallery-view img {
  display: block;
}

.dead-talk-film-page {
  background: #000;
  padding: 20px 0;
}
.dead-talk-film-page video {
  width: 100%;
}

/* ------------------------------------------------------- */
/* Media Query */
/* Laptop */
@media (max-width: 1840px) and (min-width: 1020px) {
  .mxw {
    max-width: 1024px;
  }
  .navigation .container .mxw .none-home-hero {
    margin-top: 125px;
  }
  .navigation .container .mxw .nav-cover,
  .navigation .container .mxw .nav-cover .cta-btns-cover .shop-btn,
  .navigation .container .mxw .nav-cover .cta-btns-cover .donate-btn {
    font-size: 18px;
  }
  .navigation .container .mxw .nav-cover img {
    width: 72px;
  }
  .hero .container .mxw .slider .slide h1 {
    font-size: clamp(62px, 4vw, 74px);
  }
  .navigation .container .mxw .none-home-hero .hero-text h1 {
    font-size: clamp(50px, 4vw, 74px);
  }
  .ambassadors .container .section .text-section .div p,
  .navigation .container .mxw .none-home-hero .hero-text p {
    font-size: clamp(19px, 1vw, 22px);
  }
  .ambassadors .container .section .text-section .cta-section {
    gap: 25px;
  }
  .signposting-item img {
    width: 427px;
  }
  .navigation .container .mxw .nav-cover .cta-btns-cover {
    gap: 15px;
  }
  .col-2-flex .flex-cover .flex-item img {
    width: 100%;
  }
  .col-2-flex .flex-cover {
    gap: 47px;
  }
  .col-2-flex .flex-cover .flex-item p,
  .col-2-flex .flex-cover .flex-item a {
    font-size: 14.5px;
  }
  h3 {
    font-size: 35px;
  }
  h2 {
    font-size: 60px;
  }
  .tiger-facts-section .flex-cover .flex-item ul li,
  .tiger-facts-section .flex-cover .flex-item .font-weight-bold {
    font-size: 19px;
  }
  .tiger-threats-section .container .mxw .flex-cover .flex-item p {
    font-size: 22.5px;
  }
  .tiger-threats-section .container .mxw h5 {
    font-size: 35px;
  }
  .tiger-threats-section .container .mxw .why-are-endangered p,
  .tiger-threats-section .container .mxw .why-are-endangered ul li {
    font-size: 20px;
  }
  .tiger-threats-section .container .mxw .flex-cover .flex-item ul li {
    font-size: 21px;
  }
  .tiger-threats-section .container .mxw .loss-of-habitat p {
    font-size: 19px;
  }
  .our-work .flex-cover {
    padding: 0 39px;
  }
  .our-work .flex-cover .flex-item img {
    width: 100%;
  }
  .news-media.about-tigers-tabs-section .social-links {
    display: none;
  }
  .announcements .announcements-manin-page .flex-cover .flex-item a h6 {
    font-size: 24px;
  }
  .announcements .announcements-manin-page .flex-cover .flex-item p {
    font-size: 15px;
  }
  .media-tab p {
    font-size: 20px;
  }
  .gallery p {
    font-size: 28px;
  }
  .announcements .announcements-detail-page img {
    width: 100%;
  }
  .ambassador-card .container .mxw .flex-cover .flex-item {
    width: 50%;
  }
  .signposting-item .overlay {
    width: 101%;
  }
  .gallery .flex-cover .flex-item img {
    width: 100%;
  }
  .contact-us .flex-cover .flex-item p {
    font-size: 18px;
  }
  .contact-us .flex-cover .flex-item .button {
    font-size: 17px;
  }
  .contact-us .flex-cover .flex-item a span {
    font-size: 33px;
  }
  .tiger-express-banner {
    height: auto;
  }
  .tiger-express-banner img {
    width: 100%;
    height: auto;
  }
  .crystal-tiger-banner img {
    width: 100%;
  }
  .qss-rare-wine img {
    width: 100%;
  }
}
@media (max-width: 1330px) and (min-width: 1020px) {
  .navigation .container .mxw .none-home-hero {
    margin-top: 41px;
  }
  .navigation .container .mxw .none-home-hero .hero-text {
    margin-top: 45px;
  }
  .hero .container .mxw .carousel-control {
    left: 1vw;
  }
  .hero .container .mxw .carousel-control.right {
    right: 4vw;
  }
}
@media (max-width: 1840px) and (min-width: 1020px) {
  .ambassadors-grid .grid-container .grid-item .signposting-item h3 {
    bottom: 17px;
  }
  .signposting-item h3 {
    font-size: 28px;
  }
}
@media (max-width: 1160px) and (min-width: 1020px) {
  .hero .container .mxw .carousel-control {
    top: auto;
    bottom: 69px;
    left: 2vw;
    z-index: 3;
  }
  .hero .container .mxw .carousel-control.right {
    left: 9vw;
    top: auto;
    bottom: 69px;
    z-index: 3;
  }
}
@media (max-width: 1020px) and (min-width: 622px) {
  .about-tigers .container .section h2 {
    font-size: 70px !important;
  }
  .about-tigers .container .section p {
    font-size: 22px !important;
    font-weight: 300 !important;
    margin: 51px 0 !important;
  }
}
/* Mobile */
@media (max-width: 1020px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .nav-toggle {
    display: block !important;
  }
  .home-page .hero-section {
    height: 95vh;
  }
  .navigation {
    padding-top: 25px;
  }
  .mxw {
    max-width: 90%;
  }
  .navigation .container .mxw .nav-cover .nav-bar,
  .navigation .container .mxw .nav-cover .cta-btns-cover {
    display: none;
  }
  .navigation .container .mxw .nav-cover {
    align-items: start;
  }
  .logo img {
    max-width: 61px;
  }
  .hero .container .mxw .slider .slide h1 {
    font-size: 43px;
    max-width: 313px;
  }
  .hero .container .mxw .slider .slide h1 br {
    display: none;
  }
  .hero .container .mxw .slider .slide {
    padding: 0;
    padding-top: 140px;
  }
  .hero-section .hero-tiger {
    width: 91vw;
    top: -70px;
    right: -175px;
  }
  .hero .container .mxw .slider .slide p {
    margin-top: 21px;
  }
  .hero .container .mxw .slider .slide .button {
    display: block;
    text-align: center;
    margin-top: 63px;
    margin-bottom: 144px;
    width: 100%;
  }
  .hero .container .credit {
    right: 76px;
    z-index: 5;
  }
  .credit-text {
    max-width: 277px;
  }
  .credit-text img {
    width: auto !important;
  }
  .credit .credit-text p {
    font-size: 15px !important;
  }
  .hero .container .mxw .carousel-indicators {
    bottom: 51px;
  }
  .what-we-do .container .section .what-we-do-cover {
    display: block;
    padding: 0 24px;
  }
  .what-we-do .container .section .credit {
    left: 13px;
    bottom: 173px;
  }
  .what-we-do .container .section .credit .credit-text {
    bottom: 5px;
  }
  .what-we-do .container .section .credit .credit-text p {
    max-width: 277px;
  }
  .what-we-do .container .section .credit .credit-text .rectangle {
    left: -12px;
    bottom: 47px;
  }
  h2 {
    font-size: 40px;
  }
  .what-we-do .container .section .what-we-do-cover .what-we-do-text h2 {
    font-size: 40px;
  }
  .what-we-do-text {
    margin-top: 20px;
  }
  .what-we-do .container .section .what-we-do-cover .what-we-do-text .button {
    display: block;
    text-align: center;
  }
  .what-we-do .container .section {
    margin-bottom: 33px;
  }
  .what-we-do .container .section .what-we-do-cover .what-we-do-text .button {
    font-size: 21px;
  }
  .what-we-do .container .section .what-we-do-cover img {
    width: 100%;
  }
  .about-tigers .container .section h2 {
    font-size: 43px;
  }
  .about-tigers .container .section p {
    margin: 25px 0;
    font-size: 17px;
  }
  .about-tigers .container .section {
    padding: 0 20px;
    margin-top: 25px;
    width: 100%;
  }
  .about-tigers .container .section .button {
    display: block;
    text-align: center;
  }
  .about-tigers .container .credit {
    right: 70px;
    bottom: -31px;
  }
  .credit .credit-text p {
    z-index: 5;
  }
  .ambassadors {
    margin: 43px 0;
  }
  .ambassadors .container .section h2 {
    font-size: 43px;
  }
  .ambassadors .container .section .text-section {
    display: block;
    margin: 23px 0;
  }
  .ambassadors .container .section .text-section .div p br {
    display: none;
  }
  .ambassadors .container .section .text-section .cta-section .button {
    display: none;
  }
  .ambassadors .container .section .text-section .cta-section {
    margin-top: 20px;
  }
  .ambassador-card .container .mxw .flex-cover .flex-item {
    margin: 0;
  }
  .signposting-item h3 {
    font-size: 19px;
  }
  .signposting-item img,
  .signposting-item .overlay,
  .ambassadors .container .section .ambassadors-slider section .swiper-slide {
    width: 100%;
  }
  .signposting-item h3 {
    bottom: 17px;
    left: 17px;
  }
  .ambassadors-slider-view-all-mobile {
    display: block !important;
    text-align: center;
    font-size: 21px;
    margin: 0 auto;
    margin-top: 33px;
  }
  .footer-section .navigation .container .mxw .nav-cover {
    padding: 0;
    margin-bottom: 37px;
  }
  .footer-section .navigation .container .mxw .affiliation-social .social-cover {
    position: absolute;
    top: 0;
    right: 31px;
  }
  .affiliation-cover {
    display: none;
  }
  .footer-affliations-img {
    display: block !important;
    width: 100%;
  }
  .footer-section .navigation .container .mxw .affiliation-social {
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer-section .navigation .container .mxw .copyright p {
    font-size: 15px;
  }
  .footer-section .navigation .container .mxw .copyright {
    padding-bottom: 43px;
  }
  .footer-nav-items {
    display: block !important;
    font-size: 21px;
    font-weight: bold;
  }
  .footer-nav-items .nav-bar .nav-item {
    margin: 13px 0;
  }
  .cta-btns-cover {
    margin-top: 38px;
  }
  .cta-btns-cover a {
    display: block;
    margin: 17px;
    text-align: center;
  }
  .cta-btns-cover .shop-btn {
    background: transparent;
    border-color: #ffffff;
  }
  .mobile-nav {
    height: 0;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    background: #000;
    z-index: 100;
    overflow: hidden;
    transition: 0.3s;
  }
  .mobile-nav .nav-bar {
    margin-top: 100px;
  }
  .footer-nav-items .nav-toggle {
    position: absolute;
    top: 27px;
    right: 27px;
  }
  .show-nav {
    height: 100vh;
  }
  .ambassador-card .container .mxw {
    padding: 10px;
  }
  .ambassador-card .flex-cover .flex-item p {
    font-size: 11px !important;
    margin-top: 0;
  }
  .ambassador-card .flex-cover .flex-item h3 {
    font-size: 19px;
    margin-top: 10px;
  }
  .col-2-flex .flex-cover .flex-item img {
    width: 90%;
  }
  .ambassador-card .container .mxw .flex-cover {
    display: block;
    padding: 29px;
  }
  .text-padding {
    padding: 0 15px;
  }
  .col-2-flex .flex-cover .flex-item button {
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 15px !important;
  }
  .ambassador-card {
    padding: 0;
  }
  .ambassador-card .container .mxw .flex-cover .icon-close {
    top: 0;
    right: 0;
  }
  .home-page .hero-section .hero-train, .hero-section .hero-film {
    height: 101vh !important;
  }
  .hero-section .hero-train, .hero-section .hero-film {
    height: auto;
    min-width: auto;
  }
  .about-us-hero-section .navigation .container .overlay {
    background: linear-gradient(transparent, black);
    top: 24px;
  }
  .about-us-hero-section .navigation .container .mxw {
    top: 25px;
    height: 100%;
  }
  .navigation .container .mxw .none-home-hero {
    margin-top: 0;
  }
  .navigation .container .mxw .none-home-hero .hero-text h1 {
    font-size: 43px;
  }
  .navigation .container .mxw .none-home-hero .hero-text p {
    font-size: 22px;
    max-width: 331px;
    margin-top: 0;
    line-height: 23px;
  }
  .page-nav-current {
    display: none;
  }
  .navigation .container .mxw .none-home-hero .hero-text {
    margin-top: 150px;
    padding-bottom: 17px;
    position: absolute;
    bottom: 40px;
  }
  .col-2-flex .flex-cover {
    display: block;
  }
  .col-2-flex {
    padding-top: 0;
    padding-bottom: 0;
  }
  .col-2-flex .flex-cover .flex-item {
    width: 100%;
    margin: 35px 0;
  }
  h3 {
    font-size: 30px;
  }
  .col-2-flex .flex-cover .flex-item p {
    margin-top: 13px;
  }
  .col-2-flex .flex-cover .flex-item p {
    font-size: 20px;
  }
  .col-2-flex .button {
    font-size: 21px;
    text-align: center;
  }
  .about-us-banner img {
    width: 100%;
    margin-top: 35px;
    display: block;
  }
  .about-us-how-we-are-structured .button {
    margin-bottom: 35px;
  }
  .button.mobile {
    display: block;
    text-align: center;
    font-size: 21px;
    margin-top: 35px;
  }
  .ambassadors-grid {
    margin-top: 35px;
  }
  .ambassadors-grid .ambassadors-head-text {
    font-size: 23px;
    text-align: left;
  }
  .ambassadors-grid .grid-container {
    margin-top: 35px;
    margin-bottom: 35px;
    display: block;
  }
  .ambassadors-grid .grid-container .grid-item {
    width: 100%;
  }
  .ambassadors-grid .grid-container .grid-item .signposting-item h3 {
    font-size: 19px;
    bottom: 19px;
    left: 27px;
  }
  .signposting-item .overlay {
    opacity: 0.3;
  }
  .about-tigers-tabs-section .container .mxw .about-tigers-tabs h3 {
    font-size: 20px;
    padding: 13px 12px;
  }
  .tiger-facts-section .flex-cover .flex-item .font-weight-bold,
  .tiger-facts-section .flex-cover .flex-item ul li {
    font-size: 19px;
  }
  .tiger-facts-section .flex-cover .flex-item img {
    margin-bottom: 35px;
    width: 100%;
  }
  .tiger-threats-section {
    padding: 35px 0;
  }
  .tiger-threats-section .container .mxw p,
  .tiger-threats-section .container .mxw .why-are-endangered ul li,
  .tiger-threats-section .container .mxw .flex-cover .flex-item ul li {
    font-size: 19px !important;
  }
  .tiger-threats-section .container .mxw .why-are-endangered ul {
    margin-bottom: 20px;
    padding-left: 9px;
  }
  .tiger-threats-section .container .mxw .why-are-endangered ul li::marker {
    font-size: 29px;
  }
  .tiger-threats-section .container .mxw .flex-cover,
  .tiger-threats-section .container .mxw .why-are-endangered {
    border-bottom: 2px solid #D2D0CC;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    position: relative;
  }
  .tiger-threats-section .container .mxw :nth-child(1 of .flex-cover) {
    border-top: 2px solid #D2D0CC;
    margin-top: 25px;
  }
  .tiger-threats-section .container .mxw .flex-cover .flex-item {
    margin: 0;
  }
  .tiger-threats-section .container .mxw .flex-cover .flex-item img {
    margin: 15px auto;
    display: block;
    width: 100%;
  }
  .tiger-threats-section .container .mxw h5 {
    font-size: 24px;
  }
  .collapsible {
    cursor: pointer;
    padding: 18px;
  }
  .hide-collapsible {
    display: none !important;
  }
  .collapsible:after {
    content: url(/Images/tiger-threats-arrow.png);
    font-weight: bold;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
  .active-collapsible:after {
    rotate: 180deg;
    top: 20px;
  }
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
  }
  .tiger-threats-section .container .mxw .loss-of-habitat .flex-cover {
    margin-bottom: 35px;
  }
  .tiger-threats-section .container .mxw .loss-of-habitat {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  .resources-section {
    padding: 35px 0;
  }
  .resources-section p {
    font-size: 19px;
  }
  .pdf-links {
    align-items: start;
  }
  .pdf-links img {
    margin-top: 7px;
  }
  .our-work {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .our-work h3 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 35px;
    padding: 0 35px;
    text-transform: lowercase;
  }
  .our-work .flex-cover {
    padding: 0 15px;
    display: block;
  }
  .our-work .flex-cover img {
    width: 100%;
  }
  .our-work .flex-cover .flex-item {
    margin-bottom: 25px;
  }
  .our-work .flex-cover .flex-item h3 {
    bottom: 27px;
    left: 27px;
    font-size: 19px;
  }
  .our-work .flex-cover .flex-item a {
    bottom: 27px;
    right: 27px;
  }
  .our-work .flex-cover .flex-item a img {
    width: 31px;
  }
  .container {
    --bs-gutter-x: 0;
  }
  .wine-bottle-horizontal {
    width: 100%;
  }
  .qss-rare-wine .flex-cover h3,
  .qss-rare-wine .flex-cover img {
    margin-bottom: 35px !important;
  }
  .qss-rare-wine .flex-cover img {
    margin-bottom: 35px !important;
    width: 100% !important;
  }
  .next-project h3 {
    font-size: 23px;
    margin: 0;
  }
  .next-project {
    padding: 20px 0;
  }
  .hero-text a {
    font-size: 21px;
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 41px;
    display: block;
    margin-top: -70px;
  }
  .tiger-express-banner {
    height: auto;
  }
  .tiger-express-banner img {
    width: 100%;
  }
  .tiger-express.qss-rare-wine .flex-cover h3 {
    margin-bottom: unset !important;
  }
  .tiger-express-partner-logos {
    margin-bottom: 35px;
  }
  .tiger-express-partner-logos h3 {
    text-align: left;
    margin-bottom: 35px;
  }
  .tiger-express-partner-logos.tiger-tracks {
    margin-top: 35px;
  }
  .crystal-tiger .hero-text {
    padding-bottom: 14px !important;
    margin-top: 141px !important;
  }
  .crystal-tiger .hero-text a {
    margin-bottom: 32px;
  }
  .crystal-tiger-banner img {
    width: 100%;
  }
  .crystal-tiger .hero-bg {
    top: -25px !important;
  }
  .news-media .navigation .container .overlay {
    background: linear-gradient(black, transparent);
    top: -25px;
  }
  .news-media.about-tigers-tabs-section .social-links {
    display: none;
  }
  .announcements,
  .media-tab {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .announcements .announcements-manin-page .flex-cover {
    display: block;
    padding: 0;
  }
  .announcements .announcements-manin-page .flex-cover .flex-item img {
    width: 100%;
    margin-bottom: 35px;
  }
  .announcements .announcements-manin-page .flex-cover .flex-item span {
    margin-bottom: 20px;
  }
  .announcements .announcements-manin-page .flex-cover {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .media-enquiry h5 {
    font-size: 36px;
  }
  .media-enquiry p {
    font-size: 19px;
    margin: 11px auto;
  }
  .media-enquiry a,
  .media-enquiry a span {
    font-size: 21px;
  }
  .announcements .announcements-manin-page .flex-cover .flex-item span {
    font-size: 18px;
  }
  .announcements .announcements-manin-page .flex-cover .flex-item a h6 {
    font-size: 20px;
  }
  .announcements .announcements-manin-page .flex-cover .flex-item p {
    font-size: 19px;
  }
  .media-enquiry {
    padding: 35px 0;
  }
  .media-tab .flex-cover {
    display: block;
  }
  .gallery .flex-cover .flex-item img {
    width: 100%;
  }
  .gallery .flex-cover {
    gap: 0;
    margin-top: 16px;
  }
  .media-tab .flex-cover .flex-item {
    width: 100%;
  }
  .media-tab p {
    font-size: 20px;
    margin: 10px 0;
  }
  .media-tab .flex-cover {
    margin-bottom: 0;
  }
  .media-tab .mxw {
    border-bottom: 1px solid #D2D0CC;
    padding-bottom: 35px;
  }
  .gallery {
    background: #F2F0EA;
    margin: 0;
    padding-bottom: 35px;
  }
  .gallery h3 {
    font-size: 36px;
  }
  .gallery p {
    font-size: 20px;
    margin-top: 0;
  }
  .gallery-view {
    width: 100%;
  }
  .gallery-view img {
    width: 100%;
  }
  .media-enquiry.gray {
    background: #ffffff;
  }
  .news-media .navigation .container .mxw .none-home-hero .hero-text p,
  .contact-us-page .navigation .container .mxw .none-home-hero .hero-text p {
    font-size: 16px;
  }
  .contact-us {
    margin: 35px 0;
  }
  .contact-us .how-can-you-help h2 {
    font-size: 30px;
  }
  .contact-us .how-can-you-help p {
    font-size: 20px;
  }
  .contact-us .how-can-you-help {
    margin-bottom: 35px;
  }
  .contact-us .flex-cover {
    display: block;
  }
  .contact-us .flex-cover .flex-item {
    width: 100%;
    margin-bottom: 35px;
  }
  .contact-us .flex-cover .flex-item {
    padding: 21px 46px;
  }
  .contact-us .flex-cover .flex-item p {
    font-size: 19px;
    font-weight: 300;
  }
  .contact-us .flex-cover .flex-item .button {
    width: 100%;
  }
  .contact-us .flex-cover .flex-item a img {
    width: 43px;
  }
  .contact-us .flex-cover .flex-item a span {
    font-size: 21px;
  }
  .announcements .announcements-detail-page .back {
    font-size: 19px;
  }
  .announcements .announcements-detail-page img {
    width: 100%;
    margin: 30px 0;
  }
  .announcements .announcements-detail-page h6 {
    font-size: 20px;
  }
  .announcements .announcements-detail-page span {
    font-size: 18px;
  }
  .announcements .announcements-detail-page p {
    font-size: 19px;
  }
  .mission-statement {
    margin: 35px 0;
  }
  .mission-statement .container .mxw h5 {
    font-size: 20px;
  }
  .mission-statement .container .mxw p {
    font-size: 19px;
  }
  .mission-statement .container .mxw li {
    margin-left: 0;
  }
  .col-2-flex .flex-cover .flex-item a {
    display: block;
  }
  .how-we-are-structured-section .container .mxw .how-we-are-structured h2 {
    font-size: 40px;
  }
  .how-we-are-structured-section {
    margin: 35px 0;
  }
  .about-us-hero-img-credit {
    bottom: -28px;
    right: 72px;
    z-index: 3;
  }
  .about-us-tiger-head-facing-camera {
    right: 90px;
  }
  .hero .container .mxw .carousel-control {
    top: auto;
    bottom: 69px;
    left: 3vw;
    z-index: 3;
  }
  .hero .container .mxw .carousel-control.right {
    left: 31vw;
    top: auto;
    bottom: 69px;
    z-index: 3;
  }
  .crystal-tiger .flex-item .credit img {
    bottom: 8px;
  }
}/*# sourceMappingURL=style.css.map */