/* START: FAS cards section */
#section-fas-landing #fas-landing-categories .card {
  border-radius: 0;
  border: 0;
  transform: scale(1);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#section-fas-landing #fas-landing-categories .card-img-top {
  border-radius: 0;
  background-color: white;
  aspect-ratio: 500/500; }

#section-fas-landing #fas-landing-categories .h2:hover,
#section-fas-landing #fas-landing-categories .h2 a:hover,
#section-fas-landing #fas-landing-categories h2:hover,
#section-fas-landing #fas-landing-categories h2 a:hover {
  color: white;
  text-decoration: none; }

#section-fas-landing #fas-landing-categories .h2,
#section-fas-landing #fas-landing-categories .h2 a,
#section-fas-landing #fas-landing-categories h2,
#section-fas-landing #fas-landing-categories h2 a {
  color: white;
  text-decoration: none;
  font-size: 1.25rem; }

/* END: FAS cards section */
/*NEW CSS*/
#section-fas-landing .card-linkH {
  content: "";
  position: absolute;
  /*background-color: red;*/
  width: 305px;
  height: 305px;
  z-index: 20;
  left: 0;
  top: 0; }

#section-fas-landing .box-outer-cat {
  content: ""; }

#section-fas-landing .box-outer-cat:hover .card-image-link {
  transform: scale(1.1);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#section-fas-landing .box-outer-cat:hover .card-body-blue-back {
  height: 125px;
  width: 150px; }

#section-fas-landing .box-outer-cat:hover .card-bodyT {
  background-color: white; }

#section-fas-landing .box-outer-cat:hover .card-body-font {
  color: black; }

#section-fas-landing .box-outer-cat:hover .card-hiddenT {
  display: block; }

#section-fas-landing .box-outer-cat:hover .card-body-textS {
  top: -10px; }

#section-fas-landing .blue-strip {
  position: relative;
  display: block;
  content: " ";
  background-color: var(--var-icwm-accent-color-on-dark);
  width: 100%;
  height: 155px; }

#section-fas-landing .white-strip {
  position: relative;
  display: block;
  content: " ";
  background-color: white;
  width: 100%;
  height: 155px; }

#section-fas-landing .page-title-box {
  position: absolute;
  display: block;
  content: " ";
  background-color: var(--var-not-black);
  height: 30%;
  z-index: 1;
  top: -50%;
  height: 360px;
  padding: 60px;
  width: 1320px;
  /* Post-launch change, 10 Oct 2023 */ }

#section-fas-landing .page-title-box-headingM {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 61px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

#section-fas-landing .page-title-box-headingS {
  color: #EDEDED;
  font-family: 'quasimoda', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  /*line-height: normal;*/
  /* 37.92px */
  /*line-height: 10px;*/
  letter-spacing: 6px;
  text-transform: uppercase; }

#section-fas-landing .page-title-box-bodyT p {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 118.75% */
  letter-spacing: 0.16px; }

#section-fas-landing .card-bodyT {
  position: absolute;
  border: 0;
  background-color: var(--var-not-black);
  height: 90px;
  width: 220px;
  left: 10px;
  z-index: 5;
  bottom: -10px;
  padding: 10px 0px 10px 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: background-color 0.5s; }

#section-fas-landing .card-body-font {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 2px;
  text-transform: uppercase; }

#section-fas-landing .card-body-textS {
  position: relative;
  width: 200px;
  height: 70px;
  top: 0; }

#section-fas-landing .card-textT {
  width: 200px;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#section-fas-landing .card-body-blue-back {
  position: absolute;
  content: " ";
  display: block;
  width: 110px;
  height: 30px;
  right: 0;
  background-color: var(--var-icwm-accent-color-on-dark);
  bottom: -10px;
  z-index: 2;
  transition: width 0.5s, height 0.5s; }

#section-fas-landing .card-body-white-back {
  position: absolute;
  content: " ";
  display: block;
  width: 10px;
  height: 30px;
  left: 0;
  background-color: white;
  bottom: -10px;
  z-index: 1; }

#section-fas-landing .card-image-link {
  transform: scale(1);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#section-fas-landing .card-hiddenT {
  position: relative;
  display: none;
  top: -24px;
  font-weight: 600;
  color: var(--var-icwm-accent-color-on-dark);
  transition: display 0.5s; }

@media (max-width: 1399px) {
  #section-fas-landing .page-title-box {
    width: 1140px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 1199px) {
  #section-fas-landing .page-title-box {
    width: 960px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 991px) {
  #section-fas-landing .page-title-box {
    width: 720px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 767px) {
  #section-fas-landing .page-title-box {
    width: 540px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 575px) {
  #section-fas-landing .page-title-box {
    width: 90%;
    /* Post-launch change, 10 Oct 2023 */
    margin-left: 5%;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 1400px) {
  #section-fas-landing .card-linkH {
    width: 270px;
    height: 270px; } }
@media (max-width: 1200px) {
  #section-fas-landing .page-title-box {
    height: 385px; }

  #section-fas-landing .card-linkH {
    width: 290px;
    height: 290px; } }
@media (max-width: 991px) {
  #section-fas-landing .page-title-box {
    height: 450px; }

  #section-fas-landing .blue-strip {
    height: 220px; }

  #section-fas-landing .card-linkH {
    width: 330px;
    height: 330px; } }
@media (max-width: 767px) {
  #section-fas-landing .page-title-box {
    height: 560px;
    padding: 50px; }

  #section-fas-landing .page-title-box-headingM {
    font-size: 52px; }

  #section-fas-landing .blue-strip {
    height: 270px; }

  #section-fas-landing .card-linkH {
    width: 255px;
    height: 255px; } }
@media (max-width: 576px) {
  #section-fas-landing .card-linkH {
    width: 500px;
    height: 500px; }

  #section-fas-landing .page-title-box-headingM {
    font-size: 52px; }

  #section-fas-landing .page-title-box {
    padding: 40px; }

  #section-fas-landing .page-title-box-headingS {
    font-size: 26px; } }
@media (max-width: 500px) {
  #section-fas-landing .page-title-box {
    /*width: 90%;*/
    /* Post-launch change, 10 Oct 2023 */
    /*margin-left: 5%;*/
    /* Post-launch change, 10 Oct 2023 */
    height: 620px; }

  #section-fas-landing .blue-strip {
    height: 340px; }

  #section-fas-landing .page-title-box-headingM {
    font-size: 51px; }

  #section-fas-landing .page-title-box-headingS {
    font-size: 26px; }

  #section-fas-landing .card-linkH {
    width: 450px;
    height: 450px; } }
@media (max-width: 470px) {
  #section-fas-landing .card-linkH {
    width: 410px;
    height: 410px; } }
@media (max-width: 425px) {
  #section-fas-landing .page-title-box {
    padding: 33px; }

  #section-fas-landing .page-title-box-headingS {
    font-size: 20px; }

  #section-fas-landing .page-title-box-bodyT p {
    line-height: 16px;
    /* 118.75% */ } }
@media (max-width: 420px) {
  #section-fas-landing .card-linkH {
    width: 380px;
    height: 380px; } }
@media (max-width: 390px) {
  #section-fas-landing .card-linkH {
    width: 350px;
    height: 350px; }

  #section-fas-landing .page-title-box-headingS {
    font-size: 20px; }

  #section-fas-landing .page-title-box-bodyT p {
    font-size: 15px;
    line-height: 17px;
    /* 118.75% */ }

  #section-fas-landing .page-title-box-headingM {
    font-size: 45px; } }
@media (max-width: 360px) {
  #section-fas-landing .page-title-box-headingM {
    font-size: 41px; }

  #section-fas-landing .page-title-box-headingS {
    font-size: 18px; }

  #section-fas-landing .page-title-box-bodyT p {
    font-size: 14px;
    line-height: 15px;
    /* 118.75% */ }

  #section-fas-landing .card-linkH {
    width: 310px;
    height: 310px; } }
@media (max-width: 320px) {
  #section-fas-landing .page-title-box {
    padding: 20px; } }
@media (max-width: 300px) {
  #section-fas-landing .card-linkH {
    width: 280px;
    height: 280px; } }
/* END of new CSS*/
