body {
  margin: 0;
  padding: 0;
  background-color: #f8f7f5;
  overflow-y: hidden;
  overflow-x: hidden;
}

.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: #0a153a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

h2 {
  font-family: BrownBold;
  color: #0c132f;
  text-transform: uppercase;
}

h3 {
  font-family: BrownRegular;
  color: #0c132f;
}

h4 {
  font-family: BrownRegular;
  color: #0c132f;
}

p {
  font-size: 20px;
  font-family: BrownRegular;
  color: #231f20;
  line-height: 1.5em;
}
span {
  font-size: 16px;
  font-family: BrownRegular;
  color: #231f20;
}

.img-header {
  width: 100%;
  height: auto;
}

.section {
  max-width: 80%;
  padding: 50px;
  margin: 0 auto;
}

.section-1 {
  background-color: #f8f7f5;
}

.wrapper-1 {
  max-width: 100%;
  background-color: #ffffff;
}

.table-wrapper {
  display: flex;
  flex-direction: row;
}

th {
  background-color: #0a153a;
  color: #ffffff;
  font-size: 20px;
  font-family: BrownBold;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
}

.category-first {
  width: 30%;
}

td {
  background-color: #fff;
  border: 1px solid #0a153a;
  padding: 10px;
  font-family: BrownRegular;
  border-radius: 10px;
}

.table-description {
  max-width: 30%;
  font-family: BrownLight;
  margin-top: 45px;
  font-size: 20px;
  margin-left: 10px;
}

.criterion {
  display: flex;
  justify-content: space-between;
}

.criterion-item {
  text-align: center;
  background-color: #0a153a;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  justify-content: space-between;
  margin-right: 10px;
}

.criterion-item:last-child {
  margin-right: 0;
}

.wrapper-2 {
  max-width: 100%;
  background-image: url("../images/wrapper-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.collaboration {
  display: flex;
  justify-content: space-between;
}

.collaboration-item {
  display: flex;
  background-color: #0a153a;
  color: #ffffff;
  width: 15vw;
  height: 15vw;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.wrapper-3 {
  background-color: #fff;
}

.section-5 {
  max-width: 80%;
  margin: 0 auto;
  margin-top: -50px;
  padding-bottom: 50px;
}

.section-6-left {
  max-width: 25%;
  padding-right: 5%;
  border-right: 2px solid rgba(213, 202, 186, 0.8);
}

.student-table {
  max-width: 100%;
}

.section-6 {
  display: flex;
}

.section-6-right {
  margin-left: 5%;
}

.collaboration-table {
  margin-top: 20px;
}

.wrapper-5 {
  background-color: #fff;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 10px;
  background-color: #0a153a;
  color: #fff;
  border-radius: 10px;
  height: 20%;
  text-align: center;
}

.vertical-text-2 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 10px;
  background-color: #0a153a;
  color: #fff;
  border-radius: 10px;
  height: 10%;
  text-align: center;
}

.second-text {
  margin-left: 20px;
}

.property-wrapper {
  display: flex;
}

.property-table {
  max-width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.property-table-alt {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
}
.property-table-description {
  margin-left: 20px;
}

.wrapper-6 {
  background-image: url("../images/wrapper-6.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper-6-table {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 70%;
}

.wrapper-6-table-img {
  width: 60%;
  height: auto;
}

.table-title {
  background-color: #0a153a;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
}

.section-8-wrapper {
  display: flex;
}

.wrapper-6-right {
  margin-top: 40px;
  margin-left: 40px;
}

.wrapper-6-description {
  display: block;
  max-width: 50%;
}

.wrapper-7 {
  background-color: #fff;
}

.wrapper-8 {
  background-color: #f8f7f5;
}

.section-10-title {
  text-transform: uppercase;
  background-color: #0a153a;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border-radius: 10px;
  margin-left: 20px;
}

a {
  text-decoration: none;
  color: #231f20;
}

a:hover {
  color: #0B0A0A
}

ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

li {
  margin-bottom: 10px;
  font-family: BrownBoldAlt;
  color: #231f20;
  display: flex;
}

.list {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-top: -5px;
}

.footer {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  padding: 50px;
  width: 20%;
  height: auto;
}

.footer-info {
  text-align: center;
  max-width: 80%;
}

@font-face {
  font-family: BrownBold;
  src: url("../fonts/Brown-Bold.ttf");
}

@font-face {
  font-family: BrownBoldAlt;
  src: url("../fonts/Brown-BoldAlt.ttf");
}

@font-face {
  font-family: BrownRegular;
  src: url("../fonts/Brown-Regular.ttf");
}

@font-face {
  font-family: BrownLight;
  src: url("../fonts/Brown-Light.ttf");
}
