.nav-2cols_dropdown-list {
  background-color: #f2f2f2;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.gradient {
  animation: move 4s linear infinite;
  background-image: linear-gradient(to right, #000, #666, #aaa, #666, #000);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes move { 
  0%, 100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}

.nav-2cols_dropdown-list.w--open {
  z-index: 99;
  width: 60rem;
  background-color: #181818;
  border-radius: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
  top: 48px;
  left: -177px;
}

.nav-logo-link {
  line-height: 0;
}

.nav-link {
  color: #111;
  letter-spacing: -.3px;
  text-transform: uppercase;
  padding: .5rem 2rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s;
}

.nav-link:hover {
  color: #111;
  border-radius: 20px;
}

.nav-link.w--current{
  color: #fff;
    background-color: #000;
    border-radius: 20px;
}

/* .nav-link.w--current:hover {
  color: #302dd7;
} */

.nav-link.active {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
}

.nav-item {
  width: 100%;
  color: #000;
  flex: none;
  margin-right: 0;
  padding: 1.5rem;
  text-decoration: none;
}

.nav-item:hover {
  background-color: #111;
  border-radius: 12px;
}

.nav-item-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.nav-logo {
  max-height: 3rem;
}

.button {
  color: #000;
  text-align: center;
  background-color: #c9fd02;
  border: 1px solid #c9fd02;
  border-radius: 60px;
  padding: 1rem 1.5rem;
  font-weight: 700;
  transition: border .2s, background-color .2s;
}

.button:hover {
  background-color: #fff;
  border: 1px solid #000;
}

.button.is-navbar {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #999;
  border-color: rgba(153, 153, 153, .34);
  padding: .75rem 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.button.is-navbar:hover {
  background-color: #888;
}

.button.is-navbar.cta-btm {
  margin-top: 1em;
}

.text-size-small {
  font-size: .875rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav-right-wrapper {
  width: 12rem;
  flex: none;
  justify-content: flex-end;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.nav-2cols_dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.nav-2cols_dropdown-toggle:hover {
  color: #c9fd02;
}

.nav-1row_container {
  width: 100%;
  max-width: 80rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 11rem auto;
  grid-auto-columns: auto;
  justify-content: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-weight-bold {
  font-weight: 700;
}

.nav-menu {
  align-content: space-between;
  justify-content: space-between;
  display: flex;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.nav-dropdown-icon {
  color: #fff;
  margin: auto 0 auto .3rem;
  position: relative;
}

.nav_menu-icon {
  line-height: 1;
}

.nav-1row-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section_nav-1row {
  background-color: #f7f7f7;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.nav-1row-wrapper {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.page-wrapper {
  background-color: #fafafa;
}

.home-cover {
  width: 100%;
  height: 100%;
  letter-spacing: -.5px;
  background-color: #fafafa;
  background-image: linear-gradient(#f7f7f7, #e9e9e9 56%, #e9e9e9);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1-b {
  text-align: center;
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .56));
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: .7em;
  margin-bottom: .6em;
  font-family: Inter, sans-serif;
  font-size: 5.5em;
  font-weight: 800;
  line-height: 1.1;
}

.image {
  width: 100%;
  position: relative;
  bottom: 0;
}

.section-2 {
  width: 100%;
  height: 400px;
}

.div-block {
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover-p-wrap {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  padding: 0 1em 8vh;
  display: flex;
}

.paragraph {
  max-width: 450px;
  color: #000;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .68));
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
}

.section-cont {
  width: 100%;
  height: auto;
  background-color: #141414;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 6em 1em 6em 1em;
  display: flex;
}

.h2-c {
  color: #fff;
  text-align: center;
  letter-spacing: -3px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Inter, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.1;
}

.h2-c.black {
  color: #000;
}

.text-block {
  max-width: 400px;
  color: #727272;
  text-align: center;
  letter-spacing: -.3px;
  margin-top: 2.5em;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
}

.text-block.spacing-btm {
  margin-top: 1em;
  margin-bottom: .5em;
}

.text-block.spacing-bottom {
  margin-bottom: 4em;
}

.text-span {
  color: #fff;
  font-weight: 500;
}

.image-2 {
  width: 100%;
  max-width: 450px;
  margin-top: 4em;
  margin-bottom: 4em;
}

.cont-grid-wrapper {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.line-div {
  width: 100%;
  height: 1px;
  background-color: #434343;
}

.cont-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-top: 3em;
  margin-bottom: 3em;
  display: grid;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
}

.cont-grid2 {
  color: #727272;
  letter-spacing: -.2px;
  font-family: Inter, sans-serif;
  font-size: .9em;
  line-height: 1.5;
}

.text-block-3 {
  color: #727272;
}

.image-3 {
  border-radius: 10px;
  margin-top: 2em;
}

.text-block-4 {
  color: #fff;
  margin-top: 1em;
  padding-left: 1em;
  font-family: Inter, sans-serif;
}

.text-block-2-copy {
  color: #727272;
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-top: 1.6em;
  margin-bottom: 1em;
  padding-left: 1em;
  font-family: Inter, sans-serif;
  font-size: .9em;
  line-height: 1.5;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-cont-light {
  width: 100%;
  height: auto;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 2em;
  display: flex;
}

.text-span-black {
  color: #000;
  font-weight: 500;
}

.cont-grid-h {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
}

.div-line {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.background-video {
  width: 100%;
}

.div-block-6 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  width: 600px;
}

.section-grid-2 {
  width: 100%;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-cont-50-1 {
  width: 100%;
  height: 100%;
  background-image: url('chiara-summer-E9fX-j4pJ-Y-unsplash-1-1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid2-50 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('999-hand-sign-1.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-light-2 {
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.cover-img {
  object-fit: fill;
}

.section-wl {
  width: 100%;
  height: 100vh;
  background-image: url('999-carts-1.webp'), url('999-packaging-1-1.webp'), url('999-hand-sign-2-1.webp'), url('999-cart-h2-1.webp');
  background-position: 0 100%, 8% 3%, 90% 100%, 100% 6%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 23%, 20%, 25%, 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.div-block-9 {
  width: 30%;
  height: 30%;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-10 {
  width: 400px;
  height: 300px;
  position: relative;
}

.image-4 {
  position: absolute;
  right: 0;
}

.section-footer {
  height: auto;
  background-color: #000;
}

.footer_container {
  width: 100%;
  max-width: 80rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  justify-content: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: grid;
}

.footer-text {
  color: #727272;
  letter-spacing: -.2px;
  font-family: Inter, sans-serif;
  font-size: .7em;
  line-height: 1.5;
}

.footer-text.right-align {
  text-align: right;
}

.comparison-section {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4em 1em 0em 1em;
  display: flex;
}

.comp-table-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.comp-text-wrap {
  color: #727272;
  text-align: center;
  letter-spacing: -.2px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Inter, sans-serif;
  font-size: .9em;
  line-height: 1.5;
}

.comp-text-wrap.left-align {
  text-align: left;
  padding-left: 2em;
}

.comp-text-wrap.dark-box {
  height: 100%;
  color: #fff;
  background-color: #171717;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.comp-text-wrap.dark-box-no-radius {
  color: #fff;
  background-color: #171717;
  border-radius: 0;
}

.comp-text-wrap.black {
  color: #000;
  font-size: 1.2em;
  font-weight: 500;
}

.grid-4-wrap {
  width: 100%;
  height: auto;
  max-width: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5em;
  display: grid;
}

.div-block-12, .div-block-13 {
  height: 200px;
}

.grid-4-div {
  width: 100%;
  height: 200px;
  background-color: rgba(255, 255, 255, .13);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, .3);
}

.grid-4-div.white-box {
  background-color: #fff;
}

.grid-4-h-txt {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
}

.grid-4-h-txt.dark-txt {
  color: #000;
}

.grid-4-txt {
  color: #727272;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 1em;
  font-family: Inter, sans-serif;
  font-size: .9em;
  line-height: 1.5;
}

.grid-4-price {
  color: #fff;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0.2em;
  font-family: Inter, sans-serif;
  font-size: 2em;
  line-height: 0.5;
}

.comp-text-wrap-2 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-2cols_dropdown-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-2cols_dropdown-list.w--open {
    flex-direction: row;
    top: 0;
    left: 0;
  }

  .nav-logo-link {
    margin-right: auto;
  }

  .nav-link {
    padding: 1em 2.5em 1em 2.5em;
    display: block;
  }

  .nav-link:hover {
    color: #000;
  }

  .nav-link.active {
    transition-property: none;
  }

  .nav-link.active:hover {
    color: #fff;
  }

  .nav-item {
    max-width: 20rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-right-wrapper {
    width: auto;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .nav-menu-button {
    z-index: 9999;
    color: #fff;
    margin-right: -.75rem;
    padding: .75rem;
  }

  .nav-menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .nav-2cols_dropdown-toggle {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 2.5rem;
  }

  .nav-1row_container {
    grid-template-rows: auto;
    grid-template-columns: auto max-content;
  }

  .nav-menu {
    text-align: left;
    background-color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .nav-dropdown-icon {
    margin-right: 2.5rem;
  }

  .nav-1row-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 2.5rem;
  }

  .section_nav-1row {
    display: block;
  }

  .nav-1row-wrapper {
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    /* padding-top: 10px; */
    padding: 1.1em;
  }

  .nav-2cols_dropdown {
    width: 100%;
  }

  .cover-p-wrap {
    padding-bottom: 2em;
  }

  .footer_container {
    grid-template-rows: auto;
    grid-template-columns: auto max-content;
  }
}

@media screen and (max-width: 767px) {
  .nav-2cols_dropdown-list.w--open {
    width: 100%;
  }

  .nav-logo-link {
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-right-wrapper {
    margin-left: 0;
  }

  .nav-2cols_dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-dropdown-icon {
    margin-right: 1.25rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .h1-b {
    font-size: 4em;
  }

  .cover-p-wrap {
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .section-cont, .section-cont-light {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-grid-2 {
    display: block;
  }

  .section-light-2 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 479px) {
  .nav-2cols_dropdown-list.w--open {
    padding: 1rem 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-right-wrapper {
    margin-left: 0;
  }

  .nav-menu-button {
    color: #fff;
  }

  .nav-1row_container {
    grid-template-columns: auto max-content;
  }

  .nav-1row-grid {
    grid-template-columns: 1fr;
    padding-left: 1.5rem;
    padding-right: 0;
  }

  .h1-b {
    font-size: 3em;
  }

  .section-cont {
    padding-left: 1em;
    padding-right: 1em;
  }

  .h2-c {
    font-size: 3em;
  }

  .section-cont-light {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-grid-2 {
    display: block;
  }

  .section-light-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-wl {
    background-size: 33%, 30%, 35%, 30%;
  }

  .footer_container {
    flex-direction: column;
    grid-template-columns: auto max-content;
    display: flex;
  }

  .footer-text {
    text-align: center;
    font-size: .7em;
  }

  .footer-text.right-align {
    margin-top: 2em;
  }

  .comp-text-wrap {
    height: 100%;
  }

  .comp-text-wrap.left-align {
    height: 100%;
    align-items: center;
    padding-left: 1em;
    font-size: .6em;
    display: flex;
  }

  .grid-4-wrap {
    max-width: none;
  }

  .grid-4-div {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid2-50 {
    background-image: url('999-hand-sign-1-mob.webp');
  }
}

#w-node-_7f4e06ff-b927-dff0-f302-768f32672613-4b4ac945, #w-node-_3a8f3dcd-616b-3f40-46a5-7a2394a7387e-4b4ac945, #w-node-_34df5f9b-6a3a-f4c1-7214-c2196c2c5e96-4b4ac945, #w-node-_34df5f9b-6a3a-f4c1-7214-c2196c2c5e98-4b4ac945, #w-node-_1355435f-49bb-6303-3938-f88caa0a3861-4b4ac945, #w-node-_1355435f-49bb-6303-3938-f88caa0a3865-4b4ac945, #w-node-_2543eac5-4da4-e869-e62a-239e1f1e7773-4b4ac945, #w-node-_2543eac5-4da4-e869-e62a-239e1f1e7777-4b4ac945, #w-node-_2543eac5-4da4-e869-e62a-239e1f1e777b-4b4ac945, #w-node-_2543eac5-4da4-e869-e62a-239e1f1e777f-4b4ac945, #w-node-_2543eac5-4da4-e869-e62a-239e1f1e7783-4b4ac945, #w-node-_2543eac5-4da4-e869-e62a-239e1f1e7785-4b4ac945, #w-node-_068f25b4-b45b-270e-7148-faaba27df197-4b4ac945, #w-node-_5239d924-19d2-17e5-9271-e7b51e8445bd-4b4ac945, #w-node-_2dd9e44d-ef4e-bc9d-2095-468e2b30549c-4b4ac945, #w-node-_2dd9e44d-ef4e-bc9d-2095-468e2b3054a0-4b4ac945, #w-node-_2dd9e44d-ef4e-bc9d-2095-468e2b3054a4-4b4ac945, #w-node-_2dd9e44d-ef4e-bc9d-2095-468e2b3054a8-4b4ac945, #w-node-_2dd9e44d-ef4e-bc9d-2095-468e2b3054ac-4b4ac945, #w-node-_2dd9e44d-ef4e-bc9d-2095-468e2b3054b0-4b4ac945, #w-node-c5469068-7d21-6ec4-eebb-715c153a2691-4b4ac945, #w-node-af717400-bf69-b2f7-6456-f91e39d92b1f-4b4ac945, #w-node-b1a80b6b-2eab-ca68-af6e-15d6faf77809-4b4ac945, #w-node-_94b3be80-f9c7-c32f-99cc-f55bbcda4afc-4b4ac945, #w-node-fee610c0-a405-e319-3664-aff5b609b146-4b4ac945, #w-node-fee610c0-a405-e319-3664-aff5b609b148-4b4ac945, #w-node-_15e67387-928e-7cbb-35c0-f15152f84d03-4b4ac945, #w-node-_4aae3b3b-e552-4b73-d8b7-01de8376d50e-4b4ac945, #w-node-a9e2f746-6a95-1e49-7347-9bab76e7db80-4b4ac945, #w-node-b459a95c-6b36-eaca-0f51-c8ce4fa1de3e-4b4ac945, #w-node-_510a4266-a2bb-cf74-a531-f58d9a11274c-4b4ac945, #w-node-_510a4266-a2bb-cf74-a531-f58d9a11274e-4b4ac945, #w-node-_510a4266-a2bb-cf74-a531-f58d9a112750-4b4ac945, #w-node-f8df2959-6f63-c2ea-33aa-7d8cf64150a3-4b4ac945, #w-node-f8df2959-6f63-c2ea-33aa-7d8cf64150a5-4b4ac945, #w-node-f8df2959-6f63-c2ea-33aa-7d8cf64150a7-4b4ac945, #w-node-d1bfa1d8-e837-35cb-d109-18186ebfbb5f-4b4ac945, #w-node-d1bfa1d8-e837-35cb-d109-18186ebfbb61-4b4ac945, #w-node-d1bfa1d8-e837-35cb-d109-18186ebfbb63-4b4ac945, #w-node-_01972c9b-09c2-0cd2-68ab-e709210e8dfb-4b4ac945, #w-node-_43e7ebeb-04ec-5e27-a769-bbe1bf23ce7d-4b4ac945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.footer-link{
  color: #727272;
  text-decoration: none;
}
