* {
  border: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: url(images/bg.png);
}

section {
  width: 100%;
}

.topbanner {
  width: 100%;
}

.container {
  max-width: 1300px;
  min-width: 300px;
  margin: 0 auto;
}

.topbanner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

.center-rpw {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  color: #fff;
}
.center-rpw h1 {
  font-size: clamp(1.375rem, -0.0313rem + 4.5vw, 2.5rem);
  font-weight: 400;
}
.center-rpw p {
  font-size: 14px;
  font-weight: 400;
}

.address {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 0;
  gap: 20px;
}
.address a {
  color: #FBD80F;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.address a:hover {
  text-decoration: underline;
}
.address ul {
  display: flex;
  gap: 30px;
  align-items: center;
}
.address ul li {
  list-style: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.address ul li.bullet {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #FFFFFF;
}

.copyright {
  width: 100%;
  text-align: center;
  color: #BFBFBF;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */