#background {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 5;
  top: 0;
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}

#headerMobile {
  height: 70px;
  padding: 0 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 4;
}
#headerMobile > ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
#headerMobile > ul img {
  max-width: 100px;
  height: auto;
}
#headerMobile > ul button {
  width: 24px;
  height: 24px;
}

#aside {
  max-width: 190px;
  width: 100%;
  height: 100vh;
  width: 100vw;
  z-index: 6;
  position: fixed;
  top: 0;
  background-color: #fff;
  transition: transform 0.4s;
  transform: translateX(-190px);
}
#aside > div {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aside > div > a > img {
  max-width: 100%;
  height: auto;
}
#aside > ul {
  list-style: none;
  border-bottom: 1px solid #d5d8e4;
  border-top: 1px solid #d5d8e4;
  padding: 15px;
}
#aside > ul > li {
  line-height: 28px;
}
#aside > ul > li + li {
  margin-top: 6px;
}
#aside > ul > li > a {
  text-decoration: none;
  color: var(--blue);
  display: block;
}

#header {
  padding-top: 50px;
}
#header > div {
  max-width: 1344px;
  margin: 0 auto;
  width: 100%;
}
#header > div > img {
  max-width: 100%;
  height: auto;
}
#header > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > div:nth-child(2) {
  margin-top: 50px;
}
#header > div:nth-child(2) > ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-evenly;
  border: 1px solid #d5d8e4;
  border-width: 1px 0;
}
#header > div:nth-child(2) > ul > li {
  line-height: 50px;
}
#header > div:nth-child(2) > ul > li > a {
  text-decoration: none;
  color: var(--blue);
  text-transform: uppercase;
  display: block;
  font-size: 1.42rem;
  position: relative;
}
#header > div:nth-child(2) > ul > li > a:hover::after {
  width: 100%;
}
#header > div:nth-child(2) > ul > li > a::after {
  position: absolute;
  content: "";
  bottom: calc(50% - 1.32rem);
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--blue);
  transition: width 0.5s;
}

#main #welcome {
  background-image: url("../img/backgroundSectionOne.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  margin-top: 30px;
}
#main #welcome > main {
  max-width: 1344px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#main #welcome > main > div {
  background-image: url("../img/yellowBaloon.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 272px;
  width: auto;
  padding-left: 167px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#main #welcome > main > div > span {
  font-size: 1.85rem;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  color: var(--gray);
}
#main #welcome > main > div > p {
  font-size: 2.65rem;
  font-weight: 700;
  margin-top: 9px;
  max-width: 459px;
  line-height: 37px;
  color: var(--blue);
}
#main #content {
  padding: 60px 25px;
  background-image: url("../img/backgroundSectionTwo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#main #content > main {
  max-width: 1344px;
  margin: 0 auto;
  width: 100%;
}
#main #content > main > div + * {
  margin-top: 70px;
}
#main #content > main > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
#main #content > main > div:nth-child(1) > header > img {
  max-width: 100%;
  height: auto;
}
#main #content > main > div:nth-child(1) > main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
}
#main #content > main > div:nth-child(1) > main > img {
  max-width: 100%;
  height: auto;
}
#main #content > main > div:nth-child(1) > main > a {
  color: var(--blue);
  font-size: 4.14rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
#main #content > main > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
#main #content > main > div:nth-child(2) > main > img {
  max-width: 100%;
  height: auto;
}
#main #content > main > div:nth-child(2) > header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
}
#main #content > main > div:nth-child(2) > header > img {
  max-width: 100%;
  height: auto;
}
#main #content > main > div:nth-child(2) > header > a {
  color: var(--blue);
  font-size: 4.14rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
#main #content > main > div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
#main #content > main > div:nth-child(3) > header > img {
  max-width: 100%;
  height: auto;
}
#main #content > main > div:nth-child(3) > main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
}
#main #content > main > div:nth-child(3) > main > img {
  max-width: 100%;
  height: auto;
}
#main #content > main > div:nth-child(3) > main > a {
  color: var(--blue);
  font-size: 4.14rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
#main #depositions {
  padding: 60px 25px;
  background-color: #f8f8f8;
}
#main #depositions > header {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main #depositions > header > div {
  width: max-content;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-image: url("../img/titleBackground.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
#main #depositions > header > div > h1 {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 3.07rem;
  margin-left: 23px;
}
#main #depositions > main {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-top: 80px;
}
#main #depositions > main > div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 15px 25px;
  font-size: 1.28rem;
  font-family: "Philosopher", sans-serif;
  color: var(--gray);
  position: relative;
}
#main #depositions > main > div > img {
  position: absolute;
  z-index: 1;
}
#main #depositions > main > div:nth-child(1) > img:nth-child(1) {
  bottom: 90%;
  right: 95%;
}
#main #depositions > main > div:nth-child(1) > img:nth-last-child(1) {
  top: 74%;
  left: 88%;
}
#main #depositions > main > div:nth-child(2) > img:nth-child(1) {
  bottom: 92%;
  right: 94%;
}
#main #depositions > main > div:nth-child(2) > img:nth-last-child(1) {
  top: 81%;
  left: 88%;
}
#main #depositions > main > div:nth-child(3) > img:nth-child(1) {
  bottom: 92%;
  right: 93%;
}
#main #depositions > main > div:nth-child(3) > img:nth-last-child(1) {
  top: 77%;
  left: 93%;
}
#main #depositions > main > div > p {
  max-width: 361px;
  width: 100%;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: justify;
  position: relative;
}

#footer {
  background-color: var(--blue);
  padding: 84px 25px;
}
#footer > main {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
#footer > main ul {
  list-style: none;
}
#footer > main > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
#footer > main strong {
  font-size: 1.28rem;
}
#footer > main p, #footer > main li, #footer > main a, #footer > main p {
  font-size: 1.07rem;
}
#footer > main > div:nth-child(1) {
  color: white;
}
#footer > main > div:nth-child(1) > img {
  margin-bottom: 25px;
  max-width: 100%;
  height: auto;
}
#footer > main > div:nth-child(2) {
  color: white;
}
#footer > main > div:nth-child(2) > p {
  margin-top: 10px;
  max-width: 330px;
}
#footer > main > div:nth-child(3) {
  color: white;
  text-transform: uppercase;
}
#footer > main > div:nth-child(3) > ul {
  margin-top: 10px;
}
#footer > main > div:nth-child(3) > ul > li > a {
  color: inherit;
  text-decoration: inherit;
}
#footer > main > div:nth-child(4) {
  color: white;
}
#footer > main > div:nth-child(4) > p {
  margin-top: 10px;
  max-width: 330px;
}
#footer > main > div:nth-child(5) {
  color: white;
  text-transform: uppercase;
}
#footer > main > div:nth-child(5) > ul {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#footer > main > div:nth-child(5) > ul > li > a {
  color: inherit;
  text-decoration: inherit;
}
#footer > main > div:nth-child(5) > ul > li > a > img {
  max-width: 100%;
  height: auto;
}

#wpp {
  padding: 23px;
  background-color: #55a1d8;
  max-width: 100px;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 4;
}
#wpp > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#wpp > a > img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=index.css.map */
