section {
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0;
}
section .max-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  margin: auto;
  padding: 1rem;
}
@media screen and (max-width: 500px) {
  section .max-width {
    padding: 2rem 1rem;
  }
}

section.page-games-title {
  background-position: center center;
  background-size: cover;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.page-games-title .max-width {
  height: auto;
  min-height: 400px;
  justify-content: space-between;
  padding: 1rem;
}
section.page-games-title .header-logo {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
section.page-games-title .page-games-title-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  text-decoration: none;
}
section.page-games-title .page-games-title-actions span {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: white;
  margin-left: 10px;
  white-space: nowrap;
}
section.page-games-title .page-games-title-actions svg {
  width: 56px;
  height: 56px;
}
section.page-games-title .max-width:last-child {
  display: flex;
  flex-direction: row;
  max-width: 360px;
  min-height: auto;
  padding: 0 1rem 1.5rem 1rem;
}
section.page-games-title .max-width:last-child a {
  flex: 1;
  height: auto;
  margin: 0 0.1rem;
  line-height: 0;
}
section.page-games-title .max-width:last-child a img {
  height: auto;
  width: 100%;
}

.page-games-community .max-width {
  flex-direction: row;
  justify-content: space-between;
  padding: 0 1rem;
}
.page-games-community .page-games-community-content {
  width: 50%;
  max-width: 540px;
}
.page-games-community .page-games-community-content h2 {
  font-size: 1.25rem;
  padding: 0 20px;
  color: var(--highlight-color);
}
.page-games-community .page-games-community-content p {
  padding: 1rem 20px;
  font-size: 0.8rem;
  line-height: 1.5;
}
.page-games-community .page-games-community-content div {
  margin-top: 0.5rem;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
  height: auto;
}
.page-games-community .page-games-community-content div span {
  color: var(--highlight-color);
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.page-games-community .page-games-community-content div .page-games-community-content-icons a {
  display: inline-block;
  height: 26.546px;
  margin-left: 20px;
}
.page-games-community .page-games-community-content div .page-games-community-content-icons a svg {
  height: 26.546px;
  width: auto;
  fill: var(--highlight-color);
}
.page-games-community figure {
  margin: 0;
  padding: 0 2rem;
  width: 50%;
  max-height: 700px;
  overflow: hidden;
  padding-top: 3rem;
}
.page-games-community figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 840px) {
  .page-games-community .max-width {
    flex-direction: column;
    padding: 2rem 0rem 0;
  }
  .page-games-community .page-games-community-content {
    width: 100%;
    max-width: none;
  }
  .page-games-community .page-games-community-content div {
    display: flex;
    flex-direction: column;
    margin: 0 0.75rem;
  }
  .page-games-community .page-games-community-content div .page-games-community-content-icons a {
    margin-left: 0;
    margin: 15px 10px 0 10px;
  }
  .page-games-community figure {
    width: 100%;
    max-height: 700px;
    padding: 1rem 1rem 1rem;
  }
}

.page-games-figures {
  padding: 4rem 0;
  background-image: linear-gradient(180deg, rgb(250, 250, 250), rgba(255, 255, 255, 0));
}
.page-games-figures .images {
  display: table;
  padding: 0 calc((100% - 1260px) / 2 + 26px);
}
.page-games-figures .max-width {
  max-width: 1260px;
  align-items: flex-start;
}
.page-games-figures h2 {
  font-size: 1rem;
  color: var(--highlight-color);
  margin-bottom: 30px;
}
.page-games-figures .page-games-figures-container {
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
  overflow: visible;
  overflow-x: scroll;
  padding-bottom: 70px;
}
.page-games-figures .page-games-figures-container::-webkit-scrollbar-button {
  width: calc((100% - 1260px) / 4 + 13px);
  height: 10px;
  background: transparent;
  display: block;
}
.page-games-figures .page-games-figures-container::-webkit-scrollbar-track {
  opacity: 0.25;
  border-radius: 3.5px;
  background-color: #eee;
}
.page-games-figures .page-games-figures-container::-webkit-scrollbar {
  height: 7px;
  opacity: 1;
  border-radius: 3.5px;
}
.page-games-figures .page-games-figures-container::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: var(--highlight-color);
}
.page-games-figures .page-games-figures-container img {
  width: 280.221px;
  height: 357.14px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
.page-games-figures .page-games-figures-container img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1260px) {
  .page-games-figures .images {
    padding-left: 26px;
  }
  .page-games-figures .page-games-figures-container::-webkit-scrollbar-button {
    width: 13px;
    height: 10px;
    background: transparent;
    display: block;
  }
}
.page-games-business .max-width {
  padding: 0 1rem 5rem;
}
.page-games-business h2 {
  font-size: 1.25rem;
  color: var(--highlight-color);
  text-align: center;
  margin-bottom: 1rem;
}
.page-games-business p {
  text-align: center;
  font-size: 0.8rem;
  max-width: 500px;
  margin: auto;
  margin-bottom: 2rem;
}
.page-games-business .page-games-business-container {
  text-align: center;
}
.page-games-business .page-games-business-container .page-games-business-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  display: inline-flex;
  margin: 0 10px;
  padding: 0;
  flex-direction: column;
  width: calc(33.3333333333% - 60px);
  height: 500px;
}
.page-games-business .page-games-business-container .page-games-business-item img {
  height: calc(100% - 50px);
  width: 100%;
}
.page-games-business .page-games-business-container .page-games-business-item figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
}
.page-games-business .page-games-business-container .page-games-business-item figcaption .title {
  font-size: 0.7rem;
}
.page-games-business .page-games-business-container .page-games-business-item figcaption .type {
  font-size: 0.6rem;
  color: #f9d537;
  text-transform: uppercase;
}

/*# sourceMappingURL=games-template.css.map */
