/* Basic Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Reset lists */
ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  overflow-x: hidden;
}

/* Core body defaults */
body {
  min-height: 100vh;
  background-color: #FFF;
  color: #292727;
  font-family: "elza", sans-serif;
  font-feature-settings: "ss01" on;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* Reset images */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  outline: none;
}

button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  text-align: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button:hover, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 96px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .container {
    padding: 0 64px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0 48px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 24px;
  }
}

.container-wide {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 96px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .container-wide {
    padding: 0 64px;
  }
}
@media screen and (max-width: 992px) {
  .container-wide {
    padding: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
span,
div,
input,
select,
textarea {
  margin: 0;
  font-weight: 300;
  line-height: 1.2;
}
h1.headingxl,
h2.headingxl,
h3.headingxl,
h4.headingxl,
h5.headingxl,
h6.headingxl,
p.headingxl,
label.headingxl,
span.headingxl,
div.headingxl,
input.headingxl,
select.headingxl,
textarea.headingxl {
  font-size: 100px;
}
@media screen and (max-width: 992px) {
  h1.headingxl,
  h2.headingxl,
  h3.headingxl,
  h4.headingxl,
  h5.headingxl,
  h6.headingxl,
  p.headingxl,
  label.headingxl,
  span.headingxl,
  div.headingxl,
  input.headingxl,
  select.headingxl,
  textarea.headingxl {
    font-size: 80px;
  }
}
h1.headinglg,
h2.headinglg,
h3.headinglg,
h4.headinglg,
h5.headinglg,
h6.headinglg,
p.headinglg,
label.headinglg,
span.headinglg,
div.headinglg,
input.headinglg,
select.headinglg,
textarea.headinglg {
  font-size: 80px;
}
@media screen and (max-width: 992px) {
  h1.headinglg,
  h2.headinglg,
  h3.headinglg,
  h4.headinglg,
  h5.headinglg,
  h6.headinglg,
  p.headinglg,
  label.headinglg,
  span.headinglg,
  div.headinglg,
  input.headinglg,
  select.headinglg,
  textarea.headinglg {
    font-size: 60px;
  }
}
h1.heading,
h2.heading,
h3.heading,
h4.heading,
h5.heading,
h6.heading,
p.heading,
label.heading,
span.heading,
div.heading,
input.heading,
select.heading,
textarea.heading {
  font-size: 60px;
}
@media screen and (max-width: 992px) {
  h1.heading,
  h2.heading,
  h3.heading,
  h4.heading,
  h5.heading,
  h6.heading,
  p.heading,
  label.heading,
  span.heading,
  div.heading,
  input.heading,
  select.heading,
  textarea.heading {
    font-size: 40px;
  }
}
h1.headingsm,
h2.headingsm,
h3.headingsm,
h4.headingsm,
h5.headingsm,
h6.headingsm,
p.headingsm,
label.headingsm,
span.headingsm,
div.headingsm,
input.headingsm,
select.headingsm,
textarea.headingsm {
  font-size: 40px;
}
@media screen and (max-width: 992px) {
  h1.headingsm,
  h2.headingsm,
  h3.headingsm,
  h4.headingsm,
  h5.headingsm,
  h6.headingsm,
  p.headingsm,
  label.headingsm,
  span.headingsm,
  div.headingsm,
  input.headingsm,
  select.headingsm,
  textarea.headingsm {
    font-size: 32px;
  }
}
h1.textlg,
h2.textlg,
h3.textlg,
h4.textlg,
h5.textlg,
h6.textlg,
p.textlg,
label.textlg,
span.textlg,
div.textlg,
input.textlg,
select.textlg,
textarea.textlg {
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  h1.textlg,
  h2.textlg,
  h3.textlg,
  h4.textlg,
  h5.textlg,
  h6.textlg,
  p.textlg,
  label.textlg,
  span.textlg,
  div.textlg,
  input.textlg,
  select.textlg,
  textarea.textlg {
    font-size: 20px;
  }
}
h1.textmd,
h2.textmd,
h3.textmd,
h4.textmd,
h5.textmd,
h6.textmd,
p.textmd,
label.textmd,
span.textmd,
div.textmd,
input.textmd,
select.textmd,
textarea.textmd {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  h1.textmd,
  h2.textmd,
  h3.textmd,
  h4.textmd,
  h5.textmd,
  h6.textmd,
  p.textmd,
  label.textmd,
  span.textmd,
  div.textmd,
  input.textmd,
  select.textmd,
  textarea.textmd {
    font-size: 16px;
  }
}
h1.text,
h2.text,
h3.text,
h4.text,
h5.text,
h6.text,
p.text,
label.text,
span.text,
div.text,
input.text,
select.text,
textarea.text {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  h1.text,
  h2.text,
  h3.text,
  h4.text,
  h5.text,
  h6.text,
  p.text,
  label.text,
  span.text,
  div.text,
  input.text,
  select.text,
  textarea.text {
    font-size: 14px;
  }
}
h1.wt400, h1.regular,
h2.wt400,
h2.regular,
h3.wt400,
h3.regular,
h4.wt400,
h4.regular,
h5.wt400,
h5.regular,
h6.wt400,
h6.regular,
p.wt400,
p.regular,
label.wt400,
label.regular,
span.wt400,
span.regular,
div.wt400,
div.regular,
input.wt400,
input.regular,
select.wt400,
select.regular,
textarea.wt400,
textarea.regular {
  font-weight: 400;
}
h1.wt500, h1.medium,
h2.wt500,
h2.medium,
h3.wt500,
h3.medium,
h4.wt500,
h4.medium,
h5.wt500,
h5.medium,
h6.wt500,
h6.medium,
p.wt500,
p.medium,
label.wt500,
label.medium,
span.wt500,
span.medium,
div.wt500,
div.medium,
input.wt500,
input.medium,
select.wt500,
select.medium,
textarea.wt500,
textarea.medium {
  font-weight: 500;
}
h1.wt600, h1.semibold,
h2.wt600,
h2.semibold,
h3.wt600,
h3.semibold,
h4.wt600,
h4.semibold,
h5.wt600,
h5.semibold,
h6.wt600,
h6.semibold,
p.wt600,
p.semibold,
label.wt600,
label.semibold,
span.wt600,
span.semibold,
div.wt600,
div.semibold,
input.wt600,
input.semibold,
select.wt600,
select.semibold,
textarea.wt600,
textarea.semibold {
  font-weight: 600;
}
h1.wt700, h1.bold,
h2.wt700,
h2.bold,
h3.wt700,
h3.bold,
h4.wt700,
h4.bold,
h5.wt700,
h5.bold,
h6.wt700,
h6.bold,
p.wt700,
p.bold,
label.wt700,
label.bold,
span.wt700,
span.bold,
div.wt700,
div.bold,
input.wt700,
input.bold,
select.wt700,
select.bold,
textarea.wt700,
textarea.bold {
  font-weight: 700;
}
h1.wt800, h1.extrabold,
h2.wt800,
h2.extrabold,
h3.wt800,
h3.extrabold,
h4.wt800,
h4.extrabold,
h5.wt800,
h5.extrabold,
h6.wt800,
h6.extrabold,
p.wt800,
p.extrabold,
label.wt800,
label.extrabold,
span.wt800,
span.extrabold,
div.wt800,
div.extrabold,
input.wt800,
input.extrabold,
select.wt800,
select.extrabold,
textarea.wt800,
textarea.extrabold {
  font-weight: 800;
}
h1.wt900, h1.black,
h2.wt900,
h2.black,
h3.wt900,
h3.black,
h4.wt900,
h4.black,
h5.wt900,
h5.black,
h6.wt900,
h6.black,
p.wt900,
p.black,
label.wt900,
label.black,
span.wt900,
span.black,
div.wt900,
div.black,
input.wt900,
input.black,
select.wt900,
select.black,
textarea.wt900,
textarea.black {
  font-weight: 900;
}

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

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

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

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

.pageheading {
  font-weight: 400;
  font-size: 64px;
  line-height: 115%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 992px) {
  .pageheading {
    font-size: 48px;
    font-weight: 300;
  }
}

.flexcol {
  display: flex;
  flex-direction: column;
}
.flexcol.gap10 {
  gap: 10px;
}
.flexcol.gap20 {
  gap: 20px;
}
.flexcol.gap30 {
  gap: 30px;
}
.flexcol.gap40 {
  gap: 40px;
}
.flexcol.gap50 {
  gap: 50px;
}
.flexcol.gap60 {
  gap: 60px;
}
.flexcol.gap70 {
  gap: 70px;
}
.flexcol.gap80 {
  gap: 80px;
}
.flexcol.center {
  align-content: center;
}
.flexcol.start {
  align-items: flex-start;
}
.flexcol.end {
  align-items: flex-end;
}

.flexrow {
  display: flex;
  flex-direction: row;
}
.flexrow.gap10 {
  gap: 10px;
}
.flexrow.gap20 {
  gap: 20px;
}
.flexrow.gap30 {
  gap: 30px;
}
.flexrow.gap40 {
  gap: 40px;
}
.flexrow.gap50 {
  gap: 50px;
}
.flexrow.gap60 {
  gap: 60px;
}
.flexrow.gap70 {
  gap: 70px;
}
.flexrow.gap80 {
  gap: 80px;
}
.flexrow.center {
  justify-content: center;
}
.flexrow.start {
  justify-content: flex-start;
}
.flexrow.end {
  justify-content: flex-end;
}
.flexrow.between {
  justify-content: space-between;
}
.flexrow.around {
  justify-content: space-around;
}
.flexrow.justify-start {
  justify-content: flex-start;
}
.flexrow.justify-end {
  justify-content: flex-end;
}

.reveal-word {
  display: inline-block;
  overflow: hidden;
}
.reveal-word .reveal-word-inner {
  display: inline-block;
}

.reveal-line {
  display: block;
  overflow: hidden;
}
.reveal-line .reveal-line-inner {
  display: inline-block;
}

#page-transition-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #e6e6e6;
  z-index: 9999;
}

.button {
  display: inline-block;
  border: none;
  padding: 12px 28px;
  margin: 0;
  text-decoration: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  background-color: #FF5F15;
  transition: all 0.65s ease-in-out;
  white-space: nowrap;
  letter-spacing: -0.03em;
}
.button.iconButton {
  padding: 12px 12px;
}
@keyframes arrowBounce {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(18px, -18px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes arrowBounceBack {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(18px, -18px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes arrowBounceDown {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, 18px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes arrowBounceDownBack {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, 18px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.button .arrowicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.button .arrowicon .arrowmain {
  position: relative;
  left: 0;
  bottom: 0;
  transition: all 0.2s;
}
.button .arrowicon .arrowtrail {
  position: absolute;
  left: -18px;
  bottom: -18px;
  transition: all 0.2s;
}
.button.arrowicondown .arrowtrail {
  left: 0;
  top: -18px;
  bottom: unset;
  transform: translate(0, 0);
}
.button.arrowicondown .arrowmain {
  left: 0;
  top: 0;
  bottom: unset;
  transform: translate(0, 0);
}
.button.arrowicondown:hover .arrowmain, .button.arrowicondown:hover .arrowtrail {
  animation: arrowBounceDown 0.4s forwards;
}
.button.arrowicondown:not(:hover) .arrowmain, .button.arrowicondown:not(:hover) .arrowtrail {
  animation: arrowBounceDownBack 0.4s forwards;
}
.button:hover .arrowmain,
.button:hover .arrowtrail {
  animation: arrowBounce 0.4s forwards;
}
.button:not(:hover) .arrowmain,
.button:not(:hover) .arrowtrail {
  animation: arrowBounceBack 0.4s forwards;
}
@media screen and (max-width: 768px) {
  .button {
    padding: 12px 24px;
    font-size: 16px;
  }
}
.button svg path {
  fill: #FFF;
  transition: all 0.65s ease-in-out;
}
.button:hover {
  background-color: #190902;
}
.button.dark:hover {
  background-color: #FFF;
  color: #190902;
}
.button.dark:hover svg path {
  fill: #190902;
}
.button.secondary {
  color: #FF5F15;
  border: 1px #FF5F15 solid;
  background-color: transparent;
}
.button.secondary svg path {
  fill: #FF5F15;
}
.button.secondary:hover {
  color: #FFF;
  background-color: #FF5F15;
}
.button.secondary:hover svg path {
  fill: #FFF;
}
.button.tertiary {
  color: #FF5F15;
  background-color: transparent;
}
.button.tertiary svg path {
  fill: #FF5F15;
}
.button.tertiary:hover {
  color: #190902;
}
.button.tertiary:hover svg path {
  fill: #190902;
}
@media screen and (max-width: 768px) {
  .button.iconinsmall {
    padding: 12px;
  }
  .button.iconinsmall span {
    display: none;
  }
}
.button[disabled] {
  cursor: not-allowed;
  background-color: rgba(25, 9, 2, 0.4);
  color: rgba(41, 39, 39, 0.4);
}
.button[disabled] svg {
  animation: none !important;
}
.button[disabled] svg path {
  fill: rgba(41, 39, 39, 0.4) !important;
}

.nav {
  background-color: #FFF;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .nav {
    height: 96px;
  }
}
.nav .navflex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 96px;
}
@media screen and (max-width: 1440px) {
  .nav .navflex {
    padding: 0 64px;
  }
}
@media screen and (max-width: 992px) {
  .nav .navflex {
    padding: 24px 48px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navflex {
    flex-direction: column;
    align-items: stretch;
    gap: 64px;
    background-color: #FFF;
  }
}
@media screen and (max-width: 480px) {
  .nav .navflex {
    padding: 24px 24px;
  }
}
.nav .navflex .navheader .navbrand a img {
  height: 36px;
}
@media screen and (max-width: 768px) {
  .nav .navflex .navheader .navbrand a img {
    height: 28px;
  }
}
.nav .navflex .navheader .navcontrol {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .nav .navflex .navheader .navcontrol {
    display: flex;
    align-items: center;
  }
  .nav .navflex .navheader .navcontrol .nevmenuopen {
    display: block;
  }
  .nav .navflex .navheader .navcontrol .nevmenuclose {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nav .navflex .navheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.nav .navflex .navmenu {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .nav .navflex .navmenu {
    height: calc(100svh - 160px);
    display: none;
    overflow: auto;
  }
}
.nav .navflex .navmenu .navmenulist {
  display: flex;
  flex-direction: row;
  gap: 64px;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 992px) {
  .nav .navflex .navmenu .navmenulist {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navflex .navmenu .navmenulist {
    flex-direction: column;
    gap: 0;
  }
}
.nav .navflex .navmenu .navmenulist .navmenuitem {
  position: relative;
  padding: 36px 0;
}
@media (max-width: 992px) {
  .nav .navflex .navmenu .navmenulist .navmenuitem {
    padding: 0 0;
  }
}
.nav .navflex .navmenu .navmenulist .navmenuitem .navlink {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.25%;
  color: #292727;
  display: block;
}
.nav .navflex .navmenu .navmenulist .navmenuitem .navlink:hover {
  color: #FF5F15;
}
@media screen and (max-width: 768px) {
  .nav .navflex .navmenu .navmenulist .navmenuitem .navlink {
    font-size: 22px;
    padding: 28px 0;
    border-top: 1px solid #292727;
  }
}
.nav .navflex .navmenu .navmenulist .navmenuitem .navdropdown {
  font-size: 18px;
  font-weight: 300;
  color: #292727;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.02em;
}
.nav .navflex .navmenu .navmenulist .navmenuitem .navdropdown:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .nav .navflex .navmenu .navmenulist .navmenuitem .navdropdown {
    font-size: 22px;
    padding: 28px 0;
    justify-content: space-between;
    border-top: 1px solid #292727;
  }
  .nav .navflex .navmenu .navmenulist .navmenuitem .navdropdown svg {
    width: 20px;
    height: 20px;
  }
}
.nav .navflex .navmenu .navmenulist .navmenuitem.active .navlink, .nav .navflex .navmenu .navmenulist .navmenuitem.active .navdropdown {
  color: #FF5F15;
}
.nav .navflex .navmenu .navmenulist .navmenuitem.active .navlink svg path, .nav .navflex .navmenu .navmenulist .navmenuitem.active .navdropdown svg path {
  stroke: #FF5F15;
}
.nav .navflex .navmenu .navmenulist .navmenuitem .navdropdownlist {
  position: absolute;
  top: 100%;
  left: -36px;
  background-color: #FFF;
  list-style: none;
  z-index: 9999;
  width: -moz-max-content;
  width: max-content;
  border-left: #aaa5a5 1px solid;
  border-right: #aaa5a5 1px solid;
  display: none;
}
@media screen and (max-width: 768px) {
  .nav .navflex .navmenu .navmenulist .navmenuitem .navdropdownlist {
    position: static;
    width: 100%;
    border: none;
  }
}
.nav .navflex .navmenu .navmenulist .navmenuitem .navdropdownlist li .navdropdownlink {
  padding: 20px 36px;
  display: block;
  font-size: 22px;
  color: #000;
  border-bottom: #aaa5a5 1px solid;
}
.nav .navflex .navmenu .navmenulist .navmenuitem .navdropdownlist li .navdropdownlink:hover {
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .nav .navflex .navmenu .navmenulist .navmenuitem .navdropdownlist li .navdropdownlink {
    padding-left: 0;
    margin-left: 36px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navflex .navmenu .navmenulist .navmenuitem .navdropdownlist li:last-child .navdropdownlink {
    border-bottom: none;
  }
}
.nav .navflex .navmenu .navmenulist .navmenuitem:nth-last-child(2) .navdropdownlist, .nav .navflex .navmenu .navmenulist .navmenuitem:last-child .navdropdownlist {
  right: -36px;
  left: auto;
}
.nav .navflex .navmenu .navmenulist .navmenuitem.open .navdropdown {
  color: #FF5F15;
}
@media screen and (max-width: 768px) {
  .nav .navflex .navmenu .navmenulist .navmenuitem.open .navdropdown {
    color: #292727;
    background-color: #F4F4F4;
    font-weight: 400;
  }
}
.nav .navflex .navmenu .navmenulist .navmenuitem.open .navdropdown svg {
  transform: rotate(180deg);
}
.nav .navflex .navmenu .navmenulist .navmenuitem.open .navdropdown svg path {
  stroke: #FF5F15;
}
@media screen and (max-width: 768px) {
  .nav .navflex .navmenu .navmenulist .navmenuitem.open .navdropdown svg path {
    stroke: #292727;
  }
}
@media screen and (max-width: 768px) {
  .nav .navflex .navmenu .navmenulist .navmenuitem.open .navdropdownlist {
    border-top: 1px solid #292727;
  }
}

.hero {
  background-color: #F4F4F4;
  padding: 64px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 48px 0 24px;
  }
}
.hero .herotext {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .hero .herotext {
    flex-direction: column;
    gap: 24px;
  }
}
.hero .herotext .herotitle {
  max-width: 780px;
}
.hero .herotext .herotitle h1 {
  font-weight: 400;
  font-size: 64px;
  line-height: 115%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 992px) {
  .hero .herotext .herotitle h1 {
    font-size: 48px;
  }
}
.hero .herotext .herodesc {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1440px) {
  .hero .herotext .herodesc {
    max-width: 425px;
  }
}
@media screen and (max-width: 992px) {
  .hero .herotext .herodesc {
    max-width: 100%;
  }
}
.hero .herotext .herodesc p {
  font-size: 22px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.02em;
}
.hero .herotext .herodesc .herocta {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  color: #FFF;
}
.hero .herovideo {
  width: 100%;
}

.sectionheader {
  font-size: 54px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.02em;
}
.sectionheader span {
  font-weight: inherit;
}
.sectionheader.dark {
  color: #FFF;
}
@media screen and (max-width: 992px) {
  .sectionheader {
    font-size: 36px;
  }
}

.logoloop {
  padding: 48px 0 160px;
  background-color: #F4F4F4;
  overflow: hidden;
}
@media (max-width: 992px) {
  .logoloop {
    padding: 32px 0 64px;
  }
}
@media (max-width: 480px) {
  .logoloop {
    padding: 32px 0 64px;
  }
}
.logoloop .logoloopflex {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 480px) {
  .logoloop .logoloopflex {
    gap: 48px;
  }
}
.logoloop .logoloopflex .logoloopflexheader {
  padding-top: 48px;
  border-top: 1px #292727 solid;
}
@media (max-width: 480px) {
  .logoloop .logoloopflex .logoloopflexheader {
    padding-top: 32px;
  }
}
@keyframes logoloop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logoloop .logoloopflex .logoloopinner {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.logoloop .logoloopflex .logoloopinner .logoloopstage {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: row;
  gap: 0;
}
.logoloop .logoloopflex .logoloopinner .logoloopstage .logoloopcontent {
  display: flex;
  flex-direction: row;
  gap: 128px;
  padding-right: 128px;
  animation: logoloop 60s linear infinite;
}
.logoloop .logoloopflex .logoloopinner .logoloopstage .logoloopcontent img {
  max-height: 96px;
}

.sectionBorderParent {
  position: relative;
}
.sectionBorderParent .sectionBorder {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #292727;
  transform-origin: right;
}

.benefits {
  padding: 48px 0 32px;
}
@media screen and (max-width: 480px) {
  .benefits {
    padding: 48px 0 24px;
  }
}
.benefits .benefitsflex {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media (max-width: 992px) {
  .benefits .benefitsflex {
    gap: 48px;
  }
}
.benefits .benefitsflex .benefitsheader {
  padding-top: 48px;
}
@media (max-width: 992px) {
  .benefits .benefitsflex .benefitsheader {
    padding-top: 32px;
  }
}
.benefits .benefitsflex .benefitsheader h2 {
  max-width: 760px;
  text-wrap: balance;
}
.benefits .benefitsflex .benefitsgrid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 72px 160px;
}
@media screen and (max-width: 1440px) {
  .benefits .benefitsflex .benefitsgrid {
    gap: 72px 96px;
  }
}
@media screen and (max-width: 992px) {
  .benefits .benefitsflex .benefitsgrid {
    grid-template-columns: auto auto;
    gap: 36px;
  }
}
@media screen and (max-width: 480px) {
  .benefits .benefitsflex .benefitsgrid {
    grid-template-columns: auto;
  }
}
.benefits .benefitsflex .benefitsgrid .benefitsgriditem {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 480px) {
  .benefits .benefitsflex .benefitsgrid .benefitsgriditem {
    gap: 24px;
  }
}
.benefits .benefitsflex .benefitsgrid .benefitsgriditem img {
  height: 72px;
  width: 72px;
}
.benefits .benefitsflex .benefitsgrid .benefitsgriditem .benefitsgriditemflex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.benefits .benefitsflex .benefitsgrid .benefitsgriditem .benefitsgriditemflex h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 992px) {
  .benefits .benefitsflex .benefitsgrid .benefitsgriditem .benefitsgriditemflex h3 {
    font-size: 22px;
  }
}
.benefits .benefitsflex .benefitsgrid .benefitsgriditem .benefitsgriditemflex p {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 992px) {
  .benefits .benefitsflex .benefitsgrid .benefitsgriditem .benefitsgriditemflex p {
    font-size: 16px;
  }
}

.overview {
  padding: 128px 0 160px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .overview {
    padding: 64px 0;
  }
}
@media screen and (max-width: 480px) {
  .overview {
    padding: 48px 0;
  }
}
.overview .overviewinner {
  background-color: #F4F4F4;
}
.overview .overviewinner .overviewitem {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: sticky;
  top: 100px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 992px) {
  .overview .overviewinner .overviewitem {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    position: static;
  }
}
.overview .overviewinner .overviewitem .overviewcontent {
  padding: 96px 56px 96px 64px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .overview .overviewinner .overviewitem .overviewcontent {
    padding: 48px;
  }
}
@media screen and (max-width: 480px) {
  .overview .overviewinner .overviewitem .overviewcontent {
    padding: 48px 24px;
    gap: 32px;
  }
}
.overview .overviewinner .overviewitem .overviewcontent .overviewiteminfo {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 992px) {
  .overview .overviewinner .overviewitem .overviewcontent .overviewiteminfo {
    gap: 24px;
  }
}
.overview .overviewinner .overviewitem .overviewcontent .overviewiteminfo .overviewitemheader {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .overview .overviewinner .overviewitem .overviewcontent .overviewiteminfo .overviewitemheader {
    gap: 12px;
  }
}
.overview .overviewinner .overviewitem .overviewcontent .overviewiteminfo .overviewitemheader h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #FF5F15;
}
@media screen and (max-width: 992px) {
  .overview .overviewinner .overviewitem .overviewcontent .overviewiteminfo .overviewitemheader h3 {
    font-size: 16px;
  }
}
.overview .overviewinner .overviewitem .overviewcontent .overviewiteminfo .overviewitemheader h2 {
  font-size: 54px;
  font-weight: 400;
  color: #292727;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 992px) {
  .overview .overviewinner .overviewitem .overviewcontent .overviewiteminfo .overviewitemheader h2 {
    font-size: 36px;
  }
}
.overview .overviewinner .overviewitem .overviewcontent .overviewiteminfo p {
  font-size: 22px;
  font-weight: 300;
  line-height: 130%;
  color: #292727;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 992px) {
  .overview .overviewinner .overviewitem .overviewcontent .overviewiteminfo p {
    font-size: 18px;
    line-height: 140%;
  }
}
.overview .overviewinner .overviewitem .overviewimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview .overviewinner .overviewitem .overviewimage img.square {
  display: block;
}
@media screen and (max-width: 992px) {
  .overview .overviewinner .overviewitem .overviewimage img.square {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .overview .overviewinner .overviewitem .overviewimage img.square {
    display: block;
  }
}
.overview .overviewinner .overviewitem .overviewimage img.wide {
  display: none;
}
@media screen and (max-width: 992px) {
  .overview .overviewinner .overviewitem .overviewimage img.wide {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .overview .overviewinner .overviewitem .overviewimage img.wide {
    display: none;
  }
}
.overview .overviewinner .overviewitem:nth-child(even) .overviewcontent {
  order: 2;
}
.overview .overviewinner .overviewitem:nth-child(even) .overviewimage {
  order: 1;
}
@media screen and (max-width: 992px) {
  .overview .overviewinner .overviewitem .overviewcontent {
    order: 1;
  }
  .overview .overviewinner .overviewitem .overviewimage {
    order: 2;
  }
  .overview .overviewinner .overviewitem:nth-child(even) .overviewcontent {
    order: 1;
  }
  .overview .overviewinner .overviewitem:nth-child(even) .overviewimage {
    order: 2;
  }
}

.action {
  padding: 48px 0 160px;
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media screen and (max-width: 992px) {
  .action {
    padding: 32px 0 64px;
    gap: 48px;
  }
}
.action .actionheader {
  padding-top: 48px;
}
.action .actionvid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.action .actionvid .actionvideos {
  width: 100%;
}
.action .actionvid .actionvideos .actionvideo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 21/9;
}
@media screen and (max-width: 1440px) {
  .action .actionvid .actionvideos .actionvideo {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 480px) {
  .action .actionvid .actionvideos .actionvideo {
    aspect-ratio: 37.5/47;
  }
}
.action .actionvid .actionvideos .actionvideo .actionvideotag {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 5;
  -o-object-fit: cover;
     object-fit: cover;
}
.action .actionvid .actionvideos .actionvideo .actionvideobg {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.7s;
}
.action .actionvid .actionvideos .actionvideo:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 0%, transparent 60%, #000 80%, #000 100%);
  opacity: 0.5;
}
.action .actionvid .actionvideos .actionvideo .actionvideoinfo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 96px 64px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 140px;
}
@media screen and (max-width: 992px) {
  .action .actionvid .actionvideos .actionvideo .actionvideoinfo {
    gap: 80px;
  }
}
@media screen and (max-width: 480px) {
  .action .actionvid .actionvideos .actionvideo .actionvideoinfo {
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    justify-content: flex-end;
  }
}
.action .actionvid .actionvideos .actionvideo .actionvideoinfo h3 {
  font-size: 54px;
  color: #FFF;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -0.02em;
  transform-origin: bottom left;
  transition: all 0.7s ease-in-out;
}
.action .actionvid .actionvideos .actionvideo .actionvideoinfo h3.shrink {
  transform: scale(0.6);
}
@media screen and (max-width: 992px) {
  .action .actionvid .actionvideos .actionvideo .actionvideoinfo h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .action .actionvid .actionvideos .actionvideo .actionvideoinfo h3 {
    order: 2;
  }
}
.action .actionvid .actionvideos .actionvideo .actionvideoinfo .actionvidotogglebutton {
  min-width: 96px;
  min-height: 96px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  transition: all 0.65s ease-in-out;
}
@media screen and (max-width: 992px) {
  .action .actionvid .actionvideos .actionvideo .actionvideoinfo .actionvidotogglebutton {
    min-width: 64px;
    min-height: 64px;
  }
}
@media screen and (max-width: 480px) {
  .action .actionvid .actionvideos .actionvideo .actionvideoinfo .actionvidotogglebutton {
    order: 1;
  }
}
.action .actionvid .actionvideos .actionvideo .actionvideoinfo .actionvidotogglebutton img {
  transition: all 0.65s ease-in-out;
  height: 24px;
}
@media screen and (max-width: 992px) {
  .action .actionvid .actionvideos .actionvideo .actionvideoinfo .actionvidotogglebutton img {
    height: 20px;
  }
}
.action .actionvid .actionvideos .actionvideo .actionvideoinfo .playactionvido {
  display: flex;
}
.action .actionvid .actionvideos .actionvideo .actionvideoinfo .closeactionvido {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 48px;
  min-height: 48px;
  opacity: 0.4;
}
.action .actionvid .actionvideos .actionvideo .actionvideoinfo .closeactionvido:hover {
  opacity: 1;
}
.action .actionvid .actionvideos .actionvideo:hover .actionvideobg {
  transform: scale(1.06);
  filter: grayscale(100%);
}
.action .actionvid .actionvideos .actionvideo:hover .playactionvido {
  background-color: #FF5F15;
}
.action .actionvid .actionvideos .actionvideo:hover .playactionvido img {
  filter: brightness(0) invert(1);
}
.action .actionvid .actionvideothumbnails {
  width: 100%;
  overflow: auto;
}
.action .actionvid .actionvideothumbnails::-webkit-scrollbar {
  display: none;
}
.action .actionvid .actionvideothumbnails::-moz-scrollbar {
  display: none;
}
.action .actionvid .actionvideothumbnails .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 0;
}
.action .actionvid .actionvideothumbnails .splide__track--nav > .splide__list > .splide__slide.is-active .actionvideothumb {
  border: 3px #FF5F15 solid;
}
.action .actionvid .actionvideothumbnails .splide__list {
  justify-content: center;
}
@media (max-width: 480px) {
  .action .actionvid .actionvideothumbnails .splide__list {
    justify-content: flex-start;
  }
}
.action .actionvid .actionvideothumbnails .actionvideothumb {
  cursor: pointer;
  position: relative;
  border: 3px #FFF solid;
  transition: all 0.6s;
}
.action .actionvid .actionvideothumbnails .actionvideothumb .actionvideothumbimg {
  width: 100%;
  aspect-ratio: 10/7;
  -o-object-fit: cover;
     object-fit: cover;
}
.action .actionvid .actionvideothumbnails .actionvideothumb .actionthumbplayicon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 100px;
  background-color: #FFF;
}
.action .actionvid .actionvideothumbnails .actionvideothumb .actionthumbplayicon img {
  height: 14px;
}
.action .actionvid .actionvideothumbnails .actionvideothumb.active {
  border: 3px #FF5F15 solid;
}
.action .actionvid .actionvideothumbnails .actionvideothumb:hover {
  border: 3px #FF5F15 solid;
}

.featuredin {
  padding: 128px 0;
  background-color: #292727;
}
@media screen and (max-width: 992px) {
  .featuredin {
    padding: 48px 0;
  }
}
.featuredin .feaduredinflex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .featuredin .feaduredinflex {
    flex-direction: column;
    gap: 48px;
  }
}
.featuredin .feaduredinflex .feaduredinplatformsholder {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .featuredin .feaduredinflex .feaduredinplatformsholder {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 992px) {
  .featuredin .feaduredinflex .feaduredinplatformsholder {
    width: 100%;
  }
}
.featuredin .feaduredinflex .feaduredinplatformsholder .feaduredinplatforms {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 24px;
}
@media screen and (max-width: 1440px) {
  .featuredin .feaduredinflex .feaduredinplatformsholder .feaduredinplatforms {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 992px) {
  .featuredin .feaduredinflex .feaduredinplatformsholder .feaduredinplatforms {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .featuredin .feaduredinflex .feaduredinplatformsholder .feaduredinplatforms {
    grid-template-columns: 1fr 1fr;
  }
}
.featuredin .feaduredinflex .feaduredinplatformsholder .feaduredinplatforms .featplatform {
  padding: 32px 0;
  border-left: 1px white solid;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 236px;
}
@media screen and (max-width: 992px) {
  .featuredin .feaduredinflex .feaduredinplatformsholder .feaduredinplatforms .featplatform {
    border-color: #FFF;
    min-width: 155px;
  }
}
.featuredin .feaduredinflex .feaduredinplatformsholder .feaduredinplatforms .featplatform img {
  height: 96px;
}
@media screen and (max-width: 992px) {
  .featuredin .feaduredinflex .feaduredinplatformsholder .feaduredinplatforms .featplatform img {
    height: 64px;
  }
}

.funding {
  padding: 128px 0;
}
@media screen and (max-width: 992px) {
  .funding {
    padding: 0px 0;
  }
}
.funding .fundinggrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background-color: #292727;
}
@media screen and (max-width: 992px) {
  .funding .fundinggrid {
    grid-template-columns: 1fr;
  }
}
.funding .fundinggrid .fundingcontent {
  padding: 96px 56px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .funding .fundinggrid .fundingcontent {
    gap: 32px;
    padding: 64px 48px;
  }
}
@media screen and (max-width: 480px) {
  .funding .fundinggrid .fundingcontent {
    padding: 64px 24px 48px;
  }
}
.funding .fundinggrid .fundingcontent .fundingcontenttext {
  display: flex;
  flex-direction: column;
  gap: 36px;
  text-wrap: balance;
}
@media screen and (max-width: 992px) {
  .funding .fundinggrid .fundingcontent .fundingcontenttext {
    gap: 20px;
  }
}
.funding .fundinggrid .fundingcontent .fundingcontenttext .sectionheader {
  color: #FFF;
}
.funding .fundinggrid .fundingcontent .fundingcontenttext p {
  font-size: 22px;
  color: #FFF;
  font-weight: 300;
  line-height: 130%;
  opacity: 0.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 992px) {
  .funding .fundinggrid .fundingcontent .fundingcontenttext p {
    font-weight: 100;
    font-size: 18px;
  }
}
.funding .fundinggrid .fundingimage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1440px) {
  .funding .fundinggrid .fundingimage {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 992px) {
  .funding .fundinggrid .fundingimage {
    aspect-ratio: 8/4.7;
  }
}
@media screen and (max-width: 480px) {
  .funding .fundinggrid .fundingimage {
    aspect-ratio: auto;
  }
}

.footer {
  padding: 96px 0;
  background-color: #292727;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 64px 0 36px;
  }
}
.footer .footerflex {
  display: flex;
  flex-direction: column;
  gap: 128px;
}
@media screen and (max-width: 992px) {
  .footer .footerflex {
    gap: 64px;
  }
}
.footer .footerflex .footerlinks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer .footerflex .footerlinks {
    flex-direction: column;
    gap: 48px;
  }
}
.footer .footerflex .footerlinks .footerrow {
  display: flex;
  gap: 48px;
  order: 2;
}
@media screen and (max-width: 992px) {
  .footer .footerflex .footerlinks .footerrow {
    order: 1;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerflex .footerlinks .footerrow {
    gap: 48px 0;
    flex-wrap: wrap;
  }
}
.footer .footerflex .footerlinks .footercol {
  display: flex;
  flex-direction: column;
  gap: 36px;
  min-width: 180px;
  order: 1;
}
@media screen and (max-width: 992px) {
  .footer .footerflex .footerlinks .footercol {
    order: 2;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .footer .footerflex .footerlinks .footercol {
    gap: 16px;
  }
}
.footer .footerflex .footerlinks .footercol .footercolheader {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
}
.footer .footerflex .footerlinks .footercol .footercollist {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 480px) {
  .footer .footerflex .footerlinks .footercol .footercollist {
    gap: 6px;
  }
}
.footer .footerflex .footerlinks .footercol .footercollist hr {
  width: 100%;
  opacity: 0.4;
  margin: 16px 0 8px;
}
.footer .footerflex .footerlinks .footercol .footercollist a {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  transition: all 0.6s;
  display: inline-block;
}
.footer .footerflex .footerlinks .footercol .footercollist a:hover {
  color: #FF5F15;
}
.footer .footerflex .footerinfo {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer .footerflex .footerinfo .footerinfotext {
  padding-top: 32px;
  border-top: 1px #FFF solid;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer .footerflex .footerinfo .footerinfotext {
    flex-direction: column;
    gap: 24px;
  }
}
.footer .footerflex .footerinfo .footerinfotext .footerinfoflex {
  display: flex;
  flex-direction: column;
  gap: 8px;
  order: 1;
}
@media screen and (max-width: 992px) {
  .footer .footerflex .footerinfo .footerinfotext .footerinfoflex {
    order: 2;
    gap: 16px;
  }
}
.footer .footerflex .footerinfo .footerinfotext .footerinfoflex p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #FFF;
}
.footer .footerflex .footerinfo .footerinfotext .footerinfoflex p span {
  display: inline-block;
}
.footer .footerflex .footerinfo .footerinfotext .footerinfoflex p span.spanseparator {
  padding: 0 12px;
}
.footer .footerflex .footerinfo .footerinfotext .footerinfoflex p a {
  font-weight: 300;
  transition: all 0.6s;
  color: #FFF;
  display: inline-block;
}
.footer .footerflex .footerinfo .footerinfotext .footerinfoflex p a:hover {
  color: #FF5F15;
}
.footer .footerflex .footerinfo .footerinfotext .footersocial {
  display: flex;
  gap: 12px;
  order: 2;
}
@media screen and (max-width: 992px) {
  .footer .footerflex .footerinfo .footerinfotext .footersocial {
    order: 1;
  }
}
.footer .footerflex .footerinfo .footerinfotext .footersocial a {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #292727;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  border: 1px #FFF solid;
}
.footer .footerflex .footerinfo .footerinfotext .footersocial a path {
  transition: all 0.6s;
}
.footer .footerflex .footerinfo .footerinfotext .footersocial a:hover {
  background-color: #FFF;
}
.footer .footerflex .footerinfo .footerinfotext .footersocial a:hover path {
  fill: #292727;
}

.contactform {
  padding: 96px 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 992px) {
  .contactform {
    padding: 48px 0;
  }
}
.contactform .contactformflex {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media screen and (max-width: 992px) {
  .contactform .contactformflex {
    gap: 48px;
  }
}
.contactform .contactformflex .contactformrow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 992px) {
  .contactform .contactformflex .contactformrow {
    flex-direction: column;
    gap: 24px;
  }
}
.contactform .contactformflex .contactformrow .colmain {
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 992px) {
  .contactform .contactformflex .contactformrow .colmain {
    max-width: none;
  }
}
.contactform .contactformflex .contactformrow .colmain .headertext {
  font-size: 22px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .contactform .contactformflex .contactformrow .colmain .headertext {
    font-size: 18px;
  }
}
.contactform .contactformflex .contactformarea {
  padding-top: 64px;
  border-top: 1px rgba(25, 9, 2, 0.2) solid;
}
@media screen and (max-width: 992px) {
  .contactform .contactformflex .contactformarea {
    padding-top: 48px;
  }
}
@media screen and (max-width: 992px) {
  .contactform .contactformflex .contactformarea .colaside {
    order: 2;
    width: 100%;
  }
  .contactform .contactformflex .contactformarea .colaside .contactpagelinks {
    flex-direction: row;
  }
}
@media screen and (max-width: 992px) and (max-width: 480px) {
  .contactform .contactformflex .contactformarea .colaside .contactpagelinks {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .contactform .contactformflex .contactformarea .colmain {
    order: 1;
  }
}
.contactform .contactformflex .contactformarea .contactpagelinks {
  display: flex;
  gap: 48px;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .contactform .contactformflex .contactformarea .contactpagelinks {
    gap: 32px;
  }
}
.contactform .contactformflex .contactformarea .contactpagelinks .contactpagelinkgroup {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .contactform .contactformflex .contactformarea .contactpagelinks .contactpagelinkgroup {
    gap: 16px;
  }
}
.contactform .contactformflex .contactformarea .contactpagelinks .contactpagelinkgroup .linkinnergroup {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.contactform .contactformflex .contactformarea .contactpagelinks .contactpagelinkgroup label {
  color: #292727;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .contactform .contactformflex .contactformarea .contactpagelinks .contactpagelinkgroup label {
    font-size: 16px;
  }
}
.contactform .contactformflex .contactformarea .contactpagelinks .contactpagelinkgroup a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #292727;
  font-size: 22px;
  line-height: 130%;
  font-weight: 200;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .contactform .contactformflex .contactformarea .contactpagelinks .contactpagelinkgroup a {
    font-size: 16px;
  }
}
.contactform .contactformflex .contactformarea .contactpagelinks .contactpagelinkgroup a svg {
  min-height: 16px;
  min-width: 16px;
  margin-top: 7px;
}
.contactform .contactformflex .contactformarea .contactpagelinks .contactpagelinkgroup a svg path {
  fill: #292727;
}
.contactform .contactformflex .contactformarea .contactpagelinks .contactpagelinkgroup a:hover {
  color: #FF5F15;
}
.contactform .contactformflex .contactformarea .contactpagelinks .contactpagelinkgroup a:hover path {
  fill: #FF5F15;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
.form .fieldscol {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
  width: 100%;
}
.form .fieldscol .field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form .fieldscol .field input,
.form .fieldscol .field textarea,
.form .fieldscol .field select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 12px 0;
  background-color: transparent;
  border-bottom: 1px #190902 solid;
  font-size: 22px;
  color: #190902;
}
.form .fieldscol .field input::-moz-placeholder, .form .fieldscol .field textarea::-moz-placeholder, .form .fieldscol .field select::-moz-placeholder {
  color: rgba(25, 9, 2, 0.6);
}
.form .fieldscol .field input::placeholder,
.form .fieldscol .field textarea::placeholder,
.form .fieldscol .field select::placeholder {
  color: rgba(25, 9, 2, 0.6);
}
@media screen and (max-width: 992px) {
  .form .fieldscol .field input,
  .form .fieldscol .field textarea,
  .form .fieldscol .field select {
    font-size: 18px;
  }
}
.form .fieldscol .field textarea {
  resize: none;
  min-height: 96px;
}
.form .fieldscol .field textarea::-moz-placeholder {
  color: rgba(25, 9, 2, 0.6);
}
.form .fieldscol .field textarea::placeholder {
  color: rgba(25, 9, 2, 0.6);
}
.form .fieldscol .field .error {
  color: #DD0000;
  font-weight: 300;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .form .fieldscol .field .error {
    font-size: 14px;
  }
}
.form .formmessage {
  display: flex;
  gap: 16px;
  padding: 24px 20px;
  align-items: center;
  width: 100%;
  background: #FFF;
  font-weight: 300;
  font-size: 22px;
  border-bottom: 2px #292727 solid;
}
.form .formmessage svg {
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .form .formmessage {
    font-size: 16px;
  }
  .form .formmessage svg {
    width: 24px;
    height: 24px;
  }
}
.form .formmessage .messagetext {
  flex-grow: 1;
}
.form .formmessage .messagedismiss button {
  cursor: pointer;
}
.form .formmessage.messagesuccess {
  border-color: #299721;
}
.form .formmessage.messagesuccess .messagetext {
  color: #299721;
}

.custom-select {
  color: rgba(25, 9, 2, 0.6);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select .select-selected {
  font-size: 22px;
  background-color: transparent;
  border-bottom: 1px #190902 solid;
}
.custom-select .select-selected:after {
  border: none;
  background-image: url("../assets/icons/arrowhead.svg");
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  top: 20px;
}
.custom-select .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  top: 20px;
}
.custom-select.changed {
  color: #190902;
}
.custom-select .select-items {
  border-left: 1px #190902 solid;
  border-right: 1px #190902 solid;
  color: #190902;
}
.custom-select .select-items div {
  font-size: 22px;
  background-color: transparent;
  border-bottom: 1px #292727;
  font-weight: 200;
  padding: 20px 36px;
  background-color: #FFF;
  font-weight: 200;
  border-bottom: 1px #190902 solid;
}
.custom-select .select-items div:hover {
  background-color: #F4F4F4;
}

.innerhero {
  background-color: #F4F4F4;
  min-height: 380px;
  padding: 64px 0;
}
.innerhero.innerHeroSmall {
  min-height: 340px;
}
@media (max-width: 992px) {
  .innerhero.innerHeroSmall {
    min-height: unset;
  }
}
@media (max-width: 992px) {
  .innerhero {
    padding: 48px 0 64px;
    min-height: 0px;
  }
}
.innerhero.abouthero {
  padding-bottom: 32px;
}
.innerhero.abouthero .aboutBnrImg {
  width: 100%;
}
.innerhero.abouthero .innerheroflex {
  gap: 64px;
}
.innerhero.abouthero .innerheroflex .pageheading {
  width: 100%;
  text-wrap: pretty;
}
.innerhero .innerheroflex {
  display: flex;
  flex-direction: column;
  gap: 128px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .innerhero .innerheroflex {
    gap: 64px;
  }
}
.innerhero .innerheroflex.fullWidthWiithImage {
  gap: 64px;
}
.innerhero .innerheroflex.fullWidthWiithImage .pageheading {
  width: 100%;
}
.innerhero .innerheroflex .pageheading {
  width: 680px;
  max-width: 100%;
  text-wrap: balance;
}

.innerbody {
  padding: 48px 32px 160px;
}
@media screen and (max-width: 992px) {
  .innerbody {
    padding: 32px 0 64px;
  }
}
.innerbody .downloadsflex {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
.innerbody .downloadsflex .downloadsitem {
  padding-top: 48px;
  border-top: 1px rgba(41, 39, 39, 0.2) solid;
  display: flex;
  gap: 120px;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .innerbody .downloadsflex .downloadsitem {
    flex-direction: column;
    gap: 64px;
  }
}
@media screen and (max-width: 768px) {
  .innerbody .downloadsflex .downloadsitem {
    padding-top: 32px;
    gap: 24px;
  }
}
.innerbody .downloadsflex .downloadsitem .dlitemheader {
  min-width: 424px;
  position: sticky;
  top: 164px;
  flex: 0 0 30%;
  max-width: 30%;
}
@media screen and (max-width: 1200px) {
  .innerbody .downloadsflex .downloadsitem .dlitemheader {
    position: static;
  }
}
@media (max-width: 480px) {
  .innerbody .downloadsflex .downloadsitem .dlitemheader {
    min-width: unset;
    max-width: 100%;
  }
}
.innerbody .downloadsflex .downloadsitem .dlitemheader h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}
.innerbody .downloadsflex .downloadsitem .dlitemheader h2 span {
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .innerbody .downloadsflex .downloadsitem .dlitemheader h2 {
    font-size: 36px;
  }
}
.innerbody .downloadsflex .downloadsitem .dlitemlist {
  display: flex;
  flex-direction: column;
  gap: 36px;
  flex-grow: 1;
}
.innerbody .downloadsflex .downloadsitem .dlitemlist .dlitemlistitem {
  padding-bottom: 24px;
  border-bottom: 1px rgba(41, 39, 39, 0.2) solid;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .innerbody .downloadsflex .downloadsitem .dlitemlist .dlitemlistitem {
    padding-bottom: 16px;
  }
}
.innerbody .downloadsflex .downloadsitem .dlitemlist .dlitemlistitem p {
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .innerbody .downloadsflex .downloadsitem .dlitemlist .dlitemlistitem p {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .innerbody .downloadsflex {
    gap: 64px;
  }
}

.stoolPrductOverview {
  padding: 160px 0 128px 0;
}
@media screen and (max-width: 992px) {
  .stoolPrductOverview {
    padding: 0 0 48px;
  }
}
.stoolPrductOverview .spoIn {
  display: flex;
  align-items: center;
  gap: 72px;
}
@media (max-width: 992px) {
  .stoolPrductOverview .spoIn {
    flex-direction: column;
    gap: 48px;
  }
}
.stoolPrductOverview .spoIn .spImgwrap {
  width: 535px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .stoolPrductOverview .spoIn .spImgwrap {
    width: 465px;
  }
}
@media (max-width: 992px) {
  .stoolPrductOverview .spoIn .spImgwrap {
    width: 100%;
  }
}
.stoolPrductOverview .spoIn .spImgwrap img {
  width: 100%;
}
@media (max-width: 992px) {
  .stoolPrductOverview .spoIn .spImgwrap img.spImgBig {
    display: none;
  }
}
@media (max-width: 480px) {
  .stoolPrductOverview .spoIn .spImgwrap img.spImgBig {
    display: block;
  }
}
.stoolPrductOverview .spoIn .spImgwrap img.spImgSmall {
  display: none;
}
@media (max-width: 992px) {
  .stoolPrductOverview .spoIn .spImgwrap img.spImgSmall {
    display: block;
  }
}
@media (max-width: 480px) {
  .stoolPrductOverview .spoIn .spImgwrap img.spImgSmall {
    display: none;
  }
}
.stoolPrductOverview .spoIn .spOverviewWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 48px;
  flex-grow: 1;
}
@media (max-width: 1680px) {
  .stoolPrductOverview .spoIn .spOverviewWrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .stoolPrductOverview .spoIn .spOverviewWrap {
    padding: 0 48px;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 36px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .stoolPrductOverview .spoIn .spOverviewWrap {
    padding: 0 24px;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 36px;
    grid-template-columns: 1fr;
  }
}
.stoolPrductOverview .spoIn .spOverviewWrap .spOverviewItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stoolPrductOverview .spoIn .spOverviewWrap .spOverviewItem .spOvHd {
  font-size: 28px;
  font-weight: 400;
  color: #292727;
  letter-spacing: 0.01em;
  line-height: 118%;
}
@media (max-width: 992px) {
  .stoolPrductOverview .spoIn .spOverviewWrap .spOverviewItem .spOvHd {
    font-size: 22px;
  }
}
.stoolPrductOverview .spoIn .spOverviewWrap .spOverviewItem .spOverDesc {
  font-size: 18px;
  color: #292727;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.03em;
}

.darkCTACardWrap {
  padding: 128px 0;
}
@media (max-width: 992px) {
  .darkCTACardWrap {
    padding: 0 0;
  }
}
.darkCTACardWrap .darkCTACard {
  background-color: #292727;
  padding: 96px 64px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .darkCTACardWrap .darkCTACard {
    gap: 48px;
  }
}
@media (max-width: 992px) {
  .darkCTACardWrap .darkCTACard {
    flex-direction: column;
    gap: 20px;
    padding: 64px 48px;
  }
}
@media (max-width: 480px) {
  .darkCTACardWrap .darkCTACard {
    padding: 64px 24px;
    gap: 24px;
  }
}
.darkCTACardWrap .darkCTACard .sectionheader {
  color: #FFF;
  max-width: 585px;
  flex-shrink: 0;
  letter-spacing: -0.03em;
}
@media (max-width: 992px) {
  .darkCTACardWrap .darkCTACard .sectionheader {
    max-width: 100%;
  }
}
.darkCTACardWrap .darkCTACard .darkCTAInfo {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  max-width: 538px;
}
@media (max-width: 992px) {
  .darkCTACardWrap .darkCTACard .darkCTAInfo {
    gap: 32px;
    max-width: 100%;
  }
}
.darkCTACardWrap .darkCTACard .darkCTAInfo .darkCTADesc {
  font-size: 22px;
  color: #FFF;
  font-weight: 300;
  line-height: 130%;
  opacity: 0.8;
  letter-spacing: 0.02em;
}
@media (max-width: 992px) {
  .darkCTACardWrap .darkCTACard .darkCTAInfo .darkCTADesc {
    font-size: 18px;
  }
}

.productSpecification {
  padding: 48px 0 128px;
}
@media (max-width: 992px) {
  .productSpecification {
    padding: 32px 0 64px;
  }
}
@media (max-width: 480px) {
  .productSpecification {
    padding-top: 0;
  }
}
.productSpecification .psIn {
  display: flex;
  flex-direction: column;
	position:relative;
/*   gap: 96px; */
}
.productSpecification .psIn .sectionBorder {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #292727;
  transform-origin: right;
}
@media (max-width: 992px) {
  .productSpecification .psIn {
    gap: 48px;
  }
}
.productSpecification .psIn .psbBodyImgSmall {
  display: none;
}
.productSpecification .psIn .psbBodyImgSmall img {
  width: 100%;
}
@media (max-width: 480px) {
  .productSpecification .psIn .psbBodyImgSmall {
    display: block;
  }
}
.productSpecification .psIn .psHeadWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
	flex-direction:column;
/*   padding-top: 48px;
	padding-bottom: 48px; */
}
@media (max-width: 1200px) {
  .productSpecification .psIn .psHeadWrap {
    gap: 48px;
  }
}
@media (max-width: 992px) {
  .productSpecification .psIn .psHeadWrap {
    flex-direction: column;
    margin-left: 48px;
    margin-right: 48px;
    padding-top: 32px;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .productSpecification .psIn .psHeadWrap {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.productSpecification .psIn .psHeadWrap .sectionheader {
  max-width: 646px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .productSpecification .psIn .psHeadWrap .sectionheader {
    max-width: 570px;
  }
}
@media (max-width: 992px) {
  .productSpecification .psIn .psHeadWrap .sectionheader {
    max-width: 100%;
  }
}
.productSpecification .psIn .psHeadWrap .psHeadInfo {
  flex-grow: 1;
  max-width: 535px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 992px) {
  .productSpecification .psIn .psHeadWrap .psHeadInfo {
    max-width: 100%;
  }
}
.productSpecification .psIn .psHeadWrap .psHeadInfo .psInfoDesc {
  font-size: 22px;
  color: #292727;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.02em;
}
@media (max-width: 992px) {
  .productSpecification .psIn .psHeadWrap .psHeadInfo .psInfoDesc {
    font-size: 18px;
  }
}
.productSpecification .psIn .psBodyWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
	padding-top:48px;
}
@media (max-width: 1200px) {
  .productSpecification .psIn .psBodyWrap {
    gap: 48px;
  }
}
@media (max-width: 992px) {
  .productSpecification .psIn .psBodyWrap {
    flex-direction: column;
  }
}
.productSpecification .psIn .psBodyWrap .psBodyCont {
  display: flex;
  flex-direction: column;
  width: 853px;
  flex-shrink: 0;
}
@media (max-width: 1680px) {
  .productSpecification .psIn .psBodyWrap .psBodyCont {
    width: 620px;
  }
}
@media (max-width: 1440px) {
  .productSpecification .psIn .psBodyWrap .psBodyCont {
    width: 570px;
  }
}
@media (max-width: 992px) {
  .productSpecification .psIn .psBodyWrap .psBodyCont {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 480px) {
  .productSpecification .psIn .psBodyWrap .psBodyCont {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem {
  padding-top: 20px;
  border-top: 1px solid #292727;
  display: flex;
  flex-direction: column;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem:first-child .psbBody {
  display: block;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem:first-child .psbHead .psbTglIcon {
  width: 24px;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem:first-child .psbHead .psbTglIcon.minus {
  display: none;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem:first-child .psbHead .psbTglIcon.plus {
  display: block;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbHead {
  padding-left: 84px;
  padding-bottom: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 992px) {
  .productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbHead {
    padding-bottom: 16px;
    padding-left: 44px;
  }
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbHead.active .psbTglIcon.minus {
  display: block;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbHead.active .psbTglIcon.plus {
  display: none;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbHead .floatingImg {
  position: absolute;
  left: 12px;
  top: -8px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbHead .floatingImg {
    width: 32px;
    top: -6px;
    left: 0;
  }
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbHead .psbHdName {
  color: #292727;
  font-size: 28px;
  line-height: 118%;
  font-weight: 400;
  padding-right: 20px;
  letter-spacing: 0.02em;
}
@media (max-width: 992px) {
  .productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbHead .psbHdName {
    font-size: 22px;
  }
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbHead .psbTglIcon {
  width: 24px;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbHead .psbTglIcon.minus {
  display: none;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbHead .psbTglIcon.plus {
  display: block;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbBody {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #292727;
  margin-left: 84px;
  display: none;
}
@media (max-width: 992px) {
  .productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbBody {
    margin-left: 44px;
  }
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbBody .psbBodyIn {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbBody .psbBodyIn .psbBodyInfo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbBody .psbBodyIn .psbBodyInfo.oneCol {
  grid-template-columns: 1fr;
}
@media (max-width: 480px) {
  .productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbBody .psbBodyIn .psbBodyInfo {
    colmun-gap: 48px;
  }
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbBody .psbBodyIn .psbBodyInfo .psbBdInfoHd {
  font-weight: 300;
  color: #918b8b;
  font-size: 18px;
  line-height: 118%;
  letter-spacing: 0.03em;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbBody .psbBodyIn .psbBodyInfo .psbBdInfoDesc {
  font-weight: 400;
  color: #292727;
  font-size: 18px;
  line-height: 118%;
  letter-spacing: 0.03em;
}
.productSpecification .psIn .psBodyWrap .psBodyCont .psBodyContItem .psbBody .psbBodyIn .psbExtraInfo {
  padding-top: 12px;
  border-top: 1px solid #aaa5a5;
  color: #777272;
  font-style: italic;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: 0.03em;
  margin-top: 20px;
}
.productSpecification .psIn .psBodyWrap .psbBodyImg {
  max-width: 535px;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .productSpecification .psIn .psBodyWrap .psbBodyImg {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .productSpecification .psIn .psBodyWrap .psbBodyImg {
    display: none;
  }
}
.productSpecification .psIn .psBodyWrap .psbBodyImg img {
  width: 100%;
}
@media (max-width: 992px) {
  .productSpecification .psIn .psBodyWrap .psbBodyImg img.psbSmallImg {
    display: none;
  }
}
.productSpecification .psIn .psBodyWrap .psbBodyImg img.psbWideImg {
  display: none;
}
@media (max-width: 992px) {
  .productSpecification .psIn .psBodyWrap .psbBodyImg img.psbWideImg {
    display: block;
  }
}

.empoweringWorkforceWrap {
  padding: 48px 0 160px;
  background-color: #F4F4F4;
}
@media (max-width: 992px) {
  .empoweringWorkforceWrap {
    padding: 48px 0 48px;
  }
}
.empoweringWorkforceWrap .empWorkIn {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media (max-width: 992px) {
  .empoweringWorkforceWrap .empWorkIn {
    gap: 48px;
  }
}
.empoweringWorkforceWrap .empWorkIn .empWorkTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .empoweringWorkforceWrap .empWorkIn .empWorkTop {
    padding-left: 48px;
    padding-right: 48px;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .empoweringWorkforceWrap .empWorkIn .empWorkTop {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.empoweringWorkforceWrap .empWorkIn .empWorkTop .sectionheader {
  max-width: 590px;
}
@media (max-width: 992px) {
  .empoweringWorkforceWrap .empWorkIn .empWorkTop .sectionheader {
    max-width: 100%;
  }
}
.empoweringWorkforceWrap .empWorkIn .empWorkTop .empWorkTopDesc {
  max-width: 535px;
  color: #292727;
  font-size: 22px;
  line-height: 130%;
  font-weight: 300;
}
@media (max-width: 992px) {
  .empoweringWorkforceWrap .empWorkIn .empWorkTop .empWorkTopDesc {
    max-width: 100%;
  }
}
.empoweringWorkforceWrap .empWorkIn .empWorkBottom {
  display: flex;
  flex-direction: column;
  gap: 54px;
}
.empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkImg {
  width: 100%;
}
@media (max-width: 992px) {
  .empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkImg {
    height: 448px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkImg {
    height: 375px;
  }
}
.empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkFeature {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1680px) {
  .empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkFeature {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkFeature {
    padding-left: 48px;
    padding-right: 48px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkFeature {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkFeature .empWorkItem {
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  border-top: 1px solid #c3bfbf;
  gap: 24px;
}
@media (max-width: 992px) {
  .empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkFeature .empWorkItem {
    gap: 12px;
    padding-right: 0;
  }
}
.empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkFeature .empWorkItem img {
  width: 48px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkFeature .empWorkItem img {
    width: 28px;
  }
}
.empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkFeature .empWorkItem span {
  flex-grow: 1;
  font-size: 28px;
  color: #292727;
  font-weight: 300;
  line-height: 118%;
  letter-spacing: 0.01em;
}
@media (max-width: 992px) {
  .empoweringWorkforceWrap .empWorkIn .empWorkBottom .empWorkFeature .empWorkItem span {
    font-size: 24px;
  }
}

.testimonialWrap {
  padding: 48px 0 128px;
}
@media (max-width: 992px) {
  .testimonialWrap {
    padding: 48px 0 96px;
  }
}
@media (max-width: 480px) {
  .testimonialWrap {
    padding: 32px 0 48px;
  }
}
.testimonialWrap .testimHolder {
  padding-top: 48px;
}
@media (max-width: 992px) {
  .testimonialWrap .testimHolder {
    padding-top: 32px;
  }
}
.testimonialWrap .testimIn {
  padding-left: 0;
  width: 1090px;
  max-width: 85%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .testimonialWrap .testimIn {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .testimonialWrap .testimIn .testim__arrows {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
    gap: 12px;
  }
}
.testimonialWrap .testimIn .testim__arrows .splide__arrow {
  background: transparent;
  opacity: 1;
}
.testimonialWrap .testimIn .testim__arrows .splide__arrow svg {
  fill: #FF5F15;
  height: 20px;
  width: 20px;
}
.testimonialWrap .testimIn .testim__arrows .splide__arrow.splide__arrow--prev {
  left: -8em;
  top: 1em;
}
@media (max-width: 992px) {
  .testimonialWrap .testimIn .testim__arrows .splide__arrow.splide__arrow--prev {
    left: 0;
    top: 0;
    position: relative;
    right: 0;
    transform: translateY(0%);
  }
}
.testimonialWrap .testimIn .testim__arrows .splide__arrow.splide__arrow--next {
  left: -5em;
  top: 1em;
}
@media (max-width: 992px) {
  .testimonialWrap .testimIn .testim__arrows .splide__arrow.splide__arrow--next {
    left: 0;
    top: 0;
    position: relative;
    right: 0;
    transform: translateY(0%);
  }
}
.testimonialWrap .testimIn .testim__arrows .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.testimonialWrap .testimIn .testim__arrows .splide__arrow:disabled svg {
  fill: #aaa5a5;
}
.testimonialWrap .testimIn .testimItem {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 992px) {
  .testimonialWrap .testimIn .testimItem {
    gap: 24px;
  }
}
.testimonialWrap .testimIn .testimItem .testimDesc {
  font-size: 32px;
  line-height: 118%;
  font-weight: 400;
  color: #292727;
  font-style: italic;
  letter-spacing: 0.02em;
}
@media (max-width: 992px) {
  .testimonialWrap .testimIn .testimItem .testimDesc {
    font-size: 22px;
  }
}
.testimonialWrap .testimIn .testimItem .testimInfo {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 480px) {
  .testimonialWrap .testimIn .testimItem .testimInfo {
    gap: 12px;
  }
}
.testimonialWrap .testimIn .testimItem .testimInfo .testimName {
  font-size: 18px;
  line-height: 118%;
  font-weight: 450;
  color: #292727;
}
.testimonialWrap .testimIn .testimItem .testimInfo .testimRole {
  font-size: 18px;
  line-height: 118%;
  color: #918b8b;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 480px) {
  .testimonialWrap .testimIn .testimItem .testimInfo .testimRole {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.testimonialWrap .testimIn .testimItem .testimInfo .testimRole .button {
  padding: 0;
}

.exploreProductWrap {
  padding: 48px 0 160px;
  background-color: #F4F4F4;
}
@media (max-width: 992px) {
  .exploreProductWrap {
    padding: 32px 0 64px;
  }
}
.exploreProductWrap .exploreProductIn {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media (max-width: 992px) {
  .exploreProductWrap .exploreProductIn {
    gap: 48px;
  }
}
.exploreProductWrap .exploreProductIn .expProductTop {
  padding-top: 48px;
}
@media (max-width: 992px) {
  .exploreProductWrap .exploreProductIn .expProductTop {
    margin-left: 48px;
    margin-right: 48px;
    padding-top: 32px;
  }
}
@media (max-width: 480px) {
  .exploreProductWrap .exploreProductIn .expProductTop {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.exploreProductWrap .exploreProductIn .expProductTop .sectionheader {
  width: 646px;
  max-width: 100%;
}
.exploreProductWrap .exploreProductIn .expProductHolder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 992px) {
  .exploreProductWrap .exploreProductIn .expProductHolder {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.exploreProductWrap .exploreProductIn .expProductHolder .expProductItem {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 480px) {
  .exploreProductWrap .exploreProductIn .expProductHolder .expProductItem {
    gap: 24px;
  }
}
.exploreProductWrap .exploreProductIn .expProductHolder .expProductItem img {
  width: 100%;
}
.exploreProductWrap .exploreProductIn .expProductHolder .expProductItem img.expPrdImgBig {
  display: block;
}
@media (max-width: 992px) {
  .exploreProductWrap .exploreProductIn .expProductHolder .expProductItem img.expPrdImgBig {
    display: none;
  }
}
@media (max-width: 480px) {
  .exploreProductWrap .exploreProductIn .expProductHolder .expProductItem img.expPrdImgBig {
    display: block;
  }
}
.exploreProductWrap .exploreProductIn .expProductHolder .expProductItem img.expPrdImgSm {
  display: none;
}
@media (max-width: 992px) {
  .exploreProductWrap .exploreProductIn .expProductHolder .expProductItem img.expPrdImgSm {
    display: block;
  }
}
@media (max-width: 480px) {
  .exploreProductWrap .exploreProductIn .expProductHolder .expProductItem img.expPrdImgSm {
    display: none;
  }
}
.exploreProductWrap .exploreProductIn .expProductHolder .expProductItem .expPrdInfo {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 992px) {
  .exploreProductWrap .exploreProductIn .expProductHolder .expProductItem .expPrdInfo {
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .exploreProductWrap .exploreProductIn .expProductHolder .expProductItem .expPrdInfo {
    padding: 0 24px;
  }
}
.exploreProductWrap .exploreProductIn .expProductHolder .expProductItem .expPrdInfo .expPrdName {
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #777272;
  font-weight: 400;
}
@media (max-width: 480px) {
  .exploreProductWrap .exploreProductIn .expProductHolder .expProductItem .expPrdInfo .expPrdName {
    font-size: 16px;
  }
}
.exploreProductWrap .exploreProductIn .expProductHolder .expProductItem .expPrdInfo .expPrdDescWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.exploreProductWrap .exploreProductIn .expProductHolder .expProductItem .expPrdInfo .expPrdDescWrap .expPrdDesc {
  font-size: 28px;
  color: #292727;
  line-height: 118%;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media (max-width: 480px) {
  .exploreProductWrap .exploreProductIn .expProductHolder .expProductItem .expPrdInfo .expPrdDescWrap .expPrdDesc {
    font-size: 22px;
  }
}

.faqWrap {
  padding: 48px 0 160px;
  background-color: #F4F4F4;
}
@media (max-width: 992px) {
  .faqWrap {
    padding: 32px 0 64px;
  }
}
.faqWrap .faqIn {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .faqWrap .faqIn {
    flex-direction: column;
    padding-top: 32px;
  }
}
.faqWrap .faqIn .sectionheader {
  max-width: 424px;
  flex-shrink: 0;
}

.faqContHolder {
  max-width: 757px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 480px) {
  .faqContHolder {
    gap: 16px;
  }
}
.faqContHolder .faqItem {
  padding-bottom: 24px;
  border-bottom: 1px solid #aaa5a5;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .faqContHolder .faqItem {
    padding-bottom: 16px;
  }
}
.faqContHolder .faqItem:first-child .faqBody {
  display: block;
}
.faqContHolder .faqItem .faqHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 48px;
}
@media (max-width: 480px) {
  .faqContHolder .faqItem .faqHead {
    gap: 24px;
  }
}
.faqContHolder .faqItem .faqHead.active .faqImgTogler .faqPlusIcon {
  display: none;
}
.faqContHolder .faqItem .faqHead.active .faqImgTogler .faqMinusIcon {
  display: block;
}
.faqContHolder .faqItem .faqHead .faqHeading {
  font-size: 28px;
  color: #292727;
  line-height: 118%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .faqContHolder .faqItem .faqHead .faqHeading {
    font-size: 22px;
  }
}
.faqContHolder .faqItem .faqHead .faqImgTogler {
  flex-shrink: 0;
}
.faqContHolder .faqItem .faqHead .faqImgTogler img {
  width: 32px;
}
@media (max-width: 992px) {
  .faqContHolder .faqItem .faqHead .faqImgTogler img {
    width: 28px;
  }
}
.faqContHolder .faqItem .faqHead .faqImgTogler img.faqPlusIcon {
  display: block;
}
.faqContHolder .faqItem .faqHead .faqImgTogler img.faqMinusIcon {
  display: none;
}
.faqContHolder .faqItem .faqBody {
  padding-top: 24px;
  display: none;
}
@media (max-width: 992px) {
  .faqContHolder .faqItem .faqBody {
    padding-top: 12px;
  }
}
.faqContHolder .faqItem .faqBody p, .faqContHolder .faqItem .faqBody span {
  font-size: 22px;
  line-height: 118%;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #777272;
}
@media (max-width: 992px) {
  .faqContHolder .faqItem .faqBody p, .faqContHolder .faqItem .faqBody span {
    font-size: 18px;
  }
}

.articleWrap {
  padding: 48px 0 160px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .articleWrap {
    padding: 32px 0 64px;
  }
}
.articleWrap.storyWrap {
  background-color: #F4F4F4;
  padding: 48px 0 128px;
}
@media (max-width: 992px) {
  .articleWrap.storyWrap {
    padding: 48px 0 64px;
  }
}
@media (max-width: 992px) {
  .articleWrap.storyWrap .articleIn {
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .articleWrap.storyWrap .articleIn .articleHead {
    align-items: flex-start;
  }
}
.articleWrap .container {
  padding-right: 0;
}
.articleWrap .articleIn {
  display: flex;
  flex-direction: column;
}
.articleWrap .articleIn .articleHead {
  padding-top: 48px;
  margin-right: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .articleWrap .articleIn .articleHead {
    padding-top: 32px;
    margin-right: 48px;
  }
}
@media (max-width: 480px) {
  .articleWrap .articleIn .articleHead {
    margin-right: 24px;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
  }
  .articleWrap .articleIn .articleHead .sectionheader {
    width: 100%;
  }
}
.articleWrap .articleIn .articleHead .button {
  padding: 0 0;
}
.articleWrap .articleIn .articleHolder {
  position: relative;
  margin-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .articleWrap .articleIn .articleHolder {
    margin-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .articleWrap .articleIn .articleHolder {
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
.articleWrap .articleIn .articleHolder:hover + .articleScrollbar .scrollbarThumb {
  height: 6px !important;
}
.articleWrap .articleIn .articleHolder .articleOuter {
  overflow-x: auto;
}
.articleWrap .articleIn .articleHolder .articleOuter::-webkit-scrollbar {
  display: none;
}
.articleWrap .articleIn .articleHolder .articleStage {
  display: flex;
  gap: 56px;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .articleWrap .articleIn .articleHolder .articleStage {
    gap: 32px;
  }
}
.articleWrap .articleIn .articleHolder .articleStage.storyStage {
  gap: 20px;
}
@media (max-width: 992px) {
  .articleWrap .articleIn .articleHolder .articleStage.storyStage {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .articleWrap .articleIn .articleHolder .articleStage.storyStage {
    flex-direction: column;
    gap: 48px;
    width: 100%;
    flex-wrap: wrap;
    padding-right: 24px;
  }
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 400px;
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem.storyItem {
  max-width: 535px;
}
@media (max-width: 480px) {
  .articleWrap .articleIn .articleHolder .articleStage .articleItem.storyItem {
    width: 100%;
    max-width: unset;
  }
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem.storyItem .articleInfo {
  border-top: 0;
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem.storyItem .articleInfo .articleDescInfo .articledesc {
  line-clamp: unset;
  overflow: visible;
  text-overflow: unset;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem.storyItem .storyTopic {
  display: flex;
  gap: 12px;
  align-items: center;
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem.storyItem .storyTopic img {
  width: 48px;
}
@media (max-width: 480px) {
  .articleWrap .articleIn .articleHolder .articleStage .articleItem.storyItem .storyTopic img {
    width: 36px;
  }
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem.storyItem .storyTopic span {
  color: #292727;
  font-size: 28px;
  line-height: 118%;
  font-weight: 400;
}
@media (max-width: 480px) {
  .articleWrap .articleIn .articleHolder .articleStage .articleItem.storyItem .storyTopic span {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .articleWrap .articleIn .articleHolder .articleStage .articleItem {
    max-width: 327px;
    gap: 16px;
  }
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem .articleThumb {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem .articleInfo {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-top: 1px solid #aaa5a5;
}
@media (max-width: 992px) {
  .articleWrap .articleIn .articleHolder .articleStage .articleItem .articleInfo {
    gap: 16px;
  }
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem .articleInfo .articelTagWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem .articleInfo .articelTagWrap .tagInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 75%;
  flex-shrink: 0;
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem .articleInfo .articelTagWrap .tagInfo .tagName {
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FF5F15;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 992px) {
  .articleWrap .articleIn .articleHolder .articleStage .articleItem .articleInfo .articelTagWrap .tagInfo .tagName {
    font-size: 16px;
  }
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem .articleInfo .articleDescInfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem .articleInfo .articleDescInfo .articleHeading {
  font-size: 28px;
  line-height: 118%;
  font-weight: 400;
  color: #292727;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  letter-spacing: 0.01em;
}
@media (max-width: 992px) {
  .articleWrap .articleIn .articleHolder .articleStage .articleItem .articleInfo .articleDescInfo .articleHeading {
    font-size: 22px;
  }
}
.articleWrap .articleIn .articleHolder .articleStage .articleItem .articleInfo .articleDescInfo .articledesc {
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #292727;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.articleWrap .articleIn .articleScrollbar {
  width: 646px;
  height: 2px;
  background-color: #dbdada;
  position: relative;
  display: flex;
  align-items: flex-end;
  align-self: center;
  transition: height 0.3s ease;
  cursor: grab;
}
@media (max-width: 992px) {
  .articleWrap .articleIn .articleScrollbar {
    display: none;
  }
}
.articleWrap .articleIn .articleScrollbar:hover .scrollbarThumb {
  height: 6px !important;
}
.articleWrap .articleIn .articleScrollbar .scrollbarThumb {
  height: 2px;
  width: 100px;
  background-color: #292727;
  position: absolute;
  left: 0;
  transition: height 0.3s ease;
}

.miviWrap {
  padding: 128px 0;
  position: relative;
}
@media (max-width: 992px) {
  .miviWrap {
    padding: 64px 0;
  }
}
.miviWrap .miviIn {
  display: flex;
  flex-direction: column;
  gap: 160px;
}
@media (max-width: 992px) {
  .miviWrap .miviIn {
    gap: 64px;
  }
}
.miviWrap .miviIn .miviItem {
  padding: 96px 64px;
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .miviWrap .miviIn .miviItem {
    padding: 48px 24px;
  }
}
@media (max-width: 480px) {
  .miviWrap .miviIn .miviItem {
    padding: 48px 16px;
    position: static;
    top: unset;
  }
}
.miviWrap .miviIn .miviItem.bgDark {
  background-color: #292727;
}
.miviWrap .miviIn .miviItem.bgDark .miviDesc {
  color: #FFF;
}
.miviWrap .miviIn .miviItem .miviHd {
  font-size: 18px;
  color: #FF5F15;
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.miviWrap .miviIn .miviItem .miviDesc {
  font-size: 48px;
  line-height: 112%;
  font-weight: 300;
  color: #292727;
  letter-spacing: -0.03em;
  text-align: center;
  width: 1184px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .miviWrap .miviIn .miviItem .miviDesc {
    font-size: 32px;
    letter-spacing: -0.02em;
  }
}

.teamWrap {
  padding: 96px 0 160px;
  background-color: #292727;
}
.teamWrap .teamIn {
  display: flex;
  flex-direction: column;
  gap: 96px;
  align-items: center;
}
.teamWrap .teamIn .teamInfoTop {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: center;
  max-width: 868px;
}
@media (max-width: 992px) {
  .teamWrap .teamIn .teamInfoTop {
    max-width: 100%;
  }
}
.teamWrap .teamIn .teamInfoTop .sectionheader {
  color: #FFF;
  text-align: center;
}
@media (max-width: 480px) {
  .teamWrap .teamIn .teamInfoTop .sectionheader {
    font-size: 48px;
  }
}
.teamWrap .teamIn .teamInfoTop .teamInfodesc {
  color: #FFF;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  opacity: 0.9;
}
@media (max-width: 480px) {
  .teamWrap .teamIn .teamInfoTop .teamInfodesc {
    font-size: 18px;
  }
}
.teamWrap .teamIn .teamMemberWrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  row-gap: 32px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media (max-width: 1440px) {
  .teamWrap .teamIn .teamMemberWrap {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 992px) {
  .teamWrap .teamIn .teamMemberWrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }
}
@media (max-width: 480px) {
  .teamWrap .teamIn .teamMemberWrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 28px;
  }
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem {
  position: relative;
  overflow: hidden;
  grid-column: span 2;
  cursor: pointer;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem.active {
  cursor: auto;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem:hover .membImg {
  transform: scale(1.05);
  filter: grayscale(100) brightness(1);
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem:hover .membCTA {
  background-color: #FF5F15;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem:hover .membCTA img {
  filter: invert(1);
}
@media (max-width: 992px) {
  .teamWrap .teamIn .teamMemberWrap .teamMembItem {
    grid-column: span 1;
  }
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem:last-child:nth-child(3n-1) {
  grid-column-end: -2;
}
@media (max-width: 992px) {
  .teamWrap .teamIn .teamMemberWrap .teamMembItem:last-child:nth-child(3n-1) {
    grid-column-end: initial;
  }
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem:nth-last-child(2):nth-child(3n+1) {
  grid-column-end: 4;
}
@media (max-width: 992px) {
  .teamWrap .teamIn .teamMemberWrap .teamMembItem:nth-last-child(2):nth-child(3n+1) {
    grid-column-end: initial;
  }
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membImg {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.38s ease-out;
}
@media (max-width: 992px) {
  .teamWrap .teamIn .teamMemberWrap .teamMembItem .membImg {
    height: 470px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membInfoWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 150px 24px 24px;
  background: linear-gradient(transparent 0%, transparent 10%, #000 80%, #000 100%);
  z-index: 2;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membInfoWrap .membInfo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  padding-right: 52px;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membInfoWrap .membInfo .membName {
  color: #FFF;
  font-size: 28px;
  line-height: 118%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .teamWrap .teamIn .teamMemberWrap .teamMembItem .membInfoWrap .membInfo .membName {
    font-size: 24px;
  }
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membInfoWrap .membInfo .membRole {
  color: #c3bfbf;
  font-size: 18px;
  line-height: 118%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .teamWrap .teamIn .teamMemberWrap .teamMembItem .membInfoWrap .membInfo .membRole {
    font-size: 16px;
  }
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #2c2929;
  z-index: 3;
  transition: all 0.38s ease-out;
  padding: 24px;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap.active {
  top: 0;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetTop {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: calc(100% - 70px);
  position: relative;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetTop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent 0%, transparent 10%, #2c2929 80%, #2c2929 100%);
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetTop .membDetInfo {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetTop .membDetInfo .membName {
  color: #FFF;
  font-size: 28px;
  line-height: 118%;
  font-weight: 400;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetTop .membDetInfo .membRole {
  color: #c3bfbf;
  font-size: 18px;
  line-height: 118%;
  font-weight: 400;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetTop .membDetDesc {
  height: 84%;
  overflow: auto;
  position: relative;
  padding-bottom: 30px;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetTop .membDetDesc::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetTop .membDetDesc::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetTop .membDetDesc p, .teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetTop .membDetDesc span {
  font-size: 18px;
  line-height: 118%;
  color: #c3bfbf;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetBottom .membSocLink {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #918b8b;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetBottom .membSocLink:hover {
  background-color: #FFF;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetBottom .membSocLink:hover img {
  filter: invert(1);
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetBottom .membSocLink img {
  width: 20px;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetBottom .membCTA {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.38s ease-out;
}
@media (max-width: 992px) {
  .teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetBottom .membCTA {
    width: 42px;
    height: 42px;
  }
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetBottom .membCTA.active img {
  transform: rotate(-35deg);
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membDetailsWrap .membDetBottom .membCTA img {
  width: 18px;
  transition: all 0.38s ease-out;
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membCTA {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 5;
  transition: all 0.38s ease-out;
}
@media (max-width: 992px) {
  .teamWrap .teamIn .teamMemberWrap .teamMembItem .membCTA {
    width: 42px;
    height: 42px;
  }
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membCTA.active img {
  transform: rotate(-45deg);
}
.teamWrap .teamIn .teamMemberWrap .teamMembItem .membCTA img {
  width: 28px;
  transition: all 0.25s ease-out;
}

.pageTabWrap {
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
  overflow: auto;
  width: 100%;
}
@media (max-width: 992px) {
  .pageTabWrap {
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .pageTabWrap {
    gap: 32px;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    padding: 0 24px;
  }
  .pageTabWrap::-webkit-scrollbar {
    display: none;
  }
}
.pageTabWrap .pageTabItem {
  padding: 16px 12px;
  color: #434040;
  border-bottom: 2px transparent solid;
  font-weight: 400;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .pageTabWrap .pageTabItem:hover {
    color: #FF5F15;
    border-bottom: 2px #FF5F15 solid;
  }
}
.pageTabWrap .pageTabItem.active {
  color: #FF5F15;
  border-bottom: 2px #FF5F15 solid;
}

.withTabHero {
  padding-bottom: 0;
  border-bottom: 1px solid #aaa5a5;
}
@media (max-width: 480px) {
  .withTabHero .container {
    padding: 0 0;
  }
  .withTabHero .container .pageheading {
    padding: 0 24px;
  }
}

.pageTabSection {
  position: sticky;
  top: 92px;
  z-index: 10;
}
@media (max-width: 992px) {
  .pageTabSection {
    top: 96px;
  }
}

.blogsIn {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media (max-width: 992px) {
  .blogsIn {
    gap: 48px;
  }
}
.blogsIn .latestBlogCont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 992px) {
  .blogsIn .latestBlogCont {
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .blogsIn .latestBlogCont {
    flex-direction: column;
  }
}
.blogsIn .latestBlogCont .ltBlogThumb {
  max-width: 644px;
}
@media (max-width: 992px) {
  .blogsIn .latestBlogCont .ltBlogThumb {
    max-width: 320px;
  }
}
.blogsIn .latestBlogCont .ltBlogInfo {
  max-width: 604px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 992px) {
  .blogsIn .latestBlogCont .ltBlogInfo {
    max-width: 320px;
    gap: 16px;
  }
}
.blogsIn .latestBlogCont .ltBlogInfo .articelTagWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogsIn .latestBlogCont .ltBlogInfo .articelTagWrap .tagInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 75%;
  flex-shrink: 0;
}
.blogsIn .latestBlogCont .ltBlogInfo .articelTagWrap .tagInfo .tagName {
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FF5F15;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 992px) {
  .blogsIn .latestBlogCont .ltBlogInfo .articelTagWrap .tagInfo .tagName {
    font-size: 16px;
  }
}
.blogsIn .latestBlogCont .ltBlogInfo .articleDescInfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blogsIn .latestBlogCont .ltBlogInfo .articleDescInfo .articleHeading {
  font-size: 28px;
  line-height: 118%;
  font-weight: 400;
  color: #292727;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 992px) {
  .blogsIn .latestBlogCont .ltBlogInfo .articleDescInfo .articleHeading {
    font-size: 22px;
  }
}
.blogsIn .latestBlogCont .ltBlogInfo .articleDescInfo .articledesc {
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
  color: #292727;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.blogsIn .blogsLists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 56px;
  padding-top: 48px;
}
@media (max-width: 1600px) {
  .blogsIn .blogsLists {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .blogsIn .blogsLists {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .blogsIn .blogsLists {
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
.blogsIn .blogsLists .articleItem {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
}
.blogsIn .blogsLists .articleItem.storyItem {
  max-width: 535px;
}
@media (max-width: 480px) {
  .blogsIn .blogsLists .articleItem.storyItem {
    width: 100%;
    max-width: unset;
  }
}
.blogsIn .blogsLists .articleItem.storyItem .articleInfo {
  border-top: 0;
}
.blogsIn .blogsLists .articleItem.storyItem .articleInfo .articleDescInfo .articledesc {
  line-clamp: unset;
  overflow: visible;
  text-overflow: unset;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.blogsIn .blogsLists .articleItem.storyItem .storyTopic {
  display: flex;
  gap: 12px;
  align-items: center;
}
.blogsIn .blogsLists .articleItem.storyItem .storyTopic img {
  width: 48px;
}
@media (max-width: 480px) {
  .blogsIn .blogsLists .articleItem.storyItem .storyTopic img {
    width: 36px;
  }
}
.blogsIn .blogsLists .articleItem.storyItem .storyTopic span {
  color: #292727;
  font-size: 28px;
  line-height: 118%;
  font-weight: 400;
}
@media (max-width: 480px) {
  .blogsIn .blogsLists .articleItem.storyItem .storyTopic span {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .blogsIn .blogsLists .articleItem {
    max-width: 327px;
    gap: 16px;
  }
}
.blogsIn .blogsLists .articleItem .articleThumb {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.blogsIn .blogsLists .articleItem .articleInfo {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-top: 1px solid #aaa5a5;
}
@media (max-width: 992px) {
  .blogsIn .blogsLists .articleItem .articleInfo {
    gap: 16px;
  }
}
.blogsIn .blogsLists .articleItem .articleInfo .articelTagWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogsIn .blogsLists .articleItem .articleInfo .articelTagWrap .tagInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 75%;
  flex-shrink: 0;
}
.blogsIn .blogsLists .articleItem .articleInfo .articelTagWrap .tagInfo .tagName {
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FF5F15;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 992px) {
  .blogsIn .blogsLists .articleItem .articleInfo .articelTagWrap .tagInfo .tagName {
    font-size: 16px;
  }
}
.blogsIn .blogsLists .articleItem .articleInfo .articleDescInfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blogsIn .blogsLists .articleItem .articleInfo .articleDescInfo .articleHeading {
  font-size: 28px;
  line-height: 118%;
  font-weight: 400;
  color: #292727;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 992px) {
  .blogsIn .blogsLists .articleItem .articleInfo .articleDescInfo .articleHeading {
    font-size: 22px;
  }
}
.blogsIn .blogsLists .articleItem .articleInfo .articleDescInfo .articledesc {
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
  color: #292727;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.blogDetHero {
  padding: 64px 0 32px 0;
}
@media (max-width: 992px) {
  .blogDetHero {
    padding: 48px 0 24px 0;
  }
}
.blogDetHero .innerheroflex {
  gap: 36px;
}
@media (max-width: 992px) {
  .blogDetHero .innerheroflex {
    gap: 24px;
  }
}
.blogDetHero .innerheroflex .pageheading {
  width: 868px;
  text-wrap: pretty;
}
@media (max-width: 992px) {
  .blogDetHero .innerheroflex .pageheading {
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .blogDetHero .innerheroflex .pageheading {
    padding: 0 24px;
  }
}
.blogDetHero .innerheroflex .blgUpldUtileWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .blogDetHero .innerheroflex .blgUpldUtileWrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap {
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap {
    padding: 0 24px;
    gap: 16px;
  }
}
.blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap .blgShareHd {
  font-size: 18px;
  line-height: 110%;
  color: #292727;
  font-weight: 450px;
}
@media (max-width: 992px) {
  .blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap .blgShareHd {
    font-size: 16px;
  }
}
.blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap .shareBlgWrap {
  display: flex;
  gap: 8px;
}
.blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap .shareBlgWrap a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #F4F4F4;
  border: 1px solid #292727;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
@media (max-width: 992px) {
  .blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap .shareBlgWrap a {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 480px) {
  .blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap .shareBlgWrap a {
    width: 40px;
    height: 40px;
  }
}
.blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap .shareBlgWrap a:hover {
  background-color: #292727;
}
.blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap .shareBlgWrap a:hover svg {
  fill: #FFF;
}
.blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap .shareBlgWrap a svg {
  fill: #292727;
}
@media (max-width: 480px) {
  .blogDetHero .innerheroflex .blgUpldUtileWrap .blgShareWrap .shareBlgWrap a svg {
    width: 20px;
    height: 20px;
  }
}
.blogDetHero .blgUpldDet {
  display: flex;
}
@media (max-width: 992px) {
  .blogDetHero .blgUpldDet {
    padding: 0 48px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .blogDetHero .blgUpldDet {
    padding: 0 24px;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.blogDetHero .blgUpldDet .blogUpldDetTxt {
  padding: 0 16px;
  font-size: 18px;
  font-weight: 450;
  line-height: 110%;
  letter-spacing: 0.08em;
  color: #918b8b;
  border-left: 1px solid #918b8b;
}
@media (max-width: 480px) {
  .blogDetHero .blgUpldDet .blogUpldDetTxt {
    border-left: 0;
    border-right: 1px solid #918b8b;
    font-size: 16px;
  }
  .blogDetHero .blgUpldDet .blogUpldDetTxt:last-child {
    border-right: 0;
    padding-left: 0;
  }
}
.blogDetHero .blgUpldDet .blogUpldDetTxt:first-child {
  padding-left: 0;
  border-left: 0;
}
.blogDetHero .blogDetBnrImg {
  width: 100%;
}

.blogDetBody {
  padding: 48px 0 160px;
}
@media (max-width: 992px) {
  .blogDetBody {
    padding: 32px 0 64px;
  }
}

.blogDetIn {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .blogDetIn {
    flex-direction: column-reverse;
    padding-top: 32px;
    gap: 16px;
  }
}
.blogDetIn .blogDetLeft {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
}
.blogDetIn .blogDetLeft .blgShareHd {
  font-size: 18px;
  line-height: 110%;
  color: #292727;
  font-weight: 450px;
}
@media (max-width: 992px) {
  .blogDetIn .blogDetLeft .blgShareHd {
    font-size: 16px;
  }
}
.blogDetIn .blogDetLeft .shareBlgWrap {
  display: flex;
  gap: 8px;
}
.blogDetIn .blogDetLeft .shareBlgWrap a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid #292727;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
@media (max-width: 992px) {
  .blogDetIn .blogDetLeft .shareBlgWrap a {
    width: 56px;
    height: 56px;
  }
}
.blogDetIn .blogDetLeft .shareBlgWrap a:hover {
  background-color: #292727;
}
.blogDetIn .blogDetLeft .shareBlgWrap a:hover svg {
  fill: #FFF;
}
.blogDetIn .blogDetLeft .shareBlgWrap a svg {
  fill: #292727;
}
.blogDetIn .blgContRight {
  max-width: 942px;
}
@media (max-width: 1440px) {
  .blogDetIn .blgContRight {
    max-width: 757px;
  }
}
.blogDetIn .blgContRight .blgContRightInner p, .blogDetIn .blgContRight .blgContRightInner span, .blogDetIn .blgContRight .blgContRightInner h2 {
  color: #292727;
  margin-bottom: 32px;
}
.blogDetIn .blgContRight .blgContRightInner .quote {
  padding: 24px 0;
  color: #FF5F15;
  border-top: 2px solid #dbdada;
  border-bottom: 2px solid #dbdada;
  font-style: italic;
  font-size: 28px;
}
@media (max-width: 992px) {
  .blogDetIn .blgContRight .blgContRightInner .quote {
    font-size: 22px;
  }
}
.blogDetIn .blgContRight .blgContRightInner p, .blogDetIn .blgContRight .blgContRightInner span {
  font-size: 22px;
  line-height: 130%;
  font-weight: 300;
}
@media (max-width: 992px) {
  .blogDetIn .blgContRight .blgContRightInner p, .blogDetIn .blgContRight .blgContRightInner span {
    font-size: 18px;
  }
}
.blogDetIn .blgContRight .blgContRightInner h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 116%;
  color: #292727;
  margin-top: 24px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .blogDetIn .blgContRight .blgContRightInner h2 {
    font-size: 22px;
  }
}

.darkBg {
  background-color: #F4F4F4;
}

.vocbody {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.vocbody .vocsearch {
  width: 480px;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .vocbody .vocsearch {
    width: 100%;
  }
}
.vocbody .vocitems {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media screen and (max-width: 768px) {
  .vocbody .vocitems {
    gap: 32px;
  }
}
.vocbody .vocitems .vocitem {
  border-top: 1px rgba(41, 39, 39, 0.2) solid;
  padding-top: 48px;
  display: flex;
  gap: 48px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .vocbody .vocitems .vocitem {
    gap: 24px;
    padding-top: 24px;
  }
}
.vocbody .vocitems .vocitem h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .vocbody .vocitems .vocitem h2 {
    font-size: 36px;
  }
}
.vocbody .vocitems .vocitem .vocitemlist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .vocbody .vocitems .vocitem .vocitemlist {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .vocbody .vocitems .vocitem .vocitemlist {
    grid-template-columns: 1fr;
  }
}
.vocbody .vocitems .vocitem .vocitemlist .vocitemlistflex {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.vocbody .vocitems .vocitem .vocitemlist .vocitemlistflex h3 {
  font-size: 27px;
  font-weight: 400;
  line-height: 120%;
}
.vocitemhdwrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.vocitemhdwrap p {
	font-size: 18px;
	letter-spacing: 0.03em;
	font-weight: 400;
	line-height: 120%;
	margin: 0;
}
@media screen and (max-width: 768px) {
  .vocbody .vocitems .vocitem .vocitemlist .vocitemlistflex h3 {
    font-size: 22px;
  }
}
.vocbody .vocitems .vocitem .vocitemlist .vocitemlistflex .vocitemlistflex {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px #292727 solid;
}
.vocbody .vocitems .vocitem .vocitemlist .vocitemlistflex .vocitemlistflex .vocitemlistrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  font-size: 18px;
	align-items: center;
}
.vocbody .vocitems .vocitem .vocitemlist .vocitemlistflex .vocitemlistflex .vocitemlistrow a {
  font-weight: 400;
  text-align: right;
  word-break: break-word;
}
.text-right {
	text-align: right !important;
}
.vocbody .vocitems .vocitem .vocitemlist .vocitemlistflex .vocitemlistflex .vocitemlistrow a:hover {
  text-decoration: underline;
}
.vocbody .vocitems .vocitem .vocitemlist .vocitemlistflex .vocitemlistflex .vocitemlistrow p b {
  font-weight: 400;
}
.vocbody .vocitems .vocitem .vocitemlist .vocitemlistflex .vocitemlistflex .vocitemlistrow p {
	font-weight: 300;
	color: #7A7979;
	letter-spacing: 0.03em;
	line-height: 120%;
	margin: 0;
}
.vocitemrowleft {
	width: 160px;
}
.vocitemrowright {
	width: 218px;
}
.additionalinfo {
	padding: 16px;
	border-radius: 8px;
	background-color: #F4F4F4;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.additionalinfo p {
	font-weight: 300;
	color: #7A7979;
	letter-spacing: 0.03em;
	line-height: 120%;
	margin: 0;
	font-size: 18px;
}
.additionalinfo h4 {
	font-weight: 400;
	color: #292727;
	line-height: 136%;
	margin: 0;
	font-size: 18px;
}

.notFoundWrap {
  padding-top: 48px;
  border-top: 1px rgba(41, 39, 39, 0.2) solid;
}
.notFoundWrap .notFoundTxt {
  font-size: 36px;
  color: #292727;
  line-height: 116%;
  font-weight: 400;
  width: 868px;
  max-width: 100%;
}

.search .searchflex {
  display: flex;
  gap: 0;
  width: 100%;
  align-items: center;
}
.search .searchflex:focus .searchinput input {
  border: 1px #292727 solid;
}
.search .searchflex:focus .searchbutton button {
  background-color: #292727;
}
.search .searchflex .searchinput {
  flex-grow: 1;
  position: relative;
}
.search .searchflex .searchinput .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .search .searchflex .searchinput .autocomplete-items {
    right: -52px;
  }
}
.search .searchflex .searchinput .autocomplete-items div {
  padding: 20px 36px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 992px) {
  .search .searchflex .searchinput .autocomplete-items div {
    padding: 16px 26px;
  }
}
.search .searchflex .searchinput .autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.search .searchflex .searchinput .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.search .searchflex .searchinput input {
  height: 64px;
  padding: 0 24px;
  display: block;
  width: 100%;
  border: 1px rgba(41, 39, 39, 0.3) solid;
  outline: none;
  box-shadow: none;
  padding: 0 24px;
  background-color: transparent;
  font-size: 22px;
  color: #190902;
  transition: all 0.2s ease-in-out;
}
.search .searchflex .searchinput input:focus {
  border: 1px #292727 solid;
}
.search .searchflex .searchinput input::-moz-placeholder {
  color: rgba(25, 9, 2, 0.6);
}
.search .searchflex .searchinput input::placeholder {
  color: rgba(25, 9, 2, 0.6);
}
@media screen and (max-width: 992px) {
  .search .searchflex .searchinput input {
    font-size: 18px;
    padding: 0 16px;
    height: 52px;
  }
}
.search .searchflex .searchbutton.active button {
  background-color: #292727;
}
.search .searchflex .searchbutton button {
  height: 64px;
  width: 64px;
  background-color: rgba(41, 39, 39, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.search .searchflex .searchbutton button:hover {
  background-color: #292727;
}
@media screen and (max-width: 992px) {
  .search .searchflex .searchbutton button {
    height: 52px;
    width: 52px;
  }
}
@media screen and (max-width: 992px) {
  .search .searchflex .searchbutton button svg {
    height: 28px;
    width: 28px;
  }
}

.dflexCenter {
  display: flex;
  align-items: center;
  font-size: 22px;
}
@media (max-width: 992px) {
  .dflexCenter {
    font-size: 18px;
    padding: 16px 20px;
  }
}
.dflexCenter img {
  width: 24px;
  margin-right: 36px;
}
@media (max-width: 992px) {
  .dflexCenter img {
    margin-right: 26px;
    width: 22px;
  }
}
.dflexCenter strong {
  font-weight: 500;
}

.paginationWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.paginationWrap .paginArrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.paginationWrap .paginArrow img {
  width: 10px;
}
.paginationWrap .paginNumb, .paginationWrap .pegiDot {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.6s;
}
@media (max-width: 992px) {
  .paginationWrap .paginNumb, .paginationWrap .pegiDot {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
}
@media (max-width: 480px) {
  .paginationWrap .paginNumb, .paginationWrap .pegiDot {
    width: 30px;
    height: 30px;
  }
	.vocitemrowleft {
		width: auto;
	}
	.vocitemrowright {
		width: auto;
	}
	.vocbody .vocitems .vocitem .vocitemlist .vocitemlistflex .vocitemlistflex {
		gap: 12px;
	}
}
.paginationWrap .paginNumb:hover, .paginationWrap .paginNumb.active .paginationWrap .paginNumb.current, .paginationWrap .pegiDot:hover, .paginationWrap .paginNumb.active .paginationWrap .pegiDot.current, .paginationWrap .pegiDot.active .paginationWrap .paginNumb.current, .paginationWrap .pegiDot.active .paginationWrap .pegiDot.current {
  border: 2px solid #FF5F15;
}
.paginationWrap .paginNumb:hover span, .paginationWrap .paginNumb.active .paginationWrap .paginNumb.current span, .paginationWrap .pegiDot:hover span, .paginationWrap .paginNumb.active .paginationWrap .pegiDot.current span, .paginationWrap .pegiDot.active .paginationWrap .paginNumb.current span, .paginationWrap .pegiDot.active .paginationWrap .pegiDot.current span {
  color: #FF5F15;
}
.paginationWrap .paginNumb span, .paginationWrap .pegiDot span {
  transition: all 0.6s;
  color: #292727;
  font-weight: 450;
  font-size: 22px;
}
@media (max-width: 992px) {
  .paginationWrap .paginNumb span, .paginationWrap .pegiDot span {
    font-size: 18px;
  }
}

.faqBodyWrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 480px) {
  .faqBodyWrap {
    gap: 32px;
  }
}
.faqBodyWrap .faqBodyFlex .faqContHolder {
  max-width: unset;
}

.policyWrap {
  width: 979px;
  max-width: 100%;
}
.policyWrap p {
  font-size: 22px;
  line-height: 130%;
  color: #292727;
  font-weight: 300;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .policyWrap p {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.policyWrap h2 {
  font-size: 36px;
  line-height: 116%;
  margin-bottom: 24px;
  color: #292727;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .policyWrap h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

.imgWOTextHoverWrap {
  overflow: hidden;
  width: 100%;
}
.imgWOTextHoverWrap img {
  transition: all 0.7s ease-out;
}
.imgWOTextHoverWrap img:hover {
  transform: scale(1.05);
}

.notfoundWrap {
  background-color: #F4F4F4;
  padding: 160px 0;
}
@media (max-width: 480px) {
  .notfoundWrap {
    padding: 60px 0;
  }
}
.notfoundWrap .notfoundIn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 646px;
  max-width: 100%;
  gap: 48px;
  margin: 0 auto;
}
.notfoundWrap .notfoundIn .notfoundText {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.notfoundWrap .notfoundIn .notfoundText .textTop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.notfoundWrap .notfoundIn .notfoundText .textTop h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #FF5F15;
}
@media (max-width: 480px) {
  .notfoundWrap .notfoundIn .notfoundText .textTop h1 {
    font-size: 16px;
  }
}
.notfoundWrap .notfoundIn .notfoundText .textTop h2 {
  font-size: 54px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #292727;
}
@media (max-width: 480px) {
  .notfoundWrap .notfoundIn .notfoundText .textTop h2 {
    font-size: 36px;
  }
}
.notfoundWrap .notfoundIn .notfoundText p {
  font-size: 22px;
  line-height: 28.6px;
  text-align: center;
  color: #292727;
  text-wrap: balance;
  font-weight: 300;
}
@media (max-width: 480px) {
  .notfoundWrap .notfoundIn .notfoundText p {
    font-size: 18px;
  }
}
.notfoundWrap .notfoundIn .notfoundCTA {
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  .notfoundWrap .notfoundIn .notfoundCTA {
    flex-direction: column;
  }
}
/* 18-12-2024 */

.paginNumb .current {
    border: 2px solid #ff5f15 !important;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s;
}
.paginNumb a {
  transition: all 0.6s;
  color: #292727;
  font-weight: 450;
  font-size: 22px;
}
span.page-numbers.current{
	border: 2px solid #ff5f15 !important;
}
.wpcf7-not-valid-tip{
	color: #DD0000 !important;
    font-weight: 300 !important;
    font-size: 18px !important;
	margin-top:5px !important;
}
.wpcf7-response-output{
    display: flex;
    gap: 16px;
    padding: 24px 20px;
    align-items: center;
    width: 100%;
    background: #FFF;
    font-weight: 300;
    font-size: 22px;
    border-bottom: 2px #292727 solid;
}
.wpcf7 form.sent .wpcf7-response-output{
	display: flex;
    gap: 16px;
    padding: 24px 20px;
    align-items: center;
    width: 100%;
    background: #FFF;
    font-weight: 300;
    font-size: 22px;
    border-bottom: 2px #292727 solid;
	margin-top:20px;
}
.formmessage.messagesuccess{
	display: flex !important;
    gap: 16px !important;
    padding: 24px 20px !important;
    align-items: center !important;
    width: 100% !important;
    background: #FFF !important;
    font-weight: 300 !important;
    font-size: 22px !important;
    border-bottom: 2px #292727 solid !important;
}
.formmessage.messagesuccess{
	margin-top:20px;
}/*# sourceMappingURL=main.css.map */

/* cart page */

/* minimal, merge-friendly CSS for cart body */
  :root{
    --ribbon-bg: #F5F5F5;
    --muted: #09090B;
    --text: #211916;
    --border: #D6D6D6;
    --badge-bg: #F6E6DE;
    --badge-text: #211916;
    --card-bg: #F5F5F5;
    --accent: #f56618; /* not used except if needed */
  }

  /* container */
  .hh-cart { width: 100%; box-sizing: border-box; }

  /* top ribbon containing title and breadcrumb */
  .hh-ribbon { background: var(--ribbon-bg); padding: 28px 0; }
  .ribbon-inner { max-width: 1200px; margin: 0 auto; }
  .page-title { font-size: 32px; margin: 0 0 8px; color: var(--text); font-weight:700; }
  .breadcrumb { font-size: 16px; color: var(--muted); display:flex; gap:8px; align-items:center; }
  .breadcrumb a { color: var(--muted); text-decoration: none; }
  .breadcrumb .sep { color: var(--muted); opacity:0.85 }

  /* main two-column area */
.cart-holder {
	padding: 64px 0;
	@media (max-width: 576px) {
		padding: 24px 0;
	}
}
  .cart-wrap { width: 100%; display: flex; gap: 32px; box-sizing: border-box; align-items:flex-start; }

  /* left column (products) - 65% */
  .cart-products { flex: 0 0 65%; min-width: 0; }

  .products-header { display:flex; justify-content:space-between; align-items:center; padding: 12px 6px 18px 6px; border-bottom: 1px solid var(--border); color:var(--muted); font-size:15px; }
  .products-header .col-left { font-weight:500; color:var(--text); font-size: 18px; }
  .products-header .col-right { font-weight:500; color:var(--text); font-size: 18px; }

  /* product row */
  .product-row { display:flex; justify-content:space-between; gap:16px; padding: 20px 0px; align-items:center; border-bottom: 1px solid var(--border); }
  .product-left { display:flex; gap:16px; align-items:flex-start; min-width:0; }
  .thumb { width:84px; height:84px; border-radius:8px; background:#F3F3F3; display:flex; align-items:center; justify-content:center; overflow:hidden; flex-shrink:0; border:1px solid var(--border); }
  .thumb img{ width:100%; height:100%; object-fit:cover; display:block; }

  .prod-info { min-width:0; }
  .prod-title { font-size:16px; color:var(--text); font-weight:500; margin-bottom:8px; }
  .included-link { display:inline-block; font-size:14px; color:#FF5E14; text-decoration: underline; margin-bottom:8px; }
  .prod-note { margin:0; font-size:13px; color:var(--muted); }

  .product-right { text-align:right; min-width:120px; display:flex; flex-direction:column; align-items:flex-end; gap:12px; }
  .price { font-weight:700; color:var(--text); font-size:16px; }
  .trash { background:transparent; border: none; cursor: pointer; padding:6px; display:inline-flex; align-items:center; justify-content:center; }
  .trash svg { display:block; }

  .section-divider { border: none; height:1px; background:transparent; margin:0; }

  /* right column - order summary - 35% */
  .order-summary { flex: 0 0 35%; position: sticky; top: 95px; }
  .summary-card { background: var(--card-bg); padding:24px; border-radius:4px;
	  @media (max-width: 576px) {
		  padding: 16px !important;
	  }
}
  .summary-title { padding:0 0 14px; font-size:24px;  color:var(--text); border-bottom:1px solid var(--border); font-weight:500; }
.summary-title-sm { padding:0 0 20px; font-size:16px;  color:var(--text); font-weight:500; }

  .summary-row { display:flex; justify-content:space-between; align-items:center; padding:14px 0; font-size:14px; color:var(--muted); }
  .summary-row .label { color:var(--muted); font-size: 16px; }
  .summary-row .val { color:var(--muted); font-size: 18px; }

  .mini-divider { border: none; border-top:1px solid var(--border); margin:0; }

  .badge { display:inline-block; background:var(--badge-bg); color:var(--badge-text); padding:6px 10px; border-radius:4px; font-size:14px; font-weight:500; }

  .total-row .label { color:var(--text); font-weight:700; font-size: 18px; }
  .total-amount { color:var(--text); font-weight:700; font-size: 18px; }

  .summary-actions { margin-top:16px; display:flex; justify-content:stretch; }
  /* user requested .button to be used - keep neutral styling here; your global .button will override as needed */
  .proceed { width:100%; background:#F56618; color:#fff; text-align: center;font-weight: 300;font-size: 18px; }


.fg-heading {
	color: #09090B;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.28px;
	text-transform: capitalize;
}
.fg-subhead {
	color: #211916;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.checkout-form-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.checkout-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.form-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	row-gap: 16px;
	align-items: flex-end;
}
.form-col {
	width: 100%;
	padding: 0 15px;
}
.half-col {
	width: 50%;
	@media (max-width: 600px) {
		width: 100%;
	}
}
.form-quarter {
	width: 33.33%;
	@media (max-width: 600px) {
		width: 100%;
	}
}
.form-input {
	border: 0;
	border-bottom: 1px solid #190902;
	padding: 12px 0;
	font-size: 18px;
	width: 100%;
	&:focus {
		outline: none;
	}
}
.checkout-form-holder {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.checkout-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.return-cta {
	display: flex;
	align-items: center;
	gap: 6px;
	svg {
		fill: #211916;
	}
	span {
		color: #211916;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%
	}
	&:hover {
		svg {
			fill: #FF5E14;
		}
		span {
			color: #FF5E14;
		}
		
	}
}

.ordered-item-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid #D6D6D6;
}
.order-item-left {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.ord-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.ord-thumb {
	width: 80px;
	height: 80px;
	border-radius: 12px;
	object-fit: cover;
	position: relative;
	.ord-item-img {
		width: 80px;
		height: 80px;
		border-radius: 12px;
	}
	.ord-counter {
		position: absolute;
		right:5px;
		top: -5px;
		padding: 1px 6px;
		background-color: #fff;
		border: 1px solid #D6D6D6;
		box-shadow: 0 0 0 2px #FFF;
		border-radius: 14px;
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		text-align: center;
	}
}
.ord-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 11.3px;
	flex: 1 0 0;
	h4 {
		color: #09090B;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 133%;
	}
	span {
		color: #211916;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 116%;
	}
}
.order-item-right {
	span {
		color: #211916;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 175%;
	}
}

.shp-cost {
	color: #211916;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
}
.order-confirm-wrap {
	width: 450px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin: 0 auto;
	padding: 64px 0;
}
.ord-cnf-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	h2 {
		color: #299721;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	p {
		color: #09090B;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}
}
.ord-cnf-bottom {
	display: flex;
	width: 440px;
	max-width: 100%;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	background: #F5F5F5;
	gap: 24px;
	.ocb-top {
		display: flex;
		flex-direction: column;
	}
	.ocb-top-item-wrap {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.ocb-top-item {
		display: flex;
		align-items: center;
		gap: 20px;
		h5 {
			min-width: 100px;
			color: #211916;
			font-size: 14px;
			font-style: normal;
			font-weight: 500;
			line-height: 115%;
			width: 100px;
		}
		span {
			color: #211916;
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
			line-height: 115%;
		}
	}
}

.summary-card-info {
	width: 100%;
}

.underline-cta {
	color: #FF5E14;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 133%;
	text-decoration-line: underline;
	margin-top: 24px;
}
.nav-right {
	display: flex;
	align-items: center;
	gap: 24px;
}
.cart-caller {
	margin-left: 64px;
	position: relative;
		.cart-counter {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #FF5E14;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        border: 1px solid #FFF;
		line-height: 100%;
	}
	&.show-on-sm {
		display: none;
		margin-left: 0;
		margin-right: 24px;
		@media (max-width: 991px) {
			display: flex;
		}
	}
	&.hide-on-sm {
		display: flex;
		position: relative;
		top: 3px;
		@media (max-width: 991px) {
			display: none;
		}
	}
}
.show-on-sm {
		display: none;
		@media (max-width: 991px) {
			display: flex;
		}
	}
.hide-on-sm {
	display: flex;
	@media (max-width: 991px) {
		display: none;
	}
}
.include-modal-wrap {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
	z-index: 9999;
	&.show {
		opacity: 1;
		visibility: visible;
	}
	.include-modal-overlay {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100vh;
		z-index: 1;
		background-color: rgba(0,0,0,0.1);
	}
	.include-modal-body {
		width: 450px;
		max-width: 90%;
		max-height: 90vh;
		overflow: auto;
		background: #fff;
		padding: 24px;
		display: flex;
		flex-direction: column;
		gap: 24px;
		z-index: 2;
		@media (max-width: 600px) {
			padding: 18px;
		}
		.inc-modal-head {
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding-bottom: 24px;
			border-bottom: 1px solid #D6D6D6;
			@media (max-width: 600px) {
				padding-bottom: 18px;
			}
			.btn-close {
				cursor: pointer;
				border: 0;
				outline: 0;
				background: transparent;
			}
			.modal-heading {
				color: #09090B;
				font-size: 24px;
				font-style: normal;
				font-weight: 500;
				line-height: 160%;
				@media (max-width: 600px) {
					font-size: 20px;
				}
			}
		}
		.inc-modal-bd {
			ul {
				padding-left: 24px;
				display: flex;
				flex-direction: column;
				gap: 12px;
				li {
					color: #09090B;
					font-size: 18px;
					font-style: normal;
					font-weight: 500;
					line-height: normal;
					@media (max-width: 600px) {
						font-size: 16px;
					}
				}
			}
		}
	}
}

.floating-cta {
	position: fixed;
	right: 0;
	bottom: 10%;
	width: 228px;
	z-index: 9999;
	@media (max-width: 600px) {
		width: 170px;
	}
	.button {
		white-space: normal;
		@media (max-width: 600px) {
			padding: 10px 18px;
        	font-size: 14px;
		}
		.arrowicon {
			flex-grow: 1;
			flex-shrink: 0;
		}
	}
}

/* The container */
.check-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
	
	color: #211916;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
	border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #FF5E14;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
	left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


  /* Responsive: collapse to single column on small screens */
  @media (max-width: 880px){
    .cart-wrap { flex-direction: column; padding: 0; gap:20px; }
	  .order-summary {position: static;}
    .order-summary, .cart-products { flex: 1 1 auto; width:100%; }
    .product-row { flex-direction: column; align-items:stretch; gap:12px; }
    .product-right { flex-direction:row; justify-content:space-between; align-items:center; padding-top:6px; }
    .thumb { width:84px; height:84px; }
    .products-header { display:flex; gap:8px; font-size:14px; padding-bottom:14px; }
	  .products-header .col-right {display: none;}
  }

  /* small visual tweaks */
  .prod-title, .products-header .col-left, .products-header .col-right { line-height:1.1; }



.notificationbar {
	padding: 10px 20px;
    background-color: #FF5F15;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	@media (max-width: 600px) {
		padding: 10px 10px;
	}
}
.notificationbar a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-weight: 400;
    font-size: 16px;
    color: #FFF;
	@media (max-width: 600px) {
		text-align: left;
		font-size: 12px;
	}
}

.qty-wrap {
	display: flex;
	gap: 6px;
	.qty-btn {
		height: 36px;
		width: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		border-radius: 4px;
		background-color: #FF5F15;
		color: #ffffff;
	}
	.qty-input {
		height: 36px;
		width: 50px;
		border: 1px solid #ddd;
		border-radius: 4px;
		text-align: center;
        font-size: 16px;
        font-weight: 500;
			
	}
}

.battery-info {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
	p {
		font-size: 14px;
        font-weight: 500;
		color: #000;
	}
	
	.switch {
  position: relative;
  display: inline-block;
	width: 42px;
	height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
	height: 14px;
    width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .slider {
  background-color: #f56619;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f56619;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
	
}

.variations_form {
	display: flex;
	gap: 12px;
	flex-direction: column;
	.variations {
		display: flex;
		gap: 6px;
		flex-direction: column;
		.label {
			label {
				font-size: 16px;
				color: #292727;
			}
		}
		.attrfilter {
			display: flex;
			gap: 6px;
			select {
				height: 40px;
                padding: 0 10px;
                background-color: #fff;
                border: 1px solid #c6bfbf;
                font-size: 14px;
                color: #292727;
			}
		}
	}
}

.form-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
	row-gap: 10px;
	column-gap: 20px;
	@media (max-width: 600px) {
		grid-template-columns: 1fr;
	}
	.woocommerce-input-wrapper {
		width: 100% !important;
	}
	.form-row {
		margin-left: 0 !important;
		margin-right: 0 !important;
		row-gap: 6px;
		align-items: flex-end;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		label {
			display: none !important;
		}
		input {
			width: 100% !important;
			height: 50px !important;
			padding: 10px !important;
			border: 1px solid #D6D6D6 !important;
			&:focus {
				outline: none !important;
			}
		}
		.select2-container .select2-selection--single {
			height: 50px;
			border: 1px solid #D6D6D6 !important;
		}
		.select2-container--default .select2-selection--single .select2-selection__rendered {
				line-height: 32px !important;
		}
		.select2-dropdown {
			border: 1px solid #D6D6D6 !important;
		}
	}
}
.checkout-form-wrap {
	margin-bottom: 32px !important;
}
.checkout-btn-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: flex-start;
	align-items: flex-start;
	.payment_method {
		display: flex;
		align-items: center;
		gap: 16px;
		[type="radio"]:checked,
		[type="radio"]:not(:checked) {
			position: absolute;
			left: -9999px;
		}
		[type="radio"]:checked + label,
		[type="radio"]:not(:checked) + label
		{
			position: relative;
			padding-left: 28px;
			cursor: pointer;
			line-height: 20px;
			display: inline-block;
			color: #211916;
		}
		[type="radio"]:checked + label:before,
		[type="radio"]:not(:checked) + label:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 18px;
			height: 18px;
			border: 1px solid #ddd;
			border-radius: 100%;
			background: #fff;
		}
		[type="radio"]:checked + label:after,
		[type="radio"]:not(:checked) + label:after {
			content: '';
			width: 10px;
			height: 10px;
			background: #FF5E14;
			position: absolute;
			top: 4px;
			left: 4px;
			border-radius: 100%;
			-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
		}
		[type="radio"]:not(:checked) + label:after {
			opacity: 0;
			-webkit-transform: scale(0);
			transform: scale(0);
		}
		[type="radio"]:checked + label:after {
			opacity: 1;
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}
}

.error_text {
	display: none;
	color: #f00;
	font-size: 16px;
	font-weight: 500;
}

.woocommerce form{
    display: flex;
	flex-direction: column;
}

.checkout-sec-wrapper{
	display: flex;
    gap: 24px;
    justify-content: space-between;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    display:flex;
	flex-direction:column;
}

@media (max-width: 880px) {
    .woocommerce form {
    display: flex;
    flex-direction: column;
}
	.checkout-sec-wrapper{
	display: flex;
	flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}
}

.woocommerce-checkout {
	display: flex;
	gap: 24px;
	justify-content: space-between;
} 
.cart-products {
	.col-1 {
		width: 100% !important;
	}
	.col-2 {
		width: 100% !important;
	}
}
.woocommerce-billing-fields {
	h3 {
		display: none !important;
	}
}

.form-checkout {
	.form-row-first, .form-row-last {
		width: 100% !important;
	}
	.form-row {
		margin: 0 !important;
		padding: 0 !important;
	}
}

.woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 10px;
	column-gap: 20px;
	@media (max-width: 576px) {
		grid-template-columns: 1fr;
	}
	.form-row-first, .form-row-last {
		width: 100% !important;
	}
    .form-row {
		margin: 0 !important;
		padding: 0 !important;
		.woocommerce-input-wrapper {
			width: 100% !important;
            height: 100% !important;
		}
        input {
            width: 100% !important;
            height: 50px !important;
            padding: 10px !important;
            border: 1px solid #D6D6D6 !important;
			&:focus {
				outline: none;
			}
        }
		.select2-container .select2-selection--single {
			width: 100% !important;
            height: 50px !important;
            padding: 10px !important;
            border: 1px solid #D6D6D6 !important;
		}
    }
	
	.select2-container .select2-selection--single .select2-selection__rendered {
		height: 100% !important;
		line-height: 30px !important;
		padding: 0px;
	}
	
}

.woocommerce-billing-fields {
    display: flex;
	flex-direction: column;
	gap: 20px;
}
.deliverySec {
	    display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 20px;
}
.woocommerce-shipping-fields {
		    display: flex;
	flex-direction: column;
	gap: 20px;
}
.woocommerce-shipping-fields {
	@media (max-width: 576px) {
		gap: 0 !important;
		margin-top:20px !important;
		.shipping_address{
		margin-top:20px
	  }
	}
}

.woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 10px;
	column-gap: 20px;
	@media (max-width: 576px) {
		grid-template-columns: 1fr;
		
	}
	.form-row-first, .form-row-last {
		width: 100% !important;
	}
    .form-row {
		margin: 0 !important;
		padding: 0 !important;
		.woocommerce-input-wrapper {
			width: 100% !important;
            height: 100% !important;
		}
        input {
            width: 100% !important;
            height: 50px !important;
            padding: 10px !important;
            border: 1px solid #D6D6D6 !important;
			&:focus {
				outline: none;
			}
        }
		textarea {
			width: 100% !important;
            height: 150px !important;
			resize: none;
            padding: 10px !important;
            border: 1px solid #D6D6D6 !important;
		}
		.select2-container .select2-selection--single {
			width: 100% !important;
            height: 50px !important;
            padding: 10px !important;
            border: 1px solid #D6D6D6 !important;
		}
    }
	
	.select2-container .select2-selection--single .select2-selection__rendered {
		height: 100% !important;
		line-height: 30px !important;
		padding: 0px;
	}
}
.woocommerce-additional-fields__field-wrapper {
	display: none !important;
	.form-row-first, .form-row-last {
		width: 100% !important;
	}
    .form-row {
		margin: 0 !important;
		padding: 0 !important;
		.woocommerce-input-wrapper {
			width: 100% !important;
            height: 100% !important;
		}
        input {
            width: 100% !important;
            height: 50px !important;
            padding: 10px !important;
            border: 1px solid #D6D6D6 !important;
        }
		textarea {
			width: 100% !important;
            height: 150px !important;
			resize: none;
            padding: 10px !important;
            border: 1px solid #D6D6D6 !important;
		}
		.select2-container .select2-selection--single {
			width: 100% !important;
            height: 50px !important;
            padding: 10px !important;
            border: 1px solid #D6D6D6 !important;
		}
    }
	
	.select2-container .select2-selection--single .select2-selection__rendered {
		height: 100% !important;
		line-height: 30px !important;
		padding: 0px;
	}
}

/* .woocommerce-error {
    border-top-color: #b81c23;
    position: fixed !important;
    top: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
	@media (max-width: 576px) {
		padding: 10px !important;
		padding-left: 50px !important;
		width: 90% !important;
		font-size: 14px !important;
	}
} */

td.product-name {
    width: 80%;
}
td.product-total {
	vertical-align: top !important;
	text-align: right !important;
}
.prod_review_details {
    display: flex;
	width: 100%;
	gap: 10px;
}
.prod_name {
    width: calc(100% - 90px);
	font-size: 14px;
	font-weight: 500;
}
.shop_table {
	border: 0 !important;
	border-collapse: collapse !important;
	thead {
		display: none !important;
	}
	td {
		border-top: 0 !important;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	tfoot th {
		font-weight: 700;
		border-top: 0 !important;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	.woocommerce-Price-amount {
		font-size: 14px;
		font-weight: 500;
		.woocommerce-Price-currencySymbol {
			font-weight: 500;
		}
	}
}
.button wc-forward{
	display:hidden !important;
}