@font-face {
  font-family: "PTSans";
  font-weight: normal;
  src: url("./assets/fonts/PT_Sans/PTSans-Regular.ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: bold;
  src: url("./assets/fonts/Poppins/Poppins-Bold.ttf");
}
body {
  margin: 0px;
  font-family: "PTSans";
}

.header-container {
  background: linear-gradient(178.28deg, #112857 0%, #000A1E 84.75%);
  padding-top: 44px;
  padding-bottom: 29px;
}

.header-wrapper {
  max-width: 1110px;
  padding: 0px 24px;
  margin: auto;
}

.header-details h1 {
  font-family: "PTSans";
  font-weight: bold;
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  color: white;
}

.header-details p {
  font-family: "PTSans";
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  padding-top: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
}

.content-container {
  background: #F2F3F3;
}

.content-wrapper {
  max-width: 1110px;
  padding: 20px 24px;
  margin: auto;
}
.content-wrapper .wdity {
  font-family: "Poppins";
  font-weight: bold;
}
.content-wrapper p {
  font-weight: normal;
}

.content-container h3 {
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  line-height: 150%;
  color: #EC5F6F;
  font-family: "Poppins";
}

.landing-top-wrapper {
  max-width: 1110px;
  padding: 0px 24px;
  margin: auto;
}
.landing-top-wrapper h1 {
  font-family: Arial;
  font-size: 36px;
  line-height: 125%;
  color: #3b4457;
  text-align: center;
}
.landing-top-wrapper h2 {
  font-family: Arial;
  color: #3b4457;
  text-align: center;
  padding-bottom: 20px;
}
.landing-top-wrapper p {
  font-family: Arial;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}

.landing-top-container {
  background: linear-gradient(178.28deg, #112857 0%, #000A1E 84.75%);
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-logo-container {
  width: 100%;
}
.landing-logo-container .logo {
  width: 540px;
}/*# sourceMappingURL=styles.css.map */