@font-face {
  font-family: Blacker;
  src: url('../fonts/Blacker-Display-Medium.woff2') format("woff2"), url('../fonts/Blacker-Display-Medium.woff') format("woff"), url('../fonts/Blacker-Display-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Blacker;
  src: url('../fonts/Blacker-Display-Regular.woff2') format("woff2"), url('../fonts/Blacker-Display-Regular.woff') format("woff"), url('../fonts/Blacker-Display-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: #332d29;
  --orange__hover: #e77a2c;
  --white: white;
  --black-2: #332d29e6;
  --orange: #ff8731;
  --sienna: #bb4f00;
  --white-hover: #fce6d7;
  --color: #fff9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: var(--black);
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Blacker, Georgia, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 64px;
}

h3 {
  color: var(--black);
  margin-top: 16px;
  margin-bottom: 32px;
  font-family: Blacker, Georgia, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #332d29cc;
  margin-bottom: 24px;
}

.sitewrapper {
  overflow: hidden;
}

.home__head {
  z-index: 1;
  text-align: right;
  background-image: linear-gradient(#332d29cc, #332d29cc), url('../images/home__bg.jpg');
  background-position: 0 0, 50% 0;
  margin-bottom: 100px;
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.home__head.is-video {
  background-image: none;
  background-position: 0 0;
}

.nav {
  background-color: #0000;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap__r__head {
  margin-left: auto;
  display: flex;
}

.body {
  color: #332d29cc;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.phone__header {
  color: #fff;
  border-radius: 1000px;
  align-items: flex-end;
  margin-right: 16px;
  padding: 8px 24px 10px;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.phone__header:hover {
  background-color: #ffffff1a;
}

.phone__header.ani__200 {
  transition: all .2s cubic-bezier(1, 0, 0, 1);
}

.phone__header.ani__200.mobile__cta.othermob__cta {
  display: none;
}

.phone__header.ani__200.mobile__cta.whatsapp {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 0 10px;
}

.phone__icon {
  margin-right: 8px;
}

.phone__icon.header__phone {
  width: 24px;
}

.phone__icon.header__phone.whatsapp {
  width: 40px;
  margin-right: 0;
}

.button__orange {
  z-index: 999;
  color: #332d29cc;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ff8731;
  border-radius: 1000px;
  padding: 12px 32px 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.button__orange:hover {
  background-color: var(--orange__hover);
}

.button__orange.button__overlap {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20px;
}

.button__orange.button__overlap.white__text {
  color: var(--white);
}

.button__orange.centered {
  margin-left: auto;
  margin-right: auto;
}

.button__orange.white__text {
  color: var(--white);
}

.nav__menu {
  font-size: 17px;
}

.nav__link {
  color: #ffffffe6;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 700;
}

.nav__link:hover, .nav__link.w--current {
  color: #fff;
}

.dropdown__link {
  color: #ffffffe6;
  padding-left: 16px;
  padding-right: 20px;
  font-weight: 700;
}

.dropdown__link:hover {
  color: #fff;
}

.dropdown__text {
  color: #ffffffe6;
}

.dropdown__text:hover {
  color: #fff;
}

.brand {
  margin-right: 24px;
}

.dropdown__icon {
  color: #fff0;
  background-image: url('../images/dropdown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: -2px;
}

.value__props__slider {
  background-color: var(--black-2);
  border-radius: 1000px;
  max-width: 1400px;
  height: 40px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.value__props__slider.offers {
  background-color: var(--white);
  height: 40px;
  margin-top: 1px;
  margin-bottom: 12px;
  line-height: 26px;
}

.hide {
  display: none;
}

.head__slide {
  color: #ffffffe6;
  width: 33.3333%;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 14px;
}

.head__slide.right__border {
  border-right: 1px dashed #ff873133;
}

.head__slide.left__border {
  border-left: 1px dashed #ff873133;
}

.value__prop__wrap {
  color: #ffffffe6;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.value__prop__wrap.bestof {
  position: relative;
  top: -3px;
}

.value__prop__wrap.review__prop {
  margin-top: 7px;
}

.check__icon {
  margin-right: 8px;
}

.bold__orange {
  color: var(--orange);
  font-weight: 700;
}

.bold__orange.dark {
  color: var(--sienna);
}

.stars__val {
  margin-left: 8px;
  margin-right: 8px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.container.home__headings {
  margin-top: 80px;
  padding-bottom: 180px;
  padding-left: 0;
  padding-right: 0;
}

.container.home__headings.center {
  text-align: center;
}

.container.home__headings.center.areas {
  padding-bottom: 80px;
}

.container.center {
  align-items: center;
}

.intro__small {
  color: #fffc;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.page__intro {
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 0 auto 40px;
  font-family: Blacker, Georgia, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 80px;
}

.page__intro.home {
  border-bottom-color: var(--orange);
  width: auto;
  margin-bottom: 16px;
  padding-top: 32px;
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

.bottom__mask {
  width: 100%;
  position: absolute;
  inset: auto 0% -1px;
}

.down__arrow {
  z-index: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -22px;
}

.stitching__left {
  z-index: 1;
  position: absolute;
  inset: -70px auto 0% -950px;
}

.stitching__right {
  z-index: 1;
  position: absolute;
  inset: 220px -930px 0% auto;
}

.center {
  text-align: center;
}

.line__br {
  width: 60%;
}

.line__br.center {
  text-align: center;
}

.big__subhead {
  color: #332d29;
  font-size: 22px;
}

.big__subhead.homehead {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.sofa__cut {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 124px;
  left: 0;
  right: 0;
}

.sofa__points {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-flow: row;
  width: 100%;
}

.sofa__wrap {
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}

.body__big {
  color: var(--black);
  font-size: 18px;
  line-height: 24px;
}

.body__big.head__margin {
  margin-top: 24px;
  margin-bottom: 16px;
}

.body__big.review__p {
  color: #332d29e6;
  width: 100%;
  margin-bottom: 40px;
  line-height: 28px;
}

.body__big.white {
  color: #fff;
}

.body__big.white.narrow__cta {
  width: 40%;
  line-height: 28px;
}

.left__line {
  z-index: -1;
  position: absolute;
  inset: auto -146px -37px auto;
}

.right__line {
  z-index: -1;
  position: absolute;
  inset: auto auto -37px -146px;
}

.dog__home {
  position: absolute;
  inset: auto auto -200px -150px;
}

.home__overlap {
  z-index: 0;
  background-color: #bb4f001a;
  margin-top: 105px;
  padding-top: 164px;
  position: relative;
}

.home__overlap.margin-0 {
  margin-top: 0;
}

.home__overlap.margin-0.padd-4 {
  padding-top: 4rem;
}

.home__overlap.is-festive {
  background-color: #0000;
  margin-top: 0;
  padding-top: 4rem;
}

.sofa_benefits__slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 64px;
}

.benefit__slide {
  text-align: center;
  width: 25%;
  padding-left: 24px;
  padding-right: 24px;
}

.body__small {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.body__small.step__desc {
  padding-right: 32px;
}

.body__small.pad__right {
  padding-right: 70px;
}

.body__small.pad__right.areas__pad {
  padding-left: 70px;
}

.body__small.answer {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}

.body__small.center {
  text-align: center;
}

.line__br_more {
  width: 40%;
}

.line__br_more.step__heading {
  margin-top: 132px;
  margin-bottom: 40px;
}

.line__br_more.step__heading.handmade_h4 {
  color: var(--black);
  width: 35%;
  margin-bottom: 32px;
  font-family: Blacker, Georgia, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

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

.steps__wrapper {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.steps__wrapper.is-festive {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.step {
  z-index: 1;
  flex: 1;
  position: relative;
}

.number_wrap {
  border: 2px solid var(--orange);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.number {
  color: var(--black);
  font-family: Blacker, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  bottom: -3px;
}

.faint__line {
  background-color: #ff87311a;
  width: 82%;
  height: 2px;
  position: absolute;
  inset: 23px 0% auto;
}

.faint__line.is--beds {
  width: 70%;
}

.sec__padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec__padding.orange__bg {
  background-color: #ff87311a;
}

.sec__padding.orange__bg.review__overlap {
  background-color: #bb4f000d;
  margin-top: -78px;
  padding-top: 140px;
}

.sub__wrap {
  align-items: center;
  display: flex;
  position: relative;
  top: -16px;
}

.bestof__logo {
  margin-left: 8px;
  position: relative;
  top: -12px;
}

.review__slider {
  background-color: #0000;
  height: auto;
  margin-top: 16px;
}

.slide__nav {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 8px;
  position: relative;
}

.review__slide {
  background-color: #fff;
  border-radius: 8px;
  width: 380px;
  height: 360px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 40px 48px;
  box-shadow: 0 12px 20px #ff873133;
}

.bestof__star {
  margin-bottom: 24px;
}

.review__mask {
  width: 410px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.author {
  margin-top: auto;
}

.review__wrap {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.new__tab {
  opacity: .6;
  margin-left: 8px;
}

.readreviews {
  color: #332d29cc;
  justify-content: center;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.readreviews:hover {
  color: var(--black);
}

.benefit__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2px 1fr 2px 1fr 2px 1fr 2px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefit__block {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  line-height: 24px;
}

.benefit__block.hide.benefit__show {
  display: block;
}

.benefit__icon {
  margin-bottom: 16px;
}

.vert__stitch {
  border-right: 2px dashed #ff873133;
  width: 1px;
  height: 70px;
}

.vert__stitch.hide.benefit__show {
  display: block;
}

.horiz__stitch__wrap {
  justify-content: space-between;
  width: 100%;
  padding: 32px 90px;
  display: flex;
}

.horiz__stitch {
  border-top: 2px dashed #ff873133;
  width: 70px;
  height: 1px;
}

.designcta__wrap {
  z-index: 102;
  background-color: #fff;
  border: 2px solid #ff873133;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 50px #ff873114;
}

.designer__heading {
  color: var(--black);
  margin-right: 16px;
  font-family: Blacker, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.phone__cta__design {
  background-color: var(--orange);
  color: #fff;
  border-radius: 1000px;
  align-items: flex-end;
  margin-right: 16px;
  padding: 13px 24px 12px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.phone__cta__design:hover {
  background-color: var(--orange__hover);
}

.phone__cta__design.is--secondary {
  color: #ff8731;
  background-color: #0000;
  border: 1px solid #ff8731;
}

.orange__bg {
  background-color: #bb4f000d;
}

.orange__bg.padbot__cta {
  padding-bottom: 80px;
}

.orange__bg.padbot__cta.overlap {
  margin-top: -75px;
}

.split__content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  width: 100%;
  display: flex;
}

.showroom__cta {
  background-color: var(--orange);
  padding-top: 0;
  padding-bottom: 120px;
  position: relative;
}

.cta__heading {
  color: #fff;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.cta__mask {
  background-image: url('../images/mask_top.svg'), linear-gradient(#ff87311a, #ff87311a);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 180px;
  position: relative;
}

.cta__benefit__wrap {
  margin-bottom: 40px;
  display: flex;
}

.benefit {
  align-items: center;
  display: flex;
}

.benefit.middle__marg {
  margin-left: 40px;
  margin-right: 40px;
}

.check {
  margin-right: 8px;
}

.button__white {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 1000px;
  padding: 12px 32px 10px;
  font-size: 15px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.button__white:hover {
  background-color: var(--white-hover);
}

.button__white.cta__buttonmar {
  margin-top: 40px;
}

.footer {
  background-color: #332d29;
  position: relative;
}

.footer__stitch {
  position: absolute;
  inset: 0% -1020px auto auto;
}

.columns__wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.col {
  flex: 1;
}

.foot__h {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.foot__nav {
  color: #fffc;
  width: 100%;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}

.foot__nav:hover {
  color: #fff;
}

.white {
  color: #fffc;
}

.white.times {
  font-size: 16px;
  line-height: 26px;
}

.white.showroom__details {
  font-size: 16px;
  line-height: 22px;
}

.white.copyright {
  color: #fff9;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 13px;
  line-height: 18px;
}

.white.madein {
  margin-left: 8px;
}

.contact__wrap {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.contact__image {
  position: absolute;
  top: 1px;
  left: -32px;
}

.foot__hr {
  background-color: #ffffff1a;
  width: 140px;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.link {
  color: #fff;
}

.stars__footer {
  margin-right: 8px;
}

.facebook__lik {
  margin-top: 32px;
}

.bottom__bar {
  background-color: #332d29;
  border-top: 1px solid #ffffff1a;
  padding-top: 24px;
  padding-bottom: 24px;
}

.bottom__wrap {
  align-items: center;
  width: 100%;
  display: flex;
}

.bottom__link {
  color: #fff;
  text-decoration: none;
}

.madeinbritain {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.leather__sofas {
  background-image: linear-gradient(#000000b3, #0000), url('../images/Hypnos-Orthos-Origins-6-dressed_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 100px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.leather__sofas.new_image {
  background-image: linear-gradient(#000000b3, #0000), url('../images/Frame-1-1.png');
}

.leather__sofas.is-sealy {
  background-image: linear-gradient(#000000b3, #0000), url('../images/Sealy-Mattresses-5.png');
}

.page__intro__narrow {
  color: #fff;
  text-align: center;
  width: 60%;
  margin: 0 auto 40px;
  font-family: Blacker, Georgia, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 80px;
}

.landing__grid {
  z-index: 5;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  position: relative;
}

.landing__image {
  position: absolute;
  inset: 15px -160px auto auto;
}

.dog__landing {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto -190px -70px auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.section {
  background-color: #bb4f000d;
}

.section.sec__padding.no-bg {
  background-color: #0000;
}

.dropdown__list.w--open {
  background-color: #fff;
  width: 210px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 15px 20px #0003;
}

.dropdown__item {
  color: #332d29cc;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.dropdown__item:hover {
  border-left: 5px solid var(--black);
  color: var(--black);
  background-color: #332d291a;
}

.dropdown__item.w--current {
  border-left: 5px solid var(--orange);
  color: var(--black);
  font-weight: 700;
}

.narrow {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.narrow.marg__map {
  margin-bottom: 16px;
}

.narrow__intro {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
}

.narrow__intro.body__xl {
  font-size: 22px;
  line-height: 40px;
}

.checklist__wrap {
  border: 2px dashed #ff873166;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-top: 16px;
  margin-bottom: 56px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.h4__check {
  font-family: Blacker, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.checklist {
  justify-content: space-around;
  width: 100%;
  margin-top: 24px;
  padding-left: 80px;
  padding-right: 80px;
  list-style-type: none;
  display: flex;
}

.checklist__item {
  background-image: url('../images/check-header.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 24px;
}

.question {
  cursor: pointer;
  background-color: #ff87311a;
  flex-wrap: wrap;
  width: 80%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px 16px;
  transition: all .1s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.question:hover {
  background-color: #ff873133;
}

.question__h6 {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.expand__button {
  background-image: url('../images/question__arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.content__split {
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  place-content: start;
  justify-items: start;
  width: 80%;
  margin-top: 24px;
  margin-bottom: 40px;
}

.gallery__grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.button__maps {
  color: var(--black-2);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff4eb;
  background-image: url('../images/maps.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 1000px;
  padding: 12px 32px 10px 60px;
  font-size: 15px;
  font-weight: 700;
}

.button__maps.button__overlap {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20px;
}

.button__maps.button__overlap:hover {
  background-color: #fff;
}

.padd__top_min {
  padding-top: 60px;
}

.button__phone {
  background-color: var(--orange);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: url('../images/phone__white.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 1000px;
  padding: 12px 32px 10px 60px;
  font-size: 15px;
  font-weight: 700;
}

.form__tabs {
  width: 80%;
}

.tabs__menu {
  justify-content: space-around;
  display: flex;
}

.tab {
  color: #332d2999;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #332d2933;
  flex: 1;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 22px;
  line-height: 22px;
}

.tab.w--current {
  border-bottom-color: var(--orange);
  color: var(--black);
  background-color: #0000;
}

.tab__wrapper {
  padding: 56px 40px;
}

.form__wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.form__label {
  color: var(--black);
  text-align: left;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.form__field {
  height: 72px;
  margin-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
}

.form__field:focus {
  border: 1px solid var(--orange);
}

.form__field.message__box {
  min-height: 180px;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.submit {
  background-color: var(--orange);
  border-radius: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
}

.heading {
  font-size: 48px;
  line-height: 56px;
}

.map-2 {
  height: 500px;
}

.hide__d {
  display: none;
}

.heading-2.leather__h {
  padding-right: 60px;
}

.columns {
  column-count: 4;
}

.columns.is-three {
  column-count: 3;
}

.lightbox__img {
  margin-bottom: 24px;
}

.phone__text {
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.mobile__text.secondary__cta {
  display: none;
}

.section-2 {
  background-color: #ff87311a;
}

.radio__wrap {
  text-align: left;
  margin-right: 32px;
}

.radio__buttons {
  justify-content: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.callback__grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.measure__grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404__head {
  text-align: right;
  background-color: #332d29b3;
  margin-bottom: 100px;
  padding: 24px 40px 40px;
  position: relative;
}

._404__sec {
  min-height: 50vh;
  margin-bottom: 100px;
}

.orange__text {
  color: var(--orange);
}

.areas__head {
  background-color: #332d29cc;
  background-image: linear-gradient(#0009, #0000), url('../images/about__head.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 100px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.areas__head.walsall {
  background-image: linear-gradient(#0009, #0000), url('../images/leather-header.jpg');
}

.areas__head.cannock {
  background-image: linear-gradient(#0009, #0000), url('../images/Totty-Kami-2.jpg');
}

.areas__head.kingswin {
  background-image: linear-gradient(#0009, #0000), url('../images/recliner-header.jpg');
}

.areas__head.stafford {
  background-image: linear-gradient(#0009, #0000), url('../images/corner-header.jpg');
  background-position: 0 0, 50%;
}

.areas__head.stourbridge {
  background-image: linear-gradient(#0009, #0000), url('../images/fabric-header.jpg');
}

.areas__head.wombourne {
  background-image: linear-gradient(#0009, #0000), url('../images/Tenco.jpg');
  background-position: 0 0, 50% 100%;
}

.areas__head.aldridge {
  background-image: linear-gradient(#0009, #0000), url('../images/New-Kami-Pic-7.jpg');
  background-position: 0 0, 50%;
}

.areas__head.himley {
  background-image: linear-gradient(#0009, #0000), url('../images/TDP-9.jpg');
  background-position: 0 0, 50%;
}

.areas__head.muchwen {
  background-image: linear-gradient(#0009, #0000), url('../images/New-Kami-Pic-4.jpg');
  background-position: 0 0, 50% 100%;
}

.areas__head.sutton {
  background-image: linear-gradient(#0009, #0000), url('../images/corner-header.jpg');
  background-position: 0 0, 50%;
}

.areas__head.westbrom {
  background-image: linear-gradient(#0009, #0000), url('../images/New-Kami-Pic-7.jpg');
}

.areas__head.bridge {
  background-image: linear-gradient(#0009, #0000), url('../images/P1550138.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.areas__head.dudley {
  background-image: linear-gradient(#0009, #0000), url('../images/TDP-1.jpg');
  background-position: 0 0, 50% 100%;
}

.areas__head.newport {
  background-image: linear-gradient(#0009, #0000), url('../images/Totty-Kami-.jpg');
  background-position: 0 0, 50%;
}

.areas__head.shrews {
  background-image: linear-gradient(#0009, #0000), url('../images/recliner-header.jpg');
}

.areas__list {
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.areas__grid {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.area__link {
  color: var(--orange);
  flex: 0 33%;
  margin-bottom: 16px;
}

.area__sec {
  margin-bottom: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.left__wrap__flex {
  flex: 0 auto;
}

.area__img {
  flex: 0 auto;
  position: sticky;
  top: 24px;
}

.right__flex {
  flex: 1;
  position: relative;
  top: 10px;
}

.form__success {
  background-color: #ff87311a;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 32px;
}

.leather__cut {
  position: absolute;
  inset: 47px -174px auto auto;
}

.leather__grid {
  z-index: 5;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  width: 100%;
  position: relative;
}

.leather__grid.is--bed {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr;
}

.dog__leather {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto -238px -70px auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.fabric__bg {
  background-image: linear-gradient(#000000b3, #0000), url('../images/fabric-header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 100px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.fabric__cut {
  position: absolute;
  inset: 91px -160px auto auto;
}

.dog__fabric {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto -284px -70px auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.corner__header {
  background-image: linear-gradient(#000000b3, #0000), url('../images/corner-header.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 100px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.corner__cut {
  position: absolute;
  inset: 61px -147px auto auto;
}

.dog__recliner {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto -256px -70px auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.recliner--cut {
  position: absolute;
  inset: 121px -125px auto auto;
}

.recliner__head {
  background-image: linear-gradient(#000000b3, #0000), url('../images/recliner-header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 100px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.area {
  padding-left: 40px;
  padding-right: 40px;
}

.area p {
  line-height: 26px;
}

.area a {
  color: var(--orange);
}

.chesterfield__header {
  background-image: linear-gradient(#000000b3, #0000), url('../images/chesterfield.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 100px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.chester__cut {
  position: absolute;
  inset: 70px -47px auto auto;
}

.about-__grid {
  z-index: 5;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  position: relative;
}

.about__head {
  background-image: linear-gradient(#000000b3, #0000), url('../images/about__head.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 100px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.about__head.is-festive {
  background-image: linear-gradient(#000000b3, #0000), url('../images/watching-christmas-movie-on_projector.jpg');
  background-position: 0 0, 50% 0;
}

.steps__pad {
  padding-bottom: 56px;
}

.contact__head {
  text-align: right;
  background-image: linear-gradient(#000000b3, #0000), url('../images/contact.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 100px;
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.sticky {
  z-index: 999999;
  background-color: var(--black);
  opacity: 0;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  display: flex;
  position: fixed;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -151px);
}

.logo__stick {
  width: 100px;
}

._50w {
  flex: 0 auto;
  width: 48%;
  position: relative;
}

._100w {
  width: 100%;
}

.padding-section-medium, .padding-bottom.padding-medium {
  padding-bottom: 5rem;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.button-group.is-flex {
  align-items: center;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.visit--showroom {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ff8731;
  border-radius: 1000px;
  align-items: center;
  padding: 12px 32px 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.visit--showroom:hover {
  background-color: var(--orange__hover);
}

.visit--showroom.button__overlap {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20px;
}

.visit--showroom.centered {
  margin-left: auto;
  margin-right: auto;
}

.visit--showroom.is-secondary {
  border: 1px solid var(--white);
}

.visit--showroom.is-secondary.cta__buttonmar {
  margin-top: 40px;
}

.margin-bottom.margin-small {
  margin-bottom: 2rem;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.cta--header {
  margin-right: 16px;
  font-size: 24px;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout143_lightbox-image {
  object-fit: cover;
  width: 100%;
}

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

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-size-medium {
  font-size: 1.125rem;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-bottom-2, .margin-bottom-2.margin-xsmall, .margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout143_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
}

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

.container-large {
  width: 100%;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
}

.button {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.offer--text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}

.offer--text.orange__text {
  color: var(--sienna);
}

.event-item-header11_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.event-item-header11_title-wrapper {
  flex-direction: column;
  display: flex;
}

.event-item-header11_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.breadcrumb-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.event-item-header11_metatag-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  display: flex;
}

.event-item-header11_metatag-list_metatag-item {
  align-items: center;
  display: flex;
}

.event-item-header11_metatag-icon {
  flex: none;
  align-self: flex-start;
  margin-right: .5rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.event-item-header11_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.event-item-header11_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_input {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-select-input {
  background-image: none;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.success-text {
  font-weight: 600;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.error-text {
  color: #e23939;
}

.event-right {
  object-fit: cover;
  height: 100%;
}

.event-wrap {
  padding-bottom: 2rem;
}

.festive--image {
  object-fit: cover;
  height: 100%;
}

.hero-background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.watch-video {
  text-decoration: none;
}

.hero--background-video {
  width: 100%;
  height: 100%;
}

.logo--wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-logo {
  width: 12rem;
  height: auto;
}

.lightbox--image {
  display: block;
}

.lightbox--image.is-large {
  width: 100%;
  max-width: 80rem;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .phone__header.ani__200.mobile__cta.othermob__cta, .phone__icon.menu__mob {
    display: none;
  }

  .nav__menu {
    z-index: 2;
    background-color: #fff;
    width: 100%;
    margin-left: 24px;
    margin-right: 24px;
    inset: 61px 0% auto -24px;
  }

  .nav__link {
    color: var(--black-2);
  }

  .nav__link:hover {
    color: var(--black);
  }

  .nav__link.w--current {
    border-left: 5px solid var(--orange);
    color: var(--black);
  }

  .dropdown__link {
    color: var(--black-2);
    padding-left: 8px;
  }

  .dropdown__text {
    color: var(--black-2);
  }

  .dropdown__text:hover {
    color: var(--black);
  }

  .value__props__slider.offers {
    background-color: var(--white);
  }

  .head__slide {
    font-size: 13px;
  }

  .page__intro {
    width: 100%;
  }

  .page__intro.home {
    padding-top: 0;
    font-size: 70px;
    line-height: 80px;
  }

  .down__arrow {
    display: inline;
  }

  .line__br {
    width: 90%;
  }

  .line__br.center {
    font-size: 50px;
  }

  .big__subhead.homehead {
    font-size: 24px;
    line-height: 32px;
  }

  .sofa__cut {
    width: 60%;
    max-width: none;
    top: 160px;
  }

  .sofa__points {
    grid-template-columns: .3fr 1fr .3fr;
  }

  .body__big.white.narrow__cta {
    width: 70%;
  }

  .left__line, .right__line {
    display: none;
  }

  .dog__home {
    width: 220px;
    display: none;
    bottom: -92px;
    left: -40px;
  }

  .home__overlap {
    margin-top: 29px;
    padding-top: 120px;
  }

  .benefit__slide {
    width: auto;
    padding-left: 80px;
    padding-right: 80px;
  }

  .body__small.pad__right {
    padding-right: 24px;
  }

  .body__small.pad__right.areas__pad {
    margin-bottom: 40px;
  }

  .line__br_more.step__heading {
    width: 70%;
    margin-top: 80px;
  }

  .line__br_more.step__heading.handmade_h4 {
    width: 70%;
    margin-top: 100px;
  }

  .image {
    right: -487px;
  }

  .steps__wrapper {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .step {
    flex: 0 33%;
    margin-bottom: 16px;
  }

  .faint__line {
    display: none;
  }

  .sec__padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sec__padding.orange__bg {
    padding-top: 70px;
  }

  .sec__padding.orange__bg.review__overlap {
    margin-top: -56px;
  }

  .benefit__wrapper {
    grid-column-gap: 8px;
  }

  .benefit__wrapper.minus {
    margin-top: 0;
  }

  .benefit__block {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .benefit__icon {
    width: 48px;
  }

  .horiz__stitch__wrap {
    padding: 24px 24px 16px;
  }

  .designcta__wrap {
    width: 90%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .designer__heading {
    font-size: 24px;
  }

  .cta__mask {
    height: 100px;
  }

  .columns__wrap {
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .white.copyright {
    font-size: 11px;
  }

  .white.madein {
    font-size: 14px;
  }

  .leather__sofas {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page__intro__narrow {
    width: 80%;
  }

  .landing__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: -70px;
  }

  .landing__image {
    position: relative;
    top: 30px;
    right: auto;
  }

  .dog__landing {
    width: 200px;
    bottom: -8px;
    right: -54px;
  }

  .narrow, .narrow__intro {
    width: 80%;
  }

  .narrow__intro.body__xl {
    font-size: 18px;
    line-height: 32px;
  }

  .checklist__wrap, .question, .content__split {
    width: 90%;
  }

  .form__tabs {
    width: 100%;
  }

  .tab {
    font-size: 18px;
  }

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

  .form__wrapper {
    width: 90%;
  }

  .menu__button {
    z-index: 10;
    background-color: #fff;
    background-image: url('../images/menu-line.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border-radius: 100px;
    width: 48px;
    height: 48px;
    margin-left: 16px;
    font-size: 0;
  }

  .hide__d {
    font-size: 8px;
    display: block;
    position: relative;
  }

  .heading-2 {
    font-size: 40px;
  }

  .heading-3 {
    margin-top: 32px;
  }

  .heading-4 {
    font-size: 48px;
    line-height: 56px;
  }

  .columns {
    column-count: 3;
  }

  .mobile__text {
    display: none;
  }

  .areas__head {
    background-image: linear-gradient(#000000b3 20%, #0000), url('../images/leather-sofas_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-left: 24px;
    padding-right: 24px;
  }

  .areas__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: -70px;
  }

  .leather__cut {
    position: relative;
    top: 30px;
    right: auto;
  }

  .leather__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: -70px;
  }

  .leather__grid.is--bed {
    flex-direction: column;
    display: flex;
  }

  .dog__leather {
    width: 200px;
    bottom: -8px;
    right: -54px;
  }

  .fabric__bg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .fabric__cut {
    position: relative;
    top: 30px;
    right: auto;
  }

  .dog__fabric {
    width: 200px;
    bottom: -8px;
    right: -69px;
  }

  .corner__header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .corner__cut {
    position: relative;
    top: 30px;
    right: auto;
  }

  .dog__recliner {
    width: 200px;
    bottom: -8px;
    right: -54px;
  }

  .recliner--cut {
    position: relative;
    top: 30px;
    right: auto;
  }

  .recliner__head {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .chesterfield__header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .chester__cut {
    position: relative;
    top: 30px;
    right: auto;
  }

  .about-__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about__head {
    padding-left: 24px;
    padding-right: 24px;
  }

  .steps__pad {
    padding-bottom: 36px;
  }

  .button-group.is-flex {
    flex-direction: column;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout143_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-small {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .offer--text.orange__text {
    font-size: 14px;
  }

  .event-item-header11_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .event-item-header11_form {
    grid-row-gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .home__head {
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav {
    justify-content: flex-end;
  }

  .phone__header.ani__200 {
    background-color: #ffffff1a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding-left: 15px;
  }

  .phone__header.ani__200.mobile__cta {
    display: none;
  }

  .phone__icon {
    max-width: none;
    margin-right: 0;
  }

  .phone__icon.designericon {
    margin-right: 8px;
  }

  .button__orange {
    padding-top: 11px;
    font-size: 14px;
  }

  .button__orange.header__showroom {
    padding-top: 11px;
  }

  .nav__menu {
    justify-content: flex-end;
    width: 50%;
    left: auto;
    right: -5%;
  }

  .nav__link {
    border-bottom: 1px solid #332d2933;
  }

  .dropdown__link {
    justify-content: space-between;
    display: block;
  }

  .dropdown__link.is--border {
    border-bottom: 1px solid #332d2933;
  }

  .brand {
    width: 120px;
  }

  .value__props__slider.offers {
    background-color: var(--white);
    border-radius: 10px;
    height: auto;
    padding: 5px 10px;
  }

  .head__slide {
    width: 100%;
  }

  .head__slide.right__border {
    border-right-style: none;
  }

  .head__slide.left__border {
    border-left-style: none;
  }

  .container.home__headings {
    margin-top: 32px;
    padding-bottom: 100px;
  }

  .container.home__headings.center {
    padding-bottom: 81px;
  }

  .container.designer__mar {
    padding-left: 0;
    padding-right: 0;
  }

  .intro__small {
    font-size: 16px;
  }

  .page__intro {
    font-size: 48px;
    line-height: 56px;
  }

  .page__intro.home {
    margin-bottom: 24px;
    font-size: 50px;
    line-height: 60px;
  }

  .down__arrow {
    display: none;
  }

  .line__br.center {
    font-size: 40px;
    line-height: 48px;
  }

  .big__subhead {
    line-height: 30px;
  }

  .sofa__cut {
    width: 100%;
    position: relative;
    top: -40px;
  }

  .sofa__points {
    grid-template-columns: 1fr 1fr;
    margin-top: -49px;
  }

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

  .body__big.head__margin.grid_mar {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .home__overlap {
    z-index: 1;
    padding-top: 50px;
  }

  .sofa_benefits__slider {
    margin-bottom: 40px;
  }

  .body__small.pad__right.areas__pad {
    padding-left: 0;
  }

  .line__br_more.step__heading {
    width: 70%;
    font-size: 32px;
    line-height: 40px;
  }

  .line__br_more.step__heading.handmade_h4 {
    margin-top: 40px;
    font-size: 32px;
    line-height: 40px;
  }

  .steps__wrapper {
    flex-direction: column;
  }

  .step {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(48px, 48px) 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 24px;
    display: grid;
  }

  .faint__line {
    width: 2px;
    height: 80%;
    display: block;
    left: 23px;
  }

  .faint__line.is--beds {
    width: 2px;
  }

  .benefit__wrapper {
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 2px 1fr;
  }

  .benefit__block {
    flex: 0 49%;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .benefit__block.hide {
    display: block;
  }

  .benefit__block.hide.benefit__show, .vert__stitch, .vert__stitch.hidestictch, .vert__stitch.hide.benefit__show, .horiz__stitch__wrap {
    display: none;
  }

  .designcta__wrap {
    border-radius: 0;
    flex-direction: column;
    width: 100%;
    padding: 32px 24px;
  }

  .designer__heading {
    text-align: center;
    margin-right: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .phone__cta__design.is--secondary {
    align-self: stretch;
    margin-right: 0;
  }

  .orange__bg.padbot__cta.overlap {
    margin-top: 0;
  }

  .split__content {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .showroom__cta {
    padding-bottom: 80px;
  }

  .cta__heading {
    font-size: 48px;
    line-height: 56px;
  }

  .cta__mask {
    background-image: url('../images/mask_top.svg'), linear-gradient(#ff87311a, #ff87311a);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .cta__benefit__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }

  .benefit {
    margin-bottom: 16px;
  }

  .columns__wrap {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .col {
    flex: 0 50%;
  }

  .col.first {
    order: -3;
  }

  .col.second {
    order: -2;
  }

  .col.third {
    order: -1;
  }

  .foot__h {
    margin-bottom: 16px;
  }

  .foot__nav {
    margin-bottom: 4px;
  }

  .white.copyright {
    text-align: center;
    margin-top: 8px;
  }

  .contact__image {
    margin-bottom: 8px;
    position: relative;
    left: 0;
  }

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

  .bottom__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .madeinbritain {
    margin-top: 16px;
    margin-left: 0;
  }

  .leather__sofas {
    margin-bottom: 64px;
  }

  .page__intro__narrow {
    width: 90%;
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 56px;
  }

  .landing__grid {
    margin-bottom: -40px;
  }

  .dog__landing {
    display: none;
  }

  .dropdown__list.w--open {
    box-shadow: none;
    left: 0;
  }

  .dropdown__item {
    border-bottom: 1px solid #332d291a;
  }

  .narrow__intro.body__xl {
    width: 90%;
  }

  .checklist__wrap {
    padding: 24px;
  }

  .checklist {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .checklist__item {
    margin-bottom: 16px;
  }

  .question__h6 {
    line-height: 24px;
  }

  .columns, .columns.is-three {
    column-count: 2;
  }

  .phone__text {
    display: none;
  }

  .mobile__text {
    font-size: 11px;
    line-height: 11px;
  }

  .heading-5 {
    margin-bottom: 24px;
  }

  ._404__head {
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .areas__head {
    margin-bottom: 64px;
  }

  .areas__grid, .leather__grid {
    margin-bottom: -40px;
  }

  .dog__leather {
    display: none;
  }

  .fabric__bg {
    margin-bottom: 64px;
  }

  .dog__fabric {
    display: none;
  }

  .corner__header {
    margin-bottom: 64px;
  }

  .dog__recliner {
    display: none;
  }

  .recliner__head, .chesterfield__header {
    margin-bottom: 64px;
  }

  .about-__grid {
    margin-bottom: -40px;
  }

  .about__head {
    margin-bottom: 64px;
  }

  .contact__head {
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .button-group.is-flex {
    justify-content: center;
    align-self: center;
  }

  .visit--showroom {
    justify-content: center;
    padding-top: 11px;
    font-size: 14px;
  }

  .visit--showroom.header__showroom {
    padding-top: 11px;
  }

  .visit--showroom.is-secondary.cta__buttonmar {
    align-self: stretch;
    margin-top: 20px;
  }

  .cta--header {
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .offer--text.orange__text {
    overflow-wrap: normal;
    font-size: 16px;
    line-height: 26px;
    position: relative;
  }

  .event-item-header11_component {
    grid-row-gap: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .event-item-header11_metatag-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .phone__header.ani__200.mobile__cta {
    background-color: #0000;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 12px;
    display: flex;
  }

  .phone__header.ani__200.mobile__cta.othermob__cta {
    padding: 8px 12px;
    display: none;
  }

  .phone__header.ani__200.mobile__cta.whatsapp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .phone__icon {
    margin-bottom: 4px;
  }

  .phone__icon.menu__mob {
    display: block;
    position: relative;
    right: -1px;
  }

  .button__orange.header__showroom {
    display: none;
  }

  .brand {
    width: 110px;
    margin-right: 0;
    padding-left: 0;
  }

  .value__props__slider {
    margin-top: 8px;
  }

  .value__props__slider.offers {
    background-color: var(--white);
    border-radius: 10px;
    height: auto;
    line-height: 26;
  }

  .container.center {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page__intro.home {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 46px;
  }

  .line__br.center {
    width: 100%;
  }

  .big__subhead.homehead {
    font-size: 20px;
    line-height: 28px;
  }

  .body__big.head__margin.nomar__bot {
    margin-top: 0;
  }

  .body__big.head__margin.grid_mar {
    margin-top: 8px;
  }

  .body__big.white.narrow__cta {
    width: 90%;
  }

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

  .body__small.pad__right.areas__pad {
    padding-right: 0;
  }

  .line__br_more.step__heading {
    width: 90%;
  }

  .line__br_more.step__heading.handmade_h4 {
    width: 90%;
    margin-bottom: 24px;
  }

  .step {
    grid-template-columns: minmax(32px, 32px) 1fr;
  }

  .number_wrap {
    width: 32px;
    height: 32px;
  }

  .number {
    font-size: 18px;
    bottom: -2px;
  }

  .faint__line {
    left: 16px;
  }

  .sec__padding.orange__bg {
    padding-top: 50px;
  }

  .sub__wrap {
    flex-direction: column;
    top: 0;
  }

  .review__slide {
    width: 90vw;
    height: 100%;
  }

  .review__mask {
    width: 100vw;
  }

  .benefit__wrapper {
    grid-row-gap: 0px;
  }

  .benefit__block {
    flex-basis: 47%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .benefit__icon {
    margin-bottom: 8px;
  }

  .vert__stitch.hidestictch.showmob {
    display: none;
  }

  .orange__bg.padbot__cta.overlap {
    padding-bottom: 60px;
  }

  .col {
    flex: 0 auto;
  }

  .white.copyright {
    text-align: left;
    margin-left: 0;
  }

  .bottom__wrap {
    text-align: left;
    align-items: flex-start;
  }

  .leather__sofas {
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.sec__padding {
    padding-bottom: 40px;
  }

  .dropdown__list.w--open {
    width: 170px;
  }

  .narrow.marg__map {
    width: 100%;
  }

  .question {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question__h6 {
    width: 80%;
  }

  .content__split {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .padd__top_min {
    padding-top: 40px;
  }

  .button__phone {
    transition: all .2s cubic-bezier(.77, 0, .175, 1);
  }

  .button__phone:hover {
    background-color: var(--orange__hover);
  }

  .tab {
    padding: 16px 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .tab.w--current {
    padding-left: 8px;
  }

  .tab__wrapper {
    padding-bottom: 24px;
  }

  .div-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .menu__button {
    color: #fff;
    background-color: #0000;
    background-image: none;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    padding: 8px 12px;
    display: flex;
  }

  .menu__button.w--open {
    background-color: #0000;
  }

  .mobile__text {
    text-transform: uppercase;
    margin-top: 4px;
    font-size: 13px;
    display: block;
  }

  .mobile__text.secondary__cta {
    font-size: 13px;
    display: block;
  }

  .callback__grid, .measure__grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .areas__head {
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .areas__grid {
    margin-bottom: 0;
  }

  .fabric__bg, .corner__header, .recliner__head, .chesterfield__header, .about__head {
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sticky {
    padding: 0;
  }

  ._50w {
    width: 100%;
  }

  .visit--showroom.header__showroom {
    display: none;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .offer--text.orange__text {
    font-size: 15px;
    line-height: 25px;
  }

  .event-item-header11_component {
    grid-template-columns: 1fr;
  }

  .event-item-header11_metatag-list {
    grid-template-rows: auto auto;
  }

  .event-item-header11_form {
    grid-row-gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-logo {
    width: 8rem;
  }
}

#w-node-f5f112c8-c9a5-a27d-4d2b-6d466c1cdb00-84f72202 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e600fe7f-214d-9d94-2a36-7f7714acb0c9-14acb0c4 {
  place-self: stretch stretch;
}

#w-node-_426f925b-bca2-38f7-1eda-a7de24c1deb0-cd7c7cb1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7864631a-9a89-b6ad-216f-9f07f911ecb2-d23e34c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7864631a-9a89-b6ad-216f-9f07f911ecb6-d23e34c6, #w-node-a6d97fb4-ae22-962f-5b70-92222fa14c3c-d23e34c6, #w-node-_98f1b05a-13c3-6f84-0264-3cf3515dc7e9-d23e34c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7864631a-9a89-b6ad-216f-9f07f911ecbf-d23e34c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7864631a-9a89-b6ad-216f-9f07f911ecbe-d23e34c6 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_5c6a6cc9-cea3-21cb-ffa6-155567b06a78-d23e34c6, #w-node-_56d112e9-ce1f-26c6-f808-df86aea361a1-d23e34c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f429df50-f56e-a7c8-f32e-257c9eeb1881-d23e34c6, #w-node-_8cd0555b-bff1-1db1-867c-9b98f86e8b66-d23e34c6, #w-node-a9804f05-591f-f1cd-64eb-30bcb0661e2e-d23e34c6, #w-node-_35c6c325-d533-5a52-c185-13da7b5cda31-d23e34c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-3cee87fd, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-3cee87fd, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-48416dc6, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-48416dc6, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-f173285f, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-f173285f, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-dfc47650, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-dfc47650, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-a739715e, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-a739715e, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-28c4745f, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-28c4745f, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-df732666, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-df732666, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-fbae5ffc, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-fbae5ffc, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-9b69ca69, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-9b69ca69, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-ae774ff6, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-ae774ff6, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-eb69d689, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-eb69d689, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-6b5404d8, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-6b5404d8, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-23ffeae1, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-23ffeae1, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-89b6ca84, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-89b6ca84, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-a6541217, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-a6541217, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-3c0f405d, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-3c0f405d, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-1245a44c, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-1245a44c, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-31d4fb0c, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-31d4fb0c, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-c6d4fbdb, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-c6d4fbdb, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-e794c56e, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-e794c56e, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-ab45a3c4, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-ab45a3c4, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-c8459ea0, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-c8459ea0, #w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-8f3648e2, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-8f3648e2 {
  align-self: center;
}

#w-node-fbe3c277-1956-82ff-0063-32284b441c22-ce4edbbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cb15d5c-2a65-0587-22d7-97bbfcfbc72a-abf34807, #w-node-de4ee621-b286-78ee-8bcd-00c9e47e3724-abf34807 {
  align-self: center;
}

#w-node-_67ab24b9-19f7-62b5-7da3-bacf132ff4f1-f274a65b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ab24b9-19f7-62b5-7da3-bacf132ff50d-f274a65b {
  justify-self: start;
}

#w-node-_0bc851fe-c26f-13a5-39db-42000a1e0c32-f274a65b {
  place-self: stretch stretch;
}

#w-node-_67ab24b9-19f7-62b5-7da3-bacf132ff4df-f274a65b, #w-node-_67ab24b9-19f7-62b5-7da3-bacf132ff4e4-f274a65b, #w-node-_67ab24b9-19f7-62b5-7da3-bacf132ff4e9-f274a65b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab8f73bc-9e4c-f1de-0a4d-0d6794fca108-f274a65b {
  align-self: center;
}

#w-node-fbe3c277-1956-82ff-0063-32284b441c22-12b97bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0d42db36-13af-2ffa-b700-fa0e171d422b-5c492f51 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f5f112c8-c9a5-a27d-4d2b-6d466c1cdb00-84f72202 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bdeb17c4-71fc-94b3-9aae-c5c4f4444c5d-84f72202, #w-node-bdeb17c4-71fc-94b3-9aae-c5c4f4444c66-84f72202, #w-node-bdeb17c4-71fc-94b3-9aae-c5c4f4444c6f-84f72202, #w-node-bdeb17c4-71fc-94b3-9aae-c5c4f4444c78-84f72202, #w-node-bdeb17c4-71fc-94b3-9aae-c5c4f4444c81-84f72202 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f6af3a6d-a12e-c905-2d90-02c16ceb2971-14acb0c4 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-e600fe7f-214d-9d94-2a36-7f7714acb0e8-14acb0c4 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-e600fe7f-214d-9d94-2a36-7f7714acb0ec-14acb0c4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e600fe7f-214d-9d94-2a36-7f7714acb0ed-14acb0c4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e600fe7f-214d-9d94-2a36-7f7714acb0f1-14acb0c4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e600fe7f-214d-9d94-2a36-7f7714acb0f2-14acb0c4 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-e600fe7f-214d-9d94-2a36-7f7714acb0f6-14acb0c4 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-e600fe7f-214d-9d94-2a36-7f7714acb0f7-14acb0c4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e600fe7f-214d-9d94-2a36-7f7714acb0fc-14acb0c4 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_517d5fd8-ed7d-5e77-b8a0-35b39722c58c-9722c57f, #w-node-_517d5fd8-ed7d-5e77-b8a0-35b39722c595-9722c57f, #w-node-_517d5fd8-ed7d-5e77-b8a0-35b39722c59e-9722c57f, #w-node-_517d5fd8-ed7d-5e77-b8a0-35b39722c5a7-9722c57f, #w-node-_517d5fd8-ed7d-5e77-b8a0-35b39722c5b0-9722c57f, #w-node-_5602550f-767f-5306-86c2-b3739a105580-ce4edbbe, #w-node-_5602550f-767f-5306-86c2-b3739a105589-ce4edbbe, #w-node-_5602550f-767f-5306-86c2-b3739a105592-ce4edbbe, #w-node-_5602550f-767f-5306-86c2-b3739a10559b-ce4edbbe, #w-node-_5602550f-767f-5306-86c2-b3739a1055a4-ce4edbbe, #w-node-_6a9aa22d-8e12-ef46-d35f-dd165b5647d1-f274a65b, #w-node-_6a9aa22d-8e12-ef46-d35f-dd165b5647da-f274a65b, #w-node-_6a9aa22d-8e12-ef46-d35f-dd165b5647e3-f274a65b, #w-node-_6a9aa22d-8e12-ef46-d35f-dd165b5647ec-f274a65b, #w-node-_6a9aa22d-8e12-ef46-d35f-dd165b5647f5-f274a65b, #w-node-aff5f80d-fff9-6b99-4238-4199c8ef6004-f274a65b, #w-node-_5602550f-767f-5306-86c2-b3739a105580-12b97bfc, #w-node-_5602550f-767f-5306-86c2-b3739a105589-12b97bfc, #w-node-_5602550f-767f-5306-86c2-b3739a105592-12b97bfc, #w-node-_5602550f-767f-5306-86c2-b3739a10559b-12b97bfc, #w-node-_5602550f-767f-5306-86c2-b3739a1055a4-12b97bfc {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e600fe7f-214d-9d94-2a36-7f7714acb0ce-14acb0c4 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f6af3a6d-a12e-c905-2d90-02c16ceb2971-14acb0c4 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-e600fe7f-214d-9d94-2a36-7f7714acb0e8-14acb0c4 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-e600fe7f-214d-9d94-2a36-7f7714acb0f1-14acb0c4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9401a077-c8a2-1125-6525-3acb0b21f29e-cd7c7cb1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ec430e7d-936d-1131-cd2f-31744dcd4185-cd7c7cb1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_426f925b-bca2-38f7-1eda-a7de24c1deb0-cd7c7cb1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7864631a-9a89-b6ad-216f-9f07f911ecb6-d23e34c6, #w-node-a6d97fb4-ae22-962f-5b70-92222fa14c3c-d23e34c6, #w-node-_98f1b05a-13c3-6f84-0264-3cf3515dc7e9-d23e34c6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7864631a-9a89-b6ad-216f-9f07f911ecba-d23e34c6, #w-node-_7864631a-9a89-b6ad-216f-9f07f911ecbe-d23e34c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Blacker';
  src: url('../fonts/Blacker-Display-Medium.woff2') format('woff2'), url('../fonts/Blacker-Display-Medium.woff') format('woff'), url('../fonts/Blacker-Display-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Blacker';
  src: url('../fonts/Blacker-Display-Regular.woff2') format('woff2'), url('../fonts/Blacker-Display-Regular.woff') format('woff'), url('../fonts/Blacker-Display-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}