.download {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download .button {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 200px;
}

.download h2 {
  text-align: center;
}

.download .muted {
  font-size: 14px;
}
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
  background-color: #fafafa;
}

.muted {
  color: #666;
}

.page-content {
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.5;
  padding: 0 0 50px 0;
}
.page-content h1 {
  font-size: 2rem;
  color: #333;
}
.content {
  display: flex;
  height: 100%;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  padding: 50px 20px;
}

hr {
  background: red!important;
}

h2 {
  font-weight: 500;
}
.pricing {
  text-align: center;
}
.pricing h1 {
  font-size: 4rem;
  font-weight: 600;
  color: #444;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

hr {
  margin: 25px auto;
  height: 1px;
  background: #ccc;
  border: none;
}

.pricing .description {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 40px;
}
.container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pricing-table {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 80%;
  max-width: 1160px;
}

.pricing-plan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 40px;
  border-radius: 16px;
  line-height: 1.5;
  width: 30%;
  min-height: 350px;
}
.pricing-plan .hide {
  display: none;
}

.pricing-plan .amount {
  font-size: 2.5rem;
  font-weight: 600;
  margin-right: 4px;
}

.pricing-plan h3 {
  margin-bottom: 4px;
  margin-top: 0;
}

.pricing-plan h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  background-image: linear-gradient(45deg, #da546c, #6363f1 22%, #3498ea 40%, #9633f1 67%, rgba(64, 223, 163, 0));
  background-clip: text;
  background-size: 150% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #6363f1;
  user-select: none;
}

.pricing-plan ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.pricing-plan ul li {
  margin-bottom: 8px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI4SURBVHgBjVRbbtpQEJ0ZEyQglegOYAUNBap+wgpKV4D5rlrsHYQVOJCPfkJW0HYF0L9KEMU7aHZQSw0QgX2nMzZuCXFJrmTZ9zHnnjlzxggZY33ZaAFjl9m0ALCyW/YZ0Qc030ofr78exuADAO9tha1wDAwtODrwFo3VLrg/btMVSj/uvOaZofBGQRggYAMDNLlqsb9AfYzBGhrsKQgAV1jObiTmASNloiAyKRvDVyV44aA7C7K4/PLOyidknRNgX6aBXFZTZjndZIqmO5DhqXvtwJHx0vX1AuduWC8LWDeWAqCNy8t6Ryh/UcoFU6r9j8lfCUavbSvKz+7hPshT7qcSQANtEjrv4hxVkydAlqP6mJjGEW2dHbNhvGFhV4A4FsyS8j4Fgoy2MrfMyYWukclNYmmkQCTUYqC8O/cT6k17NWzwZvimmwWyX/Z/5edK7vBmirispgjBTAQMthi1skAexQlavKEW0HfRXVyoh/RbwY6BpD5iQJ8Y6LtOxEd2eqDkLs5TsGNMNlYii+jj49prtJhgKvOgYMIqJtVItPHqHYITPwuEvVZ5Tcub2OWG3ifOHjWmqrw05aT0ad6DZ4zVqOFJTo4yLvbn1UTsKNfT3kFmezVqBoVoO9hndshkZf1WEFt7kiTtWID0gDYtEsetorcYhEHeAj //IbHF+rMUIwy7xoCjZ5LGxvbpzjaPfyPSd5r3sbQkaoaSxb52mHVORQaijgC+Sg2rNkGkGUR8VXAXs8OYPxgVKVSEHJd9AAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 26px;
}

.pricing-plan strong {
  display: block;
  margin-bottom: 8px;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  color: #fff;
  background-color: #6363f1;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #5656ed;
}
.profile {
  text-align: center;
  padding-top: 50px;
}

.profile .avatar {
  border: 2px solid #fff;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50%;
}

.profile .avatar img {
  display: block;
  border-radius: 50%;
}

.profile h2 {
  margin: 5px 0;
}

.profile .muted {
  font-size: 14px;
}
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  width: 260px;
  background: #343839;
}

.sidebar .navigation {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.sidebar .navigation li a {
  text-decoration: none;
  display: flex;
  gap: 10px;
  color: #fff;
  padding: 10px;
}

.sidebar .navigation li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.sidebar .copyright {
  color: rgba(255,255,255,.7);
  font-size: 14px;
}
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: #fff;
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly~label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly~label[for="yearly"] {
  color: #fff;
}

.switch-wrapper [type="radio"]:checked#monthly~label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly~label[for="yearly"]:hover {
  background: transparent;
}

.switch-wrapper [type="radio"]:checked#monthly+label[for="yearly"]~.highlighter {
  transform: none;
}

.switch-wrapper [type="radio"]:checked#yearly+label[for="monthly"]~.highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}

.switch-wrapper label:hover {
  background: #f5f5f5;
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: #6363f1;
  transition: transform 0.25s ease-in-out;
}
