* {
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  list-style: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-size: 0.88rem;
  width: 100vw;
  height: 100vh;
  font-family: poppins, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow-x: hidden;
}

.container {
  display: -ms-grid;
  display: grid;
  width: 96%;
  -ms-grid-columns: 14rem auto;
      grid-template-columns: 14rem auto;
  gap: 1.5rem;
  margin: 0;
  padding: 0 1rem;
}

button {
  background: #032699;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

aside {
  height: 100vh;
  background: #fff;
}

aside .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.4rem;
  margin-left: 2.5rem;
}

aside .top .logo {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #032699;
}

aside .close {
  display: none;
}

aside .sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  position: relative;
  top: 1rem;
}

aside .sidebar a {
  color: #464646;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 3.7rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

aside .sidebar a.active {
  background: #032699;
}

aside .sidebar a.active:before {
  content: "";
  background: #032699;
}

aside .sidebar a:hover {
  background: #032699;
  border-radius: 30px;
  padding: 0 10px;
  color: #fff;
}

aside .sidebar a span {
  font-size: 1.6rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

aside .sidebar .bottom {
  margin-top: 1rem;
  border-top: 1px solid #464646;
}

aside .sidebar.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

aside .sidebar .bottom a {
  margin-top: 1rem;
}

aside .bottom__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2rem;
}

aside .bottom__down a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

aside .bottom__down a span {
  width: 2rem;
  height: 2rem;
  color: #032699;
}

aside .bottom__down h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  color: #032699;
}

aside .bottom__down h4 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
}

aside .bottom__down button {
  background: #032699;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  width: 8rem;
  text-align: center;
  margin-left: 3rem;
  margin-top: 1rem;
  padding: 10px 12px;
  cursor: pointer;
}

aside .bottom__down button a {
  color: #fff;
  padding: 0 1rem;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 0 12px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.right {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.right__img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.right button {
  display: none;
}

main .right span {
  color: #000000;
}

.profile-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.profile-img p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .top {
  background: #e0e5fa;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20rem auto;
      grid-template-columns: 20rem auto;
  width: 100%;
}

main .top__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

main .top__text h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  margin-left: 2rem;
}

main .top__text button {
  color: #fff;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 1.6rem;
  -webkit-transform: translateX(-3.3rem);
          transform: translateX(-3.3rem);
  padding: 10px 12px;
  cursor: pointer;
}

main .top__text button a {
  padding: 0 1rem;
  color: #fff;
}

main .top__text--photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .top__text-img {
  width: 200px;
  margin-right: 8rem;
}

main .bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 2rem 0;
  gap: 3rem;
}

main .bottom__industry {
  background: #f0f8ff;
}

main .bottom__industry h2 {
  color: #000;
  padding: 14px 14px;
}

main .bottom__industry ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem 1rem;
}

main .bottom__industry ul li {
  font-size: 1rem;
}

.companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.companies__featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.companies__featured h4 {
  color: #000;
  font-size: 16px;
  padding: 0 1px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.companies__featured a {
  background-color: #fcf9f9;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.companies__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px 1rem;
  color: #929191;
}

.companies__categories {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0 1rem;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.companies__img-container {
  width: 9rem;
  height: 9rem;
  position: relative;
}

.companies__img-container .span {
  position: absolute;
  -webkit-transform: translate(1rem, 7rem);
          transform: translate(1rem, 7rem);
  color: #fff;
  font-weight: 900;
  background: transparent;
}

.companies__img-container span {
  position: absolute;
  -webkit-transform: translate(7rem, 7rem);
          transform: translate(7rem, 7rem);
  color: #000000;
  background: #fff;
  font-weight: 900;
}

.companies__images {
  width: 9rem;
  height: 9rem;
  position: absolute;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box .text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  width: 30rem;
  right: 1rem;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  padding: 10px 0;
}

.box .text h4 {
  color: #000;
  font-size: 1rem;
  padding: 8px 12px;
}

.box .text p {
  color: #000;
  font-size: 15px;
  padding: 5px 8rem 0 5px;
  line-height: 1.5;
  margin-left: 8px;
}

.box .text button {
  background: #032699;
  padding: 10px 12px;
  text-align: center;
  -webkit-transform: translateX(13px);
          transform: translateX(13px);
}

.text-btn {
  color: #fff;
  font-weight: 1000;
}

.updated-img {
  width: 8rem;
  height: 10rem;
  margin-right: 5rem;
}

.footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

.updated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #e0e5fa;
  border-radius: 4px;
  gap: 1rem;
}

.updated-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.updated-box button {
  padding: 0 10px;
  width: 2rem;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

.updated-box h4 {
  color: #032699;
  padding: 1rem;
  font-size: 1.5rem;
}

.updated-box a {
  color: #fff;
  padding: 0;
  width: 2rem;
  background: #032699;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 94%;
    -ms-grid-columns: 7rem auto;
        grid-template-columns: 7rem auto;
  }
  aside .logo h2 {
    display: none;
  }
  aside .sidebar h3 {
    display: none;
  }
  aside .sidebar a {
    width: 5.6rem;
  }
}

@media screen and (max-width: 1000px) {
  .container {
    width: 94%;
    -ms-grid-columns: 5rem auto;
        grid-template-columns: 5rem auto;
  }
  aside .logo h2 {
    display: none;
  }
  aside .sidebar h3 {
    display: none;
  }
  aside .sidebar a {
    width: 5.6rem;
  }
}

@media screen and (max-width: 900px) {
  .container {
    width: 94%;
    -ms-grid-columns: 2rem auto;
        grid-template-columns: 2rem auto;
  }
  aside .logo h2 {
    display: none;
  }
  aside .sidebar h3 {
    display: none;
  }
  aside .sidebar a {
    width: 3.6rem;
    margin-left: -12px;
  }
  aside .logo {
    margin-left: -3rem;
  }
  .right {
    margin-right: 2rem;
    width: auto;
  }
}

@media screen and (max-width: 890px) {
  .container {
    width: 100%;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  aside {
    position: fixed;
    left: -100%;
    width: 18rem;
    z-index: 3;
    height: 100vh;
    display: none;
    -webkit-animation: showMenu 400ms ease forwards;
            animation: showMenu 400ms ease forwards;
  }
  @-webkit-keyframes showMenu {
    to {
      left: 0;
    }
  }
  @keyframes showMenu {
    to {
      left: 0;
    }
  }
  aside .logo {
    margin-left: 1rem;
  }
  aside .logo h2 {
    display: inline;
  }
  aside .sidebar h3 {
    display: inline;
  }
  aside .sidebar a {
    width: 90%;
    height: 3.4rem;
    margin-left: 1rem;
  }
  aside .close {
    display: inline-block;
    cursor: pointer;
  }
  main {
    padding: 0 1rem;
  }
  .right button {
    display: inline-block;
    background: transparent;
    cursor: pointer;
    color: #000;
    position: absolute;
    left: 1rem;
  }
  aside .bottom__down {
    margin-top: -20rem;
    margin-left: -6rem;
  }
  aside .bottom__down h4 {
    margin-left: 4rem;
  }
  aside .bottom__down button {
    margin-left: 8rem;
  }
  main {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 800px) {
  .right {
    margin-right: 2rem;
  }
  main .top {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  main .top__text {
    -webkit-transform: translate(-5rem, 4rem);
            transform: translate(-5rem, 4rem);
  }
  main .top__text-img {
    -webkit-transform: translateX(-6rem);
            transform: translateX(-6rem);
  }
  main .bottom {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    width: 80%;
  }
  main .bottom__industry ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer {
    width: 80%;
  }
}

@media screen and (max-width: 700px) {
  .container {
    padding: 0;
  }
  .right {
    margin-right: 2rem;
  }
  main .top__text-img {
    -webkit-transform: translateX(-11.8rem);
            transform: translateX(-11.8rem);
    margin-top: 8rem;
  }
}

@media screen and (max-width: 414px) {
  .right {
    width: 70%;
  }
  main .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  main .top__text {
    -webkit-transform: translate(-3rem, 4rem);
            transform: translate(-3rem, 4rem);
  }
  main .top__text-img {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
  }
  main .bottom {
    width: 100%;
  }
  main .bottom__industry {
    width: 100%;
  }
  .companies__categories {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  main {
    width: 80%;
  }
  .bottom__down {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  aside .bottom__down h4 {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
    margin-left: 1rem;
  }
}

@media screen and (max-width: 375px) {
  main {
    width: 70%;
  }
  main .top {
    width: 95%;
  }
  main .top__text {
    -webkit-transform: translate(-1rem, 4rem);
            transform: translate(-1rem, 4rem);
  }
  .box .text p {
    padding: 0;
  }
  .box .text button {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .updated {
    width: 130%;
  }
  .footer-img {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
}

@media screen and (max-width: 320px) {
  .updated {
    width: 110%;
  }
}
/*# sourceMappingURL=styles.css.map */