@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Inter";
  letter-spacing: 0.1px;
  font-weight: 500;
  font-size: 18px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/-/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("/-/fonts/slick.eot");
  src: url("/-/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/-/fonts/slick.woff") format("woff"), url("/-/fonts/slick.ttf") format("truetype"), url("/-/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.screen-3 {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.screen-3 .model-relative {
  position: relative;
  width: 100%;
  height: 100%;
}
.screen-3 .feature-list-images {
  display: none;
  margin: 0 auto;
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.screen-3 .feature-list-images img {
  width: 100%;
}
.screen-3 .content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  overflow-x: clip;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
.screen-3 .content::-webkit-scrollbar {
  display: none;
}
.screen-3 .content .section-slider {
  scroll-snap-align: start;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.screen-3 .content .section-slider .slider-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}
.screen-3 .custom-dots {
  width: 200px;
  background: #EAEAEA;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.screen-3 .custom-dots .slick-dots {
  position: relative;
  bottom: 0;
  padding: 15px 0;
  box-sizing: border-box;
}
.screen-3 .custom-dots .slick-dots li {
  position: relative;
  width: auto;
  height: auto;
}
.screen-3 .custom-dots .slick-dots li.slick-active button {
  border-radius: 5px;
  background: #FFFFFF;
}
.screen-3 .custom-dots .slick-dots li:nth-child(2) button:before {
  content: "DX+";
}
.screen-3 .custom-dots .slick-dots li button {
  width: auto;
  height: auto;
  padding: 5px 20px;
}
.screen-3 .custom-dots .slick-dots li button:before {
  position: static;
  font-size: 18px;
  font-weight: 700;
  content: "DX";
}
.screen-3 .ribbon {
  --book-button-width: 200px;
  --red: #DD0000;
  --blue: #12589F;
  --white: #FFFFFF;
  --black: #000000;
  --gray: #848484;
  width: 80%;
  margin: auto;
}
.screen-3 .ribbon .menu-data {
  position: relative;
  top: -20%;
  display: flex;
  flex-wrap: wrap;
}
.screen-3 .ribbon .book-now {
  width: var(--book-button-width);
  background: #000000;
  color: #FFFFFF;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  border-radius: 10px;
  border: 0 none;
}
.screen-3 .ribbon .book-now:before {
  content: "";
}
.screen-3 .ribbon ul,
.screen-3 .ribbon li {
  list-style: none;
}
.screen-3 .ribbon ul {
  width: calc(100% - var(--book-button-width));
}
.screen-3 .ribbon li {
  display: inline-block;
}
.screen-3 .ribbon .data ul {
  width: 100%;
  display: inline-block;
}
.screen-3 .ribbon .data ul:after {
  content: "";
  display: table;
  clear: both;
}
.screen-3 .ribbon .data li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid #000;
  float: left;
}
.screen-3 .ribbon .data li.red {
  background: var(--red);
}
.screen-3 .ribbon .data li.black {
  background: var(--black);
}
.screen-3 .ribbon .data li.blue {
  background: var(--blue);
}
.screen-3 .ribbon .data li.white {
  background: var(--white);
}
.screen-3 .ribbon .data li.gray {
  background: var(--gray);
}
.screen-3 .see-comparison {
  display: flex;
  align-items: center;
  justify-content: center;
}
.screen-3 .model-container {
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
}
.screen-3 .model-viewer {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 0;
  overflow: hidden;
  isolation: isolate;
}
.screen-3 .model-viewer .model {
  width: 100%;
  height: auto;
}
.screen-3 .model-viewer .model img {
  width: 100%;
  height: auto;
}
.screen-3 .features-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: grid;
  grid-template-rows: auto auto 1fr;
  pointer-events: none;
}
.screen-3 .features-list .title {
  margin-top: 60px;
  font-size: 54px;
  font-weight: 900;
  text-align: center;
  pointer-events: none;
}
.screen-3 .features-list .subtitle {
  font-size: 28px;
  font-weight: 700;
  color: #6e6e6e;
  text-align: center;
  pointer-events: none;
}
.screen-3 .features-list .features {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
  align-items: center;
  list-style: none;
  pointer-events: none;
  margin: auto;
}
.screen-3 .features-list .feature {
  list-style: none;
  font-size: 18px;
  color: #333;
  width: 30ch;
}
.screen-3 .features-list .feature:nth-child(even) {
  text-align: right;
}
.screen-3 .features-list .feature:nth-child(odd) {
  text-align: left;
}
.screen-3 .telekinetic-features {
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
  aspect-ratio: 16/9;
  position: relative;
  /* 1st, 4th, 7th */
  /* 2nd, 5th, 8th */
  /* 2nd, 5th, 8th */
  /* 4 to 6 */
  /* 7 to 9 */
}
.screen-3 .telekinetic-features .card-body {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.screen-3 .telekinetic-features .icon img {
  width: 100%;
}
.screen-3 .telekinetic-features .telekinetic-features-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.screen-3 .telekinetic-features .tilting-card-body {
  display: grid;
  place-content: center;
  text-align: center;
}
.screen-3 .telekinetic-features .mouse-position-tracker {
  position: absolute;
  width: 33.3333333333%;
  height: 33.3333333333%;
  z-index: 2;
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(3n-2) {
  left: 0;
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(3n-1) {
  left: 33.3333333333%;
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(3n) {
  right: 0;
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(n+4):nth-child(-n+6) {
  top: 33.3333333333%;
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(n+7):nth-child(-n+9) {
  bottom: 0;
}
.screen-3 .telekinetic-features .tilting-card-wrapper {
  position: relative;
  width: auto;
  aspect-ratio: 16/9;
}
.screen-3 .telekinetic-features .tilting-card-body {
  position: absolute;
  inset: 0;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  background: white;
}
.screen-3 .telekinetic-features .tilting-card-body:hover, .screen-3 .telekinetic-features .tilting-card-body:active, .screen-3 .telekinetic-features .tilting-card-body.active {
  border-color: #6C6C6C;
}
.screen-3 .telekinetic-features .tilting-card-body > :where(h1, p) {
  background: white;
  padding: 0.2rem;
  margin: 0;
}
.screen-3 .telekinetic-features .tilting-card-body {
  --perspective: 500px;
  --rotationX: 0;
  --rotationY: 0;
  --rotationZ: 0;
  --angle: 10deg;
  transform: perspective(var(--perspective)) rotateX(var(--rotationX)) rotateY(var(--rotationY)) rotateZ(var(--rotationZ));
  transition: transform 500ms ease;
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(1):hover ~ .tilting-card-body {
  --rotationX: var(--angle);
  --rotationY: calc(var(--angle) * -1);
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(2):hover ~ .tilting-card-body {
  --rotationX: var(--angle);
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(3):hover ~ .tilting-card-body {
  --rotationX: var(--angle);
  --rotationY: var(--angle);
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(4):hover ~ .tilting-card-body {
  --rotationY: calc(var(--angle) * -1);
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(6):hover ~ .tilting-card-body {
  --rotationY: var(--angle);
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(7):hover ~ .tilting-card-body {
  --rotationY: calc(var(--angle) * -1);
  --rotationX: calc(var(--angle) * -1);
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(8):hover ~ .tilting-card-body {
  --rotationX: calc(var(--angle) * -1);
}
.screen-3 .telekinetic-features .mouse-position-tracker:nth-child(9):hover ~ .tilting-card-body {
  --rotationY: var(--angle);
  --rotationX: calc(var(--angle) * -1);
}

.legend-form {
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 100px 40px 20px;
  overflow: auto;
}
.legend-form label:has(input[disabled]) {
  opacity: 0.5;
}
.legend-form button[type=submit][disabled],
.legend-form input[disabled],
.legend-form input[type=submit][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.legend-form .send-otp,
.legend-form .validate-otp {
  background-color: #000;
  color: white;
  padding: 1rem 2rem;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.legend-form .otp-note {
  font-size: 12px;
  color: #666;
}
.legend-form .legend-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.legend-form .form-variant-selector {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.legend-form .form-variant-selector .heading {
  flex: 1;
}
.legend-form .form-variant-selector .body-content {
  text-transform: capitalize;
}
.legend-form h4 {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.legend-form h2 {
  margin: 0.25rem 0 2rem;
  font-size: 36px;
  font-weight: 900;
}
.legend-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.legend-form select {
  width: 100%;
  padding: 1rem;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: white;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23333' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.legend-form .shade-label {
  margin-top: 1rem;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.legend-form .color-options {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.legend-form .color-options label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.legend-form .color-options input[type=radio] {
  display: none;
}
.legend-form .color-options .color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid transparent;
  transition: border 0.2s ease-in-out;
}
.legend-form .color-options .color.red {
  background-color: #e00000;
}
.legend-form .color-options .color.blue {
  background-color: #12589F;
}
.legend-form .color-options .color.white {
  background-color: #ffffff;
  border: 2px solid #999;
}
.legend-form .color-options .color.black {
  background-color: #000000;
}
.legend-form .color-options .color.grey {
  background-color: #848484;
}
.legend-form .color-options input[type=radio]:checked + .color {
  border: 2px solid #000;
  outline: 2px solid #00aaff;
}
.legend-form button {
  width: 100%;
  background-color: black;
  color: white;
  padding: 1rem;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.legend-form .back-button {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0;
  margin-bottom: 1rem;
  color: #000;
  text-align: left;
}
.legend-form input[type=text],
.legend-form input[type=tel] {
  width: 100%;
  padding: 1rem;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  background: #fff;
  box-sizing: border-box;
}
.legend-form .note {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 1rem;
}
.legend-form .otp-inputs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.legend-form .otp-inputs input {
  flex: 1;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.8rem;
}
.legend-form .city-state {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.legend-form .city-state input {
  flex: 1;
}
.legend-form .section-divider {
  margin-bottom: 15px;
}
.legend-form .section-divider h5 {
  margin: 1rem 0 0.25rem;
  font-size: 1rem;
  font-weight: bold;
}
.legend-form .section-divider p {
  font-size: 0.75rem;
  color: #666;
}
.legend-form .yesno-banner {
  background: #faeaea;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.legend-form .yesno-banner label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.legend-form .yesno-banner label input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.legend-form .yesno-banner label span {
  color: #333;
}
.legend-form .variant-group {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.legend-form .variant-group label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.legend-form .variant-group .variant-options input[type=radio] {
  display: none;
}
.legend-form .variant-group .variant-options label {
  display: none;
  padding: 20px 20px;
  background: #EAEAEA;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  border: 2px solid transparent;
}
.legend-form .variant-group .variant-options label:has(:checked) {
  display: block;
}
.legend-form .variant-group .variant-options input[type=radio]:checked + label {
  background: #000;
  color: #fff;
  border-color: #000;
  font-weight: 700;
}
.legend-form .color-group {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.legend-form .color-group .color-options {
  display: flex;
}
.legend-form .color-group .color-options label {
  display: none;
}
.legend-form .color-group .color-options label span {
  font-size: 0;
}
.legend-form .color-group .color-options label:has(:checked) {
  display: block;
}
.legend-form .price-box {
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.legend-form .price-box .label {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.legend-form .price-box .amount {
  font-size: 16px;
  font-weight: 700;
  margin: 0.3rem 0;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.legend-form .price-box small {
  font-size: 0.7rem;
  font-weight: 500;
}
.legend-form .terms {
  font-size: 0.75rem;
  margin-bottom: 1rem;
  background: transparent;
}
.legend-form .terms label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: capitalize;
}
.legend-form .terms input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.legend-form .support {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 10px;
}
.legend-form .support a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.legend-form .submit-button {
  width: 100%;
  background-color: black;
  color: white;
  padding: 1rem;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.legend-form.thank-you {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.legend-form.thank-you .heading {
  flex: 1;
}
.legend-form.thank-you .thank-you-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.legend-form.thank-you .body-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  box-sizing: border-box;
}
.legend-form.thank-you .greeting {
  font-size: 1.1rem;
  margin: 0;
}
.legend-form.thank-you h2 {
  font-size: 1.5rem;
  margin: 0;
}
.legend-form.thank-you h2 .bold {
  font-weight: bold;
}
.legend-form.thank-you .booking-info p {
  margin: 0;
  font-size: 0.9rem;
}
.legend-form.thank-you .booking-info .product-badge {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.legend-form.thank-you .booking-info .product-badge img {
  height: 24px;
}
.legend-form.thank-you .booking-info .product-badge .variant {
  font-weight: bold;
  font-size: 1rem;
}
.legend-form.thank-you .reference {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}
.legend-form.thank-you .reference strong {
  color: #000;
}
.legend-form.thank-you .submit-button {
  background-color: #000;
  color: white;
  padding: 1rem 2rem;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
.legend-form label[for=otp],
.legend-form .otp-timer,
.legend-form .otp-inputs,
.legend-form .otp-note,
.legend-form .otp-buttons {
  display: none;
}

.kinetic-scroll-wrapper {
  position: relative;
  overflow: hidden;
  height: 100dvh;
}
.kinetic-scroll-wrapper .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg viewBox="0 0 1513 983" fill="none" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet"%3E%3Cpath d="M-65.7227 987H336.277L754.277 715H662.277L-65.7227 987Z" fill="%23F4F4F4" /%3E%3Cpath d="M1610.28 987H1208.28L790.278 715H882.278L1610.28 987Z" fill="%23F4F4F4" /%3E%3Crect x="790.278" y="-5" width="92" height="720" fill="%23F4F4F4" /%3E%3Crect x="662.278" y="-5" width="92" height="720" fill="%23F4F4F4" /%3E%3C/svg%3E');
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.kinetic-scroll-wrapper .scroll-zone {
  position: relative;
  z-index: 1;
  height: 100dvh;
  width: 100dvw;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  isolation: isolate;
  scroll-snap-type: y mandatory;
}
.kinetic-scroll-wrapper .scroll-zone::-webkit-scrollbar {
  display: none;
}
.kinetic-scroll-wrapper .scroll-zone .scroll-section {
  --left-right-space: 4dvh;
  height: 100dvh;
  padding: 100px 0 60px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
}
.kinetic-scroll-wrapper .section-features h2 {
  text-align: center;
}
.kinetic-scroll-wrapper .section-features h2 strong {
  font-size: 36px;
  font-weight: 900;
  color: #393939;
}
@media (min-width: 768px) {
  .kinetic-scroll-wrapper .section-features h2 strong {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .kinetic-scroll-wrapper .section-features h2 strong {
    font-size: 72px;
  }
}
.kinetic-scroll-wrapper .section-features h2 span {
  font-size: 18px;
  font-weight: 500;
  color: #6e6e6e;
}
@media (min-width: 768px) {
  .kinetic-scroll-wrapper .section-features h2 span {
    font-size: 24px;
  }
}
.kinetic-scroll-wrapper .section-features .feature-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  text-transform: capitalize;
  width: var(--model-width, 100%);
  overflow-x: clip;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .kinetic-scroll-wrapper .section-features .feature-columns {
    --model-width: 980px;
  }
}
@media (min-width: 1200px) {
  .kinetic-scroll-wrapper .section-features .feature-columns {
    --model-width: 820px;
  }
}
@media (min-width: 1400px) {
  .kinetic-scroll-wrapper .section-features .feature-columns {
    --model-width: 1100px;
  }
}
.kinetic-scroll-wrapper .section-features .feature-columns ul {
  flex: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none !important;
}
@media (min-width: 768px) {
  .kinetic-scroll-wrapper .section-features .feature-columns ul {
    width: 200px;
    display: flex;
    height: 74%;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .kinetic-scroll-wrapper .section-features .feature-columns ul {
    height: 60%;
  }
}
@media (min-width: 1200px) {
  .kinetic-scroll-wrapper .section-features .feature-columns ul {
    height: 56%;
  }
}
.kinetic-scroll-wrapper .section-features .feature-columns ul li {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 500;
  color: #3e3e3e;
  flex: 1;
}
@media (min-width: 992px) {
  .kinetic-scroll-wrapper .section-features .feature-columns ul li {
    font-size: 16px;
  }
}
.kinetic-scroll-wrapper .section-features .feature-columns .feature-left {
  text-align: left;
  left: 20px;
}
.kinetic-scroll-wrapper .section-features .feature-columns .feature-right {
  text-align: right;
  left: auto;
  right: 20px;
}
.kinetic-scroll-wrapper .section-features .feature-columns .model-viewer {
  --negate-margins: 20dvh;
  --increase-width: calc(2 * var(--negate-margins));
  flex: none;
  width: calc(100% + var(--increase-width));
  margin: 0 calc(-1 * var(--negate-margins));
  text-align: center;
  position: relative;
  z-index: 3;
}
.kinetic-scroll-wrapper .section-features .feature-columns .model-viewer img.model {
  width: 100%;
  height: 80%;
  object-fit: cover;
  /* Ensures image always fills container */
  object-position: center;
  /* Keeps image centered */
  display: block;
}
@media (min-width: 768px) {
  .kinetic-scroll-wrapper .section-features .feature-columns .model-viewer {
    --negate-margins: 10dvh;
  }
}
@media (min-width: 992px) {
  .kinetic-scroll-wrapper .section-features .feature-columns .model-viewer {
    --negate-margins: -10dvh;
  }
}
@media (min-width: 910px) and (min-height: 650px) {
  .kinetic-scroll-wrapper .section-features .feature-columns .model-viewer {
    --negate-margins: -15dvh;
  }
}
@media (min-width: 1200px) {
  .kinetic-scroll-wrapper .section-features .feature-columns .model-viewer {
    --negate-margins: -5dvh;
  }
}
@media (min-width: 1400px) {
  .kinetic-scroll-wrapper .section-features .feature-columns .model-viewer {
    --negate-margins: -20dvh;
  }
}
@media (min-width: 1400px) and (min-height: 650px) {
  .kinetic-scroll-wrapper .section-features .feature-columns .model-viewer {
    --negate-margins: -22dvh;
  }
}
@media (min-width: 1400px) and (min-height: 920px) {
  .kinetic-scroll-wrapper .section-features .feature-columns .model-viewer {
    --negate-margins: -8dvh;
  }
}
.kinetic-scroll-wrapper .section-features .feature-icons {
  --space-around: 40px;
  padding: 5px var(--space-around);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  transform: translateX(-50%);
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  box-sizing: border-box;
  background: white;
}
.kinetic-scroll-wrapper .section-features .feature-icons::-webkit-scrollbar {
  display: none;
}
.kinetic-scroll-wrapper .section-features .feature-icons .feature-icons-wrapper {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  box-sizing: border-box;
  justify-content: flex-start;
  min-width: calc(3 * 100px + 2 * 20px);
  width: max-content;
}
.kinetic-scroll-wrapper .section-features .feature-icons .feature-icons-wrapper a {
  flex: 0 0 100px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  width: 100px;
  display: block;
}
.kinetic-scroll-wrapper .section-features .feature-icons .feature-icons-wrapper a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  scroll-snap-align: start;
}
.kinetic-scroll-wrapper .section-features .feature-icons .feature-icons-wrapper a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #fff;
  font-size: 16px;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
  display: flex;
  align-items: center;
}
.kinetic-scroll-wrapper .section-features .feature-icons .feature-icons-wrapper a:hover span {
  opacity: 1;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
}
.kinetic-scroll-wrapper .section-features .feature-icons .feature-icons-wrapper a:hover img {
  transform: scale(1.1) translateY(-5%);
  transition: transform 0.2s ease-in;
}
@media (min-width: 992px) {
  .kinetic-scroll-wrapper .section-features .feature-icons .feature-icons-wrapper {
    justify-content: center;
    min-width: 0;
    width: 100%;
  }
}
.kinetic-scroll-wrapper .section-compare {
  --left-right-space: 20px;
  height: 100dvh;
  padding: 60px 0;
  box-sizing: border-box;
  position: relative;
  scroll-snap-align: start;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.kinetic-scroll-wrapper .section-compare .logo {
  max-width: 120px;
  margin-bottom: 1.5rem;
}
.kinetic-scroll-wrapper .section-compare .slider {
  margin: auto;
  width: 100%;
  aspect-ratio: 1007/903;
}
.kinetic-scroll-wrapper .section-compare .slider img {
  width: 100%;
  height: auto;
  display: block;
}
.kinetic-scroll-wrapper .section-compare .slider .slide {
  width: 100%;
  aspect-ratio: 1007/903;
}
.kinetic-scroll-wrapper .section-compare .slider-wrapper {
  position: relative;
  max-width: 800px;
  width: 100%;
  aspect-ratio: 1007/903;
  margin-left: auto;
  margin-right: auto;
}
.kinetic-scroll-wrapper .section-compare .custom-dots {
  width: auto;
  padding: 10px 10px;
  background: #EAEAEA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.kinetic-scroll-wrapper .section-compare .custom-dots .slick-dots {
  position: relative;
  bottom: 0;
  box-sizing: border-box;
}
.kinetic-scroll-wrapper .section-compare .custom-dots .slick-dots li {
  position: relative;
  width: auto;
  height: auto;
}
.kinetic-scroll-wrapper .section-compare .custom-dots .slick-dots li.slick-active button {
  border-radius: 5px;
  background: #FFFFFF;
}
.kinetic-scroll-wrapper .section-compare .custom-dots .slick-dots li:nth-child(1) button:before {
  content: "DX+";
}
.kinetic-scroll-wrapper .section-compare .custom-dots .slick-dots li button {
  width: auto;
  height: auto;
  padding: 5px 8px;
  font-family: "Inter";
}
.kinetic-scroll-wrapper .section-compare .custom-dots .slick-dots li button:before {
  position: static;
  font-size: 14px;
  font-weight: 700;
  content: "DX";
  font-family: "Inter";
  line-height: 1;
}
.kinetic-scroll-wrapper .section-compare .specs-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .kinetic-scroll-wrapper .section-compare .specs-container {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .kinetic-scroll-wrapper .section-compare .specs-container {
    justify-content: center;
  }
}
.kinetic-scroll-wrapper .section-compare .specs-container strong {
  margin-bottom: 5px;
  color: #000;
}
.kinetic-scroll-wrapper .section-compare .specs {
  display: grid;
  max-width: 1100px;
  margin: 20px auto;
  grid-template-columns: repeat(2, 1fr);
  font-size: 0.9rem;
  gap: 10px;
  margin-bottom: 10px;
  grid-column: span 2;
  color: #6c6c6c;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .kinetic-scroll-wrapper .section-compare .specs {
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    grid-column: span 1;
  }
}
@media (min-width: 992px) {
  .kinetic-scroll-wrapper .section-compare .specs {
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    grid-column: span 1;
  }
}
.kinetic-scroll-wrapper .section-compare .specs strong {
  margin-bottom: 5px;
  color: #000;
}
.kinetic-scroll-wrapper .section-compare .specs > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
}
.kinetic-scroll-wrapper .section-compare .specs div {
  text-align: left;
}
@media (min-width: 768px) {
  .kinetic-scroll-wrapper .section-compare .specs div:nth-child(5), .kinetic-scroll-wrapper .section-compare .specs div:nth-child(6) {
    grid-column: span 2;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .kinetic-scroll-wrapper .section-compare .specs div:nth-child(5), .kinetic-scroll-wrapper .section-compare .specs div:nth-child(6) {
    grid-column: span 1;
  }
}
.kinetic-scroll-wrapper .section-compare strong {
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
}
.kinetic-scroll-wrapper .section-compare .color-picker {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 1.5rem;
  text-align: left;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .kinetic-scroll-wrapper .section-compare .color-picker {
    margin-bottom: 10px;
  }
}
.kinetic-scroll-wrapper .section-compare .color-picker input[type=radio] {
  display: none;
}
.kinetic-scroll-wrapper .section-compare .color-picker > div {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
}
.kinetic-scroll-wrapper .section-compare .color-picker label {
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #999;
  margin: 0 5px;
}
.kinetic-scroll-wrapper .section-compare .price-book {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .kinetic-scroll-wrapper .section-compare .price-book {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .kinetic-scroll-wrapper .section-compare .price-book {
    width: 200px;
  }
}
.kinetic-scroll-wrapper .section-compare .price-book .price {
  font-size: 0.9rem;
  text-align: left;
}
.kinetic-scroll-wrapper .section-compare .price-book .price strong {
  margin-top: 5px;
  font-size: 1.4rem;
  display: inline-block;
}
.kinetic-scroll-wrapper .section-compare .price-book a {
  padding: 1rem 2rem;
  border: none;
  width: 100%;
  background: #000;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}
.kinetic-scroll-wrapper .section-compare .see-comparison {
  padding: 0.75rem 1.5rem;
  border: none;
  background: #eee;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  transform: translateX(-50%);
  text-align: center;
}
.kinetic-scroll-wrapper .section-telekinetics {
  min-height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  /* Tablet: 2–4 columns */
  /* Desktop: 3–6 columns */
}
.kinetic-scroll-wrapper .section-telekinetics .telekinetics-header {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.kinetic-scroll-wrapper .section-telekinetics .telekinetics-header strong {
  display: block;
  text-align: center;
  font-weight: black;
  font-size: 42px;
}
.kinetic-scroll-wrapper .section-telekinetics .masonary {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.kinetic-scroll-wrapper .section-telekinetics .masonary-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.kinetic-scroll-wrapper .section-telekinetics .telekinetics-section {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  overflow: auto;
}
.kinetic-scroll-wrapper .section-telekinetics .telekinetics-section img {
  width: 100%;
}
.kinetic-scroll-wrapper .section-telekinetics .kinetic-grid {
  position: relative;
  margin: 0 auto;
  /* Base column width */
}
.kinetic-scroll-wrapper .section-telekinetics .kinetic-grid .grid-sizer {
  width: 200px;
}
.kinetic-scroll-wrapper .section-telekinetics .kinetic-grid .grid-item {
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}
.kinetic-scroll-wrapper .section-telekinetics .kinetic-grid .grid-item img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  .kinetic-scroll-wrapper .section-telekinetics .kinetic-grid .grid-sizer,
  .kinetic-scroll-wrapper .section-telekinetics .kinetic-grid .grid-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .kinetic-scroll-wrapper .section-telekinetics .kinetic-grid .grid-sizer,
  .kinetic-scroll-wrapper .section-telekinetics .kinetic-grid .grid-item {
    width: 16.66%;
  }
}

.about-page,
.contact-us,
.refund-policy,
.terms,
.delivery-policy,
.privacy-policy {
  margin-top: 76px;
  background: white;
}
.about-page.contact-us .message,
.contact-us.contact-us .message,
.refund-policy.contact-us .message,
.terms.contact-us .message,
.delivery-policy.contact-us .message,
.privacy-policy.contact-us .message {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
}
.about-page .contact-us-text-wrapper,
.contact-us .contact-us-text-wrapper,
.refund-policy .contact-us-text-wrapper,
.terms .contact-us-text-wrapper,
.delivery-policy .contact-us-text-wrapper,
.privacy-policy .contact-us-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about-page .contact-us-text-wrapper .address-section,
.contact-us .contact-us-text-wrapper .address-section,
.refund-policy .contact-us-text-wrapper .address-section,
.terms .contact-us-text-wrapper .address-section,
.delivery-policy .contact-us-text-wrapper .address-section,
.privacy-policy .contact-us-text-wrapper .address-section {
  text-align: left;
}
.about-page .contact-us-text-wrapper .address-section h3,
.contact-us .contact-us-text-wrapper .address-section h3,
.refund-policy .contact-us-text-wrapper .address-section h3,
.terms .contact-us-text-wrapper .address-section h3,
.delivery-policy .contact-us-text-wrapper .address-section h3,
.privacy-policy .contact-us-text-wrapper .address-section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.about-page .contact-us-text-wrapper .address-section h4,
.contact-us .contact-us-text-wrapper .address-section h4,
.refund-policy .contact-us-text-wrapper .address-section h4,
.terms .contact-us-text-wrapper .address-section h4,
.delivery-policy .contact-us-text-wrapper .address-section h4,
.privacy-policy .contact-us-text-wrapper .address-section h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.about-page .contact-us-text-wrapper .address-section h5,
.contact-us .contact-us-text-wrapper .address-section h5,
.refund-policy .contact-us-text-wrapper .address-section h5,
.terms .contact-us-text-wrapper .address-section h5,
.delivery-policy .contact-us-text-wrapper .address-section h5,
.privacy-policy .contact-us-text-wrapper .address-section h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.about-page .contact-us-text-wrapper p,
.contact-us .contact-us-text-wrapper p,
.refund-policy .contact-us-text-wrapper p,
.terms .contact-us-text-wrapper p,
.delivery-policy .contact-us-text-wrapper p,
.privacy-policy .contact-us-text-wrapper p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #333;
}
.about-page .contact-us-text-wrapper .contact-section,
.contact-us .contact-us-text-wrapper .contact-section,
.refund-policy .contact-us-text-wrapper .contact-section,
.terms .contact-us-text-wrapper .contact-section,
.delivery-policy .contact-us-text-wrapper .contact-section,
.privacy-policy .contact-us-text-wrapper .contact-section {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .about-page .contact-us-text-wrapper .contact-section,
  .contact-us .contact-us-text-wrapper .contact-section,
  .refund-policy .contact-us-text-wrapper .contact-section,
  .terms .contact-us-text-wrapper .contact-section,
  .delivery-policy .contact-us-text-wrapper .contact-section,
  .privacy-policy .contact-us-text-wrapper .contact-section {
    grid-template-columns: 1fr 1fr;
  }
}
.about-page .contact-us-text-wrapper .contact-section .address-section,
.contact-us .contact-us-text-wrapper .contact-section .address-section,
.refund-policy .contact-us-text-wrapper .contact-section .address-section,
.terms .contact-us-text-wrapper .contact-section .address-section,
.delivery-policy .contact-us-text-wrapper .contact-section .address-section,
.privacy-policy .contact-us-text-wrapper .contact-section .address-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .about-page .contact-us-text-wrapper .contact-section .address-section,
  .contact-us .contact-us-text-wrapper .contact-section .address-section,
  .refund-policy .contact-us-text-wrapper .contact-section .address-section,
  .terms .contact-us-text-wrapper .contact-section .address-section,
  .delivery-policy .contact-us-text-wrapper .contact-section .address-section,
  .privacy-policy .contact-us-text-wrapper .contact-section .address-section {
    flex-direction: row;
  }
}
.about-page .contact-us-text-wrapper .contact-section h3,
.about-page .contact-us-text-wrapper .contact-section h4,
.about-page .contact-us-text-wrapper .contact-section h5,
.contact-us .contact-us-text-wrapper .contact-section h3,
.contact-us .contact-us-text-wrapper .contact-section h4,
.contact-us .contact-us-text-wrapper .contact-section h5,
.refund-policy .contact-us-text-wrapper .contact-section h3,
.refund-policy .contact-us-text-wrapper .contact-section h4,
.refund-policy .contact-us-text-wrapper .contact-section h5,
.terms .contact-us-text-wrapper .contact-section h3,
.terms .contact-us-text-wrapper .contact-section h4,
.terms .contact-us-text-wrapper .contact-section h5,
.delivery-policy .contact-us-text-wrapper .contact-section h3,
.delivery-policy .contact-us-text-wrapper .contact-section h4,
.delivery-policy .contact-us-text-wrapper .contact-section h5,
.privacy-policy .contact-us-text-wrapper .contact-section h3,
.privacy-policy .contact-us-text-wrapper .contact-section h4,
.privacy-policy .contact-us-text-wrapper .contact-section h5 {
  text-align: left;
}
.about-page .contact-us-text-wrapper .contact-form,
.contact-us .contact-us-text-wrapper .contact-form,
.refund-policy .contact-us-text-wrapper .contact-form,
.terms .contact-us-text-wrapper .contact-form,
.delivery-policy .contact-us-text-wrapper .contact-form,
.privacy-policy .contact-us-text-wrapper .contact-form {
  background: #f7f7f7;
  padding: 2rem;
  border-radius: 8px;
  max-width: 400px;
  margin: auto;
  font-family: Arial, sans-serif;
}
.about-page .contact-us-text-wrapper .contact-form .form-group,
.contact-us .contact-us-text-wrapper .contact-form .form-group,
.refund-policy .contact-us-text-wrapper .contact-form .form-group,
.terms .contact-us-text-wrapper .contact-form .form-group,
.delivery-policy .contact-us-text-wrapper .contact-form .form-group,
.privacy-policy .contact-us-text-wrapper .contact-form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.about-page .contact-us-text-wrapper .contact-form .form-group label,
.contact-us .contact-us-text-wrapper .contact-form .form-group label,
.refund-policy .contact-us-text-wrapper .contact-form .form-group label,
.terms .contact-us-text-wrapper .contact-form .form-group label,
.delivery-policy .contact-us-text-wrapper .contact-form .form-group label,
.privacy-policy .contact-us-text-wrapper .contact-form .form-group label {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  color: #444;
  text-align: left;
}
.about-page .contact-us-text-wrapper .contact-form .form-group input,
.about-page .contact-us-text-wrapper .contact-form .form-group select,
.about-page .contact-us-text-wrapper .contact-form .form-group textarea,
.contact-us .contact-us-text-wrapper .contact-form .form-group input,
.contact-us .contact-us-text-wrapper .contact-form .form-group select,
.contact-us .contact-us-text-wrapper .contact-form .form-group textarea,
.refund-policy .contact-us-text-wrapper .contact-form .form-group input,
.refund-policy .contact-us-text-wrapper .contact-form .form-group select,
.refund-policy .contact-us-text-wrapper .contact-form .form-group textarea,
.terms .contact-us-text-wrapper .contact-form .form-group input,
.terms .contact-us-text-wrapper .contact-form .form-group select,
.terms .contact-us-text-wrapper .contact-form .form-group textarea,
.delivery-policy .contact-us-text-wrapper .contact-form .form-group input,
.delivery-policy .contact-us-text-wrapper .contact-form .form-group select,
.delivery-policy .contact-us-text-wrapper .contact-form .form-group textarea,
.privacy-policy .contact-us-text-wrapper .contact-form .form-group input,
.privacy-policy .contact-us-text-wrapper .contact-form .form-group select,
.privacy-policy .contact-us-text-wrapper .contact-form .form-group textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  background: #fff;
  outline: none;
  transition: border 0.3s;
}
.about-page .contact-us-text-wrapper .contact-form .form-group input:focus,
.about-page .contact-us-text-wrapper .contact-form .form-group select:focus,
.about-page .contact-us-text-wrapper .contact-form .form-group textarea:focus,
.contact-us .contact-us-text-wrapper .contact-form .form-group input:focus,
.contact-us .contact-us-text-wrapper .contact-form .form-group select:focus,
.contact-us .contact-us-text-wrapper .contact-form .form-group textarea:focus,
.refund-policy .contact-us-text-wrapper .contact-form .form-group input:focus,
.refund-policy .contact-us-text-wrapper .contact-form .form-group select:focus,
.refund-policy .contact-us-text-wrapper .contact-form .form-group textarea:focus,
.terms .contact-us-text-wrapper .contact-form .form-group input:focus,
.terms .contact-us-text-wrapper .contact-form .form-group select:focus,
.terms .contact-us-text-wrapper .contact-form .form-group textarea:focus,
.delivery-policy .contact-us-text-wrapper .contact-form .form-group input:focus,
.delivery-policy .contact-us-text-wrapper .contact-form .form-group select:focus,
.delivery-policy .contact-us-text-wrapper .contact-form .form-group textarea:focus,
.privacy-policy .contact-us-text-wrapper .contact-form .form-group input:focus,
.privacy-policy .contact-us-text-wrapper .contact-form .form-group select:focus,
.privacy-policy .contact-us-text-wrapper .contact-form .form-group textarea:focus {
  border-color: #000;
}
.about-page .contact-us-text-wrapper .contact-form .form-group select,
.contact-us .contact-us-text-wrapper .contact-form .form-group select,
.refund-policy .contact-us-text-wrapper .contact-form .form-group select,
.terms .contact-us-text-wrapper .contact-form .form-group select,
.delivery-policy .contact-us-text-wrapper .contact-form .form-group select,
.privacy-policy .contact-us-text-wrapper .contact-form .form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.about-page .contact-us-text-wrapper .contact-form .form-group textarea,
.contact-us .contact-us-text-wrapper .contact-form .form-group textarea,
.refund-policy .contact-us-text-wrapper .contact-form .form-group textarea,
.terms .contact-us-text-wrapper .contact-form .form-group textarea,
.delivery-policy .contact-us-text-wrapper .contact-form .form-group textarea,
.privacy-policy .contact-us-text-wrapper .contact-form .form-group textarea {
  resize: none;
  height: 100px;
}
.about-page .contact-us-text-wrapper .contact-form .submit-btn,
.contact-us .contact-us-text-wrapper .contact-form .submit-btn,
.refund-policy .contact-us-text-wrapper .contact-form .submit-btn,
.terms .contact-us-text-wrapper .contact-form .submit-btn,
.delivery-policy .contact-us-text-wrapper .contact-form .submit-btn,
.privacy-policy .contact-us-text-wrapper .contact-form .submit-btn {
  width: 100%;
  padding: 1rem;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.about-page .contact-us-text-wrapper .contact-form .submit-btn:hover,
.contact-us .contact-us-text-wrapper .contact-form .submit-btn:hover,
.refund-policy .contact-us-text-wrapper .contact-form .submit-btn:hover,
.terms .contact-us-text-wrapper .contact-form .submit-btn:hover,
.delivery-policy .contact-us-text-wrapper .contact-form .submit-btn:hover,
.privacy-policy .contact-us-text-wrapper .contact-form .submit-btn:hover {
  background: #333;
}
.about-page .container,
.contact-us .container,
.refund-policy .container,
.terms .container,
.delivery-policy .container,
.privacy-policy .container {
  max-width: 1100px;
  margin: auto;
  width: 100%;
  padding: 0;
}
.about-page .container > *,
.contact-us .container > *,
.refund-policy .container > *,
.terms .container > *,
.delivery-policy .container > *,
.privacy-policy .container > * {
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .about-page .container,
  .contact-us .container,
  .refund-policy .container,
  .terms .container,
  .delivery-policy .container,
  .privacy-policy .container {
    padding: 1rem 2rem;
  }
  .about-page .container > *,
  .contact-us .container > *,
  .refund-policy .container > *,
  .terms .container > *,
  .delivery-policy .container > *,
  .privacy-policy .container > * {
    padding: 0;
  }
}
.about-page .intro,
.contact-us .intro,
.refund-policy .intro,
.terms .intro,
.delivery-policy .intro,
.privacy-policy .intro {
  display: grid;
  grid-template-columns: 1fr;
  padding: 2rem 0;
  width: 100%;
  aspect-ratio: 1920/400;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 65dvw), url("/-/images/contact-banner.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
}
@media (min-width: 768px) {
  .about-page .intro,
  .contact-us .intro,
  .refund-policy .intro,
  .terms .intro,
  .delivery-policy .intro,
  .privacy-policy .intro {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 65dvw, rgba(255, 255, 255, 0) 70dvw), url("/-/images/contact-banner.png");
    background-size: auto 100%;
  }
}
.about-page .intro *,
.contact-us .intro *,
.refund-policy .intro *,
.terms .intro *,
.delivery-policy .intro *,
.privacy-policy .intro * {
  box-sizing: border-box;
}
.about-page .intro .page-title-section,
.contact-us .intro .page-title-section,
.refund-policy .intro .page-title-section,
.terms .intro .page-title-section,
.delivery-policy .intro .page-title-section,
.privacy-policy .intro .page-title-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-sizing: border-box;
}
.about-page .intro .page-title-section .back-arrow,
.contact-us .intro .page-title-section .back-arrow,
.refund-policy .intro .page-title-section .back-arrow,
.terms .intro .page-title-section .back-arrow,
.delivery-policy .intro .page-title-section .back-arrow,
.privacy-policy .intro .page-title-section .back-arrow {
  flex: 1;
  color: black;
  text-decoration: none;
  font-weight: 900;
  font-size: 36px;
}
.about-page .intro .page-title-section .intro-heading,
.contact-us .intro .page-title-section .intro-heading,
.refund-policy .intro .page-title-section .intro-heading,
.terms .intro .page-title-section .intro-heading,
.delivery-policy .intro .page-title-section .intro-heading,
.privacy-policy .intro .page-title-section .intro-heading {
  flex: none;
  padding: 0 1rem;
}
.about-page .intro .page-title-section .intro-heading p,
.contact-us .intro .page-title-section .intro-heading p,
.refund-policy .intro .page-title-section .intro-heading p,
.terms .intro .page-title-section .intro-heading p,
.delivery-policy .intro .page-title-section .intro-heading p,
.privacy-policy .intro .page-title-section .intro-heading p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.about-page .intro .page-title-section .intro-heading h2,
.contact-us .intro .page-title-section .intro-heading h2,
.refund-policy .intro .page-title-section .intro-heading h2,
.terms .intro .page-title-section .intro-heading h2,
.delivery-policy .intro .page-title-section .intro-heading h2,
.privacy-policy .intro .page-title-section .intro-heading h2 {
  font-size: 48px;
  font-weight: 900;
  margin: 0;
}
.about-page .intro img,
.contact-us .intro img,
.refund-policy .intro img,
.terms .intro img,
.delivery-policy .intro img,
.privacy-policy .intro img {
  width: 300px;
}
.about-page .privacy-text ul,
.about-page .contact-us-text ul,
.about-page .terms-text ul,
.about-page .delivery-policy-text ul,
.about-page .refund-policy-text ul,
.contact-us .privacy-text ul,
.contact-us .contact-us-text ul,
.contact-us .terms-text ul,
.contact-us .delivery-policy-text ul,
.contact-us .refund-policy-text ul,
.refund-policy .privacy-text ul,
.refund-policy .contact-us-text ul,
.refund-policy .terms-text ul,
.refund-policy .delivery-policy-text ul,
.refund-policy .refund-policy-text ul,
.terms .privacy-text ul,
.terms .contact-us-text ul,
.terms .terms-text ul,
.terms .delivery-policy-text ul,
.terms .refund-policy-text ul,
.delivery-policy .privacy-text ul,
.delivery-policy .contact-us-text ul,
.delivery-policy .terms-text ul,
.delivery-policy .delivery-policy-text ul,
.delivery-policy .refund-policy-text ul,
.privacy-policy .privacy-text ul,
.privacy-policy .contact-us-text ul,
.privacy-policy .terms-text ul,
.privacy-policy .delivery-policy-text ul,
.privacy-policy .refund-policy-text ul {
  margin-left: 20px;
}
.about-page .privacy-text ul,
.about-page .privacy-text li,
.about-page .contact-us-text ul,
.about-page .contact-us-text li,
.about-page .terms-text ul,
.about-page .terms-text li,
.about-page .delivery-policy-text ul,
.about-page .delivery-policy-text li,
.about-page .refund-policy-text ul,
.about-page .refund-policy-text li,
.contact-us .privacy-text ul,
.contact-us .privacy-text li,
.contact-us .contact-us-text ul,
.contact-us .contact-us-text li,
.contact-us .terms-text ul,
.contact-us .terms-text li,
.contact-us .delivery-policy-text ul,
.contact-us .delivery-policy-text li,
.contact-us .refund-policy-text ul,
.contact-us .refund-policy-text li,
.refund-policy .privacy-text ul,
.refund-policy .privacy-text li,
.refund-policy .contact-us-text ul,
.refund-policy .contact-us-text li,
.refund-policy .terms-text ul,
.refund-policy .terms-text li,
.refund-policy .delivery-policy-text ul,
.refund-policy .delivery-policy-text li,
.refund-policy .refund-policy-text ul,
.refund-policy .refund-policy-text li,
.terms .privacy-text ul,
.terms .privacy-text li,
.terms .contact-us-text ul,
.terms .contact-us-text li,
.terms .terms-text ul,
.terms .terms-text li,
.terms .delivery-policy-text ul,
.terms .delivery-policy-text li,
.terms .refund-policy-text ul,
.terms .refund-policy-text li,
.delivery-policy .privacy-text ul,
.delivery-policy .privacy-text li,
.delivery-policy .contact-us-text ul,
.delivery-policy .contact-us-text li,
.delivery-policy .terms-text ul,
.delivery-policy .terms-text li,
.delivery-policy .delivery-policy-text ul,
.delivery-policy .delivery-policy-text li,
.delivery-policy .refund-policy-text ul,
.delivery-policy .refund-policy-text li,
.privacy-policy .privacy-text ul,
.privacy-policy .privacy-text li,
.privacy-policy .contact-us-text ul,
.privacy-policy .contact-us-text li,
.privacy-policy .terms-text ul,
.privacy-policy .terms-text li,
.privacy-policy .delivery-policy-text ul,
.privacy-policy .delivery-policy-text li,
.privacy-policy .refund-policy-text ul,
.privacy-policy .refund-policy-text li {
  list-style: none;
}
.about-page .refund-policy-text,
.about-page .privacy-text,
.about-page .contact-us-text,
.about-page .terms-text,
.about-page .delivery-policy-text,
.about-page .leadership,
.about-page .about-text,
.contact-us .refund-policy-text,
.contact-us .privacy-text,
.contact-us .contact-us-text,
.contact-us .terms-text,
.contact-us .delivery-policy-text,
.contact-us .leadership,
.contact-us .about-text,
.refund-policy .refund-policy-text,
.refund-policy .privacy-text,
.refund-policy .contact-us-text,
.refund-policy .terms-text,
.refund-policy .delivery-policy-text,
.refund-policy .leadership,
.refund-policy .about-text,
.terms .refund-policy-text,
.terms .privacy-text,
.terms .contact-us-text,
.terms .terms-text,
.terms .delivery-policy-text,
.terms .leadership,
.terms .about-text,
.delivery-policy .refund-policy-text,
.delivery-policy .privacy-text,
.delivery-policy .contact-us-text,
.delivery-policy .terms-text,
.delivery-policy .delivery-policy-text,
.delivery-policy .leadership,
.delivery-policy .about-text,
.privacy-policy .refund-policy-text,
.privacy-policy .privacy-text,
.privacy-policy .contact-us-text,
.privacy-policy .terms-text,
.privacy-policy .delivery-policy-text,
.privacy-policy .leadership,
.privacy-policy .about-text {
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}
.about-page .refund-policy-text ul,
.about-page .refund-policy-text li,
.about-page .privacy-text ul,
.about-page .privacy-text li,
.about-page .contact-us-text ul,
.about-page .contact-us-text li,
.about-page .terms-text ul,
.about-page .terms-text li,
.about-page .delivery-policy-text ul,
.about-page .delivery-policy-text li,
.about-page .leadership ul,
.about-page .leadership li,
.about-page .about-text ul,
.about-page .about-text li,
.contact-us .refund-policy-text ul,
.contact-us .refund-policy-text li,
.contact-us .privacy-text ul,
.contact-us .privacy-text li,
.contact-us .contact-us-text ul,
.contact-us .contact-us-text li,
.contact-us .terms-text ul,
.contact-us .terms-text li,
.contact-us .delivery-policy-text ul,
.contact-us .delivery-policy-text li,
.contact-us .leadership ul,
.contact-us .leadership li,
.contact-us .about-text ul,
.contact-us .about-text li,
.refund-policy .refund-policy-text ul,
.refund-policy .refund-policy-text li,
.refund-policy .privacy-text ul,
.refund-policy .privacy-text li,
.refund-policy .contact-us-text ul,
.refund-policy .contact-us-text li,
.refund-policy .terms-text ul,
.refund-policy .terms-text li,
.refund-policy .delivery-policy-text ul,
.refund-policy .delivery-policy-text li,
.refund-policy .leadership ul,
.refund-policy .leadership li,
.refund-policy .about-text ul,
.refund-policy .about-text li,
.terms .refund-policy-text ul,
.terms .refund-policy-text li,
.terms .privacy-text ul,
.terms .privacy-text li,
.terms .contact-us-text ul,
.terms .contact-us-text li,
.terms .terms-text ul,
.terms .terms-text li,
.terms .delivery-policy-text ul,
.terms .delivery-policy-text li,
.terms .leadership ul,
.terms .leadership li,
.terms .about-text ul,
.terms .about-text li,
.delivery-policy .refund-policy-text ul,
.delivery-policy .refund-policy-text li,
.delivery-policy .privacy-text ul,
.delivery-policy .privacy-text li,
.delivery-policy .contact-us-text ul,
.delivery-policy .contact-us-text li,
.delivery-policy .terms-text ul,
.delivery-policy .terms-text li,
.delivery-policy .delivery-policy-text ul,
.delivery-policy .delivery-policy-text li,
.delivery-policy .leadership ul,
.delivery-policy .leadership li,
.delivery-policy .about-text ul,
.delivery-policy .about-text li,
.privacy-policy .refund-policy-text ul,
.privacy-policy .refund-policy-text li,
.privacy-policy .privacy-text ul,
.privacy-policy .privacy-text li,
.privacy-policy .contact-us-text ul,
.privacy-policy .contact-us-text li,
.privacy-policy .terms-text ul,
.privacy-policy .terms-text li,
.privacy-policy .delivery-policy-text ul,
.privacy-policy .delivery-policy-text li,
.privacy-policy .leadership ul,
.privacy-policy .leadership li,
.privacy-policy .about-text ul,
.privacy-policy .about-text li {
  list-style: none;
}
.about-page .refund-policy-text h3,
.about-page .privacy-text h3,
.about-page .contact-us-text h3,
.about-page .terms-text h3,
.about-page .delivery-policy-text h3,
.about-page .leadership h3,
.about-page .about-text h3,
.contact-us .refund-policy-text h3,
.contact-us .privacy-text h3,
.contact-us .contact-us-text h3,
.contact-us .terms-text h3,
.contact-us .delivery-policy-text h3,
.contact-us .leadership h3,
.contact-us .about-text h3,
.refund-policy .refund-policy-text h3,
.refund-policy .privacy-text h3,
.refund-policy .contact-us-text h3,
.refund-policy .terms-text h3,
.refund-policy .delivery-policy-text h3,
.refund-policy .leadership h3,
.refund-policy .about-text h3,
.terms .refund-policy-text h3,
.terms .privacy-text h3,
.terms .contact-us-text h3,
.terms .terms-text h3,
.terms .delivery-policy-text h3,
.terms .leadership h3,
.terms .about-text h3,
.delivery-policy .refund-policy-text h3,
.delivery-policy .privacy-text h3,
.delivery-policy .contact-us-text h3,
.delivery-policy .terms-text h3,
.delivery-policy .delivery-policy-text h3,
.delivery-policy .leadership h3,
.delivery-policy .about-text h3,
.privacy-policy .refund-policy-text h3,
.privacy-policy .privacy-text h3,
.privacy-policy .contact-us-text h3,
.privacy-policy .terms-text h3,
.privacy-policy .delivery-policy-text h3,
.privacy-policy .leadership h3,
.privacy-policy .about-text h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
}
.about-page .refund-policy-text p,
.about-page .privacy-text p,
.about-page .contact-us-text p,
.about-page .terms-text p,
.about-page .delivery-policy-text p,
.about-page .leadership p,
.about-page .about-text p,
.contact-us .refund-policy-text p,
.contact-us .privacy-text p,
.contact-us .contact-us-text p,
.contact-us .terms-text p,
.contact-us .delivery-policy-text p,
.contact-us .leadership p,
.contact-us .about-text p,
.refund-policy .refund-policy-text p,
.refund-policy .privacy-text p,
.refund-policy .contact-us-text p,
.refund-policy .terms-text p,
.refund-policy .delivery-policy-text p,
.refund-policy .leadership p,
.refund-policy .about-text p,
.terms .refund-policy-text p,
.terms .privacy-text p,
.terms .contact-us-text p,
.terms .terms-text p,
.terms .delivery-policy-text p,
.terms .leadership p,
.terms .about-text p,
.delivery-policy .refund-policy-text p,
.delivery-policy .privacy-text p,
.delivery-policy .contact-us-text p,
.delivery-policy .terms-text p,
.delivery-policy .delivery-policy-text p,
.delivery-policy .leadership p,
.delivery-policy .about-text p,
.privacy-policy .refund-policy-text p,
.privacy-policy .privacy-text p,
.privacy-policy .contact-us-text p,
.privacy-policy .terms-text p,
.privacy-policy .delivery-policy-text p,
.privacy-policy .leadership p,
.privacy-policy .about-text p {
  margin: 1rem 0;
  line-height: 1.6;
}
.about-page .refund-policy-text h4,
.about-page .privacy-text h4,
.about-page .contact-us-text h4,
.about-page .terms-text h4,
.about-page .delivery-policy-text h4,
.about-page .leadership h4,
.about-page .about-text h4,
.contact-us .refund-policy-text h4,
.contact-us .privacy-text h4,
.contact-us .contact-us-text h4,
.contact-us .terms-text h4,
.contact-us .delivery-policy-text h4,
.contact-us .leadership h4,
.contact-us .about-text h4,
.refund-policy .refund-policy-text h4,
.refund-policy .privacy-text h4,
.refund-policy .contact-us-text h4,
.refund-policy .terms-text h4,
.refund-policy .delivery-policy-text h4,
.refund-policy .leadership h4,
.refund-policy .about-text h4,
.terms .refund-policy-text h4,
.terms .privacy-text h4,
.terms .contact-us-text h4,
.terms .terms-text h4,
.terms .delivery-policy-text h4,
.terms .leadership h4,
.terms .about-text h4,
.delivery-policy .refund-policy-text h4,
.delivery-policy .privacy-text h4,
.delivery-policy .contact-us-text h4,
.delivery-policy .terms-text h4,
.delivery-policy .delivery-policy-text h4,
.delivery-policy .leadership h4,
.delivery-policy .about-text h4,
.privacy-policy .refund-policy-text h4,
.privacy-policy .privacy-text h4,
.privacy-policy .contact-us-text h4,
.privacy-policy .terms-text h4,
.privacy-policy .delivery-policy-text h4,
.privacy-policy .leadership h4,
.privacy-policy .about-text h4 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
.about-page .refund-policy-text .core-values,
.about-page .privacy-text .core-values,
.about-page .contact-us-text .core-values,
.about-page .terms-text .core-values,
.about-page .delivery-policy-text .core-values,
.about-page .leadership .core-values,
.about-page .about-text .core-values,
.contact-us .refund-policy-text .core-values,
.contact-us .privacy-text .core-values,
.contact-us .contact-us-text .core-values,
.contact-us .terms-text .core-values,
.contact-us .delivery-policy-text .core-values,
.contact-us .leadership .core-values,
.contact-us .about-text .core-values,
.refund-policy .refund-policy-text .core-values,
.refund-policy .privacy-text .core-values,
.refund-policy .contact-us-text .core-values,
.refund-policy .terms-text .core-values,
.refund-policy .delivery-policy-text .core-values,
.refund-policy .leadership .core-values,
.refund-policy .about-text .core-values,
.terms .refund-policy-text .core-values,
.terms .privacy-text .core-values,
.terms .contact-us-text .core-values,
.terms .terms-text .core-values,
.terms .delivery-policy-text .core-values,
.terms .leadership .core-values,
.terms .about-text .core-values,
.delivery-policy .refund-policy-text .core-values,
.delivery-policy .privacy-text .core-values,
.delivery-policy .contact-us-text .core-values,
.delivery-policy .terms-text .core-values,
.delivery-policy .delivery-policy-text .core-values,
.delivery-policy .leadership .core-values,
.delivery-policy .about-text .core-values,
.privacy-policy .refund-policy-text .core-values,
.privacy-policy .privacy-text .core-values,
.privacy-policy .contact-us-text .core-values,
.privacy-policy .terms-text .core-values,
.privacy-policy .delivery-policy-text .core-values,
.privacy-policy .leadership .core-values,
.privacy-policy .about-text .core-values {
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  isolation: isolate;
}
@media (min-width: 768px) {
  .about-page .refund-policy-text .core-values,
  .about-page .privacy-text .core-values,
  .about-page .contact-us-text .core-values,
  .about-page .terms-text .core-values,
  .about-page .delivery-policy-text .core-values,
  .about-page .leadership .core-values,
  .about-page .about-text .core-values,
  .contact-us .refund-policy-text .core-values,
  .contact-us .privacy-text .core-values,
  .contact-us .contact-us-text .core-values,
  .contact-us .terms-text .core-values,
  .contact-us .delivery-policy-text .core-values,
  .contact-us .leadership .core-values,
  .contact-us .about-text .core-values,
  .refund-policy .refund-policy-text .core-values,
  .refund-policy .privacy-text .core-values,
  .refund-policy .contact-us-text .core-values,
  .refund-policy .terms-text .core-values,
  .refund-policy .delivery-policy-text .core-values,
  .refund-policy .leadership .core-values,
  .refund-policy .about-text .core-values,
  .terms .refund-policy-text .core-values,
  .terms .privacy-text .core-values,
  .terms .contact-us-text .core-values,
  .terms .terms-text .core-values,
  .terms .delivery-policy-text .core-values,
  .terms .leadership .core-values,
  .terms .about-text .core-values,
  .delivery-policy .refund-policy-text .core-values,
  .delivery-policy .privacy-text .core-values,
  .delivery-policy .contact-us-text .core-values,
  .delivery-policy .terms-text .core-values,
  .delivery-policy .delivery-policy-text .core-values,
  .delivery-policy .leadership .core-values,
  .delivery-policy .about-text .core-values,
  .privacy-policy .refund-policy-text .core-values,
  .privacy-policy .privacy-text .core-values,
  .privacy-policy .contact-us-text .core-values,
  .privacy-policy .terms-text .core-values,
  .privacy-policy .delivery-policy-text .core-values,
  .privacy-policy .leadership .core-values,
  .privacy-policy .about-text .core-values {
    padding: 20px;
    min-height: 500px;
  }
}
.about-page .refund-policy-text .core-values .core-values-image,
.about-page .privacy-text .core-values .core-values-image,
.about-page .contact-us-text .core-values .core-values-image,
.about-page .terms-text .core-values .core-values-image,
.about-page .delivery-policy-text .core-values .core-values-image,
.about-page .leadership .core-values .core-values-image,
.about-page .about-text .core-values .core-values-image,
.contact-us .refund-policy-text .core-values .core-values-image,
.contact-us .privacy-text .core-values .core-values-image,
.contact-us .contact-us-text .core-values .core-values-image,
.contact-us .terms-text .core-values .core-values-image,
.contact-us .delivery-policy-text .core-values .core-values-image,
.contact-us .leadership .core-values .core-values-image,
.contact-us .about-text .core-values .core-values-image,
.refund-policy .refund-policy-text .core-values .core-values-image,
.refund-policy .privacy-text .core-values .core-values-image,
.refund-policy .contact-us-text .core-values .core-values-image,
.refund-policy .terms-text .core-values .core-values-image,
.refund-policy .delivery-policy-text .core-values .core-values-image,
.refund-policy .leadership .core-values .core-values-image,
.refund-policy .about-text .core-values .core-values-image,
.terms .refund-policy-text .core-values .core-values-image,
.terms .privacy-text .core-values .core-values-image,
.terms .contact-us-text .core-values .core-values-image,
.terms .terms-text .core-values .core-values-image,
.terms .delivery-policy-text .core-values .core-values-image,
.terms .leadership .core-values .core-values-image,
.terms .about-text .core-values .core-values-image,
.delivery-policy .refund-policy-text .core-values .core-values-image,
.delivery-policy .privacy-text .core-values .core-values-image,
.delivery-policy .contact-us-text .core-values .core-values-image,
.delivery-policy .terms-text .core-values .core-values-image,
.delivery-policy .delivery-policy-text .core-values .core-values-image,
.delivery-policy .leadership .core-values .core-values-image,
.delivery-policy .about-text .core-values .core-values-image,
.privacy-policy .refund-policy-text .core-values .core-values-image,
.privacy-policy .privacy-text .core-values .core-values-image,
.privacy-policy .contact-us-text .core-values .core-values-image,
.privacy-policy .terms-text .core-values .core-values-image,
.privacy-policy .delivery-policy-text .core-values .core-values-image,
.privacy-policy .leadership .core-values .core-values-image,
.privacy-policy .about-text .core-values .core-values-image {
  position: absolute;
  height: 100%;
  z-index: -1;
}
.about-page .refund-policy-text .core-values > ul,
.about-page .privacy-text .core-values > ul,
.about-page .contact-us-text .core-values > ul,
.about-page .terms-text .core-values > ul,
.about-page .delivery-policy-text .core-values > ul,
.about-page .leadership .core-values > ul,
.about-page .about-text .core-values > ul,
.contact-us .refund-policy-text .core-values > ul,
.contact-us .privacy-text .core-values > ul,
.contact-us .contact-us-text .core-values > ul,
.contact-us .terms-text .core-values > ul,
.contact-us .delivery-policy-text .core-values > ul,
.contact-us .leadership .core-values > ul,
.contact-us .about-text .core-values > ul,
.refund-policy .refund-policy-text .core-values > ul,
.refund-policy .privacy-text .core-values > ul,
.refund-policy .contact-us-text .core-values > ul,
.refund-policy .terms-text .core-values > ul,
.refund-policy .delivery-policy-text .core-values > ul,
.refund-policy .leadership .core-values > ul,
.refund-policy .about-text .core-values > ul,
.terms .refund-policy-text .core-values > ul,
.terms .privacy-text .core-values > ul,
.terms .contact-us-text .core-values > ul,
.terms .terms-text .core-values > ul,
.terms .delivery-policy-text .core-values > ul,
.terms .leadership .core-values > ul,
.terms .about-text .core-values > ul,
.delivery-policy .refund-policy-text .core-values > ul,
.delivery-policy .privacy-text .core-values > ul,
.delivery-policy .contact-us-text .core-values > ul,
.delivery-policy .terms-text .core-values > ul,
.delivery-policy .delivery-policy-text .core-values > ul,
.delivery-policy .leadership .core-values > ul,
.delivery-policy .about-text .core-values > ul,
.privacy-policy .refund-policy-text .core-values > ul,
.privacy-policy .privacy-text .core-values > ul,
.privacy-policy .contact-us-text .core-values > ul,
.privacy-policy .terms-text .core-values > ul,
.privacy-policy .delivery-policy-text .core-values > ul,
.privacy-policy .leadership .core-values > ul,
.privacy-policy .about-text .core-values > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
  list-style: none;
  box-sizing: border-box;
  gap: 30px;
}
@media (min-width: 768px) {
  .about-page .refund-policy-text .core-values > ul,
  .about-page .privacy-text .core-values > ul,
  .about-page .contact-us-text .core-values > ul,
  .about-page .terms-text .core-values > ul,
  .about-page .delivery-policy-text .core-values > ul,
  .about-page .leadership .core-values > ul,
  .about-page .about-text .core-values > ul,
  .contact-us .refund-policy-text .core-values > ul,
  .contact-us .privacy-text .core-values > ul,
  .contact-us .contact-us-text .core-values > ul,
  .contact-us .terms-text .core-values > ul,
  .contact-us .delivery-policy-text .core-values > ul,
  .contact-us .leadership .core-values > ul,
  .contact-us .about-text .core-values > ul,
  .refund-policy .refund-policy-text .core-values > ul,
  .refund-policy .privacy-text .core-values > ul,
  .refund-policy .contact-us-text .core-values > ul,
  .refund-policy .terms-text .core-values > ul,
  .refund-policy .delivery-policy-text .core-values > ul,
  .refund-policy .leadership .core-values > ul,
  .refund-policy .about-text .core-values > ul,
  .terms .refund-policy-text .core-values > ul,
  .terms .privacy-text .core-values > ul,
  .terms .contact-us-text .core-values > ul,
  .terms .terms-text .core-values > ul,
  .terms .delivery-policy-text .core-values > ul,
  .terms .leadership .core-values > ul,
  .terms .about-text .core-values > ul,
  .delivery-policy .refund-policy-text .core-values > ul,
  .delivery-policy .privacy-text .core-values > ul,
  .delivery-policy .contact-us-text .core-values > ul,
  .delivery-policy .terms-text .core-values > ul,
  .delivery-policy .delivery-policy-text .core-values > ul,
  .delivery-policy .leadership .core-values > ul,
  .delivery-policy .about-text .core-values > ul,
  .privacy-policy .refund-policy-text .core-values > ul,
  .privacy-policy .privacy-text .core-values > ul,
  .privacy-policy .contact-us-text .core-values > ul,
  .privacy-policy .terms-text .core-values > ul,
  .privacy-policy .delivery-policy-text .core-values > ul,
  .privacy-policy .leadership .core-values > ul,
  .privacy-policy .about-text .core-values > ul {
    padding: 90px 60px;
  }
}
.about-page .refund-policy-text .core-values li,
.about-page .privacy-text .core-values li,
.about-page .contact-us-text .core-values li,
.about-page .terms-text .core-values li,
.about-page .delivery-policy-text .core-values li,
.about-page .leadership .core-values li,
.about-page .about-text .core-values li,
.contact-us .refund-policy-text .core-values li,
.contact-us .privacy-text .core-values li,
.contact-us .contact-us-text .core-values li,
.contact-us .terms-text .core-values li,
.contact-us .delivery-policy-text .core-values li,
.contact-us .leadership .core-values li,
.contact-us .about-text .core-values li,
.refund-policy .refund-policy-text .core-values li,
.refund-policy .privacy-text .core-values li,
.refund-policy .contact-us-text .core-values li,
.refund-policy .terms-text .core-values li,
.refund-policy .delivery-policy-text .core-values li,
.refund-policy .leadership .core-values li,
.refund-policy .about-text .core-values li,
.terms .refund-policy-text .core-values li,
.terms .privacy-text .core-values li,
.terms .contact-us-text .core-values li,
.terms .terms-text .core-values li,
.terms .delivery-policy-text .core-values li,
.terms .leadership .core-values li,
.terms .about-text .core-values li,
.delivery-policy .refund-policy-text .core-values li,
.delivery-policy .privacy-text .core-values li,
.delivery-policy .contact-us-text .core-values li,
.delivery-policy .terms-text .core-values li,
.delivery-policy .delivery-policy-text .core-values li,
.delivery-policy .leadership .core-values li,
.delivery-policy .about-text .core-values li,
.privacy-policy .refund-policy-text .core-values li,
.privacy-policy .privacy-text .core-values li,
.privacy-policy .contact-us-text .core-values li,
.privacy-policy .terms-text .core-values li,
.privacy-policy .delivery-policy-text .core-values li,
.privacy-policy .leadership .core-values li,
.privacy-policy .about-text .core-values li {
  margin: 0.5rem 0;
  color: white;
}
.about-page .refund-policy-text .core-values li:nth-child(2),
.about-page .privacy-text .core-values li:nth-child(2),
.about-page .contact-us-text .core-values li:nth-child(2),
.about-page .terms-text .core-values li:nth-child(2),
.about-page .delivery-policy-text .core-values li:nth-child(2),
.about-page .leadership .core-values li:nth-child(2),
.about-page .about-text .core-values li:nth-child(2),
.contact-us .refund-policy-text .core-values li:nth-child(2),
.contact-us .privacy-text .core-values li:nth-child(2),
.contact-us .contact-us-text .core-values li:nth-child(2),
.contact-us .terms-text .core-values li:nth-child(2),
.contact-us .delivery-policy-text .core-values li:nth-child(2),
.contact-us .leadership .core-values li:nth-child(2),
.contact-us .about-text .core-values li:nth-child(2),
.refund-policy .refund-policy-text .core-values li:nth-child(2),
.refund-policy .privacy-text .core-values li:nth-child(2),
.refund-policy .contact-us-text .core-values li:nth-child(2),
.refund-policy .terms-text .core-values li:nth-child(2),
.refund-policy .delivery-policy-text .core-values li:nth-child(2),
.refund-policy .leadership .core-values li:nth-child(2),
.refund-policy .about-text .core-values li:nth-child(2),
.terms .refund-policy-text .core-values li:nth-child(2),
.terms .privacy-text .core-values li:nth-child(2),
.terms .contact-us-text .core-values li:nth-child(2),
.terms .terms-text .core-values li:nth-child(2),
.terms .delivery-policy-text .core-values li:nth-child(2),
.terms .leadership .core-values li:nth-child(2),
.terms .about-text .core-values li:nth-child(2),
.delivery-policy .refund-policy-text .core-values li:nth-child(2),
.delivery-policy .privacy-text .core-values li:nth-child(2),
.delivery-policy .contact-us-text .core-values li:nth-child(2),
.delivery-policy .terms-text .core-values li:nth-child(2),
.delivery-policy .delivery-policy-text .core-values li:nth-child(2),
.delivery-policy .leadership .core-values li:nth-child(2),
.delivery-policy .about-text .core-values li:nth-child(2),
.privacy-policy .refund-policy-text .core-values li:nth-child(2),
.privacy-policy .privacy-text .core-values li:nth-child(2),
.privacy-policy .contact-us-text .core-values li:nth-child(2),
.privacy-policy .terms-text .core-values li:nth-child(2),
.privacy-policy .delivery-policy-text .core-values li:nth-child(2),
.privacy-policy .leadership .core-values li:nth-child(2),
.privacy-policy .about-text .core-values li:nth-child(2) {
  grid-row: span 2;
  align-self: self-end;
}
.about-page .refund-policy-text .core-values li:nth-child(3),
.about-page .privacy-text .core-values li:nth-child(3),
.about-page .contact-us-text .core-values li:nth-child(3),
.about-page .terms-text .core-values li:nth-child(3),
.about-page .delivery-policy-text .core-values li:nth-child(3),
.about-page .leadership .core-values li:nth-child(3),
.about-page .about-text .core-values li:nth-child(3),
.contact-us .refund-policy-text .core-values li:nth-child(3),
.contact-us .privacy-text .core-values li:nth-child(3),
.contact-us .contact-us-text .core-values li:nth-child(3),
.contact-us .terms-text .core-values li:nth-child(3),
.contact-us .delivery-policy-text .core-values li:nth-child(3),
.contact-us .leadership .core-values li:nth-child(3),
.contact-us .about-text .core-values li:nth-child(3),
.refund-policy .refund-policy-text .core-values li:nth-child(3),
.refund-policy .privacy-text .core-values li:nth-child(3),
.refund-policy .contact-us-text .core-values li:nth-child(3),
.refund-policy .terms-text .core-values li:nth-child(3),
.refund-policy .delivery-policy-text .core-values li:nth-child(3),
.refund-policy .leadership .core-values li:nth-child(3),
.refund-policy .about-text .core-values li:nth-child(3),
.terms .refund-policy-text .core-values li:nth-child(3),
.terms .privacy-text .core-values li:nth-child(3),
.terms .contact-us-text .core-values li:nth-child(3),
.terms .terms-text .core-values li:nth-child(3),
.terms .delivery-policy-text .core-values li:nth-child(3),
.terms .leadership .core-values li:nth-child(3),
.terms .about-text .core-values li:nth-child(3),
.delivery-policy .refund-policy-text .core-values li:nth-child(3),
.delivery-policy .privacy-text .core-values li:nth-child(3),
.delivery-policy .contact-us-text .core-values li:nth-child(3),
.delivery-policy .terms-text .core-values li:nth-child(3),
.delivery-policy .delivery-policy-text .core-values li:nth-child(3),
.delivery-policy .leadership .core-values li:nth-child(3),
.delivery-policy .about-text .core-values li:nth-child(3),
.privacy-policy .refund-policy-text .core-values li:nth-child(3),
.privacy-policy .privacy-text .core-values li:nth-child(3),
.privacy-policy .contact-us-text .core-values li:nth-child(3),
.privacy-policy .terms-text .core-values li:nth-child(3),
.privacy-policy .delivery-policy-text .core-values li:nth-child(3),
.privacy-policy .leadership .core-values li:nth-child(3),
.privacy-policy .about-text .core-values li:nth-child(3) {
  align-self: self-end;
}
.about-page .mission-vision,
.contact-us .mission-vision,
.refund-policy .mission-vision,
.terms .mission-vision,
.delivery-policy .mission-vision,
.privacy-policy .mission-vision {
  width: 100%;
  background: #eee;
  max-width: none;
  position: relative;
  isolation: isolate;
}
.about-page .mission-vision .background,
.contact-us .mission-vision .background,
.refund-policy .mission-vision .background,
.terms .mission-vision .background,
.delivery-policy .mission-vision .background,
.privacy-policy .mission-vision .background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.about-page .mission-vision .mission,
.contact-us .mission-vision .mission,
.refund-policy .mission-vision .mission,
.terms .mission-vision .mission,
.delivery-policy .mission-vision .mission,
.privacy-policy .mission-vision .mission {
  grid-area: mission;
  padding-right: 10dvw;
}
.about-page .mission-vision .vision,
.contact-us .mission-vision .vision,
.refund-policy .mission-vision .vision,
.terms .mission-vision .vision,
.delivery-policy .mission-vision .vision,
.privacy-policy .mission-vision .vision {
  grid-area: vision;
  padding-left: 10dvw;
}
.about-page .mission-vision .mission,
.about-page .mission-vision .vision,
.contact-us .mission-vision .mission,
.contact-us .mission-vision .vision,
.refund-policy .mission-vision .mission,
.refund-policy .mission-vision .vision,
.terms .mission-vision .mission,
.terms .mission-vision .vision,
.delivery-policy .mission-vision .mission,
.delivery-policy .mission-vision .vision,
.privacy-policy .mission-vision .mission,
.privacy-policy .mission-vision .vision {
  font-size: 0.95rem;
  line-height: 1.4;
}
.about-page .mission-vision .mission strong,
.about-page .mission-vision .vision strong,
.contact-us .mission-vision .mission strong,
.contact-us .mission-vision .vision strong,
.refund-policy .mission-vision .mission strong,
.refund-policy .mission-vision .vision strong,
.terms .mission-vision .mission strong,
.terms .mission-vision .vision strong,
.delivery-policy .mission-vision .mission strong,
.delivery-policy .mission-vision .vision strong,
.privacy-policy .mission-vision .mission strong,
.privacy-policy .mission-vision .vision strong {
  display: block;
  margin-bottom: 0.5rem;
}
.about-page .management-title h2,
.contact-us .management-title h2,
.refund-policy .management-title h2,
.terms .management-title h2,
.delivery-policy .management-title h2,
.privacy-policy .management-title h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: left;
}
.about-page .leadership-image,
.contact-us .leadership-image,
.refund-policy .leadership-image,
.terms .leadership-image,
.delivery-policy .leadership-image,
.privacy-policy .leadership-image {
  width: 50%;
}
@media (min-width: 768px) {
  .about-page .content,
  .contact-us .content,
  .refund-policy .content,
  .terms .content,
  .delivery-policy .content,
  .privacy-policy .content {
    width: 50%;
  }
}
.about-page .leadership,
.contact-us .leadership,
.refund-policy .leadership,
.terms .leadership,
.delivery-policy .leadership,
.privacy-policy .leadership {
  display: flex;
}
.about-page .leadership .leader,
.contact-us .leadership .leader,
.refund-policy .leadership .leader,
.terms .leadership .leader,
.delivery-policy .leadership .leader,
.privacy-policy .leadership .leader {
  margin-bottom: 6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .about-page .leadership .leader,
  .contact-us .leadership .leader,
  .refund-policy .leadership .leader,
  .terms .leadership .leader,
  .delivery-policy .leadership .leader,
  .privacy-policy .leadership .leader {
    flex-direction: row;
  }
}
.about-page .leadership .leader:nth-child(even),
.contact-us .leadership .leader:nth-child(even),
.refund-policy .leadership .leader:nth-child(even),
.terms .leadership .leader:nth-child(even),
.delivery-policy .leadership .leader:nth-child(even),
.privacy-policy .leadership .leader:nth-child(even) {
  flex-direction: column;
}
@media (min-width: 768px) {
  .about-page .leadership .leader:nth-child(even),
  .contact-us .leadership .leader:nth-child(even),
  .refund-policy .leadership .leader:nth-child(even),
  .terms .leadership .leader:nth-child(even),
  .delivery-policy .leadership .leader:nth-child(even),
  .privacy-policy .leadership .leader:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .about-page .leadership .leader:nth-child(even) .content,
  .contact-us .leadership .leader:nth-child(even) .content,
  .refund-policy .leadership .leader:nth-child(even) .content,
  .terms .leadership .leader:nth-child(even) .content,
  .delivery-policy .leadership .leader:nth-child(even) .content,
  .privacy-policy .leadership .leader:nth-child(even) .content {
    text-align: right;
  }
}
.about-page .leadership .leader h5,
.contact-us .leadership .leader h5,
.refund-policy .leadership .leader h5,
.terms .leadership .leader h5,
.delivery-policy .leadership .leader h5,
.privacy-policy .leadership .leader h5 {
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 0.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .about-page .leadership .leader h5,
  .contact-us .leadership .leader h5,
  .refund-policy .leadership .leader h5,
  .terms .leadership .leader h5,
  .delivery-policy .leadership .leader h5,
  .privacy-policy .leadership .leader h5 {
    text-align: left;
  }
}
.about-page .leadership .leader .content:nth-child(even) h4,
.contact-us .leadership .leader .content:nth-child(even) h4,
.refund-policy .leadership .leader .content:nth-child(even) h4,
.terms .leadership .leader .content:nth-child(even) h4,
.delivery-policy .leadership .leader .content:nth-child(even) h4,
.privacy-policy .leadership .leader .content:nth-child(even) h4 {
  text-align: center;
}
@media (min-width: 768px) {
  .about-page .leadership .leader .content:nth-child(even) h4,
  .contact-us .leadership .leader .content:nth-child(even) h4,
  .refund-policy .leadership .leader .content:nth-child(even) h4,
  .terms .leadership .leader .content:nth-child(even) h4,
  .delivery-policy .leadership .leader .content:nth-child(even) h4,
  .privacy-policy .leadership .leader .content:nth-child(even) h4 {
    text-align: left;
  }
}
.about-page .leadership .leader h4,
.contact-us .leadership .leader h4,
.refund-policy .leadership .leader h4,
.terms .leadership .leader h4,
.delivery-policy .leadership .leader h4,
.privacy-policy .leadership .leader h4 {
  font-size: 1.2rem;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .about-page .leadership .leader h4,
  .contact-us .leadership .leader h4,
  .refund-policy .leadership .leader h4,
  .terms .leadership .leader h4,
  .delivery-policy .leadership .leader h4,
  .privacy-policy .leadership .leader h4 {
    text-align: left;
  }
}
.about-page .leadership .leader p,
.contact-us .leadership .leader p,
.refund-policy .leadership .leader p,
.terms .leadership .leader p,
.delivery-policy .leadership .leader p,
.privacy-policy .leadership .leader p {
  line-height: 1.5;
}
.about-page .leadership .leader.highlight,
.contact-us .leadership .leader.highlight,
.refund-policy .leadership .leader.highlight,
.terms .leadership .leader.highlight,
.delivery-policy .leadership .leader.highlight,
.privacy-policy .leadership .leader.highlight {
  background: #f0f0f0;
  padding: 1rem;
}
.about-page .directors.container,
.contact-us .directors.container,
.refund-policy .directors.container,
.terms .directors.container,
.delivery-policy .directors.container,
.privacy-policy .directors.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  padding: 3rem 1rem;
  background: #fff;
  text-align: center;
}
.about-page .directors.container .director-card,
.contact-us .directors.container .director-card,
.refund-policy .directors.container .director-card,
.terms .directors.container .director-card,
.delivery-policy .directors.container .director-card,
.privacy-policy .directors.container .director-card {
  padding: 1.5rem;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-page .directors.container .director-card img,
.contact-us .directors.container .director-card img,
.refund-policy .directors.container .director-card img,
.terms .directors.container .director-card img,
.delivery-policy .directors.container .director-card img,
.privacy-policy .directors.container .director-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.about-page .directors.container .director-card h3,
.contact-us .directors.container .director-card h3,
.refund-policy .directors.container .director-card h3,
.terms .directors.container .director-card h3,
.delivery-policy .directors.container .director-card h3,
.privacy-policy .directors.container .director-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0.5rem 0;
  color: #000;
}
.about-page .directors.container .director-card .designation,
.contact-us .directors.container .director-card .designation,
.refund-policy .directors.container .director-card .designation,
.terms .directors.container .director-card .designation,
.delivery-policy .directors.container .director-card .designation,
.privacy-policy .directors.container .director-card .designation {
  font-size: 0.95rem;
  color: #555;
}
.about-page .directors.container .director-card:hover,
.contact-us .directors.container .director-card:hover,
.refund-policy .directors.container .director-card:hover,
.terms .directors.container .director-card:hover,
.delivery-policy .directors.container .director-card:hover,
.privacy-policy .directors.container .director-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.about-page .call-to-action,
.contact-us .call-to-action,
.refund-policy .call-to-action,
.terms .call-to-action,
.delivery-policy .call-to-action,
.privacy-policy .call-to-action {
  display: flex;
  flex-direction: row;
}
.about-page .call-to-action .link,
.contact-us .call-to-action .link,
.refund-policy .call-to-action .link,
.terms .call-to-action .link,
.delivery-policy .call-to-action .link,
.privacy-policy .call-to-action .link {
  flex: 1;
  text-decoration: none;
  color: #fff;
  padding: 1.8 rem 1rem;
  text-align: center;
  transition: background-color 0.3s ease;
}
.about-page .call-to-action .link a,
.contact-us .call-to-action .link a,
.refund-policy .call-to-action .link a,
.terms .call-to-action .link a,
.delivery-policy .call-to-action .link a,
.privacy-policy .call-to-action .link a {
  color: inherit;
  text-decoration: none;
}
.about-page .call-to-action .link.red,
.contact-us .call-to-action .link.red,
.refund-policy .call-to-action .link.red,
.terms .call-to-action .link.red,
.delivery-policy .call-to-action .link.red,
.privacy-policy .call-to-action .link.red {
  background-color: #EF0012;
}
.about-page .call-to-action .link.red:hover,
.contact-us .call-to-action .link.red:hover,
.refund-policy .call-to-action .link.red:hover,
.terms .call-to-action .link.red:hover,
.delivery-policy .call-to-action .link.red:hover,
.privacy-policy .call-to-action .link.red:hover {
  background-color: #c0392b;
}
.about-page .call-to-action .link.blue,
.contact-us .call-to-action .link.blue,
.refund-policy .call-to-action .link.blue,
.terms .call-to-action .link.blue,
.delivery-policy .call-to-action .link.blue,
.privacy-policy .call-to-action .link.blue {
  background-color: #174596;
}
.about-page .call-to-action .link.blue:hover,
.contact-us .call-to-action .link.blue:hover,
.refund-policy .call-to-action .link.blue:hover,
.terms .call-to-action .link.blue:hover,
.delivery-policy .call-to-action .link.blue:hover,
.privacy-policy .call-to-action .link.blue:hover {
  background-color: #2980b9;
}

@media (max-width: 768px) {
  .about-page .intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-page .intro .intro-img {
    align-self: flex-end;
  }
  .about-page .mission-vision {
    flex-direction: column;
  }
  .about-page .mission-vision .mission,
  .about-page .mission-vision .vision {
    width: 100%;
    margin-bottom: 1rem;
  }
}
* {
  box-sizing: border-box;
}

.container {
  display: flex;
  padding: 1rem 2rem;
}

body:has(.gangsta-info-zone) main .main-header {
  background: transparent;
  border-bottom: 0 none;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #eee;
  /* Hide checkbox */
  /* Hamburger */
  /* Hamburger transform to X when checked */
  /* Menu - Mobile (hidden offscreen by default) */
  /* Slide in when checked */
  /* Desktop behavior */
}
.main-header .header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  position: relative;
  z-index: 1002;
  gap: 12px;
  padding: 12px 64px 12px 20px;
}
@media (min-width: 768px) {
  .main-header .header-wrapper {
    padding: 12px 64px;
  }
}
.main-header .logo img {
  height: 32px;
}
@media (min-width: 768px) {
  .main-header .logo img {
    height: 58px;
  }
}
.main-header .book-btn {
  background: #000;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  z-index: 1003;
  order: 1;
}
.main-header .menu-toggle {
  display: none;
}
.main-header .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
  z-index: 1003;
  order: 2;
  position: absolute;
  right: 20px;
}
.main-header .hamburger span {
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: 50% 50%;
}
.main-header .menu-toggle:checked + .hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 5px);
}
.main-header .menu-toggle:checked + .hamburger span:nth-child(2) {
  opacity: 0;
}
.main-header .menu-toggle:checked + .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -4px);
}
.main-header .nav-links {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 80px 20px 20px;
  gap: 20px;
  transition: right 0.3s ease;
  z-index: 1002;
}
.main-header .nav-links a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.main-header .nav-links .btn-outline {
  border: 1px solid #000;
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-block;
}
.main-header .menu-toggle:checked ~ .nav-links {
  right: 0;
}
@media (min-width: 992px) {
  .main-header .menu-toggle:checked ~ .nav-links {
    right: 200px;
  }
}
@media (min-width: 992px) {
  .main-header {
    align-items: center;
    /* Expanding panel from right to left */
  }
  .main-header .nav-links {
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    flex-direction: row;
    align-items: center;
    background: transparent;
    justify-content: flex-end;
    overflow: hidden;
    padding: 0;
    gap: 24px;
    transition: width 0.3s ease, padding 0.3s ease;
  }
  .main-header .menu-toggle:checked ~ .nav-links {
    width: 50%;
    padding: 0 24px;
  }
}

/* Main Content */
.model-compare {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.top-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.model-intro {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-around;
  box-sizing: border-box;
}
.model-intro * {
  box-sizing: border-box;
}
.model-intro .back-arrow {
  flex: 1;
  color: black;
  text-decoration: none;
  font-weight: 900;
  font-size: 36px;
}
.model-intro .title-section {
  flex: none;
}
.model-intro .title-section p {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.model-intro .title-section h2 {
  font-size: 48px;
  font-weight: 900;
}
.model-intro .title-section .toggle {
  background: #D9D9D9;
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 300px;
  margin-top: 20px;
  color: #000;
  transition: background 0.3s ease, color 0.3s ease;
}
.model-intro .title-section .toggle:has(:checked) {
  background: #999999;
  color: white;
  transition: background 0.3s ease, color 0.3s ease;
}

.model-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  flex: 1;
  justify-content: center;
  align-items: end;
}
.model-images img {
  width: 100%;
}

.features-section h3 {
  margin-top: 2rem;
  font-size: 1.8rem;
  border-bottom: 2px solid #000;
  padding-bottom: 0.5rem;
}

.features-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  margin-top: 1rem;
}
.features-table .features-table {
  grid-column: span 3;
}

.feature-header {
  font-weight: bold;
  background: #f4f4f4;
  display: contents;
}
.feature-header div {
  padding: 1rem 0.5rem;
  transition: background 0.3s ease, color 0.3s ease;
}

.feature-row {
  display: contents;
}

.feature-row div {
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease, color 0.3s ease;
}

.model-compare:has(.toggle input:checked) .features-section .feature-row {
  display: none;
}
.model-compare:has(.toggle input:checked) .features-section .feature-row.highlightable {
  display: contents;
}

.highlightable.feature-row.highlight div {
  background: black;
  color: white;
  transition: background 0.3s ease, color 0.3s ease;
}
.highlightable.feature-header.highlight div {
  background: black;
  color: white;
  transition: background 0.3s ease, color 0.3s ease;
}
.highlightable.feature-header.highlight ~ div div {
  background: #f4f4f4;
  color: black;
  transition: background 0.3s ease, color 0.3s ease;
}

.downloads {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.disclaimer {
  display: flex;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  margin-top: 0.2rem;
}

.btn-download {
  display: inline-block;
  margin: 0.5rem;
  padding: 20px 40px;
  background: #ccc;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  text-align: left;
  width: 200px;
}

.screen-splash {
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  position: relative;
  /* Preloader SVG Animations */
}
.screen-splash #svg-preloader {
  position: fixed;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  will-change: width;
  animation: strokeAndFillLoop 2s linear infinite;
}
.screen-splash #preloader-path {
  fill: none;
  stroke: #D92128;
  stroke-width: 4;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: strokeAndFillLoop 2s linear infinite;
}
.screen-splash .content {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  flex: 1;
  position: absolute;
  top: 0;
  left: 0;
  animation: showContent 0.1s ease-in-out forwards;
  animation-delay: 6s;
}
.screen-splash .content .legacy-bar {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 20px;
  overflow-y: visible;
  overflow-x: clip;
}
.screen-splash .content .legacy-bar .legacy-ribbon {
  position: relative;
  width: calc(100% - 100px);
  margin-left: 100px;
  height: 100%;
  isolation: isolate;
}
.screen-splash .content .legacy-bar .legacy-ribbon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 2px -2px 2px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  background: linear-gradient(to right, #FAFAFA 0%, #FAFAFA 75%, #ED1C24 75%, #ED1C24 100%);
  z-index: -1;
}
.screen-splash .content .legacy-bar .legacy-ribbon:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  top: -20px;
  left: 0;
  background: #ED1C24;
  z-index: -2;
  clip-path: shape(from 0 20px, line to 100% 0, line to 85% 100%, line to 0 100%, close);
}
.screen-splash .content .legacy-bar .legacy-ribbon ul {
  position: relative;
}
.screen-splash .content .legacy-bar .legacy-ribbon li {
  --aspect-ratio: calc(1920/1080);
  --width: 60px;
  --inverse-aspect-ratio: calc(1 / var(--aspect-ratio));
  position: absolute;
  width: var(--width);
  top: calc(var(--inverse-aspect-ratio) * var(--width) * -1);
  left: 0;
  list-style: none;
}
.screen-splash .content .legacy-bar .legacy-ribbon li span {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-weight: 900;
}
.screen-splash .content .legacy-bar .legacy-ribbon img {
  width: 100%;
  height: auto;
}
.screen-splash .background-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  background: black;
  filter: saturate(0.5);
}
.screen-splash .background-video-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -2;
}
.screen-splash .background-video-container video {
  position: relative;
  z-index: 1;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: high-quality;
  image-rendering: crisp-edges;
  transform: translateZ(0);
  will-change: transform;
  filter: contrast(1.05) saturate(1.1);
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.screen-splash .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.screen-splash .video-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: -11;
}
.screen-splash .video-container video {
  max-width: 100%;
}
.screen-splash.splash-video-active {
  /* Ensure no animations run when video is active */
}
.screen-splash.splash-video-active #svg-preloader {
  display: none;
}
.screen-splash.splash-video-active #preloader-path {
  animation: none;
  stroke-dashoffset: 1000;
  fill: #D92128;
  stroke-width: 0;
}
.screen-splash.animate {
  /* Ensure no preloader animations run after video ends */
}
.screen-splash.animate #svg-preloader {
  animation: none;
  width: 20%;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
}
.screen-splash.animate #preloader-path {
  animation: none;
  stroke-dashoffset: 1000;
  fill: #D92128;
  stroke-width: 0;
}
.screen-splash.animate .content .legacy-bar {
  filter: saturate(0.5);
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon {
  /* Configurable timing variables */
  --together-duration: 7s;
  /* Both items move to 70% */
  --move-to-75-duration: 0.8s;
  /* Item 2 moves from 70% to 75% */
  --pause-duration: 2s;
  /* Item 2 pauses at 75% */
  --exit-duration: 1s;
  /* Item 2 exits screen */
  --total-duration: calc(var(--together-duration) + var(--move-to-75-duration) + var(--pause-duration) + var(--exit-duration));
  /* Calculated percentages based on total duration (4.8s) */
  /* Together phase: 1.5s / 4.8s = 31.25% */
  /* Move to 75%: (1.5s + 0.5s) / 4.8s = 41.67% */
  /* Pause ends: (1.5s + 0.5s + 2s) / 4.8s = 83.33% */
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon li {
  position: absolute;
  top: 0;
  transform: translatey(-35%);
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon li:nth-child(1) {
  animation: animate-legacy-item-1 var(--together-duration) ease-in-out forwards;
}
@media (min-width: 992px) {
  .screen-splash.animate .content .legacy-bar .legacy-ribbon li:nth-child(1) {
    animation: animate-legacy-item-1-m var(--together-duration) ease-in-out forwards;
  }
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon li:nth-child(2) {
  color: white;
  animation: animate-legacy-item-2 var(--total-duration) ease-in-out forwards;
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon li:nth-child(3) {
  animation: animate-legacy-item-1 var(--together-duration) ease-in-out forwards;
  animation-delay: 0s;
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon li:nth-child(4) {
  animation: animate-legacy-item-1 var(--together-duration) ease-in-out forwards;
  animation-delay: 0.2s;
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon li:nth-child(5) {
  animation: animate-legacy-item-1 var(--together-duration) ease-in-out forwards;
  animation-delay: 0.4s;
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon li:nth-child(6) {
  animation: animate-legacy-item-1 var(--together-duration) ease-in-out forwards;
  animation-delay: 0.6s;
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon li:nth-child(7) {
  animation: animate-legacy-item-1 var(--together-duration) ease-in-out forwards;
  animation-delay: 0.8s;
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon li:nth-child(8) {
  animation: animate-legacy-item-1 var(--together-duration) ease-in-out forwards;
  animation-delay: 1s;
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon li:nth-child(9) {
  animation: animate-legacy-item-1 var(--together-duration) ease-in-out forwards;
  animation-delay: 1.2s;
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon li:nth-child(10) {
  animation: animate-legacy-item-1 var(--together-duration) ease-in-out forwards;
  animation-delay: 1.4s;
}
.screen-splash.animate .content .legacy-bar .legacy-ribbon .legacy-wrapper,
.screen-splash.animate .content .legacy-bar .legacy-ribbon .legacy-wrapper ul {
  height: 100%;
  position: relative;
}
@keyframes strokeAndFillLoop {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent;
    stroke-width: 4;
    stroke: #D92128;
  }
  40% {
    stroke-dashoffset: 0;
    fill: transparent;
    stroke-width: 4;
    stroke: #D92128;
  }
  70% {
    stroke-dashoffset: 0;
    fill: white;
    stroke-width: 0;
    stroke: transparent;
  }
  100% {
    stroke-dashoffset: 1000;
    fill: transparent;
    stroke-width: 4;
    stroke: #D92128;
  }
}
@keyframes strokeAndFillFinal {
  0% {
    stroke-dashoffset: 1000;
    fill: transparent;
    stroke-width: 4;
    stroke: #D92128;
  }
  50% {
    stroke-dashoffset: 0;
    fill: transparent;
    stroke-width: 4;
    stroke: #D92128;
  }
  100% {
    stroke-dashoffset: 0;
    fill: white;
    stroke-width: 0;
    stroke: transparent;
  }
}
@keyframes strokeAndFill {
  0% {
    stroke-dashoffset: 1000;
    fill: white;
  }
  50% {
    stroke-dashoffset: 0;
    fill: white;
  }
  51% {
    stroke-dashoffset: 0;
    fill: #D92128;
  }
  80% {
    stroke-dashoffset: 0;
    fill: #D92128;
  }
  100% {
    stroke-dashoffset: 1000;
    fill: #D92128;
    stroke-width: 0;
  }
}
@keyframes shrinkPreloader {
  0% {
    width: 60%;
  }
  88% {
    width: 60%;
  }
  100% {
    width: 20%;
  }
}
@keyframes mobileScaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
@keyframes showContent {
  0% {
    opacity: 0;
  }
  74% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-legacy-item-1 {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    left: 42%;
    opacity: 1;
  }
}
@keyframes animate-legacy-item-1-m {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    left: 65%;
    opacity: 1;
  }
}
@keyframes animate-legacy-item-2 {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  /* 31.25% = 1.5s / 4.8s * 100% (together duration ends) */
  31.25% {
    left: 70%;
    opacity: 0;
  }
  /* 41.67% = 2s / 4.8s * 100% (move to 75% complete) */
  41.67% {
    left: 75%;
    opacity: 0;
  }
  /* 83.33% = 4s / 4.8s * 100% (pause ends, start exit) */
  82.33% {
    left: 75%;
    opacity: 0;
  }
  83.33% {
    left: 75%;
    opacity: 1;
  }
  /* 100% = 4.8s / 4.8s * 100% (exit complete) */
  100% {
    left: 110%;
    opacity: 0;
  }
}

.site-footer {
  background: #1c1c1c;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  padding: 2rem 5rem;
  scroll-snap-align: start;
  text-align: center;
  /* --- Main top section --- */
  /* --- Bottom section --- */
  /* --- Tablet: 2x2 grid --- */
  /* --- Desktop: 4 columns --- */
}
.site-footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer a {
    text-align: left;
  }
}
.site-footer a:hover {
  color: #ccc;
}
.site-footer .footer-main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.site-footer .footer-main .footer-column h4 {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.site-footer .footer-main .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-main .footer-column ul li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-main .footer-column ul li a {
  font-size: 14px;
}
.site-footer .footer-main .footer-column .footer-contact {
  margin: 1rem 0;
}
.site-footer .footer-main .footer-column .footer-contact p {
  margin: 0.5rem 0;
}
.site-footer .footer-main .footer-column .footer-contact a {
  font-weight: bold;
}
.site-footer .footer-main .footer-column .footer-social {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}
.site-footer .footer-main .footer-column .footer-social a {
  background: #333;
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
}
.site-footer .footer-main .footer-column .footer-social a:hover {
  background: #555;
}
.site-footer .footer-bottom {
  margin-top: 2rem;
  border-top: 1px solid #333;
  padding-top: 1rem;
}
.site-footer .footer-bottom .footer-links {
  margin-bottom: 1rem;
  text-align: center;
}
.site-footer .footer-bottom .footer-links a {
  margin: 0 0.3rem;
  font-size: 13px;
}
.site-footer .footer-bottom .footer-disclaimer {
  font-size: 12px;
  text-align: center;
  color: #bbb;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .site-footer .footer-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .site-footer .footer-bottom .footer-links {
    text-align: center;
  }
  .site-footer .footer-bottom .footer-disclaimer {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-main {
    grid-template-columns: repeat(4, 1fr);
  }
  .site-footer .footer-bottom .footer-links,
  .site-footer .footer-bottom .footer-disclaimer {
    text-align: center;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.modal-container:has(.active) {
  display: flex;
}
.modal-container * {
  box-sizing: border-box;
}

.overlay {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}
.overlay.overlay--transparent {
  background: rgba(0, 0, 0, 0.6);
}
.overlay.overlay--transparent .popup {
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.overlay.overlay--video-playlist .popup {
  background: white;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
.overlay.overlay--video-playlist .popup .popup-content {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  width: 100%;
  max-width: 60%;
  max-height: 60%;
  margin: auto;
  height: 100%;
}
.overlay.overlay--video-playlist .popup-header {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  flex: none;
}
.overlay.overlay--video-playlist .popup-header .heading {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  display: none;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
  flex-direction: column;
  margin-top: 30px;
}
.overlay.overlay--video-playlist .popup-header .heading.show {
  display: flex;
}
.overlay.overlay--video-playlist .popup-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
.overlay.overlay--video-playlist .popup-header .close-btn {
  cursor: pointer;
  font-size: 24px;
  color: #333;
  background: none;
  border: none;
}
.overlay.overlay--video-playlist .play-list-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  flex: 1 0 auto;
}
.overlay.overlay--video-playlist .play-list-container .video-wrapper {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  transition: transform 0.5s ease;
}
.overlay.overlay--video-playlist .play-list-container .video-wrapper.show {
  display: flex;
}
.overlay.overlay--video-playlist .play-list-container .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.overlay .popup {
  position: relative;
  text-align: left;
}
.overlay .popup .close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: none;
  font-size: 26px;
  cursor: pointer;
}
.overlay .popup .popup-header {
  text-align: left;
  margin-bottom: 20px;
}
.overlay .popup .popup-header p {
  font-size: 16px;
}
.overlay .popup .popup-header strong {
  font-weight: bold;
}
.overlay .popup .popup-icon {
  width: 36px;
  height: 36px;
  background: #2e8b57;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.overlay .popup .popup-form input,
.overlay .popup .popup-form select {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}
.overlay .popup .submit-btn {
  width: 100%;
  padding: 14px;
  background: #000;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.overlay .popup .submit-btn:hover {
  background: #333;
}

.range-x-page {
  margin-top: 76px;
  background: white;
  width: 100%;
}
.range-x-page .container {
  max-width: 1100px;
  margin: 0 auto;
}
.range-x-page .hero {
  position: relative;
  background: linear-gradient(to bottom, rgba(28, 178, 17, 0), #15AB0C);
}
.range-x-page .hero .title {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: black;
}
.range-x-page .hero img {
  width: 100%;
  position: relative;
  bottom: -5px;
}
.range-x-page .black-bg {
  color: #979797;
  background: black;
}
.range-x-page .body-content {
  padding: 20px;
  text-align: center;
  flex-direction: column;
  color: #979797;
}
.range-x-page .body-content .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}
.range-x-page .body-content p {
  font-size: 18px;
  margin-bottom: 20px;
}
.range-x-page .teaser {
  color: #979797;
  display: flex;
  flex-direction: row;
  padding: 20px;
  align-items: center;
}
.range-x-page .teaser .teaser-image {
  width: 50%;
}
.range-x-page .teaser .teaser-content {
  width: 550px;
  text-align: center;
}
.range-x-page .centered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.range-x-page .centered-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  color: white;
}
.range-x-page .centered-content p {
  text-align: center;
  font-size: 16px;
  color: #979797;
  max-width: 600px;
  text-align: center;
}

.mykiney-section {
  background: #1E3E92;
  color: #fff;
  padding: 1.5rem 1rem;
  border-radius: 10px;
  position: relative;
  scroll-snap-align: start;
}
.mykiney-section details {
  border: none;
  max-width: 1100px;
  margin: 0 auto;
}
.mykiney-section details summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  text-align: center;
}
.mykiney-section details summary .accordion-title {
  margin: 0.5rem 0;
  font-size: 1rem;
  font-weight: 500;
}
.mykiney-section details summary .accordion-title small {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
}
.mykiney-section details summary .accordion-title.center {
  width: 220px;
  font-size: 1.2rem;
  font-weight: 700;
}
.mykiney-section details summary::-webkit-details-marker {
  display: none;
}
.mykiney-section details .video-wrapper {
  margin-top: 1rem;
}
.mykiney-section details .video-wrapper video {
  width: 100%;
  border-radius: 0.5rem;
}

.reliability-section {
  background: #fff;
  padding: 2rem 1rem;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.reliability-section h2 {
  color: #E41A25;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.reliability-section .features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.reliability-section .features .feature {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 1rem;
}
.reliability-section .features .feature .icon {
  flex-shrink: 0;
}
.reliability-section .features .feature .icon img {
  width: 40px;
  height: 40px;
}
.reliability-section .features .feature .content h3 {
  font-size: 1rem;
  color: #1E3E92;
  margin-bottom: 0.5rem;
}
.reliability-section .features .feature .content p {
  font-size: 0.9rem;
  color: #333;
}

@media (min-width: 768px) {
  .mykiney-section details summary {
    flex-direction: row;
    justify-content: space-between;
  }
  .mykiney-section details summary .accordion-title {
    text-align: left;
  }
  .mykiney-section details summary .accordion-title.center {
    text-align: center;
  }
  .reliability-section .features {
    flex-direction: row;
    justify-content: space-between;
  }
  .reliability-section .features .feature {
    flex: 1;
  }
}
@font-face {
  font-family: "A4SPEED";
  src: url("/-/fonts/a4speed-bold.ttf");
}
@font-face {
  font-family: "Inter";
  src: url("/-/fonts/inter-regular_1.ttf");
}
@font-face {
  font-family: "PilateWide";
  src: url("/-/fonts/pilateWide-regular.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  src: url("/-/fonts/inter_18pt-black.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("/-/fonts/inter_18pt-bold.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("/-/fonts/inter_28pt-medium.ttf");
}
.main {
  height: 100dvh;
  overflow-y: scroll;
  /* Enable vertical scroll */
  scroll-snap-type: y mandatory;
  /* Vertical snap */
  scroll-behavior: smooth;
}
.main > div:not(.no-scroll),
.main .footer {
  scroll-snap-align: start;
}

.slick-wrapper {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.now-electric {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 1;
  width: 40%;
}
@media (min-width: 768px) {
  .now-electric {
    width: 20%;
  }
}
.now-electric img {
  width: 100%;
}

.screen-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100dvh;
}
@media (orientation: portrait) and (max-aspect-ratio: 10/16) {
  .screen-1 {
    height: 100dvh;
  }
}
@media (orientation: landscape) and (min-aspect-ratio: 16/10) {
  .screen-1 {
    height: 100dvh;
    min-height: 600px;
  }
}
@media (min-aspect-ratio: 21/9) {
  .screen-1 {
    height: 100dvh;
    min-height: 500px;
  }
}
.screen-1 .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.screen-1 .background picture {
  width: 100%;
  height: 100%;
  display: block;
}
.screen-1 .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.screen-1 .background svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .screen-1 {
    height: 75dvh;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .screen-1 {
    height: 75dvh;
  }
}

.screen-1-5,
.screen-2-5 {
  height: 20dvh;
}

.screen-2 {
  position: relative;
  scroll-snap-align: start;
  height: 100dvh;
}
.screen-2:before {
  content: "";
  position: absolute;
  top: -10vh;
  left: 0;
  width: 100%;
  height: 30vh;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.01) 100%);
  z-index: 1;
}
.screen-2 .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/-/images/new/red/000144.png), url('data:image/svg+xml;charset=utf-8,%3Csvg width="1347" height="982" viewBox="0 0 1347 982" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M105.5 766.6L1346.3 986.584H902.577L16.7351 766.6H105.5Z" fill="%23E41A25"/%3E%3Crect x="107" y="767" width="90" height="767" transform="rotate(180 107 767)" fill="url(%23paint0_linear_0_1)"/%3E%3Cpath d="M-11.3274 767.305L790.824 982.215L521.159 982.215L-68.0201 767.305L-11.3274 767.305Z" fill="%23192A5A"/%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_0_1" x1="152" y1="1534" x2="152" y2="767" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23E42B26" stop-opacity="0"/%3E%3Cstop offset="0.466346" stop-color="%23E42B26"/%3E%3Cstop offset="1" stop-color="%23D30E18"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
  background-size: 44dvh auto, auto 100%;
  background-position: bottom 11dvh left 10dvh, left center;
  background-repeat: no-repeat;
}
.screen-2 .background svg {
  display: none;
}
@media (min-width: 768px) {
  .screen-2 .background {
    background-size: 55dvh auto, auto 100%;
    background-position: bottom 6dvh left 12dvw, left center;
  }
}
@media (min-width: 992px) {
  .screen-2 .background {
    background-size: 64dvh auto, auto 100%;
    background-position: bottom 4dvh left 12dvh, left center;
  }
}
@media (min-width: 1200px) {
  .screen-2 .background {
    background-size: 64dvh auto, auto 100%;
    background-position: bottom 0dvh left 26dvh, left center;
  }
}
@media (min-width: 1400px) {
  .screen-2 .background {
    background-size: 100dvh auto, auto 100%;
    background-position: bottom -8dvh left 20dvh, left center;
  }
}
.screen-2 .my-kiney {
  height: 100dvh;
  position: relative;
}
.screen-2 .my-kiney .background {
  width: 100%;
  height: 100%;
}
.screen-2 .content-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.screen-2 .og-gangster {
  position: absolute;
  top: 30%;
  left: 60%;
  width: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .screen-2 .og-gangster {
    width: 480px;
    top: 20%;
    left: 70%;
  }
}
@media (min-width: 992px) {
  .screen-2 .og-gangster {
    width: 420px;
    top: 50%;
    left: 75%;
  }
}
@media (min-width: 1200px) {
  .screen-2 .og-gangster {
    width: 550px;
  }
}
@media (min-width: 1400px) {
  .screen-2 .og-gangster {
    left: 70dvw;
    width: 700px;
  }
}
@media (width: 1024px) and (height: 1366px) and (orientation: portrait) {
  .screen-2 .og-gangster {
    left: 50%;
    top: 20%;
    width: 550px;
  }
}
.screen-2 .og-gangster h3 {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .screen-2 .og-gangster h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .screen-2 .og-gangster h3 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .screen-2 .og-gangster h3 {
    font-size: 42px;
  }
}
@media (width: 1024px) and (height: 1366px) and (orientation: portrait) {
  .screen-2 .og-gangster h3 {
    font-size: 32px;
  }
}
.screen-2 .og-gangster h2 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .screen-2 .og-gangster h2 {
    font-size: 48px;
    font-weight: 1000;
  }
}
@media (min-width: 1200px) {
  .screen-2 .og-gangster h2 {
    font-size: 72px;
  }
}
@media (min-width: 1400px) {
  .screen-2 .og-gangster h2 {
    font-size: 96px;
  }
}
@media (width: 1024px) and (height: 1366px) and (orientation: portrait) {
  .screen-2 .og-gangster h2 {
    font-size: 72px;
  }
}
.screen-2 .now-electric {
  width: 40%;
  left: 20px;
  right: auto;
  bottom: 20px;
}
@media (min-width: 768px) {
  .screen-2 .now-electric {
    left: 30px;
    right: auto;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .screen-2 .now-electric {
    left: auto;
    right: 20px;
    bottom: 5%;
    width: 20%;
  }
}
@media (width: 1024px) and (height: 1366px) and (orientation: portrait) {
  .screen-2 .now-electric {
    left: 30px;
    right: auto;
    bottom: 20px;
    width: 30%;
  }
}

.screen-5 {
  position: relative;
}
.screen-5 .background {
  height: 100dvh;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1511 950'%3E%3Cpath d='M911.909 -3.13184H844.027V812.913H911.909V-3.13184Z' fill='%23F4F4F4'/%3E%3Cpath d='M1198.25 937.529H1509.88L911.909 812.914H844.027L1198.25 937.529Z' fill='%23F4F4F4'/%3E%3Cpath d='M977.27 -4.08008H933.078V796.875H977.27V-4.08008Z' fill='%23F4F4F4'/%3E%3Cpath d='M1510.47 906.247V838.363L998.698 813.059H933.078L1510.47 906.247Z' fill='%23F4F4F4'/%3E%3Cpath d='M602.576 807.639H670.458V-3.05212H602.576V807.639Z' fill='%23F4F4F4'/%3E%3Cpath d='M429.657 936.427H60.7747L614.819 809.705H680.439L429.657 936.427Z' fill='%23F4F4F4'/%3E%3Cpath d='M537.271 790.918H581.463V-3.62744H537.271V790.918Z' fill='%23F4F4F4'/%3E%3Cpath d='M0.368469 912.862V842.404L525.842 809.705H591.481L0.368469 912.862Z' fill='%23F4F4F4'/%3E%3Cpath d='M818.298 803.158V-4.08057H690.412V803.138L601.64 936.521L906.885 936.701L818.298 803.158Z' fill='%23E42B26'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.screen-5 .mykiney-section {
  background: #1E3E92;
  color: #fff;
  padding: 1rem;
}
.screen-5 .mykiney-section details {
  border: none;
}
.screen-5 .mykiney-section details summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  text-align: center;
}
.screen-5 .mykiney-section details summary .accordion-title {
  margin: 0.5rem 0;
  font-size: 1rem;
  font-weight: 500;
}
.screen-5 .mykiney-section details summary .accordion-title small {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
}
.screen-5 .mykiney-section details summary .accordion-title.center {
  font-size: 1.2rem;
  font-weight: 700;
}
.screen-5 .mykiney-section details summary::-webkit-details-marker {
  display: none;
}
.screen-5 .mykiney-section details .video-wrapper {
  margin-top: 1rem;
}
.screen-5 .mykiney-section details .video-wrapper video {
  width: 100%;
  border-radius: 0.5rem;
}
.screen-5 .reliability-section {
  background: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.screen-5 .reliability-section h2 {
  color: #E41A25;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.screen-5 .reliability-section .features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.screen-5 .reliability-section .features .feature {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 1rem;
}
.screen-5 .reliability-section .features .feature .icon {
  flex-shrink: 0;
}
.screen-5 .reliability-section .features .feature .icon img {
  width: 40px;
  height: 40px;
}
.screen-5 .reliability-section .features .feature .content h3 {
  font-size: 1rem;
  color: #1E3E92;
  margin-bottom: 0.5rem;
}
.screen-5 .reliability-section .features .feature .content p {
  font-size: 0.9rem;
  color: #333;
}
@media (min-width: 768px) {
  .screen-5 .mykiney-section details summary {
    flex-direction: row;
    justify-content: space-between;
  }
  .screen-5 .mykiney-section details summary .accordion-title {
    text-align: left;
  }
  .screen-5 .mykiney-section details summary .accordion-title.center {
    text-align: center;
  }
  .screen-5 .reliability-section .features {
    flex-direction: row;
    justify-content: space-between;
  }
  .screen-5 .reliability-section .features .feature {
    flex: 1;
  }
}

.side-screen-1,
.side-screen-2,
.side-screen-3 {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow-x: hidden;
}
.side-screen-1 .background,
.side-screen-2 .background,
.side-screen-3 .background {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.side-screen-1 .side-page-content,
.side-screen-2 .side-page-content,
.side-screen-3 .side-page-content {
  position: relative;
  width: 100%;
  height: 100dvh;
}
.side-screen-1 .side-page-content .background,
.side-screen-2 .side-page-content .background,
.side-screen-3 .side-page-content .background {
  display: none;
}
@media (min-width: 768px) {
  .side-screen-1 .side-page-content .background,
  .side-screen-2 .side-page-content .background,
  .side-screen-3 .side-page-content .background {
    display: block;
  }
}
.side-screen-1 .side-page-content .form-container,
.side-screen-2 .side-page-content .form-container,
.side-screen-3 .side-page-content .form-container {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 100%;
  width: 500px;
}
@media (min-width: 768px) {
  .side-screen-1 .side-page-content .form-container,
  .side-screen-2 .side-page-content .form-container,
  .side-screen-3 .side-page-content .form-container {
    max-width: 50%;
  }
}