﻿@charset "UTF-8";
/*@import "mixins";*/
/* Color Variables */
/* Fonts */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600,400);*/
@font-face {
  font-family: "Inter", sans-serif;
  font-display: swap;
}
/* Basic Typography */
body {
  font-size: 12px;
  position: relative;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

/* Headings */
h1 {
  font-size: clamp(0.8rem, 3.7vw, 3.7rem) !important;
  letter-spacing: -1px;
  line-height: 1;
  color: #000;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
}

h4, .h4 {
  letter-spacing: -1px;
}

/* Text */
a {
  color: #454545;
  transition: 0.5s all;
}

a:not(.btn):hover {
  color: #454545 !important;
  transition: 0.5s all;
}

ul {
  list-style: none;
  padding: 0;
}
ul:hover a {
  text-decoration: none;
}

select {
  position: relative;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: url("https://api.iconify.design/ic:round-arrow-drop-down.svg") no-repeat right center/contain;
}
select:focus {
  background: url("https://api.iconify.design/ic:round-arrow-drop-up.svg") no-repeat right center/contain;
}

input[type=search]::-webkit-search-cancel-button {
  position: relative;
  right: 10px;
  appearance: none;
  width: 20px;
  height: 20px;
  background: url("https://api.iconify.design/bi:x-circle-fill.svg?color=%23c7c7c7") no-repeat center center/contain;
  border-radius: 50%;
  cursor: pointer;
}

/* Error Pages */
.error-page {
  padding-top: 30px;
  padding-bottom: 50px;
}

.error-page h1 {
  font-size: 66px;
  font-weight: bold;
  color: #494949;
}

.error-template {
  padding: 40px 15px;
  text-align: center;
}

.error-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

.error-actions .btn {
  margin-right: 10px;
}

h1, .h1 {
  font-size: 7vh;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  h1, .h1 {
    font-size: 5vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 6vh;
  }
}

.font-1vh {
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
}

.font-2vh {
  font-size: clamp(1rem, 1.8vw, 2rem) !important;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.text-12px {
  font-size: 12px !important;
}

.text-14px {
  font-size: 14px !important;
}

.text-16px {
  font-size: 16px;
}

.text-18px {
  font-size: 18px !important;
}

.text-20px {
  font-size: 1.25rem !important;
}

.text-25px {
  font-size: 1.5rem !important;
}

.text-30px {
  font-size: 30px !important;
}

.text-32px {
  font-size: 2rem !important;
}

.text-35px {
  font-size: 35px !important;
}

.text-40px {
  font-size: 40px !important;
}

.text-55px {
  font-size: 55px !important;
}

small {
  font-size: 60%;
}

.xl-font-size {
  font-size: x-large;
}

.font-size-small-h3 {
  font-size: 1.5rem;
}

.font-weight-extra-light {
  font-weight: 200 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: 800 !important;
}

.font-weight-extrabold {
  font-weight: 900 !important;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #454545;
  /* Works on Chrome/Edge/Safari */
}
*::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}
*::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
  border-radius: 20px;
}

.bg-yellow {
  background: #FFD00F !important;
}

.bg-dark-yellow {
  background: #FFB50F !important;
}

.bg-blue {
  background: #3f19ff !important;
}

.bg-black {
  background: #000 !important;
}

.bg-pink {
  background: #ff7474 !important;
}

.bg-dark-pink {
  background: #FF566D !important;
}

.bg-gray {
  background: #F7F7F7 !important;
}

.bg-dark-gray {
  background: #EDEDED !important;
}

.bg-green {
  background: #00BE75 !important;
}

.bg-lime-green {
  background: #CCEA4A !important;
}

.bg-light-pink {
  background: #FFF4D4 !important;
}

.bg-light-gray-90 {
  background: #F7F7F7;
  background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 55%, #ffffff 55%, #ffffff 100%);
}

.bg-format {
  background-color: #C7C7C7 !important;
}
.bg-format:hover {
  background-color: #484848 !important;
}

.dribble-link {
  color: #C32361;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
}
.dribble-link:hover {
  color: #C32361;
}

.text-green {
  color: #339266 !important;
}

.text-gray {
  color: #454545;
}

.text-light-gray {
  color: #737373 !important;
}

.text-dark-pink {
  color: #FF566D;
}
.text-dark-pink:hover {
  color: #ff7474;
}

.text-tab-color {
  color: #888888;
}

.text-black {
  color: #000 !important;
}

.text-blue {
  color: #3f19ff !important;
}

.fill-color {
  fill: #454545;
}

.white-fill {
  fill: #fff;
}

.letterSpacing-minus-1 {
  letter-spacing: -1px;
}

.vr_seperator {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.75rem 0;
  border-top: 0;
}

.opacity-75 {
  opacity: 0.75;
}

.w-20 {
  min-width: 200px;
  max-width: 250px;
}

.mw-500 {
  max-width: 500px;
}

.px-2rem {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.bg-parallax {
  background-image: url("/images/parallax.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 14px;
}
.bg-parallax .font-weight-bold {
  font-size: 16px;
}

.space-nowrap {
  white-space: nowrap;
}

.unset-color {
  color: unset;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 2;
}

.z-index-100 {
  z-index: 100;
}

.top-0 {
  top: 0;
}

.top-85:after {
  top: 85%;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.minus-margin {
  margin: -28px;
  margin-top: 0;
}

.minus-height {
  min-height: calc(100vh - 70px) !important;
}

.mw-15 {
  min-width: 20rem;
}

.uk-img {
  background-image: url("/images/svg/loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

.uk-placeholder {
  background-image: url("/images/placeholder.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.img-fit-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  margin: auto;
}

.img-fit-contain {
  object-fit: contain;
  object-position: center;
  width: 100%;
  margin: auto;
}

.border-radius {
  border-radius: 15px;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.border-dashed {
  border: 1px dashed #888888 !important;
  padding-left: 3rem !important;
}

.variable-width {
  max-width: 50%;
}

.variable-height {
  min-height: 100vh;
  margin-bottom: 3rem;
}
.variable-height .first-pack-section {
  min-height: 30%;
}
.variable-height .second-pack-section {
  min-height: 27%;
}
.variable-height .third-pack-section {
  min-height: 6%;
}

.height-fit {
  height: fit-content;
  height: -webkit-fit-content;
}

.height-100vh {
  min-height: 100vh;
  height: auto !important;
  display: flex;
  align-items: center;
}

.h-5 {
  height: 5% !important;
}

.h-70 {
  height: 70% !important;
}

.col-half {
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%;
  position: relative;
  width: 100%;
  padding-left: 15px;
}

.no-shadow {
  box-shadow: none !important;
}

.no-cart:after {
  position: absolute;
  top: 45%;
  right: 10%;
  width: 14px;
  height: 7px;
  background-image: url(/images/svg/arrow.svg);
  background-size: contain;
  border: 0;
  background-repeat: no-repeat;
}

.shadow-onhover:hover .rounded-icon {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.text-underline {
  text-decoration: underline;
  color: #000;
}
.text-underline:hover {
  color: #000;
  text-decoration: underline !important;
}
.text-underline.text-green {
  color: #339266;
}
.text-underline.text-green:hover {
  color: #339266;
}

.heightlight {
  background-color: #E6FF00;
}

.h1-one-time-use {
  font-size: 3rem !important;
  letter-spacing: -0.1rem;
}

.tiny-font-size {
  font-size: 10px !important;
}

.border-bottom-left-radius-50 {
  border-bottom-left-radius: 50px;
  overflow: hidden;
  box-shadow: -15px 15px 25px rgba(0, 0, 0, 0.05);
}

.highlighted-underline {
  position: relative;
  white-space: nowrap;
}
.highlighted-underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #CCEA4A;
  width: 100%;
  height: 5px;
}
.highlighted-underline.anchor-no-style {
  font-weight: 500;
}
.highlighted-underline.anchor-no-style:after {
  bottom: -5px;
}

.highlighted-underline-home {
  position: relative;
  white-space: nowrap;
}
.highlighted-underline-home:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffd012;
  width: 100%;
  height: 6px;
}
.highlighted-underline-home.anchor-no-style {
  font-weight: 500;
}
.highlighted-underline-home.anchor-no-style:after {
  bottom: -5px;
}

.illustrator-indicator {
  font-size: 1.5rem;
  font-weight: bolder;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.paragraph, .sub-paragraph {
  font-family: "Inter", sans-serif;
}

.sub-paragraph {
  font-size: 1rem;
  font-weight: 600;
}

.paragraph {
  font-size: 0.91rem;
  color: #888888;
}

.navigation {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .navbar-brand {
  margin-right: 1rem;
}
.navigation nav {
  min-height: 80px;
}
.navigation .nav-item .nav-link {
  border-bottom: 0.25rem solid #ffffff;
  margin: 0 0.25rem;
  font-size: 0.85rem;
}
.navigation .nav-item.active .nav-link, .navigation .nav-item:hover .nav-link {
  border-bottom: 0.25rem solid #ff7474;
}
.navigation .nav-item.btn {
  border-radius: 50px;
  background: #CCEA4A;
  background-blend-mode: overlay;
  margin: 0;
  padding: 0;
}
.navigation .nav-item.btn:hover {
  background: #B5D13F;
}
.navigation .nav-item.btn .nav-link {
  border: 0 !important;
  color: #ffffff;
}
.navigation .navbar-toggler {
  border-color: #000;
  padding: 0.5rem 0.75rem;
}
.navigation .navbar-toggler .burger {
  width: 1.5rem;
  height: 2px;
  background: #000;
  display: block;
  position: relative;
  margin: 0.5rem 0;
}
.navigation .navbar-toggler .burger:before, .navigation .navbar-toggler .burger:after {
  content: "";
  width: inherit;
  height: inherit;
  background: inherit;
  position: absolute;
  left: 0;
}
.navigation .navbar-toggler .burger:before {
  bottom: 6px;
}
.navigation .navbar-toggler .burger:after {
  top: 6px;
}
.navigation .bg-gray .nav-item .nav-link {
  border-bottom-color: #F7F7F7;
}
.navigation .bg-gray .nav-item.active .nav-link, .navigation .bg-gray .nav-item:hover .nav-link {
  border-bottom: 0.25rem solid #ff7474;
}
.navigation .nav-search {
  width: 280px;
}
.navigation .nav-search.form-group .form-control {
  min-width: unset;
  height: 40px;
  border-radius: 25px;
  font-size: 0.9rem;
  background: #EFEFEF;
}
.navigation .nav-search.form-group .form-control::placeholder {
  color: #505050;
}
.navigation #shopping-cart-btn {
  background: #CCEA4A;
  border-radius: 100%;
  border: none;
  /*padding: 0.5rem;*/
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.navigation #shopping-cart-btn:hover {
  border: none;
  background: #B5D13F;
}
.navigation #shopping-cart-btn img {
  width: 20px;
}
.navigation .account-navlink {
  border: none !important;
}
.navigation .account-navlink:hover {
  border: none !important;
}
.navigation .account-navlink img {
  width: 36px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation .nav-search {
    width: 40%;
  }
}
@media (min-width: 1536px) {
  .navigation .navbar-brand {
    margin-right: 2rem;
  }
  .navigation .nav-search {
    width: 320px;
    margin-right: 1rem;
  }
}
.cart-count {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #3f19ff;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.container {
  position: relative;
  height: 100%;
  width: 100%;
}

.btn {
  color: #ffffff;
  border-radius: 16px;
  background: #3f19ff;
  margin-top: 3rem;
  padding: 0.75rem 3rem;
  cursor: pointer;
  /*    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);*/
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn:hover {
  color: #EEEEEE;
  /*        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);*/
  background: #5534F9;
}
.btn.rounded {
  border-radius: 50px !important;
}
.btn.bordered {
  border: 1.5px solid #CCCCCC;
  box-shadow: none;
}
.btn.bordered:hover {
  box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.1);
}
.btn.bordered.black {
  border: 2px solid #000;
  color: #000;
}
.btn.btn-success {
  background: #339266;
}
.btn.bg-green:hover {
  background: #12DF90 !important;
}
.btn.bg-yellow:hover {
  background: #FFDB47 !important;
}
.btn.bg-lime-green:hover {
  background: #B5D13F !important;
}
.btn.bg-black:hover {
  background: #202020 !important;
}
.btn.single-item-view-more:hover {
  background: #EDEDED !important;
}

.btn-outline-none:focus {
  outline: none;
}

.dropdown-menu {
  right: 0;
  left: unset;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.form-group {
  position: relative;
  margin: 1.5rem 0;
}
.form-group svg {
  position: absolute;
  height: 100%;
  margin-left: 2rem;
  pointer-events: none;
}
.form-group .date {
  margin-left: unset;
  right: 1.25rem;
  top: 40%;
  height: auto;
}
.form-group svg.date {
  height: 100%;
  top: 0;
}
.form-group .form-control {
  padding: 0.5rem 0 0.5rem 6rem;
  height: 50px;
  /*        min-width: 250px;*/
  border: none;
  border-radius: 15px;
  font-size: 1rem;
  color: #000;
  font-family: "Inter", sans-serif;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.form-group .form-control.text-gray:focus {
  background: #F7F7F7;
  color: gray;
}
.form-group .form-control::placeholder {
  color: #737373;
  font-family: "Inter", sans-serif;
}
.form-group select.form-control {
  font-weight: bold;
}

.rounded-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff7474;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.rounded-icon.half-rounded-icon {
  width: 20px;
  height: 20px;
  padding: 0.25rem;
}

.no-tabs .nav-tabs {
  border: 0;
  background-color: #F7F7F7;
  border-radius: 50px;
  padding: 0.25rem;
}
.no-tabs .nav-tabs .nav-link {
  color: rgba(0, 0, 0, 0.25);
  fill: rgba(0, 0, 0, 0.25);
  border: 0;
}
.no-tabs .nav-tabs .nav-link.active {
  background-color: #FFD00F;
  color: #000;
  fill: #000;
  border-radius: 50px;
  border: 0;
}
.no-tabs .nav-tabs .nav-link:hover {
  border: 0;
}

.anchor-no-style {
  color: unset;
}
.anchor-no-style .card-set {
  color: #ffffff;
}
.anchor-no-style:hover {
  text-decoration: none;
  color: unset;
}

.set-view {
  transition: 1.5s;
}

.scroll-effect {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
}

.price {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.price .symbol {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

.price-badge {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 60px;
}

.illustration-set {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  /*box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);*/
  border-block-color: black;
  border-width: 1px;
  border-style: solid;
  border-color: #e9e7e7;
  color: #000 !important;
  fill: #000 !important;
  transition: 1s !important;
  color: white;
  height: 100%;
}
.illustration-set .set {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 0;
  height: 100%;
}
.illustration-set .set .set-img {
  width: 800px;
  height: auto;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.illustration-set .set .set-img .badge {
  position: absolute;
  right: 25px;
  top: 25px;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.5rem 1rem 0.5rem 0.85rem;
  text-transform: capitalize;
}
.illustration-set .set .set-img .badge.updated {
  background: #000;
}
.illustration-set .set .set-img .badge.updated:after {
  content: "Updated";
}
.illustration-set .set .set-img .badge.free {
  background: #3f19ff;
}
.illustration-set .set .set-img .badge.free:after {
  content: "Free";
}
.illustration-set .set .set-img .badge.animated {
  background: #FFD00F;
}
.illustration-set .set .set-img .badge.animated:after {
  content: "Animated";
}
.illustration-set .set .set-img .svg {
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: 100%;
  max-height: 500px;
}
.illustration-set .set .set-img img {
  max-width: 100%;
  height: auto;
}
.illustration-set .set .set-img video {
  max-width: 100%;
  height: auto;
}
.illustration-set .set .set-details {
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 4rem;
}
.illustration-set .set .set-details .set-header, .illustration-set .set .set-details .set-vectors, .illustration-set .set .set-details .set-thumbnails, .illustration-set .set .set-details .set-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.illustration-set .set .set-details .set-header {
  flex-direction: column;
  align-items: flex-start;
}
.illustration-set .set .set-details .set-header, .illustration-set .set .set-details .set-vectors, .illustration-set .set .set-details .set-more {
  flex-wrap: wrap;
}
.illustration-set .set .set-details .set-header, .illustration-set .set .set-details .price {
  font-family: "Inter", sans-serif;
}
.illustration-set .set .set-details .set-description {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  line-height: 15px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.illustration-set .set .set-details .set-description.home-set-description {
  max-height: unset !important;
  line-height: 1.5 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left !important;
  margin-bottom: 0 !important;
  margin-top: 0.5rem !important;
  font-size: 1rem !important;
  height: 76px !important;
}
.illustration-set .set .set-details .set-vectors {
  margin-top: 1.5rem;
  color: #797979;
}
.illustration-set .set .set-details .set-thumbnails .svg {
  width: 13rem;
  height: 13rem;
  border-radius: 15px;
  padding: 0.5rem;
}
.illustration-set .set .set-details .goto-pack {
  color: #5C5C5C;
}
.illustration-set.card-set {
  padding: 0;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  color: #ffffff !important;
  fill: #ffffff !important;
}
.illustration-set.card-set .set {
  flex-wrap: wrap;
}
.illustration-set.card-set .set .set-img {
  align-items: unset;
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 0;
}
.illustration-set.card-set .set .set-img img {
  object-fit: contain;
  object-position: center;
  width: auto;
  height: auto;
  /*max-height: 300px;*/
  margin: 1rem 0;
}
.illustration-set.card-set .set .set-img video {
  /*max-height: 300px;*/
  margin: 1rem 0;
}
.illustration-set.card-set .set .set-img .badge {
  top: 5%;
  right: 5%;
}
.illustration-set.card-set .set .set-details {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 1.5rem 1.5rem;
  padding-top: 0;
}
.illustration-set.card-set .set .set-details .set-header {
  order: 0;
}
.illustration-set.card-set .set .set-details .set-header .h2 {
  font-size: 1.3rem;
  margin-bottom: 0 !important;
}
.illustration-set.card-set .set .set-details .set-thumbnails {
  display: none;
}
.illustration-set.card-set .set .set-details .set-vectors {
  width: 100%;
  order: 1;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  justify-content: space-around;
  color: #ffffff;
  display: none !important;
}
.illustration-set.card-set .set .set-details .set-vectors > div {
  width: 33%;
  padding: 0 !important;
  justify-content: center;
}
.illustration-set.card-set .set .set-details .set-vectors > div:nth-last-child(4), .illustration-set.card-set .set .set-details .set-vectors > div:nth-last-child(5) {
  display: none !important;
}
.illustration-set.card-set .set .set-details .set-count {
  /* position: absolute;
  bottom: 25%;
  left: 7%;*/
}
.illustration-set.card-set .set .set-details .set-description {
  order: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 1rem;
  max-height: 65px;
  display: none;
}
.illustration-set.card-set .set .set-details .set-more {
  display: none;
}
.illustration-set.card-set .set .set-details .set-more span:first-child, .illustration-set.card-set .set .set-details .set-more a {
  display: none;
}
.illustration-set.card-set .set .set-details .set-more .price {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  position: absolute;
  bottom: 10%;
  right: 5%;
  color: #ffffff;
}
.illustration-set.card-set .set .set-details .set-more .symbol {
  display: flex !important;
}
.illustration-set.card-set.black-text {
  color: #000 !important;
  fill: #000 !important;
}
.illustration-set.card-set.black-text .set .set-details .set-vectors {
  color: #000;
}
.illustration-set.card-set.black-text .set .set-details .set-more .price {
  color: #000;
}
.illustration-set:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.card {
  padding: 1rem;
  margin: 0 0.25rem;
  border-radius: 15px;
  border-color: #EFEFEF;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04);
  height: 100%;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.card .badge {
  position: absolute;
  right: 25px;
  top: 25px;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.5rem 1rem 0.5rem 0.85rem;
  text-transform: capitalize;
}
.card .badge.free {
  background: #3f19ff;
}
.card .badge.update {
  background: #CCEA4A;
  color: #000;
}
.card .badge.new {
  background: #ff7474;
}
.card.square > a {
  display: flex;
  height: 100%;
}
.card.square img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.card:hover {
  border: 1px solid #efefef;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.card:hover figcaption.toggle-actions {
  /*                right: 5%;*/
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.card:hover figcaption.toggle-actions a svg:hover {
  fill: black;
  transition: all 0.5s ease-in-out;
}
.card:hover figcaption.toggle-actions svg:hover {
  fill: blue;
  transition: all 0.5s ease-in-out;
}
.card img {
  margin: auto;
  max-width: 100%;
  height: auto;
}
.card .card-body {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  -ms-flex: unset;
  flex: unset;
}
.card .card-body .card-text {
  color: #888888;
  font-size: 10px;
}
.card figcaption.toggle-actions {
  position: absolute;
  right: 5%;
  bottom: 5%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.card figcaption.toggle-actions svg {
  fill: #fff;
  transition: all 0.5s ease-in-out;
}
.card figcaption.more-illustrations {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
}
.card figcaption a {
  text-decoration: none;
}
.card figcaption button {
  margin: 0;
  border: 0;
  padding: 0;
  box-shadow: none !important;
  background: transparent;
}

.features-section .enhanced-features p {
  padding-right: 3rem;
  font-size: 1rem;
  line-height: 20px;
}

.purpose {
  font-size: 1.2rem;
  line-height: 25px;
}

.clients-logo {
  max-width: 150px;
}

.outside-links {
  list-style-image: url("/images//svg/share.svg");
  list-style-position: outside;
  padding-left: 40px;
  margin: 2rem 0 3rem;
}

.checkbox-list, .checkbox {
  column-count: 2;
  column-gap: 0;
}
.checkbox-list .styled-checkbox, .checkbox .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox-list .styled-checkbox + label, .checkbox .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.checkbox-list .styled-checkbox + label:before, .checkbox .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  border-radius: 5px;
  border: 1.5px solid black;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #ffffff;
}
.checkbox-list .styled-checkbox:focus + label:before, .checkbox .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.checkbox-list .styled-checkbox:checked + label:before, .checkbox .styled-checkbox:checked + label:before {
  background: #000;
}
.checkbox-list .styled-checkbox:disabled + label, .checkbox .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.checkbox-list .styled-checkbox:disabled + label:before, .checkbox .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.checkbox-list .styled-checkbox:checked + label:after, .checkbox .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: #ffffff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  transform: rotate(45deg);
}

.checkbox {
  column-count: 1;
}
.checkbox .styled-checkbox + label {
  margin: 0;
}
.checkbox .styled-checkbox + label:before {
  border-color: #737373;
  background: transparent;
}
.checkbox .styled-checkbox:checked + label:before {
  background: transparent;
}
.checkbox .styled-checkbox:checked + label:after {
  top: 10px;
  background: #3f19ff;
  box-shadow: 2px 0 0 #3f19ff, 4px 0 0 #3f19ff, 4px -2px 0 #3f19ff, 4px -4px 0 #3f19ff, 4px -6px 0 #3f19ff, 4px -8px 0 #3f19ff;
}
.checkbox .count {
  margin-left: 0.5rem;
  border-radius: 5px;
  color: #ffffff;
  display: inline-flex;
  min-width: 25px;
  padding: 0.125rem 0.25rem;
  justify-content: center;
  align-items: center;
}
.checkbox.disabled {
  opacity: 0.7;
  pointer-events: none;
}

@media (min-width: 1900px) {
  .checkbox .styled-checkbox:checked + label:after {
    top: 12px;
  }
}
.checkmark-list {
  font-family: "Segoe-UI", sans-serif;
  color: #888888;
  line-height: 2rem;
  margin-top: 3rem;
}
.checkmark-list li {
  background: url("/images/svg/checkmark.svg") no-repeat 0 50%;
  padding-left: 40px;
  margin-bottom: 1rem;
  font-size: 18px;
}

.pink-border-left {
  width: 20px;
  background: #FF7474;
  border-radius: 50px;
  margin-right: 1.5rem;
}

.yellow-border-left {
  border-left: 5px solid #FFD00F;
}

.lime-green-border-left {
  border-left: 5px solid #CCEA4A;
}

.my-6rem {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.margin-left-minus {
  margin-left: -2.2rem;
}

.mt-5rem {
  margin-top: 5rem;
}

.mt-8rem {
  margin-top: 8rem;
}

.px-2rem {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.mm-listview {
  background: #F7F7F7 !important;
}

/*.giffy-container {
    position: relative;
    display: inline-block;
}

.giffy-container:hover.giffy-container:after {
    display: none;
}*/
.no-underline {
  text-decoration: none !important;
}

.no-pointer {
  cursor: unset;
}
.no-pointer:hover {
  cursor: unset;
}

.pointer-cursor {
  cursor: pointer;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: 0.15s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input:hover {
  background: #9faab7;
}

.option-input:checked {
  background: #00BE75;
}

.option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: "✔";
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.option-input:checked::after {
  background: #40e0d0;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}

.option-input.radio {
  border-radius: 50%;
}

.option-input.radio::after {
  border-radius: 50%;
}

.gradiant-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  margin-left: -10rem;
  background: linear-gradient(90deg, rgb(255, 116, 116) 40%, rgb(255, 206, 0) 40%, rgb(255, 206, 0) 70%, rgb(63, 25, 255) 70%, rgb(63, 25, 255) 100%);
}

.gradiant-border-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background: linear-gradient(90deg, rgb(255, 188, 13) 20%, rgb(255, 86, 109) 20%, rgb(255, 86, 109) 40%, rgb(101, 59, 253) 40%, rgb(101, 59, 253) 90%, rgb(118, 172, 255) 90%);
}

.main-wrapper {
  position: relative;
  top: 80px;
  /*overflow-x: hidden;*/
  width: 100%;
}

.text-check {
  padding-left: 2rem !important;
  text-indent: -2.2rem;
}

.extended-right:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1920px;
  left: 100%;
  top: 0;
  background: inherit;
}

.extended-left:before {
  content: "";
  position: absolute;
  width: 1920px;
  height: 100%;
  right: 100%;
  top: 0;
  background: inherit;
}

.overflow-visible {
  overflow: visible;
}

.box-shadow {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04);
}
.box-shadow:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
}

.no-box-shadow {
  box-shadow: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  border-radius: 5px;
  padding: 20px;
  width: auto;
  max-width: 550px;
  margin: 20px auto;
}
.white-popup.producthunt {
  max-width: 700px;
  font-size: 1rem;
}
.white-popup .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.white-popup .login-register, .white-popup .social-logins {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 1rem 0;
}
.white-popup .login-register .login, .white-popup .login-register .register, .white-popup .social-logins .login, .white-popup .social-logins .register {
  width: 50%;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 575px) {
  .white-popup .login-register .login, .white-popup .login-register .register, .white-popup .social-logins .login, .white-popup .social-logins .register {
    width: 75%;
  }
}
@media screen and (max-width: 325px) {
  .white-popup .login-register .login, .white-popup .login-register .register, .white-popup .social-logins .login, .white-popup .social-logins .register {
    width: 100%;
  }
}
.white-popup .login-register .login .btn, .white-popup .login-register .register .btn, .white-popup .social-logins .login .btn, .white-popup .social-logins .register .btn {
  margin: 0;
  width: 100%;
}

.facebook, .google {
  width: 60%;
  min-width: 200px;
  margin-bottom: 1rem;
  border-radius: 10px;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 3% 55%;
}
@media screen and (max-width: 575px) {
  .facebook, .google {
    width: 75%;
  }
}
@media screen and (max-width: 325px) {
  .facebook, .google {
    width: 100%;
  }
}
.facebook .btn, .google .btn {
  margin: 0;
  width: 100%;
  background-color: transparent;
  border: 0;
  padding-left: 4rem;
}

.google {
  background-color: #4184F3;
  background-image: url("/images/google.png");
}

.facebook {
  background-color: #176AE6;
  background-image: url("/images/facebook.png");
  background-size: 35px 38px;
}

.datepicker {
  width: fit-content;
}

.search-tags span {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  background: #fff;
  border-radius: 50px;
  padding: 0.25rem 0.75rem;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.search-tags span:hover {
  opacity: 1;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.aside-topics {
  max-height: 100vh;
  overflow-y: scroll;
  padding-top: 1.5rem;
  position: sticky;
  top: 0;
}

.topics_img-container, .related-packs_img-container, .single-illustration_img-container {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.topics_img-container img, .related-packs_img-container img, .single-illustration_img-container img {
  inset: 0;
  position: absolute;
}

.single-illustration_img-container svg {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.single-illustration_img-container {
  justify-content: center;
}

.side-menu li a {
  display: block;
  width: 100%;
  padding: 0.5rem;
}
.side-menu li:hover, .side-menu li:active, .side-menu li.active {
  background-color: #176AE6;
}
.side-menu li:hover a, .side-menu li:active a, .side-menu li.active a {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .side-menu {
    display: flex;
    flex-wrap: wrap;
  }
}

.navigation {
  background: #020304;
}

.main-section {
  background-color: #F7F7F7;
  position: relative;
  /* min-height: calc(100vh - 70px);
   height: calc(100vh - 70px);*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*.sit, .stand {
      position: absolute;
      bottom: 0;
  }

  .sit {
      width: 200px;
      height: 100px;
      right: 40%;
  }

  .stand {
      width: 200px;
      height: 200px;
      right: 0;
  }*/
}
.main-section .layer1-background {
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.main-section .sitting {
  bottom: 0;
  max-width: 400px;
  /*left: 6%;*/
}
.main-section .astronaut {
  left: 55%;
  top: 10%;
  max-width: 150px;
}
.main-section .bus-plan {
  max-width: 425px;
  bottom: 0;
  left: 30%;
}
.main-section .man-dog {
  right: 5%;
  max-width: 300px;
  bottom: 2%;
}

.main-text {
  position: relative;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 10rem;
}
.main-text span {
  font-size: 2rem;
}

.overview h2 {
  position: relative;
}

.fluid-workflow {
  border-radius: 2.25rem;
  align-items: end;
  /* padding-left: 1rem;
   padding-right: 1rem;*/
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 5rem;
}
.fluid-workflow p.sec-pr {
  font-size: 1rem;
  color: #A2A2A2;
  /*margin-right: 18rem;*/
}
.fluid-workflow a {
  color: #CCEA4A;
  text-decoration: underline;
}
.fluid-workflow a:hover {
  color: #B5D13F !important;
}

.workflow-img-section {
  display: flex;
  gap: 1rem;
}
.workflow-img-section img {
  max-width: 50px;
}

.fluid-workflow__text-sec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.fluid-workflow__text-sec h2 {
  font-size: 4vh;
}

.figma-screenshot-img {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.figma-logo-container {
  max-width: 60px;
}

@media (min-width: 768px) {
  .fluid-workflow h2 {
    font-size: 4vh;
  }
  .fluid-workflow__text-sec {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .fluid-workflow h2 {
    font-size: 5vh;
  }
  .fluid-workflow__text-sec {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .fluid-workflow__text-sec {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .fluid-workflow {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .fluid-workflow h2 {
    font-size: 6vh;
  }
  .workflow-img-section img {
    max-width: 60px;
  }
}
@media (min-width: 1536px) {
  .fluid-workflow {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .fluid-workflow h2 {
    font-size: 7vh;
  }
  .fluid-workflow .figma-screenshot-img {
    max-width: 100%;
  }
  .fluid-workflow p.sec-pr {
    width: 70%;
  }
  .fluid-workflow__text-sec {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.extenstions {
  background: rgba(237, 237, 237, 0.35);
  padding: 0.25rem 0.5rem;
  margin: 0.5rem;
  border-radius: 5px;
  min-width: 50px;
  text-align: center;
}

.supporting .icons {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 0 0 0 1rem;
  background: #fff;
  padding: 0.75rem;
  box-shadow: 0 0 20px -10px black;
}
.supporting .icons img {
  width: 100%;
}

.new-illustrations {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: url(/images/icons/bg-line.png) no-repeat center center;
  background-size: contain;
}

.half-n-half {
  background: linear-gradient(to right, #3f19ff 0%, #3f19ff 50%, #ffffff 50%, #ffffff 100%);
}

.illustration-details {
  padding: 0;
  width: 100%;
}
.illustration-details .icons-pack {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 500;
  align-items: center;
  margin: 1rem 0 1.5rem;
}
.illustration-details .icons-pack div {
  margin: 0.5rem 0;
}
.illustration-details .sub-paragraph {
  padding-top: 1rem;
}

.get-pack, .access-all-pack {
  transition: 0.5s;
  /*
  .h3 {
      letter-spacing: -2px;
  }*/
}
.get-pack:hover, .access-all-pack:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.get-pack {
  max-width: 200px;
  border: 1.5px solid #ccc;
  padding: 1rem;
  margin: 0.5rem 0;
  border-radius: 10px;
  color: #454545;
}
.get-pack .price {
  color: #454545;
}

.access-all-pack {
  position: relative;
  max-width: 300px;
  padding: 1rem;
  margin: 0.5rem 0;
  border-radius: 10px;
  color: black !important;
  background: #CCEA4A;
  border: 2px solid #CCEA4A;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  z-index: 1;
}
.access-all-pack .access-all-pack-text {
  font-weight: 500;
  font-family: inter, sans-serif;
}
.access-all-pack .price {
  color: #ffffff;
}
.access-all-pack .rounded-icon {
  fill: #fff;
  position: absolute;
  top: -10%;
  right: -5%;
  background: #3f19ff;
}

.mobile-view {
  display: flex;
  justify-content: center;
}

.mobile-figure {
  max-width: 75%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mobile-figure .mobile-bg {
  filter: drop-shadow(-25px 30px 30px rgba(136, 136, 136, 0.8));
}
.mobile-figure .mobile-figcaption {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 90%;
  height: 92.5%;
  top: 5%;
  left: 5%;
  padding: 1.5rem;
  border-radius: 50px;
  background: rgb(250, 250, 250);
  background: linear-gradient(180deg, #FAFAFA 0%, #FAFAFA 65%, #ff7474 65%, #ff7474 100%);
}
.mobile-figure .mobile-figcaption img {
  max-height: 85%;
}
.mobile-figure .h4 {
  font-size: 1.7rem;
}
.mobile-figure .rounded-icon {
  background: rgba(0, 0, 0, 0.2);
}

.included-list {
  font-weight: 500;
  line-height: 3rem;
  text-indent: -2.4rem;
  padding-left: 3rem;
}
.included-list .no-indent {
  text-indent: 0;
}

.tabs-navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*top: 80px !important;*/
  background: #ffffff;
  z-index: 10000;
}
.tabs-navbar:after, .tabs-navbar:before {
  content: "";
  position: absolute;
  top: 0;
  background: inherit;
  height: 101%;
  width: 100%;
  border: inherit;
}
.tabs-navbar:before {
  left: -100%;
}
.tabs-navbar:after {
  right: -100%;
}
.tabs-navbar .design-elements {
  /*display: block;*/
  font-weight: 500;
  border: 0;
}
.tabs-navbar .design-elements .nav-link {
  border: 0;
  color: #888888;
  stroke: #ffffff;
  display: flex;
  align-items: center;
  max-height: 40px;
  padding: 0.5rem 0.25rem;
  margin: 0 0.25rem;
}
.tabs-navbar .design-elements .nav-link:hover, .tabs-navbar .design-elements .nav-link.active {
  border-bottom: 2px solid #3f19ff;
  color: #333;
  background: transparent;
}
.tabs-navbar .price-list-tab {
  display: flex;
  align-items: center;
  width: 50%;
  margin-left: auto;
  /*.get-pack, .access-all-pack {
      padding: 0.5rem;
      height: fit-content;
      border: 0;
      width: fit-content;
      margin: 1rem 0;
  }

  .get-pack {
      background: $white;
  }*/
}
.tabs-navbar .price-list-tab .nav-search {
  width: calc(100% - 200px);
}
.tabs-navbar .price-list-tab .btn {
  width: 200px;
}

.clients-img-container {
  min-height: 125px;
  max-height: 130px;
}

.clients-img-fluid {
  object-fit: contain;
  object-position: center;
  max-width: 125px;
  max-height: 125px;
}

.packs-carousel {
  position: relative;
}
.packs-carousel .owl-stage {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.packs-carousel .owl-stage .item {
  height: 100%;
}
.packs-carousel button.owl-prev, .packs-carousel button.owl-next {
  position: absolute;
  top: 40%;
  font-size: 5rem !important;
}
.packs-carousel button.owl-prev span, .packs-carousel button.owl-next span {
  margin-top: -1rem;
  display: block;
}
.packs-carousel button.owl-prev:focus, .packs-carousel button.owl-next:focus {
  box-shadow: none;
  outline: none;
}
.packs-carousel button.owl-prev {
  left: -3%;
}
.packs-carousel button.owl-next {
  right: -3%;
}

.get-icons {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  padding: 3rem 0;
  border-radius: 15px;
  background-color: #000;
  background-image: url(/images/roundicons/triangle.png), url(/images/roundicons/square.png), url(/images/roundicons/circle.png), url(/images/roundicons/partial-circle.png);
  background-position: 0 50%, 55% 100%, 70% 50%, 90% 0;
  background-size: 7%, 5%, 5%, 15%;
  background-repeat: no-repeat;
}
.get-icons h6, .get-icons h4 {
  font-size: 2.25rem;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

.spy-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000000;
}

.sub-header {
  font-size: 1.75rem;
  font-weight: 400;
}

.get-bundle .text-check {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 3rem;
}
.get-bundle .text-check a {
  text-decoration: underline;
  color: #212529;
}

.description {
  font-size: 1rem;
  max-width: 75%;
  color: #000;
  margin: 3rem 0;
}

.icon__bundle-info {
  position: relative;
  background: #F7F7F7;
  border-radius: 25px;
}
.icon__bundle-info .sec-left {
  position: relative;
  z-index: 11;
  width: 100%;
  padding-bottom: 50px;
}
.icon__bundle-info .sec-left li {
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #000;
  background: #F7F7F7;
  position: relative;
  z-index: 1;
  width: 260%;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 30px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.icon__bundle-info .sec-left li .info {
  width: 60%;
  display: inline-block;
  float: right;
}
.icon__bundle-info .sec-left li .info span {
  font-weight: 400;
  text-align: center;
  display: inline-block;
}
.icon__bundle-info .sec-left li .info span:first-child {
  width: 60%;
  float: left;
}
.icon__bundle-info .sec-left li .info span:last-child {
  width: 40%;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}
.icon__bundle-info .sec-left li .info span small {
  font-size: 70%;
}
.icon__bundle-info .sec-left li:last-child {
  background: none;
  /*font-size: 16px;
  font-weight: 600;*/
  display: list-item !important;
}
.icon__bundle-info .sec-left li:last-child a {
  color: #464646;
}
.icon__bundle-info .sec-left li:last-child a:hover {
  text-decoration: underline !important;
}
.icon__bundle-info .sec-left li .on-hover {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 40%;
  max-width: 200px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out 0s;
}
.icon__bundle-info .sec-left li:hover .on-hover {
  opacity: 1;
}
.icon__bundle-info .sec-left li:hover .on-hover:hover {
  opacity: 0;
}
.icon__bundle-info .sec-right {
  border-radius: 25px;
  overflow: hidden;
  padding: 0;
}
.icon__bundle-info .sec-right .bg-blue {
  width: 28%;
  display: inline-block;
  height: 100%;
  float: left;
  position: relative;
}
.icon__bundle-info .sec-right .bg-blue span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: auto;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.icon__bundle-info .sec-right .bg-blue span b {
  display: block;
  font-size: 17px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.icon__bundle-info .sec-right .bundle__full-access {
  width: 72%;
  display: inline-block;
  height: 100%;
  position: relative;
  background: #CCEA4A;
}
.icon__bundle-info .sec-right .bundle__full-access .total {
  left: 0;
  font-size: 25px;
  font-weight: 400 !important;
  left: 25px;
  bottom: 25px !important;
  font-family: "Inter", sans-serif;
}
.icon__bundle-info .sec-right .bundle__full-access .total span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.icon__bundle-info .sec-right .bundle__full-access .total small {
  font-size: 50%;
}
.icon__bundle-info .sec-right .bundle__full-access .sec-download {
  position: relative;
  width: 65%;
  margin-left: auto;
  display: block;
  font-weight: 600;
  color: #000;
  padding-right: 1rem !important;
}
.icon__bundle-info .sec-right .bundle__full-access .sec-download a {
  border-radius: 25px;
  padding: 30px;
  background: #3f19ff;
}
.icon__bundle-info .sec-right .bundle__full-access .sec-download a:hover {
  color: #EEEEEE !important;
  background: #5534F9;
}
.icon__bundle-info .sec-right .bundle__full-access .sec-download span {
  font-size: 30px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.icon__bundle-info .sec-right .bundle__full-access .sec-download span small {
  font-size: 50%;
}

.icon__bundle-info .sec-right .bundle__full-access .total {
  position: absolute;
  bottom: 0;
  margin: auto;
  display: block;
  font-weight: 600;
  color: #000;
}

.bullet-points li {
  margin-bottom: 0.5rem;
}
.bullet-points li .circle-bullet {
  display: inline-block;
  margin-right: 0.75rem;
  width: 10px;
  height: 10px;
  background-color: #FFB50F;
  border-radius: 50%;
}

.order-details {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 15px;
  padding: 1.75rem;
  padding-bottom: 0;
  height: 100%;
  filter: drop-shadow(0px 3px 13px rgba(0, 0, 0, 0.1));
}

.order-details-bundle {
  border-radius: 15px;
  padding: 1.75rem;
}

.select-bundle {
  width: 190px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  overflow: hidden;
}

.have-code {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 10000;
  height: 100%;
  display: flex;
  align-items: center;
}

.empty-cart .check-library {
  font-size: 1.5rem;
  font-weight: 400;
}
.empty-cart .check-library .library, .empty-cart .check-library .bundle {
  text-decoration: underline;
}

.checkout-container {
  /*position: absolute;*/
  /*width: 100%;
  height: 100%;*/
  /*top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000000000000000000000000000;
  background: rgba(0,0,0,0.5);*/
}

.register-checkout, .login-checkout {
  padding: 0.25rem;
  height: auto;
  opacity: 1;
  overflow: hidden;
  transition: all 1s;
}

.hidden {
  height: 0;
  opacity: 0;
}

.discount {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.social-logins {
  display: flex;
  flex-wrap: wrap;
}
.social-logins .google, .social-logins .facebook {
  margin-left: 0.75rem;
}
.social-logins .google .btn, .social-logins .facebook .btn {
  padding: 0.75rem 1rem 0.75rem 3rem;
}

.authentication-section {
  background: #fff;
  border-radius: 15px;
  max-width: 650px;
  min-height: 555px;
  position: relative;
  transition: all 1s;
  /*-webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
  margin: auto;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.16);
}
.authentication-section.is-flipped {
  min-height: 800px;
}
.authentication-section.is-flipped .login {
  z-index: 0;
}
.authentication-section.is-flipped .login {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.authentication-section.is-flipped .new-account {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.authentication-box {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.75s;
}

.new-account {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.area-content-display .area-content .display {
  display: flex;
  align-items: center;
}
.area-content-display .area-content .display .first-child, .area-content-display .area-content .display .second-child, .area-content-display .area-content .display .third-child, .area-content-display .area-content .display .fourth-child {
  vertical-align: middle;
}
.area-content-display .area-content .display .first-child .info h3, .area-content-display .area-content .display .second-child .info h3, .area-content-display .area-content .display .third-child .info h3, .area-content-display .area-content .display .fourth-child .info h3 {
  font-size: 13px;
  font-weight: 600;
  color: #343339;
  display: block;
}
.area-content-display .area-content .display .first-child .info p, .area-content-display .area-content .display .second-child .info p, .area-content-display .area-content .display .third-child .info p, .area-content-display .area-content .display .fourth-child .info p {
  margin: 15px 0;
}
.area-content-display .area-content .display .first-child .info .btn-edit, .area-content-display .area-content .display .second-child .info .btn-edit, .area-content-display .area-content .display .third-child .info .btn-edit, .area-content-display .area-content .display .fourth-child .info .btn-edit {
  position: absolute;
  top: 0;
  right: 15px;
  background: transparent;
  border: none;
  outline: none !important;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}
.area-content-display .area-content .display .first-child .info a, .area-content-display .area-content .display .second-child .info a, .area-content-display .area-content .display .third-child .info a, .area-content-display .area-content .display .fourth-child .info a {
  font-weight: 600;
  color: green;
  text-decoration: underline !important;
  display: block;
}
.area-content-display .area-content .display .first-child .info span, .area-content-display .area-content .display .second-child .info span, .area-content-display .area-content .display .third-child .info span, .area-content-display .area-content .display .fourth-child .info span {
  font-size: 22px;
  font-weight: 600;
  color: black;
  margin: 4px 0;
  display: block;
}
.area-content-display .area-content .display .first-child {
  width: 38%;
  display: inline-block;
}
.area-content-display .area-content .display .second-child, .area-content-display .area-content .display .third-child, .area-content-display .area-content .display .fourth-child {
  width: 20%;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  text-align: center;
  position: relative;
}
.area-content-display .area-content .display .second-child .info, .area-content-display .area-content .display .third-child .info {
  position: relative;
}
.area-content-display .area-content .display .fourth-child {
  border-right: 0;
}
.area-content-display .area-content .display .fourth-child .info {
  position: relative;
}
.area-content-display .area-content .display .content {
  display: flex;
  flex-direction: row;
  position: relative;
  border-right: 1px solid #ccc;
}
.area-content-display .area-content .display .content h3 {
  margin-top: 20px;
}
.area-content-display .area-content .display .content .my-photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  vertical-align: top;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.area-content-display .area-content .display .content .my-photo img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.area-content-display .area-content .box-describe.sub .content {
  padding: 0 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.area-content-display .area-content .box-describe.sub .content p {
  font-size: 10px;
  display: inline-block;
  width: auto;
  margin: 8px 0;
}
.area-content-display .area-content .box-describe.sub .content p img {
  margin-right: 10px;
}
.area-content-display .area-content .box-describe.sub .content .btn {
  margin-left: auto;
  font-size: 12px;
}
.area-content-display .area-content .box-describe.sub .content .btn.bg-gray {
  background: #D3D3D3 !important;
}
.area-content-display .area-content .purchase {
  font-size: 12px;
  float: right;
  background-color: #888888;
}
.area-content-display .area-content .extensions.white span {
  background: white;
}
.area-content-display .area-content .extensions.rectangle span {
  border-radius: 5px;
  padding: 3px 10px 5px;
}
.area-content-display .area-content .extensions.rectangle.gray-bright-2 span {
  background: rgba(113, 109, 109, 0.5);
  color: white;
  margin-top: 10px;
}
.area-content-display .area-content .extensions span {
  border: 1px solid #dee2e6;
  border-radius: 20px;
  padding: 0px 6px 3px;
  font-size: 13px;
  color: black;
  display: inline-block;
  margin-right: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  min-width: 35px;
  text-align: center;
}
.area-content-display .area-content .extensions span:last-child {
  margin-right: 0;
}

.my-photo-sub {
  position: relative;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
}
.my-photo-sub img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.my-photo-sub .btn-edit {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.my-photo-sub .btn-edit .profile-picture[type=file] {
  height: 0;
  overflow: hidden;
  width: 0;
  position: absolute;
}
.my-photo-sub .btn-edit .profile-picture[type=file] + label {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  outline: none;
  padding: 1rem 50px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: nowrap;
}
.my-photo-sub .btn-edit .profile-picture[type=file] + label svg {
  margin-right: 0.5rem;
}
.my-photo-sub .btn-edit:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.my-photo-sub .icon {
  max-width: 15px;
}

.form-custom textarea[typeof=textarea]::placeholder {
  color: #D3D3D3;
}
.form-custom input[type=email]::placeholder {
  color: #D3D3D3;
}
.form-custom input[type=text]::placeholder {
  color: #D3D3D3;
}
.form-custom.style_two label {
  font-size: 14px;
  font-weight: 600;
  color: #060606;
  text-transform: capitalize;
}
.form-custom.style_two input {
  background: #F6F6F6;
  font-size: 13px;
  font-weight: 400;
  border-radius: 8px;
  padding: 0.5rem;
}
.form-custom.style_two select {
  background: #F6F6F6;
  border: none;
  height: 50px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 8px;
}
.form-custom.style_two input[type=email]::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #D3D3D3;
}
.form-custom.style_two input[type=text]::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #D3D3D3;
}
.form-custom.style_two .form-group {
  margin-top: 20px;
}
.form-custom.style_two button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.search.sub {
  top: 0;
  height: 55px;
  margin: 0 0 50px 0;
  width: 100%;
  left: -25px;
  padding-right: 0.5rem;
}
.search.sub input {
  height: 55px;
  font-size: 15px;
}

.search {
  position: relative;
  margin: auto;
  height: 40px;
  display: inline-block;
}
.search input[type=search] {
  width: inherit;
  border: 0;
  border-radius: 10px;
  padding: 10px 20px 10px 25px;
  outline: none;
}
.search input[type=search]:focus #getFocusBlur {
  opacity: 0.5;
}
.search .search-icon {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  transition: all ease-in-out 0.4s;
}
.search .search-icon.blur {
  opacity: 0.5;
}

.search.sub {
  left: 0;
  top: 30px;
  z-index: 3;
}
.search.sub input[type=search] {
  box-shadow: 0px 2px 6px -3px #8e8e8e;
  font-size: 20px;
}
.search.sub .search-icon {
  filter: invert(1);
}

.affiliate {
  min-height: 150vh;
  width: 100%;
  background: #eeeeee;
  padding-top: 3rem;
}

.update_log h1 {
  font-size: 3.5rem;
}
.update_log .newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.update_log .newsletter .form-group {
  width: 50%;
}
.update_log .timeline {
  overflow: hidden;
  padding: 10px 0 40px 100px;
}
@media screen and (min-width: 1600px) {
  .update_log .timeline {
    padding-left: 130px;
  }
}
@media screen and (min-width: 1900px) {
  .update_log .timeline {
    padding-left: 150px;
  }
}
.update_log .timeline ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.5s linear;
  top: 0;
}
.update_log .timeline ul:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border: 1px dotted #888888;
  position: absolute;
  top: 0;
  left: 20px;
}
.update_log .timeline ul li {
  margin: 20px 60px;
  margin-right: 0;
  position: relative;
  padding: 30px 50px;
  padding-right: 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  line-height: 20px;
  border: 1px solid #e7e7e7;
}
.update_log .timeline ul li .info .badge {
  border-radius: 5px;
  color: #ffffff;
  padding: 0.5rem 1rem 0.5rem 0.85rem;
  text-transform: capitalize;
}
.update_log .timeline ul li.new > span:before {
  background: #ff7474;
}
.update_log .timeline ul li.new .info .badge {
  background: #ff7474;
}
.update_log .timeline ul li.free > span:before {
  background: #3f19ff;
}
.update_log .timeline ul li.free .info .badge {
  background: #3f19ff;
}
.update_log .timeline ul li.update > span:before {
  background: #FFD00F;
}
.update_log .timeline ul li.update .info .badge {
  background: #FFD00F;
  color: #000;
}
.update_log .timeline ul li > span {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: -41px;
}
.update_log .timeline ul li > span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  border: 2px solid #fff;
  left: -9px;
  top: 45%;
}
.update_log .timeline ul li > span.first {
  border: 5px solid #fff;
  height: 50%;
  top: -3%;
  left: -44.5px;
}
.update_log .timeline ul li > span.first:before {
  top: 100%;
  left: -10.5px;
}
.update_log .timeline ul li > span.last {
  border: 5px solid #fff;
  height: 50%;
  bottom: -3%;
  top: unset;
  left: -44.5px;
}
.update_log .timeline ul li > span.last:before {
  top: unset;
  left: -10.5px;
  bottom: 100%;
}
.update_log .timeline .date span {
  position: absolute;
  left: -155px;
  top: 45%;
}
@media screen and (min-width: 1600px) {
  .update_log .timeline .date span {
    left: -185px;
  }
}
@media screen and (min-width: 1900px) {
  .update_log .timeline .date span {
    left: -200px;
  }
}
.update_log .timeline .date span.last {
  top: unset;
  bottom: 47%;
}

.list-menu {
  width: 100%;
  margin: 0;
  padding: 50px 0 20px 20px;
}
.list-menu .content {
  width: 100%;
  position: relative;
}
.list-menu .content li {
  margin-bottom: 25px;
}
.list-menu .content li:hover, .list-menu .content li:hover a:before {
  border-right: 0;
  opacity: 1;
}
.list-menu .content li a {
  color: grey;
  font-size: 14px;
  position: relative;
  transition: 0.4s;
}
.list-menu .content li a:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -40px;
  width: 13px;
  height: 13px;
  opacity: 0;
  display: block;
  margin: auto;
  background-image: url(/images/icons/ellipse5.svg);
  background-repeat: no-repeat;
  z-index: 4;
  transition: 0.4s;
}
.list-menu .content li:hover a {
  color: gray;
}

.box-describe {
  display: flex;
  align-items: flex-start;
  background: #F7FAFF;
  padding: 0.5rem 1.5rem;
  position: relative;
}
.box-describe.right:before, .box-describe.false:before, .box-describe.warning:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 100%;
}
.box-describe.right:before {
  background: #00BE75;
}
.box-describe.false:before {
  background: #FF7474;
}
.box-describe.warning {
  background: #FFFAED;
}
.box-describe.warning:before {
  background: #FFBC0D;
}
.box-describe img {
  margin-right: 3rem;
}

.video {
  position: relative;
}
.video .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 51, 57, 0.7);
  text-align: center;
}
.video .overlay p {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  text-transform: capitalize;
}

#figma-nav-logo, .inline-figma-logo, .lg-figma-logo {
  background-color: #2b2c34;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#figma-nav-logo, .inline-figma-logo {
  padding: 6px;
  margin-right: 0.5rem;
}

#figma-nav-logo {
  width: 24px;
  height: 24px;
}

#figma-nav-logo img {
  height: 16px;
}

.inline-figma-logo {
  width: 20px;
  height: 20px;
}

.inline-figma-logo img {
  height: 14px;
}

.lg-figma-logo {
  padding: 8px;
  width: 54px;
  height: 54px;
  margin-right: 1rem;
  flex: none;
}

.lg-figma-logo img {
  height: 36px;
}

.connect-plugin-btn {
  background-color: #2b2c34;
  padding: 10px 32px;
  color: white;
  font-weight: 500;
  flex: none;
  display: flex;
  align-items: center;
}

.connect-plugin-btn img {
  height: 28px;
}

.h1-side-menu {
  font-size: 2.5rem;
  letter-spacing: -3px;
}

.free-badge {
  background-color: #ff7474;
  border-radius: 50px;
  font-size: 1.25rem;
  padding: 0.7rem 0.75rem 0.5rem;
  color: #ffffff;
  top: -1.5rem;
}

.free-pack {
  padding: 0;
  padding-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-weight: bold;
  font-size: 20px;
  margin: 0.5rem 0;
}
.free-pack .bg-fade-dark {
  display: inline-block;
  border-radius: 15px;
  height: 100%;
  padding: 1rem;
  padding-right: 1.5rem;
  background: rgba(0, 0, 0, 0.5);
}

.freebie-pack {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
}
.freebie-pack .nav-pills {
  width: 100%;
  justify-content: center;
  margin: 2rem auto;
}
.freebie-pack .nav-pills .nav-link {
  font-size: 16px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #000;
}
.freebie-pack .nav-pills .nav-link.active, .freebie-pack .nav-pills .show > .nav-link {
  color: #000;
  background-color: #FFCE00;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
}
.freebie-pack .tab-content {
  width: 100%;
  margin-top: 1rem;
}

.owl-carousel .owl-item img {
  display: flex;
  margin: auto;
  width: auto;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #3f19ff;
}

.share {
  border: 2px solid #ffffff !important;
  padding: 0.5rem 1rem !important;
  background: transparent !important;
}

.download-form {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  margin: auto;
  transform: scale(0);
  transition: 0.5s;
}
.download-form.active {
  transform: scale(1);
}

.download-free[disapled] {
  opacity: 0.5;
}

.thanks-downloading {
  text-align: center;
  margin: auto;
  transform: scale(0);
  transition: 0.5s;
  background-color: #ffffff;
}
.thanks-downloading.active {
  transform: scale(1);
}

.column-4 {
  column-count: 4;
}

.main-topics > div:last-child {
  margin-right: 0 !important;
}

.format-select {
  width: 100%;
  border-radius: 15px;
  padding: 1rem 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 10px 15px -2px rgba(0, 0, 0, 0.1);
}
.format-select li.disabled {
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.format-select li a {
  padding: 0.5rem 1rem;
  width: 100%;
  display: block;
}
.format-select li a:hover {
  background: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.main-footer {
  background: #fff;
  padding: 50px 0;
  top: 80px;
  position: relative;
  z-index: 2;
}
.main-footer .h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #454545;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}
.main-footer span {
  font-size: 0.8rem;
  font-weight: 400;
}
.main-footer ul li a {
  color: #737373;
  font-size: 0.75rem;
  font-weight: 400;
}
.main-footer ul li a:hover {
  color: #454545;
}

/* Main Site Pages Styles, Please break it down to multiple Style Sheets if required */
/*Break points*/
@media (max-width: 1600px) {
  .illustration-set .set .set-details .set-thumbnails .svg {
    width: 10rem;
    height: 10rem;
  }
}
@media (max-width: 1024px) {
  .main-text span {
    font-size: 1.5rem;
  }
  .illustration-set .set .set-details .set-thumbnails {
    flex-wrap: wrap;
  }
  /*    .h1-one-time-use {
          font-size: 2rem;
      }*/
  .variable-width {
    max-width: 75%;
  }
  .mobile-figure {
    max-width: 100%;
  }
  .area-content-display .area-content .display {
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  .area-content-display .area-content .display .first-child, .area-content-display .area-content .display .second-child {
    width: 50%;
  }
  .area-content-display .area-content .display .second-child {
    border: 0;
  }
  .area-content-display .area-content .display .third-child, .area-content-display .area-content .display .fourth-child {
    margin-top: 3rem;
    width: 50%;
  }
  .tabs-navbar {
    /*top: 69px !important;*/
  }
  .tabs-navbar .price-list-tab {
    width: 100%;
  }
  .icon__bundle-info .sec-right .bundle__full-access .sec-download a {
    padding: 5px 30px;
  }
}
@media (max-width: 991px) {
  .navigation .nav-search {
    width: 50%;
  }
  .half-n-half {
    background: transparent;
  }
  .mobile-figure {
    max-width: 75%;
  }
  .area-content-display .area-content .display {
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  .area-content-display .area-content .display .first-child .content {
    flex-wrap: wrap;
  }
  .icon__bundle-info .sec-left {
    overflow: hidden;
  }
  .icon__bundle-info .sec-right .bundle__full-access .sec-download {
    top: 0;
    padding: 1rem 0;
  }
  .compare .variable-height {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .icon__bundle-info .sec-left li {
    width: 100%;
    padding-left: 0;
  }
  .icon__bundle-info .sec-left li div {
    display: block;
    width: 100%;
  }
  .icon__bundle-info .sec-left li div span {
    float: none;
    display: inline-block;
  }
  .icon__bundle-info .sec-left li div span:first-child {
    width: 58%;
  }
  .icon__bundle-info .sec-left li div span:last-child {
    width: 37%;
  }
  .icon__bundle-info .sec-right .bg-blue {
    width: 100%;
    height: auto;
    padding: 15px 0;
    float: none;
  }
  .icon__bundle-info .sec-right .bg-blue span {
    position: static;
  }
  .icon__bundle-info .sec-right .bundle__full-access {
    width: 100%;
    padding-top: 0;
  }
  .icon__bundle-info .sec-right .bundle__full-access .total {
    position: static;
    text-align: center;
    padding: 15px 0;
  }
  .icon__bundle-info .sec-right .bundle__full-access .sec-download {
    width: 100%;
    padding: 20px 17px;
    border-radius: 0 0 0 0;
    height: auto;
    position: static;
  }
  .icon__bundle-info .sec-right .bundle__full-access .sec-download p {
    padding: 10px 0 !important;
  }
  .icon__bundle-info .sec-right .bundle__full-access .sec-download span {
    font-size: 25px;
  }
  .icon__bundle-info .sec-right .bundle__full-access .sec-download a {
    padding: 30px;
    margin: 0 -17px -20px;
    border-radius: 25px 25px 0 0;
  }
  .icon__bundle-info .sec-right .bundle__full-access .sec-download a img {
    width: 12%;
  }
  .authentication-section.is-flipped {
    min-height: 915px;
  }
  .update_log .newsletter .form-group {
    width: 100%;
  }
  .illustration-set .set .set-img video, .illustration-set .set .set-img img {
    max-height: 500px;
  }
  .update_log .timeline {
    padding: 0;
  }
  .update_log .timeline ul li {
    margin: 20px 0;
    padding: 30px 25px;
  }
  .update_log .timeline ul:before {
    content: unset;
  }
  .update_log .timeline .date span {
    position: unset;
  }
}
@media (max-width: 768px) {
  .main-text span {
    font-size: 1rem;
  }
  .illustration-set .set {
    flex-wrap: wrap;
  }
  .illustration-set .set .set-img {
    max-width: 100%;
    width: 100%;
  }
  .illustration-set .set .set-details .set-thumbnails {
    display: none;
  }
  .variable-width {
    max-width: 100%;
  }
  .card figcaption.toggle-actions {
    right: 5%;
  }
}
@media (max-width: 575px) {
  .navigation .nav-search {
    width: 100%;
  }
  .main-wrapper {
    top: 125px;
  }
  .padding-both {
    padding: 0 20px;
  }
  .illustration-set .set .set-img video, .illustration-set .set .set-img img {
    max-height: 400px;
  }
  .similar-container-left {
    padding-left: 20px;
  }
  .similar-container-right {
    padding-right: 20px;
  }
  .free-pack {
    /*margin: auto -1rem 1rem;*/
    font-size: 16px;
  }
  .column-4 {
    column-count: 3;
  }
  .new-illustrations {
    background: none;
  }
  .main-footer {
    top: 125px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .main-section .man-dog {
    bottom: 0;
  }
  .mobile-figure, .description {
    max-width: 100%;
  }
  .authentication-box {
    padding: 2rem;
  }
  .included-list {
    line-height: 1rem;
  }
  .included-list li {
    margin: 1rem 0;
  }
}
@media (max-width: 375px) {
  .navigation .navbar-toggler {
    /*top: -50px;*/
    position: relative;
  }
  .free-pack {
    font-size: 12px;
  }
  .navbar-brand {
    max-width: 70%;
  }
  .main-section .man-dog {
    max-width: 200px;
  }
  .illustration-set.card-set .set .set-details {
    /*.set-header .h2 {
        font-size: 1.5rem;
    }*/
  }
  .illustration-set.card-set .set .set-details .set-more .price {
    bottom: 0%;
  }
  .column-4 {
    column-count: 2;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  /*.illustration-set.card-set {
      .set {
          .set-img {
              max-height: 230px;
              max-width: 230px;
          }
      }
  }*/
}
@media (min-width: 576px) {
  .text-5rem {
    font-size: 4rem;
  }
  .padding-both {
    padding: 0 25px;
  }
  .similar-container-left {
    padding-left: 25px;
  }
  .similar-container-right {
    padding-right: 25px;
  }
  .main-section .sit {
    width: 300px;
    height: 150px;
    right: 40%;
  }
  .main-section .stand {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 768px) {
  .extended-md-remove-left {
    z-index: -1;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    margin: 0 1.5rem;
  }
  .main-section .sit {
    width: 400px;
    height: 200px;
  }
  .main-section .stand {
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .main-section .sit {
    right: 35%;
  }
  .icon__bundle-info .sec-right .bundle__full-access .sec-download {
    position: absolute;
    bottom: 100px;
    right: 5%;
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .similar-container-left {
    padding-left: 23.5px;
  }
  .similar-container-right {
    padding-right: 23.5px;
  }
}
@media (min-width: 1200px) {
  .similar-container-left {
    padding-left: 21.5px;
  }
  .similar-container-right {
    padding-right: 21.5px;
  }
  .variable-height .first-pack-section {
    min-height: 24%;
  }
  .variable-height .second-pack-section {
    min-height: 18%;
  }
  .variable-height .third-pack-section {
    min-height: 4%;
  }
  .access-all-pack {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
  .similar-container-left {
    padding-left: 150px;
  }
  .similar-container-right {
    padding-right: 150px;
  }
  .main-section .sit {
    right: 30%;
  }
}
@media (min-width: 1600px) {
  .similar-container-left {
    padding-left: 115px;
  }
  .similar-container-right {
    padding-right: 115px;
  }
  .main-section .sitting {
    max-width: 500px;
  }
  .main-section .astronaut {
    max-width: 200px;
  }
  .main-section .bus-plan {
    max-width: 525px;
  }
  .main-section .man-dog {
    max-width: 350px;
  }
  .sub-paragraph, .paragraph {
    padding-right: 5rem;
  }
  .illustration-set .set .set-img {
    width: 1200px;
  }
  .illustration-set .set .set-details {
    padding: 4rem 7rem 4rem 4rem;
  }
  .illustration-set.card-set .set .set-details .set-description {
    line-height: unset;
    max-height: 70px;
  }
  .get-pack {
    max-width: 40%;
    width: 100%;
  }
  .access-all-pack {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .access-all-pack .access-all-pack-text {
    font-size: 1.8rem;
  }
  .access-all-pack .access-all-pack-text .price {
    font-size: 2rem;
  }
  .mobile-figure {
    max-width: 60%;
  }
  .icon__bundle-info .sec-right .bundle__full-access .total {
    left: 10%;
  }
  .variable-height .first-pack-section {
    min-height: 18%;
  }
  .variable-height .second-pack-section {
    min-height: 15%;
  }
  .variable-height .third-pack-section {
    min-height: 3%;
  }
}
@media (min-width: 1900px) {
  body {
    font-size: 0.9rem;
  }
  .container {
    max-width: 1680px;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  .text-5rem {
    font-size: 5rem;
  }
  .similar-container-left {
    padding-left: 125px;
  }
  .similar-container-right {
    padding-right: 125px;
  }
  .navbar-brand {
    font-size: 2.25rem;
  }
  .sub-paragraph {
    font-size: 1.2rem;
  }
  /*.paragraph, .description {
      font-size: 1.1rem;
  }*/
  .main-section .sitting {
    max-width: 550px;
  }
  .main-section .bus-plan {
    max-width: 600px;
  }
  .main-section .man-dog {
    max-width: 450px;
  }
  .main-text span {
    font-size: 2.5rem;
  }
  .main-text .btn {
    font-size: 1.5rem;
  }
  .main-footer .h5 {
    font-size: 1.15rem;
  }
  .main-footer span {
    font-size: 0.85rem;
  }
  .main-footer ul li a {
    font-size: 1rem;
  }
  .illustration-set .set .set-img .svg {
    max-height: 600px;
  }
  .illustration-set .set .set-details .set-description {
    font-size: 1rem;
    line-height: 20px;
    font-weight: 400;
  }
  .illustration-set .set .set-details .set-thumbnails .svg {
    width: 15rem;
    height: 15rem;
  }
  .top-50 {
    top: 50px;
  }
  .affiliate {
    min-height: 100vh;
  }
  .variable-height .first-pack-section {
    min-height: 15%;
  }
  .variable-height .second-pack-section {
    min-height: 13%;
  }
  .variable-height .third-pack-section {
    min-height: 2%;
  }
  .text-fhd-32px {
    font-size: 2rem !important;
  }
}
/*@media (min-width: $screen-size-rt) {
    body {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 7rem;
    }

    h2, .h2 {
        font-size: 2.75rem;
    }

    hr {
        border-width: 2px;
    }

    .paragraph, .description {
        font-size: 1.5rem;
    }

    .sub-paragraph {
        font-size: 1.75rem;
    }

    .main-section {
        .sit {
            width: 800px;
            height: 400px;
            right: 30%;
        }

        .stand {
            width: 700px;
            height: 700px;
        }
    }

    .main-text {
        span {
            font-size: 4rem;
        }

        .btn {
            font-size: 2rem;
        }
    }

    .tiny-font-size {
        font-size: 1rem !important;
    }

    .illustration-set {
        .set {
            .set-img {
                .svg {
                    max-height: unset;
                }
            }

            .set-details {
                .set-description {
                    font-size: 1.5rem;
                    line-height: 25px;
                }

                .set-thumbnails {
                    .svg {
                        width: 20rem;
                        height: 20rem;
                    }
                }
            }
        }
    }

    .main-footer {
        .h5 {
            font-size: 1.5rem;
        }

        span {
            font-size: 1.25rem;
        }

        ul li {
            a {
                font-size: 1.5rem;
            }
        }
    }
}*/
.form-group-home .form-control-home {
  padding-left: 2.375rem;
}

.form-group-home {
  position: relative;
}

.form-group-home .form-control-icon-home {
  position: absolute;
  z-index: 2;
  display: block;
  margin-top: 32px;
  margin-right: 32px;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  right: 0;
  top: 0px;
}

@media screen and (min-width: 0px) and (max-width: 1550px) {
  .hide-smallscreen {
    display: none !important;
  }
}
@media screen and (min-width: 1550px) and (max-width: 10000px) {
  .hide-smallscreen {
    display: block !important;
  }
}
.disabled-radios label {
  font-size: 14px;
  /*margin-bottom: 0;*/
  display: flex;
  align-items: center;
  margin-right: 16px;
  color: #b1b2b3;
}
.disabled-radios label input {
  margin-right: 0.25rem;
}

.search-heading {
  font-size: 2.5rem !important;
}

.ill-pack-container {
  display: block;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.ill-pack-container img, .ill-pack-container video {
  position: absolute;
  inset: 0;
}

.figma-notify-container {
  display: none;
}

.figma-notify-container,
.black-friday-notify-container {
  position: fixed;
  bottom: 20px;
  left: 24px;
  z-index: 999;
}

.figma-notify-container #figma-fab-btn,
.black-friday-notify-container #black-friday-fab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: none;
  box-shadow: none;
}

.figma-notify-container #figma-fab-btn {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  background-color: #2b2c34;
}

.black-friday-notify-container #black-friday-fab-btn {
  padding: 0 !important;
}

.black-friday-notify-container #black-friday-fab-btn img {
  border-radius: 50%;
}

.black-friday-notify-container #black-friday-fab-btn {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.black-friday-notify-container #black-friday-fab-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s 0.65s ease-out infinite;
  animation: shockwave 1s 0.65s ease-out infinite;
}

.black-friday-notify-container #black-friday-fab-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s 0.5s ease-out infinite;
  animation: shockwave 1s 0.5s ease-out infinite;
}

.black-friday-notify-container #black-friday-fab-btn:focus {
  outline: none;
}

.figma-notify-container #figma-fab-btn:hover {
  background-color: #15151A;
}

.figma-notify-container .figma-fixed-banner,
.black-friday-notify-container .black-friday-fixed-banner {
  display: none;
}

.figma-notify-container #figma-fab-btn img {
  height: 30px;
}

/*.black-friday-fixed-banner a {
    width: 20rem;
}*/
.figma-fixed-banner a,
.black-friday-fixed-banner a {
  padding-top: 56.25%;
  display: block;
  z-index: 999;
}

.figma-fixed-banner img,
.black-friday-fixed-banner img {
  width: 100%;
  border-radius: 10px;
  position: absolute;
  inset: 0;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
}

@media (min-width: 1200px) {
  .figma-notify-container {
    display: block;
  }
}
@media (max-width: 375px) {
  .black-friday-fixed-banner a {
    width: 18rem;
  }
}
@media (min-width: 376px) {
  .black-friday-fixed-banner a {
    width: 20rem;
  }
}
@media (min-width: 576px) {
  .black-friday-fixed-banner a {
    width: 22rem;
  }
}
@media (min-width: 768px) {
  .black-friday-fixed-banner a {
    width: 24rem;
  }
}
@media (min-width: 992px) {
  .black-friday-fixed-banner a {
    width: 26rem;
  }
}
@media (max-width: 991px) {
  #vectopus-bar #product-hunt-button {
    display: block;
    max-width: max-content;
    margin-top: 1.25rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #vectopus-bar #close-bar {
    top: 18px !important;
  }
}
@media (min-width: 1024px) {
  .black-friday-fixed-banner a {
    width: 28rem;
  }
}
@-webkit-keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(2.25);
  }
}
@-webkit-keyframes shockwaveJump {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(0.98);
  }
  55% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 200px !important;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    width: 40px !important;
    margin-right: 0 !important;
    flex: none;
  }
  .nav-flex-gap {
    gap: 0.5rem;
  }
}
.pack-meta {
  background: black;
  color: #fff;
  width: 100%;
  padding: 2rem;
  border-radius: 1.5rem;
}

.pack-meta .row {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
  margin-top: -2rem !important;
}

.pack-meta .col-p {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.pack-meta .border-bottom {
  border-bottom: 1px solid white;
}

@media (min-width: 1200px) {
  .pack-meta .border-bottom-xl-none {
    border-bottom: 0px !important;
  }
  .pack-meta .border-xl-right {
    border-right: 1px solid white;
  }
  .pack-meta {
    padding: 2rem 2rem 3rem 2rem !important;
  }
}
@media (min-width: 992px) {
  .pack-meta .border-lg-right {
    border-right: 1px solid white;
  }
}
.fixed-hero-img {
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
}

.mt-4rem {
  margin-top: 4rem !important;
}

.rounded-hero-img {
  border-radius: 1.5rem !important;
}

.pack-formats-gap {
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .download-set-thumbnail {
    margin-left: -15px;
    margin-right: -15px;
    height: 100%;
  }
  .download-set-thumbnail .illustration-set {
    border-radius: 0;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    border: hidden;
  }
}
.download-pack-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
}

.download-pack-tags a {
  padding: 0.2rem 0.5rem !important;
  border-radius: 10px !important;
}

.download-set-rounded {
  border-radius: 1rem;
}

.showcase-img {
  border-radius: 1.5rem;
}

@media (max-width: 575px) {
  #home-heading {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
  }
}
@media (max-width: 992px) {
  #nav-search svg, #nav-search input {
    display: block !important;
  }
}
.custom-work-sticky {
  position: sticky;
  top: 9rem;
}

.new-set-card {
  border: 1px solid #E4E4E4;
  padding: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background: #fff;
}
.new-set-card:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.new-set-card:hover a {
  text-decoration: none;
}
.new-set-card img {
  max-width: 100%;
}
.new-set-card .img-container {
  position: relative;
  padding-top: calc(100% + 2.5rem);
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.new-set-card .img-container .is-free-label {
  z-index: 2;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 0.2rem 1.25rem;
  line-height: 1.75;
}
.new-set-card .img-container .img-absolute-container {
  position: absolute;
  inset: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-set-card .img-container .img-absolute-container img, .new-set-card .img-container .img-absolute-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-set-card .thumbnail-grid-2x, .new-set-card .thumbnail-grid-3x {
  display: grid;
  border-bottom: 1px solid #E4E4E4;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: 1rem;
}
.new-set-card .thumbnail-grid-2x .thumbnail-container, .new-set-card .thumbnail-grid-3x .thumbnail-container {
  padding-top: 100%;
  position: relative;
}
.new-set-card .thumbnail-grid-2x .thumbnail-container img, .new-set-card .thumbnail-grid-3x .thumbnail-container img {
  position: absolute;
  inset: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  object-fit: contain;
}
.new-set-card .thumbnail-grid-2x {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.new-set-card .thumbnail-grid-3x {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.new-set-card h3 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-set-card .items-count {
  font-weight: 500;
  color: #616161;
  font-size: 0.75rem;
}
.new-set-card figcaption {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 110px;
}
.new-set-card .pack-style {
  /*background: #CBEA4B;*/
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0 0.7rem;
  border-radius: 20px;
}

/*----------------------------*/
/*------   Pricing page   ----*/
/*----------------------------*/
#pricing-hero {
  padding-top: 3rem;
  position: relative;
}
#pricing-hero .fixed-container {
  left: 0px;
  right: 0px;
  z-index: 1;
}
#pricing-hero .pricing__heading_1 {
  font-weight: 600;
  font-size: 1.5rem !important;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
#pricing-hero .pricing__heading_2 {
  margin-bottom: 1.5rem;
  color: #616161;
  font-size: 1.125rem !important;
  line-height: 1.75rem;
  font-weight: 600;
  text-align: center;
}
#pricing-hero .fixed-container_grid {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

#pricing-hero .container, #static-container .container {
  width: 100% !important;
}

@media (min-width: 640px) {
  #pricing-hero .container, #static-container .container {
    max-width: 640px !important;
  }
}
@media (min-width: 768px) {
  #pricing-hero .container, #static-container .container {
    max-width: 768px !important;
  }
}
@media (min-width: 1024px) {
  #pricing-hero .container, #static-container .container {
    max-width: 1024px !important;
  }
}
@media (min-width: 1280px) {
  #pricing-hero .container, #static-container .container {
    max-width: 1280px !important;
  }
}
@media (min-width: 1536px) {
  #pricing-hero .container, #static-container .container {
    max-width: 1536px !important;
  }
}
#static-container {
  padding-bottom: 6rem;
}

.fixed-container__plan-card,
.static-container_grid__plan-card {
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.fixed-container__plan-card .flex-content-container,
.static-container_grid__plan-card .flex-content-container {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  justify-content: space-between;
  flex-grow: 1;
}
.fixed-container__plan-card h3,
.static-container_grid__plan-card h3 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.5rem !important;
  line-height: 2rem;
}
.fixed-container__plan-card .plan-desc,
.static-container_grid__plan-card .plan-desc {
  font-weight: 500;
  font-size: 1rem;
}
.fixed-container__plan-card .plan-benefits,
.static-container_grid__plan-card .plan-benefits {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.fixed-container__plan-card .plan-benefits p,
.static-container_grid__plan-card .plan-benefits p {
  margin-bottom: 0.75rem;
}
.fixed-container__plan-card .plan-benefits p a,
.static-container_grid__plan-card .plan-benefits p a {
  text-decoration: underline;
  font-weight: 500;
}
.fixed-container__plan-card .plan-benefits p.font-medium,
.static-container_grid__plan-card .plan-benefits p.font-medium {
  font-weight: 500;
}
.fixed-container__plan-card .plan-benefits p:last-of-type,
.static-container_grid__plan-card .plan-benefits p:last-of-type {
  margin-bottom: 0px;
}
.fixed-container__plan-card .plan-benefits p img,
.static-container_grid__plan-card .plan-benefits p img {
  width: 1rem;
  display: inline-block;
  margin-right: 0.25rem;
}
.fixed-container__plan-card .plan-action,
.static-container_grid__plan-card .plan-action {
  /*padding-top: 0.75rem;
  padding-bottom: 0.75rem;*/
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.9rem;
  height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.fixed-container__plan-card .plan-action.short-action,
.static-container_grid__plan-card .plan-action.short-action {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.fixed-container__plan-card .plan-action svg,
.static-container_grid__plan-card .plan-action svg {
  margin-left: -0.25rem;
}
.fixed-container__plan-card .plan-action:hover,
.static-container_grid__plan-card .plan-action:hover {
  text-decoration: none;
}
.fixed-container__plan-card .plan-action.bg-yellow,
.static-container_grid__plan-card .plan-action.bg-yellow {
  background: #FFE200;
  color: #000;
}
.fixed-container__plan-card .plan-action.bg-yellow:hover,
.static-container_grid__plan-card .plan-action.bg-yellow:hover {
  background: #FFDB47 !important;
  color: #000 !important;
}
.fixed-container__plan-card .plan-action.bg-lime-green,
.static-container_grid__plan-card .plan-action.bg-lime-green {
  color: #000;
}
.fixed-container__plan-card .plan-action.bg-lime-green:hover,
.static-container_grid__plan-card .plan-action.bg-lime-green:hover {
  background: #B5D13F !important;
  color: #000 !important;
}
.fixed-container__plan-card .plan-action.bg-black:hover,
.static-container_grid__plan-card .plan-action.bg-black:hover {
  color: #FFF !important;
  background: #202020 !important;
}
.fixed-container__plan-card .plan-action.bg-white,
.static-container_grid__plan-card .plan-action.bg-white {
  background: #FFFFFF;
  border: 1px solid #000;
  color: #000 !important;
}
.fixed-container__plan-card .plan-action.bg-white:hover,
.static-container_grid__plan-card .plan-action.bg-white:hover {
  background: #EEEEEE !important;
}
.fixed-container__plan-card .plan-price,
.static-container_grid__plan-card .plan-price {
  position: relative;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0 !important;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.fixed-container__plan-card .plan-price sub,
.static-container_grid__plan-card .plan-price sub {
  bottom: 0px;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1rem;
}
.fixed-container__plan-card .plan-price del,
.static-container_grid__plan-card .plan-price del {
  font-size: 1.2rem;
}
.fixed-container__plan-card .product-logos-container,
.static-container_grid__plan-card .product-logos-container {
  display: flex;
  padding-left: 0.8rem;
}
.fixed-container__plan-card .product-logos-container .product-logo,
.static-container_grid__plan-card .product-logos-container .product-logo {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  padding: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -0.8rem;
}
.fixed-container__plan-card .product-logos-container .product-logo.get-illustrations,
.static-container_grid__plan-card .product-logos-container .product-logo.get-illustrations {
  z-index: 8;
}
.fixed-container__plan-card .product-logos-container .product-logo.round-icons,
.static-container_grid__plan-card .product-logos-container .product-logo.round-icons {
  z-index: 7;
}
.fixed-container__plan-card .product-logos-container .product-logo.figma,
.static-container_grid__plan-card .product-logos-container .product-logo.figma {
  background-color: #1E1E1E;
  z-index: 6;
}
.fixed-container__plan-card .product-logos-container .product-logo.figma img,
.static-container_grid__plan-card .product-logos-container .product-logo.figma img {
  height: 1.65rem;
}
.fixed-container__plan-card .product-logos-container .product-logo.get-illustrations, .fixed-container__plan-card .product-logos-container .product-logo.round-icons,
.static-container_grid__plan-card .product-logos-container .product-logo.get-illustrations,
.static-container_grid__plan-card .product-logos-container .product-logo.round-icons {
  background-color: #fff;
}
.fixed-container__plan-card .product-logos-container .product-logo img,
.static-container_grid__plan-card .product-logos-container .product-logo img {
  max-width: 100%;
}
.fixed-container__plan-card .terms-note,
.static-container_grid__plan-card .terms-note {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.fixed-container__plan-card .terms-note img,
.static-container_grid__plan-card .terms-note img {
  width: 18px;
  opacity: 0.7;
}
.fixed-container__plan-card .terms-note p,
.static-container_grid__plan-card .terms-note p {
  font-size: 0.75rem;
  line-height: 1rem;
}

.fixed-container__first-card {
  grid-column-start: 2;
  background-color: #000000;
}

.fixed-container__second-card {
  background-color: #CCEA4A;
}

.static-container_grid__second-card {
  background-color: #000000;
}

.static-container_grid__third-card {
  background-color: #CCEA4A;
}

.static-container_grid__first-card,
.static-container_grid__forth-card {
  background: #F8F8F8;
  border: 1px solid #C2C2C2;
  z-index: 3;
}

#static-container .static-container_grid {
  gap: 1.5rem;
  display: grid;
}

.pricing-aside-left,
.pricing-aside-right {
  display: none;
  padding-top: 20rem;
  padding-bottom: 20rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}
.pricing-aside-left h3,
.pricing-aside-right h3 {
  font-weight: 600;
  font-size: 1.125rem !important;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  padding-bottom: 1rem;
  background-position-y: 80%;
}
.pricing-aside-left p,
.pricing-aside-right p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
}
.pricing-aside-left p .font-semibold,
.pricing-aside-right p .font-semibold {
  font-weight: 600;
}
.pricing-aside-left .arrow-img-container arrow-img-relative,
.pricing-aside-right .arrow-img-container arrow-img-relative {
  position: relative;
  padding-top: 100%;
}
.pricing-aside-left .arrow-img-container arrow-img-relative .arrow-img,
.pricing-aside-right .arrow-img-container arrow-img-relative .arrow-img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.pricing-aside-left h3 {
  background-image: url(../images/scribble-strike-underline-left.svg);
  background-position-x: 60%;
}
.pricing-aside-left .arrow-img-container {
  width: 7rem;
  margin-left: auto;
}

.pricing-aside-right {
  grid-column-start: 4;
}
.pricing-aside-right h3 {
  background-image: url(../images/shape-outline-circle-right.svg);
  background-position-x: 40%;
}
.pricing-aside-right .arrow-img-container {
  width: 6rem;
}

#our-checklist {
  background: #f9f9f9;
  z-index: 2;
  padding-top: 7rem;
  padding-bottom: 8rem;
  position: relative;
}
#our-checklist .checklist-heading {
  font-weight: 600;
  font-size: 1.5rem !important;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
#our-checklist .checklist-subheading {
  font-weight: 600;
  font-size: 1.125rem !important;
  line-height: 1.75rem;
  color: #616161;
  text-align: center;
  margin-bottom: 3rem;
}
#our-checklist .checklist__grid {
  display: grid;
  row-gap: 2.5rem;
}
#our-checklist .checklist__grid .checklist__item .checklist__item-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
#our-checklist .checklist__grid .checklist__item .checklist__item-title h3 {
  font-weight: 600;
  font-size: 1.125rem !important;
  line-height: 1.75rem;
}
#our-checklist .checklist__grid .checklist__item .checklist__item-title .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: #CCEA4A;
  border-radius: 1rem;
}
#our-checklist .checklist__grid .checklist__item .checklist__item-title .img-container.figma {
  background: #1E1E1E;
}
#our-checklist .checklist__grid .checklist__item .checklist__item-title .img-container img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
#our-checklist .checklist__grid .checklist__item p {
  font-size: 0.95rem;
}

#pricing-faqs {
  background: #ffffff;
  z-index: 2;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#pricing-licence {
  background-color: #000000;
  color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 6rem;
  z-index: 2;
  position: relative;
}
#pricing-licence .licence__heading {
  font-weight: 600;
  font-size: 1.5rem !important;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
#pricing-licence .licence__subheading {
  font-weight: 600;
  font-size: 1.125rem !important;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 4rem;
}
#pricing-licence .licence__max-w {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#pricing-licence .licence__max-w .licence__grid {
  display: grid;
  gap: 3rem;
  margin-bottom: 4rem;
  gap: 3rem;
  margin-bottom: 4rem;
}
#pricing-licence .license__item .license__item__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#pricing-licence .license__item .license__img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.5rem;
  background-color: #CCEA4A;
  width: 6rem;
  height: 6rem;
}
#pricing-licence .license__item .license__img-container img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
#pricing-licence .license__item .license__item__fixed-check {
  margin-top: -1rem;
  margin-bottom: 1rem;
  border-radius: 9999px;
  padding: 0.25rem;
  background-color: #CCEA4A;
}
#pricing-licence .license__item .license__item__fixed-check img {
  width: 1rem;
}
#pricing-licence .license__item h3 {
  font-weight: 600;
  font-size: 1.125rem !important;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}
#pricing-licence .license__item p {
  text-align: center;
  font-size: 0.95rem;
  color: #c2c2c2;
}
#pricing-licence .license-terms-link {
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: max-content;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background: #2C2C2C;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  color: #fff;
}
#pricing-licence .license-terms-link:hover {
  background: #454545;
  color: #fff !important;
}

/* sm */
@media (min-width: 640px) {
  #pricing-hero .pricing__heading_2 {
    margin-bottom: 2.5rem;
  }
  #our-checklist {
    padding-bottom: 9rem;
  }
  #our-checklist .checklist-subheading {
    margin-bottom: 3.5rem;
  }
  #our-checklist .checklist__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
  }
  #our-checklist .checklist__grid .checklist__item .checklist__item-title h3 {
    font-size: 1.25rem !important;
    line-height: 1.75rem;
  }
  #pricing-licence .licence__max-w .licence__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #pricing-licence .license__item h3 {
    font-size: 1.25rem !important;
    line-height: 1.75rem;
  }
}
/* md */
@media (min-width: 768px) {
  #pricing-hero .pricing__heading_1 {
    font-size: 1.875rem !important;
    line-height: 2.25rem;
  }
  #pricing-hero .pricing__heading_2 {
    margin-bottom: 3rem;
  }
  #static-container .static-container_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fixed-container__plan-card,
  .static-container_grid__plan-card {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .fixed-container__plan-card h3,
  .static-container_grid__plan-card h3 {
    font-size: 1.75rem !important;
  }
  .fixed-container__plan-card .plan-desc,
  .static-container_grid__plan-card .plan-desc {
    font-size: 1.05rem;
    height: 4rem;
  }
  .fixed-container__plan-card .plan-benefits,
  .static-container_grid__plan-card .plan-benefits {
    font-size: 0.95rem;
    height: 9.5rem;
  }
  .fixed-container__plan-card p img,
  .static-container_grid__plan-card p img {
    width: 18px;
  }
  .fixed-container__plan-card .product-logos-container,
  .static-container_grid__plan-card .product-logos-container {
    margin-bottom: 1.5rem;
  }
  .fixed-container__plan-card .terms-note,
  .static-container_grid__plan-card .terms-note {
    /*height: 3rem;*/
  }
  .fixed-container__plan-card .terms-note p,
  .static-container_grid__plan-card .terms-note p {
    margin-bottom: 0 !important;
  }
  #our-checklist {
    padding-bottom: 10rem;
  }
  #our-checklist .checklist-heading {
    font-size: 1.875rem !important;
    line-height: 2.25rem;
  }
  #our-checklist .checklist-subheading {
    margin-bottom: 4rem;
  }
  #our-checklist .checklist__grid {
    column-gap: 2.5rem;
    row-gap: 3rem;
  }
  #our-checklist .checklist__grid .checklist__item .checklist__item-title {
    margin-bottom: 1.25rem;
  }
  #pricing-licence {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  #pricing-licence .licence__heading {
    font-size: 1.875rem !important;
    line-height: 2.25rem;
  }
  #pricing-licence .licence__max-w .licence__grid {
    gap: 4rem;
    margin-bottom: 5rem;
  }
  #pricing-licence .license__item .license__img-container {
    border-radius: 2.75rem;
  }
  #pricing-licence .license__item .license__img-container img {
    width: 2.25rem;
    height: 2.25rem;
  }
  #pricing-licence .license-terms-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* lg */
@media (min-width: 1024px) {
  #pricing-hero .pricing__heading_1 {
    font-size: 2.25rem !important;
    line-height: 2.5rem;
  }
  #pricing-hero .pricing__heading_2 {
    margin-bottom: 3.5rem;
  }
  #our-checklist {
    padding-bottom: 11rem;
  }
  #our-checklist .checklist-heading {
    font-size: 2.25rem !important;
    line-height: 2.5rem;
  }
  #our-checklist .checklist-subheading {
    margin-bottom: 5rem;
  }
  #our-checklist .checklist__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3rem;
    row-gap: 3.5rem;
  }
  #our-checklist .checklist__grid .checklist__item .checklist__item-title {
    margin-bottom: 1.5rem;
  }
  #our-checklist .checklist__grid .checklist__item .checklist__item-title h3 {
    font-size: 1.4rem !important;
  }
  #our-checklist .checklist__grid .checklist__item .checklist__item-title .img-container {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.5rem;
  }
  #our-checklist .checklist__grid .checklist__item .checklist__item-title .img-container img {
    height: 1.75rem;
    width: 1.75rem;
  }
  #pricing-licence {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  #pricing-licence .licence__heading {
    font-size: 2.25rem !important;
    line-height: 2.5rem;
  }
  #pricing-licence .licence__max-w .licence__grid {
    gap: 5rem;
    margin-bottom: 6rem;
  }
  #pricing-licence .license__item .license__img-container {
    border-radius: 3rem;
    width: 104px;
    height: 104px;
  }
  #pricing-licence .license__item .license__img-container img {
    width: 2.5rem;
    height: 2.5rem;
  }
  #pricing-licence .license__item h3 {
    font-size: 1.4rem !important;
  }
  #pricing-licence .license-terms-link {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
/* xl */
@media (min-width: 1280px) {
  #static-container .static-container_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .static-container_grid__forth-card {
    grid-column-start: 2;
  }
  #our-checklist {
    padding-bottom: 12rem;
  }
  #our-checklist .checklist__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 3.5rem;
    row-gap: 4rem;
  }
  #our-checklist .checklist__grid .checklist__item .checklist__item-title .img-container {
    width: 60px;
    height: 60px;
  }
  #our-checklist .checklist__grid .checklist__item .checklist__item-title .img-container img {
    width: 2rem;
    height: 2rem;
  }
  #pricing-licence .licence__max-w .licence__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* 2xl */
@media (min-width: 1536px) {
  #static-container .static-container_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .static-container_grid__forth-card {
    grid-column-start: 4;
  }
}
@media (max-width: 1535px) {
  #static-container .static-container_grid #static-first-card,
  #static-container .static-container_grid #static-forth-card {
    opacity: 1 !important;
  }
}
@media (max-height: 679px) {
  #static-container .static-container_grid #static-first-card,
  #static-container .static-container_grid #static-forth-card {
    opacity: 1 !important;
  }
}
/* 2xl short window */
@media (min-width: 1536px) and (min-height: 680px) {
  #pricing-hero {
    padding-top: 1.5rem;
    padding-bottom: 0px;
  }
  #pricing-hero .fixed-container {
    position: fixed;
    padding-bottom: 0px;
  }
  #pricing-hero .fixed-container .fixed-container_grid {
    display: grid;
  }
  #pricing-hero .pricing__heading_1 {
    font-size: 1.75rem !important;
    line-height: 2rem;
    margin-bottom: 0.25rem;
  }
  #pricing-hero .pricing__heading_2 {
    margin-bottom: 1.5rem;
  }
  #pricing-hero .fixed-container .fixed-container_grid,
  #static-container .static-container_grid {
    gap: 1rem;
  }
  .fixed-container__plan-card h3,
  .static-container_grid__plan-card h3 {
    margin-bottom: 0.25rem;
    font-size: 1.25rem !important;
  }
  .fixed-container__plan-card .plan-benefits,
  .static-container_grid__plan-card .plan-benefits {
    font-size: 0.9rem;
    height: 9.5rem;
  }
  .fixed-container__plan-card .plan-benefits p,
  .static-container_grid__plan-card .plan-benefits p {
    margin-bottom: 0.5rem;
  }
  .fixed-container__plan-card .plan-desc,
  .static-container_grid__plan-card .plan-desc {
    font-size: 0.9rem;
    height: 2.5rem;
    margin-bottom: 0.25rem;
  }
  .fixed-container__plan-card .product-logos-container,
  .static-container_grid__plan-card .product-logos-container {
    margin-bottom: 0.25rem;
  }
  .fixed-container__plan-card .flex-content-container,
  .static-container_grid__plan-card .flex-content-container {
    gap: 1.5rem;
  }
  #static-container .static-container_grid {
    padding-top: 5.5rem;
  }
  .static-container_grid__second-card {
    display: none;
  }
  .static-container_grid__third-card {
    display: none;
  }
  .pricing-aside-left,
  .pricing-aside-right {
    display: block;
    opacity: 0;
  }
  .fixed-container__plan-card,
  .static-container_grid__plan-card {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .fixed-container__plan-card .plan-action,
  .static-container_grid__plan-card .plan-action {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .fixed-container__plan-card .plan-action.short-action,
  .static-container_grid__plan-card .plan-action.short-action {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
/* 2xl tall window */
@media (min-width: 1536px) and (min-height: 900px) {
  #pricing-hero {
    padding-top: 3rem;
  }
  #pricing-hero .pricing__heading_1 {
    font-size: 2.25rem !important;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  #pricing-hero .pricing__heading_2 {
    margin-bottom: 3.5rem;
  }
  #pricing-hero .fixed-container .fixed-container_grid,
  #static-container .static-container_grid {
    gap: 1.5rem;
  }
  #static-container .static-container_grid {
    padding-top: 8.25rem;
  }
  .fixed-container__plan-card h3,
  .static-container_grid__plan-card h3 {
    margin-bottom: 1.5rem;
    font-size: 1.75rem !important;
  }
  .fixed-container__plan-card .product-logos-container,
  .static-container_grid__plan-card .product-logos-container {
    margin-bottom: 1.5rem;
  }
  .fixed-container__plan-card .flex-content-container,
  .static-container_grid__plan-card .flex-content-container {
    gap: 1.75rem;
  }
  .fixed-container__plan-card .plan-desc,
  .static-container_grid__plan-card .plan-desc {
    height: 4rem;
    margin-bottom: 0;
    font-size: 1.05rem;
  }
  .fixed-container__plan-card .plan-benefits,
  .static-container_grid__plan-card .plan-benefits {
    font-size: 0.95rem;
    height: 9.5rem;
  }
  .fixed-container__plan-card .plan-benefits p,
  .static-container_grid__plan-card .plan-benefits p {
    margin-bottom: 0.75rem;
  }
  .fixed-container__plan-card,
  .static-container_grid__plan-card {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .fixed-container__plan-card .plan-action,
  .static-container_grid__plan-card .plan-action {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .fixed-container__plan-card .plan-action.short-action,
  .static-container_grid__plan-card .plan-action.short-action {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1900px) and (min-height: 1000px) {
  #pricing-hero {
    padding-top: 5rem;
  }
}
@media (min-width: 1900px) and (min-height: 1100px) {
  #pricing-hero {
    padding-top: 8rem;
  }
}
@media (min-width: 1900px) and (min-height: 1200px) {
  #pricing-hero {
    padding-top: 11rem;
  }
  #pricing-hero .pricing__heading_2 {
    margin-bottom: 5rem;
  }
  #static-container .static-container_grid {
    padding-top: 9.75rem;
  }
}
@media (min-width: 1900px) and (min-height: 1300px) {
  #pricing-hero {
    padding-top: 14rem;
  }
}
@media (min-width: 1900px) and (min-height: 1400px) {
  #pricing-hero {
    padding-top: 17rem;
  }
}
@media (min-width: 1900px) and (min-height: 1500px) {
  #pricing-hero {
    padding-top: 20rem;
  }
}
#home-hero {
  background: #CCEA4A;
  border-radius: 1.5rem;
  padding: 2rem 1.25rem;
}
#home-hero h1 {
  font-weight: 700 !important;
  font-size: 2rem !important;
}
#home-hero p {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
#home-hero .hero-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
#home-hero .hero-badge img {
  width: 1.75rem;
}

@media (min-width: 768px) {
  #home-hero {
    padding: 2.5rem 2rem;
  }
  #home-hero h1 {
    font-weight: 800 !important;
    font-size: 4rem !important;
  }
  #home-hero p {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  #home-hero p {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  #home-hero {
    padding: 3rem;
  }
  #home-hero h1 {
    font-size: 5rem !important;
  }
  #home-hero p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  #home-hero .hero-badge {
    position: absolute;
    top: 3rem;
    right: 3rem;
  }
}
@media (min-width: 1280px) {
  #home-hero h1 {
    font-size: 7rem !important;
  }
  #home-hero p {
    font-size: 1.75rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1536px) {
  #home-hero {
    padding: 3.5rem;
  }
  #home-hero h1 {
    font-size: 7.5rem !important;
  }
  #home-hero .hero-badge {
    top: 3.5rem;
    right: 3.5rem;
  }
}
@media (min-width: 1900px) {
  #home-hero {
    padding: 4rem;
  }
  #home-hero h1 {
    font-size: 8rem !important;
  }
  #home-hero .hero-badge {
    top: 4rem;
    right: 4rem;
  }
}
/*.marquee-container {
    overflow: hidden;*/ /* Hide any content that goes beyond the container */
/*width: 100%;*/ /* Adjust as needed */
/* Add any other desired container styles */
/*height: 80px;
}

.marquee-wrapper {
    display: flex;*/ /* Ensure slides are in a row */
/*gap: 1rem;*/
/*}

*/
.swiper-slide {
  /* Style your individual marquee items */
  padding: 10px;
  padding-bottom: 0px;
  /*background-color: #f0f0f0;*/
  /*margin-right: 10px;*/ /* Optional spacing between items */
  /*white-space: nowrap;*/ /* Prevent text from wrapping */
  display: flex;
  align-items: center;
}
.swiper-slide img {
  max-height: 70px;
}

.marquee-container {
  overflow: hidden;
  /*border-top: 1px solid #000;*/
  /*border-bottom: 1px solid #000;*/
  display: flex;
  height: 80px;
}

.marquee-wrapper {
  /*font-size: 5em;*/
  white-space: nowrap;
  /*text-transform: uppercase*/
  display: flex;
}

@media (min-width: 768px) {
  .home-2xl-col {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .home-2xl-col.my-md-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}
@media (min-width: 1536px) {
  .home-2xl-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
#custom-design {
  position: relative;
  z-index: 0;
  background-color: #CCEA4A;
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 2.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 5rem;
}
#custom-design img {
  max-width: 100%;
}

#illustration-toolkit {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 2.25rem;
  margin-bottom: 5rem;
}

#illustration-toolkit .sub-heading, #custom-design .sub-heading {
  margin-bottom: 1.5rem;
  font-weight: 600;
}

#illustration-toolkit .heading, #custom-design .heading {
  margin-bottom: 3rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #000;
}

.custom-features h4 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.custom-features h4 img {
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.75rem;
}

.custom-designs-process .dp-bullet {
  position: relative;
  z-index: 10;
  margin-right: 1.25rem;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0, 0, 0, var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.custom-designs-process .dp-bullet {
  /* background-color: $warning; */
  /* flex: 1 0 2.75rem; */
}

.custom-designs-process h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.d-grid {
  display: grid;
}

.tw-gap-y-12 {
  row-gap: 3rem;
}

.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.tw-mb-8 {
  margin-bottom: 2rem;
}

.tw-gap-8 {
  gap: 2rem;
}

.tw-gap-8 {
  gap: 2rem;
}

.tw-border-r {
  border-right: 1px #C2C2C2 solid;
  /*border-color:;*/
}

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tw-mb-4 {
  margin-bottom: 1rem;
}

.tw-pl-4 {
  padding-left: 1rem;
}

.tw-pr-4 {
  padding-right: 1rem;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.tw-mb-12 {
  margin-bottom: 3rem;
}

.tw-mb-16 {
  margin-bottom: 4rem;
}

.tw-text-zinc-500 {
  color: rgba(0, 0, 0, 0.5);
}

.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tw-font-semibold {
  font-weight: 600;
}

#custom-design__order-design-btn {
  max-width: max-content;
  background: #000;
  flex: none;
  color: #fff;
  font-weight: 500;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 9999px;
  border: none;
}
#custom-design__order-design-btn:hover {
  background: #202020;
  text-decoration: none;
  color: #fff !important;
}

.custom-design__get-quote {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 0;
}

.custom-design__testimonial-container {
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: 3.5rem;
  margin-bottom: 8rem;
}

.custom-design__testimonial {
  font-weight: 500;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 17rem;
  color: #fff;
  background-color: #26A5FF;
  border-radius: 60px;
  font-size: 1.15rem;
}

.custom-design__testimonial-stefania {
  position: absolute;
  bottom: -5rem;
  right: -2.5rem;
}
.custom-design__testimonial-stefania img {
  width: 6rem;
  height: 6rem;
  margin-bottom: 0.5rem;
}
.custom-design__testimonial-stefania p {
  font-style: italic;
  line-height: 1.5;
  font-size: 0.65rem;
  border-left-color: #313131;
  border-left-width: 3px;
  padding-left: 0.75rem;
}

.custom-design__fastest-delivery {
  background: #fff;
  border-radius: 1.5rem;
  z-index: 10;
  position: relative;
}

.fastest-delivery-title {
  background: #000;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.fastest-delivery-title h5 {
  text-align: center;
  font-weight: 600;
  font-weight: 600;
}
.fastest-delivery-title p {
  text-align: center;
  opacity: 0.6;
  margin-bottom: 0;
}

.custom-design-arc {
  position: absolute;
  width: 7rem;
  top: 3.5rem;
  left: 1rem;
}

.tw-relative {
  position: relative;
}

.row-start-2 {
  grid-row-start: 2 !important;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.product-hunt-awards p {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
}
.product-hunt-awards img {
  mix-blend-mode: darken;
  max-width: 1190px;
  width: 100%;
}

@media (min-width: 640px) {
  .tw--sm-mr-4 {
    margin-right: -1rem;
  }
  .gap-sm-6 {
    gap: 1.5rem;
  }
  .tw-sm-pl-0 {
    padding-left: 0px;
  }
  .tw-sm-w-72 {
    width: 18rem;
  }
  .grid-sm-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .custom-features h4 img {
    width: 2rem;
  }
  .custom-features p {
    padding-right: 5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .custom-design__testimonial {
    padding-top: 2.25rem;
    padding-bottom: 3rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .fastest-delivery-title h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .row-md-start-1 {
    grid-row-start: 1 !important;
  }
  .col-md-start-4 {
    grid-column-start: 4;
  }
  .tw-md-mb-16 {
    margin-bottom: 4rem;
  }
  .tw-md-ml-32 {
    margin-left: 8rem;
  }
  .grid-md-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .row-md-span-2 {
    grid-row: span 2/span 2;
  }
  .tw-md-w-72 {
    width: 18rem;
  }
  .tw-md-mr-12 {
    margin-right: 3rem !important;
  }
  #custom-design {
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #illustration-toolkit {
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #illustration-toolkit .sub-heading, #custom-design .sub-heading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #illustration-toolkit .heading, #custom-design .heading {
    margin-bottom: 3.5rem;
  }
  .custom-features h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .custom-features h4 img {
    margin-right: 0.75rem;
    width: 2.25rem;
  }
  .custom-features p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .custom-designs-process .dp-bullet {
    margin-right: 3rem;
    height: 2.75rem;
    width: 2.75rem;
  }
  .custom-designs-process h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tw-md-pt-24 {
    padding-top: 6rem;
  }
  .tw-md-ml-32 {
    margin-left: 8rem;
  }
  .grid-md-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  #custom-design__order-design-btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .custom-design__get-quote {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .tw-ml-md-16 {
    margin-left: 4rem;
  }
  .col-md-span-2 {
    grid-column: span 2/span 2;
  }
  .col-md-span-3 {
    grid-column: span 3/span 3;
  }
  .col-md-span-4 {
    grid-column: span 4/span 4;
  }
  .custom-design__testimonial {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .custom-design__testimonial-container {
    margin-top: -4rem;
    margin-right: 0px;
    margin-left: -5rem;
    margin-bottom: 0px;
  }
  .custom-design__fastest-delivery {
    margin-left: 9rem;
    margin-top: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .col-lg-span-5 {
    grid-column: span 5/span 5;
  }
  .tw-lg-mb-6 {
    margin-bottom: 1.5rem;
  }
  .tw-lg-mb-16 {
    margin-bottom: 4rem;
  }
  .gap-lg-8 {
    gap: 2rem;
  }
  #custom-design {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  #illustration-toolkit {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  #illustration-toolkit .sub-heading, #custom-design .sub-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #illustration-toolkit .heading, #custom-design .heading {
    margin-bottom: 4rem;
    font-size: 3rem;
    line-height: 1;
  }
  .custom-features h4 {
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .custom-designs-process .dp-bullet {
    margin-right: 4rem;
  }
  #custom-design__order-design-btn {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .custom-design__get-quote {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .custom-design__fastest-delivery {
    width: 66.666667%;
    margin-top: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .tw-xl-mb-14 {
    margin-bottom: 3.5rem;
  }
  .tw-xl-w-auto {
    width: auto;
  }
  #illustration-toolkit .heading, #custom-design .heading {
    font-size: 3.75rem;
    line-height: 1;
  }
  .custom-designs-process .dp-bullet {
    margin-right: 1.5rem;
  }
  .grid-xl-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .col-xl-span-5 {
    grid-column: span 5/span 5;
  }
  .col-xl-span-7 {
    grid-column: span 7/span 7;
  }
  .tw-px-xl-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .custom-design__fastest-delivery {
    width: 83.333333%;
  }
}
@media (min-width: 1536px) {
  .custom-design__fastest-delivery {
    width: 66.666667%;
    margin-top: -2.5rem;
  }
}
.home__video-container {
  position: relative;
  padding-top: 56.25%;
  border-radius: 2.25rem;
  overflow: hidden;
  margin-bottom: 5rem;
  /* keep the equal vertical spacing */
}
.home__video-container iframe {
  position: absolute;
  inset: 0; /* fills the wrapper */
  width: 100%;
  height: 100%;
  border: 0;
}

.pricing__join-teams-container {
  z-index: 2;
  position: relative;
  background: rgb(255, 255, 255);
  /*background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);*/
  padding-bottom: 5rem;
  /*padding-top: 5rem;*/
}

#pricing__join-teams {
  background: #CCEA4A;
  border-radius: 1.5rem;
  padding: 3rem 1.25rem;
}
#pricing__join-teams h3 {
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  color: #000;
  text-align: center;
  margin-bottom: 1rem;
}
#pricing__join-teams p {
  font-weight: 500 !important;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
#pricing__join-teams .marquee-container {
  opacity: 0.75;
  margin-bottom: 1rem;
}
#pricing__join-teams .weather-lightning-icon {
  display: block;
  margin: 0 auto 1rem auto;
  width: 18px;
}
#pricing__join-teams .product-hunt {
  text-align: center;
}
#pricing__join-teams .product-hunt img {
  mix-blend-mode: darken;
  max-width: 1100px;
  width: 100%;
}

.container.pricing__container {
  width: 100% !important;
}

@media (min-width: 640px) {
  .container.pricing__container {
    max-width: 640px !important;
  }
}
@media (min-width: 768px) {
  .container.pricing__container {
    max-width: 768px !important;
  }
  #pricing__join-teams {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 992px) {
  #pricing__join-teams h3 {
    font-size: 1.75rem !important;
  }
  #pricing__join-teams p {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .container.pricing__container {
    max-width: 1024px !important;
  }
  #pricing__join-teams {
    padding: 7rem 4.5rem;
  }
}
@media (min-width: 1280px) {
  .container.pricing__container {
    max-width: 1280px !important;
  }
}
@media (min-width: 1536px) {
  .container.pricing__container {
    max-width: 1536px !important;
  }
  #pricing__join-teams {
    padding: 8rem 5rem;
  }
}
#packs__header {
  background: #CCEA4A;
  border-radius: 1.5rem;
  padding: 2rem 1.25rem;
}
#packs__header #sticky-menu {
  background: #CCEA4A;
  border-radius: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-right: calc(-1.25rem - 15px);
  margin-left: calc(-1.25rem - 15px);
}
#packs__header .header__subtitle {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0;
}
#packs__header .packs__hero-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
#packs__header .packs__hero-badge img {
  width: 1.75rem;
}
#packs__header h1 {
  line-height: 1.5;
  font-size: 1.75rem !important;
}
#packs__header h2 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 1rem;
}
#packs__header .select-inputs {
  display: flex;
  flex-grow: 1;
  gap: 1rem;
}
#packs__header .select-inputs .input-container {
  flex-grow: 1;
}
#packs__header .input-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
}
#packs__header .input-container .input-label {
  font-weight: 500;
  font-size: 1rem;
  color: #000;
  text-wrap: nowrap;
}
#packs__header .input-container select {
  /*width: 50%;*/
  height: 38px;
  border-radius: 0.35rem;
}
#packs__header .input-container .toggle-container {
  display: block;
  border: 2px solid #000;
  border-radius: 30px;
  width: 58px;
  height: 28px;
  background: #000;
}
#packs__header .input-container .toggle-container:has(input[type=checkbox]:checked) {
  background: #000;
}
#packs__header .input-container .toggle-container:not(:has(input[type=checkbox]:checked)) {
  background: #efefef;
  border-color: transparent;
}
#packs__header .input-container .toggle-input {
  display: none;
}
#packs__header .input-container .toggle-input:checked + .toggle-switch:before {
  margin-left: 30px;
}
#packs__header .input-container .toggle-input:checked + .toggle-switch {
  height: auto;
  transform: scaleY(1);
}
#packs__header .input-container .toggle-switch {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#packs__header .input-container .toggle-switch:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.3s;
  background: white;
}
#packs__header #inputs-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
#packs__header #ctrls-flex {
  display: flex;
  flex-direction: column-reverse;
  /*gap: 1rem;*/
  align-items: start;
}
#packs__header .show-md {
  display: none;
}
#packs__header .hide-md {
  display: inline-block;
}
#packs__header .download-all-btn {
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem !important;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-wrap: nowrap;
}
#packs__header .download-all-btn img {
  margin-left: -0.5rem;
  width: 1.25rem;
}
#packs__header .fixedAfterHeader {
  left: 0;
  right: 0;
}
#packs__header .fixedAfterHeader #sticky-menu {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #packs__header {
    padding: 2.5rem 2rem;
  }
  #packs__header h1 {
    font-size: 2rem !important;
  }
  #packs__header #sticky-menu {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-right: calc(-2rem - 15px);
    margin-left: calc(-2rem - 15px);
    margin-bottom: -2rem;
  }
}
@media (min-width: 992px) {
  #packs__header #sticky-menu {
    margin-bottom: -1.5rem;
  }
  #packs__header #sticky-menu .select-inputs {
    flex-grow: 0;
  }
  #packs__header #sticky-menu .select-inputs .input-container {
    flex-grow: 0;
  }
  #packs__header #sticky-menu #ctrls-flex {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    width: auto;
  }
  #packs__header #sticky-menu #inputs-container {
    /*display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem;*/
    width: auto;
  }
  #packs__header #sticky-menu .input-container {
    gap: 0.25rem;
    flex-direction: column;
    align-items: flex-start;
  }
  #packs__header .show-md {
    display: inline-block;
  }
  #packs__header .hide-md {
    display: none;
  }
  #packs__header .input-container select {
    width: 9rem;
  }
}
@media (min-width: 1024px) {
  #packs__header {
    padding: 2.5rem 3rem;
  }
  #packs__header h1 {
    font-size: 2.25rem !important;
  }
  #packs__header #sticky-menu {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-right: calc(-3rem - 15px);
    margin-left: calc(-3rem - 15px);
  }
  #packs__header #sticky-menu #ctrls-flex {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }
  #packs__header .packs__hero-badge {
    position: absolute;
    top: 3rem;
    right: 3rem;
  }
  #packs__header h2 {
    font-size: 1.75rem;
  }
  #packs__header .header__subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  #packs__header h1 {
    font-size: 2.5rem !important;
  }
  #packs__header .input-container select {
    width: 12rem;
    height: 44px;
  }
  #packs__header #sticky-menu {
    /**/
  }
  #packs__header #sticky-menu .input-container {
    gap: 1rem;
    flex-direction: row;
    align-items: center;
  }
  #packs__header #sticky-menu #ctrls-flex {
    align-items: center;
  }
  #packs__header .download-all-btn {
    font-size: 1.1rem !important;
    gap: 1rem;
    padding: 0.75rem 2rem;
  }
  #packs__header .download-all-btn img {
    margin-left: -0.5rem;
    width: 1.65rem;
  }
}
@media (min-width: 1536px) {
  #packs__header {
    padding: 4rem 5rem;
  }
  #packs__header h1 {
    font-size: 3.4rem !important;
  }
  #packs__header #sticky-menu {
    padding-left: 5rem;
    padding-right: 5rem;
    margin-right: calc(-5rem - 15px);
    margin-left: calc(-5rem - 15px);
    margin-bottom: -1.5rem;
  }
  #packs__header #sticky-menu #inputs-container {
    gap: 1.5rem;
  }
  #packs__header .packs__hero-badge {
    top: 3.5rem;
    right: 3.5rem;
  }
  #packs__header h2 {
    margin-bottom: 1rem;
  }
}
#bundle__packs-list li:nth-child(n+12) {
  display: none;
}

.-ml-2 {
  margin-left: -0.5rem !important;
}

.page-breadcrumbs {
  margin-bottom: 1.25rem;
  /*margin-top: 1.25rem;*/
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
}
.page-breadcrumbs span, .page-breadcrumbs a {
  font-size: 0.85rem;
  line-height: 1rem;
  text-transform: capitalize;
}
.page-breadcrumbs span {
  font-weight: 500;
  color: #000;
}
.page-breadcrumbs a {
  text-decoration-line: underline;
  color: rgb(120, 120, 120);
}
.page-breadcrumbs a.home-link {
  text-decoration: none;
  display: inline-flex;
}
.page-breadcrumbs a.home-link img {
  /*margin-top: 2px;*/
  width: 14px;
}
.page-breadcrumbs a:hover {
  color: #000;
}

.-mr-1 {
  margin-right: -0.25rem !important;
}

.-mr-2 {
  margin-right: -0.5rem !important;
}

.pack__illustration-btn {
  border: none;
  background: transparent;
  padding: 0;
}
.pack__illustration-btn:focus {
  outline: none;
}

#single-illustration .txt-title {
  font-weight: 500;
  font-size: 0.9rem;
}
#single-illustration .txt-font {
  font-size: 0.9rem !important;
}
#single-illustration .capitalize {
  text-transform: capitalize;
}

#illustration-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(250, 250, 250, 0.6);
  z-index: 999;
  overflow: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  backdrop-filter: blur(5px);
}
#illustration-lightbox .lightbox__container {
  background: #fff;
  padding: 2.25rem;
  border-radius: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#illustration-lightbox .lightbox__container .lightbox__close-btn {
  display: block;
  max-width: max-content;
  margin-left: auto;
  margin-top: -1rem;
  background: #fff;
  padding: 0.25rem 0.5rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0.75rem;
}
#illustration-lightbox .lightbox__container .lightbox__close-btn:hover {
  background: #eee;
}
#illustration-lightbox #lightbox__title {
  font-size: 1.5rem !important;
  margin-bottom: 0.75rem;
  line-height: 1.25 !important;
}
#illustration-lightbox .breadcrumbs {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  /*flex-wrap: wrap;*/
}
#illustration-lightbox .breadcrumbs img {
  width: 14px;
}
#illustration-lightbox .breadcrumbs a, #illustration-lightbox .breadcrumbs span {
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 500;
  color: #929292;
  text-wrap: nowrap;
}
#illustration-lightbox .breadcrumbs a.underline, #illustration-lightbox .breadcrumbs span.underline {
  text-decoration-line: underline;
}
#illustration-lightbox .breadcrumbs a#lightbox__single-illstration-link, #illustration-lightbox .breadcrumbs span#lightbox__single-illstration-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
#illustration-lightbox #lightbox__desc {
  font-size: 1rem;
  color: #616161;
  margin-bottom: 1rem;
}
#illustration-lightbox .txt-title {
  font-weight: 500;
  font-size: 0.9rem;
}
#illustration-lightbox .txt-font {
  font-size: 0.9rem !important;
}
#illustration-lightbox .capitalize {
  text-transform: capitalize;
}
#illustration-lightbox #lightbox__licence {
  display: flex;
  font-size: 0.8rem;
  color: #616161;
  align-items: start;
  display: none;
}
#illustration-lightbox #lightbox__view-all-btn {
  position: absolute;
  inset: 0 8px;
  background-color: rgba(202, 234, 75, 0.6);
  border-radius: 15px;
  border: none;
  transition: 0.3s;
  font-weight: 500;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#illustration-lightbox #lightbox__view-all-btn:focus {
  outline: none;
}
#illustration-lightbox #lightbox__view-all-btn:hover {
  background-color: rgba(202, 234, 75, 0.8);
}
#illustration-lightbox #go-back-btn {
  background: transparent;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem 1rem;
  color: #929292;
  opacity: 0.8;
  transition: 200ms;
  font-size: 1rem;
  font-weight: 500;
}
#illustration-lightbox #go-back-btn img {
  width: 24px;
}
#illustration-lightbox #go-back-btn:hover {
  opacity: 1;
}
#illustration-lightbox .other-items-title {
  color: #929292;
}
#illustration-lightbox .other-items-title span {
  color: #313131;
}

.lightbox__oneline-container, .illustration__oneline-container {
  display: flex;
  gap: 1.5rem;
}
.lightbox__oneline-container #lightbox__keywords, .lightbox__oneline-container #illustration__keywords, .illustration__oneline-container #lightbox__keywords, .illustration__oneline-container #illustration__keywords {
  display: flex;
  flex-wrap: wrap;
  /*gap: 0.25rem 1rem;*/
  gap: 0.5rem;
}
.lightbox__oneline-container #lightbox__keywords a, .lightbox__oneline-container #illustration__keywords a, .illustration__oneline-container #lightbox__keywords a, .illustration__oneline-container #illustration__keywords a {
  background: #F7F7F7;
  border-radius: 50px;
  padding: 0.25rem 0.75rem;
  opacity: 0.7;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  text-transform: capitalize;
}
.lightbox__oneline-container #lightbox__keywords a:hover, .lightbox__oneline-container #illustration__keywords a:hover, .illustration__oneline-container #lightbox__keywords a:hover, .illustration__oneline-container #illustration__keywords a:hover {
  text-decoration: none;
  opacity: 1;
}

.illustration__download-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.illustration__download-options .radio-group {
  border: 1px solid #D0D0D0;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.illustration__download-options .radio-opt label {
  flex-grow: 1;
  padding: 0.5rem 1rem;
  color: #A5A5A5;
  background: #F1F1F1;
  margin-bottom: 0;
  border-radius: 0.5rem;
  cursor: pointer;
}
.illustration__download-options .radio-opt label .lock-icon {
  margin-right: -0.5rem;
}
.illustration__download-options .radio-opt input[type=radio]:checked + label {
  color: #FFF;
  background: #000;
}

.illustration__download-opts-btns {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.illustration__download-opts-btns .btn {
  border-radius: 0.5rem;
  display: flex;
  gap: 0.5rem;
  margin-top: 0;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.65rem 1.25rem;
}
.illustration__download-opts-btns .btn.bg-lime-green {
  color: #000 !important;
}

@media (min-width: 768px) {
  #illustration-lightbox .lightbox__container {
    max-width: 96%;
  }
  #illustration-lightbox #lightbox__title {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 992px) {
  #illustration-lightbox .lightbox__container .lightbox__close-btn {
    margin-top: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}
@media (min-width: 1024px) {
  #illustration-lightbox .lightbox__container {
    max-width: 991px;
    /*.lightbox__close-btn {
            position: absolute;
            right: 0.5rem;
            top: 1rem;
        }*/
  }
  #lightbox__title {
    font-size: 2rem !important;
  }
}
@media (min-width: 1536px) {
  #illustration-lightbox .lightbox__container {
    max-width: 1200px;
  }
  #illustration-lightbox #lightbox__title {
    font-size: 2.5rem !important;
    margin-bottom: 1.5rem;
  }
  #illustration-lightbox .breadcrumbs {
    margin-bottom: 1.5rem;
    /*img {
        width: 20px
    }*/
    /*a, span {
        font-size: 1rem;
    }*/
  }
}
#lightbox__more-illustrations, #lightbox__other-items {
  margin-right: -4px;
  margin-left: -4px;
}
#lightbox__more-illustrations .col-6.col-lg-4.col-xl-2, #lightbox__other-items .col-6.col-lg-4.col-xl-2 {
  padding-right: 4px;
  padding-left: 4px;
}
#lightbox__more-illustrations button, #lightbox__other-items button {
  padding: 0;
  background: transparent;
  border: 0;
}
#lightbox__more-illustrations button:focus, #lightbox__more-illustrations button:focus-visible, #lightbox__other-items button:focus, #lightbox__other-items button:focus-visible {
  box-shadow: none;
  outline: none;
}

/*------------------------------------*/
/*------   Static pages styles   ----*/
/*-----------------------------------*/
.static__pages p {
  margin-bottom: 0;
  font-size: 1rem;
}
.static__pages button, .static__pages a {
  font-size: 1rem;
}
.static__pages img {
  max-width: 100% !important;
}
.static__pages .py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.static__pages .py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.static__pages .py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.static__pages .py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.static__pages .py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.static__pages .py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.static__pages .py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.static__pages .px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.static__pages .px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.static__pages .px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.static__pages .px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.static__pages .pb-5 {
  padding-bottom: 1.25rem !important;
}
.static__pages .pb-12 {
  padding-bottom: 3rem !important;
}
.static__pages .pb-16 {
  padding-bottom: 4rem !important;
}
.static__pages .pb-32 {
  padding-bottom: 8rem !important;
}
.static__pages .pt-8 {
  padding-top: 2rem !important;
}
.static__pages .pt-16 {
  padding-top: 4rem !important;
}
.static__pages .pt-24 {
  padding-top: 6rem !important;
}
.static__pages .pt-32 {
  padding-top: 8rem !important;
}
.static__pages .pt-\[49\%\] {
  padding-top: 49% !important;
}
.static__pages .pt-\[51\%\] {
  padding-top: 51% !important;
}
.static__pages .pt-\[64\%\] {
  padding-top: 64% !important;
}
.static__pages .pt-\[69\%\] {
  padding-top: 69% !important;
}
.static__pages .pt-\[70\%\] {
  padding-top: 70% !important;
}
.static__pages .pt-\[72\%\] {
  padding-top: 72% !important;
}
.static__pages .pt-\[88\%\] {
  padding-top: 88% !important;
}
.static__pages .pt-\[100\%\] {
  padding-top: 100% !important;
}
.static__pages .pt-\[120\%\] {
  padding-top: 120% !important;
}
.static__pages .-mr-2 {
  margin-right: -0.5rem !important;
}
.static__pages .-mr-3 {
  margin-right: -0.75rem;
}
.static__pages .ml-2 {
  margin-left: 0.5rem !important;
}
.static__pages .ml-3 {
  margin-left: 0.75rem !important;
}
.static__pages .mt-4 {
  margin-top: 1rem !important;
}
.static__pages .-mt-20 {
  margin-top: -5rem !important;
}
.static__pages .mb-2 {
  margin-bottom: 0.5rem !important;
}
.static__pages .mb-3 {
  margin-bottom: 0.75rem !important;
}
.static__pages .mb-4 {
  margin-bottom: 1rem !important;
}
.static__pages .mb-5 {
  margin-bottom: 1.25rem !important;
}
.static__pages .mb-6 {
  margin-bottom: 1.5rem !important;
}
.static__pages .mb-8 {
  margin-bottom: 2rem !important;
}
.static__pages .mb-9 {
  margin-bottom: 2.25rem !important;
}
.static__pages .mb-12 {
  margin-bottom: 3rem !important;
}
.static__pages .mb-14 {
  margin-bottom: 3.5rem !important;
}
.static__pages .mb-16 {
  margin-bottom: 4rem !important;
}
.static__pages .mb-32 {
  margin-bottom: 8rem !important;
}
.static__pages .mb-44 {
  margin-bottom: 11rem !important;
}
.static__pages .inline-block {
  display: inline-block;
}
.static__pages .block {
  display: block;
}
.static__pages .flex {
  display: flex;
}
.static__pages .grid {
  display: grid;
}
.static__pages .hidden {
  display: none !important;
}
.static__pages .flex-col {
  flex-direction: column;
}
.static__pages .gap-3 {
  gap: 0.75rem;
}
.static__pages .gap-5 {
  gap: 1.25rem;
}
.static__pages .gap-6 {
  gap: 1.5rem;
}
.static__pages .gap-8 {
  gap: 2rem;
}
.static__pages .gap-12 {
  gap: 3rem;
}
.static__pages .gap-y-6 {
  row-gap: 1.5rem;
}
.static__pages .gap-y-8 {
  row-gap: 2rem;
}
.static__pages .gap-x-12 {
  column-gap: 3rem;
}
.static__pages .gap-x-16 {
  column-gap: 4rem;
}
.static__pages .items-center {
  align-items: center;
}
.static__pages .justify-center {
  justify-content: center;
}
.static__pages .justify-between {
  justify-content: space-between;
}
.static__pages .content-center {
  align-content: center;
}
.static__pages .content-end {
  align-content: flex-end;
}
.static__pages .text-center {
  text-align: center;
}
.static__pages .text-left {
  text-align: left;
}
.static__pages .border {
  border-width: 1px;
}
.static__pages .border-0 {
  border-width: 0px;
}
.static__pages .border-t {
  border-top: 1px solid #e5e7eb;
}
.static__pages .border-t-4 {
  border-top: 4px solid #e5e7eb;
}
.static__pages .border-b-0 {
  border-bottom-width: 0px;
}
.static__pages .border-b {
  border-bottom: 1px solid #e5e7eb;
}
.static__pages .border-\[var\(--yellow-secondary\)\] {
  border-color: #ffe200;
}
.static__pages .border-black {
  border-color: rgb(0, 0, 0);
}
.static__pages .border-dashed {
  border-style: dashed;
}
.static__pages .rounded-md {
  border-radius: 0.375rem !important;
}
.static__pages .rounded-lg {
  border-radius: 0.5rem !important;
}
.static__pages .rounded-xl {
  border-radius: 0.75rem !important;
}
.static__pages .rounded-3xl {
  border-radius: 1.5rem !important;
}
.static__pages .rounded-full {
  border-radius: 9999px !important;
}
.static__pages .rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.static__pages .rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.static__pages .font-normal {
  font-weight: 400;
}
.static__pages .\!font-normal {
  font-weight: 400 !important;
}
.static__pages .font-medium {
  font-weight: 500;
}
.static__pages .font-semibold {
  font-weight: 600;
}
.static__pages .font-bold {
  font-weight: 700;
}
.static__pages .text-white {
  color: rgb(255, 255, 255);
}
.static__pages .text-\[var\(--light-green\)\] {
  color: #CCEA4A;
}
.static__pages .text-\[var\(--yellow-secondary\)\] {
  color: #ffe200;
}
.static__pages .text-zinc-400 {
  color: rgb(161, 161, 170);
}
.static__pages .text-zinc-600 {
  color: rgb(82, 82, 91);
}
.static__pages .text-zinc-700 {
  color: rgb(63, 63, 70);
}
.static__pages .text-zinc-800 {
  color: rgb(39, 39, 42);
}
.static__pages .text-zinc-900 {
  color: rgb(24, 24, 27);
}
.static__pages .\!text-zinc-900 {
  color: rgb(24, 24, 27) !important;
}
.static__pages .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.static__pages .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.static__pages .text-\[0\.9rem\] {
  font-size: 0.9rem;
}
.static__pages .text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.static__pages .text-base {
  font-size: 1rem;
  line-height: 1.25;
}
.static__pages .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.static__pages .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.static__pages .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.static__pages .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.static__pages .underline {
  text-decoration-line: underline;
}
.static__pages .decoration-\[6px\] {
  text-decoration-thickness: 6px;
}
.static__pages .decoration-\[var\(--yellow-secondary\)\] {
  text-decoration-color: #ffe200;
}
.static__pages .underline-offset-\[16px\] {
  text-underline-offset: 16px;
}
.static__pages .line-through {
  text-decoration-line: line-through;
}
.static__pages .w-6 {
  width: 1.5rem;
}
.static__pages .w-28 {
  width: 7rem;
}
.static__pages .min-w-full {
  min-width: 100%;
}
.static__pages .max-w-3xl {
  max-width: 48rem;
}
.static__pages .max-w-80 {
  max-width: 20rem;
}
.static__pages .max-w-md {
  max-width: 28rem;
}
.static__pages .max-w-96 {
  max-width: 24rem;
}
.static__pages .max-w-\[24rem\] {
  max-width: 24rem;
}
.static__pages .max-w-max {
  max-width: max-content;
}
.static__pages .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.static__pages .col-span-5 {
  grid-column: span 5/span 5;
}
.static__pages .col-span-7 {
  grid-column: span 7/span 7;
}
.static__pages .col-span-12 {
  grid-column: span 12/span 12;
}
.static__pages .relative {
  position: relative;
}
.static__pages .absolute {
  position: absolute;
}
.static__pages .inset-0 {
  inset: 0px;
}
.static__pages .\!bg-\[var\(--light-green\)\] {
  background-color: #CCEA4A !important;
}
.static__pages .bg-\[var\(--light-green\)\] {
  background-color: #CCEA4A;
}
.static__pages .hover\:bg-\[--light-green-hover\]:hover {
  background-color: #B5D13F;
}
.static__pages .hover\:\!bg-black:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.static__pages .hover\:\!bg-\[--light-green-hover\]:hover {
  background-color: #B5D13F !important;
}
.static__pages .bg-\[var\(--yellow-secondary\)\] {
  background-color: #ffe200;
}
.static__pages .hover\:bg-\[--yellow-secondary-hover\]:hover {
  background-color: rgb(230, 187, 14);
}
.static__pages .bg-zinc-50 {
  background-color: rgb(250, 250, 250);
}
.static__pages .bg-zinc-100 {
  background-color: rgb(244, 244, 245);
}
.static__pages .bg-\[\#FBFBFB\] {
  background-color: #FBFBFB;
}
.static__pages .bg-gray-50 {
  background-color: rgb(249, 250, 251);
}
.static__pages .hover\:\!text-black:hover {
  color: rgb(0, 0, 0) !important;
}
.static__pages .divide-x > :not([hidden]) ~ :not([hidden]) {
  border-right: 0px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}
.static__pages .bg-black {
  background-color: rgb(0, 0, 0);
}
.static__pages .border-\[\#E3E3E3\] {
  border-color: #e3e3e3;
}
.static__pages .border-zinc-300 {
  border-color: rgb(212, 212, 216);
}
.static__pages .grayscale {
  filter: grayscale(100%);
}
.static__pages .overflow-x-auto {
  overflow-x: auto;
}
.static__pages .w-5 {
  width: 1.25rem;
}
.static__pages .w-24 {
  width: 6rem;
}
.static__pages .w-44 {
  width: 11rem;
}
.static__pages .border-separate {
  border-collapse: separate;
}
.static__pages .border-spacing-0 {
  border-spacing: 0px 0px;
}
.static__pages .whitespace-nowrap {
  white-space: nowrap;
}
.static__pages .grow {
  flex-grow: 1;
}
.static__pages .bottom-0 {
  bottom: 0px;
}
.static__pages .hover\:\!no-underline:hover {
  text-decoration-line: none !important;
}
.static__pages .max-width-1200px {
  max-width: 1200px;
  margin: 0 auto;
}
.static__pages .max-width-800px {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .static__pages .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .static__pages .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .static__pages .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .static__pages .sm\:gap-12 {
    gap: 3rem;
  }
  .static__pages .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .static__pages .sm\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .static__pages .sm\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .static__pages .sm\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .static__pages .sm\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .static__pages .sm\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .static__pages .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .static__pages .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .static__pages .md\:p-24 {
    padding: 6rem !important;
  }
  .static__pages .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .static__pages .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .static__pages .md\:pt-48 {
    padding-top: 12rem !important;
  }
  .static__pages .md\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .static__pages .md\:-mt-24 {
    margin-top: -6rem !important;
  }
  .static__pages .md\:-mr-10 {
    margin-right: -2.5rem !important;
  }
  .static__pages .md\:border-r {
    border-right: 1px solid #e5e7eb;
  }
  .static__pages .md\:mb-0 {
    margin-bottom: 0px !important;
  }
  .static__pages .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .static__pages .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .static__pages .md\:mb-8 {
    margin-bottom: 2rem !important;
  }
  .static__pages .md\:mb-12 {
    margin-bottom: 3rem !important;
  }
  .static__pages .md\:mb-16 {
    margin-bottom: 4rem !important;
  }
  .static__pages .md\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .static__pages .md\:mb-28 {
    margin-bottom: 7rem !important;
  }
  .static__pages .md\:mb-32 {
    margin-bottom: 8rem !important;
  }
  .static__pages .md\:mb-44 {
    margin-bottom: 11rem !important;
  }
  .static__pages .md\:w-32 {
    width: 8rem;
  }
  .static__pages .md\:w-48 {
    width: 12rem;
  }
  .static__pages .md\:w-8\/12 {
    width: 66.666667%;
  }
  .static__pages .md\:w-10\/12 {
    width: 83.333333%;
  }
  .static__pages .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .static__pages .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .static__pages .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .static__pages .md\:gap-10 {
    gap: 2.5rem;
  }
  .static__pages .md\:gap-16 {
    gap: 4rem;
  }
  .static__pages .md\:gap-y-8 {
    row-gap: 2rem;
  }
  .static__pages .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .static__pages .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .static__pages .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .static__pages .md\:font-semibold {
    font-weight: 600;
  }
  .static__pages .md\:font-bold {
    font-weight: 700;
  }
  .static__pages .md\:w-8\/12 {
    width: 66.666667%;
  }
  .static__pages .md\:border-l-\[var\(--yellow-secondary\)\] {
    border-left-color: #ffe200;
  }
}
@media (min-width: 1024px) {
  .static__pages .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .static__pages .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .static__pages .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .static__pages .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .static__pages .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .static__pages .lg\:ml-4 {
    margin-left: 1rem;
  }
  .static__pages .lg\:-mr-4 {
    margin-right: -1rem;
  }
  .static__pages .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }
  .static__pages .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .static__pages .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .static__pages .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .static__pages .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .static__pages .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .static__pages .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .static__pages .lg\:gap-12 {
    gap: 3rem;
  }
  .static__pages .lg\:gap-20 {
    gap: 5rem;
  }
  .static__pages .lg\:gap-x-8 {
    column-gap: 2rem;
  }
  .static__pages .lg\:gap-y-12 {
    row-gap: 3rem;
  }
  .static__pages .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }
  .static__pages .lg\:gap-20 {
    gap: 5rem;
  }
  .static__pages .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .static__pages .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .static__pages .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .static__pages .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .static__pages .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .static__pages .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .static__pages .lg\:font-semibold {
    font-weight: 600;
  }
  .static__pages .lg\:font-bold {
    font-weight: 700;
  }
  .static__pages .lg\:block {
    display: block !important;
  }
  .static__pages .lg\:w-6 {
    width: 1.5rem;
  }
  .static__pages .lg\:w-52 {
    width: 13rem;
  }
  .static__pages .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .static__pages .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .static__pages .lg\:w-full {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .static__pages .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .static__pages .xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .static__pages .xl\:pr-10 {
    padding-right: 2.5rem !important;
  }
  .static__pages .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .static__pages .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .static__pages .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .static__pages .xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }
  .static__pages .xl\:mb-24 {
    margin-bottom: 6rem !important;
  }
  .static__pages .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .static__pages .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .static__pages .xl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .static__pages .xl\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .static__pages .xl\:gap-8 {
    gap: 2rem;
  }
  .static__pages .xl\:gap-24 {
    gap: 6rem;
  }
  .static__pages .xl\:gap-y-16 {
    row-gap: 4rem;
  }
  .static__pages .xl\:gap-y-24 {
    row-gap: 6rem;
  }
  .static__pages .xl\:gap-x-20 {
    column-gap: 5rem;
  }
  .static__pages .xl\:gap-x-24 {
    column-gap: 6rem;
  }
  .static__pages .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .static__pages .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .static__pages .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .static__pages xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .static__pages .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .static__pages .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .static__pages .xl\:block {
    display: block;
  }
  .static__pages .xl\:w-5\/12 {
    width: 41.666667%;
  }
  .static__pages .xl\:w-6\/12 {
    width: 50%;
  }
  .static__pages .xl\:w-10\/12 {
    width: 83.333333%;
  }
}
@media (min-width: 1536px) {
  .static__pages .\32 xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .static__pages .\32 xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .static__pages .\32 xl\:mb-28 {
    margin-bottom: 7rem !important;
  }
  .static__pages .\32 xl\:mr-44 {
    margin-right: 11rem !important;
  }
  .static__pages .\32 xl\:gap-x-24 {
    column-gap: 6rem;
  }
  .static__pages .\32 xl\:gap-x-28 {
    column-gap: 7rem;
  }
  .static__pages .\32 xl\:gap-10 {
    gap: 2.5rem;
  }
  .static__pages .\32 xl\:w-8\/12 {
    width: 66.666667%;
  }
  .static__pages .\32 xl\:col-span-4 {
    grid-column: span 4/span 4;
  }
}
.static__pages .blog__hero {
  margin-bottom: 5rem;
}
.static__pages .blog__hero .cta-btn {
  border-radius: 9999px;
  background-color: #ffe200;
  font-weight: 600;
  padding: 1rem 2rem;
  border: none;
  display: block;
  max-width: max-content;
  text-decoration: none;
  color: #000;
}
.static__pages .blog__hero .cta-btn:hover {
  background-color: rgb(230, 187, 14);
  color: #000 !important;
}
@media (min-width: 1024px) {
  .static__pages .blog__hero .cta-btn {
    padding: 1.5rem 3rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__hero .cta-btn {
    padding: 1.75rem 3.5rem;
  }
}
@media (min-width: 768px) {
  .static__pages .blog__hero .cta-btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .static__pages .blog__hero .cta-btn {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__hero .cta-btn {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.static__pages .blog__hero h1 {
  margin-bottom: 1rem;
  font-size: 1.875rem !important;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .static__pages .blog__hero h1 {
    font-size: 2.25rem !important;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__hero h1 {
    font-size: 3rem !important;
    line-height: 1.5;
  }
}
.static__pages .blog__hero h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 1280px) {
  .static__pages .blog__hero h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.static__pages .blog__hero h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .static__pages .blog__hero h2 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__hero h2 {
    margin-bottom: 2.5rem;
  }
}
.static__pages .blog__hero .checkmarks {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .static__pages .blog__hero .checkmarks {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__hero .checkmarks {
    margin-bottom: 2.5rem;
  }
}
.static__pages .blog__hero .checkmarks p {
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.375rem;
  font-weight: 500;
  color: rgb(82, 82, 91);
}
@media (min-width: 1024px) {
  .static__pages .blog__hero .checkmarks p {
    font-weight: 600;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__hero .checkmarks p {
    gap: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.static__pages .blog__hero .testimony-card {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 1rem;
  background-color: rgb(250, 250, 250);
  padding: 1rem 1.5rem;
}
@media (min-width: 768px) {
  .static__pages .blog__hero .testimony-card {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .static__pages .blog__hero .testimony-card {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__hero .testimony-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .static__pages .blog__hero .testimony-card {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__hero .testimony-card {
    flex-direction: row;
  }
}
.static__pages .blog__hero .testimony-card .user-container {
  margin-bottom: 1.5rem;
  flex: none;
  border-left-width: 0;
}
@media (min-width: 768px) {
  .static__pages .blog__hero .testimony-card .user-container {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .static__pages .blog__hero .testimony-card .user-container {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__hero .testimony-card .user-container {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .static__pages .blog__hero .testimony-card .user-container {
    border-left-width: 2px;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .static__pages .blog__hero .testimony-card .user-container {
    border-left-width: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__hero .testimony-card .user-container {
    border-left-width: 2px;
    padding-left: 1.5rem;
  }
}
.static__pages .blog__hero .testimony-card .user-container .name {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .static__pages .blog__hero .testimony-card .user-container .name {
    margin-left: -1.5rem;
    padding-left: 1.5rem;
  }
}
.static__pages .blog__hero .testimony-card .name span {
  position: absolute;
  left: 0;
  display: none;
  height: 3px;
  width: 0.75rem;
}
@media (min-width: 768px) {
  .static__pages .blog__hero .testimony-card .name span {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .static__pages .blog__hero .testimony-card .name span {
    display: none;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__hero .testimony-card .name span {
    display: inline-block;
  }
}
.static__pages .blog__hero .testimony-card .name p {
  flex-grow: 1;
  text-wrap: nowrap;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.static__pages .blog__hero .testimony-card .job-title {
  text-align: center;
  font-size: 0.7rem;
  color: #616161;
}
.static__pages .best-figma-packs, .static__pages .styles-section {
  border-radius: 1rem;
  padding: 5rem 0.75rem;
}
@media (min-width: 640px) {
  .static__pages .best-figma-packs, .static__pages .styles-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .static__pages .best-figma-packs, .static__pages .styles-section {
    margin-bottom: 8rem;
  }
}
.static__pages .styles-section {
  background: linear-gradient(180deg, #b0c4de, #fff);
}
.static__pages .best-figma-packs {
  background: linear-gradient(180deg, #b1e583, #fff);
}
.static__pages .best-figma-packs .more-illustrations-btn, .static__pages .best-free-illustrations .more-illustrations-btn, .static__pages .best-packs-showcasing .more-illustrations-btn, .static__pages .styles-section .more-illustrations-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0, 0, 0);
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  /*font-size: 0.85rem;*/
}
.static__pages .best-figma-packs .more-illustrations-btn:hover, .static__pages .best-free-illustrations .more-illustrations-btn:hover, .static__pages .best-packs-showcasing .more-illustrations-btn:hover, .static__pages .styles-section .more-illustrations-btn:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
}
.static__pages .more-illustrations-btn:hover {
  color: #fff !important;
}
@media (min-width: 640px) {
  .static__pages .best-figma-packs .more-illustrations-btn, .static__pages .best-free-illustrations .more-illustrations-btn, .static__pages .best-packs-showcasing .more-illustrations-btn, .static__pages .styles-section .more-illustrations-btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .static__pages .best-figma-packs .more-illustrations-btn, .static__pages .best-free-illustrations .more-illustrations-btn, .static__pages .best-packs-showcasing .more-illustrations-btn, .static__pages .styles-section .more-illustrations-btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .best-figma-packs .more-illustrations-btn, .static__pages .best-free-illustrations .more-illustrations-btn, .static__pages .best-packs-showcasing .more-illustrations-btn, .static__pages .styles-section .more-illustrations-btn {
    padding: 1.25rem 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
  }
}
.static__pages .blog__illustration-style {
  margin-bottom: 1.5rem;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: rgb(161, 161, 170);
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .static__pages .blog__illustration-style {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__illustration-style {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.static__pages .blog__illustration-style .heading {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .static__pages .blog__illustration-style .heading {
    flex-direction: row;
    align-items: center;
  }
}
.static__pages .blog__illustration-style h3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .static__pages .blog__illustration-style h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .static__pages .blog__illustration-style h3 a {
    font-size: inherit;
    color: inherit;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__illustration-style h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.static__pages .blog__illustration-style .style-order {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: #CCEA4A;
}
@media (min-width: 640px) {
  .static__pages .blog__illustration-style .style-order {
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media (min-width: 768px) {
  .static__pages .blog__illustration-style .style-order {
    height: 3rem;
    width: 3rem;
  }
}
.static__pages .blog__illustration-style .style-badge {
  margin-left: auto;
  border-radius: 9999px;
  background-color: #CCEA4A;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #000;
}
.static__pages .blog__illustration-style .style-badge:hover {
  background-color: #B5D13F;
  text-decoration: none;
}
@media (min-width: 768px) {
  .static__pages .blog__illustration-style .style-badge {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.static__pages .blog__illustration-style p {
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  color: rgb(82, 82, 91);
}
@media (min-width: 1024px) {
  .static__pages .blog__illustration-style p {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .blog__illustration-style p {
    margin-bottom: 2.5rem;
  }
}
.static__pages .blog__illustration-style .static__thumbnails {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.static__pages .blog__illustration-style .static__thumbnails img {
  box-shadow: 0;
  transition: box-shadow 500ms;
}
.static__pages .blog__illustration-style .static__thumbnails img:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .static__pages .blog__illustration-style .static__thumbnails {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .static__pages .blog__illustration-style .static__thumbnails {
    gap: 1.5rem;
  }
}
.static__pages .creative-ways {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .static__pages .creative-ways {
    margin-bottom: 7rem;
  }
}
.static__pages .creative-ways .creative-example h3 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .static__pages .creative-ways .creative-example h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.static__pages .creative-ways .creative-example p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(82, 82, 91);
}
.static__pages .api-features, .static__pages .best-free-illustrations, .static__pages .best-packs-showcasing, .static__pages .getting-good-illustrations, .static__pages .illustrations-advantages {
  margin-bottom: 8rem;
  border-radius: 1.5rem;
  padding: 8rem 1.25rem 5rem;
}
@media (min-width: 640px) {
  .static__pages .api-features, .static__pages .best-free-illustrations, .static__pages .best-packs-showcasing, .static__pages .getting-good-illustrations, .static__pages .illustrations-advantages {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .static__pages .api-features, .static__pages .best-free-illustrations, .static__pages .best-packs-showcasing, .static__pages .getting-good-illustrations, .static__pages .illustrations-advantages {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .api-features, .static__pages .best-free-illustrations, .static__pages .best-packs-showcasing, .static__pages .getting-good-illustrations, .static__pages .illustrations-advantages {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .static__pages .api-features, .static__pages .best-free-illustrations, .static__pages .best-packs-showcasing, .static__pages .getting-good-illustrations, .static__pages .illustrations-advantages {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.static__pages .illustrations-advantages {
  background: linear-gradient(180deg, #e8b9d4, #c4c0c6, #f8f8f8);
}
.static__pages .getting-good-illustrations {
  background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.8));
}
.static__pages .best-packs-showcasing {
  background: linear-gradient(180deg, #e1e1e1, #f2f2f2);
}
.static__pages .best-free-illustrations {
  background: linear-gradient(180deg, #b1e583, #f2f2f2);
}
.static__pages .api-features {
  background: linear-gradient(180deg, #b1e583, #ffe200);
}
.static__pages .api-features .api-features-item {
  display: flex;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .static__pages .api-features .api-features-item {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .static__pages .api-features .api-features-item {
    gap: 1.25rem;
  }
}
.static__pages .api-features .api-features-item h3 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .static__pages .api-features .api-features-item h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .api-features .api-features-item h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
.static__pages .api-features .api-features-item p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1280px) {
  .static__pages .api-features .api-features-item p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.static__pages .api-features .api-features-item .item-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(0, 0, 0);
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .static__pages .api-features .api-features-item .item-icon {
    height: 3.5rem;
    width: 3.5rem;
    padding: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .static__pages .api-features .api-features-item .item-icon {
    height: 4rem;
    width: 4rem;
    padding: 0.875rem;
  }
}
.static__pages .getting-good-illustrations .checkmarks p, .static__pages .illustrations-advantages .checkmarks p {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .static__pages .getting-good-illustrations .checkmarks p, .static__pages .illustrations-advantages .checkmarks p {
    margin-bottom: 1.5rem;
    gap: 0.75rem;
  }
}
.static__pages .illustrations-advantages .checkmarks p {
  color: rgb(63, 63, 70);
}
.static__pages .getting-good-illustrations .checkmarks p {
  color: rgb(255, 255, 255);
}
.static__pages .api-action-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .static__pages .api-action-btns {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .static__pages .api-action-btns {
    gap: 1.5rem;
  }
}
.static__pages .api-action-btns button {
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(0, 0, 0);
  font-weight: 500;
}
@media (min-width: 1024px) {
  .static__pages .api-action-btns button {
    padding: 0.875rem 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
  }
}
.static__pages .api-action-btns button {
  padding: 0.625rem 1.75rem;
}
@media (min-width: 768px) {
  .static__pages .api-action-btns button {
    padding: 0.75rem 2rem;
  }
}
.static__pages .color-picker {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .static__pages .color-picker {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .static__pages .color-picker {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .static__pages .color-picker {
    flex-direction: row;
  }
}
.static__pages .color-picker {
  margin-top: 20px;
  align-items: flex-start;
}
.static__pages .wheel-container {
  margin-left: auto;
  margin-right: auto;
  height: 20rem;
  width: 20rem;
  flex: none;
  position: relative;
}
.static__pages .color-wheel {
  cursor: crosshair;
  background: conic-gradient(from 90deg, red, #ff0, #0f0, #0ff, #00f, #f0f, red);
}
.static__pages .color-wheel, .static__pages .saturation-overlay {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.static__pages .saturation-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0, #fff 100%);
  pointer-events: none;
}
.static__pages .color-point, .static__pages .harmony-point {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.static__pages .color-point {
  z-index: 2;
}
.static__pages .harmony-point {
  z-index: 1;
}
.static__pages .brightness-control {
  height: 14rem;
}
@media (min-width: 640px) {
  .static__pages .brightness-control {
    height: 20rem;
  }
}
@media (min-width: 1024px) {
  .static__pages .brightness-control {
    height: 14rem;
  }
}
@media (min-width: 1280px) {
  .static__pages .brightness-control {
    height: 20rem;
  }
}
.static__pages .brightness-control {
  width: 24px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  background: linear-gradient(180deg, #fff, #000);
}
.static__pages .brightness-slider {
  position: absolute;
  width: 100%;
  height: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transform: translateY(-50%);
  pointer-events: none;
}
.static__pages .color-info {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .static__pages .color-info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.static__pages .color-info {
  flex: 1;
}
.static__pages .color-input label {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 500;
}
.static__pages .color-input input {
  width: 100%;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: monospace;
}
.static__pages .export-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.static__pages .export-buttons, .static__pages .palette-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}
.static__pages .export-button, .static__pages .palette-button {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: #f0f0f0;
  transition: all 0.2s;
}
.static__pages .palette-button.active {
  background: #2563eb;
  color: #fff;
}
.static__pages .export-button {
  border: 1px solid #ddd;
  background: #fff;
}
.static__pages .export-button:hover {
  background: #f0f0f0;
}
.static__pages .color-palette {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}
.static__pages .palette-color {
  border-radius: 4px;
  padding: 12px;
  display: flex;
  justify-content: center;
}
.static__pages .color-hex {
  color: #fff;
  font-family: monospace;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3019607843);
}
.static__pages .faq-item {
  border: 0;
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: rgb(212, 212, 216);
}

.main-menu-toggler.btn {
  background: transparent;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.main-menu-toggler.btn:hover {
  background: #eee;
}

.mainMenu {
  position: fixed;
  inset: 0;
  z-index: 99999999999;
  display: none;
}
.mainMenu .mainMenu__overlay {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}
.mainMenu .close-btn {
  display: block;
  max-width: max-content;
  margin-left: auto;
  margin-top: 0;
  background: #fff;
  padding: 0.25rem 0.5rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.mainMenu .close-btn:hover {
  background: #eee;
}
.mainMenu #packs-link {
  color: #000;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  display: block;
  max-width: fit-content;
  text-decoration-color: #CCEA4A;
}
.mainMenu #packs-link:hover {
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.mainMenu nav {
  max-height: 100vh;
  background: #fff;
  margin-left: auto;
  padding-right: 0;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  overflow: auto;
}
.mainMenu .mainMenu__b-col {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.mainMenu .mainMenu__section-title {
  font-weight: 600;
  color: #000;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.mainMenu .mainMenu__styles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.mainMenu .mainMenu__styles-grid a {
  background-color: #f5f5f5;
  color: #616161;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 8rem;
  position: relative;
  border-radius: 0.5rem;
  font-weight: 500;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.8rem;
  height: 2.5rem;
}
.mainMenu .mainMenu__styles-grid a img {
  height: 2.5rem;
  object-fit: contain;
}
.mainMenu .mainMenu__styles-grid a:hover {
  background-color: #CCEA4A;
  color: #000000 !important;
  text-decoration: none;
}
.mainMenu .mainMenu__green-col {
  background: #CCEA4A;
  margin-top: 1rem;
  margin-bottom: -1rem;
}
.mainMenu .mainMenu__figma-plugin .playbook {
  display: block;
  max-width: max-content;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-decoration: none;
  text-decoration-thickness: 4px !important;
  text-decoration-color: #CCEA4A !important;
  text-underline-offset: 6px;
  color: #000;
}
.mainMenu .mainMenu__figma-plugin .playbook:hover {
  text-decoration: underline;
  color: #000 !important;
}
.mainMenu .mainMenu__figma-plugin img {
  margin-bottom: 0.5rem;
  max-width: 100%;
}
.mainMenu .mainMenu__learn-vecotrs {
  color: #656565;
  margin-bottom: 0;
}
.mainMenu .mainMenu__links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.mainMenu .mainMenu__green-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mainMenu .mainMenu__links {
  justify-content: space-around;
}
.mainMenu .mainMenu__green-col {
  position: relative;
}
.mainMenu .mainMenu__links a, .mainMenu .mainMenu__green-list a {
  color: black;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.mainMenu .mainMenu__links a:hover, .mainMenu .mainMenu__green-list a:hover {
  color: #000 !important;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.mainMenu .mainMenu__links a.soon, .mainMenu .mainMenu__green-list a.soon {
  color: #A2A2A2;
  pointer-events: none;
}
.mainMenu .mainMenu__links a.soon span, .mainMenu .mainMenu__green-list a.soon span {
  padding: 0.025rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  color: black;
  background: #CCEA4A;
}
.mainMenu .mainMenu__green-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding-top: 0.85rem;
  padding-bottom: 2rem;
  gap: 0.75rem;
}
.mainMenu .mainMenu__green-list .top-part {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (max-width: 767px) {
  .mainMenu .container {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .mainMenu .close-btn {
    display: none;
  }
  .mainMenu .mainMenu__overlay {
    padding-top: 80px;
  }
  .mainMenu nav {
    max-height: calc(100vh - 140px);
    border-radius: 1rem;
  }
  .mainMenu .row {
    margin-right: -18px;
    margin-left: -18px;
  }
  .mainMenu .row .col-12 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .mainMenu .mainMenu__styles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mainMenu .mainMenu__green-col {
    margin-top: 0;
  }
  .mainMenu nav {
    padding: 1.25rem;
  }
  .mainMenu .mainMenu__green-list {
    padding: 0.85rem 0;
    gap: 1.5rem;
  }
  .mainMenu .mainMenu__green-col {
    border-bottom-right-radius: 1rem;
    height: calc(100% + 2.25rem);
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 991px) {
  .mainMenu .row {
    margin-right: -21px;
    margin-left: -21px;
  }
  .mainMenu .row .col-12 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .mainMenu .mainMenu__styles-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mainMenu nav {
    padding: 1.5rem;
  }
  .mainMenu .mainMenu__green-col {
    height: calc(100% + 3rem);
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 1024px) {
  .mainMenu nav {
    padding: 1.75rem;
  }
  .mainMenu .row {
    margin-right: -24px;
    margin-left: -24px;
  }
  .mainMenu .mainMenu__green-col {
    height: calc(100% + 2.75rem);
    margin-top: -1rem;
    margin-bottom: -1.75rem;
  }
}
@media (min-width: 1200px) {
  .mainMenu #packs-link {
    display: none;
  }
  .mainMenu .mainMenu__styles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mainMenu .mainMenu__styles-grid a {
    height: 3rem;
  }
  .mainMenu .mainMenu__styles-grid a img {
    height: 3rem;
  }
  .mainMenu .mainMenu__section-title {
    font-size: 1.25rem;
  }
  .mainMenu .mainMenu__figma-plugin .playbook {
    font-size: 1.25rem;
  }
  .mainMenu nav {
    padding: 2rem;
  }
  .mainMenu .mainMenu__links {
    gap: 1rem;
  }
  .mainMenu .row {
    margin-right: -27px;
    margin-left: -22px;
  }
  .mainMenu .row .col-12 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .mainMenu .mainMenu__links a, .mainMenu .mainMenu__green-list a {
    font-size: 1rem;
  }
  .mainMenu .mainMenu__green-list .top-part {
    gap: 1rem;
  }
  .mainMenu .mainMenu__b-col {
    border-right: 1px solid #E8E8E8;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .mainMenu .mainMenu__green-col {
    /*background: $lime-green;*/
    height: calc(100% + 4rem);
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 1536px) {
  .mainMenu nav {
    max-width: 98%;
    padding: 2.25rem;
  }
  .mainMenu .row {
    margin-right: -30px;
    margin-left: -25px;
  }
  .mainMenu .row .col-12 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .mainMenu .mainMenu__green-col {
    /*background: $lime-green;*/
    justify-content: space-around;
    height: calc(100% + 4.5rem);
    /*position: absolute;*/
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .mainMenu .mainMenu__green-list {
    margin-bottom: 0;
  }
}
@media (min-width: 1900px) {
  .mainMenu nav {
    max-width: 80%;
  }
}
#colorEditor .txt-title {
  text-wrap: nowrap;
}
#colorEditor #colorEditor__colors {
  gap: 0.25rem;
}
#colorEditor input[type=color] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
#colorEditor input[type=color], #colorEditor button {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid white !important;
  border-radius: 50%;
  cursor: pointer;
}
#colorEditor input[type=color]:focus, #colorEditor input[type=color]:focus-visible, #colorEditor button:focus, #colorEditor button:focus-visible {
  outline: none;
}
#colorEditor input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
#colorEditor input[type=color]::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
}

#single-illustration__heading {
  font-size: 2.5rem !important;
  margin-bottom: 1.5rem;
}

#colorEditor {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24px, 1fr));
  gap: 0.25rem;
  /*margin-bottom: 15px;*/
  /*.color-circle.ghost {
      border-color: #f59e0b;
      border-style: dashed;
  }*/
}
#colorEditor .color-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
}
#colorEditor .color-circle:hover {
  transform: scale(1.2);
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-color: #4f46e5;*/
}
#colorEditor .color-circle.editing {
  border-color: #4f46e5;
  border-width: 3px;
  transform: scale(1.15);
}
#colorEditor .color-tooltip {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 0.5rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}
#colorEditor .color-circle:hover .color-tooltip {
  opacity: 1;
}

.canvas-controls {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 0.25rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.canvas-control-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #374151;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.canvas-control-btn:hover {
  background: #f3f4f6;
  transform: translateY(-1px);
}

.login-edit-colors {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.login-edit-colors a {
  margin-left: 0.5rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
  text-decoration-color: #CCEA4A;
}
