.nav {
  display: block;
  position: fixed;
  left: -7px;
  height: 176.9px;
  width: 106vw;
  background: url(../img/Header.png) bottom / auto;
  top: -65px;
  background-position: left;
  background-repeat: no-repeat;
  z-index: 2;
}

.text-right {
  margin-top: 0;
  margin-bottom: 1rem;
  color: white;
  bottom: 53px;
  right: 150px;
  position: absolute;
}

#top-menu .row {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.col-md-3 {
  position: relative;
  margin: 0 4px;



}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 100%;
}

.menu-item-BI,
.menu-item-HBS,
.menu-item-MI,
.menu-item-PBS {
  margin-top: 60px;
}

.pop-up-content {

  max-width: 900px;
  position: relative;
  display: flex;
}


#top-menu .col-md-3.menu-item-PBS {

  background-image: url("../img/cs-tab-1.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-60px);
  transition: all 0.8s ease;
}



#top-menu .col-md-3.menu-item-PBS:hover {

  transform: translateY(-20px);

}

#top-menu .col-md-3.menu-item-HBS {

  background-image: url("../img/cs-tab-2.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-60px);
  transition: all 0.8s ease;
}

#top-menu .col-md-3.menu-item-HBS:hover {

  transform: translateY(-20px);

}

#top-menu .col-md-3.menu-item-MI {

  background-image: url("../img/cs-tab-3.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-60px);
  transition: all 0.8s ease;
}

#top-menu .col-md-3.menu-item-BI {

  background-image: url("../img/cs-tab-4.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-60px);
  transition: all 0.8s ease;
}

#top-menu .col-md-3.menu-item-MI:hover {

  transform: translateY(-20px);

}


#pop-up .pop-up-container .pop-up-content .pop-up-content-wrapper {
  width: 100%;

  padding: 30px;
  opacity: 1;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  height: 461px;
  margin-top: 25px;
}




#top-menu .col-md-3.menu-item-BI:hover {

  transform: translateY(-20px);

}

.col-md-3 img {
  position: absolute;
  object-fit: cover;
  width: 100%;

}

#top-menu {
  position: relative;
  height: 460.8px;
  width: 95%;
  display: block;
  margin-top: 71px;
  margin-bottom: 19px;
  z-index: 1;
}

#top-menu-mobile {
  display: none;
}





#instruction>h1 {
  text-align: center;
  font-weight: bold;
  font-size: 4.2rem;
}

#instruction>h1,
h3,
p {
  z-index: 2;
  position: relative;
  display: block;
}

.title-border {

  background: linear-gradient(to right, #905BB3 0%, #5198D6 50%, #8CD7E2 100%);
  display: block;
  height: 20px;
  width: 100%;
  z-index: 0;


}

.title-border img {
  width: 125px;
  position: absolute;
  top: 54px;
}

.title-border img:nth-child(1) {
  left: -75px;
}

.title-border img:nth-child(2) {
  right: -53px;
}

#instruction>ul {
  width: fit-content;
  margin: 0 auto;
}

#instruction>p,
ul {
  max-width: 703px;
  margin: 13px auto;
  font-size: 1.2rem;
  text-align: left;
  z-index: 1;
}

#instruction>ul li {
  list-style-type: none;
}

#instruction>ul li::before {

  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #69C9D2;
  /* Change the color */
  font-weight: bolder;
  font-size: 1.3rem;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1.3em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */

}

#instruction h3 {
  margin-top: 10px;
  font-weight: bold;
  font-style: italic;
}


#top-menu div div h5 {
  padding-bottom: 8px;
  font-size: x-large;
  font-weight: bold;
  border-bottom: 5px solid #263D79;
  z-index: 2;
  position: relative;
  width: 100%;
}


#top-menu div div .menu-item-container {
  height: 372px;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  padding: 13px 0px;
  display: flex;

  flex-direction: column;
  align-content: center;
  width: 100%;
  background: #fffffff2;
}


h3 {
  margin-top: 33px;
  text-align: center;
}

.h5,
h5 {
  font-size: 1.25rem;
  margin-top: 72px;
  text-align: center;
}

body {
  margin: 0;
  height: fit-content;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #263D79;
  background-image: url('../img/cs-Background.png');
  background-attachment: fixed;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}



#top-menu div div img {
  position: absolute;
  left: -123px;
  top: 0;
  margin: 0 auto;
  bottom: -8px;
  z-index: 0;
  flex-shrink: 0;
  min-width: 200%;
  min-height: auto;
}

#top-menu div div p {
  position: relative;
  z-index: 1;
  width: 89%;
  z-index: 2;
  margin: 0 auto;
  font-size: 16px;
}

#top-menu .white-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.88);
  z-index: 1;
  border: none;
  padding: 0;
  left: 0;
  top: 0;
}

#top-menu a {
  z-index: 2;
  display: inline-block;
  margin: 0 20px;
  text-align: center;
  width: 31%;
  font-weight: bolder;
  font-size: 20px;
  color: #851A79;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}



#top-menu .link-container {
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  padding: 20px;
  background: none;
  border: none;
  justify-content: center;
  border-radius: 0;
  text-align: center;
  height: fit-content;
  overflow: visible;
  margin-top: 17px;
}

html {
  font-family: proxima-nova, sans-serif;
}

.menu-item-container {
  opacity: 0;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 2;
  transform: translateY(-100px);
}

.menu-item-container:hover {
  opacity: 100;
  transform: translateY(0);
}

#instruction {
  width: 70%;
  margin-bottom: 155px;
  position: relative;
  color: #ffffff;
  z-index: 0;
}

#footer-menu {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0;
  padding-bottom: 16px;

  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  background: linear-gradient(to right, #74BFDE 0%, #905BB3 50%, #5D2085 100%);
  transition: all 0.5s ease;
  z-index: 1;
}

#bubble-container {
  position: absolute;
  bottom: -318px;
  z-index: 0;
  display: block;
}

#footer-menu .row {
  margin: 0;
  padding: 0;
}



#footer-menu .footer-menu-item {
  display: flex;
  padding: 0 14px;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  z-index: 1;
}


#footer-menu .footer-menu-item>div {
  padding: 20px 5px;
  border: solid 2px white;
  color: white;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s ease;
}

#footer-menu .footer-menu-item>div:hover {

  color: #08193F;

}

.col-2 {
  flex: 0 0 auto;
  width: 13.666667%;
}

#footer-menu .footer-menu-item>div {
  background-color: #001131;
  color: white;
}

#footer-menu .footer-menu-item>div:hover {
  background-color: #15055c;
  color: white;
}


.slide-right {
  -webkit-animation: slide-right 10s ease-in-out infinite alternate-reverse both;
  animation: slide-right 10s ease-in-out infinite alternate-reverse both;
}


@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

#pop-up {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  padding: 0;
  margin: 0;
  display: none;
  top: 0;
  justify-content: center;
}

#pop-up .pop-up-container {

  width: 100%;
  height: fit-content;
  margin: 60px auto;
  position: relative;
  opacity: 1;
  z-index: 2;
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
}

.whiteBG {
  background-color: #ffffffbb;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  cursor: pointer;
}

#pop-up .pop-up-container .pop-up-content .pop-up-content-wrapper {
  width: 100%;
  opacity: 1;
  margin: 0 auto;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  height: 596px;
  align-items: center;
  z-index: 1;
  margin-top: 5px;
}

#pop-up .pop-up-container .pop-up-content .pop-up-content-wrapper h3 {
  border-radius: 3rem;
  padding: 0;
  opacity: 1;
  font-weight: bold;
  margin-top: 30px;
  z-index: 1;
}



a {
  color: #851A79;
  font-weight: bold;
}

#pop-up .pop-up-container .pop-up-content .close-button {
  width: fit-content;
  height: fit-content;
  position: absolute;
  display: block;
  right: 51px;
  cursor: pointer;
  font-size: 3rem;
  font-weight: 400;
  z-index: 2;
  color: #AB6CAC;
  margin-top: 30px;
}

.pop-up-background {
  background: url(../img/Pop_Up_Base.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 109%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  left: -40px;
  margin: 0px auto;
  padding: 374px 0;
  top: -60px;
}



.shadow-drop-center {
  -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}

@keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}

.fade-in-fwd {
  -webkit-animation: fade-in-fwd 0.6s ease both;
  animation: fade-in-fwd 0.6s ease both;
  animation-delay: 0.1s;
}

@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transform: scale(1);
    opacity: 1;
  }
}

.fade-out-bck {
  -webkit-animation: fade-out-bck 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: fade-out-bck 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation-delay: 0.1s;
}


@-webkit-keyframes fade-out-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}

@keyframes fade-out-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}



@media (max-width:1400px) {


  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 100%;
    max-width: 100%;
  }


  #top-menu .white-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
    z-index: 1;
    border: none;
    padding: 0;
    left: 0px;
    top: 0;
  }

  .menu-item-BI,
  .menu-item-HBS,
  .menu-item-MI,
  .menu-item-PBS {
    margin-top: 60px !important;
  }

  #top-menu div div .menu-item-container {
    height: fit-content;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    padding: 13px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    width: 100%;
    background: #fffffff2;
  }
}

@media (max-width: 1200px) {
  #top-menu div div h5 {
    padding-bottom: 8px;
    font-size: large;
    font-weight: bold;
    border-bottom: 5px solid #263D79;
    z-index: 2;
    position: relative;
    width: 100%;
  }



  #top-menu .white-bg {
    position: absolute;
    width: 122%;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
    z-index: 1;
    border: none;
    padding: 0;
    left: -21px;
    top: 0;
  }

  #top-menu .link-container {
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    padding: 20px;
    background: none;
    border: none;
    justify-content: center;
    border-radius: 0;
    text-align: center;
    height: fit-content;
    overflow: visible;
    margin-top: 17px;
    flex-wrap: wrap;
  }

  #top-menu a {
    z-index: 2;
    display: inline-block;
    margin: 9px 20px;
    text-align: center;
    width: 100%;
    font-weight: bolder;
    font-size: 20px;
    color: #851A79;
  }

  #top-menu div div h5 {

    margin-top: 0;
  }

  #instruction.container {
    width: 70%;
    margin-bottom: 45px;
    position: relative;
  }


  .bubble-wrapper:nth-child(2) {

    left: 486px !important;
  }

  #instruction>h1 {

    font-size: 2.2rem;
  }

  #pop-up .pop-up-container .pop-up-content .pop-up-content-wrapper {

    font-size: 1rem !important;
    padding: 20px !important;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

  .menu-item-BI,
  .menu-item-HBS,
  .menu-item-MI,
  .menu-item-PBS {
    margin-top: 100px !important;
  }

}

@media (max-width: 900px) {
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
  }

  #top-menu .white-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
    z-index: 1;
    border: none;
    padding: 0;
    left: 0;
    top: 0;
  }

  #top-menu .link-container {
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    padding: 20px;
    background: none;
    border: none;
    justify-content: center;
    border-radius: 0;
    text-align: center;
    height: fit-content;
    overflow: visible;
    margin-top: 17px;
    flex-wrap: wrap;
  }

  #top-menu a {
    z-index: 2;
    display: inline-block;
    margin: 9px 20px;
    text-align: center;
    width: 100%;
    font-weight: bolder;
    font-size: 20px;
    color: #851A79;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }


  #footer-menu .col-2 {

    flex: 0 0 auto;
    width: 103.666667%;

  }

  #instruction {
    width: 70%;
    margin-top: 70px;
    margin-bottom: 45px;
    position: relative;
    color: #ffffff;
  }

  #top-menu-mobile {
    display: block;
    margin-top: 60px;
  }

  #top-menu-mobile .col-md-3 {
    position: relative;
    margin: 10px auto;
    width: 82%;
    height: fit-content;
    padding: 0;
    overflow: hidden;
  }

  #top-menu-mobile .menu-item-container {
    opacity: 1;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 0;
    transform: translateY(0);
    top: 0;
    position: relative;
  }

  #top-menu-mobile .menu-item-container h5 {
    margin-top: 0;
    font-weight: bold;
  }

  #top-menu-mobile .col-md-3.menu-item-PBS {
    border-color: #6CCDD6;
    background-image: url("../img/cs-tab-1.png");
    background-position: center center;
    background-size: 110% 110%;
    background-repeat: no-repeat;

    transition: all 0.8s ease;
  }

  #top-menu-mobile .col-md-3.menu-item-HBS {
    border-color: #4C93A6;
    background-image: url("../img/cs-tab-2.png");
    background-position: center center;
    background-size: 110% 110%;
    background-repeat: no-repeat;

    transition: all 0.8s ease;
  }

  #top-menu-mobile .col-md-3.menu-item-BI {
    border-color: #1C3D5D;
    background-image: url("../img/cs-tab-3.png");
    background-position: center center;
    background-size: 110% 110%;
    background-repeat: no-repeat;

    transition: all 0.8s ease;
  }

  #top-menu-mobile .col-md-3.menu-item-MI {
    border-color: #264E6C;
    background-image: url("../img/cs-tab-4.png");
    background-position: center center;
    background-size: 110% 110%;
    background-repeat: no-repeat;

    transition: all 0.8s ease;
  }

  #top-menu .white-bg {
    position: absolute;
    width: 122%;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
    z-index: 1;
    border: none;
    padding: 0;
    left: -21px;
    top: 0;
  }


}



@media (max-width: 870px) {
  .text-right {
    margin-top: 0;
    margin-bottom: 1rem;
    color: white;
    bottom: 53px;
    right: 60px;
    position: absolute;
  }

  #top-menu div div img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 0;
  }

  #top-menu .row {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    height: fit-content;
    position: relative;
  }

  #top-menu {
    position: relative;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
  }

  #menu-top-mobile>.col-md-3 {

    flex: 0 0 24.5%;
    width: 95%;
  }

  #instruction.container {
    background-color: #001639cb;
    padding: 20px;
    position: relative;
    height: fit-content;
    width: 90%;
    margin: 0 auto;
  }

  .menu-item-BI,
  .menu-item-HBS,
  .menu-item-MI,
  .menu-item-PBS {
    margin-top: 40px !important;
    width: 100%;
  }

  #top-menu>div div.col-md-3 {

    transform: translateY(-5px) !important;

  }



  #top-menu .col-md-3 {

    height: 360px;
    width: 100%;
  }

  #pop-up .pop-up-container .pop-up-content .pop-up-content-wrapper {
    width: 100%;
    opacity: 1;
    margin: 0 auto;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 547px;
    align-items: center;
    z-index: 1;
    margin-top: 31px;
  }

  #instruction>p,
  ul {
    max-width: 703px;
    margin: 13px auto;
    font-size: 1rem;
    text-align: left;
    z-index: 1;
  }

  #top-menu div div .menu-item-container {
    height: fit-content;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    padding: 13px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    width: 80%;
    background: #fffffff2;
  }

  .menu-item-container:hover {
    opacity: 100;
    transform: translateY(32px);
  }
}