:root {
  --dark-slate-gray: #4d4d4d;
  --dark-slate-gray-2: #323232;
  --tan: #c7aa8b;
  --white-smoke: #f7f7f7;
  --light-gray: #d1d1d1;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  padding-top: 60px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #c7aa8b;
  margin: 0 0 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 55px;
}

h2 {
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

h3 {
  margin: 10px 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #455e65;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: block;
  position: relative;
}

.button:hover {
  color: #fff;
  background-color: #323232;
}

.button.beige {
  color: #fff;
  border-color: #9cabb5;
}

.button.beige:hover {
  color: #fff;
  background-color: #9cabb5;
}

.button.beige.footer {
  color: #fff;
  -webkit-text-stroke-color: #9cabb5;
  border-color: #9cabb5;
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.beige.footer:hover {
  color: #fff;
  background-color: #9cabb5;
}

.button.beige.footer.w--current {
  font-family: Oswald, sans-serif;
}

.button.beige.footer.no-bg-button {
  background-color: #455e6500;
}

.button.beige.footer.no-bg-button:hover, .button.beige.footer.no-bg-button.w--current:hover {
  background-color: #455e657d;
}

.button.form {
  color: #fff;
  background-color: #32323200;
  border-color: #fff;
  margin-top: 22px;
  margin-bottom: 23px;
  font-family: Oswald, sans-serif;
}

.button.form:hover {
  color: #fff;
  background-color: #3232328c;
}

.button.solid {
  background-color: #455e65;
  border-color: #455e65;
  font-family: Oswald, sans-serif;
}

.button.solid:hover {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}

.button.solid.margin-top {
  width: 150px;
  margin-top: 20px;
}

.button.no-bg-button {
  object-fit: fill;
  background-color: #455e6500;
  width: auto;
  margin-left: 400px;
  margin-right: 400px;
  font-family: Oswald, sans-serif;
  display: block;
  position: static;
  overflow: visible;
}

.button.no-bg-button:hover {
  background-color: #455e657d;
}

.button.no-bg-button.left-align-button {
  width: 150px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.button.contact-button {
  width: 150px;
  margin-top: 20px;
}

.navbar {
  background-color: #161a18;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #ffffff21;
}

.navbar.casecade-home {
  background-color: #161a18;
}

.navbar.secondary-navbar {
  background-color: #fff;
  position: static;
}

.nav-link {
  color: #ededed;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-right: 1px solid #4d4d4d;
  padding: 20px 30px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .1s, margin .5s;
}

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

.nav-link.w--current {
  box-shadow: none;
  color: #96ceec;
  background-color: #000;
  font-family: Oswald, sans-serif;
}

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

.nav-link.social-icons {
  float: right;
  opacity: .8;
  border-left: 1px solid #4d4d4d;
  padding: 18px 22px 22px;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.nav-link.secondary-nav-link-bg {
  background-color: #161a18;
}

.nav-link.secondary-nav-link-bg:hover, .nav-link.secondary-nav-link-bg.w--current {
  background-color: #000;
}

.logo-text {
  float: left;
  color: #ededed;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 31px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
}

.stone-logo {
  float: left;
  opacity: .9;
  vertical-align: top;
  mix-blend-mode: screen;
  width: 60px;
  margin-right: 8px;
  display: inline-block;
}

.stone-logo.footer {
  opacity: .4;
  margin-top: -10px;
}

.brand {
  padding-top: 17px;
}

.section {
  color: #4d4d4d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.grey {
  color: #fff;
  background-color: #161a18;
  padding-top: 55px;
  padding-bottom: 55px;
}

.section.beige {
  background-color: #455e65;
  position: relative;
}

.section.image {
  background-image: url('../images/ren-ran-HG5QX-GXV5A-unsplash-682x1024.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 127px;
  padding-bottom: 127px;
}

.section.lightgrey {
  background-color: #f7f7f7;
}

.section.lightgrey.test-padding.light-bg {
  background-color: #2f3f3a2b;
}

.section.lightgrey.about-section {
  position: relative;
}

.section.lightgrey.light-bg {
  background-color: #2f3f3a2e;
}

.section.footer {
  background-color: #161a18;
  padding-top: 65px;
  padding-bottom: 53px;
}

.section._0padding {
  padding-top: 0;
}

.section._0padding._0-bottom-p {
  padding-bottom: 0;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 79px;
  font-style: normal;
  font-weight: 300;
  line-height: 85px;
}

.main-heading.bold {
  font-weight: 700;
  position: relative;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  color: #ffffffcf;
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: DM Sans, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  background-color: #fff;
  width: 60px;
  height: 2px;
  display: inline-block;
}

.horizontal-bar.beige {
  background-color: #96ceec;
  display: inline-block;
}

.horizontal-bar.lightgrey {
  background-color: #96ceec;
}

.slider {
  background-color: #0000;
  height: 490px;
}

.slide {
  text-align: center;
  background-image: url('../images/ChatGPT-Image-Apr-22-2025-07_45_28-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide._2 {
  background-image: url('../images/ChatGPT-Image-Apr-22-2025-09_09_35-PM.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide._3 {
  background-image: url('../images/Panorama-peaks-North-Cascades-National-Park-Washington.webp');
  background-position: 50% 0;
}

.process-titles {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #96ceec;
  margin-top: 0;
  margin-bottom: 23px;
  padding-top: 23px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
}

.process-titles.bottom-horozontal {
  border-top-style: none;
  border-bottom: 1px solid #96ceec;
}

.icon-wrapper {
  text-align: center;
  height: 109px;
  margin-bottom: 24px;
}

.number {
  color: #32323217;
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  padding-left: 47px;
  padding-right: 47px;
}

.testimonial-slide {
  text-align: center;
  vertical-align: baseline;
  width: 100%;
  padding: 24px 30px;
}

.left-arrow {
  color: #d1d1d1;
  width: 45px;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  color: #d1d1d1;
  width: 45px;
  transition: all .2s;
}

.right-arrow:hover {
  color: #161a18;
}

.testimonial {
  color: #2f3f3a;
  min-height: 120px;
  margin-bottom: 18px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.small-title {
  color: #9cabb5;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.small-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.author {
  color: #9cabb5;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.footer-text {
  color: #858585;
  align-self: center;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
}

.footer-text.address {
  text-align: right;
  font-family: DM Sans, sans-serif;
}

.subheading {
  color: #a6a6a6;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.contact-form-column {
  background-color: #455e65;
  padding: 74px 33px;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  color: #323232;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.field:hover {
  background-color: #fffc;
}

.field:focus {
  box-shadow: inset 0 0 #0000;
}

.success {
  color: #323232;
  text-align: center;
  background-color: #0000;
  border: 3px solid #323232;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.success-message {
  margin-bottom: 73px;
}

.contact-text {
  font-family: DM Sans, sans-serif;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.project-title {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.tag-wrapper {
  margin-bottom: 19px;
  display: block;
}

.tag-icon {
  float: left;
  opacity: .19;
  color: #b8b8b8;
  height: 20px;
  margin-top: 4px;
  margin-right: 5px;
}

.tag-title {
  float: left;
  color: #b8b8b8;
  margin-top: 3px;
  margin-right: 16px;
  font-size: 14px;
  text-decoration: none;
}

.back-to-work-column {
  text-align: right;
  padding-top: 32px;
}

.prev-project-wrapper {
  text-align: right;
  border-right: 3px solid #4d4d4d;
  padding-right: 30px;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: none;
}

.project-link.w--current:hover {
  text-decoration: none;
}

.name {
  margin-top: 11px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  display: none;
}

.social-icon {
  opacity: .26;
  padding-right: 10px;
  transition: all .2s;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.paragraph {
  color: #fff;
  font-family: DM Sans, sans-serif;
}

.paragraph-2 {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
  font-family: DM Sans, sans-serif;
}

.paragraph-3.restoration-info.info-padding {
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 16px;
}

.paragraph-3.about-padding {
  color: #161a18;
  padding: 0;
  font-size: 16px;
}

.heading {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.column {
  display: none;
}

.image-2 {
  filter: invert();
  width: 100px;
}

.image-3 {
  filter: invert();
  width: 110px;
}

.heading-2 {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.heading-3 {
  font-family: Oswald, sans-serif;
}

.text-block {
  color: #fff;
  font-family: DM Sans, sans-serif;
}

.heading-4 {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.image-4 {
  object-fit: none;
}

.heading-5 {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.heading-6 {
  color: #fff;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

.heading-6:hover {
  text-decoration: none;
}

.heading-7 {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.text-block-2, .text-block-3 {
  font-family: Oswald, sans-serif;
}

.image-5 {
  object-fit: fill;
  width: 100%;
}

.image-6 {
  width: 100%;
}

.heading-8 {
  font-family: Oswald, sans-serif;
}

.collection-item {
  display: block;
}

.collection-list {
  display: flex;
}

.card-info {
  cursor: pointer;
  padding: 25px 40px 35px;
}

.card-info:hover {
  background-color: #161a1800;
}

.company-info {
  object-fit: fill;
  background-color: #161a18;
  width: auto;
  height: auto;
  margin: 5%;
  position: absolute;
  inset: 0%;
}

.company-info.restoration, .company-info.contracting {
  opacity: 0;
}

.image-7 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-8 {
  position: absolute;
}

.div-block {
  opacity: .71;
  background-color: #2f3f3a;
  position: static;
  inset: 100px;
}

.div-block.about-div {
  opacity: .97;
  height: 100%;
}

.div-block.image-block {
  opacity: 100;
  background-image: url('../images/Screenshot-2025-02-19-225143.png');
  background-position: 50% 100%;
  background-size: cover;
  height: 60vh;
  position: absolute;
  inset: 0%;
}

.image-9 {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/JAY-5927-01_36-reasons-you-may-fall-in-love-with-RVing_InCopy_Mountains_450x336.jpg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 40vh;
  position: absolute;
  inset: 0%;
}

.container-2 {
  height: 100%;
}

.column-6 {
  margin-top: -6px;
  display: flex;
}

.container-6 {
  display: block;
}

.plus-sign {
  filter: invert();
  vertical-align: middle;
  width: 12px;
  margin-top: 13px;
  margin-right: 13px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-div {
  position: relative;
}

.container-7 {
  text-decoration: none;
  display: block;
}

.image-11 {
  vertical-align: baseline;
  width: 50px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.badge {
  mix-blend-mode: screen;
  width: 120px;
  margin-bottom: 10px;
}

.image-12 {
  text-align: left;
  mix-blend-mode: screen;
  width: 100px;
  display: block;
  position: static;
  inset: 100px 100px 0% auto;
}

.tab-pane-tab-1 {
  padding-top: 0;
  padding-bottom: 0;
}

.columns-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.collection-item-2 {
  background-image: url('../images/k-adams-ZsIZ3I6I9vM-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 350px;
}

.collection-item-3 {
  background-image: url('../images/osarodion-amenze-SYmWUwQrLrg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.collection-item-4 {
  height: 350px;
}

.collection-item-4.photo-2 {
  background-image: url('../images/Screenshot-2025-04-22-204712.png');
}

.collection-item-5 {
  background-image: url('../images/Screenshot-2025-04-22-201824.png');
  background-position: 0 0;
  background-size: cover;
  height: 350px;
}

.collection-item-6 {
  background-image: url('../images/hwkaji-7_OW61o8K-k-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 350px;
}

.collection-item-7 {
  background-image: url('../images/rhamely-IeEFv-23EzQ-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 350px;
}

.photo-1 {
  background-image: url('../images/manuell-tony-vaV3c8H7788-unsplash.jpg');
}

.overlay {
  z-index: -10;
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  .button.beige.footer.no-bg-button {
    margin-top: 0;
  }

  .nav-link {
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link.social-icons {
    border-right-color: #4d4d4d;
    padding-left: 21px;
    padding-right: 21px;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px #ffffff21, 0 7px 13px -4px #00000073;
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .section, .section.grey {
    padding-left: 48px;
    padding-right: 48px;
  }

  .menu-button {
    opacity: .8;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #000;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .slider {
    height: 469px;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 92px;
    padding-right: 92px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .footer-text {
    margin-top: 0;
  }

  .project-description {
    font-size: 14px;
  }

  .card-info {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    display: flex;
  }

  .column-2, .column-3, .column-4 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .navbar {
    position: relative;
  }

  .stone-logo.footer {
    float: none;
  }

  .section {
    padding: 34px 24px;
  }

  .section.grey {
    padding: 35px 10px;
  }

  .section.image {
    background-attachment: scroll;
    padding: 61px 24px;
  }

  .section.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .slider {
    height: 392px;
  }

  .slide {
    padding: 50px 10px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial-slide {
    padding-left: 34px;
    padding-right: 34px;
  }

  .footer-text.address {
    text-align: center;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .back-to-work-column {
    text-align: left;
    padding-top: 12px;
  }

  .name {
    margin-bottom: 20px;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 23px;
  }

  .heading-8 {
    margin-bottom: 20px;
  }

  .columns.columns-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .columns-2 {
    display: block;
  }

  .column-5 {
    display: flex;
  }

  .columns-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .button.no-bg-button {
    margin-left: 50px;
    margin-right: 50px;
  }

  .section.grey {
    padding-left: 0;
    padding-right: 0;
  }

  .section.image {
    width: 100vw;
    margin-left: 0;
  }

  .section.image.no-left-margin {
    margin-left: 0;
  }

  .section.image.left-margin {
    margin-left: -24px;
  }

  .section.lightgrey {
    flex-flow: row;
    padding-left: 24px;
    display: block;
  }

  .section.lightgrey.test-padding {
    padding-left: 0;
  }

  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .slider {
    height: 476px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .testimonials-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial {
    font-size: 14px;
  }

  .contact-form-column {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-info-column {
    text-align: center;
  }

  .name {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .project-column {
    order: 1;
  }

  .paragraph-3.restoration-info.info-padding {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 35px;
  }

  .heading-8 {
    text-align: center;
    align-self: center;
    margin-bottom: 20px;
  }

  .collection-item {
    flex: 0 auto;
    position: static;
  }

  .card-info {
    width: 100vw;
    margin-left: -35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-info._2 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .icon {
    margin-left: 20px;
    margin-right: 0;
    font-size: 20px;
  }

  .icon-2 {
    margin-left: 10px;
    margin-right: 0;
    font-size: 20px;
  }

  .columns {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .container {
    display: flex;
  }

  .columns-2 {
    display: block;
  }

  .about {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    padding-left: 24px;
  }

  .column-5 {
    justify-content: space-between;
    text-decoration: none;
    display: flex;
  }

  .image-10 {
    opacity: .73;
    align-self: auto;
    margin-top: 3px;
  }

  .column-6 {
    display: block;
  }

  .container-4, .container-5, .column-7 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tabs {
    width: 100vw;
    margin-left: -24px;
  }
}


