body {
  color: #131313;
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

/* START MENU */
.p-small {
  font-size: .875em;
  margin: 0;
}

.socials-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  display: flex;
}

.menu-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.bg-panel {
  z-index: 0;
  background-color: #e3e1de;
  border-top-left-radius: 1.25em;
  border-bottom-left-radius: 1.25em;
  position: absolute;
  inset: 0%;
}

.bg-panel.first {
  background-color: #ff4c24;
}

.bg-panel.second {
  background-color: #fff;
}

.nav {
  z-index: 9;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35em;
  height: 100%;
  margin-left: auto;
  padding-top: 6em;
  padding-bottom: 2em;
  position: relative;
  overflow: auto;
}

.eyebrow {
  z-index: 1;
  color: #ff4c24;
  text-transform: uppercase;
  font-family: RM Mono, Arial, sans-serif;
  font-weight: 400;
  position: relative;
}

.menu-inner {
  z-index: 1;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.p-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;

}

.menu-button-text .p-large {
  color: white;
  text-shadow: 1px 1px 2px black;
}

.menu-button-text .p-large--closed {
  color: #131313;
  text-shadow: 1px 1px 2px white;
}

.p-large.text-link {
  color: #131313;
}

.menu-details {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2em;
  display: flex;
}

.menu-list-item {
  height: 6em;
  position: relative;
  overflow: hidden;
}

.menu-list {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.menu-link {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: #131313;
  width: 100%;
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left: 2em;
  text-decoration: none;
  display: flex;
}

.menu-link-heading {
  z-index: 1;
  text-transform: uppercase;
  font-family: PP Neue Corp Tight, Arial, sans-serif;
  font-size: 5.625em;
  font-weight: 700;
  line-height: .75;
  transition: transform .55s cubic-bezier(.65, .05, 0, 1);
  position: relative;
}

.overlay {
  z-index: 0;
  cursor: pointer;
  background-color: #13131366;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-button {
  z-index: 10;
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  margin: -1em;
  padding: 1em;
  display: flex;
}

.menu-button-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 1.5em;
  display: flex;
  overflow: hidden;
}

.icon-wrap {
  transition: transform .4s cubic-bezier(.65, .05, 0, 1);
  display: flex;
  color: white;
}

body:has([data-nav="open"]) .icon-wrap {
  color: black;
}

.menu-button-icon {
  width: 1em;
  height: 1em;
}

.header {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  top: 2em;
  left: 2em;
  right: 2em;
}
/* END MENU  */

/* START BACKGROUND VIDEO */
.demo-section {
  color: #efeeec;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding: 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.osmo-icon-svg {
  width: 8em;
}

.vimeo-bg {
  pointer-events: auto;
  color: #efeeec;
  isolation: isolate;
  background-color: #131313;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateX(0);
}

.vimeo-bg-video {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vimeo-bg__iframe-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.vimeo-bg__before {
  padding-top: 62.5%;
}

.vimeo-bg__iframe {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.vimeo-bg__placeholder {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s linear;
  display: block;
  position: absolute;
}

.vimeo-bg[data-vimeo-activated="true"][data-vimeo-loaded="true"] .vimeo-bg__placeholder {
  opacity: 0;
  transition-delay: 0.2s;
}

/* Optional: Play/Pause */

.vimeo-bg__btn {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  background-color: #64646433;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  transition: opacity .3s linear;
  display: flex;
  position: relative;
}

.vimeo-bg__play {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 4vw;
  right: 4vw;
}

.vimeo-bg__btn-play-svg {
  width: 40%;
}

.vimeo-bg__pause {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 4vw;
  right: 4vw;
  display: none;
}

.vimeo-bg[data-vimeo-playing="true"] .vimeo-bg__pause {
  display: flex;
}

.vimeo-bg__btn-pause-svg {
  width: 50%;
}

.vimeo-bg[data-vimeo-playing="true"] .vimeo-bg__pause,
.vimeo-bg[data-vimeo-playing="false"] .vimeo-bg__play {
  opacity: 1;
}

.vimeo-bg[data-vimeo-playing="true"] .vimeo-bg__play,
.vimeo-bg[data-vimeo-playing="false"] .vimeo-bg__pause {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .vimeo-bg__play, .vimeo-bg__pause {
    bottom: 1em;
    right: 1em;
  }
}

.demo-section__fade-bottom {
  background-image: linear-gradient(0deg, #000, #0000);
  width: 100%;
  height: 33%;
  position: absolute;
  bottom: 0;
}

.demo-section__fade-left {
  pointer-events: none;
  background-image: linear-gradient(45deg, #000, #0000 50%);
  width: 90vw;
  height: 90vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.demo-section__title {
  position: relative;
}

.demo-section__title-h1 {
  max-width: 6em;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1;
}

.height-section {
  background-color: #000;
  height: 200vh;
}

.about {
  background: black;
  padding-block: 160px;
  position: relative;
}

.full-width-title {
  font-size: 8vw;
  letter-spacing: 0.0125em;
  line-height: 1.05;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  color: white;
  font-weight: 400;
  margin-bottom: 80px;
  padding-inline: 20px;
}

.full-width-title--results {
  background: black;
  padding-block: 60px;
  margin: 0;
}

.full-width-title__screen-reader {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

.full-width-title span {
  text-align: center;
}

.about__content {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  padding-inline: 4vw;
}

.about__description {
  color: white;
  font-size: clamp(24px, 2vw, 32px);
  display: grid;
  gap: 12px;
}

.about__degree {
  margin-block: 5rem;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 6vw;
}

.about__degree img {
  transition: transform 250ms ease-out;
  cursor: pointer;
}

.about__degree img:hover {
  transform: scale(1.2);
}

.about__link {
  color: #131313;
  cursor: pointer;
  border-radius: .25em;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 1em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  margin-top: 4rem;
}

.about__link-text {
  white-space: nowrap;
  line-height: 1.3;
}

/* Characters */
.about__link [data-button-animate-chars] {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.about__link [data-button-animate-chars] span {
  display: inline-block;
  position: relative;
  text-shadow: 0px 1.3em currentColor;
  transform: translateY(0em) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}

.about__link:hover [data-button-animate-chars] span {
  transform: translateY(-1.3em) rotate(0.001deg);
}

/* Background */
.about__link-bg {
  background-color: #efeeec;
  border-radius: .25em;
  position: absolute;
  inset: 0;
  transition: inset 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}

.about__link:hover .about__link-bg {
  inset: 0.125em;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  color: #efeeec;
  background-color: #ff4c24;
  border-radius: .25em;
  padding: .3em .75em .4em;
  font-size: 1em;
  transition: opacity .2s;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cursor-paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

body:has( [data-cursor]:hover ) .cursor{ opacity: 1; }

.reviews {
  background: black;
  padding-block: 50px;
}

.reviews__marquee {
  position: relative;
  overflow: hidden;
}

.reviews__marquee-scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.reviews__marquee-collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.reviews__marquee-item {
  width: 300px;
  height: 490px;
  margin: 1vw;
}

.certificates__marquee-item {
  width: 350px;
  height: 490px;
  margin: 1vw;
}

.reviews__marquee-item img,
.certificates__marquee-item img{
  height: 100%;
  object-fit: cover;
}


@media screen and (max-width: 991px) {


  .demo-section {
    padding-bottom: 30vw;
  }

  .vimeo-bg__play, .vimeo-bg__pause {
    bottom: 1em;
    right: 1em;
  }

  .demo-section__title-h1 {
    font-size: 15vw;
  }

  .about {
    padding-block: 60px;
  }
  .about__content {
    grid-template-columns: 1fr;
  }

  .full-width-title--about {
    margin-bottom: 60px;
  }

  .about__main-img {
    grid-row-start: 1;
    max-width: unset;
    width: 100vw;
    margin-inline: -20px;
  }

  .marquee-advanced__item-width {
    width: 250px;
    margin: 1vw;
  }
}
/* END BACKGROUND VIDEO */

/* START FAQ ПОЧЕМУ ВЫБИРАЮТ МЕНЯ? */
.section-faq-about-me {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  overflow-x: hidden;
  background: #FFF;
}

.tab-layout__wrap {
  z-index: 1;
  grid-row-gap: 3em;
  flex-flow: wrap;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.tab-layout__col {
  width: 50%;
  padding-left: .5em;
  padding-right: .5em;
}

.tab-content__inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding-top: 1em;
  padding-bottom: 0;
  padding-right: 2.5em;
  display: flex;
}

.tab-content__top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1;
}

.tab-visual__wrap {
  aspect-ratio: 1.6;
  height: 50em;
  position: relative;
  width: 100%;
}

.tab-visual__item {
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.tab-visual__item.active {
  visibility: visible;
}

.tab-visual__inner {
  border: 1px solid #0003;
  border-radius: .5em;
  width: 100%;
  height: 100%;
  padding: .5em;
  overflow: hidden;
}

.tab-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: .25em;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-content__wrap {
  width: 100%;
  max-width: 36em;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
}

.tab-content__bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 30em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.tab-content__item {
  color: #131313;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  transition: opacity .25s;
  position: relative;
  background: transparent;
}

.tab-content__item-main {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-item__nr {
  color: #fff;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-top: .2em;
  font-family: RM Mono, Arial, sans-serif;
  font-size: .75em;
  font-weight: 400;
  transition: transform .4s cubic-bezier(.625, .05, 0, 1);
  display: flex;
}

.content-item__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

.tab-content__item-detail {
  width: 100%;
  height: 0;
  padding-left: 4em;
  overflow: hidden;
}

.tab-description {
  margin-bottom: 0;
  font-size: 1em;
  text-align: start;
}

.tab-description__spacer {
  padding-top: 1em;
}

.tab-content__item-bottom {
  background-color: #0003;
  width: 100%;
  height: 1px;
  transition: background-color .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-progress {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #ff4c24;
  width: 100%;
  height: 1px;
  transform: scale3d(0, 1, 1);
}

/* END FAQ ПОЧЕМУ ВЫБИРАЮТ МЕНЯ? */

.section-draggable-slider {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative
}

.section-draggable-slider.is--dark {
  background-color: #000;
}

.button-arrow {
  flex: none;
  width: 1em;
  height: .75em;
}

.button-arrow.next {
  transform: rotate(180deg);
}

.count-heading {
  width: 2ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.overlay-count-row {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 5.625em;
  font-weight: 700;
  display: flex;
}

.overlay-slider {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(90deg, #000 85%, #0000);
  justify-content: flex-start;
  align-items: center;
  width: 37.5em;
  height: 100%;
  padding-left: 2em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.overlay-nav-row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.button-overlay {
  z-index: 2;
  position: absolute;
  inset: -1px;
}

.overlay-corner {
  border-top: 1px solid #efeeec;
  border-left: 1px solid #efeeec;
  border-top-left-radius: .4em;
  width: 1em;
  height: 1em;
}

.overlay-corner.top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.overlay-corner.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.overlay-corner.bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.count-row-divider {
  background-color: #efeeec;
  width: 2px;
  height: .75em;
  transform: rotate(15deg);
}

.button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 0;
  display: flex;
  position: relative;
}

.overlay-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 28.125em;
  display: flex;
}

.count-column {
  height: 1em;
  overflow: hidden;
}

.slide-inner {
  border-radius: .5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.caption-dot {
  background-color: #131313;
  border-radius: 10em;
  flex: none;
  width: .5em;
  height: .5em;
}

.slider-list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.caption {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
}

.slider-slide {
  flex: none;
  width: 42.5em;
  height: 28em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  transition: opacity .4s;
  position: relative;
}

.main {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-caption {
  z-index: 2;
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  color: #131313;
  white-space: nowrap;
  background-color: #efeeec;
  border-radius: .25em;
  justify-content: flex-start;
  align-items: center;
  padding: .4em .75em .4em .5em;
  display: flex;
  position: absolute;
  top: 1.25em;
  left: 1.25em;
  overflow: hidden;
}

.slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.transition {
  z-index: 100;
  background-color: black;
  flex-flow: wrap;
  grid-template-columns: repeat(8, 1fr);
  place-content: center;
  place-items: center;
  width: 100%;
  min-height: 100vh;
  display: grid;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.transition-block {
  aspect-ratio: 1;
  background-color: black;
  width: 100%;
  height: 100%;
}

.footer {
  background: black;
  color: white;
  border-top: 1px solid hsla(0,0%,100%,.7);
  background: black;
  color: white;
}

.footer__container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 40px;
}

.footer ul {
  list-style-type: none;
  padding: 0;
}

.footer__main-row {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
}

.footer__main-row li {
  display: flex;
  flex-direction: column;
}

.footer__main-row li:last-child small {
  text-align: right;
}

.footer small {
  color: hsla(0,0%,100%,.7);
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.footer__secondary-row {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.footer__secondary-row li {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.footer a {
  color: white;
  text-decoration: none;
  transition: color .2s;
}

.footer__main-row a {
  color: inherit;
}

.footer__main-row div {
  margin-top: 16px;
}

.footer a:hover {
  color: #ff4c24;
}

@media screen and (max-width: 767px) {
  .transition {
    grid-template-columns: repeat(6, 1fr);
  }


  .menu-list-item {
    height: 4em;
  }

  .menu-link-heading {
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  .transition {
    grid-template-columns: repeat(4, 1fr);
  }
}


@media screen and (max-width: 991px) {
  .tab-layout__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-content__inner {
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }

  .tab-content__top {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .tab-visual__wrap {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-visual__item {
    overflow: hidden;
  }

  .tab-content__wrap {
    max-width: none;
    margin-left: 0;
  }

  .overlay-slider,
  .main {
    position: static;
  }

  .overlay-inner {
    height: unset;
    gap: 20px;
  }

  .section-draggable-slider {
    flex-direction: column-reverse;
    align-items: start;
    min-height: unset;
    padding-bottom: 60px;
    gap: 50px;
  }

  .slider-slide {
    width: 80vw;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .overlay-slider {
    width: unset;
  }

  .footer__main-row,
  .footer__secondary-row{
    flex-direction: column;
    row-gap: 2rem;
  }

  .footer__main-row {
    font-size: 1.5rem;
  }
  .footer small {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .tab-layout__wrap {
    grid-row-gap: 2em;
  }

  .tab-heading {
    font-size: 2.8em;
  }

  .tab-visual__item {
    border-radius: .25em;
  }

  .tab-content__bottom {
    max-width: none;
  }

  .tab-content__item-main {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .content-item__nr {
    margin-top: -.2em;
  }

  .content-item__heading {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .tab-heading {
    font-size: 3em;
  }

  .footer__main-row li:last-child small {
    text-align: left;
  }

  .tab-visual__inner {
    border-style: none;
    border-radius: .25em;
    padding: 0;
  }

  .tab-image {
    aspect-ratio: auto;
  }

  .tab-content__item {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .tab-content__item-main {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .content-item__nr {
    flex: none;
  }

  .content-item__heading {
    font-size: 1.5em;
  }

  .tab-content__item-detail {
    padding-left: 3em;
  }

  .mobile-full-width {
    max-width: 100vw;
    width: 100vw;
    margin-inline: -20px;
  }
}