html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 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: #0000;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.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: -0.5em;
}

sub {
  bottom: -0.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: monospace;
  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: pointer;
}

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;
}

.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: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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: pointer;
  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: #0000 !important;
}

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

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

.w-optimization {
  display: contents;
}

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;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

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: pointer;
  -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::placeholder,
.w-select::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: pointer;
  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: 0.1px;
  height: 0.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: pointer;
  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: pointer;
  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: pointer;
  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 * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: 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: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  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: #fff0 #fff #fff0 #fff0;
  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: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  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;
  inset: -100%;
}

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

.w-background-video--control {
  background-color: #0000;
  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: #0000;
  tap-highlight-color: #0000;
  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;
}

.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: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 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: 0.2em 0.5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

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

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

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

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.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: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 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;
  inset: 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;
  user-select: none;
  cursor: pointer;
  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: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 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: pointer;
}

.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: #0006;
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all 0.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: auto hidden;
}

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

.w-lightbox-active {
  opacity: 0.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 #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: 0.8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -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: 0.5;
    display: block;
  }

  .w-lightbox-close {
    opacity: 0.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;
  inset: 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: 0.6;
}

.w-richtext figure div {
  color: #0000;
  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: #222;
  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: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-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: pointer;
  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;
}

.w-code-component > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

:root {
  --background--primary: #fff;
  --body-font: "DM Sans", sans-serif;
  --text--secondary: var(--color--grey-neutral--700);
  --spacing--section-padding: var(--sizes--32);
  --text--primary: #000000e6;
  --text--error: var(--color--red--500);
  --text--secondary-on-black: white;
  --button--primary--default: var(--color--grey-neutral--950);
  --text--primary-on-black: white;
  --background--secondary: var(--color--cream--100);
  --button--secondary--default: var(--color--cream--100);
  --button--brand--default: var(--color--main--brand-main-default);
  --button--brand--hover: var(--color--main--brand-main-darker);
  --border--default: var(--color--grey-neutral--300);
  --spacing--page-padding: var(--sizes--8);
  --color--grey-neutral--50: #fafafa;
  --color--grey-neutral--100: #f5f5f5;
  --color--grey-neutral--200: #e5e5e5;
  --color--grey-neutral--300: #d6d6d6;
  --color--grey-neutral--400: #a5a5a5;
  --color--grey-neutral--500: #767676;
  --color--grey-neutral--600: #575757;
  --color--grey-neutral--700: #434343;
  --color--grey-neutral--800: #292929;
  --color--grey-neutral--900: #1a1a1a;
  --color--grey-neutral--950: #0a0a0a;
  --color--cream--50: #f1f0ee;
  --color--cream--100: #edebe8;
  --color--cream--200: #d1cec7;
  --color--cream--300: #b6b4af;
  --color--cream--400: #9d9a95;
  --color--cream--500: #85817a;
  --color--cream--600: #6a6762;
  --color--cream--700: #504e49;
  --color--cream--800: #353431;
  --color--cream--900: #1b1a18;
  --color--cream--950: #0d0d0c;
  --color--red--500: #ef4444;
  --color--green--500: #22c55e;
  --color--orange--500: #f97316;
  --spacing--gap: var(--sizes--24);
  --heading-font: Sentient, sans-serif;
  --color--dark-blue--400: #5f75e9;
  --radius--default: 0.375rem;
  --text--placeholder: var(--color--grey-neutral--500);
  --container--small: var(--sizes--192);
  --color--purple--400: #a78bfa;
  --border--hover: var(--color--grey-neutral--400);
  --button--primary--hover: var(--color--grey-neutral--800);
  --button--secondary--hover: var(--color--grey-neutral--300);
  --color--base--white: white;
  --color--base--black: black;
  --color--blue--900: #1e3a8a;
  --color--blue--950: #172554;
  --color--blue--800: #1e40af;
  --color--blue--600: #316cec;
  --color--blue--700: #1d4ed8;
  --color--blue--500: #3b82f6;
  --color--blue--200: #bfdbfe;
  --color--blue--400: #60a5fa;
  --color--blue--100: #dbeafe;
  --color--blue--300: #93c5fd;
  --color--blue--50: #eff6ff;
  --color--dark-blue--600: #354abe;
  --color--dark-blue--900: #151e4c;
  --color--dark-blue--500: #3f59e4;
  --color--dark-blue--950: #0d122e;
  --color--dark-blue--200: #9facf2;
  --color--dark-blue--300: #7f90ed;
  --color--dark-blue--50: #d9defa;
  --color--dark-blue--800: #202d72;
  --color--dark-blue--100: #bfc8f6;
  --color--dark-blue--700: #2a3b98;
  --color--dark-orange--700: #c11c0d;
  --color--dark-orange--800: #991813;
  --color--dark-orange--900: #7c1712;
  --color--dark-orange--950: #430807;
  --color--dark-orange--600: #e92b0d;
  --color--dark-orange--500: #f84416;
  --color--dark-orange--100: #ffe4d5;
  --color--dark-orange--200: #fec6aa;
  --color--dark-orange--50: #fff3ed;
  --color--dark-orange--400: #fa6b3d;
  --color--dark-orange--300: #fc9e75;
  --color--electric-pink--500: #fa8289;
  --color--green--900: #14532d;
  --color--green--950: #052e16;
  --color--green--600: #16a34a;
  --color--green--800: #166534;
  --color--green--400: #4ade80;
  --color--green--300: #86efac;
  --color--green--50: #f0fdf4;
  --color--green--200: #bbf7d0;
  --color--green--700: #15803d;
  --color--green--100: #dcfce7;
  --color--main--brand-main-darker: #ecc739;
  --color--main--brand-main-default: #ffd63c;
  --color--main--brand-main-lighter: #ffdc57;
  --color--orange--900: #7c2d12;
  --color--orange--800: #9a3412;
  --color--orange--950: #431407;
  --color--orange--400: #fb923c;
  --color--orange--300: #fdba74;
  --color--orange--200: #fed7aa;
  --color--orange--50: #fff7ed;
  --color--orange--600: #ea580c;
  --color--orange--700: #c2410c;
  --color--orange--100: #ffedd5;
  --color--purple--900: #4c1d95;
  --color--purple--700: #6d28d9;
  --color--purple--950: #2e1065;
  --color--purple--800: #5b21b6;
  --color--purple--500: #8b5cf6;
  --color--purple--600: #7c3aed;
  --color--purple--300: #c4b5fd;
  --color--purple--200: #ddd6fe;
  --color--purple--100: #ede9fe;
  --color--purple--50-2: #f5f3ff;
  --color--red--950: #450a0a;
  --color--red--600: #dc2626;
  --color--red--700: #b91c1c;
  --color--red--300: #fca5a5;
  --color--red--900: #7f1d1d;
  --color--red--800: #991b1b;
  --color--red--400: #f87171;
  --color--red--100: #fee2e2;
  --color--red--50: #fef2f2;
  --color--red--200: #fecaca;
  --color--soft-green--800: #345321;
  --color--soft-green--900: #2e4720;
  --color--soft-green--400: #86c556;
  --color--soft-green--600: #4e8729;
  --color--soft-green--700: #3d6823;
  --color--soft-green--300: #a6d87e;
  --color--soft-green--100: #e3f3d4;
  --color--soft-green--200: #c9e8ae;
  --color--soft-green--950: #15260d;
  --color--soft-green--500: #67aa38;
  --color--soft-green--50: #f2faeb;
  --color--yellow--700: #a16207;
  --color--yellow--600: #ca8a04;
  --color--yellow--500: #eab308;
  --color--yellow--950: #422006;
  --color--yellow--900: #713f12;
  --color--yellow--400: #facc15;
  --color--yellow--200: #fef08a;
  --color--yellow--300: #fde047;
  --color--yellow--50: #fefce8;
  --color--yellow--100: #fef9c3;
  --color--yellow--800: #854d0e;
  --container--large: var(--sizes--320);
  --container--medium: var(--sizes--256);
  --sizes--1: 0.25rem;
  --sizes--3: 0.75rem;
  --sizes--2: 0.5rem;
  --sizes--4: 1rem;
  --sizes--6: 1.5rem;
  --sizes--0-5: 0.125rem;
  --sizes--16: 4rem;
  --sizes--12: 3rem;
  --sizes--20: 5rem;
  --sizes--24: 6rem;
  --sizes--40: 10rem;
  --sizes--32: 8rem;
  --sizes--10: 2.5rem;
  --sizes--0: 0rem;
  --sizes--48: 12rem;
  --sizes--56: 14rem;
  --sizes--80: 20rem;
  --sizes--96: 24rem;
  --sizes--120: 30rem;
  --sizes--140: 35rem;
  --sizes--64: 16rem;
  --sizes--192: 48rem;
  --sizes--160: 40rem;
  --sizes--256: 64rem;
  --sizes--5: 1.25rem;
  --sizes--8: 2rem;
  --sizes--360: 90rem;
  --sizes--480: 120rem;
  --sizes--320: 80rem;
  --sizes--180: 45rem;
  --sizes--400: 100rem;
  --spacing--size: 0px;
  --text--disabled: white;
  --text--success: var(--color--green--500);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background--primary);
  font-family: var(--body-font);
  color: var(--text--secondary);
  letter-spacing: -0.02em;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  margin: 0;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.75rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
}

h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

h4 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h6 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
}

p {
  margin: 0;
}

a {
  text-decoration: underline;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding-left: 2.5rem;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

label {
  margin: 0;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 0.3125rem solid #e2e2e2;
  margin-bottom: 0.625rem;
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

figure {
  margin-bottom: 0.625rem;
}

.section-padding {
  padding-top: var(--spacing--section-padding);
  padding-bottom: var(--spacing--section-padding);
  height: 100%;
}

.section-padding.nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.section-padding.remove-bottom-padding {
  padding-bottom: 0;
}

.section-padding.reduce-padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-padding.footer-padding {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.section-padding.hero-padding {
  padding-top: 10rem;
}

.section-padding.remove-top-padding {
  padding-top: 0;
}

.section-padding.author-hero-padding {
  padding-top: 10rem;
}

.styleguide-button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: flex-start start;
  display: flex;
}

.styleguide-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.styleguide-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.styleguide-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.typography-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-base {
  letter-spacing: -0.01875rem;
  font-size: 1rem;
  line-height: 150%;
}

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

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

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

.text-base.link {
  color: var(--text--primary);
  text-decoration: underline;
}

.text-base.bold {
  font-weight: 700;
}

.text-base.bold.text-primary {
  color: var(--text--primary);
}

.text-base.text-secondary {
  color: var(--text--secondary);
}

.text-base.text-secondary-on-black {
  color: var(--text--secondary-on-black);
}

.text-base.regular {
  font-weight: 400;
}

.text-base.medium {
  font-weight: 600;
}

.text-base.error {
  color: #ef4444;
}

.styleguide-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.colors-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  height: 100%;
}

.main-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}

.global-css {
  position: fixed;
  inset: 0% auto auto 0%;
}

.page-wrapper {
  overflow: clip;
}

.button {
  grid-column-gap: 0.5rem;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: 0.625rem 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:active {
  transform: scale(0.96);
}

.button.primary {
  border: 2px solid var(--button--primary--default);
  background-color: var(--button--primary--default);
  color: var(--text--primary-on-black);
}

.button.primary:hover {
  color: var(--text--primary);
  background-color: #0000;
}

.button.secondary {
  border: 2px solid var(--background--secondary);
  color: var(--text--primary);
  background-color: #fff;
}

.button.secondary:hover {
  background-color: var(--button--secondary--default);
}

.button.brand {
  background-color: var(--button--brand--default);
  color: var(--text--primary);
}

.button.brand:hover {
  background-color: var(--button--brand--hover);
}

.button.outline {
  border: 0.0625rem solid var(--border--default);
  background-color: var(--background--primary);
  color: var(--text--primary);
  font-weight: 500;
}

.button.outline:hover {
  background-color: var(--background--secondary);
  border-width: 0;
  border-color: #0000;
}

.button.white {
  color: var(--text--primary);
  background-color: #fff;
  border: 2px solid #fff;
}

.button.white:hover {
  background-color: #0000;
  border: 2px solid #fff;
}

.styleguide-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.page-padding {
  padding-right: var(--spacing--page-padding);
  padding-left: var(--spacing--page-padding);
}

.styleguide-color-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 4rem 1rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.styleguide-color-item.gray-neutral-50 {
  background-color: var(--color--grey-neutral--50);
}

.styleguide-color-item.gray-neutral-100 {
  background-color: var(--color--grey-neutral--100);
}

.styleguide-color-item.gray-neutral-200 {
  background-color: var(--color--grey-neutral--200);
}

.styleguide-color-item.gray-neutral-300 {
  background-color: var(--color--grey-neutral--300);
}

.styleguide-color-item.gray-neutral-400 {
  background-color: var(--color--grey-neutral--400);
}

.styleguide-color-item.gray-neutral-500 {
  background-color: var(--color--grey-neutral--500);
}

.styleguide-color-item.gray-neutral-500.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.gray-neutral-600 {
  background-color: var(--color--grey-neutral--600);
}

.styleguide-color-item.gray-neutral-600.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.gray-neutral-700 {
  background-color: var(--color--grey-neutral--700);
}

.styleguide-color-item.gray-neutral-700.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.gray-neutral-800 {
  background-color: var(--color--grey-neutral--800);
}

.styleguide-color-item.gray-neutral-800.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.gray-neutral-900 {
  background-color: var(--color--grey-neutral--900);
}

.styleguide-color-item.gray-neutral-900.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.gray-neutral-950 {
  background-color: var(--color--grey-neutral--950);
}

.styleguide-color-item.gray-neutral-950.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.cream-50 {
  background-color: var(--color--cream--50);
}

.styleguide-color-item.cream-100 {
  background-color: var(--color--cream--100);
}

.styleguide-color-item.cream-200 {
  background-color: var(--color--cream--200);
}

.styleguide-color-item.cream-300 {
  background-color: var(--color--cream--300);
}

.styleguide-color-item.cream-400 {
  background-color: var(--color--cream--400);
}

.styleguide-color-item.cream-500 {
  background-color: var(--color--cream--500);
}

.styleguide-color-item.cream-500.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.cream-600 {
  background-color: var(--color--cream--600);
}

.styleguide-color-item.cream-600.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.cream-700 {
  background-color: var(--color--cream--700);
}

.styleguide-color-item.cream-700.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.cream-800 {
  background-color: var(--color--cream--800);
}

.styleguide-color-item.cream-800.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.cream-900 {
  background-color: var(--color--cream--900);
}

.styleguide-color-item.cream-900.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.cream-950 {
  background-color: var(--color--cream--950);
}

.styleguide-color-item.cream-950.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.red-500 {
  background-color: var(--color--red--500);
}

.styleguide-color-item.red-500.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.green-500 {
  background-color: var(--color--green--500);
}

.styleguide-color-item.green-500.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-color-item.orange-500 {
  background-color: var(--color--orange--500);
}

.styleguide-color-item.orange-500.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.styleguide-row-banner {
  background-color: var(--color--cream--100);
  color: var(--text--primary);
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 200%;
}

.text-sticky {
  position: sticky;
  top: 2rem;
}

.hero-section-content {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-global-classes-wrapper {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.typography-row {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 213rem;
  display: flex;
}

.typography-row---column-1 {
  grid-column-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 55rem;
  display: flex;
}

.text-9xl {
  font-family: var(--heading-font);
  color: var(--text--primary);
  letter-spacing: -0.03em;
  font-size: 8rem;
  line-height: 100%;
}

.typography-details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 0.0625rem solid var(--border--default);
  background-color: var(--background--secondary);
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.5rem;
  display: flex;
}

.text-8xl {
  font-family: var(--heading-font);
  color: var(--text--primary);
  letter-spacing: -0.02em;
  font-size: 6rem;
  line-height: 100%;
}

.text-7xl {
  font-family: var(--heading-font);
  color: var(--text--primary);
  font-size: 4.5rem;
  line-height: 100%;
}

.text-6xl {
  font-family: var(--heading-font);
  color: var(--text--primary);
  font-size: 3.75rem;
  line-height: 100%;
}

.text-6xl.text-primary {
  color: var(--text--primary);
}

.text-5xl {
  font-family: var(--heading-font);
  color: var(--text--primary);
  letter-spacing: -0.04em;
  font-size: 3rem;
  line-height: 110%;
}

.text-5xl.bold {
  font-weight: 700;
}

.text-5xl.bold.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.text-4xl {
  font-family: var(--heading-font);
  color: var(--text--primary);
  font-size: 2.25rem;
  line-height: 110%;
}

.text-4xl.bold {
  font-weight: 700;
}

.text-3xl {
  color: var(--text--primary);
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 120%;
}

.text-2xl {
  color: var(--text--primary);
  font-size: 1.5rem;
  line-height: 140%;
}

.text-2xl.semi-bold {
  font-weight: 600;
}

.text-2xl.bold {
  font-weight: 700;
}

.text-2xl.bold.text-primary {
  color: var(--text--primary);
}

.text-xl {
  color: var(--text--primary);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}

.text-xl.bold {
  font-weight: 700;
}

.text-xl.bold.text-primary-on-black {
  color: var(--text--primary-on-black);
}

.text-large {
  font-size: 1.125rem;
  line-height: 160%;
}

.text-large.bold {
  font-weight: 700;
}

.text-large.bold.text-primary {
  color: var(--text--primary);
}

.text-large.text-secondary {
  color: var(--text--secondary);
}

.text-small {
  color: var(--text--secondary);
  font-size: 0.875rem;
  line-height: 140%;
}

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

.text-xs {
  color: var(--text--secondary);
  font-size: 0.75rem;
  line-height: 130%;
}

.rich-text li {
  margin-bottom: 0.5rem;
}

.rich-text blockquote {
  border-left-width: 4px;
  border-left-color: var(--color--dark-blue--400);
  color: var(--text--primary);
  padding: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.rich-text p {
  margin-bottom: 1rem;
}

.rich-text h2 {
  color: var(--text--primary);
  letter-spacing: -0.0625rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.rich-text a {
  color: var(--text--secondary);
}

.rich-text img {
  border-radius: 0.5rem;
}

.rich-text h1,
.rich-text h3,
.rich-text strong {
  color: var(--text--primary);
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.style-guide-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.input-field {
  border-radius: var(--radius--default);
  color: var(--text--primary);
  letter-spacing: -0.01875rem;
  background-color: #d9d7d4;
  border: 0.0625rem solid #0000;
  width: 100%;
  height: 3rem;
  padding: 0.5rem;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.input-field:hover {
  border: 0.0625rem solid var(--color--cream--300);
}

.input-field:focus {
  border-color: var(--color--cream--500);
  color: var(--text--primary);
}

.input-field::placeholder {
  color: var(--text--placeholder);
  font-size: 1rem;
  line-height: 1.5rem;
}

.input-field.area {
  height: 16rem;
}

.input-field.color {
  background-color: #fff3;
  font-weight: 500;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 24rem;
  display: flex;
}

.input-field-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: stretch;
}

.utility-page-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.password-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  margin: 0;
  display: flex;
}

._404-page-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._404-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 18rem;
}

._404-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 80svh;
  display: flex;
}

._404-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.container-medium {
  max-width: 64rem;
}

.documentation-text-section {
  min-height: 60vh;
}

.documentation-hero-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  text-wrap: balance;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.documentation-text-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.input-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.input-item {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 19rem;
}

.input-item._100-width {
  width: auto;
}

.success-message {
  background-color: #ddd0;
  padding: 0;
}

.error-message {
  background-color: #ffdede00;
  padding: 0;
}

.styleguide-right-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
}

.template-badge {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  border: 0.0625rem solid var(--border--default);
  color: var(--text--primary);
  background-color: #fff;
  border-radius: 0.375rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.3125rem 0.375rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  box-shadow: 0 3px #0000001a;
}

.template-badge:hover {
  box-shadow: none;
  background-color: #f5f5f5;
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: auto;
  display: flex;
}

.buy-template-badge {
  z-index: 2147483647;
  position: fixed;
  inset: auto 0.5% 1% auto;
}

.footer {
  background-color: var(--background--secondary);
  position: relative;
}

.footer-wrapper-two {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-column-two {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  opacity: 0.7;
  color: var(--text--primary);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.25s;
}

.footer-link:hover {
  opacity: 1;
}

.divider {
  background-color: var(--border--default);
  width: 100%;
  height: 0.0625rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.divider.pricing {
  background-color: #8a9b74;
  margin: 0;
}

.footer-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -0.75rem;
  display: flex;
}

.footer-social-link {
  background-color: var(--background--primary);
  border-radius: 0.5rem;
  margin-left: 0.75rem;
  padding: 0.5rem;
  transition: all 0.25s;
}

.footer-social-link:hover {
  opacity: 0.8;
}

.footer-logo {
  width: 12rem;
}

.footer-column-one {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.style-guide-badge {
  color: #fff;
  background-color: #0761be;
  border-radius: 0.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.25rem;
  display: flex;
}

.newsletter-form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  display: flex;
}

.newsletter-input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  z-index: 3;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  color: #1a1a1a;
  letter-spacing: -0.03125rem;
  border-style: solid;
  border-color: #0000;
  border-radius: 0.25rem;
  align-items: center;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  background-color: var(--background--secondary);
}

.nav-link.w--current {
  color: #1a1a1a;
}

.navbar-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 65%;
}

.navbar-logo-wrapper {
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
}

.navbar-logo-wrapper:active {
  transform: scale(0.96);
}

.navbar {
  background-color: #fff0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-button-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.nav-links-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo {
  width: 8rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-credits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  display: flex;
}

.field-label {
  display: none;
}

.password-header-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.icon-solid {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-solid._24px {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-solid._24px.text-primary-on-black {
  color: var(--text--primary);
}

.icon-solid._24px.text-secondary {
  color: var(--text--secondary);
}

.icon-solid._32px {
  width: 2rem;
  height: 2rem;
}

.icon-solid._32px.text-primary {
  color: var(--text--primary);
}

.template-pages-item {
  border: 0.0625rem solid var(--border--default);
  border-radius: var(--radius--default);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.template-page-content {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  padding: 1.5rem;
  text-decoration: none;
  transition: all 0.25s;
}

.template-page-content:hover {
  background-color: var(--background--secondary);
}

.template-page-image {
  height: 36rem;
}

.container-small {
  max-width: var(--container--small);
}

.section-heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  text-wrap: balance;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-wrapper.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.hero-title-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.hero-emoji {
  border: 0.125rem solid var(--border--default);
  border-radius: 0.5rem;
  width: 4.5rem;
  padding: 1rem;
}

.hero-title-row-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.hero-projects-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.home-hero-project-image-wrapper {
  position: relative;
  width: 100%;
  border-radius: var(--radius--default);
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1.5rem;
}

.home-hero-project-image {
  width: 100%;
  height: 35rem;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.home-hero-project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
  transition: background 0.4s ease;
  pointer-events: none;
}

.home-hero-project-title {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  z-index: 2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.home-hero-project-button {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 0;
  white-space: nowrap;
  background-color: var(--background--primary) !important;
  border: 0.0625rem solid var(--border--default) !important;
  color: var(--text--primary) !important;
  font-weight: 500;
  padding: 0.875rem 2rem;
  transition: all 0.3s ease;
}

.home-hero-project-button:hover {
  background-color: var(--background--secondary) !important;
  border-width: 0 !important;
  border-color: #0000 !important;
}

.home-hero-project-image-wrapper:hover .home-hero-project-image {
  transform: scale(1.05);
  filter: brightness(0.9);
}

.home-hero-project-image-wrapper:hover .home-hero-project-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.6) 100%);
}

.home-hero-project-image-wrapper:hover .home-hero-project-title {
  transform: translateY(-5px);
}


.partners-section {
  background-color: #fff2c2;
}

.partners-logo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: 0.7;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.partner-logo-item {
  height: 3rem;
}

.home-projects-content {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-project-image {
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  height: 40rem;
}

.home-project-item-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.home-projects-content-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

.home-projects-title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  text-wrap: pretty;
  justify-content: flex-start;
  align-items: center;
  max-width: 34ch;
}

.home-project-details-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-project-details-item {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.metrics-section {
  background-color: #aabd8c;
}

.metrics-content {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.metrics-item-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.metrics-item {
  border-radius: var(--radius--default);
  background-color: var(--background--primary);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30rem;
  height: 26rem;
  padding: 1.5rem;
  display: flex;
}

.metrics-item.black {
  background-color: #000;
}

.metrics-item._70-opacity {
  background-color: #ffffffb3;
}

.metrics-item._70-opacity.smaller {
  width: 100%;
  height: 22rem;
}

.metrics-item._40-opacity {
  opacity: 1;
  background-color: #fff6;
}

.metrics-item._40-opacity.smaller {
  width: 100%;
  height: 22rem;
}

.metrics-content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.metrics-info-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  display: flex;
}

.metrics-logo {
  width: 8rem;
}

.blog-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-article-item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.blog-article-image {
  border-radius: var(--radius--default);
  width: 100%;
  height: 100%;
}

.blog-article-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.blog-author-item {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-author-item.wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.blog-article-caption-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.author-image {
  border-radius: 625000rem;
  width: 2.5rem;
  height: 2.5rem;
}

.author-image.bigger {
  width: 8rem;
  height: 8rem;
}

.blog-article-content-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  text-decoration: none;
  transition: all 0.25s;
  display: flex;
}

.blog-article-content-wrap:hover {
  opacity: 0.8;
}

.testimonials-section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #e2d1be;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 80svh;
  display: grid;
}

.testimonials-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3.5rem;
  display: flex;
}

.testimonials-image {
  width: 100%;
  height: 100%;
}

.testimonials-image-wrapper {
  min-height: 100%;
}

.slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonials-arrow-icon {
  cursor: pointer;
  border: 0.125rem solid #c3ae98;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.25s;
  display: flex;
  inset: auto auto -4rem 0%;
}

.testimonials-arrow-icon:hover {
  background-color: #c3ae98;
}

.testimonials-arrow-icon.right {
  left: 3rem;
}

.testimonials-slider {
  max-width: 50ch;
}

.slide-nav {
  display: none;
}

.flex-block-6 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}

.testimonial-wrapper {
  margin-top: 2rem;
}

.footer-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--default);
  background-color: var(--color--purple--400);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
  padding: 3.5rem;
  display: flex;
}

.projects-hero-content {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.projects-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.projects-item-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.projects-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--default);
  background-color: var(--color--cream--50);
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.projects-top-content {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  text-wrap: pretty;
  max-width: 40ch;
}

.projects-top-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.project-thumbnail {
  border-radius: var(--radius--default);
  background-color: var(--background--secondary);
  width: 100%;
  height: 32.5rem;
}

.project-image-thubmnail-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: all 0.25s;
  display: grid;
}

.project-image-thubmnail-wrapper:hover {
  opacity: 0.9;
}

.project-details-content {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.projects-row-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.projects-image-row {
  border-radius: var(--radius--default);
  background-color: var(--background--secondary);
  width: 100%;
  height: 50rem;
}

.projects-row-2-top-content-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

.projects-row-2-title-content-wrap {
  max-width: 30ch;
}

.projects-row-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #aabd8c;
  justify-content: flex-start;
  align-items: stretch;
  padding: 4rem;
}

.projects-row-2-bottom-image-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start stretch;
}

.projects-row-2-bottom-image-grid._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.projects-row-2-bottom-image-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
}

.projects-row-3 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects-big-image {
  border-radius: var(--radius--default);
  background-color: var(--background--secondary);
  width: 100%;
  height: 64rem;
}

.projects-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 47rem;
  display: grid;
}

.projects-grid-image {
  border-radius: var(--radius--default);
  background-color: var(--background--secondary);
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.projects-row-2-image {
  border-radius: var(--radius--default);
  background-color: var(--background--primary);
  height: 18rem;
}

.projects-row-2-image.bigger {
  height: 24rem;
}

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

.projects-row-4-image {
  border-radius: var(--radius--default);
  background-color: var(--background--secondary);
  width: 100%;
  height: 36.5rem;
}

.projects-text-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  max-width: 40ch;
}

.home-hero-project-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.blog-article-image-wrapper {
  width: 100%;
  height: 16rem;
  transition: all 0.25s;
}

.blog-article-image-wrapper:hover {
  opacity: 0.9;
}

.author-info-wrapper.wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.project-details-hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  overflow: hidden;
}

.project-details-background-white {
  background-color: var(--background--primary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90svh;
}

.project-details-background-gray {
  background-color: var(--background--secondary);
  width: 100%;
  padding: 1rem;
}

.project-details-hero-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.project-details-hero-detail-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.project-details-hero-detail-item {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-details-challenge-item {
  border-radius: var(--radius--default);
  background-color: var(--background--secondary);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 30rem;
  padding: 1.5rem;
  display: flex;
}

.project-details-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-details-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffdb55;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.team-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff5cd;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.team-content {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  justify-content: flex-start;
  align-items: stretch;
}

.team-item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.team-image {
  border-radius: var(--radius--default);
}

.team-head-info-wrap {
  margin-bottom: -1rem;
}

.features-team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background--primary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.features-content {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  justify-content: flex-start;
  align-items: stretch;
}

.features-team-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.features-team-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 45rem;
  display: grid;
}

.features-image {
  border-radius: var(--radius--default);
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.features-content-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.features-text {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.features-button-wrap {
  margin-top: 2rem;
}

.contact-hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background--secondary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.contact-hero-content {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  justify-content: flex-start;
  align-items: stretch;
}

.contact-info-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-info-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--radius--default);
  background-color: var(--background--primary);
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.contaect-info-content-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.contact-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #aabd8c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.contact-content {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  justify-content: flex-start;
  align-items: stretch;
}

.contact-form-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 28rem;
  margin: 0;
  display: flex;
}

.contact-form-image {
  border-radius: var(--radius--default);
  width: 35rem;
}

.faq-icon {
  color: #7f56d9;
  justify-content: center;
  min-width: 1.25rem;
  min-height: 1.25rem;
  margin-bottom: 0.5rem;
  display: flex;
  position: relative;
}

.faq-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-bottom {
  overflow: hidden;
}

.faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.heading-section-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 70ch;
  display: flex;
}

.heading-section-wrapper.align-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.faq-space {
  height: 1.5rem;
}

.faq-item {
  cursor: pointer;
  background-color: #f6f5f400;
  border-bottom: 0.0625rem solid #d6d6d6;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
}

.faq-wrapper {
  grid-column-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 40rem;
  display: flex;
}

.faq-section {
  background-color: #e3ebd6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.pricing-hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #aabd8c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.pricing-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e3ebd6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.pricing-hero-image {
  border-radius: var(--radius--default);
  width: 100%;
  height: 40rem;
}

.pricing-hero-content,
.pricing-content {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  justify-content: flex-start;
  align-items: stretch;
}

.pricing-item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: var(--radius--default);
  border: 4px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 25rem;
  padding: 20px;
  display: flex;
}

.pricing-item.bigger {
  background-color: #c6d7ad;
  border-width: 4px;
  border-color: #c6d7ad;
  max-width: 32rem;
}

.pricing-price-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.pricing-testimonial-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-image {
  border-radius: 50px;
  width: 3rem;
}

.avatar-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.testimonial-content-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  max-width: 60ch;
}

.logos-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.logos-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.logos-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.logos-item {
  border-radius: var(--radius--default);
  background-color: var(--background--secondary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 17rem;
  display: flex;
}

.logos-item.white {
  border: 1px solid var(--border--default);
  background-color: var(--background--primary);
}

.logo-image {
  width: 11rem;
}

.numbers-section {
  background-color: #fff2c2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.numbers-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.numbers-content-top-row {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.numbers-top-row-content-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 50ch;
}

.numbers-item-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.numbers-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--default);
  background-color: #ebda9d;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.numbers-item-content-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.numbers-benefit-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.numbers-benefit-item {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-featured-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background--secondary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.blog-featured-content {
  grid-column-gap: var(--spacing--gap);
  grid-row-gap: var(--spacing--gap);
  justify-content: flex-start;
  align-items: stretch;
}

.blog-featured-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-featured-item {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-featured-image {
  border-radius: var(--radius--default);
  width: 100%;
  height: 38rem;
}

.blog-featured-details-wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}

.blog-featured-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  max-width: 60ch;
}

.blog-featured-content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-featured-title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.blog-posts-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background--primary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-article-tittle-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 60ch;
}

.blog-article-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.link {
  color: #434343;
  text-decoration: underline;
  transition: all 0.25s;
}

.link:hover {
  opacity: 0.7;
}

.blog-banner-section {
  width: 100%;
  position: relative;
}

.blog-banner-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.blog-details-image {
  width: 100%;
  height: 34rem;
  object-fit: cover;
  display: block;
}

.blog-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}

.blog-banner-title {
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.article-details-content {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.article-details-hero-section {
  background-color: var(--background--secondary);
}

.projects-hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background--primary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.blog-article-details {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.flex-block-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.ka-container-large {
  width: 100%;
  max-width: 80rem;
  height: 100%;
}

.ka-section-padding {
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: block;
}

.ka-gallery-heading-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.ka-icon-solid {
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ka-icon-solid.ka-48px {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
}

.ka-icon-solid.ka-48px.text-brand {
  color: #f84416;
}

.ka-text-large {
  letter-spacing: -0.02em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}

.ka-text-large.ka-text-secondary {
  color: #434343;
}

.ka-gallery-04 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow: clip;
}

.ka-button {
  grid-column-gap: 0.5rem;
  border-radius: 0.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.ka-button:active {
  transform: scale(0.96);
}

.ka-button.ka-outline {
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  font-weight: 500;
}

.ka-button.ka-outline:hover {
  background-color: #f5f5f5;
}

.ka-button.ka-brand {
  color: #fff;
  background-color: #f84416;
}

.ka-button.ka-brand:hover {
  background-color: #d3270c;
}

.ka-gallery-04-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.ka-page-padding {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.ka-gallery-04-image {
  object-fit: cover;
  border-radius: 0.5rem;
  height: 33vw;
  max-height: 40rem;
}

.ka-gallery-section-heading {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 80ch;
}

.ka-gallery-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.ka-gallery-04-image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ka-text-5xl {
  color: #1a1a1a;
  letter-spacing: -0.04em;
  font-family: Vollkorn, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.ka-text-5xl.ka-text-primary {
  color: #1a1a1a;
}

.ka-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.author-category-hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background--secondary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
}

.author-category-hero-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-badge-2 {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  color: #1a1a1a;
  background-color: #fff;
  border: 0.0625rem solid #d6d6d6;
  border-radius: 0.375rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.3125rem 0.375rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  box-shadow: 0 3px #0000001a;
}

.template-badge-2:hover {
  box-shadow: none;
  background-color: #f5f5f5;
}

.text-base-2 {
  letter-spacing: -0.01875rem;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
}

.text-base-2.bold {
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .rich-text figure {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .project-list-section .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-padding.reduce-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-padding.footer-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-padding.author-hero-padding {
    padding-top: 8rem;
  }

  .styleguide-button-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .styleguide-row {
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }

  .button {
    display: flex;
  }

  .text-sticky {
    position: relative;
    top: auto;
  }

  .hero-section-content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .project-list-section .hero-section-content {
    grid-row-gap: 2rem;
  }

  .project-list-section .section-heading-wrapper {
    margin-bottom: 0;
  }

  .text-9xl {
    font-size: 7.5rem;
  }

  .typography-details {
    width: 100%;
  }

  .text-8xl {
    font-size: 5.5rem;
  }

  .text-7xl {
    font-size: 4rem;
  }

  .text-6xl {
    font-size: 3.5rem;
  }

  .text-5xl {
    font-size: 2.5rem;
  }

  .footer-wrapper-two {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .footer-column-one {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link {
    padding: 0.75rem 0;
  }

  .navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .navbar-button-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .navbar-button-wrapper.hide {
    display: none;
  }

  .nav-links-wrapper {
    background-color: #fff;
    padding: 1rem;
  }

  .burger-menu-wrapper {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: flex;
  }

  .burger-menu-wrapper:active {
    background-color: #f6f5f4;
    transform: scale(0.9);
  }

  .burger-menu-wrapper.w--open {
    color: #1a1a1a;
    background-color: #0000;
  }

  .template-page-image {
    height: 18rem;
  }

  .hero-projects-wrapper {
    grid-template-columns: 1fr;
  }

  .home-hero-project-image {
    height: 60vw;
  }

  .home-hero-project-title {
    font-size: 1.5rem;
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }

  .home-hero-project-button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }

  .home-hero-project-image-wrapper {
    margin-bottom: 1.25rem;
  }

  .home-project-image {
    border-radius: 0.5rem;
    height: 60vw;
  }

  .metrics-item-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .metrics-item.black {
    width: 100%;
    height: 22rem;
  }

  .metrics-item._70-opacity.smaller {
    height: 20rem;
  }

  .blog-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .blog-article-item-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .author-image.bigger {
    width: 6rem;
    height: 6rem;
  }

  .testimonials-section {
    grid-template-columns: 1fr;
    align-items: center;
    height: auto;
  }

  .testimonials-content {
    min-height: 60svh;
  }

  @media (max-width: 991px) {
    .testimonials-content {
      padding: 3rem;
    }
  }

  .testimonials-image-wrapper {
    height: 60vw;
  }

  .slider {
    margin-top: -3rem;
  }

  .footer-cta {
    margin-bottom: 5rem;
    padding: 2rem;
  }

  .project-thumbnail {
    height: 34vw;
  }

  .project-thumbnail.bigger {
    height: 80vw;
  }

  .project-image-thubmnail-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .projects-image-row {
    height: 60vw;
  }

  .projects-row-2 {
    padding: 3rem;
  }

  .projects-row-2-bottom-image-grid,
  .projects-row-2-bottom-image-grid._3-col {
    grid-template-columns: 1fr 1fr;
  }

  .projects-big-image {
    height: 110vw;
  }

  .projects-row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

  .projects-row.invert {
    flex-flow: column-reverse;
  }

  .projects-grid-image {
    height: 110vw;
    min-height: auto;
  }

  .projects-row-2-image,
  .projects-row-2-image.bigger {
    height: 34vw;
  }

  .projects-row-4 {
    grid-template-columns: 1fr;
    margin-top: -5rem;
  }

  .projects-row-4-image {
    height: 110vw;
  }

  .home-hero-project-item {
    width: 100%;
  }

  .home-hero-project-image {
    height: 50vw;
  }

  .home-hero-project-title {
    font-size: 1.25rem;
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
  }

  .home-hero-project-button {
    padding: 0.625rem 1.25rem;
    font-size: 0.85rem;
  }

  .home-hero-project-image-wrapper {
    margin-bottom: 1rem;
  }

  .blog-article-image-wrapper {
    height: 40vw;
  }

  .project-details-hero-section {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

  .project-details-background-white {
    justify-content: center;
    align-items: stretch;
    height: auto;
    padding: 3rem;
  }

  .project-details-challenge-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-details-image {
    height: 60vw;
    position: relative;
    inset: auto;
  }

  .team-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .team-item-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .features-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .features-team-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .features-team-item.invert {
    flex-flow: column-reverse;
  }

  .features-image {
    height: 70vw;
    min-height: auto;
  }

  .features-content-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .features-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-info-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    flex-flow: column;
  }

  .contact-form-image {
    width: 80%;
    height: 50vw;
  }

  .faq-content,
  .heading-section-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .pricing-hero-image {
    height: 70vw;
  }

  .pricing-item-wrapper {
    flex-flow: column;
  }

  .pricing-item {
    max-width: 32rem;
  }

  .pricing-testimonial-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .testimonial-content-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 50ch;
  }

  .logos-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .numbers-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .numbers-content-top-row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .numbers-top-row-content-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .numbers-item-wrap {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }

  .blog-featured-item {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .blog-featured-image {
    height: 30rem;
  }

  .blog-article-tittle-wrapper {
    text-wrap: balance;
    max-width: 80ch;
  }

  .blog-details-image {
    height: 40vw;
  }

  .blog-banner-title {
    font-size: 2.5rem;
  }

  .article-details-content {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .ka-section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ka-gallery-heading-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .ka-button {
    display: flex;
  }

  .ka-gallery-04-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .ka-text-5xl {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .styleguide-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .colors-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-section-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .project-list-section .hero-section-content {
    grid-row-gap: 1.5rem;
  }

  .project-list-section .section-heading-wrapper {
    margin-bottom: 0;
  }

  .text-9xl {
    font-size: 5.5rem;
  }

  .typography-details {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .text-8xl {
    font-size: 5rem;
  }

  .text-7xl {
    font-size: 3.5rem;
  }

  .text-6xl {
    font-size: 3rem;
  }

  .text-5xl {
    font-size: 2.25rem;
  }

  .text-4xl {
    font-size: 2rem;
  }

  .input-field-wrapper,
  .input-item {
    width: 100%;
  }

  .divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 1.25rem;
  }

  .footer-social-link {
    margin-left: 1.25rem;
  }

  .newsletter-form {
    justify-content: flex-start;
    align-items: stretch;
  }

  .partners-logo-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .home-project-item-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home-projects-content-wrap {
    margin-top: 4rem;
  }

  .metrics-item-wrapper {
    grid-template-columns: 1fr;
  }

  .metrics-item.black,
  .metrics-item._40-opacity.smaller {
    height: 20rem;
  }

  .blog-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blog-article-item-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonials-content {
    min-width: 100%;
    padding: 3rem;
  }

  .slider {
    width: 100%;
    max-width: 35rem;
    height: auto;
    min-height: auto;
  }

  .slide {
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .testimonials-slider {
    width: 100%;
    height: auto;
  }

  .flex-block-6 {
    width: 100%;
  }

  .footer-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .projects-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .projects-top-content-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .project-thumbnail,
  .project-thumbnail.bigger {
    height: 60vw;
  }

  .project-image-thubmnail-wrapper,
  .projects-row-1 {
    grid-template-columns: 1fr;
  }

  .projects-row-2 {
    padding: 2.5rem 1rem;
  }

  .home-hero-project-item {
    width: 100%;
  }

  .home-hero-project-image {
    height: 70vw;
  }

  .home-hero-project-title {
    font-size: 1.125rem;
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .home-hero-project-button {
    padding: 0.625rem 1.25rem;
    font-size: 0.8rem;
  }

  .home-hero-project-image-wrapper {
    margin-bottom: 1rem;
  }

  .blog-article-image-wrapper {
    height: 50vw;
  }

  .project-details-background-white {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .team-item-wrapper {
    grid-template-columns: 1fr;
  }

  .features-text,
  .features-button-wrap {
    justify-content: flex-start;
    align-items: stretch;
  }

  .contact-info-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-form {
    width: 100%;
    max-width: 60ch;
  }

  .contact-form-image {
    width: 100%;
  }

  .faq-content,
  .heading-section-wrapper,
  .logos-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .logos-wrapper {
    flex-flow: column;
    display: flex;
  }

  .logos-item {
    width: 100%;
  }

  .numbers-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .numbers-item-wrap,
  .blog-featured-item {
    flex-flow: column;
    display: flex;
  }

  .blog-featured-image {
    height: 40vw;
  }

  .blog-banner-title {
    font-size: 2rem;
  }

  .blog-featured-wrap {
    justify-content: flex-start;
    align-items: stretch;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

  .ka-gallery-04-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .ka-gallery-04-image {
    width: 20vw;
    height: 30vw;
    max-height: none;
  }

  .ka-gallery-section-heading {
    max-width: 70ch;
  }

  .ka-text-5xl {
    font-size: 2.25rem;
  }

  .ka-button-group {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section-padding.author-hero-padding {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

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

  .project-list-section .hero-section-content {
    grid-row-gap: 1rem;
  }

  .project-list-section .section-heading-wrapper {
    margin-bottom: 0;
  }

  .styleguide-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .colors-wrapper {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .typography-details {
    flex-flow: column;
  }

  .text-5xl {
    font-size: 2rem;
  }

  .style-guide-form-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .utility-page-form {
    width: 90%;
  }

  .input-item {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 1.25rem;
  }

  .newsletter-form {
    justify-content: flex-start;
    align-items: stretch;
  }

  .newsletter-input-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .section-heading-wrapper {
    overflow-wrap: anywhere;
  }

  .blog-author-item.wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .author-image.bigger {
    width: 5rem;
    height: 5rem;
  }

  .testimonials-content {
    height: auto;
    min-height: auto;
  }

  .slider {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
  }

  .testimonials-arrow-icon {
    margin: 0;
    position: relative;
    inset: auto;
  }

  .testimonials-arrow-icon.right {
    inset: -40px auto auto 58px;
  }

  .testimonials-slider {
    height: auto;
  }

  .testimonial-wrapper {
    margin-bottom: 2rem;
  }

  .projects-row-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .projects-row-2-bottom-image-grid,
  .projects-row-2-bottom-image-grid._3-col {
    grid-template-columns: 1fr;
  }

  .projects-row-2-image,
  .projects-row-2-image.bigger {
    height: 70vw;
  }

  .flex-block-7 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .project-details-background-white {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-details-challenge-item {
    max-width: none;
  }

  .heading-section-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .logos-wrapper {
    flex-flow: column;
    display: flex;
  }

  .collection-list {
    flex-flow: column;
  }

  .blog-article-tittle-wrapper {
    overflow-wrap: anywhere;
  }

  .article-details-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .ka-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ka-gallery-04-image {
    width: 40vw;
    height: 50vw;
  }

  .ka-button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}

#w-node-_5e25799a-9eb1-ef33-3919-85192ff707f4-2ff707f1,
#w-node-_50e7519e-d98d-1e4e-dddc-0a8b3de91f96-9e5b8d62,
#w-node-_50e7519e-d98d-1e4e-dddc-0a8b3de91fd7-9e5b8d62,
#w-node-_33203faa-135e-d064-d763-e394895cd80c-9e5b8d62,
#w-node-_2eaf401a-672f-d18d-8f5b-ce884e9cbeb3-9e5b8d62,
#w-node-abb2d14c-99f4-6040-0617-3922dce7a347-9e5b8d62,
#w-node-_58199f93-9443-6bac-91bd-c14db25011f2-676a80de,
#w-node-_6fba5037-888c-a9c0-2832-06c020a3a0d7-676a80de,
#w-node-_9476a39a-3b14-59b3-6346-c5c2aafe5ae1-676a80de,
#w-node-_14ab1ff9-fa7f-733c-c31e-926703a8e5b2-676a80de,
#w-node-_647c72c4-f1b6-d1d4-fc94-7d95b31c10e8-676a80de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2ca4d1b-f0f1-c633-b6ba-8438bc1d19bd-676a80de {
  grid-column-start: span 2.5;
  grid-column-end: span 2.5;
  grid-row: span 1 / span 1;
}

#w-node-_6195223d-0fb6-7f20-b097-1445d0c42c6a-676a80de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8cfe1267-f756-a5e6-5808-ce47324bb009-9e5b8d60,
  #w-node-_6195223d-0fb6-7f20-b097-1445d0c42c6a-676a80de,
  #w-node-c1e1c1b4-01d6-b384-8d43-5895f9140898-b858d44b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8cfe1267-f756-a5e6-5808-ce47324bb009-9e5b8d60 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6195223d-0fb6-7f20-b097-1445d0c42c6a-676a80de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1e1c1b4-01d6-b384-8d43-5895f9140898-b858d44b {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6195223d-0fb6-7f20-b097-1445d0c42c6a-676a80de {
    grid-column: span 1 / span 1;
  }
}

@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d82_DMSans_18pt-ThinItalic.ttf")
    format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d70_DMSans_18pt-Bold.ttf")
      format("truetype"),
    url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d75_DMSans_18pt-ExtraBold.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d72_DMSans_18pt-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d71_DMSans_18pt-ExtraBoldItalic.ttf")
      format("truetype"),
    url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d81_DMSans_18pt-BoldItalic.ttf")
      format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d73_DMSans_18pt-Italic.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d74_DMSans_18pt-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d78_DMSans_18pt-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d7a_DMSans_18pt-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d76_DMSans_18pt-SemiBoldItalic.ttf")
    format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d77_DMSans_18pt-LightItalic.ttf")
    format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d7b_DMSans_18pt-MediumItalic.ttf")
    format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d79_DMSans_18pt-Thin.ttf")
    format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba17374405001c9e5b8d7c_DMSans_18pt-BlackItalic.ttf")
    format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba1a5a11c020ec6eb5990b_Sentient-ExtralightItalic.otf")
    format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba1a5ae9a75293ecedb611_Sentient-Italic.otf")
    format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba1a5ab938b02ea35cf2de_Sentient-Extralight.otf")
    format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba1a5a11c020ec6eb598f3_Sentient-Bold.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba1a5a7637a832c2b7d9e3_Sentient-Medium.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba1a5a41e9533cfadf85a5_Sentient-BoldItalic.otf")
    format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba1a5a41e9533cfadf85b8_Sentient-LightItalic.otf")
    format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba1a5a4ab5860f8cdaf125_Sentient-MediumItalic.otf")
    format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba1a5accf10f7be21a4942_Sentient-Light.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("https://cdn.prod.website-files.com/66ba17374405001c9e5b8d58/66ba1a5a63985037258611ba_Sentient-Regular.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Custom CSS */
/*==============================
 Hero Section CSS 
==============================*/
.hero-section {
  position: relative;
  background-color: #fefaf0;
}

@media (max-width: 991.98px) {
  .hero-section {
    /* padding-top: 70px; */
  }
}

.hero-left {
  width: 100%;
  max-width: 584px;
  padding-top: 120px;
  padding-bottom: 92px;
}

@media (max-width: 991.98px) {
  .hero-left {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  .hero-left {
    padding-top: 40px;
  }
}

.hero-tag-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #cfd4b5;
  border-radius: 50px;
  align-items: center;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 6px 24px 6px 8px;
  display: inline-flex;
  transition: all 0.3s ease;
}

.hero-tag-wrapper.video-btn-hero {
  cursor: pointer;
}

.hero-tag-wrapper.video-btn-hero:hover {
  transform: scale(1.05);
  border-color: #FFE06C;
  background-color: rgba(255, 224, 108, 0.1);
}

.hero-tag-wrapper.video-btn-hero:active {
  transform: scale(0.98);
}

@media (max-width: 575.98px) {
  .hero-tag-wrapper {
    padding-right: 20px;
  }
}

.tag-icon-wrapper {
  background-color: var(--color--main--brand-main-default);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.hero-tag-wrapper.video-btn-hero .tag-icon-wrapper img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.hero-tag-wrapper.video-btn-hero:hover .tag-icon-wrapper {
  transform: scale(1.1);
  background-color: #FFD700 !important;
}

.hero-tag-wrapper span {
  color: var(--text--secondary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.hero-title {
  margin-bottom: 20px;
  font-size: 60px;
  max-width: 600px;
  font-family: var(--heading-font);
  color: var(--text--primary);
  font-size: 3.75rem;
  line-height: 100%;
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 48px;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 36px;
  }
}

.hero-desc {
  color: var(--text--secondary);
  font-size: 1.125rem;
  line-height: 160%;
  margin-bottom: 32px;
  max-width: 500px;
}

@media (max-width: 767.98px) {
  .hero-desc {
    margin-bottom: 20px;
  }
}

.hero-seperator {
  border-top: 1px solid #cfd4b5;
  margin-top: 64px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .hero-seperator {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .hero-seperator {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.counter-area {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media (max-width: 991.98px) {
  .counter-area {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media (max-width: 575.98px) {
  .counter-area {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

.counter-number-wrapper {
  margin-bottom: 8px;
  overflow: hidden;
  display: flex;
}

.counter-number-wrapper h2 {
  letter-spacing: -0.03em;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

@media (max-width: 991.98px) {
  .counter-number-wrapper h2 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .counter-number-wrapper h2 {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .counter-number-wrapper h2 {
    font-size: 30px;
  }
}

.counter-number-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 60px;
}

.hero-left .counter-number {
  animation-name: counter;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  transform: translateY(-108px);
}

@keyframes counter {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-108px);
  }
}

.counter-text {
  color: var(--text--secondary);
  font-size: 1.125rem;
  line-height: 160%;
}

.counter-seperator {
  border-left: 1px solid #cfd4b5;
  width: 1px;
  height: 90px;
}

.hero-right {
  width: 100%;
  max-width: 48%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

@media (max-width: 991.98px) {
  .hero-right {
    max-width: 100%;
    position: relative;
  }
}

@media (max-width: 767px) {
  .hero-right {
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.hero-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.video-btn {
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all 0.3s linear;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border: none;
}

.video-btn img {
  width: 20px;
}

.video-btn:hover {
  background-color: var(--button--brand--default);
  transform: translate(-50%, -50%) scale(1.2);
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -999;
  transition: 0.3s ease;
}

#popup.open {
  display: flex;
  opacity: 1;
  z-index: 9999;
}

.video-wrapper {
  max-width: 940px;
  width: 100%;
  max-height: 528px;
  position: relative;
}

.video-close-btn {
  padding: 10px 15px;
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

.video-close-btn i {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease;
}

.video-close-btn:hover i {
  color: #fff;
}

.popup-video {
  max-width: 940px;
  max-height: 548px;
  width: 100%;
  height: calc(100vw * 0.56);
}

.partners-slider-area {
  overflow: hidden;
}

.partners-text {
  color: var(--dark);
  text-align: center;
  max-width: 325px;
  margin: 0 auto 28px;
}

.logos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  width: 3000px;
}

.logos-slide {
  animation: 15s slide-left infinite linear;
  flex-basis: content;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos-slide img {
  padding: 0 20px;
}

@media (max-width: 991px) {
  .d-mobile-none {
    display: none;
  }
}
