html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html,
body {
  overflow-x: hidden;
}
b {
  font-weight: 700;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
p,
a,
div,
label,
input,
ul,
li {
  font-family: "Roboto Mono", monospace;
  line-height: 1.4;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
i {
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover,
a:focus {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}
.container-fluid {
  padding: 0px 3%;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.how-it-works {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.nav-link {
  font-family: "Playfair Display", serif;
  color: #fff;
  cursor: pointer;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  height: 60px;
}
.nav-item {
  margin-right: 30px;
}
.about-nav .nav-item.background-none {
  background: none;
}

.off-white {
  background: #f9f2ea;
}
.section .container-fluid.padding-bottom-0 {
  padding-bottom: 0;
}
.section .container-fluid {
  padding: 70px 3%;
}
.section {
  position: relative;
}
.main-heading {
  color: #000;
  font-size: 5rem;
  line-height: 1.4;
}
.main-hover-table {
  text-align: right;
  margin-top: -60px;
  margin-bottom: 280px;
  position: relative;
  z-index: 1;
}
.main-hover-table img {
  width: 60%;
}
.main-btn {
  background: url(../images/btn-bg.svg);
  border: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  text-decoration: none;
  width: 173px;
  height: 173px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 1.4rem;
  font-weight: 700;
}
.white-btn {
  background: url(../images/white-btn.svg);
  border: 0;
  color: #000;
  font-family: "Playfair Display", serif;
  text-decoration: none;
  width: 123px;
  height: 123px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-top: -30px;
  margin-left: 40%;
  position: relative;
  z-index: 1;
}
.hover-bio {
  width: 40ch;
  line-height: 1.4rem;
  font-weight: 300;
  position: absolute;
  bottom: 140px;
  left: 31%;
}
.hover-bio p {
  margin-top: 30px;
  font-weight: 400;
}

.hover-white-bg {
  position: absolute;
  top: 390px;
  text-align: center;
  width: 100%;
  z-index: 0;
}
.hover-white-bg img {
  width: 31%;
}
.gradient-bg {
  background: linear-gradient(180deg, #f9f2ea 0%, #ff4824 100%);
  height: 40px;
}
.orange {
  background: #ff4824;
}
.text-orange {
  color: #ff4824;
}
.body-hover {
  padding-right: 5%;
}
.body-hover h2 {
  font-size: 9rem;
  width: 11ch;
  text-align: right;
  margin: 0 0 0 auto;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.body-hover img {
  position: absolute;
  width: 30%;
  top: 330px;
  left: 16%;
}
.stand-lean {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #881600;
  margin-top: 100px;
}
.stand-lean li,
.sit-text {
  font-weight: 800;
  font-family: "Playfair Display";
  font-size: 2.5rem;
  width: 100px;
}
.sit-text:hover {
  font-size: 0;
}

.sit-text:hover:before {
  font-size: 2.5rem;
  content: attr(data-hover);
}
.stand-lean .line {
  width: 20%;
  height: 1px;
  background: #881600;
  margin: 3px 10px 0;
}
.how-heading {
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-left: 0.85px solid #000000;
  padding-left: 25px;
}
.how-heading h3 {
  color: #ff4824;
  font-weight: 700;
  font-size: 1.4rem;
}
.how-heading h4 {
  font-weight: 700;
  font-size: 3rem;
  width: 16ch;
  margin-top: -5px;
  line-height: 1;
}
.how-rises {
  margin-left: 30px;
}
.how-rises p {
  font-weight: 300;
  margin-top: 30px;
}
.from-us-heading h3 {
  color: #ff4824;
  font-style: italic;
  font-size: 3rem;
  width: 7ch;
}
.from-us-container {
  display: flex;
  padding: 40px 5% 40px 10%;
  justify-content: center;
  align-items: flex-start;
}
.great-block {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #000;
  margin-bottom: 30px;
}
.great-block li:first-child {
  margin-right: 90px;
}
.great-block img {
  width: 40px;
}
.great-block li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.great-block li p {
  margin-left: 20px;
  font-weight: 500;
}
.quality-container {
  padding-left: 20%;
  margin-top: 30px;
}
.testimonial-grid-item {
  position: relative;
}
.testimonial-container {
  display: flex;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 30px;
  width: 60%;
}
.testimonial-bio {
  position: absolute;
  bottom: 20px;
  right: -20px;
  width: 90%;
  backdrop-filter: blur(28px);
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 15px;
  display: flex;
  border-radius: 10px;
}
.testimonial-bio img {
  width: 40px;
}
.testimonial-profile {
  margin-left: 15px;
  font-weight: 500;
}
.testimonial-profile p {
  font-weight: 300;
  font-size: 0.9rem;
}
.testimonial-grid-item:first-child {
  grid-row-end: span 3;
}
.testimonials-from-us {
  text-align: right;
  width: 40%;
  padding-right: 70px;
}
.testimonials-from-us h3 {
  font-size: 4rem;
  font-style: italic;
  width: 7ch;
  margin: 0 0 0 auto;
}
.vertical-line {
  width: 2px;
  height: 200px;
  background: #ccc;
  text-align: right;
  margin: 20px 0 0 auto;
}
.footer {
  background: #0b0b0b;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
}
.footer-links {
  background: #171717;
  padding: 90px 10%;
}
.footer-links input {
  background: transparent;
  border: 0;
  opacity: 0.6;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 10px;
  color: #fff;
  width: 85%;
}
.footer-links form {
  border-bottom: 0.5px solid rgb(204 204 204 / 50%);
  width: 100%;
}
.footer-links button {
  background: transparent;
  border: 0;
  padding: 0;
}
.footer-links button img {
  width: 30px;
}
.footer-grid-item {
  margin: auto auto 50px;
  text-align: center;
}
.footer-grid-item img {
  width: 70%;
  margin: auto;
}
.footer-links p {
  color: #fff;
  opacity: 0.6;
  font-weight: 300;
  margin-bottom: 30px;
}
.sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
}
.sitemap li {
  margin-right: 50px;
  margin-bottom: 20px;
  color: #fff;
}
.sitemap li a {
  text-decoration: none;
  opacity: 0.5;
  transition: 0.5s all ease;
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
}

.sitemap li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.white-hl {
  color: #fff;
  width: 30%;
}
.social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.social li {
  margin-right: 20px;
}
.social img {
  width: 30px;
  height: 20px;
  object-fit: contain;
}
.gray {
  background: #e1dfdd;
}
.about-nav .nav-link {
  color: #000;
}

.about-nav .active-nav {
  background: url(../images/orange-star.svg), url(../images/orange-star.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center, right center;
  padding-left: 11px;
  padding-right: 11px;
}
.active-nav a.nav-link {
  color: #ff4824;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  grid-gap: 80px;
}
.about-img {
  position: relative;
}
.about-img a {
  right: -50px;
  position: absolute;
  bottom: 120px;
}
.about-content h1 {
  font-weight: 200;
  color: #ff4824;
  font-size: 4rem;
  font-style: italic;
  line-height: 1;
}
.font-600 {
  font-weight: 600;
}
.about-content p {
  width: 80%;
  margin-top: 40px;
  line-height: 1.5;
}
.about-content {
  padding-top: 60px;
}
.feature-container {
  padding: 40px 3%;
}
.feature-breaker ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin: auto;
}
.feature-breaker ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-breaker ul li img {
  width: 60px;
}
.feature-content {
  margin-left: 20px;
  color: #fff;
}
.product-details-container {
  width: 80%;
  margin: auto;
}
.details-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.details-heading h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
.details-heading div:first-child {
  width: 50%;
}
.details-heading div:last-child {
  width: 50%;
}
.details-grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  grid-column-gap: 80px;
  margin-top: 70px;
}
.details-grid-item img {
  width: 100%;
  mix-blend-mode: multiply;
}
.details-grid-item h3 {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.details-grid-item ul {
  margin-top: 20px;
}
.details-grid-item ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.details-grid-item ul li p:first-child {
  width: 40%;
}
.details-grid-item ul li p:last-child {
  width: 60%;
  text-align: right;
}
.policy-transcript h4 {
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
.policy-transcript ul {
  margin: 20px 0;
  list-style-type: circle;
  padding-left: 30px;
}
.policy-transcript ul li {
  margin-bottom: 10px;
}
.video {
  position: relative;
}
.video img {
  width: 100%;
}
.setup-video {
  position: absolute;
  bottom: 0;
  right: 10%;
  padding: 40px;
  backdrop-filter: blur(28px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: "Playfair Display", sans-serif;
  font-size: 2rem;
  color: #fff;
  width: 25%;
}
.video-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.video-link img {
  width: 30px;
  margin-right: 10px;
}
.video-link a {
  font-size: 14px;
  color: #fff;
}
.guranteed-posture {
  width: 80%;
  margin: auto;
}
.posture-heading h4 {
  font-size: 2.5rem;
  font-weight: 700;
}
.posture-heading h4 span {
  color: #ff4824;
}
.hover-benefits {
  margin-top: 50px;
  display: grid;
  grid-template-columns: auto auto auto;
}
.hover-benefits li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-right: 30px;
}
.benefits-content {
  border-right: 1px solid #0000001a;
  padding: 20px 30px 20px 10px;
}
.hover-benefits li:first-child,
.hover-benefits li:nth-child(2),
.hover-benefits li:nth-child(3) {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 40px;
}
.benefits-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 15px;
}
.hover-benefits li:nth-child(3) .benefits-content,
.hover-benefits li:last-child .benefits-content {
  border-right: 0;
}

#exampleSlider {
  position: relative;
  margin-top: 40px;
}
.size-mb {
  display: none;
}
@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}
#exampleSlider .MS-content {
  overflow: hidden;
  white-space: nowrap;
  margin-right: -90px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
  width: 33.33%;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 50%;
  }
}
#exampleSlider .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}
#exampleSlider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}
.customer-heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
.customer-photos-container {
  margin-left: 10%;
  padding: 70px 0;
}
.MS-controls {
  width: 20%;
  position: absolute;
  right: 10%;
  top: -120px;
}
.MS-controls img {
  width: 40px;
}
#exampleSlider .MS-controls .MS-left {
  left: 50%;
}
.item img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.module_3_wrapper {
  min-height: 55vh;
  overflow: hidden;
  background: #fff;
}
.pin-spacer {
  background: #fff;
}

.module_3 {
  width: 170%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  /* align-items: center; */
  justify-content: center;
}

.module_3 .slides {
  align-items: center;
  display: inline-flex;
  flex: 100%;
  padding: 0 0 0 0;
}
.slides img {
  padding-right: 30px;
}

.panel {
  min-height: 50vh;
  width: 100vw;
}

.flex {
  flex-direction: row;
}

.flex-child {
  /* align-items: center; */
  justify-content: center;
  display: flex;
  flex: 50%;
}
.d1d1d1 {
  background: #d1d1d1;
}

.module_4_wrapper {
  min-height: 55vh;
  overflow: hidden;
}

.module_4 {
  width: 290%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  /* align-items: center; */
  justify-content: center;
}

.module_4 .slides4 {
  align-items: center;
  display: inline-flex;
  flex: 100%;
  padding: 0 0 0 0;
  border-right: 1px solid #000;
}
.slides4 img {
  padding-right: 30px;
}
.how-it-works {
  padding: 100px 18%;
  position: relative;
}
.how-it-works h3 {
  color: #ff4824;
  font-size: 1.4rem;
  font-weight: 700;
}
.how-it-works h4 {
  margin-top: 100px;
  font-size: 4rem;
  font-weight: 600;
  width: 10ch;
  line-height: 1.1;
}
.how-line {
  background: rgb(0 0 0 / 80%);
  width: 0.5px;
  height: 192px;
  transform: rotate(180deg);
  position: absolute;
  left: 15%;
  top: 110px;
}
.desk-content {
  width: 70%;
  margin: auto;
}
.desk-content > img {
  width: 100%;
  margin-bottom: 30px;
}
.desk-content h5 {
  color: #ff4824;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
}
.desk-content h6 {
  font-family: "Roboto Mono", sans-serif;
  margin-top: 10px;
}
.benefit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 30px;
  margin-top: 20px;
  width: 50%;
}
.benefit img {
  width: 70px;
}
.F8F1E9 {
  background: #f8f1e9;
}

.slides img {
  width: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {
  .prevContainer,
  .nextContainer {
    display: none;
    visibility: hidden;
  }
}
.prevContainer,
.nextContainer {
  position: absolute;
  top: auto;
  /* transform: translate(0, calc(-50% - 54px)); */
  height: 54px;
  width: auto;
  cursor: pointer;
  bottom: -60px;
}

.prevContainer {
  margin-left: 26px;
  left: 8%;
  border-radius: 30px 0 0 30px;
}

.prev {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: auto;
  float: left;
  margin-left: 12px;
}

.prevContainer a,
.nextContainer a {
  color: #000;
}

.nextContainer {
  margin-right: 26px;
  left: 20%;
  border-radius: 0 30px 30px 0;
}

.next {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: auto;
  float: right;
  margin-right: 12px;
}

/* Container for image text */
.caption-container {
  text-align: left;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 33.33%;
}
.column div {
  background: linear-gradient(181deg, #f8f1e9, #dedede);
  padding: 10px;
}

/* Add a transparency effect for thumbnail images */
.slide-thumbnail {
  width: 100%;
  opacity: 0.6;
  cursor: pointer;
}

.active,
.slide-thumbnail:hover {
  opacity: 1;
}
.product-details-container-banner {
  display: grid;
  grid-template-columns: 25% 55% 20%;
  position: relative;
}
.product-details-item .heading-hover {
  font-size: 1.4rem;
  font-weight: 600;
}
.product-details {
  font-weight: 300;
  margin-top: 5px;
}
.flex {
  display: flex;
}
.review {
  padding: 10px 0;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  margin-top: 20px;
}
.review img {
  width: 20px;
  margin-right: 5px;
}
.review span {
  padding-left: 15px;
}
.small-thumbnail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 345px;
}
.product-slider {
  padding: 0 15%;
}
.product-size p {
  font-weight: 500;
  text-align: right;
  margin-bottom: 15px;
}
.size {
  padding: 5px 20px;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.hide {
  display: none;
}
.size.active {
  border: 1px solid #000;
}
.product-size .flex {
  justify-content: flex-end;
}
.table-color {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  color: #000;
  font-weight: 500;
  font-size: 0.9rem;
}
.table-Frame {
  margin-left: 30px;
  text-align: right;
}
.price {
  text-align: right;
  margin-top: 30px;
  font-weight: 500;
}
.discount-price {
  font-size: 1.4rem;
  font-weight: 600;
}
.buy-btn {
  margin-top: 20px;
  border: 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Mono", sans-serif;
  padding: 10px 50px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: right;
  transition: 0.5s all ease;
}
.buy-btn:hover {
  background: #ff4824;
}
.text-right {
  text-align: right;
}
.need-help {
  text-align: right;
}
.need-help a {
  color: #000;
}
.buy-hr {
  width: 95%;
  margin: 0 auto;
  border-top: 1px solid #000;
  opacity: 1;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #f8f1e9;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #fff;
}
#brown[type="radio"]:checked + label:before,
#brown[type="radio"]:not(:checked) + label:before {
  background: #804f22;
}
#light-brown[type="radio"]:checked + label:before,
#light-brown[type="radio"]:not(:checked) + label:before {
  background: #d9a779;
}
#frame-white[type="radio"]:checked + label:before,
#frame-white[type="radio"]:not(:checked) + label:before {
  background: #fff;
}
#frame-black[type="radio"]:checked + label:before,
#frame-black[type="radio"]:not(:checked) + label:before {
  background: #000;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #f87da9;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#brown[type="radio"]:checked + label:after,
#brown[type="radio"]:not(:checked) + label:after {
  background: #804f22;
  outline: 2px solid #fff;
}
#frame-white[type="radio"]:checked + label:after,
#frame-white[type="radio"]:not(:checked) + label:after {
  background: #fff;
  outline: 2px solid #000;
}
#frame-black[type="radio"]:checked + label:after,
#frame-black[type="radio"]:not(:checked) + label:after {
  background: #000;
  outline: 2px solid #fff;
}
#light-brown[type="radio"]:checked + label:after,
#light-brown[type="radio"]:not(:checked) + label:after {
  background: #d9a778;
  outline: 2px solid #fff;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radio-form {
  margin-top: 10px;
  justify-content: flex-end;
}
.radio-form p {
  margin-left: 10px;
}
.module_3_wrapper .main-btn {
  position: absolute;
  bottom: 20px;
  right: 15%;
}
.written-testi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-column-gap: 30px;
  width: 90%;
  margin: auto;
}
.user-testi {
  background: #d7d2cb;
  box-shadow: inset 6px 10px 30px rgb(0 0 0 / 6%);
  border-radius: 38px;
  padding: 40px;
  margin-bottom: 30px;
}
.testi-profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.testi-profile img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
.testi-profile h5 {
  font-weight: 600;
  font-family: "Roboto Mono", sans-serif;
}
.testi-profile p {
  font-size: 0.8rem;
}
.testi-hr {
  width: 50%;
  opacity: 1;
}
.written-testi-item h4 {
  color: #ff4825;
  font-style: italic;
  font-size: 3rem;
  width: 17ch;
  margin: 0 0 0 auto;
}
.written-testi-item {
  text-align: right;
  grid-row: 1;
  padding-right: 20px;
  padding-bottom: 100px;
}
.span-row {
  grid-row: 1 / span 2;
}
.span-row2 {
  grid-row: 2 / span 3;
}
.modal.show .modal-dialog {
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.modal-content {
  background: #171717;
  border-radius: 20px;
}
.modal-contact,
.form-group {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}
.modal-contact-heading {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-form {
  width: 60%;
  background: #f9f2ea;
  border-radius: 10px;
  padding: 30px;
}
.modal-contact-heading h3 {
  font-size: 3rem;
  color: #fff;
}
.modal-contact-heading h3.unlock {
  font-size: 2.5rem;
}
.whatsapp {
  background: #00db0b;
  border: 0;
  padding: 5px 15px;
  color: #fff;
  font-weight: 300;
  border-radius: 10px;
}
.whatsapp img {
  width: 40px;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #dedede;
  background: #00000005;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}
.form-col {
  width: 50%;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  opacity: 0.5;
  font-weight: 300;
  margin-bottom: 10px;
  margin-left: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-left-10 {
  padding-left: 10px;
}
.email-full {
  width: 100%;
}
.submit-form {
  align-self: flex-end;
  width: 30%;
  padding-left: 20px;
}
.textarea {
  width: 70%;
}
.submit-form button {
  background: transparent;
  border: 0;
  font-size: 1.2rem;
}
.submit-form img {
  width: 20px;
}
.modal-body {
  padding: 30px 40px;
}
.contact-social li {
  line-height: 1;
  padding: 5px;
  background: #6b6868;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease;
  margin-right: 10px;
}
.contact-social li:hover {
  background: #fff;
}
.contact-social li:hover img {
  filter: invert(1);
}
.contact-social img {
  width: 20px;
}
.policy-container {
  width: 90%;
  margin: auto;
}
.policy-container h1 {
  font-style: italic;
  color: #ff4824;
  font-size: 3rem;
  font-weight: 300;
}
.policy-transcript {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 80px;
  margin-top: 40px;
}
.policy-transcript p {
  margin-bottom: 20px;
}
.early-access {
  display: none;
}
.hide-mb {
  display: block;
}
.hide-desk {
  display: none;
}
.show-testi-mb {
  display: none;
}
.hoverEffect {
  display: block;
}
.body-hover h2 {
  font-size: 7rem;
  line-height: 1.1;
  background: linear-gradient(
    233.96deg,
    #881600 18.94%,
    rgba(136, 22, 0, 0) 78.54%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#let-itbe {
  display: none;
}
@media (min-width: 1650px) {
  .customer-photos-container {
    margin-left: 15%;
  }
}
@media (max-width: 1180px) and (min-width: 992px) {
  .small-thumbnail {
    width: 295px;
  }
  .prevContainer {
    left: 4%;
  }

  .product-slider {
    padding: 0 10%;
  }
  .product-details-container {
    width: 100%;
  }
  .setup-video {
    width: 35%;
  }
}
@media (max-width: 1120px) and (min-width: 769px) {
  .about-content {
    padding-top: 20px;
    padding-right: 30px;
  }
  .about-content p {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .about-grid {
    grid-gap: 20px;
  }
  .about-content h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .about-img a {
    right: -10px;
    position: absolute;
    bottom: 70px;
  }
}
@media (max-width: 992px) {

  .hoverEffect {
    display: block;
  }
  .main-heading {
    font-size: 4rem;
    line-height: 1.2;
  }
 
  .navbar-toggler {
    border: 0;
    padding: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .modal-dialog {
    max-width: 90%;
  }
  .submit-form {
    padding-left: 0px;
  }
  .product-details-container-banner {
    grid-template-columns: auto;
  }
  .product-details-item {
    margin-bottom: 30px;
  }
  .small-thumbnail {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .product-slider {
    padding: 0 15%;
    position: relative;
    margin-bottom: 40px;
  }
  .select-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    padding-top: 20px;
    align-items: flex-start;
    border-top: 1px solid #ccc;
  }
  .product-details-container {
    width: 100%;
  }
  .setup-video {
    width: 45%;
    text-align: center;
  }
  .guranteed-posture {
    width: 100%;
  }
  .video-link {
    justify-content: center;
  }
  .product-size,
  .table-color,
  .price {
    width: 33.33%;
    margin-top: 0;
  }
  .need-help {
    align-self: center;
    margin-left: 15px;
  }
  .prevContainer {
    left: 32%;
  }
  .nextContainer {
    right: 32%;
  }
  .body-hover img {
    width: 40%;
    left: 0;
  }
  .how-heading {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .module_3 {
    width: 290%;
  }
  .slides {
    height: 100%;
  }
  .slides img {
    height: 350px;
    object-fit: cover;
  }
  .body-hover h2 {
    font-size: 5rem;
    line-height: 1.1;
  }
  .how-heading {
    width: 100%;
  }
  .user-testi {
    padding: 20px;
  }
  .module_3_wrapper .main-btn {
    width: 133px;
    bottom: 90px;
    height: 133px;
  }
  .main-hover-table img {
    width: 80%;
  }
  .hover-white-bg img {
    width: 51%;
  }
  .hover-bio {
    bottom: 90px;
    left: 7%;
  }
  .from-us-container {
    flex-direction: column;
    padding: 40px 5% 40px 6%;
  }
  .from-us-heading h3 {
    width: 11ch;
  }
  .from-us-heading .white-btn {
    display: none;
  }
  .quality-container {
    padding-left: 0;
    margin-top: 50px;
  }
  .written-testi {
    display: block;
  }
  .written-testi-item {
    text-align: left;
    padding-bottom: 40px;
  }
  .written-testi-item h4 {
    width: 11ch;
    margin: 0;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: auto;
  }
  .main-btn {
    width: 133px;
    height: 133px;
  }
  .footer-grid-item {
    margin: auto;
    text-align: left;
    padding-left: 10%;
    padding-bottom: 10px;
  }
  .footer-grid-item img {
    width: 60%;
  }
  .about-grid {
    grid-template-columns: auto;
    grid-gap: 0;
  }
  .about-img a {
    right: 10%;
    position: absolute;
    bottom: -60px;
    width: 100px;
    height: 100px;
    font-size: 1.2rem;
  }
  .about-content p {
    width: 100%;
  }
  .about-content h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .about-content {
    padding-top: 60px;
    padding: 30px;
  }
  .policy-transcript {
    grid-template-columns: auto;
  }
  .modal-contact-heading {
    width: 100%;
    margin-bottom: 30px;
  }
  .modal-contact-heading div:first-child {
    margin-bottom: 20px;
  }
  .modal-contact {
    flex-direction: column;
  }
  .contact-form {
    width: 100%;
  }
  .hide-mb {
    display: none;
  }
  .hide-desk {
    display: block;
  }
  .feature-breaker ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .feature-breaker ul li {
    margin: 30px;
  }
  .hover-benefits {
    grid-template-columns: auto auto;
  }
  .hover-benefits li:nth-child(3) .benefits-content {
    border-right: 1px solid #0000001a;
  }
  .hover-benefits li:nth-child(4) {
    border-bottom: 1px solid #0000001a;
  }
  .hover-benefits li:nth-child(2) .benefits-content,
  .hover-benefits li:nth-child(4) .benefits-content {
    border-right: 0;
  }
  .setup-video {
    width: 75%;
  }
  .product-size,
  .table-color,
  .price {
    width: auto;
    margin-top: 0;
  }
  .product-size,
  .price {
    margin-right: 30px;
  }

  .hide-testi {
    display: none;
  }
  .show-testi-mb {
    display: block;
  }
  .written-testi #exampleSlider .MS-content .item {
    width: 40%;
    padding-right: 10px;
  }
  .written-testi {
    margin: 0;
    width: 100%;
  }
  .testi-profile img {
    width: 40px;
  }
  .written-testi #exampleSlider .MS-content .item p {
    font-size: 14px;
    text-align: left;
    white-space: initial;
    line-height: 1.3;
  }
  .written-testi #exampleSlider .MS-content .item p {
    font-size: 14px;
    text-align: left;
    white-space: initial;
    line-height: 1.3;
  }
  .written-testi #exampleSlider .MS-content .item .testi-profile p {
    padding: 0;
  }
  .written-testi-item {
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .policy-container {
    width: 100%;
  }
  .nav-item:first-child,
  .about-nav .active-nav {
    padding: 0;
    margin: 0;
  }
  .active-nav a.nav-link {
    color: #fff;
  }
  .main-heading {
    font-size: 2.7rem;
    line-height: 1.2;
  }
  .main-hover-table {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .main-hover-table img {
    width: 90%;
  }
  .hover-white-bg {
    top: 200px;
    left: -80px;
  }
  .hover-white-bg img {
    width: 250px;
  }
  .hover-bio {
    width: auto;
  }
  .main-btn {
    font-size: 1rem;
    width: 100px;
    height: 100px;
  }
  .hover-bio {
    position: static;
  }
  .how-heading {
    flex-direction: column;
    border-left: 0;
    width: 100%;
    padding-left: 0;
  }
  .how-rises {
    margin-left: 0;
    margin-top: 30px;
  }
  .how-heading h4 {
    font-size: 2.5rem;
    width: auto;
    line-height: 1.1;
  }
  .from-us-heading h3 {
    width: auto;
    font-size: 2.5rem;
  }
  .great-block li:first-child {
    margin-right: 20px;
  }
  .great-block img {
    width: 30px;
  }
  .from-us-container {
    padding: 40px 0 40px 0;
  }
  .user-testi {
    padding: 30px 20px;
  }
  .footer-links form {
    width: 100%;
  }
  .footer-links input {
    width: 80%;
  }
  .sitemap li {
    margin-right: 30px;
  }
  .written-testi-item h4 {
    width: auto;
  }
  .module_3_wrapper .main-btn {
    width: 83px;
    bottom: 90px;
    height: 83px;
  }
  .body-hover h2 {
    font-size: 5rem;
    line-height: 1.1;
    width: auto;
  }
  .body-hover img {
    width: 40%;
    top: 300px;
    left: -40px;
  }
  .stand-lean li {
    font-size: 1.2rem;
  }
  .modal-body {
    padding: 20px 20px;
  }
  .modal-contact-heading h3 {
    font-size: 2rem;
  }
  .contact-social img {
    width: 16px;
  }
  .contact-social li {
    width: 30px;
    height: 30px;
  }
  .contact-form {
    padding: 15px;
  }
  .form-group {
    flex-direction: column;
  }
  .form-col {
    width: 100%;
  }
  .form-col:first-child input {
    margin-bottom: 20px;
  }
  .form-col {
    padding: 0;
  }
  .textarea {
    width: 100%;
  }
  .submit-form {
    align-self: flex-start;
    margin-top: 20px;
  }
  .modal.show .modal-dialog {
    margin: 50px auto;
  }
  .item img {
    height: auto;
  }
  .hover-benefits {
    grid-template-columns: auto;
  }
  .hover-benefits li:first-child,
  .hover-benefits li:nth-child(2),
  .hover-benefits li:nth-child(3) {
    padding-bottom: 10px;
  }
  .hover-benefits li {
    margin-bottom: 0px;
    padding: 0;
  }
  .benefits-content,
  .hover-benefits li:nth-child(3) .benefits-content {
    border-right: 0;
  }
  .hover-benefits li:nth-child(5) {
    border-bottom: 1px solid #0000001a;
  }
  .setup-video {
    padding: 20px;
    font-size: 1rem;
    text-align: left;
  }
  .video-link img {
    width: 20px;
    margin-right: 10px;
  }
  .video-link {
    text-align: left;
    align-items: flex-start;
  }
  .details-heading {
    flex-direction: column;
  }
  .details-heading div:first-child,
  .details-heading div:last-child {
    width: 100%;
  }
  .customer-heading {
    font-size: 2.5rem;
  }
  .details-heading h2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .details-heading div:last-child {
    margin-top: 15px;
  }
  .section .container-fluid {
    padding: 70px 30px;
  }
  .details-grid {
    grid-template-columns: auto;
  }
  .details-grid-item h3 {
    margin-top: 30px;
  }
  .desk-content {
    width: 90%;
  }
  .desk-content > img {
    width: 100%;
  }
  .module_4 {
    width: 490%;
  }
  .how-it-works {
    padding: 40px 30px 0;
  }
  .how-line,
  .how-it-works h3 {
    display: none;
  }
  .how-it-works h4 {
    margin-top: 0;
    width: auto;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .white {
    background: #fff;
  }
  .feature-breaker ul {
    margin: 0;
    width: 100%;
  }
  .feature-breaker ul li {
    margin: 0 10px 20px 0;
  }
  .feature-breaker ul li img {
    width: 35px;
  }
  .feature-content {
    font-size: 0.9rem;
    margin-left: 13px;
  }
  .product-size,
  .table-color,
  .price {
    margin: 0;
    width: 100%;
  }
  .product-size {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .table-color {
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 30px;
    flex-direction: column;
  }
  .radio-form {
    justify-content: flex-start;
  }
  .table-top {
    text-align: left;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .product-size .flex {
    justify-content: flex-start;
    margin-left: -10px;
  }
  .product-size p {
    text-align: left;
  }
  .table-Frame {
    margin-left: 0;
    text-align: left;
    padding-top: 20px;
  }
  .price {
    text-align: left;
  }
  .product-slider {
    padding: 0 0%;
  }
  .prevContainer,
  .nextContainer {
    display: none;
  }
  .price,
  .product-size {
    display: none;
  }
  .select-container,
  .table-color {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
  .table-top,
  .table-Frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .table-top form,
  .table-Frame form {
    margin-top: 0;
  }
  .table-color {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
  }
  .size-mb {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
  }
  .size-price {
    border: 1px solid #000;
    padding: 10px;
    opacity: 0.5;
  }
  .size-mb p {
    font-weight: 500;
  }
  .opacity-1 {
    opacity: 1;
  }
  .written-testi #exampleSlider .MS-content .item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .navbar .container-fluid {
    flex-direction: row-reverse;
  }
  .navbar-toggler-icon {
    background-image: url(../images/burger-menu.svg);
    width: 1.2em;
    height: 1.2em;
  }
  .filter-invert {
    filter: invert(1);
  }
  .navbar-collapse {
    position: absolute;
    background: rgb(255, 72, 37);
    top: 75px;
    right: 0px;
    z-index: 1;
    padding: 30px;
  }
  .early-access {
    font-size: 0.9rem;
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
    font-weight: 300;
    display: inline;
    font-family: "Playfair Display", sans-serif;
  }
  .black {
    color: #000;
  }
  .footer-links {
    padding: 50px 10%;
  }
  .policy-container h1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 500px) {
  .hover-white-bg img {
    width: 50%;
  }
  .hover-white-bg {
    top: 250px;
    left: -60px;
  }
  .main-hover-table img {
    width: 100%;
  }
  .hover-bio {
    position: relative;
    top: 0;
    left: 0;
  }
  .body-hover {
    position: relative;
  }
  .body-hover img {
    width: 50%;
    left: -40px;
    bottom: -80px;
    top: auto;
  }
}
@media (max-width: 425px) {
  .hover-white-bg {
    top: 280px;
    left: -60px;
  }
  .body-hover h2 {
    font-size: 3rem;
    line-height: 1.3;
    width: auto;
  }
  .body-hover img {
    width: 50%;
    left: -40px;
    bottom: -40px;
    top: auto;
  }
}
#brown-white,
#lightBrown-black,
#lightBrown-white {
  display: none;
}
.stroke-text {
  stroke: #fff;
  stroke-width: 1px;
  fill: transparent;
}
.stroke-cir {
  color: transparent;
}
text {
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
