@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);

.u-flexitem-left,
.u-flexitem-right,
.u-flexitem-y-center {
  align-self: center
}

.h1,
.h2,
h1,
h2 {
  letter-spacing: -.02em
}

code,
pre {
  background: var(--color-gray-5)
}

.s-testimonials__cite,
article,
aside,
blockquote cite,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
pre>code,
section {
  display: block
}

.pull-quote,
.text-center,
figcaption,
hr.fancy {
  text-align: center
}

#preloader,
.u-overflow-hidden,
.video-container {
  overflow: hidden
}

#loader,
ul.disc li::before {
  display: inline-block
}

.pgn .inactive,
.pgn .inactive:focus,
.pgn .inactive:hover,
.pgn__next.inactive,
.pgn__prev.inactive {
  opacity: .4;
  cursor: default
}

.alert-box.hideit,
.s-header.sticky,
.swiper-container .swiper-pagination-bullet:only-child,
.u-invisible {
  visibility: hidden
}

.pgn ul,
.skill-bars,
.social-list,
ul.disc li {
  list-style: none
}

.logos-slider,
code {
  white-space: nowrap
}

:root {
  --font-1: "Public Sans", Sans-serif;
  --font-2: "Castoro", Serif;
  --font-mono: Consolas, "Andale Mono", Courier, "Courier New", monospace;
  /* primary accent (orange, like the reference design) */
  --color-1: #ff7a1a;
  --color-2: #111111;
  --color-3: #111111;
  --color-1-lightest: hsla(12, 75%, 75%, 1);
  --color-1-lighter: hsla(12, 75%, 65%, 1);
  --color-1-light: hsla(12, 75%, 55%, 1);
  --color-1-dark: hsla(12, 75%, 35%, 1);
  --color-1-darker: hsla(12, 75%, 25%, 1);
  --color-1-darkest: hsla(12, 75%, 15%, 1);
  --color-2-lightest: hsla(96, 10%, 49%, 1);
  --color-2-lighter: hsla(96, 10%, 39%, 1);
  --color-2-light: hsla(96, 10%, 29%, 1);
  --color-2-dark: hsla(96, 10%, 10%, 1);
  --color-2-darker: hsla(96, 10%, 1%, 1);
  --color-3-light: hsla(0, 0%, 16%, 1);
  --color-3-dark: hsla(0, 0%, 8%, 1);
  --color-error: hsla(359, 100%, 91%, 1);
  --color-success: hsla(76, 69%, 68%, 1);
  --color-info: hsla(205, 82%, 91%, 1);
  --color-notice: hsla(51, 100%, 80%, 1);
  --color-error-content: hsla(359, 50%, 50%, 1);
  --color-success-content: hsla(76, 29%, 28%, 1);
  --color-info-content: hsla(205, 32%, 31%, 1);
  --color-notice-content: hsla(51, 30%, 30%, 1);
  --color-black: #000000;
  --color-gray-19: #181818;
  --color-gray-18: #2f302f;
  --color-gray-17: #474747;
  --color-gray-16: #5e5f5e;
  --color-gray-15: #767776;
  --color-gray-14: #8e8f8e;
  --color-gray-13: #a5a7a5;
  --color-gray-12: #bdbebd;
  --color-gray-11: #d4d6d4;
  --color-gray-10: #000000;
  --color-gray-9: #eef0ee;
  --color-gray-8: #f0f1f0;
  --color-gray-7: #f2f3f2;
  --color-gray-6: #f4f5f4;
  --color-gray-5: #f6f7f6;
  --color-gray-4: #f7f8f7;
  --color-gray-3: #f9faf9;
  --color-gray-2: #fbfcfb;
  --color-gray-1: #fbfcfb;
  --color-white: #ffffff;
  --color-text: white;
  --color-text-dark: var(--color-3-dark);
  --color-text-light: var(--color-gray-15);
  --color-placeholder: var(--color-gray-13);
  --color-link: var(--color-1);
  --color-link-hover: #ffa04f;
  --color-link-active: #ffa04f;
  --color-btn: #1b1b1b;
  --color-btn-text: var(--color-text);
  --color-btn-hover: #ff7a1a;
  --color-btn-hover-text: #000000;
  --color-btn-primary: var(--color-1);
  --color-btn-primary-text: var(--color-white);
  --color-btn-primary-hover: var(--color-1-light);
  --color-btn-primary-hover-text: var(--color-white);
  --color-btn-stroke: var(--color-text-dark);
  --color-btn-stroke-text: var(--color-text-dark);
  --color-btn-stroke-hover: var(--color-text-dark);
  --color-btn-stroke-hover-text: var(--color-white);
  --color-preloader-bg: var(--color-gray-10);
  --color-loader: var(--color-3);
  --color-loader-light: var(--color-gray-14);
  --color-body-bg: rgb(0, 0, 0);
  --color-border: rgba(0, 0, 0, .1);
  --border-radius: 5px;
  --base-size: 62.5%;
  --multiplier: 1;
  --base-font-size: calc(2rem * var(--multiplier));
  --space: calc(3.2rem * var(--multiplier));
  --vspace-0_125: calc(0.125 * var(--space));
  --vspace-0_25: calc(0.25 * var(--space));
  --vspace-0_375: calc(0.375 * var(--space));
  --vspace-0_5: calc(0.5 * var(--space));
  --vspace-0_625: calc(0.625 * var(--space));
  --vspace-0_75: calc(0.75 * var(--space));
  --vspace-0_875: calc(0.875 * var(--space));
  --vspace-1: calc(var(--space));
  --vspace-1_25: calc(1.25 * var(--space));
  --vspace-1_5: calc(1.5 * var(--space));
  --vspace-1_75: calc(1.75 * var(--space));
  --vspace-2: calc(2 * var(--space));
  --vspace-2_5: calc(2.5 * var(--space));
  --vspace-3: calc(3 * var(--space));
  --vspace-3_5: calc(3.5 * var(--space));
  --vspace-4: calc(4 * var(--space));
  --vspace-4_5: calc(4.5 * var(--space));
  --vspace-5: calc(5 * var(--space));
  --vspace-5_5: calc(5.5 * var(--space));
  --vspace-6: calc(6 * var(--space));
  --vspace-6_5: calc(6.5 * var(--space));
  --vspace-7: calc(7 * var(--space));
  --vspace-7_5: calc(7.5 * var(--space));
  --vspace-8: calc(8 * var(--space));
  --vspace-8_5: calc(8.5 * var(--space));
  --vspace-9: calc(9 * var(--space));
  --vspace-9_5: calc(9.5 * var(--space));
  --vspace-10: calc(10 * var(--space));
  --text-scale-ratio: 1.2;
  --text-size: var(--base-font-size);
  --text-xs: calc((var(--text-size) / var(--text-scale-ratio)) / var(--text-scale-ratio));
  --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
  --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
  --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
  --text-xxl: calc(var(--text-xl) * var(--text-scale-ratio));
  --text-xxxl: calc(var(--text-xxl) * var(--text-scale-ratio));
  --text-display-1: calc(var(--text-xxxl) * var(--text-scale-ratio));
  --text-display-2: calc(var(--text-display-1) * var(--text-scale-ratio));
  --text-display-3: calc(var(--text-display-2) * var(--text-scale-ratio));
  --text-huge-1: calc(var(--text-display-3) * var(--text-scale-ratio));
  --text-huge-2: calc(var(--text-huge-1) * var(--text-scale-ratio));
  --text-huge-3: calc(var(--text-huge-2) * var(--text-scale-ratio));
  --vspace-btn: var(--vspace-1_75);
  --width-sixteen-cols: 1760px;
  --width-default: 1280px;
  --width-wide: 1600px;
  --width-wider: 1800px;
  --width-narrow: 1200px;
  --width-narrower: 1000px;
  --width-narrowest: 800px;
  --width-full: 100%;
  --width-grid-max: var(--width-default);
  --gutter: 2.6rem
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

.btn,
.u-antialiased,
body,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  line-height: 1
}

blockquote,
q {
  quotes: none
}

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

.row {
  display: flex;
  flex-flow: row wrap;
  width: min(92%, var(--width-grid-max));
  margin: 0 auto
}

.row .row {
  width: auto;
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1)
}

.column {
  flex: 1;
  padding: 0 var(--gutter)
}

.collapse>.column,
.column.collapse,
.s-footer .link-list li {
  padding: 0
}

.row.row-wrap {
  flex-wrap: wrap
}

.row.row-nowrap {
  flex-wrap: nowrap
}

.row.row-y-top {
  align-items: flex-start
}

.row.row-y-bottom {
  align-items: flex-end
}

.row.row-y-center {
  align-items: center
}

.row.row-stretch {
  align-items: stretch
}

.row.row-baseline {
  align-items: baseline
}

.row.row-x-left {
  justify-content: flex-start
}

.row.row-x-right {
  justify-content: flex-end
}

.row.row-x-center {
  justify-content: center
}

.row.row-center,
.u-flex-center {
  align-items: center;
  justify-content: center
}

.xl-1 {
  flex: none;
  width: 8.3333333333%
}

.xl-2 {
  flex: none;
  width: 16.6666666667%
}

.xl-3 {
  flex: none;
  width: 25%
}

.xl-4 {
  flex: none;
  width: 33.3333333333%
}

.xl-5 {
  flex: none;
  width: 41.6666666667%
}

.xl-6 {
  flex: none;
  width: 50%
}

.xl-7 {
  flex: none;
  width: 58.3333333333%
}

.xl-8 {
  flex: none;
  width: 66.6666666667%
}

.xl-9 {
  flex: none;
  width: 75%
}

.xl-10 {
  flex: none;
  width: 83.3333333333%
}

.xl-11 {
  flex: none;
  width: 91.6666666667%
}

.xl-12 {
  flex: none;
  width: 100%
}

@media screen and (max-width:550px) {
  .stack-on-550 {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}

#preloader,
.pgn ul {
  flex-flow: row wrap
}

.u-flexitem-left,
.u-flexitem-x-left {
  margin-right: auto
}

html {
  font-size: var(--base-size);
  box-sizing: border-box
}

*,
::after,
::before {
  box-sizing: inherit
}

p {
  font-size: inherit;
  text-rendering: optimizeLegibility
}

a {
  text-decoration: none;
  color: var(--color-link);
  transition: .3s ease-in-out
}

img,
svg,
video {
  max-width: 100%;
  height: auto
}

.glightbox-container .gclose,
.glightbox-container .gnext,
.glightbox-container .gprev,
.pgn ul li,
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.u-flexitem-center {
  margin: auto;
  align-self: center
}

.u-flexitem-right {
  margin-left: auto
}

.u-flexitem-x-center {
  margin-right: auto;
  margin-left: auto
}

.u-flexitem-x-right {
  margin-left: auto
}

.u-flexitem-y-top {
  align-self: flex-start
}

.u-flexitem-y-bottom {
  align-self: flex-end
}

.u-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  position: absolute;
  word-wrap: normal !important
}

#preloader,
.skill-bars li .percent100,
.u-fullwidth {
  width: 100%
}

.pull-quote,
.video-container,
blockquote,
ul.disc li {
  position: relative
}

.u-clearfix:after {
  content: "";
  display: table;
  clear: both
}

.no-js #preloader,
.u-hidden {
  display: none
}

.u-remove-top {
  margin-top: 0
}

.u-remove-bottom {
  margin-bottom: 0
}

.btn,
.s-footer__block,
.u-add-half-bottom,
button,
fieldset {
  margin-bottom: var(--vspace-0_5)
}

.grid-list-items__item,
.ss-custom-select,
.u-add-bottom,
.video-container,
blockquote,
dl,
figcaption,
figure,
form,
img,
input,
ol,
p,
pre,
select,
table,
textarea,
ul {
  margin-bottom: var(--vspace-1)
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  margin-bottom: var(--vspace-0_75)
}

.u-no-border,
fieldset {
  border: none
}

.u-pull-left {
  float: left
}

.u-pull-right {
  float: right
}

body {
  background-color: var(--color-body-bg);
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-1);
  font-size: var(--base-font-size);
  font-weight: 400;
  line-height: var(--vspace-1);
  color: #fff;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:active,
a:focus,
a:hover {
  color: var(--color-link-hover)
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-2);
  font-weight: 400;
  color: var(--color-text-dark);
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility
}

.h6,
b,
h6,
strong {
  font-weight: 600
}

code,
mark {
  color: var(--color-text)
}

.h1,
h1 {
  margin-top: var(--vspace-2_5);
  font-size: var(--text-display-2);
  line-height: calc(2.25 * var(--space))
}

.h2,
.h3,
.h4,
h2,
h3,
h4 {
  margin-top: var(--vspace-2)
}

.h5,
.h6,
h5,
h6,
label,
legend {
  margin-bottom: var(--vspace-0_5)
}

.h5,
.h6,
h5,
h6 {
  margin-top: var(--vspace-1_75)
}

.h2,
h2 {
  font-size: var(--text-xxl);
  line-height: calc(1.375 * var(--space))
}

.h3,
h3 {
  font-size: var(--text-xl);
  line-height: calc(1.125 * var(--space))
}

.h4,
blockquote p,
h4 {
  font-size: var(--text-lg)
}

.h4,
h4 {
  line-height: var(--vspace-1)
}

.h5,
h5 {
  font-size: var(--text-md);
  line-height: var(--vspace-0_875)
}

.h6,
blockquote cite,
h6 {
  font-family: var(--font-1);
  line-height: var(--vspace-0_75)
}

.h6,
h6 {
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: .25rem
}

label,
legend,
small {
  line-height: var(--vspace-0_5)
}

b,
em,
i,
strong {
  font-size: inherit;
  line-height: inherit
}

em,
i {
  font-style: italic
}

b,
strong {
  color: var(--color-text-dark)
}

small {
  font-size: 80%;
  font-weight: 400
}

abbr,
label,
legend {
  font-weight: 600;
  color: var(--color-text-dark)
}

blockquote {
  margin: 0 0 var(--vspace-1) 0;
  padding: var(--vspace-1) var(--vspace-1_5);
  border-left: 2px solid var(--color-text-dark)
}

blockquote p {
  font-family: var(--font-1);
  font-weight: 400;
  font-style: normal;
  line-height: var(--vspace-1_25);
  color: var(--color-text-dark);
  padding: 0
}

blockquote cite,
code,
figcaption {
  font-size: var(--text-sm)
}

blockquote cite {
  font-weight: 400;
  font-style: normal
}

blockquote cite:before {
  content: "— "
}

blockquote cite,
blockquote cite a,
blockquote cite a:visited {
  color: var(--color-text-light);
  border: none
}

figure img,
p img {
  margin: 0;
  vertical-align: bottom
}

figure {
  margin-left: 0;
  margin-right: 0
}

li,
ul.disc li {
  display: list-item
}

figure img+figcaption {
  margin-top: var(--vspace-1)
}

figcaption {
  margin-bottom: 0
}

code,
kbd,
pre,
samp,
var {
  font-family: var(--font-mono)
}

pre {
  overflow: auto;
  padding: var(--vspace-0_75) var(--vspace-1) var(--vspace-1);
  overflow-x: auto
}

code {
  line-height: 1.6rem;
  margin: 0 .2rem;
  padding: calc((var(--vspace-1) - 1.6rem)/ 2 - .1rem) .7rem;
  border: 1px solid var(--color-gray-10);
  border-radius: 3px
}

pre>code {
  white-space: pre;
  line-height: var(--vspace-1);
  padding: 0;
  margin: 0;
  border: none
}

del {
  text-decoration: line-through
}

abbr {
  font-family: var(--font-1);
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .1em
}

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

mark {
  background: var(--color-1-lightest)
}

.ss-copyright a:focus,
.ss-copyright a:hover,
.stats-tabs li a:hover,
dt,
dt strong {
  color: var(--color-1)
}

hr {
  border: solid var(--color-border);
  border-width: .1rem 0 0;
  clear: both;
  margin: var(--vspace-2) 0 calc(var(--vspace-2) - 1px);
  height: 0
}

hr.fancy {
  border: none;
  margin: var(--vspace-2) 0;
  height: var(--vspace-1)
}

hr.fancy::before {
  content: "*****";
  letter-spacing: .3em
}

.attention-getter,
.lead {
  font-family: var(--font-1);
  font-size: var(--text-md);
  line-height: var(--vspace-1_25);
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.01em;
}

.pull-quote {
  padding: 0;
  margin-top: 0
}

.pull-quote blockquote {
  border: none;
  margin: 0 auto;
  max-width: 62rem;
  padding-top: var(--vspace-2_5);
  position: relative
}

.pull-quote blockquote p {
  font-weight: 400;
  color: var(--color-text-dark)
}

.pull-quote blockquote:before {
  content: "";
  display: block;
  height: var(--vspace-1);
  width: var(--vspace-1);
  background: url(../images/icons/icon-quote.svg) center center/contain;
  transform: translate(-50%, 0, 0);
  position: absolute;
  top: var(--vspace-1);
  left: 50%
}

.drop-cap:first-letter {
  float: left;
  font-family: var(--font-1);
  font-weight: 700;
  font-size: calc(3 * var(--space));
  line-height: 1;
  padding: 0 .125em 0 0;
  text-transform: uppercase;
  background: 0 0;
  color: var(--color-text-dark)
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

ol {
  list-style: decimal
}

ul {
  list-style: disc
}

ol,
ul {
  margin-left: 1.6rem
}

ul li {
  padding-left: .4rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 1.6rem 0 1.6rem 1.6rem
}

ul.disc li {
  padding: 0 0 0 .8rem
}

ul.disc li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-1);
  position: absolute;
  left: -.8em;
  top: calc(50% - 4px);
  vertical-align: middle
}

dt {
  margin: 0
}

dd {
  margin: 0 0 0 2rem
}

.lining dd,
.lining dt {
  display: inline;
  margin: 0
}

.lining dd+dt:before,
.lining dt+dt:before {
  content: "\a";
  white-space: pre
}

.lining dd+dd:before {
  content: ", "
}

.lining dd:before {
  content: ": ";
  margin-left: -.2em
}

.dictionary-style dt {
  display: inline;
  counter-reset: definitions
}

.dictionary-style dt+dt:before {
  content: ", ";
  margin-left: -.2em
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". "
}

img.u-pull-right {
  margin: var(--vspace-0_5) 0 var(--vspace-0_5) var(--vspace-0_875)
}

img.u-pull-left {
  margin: var(--vspace-0_5) var(--vspace-0_875) var(--vspace-0_5) 0
}

.video-container {
  --aspect-ratio: 16/9;
  height: 0;
  padding-bottom: calc(100% / (var(--aspect-ratio)))
}

#loader,
.ss-custom-select {
  padding: 0
}

.video-container embed,
.video-container iframe,
.video-container object,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#preloader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-preloader-bg);
  z-index: 500;
  height: 100vh;
  opacity: 1
}

#loader,
.pgn ul,
.ss-custom-select {
  position: relative
}

#loader,
#loader>div {
  width: 4px;
  height: 4px
}

#loader>div {
  content: "";
  background: var(--color-loader);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%
}

#loader>div:first-of-type {
  left: 15px
}

#loader>div:nth-of-type(3) {
  left: -15px
}

.dots-jump>div {
  animation: 1.2s .2s infinite dots-jump
}

.dots-jump>div:first-of-type,
.dots-pulse>div:first-of-type {
  animation-delay: .4s
}

.dots-fade>div:nth-of-type(3),
.dots-jump>div:nth-of-type(3),
.dots-pulse>div:nth-of-type(3) {
  animation-delay: 0s
}

@keyframes dots-jump {

  0%,
  80% {
    top: 0
  }

  40% {
    top: -6px
  }
}

.dots-fade>div {
  animation: 1.6s .4s infinite dots-fade
}

.dots-fade>div:first-of-type {
  animation-delay: .8s
}

@keyframes dots-fade {

  0%,
  80% {
    opacity: 1
  }

  40% {
    opacity: .2
  }
}

.dots-pulse>div {
  animation: 1.2s .2s infinite dots-pulse
}

@keyframes dots-pulse {

  0%,
  80% {
    transform: scale(1)
  }

  40% {
    transform: scale(1.3)
  }
}

.ss-loaded #preloader {
  opacity: 0;
  visibility: hidden;
  transition: .6s ease-in-out .9s
}

.ss-loaded #preloader #loader {
  opacity: 0;
  transition: opacity .6s ease-in-out
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  --input-height: var(--vspace-2);
  --input-line-height: var(--vspace-1);
  --input-vpadding: calc((var(--input-height) - var(--input-line-height)) / 2);
  display: block;
  height: var(--input-height);
  padding: var(--input-vpadding) 0 calc(var(--input-vpadding) - 1px);
  border: 0;
  outline: 0;
  color: var(--color-text-light);
  font-family: var(--font-1);
  font-size: calc(var(--text-size) * .8);
  line-height: var(--input-line-height);
  max-width: 100%;
  background: 0 0;
  border-bottom: 1px solid var(--color-text-light);
  transition: .3s ease-in-out
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  margin: 0;
  vertical-align: middle;
  line-height: var(--vspace-1)
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: var(--color-body)
}

.ss-custom-select select::-ms-expand {
  display: none
}

.ss-custom-select::after {
  border-bottom: 1px solid #141414;
  border-right: 1px solid #141414;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transition: .15s ease-in-out;
  transform-origin: 66% 66%;
  transform: rotate(45deg)
}

textarea {
  min-height: calc(8 * var(--space))
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  color: var(--color-text);
  border-bottom: 1px solid var(--color-1)
}

label,
legend {
  font-family: var(--font-1);
  font-size: var(--text-sm);
  display: block
}

input[type=checkbox],
input[type=radio] {
  display: inline
}

label>.label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: var(--font-1);
  line-height: inherit
}

label>input[type=checkbox],
label>input[type=radio] {
  margin: 0;
  position: relative;
  top: 2px
}

::-moz-placeholder {
  color: var(--color-placeholder);
  opacity: 1
}

::placeholder {
  color: var(--color-placeholder)
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--color-1);
  -webkit-transition: background-color 5000s ease-in-out;
  transition: background-color 5000s ease-in-out
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  --btn-height: var(--vspace-btn);
  display: inline-block;
  font-family: var(--font-1);
  font-weight: 500;
  font-size: calc(var(--text-size) * .6);
  text-transform: uppercase;
  letter-spacing: .3em;
  height: var(--btn-height);
  line-height: calc(var(--btn-height) - 4px);
  padding: 0 3.6rem;
  margin: 0 .4rem var(--vspace-0_5) 0;
  color: var(--color-btn-text);
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--color-btn);
  border: 2px solid var(--color-btn);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
  width: 300px;
  height: 300px;
}

.pgn__next,
.pgn__num,
.pgn__prev {
  height: var(--pgn-num-height);
  line-height: var(--vspace-1)
}

.pgn__next,
.pgn__next svg,
.pgn__num,
.pgn__prev,
.pgn__prev svg {
  transition: none, .3s, ease-in-out
}

.btn:focus,
.btn:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: var(--color-btn-hover);
  border-color: var(--color-btn-hover);
  color: var(--color-btn-hover-text);
  outline: 0
}

.btn.btn--primary,
button.btn--primary,
input[type=button].btn--primary,
input[type=reset].btn--primary,
input[type=submit].btn--primary {
  /* primary filled button: orange background, dark text */
  background: #ff7a1a;
  border-color: #ff7a1a;
  color: #000;
}

.btn.btn--primary:focus,
.btn.btn--primary:hover,
button.btn--primary:focus,
button.btn--primary:hover,
input[type=button].btn--primary:focus,
input[type=button].btn--primary:hover,
input[type=reset].btn--primary:focus,
input[type=reset].btn--primary:hover,
input[type=submit].btn--primary:focus,
input[type=submit].btn--primary:hover {
  background: #ffa04f;
  border-color: #ffa04f;
  color: #000;
}

.btn.u-fullwidth,
button.u-fullwidth {
  width: 100%;
  margin-right: 0
}

.btn--small,
button.btn--small {
  --btn-height: calc(var(--vspace-btn) - 1.6rem)
}

.btn--medium,
button.btn--medium {
  --btn-height: calc(var(--vspace-btn) + .8rem)
}

.btn--large,
button.btn--large {
  --btn-height: calc(var(--vspace-btn) + 1.6rem);
  font-size: var(--text-xs)
}

.btn--stroke,
button.btn--stroke {
  background: transparent !important;
  font-weight: 700;
  border: 2px solid #ff7a1a;
  color: #ff7a1a;
}

.pgn__num,
th {
  font-family: var(--font-1);
  font-weight: 600;
  color: var(--color-text-dark)
}

.btn--stroke:focus,
.btn--stroke:hover,
button.btn--stroke:focus,
button.btn--stroke:hover {
  background: #ff7a1a !important;
  border: 2px solid #ff7a1a;
  color: #000;
}

.btn--pill,
button.btn--pill {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
  border-radius: 1000px !important
}

table {
  border-spacing: 0;
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: var(--font-1);
  border-collapse: collapse
}

td,
th {
  padding: var(--vspace-0_5) 3.2rem calc(var(--vspace-0_5) - 1px);
  text-align: left;
  border-bottom: 1px solid var(--color-border)
}

th {
  padding: var(--vspace-0_5) 3.2rem;
  font-size: var(--text-sm)
}

td:first-child,
th:first-child {
  padding-left: 0
}

td:last-child,
th:last-child {
  padding-right: 0
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.pgn {
  --pgn-num-height: calc(var(--vspace-1) + .4rem);
  margin: 0 auto var(--vspace-1);
  text-align: center
}

.pgn ul {
  display: inline-flex;
  justify-content: center;
  margin-left: 0;
  padding: 0 6rem
}
.cyan {
  box-shadow: 0 10px 20px rgba(0, 195, 255, 0.5);
  transition: box-shadow 0.3s ease; 
}

.cyan:hover {
  box-shadow: 0 15px 30px rgb(0, 195, 255);
}
/**/
.dark-blue {
  box-shadow: 0 10px 20px rgba(0, 51, 255, 0.5);
  transition: box-shadow 0.3s ease; 
}

.dark-blue:hover {
  box-shadow: 0 15px 30px rgb(0, 68, 255);
}
/**/
.purple {
  box-shadow: 0 10px 20px rgba(191, 0, 255, 0.5);
  transition: box-shadow 0.3s ease; 
}

.purple:hover {
  box-shadow: 0 15px 30px rgb(191, 0, 255);
}
/**/
.red {
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.5);
  transition: box-shadow 0.3s ease; 
}

.red:hover {
  box-shadow: 0 15px 30px rgb(255, 0, 0);
}

.green {
  box-shadow: 0 10px 20px rgba(0, 255, 13, 0.5);
  transition: box-shadow 0.3s ease; 
}

.green:hover {
  box-shadow: 0 15px 30px rgb(34, 255, 0);
}

.yellow {
  box-shadow: 0 10px 20px rgba(255, 196, 0, 0.5);
  transition: box-shadow 0.3s ease; 
}

.yellow:hover {
  box-shadow: 0 15px 30px rgb(255, 170, 0);
}

.pgn__num {
  font-size: var(--text-size);
  display: block;
  padding: .2rem 1.2rem;
  margin: .2rem;
  border-radius: var(--border-radius)
}

.pgn .current,
.pgn .current:focus,
.pgn .current:hover,
.pgn__num:focus,
.pgn__num:hover {
  background: var(--color-text-dark);
  color: var(--color-white)
}

.pgn__next,
.pgn__prev {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  opacity: 1;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

.alert-box,
.stats-tabs li a em {
  font-family: var(--font-1);
  font-size: var(--text-sm)
}

.pgn__next:focus,
.pgn__next:hover,
.pgn__prev:focus,
.pgn__prev:hover {
  background: var(--color-text-dark)
}

.pgn__next svg,
.pgn__prev svg {
  height: 2.4rem;
  width: 2.4rem
}

.pgn__next svg path,
.pgn__prev svg path {
  fill: var(--color-text-dark)
}

.pgn__next:focus svg path,
.pgn__next:hover svg path,
.pgn__prev:focus svg path,
.pgn__prev:hover svg path {
  fill: white
}

.pgn__prev {
  left: 0
}

.pgn__next {
  right: 0
}

.pgn__next.inactive:focus,
.pgn__next.inactive:hover,
.pgn__prev.inactive:focus,
.pgn__prev.inactive:hover {
  background-color: transparent
}

.alert-box {
  padding: var(--vspace-0_75) 4rem var(--vspace-0_75) 3.2rem;
  margin-bottom: var(--vspace-1);
  border-radius: var(--border-radius);
  font-weight: 500;
  line-height: var(--vspace-0_75);
  opacity: 1;
  visibility: visible;
  position: relative
}

.alert-box__close {
  position: absolute;
  display: block;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
  width: 12px;
  height: 12px
}

.s-header,
.s-header__inner {
  height: var(--header-height)
}

.alert-box__close::after,
.alert-box__close::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 5px
}

.alert-box__close::before {
  transform: rotate(45deg)
}

.alert-box__close::after {
  transform: rotate(-45deg)
}

.alert-box--error {
  background-color: var(--color-error);
  color: var(--color-error-content)
}

.alert-box--error .alert-box__close::after,
.alert-box--error .alert-box__close::before {
  background-color: var(--color-error-content)
}

.alert-box--success {
  background-color: var(--color-success);
  color: var(--color-success-content)
}

.alert-box--success .alert-box__close::after,
.alert-box--success .alert-box__close::before {
  background-color: var(--color-success-content)
}

.alert-box--info {
  background-color: var(--color-info);
  color: var(--color-info-content)
}

.alert-box--info .alert-box__close::after,
.alert-box--info .alert-box__close::before {
  background-color: var(--color-info-content)
}

.alert-box--notice {
  background-color: var(--color-notice);
  color: var(--color-notice-content)
}

.alert-box--notice .alert-box__close::after,
.alert-box--notice .alert-box__close::before {
  background-color: var(--color-notice-content)
}

.alert-box.hideit {
  opacity: 0;
  transition: .5s
}

.skill-bars {
  margin: var(--vspace-2) 0 var(--vspace-1)
}

.skill-bars li {
  height: .4rem;
  background: var(--color-gray-5);
  width: 100%;
  margin-bottom: calc(var(--vspace-2) - .4rem);
  padding: 0;
  position: relative
}

.skill-bars li strong {
  position: absolute;
  left: 0;
  top: calc(var(--vspace-1) * 1.25 * -1);
  font-family: var(--font-1);
  font-weight: 600;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: var(--text-xs);
  line-height: var(--vspace-0_75)
}

.skill-bars li .progress {
  background: var(--color-text);
  position: relative;
  height: 100%
}

.skill-bars li .progress span {
  display: block;
  font-family: var(--font-1);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  background: var(--color-text);
  padding: var(--vspace-0_25);
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: calc((var(--vspace-1) + .8rem) * -1)
}

.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--color-text, var(--color-black));
  content: ""
}

.skill-bars li .percent5 {
  width: 5%
}

.skill-bars li .percent10 {
  width: 10%
}

.skill-bars li .percent15 {
  width: 15%
}

.skill-bars li .percent20 {
  width: 20%
}

.skill-bars li .percent25 {
  width: 25%
}

.skill-bars li .percent30 {
  width: 30%
}

.skill-bars li .percent35 {
  width: 35%
}

.skill-bars li .percent40 {
  width: 40%
}

.skill-bars li .percent45 {
  width: 45%
}

.skill-bars li .percent50 {
  width: 50%
}

.skill-bars li .percent55 {
  width: 55%
}

.skill-bars li .percent60 {
  width: 60%
}

.skill-bars li .percent65 {
  width: 65%
}

.skill-bars li .percent70 {
  width: 70%
}

.skill-bars li .percent75 {
  width: 75%
}

.skill-bars li .percent80 {
  width: 80%
}

.skill-bars li .percent85 {
  width: 85%
}

.skill-bars li .percent90 {
  width: 90%
}

.skill-bars li .percent95 {
  width: 95%
}

.stats-tabs {
  padding: 0;
  margin: var(--vspace-1) 0
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.6rem var(--vspace-0_5) 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid var(--color-border)
}

.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none
}

.stats-tabs li a {
  display: block;
  font-family: var(--font-1);
  font-size: var(--text-lg);
  font-weight: 600;
  line-height: var(--vspace-1_5);
  border: none;
  color: var(--color-text-dark)
}

.stats-tabs li a em {
  display: block;
  margin: 0;
  line-height: var(--vspace-0_5);
  font-weight: 400;
  font-style: normal;
  color: var(--color-text-light)
}

.width-sixteen-col {
  --width-grid-max: var(--width-sixteen-cols)
}

.width-narrower {
  --width-grid-max: var(--width-narrower)
}

.text-body-sm {
  font-size: calc(var(--text-size) * .95);
  line-height: calc(.9375 * var(--space))
}

.s-header__menu-links a,
.text-pretitle {
  font-family: var(--font-1);
  line-height: var(--vspace-1)
}

.text-pretitle {
  font-weight: 600;
  font-size: var(--text-size);
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--color-1);
  transform: translate(.2em, 0);
  margin-top: 0
}

.text-display-title {
  font-size: var(--text-display-1);
  line-height: 1.0717;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: var(--vspace-1_5);
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: var(--vspace-3);
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-header .text-display-title {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
}

.section-header::before {
  /* hide big background number for a cleaner, more minimal section header */
  display: none;
}

.s-header__menu-links .current a,
.section-header.light-on-dark .text-display-title {
  color: #fff
}

.section-header.light-on-dark::before {
  color: rgba(255, 255, 255, .15)
}

.social-list {
  display: flex;
  align-items: center;
  margin: 0
}

.social-list li {
  padding-left: 0;
  margin-right: .8rem
}

.social-list li:last-child {
  margin-right: 0
}

.social-list a {
  display: flex;
  align-items: center
}

.social-list a:focus svg circle,
.social-list a:focus svg path,
.social-list a:hover svg circle,
.social-list a:hover svg path {
  fill: var(--color-white)
}

.social-list svg {
  height: var(--vspace-0_875);
  width: var(--vspace-0_875)
}

.social-list svg circle,
.social-list svg path {
  fill: rgba(255, 255, 255, 0.5);
  transition: .5s
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.2rem
}

.swiper-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--color-gray-11);
  opacity: 1
}

.swiper-container .swiper-pagination-bullet-active {
  background: var(--color-gray-19);
  opacity: 1
}

.glightbox-container a {
  font-weight: 500 !important;
  color: var(--color-1);
  border-bottom: 1px dotted var(--color-1)
}

.glightbox-container .gslide-inner-content {
  width: min(100%, 1050px);
  padding-top: 10vh
}

.glightbox-container .gslide-description {
  background: #000;
  width: 100%;
  text-align: center
}

.glightbox-container .gdesc-inner {
  padding: var(--vspace-1_25) var(--vspace-0_75) var(--vspace-2)
}

.glightbox-container .gslide-desc,
.glightbox-container .gslide-title {
  width: min(100%, 600px);
  margin: 0 auto
}

.glightbox-container .gslide-title {
  font-family: var(--font-1);
  font-weight: 400;
  font-size: 1.7rem !important;
  color: #fff;
  margin-top: 0;
  margin-bottom: var(--vspace-0_375)
}

.glightbox-container .gslide-desc {
  font-family: var(--font-1);
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.571;
  color: rgba(255, 255, 255, .5) !important
}

.glightbox-container .gclose svg,
.glightbox-container .gnext svg,
.glightbox-container .gprev svg {
  width: 24px
}

.glightbox-container .goverlay {
  background: #000
}


.glightbox-mobile .gslide-inner-content {
  display: flex;          /* استخدام Flexbox لتسهيل الترتيب */
  flex-direction: column; /* جعل العناصر تترتب عموديًا (الصورة فوق الوصف) */
  padding: 0;             /* إزالة أي padding قد يسبب مشاكل */
  height: 100%;           /* السماح بأخذ الارتفاع الكامل */
  overflow-y: auto;       /* السماح بالتمرير الرأسي إذا كان المحتوى أطول من الشاشة */
}

/* استهداف حاوية الوسائط (الصورة/الفيديو) */
.glightbox-mobile .gslide-media {
  order: 1;               /* تحديد ترتيب ظهور الوسائط (أولاً) */
  width: 100%;            /* جعل الصورة تأخذ العرض الكامل */
  flex-shrink: 1;         /* السماح للصورة بالتقلص إذا لزم الأمر */
  margin-bottom: 0;       /* إزالة الهامش السفلي إذا كان موجودًا */
}

/* استهداف حاوية الوصف */
.glightbox-mobile .gslide-description {
  position: relative !important; /* إلغاء أي تحديد موقع مطلق قد يسبب التراكب */
  order: 2;                      /* تحديد ترتيب ظهور الوصف (ثانيًا، بعد الوسائط) */
  background-color: rgba(15, 15, 15, 0.95); /* خلفية داكنة شبه شفافة لتحسين القراءة */
  color: white;                  /* لون النص أبيض */
  padding: 15px;                 /* إضافة padding داخلي */
  margin-top: 0;                 /* إزالة الهامش العلوي */
  width: 100%;                   /* جعل الوصف يأخذ العرض الكامل */
  box-sizing: border-box;        /* تضمين الـ padding في حساب العرض */
  flex-shrink: 0;                /* منع الوصف من التقلص */
}

/* (اختياري) تعديل لون الروابط داخل الوصف لتحسين الوضوح */
.glightbox-mobile .gslide-description a {
  color: #FFE600; /* استخدام لون مميز للروابط */
  text-decoration: underline; /* إضافة خط سفلي للروابط */

}

/* إزالة padding علوي قديم تم إضافته */
.glightbox-mobile .gslide-inner-content {
  padding-top: 0 !important; /* التأكد من إزالة الـ padding العلوي السابق */
}
.grid-block {
  --col: 12;
  --grid-gap-h: calc(var(--gutter) * 2);
  --grid-gap-v: var(--vspace-1);
  display: grid;
  grid-template-columns: repeat(var(--col), [col] 1fr);
  -moz-column-gap: var(--grid-gap-h);
  column-gap: var(--grid-gap-h);
  row-gap: var(--grid-gap-v)
}
.mobile-note {
  display: none;
  color: red;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  .mobile-note {
    display: block;
    margin-top: 10px;
  }
}
.grid-block.no-h-gutter,
.grid-block.no-v-gutter {
  --grid-gap-h: 0
}

.grid-block.grid-16 {
  --col: 16
}

.grid-block .grid-full {
  grid-column: 1/-1
}

.grid-list-items {
  --gap: calc(var(--gutter) * 2);
  --min-width: 300px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--min-width), 100%), 1fr));
  -moz-column-gap: var(--gap);
  column-gap: var(--gap)
}

.s-pagewrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative
}

.s-header {
  --header-height: 72px;
  --logo-width: 10.2rem;
  --width-grid-max: calc(var(--width-sixteen-cols) - calc(var(--gutter) * 2));
  --box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.02), 0 8px 8px rgba(0, 0, 0, 0.02);
  --box-shadow-2: 0 2px 2px rgba(0, 0, 0, 0.03), 0 4px 4px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.03), 0 16px 16px rgba(0, 0, 0, 0.03);
  z-index: 100;
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: min(var(--vspace-0_75), 4vh);
  left: 0
}

.s-header.sticky,
.s-header__inner {
  background-color: var(--color-3);
  box-shadow: var(--box-shadow)
}

.s-header.offset {
  transform: translateY(-100%);
  transition-property: transform, background-color;
  transition-duration: .5s
}

.s-header.scrolling {
  transform: translateY(0)
}

.s-header.sticky {
  opacity: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .03);
  position: fixed;
  top: 0;
  left: 0
}

.s-header.sticky .s-header__inner {
  --width-grid-max: var(--width-default);
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.folio-entries .entry:focus .entry__link::before,
.folio-entries .entry:hover .entry__link::before,
.s-header.sticky.scrolling {
  opacity: 1;
  visibility: visible
}

.s-header__inner {
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .03);
  padding: 0 var(--gutter)
}

.s-header__block {
  z-index: 101;
  position: relative
}

.s-header__logo {
  z-index: 3;
  line-height: 1;
  transform: translate(.2rem, -.05em)
}

.s-header__logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none
}

.s-header__logo img {
  width: var(--logo-width);
  margin: 0;
  vertical-align: bottom
}

.s-header__nav {
  margin-left: var(--vspace-1)
}

.s-header__menu-links {
  list-style: none;
  display: inline-flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0
}

.s-header__menu-links li {
  padding-left: 0
}

.s-header__menu-links a {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--color-gray-14);
  padding: 0 1.2rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.s-header__menu-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 1.2rem;
  right: 1.2rem;
  height: 2px;
  background: var(--color-1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.s-header__menu-links a:hover,
.s-header__menu-links .current a {
  color: #fff;
}

.s-header__menu-links a:hover::after,
.s-header__menu-links .current a::after {
  transform: scaleX(1);
}

.s-header__menu-toggle {
  --toggle-block-width: 44px;
  --toggle-line-width: 28px;
  --toggle-line-height: 1px;
  display: none;
  width: var(--toggle-block-width);
  height: var(--toggle-block-width);
  position: absolute;
  top: calc((var(--header-height) - var(--toggle-block-width))/ 2);
  right: calc(var(--gutter) * 2 - .8rem)
}

.s-header__menu-toggle span {
  display: block;
  background-color: #fff;
  width: var(--toggle-line-width);
  height: var(--toggle-line-height);
  margin-top: -1px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  transition: .5s;
  position: absolute;
  right: calc((var(--toggle-block-width) - var(--toggle-line-width))/ 2);
  top: 50%;
  bottom: auto;
  left: auto
}

.counter-items .num,
.folio-entries .entry__cat,
.folio-entries .entry__title,
.s-numbers h5 {
  font-family: var(--font-1)
}

.s-header__menu-toggle span::after,
.s-header__menu-toggle span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  transition: .5s;
  position: absolute;
  left: 0
}

.s-header__menu-toggle span::before {
  top: -10px
}

.s-header__menu-toggle span::after {
  bottom: -10px
}

.s-header__menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  transition: .1s
}

.s-header__menu-toggle.is-clicked span::after,
.s-header__menu-toggle.is-clicked span::before {
  background-color: #fff
}

.s-header__menu-toggle.is-clicked span::before {
  top: 0;
  transform: rotate(135deg)
}

.s-header__menu-toggle.is-clicked span::after {
  bottom: 0;
  transform: rotate(225deg)
}

@media screen and (max-width:900px) {
  .stack-on-900 {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .s-header__contact .btn,
  .s-header__inner,
  .s-header__nav {
    width: 100%;
    margin: 0
  }

  .s-header {
    --header-height: 80px;
    top: 0
  }

  .s-header.sticky {
    box-shadow: none;
    border: none
  }

  .s-header__inner {
    padding: 0;
    border: none;
    box-shadow: none
  }

  .s-header__block {
    width: 100%;
    height: var(--header-height);
    box-shadow: var(--box-shadow);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .03)
  }

  .s-header__logo {
    position: absolute;
    left: calc(var(--gutter) * 2);
    top: 50%;
    transform: translate(0, -50%)
  }

  .s-header__nav {
    display: block;
    transform: scaleY(0);
    transform-origin: center top;
    background-color: var(--color-3);
    box-shadow: var(--box-shadow-2);
    border-bottom: 1px solid rgba(255, 255, 255, .03);
    padding-top: calc(var(--header-height) + var(--vspace-1_25));
    padding-right: calc(var(--gutter) * 2);
    padding-left: calc(var(--gutter) * 2);
    padding-bottom: var(--vspace-1_5);
    position: absolute;
    top: 0;
    left: 0
  }

  .s-header__menu-links {
    margin: 0;
    transform: translateY(-2rem);
    opacity: 0;
    visibility: hidden;
    display: block
  }

  .s-header__menu-links a {
    font-size: var(--text-size);
    padding: var(--vspace-0_25) 0
  }

  .s-header__contact {
    margin-top: var(--vspace-1_5)
  }

  .s-header__menu-toggle {
    display: block
  }

  .menu-is-open .s-header {
    height: auto
  }

  .menu-is-open .s-header__block {
    box-shadow: none
  }

  .menu-is-open .s-header__nav {
    transform: scaleY(1);
    transition: transform .4s cubic-bezier(.215, .61, .355, 1);
    transition-delay: 0s
  }

  .menu-is-open .s-header__contact,
  .menu-is-open .s-header__menu-links {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .6s cubic-bezier(.215, .61, .355, 1);
    transition-delay: 0.3s
  }
}

.s-intro,
.s-intro__content {
  position: relative;
  z-index: 2
}

.s-intro {
  --content-padding-top: max(20rem, 18vh);
  --content-padding-bottom: 8rem;
  --content-min-height: 100vh;
  background: #000000;
  width: 100%;
  height: 100vh;

  overflow: hidden;
  position: relative;
}

.s-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 40%, rgba(255, 122, 26, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(255, 122, 26, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(255, 122, 26, 0.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.s-intro::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Rotating Adobe Apps Background */
.adobe-apps-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.12;
}

.adobe-app {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255, 122, 26, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 122, 26, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 25px rgba(255, 122, 26, 0.2);
  transition: all 0.3s ease;
  will-change: transform;
}

.adobe-app:hover {
  background: rgba(255, 122, 26, 0.25);
  border-color: rgba(255, 122, 26, 0.5);
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 0 0 35px rgba(255, 122, 26, 0.3);
}

.adobe-app svg {
  width: 50px;
  height: 50px;
  fill: rgba(255, 122, 26, 0.9);
  filter: drop-shadow(0 2px 10px rgba(255, 122, 26, 0.4));
  transition: all 0.3s ease;
}

.adobe-app:hover svg {
  fill: rgba(255, 122, 26, 1);
  filter: drop-shadow(0 4px 15px rgba(255, 122, 26, 0.6));
}

/* Position apps in a circle */
.adobe-app:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: orbit 20s linear infinite;
  animation-delay: 0s;
}

.adobe-app:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  animation: orbit 20s linear infinite;
  animation-delay: -5s;
}

.adobe-app:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: orbit 20s linear infinite;
  animation-delay: -10s;
}

.adobe-app:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation: orbit 20s linear infinite;
  animation-delay: -15s;
}

.adobe-app:nth-child(5) {
  top: 15%;
  right: 15%;
  animation: orbit 20s linear infinite;
  animation-delay: -2.5s;
}

.adobe-app:nth-child(6) {
  bottom: 15%;
  right: 15%;
  animation: orbit 20s linear infinite;
  animation-delay: -7.5s;
}

.adobe-app:nth-child(7) {
  bottom: 15%;
  left: 15%;
  animation: orbit 20s linear infinite;
  animation-delay: -12.5s;
}

.adobe-app:nth-child(8) {
  top: 15%;
  left: 15%;
  animation: orbit 20s linear infinite;
  animation-delay: -17.5s;
}

@keyframes orbit {
  0% {
    transform: rotate(0deg) translateX(300px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(300px) rotate(-360deg);
  }
}

/* Alternative: Rotating in place */
.adobe-apps-rotate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  animation: rotateContainer 30s linear infinite;
  will-change: transform;
}

.adobe-apps-rotate .adobe-app {
  position: absolute;
  animation: none;
}

.adobe-apps-rotate .adobe-app:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.adobe-apps-rotate .adobe-app:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.adobe-apps-rotate .adobe-app:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.adobe-apps-rotate .adobe-app:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@keyframes rotateContainer {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Ensure animations are visible and smooth */
.adobe-apps-rotate,
.adobe-apps-orbit-2 {
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

/* Second orbit for more apps */
.adobe-apps-orbit-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.15;
  animation: rotateContainerReverse 40s linear infinite;
  will-change: transform;
}

.adobe-app-small {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 122, 26, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 122, 26, 0.25);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 122, 26, 0.15);
  transition: all 0.3s ease;
  will-change: transform;
}

.adobe-app-small:hover {
  background: rgba(255, 122, 26, 0.2);
  border-color: rgba(255, 122, 26, 0.4);
  transform: scale(1.15);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 122, 26, 0.25);
}

.adobe-app-small svg {
  width: 35px;
  height: 35px;
  fill: rgba(255, 122, 26, 0.85);
  filter: drop-shadow(0 2px 8px rgba(255, 122, 26, 0.4));
  transition: all 0.3s ease;
}

.adobe-app-small:hover svg {
  fill: rgba(255, 122, 26, 1);
  filter: drop-shadow(0 4px 12px rgba(255, 122, 26, 0.6));
}

.adobe-apps-orbit-2 .adobe-app-small:nth-child(1) {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.adobe-apps-orbit-2 .adobe-app-small:nth-child(2) {
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

.adobe-apps-orbit-2 .adobe-app-small:nth-child(3) {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.adobe-apps-orbit-2 .adobe-app-small:nth-child(4) {
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

@keyframes rotateContainerReverse {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.s-footer,
.s-numbers {
  background-color: #000
}

.s-intro__content {
  align-items: flex-end;
  height: 100%;
  padding-top: var(--content-padding-top);
  padding-bottom: var(--content-padding-bottom)
}

.s-intro__content-text {
  z-index: 3;
  grid-column: 1/span 8;
  margin-top: var(--vspace-1);
  position: relative;
}

.s-intro__content-pretitle {
  font-weight: 600;
  margin-bottom: var(--vspace-0_125);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.s-intro__content-title {
  font-size: clamp(3.8rem, 4.8vw, 8.8rem);
  line-height: 1.045;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: var(--vspace-1_25);
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}

.s-intro__content-btns {
  --color-btn: white;
  --color-btn-text: black;
  --color-btn-hover: rgba(0, 0, 0, 0.9);
  --color-btn-hover-text: var(--color-white);
  margin-top: var(--vspace-2);
  z-index: 3;
  position: relative;
}

.s-intro__content-btns .btn {
  margin-right: var(--vspace-0_375)
}

.s-intro__content-btns .btn:last-child {
  margin-right: 0
}

.s-intro__content-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0%
}

.s-intro__content-media::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 41, 41, 0);
  pointer-events: none
}

.s-intro__content-media::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 15%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  opacity: 0
}

.s-intro__content-media img {
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

.s-intro__btn-download {
  --color-btn-stroke: white;
  --color-btn-stroke-text: white;
  --color-btn-stroke-hover: white;
  --color-btn-stroke-hover-text: var(--color-text-dark);
  --hline-width: min(16rem, 8vw);
  z-index: 2;
  position: absolute;
  bottom: var(--content-padding-bottom);
  left: calc(50% + var(--hline-width)/ 2)
}

.s-intro__btn-download .btn--stroke,
.s-testimonials__slide {
  position: relative
}

.s-intro__btn-download .btn--stroke::before {
  content: "";
  display: block;
  height: 2px;
  width: var(--hline-width);
  background-color: #fff;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(var(--hline-width) * -1)
}

.s-intro__social {
  z-index: 3;
  display: block;
  position: absolute;
  bottom: calc(var(--vspace-2) + var(--vspace-1_75) + 12rem);
  right: calc(var(--gutter) + var(--vspace-1_25))
}

.s-intro__social li {
  padding-right: 0;
  margin-right: 0;
  margin-bottom: var(--vspace-0_625)
}

.s-intro__social svg {
  height: var(--vspace-0_75);
  width: var(--vspace-0_75)
}

.s-intro__social svg circle,
.s-intro__social svg path {
  fill: rgb(255, 255, 255);
  transition: all 0.3s ease;
}

.s-intro__social a:hover svg circle,
.s-intro__social a:hover svg path {
  fill: var(--color-1);
  transform: scale(1.1);
}

.s-intro__scroll-down {
  --line-length: 8rem;
  z-index: 3;
  position: absolute;
  bottom: var(--vspace-2);
  right: calc(var(--gutter) + var(--vspace-0_75))
}

.s-intro__scroll-down::before {
  content: "";
  display: block;
  height: var(--line-length);
  width: 1px;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  top: calc(var(--line-length) * -1 - var(--vspace-1));
  left: 50%
}

.s-intro__scroll-down a {
  display: inline-flex;
  align-items: center;
  color: var(--color-3)
}

.s-intro__scroll-down span {
  display: block;
  font-family: var(--font-1);
  font-size: var(--text-size);
  font-weight: 300;
  line-height: var(--vspace-2)
}

.s-intro__scroll-down .scroll-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--vspace-1_75);
  width: var(--vspace-1_75);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  animation: bounce 2s infinite;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.s-intro__scroll-down:hover .scroll-icon {
  border-color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.s-intro__scroll-down svg,
.ss-go-top svg {
  height: calc(.3 * var(--space));
  width: calc(.3 * var(--space))
}

.s-intro__scroll-down svg path,
.ss-go-top svg path {
  fill: white
}

.s-header__inner,
.s-intro__btn-download,
.s-intro__content-btns,
.s-intro__content-media,
.s-intro__content-pretitle,
.s-intro__content-title,
.s-intro__scroll-down,
.s-intro__social {
  transition-timing-function: cubic-bezier(0.28, 0.12, 0.22, 1);
  transition-duration: .6s;
  transition-delay: 0s;
  opacity: 0
}

.s-header__inner,
.s-intro__content-media,
.s-intro__scroll-down,
.s-intro__social {
  transition-property: opacity
}

.s-intro__content-pretitle {
  transition-property: opacity, transform;
  transform: translate(.2em, 150px)
}

.s-intro__content-btns,
.s-intro__content-title {
  transition-property: opacity, transform;
  transform: translateY(150px)
}

.s-intro__btn-download {
  transition-property: opacity, transform;
  transform: translateX(-150px)
}

.no-js .s-header__inner,
.no-js .s-intro__content-media,
.no-js .s-intro__scroll-down,
.no-js .s-intro__social,
.ss-show .s-header__inner,
.ss-show .s-intro__content-media,
.ss-show .s-intro__scroll-down,
.ss-show .s-intro__social {
  opacity: 1
}

.no-js .s-intro__content-pretitle,
.ss-show .s-intro__content-pretitle {
  opacity: 1;
  transform: translate(.2em, 0);
  transition-delay: 0.3s
}

.no-js .s-intro__content-btns,
.no-js .s-intro__content-title,
.ss-show .s-intro__content-btns,
.ss-show .s-intro__content-title {
  opacity: 1;
  transform: translateY(0)
}

.no-js .s-intro__content-media img,
.ss-show .s-intro__content-media img {
  transition-delay: 0.15s
}

.no-js .s-intro__content-title,
.ss-show .s-intro__content-title {
  transition-delay: 0.45s
}

.no-js .s-intro__content-btns,
.ss-show .s-intro__content-btns {
  transition-delay: 0.6s
}

.no-js .s-intro__btn-download,
.ss-show .s-intro__btn-download {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.75s
}

.no-js .s-intro__scroll-down,
.no-js .s-intro__social,
.ss-show .s-intro__scroll-down,
.ss-show .s-intro__social {
  transition-delay: 1.2s
}

.no-js .s-header__inner,
.ss-show .s-header__inner {
  transition-delay: 1.5s
}

@media screen and (max-width:1400px) {
  .section-header .text-display-title {
    font-size: var(--text-xxxl)
  }

  .section-header::before {
    font-size: 8.6em
  }

  .s-intro__content-pretitle {
    font-size: var(--text-sm);
    line-height: var(--vspace-0_75)
  }

  .s-intro__social {
    right: calc(var(--gutter) + var(--vspace-0_5))
  }

  .s-intro__scroll-down {
    right: var(--gutter)
  }
}

@media screen and (max-width:1200px) {
  .lg-1 {
    flex: none;
    width: 8.3333333333%
  }

  .lg-2 {
    flex: none;
    width: 16.6666666667%
  }

  .lg-3 {
    flex: none;
    width: 25%
  }

  .lg-4 {
    flex: none;
    width: 33.3333333333%
  }

  .lg-5 {
    flex: none;
    width: 41.6666666667%
  }

  .lg-6 {
    flex: none;
    width: 50%
  }

  .lg-7 {
    flex: none;
    width: 58.3333333333%
  }

  .lg-8 {
    flex: none;
    width: 66.6666666667%
  }

  .lg-9 {
    flex: none;
    width: 75%
  }

  .lg-10 {
    flex: none;
    width: 83.3333333333%
  }

  .lg-11 {
    flex: none;
    width: 91.6666666667%
  }

  .lg-12 {
    flex: none;
    width: 100%
  }

  .s-intro__content-btns {
    padding-right: min(2rem, 2vw)
  }

  .s-intro__content-btns .btn {
    width: 100%;
    margin-right: 0
  }

  .s-intro__btn-download {
    --hline-width: min(4rem, 4vw);
    left: calc(50% + var(--hline-width) - 2px)
  }
}

@media screen and (max-width:1080px) {
  .s-intro {
    --content-padding-top: max(12rem, 16vh);
    --content-padding-bottom: 9.6rem
  }

  .s-intro__content {
    padding-bottom: var(--vspace-0_75);
    align-items: center
  }

  .s-intro__content-text {
    grid-column: 1/-1;
    text-align: center;
    max-width: 70vw;
    margin: 0 auto;
    z-index: 3;
    position: relative;
  }

  .s-intro__content-title {
    font-size: clamp(4.2rem, 8.2vw, 8.8rem);
    color: #fff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.3);
  }
  
  .adobe-apps-rotate {
    opacity: 0.15;
    width: 400px;
    height: 400px;
  }
  
  .adobe-apps-orbit-2 {
    opacity: 0.12;
    width: 550px;
    height: 550px;
  }
  
  .adobe-app {
    width: 60px;
    height: 60px;
  }
  
  .adobe-app svg {
    width: 35px;
    height: 35px;
  }
  
  .adobe-app-small {
    width: 50px;
    height: 50px;
  }
  
  .adobe-app-small svg {
    width: 28px;
    height: 28px;
  }

  .s-intro__content-title br {
    display: none
  }

  .s-intro__content-btns {
    --color-btn: white;
    --color-btn-text: var(--color-text-dark);
    --color-btn-hover: var(--color-1);
    --color-btn-hover-text: white;
    --color-btn-stroke: white;
    --color-btn-stroke-text: white;
    --color-btn-stroke-hover: white;
    --color-btn-stroke-hover-text: var(--color-text-dark);
    padding-right: 0;
    max-width: 400px;
    margin: var(--vspace-1) auto 0
  }

  .s-intro__content-btns .btn {
    margin-right: 0
  }

  .s-intro__content-media {
    left: 0
  }

  .s-intro__content-media::before {
    opacity: 0
  }

  .s-intro__social {
    right: calc(2.4rem + var(--vspace-0_375))
  }

  .s-intro__social svg {
    height: var(--vspace-0_625);
    width: var(--vspace-0_625)
  }

  .s-intro__btn-download {
    --hline-width: 8vw;
    left: var(--hline-width);
    bottom: var(--vspace-0_75)
  }

  .s-intro__btn-download .btn--stroke {
    --btn-height: var(--vspace-1_25);
    background: 0 0 !important;
    border: 2px solid transparent;
    padding: 0 2.4rem
  }

  .s-intro__btn-download .btn--stroke::before {
    height: 1px;
    opacity: .5;
    top: calc(50% - 1px)
  }

  .s-intro__btn-download .btn--stroke::after {
    content: "";
    display: block;
    background-color: var(--color-1);
    height: 2px;
    width: 0;
    bottom: 0;
    left: 2rem;
    transition: width .2s ease-in-out
  }

  .s-intro__btn-download .btn--stroke:hover {
    color: #fff
  }

  .s-intro__btn-download .btn--stroke:hover::after {
    width: 100%
  }

  .s-intro__scroll-down {
    bottom: var(--vspace-1);
    right: 2.4rem
  }

  .s-intro__scroll-down .scroll-icon {
    height: var(--vspace-1_5);
    width: var(--vspace-1_5)
  }
}

.s-about__list,
.s-footer .link-list {
  list-style: none;
  margin-left: 0
}

.s-about {
  padding-top: var(--vspace-7);
  color: var(--color-3);
  position: relative;
  background: #000000;
}

.s-about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 122, 26, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 122, 26, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.s-about::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.2), transparent);
  z-index: 1;
}

.s-about__content {
  position: relative;
  z-index: 1;
}

.s-about__blocks {
  margin-top: var(--vspace-3);
  position: relative;
  z-index: 1;
}

.s-about__blocks .s-about__block-title {
  margin-top: 0;
  margin-bottom: var(--vspace-1);
  padding-left: 1.45rem;
  position: relative
}

.s-about__blocks .s-about__block-title::before {
  content: "";
  height: .7em;
  width: 3px;
  background-color: #ff7a1a;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%
}

.s-about__list {
  font-size: calc(var(--text-size) * 1.05)
}

.s-about__list a {
  color: var(--color-text)
}

.s-about__list li {
  font-weight: 500;
  margin-bottom: var(--vspace-0_625);
  padding-left: 0
}

.s-about__list span {
  display: block;
  font-size: var(--text-sm);
  font-weight: 300;
  line-height: 1.2;
  color: var(--color-text-light) !important
}

.s-works {
  padding-top: var(--vspace-6);
  padding-bottom: var(--vspace-1);
  position: relative;
  background: #000000;
}

.s-works::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 40%, rgba(255, 122, 26, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(255, 122, 26, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.s-works::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.2), transparent);
  z-index: 1;
}

.s-numbers,
.s-testimonials {
  padding-bottom: var(--vspace-4)
}

.folio-entries {
  --width-grid-max: 1400px;
  margin-top: var(--vspace-0_5)
}

.folio-entries .entry {
  flex: none;
  width: 50%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  will-change: transform;
}

.folio-entries .entry__link {
  display: block;
  position: relative
}

.folio-entries .entry__link img {
  vertical-align: bottom;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.65);
  transform: scale(1);
}

.folio-entries .entry__link:hover img {
  transform: scale(1.03) translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 122, 26, 0.2);
}

.folio-entries .entry__link::before {
  /* remove dark hover overlay for a cleaner thumbnail style */
  display: none;
}

.folio-entries .entry__info {
  z-index: 1;
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
  text-align: left;
  padding: 1.2rem 0 1.6rem;
  transition: all 0.3s ease;
}

.folio-entries .entry:hover .entry__info {
  transform: translateY(-2px);
}

.folio-entries .entry__cat {
  font-size: calc(var(--text-size) * .8);
  line-height: 1.75;
  color: var(--color-gray-15)
}

.folio-entries .entry__title {
  font-weight: 500;
  font-size: var(--text-size);
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: var(--vspace-0_125);
  color: #fff
}

.folio-entries .entry:focus .entry__info,
.folio-entries .entry:hover .entry__info {
  /* keep info visible; subtle hover effect handled by image shadow/scale if needed */
  transform: none;
  opacity: 1;
  visibility: visible;
}

/* Professional Testimonials Section - Black, White, Yellow Theme */
.s-testimonials { 
  padding-top: var(--vspace-5);
  padding-bottom: var(--vspace-6);
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: #000000;
}

.s-testimonials::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 50% 40%, rgba(255, 122, 26, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 50% 60%, rgba(255, 122, 26, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.s-testimonials::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.2), transparent);
  z-index: 1;
}

/* Section Header */
.s-testimonials__header { 
  margin-top: 0; 
  margin-bottom: var(--vspace-2); 
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}

/* Rating Stars */
.review-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--vspace-2_5);
  gap: 15px;
}

.review-stars h3 {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.star {
  color: #ff7a1a;
  font-size: 2.4rem;
  margin: 0 3px;
  text-shadow: 0 0 10px rgba(255, 122, 26, 0.5);
  filter: drop-shadow(0 0 8px rgba(255, 122, 26, 0.4));
}

/* Swiper Container */
.s-testimonials .swiper-container { 
  padding-bottom: var(--vspace-3);
  overflow: visible;
  position: relative;
}

/* Professional Testimonial Cards */
.s-testimonials__slide {
  padding: 35px 30px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  border-radius: 20px;
  margin-bottom: 1rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(0, 0, 0, 0.05);
  will-change: transform;
  position: relative;
  overflow: hidden;
}

.s-testimonials__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ff7a1a, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.s-testimonials__slide:hover::before {
  opacity: 1;
}

.s-testimonials__slide:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 122, 26, 0.2), 0 0 30px rgba(255, 122, 26, 0.1);
  border-color: rgba(255, 122, 26, 0.3);
}

/* Author Information */
.s-testimonials__author { 
  display: flex;
  align-items: center;
  min-height: var(--vspace-2_5); 
  margin-bottom: var(--vspace-1_5); 
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Avatar */
.s-testimonials__avatar { 
  width: 60px; 
  height: 60px; 
  border-radius: 50%; 
  margin-right: 15px;
  border: 3px solid #ff7a1a;
  box-shadow: 0 4px 15px rgba(255, 122, 26, 0.3);
  object-fit: cover;
  transition: all 0.3s ease;
}

.s-testimonials__slide:hover .s-testimonials__avatar {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 122, 26, 0.5);
}

/* Author Citation */
.s-testimonials__cite {
  display: inline-block;
  flex: 1;
}

.s-testimonials__cite span, 
.s-testimonials__cite strong { 
  font-style: normal; 
  transition: .3s ease-in-out;
}

.s-testimonials__cite strong { 
  font-size: 1.8rem; 
  font-weight: 700; 
  line-height: 1.3; 
  display: block;
  margin-bottom: 6px;
  color: #000;
  letter-spacing: -0.01em;
}

.s-testimonials__cite span { 
  display: block; 
  font-size: 1.4rem; 
  font-weight: 500; 
  line-height: 1.4; 
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Testimonial Text */
.s-testimonials__slide p {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}

.s-testimonials__slide p::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 4rem;
  color: #ff7a1a;
  font-family: Georgia, serif;
  line-height: 1;
  opacity: 0.3;
}

/* Swiper Pagination - Yellow Theme */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 6px !important;
  transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
  background: #ff7a1a !important;
  width: 30px !important;
  border-radius: 5px !important;
  box-shadow: 0 0 15px rgba(255, 122, 26, 0.6) !important;
}

@media screen and (max-width: 768px) {
  .swiper-container.s-testimonials__slider {
    width: 100%;
    padding-bottom: 50px;
  }

  .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }

  .s-testimonials__slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 30px 25px;
  }

  .s-testimonials__header {
    font-size: 3rem;
  }

  .review-stars h3 {
    font-size: 2.4rem;
  }

  .star {
    font-size: 2rem;
  }

  .swiper-pagination {
    bottom: 10px !important;
  }
}

.s-footer .link-list a:focus,
.s-footer .link-list a:hover,
.s-footer__block a:focus,
.s-footer__block a:hover,
.s-numbers {
  color: #fff
}

@media screen and (max-width:500px) {

  .h1,
  h1 {
    font-size: var(--text-xxxl);
    line-height: calc(1.625 * var(--space))
  }

  blockquote {
    padding: var(--vspace-0_75) var(--vspace-0_75)
  }

  blockquote p {
    font-size: var(--text-md);
    line-height: var(--vspace-1)
  }

  .text-pretitle {
    font-size: var(--text-size);
    line-height: var(--vspace-0_75)
  }

  .section-header {
    margin-bottom: var(--vspace-2_5)
  }

  .section-header .text-display-title {
    font-size: var(--text-xxl)
  }

  .section-header::before {
    font-size: 7em;
    left: 0
  }

  .folio-entries .entry {
    width: 100%
  }
}

.s-numbers {
  padding-top: var(--vspace-5_5);
  position: relative;
  background: #000000;
}

.s-numbers::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 50% 30%, rgba(255, 122, 26, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 50% 70%, rgba(255, 122, 26, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.s-numbers::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.2), transparent);
  z-index: 1;
}

.s-numbers h5 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: var(--vspace-0_75)
}

.counter-items__item {
  flex: none;
  width: 50%;
  margin-bottom: var(--vspace-0_625);
  will-change: transform;
  transition: all 0.3s ease;
}

.counter-items .num {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: var(--text-huge-3);
  letter-spacing: -.035em;
  line-height: 1;
  color: var(--color-3-dark);
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 122, 26, 0.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

.counter-items__item:hover .num {
  transform: scale(1.05);
}

.counter-items span {
  font-size: .5em;
  margin-left: .1em
}

@media screen and (max-width:700px) {
  .stack-on-700 {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .counter-items__item {
    width: 100%
  }
}

.s-footer {
  --bottom-padding: var(--vspace-2_5);
  margin-top: auto;
  padding-top: var(--vspace-6);
  padding-bottom: var(--bottom-padding);
  color: var(--color-gray-15);
  position: relative;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.s-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(255, 122, 26, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(255, 122, 26, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.s-footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.2), transparent);
  z-index: 1;
}

.s-footer h5 {
  color: #fff;
  margin-top: 0
}

.s-footer__block a {
  color: var(--color-gray-12)
}

.s-footer__about {
  padding-top: var(--vspace-0_25)
}

.s-footer__about>* {
  width: min(100%, 560px)
}

.s-footer__buttons {
  --color-btn-stroke: white;
  --color-btn-stroke-text: white;
  --color-btn-stroke-hover: white;
  --color-btn-stroke-hover-text: var(--color-text-dark);
  margin-top: var(--vspace-0_75);
  margin-bottom: var(--vspace-2_5)
}

.s-footer__bottom {
  font-size: calc(var(--text-size) * .8);
  color: rgba(0, 0, 0, .2);
  padding-top: var(--vspace-1_25);
  margin-top: var(--vspace-0_75);
  position: relative
}

.s-footer__bottom::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 2 * var(--gutter));
  background-color: rgba(0, 0, 0, .04);
  position: absolute;
  top: 0;
  left: var(--gutter)
}

.s-footer__social svg circle,
.s-footer__social svg path {
  fill: var(--color-gray-15);
  transition: .5s
}

.s-footer .link-list a {
  color: var(--color-gray-15);
  border: none
}

.ss-copyright {
  margin: 0 var(--vspace-2) 0 0;
  line-height: var(--vspace-0_875)
}

.ss-copyright a {
  color: var(--color-gray-5)
}

.ss-copyright span {
  display: inline-block
}

.ss-copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 .8rem 0 1rem;
  color: rgba(255, 255, 255, .04)
}

.ss-copyright span:last-child::after {
  display: none
}

.ss-go-top {
  --width-label: 11rem;
  z-index: 2;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: calc(var(--bottom-padding) - var(--vspace-0_5));
  right: calc(var(--gutter) + var(--vspace-0_75) - var(--width-label) - var(--vspace-1_75) - var(--vspace-0_75));
  transform: rotate(-90deg);
  transform-origin: left bottom
}

.logo,
.logos-slide {
  display: inline-block
}

.ss-go-top span {
  display: block;
  width: var(--width-label);
  font-size: 1.1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: var(--color-gray-15);
  position: relative
}

.ss-go-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #fff;
  height: var(--vspace-1_75);
  width: var(--vspace-1_75);
  border-radius: 50%;
  margin-right: var(--vspace-0_75);
  position: relative
}

@media screen and (max-width:1600px) {
  .ss-go-top {
    bottom: calc(var(--bottom-padding) - var(--vspace-0_25));
    right: 0
  }

  .ss-go-top span {
    display: none
  }

  .ss-go-top a {
    margin: 0;
    height: var(--vspace-1_5);
    width: var(--vspace-1_5)
  }

  .ss-go-top svg {
    height: calc(.25 * var(--space));
    width: calc(.25 * var(--space))
  }
}

@media screen and (max-width:1200px) {
  .ss-copyright {
    margin-top: var(--vspace-0_5)
  }

  .ss-go-top {
    bottom: calc(var(--bottom-padding) + var(--vspace-0_75));
    right: calc(var(--gutter) - 1.2rem)
  }
}

@media screen and (max-width:1000px) {
  :root {
    --gutter: 2.2rem
  }

  .md-1 {
    flex: none;
    width: 8.3333333333%
  }

  .md-2 {
    flex: none;
    width: 16.6666666667%
  }

  .md-3 {
    flex: none;
    width: 25%
  }

  .md-4 {
    flex: none;
    width: 33.3333333333%
  }

  .md-5 {
    flex: none;
    width: 41.6666666667%
  }

  .md-6 {
    flex: none;
    width: 50%
  }

  .md-7 {
    flex: none;
    width: 58.3333333333%
  }

  .md-8 {
    flex: none;
    width: 66.6666666667%
  }

  .md-9 {
    flex: none;
    width: 75%
  }

  .md-10 {
    flex: none;
    width: 83.3333333333%
  }

  .md-11 {
    flex: none;
    width: 91.6666666667%
  }

  .md-12 {
    flex: none;
    width: 100%
  }

  .counter-items .num {
    font-size: var(--text-huge-1)
  }

  .s-footer__about>* {
    width: 100%
  }

  .ss-go-top {
    right: calc(var(--gutter)/ 2)
  }
}

@media screen and (max-width:800px) {
  .tab-1 {
    flex: none;
    width: 8.3333333333%
  }

  .tab-2 {
    flex: none;
    width: 16.6666666667%
  }

  .tab-3 {
    flex: none;
    width: 25%
  }

  .tab-4 {
    flex: none;
    width: 33.3333333333%
  }

  .tab-5 {
    flex: none;
    width: 41.6666666667%
  }

  .tab-6 {
    flex: none;
    width: 50%
  }

  .tab-7 {
    flex: none;
    width: 58.3333333333%
  }

  .tab-8 {
    flex: none;
    width: 66.6666666667%
  }

  .tab-9 {
    flex: none;
    width: 75%
  }

  .tab-10 {
    flex: none;
    width: 83.3333333333%
  }

  .tab-11 {
    flex: none;
    width: 91.6666666667%
  }

  .tab-12 {
    flex: none;
    width: 100%
  }

  .attention-getter,
  .lead {
    font-size: calc(var(--text-size) * 1.1);
    line-height: calc(1.125 * var(--space))
  }

  .s-testimonials__slide,
  .testimonials__slide {
    text-align: center
  }

  .s-testimonials__cite,
  .testimonials__cite {
    text-align: left
  }

  .grid-block,
  .grid-block.grid-16 {
    --col: 8
  }

  .s-about {
    padding-top: var(--vspace-5)
  }

  .folio-entries .entry__cat {
    font-size: calc(var(--text-size) * .7)
  }

  .folio-entries .entry__title {
    font-size: calc(var(--text-size) * .85)
  }

  .ss-copyright span {
    display: block
  }

  .ss-copyright span::after {
    display: none
  }

  .ss-go-top {
    right: calc(var(--gutter)/ 2 - var(--vspace-0_25))
  }
}

@media screen and (max-width:600px) {
  :root {
    --multiplier: .9375;
    --gutter: 1rem
  }

  .row {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw
  }

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

  .mob-1 {
    flex: none;
    width: 8.3333333333%
  }

  .mob-2 {
    flex: none;
    width: 16.6666666667%
  }

  .mob-3 {
    flex: none;
    width: 25%
  }

  .mob-4 {
    flex: none;
    width: 33.3333333333%
  }

  .mob-5 {
    flex: none;
    width: 41.6666666667%
  }

  .mob-6 {
    flex: none;
    width: 50%
  }

  .mob-7 {
    flex: none;
    width: 58.3333333333%
  }

  .mob-8 {
    flex: none;
    width: 66.6666666667%
  }

  .mob-9 {
    flex: none;
    width: 75%
  }

  .mob-10 {
    flex: none;
    width: 83.3333333333%
  }

  .mob-11 {
    flex: none;
    width: 91.6666666667%
  }

  .mob-12 {
    flex: none;
    width: 100%
  }

  .pgn ul {
    padding: 0 5.2rem
  }

  .grid-block,
  .grid-block.grid-16 {
    --col: 4
  }

  .s-header__logo {
    left: calc(var(--gutter) * 2 + 2vw)
  }

  .s-header__menu-toggle {
    right: calc(var(--gutter) * 2 + .4rem)
  }

  .s-header__nav {
    padding-left: calc(var(--gutter) * 2 + 2.2vw);
    padding-right: calc(var(--gutter) * 2 + 2vw)
  }

  .s-intro__scroll-down::before,
  .s-intro__social {
    display: none
  }

  .s-intro__content-text {
    max-width: 80vw
  }

  .s-intro__scroll-down {
    bottom: var(--vspace-1_25)
  }

  .ss-go-top {
    right: calc(var(--vspace-0_25) * -1)
  }
}

@media screen and (max-width:400px) {

  .column,
  .row .row {
    margin-left: 0;
    margin-right: 0
  }

  .column {
    flex: none;
    width: 100%;
    padding: 0
  }

  .attention-getter,
  .lead {
    font-size: var(--text-size);
    line-height: var(--vspace-1)
  }

  .s-header__menu-toggle {
    right: calc(var(--gutter) * 2)
  }

  .s-intro {
    --content-padding-top: max(10rem, 10vh)
  }

  .ss-go-top {
    right: -2rem
  }
}

/* Professional Notification Banner */
.notification-banner {
  background: linear-gradient(135deg, #000000 0%, #0a0a0a 100%);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 122, 26, 0.2);
  border-bottom: 2px solid rgba(255, 122, 26, 0.3);
  animation: slideDown 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.notification-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.1), transparent);
  pointer-events: none;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.notification-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px 60px 16px 20px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  flex-wrap: wrap;
}

.notification-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.2) 0%, rgba(255, 122, 26, 0.1) 100%);
  border-radius: 50%;
  border: 1px solid rgba(255, 122, 26, 0.3);
  flex-shrink: 0;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 122, 26, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 8px rgba(255, 122, 26, 0);
  }
}

.notification-icon svg {
  color: #ff7a1a;
  width: 18px;
  height: 18px;
}

.notification-text {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 200px;
}

.notification-label {
  background: linear-gradient(135deg, #ff7a1a 0%, #ff8c42 100%);
  color: #000;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(255, 122, 26, 0.3);
}

.notification-message {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.notification-countdown {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 122, 26, 0.1);
  border: 1px solid rgba(255, 122, 26, 0.2);
  border-radius: 8px;
  flex-shrink: 0;
}

.countdown-label {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

#countdown {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff7a1a;
  font-family: 'Courier New', monospace;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(255, 122, 26, 0.5);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff7a1a 0%, #ff8c42 100%);
  color: #000;
  padding: 10px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(255, 122, 26, 0.4);
  border: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.cta-button:hover::before {
  width: 300px;
  height: 300px;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(255, 122, 26, 0.5);
  background: linear-gradient(135deg, #ff8c42 0%, #ff7a1a 100%);
}

.cta-button svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.cta-button:hover svg {
  transform: translateX(3px);
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
  margin: 0;
}

.close-btn:hover {
  background: rgba(255, 122, 26, 0.2);
  border-color: rgba(255, 122, 26, 0.4);
  color: #ff7a1a;
  transform: translateY(-50%) rotate(90deg);
}

.close-btn svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 768px) {
  .notification-content {
    padding: 12px 50px 12px 15px;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .notification-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: auto;
    flex: 1 1 100%;
  }
  
  .notification-label {
    font-size: 1rem;
    padding: 4px 10px;
  }
  
  .notification-message {
    font-size: 1.3rem;
    white-space: normal;
  }
  
  .notification-countdown {
    padding: 6px 12px;
    flex: 1;
    justify-content: center;
  }
  
  .countdown-label {
    font-size: 1rem;
  }
  
  #countdown {
    font-size: 1.2rem;
  }
  
  .cta-button {
    padding: 8px 18px;
    font-size: 1.2rem;
    flex: 1;
    justify-content: center;
  }
  
  .close-btn {
    right: 10px;
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  .notification-content {
    padding: 10px 40px 10px 12px;
  }
  
  .notification-icon {
    width: 30px;
    height: 30px;
  }
  
  .notification-icon svg {
    width: 14px;
    height: 14px;
  }
  
  .notification-label {
    font-size: 0.9rem;
    padding: 3px 8px;
  }
  
  .notification-message {
    font-size: 1.1rem;
  }
  
  .notification-countdown {
    flex-direction: column;
    gap: 4px;
    padding: 6px 10px;
  }
  
  .countdown-label {
    font-size: 0.9rem;
  }
  
  #countdown {
    font-size: 1.1rem;
  }
  
  .cta-button {
    padding: 8px 16px;
    font-size: 1.1rem;
    width: 100%;
  }
}

.whatsapp-button {
  position: fixed;
  bottom: 180px;
  right: 20px;
  z-index: 999
}

.whatsapp-button a {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 12px 20px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
  font-family: Arial, sans-serif;
  transition: .3s;
  direction: rtl
}

.whatsapp-button a:hover {
  background-color: #00ff26;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 255, 38, 0.4);
}

.whatsapp-button svg {
  margin-left: 8px
}

.whatsapp-button span {
  font-weight: 700;
  font-size: 14px
}

@media (max-width:768px) {
  .whatsapp-button {
    bottom: 15px;
    right: 15px
  }

  .whatsapp-button a {
    padding: 10px 16px
  }

  .whatsapp-button svg {
    width: 20px;
    height: 20px
  }
}

@media (max-width:480px) {
  .whatsapp-button a {
    border-radius: 50%;
    padding: 12px
  }

  .whatsapp-button span {
    display: none
  }

  .whatsapp-button svg {
    margin: 0
  }
}

.logos-slider {
  background-color: #000000;
  overflow: hidden;
  padding: 30px 0;
  margin: 120px 0;
  border: 1px solid #8b4f00;
  border-radius: 0;
  border-left: none;
  border-right: none;
  position: relative;
  cursor: grab;
  user-select: none;
}

.logos-slider.grabbing {
  cursor: grabbing;
}

.logos-slider::after,
.logos-slider::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100px; /* يمكنك تعديل عرض التدرج حسب الحاجة */
  height: 100%;
  z-index: 2;
}

.logos-slider::before {
  left: 0;
  background: linear-gradient(to right, #000, transparent);
}

.logos-slider::after {
  right: 0;
  background: linear-gradient(to left, #000, transparent);
}

.logos-slide {
  /* تمت الإضافة/التعديل */
  display: flex;
  width: max-content; /* أو fit-content */
  /* الأنيميشن الحالي صحيح الآن */
  animation: 35s linear infinite slide;
}

.logo {
  margin: 0 60px; /* الهوامش بين الشعارات */
  vertical-align: middle; /* قد لا يكون ضروريًا مع flex */
  flex-shrink: 0; /* منع الشعارات من التقلص */
}

.logo svg {
  display: block; /* أفضل لعناصر SVG داخل flex */
  fill: rgb(249, 249, 249);
  opacity: 0.25;
  height: 100px; /* تعديل الارتفاع إذا أردت */
  width: auto;
  filter: none;
  transition: transform 0.3s, opacity 0.3s; /* تعديل سرعة الانتقال قليلاً */
}

.logo:hover svg {
  opacity: 0.7;
  transform: scale(1.05);
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* هذه صحيحة مع المحتوى المكرر */
  }
}

/* تأكد من أن الـ JavaScript يعمل كما هو، لا يحتاج لتغيير لهذه المشكلة بالذات */
/* (كود JavaScript الخاص بك يبقى كما هو) */

.currency-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 6px;
  width: fit-content;
  gap: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.currency-btn {
  border: none;
  padding: 10px 24px;
  cursor: pointer;
  border-radius: 50px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 1.4rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 70px;
  text-align: center;
}

.currency-btn.active {
  background: linear-gradient(135deg, #ff7a1a 0%, #ff8c42 100%);
  color: #000;
  box-shadow: 0 4px 15px rgba(255, 122, 26, 0.4);
  transform: scale(1.05);
}

.currency-btn:hover:not(.active) {
  background-color: rgba(255, 122, 26, 0.15);
  color: #fff;
  transform: translateY(-2px);
}

/* Enhanced modal styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-content {
  background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
  margin: 10% auto;
  padding: 40px;
  border-radius: 16px;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 122, 26, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: slideUp 0.4s ease;
  position: relative;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.close-modal {
  color: #fff;
  float: right;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.close-modal:hover {
  color: var(--color-1);
  transform: rotate(90deg);
  background: rgba(255, 122, 26, 0.1);
}

.modal-content h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 600;
}

.form-field {
  margin-bottom: 20px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  font-family: var(--font-1);
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--color-1);
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 122, 26, 0.1);
}

.form-field label {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.4rem;
}

.form-field button[type="submit"] {
  background: linear-gradient(135deg, var(--color-1) 0%, #ff8c42 100%);
  color: #000;
  border: none;
  padding: 14px 40px;
  font-size: 1.6rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 15px rgba(255, 122, 26, 0.3);
}

.form-field button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 122, 26, 0.4);
}

#form-success {
  display: none;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.2) 0%, rgba(76, 175, 80, 0.1) 100%);
  border-radius: 8px;
  border: 1px solid rgba(76, 175, 80, 0.3);
  animation: fadeIn 0.3s ease;
}

/* Modern Pricing Cards */
.pricing-tables-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.pricing-plan {
  flex: 1;
  min-width: 320px;
  max-width: 380px;
  background: linear-gradient(135deg, #0a0a0a 0%, #000000 100%);
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 40px 35px;
  border-radius: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.pricing-plan::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.5), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pricing-plan:hover::before {
  opacity: 1;
}

.pricing-plan.basic {
  border-color: rgba(255, 255, 255, 0.15);
}

.pricing-plan.premium {
  border: 2px solid #ff7a1a;
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(255, 122, 26, 0.2);
  background: linear-gradient(135deg, #0f0f0f 0%, #000000 100%);
}

.pricing-plan.premium::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.plan-badge {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, #ff7a1a 0%, #ff8c42 100%);
  color: #000;
  transform: rotate(45deg);
  padding: 6px 45px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(255, 122, 26, 0.4);
}

.plan-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.plan-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.plan-icon i {
  font-size: 40px;
  color: #fff;
  transition: all 0.3s ease;
}

.pricing-plan.premium .plan-icon {
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.2) 0%, rgba(255, 122, 26, 0.1) 100%);
  border-color: rgba(255, 122, 26, 0.3);
}

.pricing-plan.premium .plan-icon i {
  color: #ff7a1a;
}

.plan-title {
  color: #fff;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding: 10px 28px;
  border-radius: 50px;
  display: inline-block;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.plan-price-wrapper {
  margin: 30px 0;
}

.plan-price {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.currency-symbol {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 4px;
}

.price-period {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-top: 10px;
}

.plan-features {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 35px 0;
  color: #fff;
}

.plan-features li {
  padding: 12px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.3s ease;
}

.plan-features li:hover {
  color: #fff;
  transform: translateX(5px);
}

.plan-features li i {
  color: #ff7a1a;
  background: rgba(255, 122, 26, 0.15);
  border-radius: 50%;
  padding: 6px;
  font-size: 1.2rem;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  flex-shrink: 0;
}

.plan-features li.feature-highlight {
  color: #ff7a1a;
}

.plan-features li.feature-highlight strong {
  color: #ff7a1a;
}

.plan-cta {
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
  color: #000;
  padding: 16px 35px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.plan-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #fff 0%, #ff7a1a 100%);
  color: #000;
}

.premium-cta {
  background: linear-gradient(135deg, #ff7a1a 0%, #ff8c42 100%);
  color: #000;
  box-shadow: 0 4px 20px rgba(255, 122, 26, 0.4);
}

.premium-cta:hover {
  background: linear-gradient(135deg, #ff8c42 0%, #ff7a1a 100%);
  box-shadow: 0 8px 30px rgba(255, 122, 26, 0.5);
  transform: translateY(-3px) scale(1.05);
}

.pricing-plan:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 122, 26, 0.15);
  border-color: rgba(255, 122, 26, 0.4);
}

.pricing-plan.premium:hover {
  transform: translateY(-12px) scale(1.07);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 50px rgba(255, 122, 26, 0.4);
  border-color: #ff7a1a;
}

@media (max-width: 768px) {
  .pricing-tables-container {
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }
  
  .pricing-plan {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    transform: scale(1) !important;
  }
  
  .pricing-plan.premium {
    order: -1;
    transform: scale(1) !important;
  }
  
  .pricing-plan:hover {
    transform: translateY(-8px) scale(1) !important;
  }
  
  .pricing-plan.premium:hover {
    transform: translateY(-8px) scale(1.02) !important;
  }
  
  .currency-toggle {
    width: 90%;
    max-width: 300px;
  }
  
  .currency-btn {
    padding: 10px 16px;
    font-size: 1.3rem;
    min-width: 60px;
  }
}