@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

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

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Next Sphere";
  src: url("../fonts/NextSphereBold.woff2") format("woff2"), url("../fonts/NextSphereBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Next Sphere Extra";
  src: url("../fonts/NextSphereExtra-Bold.woff2") format("woff2"), url("../fonts/NextSphereExtra-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Next Sphere";
  src: url("../fonts/NextSphereBlack.woff2") format("woff2"), url("../fonts/NextSphereBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Next Sphere";
  src: url("../fonts/NextSphereLight.woff2") format("woff2"), url("../fonts/NextSphereLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Next Sphere";
  src: url("../fonts/NextSphereMedium.woff2") format("woff2"), url("../fonts/NextSphereMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Next Sphere Extra";
  src: url("../fonts/NextSphereExtra-Light.woff2") format("woff2"), url("../fonts/NextSphereExtra-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Next Sphere";
  src: url("../fonts/NextSphereThin.woff2") format("woff2"), url("../fonts/NextSphereThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Next Sphere";
  src: url("../fonts/NextSphereRegular.woff2") format("woff2"), url("../fonts/NextSphereRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Next Sphere Semi";
  src: url("../fonts/NextSphereSemi-Bold.woff2") format("woff2"), url("../fonts/NextSphereSemi-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Overpass", "Next Sphere Semi";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: #ffffff;
  background-color: #02080C;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none !important;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none !important;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none !important;
  }
  .only-mobile {
    display: block !important;
  }
}
.spo-devEx .dxeButtonEdit_Moderno .dxic {
  padding: 0 !important;
  font-family: "Overpass", "Next Sphere Semi" !important;
}
.spo-devEx .dxpcDropDown_Moderno {
  border: none;
}
.spo-devEx .dxeButtonEditButton_Moderno img {
  display: none;
}
.spo-devEx .dxeEditArea_Moderno,
.spo-devEx .dxeEditArea_Moderno {
  background-color: transparent;
  color: #ffffff;
  margin: 0 !important;
  height: 35px;
  font-family: "Overpass", "Next Sphere Semi" !important;
}
.spo-devEx .captcha {
  margin-top: 16px;
}
.spo-devEx .dxeListBox_Moderno {
  background-color: #303336;
  border: 1px solid #3F3838;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
}
.spo-devEx .dxeListBox_Moderno .dxlbd {
  padding: 0;
}
.spo-devEx .dxeListBoxItem_Moderno {
  border: none;
}
.spo-devEx .dxeListBoxItemSelected_Moderno {
  background-color: #02080C;
}
.spo-devEx .dxpcDropDown_Moderno .dxpc-mainDiv {
  background: none;
}

#ctl13_sizeradlist {
  display: flex;
}

.spo-size__option {
  position: relative;
  cursor: pointer;
}
.spo-size__option input {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  cursor: pointer;
  z-index: 6;
}
.spo-size__option label {
  cursor: pointer;
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
}

.captcha {
  margin-top: 16px;
}

#app {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.3);
}

.dxpcLite_Moderno,
.dxdpLite_Moderno {
  font-family: "Overpass", "Next Sphere Semi" !important;
}

.spo-infinityLogo {
  max-width: 70px;
  margin-bottom: 16px;
}

.spo-body__para {
  font-size: 14px;
  margin-bottom: 24px !important;
  line-height: 20px;
  color: #ffffff;
}

.spo-imgcap {
  color: #B49F9F;
  font-size: 13px;
  margin-top: 4px;
}

.spo-pagenote {
  color: #B49F9F !important;
  font-size: 12px !important;
  font-style: italic;
  padding-bottom: 24px !important;
}

@media (max-width: 1023px) {
  .spo-infinityLogo {
    max-width: 40px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  #app {
    transform: scale(1);
    height: 600px;
  }
  #app canvas {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transform: scale(1);
    object-fit: cover;
  }
  .spo-page__privacyPolicy .spo-body__text,
  .spo-page__termsofUse .spo-body__text {
    text-align: left;
  }
}
.spo-brabdVideo__main {
  font-size: 0;
}
.spo-brabdVideo__main .mute-btn {
  position: absolute;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  right: 30px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.spo-brabdVideo__main .mute-btn img {
  width: 20px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .spo-brabdVideo__main {
    position: relative;
  }
  .spo-brabdVideo__main .mute-btn {
    right: 40px;
    bottom: 20px;
    align-items: end;
  }
}
@media (max-width: 1023px) {
  .spo-brabdVideo__main {
    position: relative;
  }
  .spo-brabdVideo__main .mute-btn {
    right: 35px;
    bottom: 20px;
    align-items: end;
  }
}
@media (max-width: 767px) {
  .spo-brabdVideo__main {
    position: relative;
  }
  .spo-brabdVideo__main .mute-btn {
    right: 25px;
    bottom: 20px;
    align-items: end;
  }
}
.spo-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
  background-color: #E1251B;
  box-shadow: 0px 0px 0px 1px #E1251B;
  padding: 13px 16px 9px;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.spo-btn__text {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 16px;
}
.spo-btn__text img {
  height: 100%;
  width: 17px;
  transform: translate(0px, 3px);
}
.spo-btn:hover .str-btn__text {
  z-index: 1;
  color: #E1251B;
}
.spo-btn--form {
  padding: 0;
}
.spo-btn--form .spo-btn__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 13px 16px 9px;
}
.spo-btn--trans {
  color: #ffffff;
  background-color: #000000;
  box-shadow: 0px 0px 0px 1px #ffffff;
}
.spo-btn--trans:hover {
  box-shadow: 0px 0px 0px 1px #E1251B;
  color: #ffffff !important;
}
.spo-btn--trans:hover .spo-btn__text {
  z-index: 1;
  color: #E1251B !important;
}
.spo-btn--grey {
  color: rgb(115, 122, 124);
  background-color: #303336;
  box-shadow: 0px 0px 0px 1px #303336;
}
.spo-btn--grey .spo-btn__text {
  z-index: 1;
  color: #fff;
}
.spo-btn.clicked {
  background-color: #4B4B4B;
  box-shadow: 0px 0px 0px 1px #4B4B4B;
}
.spo-btn.clicked:hover {
  background-color: #333333;
  box-shadow: 0px 0px 0px 1px #333333;
}

input:-webkit-autofill,
input:-internal-autofill-selected,
input:-webkit-autofill:focus {
  background: none;
  transition: background-color 600000s 0s, color 600000s 0s !important;
}

.form-floating > label {
  padding: 0;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-15px) translateX(0);
  font-size: 12px;
  color: #3F3838;
  font-weight: 700;
  transition: 0.5s;
}

.spo-input {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
.spo-input__box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.spo-input__box .spo-input {
  width: 49%;
}
.spo-input__text {
  width: 100%;
  background-color: transparent;
  border: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #3F3838;
  display: block;
  color: #ffffff;
  height: 35px;
}
.spo-input__text:valid ~ .spo-input__label, .spo-input__text:focus ~ .spo-input__label {
  top: -15px;
  left: 0;
  font-size: 12px;
  color: #3F3838;
  font-weight: 700;
}
.spo-input__text--wbg {
  border: none;
  padding: 12px 16px 12px 16px;
  height: 50px;
  width: calc(100% - 30px);
  color: #000000;
}
.spo-input__label {
  pointer-events: none;
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 14px;
  color: #B49F9F;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.5s;
}
.spo-input__label-readonly {
  font-weight: 300;
  font-size: 12px;
  color: #3F3838;
  font-weight: 700;
  position: absolute;
  top: -15px;
}
.spo-input__label--textarea {
  padding: 0;
  height: auto;
  font-size: 14px;
  color: #B49F9F;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.5s;
}
.spo-input--wbg {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 0;
}
.spo-input__button {
  position: absolute;
  width: 25px;
  right: 16px;
  top: 15px;
}
.spo-input__button svg {
  width: 100%;
}
.spo-input-icn {
  position: absolute;
  width: 18px;
  right: 15px;
  top: 5px;
  cursor: pointer;
}
.spo-input-icn img {
  width: 100%;
}
.spo-input-icn svg {
  width: 100%;
}
.spo-input__validation {
  position: absolute;
  bottom: -18px;
  height: 19px;
  left: 0;
  font-size: 12px;
  color: #E1251B;
  border-top: 1px solid #E1251B;
  width: 100%;
  padding-top: 3px;
}
.spo-input__tarea {
  position: relative;
}
.spo-input__tarea .spo-input__validation {
  bottom: -18px;
}
.spo-input__tarea textarea {
  color: #ffffff;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #3F3838;
  width: 100%;
  background-color: transparent;
  height: 70px;
  resize: none;
  margin-bottom: 32px;
  padding: 5px 0 0 0 !important;
  background: none;
}
.spo-input__tarea textarea:focus {
  outline: none;
  color: #ffffff;
  background: none !important;
  padding: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ffffff;
}
.spo-input__number {
  display: flex;
}
.spo-input__number .spo-input {
  margin-bottom: 0;
  width: 100%;
}
.spo-input__number .spo-select__box {
  width: 200px;
  margin-right: 10px;
}
.spo-input__filewrap {
  position: relative;
}
.spo-input__filewrap .spo-input__filebtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spo-input__filewrap .spo-input__filebtn svg {
  width: 18px;
  height: 18px;
}
.spo-input__file {
  display: flex;
  align-items: center;
}
.spo-input__file::file-selector-button {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-input__box {
    flex-direction: column;
  }
  .spo-input__box .spo-input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .spo-input__box {
    flex-direction: column;
  }
  .spo-input__box .spo-input {
    width: 100%;
  }
}
.spo-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
  background-color: #E1251B;
  box-shadow: 0px 0px 0px 1px #E1251B;
  padding: 13px 16px 9px;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.spo-btn__text {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 16px;
}
.spo-btn__text img {
  height: 100%;
  width: 17px;
  transform: translate(0px, 3px);
}
.spo-btn:hover .str-btn__text {
  z-index: 1;
  color: #E1251B;
}
.spo-btn--form {
  padding: 0;
}
.spo-btn--form .spo-btn__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 13px 16px 9px;
}
.spo-btn--trans {
  color: #ffffff;
  background-color: #000000;
  box-shadow: 0px 0px 0px 1px #ffffff;
}
.spo-btn--trans:hover {
  box-shadow: 0px 0px 0px 1px #E1251B;
  color: #ffffff !important;
}
.spo-btn--trans:hover .spo-btn__text {
  z-index: 1;
  color: #E1251B !important;
}
.spo-btn--grey {
  color: rgb(115, 122, 124);
  background-color: #303336;
  box-shadow: 0px 0px 0px 1px #303336;
}
.spo-btn--grey .spo-btn__text {
  z-index: 1;
  color: #fff;
}
.spo-btn.clicked {
  background-color: #4B4B4B;
  box-shadow: 0px 0px 0px 1px #4B4B4B;
}
.spo-btn.clicked:hover {
  background-color: #333333;
  box-shadow: 0px 0px 0px 1px #333333;
}

.spo-pageHeading {
  margin-bottom: 24px;
}
.spo-pageHeading h1, .spo-pageHeading h2 {
  font-size: 32px;
  color: #E1251B;
  font-family: "Next Sphere";
  line-height: 1;
  margin-bottom: 8px;
}
.spo-pageHeading span {
  color: #ffffff;
}
.spo-pageHeading--white h1, .spo-pageHeading--white h2 {
  color: #ffffff;
}
.spo-pageHeading-sub {
  margin-bottom: 16px;
}
.spo-pageHeading-sub h2 {
  font-size: 16px;
  color: #E1251B;
  font-family: "Next Sphere";
  line-height: 1;
}
.spo-pageHeading-sub--inv {
  font-size: 16px;
  color: #ffffff !important;
  font-family: "Next Sphere";
  line-height: 1;
  margin-bottom: 16px !important;
}
.spo-pageHeading--3d {
  position: relative;
  padding-right: 10px;
  color: #E1251B !important;
}
.spo-pageHeading--3d::before {
  position: absolute;
  content: "°";
  color: #E1251B;
  right: 0px;
  top: -10px;
}

@media (max-width: 767px) {
  .spo-pageHeading {
    margin-bottom: 24px;
  }
  .spo-pageHeading h1, .spo-pageHeading h2 {
    font-size: 24px;
  }
}
.spo-select {
  font-family: "Overpass", "Next Sphere Semi" !important;
  appearance: none;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #3F3838;
  width: 100%;
  background-color: transparent;
  height: 35px;
  background: url(../images/down-arrow.svg) no-repeat;
  background-size: 10px;
  background-position: right 15px top 16px;
  position: relative;
}
.spo-select__box {
  width: 100%;
  position: relative;
}
.spo-select__box .spo-input__label {
  top: -15px;
  left: 0;
  font-size: 12px;
  color: #3F3838;
  font-weight: 700;
}
.spo-select__box option {
  color: #000000;
  font-family: "Overpass", "Next Sphere Semi" !important;
}
.spo-select__option {
  color: #000000;
}
.spo-select:focus ~ .spo-input__label, .spo-select:valid ~ .spo-input__label {
  font-size: 12px;
  top: -15px;
}
.spo-select.dxeButtonEdit_Moderno {
  font-family: "Overpass", "Next Sphere Semi" !important;
  background-position: right 15px top 16px;
}
.spo-select.dxeButtonEdit_Moderno .dxeEditArea_Moderno {
  height: 35px;
  background-color: transparent;
  font-family: "Overpass", "Next Sphere Semi" !important;
}
.spo-select .dxeButtonEdit_Moderno {
  background-color: transparent;
  border: none;
  width: 100%;
}
.spo-select .dxeButtonEdit_Moderno .dxeEditArea_Moderno {
  height: 35px;
  background-color: transparent;
  font-family: "Overpass", "Next Sphere Semi";
}
.spo-select .dxeButtonEditButton_Moderno {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35px;
  width: 100%;
  background: none !important;
  box-shadow: none !important;
  padding: 0px !important;
}
.spo-select .dxeButtonEditButton_Moderno:hover {
  background-color: transparent !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.spo-select .dxeButtonEditButton_Moderno .dxic {
  padding: 0 !important;
}
.spo-select .dxeButtonEditButton_Moderno .dxeButtonEdit_Moderno .dxic {
  padding: 0 !important;
}

.spo-devEx .dxeListBoxItemHover_Moderno {
  background-color: #3F3838;
}

.spo-pagn__out {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.spo-pagn__link {
  border: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: transparent;
  margin: 0 10px;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
}
.spo-pagn__link:hover {
  color: #E1251B;
}
.spo-pagn__link.active {
  z-index: 3;
  color: #E1251B;
  justify-content: center;
  pointer-events: none;
}
.spo-pagn__link.disabled {
  z-index: 3;
  color: #3F3838;
  justify-content: center;
  pointer-events: none;
}
.spo-pagn__link.disabled svg {
  fill: #3F3838;
  stroke: #3F3838;
  width: 17px;
}
.spo-pagn__link svg {
  fill: #E1251B;
  stroke: #E1251B;
  width: 17px;
}
.spo-pagn__link--first svg {
  rotate: 180deg;
}

.spo-qty {
  display: flex;
  align-items: center;
}
.spo-qty__main {
  margin-bottom: 24px;
}
.spo-qty__button {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.spo-qty__button:hover {
  color: #E1251B;
}
.spo-qty__input {
  width: 50px;
  height: 50px;
  text-align: center;
  background: none;
  color: #ffffff;
  border: 0;
  margin: 0 5px;
  border-bottom: 1px solid #ffffff;
}

.spo-size {
  display: flex;
}
.spo-size td {
  vertical-align: top;
}
.spo-size__main {
  margin-bottom: 40px;
}
.spo-size__title {
  font-size: 10px;
  font-weight: 700;
  color: #E1251B;
  margin-bottom: 10px;
  font-family: "Next Sphere";
}
.spo-size__option {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  align-items: center;
  border: 1px solid rgb(102, 102, 102);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
  flex-wrap: nowrap;
  padding: 0 5px;
  text-align: center;
}
.spo-size__option:hover {
  border: 1px solid rgb(255, 255, 255);
}
.spo-size__option.active {
  background-color: #ffffff;
  color: #000000;
}
.spo-size__option.active:hover {
  border: 1px solid rgb(102, 102, 102);
}

.carousel-indicators-dot[data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: rgb(48, 51, 54);
  border-radius: 50%;
  margin: 0 5px;
  box-shadow: 0px 0px 0 1px transparent;
  border: 3px solid transparent;
  opacity: 1;
}
.carousel-indicators-dot[data-bs-target].active {
  background-color: #E1251B;
  box-shadow: 0px 0px 0 1px #E1251B;
  border: 3px solid transparent;
}

.slick-dots {
  font-size: 0;
  bottom: 25px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: rgb(48, 51, 54);
  border-radius: 50%;
  margin: 0 5px;
  box-shadow: 0px 0px 0 1px transparent;
  border: 3px solid transparent;
  opacity: 1;
  background-clip: padding-box;
  box-sizing: content-box;
}
.slick-dots li.slick-active {
  background-color: #E1251B;
  box-shadow: 0px 0px 0 1px #E1251B;
  border: 3px solid transparent;
}
.slick-dots li button {
  display: none;
}

.slick-prev, .slick-next {
  top: 40%;
  width: 36px;
  height: 36px;
  z-index: 99;
  transform: translate(0, 0);
}
.slick-prev::before, .slick-next::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "" !important;
  background-image: url(../images/red-arrow.svg);
  background-position: left top;
  background-repeat: no-repeat;
}

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

.slick-next {
  left: unset;
  right: 128px;
  transform: rotate(-180deg);
}

.spo-pulseHome .slick-prev, .spo-pulseHome .slick-next {
  top: 23%;
}
.spo-pulseHome .slick-next {
  right: 7px !important;
}

.spo-other-news .slick-prev, .spo-other-news .slick-next {
  top: 23%;
}

@media (max-width: 1023px) {
  .spo-pulseHome .slick-prev, .spo-pulseHome .slick-next {
    top: 15% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .slick-prev {
    left: 20px !important;
  }
  .slick-next {
    right: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slick-prev {
    left: 20px !important;
  }
  .slick-next {
    right: 80px !important;
  }
}
.spo-news-tile {
  width: calc(33.33% - 16px);
  display: flex;
  flex-direction: column;
  margin: 0 8px 24px;
}
.spo-news-tile:hover {
  color: #E1251B;
}
.spo-news-tile:hover .spo-news-tile__title, .spo-news-tile:hover .spo-news-tile__more-link {
  color: #E1251B;
}
.spo-news-tile__wrap {
  display: flex;
  margin: 0px -8px;
  flex-wrap: wrap;
}
.spo-news-tile__img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spo-news-tile__img img {
  width: 100%;
}
.spo-news-tile__cnt {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 8px 0 0;
  background-color: transparent;
  border: none;
}
.spo-news-tile__cnt .spo-news-tile__title--sub {
  margin-top: -8px;
}
.spo-news-tile__badge {
  max-width: 60px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E1251B;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 1px 3px 1px;
  font-family: Next Sphere;
  margin-bottom: 8px;
}
.spo-news-tile__date {
  font-size: 12px;
  color: #B49F9F;
  font-weight: 300;
  margin-bottom: 4px;
}
.spo-news-tile__title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 300;
}
.spo-news-tile--featured {
  width: 100%;
  flex-direction: row;
  margin: 0 0 50px;
}
.spo-news-tile--featured .spo-news-tile__img {
  width: 65%;
  min-height: auto;
}
.spo-news-tile--featured .spo-news-tile__img img {
  max-width: 100%;
  width: 100%;
}
.spo-news-tile--featured .spo-news-tile__more {
  margin-top: auto;
  display: inline-block;
}
.spo-news-tile--featured .spo-news-tile__more-link {
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
}
.spo-news-tile--featured .spo-news-tile__more-link:hover {
  color: #E1251B;
}
.spo-news-tile--featured .spo-news-tile__more-link svg {
  width: 15px;
  margin-left: 4px;
}
.spo-news-tile--featured .spo-news-tile__cnt {
  padding: 24px;
  background-color: #121212;
}
.spo-news-tile--featured .spo-news-tile__cnt .spo-news-tile__title--sub {
  margin-top: -12px !important;
}
.spo-news-tile--featured .spo-news-tile__badge {
  margin-bottom: 10px;
}
.spo-news-tile--featured .spo-news-tile__date {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 14px;
}
.spo-news-tile--featured .spo-news-tile__title {
  font-size: 24px;
  font-weight: 700;
}
.spo-news-tile--featured-wild-one:hover {
  background-color: red;
}
.spo-news-tile--featured-wild-one:hover .spo-news-tile__title {
  color: #fff !important;
}
.spo-news-tile--featured-wild-one:hover p {
  color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-news-tile .spo-news-tile__title {
    font-size: 16px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .spo-news-tile {
    width: 100%;
    margin: 0 0 32px;
  }
  .spo-news-tile__wrap {
    flex-direction: column;
    margin: 0;
  }
  .spo-news-tile__cnt {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .spo-news-tile__title {
    font-size: 16px;
  }
  .spo-news-tile--featured {
    display: none;
    margin: 0 0 32px;
    flex-direction: column;
  }
  .spo-news-tile--featured .spo-news-tile__img {
    width: 100%;
  }
  .spo-news-tile--featured .spo-news-tile__cnt {
    background-color: transparent;
    padding: 8px 0 0;
  }
  .spo-news-tile--featured .spo-news-tile__badge {
    margin-bottom: 4px;
  }
  .spo-news-tile--featured .spo-news-tile__date {
    font-size: 12px;
    color: #B49F9F;
    font-weight: 300;
    margin-bottom: 4px;
  }
  .spo-news-tile--featured .spo-news-tile__title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 300;
  }
  .spo-news-tile--featured .spo-news-tile__more {
    display: none;
  }
  .spo-news-tile--featured-wild-one {
    display: block !important;
  }
  .spo-news-tile--featured-wild-one p {
    font-size: 12px;
  }
  .spo-news-tile--featured-wild-one .spo-news-tile__more {
    display: block !important;
    margin-top: 15px;
  }
}
.spo-check-box {
  display: flex;
}
.spo-check-box input[type=checkbox],
.spo-check-box .checkbox {
  margin-right: 8px;
  display: inline-block;
  appearance: none;
  position: relative;
  width: 17px;
  height: 17px;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  box-shadow: inset 0px 0px 0px 1.5px hsl(0, 0%, 100%);
  transition: background-color 0.3s ease-in-out;
  border-radius: 2px;
}
.spo-check-box input[type=checkbox]::after,
.spo-check-box .checkbox::after {
  content: "✓";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -35%);
  font-size: 0.6em;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  color: hsl(0, 0%, 100%);
  transition: opacity 0.3s ease-in-out;
}
.spo-check-box input[type=checkbox]:checked,
.spo-check-box .checkbox:checked {
  background-color: hsl(0, 0%, 0%);
}
.spo-check-box input[type=checkbox]:checked::after,
.spo-check-box .checkbox:checked::after {
  visibility: visible;
  opacity: 1;
}
.spo-check-box input[type=checkbox]:disabled,
.spo-check-box .checkbox:disabled {
  cursor: auto;
  box-shadow: inset 0px 0px 0px 1.5px hsl(0, 0%, 82%);
}
.spo-check-box input[type=checkbox]:disabled:checked,
.spo-check-box .checkbox:disabled:checked {
  background-color: hsl(0, 0%, 82%);
}
.spo-check-box input[type=checkbox]:disabled:checked::after,
.spo-check-box .checkbox:disabled:checked::after {
  visibility: visible;
  opacity: 1;
}
.spo-check-box label {
  cursor: pointer;
}

.spo-checkBox[type=checkbox] {
  appearance: none;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  box-shadow: inset 0px 0px 0px 1.5px hsl(0, 0%, 100%);
  transition: background-color 0.3s ease-in-out;
  border-radius: 2px;
  cursor: pointer;
  user-select: none;
}
.spo-checkBox[type=checkbox]::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.spo-checkBox[type=checkbox]:checked::after {
  opacity: 1;
}

.radio-button[type=radio] {
  appearance: none;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px hsl(0, 0%, 100%);
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  user-select: none;
}
.radio-button[type=radio]::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background-color: #000000;
  border-radius: 50%;
  transition: opacity 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.radio-button[type=radio]:checked::after {
  opacity: 1;
}

.spo-address {
  background-color: #261F1F;
  padding: 24px;
  margin-bottom: 16px;
}
.spo-address--list {
  position: relative;
}
.spo-address--list.highlighted {
  background-color: #ffffff;
}
.spo-address--list.highlighted .spo-address__text {
  color: #000000;
}
.spo-address--list.highlighted .radio-button[type=radio] {
  box-shadow: inset 0px 0px 0px 3px hsl(0, 0%, 1%);
}
.spo-address--list.highlighted .radio-button[type=radio]::after {
  background-color: #ffffff;
}
.spo-address--list label {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
}
.spo-address--list:last-child {
  margin-bottom: 0;
}
.spo-address--list .spo-address__outer {
  align-items: center;
}
.spo-address__outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.spo-address .spo-btn {
  font-size: 10px;
  padding: 8px 8px 8px;
}
.spo-address__cta {
  width: 100px;
  height: auto;
  margin-bottom: 8px;
}
.spo-address__delete {
  width: 24px;
  height: 24px;
}
.spo-address__delete img {
  width: 100%;
  height: 100%;
}
.spo-address__action {
  display: flex;
}
.spo-address__action-icn {
  width: 20px;
  margin-left: 16px;
}
.spo-address__action-icn img {
  width: 100%;
}
.spo-address__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.spo-address__default {
  background-color: #E1251B;
  padding: 8px 10px 6px;
  display: inline-block;
  font-family: "Next Sphere";
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 8px;
}
.spo-address__addNewAD {
  margin-top: 24px;
}
.spo-address__addNewAD .spo-btn {
  width: auto;
  color: #ffffff;
}

.spo-merch__white {
  background-color: #bfc1be;
  border: 10px solid #ffffff;
  padding: 0px;
  min-height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
.spo-merch__cta {
  width: 125px;
  position: absolute;
  top: 20px;
}
.spo-merch__cta .spo-btn {
  font-size: 10px;
  font-weight: 700;
  padding: 8px;
  font-family: "Next Sphere";
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0;
}
.spo-merch__product {
  max-width: 315px;
  height: auto;
  margin: 0 auto;
  display: block;
  font-size: 0;
}
.spo-merch__product img {
  width: 100%;
  height: 100%;
}
.spo-merch__black {
  padding: 16px 0 0;
}
.spo-merch__text {
  color: #ffffff;
  font-size: 14px;
  font-family: "Next Sphere";
  font-weight: 600;
  padding-bottom: 4px;
  text-transform: uppercase;
  min-height: 40px;
  max-width: 250px;
}
.spo-merch__text--grey {
  color: #B49F9F;
  font-size: 14px;
  font-weight: 300;
}
.spo-merch__text--lite {
  font-family: "Overpass";
  font-weight: 300;
  font-size: 16px;
}
.spo-merch:hover .spo-merch__text {
  color: #E1251B;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-merch__white {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .spo-merch__white {
    min-height: 296px;
  }
}
.spo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -8px;
}
.spo-breadcrumb__main {
  padding: 0 0 24px 0;
}
.spo-breadcrumb__main .content-wrapper {
  width: 100%;
  padding: 0;
}
.spo-breadcrumb__infinity {
  max-width: 30px;
}
.spo-breadcrumb__item {
  padding-right: 8px;
  margin: 0 10px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
}
.spo-breadcrumb__item a {
  color: #E1251B;
  transition: all 0.6s;
}
.spo-breadcrumb__item a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.spo-breadcrumb__item:last-child a {
  pointer-events: none;
  color: #ffffff;
  margin-right: 0;
  padding-right: 0;
}
.spo-breadcrumb__item:first-child::after {
  display: none;
}
.spo-breadcrumb__item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  top: 50%;
  transform: translateY(-70%);
  left: -17px;
  background-color: #ffffff;
  rotate: 15deg;
}

@media (max-width: 767px) {
  .spo-breadcrumb__main {
    display: none;
  }
}
.spo-read-more {
  display: inline-block;
}
.spo-read-more__link {
  font-size: 15px;
  color: #ffffff;
  transition: all 0.7s;
}
.spo-read-more__link:hover {
  color: #E1251B;
}
.spo-read-more svg {
  width: 16px;
  margin-left: 4px;
}
.spo-read-more--inv svg {
  margin-left: 0;
  margin-right: 4px;
  transform: rotate(180deg);
}

.sco-scroll {
  width: 100%;
}
.sco-scroll.sticky {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 78px;
  z-index: 9;
  background-color: #02080C;
}
.sco-scroll.sticky .sco-scrollhead {
  padding-top: 0;
}

.sco-scrollto {
  min-height: 120px;
  margin-top: -120px;
}

.spo-x1Spec__main.margin-top {
  margin-top: 60px;
}

.sco-scrollhead {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.sco-scrollhead__outer {
  display: flex;
  align-items: center;
  padding: 16px 0;
  position: relative;
}
.sco-scrollhead__item {
  margin: 0 16px;
  color: #ffffff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sco-scrollhead__item:hover {
  color: #E1251B;
  transition: 0.3s;
}
.sco-scrollhead__item.active {
  color: #E1251B;
}
.sco-scrollhead__item img {
  width: 75%;
}
.sco-scrollhead__item.img:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .sco-scrollhead {
    display: flex;
    justify-content: center;
    overflow: hidden;
    min-height: 60px;
  }
  .sco-scrollhead__outer {
    overflow-x: scroll;
  }
  .sco-scrollhead__item {
    display: block;
    white-space: nowrap;
    margin: 0 8px;
  }
  .sco-scrollhead__item.img {
    background-color: #02080C;
    position: relative;
    top: 0;
    height: 70px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
  }
  .sco-scrollhead__item.img:hover {
    color: #fff !important;
  }
}
.modal-open {
  padding-right: 0px !important;
}

.spo-modal__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.spo-modal__dialog {
  max-width: 765px;
}
.spo-modal-content {
  border: 0;
  border-radius: 0;
  background-color: #000000;
  padding: 24px;
}
.spo-modal-contentTwo {
  padding: 24px;
}
.spo-modal__close {
  background: none;
  margin: 0;
  padding: 0;
}
.spo-modal__close img {
  width: 20px;
}
.spo-modal__SizeImg {
  max-width: 100%;
  margin-bottom: 8px;
}
.spo-modal__title {
  color: #ffffff;
  font-size: 18px;
  font-family: "Next Sphere";
  text-transform: uppercase;
}
.spo-modal__body {
  justify-content: space-between;
}
.spo-modal__body-sizeChart {
  display: flex;
}
.spo-modal__body-sizeChart-img {
  width: 300px;
  margin-right: 24px;
}
.spo-modal__body-sizeChart-img img {
  width: 100%;
}
.spo-modal__txt {
  font-size: 12px;
  margin-bottom: 24px;
}
.spo-modal__sizeChart {
  flex: 1;
  width: 100%;
}
.spo-modal__sizeChart td, .spo-modal__sizeChart th {
  border: 1px solid rgb(255, 255, 255);
  border-collapse: collapse;
}
.spo-modal__sizeChart th {
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
.spo-modal__sizeChart th span {
  font-size: 12px;
  font-weight: 400;
}
.spo-modal__sizeChart td, .spo-modal__sizeChart th {
  padding: 10px 10px;
}
.spo-modal__sizeChart td {
  font-size: 13px;
  text-align: center;
}
.spo-modal__sizeChart td:first-child {
  text-align: left;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0) scale(0);
  transform: translate(0, 0) scale(0);
  transition: 0.9s;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
  transition: 0.7s;
}

@media (max-width: 767px) {
  .spo-modal__body {
    flex-direction: column;
  }
  .spo-modal__body-sizeChart-img {
    margin: 0 -32px;
    width: calc(100% + 64px);
  }
  .spo-modal-content {
    padding: 24px;
  }
  .spo-modal__close img {
    width: 30px;
  }
}
.spo-form {
  padding: 32px;
  background: #000000;
}
.spo-form-mandatory {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 32px;
  color: #ffffff;
}
.spo-form .spo-account__text--gap-b {
  margin-bottom: 32px;
}
.spo-form-captcha {
  margin-bottom: 8px;
}
.spo-form-control {
  display: flex;
  justify-content: end;
}
.spo-form-control .spo-btn {
  width: auto;
  min-width: 150px;
}
.spo-form .spo-input__mgR {
  margin-right: 0;
}
.spo-form .spo-account__login-out {
  width: 100% !important;
}
.spo-form__bookAride .dxeButtonEditButton_Moderno {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35px;
  width: 100%;
  background: none !important;
  box-shadow: none !important;
  padding: 0px !important;
}
.spo-form__bookAride .dxeButtonEditButton_Moderno:hover {
  background-color: transparent !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.spo-form__bookAride .dxeButtonEditButton_Moderno .dxic {
  padding: 0 !important;
}
.spo-form__bookAride .dxeButtonEditButton_Moderno .dxeButtonEdit_Moderno .dxic {
  padding: 0 !important;
}
.spo-form__bookAride .dxeCalendarHeader_Moderno {
  background: #000000;
  border: none;
  color: #ffffff;
}
.spo-form__bookAride .dxeCalendarHeader_Moderno .dxEditors_edtCalendarPrevYear_Moderno, .spo-form__bookAride .dxeCalendarHeader_Moderno .dxEditors_edtCalendarNextYear_Moderno {
  display: none;
}
.spo-form__bookAride .dxeCalendarHeader_Moderno td.dxe {
  color: #ffffff;
  font-weight: 500;
  vertical-align: top;
}
.spo-form__bookAride .dxeCalendarFooter_Moderno {
  display: none;
}
.spo-form__bookAride .dxeCalendarDayHeader_Moderno {
  color: #B49F9F;
}
.spo-form__bookAride .dxeCalendar_Moderno {
  background: #02080C;
  border: 1px solid #3F3838;
  color: #ffffff;
}
.spo-form__bookAride .dxeCalendar_Moderno .dxeCalendarSelected_Moderno::after {
  background-color: #E1251B;
}
.spo-form__bookAride .dxeCalendar_Moderno .dxeCalendarWeekend_Moderno {
  color: #ffffff;
}
.spo-form__bookAride .dxeCalendar_Moderno .dxeCalendarOtherMonth_Moderno {
  color: #646464;
}
.spo-form__bookAride .dxeCalendar_Moderno .dxEditors_edtCalendarNextMonth_Moderno {
  background-image: url(../images/arrow-sprite.png);
  background-position: left -46px;
  background-repeat: no-repeat;
  background-size: 45%;
}
.spo-form__bookAride .dxeCalendar_Moderno .dxEditors_edtCalendarPrevMonth_Moderno {
  background-image: url(../images/arrow-sprite.png);
  background-position: 11px 4px;
  background-repeat: no-repeat;
  background-size: 45%;
}
.spo-form__bookAride .dxeCalendar_Moderno .dxeCalendarDay_Moderno {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 13px;
}
.spo-form__bookAride .dxeCalendar_Moderno .dxeCalendarDay_Moderno.dxeCalendarSelected_Moderno {
  box-shadow: none;
  background-color: #E1251B;
  color: #ffffff;
  border-radius: 50%;
}
.spo-form__bookAride .dxeCalendar_Moderno .dxeCalendarDay_Moderno.dxeCalendarHover_Moderno {
  box-shadow: none;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.spo-form__bookAride .dxeCalendar_Moderno .dxeCalendarDay_Moderno.dxeCalendarToday_Moderno {
  color: #E1251B;
  border-radius: 50%;
  box-shadow: none;
  background-color: transparent;
}
.spo-form__bookAride .dxeCalendar_Moderno .dxeCalendarDay_Moderno.dxeCalendarHover_Moderno:not(.dxeCalendarOutOfRange_Moderno):not(.dxeCalendarDayDesabled_Moderno):not(.dxeCalendarSelected_Moderno) {
  box-shadow: none;
  background-color: transparent;
  color: #ffffff;
  border-radius: 50%;
}
.spo-form__bookAride .dxeCalendar_Moderno .dxeCalendarWeekNumber_Moderno {
  color: #000000;
}
.spo-form__bookAride .dxeCalendar_Moderno .dxeCalendarDay_Moderno.dxeCalendarOtherMonth_Moderno {
  background-color: transparent !important;
}
.spo-form__submit {
  min-height: 400px;
}
.spo-form__submit h2 {
  font-size: 20px;
  font-family: "Next Sphere";
  margin-bottom: 16px;
}
.spo-form__submit p {
  font-size: 16px;
}
.spo-form__action {
  display: flex;
  flex-direction: column;
}
.spo-form__action .spo-page__login-nav {
  justify-content: flex-start;
}
.spo-form__action-btm {
  display: flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-form .spo-input__text, .spo-form .spo-select {
    width: 100%;
  }
  .spo-form .spo-input__validation {
    width: 100%;
  }
  .spo-form .spo-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .spo-form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
  .spo-form .spo-input__text, .spo-form .spo-select {
    width: 100%;
  }
  .spo-form .spo-input__box .spo-input {
    width: 100%;
  }
  .spo-form .spo-input__validation {
    width: 100%;
  }
  .spo-form .spo-btn {
    width: 100%;
  }
  .spo-form__submit {
    min-height: auto;
  }
}
.spo-about-tile {
  padding: 32px;
  background-color: #000000;
  width: 50%;
  z-index: 2;
}
.spo-about-tile__cont p {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 16px;
}
.spo-about-tile__cont p:last-child {
  margin-bottom: 0;
}

.spo-image__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.spo-image__w-60 {
  width: 60% !important;
}
.spo-image__w-40 {
  width: 40% !important;
}
.spo-image__49 {
  width: 49% !important;
}
.spo-image__49 img {
  display: block;
  width: 100%;
  margin-bottom: 0px !important;
}
.spo-image__w-75 {
  width: 75% !important;
  margin: auto;
}
.spo-image__w-75 img {
  display: block;
  width: 100%;
  margin-bottom: 0px !important;
}

.spo-footer {
  color: #fff;
  font-size: 14px;
}
.spo-footer__mainsec {
  padding: 40px 0;
  background-color: #000000;
}
.spo-footer__outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.spo-footer__left {
  width: calc(45% - 16px);
  margin: 0 8px 0 0;
  display: flex;
}
.spo-footer__right {
  width: calc(30% - 16px);
  margin: 0 8px;
}
.spo-footer__right .spo-input {
  margin-top: 24px;
}
.spo-footer__rightouter {
  display: flex;
  align-self: flex-start;
  color: #ffffff;
}
.spo-footer__logo {
  width: 125px;
  padding: 0 20px 0 0;
}
.spo-footer__logo img {
  width: 100%;
  height: auto;
}
.spo-footer .spo-accordion__item {
  background-color: #000000;
  border: 0;
}
.spo-footer .spo-accordion__button {
  padding: 8px 16px 0 0;
  pointer-events: none;
  background-color: #000000;
  color: #B49F9F;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.spo-footer .spo-accordion__button::before, .spo-footer .spo-accordion__button::after {
  content: none;
}
.spo-footer .spo-accordion__body {
  padding: 8px 16px 0 0;
}
.spo-footer .spo-accordion__body.left {
  display: flex;
}
.spo-footer__find {
  width: 55%;
  margin: 0 8px 0;
}
.spo-footer__find .spo-footer__seclink {
  margin-top: 8px;
}
.spo-footer__explore {
  width: 45%;
  margin: 0;
}
.spo-footer__fndUs {
  margin-bottom: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.spo-footer__fndUs-subHead {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.spo-footer__fndUs-txt {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
}
.spo-footer__fndUs svg {
  margin-right: 4px;
  width: 22px;
  height: 22px;
}
.spo-footer__fndUs:hover svg path {
  fill: #E1251B;
}
.spo-footer__fndUs:hover .spo-footer__fndUs-txt {
  color: #E1251B;
}
.spo-footer__fndUs.disabled {
  pointer-events: none;
}
.spo-footer__fndUs:first-child {
  margin-bottom: 16px;
}
.spo-footer__listing {
  width: 50%;
}
.spo-footer__item {
  margin-bottom: 14px;
  color: #ffffff;
  width: 100%;
  transition: 0.3s;
}
.spo-footer__item:last-child {
  margin-bottom: 0;
}
.spo-footer__link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s;
}
.spo-footer__link:hover {
  color: #fff;
  transition: 0.3s;
}
.spo-footer a.spo-footer__link:hover {
  text-decoration: underline;
}
.spo-footer__sechead {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}
.spo-footer__social {
  width: calc(20% - 16px);
  margin: 0 8px;
}
.spo-footer__social .spo-accordion__button {
  padding: 0;
}
.spo-footer__socialouter {
  margin: 16px 0 0 -10px;
  display: flex;
  align-items: center;
}
.spo-footer__socialimg {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  transition: 0.3s;
}
.spo-footer__socialimg svg {
  width: 100%;
  height: auto;
}
.spo-footer__socialimg:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.spo-footer__logosec {
  background-color: #B49F9F;
  padding: 32px 0;
}
.spo-footer__logoouter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.spo-footer__logoouter p {
  color: #fff;
}
.spo-footer__copysec {
  padding: 16px 0;
  background-color: #000000;
  color: #ffffff;
}
.spo-footer__copysec .spo-footer__social {
  display: none;
}
.spo-footer__copyouter {
  display: flex;
  justify-content: center;
  margin: 0 -16px;
  font-size: 12px;
}
.spo-footer__rights {
  display: flex;
  align-items: center;
}
.spo-footer__rights p {
  font-size: 14px;
}
.spo-footer__sg-desc h4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.spo-footer__privacy {
  display: flex;
  align-items: center;
  margin: 0 16px;
}
.spo-footer__privacy .spo-footer__link {
  margin: 0 8px 0;
  font-size: 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-footer__left {
    order: 2;
    width: calc(70% - 16px);
  }
  .spo-footer__right {
    order: 1;
    width: 100%;
    margin-bottom: 8px;
  }
  .spo-footer__social {
    width: calc(30% - 16px);
    order: 3;
    padding-top: 8px;
  }
  .spo-footer__logo {
    width: 65px;
  }
}
@media (max-width: 767px) {
  .spo-footer {
    color: #B49F9F;
  }
  .spo-footer .spo-input {
    margin-bottom: 0;
  }
  .spo-footer__mainsec {
    padding: 40px 0 0;
  }
  .spo-footer__outer {
    flex-direction: column;
  }
  .spo-footer__left {
    order: 2;
    width: calc(100% - 0px);
    margin: 0;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .spo-footer__right {
    order: 1;
    width: 100%;
    margin: 0 0 24px;
    padding-top: 10px;
  }
  .spo-footer__social {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .spo-footer__logo {
    align-self: flex-start;
  }
  .spo-footer .spo-accordion__button {
    padding: 8px 0;
    margin-bottom: 0;
  }
  .spo-footer .spo-accordion__button::before {
    content: "";
  }
  .spo-footer .spo-accordion__body {
    padding: 8px 0;
  }
  .spo-footer .spo-accordion__body.left {
    flex-direction: column;
  }
  .spo-footer .spo-accordion__item {
    margin-bottom: 16px;
  }
  .spo-footer__find {
    width: calc(100% - 0px);
    margin: 0px;
    text-align: left;
  }
  .spo-footer__explore {
    width: calc(100% - 0px);
    margin: 0;
  }
  .spo-footer__explore .spo-footer__sechead {
    display: none;
  }
  .spo-footer__listing {
    flex-direction: column;
  }
  .spo-footer__item {
    margin-bottom: 0;
    padding: 8px 0;
    position: relative;
    width: 100%;
  }
  .spo-footer__socialimg svg path {
    fill: #fff;
  }
  .spo-footer__logo {
    width: 80px;
  }
  .spo-footer__logo img {
    width: 50px;
  }
  .spo-footer__sg-desc {
    display: flex;
    flex-direction: column;
    align-self: center;
  }
  .spo-footer__copyouter {
    font-size: 10px;
    flex-direction: column;
    align-items: center;
  }
  .spo-footer__privacy {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  .spo-footer__privacy .spo-footer__seclink {
    margin: 8px 16px;
  }
  .spo-footer__rights {
    margin: 0;
  }
  .spo-footer__rights p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .spo-footer__copysec .spo-footer__social {
    display: flex;
  }
  .spo-footer__copyouter {
    align-items: flex-start;
    margin-left: 0;
  }
  .spo-footer__link {
    margin: 0 !important;
    margin-bottom: 8px !important;
  }
  .spo-footer__fndUs-subHead {
    margin-bottom: 8px;
  }
}
.spo-header {
  display: flex;
  align-items: center;
}
.spo-header__main {
  background: rgba(0, 0, 0, 0.9);
  padding: 16px 0;
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
}
.spo-header__main.sticky {
  position: fixed;
  width: 100%;
  padding: 16px 0;
  transition: all 0.7s;
  z-index: 1;
  transition: 0.5s;
  z-index: 99;
  animation: slide-down 0.3s linear forwards;
}
.spo-header__main.sticky .spo-header__logo-nonsticky {
  display: none;
  transition: all 0.7s;
}
.spo-header__main.sticky .spo-header__logo-sticky {
  display: block;
  transition: all 0.7s;
}
.spo-header__main.sticky .spo-header__quicknav-item--cart-item:after {
  top: 4px;
}
.spo-header__logo {
  margin-right: 16px;
  transition: all 0.7s;
}
.spo-header__logo-nonsticky {
  width: 80px;
}
.spo-header__logo-nonsticky img {
  width: 100%;
}
.spo-header__logo-sticky {
  width: 45px;
}
.spo-header__logo-sticky img {
  width: 100%;
}
.spo-header__nav-list {
  display: flex;
}
.spo-header__nav-item {
  padding: 0 16px;
}
.spo-header__nav-item--aflogin {
  position: relative;
  margin-top: 2px;
}
.spo-header__nav-item--aflogin-rm {
  margin-top: -5px;
}
.spo-header__nav-item-infinity {
  display: flex;
  align-items: center;
}
.spo-header__nav-item-infinity svg {
  width: 30px;
}
.spo-header__nav-item-infinity svg path {
  fill: #ffffff;
}
.spo-header__nav-item-infinity a {
  font-size: 0;
}
.spo-header__nav-item-infinity .spo-header__nav-link-active svg path {
  fill: #E1251B;
}
.spo-header__nav-link {
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
}
.spo-header__nav-link:hover {
  color: #E1251B;
  text-decoration: underline;
}
.spo-header__nav-link-active {
  color: #E1251B;
  text-decoration: none;
}
.spo-header__nav-link-active .spo-header__nav-item-infinity {
  display: flex;
  align-items: center;
}
.spo-header__nav-link-active .spo-header__nav-item-infinity svg {
  width: 30px;
}
.spo-header__nav-link-active .spo-header__nav-item-infinity svg path {
  fill: #ffffff;
}
.spo-header__quicknav {
  margin-left: auto;
}
.spo-header__quicknav-list {
  display: flex;
}
.spo-header__quicknav-item {
  display: flex;
  align-items: center;
}
.spo-header__quicknav-item--account {
  margin-right: 16px;
}
.spo-header__quicknav-item--account svg {
  width: 15px;
}
.spo-header__quicknav-item--cart {
  margin-right: 40px;
  position: relative;
}
.spo-header__quicknav-item--cart svg {
  width: 22px;
}
.spo-header__quicknav-item--cart-count {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #E1251B;
  color: #ffffff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -3px;
  right: -5px;
  padding-top: 1px;
}
.spo-header__quicknav-link svg {
  fill: #ffffff;
}
.spo-header__quicknav-link-active svg {
  fill: #E1251B;
}
.spo-header__hamburger {
  color: #ffffff;
  margin-right: 8px;
  width: 22px;
  font-size: 20px;
  display: none;
  transition: all 0.4s;
  cursor: pointer;
}
.spo-header__hamburger img {
  width: 100%;
}
.spo-header__closebtn {
  display: none;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  margin-right: 16px;
  z-index: 3;
  width: 25px;
  cursor: pointer;
  transition: all 0.4s;
}

@media (max-width: 1023px) {
  .spo-header__hamburger {
    display: block;
    transition: 0.4s;
    width: 25px;
    font-size: 30px;
    margin-right: 16px;
  }
  .spo-header__logo {
    display: flex;
    align-items: center;
  }
  .spo-header__menutoogle {
    display: flex;
    align-items: center;
    margin-right: 12px;
  }
  .spo-header__menutoogle input {
    visibility: hidden;
  }
  .spo-header__nav {
    position: fixed;
    z-index: 2;
    top: 78px;
    left: -100%;
    width: 100%;
    height: 100vh;
    transition: 0.4s;
    background-color: #000000;
  }
  .spo-header__nav.open {
    left: 0;
    height: 100vh;
  }
  .spo-header__nav-list {
    flex-direction: column;
    height: calc(100vh - 90px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 24px;
    padding-bottom: 0;
  }
  .spo-header__nav-item {
    padding: 8px 0;
  }
  .spo-header__nav-item--bookride {
    margin-top: auto;
  }
  .spo-header__nav-item--aflogin::before {
    content: "";
    width: calc(100% + 48px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: -24px;
    top: -2px;
  }
  .spo-header__quicknav-item--account {
    display: none;
  }
  .spo-header__quicknav-item--cart {
    margin-right: 16px;
  }
  .spo-header__quicknav-item--cart svg {
    width: 26px;
  }
  .spo-header__quicknav-item--cart-item:after {
    top: 3px;
  }
  .spo-header__quicknav .spo-btn {
    padding: 8px 10px 6px;
    font-size: 14px;
  }
  .spo-overlay {
    height: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    transition: opacity 1s;
    opacity: 0;
  }
  .spo-overlay.active {
    width: 100%;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .spo-header__main {
    position: relative;
  }
  .spo-header__nav {
    padding: 0;
  }
  .spo-header__nav-list {
    padding-bottom: 0;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0.5;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.spo-page {
  padding: 180px 0 60px;
  min-height: 600px;
}
.spo-page__static {
  padding-top: 0 !important;
  padding-bottom: 0;
}
.spo-page__common {
  width: 97% !important;
  margin: 0 auto;
}
.spo-page__common-listing ul,
.spo-page__common-listing ol {
  margin: 0 0 16px 0px;
  padding: 0;
  list-style: none;
  color: #ffffff;
}
.spo-page__common-listing ul li,
.spo-page__common-listing ol li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23333333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 7px;
  padding: 0px 0 10px 15px;
  color: #ffffff;
  margin: 0;
}
.spo-page__common-listing ul a,
.spo-page__common-listing ol a {
  color: #ffffff;
}
.spo-page__bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.spo-page__fullWidth {
  width: 100%;
  margin-top: -60px;
}
.spo-page__articleDetails .spo-pls-article__title {
  font-family: "Next Sphere";
}
.spo-page__articleDetails .spo-other-news {
  padding-bottom: 0;
}
.spo-page__articleDetails .slick-next {
  right: 10px !important;
}
.spo-page__job-apply .spo-btn {
  max-width: 350px;
  margin-top: 16px;
}
.spo-page__job-apply .spo-btn:hover {
  color: #ffffff;
}
.spo-page__job .spo-pro__text {
  font-size: 20px;
}
.spo-page__infinity .spo-news-tile {
  width: calc(50% - 16px);
}
.spo-page__infinity .spo-pageHeading-sub--inv {
  margin-bottom: 35px !important;
}

.spo-body__text {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 300;
  text-align: justify;
}

.spo-innerLink {
  color: #E1251B;
  text-decoration: underline;
}

.spo-innerLink:hover {
  color: #E1251B;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .spo-page {
    padding: 105px 0 24px;
    min-height: auto;
  }
  .spo-page__bg {
    background-image: none !important;
  }
  .spo-page__common {
    width: 100% !important;
    margin: 0 auto;
  }
  .spo-page__fullWidth {
    margin-top: -30px;
  }
  .spo-page__articleDetails .spo-other-news__outer {
    padding-right: 0 !important;
  }
  .spo-page__articleDetails .slick-next {
    right: 20px !important;
  }
  .spo-page__infinity .spo-news-tile {
    width: calc(100% - px);
  }
}
@media (max-width: 767px) {
  .spo-page__infinity .spo-news-tile {
    width: calc(100% - 0px);
  }
}
.spo-page__contact {
  width: 95% !important;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.spo-page__contact .spo-pageHeading h1 {
  font-size: 80px;
  font-weight: 300;
}
.spo-page__contact .spo-pageHeading span {
  color: #ffffff;
}
.spo-page__contact-address {
  width: 40%;
}
.spo-page__contact-form {
  width: 55%;
  background-color: #000000;
  padding: 32px;
}
.spo-page__contact-form-mandatory {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 32px;
  color: #ffffff;
}
.spo-page__contact-form .spo-input__box {
  justify-content: space-between;
}
.spo-page__contact-form .spo-input__box .spo-input {
  width: 48%;
  flex: unset;
}
.spo-page__contact-form .spo-input__box .spo-input__text {
  width: 100%;
}
.spo-page__contact-form .spo-input__box .spo-input__validation {
  width: 100%;
}
.spo-page__contact-form-captcha {
  margin-bottom: 8px;
}
.spo-page__contact-form-control {
  display: flex;
  justify-content: end;
}
.spo-page__contact-form-control .spo-btn {
  width: auto;
  min-width: 150px;
}
.spo-page__contact-body {
  padding-top: 40px;
  color: #ffffff;
}
.spo-page__contact-ad {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
}
.spo-page__contact-txt {
  font-size: 16px;
  font-weight: 300;
  display: flex;
}
.spo-page__contact-txt a:hover {
  color: #E1251B;
}
.spo-page__contact-link {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 8px;
}
.spo-page__contact-link svg {
  height: 18px;
  margin-top: -3px;
}
.spo-page__contact-link span {
  display: inline-block;
}
.spo-page__contact-icon {
  width: 15px;
  margin-right: 10px;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-page__contact-form .spo-input__box {
    flex-direction: column;
  }
  .spo-page__contact-form .spo-input__box .spo-input {
    width: 100%;
  }
  .spo-page__contact .spo-pageHeading h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .spo-page__contact {
    width: 100% !important;
    flex-direction: column;
  }
  .spo-page__contact-address {
    width: 100%;
  }
  .spo-page__contact-form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
  .spo-page__contact-form .spo-input__text, .spo-page__contact-form .spo-select {
    width: 100%;
  }
  .spo-page__contact-form .spo-input__box .spo-input {
    width: 100%;
  }
  .spo-page__contact-form .spo-input__validation {
    width: 100%;
  }
  .spo-page__contact-form .spo-btn {
    width: 100%;
  }
  .spo-page__contact .spo-pageHeading h1 {
    font-size: 45px;
    font-weight: 300;
  }
}
.spo-page__login {
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.spo-page__login .spo-page__contact-form {
  width: 100%;
}
.spo-page__login .spo-page__contact-form .spo-input__text {
  width: 100%;
}
.spo-page__login .spo-pageHeading {
  font-size: 32px;
}
.spo-page__login-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.spo-page__login-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 7px;
}
.spo-page__login-nav-link {
  display: flex;
  color: #ffffff;
  font-size: 13px;
}
.spo-page__login-nav-link:hover {
  color: #E1251B;
}
.spo-page__login-nav-link svg {
  width: 16px;
  margin-left: 10px;
}
.spo-page__login .spo-page__contact-form-control {
  justify-content: space-between;
  align-items: center;
}
.spo-page__login-btm {
  padding-top: 16px;
  color: #ffffff;
  font-size: 13px;
  text-align: justify;
}
.spo-page__login-btm a {
  color: #E1251B;
}
.spo-page__login-btm a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.spo-page__login .spo-page__contact-form-control.spo-page2 {
  justify-content: flex-end;
  gap: 20px;
  padding: 15px 0px;
}

.spo-btn:hover {
  background-color: #c91b12;
  box-shadow: 0px 0px 0px 1px #c91b12;
}

.spo-btn.spo-btn2 {
  background-color: #808085;
  border: 1px solid #808085;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}

.spo-btn.spo-btn2:hover {
  background-color: #646466;
  border: 1px solid #646466;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-page__login {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .spo-page__login {
    width: 100%;
  }
  .spo-page__login-head {
    justify-content: space-between;
  }
  .spo-page__login-nav {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .spo-page__login .spo-page__contact-form-control {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .spo-page__login .spo-page__contact-form-control .spo-btn {
    max-width: 100px;
    width: 100%;
    min-width: 100%;
  }
}
.spo-newsHide {
  display: none;
}

.spo-page__pluse {
  width: 97%;
  margin: 0 auto;
}
.spo-page__pluse-featured {
  display: flex;
  flex-direction: column;
}
.spo-page__pluse-featured .spo-news-tile--featured {
  order: 1;
}
.spo-page__pluse-category {
  order: 2;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.spo-page__pluse-category a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin: 0 24px;
}
.spo-page__pluse-category a:hover {
  text-decoration: underline;
  color: #E1251B;
}
.spo-page__pluse-category a.active {
  color: #E1251B;
}
.spo-page__pluse-category a.active:hover {
  text-decoration: none;
}
.spo-page__pluse .hiddenPag {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-newsHide {
    display: none;
  }
}
@media (max-width: 767px) {
  .spo-newsHide {
    display: block;
  }
  .spo-page__pluse {
    width: 100%;
  }
  .spo-page__pluse-featured .spo-news-tile--featured {
    order: 2;
  }
  .spo-page__pluse-category {
    justify-content: flex-start;
    order: 1;
  }
  .spo-page__pluse-category a {
    color: #B49F9F;
    border-radius: 16px;
    border: 1px solid #B49F9F;
    padding: 10px 12px 8px;
    font-size: 13px;
    font-family: Next Sphere;
    font-weight: 300;
    margin: 0 8px 0 0;
  }
  .spo-page__pluse-category a:hover {
    color: #E1251B;
    background-color: #ffffff;
    text-decoration: none;
  }
  .spo-page__pluse-category a.active {
    color: #E1251B;
    background-color: #ffffff;
  }
  .spo-page__pluse-category a.active:hover {
    text-decoration: none;
  }
}
.spo-account {
  margin: 32px 0;
}
.spo-account__outer {
  margin: 0 auto;
  width: 50%;
}
.spo-account__break {
  display: inline-block;
}
.spo-account__acnt-out {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  align-items: self-start;
}
.spo-account__acnt-out .spo-account__text {
  font-size: 13px;
  white-space: nowrap;
}
.spo-account__acnt-out .spo-account__login-out {
  padding-top: 6px;
}
.spo-account__acnt-heading {
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
}
.spo-account__login-out {
  display: inline-flex;
  align-items: center;
}
.spo-account__login-out .spo-input__mgR {
  margin-right: 0;
}
.spo-account__login-out .spo-select__box {
  width: 30%;
  margin-right: 10px;
}
.spo-account__login-out .spo-input {
  margin-bottom: 0;
}
.spo-account__text {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  margin-right: 8px;
}
.spo-account__text--gap-b {
  padding-bottom: 16px;
}
.spo-account__arrow {
  width: 13px;
  height: 13px;
}
.spo-account__arrow img {
  width: 100%;
  height: 100%;
  transform: translate(0px, -2px);
}
.spo-account__form-out {
  padding: 24px 32px;
  background-color: #000000;
}
.spo-account__form-out-main {
  margin-top: 32px;
}
.spo-account__form-out-main width .spo-pageHeading h2 {
  font-size: 16px;
}
.spo-account__code {
  color: #3F3838;
  font-size: 12px;
  font-weight: 700;
}
.spo-account__country .spo-select {
  width: 47%;
  color: #B49F9F;
}
.spo-account__passwrd {
  display: flex;
  margin-top: 32px;
}
.spo-account__sign-up {
  display: flex;
  margin-top: 24px;
  width: auto;
  justify-content: flex-end;
}
.spo-account__sign-up .spo-btn {
  width: 170px;
}
.spo-account__sign-up-out {
  display: flex;
  justify-content: space-between;
}
.spo-account .spo-ac__open {
  font-size: 13px;
}
.spo-account .spo-ac__open a {
  font-size: 13px;
  color: #E1251B;
}
.spo-account .spo-ac__open a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-account__outer {
    width: 80%;
  }
  .spo-account__form-out {
    padding: 0;
    background-color: transparent;
  }
  .spo-account .spo-input__mgR {
    margin-right: 0;
  }
  .spo-account__passwrd {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .spo-account__outer {
    width: 100%;
  }
  .spo-account .spo-input {
    width: 100%;
  }
  .spo-account__passwrd {
    flex-direction: column;
  }
  .spo-account__break {
    display: block;
  }
  .spo-account__country {
    width: 100%;
  }
  .spo-account__sign-up {
    width: 100%;
  }
  .spo-account__sign-up .spo-btn {
    width: 100%;
    max-width: 100%;
  }
  .spo-account__sign-up-out {
    flex-direction: column;
  }
  .spo-account .spo-pageHeading {
    padding-right: 10px;
    flex: 1;
  }
}
.spo-page-forgot {
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.spo-page-forgot .spo-page__contact-form {
  width: 100%;
}
.spo-page-forgot .spo-input {
  width: 100%;
}
.spo-page-forgot .spo-input input {
  width: 100%;
}

.spo-pageHead__text {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-page-forgot {
    width: 80%;
  }
  .spo-page-forgot .spo-page__contact-form {
    padding: 0;
  }
  .spo-page-forgot .spo-page__contact-form .spo-btn {
    width: auto;
  }
}
@media (max-width: 767px) {
  .spo-page-forgot {
    width: 100%;
  }
  .spo-page-forgot .spo-page__contact-form {
    background-color: transparent;
  }
}
.spo-page-newpass {
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.spo-page-newpass .spo-page__login-head {
  width: 60%;
}
.spo-page-newpass .spo-page__contact-form {
  width: 100%;
}
.spo-page-newpass .spo-input {
  width: 100%;
}
.spo-page-newpass .spo-input input {
  width: 100%;
}
.spo-page-newpass .spo-page__login-btm {
  margin-bottom: 24px;
}

.spo-pageHead__text {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-page-newpass {
    width: 80%;
  }
  .spo-page-newpass .spo-page__login-head {
    width: 70%;
  }
  .spo-page-newpass .spo-page__contact-form {
    padding: 32px;
  }
  .spo-page-newpass .spo-page__contact-form .spo-btn {
    width: auto;
  }
}
@media (max-width: 767px) {
  .spo-page-newpass {
    width: 100%;
  }
  .spo-page-newpass .spo-page__login-head {
    width: 100%;
  }
  .spo-page-newpass .spo-page__contact-form {
    background-color: transparent;
  }
}
.spo-edit-profile {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.spo-edit-profile__sidebar {
  width: 25%;
  padding-top: 80px;
}
.spo-edit-profile__sidebar-link {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
}
.spo-edit-profile__sidebar-link:hover {
  color: #E1251B;
}
.spo-edit-profile__sidebar-link--active {
  color: #E1251B;
  font-weight: 700;
}
.spo-edit-profile-list {
  width: 100%;
  list-style: none;
}
.spo-edit-profile-list li {
  padding: 8px 0;
}
.spo-edit-profile__cnt {
  flex: 1;
}
.spo-edit-profile__cnt .spo-account {
  width: 80%;
}
.spo-edit-profile__cnt .spo-account__outer {
  width: 100%;
}
.spo-edit-profile__cnt .spo-account .spo-account__acnt-heading {
  text-transform: uppercase;
  font-family: "Next Sphere";
  font-size: 24px;
}
.spo-edit-profile__cnt .spo-account .spo-account__acnt-heading-red {
  font-size: 16px;
  color: #E1251B;
  padding: 24px 0;
}
.spo-edit-profile__cnt .spo-page__login-head {
  width: 100%;
}
.spo-edit-profile__cnt .spo-page-newpass {
  width: 70%;
  margin: 0;
}
.spo-edit-profile__cnt .spo-input__box .spo-account__country {
  margin-top: 0;
}
.spo-edit-profile__cnt .spo-input__box .spo-input .spo-account__login-out {
  width: 47%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-edit-profile__cnt .spo-account {
    width: 100%;
  }
  .spo-edit-profile .spo-page-newpass {
    width: 80%;
  }
  .spo-edit-profile .spo-account__country .spo-select {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .spo-edit-profile .spo-input__box .spo-input .spo-account__login-out {
    width: 100%;
  }
  .spo-edit-profile__sidebar {
    display: none;
  }
  .spo-edit-profile__cnt .spo-account {
    width: 100%;
  }
  .spo-edit-profile__cnt .spo-input__box {
    margin: 0;
  }
  .spo-edit-profile__cnt .spo-input__box .spo-account__country {
    margin-bottom: 24px;
  }
  .spo-edit-profile__cnt .spo-input__box .spo-account__login-out {
    width: 100%;
  }
  .spo-edit-profile .spo-account__form-out {
    padding: 24px 0;
    background-color: transparent;
  }
  .spo-edit-profile .spo-page-newpass {
    width: 100%;
  }
  .spo-edit-profile .spo-pageHeading h2 {
    font-size: 24px;
  }
  .spo-edit-profile .spo-account__country .spo-select {
    width: 100%;
  }
}
.spo-page__shopDetails-in {
  display: flex;
  justify-content: flex-start;
}
.spo-page__shopDetails-gallery {
  width: 60%;
  margin-right: 40px;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
}
.spo-page__shopDetails-gallery-thumb {
  width: 80px;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.spo-page__shopDetails-gallery-thumb img {
  margin: 5px 0;
}
.spo-page__shopDetails-gallery-preview {
  width: 100%;
  flex: 1;
  background-color: #bfc1be;
  border: 10px solid #ffffff;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spo-page__shopDetails-gallery-preview img {
  width: 100%;
}
.spo-page__shopDetails-gallery-preview .carousel-control-prev {
  rotate: 180deg;
}
.spo-page__shopDetails-gallery-preview .carousel-indicators {
  display: none;
}
.spo-page__shopDetails-gallery-preview .carousel-item {
  font-size: 0 !important;
}
.spo-page__shopDetails-body {
  width: 30%;
}
.spo-page__shopDetails-title {
  font-size: 24px;
  font-family: "Next Sphere";
  font-weight: 300;
}
.spo-page__shopDetails-price {
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 300;
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.spo-page__shopDetails-price-strik {
  font-size: 16px;
  color: #c0c0c0;
  text-decoration: line-through;
}
.spo-page__shopDetails-desc {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 32px;
  text-align: justify;
}
.spo-page__shopDetails-text {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 32px;
  text-align: justify;
}
.spo-page__shopDetails-text-head {
  font-size: 10px;
  color: #E1251B;
  font-family: "Next Sphere";
  font-weight: 700;
}
.spo-page__shopDetails-desc-short {
  margin-bottom: 32px;
}
.spo-page__shopDetails-desc-short p {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
}
.spo-page__shopDetails-desc-short ul {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
}
.spo-page__shopDetails-desc-short li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23333333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 6px;
  padding: 0px 0 10px 15px;
}
.spo-page__shopDetails-desc-short li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.spo-page__shopDetails .spo-account__login-out {
  margin-top: 10px;
}
.spo-page__shopDetails .spo-select {
  width: 70%;
}
.spo-page__shopDetails-note {
  font-size: 14px;
  background: rgba(228, 228, 228, 0.0901960784);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  color: #d5cece;
}
.spo-page__shopDetails-note-head {
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1023px) {
  .spo-page__shopDetails-in {
    flex-direction: column;
  }
  .spo-page__shopDetails-gallery {
    width: calc(100% + 64px);
    margin: 0px -32px 40px;
  }
  .spo-page__shopDetails-gallery-thumb {
    display: none;
  }
  .spo-page__shopDetails-gallery-preview {
    padding: 0px 0px;
  }
  .spo-page__shopDetails-gallery .carousel-indicators {
    bottom: -55px;
  }
  .spo-page__shopDetails .carousel-indicators {
    display: flex;
  }
  .spo-page__shopDetails-body {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .spo-page__shopDetails-in {
    flex-direction: column;
  }
  .spo-page__shopDetails-gallery {
    width: calc(100% + 32px);
    margin: 0px -16px 40px;
    padding: 24px 0 40px;
    background-color: #ffffff;
  }
  .spo-page__shopDetails-gallery-preview {
    padding: 0;
  }
  .spo-page__shopDetails-gallery .carousel-indicators {
    bottom: -45px;
  }
  .spo-page__shopDetails .carousel-control-prev, .spo-page__shopDetails .carousel-control-next {
    display: none;
  }
  .spo-page__shopDetails .spo-select__box {
    width: 70%;
  }
}
.spo-pls-article {
  width: 100%;
  background-color: #121212;
  padding: 24px;
  flex-wrap: wrap;
}
.spo-pls-article__title {
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 24px;
}
.spo-pls-article__title--reset span:first-child {
  font-family: "Orbitron", sans-serif !important;
  letter-spacing: 1px;
}
.spo-pls-article__subtitle,
.spo-pls-article h2 {
  font-size: 14px;
  font-weight: 600;
  color: #E1251B;
  margin-bottom: 24px;
  margin-top: 24px;
  font-family: "Next Sphere";
}
.spo-pls-article__tagline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.spo-pls-article__tag {
  padding: 0 10px;
  font-family: "Next Sphere";
  background-color: #E1251B;
}
.spo-pls-article__tag span {
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.spo-pls-article__date {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 16px;
}
.spo-pls-article__img,
.spo-pls-article img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.spo-pls-article__img-wrap,
.spo-pls-article img-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spo-pls-article__img img,
.spo-pls-article img img {
  width: 100%;
}
.spo-pls-article__text {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
  margin-bottom: 24px;
  margin-top: 24px;
}
.spo-pls-article__text--grey {
  font-size: 14px;
  color: #B49F9F;
  margin: 0;
}
.spo-pls-article__text--grey a {
  color: #B49F9F;
  text-decoration: none;
}
.spo-pls-article__text--grey a:hover {
  color: #B49F9F;
}
.spo-pls-article__flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.spo-pls-article__flexbox-lt {
  width: 60%;
  margin-right: 16px;
}
.spo-pls-article__flexbox-rt {
  flex: 1;
}
.spo-pls-article__to-top {
  padding: 20px 0;
  font-size: 14px;
  display: flex;
  justify-content: end;
}
.spo-pls-article__to-top a {
  color: #ffffff;
  transition: all 0.5s;
}
.spo-pls-article__to-top a:hover {
  color: #E1251B;
}
.spo-pls-article__to-top svg {
  width: 14px;
  rotate: -90deg;
}
.spo-pls-article .spo-pageDetails__listing li {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
}
.spo-pls-article .spo-pageDetails__text,
.spo-pls-article p {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
  margin-bottom: 24px;
  margin-top: 24px;
}
.spo-pls-article .spo-pls-article__img {
  margin-bottom: 24px;
}
.spo-pls-article a {
  color: #E1251B;
  text-decoration: underline;
}
.spo-pls-article a:hover {
  color: #E1251B;
  text-decoration: none;
}
.spo-pls-article p {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 0;
}
.spo-pls-article h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}
.spo-pls-article ul,
.spo-pls-article ol {
  margin: 0 0 16px 8px;
  padding: 0;
  list-style: none;
  color: #ffffff;
}
.spo-pls-article ul li,
.spo-pls-article ol li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23333333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 15px;
  padding: 10px 0 10px 15px;
}

@media (max-width: 1023px) {
  .spo-pls-article {
    padding: 0;
    background-color: transparent;
  }
  .spo-pls-article__flexbox {
    flex-direction: column-reverse;
  }
  .spo-pls-article__flexbox-lt, .spo-pls-article__flexbox-rt {
    width: 100%;
  }
  .spo-pls-article__flexbox--rev {
    flex-direction: column;
  }
}
.spo-other-news {
  padding: 40px 0;
}
.spo-other-news__outer {
  margin: 0 -8px 0 0;
  padding-right: 48px;
}
.spo-other-news .spo-pageHeading h2 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .spo-other-news .spo-pageHeading h2 {
    font-size: 18px;
  }
  .spo-other-news .spo-news-tile {
    margin: 0 15px 0 0;
    max-width: 290px;
  }
  .spo-other-news__outer {
    margin: 0;
    padding-right: 0px;
  }
}
.spo-pro {
  padding: 24px 0;
}
.spo-pro__main .spo-merch__product {
  width: 100%;
  max-width: 100%;
}
.spo-pro__text {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  min-height: 40px;
}
.spo-pro__outer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.spo-pro__tile {
  width: calc(33.3% - 16px);
  margin: 0 8px 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-pro__tile {
    width: calc(50% - 32px);
  }
}
@media (max-width: 767px) {
  .spo-pro__tile {
    width: 100%;
  }
  .spo-pro__text {
    min-height: auto;
  }
}
.spo-order-x1 .carousel.slide {
  width: 100%;
}
.spo-order-x1 .spo-page__shopDetails-gallery-preview {
  background-color: #000000;
  padding: 0;
  border: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-order-x1 .spo-page__shopDetails-gallery {
    padding: 0 0 60px;
    background-color: #000000;
  }
  .spo-page__shopDetails-gallery {
    padding: 0 0 60px;
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .spo-order-x1 .carousel.slide {
    width: 100%;
  }
  .spo-order-x1 .spo-page__shopDetails-gallery {
    margin-bottom: 40px;
    padding: 24px 0 40px;
    background-color: #000000;
  }
  .spo-order-x1 .spo-page__shopDetails-gallery-preview {
    background-color: #000000;
    padding: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.spo-page__emptyCart {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
}
.spo-page__emptyCart .spo-btn {
  margin: 0 15px;
  min-width: 180px;
}
.spo-page__emptyCart .spo-pageHeading {
  text-align: center;
}
.spo-page__emptyCart .spo-pageHeading h1 {
  font-size: 16px;
  font-family: "Next Sphere";
}

@media (max-width: 767px) {
  .spo-page__emptyCart .spo-page__contact-form-control {
    flex-direction: column;
    width: 90%;
  }
  .spo-page__emptyCart .spo-pageHeading {
    margin-bottom: 32px;
  }
  .spo-page__emptyCart .spo-btn {
    width: 100%;
    margin: 0;
  }
  .spo-page__emptyCart .spo-btn:first-child {
    margin-bottom: 16px;
  }
}
.spo-page__checkOut .spo-page__checkOut-main {
  gap: 20px;
}
.spo-page__checkOut .spo-page__checkOut-main .spo-address {
  margin-top: 20px;
}
.spo-page__checkOut .spo-page__checkOut-main .spo-address .spo-address__text {
  line-height: 22px;
}
.spo-page__checkOut .spo-page__checkOut-main .spo-form {
  padding: 0px 32px 32px 32px;
}
.spo-page__checkOut .spo-page__checkOut-main .spo-account__form-out-main {
  background-color: #000;
  padding-top: 24px;
  margin-top: 20px;
}
.spo-page__checkOut .spo-page__checkOut-main .spo-account__form-out-main .spo-pageHeading {
  padding-left: 32px;
}
.spo-page__checkOut .spo-page__checkOut-main .spo-account__form-out-main .spo-pageHeading h2 {
  font-size: 16px;
}
.spo-page__checkOut .spo-page__checkOut-summary {
  margin-top: 20px;
}
.spo-page__checkOut .spo-account__form-out-main {
  width: 50%;
}
.spo-page__checkOut .spo-account__form-out-main .spo-input__box .spo-input__number {
  width: 100%;
}

.spo-pulseHome {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 40px;
}
.spo-pulseHome .slick-next {
  right: 10px !important;
}
.spo-shopHome {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 32px;
  background-color: #000000;
}
.spo-shopHome .spo-pro__outer {
  margin: 0 0 32px;
  transform: translateX(10%);
  margin-left: -11%;
}
.spo-shopHome .spo-pro__tile {
  margin: 0 15px 0 0;
  width: auto;
}
.spo-shopHome .spo-merch__white {
  min-height: 354px;
}
.spo-shopHome .slick-track {
  display: flex;
}
.spo-shopHome .content-wrapper {
  overflow: hidden;
}
.spo-shopHome__in {
  overflow: hidden;
}
.spo-chargeStory {
  font-size: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .spo-chargeStory {
    font-size: 0;
  }
}
@media (max-width: 1023px) {
  .spo-pulseHome .spo-other-news__outer {
    padding-right: 0 !important;
  }
  .spo-pulseHome .slick-next {
    right: 20px !important;
  }
  .spo-chargeStory {
    font-size: 0;
  }
}
@media (max-width: 767px) {
  .spo-pulseHome .spo-other-news__outer {
    margin: 0 0 0 0;
  }
  .spo-pulseHome .spo-news-tile {
    margin: 0 15px 0 0;
    max-width: 300px;
  }
  .spo-pulseHome .spo-other-news__outer {
    margin: 0 0 32px;
    transform: translateX(10%);
    margin-left: -11%;
  }
  .spo-shopHome .spo-pro__outer {
    margin: 0 0 32px;
    margin-left: 0;
    transform: translateX(0px);
  }
  .spo-shopHome .spo-pro__tile {
    max-width: 300px;
  }
  .spo-shopHome .spo-merch__white {
    min-height: 296px;
  }
}
.spo-page__cart .spo-cart-summary {
  width: 33%;
  margin-left: auto;
}

.spo-cart {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.spo-cart__main {
  background-color: #000000;
  padding: 16px;
}
.spo-cart__wrap {
  margin-bottom: 16px;
}
.spo-cart__itemInfo {
  flex: 1;
  display: flex;
  align-items: center;
}
.spo-cart:last-child {
  border-bottom: 1px solid #3F3838;
}
.spo-cart__img {
  width: 100px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.spo-cart__img--white {
  background-color: #ffffff;
  padding: 4px;
}
.spo-cart__img img {
  width: 100%;
}
.spo-cart__title {
  font-size: 13px;
  font-family: "Next Sphere";
  color: #ffffff;
  font-weight: 600;
  flex: 1;
  order: 1;
  margin-right: 16px;
}
.spo-cart__title a {
  color: #ffffff;
}
.spo-cart__title a:hover {
  color: #E1251B;
}
.spo-cart__size {
  display: flex;
  flex-direction: column;
  order: 2;
}
.spo-cart__size-title {
  font-size: 10px;
  font-family: "Next Sphere";
  color: #E1251B;
  font-weight: 700;
}
.spo-cart__size-title-value {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.spo-cart__qty {
  order: 3;
  padding: 0 16px 0 32px;
}
.spo-cart__delete {
  order: 4;
}
.spo-cart__price {
  order: 5;
  min-width: 100px;
  display: flex;
  justify-content: end;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}

.popup .dxpcLite_Moderno .dxpc-mainDiv, .popup .dxpcLite_Moderno.dxpc-mainDiv, .popup .dxdpLite_Moderno .dxpc-mainDiv, .popup .dxdpLite_Moderno.dxpc-mainDiv {
  background-color: #000000;
  border: 1px solid #3F3838;
  width: 400px;
}
.popup .dxpcLite_Moderno .dxpc-header, .popup .dxdpLite_Moderno .dxpc-header {
  background-color: #000000;
  border-bottom: 0;
  padding: 24px 16px 16px 16px;
  background: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Next Sphere";
  text-transform: uppercase;
}
.popup .btn-primary {
  background-color: #E1251B;
  box-shadow: 0px 0px 0px 1px #E1251B;
  border: 0;
  margin-right: 8px;
  font-family: "Overpass", "Next Sphere Semi";
}
.popup .btn-primary:hover {
  background-color: #E1251B;
  box-shadow: 0px 0px 0px 1px #E1251B;
}
.popup .dxpcLite_Moderno .dxpc-mainDiv, .popup .dxpcLite_Moderno.dxpc-mainDiv, .popup .dxdpLite_Moderno .dxpc-mainDiv, .popup .dxdpLite_Moderno.dxpc-mainDiv {
  border: 1px solid #3F3838;
}
.popup .dxpc-content {
  color: #ffffff;
  font-size: 16px;
}
.popup .dxpcLite_Moderno .dxpc-closeBtnHover, .popup .dxdpLite_Moderno .dxpc-closeBtnHover, .popup .dxpcLite_Moderno .dxpc-pinBtnHover, .popup .dxdpLite_Moderno .dxpc-pinBtnHover, .popup .dxpcLite_Moderno .dxpc-refreshBtnHover, .popup .dxdpLite_Moderno .dxpc-refreshBtnHover, .popup .dxpcLite_Moderno .dxpc-collapseBtnHover, .popup .dxdpLite_Moderno .dxpc-collapseBtnHover, .popup .dxpcLite_Moderno .dxpc-maximizeBtnHover, .popup .dxdpLite_Moderno .dxpc-maximizeBtnHover {
  background: transparent;
  border: 1px solid #000;
  box-shadow: none;
}
.popup .dxpcLite_Moderno .dxpc-content, .popup .dxdpLite_Moderno .dxpc-content {
  padding: 16px 16px 24px 16px;
}
.popup .spo-account__sign-up-out {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
}
.popup .spo-account__sign-up-out .spo-btn {
  width: 49%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-page {
    padding-bottom: 16px;
  }
  .spo-page__cart .spo-cart-summary {
    width: 53%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .spo-page__cart .spo-cart-summary {
    width: 100%;
    margin-left: auto;
  }
  .spo-cart {
    align-items: flex-start;
    padding-bottom: 16px;
  }
  .spo-cart__itemInfo {
    flex-direction: column;
    align-items: flex-start;
  }
  .spo-cart__title {
    font-size: 11px;
    margin-right: 0;
  }
  .spo-cart__price {
    order: 2;
    min-width: auto;
    margin-bottom: 4px;
  }
  .spo-cart__size {
    order: 3;
    margin-bottom: 4px;
  }
  .spo-cart__qty {
    padding-left: 0;
  }
  .spo-cart__delete {
    margin-bottom: -25px;
    order: 5;
    transform: translate(0, -140%);
    align-self: flex-end;
  }
  .spo-cart__main {
    padding: 16px 0;
  }
  .popup .dxpcLite_Moderno.dxpclW {
    width: 100% !important;
  }
  .popup .dxpcLite_Moderno .dxpc-mainDiv, .popup .dxpcLite_Moderno.dxpc-mainDiv, .popup .dxdpLite_Moderno .dxpc-mainDiv, .popup .dxdpLite_Moderno.dxpc-mainDiv {
    width: 100% !important;
  }
}
.spo-cart-summary__subtotal, .spo-cart-summary__preOrder, .spo-cart-summary__shipping, .spo-cart-summary__grandTotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.spo-cart-summary__subtotal small, .spo-cart-summary__preOrder small, .spo-cart-summary__shipping small, .spo-cart-summary__grandTotal small {
  font-family: overpass;
  font-weight: 300;
  font-size: 13px;
}
.spo-cart-summary__title {
  font-size: 14px;
  color: #ffffff;
  font-family: "Next Sphere";
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
.spo-cart-summary__value {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
.spo-cart-summary__grandTotal {
  padding-top: 24px;
  border-top: 1px solid #3F3838;
}
.spo-cart-summary__grandTotal .spo-cart-summary__title {
  color: #E1251B;
}
.spo-cart-summary__grandTotal .spo-cart-summary__value {
  font-weight: 700;
}
.spo-cart-summary__text {
  font-size: 14px;
}

.spo-page__thankYou {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
}
.spo-page__thankYou .spo-btn {
  margin: 0 15px;
  min-width: 180px;
}
.spo-page__thankYou .spo-pageHeading {
  text-align: center;
}
.spo-page__thankYou .spo-pageHeading h1 {
  font-size: 16px;
  font-family: "Next Sphere";
}
.spo-page__thankYou-img {
  max-width: 100px;
}
.spo-page__thankYou .spo-pro__text {
  margin: 0 auto;
  /* text-align: center; */
  width: 100%;
}

@media (max-width: 767px) {
  .spo-page__thankYou {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .spo-page__thankYou .spo-btn {
    width: 100%;
    margin: 0;
  }
  .spo-page__thankYou .spo-btn:first-child {
    margin-bottom: 16px;
  }
}
.spo-page__checkOut-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.spo-page__checkOut-address {
  background-color: #000000;
  width: 48%;
  padding: 24px;
}
.spo-page__checkOut-summary {
  width: 48%;
  background-color: #000000;
  padding: 24px;
}
.spo-page__checkOut .spo-check-box {
  margin-top: 16px;
}
.spo-page__checkOut .spo-account__form-out {
  padding: 0;
}
.spo-page__checkOut .spo-btn {
  width: 100%;
}

@media (max-width: 1023px) {
  .spo-page__checkOut-main {
    display: flex;
    flex-direction: column;
  }
  .spo-page__checkOut-address {
    background-color: transparent;
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
  .spo-page__checkOut-summary {
    background-color: transparent;
    width: 100%;
    padding: 0;
  }
  .spo-page__checkOut .spo-account__country {
    margin: 0 0 40px 0;
  }
}
.spo-orderSummary {
  display: flex;
  align-items: center;
}
.spo-orderSummary .spo-cart__itemInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spo-orderSummary .spo-cart__img {
  background-color: #ffffff;
}
.spo-orderSummary .spo-cart__img {
  width: 60px;
  height: auto;
}
.spo-orderSummary .spo-cart__size-qty {
  display: flex;
}
.spo-orderSummary .spo-cart__size-qty span, .spo-orderSummary .spo-cart__size-qty small {
  font-size: 14px;
  color: #ffffff;
  margin-right: 10px;
}
.spo-orderSummary .spo-cart__price {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .spo-orderSummary {
    padding-bottom: 16px;
  }
  .spo-orderSummary .spo-cart__itemInfo {
    align-items: flex-start;
    flex-direction: row;
  }
}
.spo-x1Spec__main {
  padding: 40px 0;
  position: relative;
}
.spo-x1Spec__main .spo-pageHeading {
  margin-bottom: 60px;
}
.spo-x1Spec__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.spo-x1Spec .spo-banner__shortSpec {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.spo-x1Spec .spo-banner__shortSpec-tile {
  width: 33.33%;
  margin-bottom: 24px;
}
.spo-x1Spec__btm {
  width: 66%;
  margin: 0 0 24px 0;
}
.spo-x1Spec__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.spo-x1Spec__item {
  display: flex;
  width: 60%;
  align-items: flex-start;
  margin: 0 0 24px 0;
  padding-right: 32px;
}
.spo-x1Spec__item:first-child .spo-x1Spec__head {
  font-size: 24px;
}
.spo-x1Spec__item:nth-child(1), .spo-x1Spec__item:nth-child(3), .spo-x1Spec__item:nth-child(5) {
  width: 40%;
}
.spo-x1Spec__item:nth-child(3) .spo-x1Spec__head {
  font-size: 14px;
}
.spo-x1Spec__item:nth-child(4) .spo-x1Spec__head {
  font-size: 8px;
}
.spo-x1Spec__item:nth-child(6) .spo-x1Spec__head {
  font-size: 9px;
}
.spo-x1Spec__head {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #ffffff;
  font-family: "Next Sphere";
  font-size: 16px;
  margin: 0 24px 0 0;
  font-weight: 300;
}
.spo-x1Spec__head sup {
  font-size: 6px;
}
.spo-x1Spec__body {
  font-size: 16px;
  color: #ffffff;
  display: block;
}
.spo-x1Spec__body span {
  font-size: 16px;
  display: block;
}
.spo-x1Spec__textbtm {
  width: 60%;
  font-size: 13px;
  color: #ffffff;
  position: relative;
  z-index: 9;
}

@media (max-width: 1023px) {
  .spo-x1Spec__main {
    padding: 24px 0;
  }
  .spo-x1Spec__main .spo-pageHeading {
    margin-bottom: 24px;
  }
  .spo-x1Spec .spo-banner__shortSpec {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .spo-x1Spec .spo-banner__shortSpec-tile {
    width: 50%;
    margin-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .spo-x1Spec .spo-banner__shortSpec-value {
    font-size: 14px;
  }
  .spo-x1Spec__btm {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .spo-x1Spec__item {
    margin-bottom: 16px;
    width: 50% !important;
    align-items: self-start;
  }
  .spo-x1Spec__head {
    margin: 0 16px 0 0;
  }
  .spo-x1Spec__body {
    font-size: 13px;
  }
  .spo-x1Spec__body span {
    font-size: 13px;
    display: inline;
  }
  .spo-x1Spec__textbtm {
    width: 100%;
    font-size: 13px;
    color: #ffffff;
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  .spo-x1Spec__main {
    padding: 24px 0 70%;
    background-size: 100%;
    background-image: none !important;
  }
  .spo-x1Spec__bg-mob {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .spo-x1Spec__item {
    padding-right: 10px;
  }
  .spo-x1Spec__item:nth-child(1) {
    order: 1;
  }
  .spo-x1Spec__item:nth-child(2) {
    order: 4;
    padding-right: 0;
  }
  .spo-x1Spec__item:nth-child(3) {
    order: 2;
    padding-right: 0;
  }
  .spo-x1Spec__item:nth-child(4) {
    order: 5;
  }
  .spo-x1Spec__item:nth-child(5) {
    order: 3;
  }
  .spo-x1Spec__item:nth-child(6) {
    order: 6;
    padding-right: 0;
  }
}
.spo-3dView__main {
  padding: 40px 0;
}
.spo-3dView__main .content-wrapper {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main-app {
    margin: 0 -32px;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .spo-3dView__main .content-wrapper {
    position: relative;
  }
  .spo-3dView__main .main-app {
    margin: 0 -16px;
    width: auto !important;
  }
  .spo-3dView__main .zoom-wrapper {
    bottom: 0;
    top: auto !important;
    left: 16px;
    right: auto !important;
    width: calc(100% - 32px);
  }
  .spo-3dView__main .zoom-wrapper .zoom-bar {
    width: 100%;
    justify-content: space-between;
  }
}
.spo-mob-ign {
  padding: 40px 0 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #1A1A1A;
  overflow: hidden;
}
.spo-mob-ign__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.spo-mob-ign__video video {
  width: 100%;
}
.spo-mob-ign__videoMob {
  font-size: 0;
}
.spo-mob-ign__outer {
  position: relative;
}
.spo-mob-ign__left {
  width: 50%;
  z-index: 2;
}
.spo-mob-ign__right {
  width: 60%;
  right: 0;
  top: 0;
  position: absolute;
  right: -45px;
  z-index: 1;
}
.spo-mob-ign__rightimg {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(60px);
}
.spo-mob-ign__rightimg img {
  width: 100%;
}
.spo-mob-ign__cnt {
  display: flex;
}
.spo-mob-ign .spo-moduletitle {
  margin-bottom: 8px;
}
.spo-mob-ign__head {
  margin-bottom: 32px;
}
.spo-mob-ign__itemwrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.spo-mob-ign__features {
  width: calc(100% - 8px);
  margin: 0 4px 16px;
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.spo-mob-ign__features p {
  font-size: 15PX;
  color: #ffffff;
  font-weight: 300;
  flex: 1;
}
.spo-mob-ign__featureimg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 16px;
}
.spo-mob-ign__featureimg img {
  width: 100%;
  height: 100%;
}
.spo-mob-ign__btnsec {
  margin-top: 16px;
}
.spo-mob-ign .spo-modulesub {
  line-height: 24px;
}
.spo-mob-ign .spo-btn {
  min-width: 250px;
}
.spo-mob-ign__in {
  position: relative;
}
.spo-mob-ign__in .spo-mob-ign__right {
  top: -90px;
  right: -150px;
}
.spo-mob-ign__in .spo-mob-ign__right img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-mob-ign {
    background-image: none !important;
    padding: 20px 0;
  }
  .spo-mob-ign__outer {
    padding-top: 0;
  }
  .spo-mob-ign__cnt {
    flex-direction: column;
  }
  .spo-mob-ign__left {
    width: 100%;
  }
  .spo-mob-ign__right {
    position: unset;
    width: 100%;
    min-height: 250px;
  }
  .spo-mob-ign__rightimg {
    transform: translateX(0);
  }
  .spo-mob-ign__left {
    width: 100%;
  }
  .spo-mob-ign__features {
    width: calc(100% - 8px);
  }
  .spo-mob-ign__mobonly img {
    width: 100%;
    height: auto;
  }
  .spo-mob-ign__btnsec {
    display: flex;
    justify-content: center;
  }
  .spo-mob-ign__itemwrap-out {
    margin-top: -100px;
    padding: 0 32px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(22, 13, 22) 100%);
  }
}
@media (max-width: 767px) {
  .spo-mob-ign {
    background-image: none !important;
    padding: 20px 0;
  }
  .spo-mob-ign__outer {
    padding-top: 0;
  }
  .spo-mob-ign__cnt {
    flex-direction: column;
  }
  .spo-mob-ign__left {
    width: 100%;
  }
  .spo-mob-ign__right {
    position: unset;
    width: 100%;
    min-height: 250px;
  }
  .spo-mob-ign__rightimg {
    transform: translateX(0);
  }
  .spo-mob-ign__left {
    width: 100%;
  }
  .spo-mob-ign__features {
    width: calc(100% - 8px);
  }
  .spo-mob-ign__mobonly img {
    width: 100%;
    height: auto;
  }
  .spo-mob-ign__btnsec {
    display: flex;
    justify-content: center;
  }
  .spo-mob-ign__itemwrap-out {
    margin-top: -100px;
    padding: 0 32px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(22, 13, 22) 100%);
  }
}
.spo-bookride {
  background-color: #141111;
  display: none;
}
.spo-bookride__contents {
  display: flex;
  padding: 40px 0;
  margin: 0 -16px;
}
.spo-bookride .spo-page__contact-form-mandatory {
  margin-bottom: 50px;
}
.spo-bookride .spo-mob-ign__left {
  width: calc(35% - 32px);
  margin: 0 16px;
}
.spo-bookride .spo-page__contact-form {
  width: calc(65% - 32px);
  margin: 0 16px;
  position: relative;
}
.spo-bookride .spo-page__contact-form .spo-input__box .spo-input {
  width: 100%;
}
.spo-bookride .spo-form {
  width: calc(65% - 32px);
  position: relative;
}
.spo-bookride .spo-input__box .spo-select__box {
  margin-bottom: 0;
}
.spo-bookride .spo-input__box .spo-select__box .spo-select {
  width: 100%;
  color: #ffffff;
}
.spo-bookride__form {
  margin-right: 24px;
}
.spo-bookride__form-wrap {
  width: 100%;
  max-width: 500px;
}
.spo-bookride__form-inputs {
  margin-top: 24px;
}
.spo-bookride__form-inputwrap {
  position: relative;
  margin-bottom: 24px;
}
.spo-bookride__form-inputwrap .spo-bookride__form-input {
  color: #ffffff;
  border: none;
  border-bottom: 2px solid #ffffff;
  width: 100%;
  background-color: transparent;
  height: 35px;
  line-height: 1;
  padding: 0px !important;
}
.spo-bookride__form-inputwrap .spo-bookride__form-input:focus ~ .spo-bookride__form-label, .spo-bookride__form-inputwrap .spo-bookride__form-input:valid ~ .spo-bookride__form-label {
  font-size: 10px;
  transform: translateY(-20px);
}
.spo-bookride__form-inputwrap .spo-bookride__form-input:required ~ .spo-bookride__form-label::after {
  content: "*";
}
.spo-bookride__form-inputwrap .spo-bookride__form-label {
  pointer-events: none;
  position: absolute;
  top: 10px;
  left: 0;
  color: #fefefe;
  transition: all 0.3s ease-in-out;
}
.spo-bookride__form-inputwrap .spo-bookride__form-selectwrap {
  position: relative;
}
.spo-bookride__form-inputwrap .spo-bookride__form-selectwrap .spo-bookride__form-select {
  display: none;
}
.spo-bookride__form-inputwrap .spo-bookride__form-selectwrap .select-selected {
  display: flex;
  align-items: center;
  color: #fefefe;
  background-color: transparent;
  height: 35px;
  width: 100%;
  border-bottom: 2px solid #ffffff;
}
.spo-bookride__form-inputwrap .spo-bookride__form-selectwrap .select-selected.disabled {
  color: #fefefe;
}
.spo-bookride__form-inputwrap .spo-bookride__form-selectwrap .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #ffffff transparent transparent transparent;
}
.spo-bookride__form-inputwrap .spo-bookride__form-selectwrap .select-selected.select-arrow-active:after {
  border-color: transparent transparent #ffffff transparent;
  top: 7px;
}
.spo-bookride__form-inputwrap .spo-bookride__form-selectwrap .select-items {
  position: absolute;
  background-color: #303336;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
}
.spo-bookride__form-inputwrap .spo-bookride__form-selectwrap .select-items div {
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  padding: 16px 0;
}
.spo-bookride__form-inputwrap .spo-bookride__form-selectwrap .select-hide {
  display: none;
}
.spo-bookride__form-inputwrap .spo-bookride__form-selectwrap .select-items div:hover,
.spo-bookride__form-inputwrap .spo-bookride__form-selectwrap .same-as-selected {
  background-color: #E1251B;
}
.spo-bookride .spo-bookride__form-datepickwrap {
  position: relative;
}
.spo-bookride .spo-bookride__form-datepickwrap .spo-bookride__form-datepickinp {
  font-size: 14px;
  position: relative;
  border: none;
  color: #B49F9F;
  background-color: transparent;
  height: 35px;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border-bottom: 1px solid #3F3838;
}
.spo-bookride .spo-bookride__form-datepickwrap .spo-bookride__form-datepickinp::placeholder {
  color: #B49F9F;
}
.spo-bookride .spo-bookride__form-datepickwrap .spo-bookride__form-datepickinp + button {
  display: none;
}
.spo-bookride .spo-bookride__form-datepickwrap::after {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  width: 10px;
  height: 5px;
  background: url(../images/down-arrow.svg) no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
}
.spo-bookride .spo-bookride__form-datepickwrap--open::after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.spo-bookride__model-imgsec {
  transform: translatex(145px);
}
.spo-bookride__model-imgsec img {
  width: 100%;
  height: auto;
}
.spo-bookride .spo-btn {
  margin-top: 24px;
}
.spo-bookride .dxeButtonEditSys {
  width: 100%;
}
.spo-bookride .spo-select .dxeButtonEditSys.dxeButtonEdit_Moderno .dxic:after {
  right: 0px;
}
.spo-bookride .spo-modulesub {
  line-height: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-bookride__contents {
    flex-direction: column;
  }
  .spo-bookride .spo-mob-ign__left {
    width: 100%;
  }
  .spo-bookride .spo-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .spo-bookride {
    background-color: #000000;
  }
  .spo-bookride__contents {
    flex-direction: column;
  }
  .spo-bookride .spo-mob-ign__left {
    width: calc(100% - 32px);
  }
  .spo-bookride .spo-form {
    width: 100%;
    position: relative;
    padding: 16px;
  }
  .spo-bookride .spo-input__box {
    margin: 0;
  }
  .spo-bookride__model {
    display: none;
  }
  .spo-bookride__form {
    margin-top: 24px;
  }
  .spo-bookride__form-wrap {
    max-width: 100%;
  }
  .spo-bookride .spo-btn {
    min-width: 100%;
  }
}
.gj-picker {
  color: #ffffff;
  background-color: #000000;
}

.gj-picker-bootstrap table tr td.other-month div,
.gj-picker-bootstrap table tr td.selected div,
.gj-picker-bootstrap table tr td.current-month div {
  border-radius: 50%;
  overflow: hidden;
}
.gj-picker-bootstrap table tr td.other-month div:hover,
.gj-picker-bootstrap table tr td.selected div:hover,
.gj-picker-bootstrap table tr td.current-month div:hover {
  color: #ffffff;
  background-color: #E1251B;
  border-radius: 50%;
}

.gj-picker-bootstrap table tr td.today div {
  border-radius: 50%;
  color: #ffffff;
  background-color: #E1251B;
  overflow: hidden;
  opacity: 0.5;
}
.gj-picker-bootstrap table tr td.today div:hover {
  border-radius: 50%;
}

.gj-picker-bootstrap table tr td.selected div {
  color: #ffffff !important;
  background-color: #E1251B !important;
  border-radius: 50% !important;
}
.gj-picker-bootstrap table tr td.selected div:hover {
  color: #ffffff;
  background-color: #E1251B;
}

.spo-X1Overview {
  height: 730px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 10px;
  padding: 0px;
}
.spo-X1Overview__main {
  padding: 40px 0 80px 0;
}
.spo-X1Overview-bg {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.spo-X1Overview-bg1 {
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.spo-X1Overview__head {
  position: absolute;
  left: 40px;
  top: 40px;
  font-family: "Next Sphere";
  font-size: 20px;
  z-index: 5;
}
.spo-X1Overview__item {
  overflow: hidden;
  position: relative;
  transition: 0.6s;
}
.spo-X1Overview__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  position: absolute;
}
.spo-X1Overview__item1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
.spo-X1Overview__item1 .spo-X1Overview__head {
  left: 40px;
  text-align: left;
  font-size: 26px;
}
.spo-X1Overview__item1 img {
  width: auto;
  transform: translate(-30px, 0px);
}
.spo-X1Overview__item2 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
.spo-X1Overview__item2 img {
  transform: translate(45px, 18px) scale(1.2);
}
.spo-X1Overview__item3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.spo-X1Overview__item3 .spo-X1Overview__head {
  top: auto;
  bottom: 40px;
}
.spo-X1Overview__item3 img {
  transform: translate(0px, 0px);
}
.spo-X1Overview__item4 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.spo-X1Overview__item4 .spo-X1Overview__head {
  top: auto;
  bottom: 70px;
  right: auto;
  left: 40px;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .spo-X1Overview {
    height: 500px;
  }
  .spo-X1Overview__item img {
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .spo-X1Overview {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .spo-X1Overview__main {
    padding: 16px 0;
  }
  .spo-X1Overview__item {
    height: 260px;
  }
  .spo-X1Overview__item .spo-X1Overview__head {
    font-size: 18px;
  }
  .spo-X1Overview__item1 .spo-X1Overview__head {
    left: 16px;
    top: 16px;
  }
  .spo-X1Overview__item1 img {
    height: auto;
    transform: translate(37px, -34px) scale(1.3);
    width: 100%;
  }
  .spo-X1Overview__item2 .spo-X1Overview__head, .spo-X1Overview__item3 .spo-X1Overview__head {
    left: 16px;
    top: 16px;
  }
  .spo-X1Overview__item2 img {
    height: auto;
    transform: translate(50px, 45px) scale(1.4);
  }
  .spo-X1Overview__item3 {
    position: relative;
  }
  .spo-X1Overview__item3 img {
    transform: translate(75px, 8px) scale(1.5);
    object-fit: contain;
  }
  .spo-X1Overview__item3::after {
    height: 100%;
    width: 40%;
    content: "";
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9950105042) 50%, rgba(0, 0, 9, 0) 100%);
  }
  .spo-X1Overview__item4 .spo-X1Overview__head {
    left: 16px;
    bottom: 15px;
  }
  .spo-X1Overview__item4 img {
    width: 100%;
    transform: translate(20px, 7px) scale(1.2);
  }
}
.spo-career-mod {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  padding-left: 40px;
}
.spo-career-mod__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.spo-career-mod__outer {
  display: flex;
  justify-content: flex-start;
}
.spo-career-mod__cnt {
  position: relative;
  z-index: 2;
  width: 40%;
  padding-right: 16px;
}
.spo-career-mod__cnt p {
  margin-bottom: 24px;
  font-size: 18px;
}
.spo-career-mod__btn .spo-btn {
  width: auto;
}
.spo-career-mod__mobimg {
  width: 100%;
}
.spo-career-mod__mobimg img {
  width: 100%;
}
.spo-career-mod--invert {
  padding-left: 0;
}
.spo-career-mod--invert .spo-career-mod__outer {
  justify-content: flex-end;
}
.spo-career-mod--invert .spo-career-mod__cnt {
  width: 50%;
}
.spo-career-mod--contain {
  background-color: #000000;
  padding-bottom: 0;
  padding-top: 24px;
  min-height: 550px;
  display: flex;
  align-items: center;
}
.spo-career-mod--contain .spo-career-mod__bg {
  background-size: contain;
  left: 17%;
  top: 0;
}
.spo-career-mod__revolution {
  min-height: 500px;
}

@media (max-width: 1023px) {
  .spo-career-mod {
    padding: 40px 0;
  }
  .spo-career-mod__outer {
    justify-content: center;
  }
  .spo-career-mod__cnt {
    width: 100%;
    padding-right: 0;
  }
  .spo-career-mod__btn .spo-btn {
    width: 100%;
  }
  .spo-career-mod--invert .spo-career-mod__outer {
    justify-content: center;
  }
  .spo-career-mod--invert .spo-career-mod__cnt {
    width: 100%;
  }
  .spo-career-mod--contain {
    background-color: #02080C;
    padding-bottom: 0;
    min-height: auto;
  }
  .spo-career-mod--contain .spo-career-mod__mobimg {
    height: 200px;
  }
  .spo-career-mod--contain .spo-career-mod__cnt {
    overflow: hidden;
  }
  .spo-career-mod--contain .spo-career-mod__bg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .spo-career-mod--contain .spo-career-mod__mobimg {
    height: auto;
  }
}
.spo-opening__main {
  padding: 40px 0;
}
.spo-opening__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.spo-opening__item {
  margin: 5px;
  width: calc(33.33% - 10px);
}
.spo-opening__item-head h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.spo-opening__item-head p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.spo-opening__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  padding: 16px;
  background-color: #261F1F;
  border: 1px solid #261F1F;
  transition: all 0.7s;
}
.spo-opening__link:hover {
  border-color: #E1251B;
}
.spo-opening__link:hover .spo-read-more {
  color: #E1251B;
}
.spo-opening .spo-read-more {
  margin-left: auto;
  color: #ffffff;
  transition: all 0.7s;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-opening__item {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .spo-opening__list {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
  }
  .spo-opening__item {
    width: 100%;
    margin: 0 0 10px;
  }
  .spo-opening__link {
    min-height: 140px;
  }
}
.spo-page__termsofUse-listing {
  list-style: none;
}
.spo-page__termsofUse-item {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
}
.spo-page__termsofUse-item-head {
  font-weight: 700;
  margin-bottom: 24px;
}
.spo-page__termsofUse li {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
}
.spo-page__termsofUse-num {
  margin-right: 8px;
}
.spo-page__termsofUse a {
  color: #E1251B;
  text-decoration: underline;
}
.spo-page__termsofUse a:hover {
  text-decoration: none;
  color: #E1251B;
}
.spo-page__termsofUse h2 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 8px;
}
.spo-page__termsofUse p {
  margin-bottom: 24px;
}

.spo-abt-ourteam {
  padding: 32px 0;
}
.spo-abt-ourteam-outer {
  display: flex;
  padding: 0 60px;
}
.spo-abt-ourteam__left {
  width: 22%;
  margin-right: 10px;
}
.spo-abt-ourteam__left .spo-pageHeading {
  margin-bottom: 28px !important;
}
.spo-abt-ourteam__right {
  width: 80%;
}
.spo-abt-ourteam__para {
  margin-bottom: 24px;
  font-size: 18px;
}
.spo-abt-ourteam .spo-pageHeading {
  margin-bottom: 2px;
}
.spo-abt-ourteam .spo-pageHeading h3 {
  font-size: 16px;
  color: #E1251B;
  font-family: "Next Sphere";
  line-height: 1;
  margin-bottom: 4px;
}
.spo-abt-ourteam__profile-wrap {
  display: flex;
  margin: 0px -8px;
  flex-wrap: wrap;
}
.spo-abt-ourteam__profile .detail-card {
  width: calc(33.33% - 16px);
  display: flex;
  flex-direction: column;
  margin: 0 8px 24px;
  pointer-events: none;
}
.spo-abt-ourteam__profile .member-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spo-abt-ourteam__profile .member-image img {
  width: 100%;
}
.spo-abt-ourteam__profile .member-image-mob {
  display: none;
}
.spo-abt-ourteam__profile .description {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px 0 0;
  background-color: transparent;
  border: none;
}
.spo-abt-ourteam__profile .desgnation {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.spo-abt-ourteam__profile .about-member p {
  margin-bottom: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-abt-ourteam-outer {
    padding: 0;
    flex-direction: column;
  }
  .spo-abt-ourteam__left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .spo-abt-ourteam__left .spo-pageHeading {
    margin-bottom: 0 !important;
  }
  .spo-abt-ourteam__right {
    width: 100%;
  }
  .spo-abt-ourteam .spo-pageHeading h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .spo-abt-ourteam {
    padding: 24px 0 0;
  }
  .spo-abt-ourteam .spo-pageHeading h1, .spo-abt-ourteam .spo-pageHeading h2 {
    font-size: 24px;
  }
  .spo-abt-ourteam-outer {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .spo-abt-ourteam__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .spo-abt-ourteam__right {
    width: 100%;
  }
  .spo-abt-ourteam__profile .detail-card {
    width: calc(100% - 16px);
  }
  .spo-abt-ourteam__profile .member-image-desk {
    display: none;
  }
  .spo-abt-ourteam__profile .member-image-mob {
    display: block;
  }
}
.spo-crafting {
  padding: 80px 0;
}
.spo-crafting__txt-outer {
  width: 100%;
  padding-bottom: 80px;
  padding-left: 60px;
}
.spo-crafting__txt-outer .spo-pageHeading h1 {
  margin-bottom: 16px;
}
.spo-crafting__txt-outer-para {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
.spo-crafting__img-outer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.spo-crafting__img-wrap {
  width: 33.3%;
  margin: 16px 0;
}
.spo-crafting__img-wrap:nth-child(2) .spo-crafting__cont-out {
  background-color: #1C1C1C;
}
.spo-crafting__img-wrap:nth-child(3) .spo-crafting__cont-out {
  background-color: #222222;
}
.spo-crafting__bg-img {
  width: 100%;
  height: auto;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.spo-crafting__bg-img-txt {
  font-size: 28px;
  font-weight: 500;
  font-family: "Next Sphere";
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spo-crafting__cont-out {
  min-height: 150px;
  background-color: #161616;
}
.spo-crafting__cont-out-para {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  padding: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-crafting__img-wrap {
    width: 50%;
  }
  .spo-crafting__txt-outer {
    padding-left: 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .spo-crafting {
    padding: 0 0 24px 0;
  }
  .spo-crafting .content-wrapper {
    padding: 0;
  }
  .spo-crafting__txt-outer {
    padding: 16px;
  }
  .spo-crafting__txt-outer .spo-pageHeading h1 {
    font-size: 24px;
  }
  .spo-crafting__img-wrap {
    width: 100%;
    margin: 0;
  }
  .spo-crafting__cont-out {
    min-height: auto;
  }
}
.spo-page__order-status {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-top: 5%;
}
.spo-page__order-status img {
  margin-bottom: 8px;
}
.spo-page__order-status h1 {
  font-size: 20px;
}
.spo-page__order-status .spo-pro__text {
  color: #B49F9F;
}

@media (max-width: 767px) {
  .spo-page__order-status {
    width: 100%;
  }
  .spo-page__order-status h1 {
    font-size: 16px;
    line-height: 22px;
  }
}
.spo-page__electricLumnary {
  position: relative;
  background-color: #0a0b0e;
}
.spo-page__electricLumnary-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  width: 100%;
  height: 100%;
}
.spo-page__about-electricLumnary {
  position: relative;
  min-height: 620px;
  padding-bottom: 80px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
.spo-page__about-electricLumnary .spo-about-tile--absolute {
  position: absolute;
  top: -5%;
  width: 50%;
  left: 5%;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(0px, -50%);
}
.spo-page__about-electricLumnary-img {
  margin: 0 -16px;
}
.spo-page__about-electricLumnary-img img {
  width: 100%;
  margin: 32px 0 24px;
}
.spo-page__about-electricLumnary-scorpioLogo {
  position: absolute;
  left: 50px;
  top: 120px;
  transform: translate(0, 0);
  z-index: 1;
}
.spo-page__about-electricLumnary-scorpioLogo img {
  width: 50%;
}
.spo-page__about-electricLumnary-imgMelvinGoh {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  height: 400px;
  display: flex;
  align-items: end;
  z-index: 1;
}
.spo-page__about-electricLumnary-imgMelvinGoh img {
  width: 55%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-page__electricLumnary-bg {
    background-image: none !important;
  }
  .spo-page__electricLumnary .content-wrapper {
    padding: 0;
  }
  .spo-page__about-electricLumnary {
    min-height: auto;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
  }
  .spo-page__about-electricLumnary .spo-about-tile--absolute {
    position: unset;
    transform: translate(0px, 0%);
    padding: 24px 24px 0 !important;
  }
  .spo-page__about-electricLumnary .spo-about-tile {
    width: 100%;
    padding: 24px;
  }
  .spo-page__about-electricLumnary-img {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .spo-page__electricLumnary .content-wrapper {
    padding: 0;
  }
  .spo-page__about-electricLumnary {
    min-height: 620px;
    flex-direction: column;
  }
  .spo-page__about-electricLumnary .spo-about-tile {
    position: unset !important;
    transform: translate(0px, 0px);
    width: 100%;
    padding: 16px;
  }
  .spo-page__about-electricLumnary-img {
    margin: 0px;
  }
}
.spo-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spo-message__wrap {
  background-color: #E1251B;
  padding: 8px;
  position: absolute;
  top: 120px;
  width: 100%;
  z-index: 1;
}
.spo-message__type {
  font-size: 16px;
  line-height: 1;
}
.spo-message__close {
  display: flex;
  align-items: center;
}
.spo-message__close img {
  width: 20px;
}
.spo-message #closeMessage:checked ~ .spo-message__wrap {
  display: none;
}

.spo-header__main.sticky .spo-message__wrap {
  top: 78px;
}

@media (max-width: 767px) {
  .spo-message__wrap {
    top: 78px;
  }
  .spo-message__type {
    font-size: 12px;
  }
  .spo-message__close img {
    width: 16px;
  }
}
.spo-job-opening .spo-btn {
  max-width: 250px;
}
.spo-job-opening .spo-btn:hover {
  color: #ffffff;
}
.spo-job-opening .spo-career__text {
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 26px;
  color: #ffffff;
}
.spo-job-opening .spo-career__subH {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}
.spo-job-opening .spo-career__resp {
  margin: 0 0 16px 8px;
  padding: 0;
  list-style: none;
  color: #ffffff;
}
.spo-job-opening .spo-career__resp-list {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5' fill='none'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23333333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 15px;
  padding: 10px 0 10px 15px;
}
.spo-job-opening .accordion-body {
  padding: 24px 0;
}
.spo-job-opening .accordion-button:not(.collapsed) {
  color: #ffffff;
}
.spo-job-opening .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg) translate(0px, 10px);
  transition: 0.3s;
}
.spo-job-opening .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #646464;
}
.spo-job-opening .accordion-button {
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 0;
  text-transform: uppercase;
  font-style: italic;
}
.spo-job-opening .accordion-button:focus {
  border: none;
  border-color: transparent;
  box-shadow: none;
}
.spo-job-opening .accordion-button::after {
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0.999101 1.00001L0.999994 0.999115L1.00041 0.999531L6.64641 6.64653L6.99999 7.00018L7.35358 6.64653L12.9995 0.999561L12.9996 0.999531L12.9998 0.999425L13 0.999377L13.0002 0.999425L13.0004 0.999561L13.0006 0.999765L13.0006 1.00001L13.0006 1.00025L13.0004 1.00046L7.00044 7.00045L6.99999 7.0009L6.99955 7.00046L0.999547 1.00046L0.999101 1.00001Z' fill='white' stroke='%23494345'/%3E%3C/svg%3E");
}

.spo-page__job-apply .spo-input__filewrap .spo-input__file {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.spo-banner__content {
  position: relative;
  height: 100%;
}
.spo-banner__tile {
  position: relative;
}
.spo-banner__tile-wrap {
  margin-bottom: 0 !important;
}
.spo-banner__item {
  min-height: calc(100vh + 120px);
  display: flex;
}
.spo-banner__bg {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top bottom;
}
.spo-banner__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.spo-banner__body {
  position: absolute;
  z-index: 10;
  left: 50px;
  top: 225px;
  width: 360px;
}
.spo-banner__logo {
  margin-bottom: 24px;
}
.spo-banner__logo img {
  max-width: 200px;
}
.spo-banner__shortSpec {
  display: flex;
  margin-bottom: 24px;
}
.spo-banner__shortSpec-tile {
  border-left: 1px solid #ffffff;
  padding-left: 24px;
  padding-right: 40px;
}
.spo-banner__shortSpec-title {
  color: #E1251B;
  font-size: 10px;
  font-family: "Next Sphere";
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 700;
}
.spo-banner__shortSpec-title span {
  color: #ffffff;
  display: block;
}
.spo-banner__shortSpec-value {
  font-size: 16px;
  font-weight: 300;
}
.spo-banner__link {
  margin-bottom: 24px;
}
.spo-banner__btnControl {
  display: flex;
}
.spo-banner .spo-btn--trans {
  margin-right: 8px;
}
.spo-banner__caption-wrap {
  display: flex;
  flex-direction: column;
}
.spo-banner__caption {
  font-size: 35px;
  font-family: "Next Sphere";
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 8px;
}
.spo-banner__caption-sub {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 40px;
}
.spo-banner__x1 {
  margin-bottom: 40px;
}
.spo-banner__x1 .spo-banner__item {
  min-height: calc(100vh - 25px);
  display: flex;
}
.spo-banner__x1 .spo-banner__body {
  left: 110px;
  top: 230px;
}
.spo-banner__about .spo-banner__tile {
  overflow: hidden;
}
.spo-banner__about .spo-banner__item {
  height: 700px;
  min-height: auto;
}
.spo-banner__about-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  overflow: hidden;
}
.spo-banner__about-img img {
  position: absolute;
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
  left: 50%;
  transform: translate(-32%, 0px);
}
.spo-banner__about .spo-banner__body {
  top: 30%;
  left: 8%;
}
.spo-banner__about .spo-banner__body h1 {
  font-size: 40px;
  font-family: "Next Sphere";
  font-weight: 300;
}
.spo-banner__about .spo-banner__body h1 span {
  color: #E1251B;
}
.spo-banner__about .spo-banner__body small {
  font-size: 24px;
}
.spo-banner__in {
  position: relative;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-banner__body {
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
  }
  .spo-banner__item {
    min-height: 500px;
  }
  .spo-banner__item .spo-banner__img {
    transform: translate(20px, 30px);
  }
  .spo-banner__x1 .spo-banner__item {
    min-height: 500px;
    margin-bottom: 0;
    display: flex;
  }
  .spo-banner__x1 .spo-banner__item .spo-banner__img {
    transform: translate(20px, 130px);
  }
  .spo-banner__x1 .spo-banner__body {
    top: 50%;
    left: 0;
    transform: translate(10px, -50%);
  }
  .spo-banner__about-img img {
    object-fit: contain;
    width: 100%;
    transform: translate(-50%, 110px) scale(1.5);
  }
  .spo-banner__about .spo-banner__bg {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .spo-banner__body {
    left: 0;
    top: 0;
  }
  .spo-banner__body .spo-banner__logo {
    display: none;
  }
  .spo-banner__body .spo-banner__shortSpec {
    display: none;
  }
  .spo-banner .spo-banner__btnControl {
    display: none;
  }
  .spo-banner__item {
    min-height: 726px;
  }
  .spo-banner__link {
    margin-bottom: 0;
    transform: translate(0, -65px);
    font-size: 0;
  }
  .spo-banner__link svg {
    display: none;
  }
  .spo-banner__link .spo-read-more__link {
    position: relative;
    z-index: 20;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    background-color: #E1251B;
    box-shadow: 0px 0px 0px 1px #E1251B;
    padding: 10px 0;
    border-radius: 4px;
    min-width: 200px;
    overflow: hidden;
  }
  .spo-banner__link .spo-read-more__link:hover {
    transform: translate(0, 1px);
  }
  .spo-banner__caption {
    font-size: 28px;
  }
  .spo-banner__caption-sub {
    font-size: 24px;
  }
  .spo-banner__x1 {
    margin-bottom: 0;
  }
  .spo-banner__x1 .spo-banner__item {
    min-height: 600px;
  }
  .spo-banner__x1 .spo-banner__body {
    width: auto;
    height: calc(100% - 100px);
    left: 0;
    right: 0;
    top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .spo-banner__x1 .spo-banner__btnControl {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    transform: translate(0px, -80px);
  }
  .spo-banner__about .spo-banner__body {
    justify-content: left;
    align-items: flex-start;
    top: 25%;
    left: 0;
    width: auto;
    flex-direction: column;
    min-height: auto;
  }
  .spo-banner__about .spo-banner__body h1 {
    font-size: 28px;
  }
  .spo-banner__about .spo-banner__body small {
    font-size: 20px;
  }
  .spo-banner__about .spo-banner__item {
    height: auto;
    min-height: 430px;
  }
  .spo-banner__about-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 50%;
    transform: translate(-40%, 90px) scale(1.6);
  }
}
.spo-bannerV2__content {
  position: relative;
  height: 100%;
}
.spo-bannerV2__tile {
  position: relative;
}
.spo-bannerV2__tile-wrap {
  margin-bottom: 0 !important;
}
.spo-bannerV2__item {
  display: flex;
  height: 700px;
}
.spo-bannerV2__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top bottom;
}
.spo-bannerV2__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.spo-bannerV2__body {
  position: absolute;
  z-index: 10;
  left: 50px;
  top: 225px;
  width: 360px;
}
.spo-bannerV2__logo {
  margin-bottom: 24px;
}
.spo-bannerV2__logo img {
  max-width: 200px;
}
.spo-bannerV2__shortSpec {
  display: flex;
  margin-bottom: 40px;
}
.spo-bannerV2__shortSpec-tile {
  border-left: 1px solid #ffffff;
  padding-left: 24px;
  padding-right: 40px;
}
.spo-bannerV2__shortSpec-title {
  color: #E1251B;
  font-size: 10px;
  font-family: "Next Sphere";
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 700;
}
.spo-bannerV2__shortSpec-title span {
  color: #ffffff;
  display: block;
}
.spo-bannerV2__shortSpec-value {
  font-size: 16px;
  font-weight: 300;
}
.spo-bannerV2__link {
  margin-bottom: 24px;
  display: none;
}
.spo-bannerV2__btnControl {
  display: flex;
}
.spo-bannerV2__btnControl .spo-btn {
  max-width: 175px;
}
.spo-bannerV2__btnControl .spo-btn {
  display: none;
}
.spo-bannerV2 .spo-btn--trans {
  margin-right: 8px;
}
.spo-bannerV2__caption-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.spo-bannerV2__caption {
  font-size: 35px;
  font-family: "Next Sphere";
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 8px;
}
.spo-bannerV2__caption-sub {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 40px;
}
.spo-bannerV2__in {
  position: relative;
  height: 100%;
}
.spo-bannerV2__imgV2 {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
.spo-bannerV2__imgV2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(10%, 5%);
}
.spo-bannerV2__x1 {
  background-image: url(../images/banner-x1-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.spo-bannerV2__x1 .spo-bannerV2__imgV2 {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
.spo-bannerV2__x1 .spo-bannerV2__imgV2 img {
  width: 92%;
  height: 92%;
  object-fit: cover;
  transform: translate(80px, 50px);
}
.spo-bannerV2__x1 .spo-bannerV2__item {
  height: 600px;
}
.spo-bannerV2__x1 .spo-bannerV2__body {
  position: absolute;
  z-index: 10;
  left: 100px;
  top: 200px;
  width: 360px;
}
.spo-bannerV2__x1 .spo-bannerV2__btnControl .spo-btn {
  max-width: 175px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spo-bannerV2__body {
    top: 35%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
  }
  .spo-bannerV2__body .spo-bannerV2__shortSpec-tile:first-child {
    padding-left: 0;
    border: none;
  }
  .spo-bannerV2__imgV2 img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    transform: translate(10%, 55%);
  }
  .spo-bannerV2__item {
    min-height: 500px;
  }
  .spo-bannerV2__item .spo-bannerV2__img {
    transform: translate(20px, 30px);
  }
  .spo-bannerV2__x1 .spo-bannerV2__item {
    min-height: 500px;
    margin-bottom: 0;
    display: flex;
  }
  .spo-bannerV2__x1 .spo-bannerV2__item .spo-bannerV2__imgV2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(0px, 125px);
  }
  .spo-bannerV2__x1 .spo-bannerV2__body {
    top: 45%;
    left: 0;
    transform: translate(10px, -50%);
    text-align: left;
  }
}
@media (max-width: 767px) {
  .spo-bannerV2__body {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .spo-bannerV2__body .spo-bannerV2__logo {
    display: none;
  }
  .spo-bannerV2__body .spo-bannerV2__shortSpec {
    display: none;
  }
  .spo-bannerV2 .spo-bannerV2__btnControl {
    width: 100%;
    transform: translate(0, -65px);
  }
  .spo-bannerV2 .spo-bannerV2__btnControl .spo-btn {
    max-width: 100%;
  }
  .spo-bannerV2__item {
    min-height: 726px;
  }
  .spo-bannerV2__link {
    margin-bottom: 0;
    transform: translate(0, -65px);
    font-size: 0;
  }
  .spo-bannerV2__link svg {
    display: none;
  }
  .spo-bannerV2__link .spo-read-more__link {
    position: relative;
    z-index: 20;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    background-color: #E1251B;
    box-shadow: 0px 0px 0px 1px #E1251B;
    padding: 10px 0;
    border-radius: 4px;
    min-width: 200px;
    overflow: hidden;
  }
  .spo-bannerV2__link .spo-read-more__link:hover {
    transform: translate(0, 1px);
  }
  .spo-bannerV2__caption {
    font-size: 28px;
  }
  .spo-bannerV2__caption-sub {
    font-size: 24px;
  }
  .spo-bannerV2__x1 {
    margin-bottom: 0;
  }
  .spo-bannerV2__x1 .spo-bannerV2__item {
    min-height: 600px;
  }
  .spo-bannerV2__x1 .spo-bannerV2__body {
    width: auto;
    height: calc(100% - 100px);
    left: 0;
    right: 0;
    top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .spo-bannerV2__x1 .spo-bannerV2__btnControl {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    transform: translate(0px, -80px);
  }
}
.spo-cart--history {
  border-bottom: 1px solid #3F3838;
  margin-bottom: 16px;
}
.spo-cart--history:last-child {
  border-bottom: none !important;
  margin-bottom: 0;
}
.spo-cart--history .spo-cart__title {
  margin-bottom: 4px;
}
.spo-cart--history .spo-cart__reOrder {
  order: 5;
  margin-left: 24px;
}
.spo-cart--history .spo-btn {
  padding: 4px 10px 2px;
}
.spo-cart--history .spo-btn__text {
  font-size: 13px;
}
.spo-cart--history .spo-cart__size-value {
  font-size: 13px;
}
.spo-cart--history .spo-cart__size {
  margin-left: 24px;
  text-align: right;
}
.spo-cart--history .spo-cart__price {
  min-width: auto;
  margin-left: 24px;
  margin-bottom: 0 !important;
}
.spo-cart--history .spo-cart__img--white a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .spo-cart--history .spo-cart__date {
    margin-right: 24px;
  }
  .spo-cart--history .spo-cart__price {
    min-width: auto;
    margin-left: 0;
  }
  .spo-cart--history .spo-cart__itemInfo {
    position: relative;
  }
  .spo-cart--history .spo-cart__size {
    margin-left: 0;
    min-width: auto;
    text-align: left;
  }
  .spo-cart--history .spo-cart__reOrder {
    position: absolute;
    right: 0;
    bottom: 0px;
    margin: 0;
  }
}
.spo-page__error-404 {
  margin: 0 auto;
  text-align: center;
}
.spo-page__error-404 .spo-pageHeading h1 {
  font-family: "Next Sphere";
  font-size: 90px;
}
.spo-page__error-404 .spo-pageHeading-sub {
  font-size: 35px;
}
.spo-page__error-404-body p {
  font-size: 14px;
  margin-bottom: 20px;
}
.spo-page__error-404-body .spo-btn {
  width: auto;
}

@media (max-width: 1023px) {
  .spo-page__error-404 {
    padding-top: 20px;
  }
}
.spo-wildone-imgL {
  margin: 30px 0 60px;
  display: block;
}
.spo-wildone-imgL__link {
  display: block;
}
.spo-wildone-imgL img {
  width: 100%;
}
.spo-wildone-inLink {
  color: #fff;
}
.spo-wildone-inLink:hover {
  color: #E1251B;
}
.spo-wildone__video {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  background-color: #1b1b1b;
}
.spo-wildone__slide {
  width: 85%;
  margin: 30px auto;
}
.spo-wildone__slide-tile {
  margin: 0px 8px;
  border: 1px solid #4e4c4c;
}
.spo-wildone__slide img {
  margin: 0px;
}
.spo-wildone__slide .slick-next {
  right: -40px !important;
}

.spo-overview {
  padding: 40px 0;
}
.spo-overview__wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 650px;
}
.spo-overview__wrap > div:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.spo-overview__wrap > div:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1/2;
}
.spo-overview__wrap > div:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.spo-overview__wrap > div:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.spo-overview__tile {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.spo-overview__tile.active .spo-overview__content {
  transform: translateY(0);
}
.spo-overview__tile.active .spo-overview__btn-icon {
  transform: rotate(45deg);
  transition: 0.9s all;
}
.spo-overview__tile-title {
  font-family: "Next Sphere";
  position: absolute;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  z-index: 2;
  max-width: 80%;
  left: 40px;
  /* First two tiles (1 & 2) - text on top */
  /* Last two tiles (3 & 4) - text on bottom */
}
.spo-overview__wrap > div:nth-child(1) .spo-overview__tile-title, .spo-overview__wrap > div:nth-child(2) .spo-overview__tile-title {
  top: 40px;
  bottom: auto;
}
.spo-overview__wrap > div:nth-child(3) .spo-overview__tile-title, .spo-overview__wrap > div:nth-child(4) .spo-overview__tile-title {
  bottom: 40px;
  top: auto;
}
.spo-overview__button-bg {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50, 50, 50, 0.8) 80%, rgba(50, 50, 50, 0.4) 80%, transparent 90%);
  filter: blur(2px);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  z-index: 6;
  left: 50%;
}
.bottom .spo-overview__button-bg {
  top: -50px;
  transform: translateX(-50%) translateY(50%);
}
.top .spo-overview__button-bg {
  bottom: -50px;
  transform: translateX(-50%) translateY(-50%);
}
.spo-overview__btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #e1251b;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  z-index: 7;
  backdrop-filter: blur(8px); /* This creates the frost effect inside the button */
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  /* Positioning styles from your original code */
}
.bottom .spo-overview__btn {
  top: -50px;
  transform: translateX(-50%) translateY(50%);
}
.top .spo-overview__btn {
  bottom: -50px;
  transform: translateX(-50%) translateY(-50%);
}
.spo-overview__btn::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.3) 15%, rgba(255, 255, 255, 0.1) 30%, transparent 70%);
  z-index: -1;
}
.spo-overview__btn-icon {
  position: relative;
  width: 24px;
  height: 24px;
  transition: transform 0.4s ease;
}
.spo-overview__btn-icon::before, .spo-overview__btn-icon::after {
  content: "";
  position: absolute;
  background-color: #e1251b;
}
.spo-overview__btn-icon::before {
  width: 24px;
  height: 2px;
  top: 11px;
  left: 0;
}
.spo-overview__btn-icon::after {
  width: 2px;
  height: 24px;
  top: 0;
  left: 11px;
}
.spo-overview__content {
  position: absolute;
  left: 0;
  right: 0;
  background: radial-gradient(circle, rgba(50, 50, 50, 0.8) 0%, rgba(50, 50, 50, 0.4) 40%, transparent 50%);
  color: rgba(255, 255, 255, 0.92);
  padding: 25px;
  font-size: 15px;
  line-height: 1.7;
  transition: 0.9s all;
  z-index: 5;
  backdrop-filter: blur(12px);
}
.bottom .spo-overview__content {
  bottom: 0;
  transform: translateY(calc(100% - 40px));
  padding-top: 40px;
}
.top .spo-overview__content {
  top: 0;
  transform: translateY(calc(-100% + 40px));
  padding-bottom: 40px;
}
.active .spo-overview__content {
  transform: translateY(0);
}

@media (max-width: 767px) {
  .spo-overview__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 440px);
    height: auto;
  }
  .spo-overview__wrap > div:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .spo-overview__wrap > div:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .spo-overview__wrap > div:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .spo-overview__wrap > div:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }
}