html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Manrope" sans-serif;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: "Manrope", sans-serif;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: poManrope;
}

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

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

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}



[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Manrope", sans-serif; !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #000000;
  min-height: 100%;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.before-after-section{
  justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: inline;
}

#before-after-slider {
  width:100%;
  position:relative;
  overflow:hidden;
  border:3px solid white;
}

#after-image {
  display:block
}
#before-image img,
#after-image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
}


#before-image {
  position:absolute;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:2;
}

#resizer {
  position:absolute;
  display:flex;
  align-items:center;
  z-index:5;
  top:0;
  left:50%;
  height:100%;
  width:4px;
  background:#000000;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#resizer:after {
  background: linear-gradient(62deg, #6642f7 5%, #646192);
  font-family: "Font Awesome 5 Free";
  content:'\f337';
  font-weight:900;
  display:flex;
  justify-content:center;
  align-items:center;
  color:white;
  position:absolute;
  margin: 0 0 0 -22px;
  width:40px;
  height:40px;
  border-radius:50%;
  border:3px solid white;

}


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

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: poManrope;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: rgba(0, 0, 0, 0) !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-webflow-badge, .w-webflow-badge * {
  z-index: auto;
  visibility: visible;
  box-sizing: border-box;
  float: none;
  clear: none;
  box-shadow: none;
  opacity: 1;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background: none;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  transition: none;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
  transform: none;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: poManrope;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
  visibility: visible !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  opacity: 1 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  top: auto !important;
  bottom: 12px !important;
  left: auto !important;
  right: 12px !important;
  overflow: visible !important;
  transform: none !important;
}

.w-webflow-badge > img {
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

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

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

button, [type="button"], [type="reset"] {
  cursor: poManrope;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder, .w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder, .w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: poManrope;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: poManrope;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: poManrope;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: poManrope;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

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

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  poManrope-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  poManrope-events: none;
  border: solid rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  poManrope-events: none;
  border: solid rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, .4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: poManrope;
  background-color: rgba(255, 255, 255, .4);
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: poManrope;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: poManrope;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, .9);
  outline: 0;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: poManrope;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, .4);
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-lightbox-control {
  cursor: poManrope;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: poManrope;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #fff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: poManrope;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: poManrope;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

:root {
  --secondary-500: #002b31;
  --primary-500: #5732e8;
  --primary-400: #6642f7;
  --white: white;
  --neutral-500: #e0e5e6;
  --neutral-300: #f5f4f3;
}

body {
  color: var(--white);
   font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 150%;
}


h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 120%;
}

h5 {
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 180%;
}

a {
  color: var(--primary-500);
  font-size: 1rem;
  line-height: 150%;
  text-decoration: underline;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

a:hover {
  color: var(--primary-400);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 180%;
}

li {
  font-size: 1rem;
}

blockquote {
  border-left: 4px solid var(--primary-400);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

figure {
  border-radius: 4px;
  align-items: flex-start;
  margin: .5rem 0 1rem;
  overflow: hidden;
}

figcaption {
 text-align: center;
 margin-top: .25rem;
    font-style: italic;
    font-size: 14px;
}

.view-project-cta{
  margin-left: auto;
}
.portfolio-category {
display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.main-content {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
}

.eyebrow {
  color: #6642f7;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 150%;
  text-decoration: none;
}

.eyebrow:hover {
  color: var(--primary-400);
}

.eyebrow:visited {
  -webkit-text-stroke-color: var(--neutral-300);
}

.eyebrow.w--current {
  color: var(--neutral-300);
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 150%;
  text-decoration: none;
}

.breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--neutral-300);
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.text-block {
  line-height: 150%;
}

.text-block.is-white {
  color: var(--white);
}

.text-block.is-purple {
  color: var(--primary-400);
}

.style-guide-sidebar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--neutral-500);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 320px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.style-guide-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.style-guide-item {
  color: var(--secondary-500);
  cursor: poManrope;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  font-family: Manrope;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .125s linear;
  display: flex;
}

.style-guide-item:hover {
  background-color: var(--neutral-300);
}

.phosphor-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

.phosphor-icon.icon12px {
  color: var(--secondary-500);
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  display: flex;
}

.phosphor-icon.icon12px.is-green {
  color: #7ce082;
}

.phosphor-icon.icon20px {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.phosphor-icon.icon20px.is-white {
  max-height: 24px;
  display: flex;
}

.phosphor-icon.icon24px {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.phosphor-icon.icon16px {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}

.phosphor-icon.icon28px {
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
}

.phosphor-icon.icon28px.is-primary-400 {
  color: var(--primary-400);
}

.colors {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid var(--neutral-500);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 3rem;
  display: flex;
}

.typography, .buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--neutral-500);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 48px;
  display: flex;
}

.colors-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.text-large {
  font-size: 1.125rem;
  line-height: 140%;
  font-weight: 300;
}

.text-large.is-white.type-gradient {
  background-image: linear-gradient(360deg, rgba(255, 255, 255, .8), #fff);
}

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

.typography-header, .buttons-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.typography-grid, .heading-style {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.webflow-label {
  background-color: #ce3aae;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.webflow-label.custom-class {
  background-color: #0078f0;
}

.display-heading {
  font-size: 1rem;
  line-height: 100%;
  font-weight: bold;
}

.text-style {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.text-small {
  font-size: .875rem;
  line-height: 140%;
  color: #fff;
}

.text-small.is-white {
  color: var(--white);
}

.text-medium {
  font-size: 1rem;
  line-height: 160%;
  color: #fff;
}


.text-extra-small {
  font-size: .75rem;
  line-height: 150%;
}

.link-style, .rich-text-style {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rich-text p, .rich-text h2 {
  padding-top: .5rem;
  padding-bottom: 1rem;
}

.rich-text h4, .rich-text h3 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.rich-text blockquote {
  margin-top: .5rem;
}

.rich-text h5 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.rich-text ul, .rich-text ol {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.colors-grid {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.colors-table-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.colors-table-column.usage {
  width: 100%;
}

.colors-table-column.preview {
  width: 302px;
  min-width: 302px;
}

.colors-table-column.hash-code {
  width: 176px;
  min-width: 176px;
  max-width: 176px;
}

.colors-table-header {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--neutral-300);
  align-items: center;
  width: 100%;
  padding: .875rem 1rem;
  display: flex;
}

.colors-table-cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  min-width: 72px;
  min-height: 72px;
  padding: 16px;
  display: flex;
}

.color-circle-preview {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary-500);
  border-radius: 9999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.color-circle-preview.primary-400 {
  background-color: var(--primary-400);
}

.color-circle-preview.secondary-500 {
  background-color: var(--secondary-500);
}

.color-circle-preview.neutral-500 {
  background-color: var(--neutral-500);
}

.color-circle-preview.neutral-300 {
  background-color: var(--neutral-300);
}

.color-circle-preview.white {
  border: 1px solid var(--neutral-500);
  background-color: var(--white);
}

.heading-6 {
  width: 100%;
}

.footer {
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-top: 3rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: 3rem;
    display: flex;
}

.footer-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.available-status {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: .5rem;
  display: flex;
}

.contact-channels {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--neutral-500);
  color: var(--white);
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition-duration: .5s;
  display: flex;
}

.social-button:hover {
  border-color: var(--primary-400);
  background-color: var(--primary-400);
  color: var(--white);
}

.footer-link {
  color: var(--secondary-500);
  letter-spacing: -.5px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: none;
}

.footer-signature {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.newsletter-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.email-field {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--secondary-500);
  border-radius: 0;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: .75rem 1rem;
  transition: all .4s cubic-bezier(.19, 1, .22, 1);
}

.email-field:hover {
  border-bottom-color: var(--primary-400);
  background-color: var(--neutral-300);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.email-field:focus {
  border-bottom-color: var(--primary-400);
  background-color: var(--neutral-300);
}

.email-field::placeholder {
  color: var(--secondary-500);
  line-height: 150%;
}

.form-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.notification-bar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(to right, #5f58ff, #4b34dc 25%, #5741e7 54%, #624de9 81%, #7b61ff);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .625rem 0;
  display: flex;
  position: relative;
}

.notification-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.cta-section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.cta-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem 3rem 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.is-white {
  color: var(--white);
}

.is-white.type-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(360deg, rgba(255, 255, 255, .8), #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.actions {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  align-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.webflow-label-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spacing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--neutral-500);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 48px;
  display: flex;
}

.spacing-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.container-block-demo {
  background-color: var(--neutral-500);
  width: 100%;
  max-width: 100%;
  height: 48px;
  position: relative;
}

.spacing-tag {
  color: var(--white);
  text-align: center;
  background-color: #e8178a;
  border-radius: 4px;
  width: 40px;
  height: auto;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 25%;
  left: auto;
}

.spacing-tag.right {
  background-color: rgba(232, 23, 138, .85);
  top: 28%;
  left: auto;
  right: 0;
}

.spacing-tag.left {
  background-color: rgba(232, 23, 138, .85);
  top: 28%;
  left: 0;
}

.spacing-overall {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.spacing-width {
  color: var(--white);
  text-align: center;
  background-color: #e8178a;
  border-radius: 4px;
  width: auto;
  height: auto;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 25%;
  left: auto;
}

.spacing-width-line {
  background-color: rgba(58, 29, 245, .23);
  width: 99%;
  height: 2px;
  min-height: 2px;
  position: absolute;
  top: 45%;
}

.changelog-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.timeline-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 0 solid #e0e5e6;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.timeline-date {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #e0e5e6;
  border-right-width: 1px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 176px;
  height: auto;
  max-height: 100%;
  padding: 24px 48px 24px 24px;
  display: flex;
}

.timeline-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.tag {
  border: 1.5px solid var(--secondary-500);
  background-color: var(--white);
  color: var(--secondary-500);
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem;
  font-size: .875rem;
  display: flex;
}

.tag.is-white {
  color: var(--white);
  background-color: rgba(245, 244, 243, .07);
  border-style: none;
  height: auto;
  padding: .25rem 1rem;
  font-size: .875rem;
}

.heading-3 {
  letter-spacing: -1px;
  line-height: 120%;
}

.button-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.button-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f4f3;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  display: flex;
}

.button-type {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 0 solid #e0e5e6;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.button-name {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #e0e5e6;
  border-right-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 128px;
  padding-top: 24px;
  padding-right: 24px;
  display: flex;
}

.button-demo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  cursor: poManrope;
  background-color: #6642f7;
  border: 2px solid #6642f7;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1.12rem;
  line-height: 150%;
  text-decoration: none;
  transition: all .4s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.button:hover {
  border-color: var(--primary-500);
  background-color: var(--primary-500);
  color: var(--white);
}

.button.small {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border-style: solid;
  border-width: 2px;
  border-radius: 36px;
  padding: .625rem 1rem;
  font-size: 1rem;
}

.button.has-icon {
  flex: none;
  display: flex;
}

.button.has-icon:hover {
  flex: none;
}

.button.icon-only {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 99999px;
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button.icon-only.small {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.button.secondary {
  border-color: var(--secondary-500);
  background-color: var(--secondary-500);
}

.button.secondary:hover {
  background-color: #0b5a65;
  border-color: #0b5a65;
}
.button.secondary-light {
  border-color: var(--white);
  background-color: var(--white);
}

.button.secondary-light:hover {
  background-color: #0b5a65;
  border-color: #0b5a65;
}

.button.outline {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.button.outline:hover {
  border-color: var(--neutral-300);
  background-color: var(--neutral-300);
}

.button.outline-light {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.button.outline-light:hover {
  border-color: var(--neutral-300);
  background-color: var(--neutral-300);
}

.button.outline.icon-only {
  border-radius: 99999px;
}

.button.outline.is-white {
  border-color: var(--white);
  color: var(--white);
  transition: all .4s cubic-bezier(.19, 1, .22, 1);
}

.button.outline.is-white:hover {
  color: var(--secondary-500);
}

.button.link {
  border-color: var(--white);
  color: var(--neutral-500);
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  padding: 12px;
}

.button.link:hover {
  border-color: #0b5a65 #0b5a65 var(--primary-500) var(--primary-500);
  color: var(--neutral-300);
  background-color: rgba(0, 0, 0, 0);
}

.button.link .phosphor-icon {
    transform: translateX(0); /* Ensure the initial position of the icon */
    transition: transform 0.4s ease; /* Apply a smooth transition */
}

.button.link:hover .phosphor-icon {
    transform: translateX(5px); /* Move the icon 5 pixels to the right when hovering */
}
.button.link .phosphor-icon.slight-arrow {
  transform: translate(0, 0); /* Initial position */
  transition: transform 0.4s ease; /* Smooth transition */
}

.button.link:hover .phosphor-icon.slight-arrow {
  transform: translate(4px, 0); /* Move slightly to the right on hover */
}


.button.link .phosphor-icon.diagonal-arrow {
  transform: translate(0, 0); /* Ensure the initial position of the icon */
  transition: transform 0.4s ease; /* Apply a smooth transition */
}

.button.link:hover .phosphor-icon.diagonal-arrow {
  transform: translate(1px, -2px); /* Move the icon 5 pixels to the right and 5 pixels up when hovering */
}



.button.link.small {
  padding: 10px;
}

.button.link.icon-only {
  background-color: #333;
  border-bottom-style: none;
  border-radius: 9999px;
}

.button.link.icon-only:hover {
  background-color: #444;
}

.button.ghost {
  color: var(--secondary-500);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding: 12px;
}

.button.ghost:hover {
  color: var(--primary-500);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.ghost.small {
  padding: 10px;
}

.button.ghost.icon-only {
  -webkit-text-stroke-color: var(--secondary-500);
}

.button.ghost.icon-only:hover {
  background-color: var(--neutral-300);
}

.icon-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: flex;
}

.divider {
  background-color: #333;
  width: 100%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scrolling if needed */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  position: relative;
  top: 5%;
  max-width: 90%;
  max-height: 90%;
}

/* Close button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.hero-section {
  /*background-image: linear-gradient(184deg, #6642f740, #22114600 100%, white);*/
  background: radial-gradient(circle at top center, #6642f750 0%, rgb(34 17 70 / 0%) 50%);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 7rem;
  padding-bottom: 0rem;
  display: flex;
}

.hero-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.hero-image-block {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
}

.hero-image-block:hover .hero-video {
  opacity: 1;
}

.hero-smile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
}

.hero-image-block:hover .hero-smile {
  opacity: 1;
}


.wave {
  animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s;        /* Change to speed up or slow down */
  animation-iteration-count: infinite;  /* Never stop waving :) */
  transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
  display: inline-block;
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}

.clients-list {
    display: flex;
    justify-content: space-between; /* Space items evenly */
    align-items: center;
    width: 100%;
    padding: 16px;
}

.clients-item {
    flex: 1 1 auto; /* Allow flex items to grow and shrink */
    max-width: 210px; /* Ensure max-width fits within the container */
    box-sizing: border-box; /* Include padding and border in the width calculation */
    padding: 0 4px; /* Add some horizontal padding for better spacing */
}

.clients-image {
   width: 100%; /* Ensure the image fits within the award item */
    height: auto; /* Maintain the aspect ratio */
}

.award-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrapper._368px {
  width: 368px;
  min-width: 368px;
}

.wrapper._656px {
  width: 100%;
  max-width: 656px;
}

.wrapper._512px {
  width: 512px;
}

.wrapper._480px {
  width: 480px;
}

.wrapper._400px {
  width: 400px;
}

.wrapper._256px {
  width: 256px;
}

.cases-list {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.case-item {
 grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    padding: 36px;
    border: 1px solid #333;
    width: 100%;
    display: flex;
}
.case-item:hover {
    border-color: #6642f7;
    transition: all ease-in-out 0.3s;
    cursor: poManrope;
}

.case-item:hover .button.link{
  color: var(--neutral-300);
  transition: all ease-in-out 0.3s;
}

   .case-item:hover .case-image {
    transform: scale(1.08);
    transition: all ease-in-out 0.3s;
}
.case-item:hover .phosphor-icon {
    transform: translateX(5px);
    transition: all ease-in-out 0.3s;
}

.case-item:hover .phosphor-icon.diagonal-arrow {
  transform: translate(1px, -2px); 
  transition: transform 0.4s ease; /* Apply a smooth transition */
}


.case-item:hover .phosphor-icon.slight-arrow {
  transform: translate(4px, 0); /* Move slightly to the right on hover */
}

.case-item.case-blue:hover {
  background-image: linear-gradient(146deg, #073757, #082a3e 25%, #031921 55%, #041a2a 75%, #020809 101%);
}

.case-blue{
  background-image: linear-gradient(146deg, #063250, #072638 25%, #031921 55%, #041a2a 75%, #020809 101%);
  transition: background-image 0.4s ease;
}

.case-green{
  background-image: linear-gradient(146deg, #095b46, #0a3b23 25%, #062604 55%, #0a2a04 75%, #020809 101%);
  transition: background-image 0.4s ease;
}

.case-item.case-green:hover{
  background-image: linear-gradient(146deg, #0d654f, #0c462a 25%, #062604 55%, #0a2a04 75%, #020809 101%);
}


.case-yellow{
  background-image: linear-gradient(146deg, #522d05, #432307 25%, #331e05 55%, #1c1401 75%, #020809 101%);
}
.case-orange{
  background-image: linear-gradient(146deg, #510b0b, #320c0c 25%, #270404 55%, #1c0101 75%, #090202 101%);
}

.case-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonials-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border:  1px solid #333;
  background-color: #000000;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.testimonials-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonials-avatar {
  border-radius: 10000000px;
  align-items: flex-start;
  display: flex;
  width: 48px;
}

.work-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.showcase-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
}

.left-arrow {
  max-width: 32px;
  display: block;
  position: absolute;
  top: 95%;
  bottom: 0%;
  left: auto;
  right: 12%;
  overflow: visible;
}

.right-arrow {
  max-width: 32px;
  position: absolute;
  top: 95%;
  bottom: 0%;
  left: auto;
  right: 17%;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.portfolio-item {
  width: auto;
  margin-left: 6px;
  margin-right: 6px;
}

.hero-image {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
}

.case-image {
  object-fit: cover;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.case-image:hover {
  transform: scale(1.08);
}

.work-item {
  border-radius: 16px;
  width: 100%;
  height: auto;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.work-image-block {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-content-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--secondary-500);
  background-image: linear-gradient(334deg, var(--secondary-500), #073d49);
  border-radius: 0 0 8px 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.work-labels {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 176px;
  min-height: auto;
  display: flex;
}

.label {
  border: 1px solid #333333;
  opacity: 1;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  padding: .50rem .875rem;
  font-size: 14px;
  line-height: 140%;
  display: flex;
}

.label.small {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.label.small.is-white {
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .01);
}

.appointment-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  display: flex;
}

.appointment-images-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.appointment-image-block {
  object-fit: fill;
  border-radius: 6px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.summary-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 208px;
  min-width: 208px;
  display: flex;
}

.timeline-cluster {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.skills-cluster {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: left;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-hero-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.notification-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.portfolio-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.portfolio-item-summary {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  display: flex;
}

.portfolio-item-category {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.portfolio-item-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-card-row {
grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: space-between;;
    align-items: center;
    width: 100%;
    display: flex;
    margin-bottom: 24px;
}

.contact-card {
        background-color: #1a1a1a;
    border: 1px solid #ffffff20;
    cursor: pointer;
    opacity: 1;
    border-radius: 16px;
    align-items: center;
    width: 100%;
    max-width: 298px;
    align-items: center;
    padding: 2.5rem 2rem;
    font-size: 24px;
    line-height: 140%;
    display: flex;
    color: var(--white);
    text-decoration: none;
}

#email-card{
  background-color: var(--primary-400);
}

.email-text::after {
    content: 'kanivalanp@gmail.com';
}

.contact-card#email-card:hover{
  background-color: var(--primary-500);
}

.contact-card:hover {
    background: #1d1d1d;
    color: var(--white);
}




.contact-card .social-icon-image {
    margin-right: 12px; /* Adds 12px space after the icon */
}

#redirect-icon{
  flex-shrink: 0;
  margin-left: auto;
 opacity: 0; /* Hidden by default */
 transition: opacity 0.3s;
}
.contact-card:hover #redirect-icon{
  opacity: 1; /* Show on hover */
  }



.contact-card-link {
    position: absolute;
    right: 1rem;
    top: 1rem;
    opacity: 0;
    transform: translate(-4px, 4px);
}


.contact-card a {
  color: inherit; /* Inherit color from parent */
  text-decoration: none; /* Remove underline */
  cursor: pointer; /* Change cursor to pointer */
  display: flex; /* Add this line */
}

.contact-card a:hover {
  color: inherit; /* Inherit color from parent on hover */
}

.contact-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-image-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  width: 100%;
  height: 280px;
  display: flex;
  overflow: hidden;
}

.contact-image {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-form-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.contact-form-testimonials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-form-block {
  flex-direction: column;
  min-width: 464px;
  display: flex;
}

.input-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.form-input {
  border: 1px solid var(--neutral-300);
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding: 1rem;
  transition: all .4s cubic-bezier(.19, 1, .22, 1);
}

.form-input:hover, .form-input:focus {
  border-color: var(--primary-400);
  color: var(--primary-400);
}

.form-input::placeholder {
  color: var(--secondary-500);
}

.form-input.text-area {
  height: 128px;
}

.content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  margin-bottom: 16px;
}

.content-grid.text-center {
  text-align: center;
  position: relative;
}

.hero-container {
  grid-column-gap: 8rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  color: #fff;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.clients-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 4rem;
  padding-bottom: 3rem;
  display: flex;
}

.clients-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.about-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.about-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.works-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.cases-container {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
  display: flex;
}

.cta-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.showcase-section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 3rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.showcase-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}
 .showcase-title{
    grid-column-gap: 1rem;
    align-items: center;
    max-width: 992px;
    display: flex;
  }

.showcase-icon{
  width: 32px;
}


.portfolio-image {
  object-fit: cover;
  border-radius: 8px;
  width: 736px;
  max-height: 540px;
}

.case-image-block {
  cursor: poManrope;
  border-radius: 12px;
  width: 448px;
  min-width: 448px;
  max-width: 448px;
  overflow: hidden;
}

.table-cell {
  background-color: var(--neutral-300);
  padding: .5rem;
}

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

.table-header {
  background-color: var(--neutral-500);
  padding: .5rem;
}

.table-header.first-header {
  width: 160px;
}

.table-component {
  width: 100%;
}

.footer-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.case-heading {
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 2.125rem;
  font-weight: 400;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.case-heading:hover {
  color: var(--white);
  text-decoration: none;
}

.timeline-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.timeline-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.summary-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.summary-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.about-hero-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 3rem;
  display: flex;
}

.about-hero-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.about-hero-channels {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.skills-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.skills-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}


.kindwords-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-top: 3rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    padding-bottom: 3rem;
    display: flex;
}

.kindwords-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  max-width: 992px;
  padding:  24px;
  display: flex;
}

.kindwords-image {
width: 320px; /* Adjust the width as per your requirement */
    height: auto; /* Maintain aspect ratio */
    border-radius: 12px; /* Optional: Add border radius */
    object-fit: cover; /* Maintain aspect ratio and cover container */
}

.kindwords-quote-image{
  width: 48px;
  height: 48px;
}

.kindwords-arrow-right {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -2px;
}

.kindwords-arrow-left {
    position: absolute;
    bottom: 0;
    right: 72px;
    margin-bottom: -2px;
}
.kindwords-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  display: block;
  position: relative;
  transition: transform 0.5s ease; /* Added transition for smooth sliding */
  width: 100%;
}



.kindwords-author{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    grid-row-gap: 1em;
    display: grid;
}


.kindwords-images-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.kindwords-image-block {
  object-fit: fill;
  border-radius: 6px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.testimonial {
    display: none; /* Initially hide testimonials */
    position: relative;
    width: 100%;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    opacity: 0; /* Start with opacity 0 */
    transition: opacity 0.5s ease-in-out; /* Add transition for opacity */
    background-color: #1a1a1a;
  border-radius: 24px;
  padding: 1.5rem;
}

.testimonial.active {
    display: flex; /* Display the active testimonial */
    opacity: 1; /* Fade in the active testimonial */
}


.testimonial.flex {
    opacity: 0; /* Set opacity to 1 for active testimonials */
}

.kindwords-arrow-left .button.link:hover .phosphor-icon {
    transform: translateX(-5px); /* Move the icon 5 pixels to the left and flip horizontally when hovered */
}

.kindwords-arrow-right .button.link:hover .phosphor-icon {
    transform: translateX(5px); /* Move the icon 5 pixels to the right when hovered */
}

.appointment-section {
    justify-content: flex-start; /* Align content to the left */
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-top: 3rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    padding-bottom: 3rem;
    display: flex;
}


.appointment-container {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.appointment-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.work-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.work-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.work-collection {
  width: 100%;
}

.work-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-image {
  width: 100%;
}

.work-image:hover {
  transform: scale(1.05);
}

.portfolio-hero-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 15rem;
  padding-bottom: 0;
  display: flex;
}

.portfolio-hero-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.contact-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 15rem;
  padding-bottom: 3rem;
  display: flex;
}

.contact-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.contact-form-section {
  background-color: var(--neutral-300);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.contact-form-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.portfolio-item-section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 12rem;
  padding-bottom: 3rem;
  display: flex;
}

.portfolio-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.portfolio-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-bottom: 6rem;
}

.portfolio-mask {
  height: auto;
}

.showcase-left-arrow {
  max-width: 32px;
  display: block;
  position: absolute;
  top: 110%;
  bottom: 0%;
  left: auto;
  right: 18%;
  overflow: visible;
}

.showcase-right-arrow {
  max-width: 32px;
  position: absolute;
  top: 110%;
  bottom: 0%;
  left: auto;
  right: 13%;
  overflow: visible;
}

.showcase-item {
  width: auto;
  margin-left: 6px;
  margin-right: 6px;
}

.showcase-wrapper {
  overflow: hidden;
}

.showcase-image-block {
  width: 400px;
}

.showcase-image {
  object-fit: cover;
  border-radius: 8px;
  width: 640px;
  height: 480px;
  cursor: pointer;
}

.navigation {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 64px;
  display: flex;
}

.dropdown-list {
  background-color: rgba(255, 255, 255, .99);
  border-radius: 12px;
  flex-direction: column;
  width: 400px;
  margin-top: .5rem;
  transition: all .4s cubic-bezier(.19, 1, .22, 1);
  display: none;
  overflow: hidden;
  box-shadow: 0 12px 16px -8px rgba(1, 31, 50, .06);
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 416px;
  margin-top: -.5rem;
  padding: 1rem;
  box-shadow: 0 0 rgba(1, 31, 50, .06);
}

.nav-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  display: flex;
}

.dropdown-item {
  color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f5f7f9;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  overflow: visible;
}

.dropdown-item:hover {
  color: var(--primary-500);
  background-color: #faf9ff;
}

.dropdown-item.blocked-link {
  cursor: poManrope;
}

.dropdown-menu-description {
  color: var(--secondary-500);
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
}

.menu-cta {
  display: none;
}

.dropdown-menu-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.dropdown-menu-content {
  flex-direction: column;
  display: flex;
}

.nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #00000000;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 100%;
  padding: 1.6rem 1.5rem 1.4rem;
  font-size: .875rem;
  line-height: 150%;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.nav-link:hover {
  height: 10px;
  color: var(--white);
      background-color: #19113380;
    border: 1px solid #f8f6fe33;
  border-radius: 36px;
  padding: 1.2rem 1.5rem 1.2rem;
  font-size: .875rem;
  font-weight: 400;
  align-items: center;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.nav-link.w--current {
  height: 10px;
  color: var(--white);
    background-color: #19113380;
    border: 1px solid #f8f6fe33;
  border-radius: 36px;
  padding: 1.2rem 1.5rem 1.2rem;
  font-size: .875rem;
  font-weight: 400;
  align-items: center;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.navbar-container {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(10px);
  background-color: #08041133;
  border-radius: 36px;
  justify-content: space-between;
  align-items: center;
  width: 992px;
  max-width: 992px;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: .75rem;
  display: flex;
  box-shadow: 0 12px 16px -8px rgba(0, 0, 0, .3);
}

.dropdown-menu-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #011f32;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.dropdown-menu-button {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.dropdown-wrapper {
  background-color: rgba(255, 255, 255, .99);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 16px -8px rgba(1, 31, 50, .06);
}

.dropdown-menu-tag {
  background-color: #ecfdf8;
  padding: .25rem .5rem;
}

.menu-social-channels {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: .5rem;
  display: flex;
  position: fixed;
}

.nav-logo {
  width: 144px;
}

.dropdown-menu-image {
  background-color: #faf9ff;
  border: 1px #e6eaef;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 64px;
  display: flex;
}

.menu-tag-title {
  color: #10a77d;
  font-size: .75rem;
  font-weight: 400;
  line-height: 150%;
}

.dropdown-menu-title {
  color: var(--primary-500);
  font-size: .875rem;
  font-weight: 400;
}

.utility-page-wrap {
  background-color: var(--neutral-300);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 60vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.notification-close-button {
  cursor: poManrope;
  transition: all .8s cubic-bezier(.19, 1, .22, 1);
}

.notification-close-button:hover {
  transform: rotate(90deg);
}

.style-hero-section {
  background-color: var(--neutral-300);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 12rem;
  padding-bottom: 3rem;
  display: flex;
}

.style-hero-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.changelog-hero-section {
  background-color: var(--neutral-300);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 12rem;
  padding-bottom: 3rem;
  display: flex;
}

.changelog-hero-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.cta-background {
  z-index: 0;
  background-image: linear-gradient(146deg, #110467, #07031c 25%, #051434 55%, #030923 75%, #030d0f 101%);
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.2);
}

.cta-background-circle {
  opacity: .3;
  filter: blur(80px);
  background-image: linear-gradient(#2e127a, #442f7d 38%, #572ec8 77%, #591cff);
  border-radius: 800px;
  width: 70%;
  height: 140%;
  margin-bottom: -30%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.case-link {
  cursor: poManrope;
  font-size: 2.125rem;
  line-height: 120%;
  text-decoration: none;
}

.work-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.case-category {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  display: flex;
}

.licenses-headline {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 336px;
  display: flex;
}

.licenses-divider {
  border: 1px solid var(--neutral-500);
  flex-direction: row;
  align-self: center;
  align-items: stretch;
  width: 0;
  height: 192px;
  min-height: 100%;
  display: flex;
}

.license-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  background-color: var(--neutral-300);
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 3rem;
  display: flex;
}

.licenses-item {
  grid-column-gap: 48px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.licenses-details {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.license-hero-section {
  background-color: var(--neutral-300);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 12rem;
  padding-bottom: 3rem;
  display: flex;
}

.licensing-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.license-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.license-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.body {
  font-weight: 400;
}

.block-quote-style {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.small-link {
  font-size: .875rem;
}

.small-link.is-white:hover {
  color: var(--primary-500);
}

.about-hero-image-block {
  z-index: 1;
  background-image: linear-gradient(265deg, rgba(97, 80, 205, .94), rgba(123, 97, 255, .7) 14%, rgba(85, 71, 181, .4) 32%, rgba(71, 49, 215, .6) 83%, rgba(58, 29, 245, .51)), url("../654d8235b63f5df2ff3ead54_pexels-alexandru-molnar-1.jpg");
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 8px;
  height: 22px;
  min-height: 22rem;
  overflow: hidden;
}

.contact-image-cluster {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  display: flex;
}

.success-message {
  background-color: var(--neutral-300);
  border-radius: 8px;
}

.input-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.error-message {
  color: #9c4a4a;
  border-radius: 8px;
  margin-top: 1rem;
  padding: 1rem;
}

.social-icon-image {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.social-icon-image.small-size {
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
}

.social-icon-image.medium-size {
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
}

.portfolio-content-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  display: flex;
}

.portfolio-content-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.style-guide-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.style-guide-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.changelog-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 992px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.spacing-preview {
  border: 2px dashed rgba(58, 29, 245, .6);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.portfolio-hightlights {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-family: "Manrope", sans-serif;
  }

  .notification-wrapper {
    width: 1184px;
  }

  .spacing-tag {
    left: auto;
  }

  .spacing-tag.left {
    left: 0;
  }

  .spacing-overall {
    align-items: flex-start;
  }

  .spacing-width {
    left: auto;
  }

  .button.outline.is-white:hover {
    background-color: var(--white);
    color: var(--secondary-500);
  }

  .work-header {
    max-width: 992px;
  }

  .showcase-slider {
    min-height: 400px;
  }

  .cta-container {
    width: 100%;
  }

  .portfolio-image {
    width: 896px;
  }

  .work-container {
    max-width: 1280px;
  }

  .showcase-left-arrow, .showcase-right-arrow {
    top: 106%;
  }

  .showcase-image-block {
    width: 640px;
  }

  .navbar-container {
    width: 1184px;
    max-width: 1184px;
  }
}

@media screen and (min-width: 1440px) {
  .container-block-demo {
    height: 80px;
  }

  .spacing-tag {
    top: 39%;
  }

  .spacing-tag.right, .spacing-tag.left {
    top: 38%;
  }

  .spacing-width {
    top: 39%;
  }

  .timeline-content {
    height: auto;
  }

  .showcase-slider {
    min-height: 480px;
  }

  .right-arrow {
    right: 14%;
  }

  .portfolio-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .showcase-section {
    padding-bottom: 8rem;
  }

  .showcase-left-arrow {
    top: 107%;
    right: 20%;
  }

  .showcase-right-arrow {
    top: 107%;
    right: 17%;
  }

  .showcase-image-block {
    width: 640px;
  }
}

@media screen and (max-width: 991px) {
  .eyebrow {
    letter-spacing: 0;
    font-size: .75rem;
  }

  .style-guide-sidebar {
    display: none;
  }

  .footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .footer-signature {
    justify-content: flex-start;
  }

  .notification-wrapper {
    align-items: flex-start;
  }

  .actions.nav {
    display: none;
  }

  .spacing-width._1280px-and-up {
    top: 28%;
  }

  .hero-content-block {
    width: auto;
  }

  .about-content-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .wrapper._368px {
    width: 100%;
    min-width: 100%;
  }

  .wrapper._512px, .wrapper._400px {
    width: 100%;
  }

  .cases-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .case-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    min-width: 100%;
  }

  .case-content-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .right-arrow {
    right: 19%;
  }

  .menu-icon {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    display: flex;
  }

  .case-image {
    object-fit: cover;
    height: 336px;
  }

  .work-content-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .work-labels {
    flex-direction: row;
  }

  .work-link {
    display: none;
  }

  .about-hero-content-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .portfolio-content-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-wrapper {
    position: relative;
  }

  .hero-container {
    max-width: 100%;
  }

  .clients-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #000000;
  }

  .clients-container {
    max-width: 100%;
  }

  .about-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-container {
    max-width: 100%;
  }

  .works-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cases-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    max-width: 100%;
  }

  .cta-container, .showcase-container {
    max-width: 100%;
  }

  .portfolio-image {
    width: 544px;
  }

  .case-image-block {
    width: 100%;
    min-width: 328px;
    max-width: 100%;
    min-height: 336px;
  }

  .footer-container {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .timeline-container, .summary-container {
    max-width: 100%;
  }

  .about-hero-section {
    padding-top: 9rem;
    padding-bottom: 1.5rem;
  }

  .about-hero-container {
    flex-direction: column;
    max-width: 100%;
  }

  .skills-container, .appointment-container, .work-container {
    max-width: 100%;
  }

  .portfolio-hero-section {
    padding-top: 12rem;
  }

  .portfolio-hero-container {
    max-width: 100%;
  }

  .contact-section {
    padding-top: 12rem;
    padding-bottom: 1.5rem;
  }

  .contact-container {
    max-width: 100%;
  }

  .contact-form-container {
    flex-direction: column;
    max-width: 100%;
  }

  .portfolio-item-section {
    padding-top: 10rem;
    padding-bottom: 1.5rem;
  }

  .portfolio-container {
    max-width: 100%;
  }

  .showcase-right-arrow {
    right: 11%;
  }

  .dropdown-list {
    box-shadow: none;
    width: 100%;
    display: none;
    position: relative;
  }

  .dropdown-list.w--open {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .menu-hamburguer {
    background-color: var(--white);
    border: 1px solid var(--white);
    border-radius: 999999px;
    width: 24px;
    height: 2px;
    min-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-item {
    padding-left: 1.5rem;
  }

  .dropdown-item:hover {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-item.w--current:hover {
    color: rgba(0, 0, 0, 0);
  }

  .menu-cta-actions {
    grid-column-gap: 1.25rem;
    grid-row-gap: .25rem;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    color: #001524;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-cta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--primary-400);
    text-align: left;
    border-radius: 12px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: .5rem;
    padding: 1.25rem 1.25rem 1.5rem;
    display: flex;
  }

  .nav-link {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 1.125rem;
  }

  .nav-link:hover {
    color: #011f32;
    border-bottom-style: none;
    border-bottom-width: 0;
    font-weight: 400;
  }

  .nav-link.w--current {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 1.125rem;
  }

  .nav-link.w--open {
    padding-bottom: 0;
  }

  .navbar-container {
    background-color: rgba(0, 0, 0, .78);
    border-radius: 0 0 24px 24px;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .menu-social-channels {
    object-fit: fill;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
  }

  .dropdown-menu-image {
    background-color: #f1f9fd;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .nav-menu {
    background-color: #111;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 1.5rem 1.5rem 3rem;
    overflow: scroll;
  }

  .dropdown {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .style-hero-container, .changelog-hero-container {
    max-width: 100%;
  }

  .licenses-headline {
    min-width: 100%;
  }

  .licenses-divider {
    width: 100%;
    height: 1px;
  }

  .license-wrapper {
    flex-direction: column;
  }

  .licenses-item {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .licensing-container, .license-container, .portfolio-content-container, .style-guide-container, .changelog-container {
    max-width: 100%;
  }
}

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


 .kindwords-container {
        flex-direction: column;
        padding: 12px;
    }

    .testimonial {
        flex-direction: column;
        align-items: center;
    }

    .kindwords-image {
        width: 100%;
        max-width: 320px;
        margin-bottom: 1rem;
    }

    .kindwords-content-block {
        padding-bottom: 0;
        text-align: left;
    }

    .kindwords-author {
        position: static;
        margin-top: 1rem;
    }

    .kindwords-arrow-left,
    .kindwords-arrow-right {
        margin-bottom: 12px;
    }

    .testimonials-details{
      width: 50%;
    }


 .hero-content-block {
        align-items: center; /* Center align items */
    }

   .hero-content-block .content-grid {
        text-align: center; /* Center text alignment */
        align-items: center; /* Center align items in flex container */
    }

    .hero-content-block .actions{
      justify-content: center;
    }


    .contact-card {
    max-width: 170px;
    align-items: center;
    justify-content:center;
    padding: 1.5rem 2rem;
    font-size: 24px;
    line-height: 140%;
    display: flex;
    color: var(--white);
    text-decoration: none;
}

.contact-card-row{
  grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
}


 .email-text::after {
        content: 'Send Email';
    }

.footer .content-grid {
        text-align: center;
        align-items: center;
    }


  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2rem;
  }

  .breadcrumb {
    justify-content: flex-start;
  }

  .phosphor-icon {
    width: 32px;
  }

  .text-large {
    font-size: 1.125rem;
  }

  .display-heading {
    font-size: 3rem;
  }

  .colors-table-column.usage {
    min-width: auto;
    max-width: 100%;
  }

  .colors-table-column.preview {
    width: 100%;
    min-width: auto;
  }

  .colors-table-column.hash-code {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }

  .colors-table-header {
    padding-left: .5rem;
    padding-right: .25rem;
  }

  .colors-table-cell {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: auto;
    padding: 0 .5rem 0 0;
  }

  .color-circle-preview.primary-500 {
    border-radius: 0;
    width: 12px;
    min-width: 12px;
    height: 72%;
    min-height: 72px;
  }

  .color-circle-preview.primary-400, .color-circle-preview.secondary-500, .color-circle-preview.neutral-500, .color-circle-preview.neutral-300 {
    border-radius: 0;
    width: 12px;
    min-width: 12px;
    height: 72px;
    min-height: 72px;
  }

  .color-circle-preview.white {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 12px;
    min-width: 12px;
    height: 72px;
    min-height: 72px;
  }

  .notification-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .actions {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }

  .actions.centered-on-mobile {
    justify-content: center;
  }

  .spacing-tag.right, .spacing-tag.left {
    top: 42%;
  }

  .spacing-width._1280px-and-up {
    background-color: rgba(232, 23, 138, .89);
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    top: 42%;
    left: 0%;
    right: 0%;
  }

  .spacing-width-line {
    width: 100%;
    left: 0;
    right: 0;
  }

  .button-type {
    flex-direction: column;
  }

  .button-name {
    border-bottom-width: 1px;
    border-right-width: 0;
    border-bottom-color: var(--neutral-500);
    width: 100%;
    padding-bottom: 24px;
  }

  .hero-section {
    padding-bottom: 1.5rem;
  }

  .clients-list {
        flex-wrap: wrap; /* Enable wrapping for flex items on mobile */
        justify-content: center; /* Center the items */
    }

    .clients-item {
        flex: 1 1 50%; /* Adjust the width to fit two items per row on mobile */
        max-width: 50%; /* Ensure max-width matches */
        margin-bottom: 8px; /* Add some spacing between rows */
    }

    .clients-image {
        width: 100%; /* Ensure the image fits within the award item */
        height: auto; /* Maintain the aspect ratio */
    }

  .wrapper._480px {
    width: 100%;
  }

  .case-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .case-content-block {
    text-align: center;
    align-items: center;
  }

  .right-arrow {
    right: 21%;
  }

  .case-image {
    width: 100%;
  }

  .appointment-content-block {
    padding-bottom: 0;
  }

  .portfolio-content-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .portfolio-item-summary {
    flex-direction: column;
  }

  .contact-form-block {
    min-width: 100%;
  }

  .input-row {
    flex-direction: column;
  }

  .contact-form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-container, .clients-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .about-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .works-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .works-container, .cta-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .showcase-section {
    padding-top: 1.5rem;
    padding-bottom: 6rem;
  }



  .showcase-container {
    flex-direction: row;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .portfolio-image {
    width: 416px;
  }

  .case-image-block {
    order: -1;
    min-width: 100%;
  }

  .table-component {
    display: none;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .case-heading {
    font-size: 2rem;
  }

  .timeline-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .timeline-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .summary-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .summary-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-hero-section {
    padding-top: 10rem;
  }

  .about-hero-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .skills-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .skills-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .appointment-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .appointment-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .work-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .work-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .work-list {
    grid-template-columns: 1fr;
  }

  .portfolio-hero-section {
    padding-top: 12rem;
  }

  .portfolio-hero-container, .contact-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-form-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .contact-form-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .portfolio-item-section {
    padding-top: 12rem;
    padding-bottom: 1.5rem;
  }

  .portfolio-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .showcase-right-arrow {
    right: 10%;
  }

  .nav-link-icon {
    width: 32px;
  }

  .nav-menu {
    width: 100vw;
  }

  .style-hero-section {
    padding-bottom: 1.5rem;
  }

  .style-hero-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .changelog-hero-section {
    padding-bottom: 1.5rem;
  }

  .changelog-hero-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .license-hero-section {
    padding-bottom: 1.5rem;
  }

  .licensing-container, .license-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-hero-image-block {
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: 12rem;
    min-height: 12rem;
  }

  .input-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .portfolio-content-section {
    padding-bottom: 1.5rem;
  }

  .portfolio-content-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-section {
    padding-bottom: 1.5rem;
  }

  .style-guide-container, .changelog-container {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .text-large {
    font-size: 1.125rem;
  }

  .display-heading {
    font-size: 2.75rem;
  }

  .colors-table-cell {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
  }

  .color-circle-preview.primary-500 {
    width: 12px;
    min-width: 12px;
  }

  .notification-bar {
    position: relative;
  }

  .cta-wrapper {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .spacing-width._1280px-and-up {
    width: 128px;
  }

  .spacing-width-line {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
  }

  .timeline-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    padding-top: 0;
  }

  .timeline-date {
    border-bottom-width: 1px;
    border-right-style: none;
    border-bottom-color: var(--neutral-500);
    max-width: 100%;
    padding-left: 0;
  }

  .wrapper {
    width: 368px;
  }

  .case-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .right-arrow {
    right: 27%;
  }

  .case-image {
    height: auto;
    min-height: 240px;
  }

  .contact-image-block {
    height: 160px;
  }

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

  .showcase-section {
    padding-bottom: 5rem;
  }

  .case-image-block {
    min-height: 240px;
  }

  .case-heading {
    font-size: 1.75rem;
  }

  .appointment-image {
    height: auto;
  }

  .showcase-right-arrow {
    right: 6%;
  }

  .showcase-image-block {
    width: 280px;
  }

  .menu-cta-actions {
    grid-column-gap: 1.25rem;
    grid-row-gap: .25rem;
    flex-flow: wrap;
    align-content: flex-start;
  }

  .menu-cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-social-channels {
    padding-left: 0;
  }

  .navbar {
    position: fixed;
  }

  .nav-menu {
    padding-left: 1.25rem;
    padding-right: 1.5rem;
  }

  .heading-12 {
    width: auto;
  }

  .license-wrapper {
    padding: 24px;
  }

  .about-hero-image-block {
    height: 11rem;
    min-height: 11rem;
  }

  .showcase-image-link {
    transition-duration: .4s;
  }

  .showcase-image-link:hover {
    transform: scale(1.06);
  }
}
