/* Manrope — Self-hosted */
@font-face {
  font-family: 'Manrope';
  font-weight: 200;
  src: url(6b8aa569524907093d27.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  font-weight: 300;
  src: url(8e69558513c71d8098f1.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  font-weight: 400;
  src: url(3d92b64331e124bd334e.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  font-weight: 500;
  src: url(7466db90c04f3efe29bf.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  font-weight: 600;
  src: url(c3189b18688e4f3e0d86.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  font-weight: 700;
  src: url(8ff9467ebe1ff26e4261.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  font-weight: 800;
  src: url(416b7dd6613bd085809e.ttf) format('truetype');
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
}
html {
  background-color: #ffffff;
}
p {
  margin: 0;
}
.content {
  margin: 0 auto;
  padding: 20px 0;
  flex: 1;
}
.content .section {
  background: #ffffff;
  padding: 32px 24px;
  border-radius: 24px;
  max-width: 728px;
}
.content .section .text {
  font-size: 20px;
}
@media (max-width: 767px) {
  .content .section .text {
    font-size: 16px;
  }
}
.content.grid {
  display: grid;
  gap: 20px;
}
.content.grid .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(6fb4c4bef70852ebbe32.png) center no-repeat;
  background-size: cover;
  max-height: 450px;
  height: 450px;
  border-radius: 48px;
  color: #ffffff;
}
.content.grid .header-title {
  font-size: 96px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .content.grid .header-title {
    font-size: 40px;
  }
}
.content.grid .header-description {
  font-size: 24px;
  line-height: 130%;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .content.grid .header-description {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content.grid .header {
    height: 300px;
  }
}
.content.grid .block {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 48px;
  color: #333333;
  overflow: hidden;
  position: relative;
  height: 300px;
}
.content.grid .block .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.content.grid .block-title {
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  margin: 40px 0;
  text-align: center;
  max-width: 256px;
}
.content.grid .block-title.small {
  max-width: 245px;
}
.content.grid .block-title.short {
  max-width: 155px;
}
.content.grid .block.maps::before {
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .content.grid .block.maps {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .content.grid .block.maps {
    height: 774px;
  }
  .content.grid .block.maps::before {
    background-position: left;
  }
}
.content.grid .block.talk::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  transform: scaleX(-1.5);
}
.content.grid .block.talk .img-wrapper {
  margin-top: 25px;
  width: 68px;
  height: 68px;
  background-color: #0cb239;
  border-radius: 50%;
}
.content.grid .block.talk .img-wrapper::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid #0cb239;
  width: 94px;
  height: 94px;
  position: absolute;
}
.content.grid .block.talk .img-wrapper::after {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid #0cb239;
  width: 120px;
  height: 120px;
  position: absolute;
}
.content.grid .block.add {
  height: 450px;
  justify-content: space-between;
}
.content.grid .block.add::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.content.grid .block.watch::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.content.grid .block.watch .cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.content.grid .block.watch .cards .card {
  background: #ffffff;
  display: flex;
  border-radius: 20px;
  max-width: 320px;
}
.content.grid .block.watch .cards .card.main {
  margin: 0 10px;
}
.content.grid .block.watch .cards .card.empty {
  height: 75px;
  background: rgba(255, 255, 255, 0.5);
  width: 320px;
}
.content.grid .block.watch .cards .card.empty.hidden {
  display: block;
}
.content.grid .block.watch .cards .card-info {
  padding: 10px;
}
.content.grid .block.watch .cards .card-info .line {
  border: 1px solid #e0e0e0;
  margin: 10px 0;
}
.content.grid .block.watch .cards .card-info-container {
  display: flex;
  justify-content: space-between;
}
.content.grid .block.watch .cards .card-info-name {
  font-size: 13px;
  color: #999999;
}
.content.grid .block.watch .cards .card-title {
  font-size: 13px;
}
@media screen and (max-width: 460px) {
  .content.grid .block.watch .cards .card.empty.hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content.grid .block.watch .cards .card {
    max-width: 245px;
  }
  .content.grid .block.watch .cards .card.empty {
    width: 245px;
  }
}
.content.grid .block.get {
  justify-content: space-evenly;
}
.content.grid .block.get .img-wrapper {
  width: 80px;
  height: 80px;
  background-color: #0cb239;
  border-radius: 50%;
}
.content.grid .block.get::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.content.grid .block.get .rounds {
  display: flex;
}
.content.grid .block.get .rounds-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.content.grid .block.get .rounds-wrapper.left {
  left: 50%;
}
.content.grid .block.get .rounds-wrapper.right {
  right: 50%;
}
.content.grid .block.get .rounds-wrapper .small {
  width: 53px;
  height: 53px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
}
.content.grid .block.get .rounds-wrapper .small.left {
  left: 50%;
}
.content.grid .block.get .rounds-wrapper .small.right {
  right: 50%;
}
.content.grid .block.get .rounds-wrapper .big {
  width: 66px;
  height: 66px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.content.grid .block.community {
  justify-content: space-evenly;
}
.content.grid .block.community .img-wrapper {
  width: 56px;
  height: 56px;
}
.content.grid .block.community .img-wrapper img {
  width: 100%;
  border-radius: 50%;
}
.content.grid .block.community .profile {
  background: #ffffff;
  border-radius: 56px;
  width: 175px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.content.grid .block.community::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  transform: rotate(90deg) scale(2.5);
}
@media screen and (max-width: 460px) {
  .content.grid .block.community::before {
    transform: rotate(90deg) scale(1.5);
  }
}
.content.grid .block.rating .img-wrapper {
  background-color: #dff2e4;
  width: 53px;
  height: 90px;
  border-radius: 20px;
}
.content.grid .block.rating .rating-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content.grid .block.rating .rating-cards .rating-card {
  display: flex;
  align-items: center;
  width: 256px;
  border-radius: 20px;
  font-size: 12px;
}
.content.grid .block.rating .rating-cards .rating-card.main {
  background: #ffffff;
  margin: 20px 0;
}
.content.grid .block.rating .rating-cards .rating-card-info {
  padding: 10px;
}
.content.grid .block.rating .rating-cards .rating-card-info .rating-card-rate-info {
  display: flex;
  justify-content: space-between;
}
.content.grid .block.rating .rating-cards .rating-card-info .rating-card-rate-info .rating-card-title {
  font-weight: bold;
}
.content.grid .block.rating .rating-cards .rating-card-info .rating-card-rate-info .rating-card-rate {
  display: flex;
  justify-content: space-between;
  width: 68px;
}
.content.grid .block.rating .rating-cards .rating-card-info .rating-line {
  margin: 15px 0;
  width: 180px;
  height: 8px;
  background: #ededed;
  border-radius: 11px;
}
.content.grid .block.rating .rating-cards .rating-card-info .rating-line .line-progress {
  width: 123px;
  height: 8px;
  background-color: #0cb239;
  border-radius: 11px;
}
.content.grid .block.rating .rating-cards .rating-card.empty {
  width: 230px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
}
.content.grid .block.rating .rating-cards .rating-card.empty.hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .content.grid .block.rating .rating-cards .rating-card.empty.hidden {
    display: block;
  }
  .content.grid .block.rating .rating-cards .rating-card.main {
    margin: 35px 0;
  }
}
.content.grid .block.rating::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  transform: scaleX(-1.1);
}
@media screen and (max-width: 767px) {
  .content.grid .block.rating::before {
    background-position: left;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .content.grid .block.rating {
    flex-direction: row;
    justify-content: center;
  }
  .content.grid .block.rating .rating-cards {
    margin-left: 100px;
  }
}
.content.grid .block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(55b637b6d451f6dc0ee4.png);
  transform: rotate(0);
  z-index: -1;
}
@media (max-width: 767px) {
  .content.grid {
    grid-template-areas: "header" "maps" "talk" "add" "watch" "get" "community" "rating";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .content.grid .header {
    grid-area: header;
  }
  .content.grid .maps {
    grid-area: maps;
  }
  .content.grid .talk {
    grid-area: talk;
  }
  .content.grid .add {
    grid-area: add;
  }
  .content.grid .watch {
    grid-area: watch;
  }
  .content.grid .get {
    grid-area: get;
  }
  .content.grid .community {
    grid-area: community;
  }
  .content.grid .rating {
    grid-area: rating;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .content.grid {
    grid-template-areas: "header header" "maps talk" "maps add" "watch watch" "get community" "rating rating";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .content.grid .header {
    grid-area: header;
  }
  .content.grid .maps {
    grid-area: maps;
  }
  .content.grid .talk {
    grid-area: talk;
  }
  .content.grid .add {
    grid-area: add;
  }
  .content.grid .watch {
    grid-area: watch;
  }
  .content.grid .get {
    grid-area: get;
  }
  .content.grid .community {
    grid-area: community;
  }
  .content.grid .rating {
    grid-area: rating;
  }
}
@media (min-width: 1400px) {
  .content.grid {
    grid-template-areas: "maps talk watch watch" "maps header header add" "get rating rating community";
    grid-template-columns: 332px 332px 332px 332px;
    grid-template-rows: 300px 450px 300px;
  }
  .content.grid .header {
    grid-area: header;
  }
  .content.grid .maps {
    grid-area: maps;
  }
  .content.grid .talk {
    grid-area: talk;
  }
  .content.grid .add {
    grid-area: add;
  }
  .content.grid .watch {
    grid-area: watch;
  }
  .content.grid .get {
    grid-area: get;
  }
  .content.grid .community {
    grid-area: community;
  }
  .content.grid .rating {
    grid-area: rating;
  }
}
.content .policy-title {
  color: #0cb239;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .content {
    margin: 0 16px;
  }
}
@media screen and (min-width: 1440px) {
  .content {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.footer {
  background-color: #f7f7f7;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .link {
  color: #0cb239;
  text-decoration: none;
}
.footer .link:hover {
  color: #2dc656;
  cursor: pointer;
}
.root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.root.policy {
  background-color: #f7f7f7;
  align-items: center;
}

