html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  user-select: none;
}
.loader {
  margin: auto;
  width: 100px;
  height: 30px;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: 0px 35px 0 -5px #aaa, 0 -5px 0 0px #ddd, 0 -25px 0 -5px #fff,
    -25px -30px 0 0px #ddd, -25px 30px 0 0px #ddd, 25px -30px 0 0px #ddd,
    25px 30px 0 0px #ddd, 20px 10px 0 5px #ddd, 20px -10px 0 5px #ddd,
    -20px -10px 0 5px #ddd, -20px 10px 0 5px #ddd;
}

.loader:after,
.loader:before {
  content: "";
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  border: 4px dashed #fff;
  bottom: -4px;
  transform: rotate(0deg);
  box-sizing: border-box;
  animation: tape 4s linear infinite;
}

.loader:before {
  right: 0;
  box-shadow: 0 0 0 4px #fff, 0 0 0 34px #000;
}

.loader:after {
  left: 0;
  box-shadow: 0 0 0 4px #fff, 0 0 0 65px #000;
}

@keyframes tape {
  0% {
    transform: rotate(0deg) scale(0.4);
  }

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 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;
}

figure {
  margin: 1em 40px;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
  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: rgba(0, 0, 0, 0) !important;
}

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

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

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

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

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

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

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

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

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

figure {
  margin: 0 0 10px;
}

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 {
  width: 100%;
  height: 100%;
  border: none;
  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 {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

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

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

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

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

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

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

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

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

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

.w-form-label {
  cursor: 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 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  z-index: -100;
  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 {
  width: auto;
  height: auto;
  cursor: pointer;
  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;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  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 {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: 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 {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}

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

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

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

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

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

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, 0.9);
  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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

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

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

.w-lightbox-view {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  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;
  height: auto;
  max-width: none;
}

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

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

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

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

.w-lightbox-control {
  width: 4em;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  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 {
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  right: 0;
}

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

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

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

.w-lightbox-thumbnail {
  height: 10vh;
  background: #222;
  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;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  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 rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

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

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

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

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

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

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

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

  .w-lightbox-left,
  .w-lightbox-right {
    opacity: 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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  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;
  min-width: 200px;
  background: #c8c8c8;
  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: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-tabs {
  position: relative;
}

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

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

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

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: 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;
}

:root {
  --color--black: #282725;
  --color--blue: #3685c5;
  --color--orange: #f37725;
  --color--pure-white: white;
  --color--transparent: transparent;
  --color--pure-black: black;
  --wf-2: #1a1a1a;
  --wf-main: #404040;
  --wf-light: #ebebeb;
  --black-3: #2b2b2b;
  --wf-1: #333;
}

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

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

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--color--black);
  color: var(--color--black);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
}

a {
  opacity: 1;
  color: var(--color--blue);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.post-header {
  width: 80%;
  min-height: 50%;
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-project {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: 125px;
}

.category-link-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.category-post-date {
  float: left;
  margin-top: 10px;
}

.category-post-title {
  clear: both;
  margin-top: 0;
  text-decoration: none;
}

.category-post-metadata {
  float: left;
}

.category-post-thumb-container {
  width: 100px;
  height: 100px;
  float: left;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  position: static;
  overflow: hidden;
}

.category-category {
  float: right;
  text-align: right;
  margin-top: 10px;
}

.button {
  z-index: 10;
  height: 40px;
  border: 1px solid var(--color--black);
  color: var(--color--black);
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.no-side-margin {
  margin-left: 0;
  margin-right: 0;
}

.button.no-side-margin.dark {
  background-color: var(--color--black);
}

.button.logout {
  cursor: default;
}

.button.is__ww--item,
.button.is__fav--item {
  flex: 1 0 auto;
  align-self: center;
  margin-left: 16px;
  margin-right: 16px;
}

.div-block-3 {
  width: 100vw;
  height: 100vh;
  background-color: var(--color--orange);
  position: relative;
  overflow: hidden;
}

.left-diagonal-line {
  width: 200%;
  border-top: 2px solid var(--color--blue);
  border-bottom: 2px solid var(--color--blue);
  margin-top: 5%;
  margin-bottom: 5%;
  position: relative;
  top: -52%;
  left: -30%;
  transform: rotate(45deg);
}

.right-diagonal-line {
  width: 200%;
  border-top: 2px solid var(--color--black);
  border-bottom: 2px solid var(--color--black);
  margin-top: 5%;
  margin-bottom: 5%;
  position: relative;
  top: -60%;
  left: -70%;
  transform: rotate(-45deg);
}

.section {
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.section.portfolio {
  margin-top: 0;
  margin-bottom: 0;
}

.section.header {
  background-color: rgba(40, 39, 37, 0.05);
  align-self: stretch;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 6em;
}

.section.about {
  min-height: 80vh;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 6em;
}

.form-wrapper {
  width: 500px;
  flex-direction: column;
  align-items: center;
}

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

.submit-button {
  width: 100%;
  background-color: var(--color--blue);
  align-self: center;
  margin-top: 2em;
  padding: 1em 2em;
  display: block;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--color--black);
  margin-top: 16px;
  margin-bottom: 16px;
}

.form-desc {
  margin-bottom: 2em;
}

.textarea {
  border: 1px solid var(--color--blue);
  margin-top: 16px;
  margin-bottom: 16px;
}

.success-message {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
}

.error-message {
  color: var(--color--orange);
  background-color: rgba(0, 0, 0, 0);
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 1em;
}

.spacer {
  min-height: 24px;
  min-width: 24px;
}

.spacer.l {
  min-height: 2em;
  min-width: 2em;
}

.spacer.xl {
  min-height: 4em;
  min-width: 4em;
}

.spacer.xxs {
  min-height: 12px;
  min-width: 12px;
}

.pricing-chart-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.pricing-chart-row {
  flex-direction: row;
  flex: none;
  align-items: stretch;
  display: flex;
}

.pricing-chart-row.hidden {
  display: none;
}

.pricing-chart-cell {
  text-align: center;
  border-bottom: 1px solid rgba(40, 39, 37, 0.1);
  flex-direction: column;
  flex: 1 0 25%;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.pricing-chart-cell.category {
  background-color: rgba(40, 39, 37, 0.1);
}

.pricing-chart-cell.left {
  text-align: left;
  align-items: flex-start;
}

.pricing-chart-tabs-menu {
  justify-content: center;
  padding: 18px;
  display: flex;
}

.icon {
  width: 2em;
  height: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon.xl {
  width: 8em;
  height: 8em;
  flex: none;
}

.icon.xl.right-margin {
  align-self: center;
  margin-right: 1em;
}

.tab-pane,
.tabs-content,
.tabs {
  width: 100%;
}

.content-wrap {
  width: 640px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.content-wrap.centered {
  text-align: center;
  align-items: center;
}

.logo {
  max-width: 300px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.portfolio {
  width: 100%;
  min-height: 50vh;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.portfolio.spacer {
  min-height: 33vh;
  background-color: var(--color--black);
  color: #fff;
  align-items: center;
}

.portfolio.spacer.footer {
  align-items: flex-end;
}

.portfolio-inner {
  text-align: right;
  flex-direction: column;
  flex: 1 0 50%;
  justify-content: center;
  align-items: flex-end;
  padding: 4vh;
  display: flex;
}

.portfolio-inner.right {
  color: var(--color--black);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.portfolio-inner.picture {
  padding: 0;
}

.device {
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.centered {
  text-align: center;
}

.img.medium {
  max-width: 50%;
}

.img.circle {
  border-radius: 50%;
}

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

.flex-wrap {
  flex: none;
  align-items: stretch;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.flex-wrap.full-width {
  width: 100%;
  align-items: center;
}

.flex-inner {
  text-align: left;
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.rich-text {
  max-width: 640px;
}

.classic-page_wrap {
  width: 100vw;
  height: 100vh;
  color: var(--color--black);
  cursor: default;
  flex-direction: column;
  padding: 16px;
  font-family: Verdana, Geneva, sans-serif;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.menu__container {
  z-index: 1000;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  flex-flow: row;
  flex: none;
  align-items: stretch;
  margin: 0 0 4px;
  padding: 0;
  font-family: Chicago, Verdana, sans-serif;
  font-size: 32px;
  line-height: 0.8em;
  display: flex;
  position: relative;
}

.classic-menu_item {
  z-index: 1;
  height: 48px;
  background-color: var(--color--pure-white);
  color: var(--color--black);
  cursor: pointer;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.classic-menu_item:hover {
  background-color: var(--color--transparent);
  color: var(--color--pure-white);
}

.classic-menu_item.sub-item {
  z-index: 1000;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.classic-menu_item.sub-item:hover {
  background-color: rgba(0, 0, 0, 0);
}

.classic-menu_item.menu__icon {
  min-width: 57px;
  background-image: url("https://assets-global.website-files.com/5bac0565754dd6b3e278aeb2/5bfcb7456d90ee57ba104076_MPM_Bits-moji.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 32px;
}

.classic-menu_item.menu__icon:hover {
  background-image: url("https://assets-global.website-files.com/5bac0565754dd6b3e278aeb2/5bfcb927bece51f963308bb8_MPM_Bits-moji%20%5Bwhite%5D.svg");
  background-size: 59px 32px;
}

.classic-menu_item.is--width-264 {
  width: 264px;
}

.classic-menu_item.is--width-320 {
  width: 320px;
}

.classic-menu_item.is--width-256 {
  width: 256px;
}

.classic-menu_item.all-ww.is--width-325 {
  width: 325px;
}

.classic-menu_item.is--width-300 {
  width: 300px;
}

.desktop__wrap {
  height: 100%;
  background-image: url("https://assets-global.website-files.com/5bac0565754dd6b3e278aeb2/5bac0565754dd6780a78af19_deckstop-background.svg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 2px 2px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  position: relative;
}

.classic-menu_dropdown {
  color: #000;
  background-color: #000;
  flex-flow: column;
  align-content: stretch;
  align-items: stretch;
  padding: 2px;
  display: block;
  left: 0;
}

.classic-menu_divider-wrap {
  z-index: 1;
  background-color: #fff;
  align-self: stretch;
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
}

.classic-menu_divider {
  border-top: 2px dotted #000;
}

.classic-menu_filler {
  z-index: 10;
  width: 32px;
  background-color: #fff;
  position: relative;
}

.classic-menu_filler.stretch {
  flex: 1;
}

.classic-menu_filler.left-corner {
  border-top-left-radius: 22px;
}

.classic-menu_filler.right-corner {
  border-top-right-radius: 22px;
}

.classic-menu_txt {
  flex: none;
}

.classic-menu_dropdown-inner {
  flex: none;
  display: flex;
}

.classic-menu_subitem {
  background-color: #fff;
  flex: none;
  padding: 11px 16px;
}

.classic-menu_subitem:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.finder__wrap {
  margin-top: 10px;
  z-index: 100;
  max-width: 960px;
  min-height: 50%;
  min-width: 75vw;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: 0 50px 50px 4px 50px auto 50px 50px 0;
  grid-template-columns: 0 50px auto 50px 50px 0;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.finder__wrap.is__huge {
  width: 100%;
  height: 100%;
  max-width: none;
}

.classic-finder_bar {
  z-index: 10;
  width: 100%;
  height: 48px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 0 48px;
  grid-template-rows: auto 32px auto;
  grid-template-columns: 3px 25px 3px 32px 3px 1fr auto 1fr 3px 32px 3px 25px 3px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 4px;
  font-family: Chicago, Verdana, sans-serif;
  font-size: 24px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.classic-finder_bar-inner {
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.classic-finder_bar-inner.divider {
  flex: none;
}

.classic-finder_bar-inner.small {
  width: 26px;
  flex: none;
}

.classic-finder_bar-inner.close {
  flex: none;
  justify-content: flex-start;
}

.classic-finder_bar-stripe {
  width: 100%;
  height: 8px;
  background-color: var(--color--pure-white);
  flex: none;
}

.classic-finder_bar-stripe.tall {
  height: 10px;
  margin-top: 0;
}

.classic-finder_bar-stripe.tall.bottom {
  margin-bottom: 0;
}

.classic-finder_bar-stripe.full {
  width: 4px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.classic-finder_bar-stripe.txt-label {
  width: auto;
  height: 100%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 0.8em;
  display: flex;
}

.classic-finder_bar-stripe.stripe-stack {
  height: 3px;
  margin-top: 2px;
}

.classic-finder_bar-stripe.stripe-stack.last {
  margin-bottom: 2px;
}

.classic-finder_bar-stripe.thin {
  height: 3px;
  margin-bottom: 3px;
}

.classic-finder_close-wrap {
  width: 28px;
  height: 28px;
  background-color: #fff;
  align-self: center;
}

.classic-finder_close-wrap.inside {
  width: 12px;
  height: 12px;
  margin: 0;
  position: absolute;
}

.classic-finder_close-wrap.inside.right {
  width: 6px;
  height: 14px;
  top: 0;
  right: 0;
}

.classic-finder_close-wrap.inside.bottom {
  width: 20px;
  height: 6px;
  bottom: 0;
  left: 0;
  right: 0;
}

.classic-finder_close-wrap.resize {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.classic-finder_close-wrap.min1 {
  width: 16px;
  height: 16px;
  align-self: center;
  margin-top: 2px;
  margin-left: 2px;
}

.classic-finder_close-wrap.min2 {
  width: 28px;
  height: 10px;
  align-self: center;
  margin-bottom: 2px;
  margin-left: 2px;
}

.classic-finder_close-wrap.min3 {
  width: 10px;
  height: 18px;
  align-self: center;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
}

.classic-finder_bar-sides {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.classic-finder_bar-sides.right {
  justify-content: flex-end;
  align-items: flex-end;
}

.classic-finder_info-bar {
  z-index: 10;
  width: 100%;
  height: 48px;
  background-color: #fff;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  padding-left: 36px;
  padding-right: 36px;
  font-family: Chicago, Verdana, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.classic-finder_divider {
  z-index: 10;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 4px;
  position: relative;
}

.classic-finder_content {
  z-index: 10;
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  align-content: space-between;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  margin-right: 4px;
  padding: 64px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.classic-finder_content.is--flex-h {
  flex-flow: wrap;
  align-content: flex-start;
}

.classic-finder_content.video {
  padding: 0;
}

.hidden {
  display: none;
}

.classic-finder_scroll-bottom {
  z-index: 10;
  width: 100%;
  height: 32px;
  opacity: 0.9;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.classic-finder_scroll-side {
  z-index: 10;
  width: 32px;
  opacity: 0.9;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.classic-finder_content-inner {
  background-color: #fff;
  flex: 1;
}

.classic-finder_row {
  flex: none;
  align-items: stretch;
  display: flex;
}

.classic-finder_row.stretch {
  flex: 1;
}

.classic-finder_scroll-corner {
  z-index: 10;
  width: 32px;
  height: 32px;
  background-color: #fff;
  margin-left: 4px;
  position: relative;
}

.color-background {
  z-index: 0;
  background-color: var(--color--black);
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-background.o20 {
  opacity: 0.2;
}

.color-background.o50 {
  opacity: 0.5;
}

.color-background.o75 {
  opacity: 0.75;
}

.color-background.white {
  background-color: #fff;
  border-top-right-radius: 32px;
  flex: 1 0 32px;
  align-self: stretch;
  position: relative;
}

.color-background.white.is__contained {
  width: 32px;
  border-top-left-radius: 32px;
  border-top-right-radius: 0;
  flex: none;
}

.color-background.is--transparent {
  opacity: 0;
}

.color-background.is--hidden {
  display: none;
}

.color-background.o10 {
  opacity: 0.11;
}

.color-background.o05 {
  opacity: 0.05;
}

.classic-finder_scroll-arrow {
  z-index: 10;
  width: 32px;
  height: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.finder-icon {
  width: 32px;
  height: 32px;
}

.finder-icon.point--left {
  transform: rotate(90deg);
}

.finder-icon.point--right {
  transform: rotate(-90deg);
}

.finder-icon.point--up {
  transform: rotate(180deg);
}

.classic-menu__icon {
  height: 32px;
}

.classic-menu__subitem-inner {
  flex: none;
  justify-content: space-between;
  display: flex;
}

.classic-dropdown_wrap {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.menu__inner--container {
  display: flex;
}

.menu__dropdown--toggle {
  height: 48px;
  cursor: context-menu;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.menu__dropdown--toggle.icon:hover {
  background-image: url("/public/svg/brackets-angle-fill-svgrepo-com.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 59px 32px;
}

.menu__dropdown--toggle.clipped {
  color: rgba(0, 0, 0, 0);
}

.menu__dropdown--list.w--open {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  padding: 4px;
  display: flex;
}

.menu__logo--icon {
  height: 32px;
}

.menu__logo--icon.blue,
.menu__logo--icon.orange {
  display: none;
}

.classic-menu_dropdown-2 {
  z-index: 10;
  color: #000;
  background-color: #000;
  flex-flow: column;
  align-content: stretch;
  align-items: stretch;
  padding: 2px;
  display: flex;
  position: absolute;
  top: 50px;
  left: 0;
}

.finder {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.finder__shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 16px;
  left: 16px;
}

.is--flexible {
  height: 100%;
  flex: 1;
  position: relative;
}

.is--flexible.has__min--128 {
  flex: 1 0 128px;
}

.finder_scrollbar {
  width: 100%;
  flex: 1;
  align-self: stretch;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  position: relative;
}

.finder_scrollbar.vertical {
  flex-direction: column;
  align-items: stretch;
  margin: 4px 0;
}

.finder__border {
  z-index: 2;
  background-image: url("https://assets-global.website-files.com/5bac0565754dd6b3e278aeb2/5bac0565754dd6780a78af19_deckstop-background.svg");
  background-position: 50%;
  background-size: 2px;
  margin-top: 14px;
  margin-left: 14px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(2px, 2px);
}

.classic-finder_middle {
  z-index: 10;
  min-height: 256px;
  flex-direction: row;
  flex: 1 0 256px;
  align-content: space-between;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.finder__scrollbar--empty {
  height: 100%;
  color: #fff;
  background-image: url("https://assets-global.website-files.com/5bac0565754dd6b3e278aeb2/5bac0565754dd6780a78af19_deckstop-background.svg");
  background-position: 0 0;
  background-size: 4px 4px;
  flex: 1;
  position: relative;
}

.finder__scrollbar--handle {
  width: 25%;
  height: 100%;
  color: #fff;
  background-color: #fff;
  flex: none;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
}

.finder__scrollbar--handle.vertical {
  width: 100%;
  height: 25%;
  margin: 4px 0;
}

.classic-finder__bar-middle {
  border-right: 8px solid var(--color--pure-white);
  border-left: 8px solid var(--color--pure-white);
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.classic-finder_bar-middle-end {
  width: 40px;
  border-left: 4px #fff;
  border-right: 4px solid #fff;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  padding-top: 3px;
  display: flex;
}

.classic-finder_bar-middle-end.has__no--border {
  border-left-style: none;
  border-right-style: none;
}

.classic-finder_bar-middle-stretch {
  width: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding-top: 3px;
  display: flex;
}

.classic-finder_bar-close {
  width: 36px;
  border-right: 4px solid #fff;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  padding: 3px;
  display: flex;
}

.classic-finder_bar-close.has__no--border {
  border-right-style: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.classic-finder_bar-close-inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url("https://assets-global.website-files.com/5bac0565754dd6b3e278aeb2/5c310defcb585f329e453d8b_closing-window.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.classic-finder_bar-close-inner:hover {
  opacity: 0.5;
}

.classic-finder_bar-close-inner.has__no--border {
  border-right-style: none;
}

.menu__shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8px;
  left: 8px;
}

.menu__bar--filler {
  z-index: 0;
  background-color: #fff;
  border-top-right-radius: 24px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 24px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.menu__bar--filler.o20 {
  opacity: 0.2;
}

.menu__bar--filler.o50 {
  opacity: 0.5;
}

.menu__bar--filler.o75 {
  opacity: 0.75;
}

.menu__bar--filler.white {
  background-color: #fff;
  border-top-right-radius: 32px;
  flex: 1 0 32px;
  align-self: stretch;
  position: relative;
}

.menu__bar--filler.white.is__contained {
  width: 32px;
  border-top-left-radius: 32px;
  border-top-right-radius: 0;
  flex: none;
}

.menu__bar--filler.left-side {
  width: 24px;
  border-top-left-radius: 24px;
  border-top-right-radius: 0;
  flex: none;
  padding-right: 0;
}

.menu__dropdown--toggle--text.graphite {
  color: var(--color--black);
}

.menu__dropdown--toggle--text.graphite.is__for--mobile {
  display: none;
}

.menu__dropdown--toggle--text.aqua {
  color: var(--color--blue);
  display: none;
}

.menu__dropdown--toggle--text.orange {
  color: var(--color--orange);
  display: none;
}

.finder__close--trigger {
  cursor: pointer;
  z-index: 100;
  width: 32px;
  height: 32px;
  color: #282725;
  margin-top: 13px;
  margin-left: 52px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.finder__close--trigger.background {
  z-index: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.style__trigger {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 12px;
  margin-left: 12px;
  margin-right: 0;
}

.style__trigger.graphite {
  background-color: var(--color--black);
}

.style__trigger.aqua {
  background-color: var(--color--blue);
}

.style__trigger.orange {
  background-color: var(--color--orange);
}

.read--me__icon {
  height: 160px;
  flex: none;
  align-self: flex-start;
  margin-bottom: 32px;
}

.read--me__icon.aqua,
.read--me__icon.orange {
  display: none;
}

.graphite--title {
  text-decoration: none;
}

.finder__close--border {
  width: 100%;
  height: 100%;
  border: 4px solid var(--color--black);
  margin: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.finder__close--border._1 {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
}

.finder__close--border._2 {
  width: 90%;
  height: 90%;
}

.finder__close--border._3 {
  width: 80%;
  height: 80%;
}

.finder__close--border._4 {
  width: 70%;
  height: 70%;
}

.finder__close--border._6 {
  width: 50%;
  height: 50%;
}

.finder__close--border._5 {
  width: 60%;
  height: 60%;
}

.finder__close--border._7 {
  width: 40%;
  height: 40%;
}

.finder__close--border._8 {
  width: 30%;
  height: 30%;
}

.finder__close--border._9 {
  width: 20%;
  height: 20%;
}

.finder__close--border._10 {
  width: 10%;
  height: 10%;
}

.combo__wrap {
  flex: none;
  margin: 16px;
}

.window__position--wrap {
  z-index: 100;
  width: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.window__position--wrap.hidden {
  display: none;
}

.window__position--wrap.open {
  z-index: 100;
  flex-direction: column;
  display: flex;
}

.icon__wrap {
  max-width: 160px;
  color: var(--color--black);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin: 16px;
  text-decoration: none;
  display: flex;
}

.icon__wrap.has--width {
  width: 160px;
}

.icon__wrap.trash--empty {
  display: none;
}

.icon__wrap.alert {
  width: 48px;
  height: 48px;
  margin: 0 32px 0 0;
}

.icon__wrap.is--full--width {
  width: 100%;
}

.icon__wrap.is__flex--horizontal {
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.icon__wrap.is__flex--horizontal.no--pointer {
  cursor: default;
}

.icon__wrap.favorite--logo {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon__title--wrap {
  background-color: var(--color--pure-white);
  text-align: center;
  flex: 1;
  margin-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1.2em;
}

.icon__title--wrap.left-justify {
  text-align: left;
  margin-top: 0;
  margin-left: 8px;
}

.finder__icon {
  width: 64px;
  height: 64px;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.finder__icon.is--h-auto {
  height: auto;
  position: relative;
}

.finder__icon.is--media {
  width: 128px;
  height: auto;
  position: relative;
}

.finder__icon.is--ww {
  width: 128px;
  height: auto;
  border: 1px solid #000;
  position: relative;
}

.icon__graphite {
  flex: none;
}

.icon__aqua,
.icon__orange {
  flex: none;
  display: none;
}

.desktop__cleanup {
  height: auto;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.finder__close--trigger--bkgd {
  color: #282725;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.finder__close--trigger--bkgd.background {
  z-index: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.window__position--close {
  width: 100vw;
  height: 100vh;
  min-width: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.finder__cleanup {
  height: auto;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -16px;
  display: flex;
}

.finder__cleanup.is--flex--vertical {
  flex-direction: column;
  align-items: stretch;
}

.icon__bkgd--img {
  z-index: -1;
  filter: none;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.classic-menu_item-wrap {
  z-index: 1;
  cursor: context-menu;
  background-color: #fff;
  flex-flow: column wrap;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.classic-menu_item-wrap:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.classic-menu_item-wrap.sub-item {
  z-index: 1000;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.classic-menu_item-wrap.sub-item:hover {
  background-color: rgba(0, 0, 0, 0);
}

.classic-menu_item-wrap.menu__icon {
  min-width: 57px;
  background-image: url("https://assets-global.website-files.com/5bac0565754dd6b3e278aeb2/5bfcb7456d90ee57ba104076_MPM_Bits-moji.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 32px;
}

.classic-menu_item-wrap.menu__icon:hover {
  background-image: url("https://assets-global.website-files.com/5bac0565754dd6b3e278aeb2/5bfcb927bece51f963308bb8_MPM_Bits-moji%20%5Bwhite%5D.svg");
  background-size: 59px 32px;
}

.aqua--title {
  color: var(--color--blue);
  text-decoration: none;
  display: none;
}

.orange--title {
  color: var(--color--orange);
  text-decoration: none;
  display: none;
}

.button__wrap {
  border: 2px solid var(--color--black);
  border-radius: 8px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 32px;
  padding: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button__wrap.published--link {
  border-color: rgba(0, 0, 0, 0);
}

.button__wrap.logout {
  opacity: 0.5;
  cursor: default;
}

.button__wrap.is__ww--item {
  flex-direction: column;
  flex: 1 0 auto;
  align-items: stretch;
  margin-left: 16px;
  margin-right: 16px;
}

.button__wrap.is__fav--item {
  border-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.project__tag--item {
  height: 24px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 4px 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project__tag--item.has__margin--top {
  margin-top: 8px;
}

.project__tag--list {
  flex-wrap: wrap;
  flex: none;
  align-items: center;
  display: flex;
}

.project__tag {
  z-index: 1;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.project__tag.has--margin-right {
  margin-right: 8px;
}

.project__img {
  width: 100%;
}

.project__img--wrap {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
}

.project__button--wrap {
  flex: none;
  justify-content: flex-end;
  margin-top: 8px;
  display: flex;
}

.project__button--wrap.is__ww--item {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}

.project__button--wrap.is__fav--item {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}

.is__empty--state {
  background-color: rgba(0, 0, 0, 0);
}

.icon__logo--wrap {
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.window__close--trigger {
  z-index: 0;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.finder__empty-trash--trigger {
  border: 2px solid var(--color--black);
  cursor: pointer;
  border-radius: 8px;
  padding: 4px 6px 6px;
}

.finder__empty-trash {
  border: 2px solid var(--color--black);
  opacity: 0.5;
  border-radius: 8px;
  padding: 4px 6px 6px;
}

.white--page {
  background-color: #fff;
}

.color-background-2 {
  z-index: 0;
  background-color: #282725;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.color-background-2.o20 {
  opacity: 0.2;
}

.color-background-2.o75 {
  opacity: 0.75;
}

.alert__box--wrap {
  max-width: 720px;
  margin-bottom: 32px;
  padding: 2px;
  position: relative;
}

.alert__box {
  z-index: 1;
  border: 2px solid #fff;
  padding: 4px;
  position: relative;
}

.alert__box--inner {
  background-color: #fff;
  padding: 16px;
}

.buttons__container {
  align-items: center;
  display: flex;
}

.alert__text--wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.is--full--width {
  flex: 1;
}

.finder__cleanup--item {
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.finder__cleanup--item.is--full--width {
  width: 100%;
  flex: none;
}

.video__item {
  margin-top: 32px;
  margin-bottom: 32px;
}

.hero__grid--container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template:
    ". . . . . . . . . . . ." 1fr
    ". . . . . . . . . . . ." 1fr
    ". . . . . . . . . . . ." 1fr
    ". . . . . . . . . . . ." 1fr
    ". . . . . . . . . . . ." 1fr
    ". . . . . . . . . . . ." 1fr
    ". . . . . . . . . . . ." 1fr
    ". . . . . . . . . . . ." 1fr
    ". . . . . . . . . . . ." 1fr
    ". . . . . . . . . . . ." 1fr
    ". . . . . . . . . . . ." 1fr
    ". . . . . . . . . . . ." 1fr
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.homepage__grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template:
    ". . . . . . . . . . . ."
    ". . . . . . . . . . . ."
    ". . . . . . . . . . . ."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon__alias--wrap {
  width: 24px;
  height: 24px;
  padding: 2px;
  position: absolute;
  bottom: -3px;
  left: 4px;
}

.icon__alias {
  z-index: 1;
  width: 24px;
  height: 24px;
  flex: none;
  margin-top: -9px;
  position: absolute;
  bottom: -2px;
  left: -9px;
}

.icon__alias.folder {
  left: -18px;
}

.ww--section {
  margin-top: 32px;
  margin-bottom: 32px;
}

.ww__list--item {
  flex: 480px;
  padding: 64px;
}

.ww__list {
  flex-wrap: wrap;
  margin: -64px;
  display: flex;
}

.ww__item--img {
  min-width: 100%;
  border: 1px solid var(--color--black);
  background-color: var(--color--black);
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 32px;
  padding-top: 56.25%;
}

.ww__item--video {
  border: 1px solid #000;
  margin-bottom: 32px;
}

.ww__list--wrap {
  margin-top: 32px;
  margin-bottom: 32px;
}

.ww__item--comment--wrap {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 16px;
  padding: 32px;
  display: flex;
  position: relative;
}

.ww__item--comment {
  flex: 1;
  position: relative;
}

.ww__item--comment--icon {
  z-index: 1;
  height: 32px;
  flex: none;
  margin-right: 16px;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.menu__logo--mobile--wrap {
  display: none;
}

.finder_screenshot {
  align-self: center;
}

.inline-text {
  margin-right: 16px;
  display: inline;
}

.heading-5 {
  display: inline;
}

.comments_wrap {
  width: 640px;
  margin-right: auto;
}

.main-content {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.document__container {
  max-width: 60rem;
  background-color: var(--color--pure-white);
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
}

.document__preface {
  border: 1px solid var(--color--black);
  background-color: rgba(40, 39, 37, 0.05);
  margin: 4rem;
  padding: 2rem;
}

.sl__wrap {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 6rem auto;
  grid-template-columns: 6rem 16rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.sl__wrap.hide-show {
  display: none;
}

.sl__search {
  border-bottom: 0.1rem solid var(--color--black);
  background-color: var(--color--blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.sl__nav {
  border-right: 0.1rem solid var(--color--black);
  background-color: var(--color--blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sl__menu--header {
  height: 6rem;
  flex: none;
  padding: 1rem;
}

.sl__menu--main {
  min-height: 5rem;
  border-top: 0.1rem solid var(--color--black);
  background-color: var(--color--blue);
  flex: none;
}

.sl__menu--secondary {
  border-top: 0.1rem solid var(--color--black);
  border-bottom: 0.1rem solid var(--color--black);
  background-color: var(--color--blue);
  flex: 1;
}

.sl__menu--footer {
  min-height: 5rem;
  background-color: var(--color--blue);
  flex: none;
}

.sl__main {
  z-index: 0;
  background-color: var(--color--pure-white);
  padding-left: 6rem;
  position: relative;
}

.sl__menu {
  border-right: 0.1rem solid var(--color--black);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.sl__search--btn {
  display: none;
}

.sl__search--input {
  max-width: 30rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0;
  padding: 0;
}

.sl__nav--link {
  color: var(--color--pure-white);
  text-align: left;
  border: 0.1rem solid rgba(0, 0, 0, 0);
  border-radius: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0.2rem;
  text-decoration: none;
  transition: border-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    box-shadow 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: flex;
}

.sl__nav--link:hover {
  box-shadow: inset 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.67);
}

.sl__nav--link:focus {
  border-color: var(--color--pure-white);
  box-shadow: inset 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.67),
    0 8px 0.5rem 0.2rem rgba(0, 0, 0, 0.33);
}

.sl__nav--link.w--current {
  border-color: var(--color--pure-white);
  box-shadow: 0 8px 0.5rem 0.2rem rgba(0, 0, 0, 0.33),
    inset 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.67);
}

.sl__nav--icon {
  max-height: 2rem;
  max-width: 2rem;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border-bottom: 0 solid #000;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sl__section {
  min-height: 100vh;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-4 {
  margin-left: 21rem;
  padding-top: 5rem;
  position: relative;
}

.sl__nav--list {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: start;
  justify-items: center;
  margin: 0;
  padding: 1.5rem 0 0;
  list-style-type: none;
  display: grid;
}

.sl__nav-c {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: start;
  justify-items: center;
  margin: 0;
  padding: 1rem 0 0;
  list-style-type: none;
  display: grid;
}

.sl__section__header {
  width: 16rem;
  height: 6rem;
  background-color: var(--color--blue);
  flex: none;
  padding: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.sl__section--content {
  min-height: 200vh;
}

.sl__section--content.about {
  min-height: 100vh;
  padding: 10rem 5rem 5rem;
}

.wf__frame--wrap {
  height: 100vh;
  border-style: solid;
  border-width: 10rem 5rem 5rem;
  border-color: var(--color--pure-white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.wf__frame {
  width: 100%;
  height: 100%;
  border: 2.5rem solid #000;
}

.content__container {
  max-width: 60rem;
}

.sl__nav--item {
  width: 3rem;
  height: 3rem;
  background-color: var(--color--pure-white);
  border: 1px #000;
  border-radius: 0.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.2rem;
  display: flex;
}

.sl__list-nav--link {
  height: 3rem;
  color: var(--color--pure-white);
  text-align: left;
  border: 0.1rem solid rgba(0, 0, 0, 0);
  border-radius: 0.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-decoration: none;
  transition: border-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    box-shadow 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: flex;
}

.sl__list-nav--link:hover {
  box-shadow: inset 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.67);
}

.sl__list-nav--link:focus {
  border-color: var(--color--pure-white);
  box-shadow: inset 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.67),
    0 8px 0.5rem 0.2rem rgba(0, 0, 0, 0.33);
}

.sl__list-nav--link.w--current {
  border-color: var(--color--pure-white);
  box-shadow: 0 8px 0.5rem 0.2rem rgba(0, 0, 0, 0.33),
    inset 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.67);
}

.sl__list-nav--img-wrap {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  display: flex;
}

.sl__list-nav--img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.section-2 {
  height: 200vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
  padding: 10vh 33vw;
  display: grid;
}

.filler-block {
  width: 100px;
  height: 100px;
  background-color: #b3b3b3;
  border: 2px solid #000;
}

.bg-white {
  background-color: #fff;
}

.lvl-1 {
  box-shadow: 4px 0 #000;
}

.lvl-2 {
  box-shadow: 7px 4px #000;
}

.lvl-4 {
  box-shadow: 14px 8px #000;
}

.test-border {
  z-index: 1;
  border: 2px solid #bababa;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.test-border._1 {
  border-width: 2px;
  padding-bottom: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.test-content {
  z-index: 2;
  min-height: 100px;
  min-width: 100px;
  background-color: #bababa;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
}

.test-wrap {
  position: relative;
}

.test-shadow {
  z-index: 0;
  margin: 4px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.test-shadow._1 {
  transform: translate(8px, 8px);
}

.test-content-wrap {
  z-index: 1;
  margin: 4px;
  position: relative;
}

.test-shadow-wrap {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(8px, 8px);
}

.test-shadow-border {
  z-index: 1;
  border: 2px solid var(--color--pure-black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.test-shadow-border._1 {
  border-width: 2px;
  padding-bottom: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.test-shadow-bg {
  background-color: var(--color--pure-black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._wf-left {
  width: 3rem;
  height: 100vh;
  border-right: 2px solid var(--wf-2);
  background-color: var(--wf-main);
}

._wf-container {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._wf-container.below {
  z-index: 0;
  color: var(--color--pure-white);
}

._wf-top {
  width: 100%;
  height: 3rem;
  border-bottom: 2px solid var(--wf-2);
  background-color: var(--wf-main);
  flex: none;
  align-items: center;
  display: flex;
}

._wf-right {
  width: 14rem;
  height: 100vh;
  border-left: 2px solid var(--wf-2);
  background-color: var(--wf-main);
}

._wf-middle {
  flex-flow: column wrap;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

._wf-content {
  background-color: var(--color--pure-white);
  flex: 1;
  margin-top: 3rem;
  padding: 6rem;
}

._wf-bottom {
  height: 1.5rem;
  border-top: 2px solid var(--wf-2);
  background-color: var(--wf-light);
  flex: none;
  margin-top: auto;
}

._wf-toc {
  width: 12rem;
  height: 100%;
  border-right: 2px solid var(--wf-2);
  background-color: var(--wf-main);
  flex: none;
}

._wf-canvas {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

._wf-middle-inner {
  width: 100%;
  flex: 1;
  display: flex;
}

._wf-toc__header {
  height: 2rem;
  border-bottom: 1px solid var(--wf-2);
  background-color: var(--black-3);
  color: var(--color--pure-white);
  justify-content: center;
  align-items: center;
  display: flex;
}

._wf-toc__link {
  height: 2rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: grid;
}

._wf-toc__icon {
  max-height: 1rem;
  max-width: 1rem;
}

._wf-toc__label {
  color: var(--color--pure-white);
  text-decoration: none;
}

.wf__side-nav--icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wf__side-nav--inner {
  border-bottom: 2px solid var(--wf-1);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
}

.wf__side-nav--link {
  width: 3rem;
  height: 3rem;
  opacity: 0.67;
  color: var(--color--pure-white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration: none;
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: flex;
}

.wf__side-nav--link:hover {
  opacity: 1;
}

.wf__side-nav--list {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wf__side-nav--item {
  flex: none;
}

.wf__side-nav--item.last {
  margin-top: auto;
}

._wf-canvas__wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

._wf-canvas__top {
  width: 100%;
  height: 3rem;
  border-bottom: 2px solid var(--wf-2);
  background-color: var(--wf-main);
  flex: none;
}

._wf-canvas__left {
  width: 15rem;
  height: 3rem;
  border-bottom: 2px solid var(--wf-2);
  background-color: var(--wf-main);
  flex: none;
}

._wf-canvas__right {
  width: 14rem;
  height: 3rem;
  border-bottom: 2px solid var(--wf-2);
  background-color: var(--wf-main);
  flex: none;
}

._wf-top__page--title {
  margin-bottom: 0;
  font-size: 1rem;
}

._wf-top__link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color--pure-white);
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-self: stretch;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: grid;
}

._wf-top__middle {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-2 {
  color: #191346;
}

.good-button {
  background-color: #b6b6b6;
  border: 10px solid rgba(0, 0, 0, 0);
  margin: -10px;
}

.good-button:focus {
  border-color: var(--color--pure-black);
}

.good-button-wrap {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 10px;
  }

  .content-wrap.centered {
    align-items: stretch;
  }

  .classic-page_wrap {
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .menu__container {
    height: 40px;
  }

  .classic-menu_item {
    height: 40px;
    font-size: 24px;
  }

  .classic-menu_item.is--width-320 {
    width: 100%;
  }

  .classic-menu_item.is--width-256 {
    width: 200px;
  }

  .desktop__wrap {
    flex: 1 0 100%;
    padding: 0;
    overflow: auto;
  }

  .finder__wrap {
    flex: 1 0 auto;
    align-self: stretch;
  }

  .classic-finder_content {
    padding: 32px;
  }

  .menu__button {
    width: 48px;
    height: 48px;
    color: var(--color--blue);
    background-color: #fff;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding: 8px;
    display: none;
  }

  .menu__button.w--open {
    background-color: #fff;
  }

  .menu__button--icon {
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    position: relative;
  }

  .menu__dropdown--toggle {
    height: 40px;
  }

  .menu__dropdown--toggle.icon {
    margin-left: 0;
    margin-right: 0;
  }

  .finder__shadow {
    display: none;
  }

  .classic-finder_middle {
    flex: 1 0 auto;
  }

  .menu__shadow {
    display: none;
  }

  .menu__dropdown--toggle--text {
    font-size: 24px;
  }

  .window__position--wrap {
    flex: none;
    padding: 16px;
    display: none;
  }

  .window__position--wrap.ww-issue.open {
    position: relative;
  }

  .ww__list--item {
    flex-basis: 320px;
    padding: 32px;
  }

  .ww__list {
    margin: -32px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3,
  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 8px;
  }

  .button {
    border-width: 1px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-wrapper {
    width: 400px;
  }

  .pricing-chart-row {
    border: 2px solid #000;
  }

  .pricing-chart-row.design {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-chart-cell.left {
    align-items: center;
  }

  .content-wrap {
    width: 100%;
    max-width: 100vw;
    padding-left: 2em;
    padding-right: 2em;
  }

  .portfolio {
    flex-direction: column;
  }

  .portfolio.offset {
    flex-direction: column-reverse;
  }

  .portfolio-inner {
    text-align: center;
    align-items: center;
    padding: 2vh;
  }

  .portfolio-inner.right {
    text-align: center;
    align-items: center;
  }

  .classic-page_wrap {
    padding: 8px;
  }

  .menu__container {
    height: 40px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-bottom: 2px;
  }

  .classic-menu_item,
  .classic-menu_item.is--width-264,
  .classic-menu_item.empty--trash.is--width-256,
  .classic-menu_item.all-ww.is--width-325,
  .classic-menu_item.is--width-300 {
    width: 100%;
  }

  .desktop__wrap {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 0;
  }

  .finder__wrap {
    padding: 2px;
  }

  .classic-finder_bar {
    height: 34px;
    flex: 0 34px;
    margin-bottom: 2px;
  }

  .classic-finder_bar-stripe.txt-label {
    display: none;
  }

  .classic-finder_bar-stripe.thin {
    height: 2px;
    margin-bottom: 2px;
  }

  .classic-finder_info-bar {
    margin-bottom: 2px;
    display: none;
  }

  .classic-finder_content {
    margin-right: 2px;
    padding: 18px;
  }

  .classic-finder_scroll-bottom {
    height: 16px;
  }

  .classic-finder_scroll-side {
    width: 16px;
  }

  .classic-finder_scroll-corner {
    width: 16px;
    height: 16px;
    margin-left: 2px;
  }

  .classic-finder_scroll-arrow {
    width: 16px;
    height: 16px;
  }

  .menu__inner--container {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu__button {
    width: 40px;
    height: 40px;
    color: var(--color--black);
    padding: 4px;
    display: flex;
  }

  .menu__dropdown {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .menu__dropdown--toggle.icon {
    width: 100%;
  }

  .menu__dropdown--toggle.icon:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .finder__shadow {
    display: none;
    top: 8px;
    left: 8px;
  }

  .finder_scrollbar {
    margin-left: 2px;
    margin-right: 2px;
  }

  .finder_scrollbar.vertical {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .classic-finder_middle {
    margin-bottom: 2px;
  }

  .finder__scrollbar--handle {
    margin-left: 2px;
    margin-right: 2px;
  }

  .finder__scrollbar--handle.vertical {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .classic-finder_bar-middle-end {
    padding-top: 2px;
  }

  .classic-finder_bar-middle-end.has__no--border {
    display: none;
  }

  .classic-finder_bar-middle-stretch {
    padding-top: 2px;
  }

  .classic-finder_bar-close {
    width: 25px;
    padding: 2px;
  }

  .classic-finder_bar-close.has__no--border {
    display: none;
  }

  .menu__bar--filler {
    border-top-right-radius: 16px;
  }

  .menu__bar--filler.left-side {
    width: 20px;
    border-top-left-radius: 16px;
  }

  .menu__dropdown--toggle--text.graphite.is__for--mobile {
    display: block;
  }

  .finder__close--trigger {
    width: 34px;
    height: 34px;
    margin-top: 2px;
    margin-left: 42px;
  }

  .read--me__icon {
    height: 100px;
    margin-bottom: 16px;
  }

  .combo__wrap.is--flexible {
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .window__position--wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 24px;
  }

  .icon__wrap.is__flex--horizontal {
    flex-direction: column;
  }

  .icon__title--wrap.left-justify {
    margin-top: 8px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button__wrap {
    height: 48px;
    border-width: 2px;
    margin-right: 16px;
    padding: 2px;
  }

  .video__item {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .ww__list--item {
    flex: 0 100%;
    padding: 16px;
  }

  .ww__list {
    margin: -16px;
  }

  .menu__logo--icon--wrap {
    display: none;
  }

  .menu__logo--mobile--wrap {
    display: block;
  }

  .comments_wrap {
    width: 320px;
  }

  .main-content {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .form-wrapper {
    width: 280px;
  }

  .img.medium {
    align-self: center;
  }

  .flex-wrap.full-width {
    flex-direction: column;
  }

  .flex-inner {
    text-align: center;
    flex: none;
    justify-content: center;
  }

  .finder__wrap {
    max-width: 90vw;
  }

  .classic-finder_info-bar {
    display: none;
  }

  .window__position--wrap {
    padding: 8px;
  }

  .icon__wrap.is__flex--horizontal {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon__title--wrap.left-justify {
    margin-top: 8px;
    margin-left: 0;
    padding-left: 0;
  }
}

#w-node-ba29bc35-f2ce-9fc2-1d26-e213369e33ad-369e33aa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba29bc35-f2ce-9fc2-1d26-e213369e33af-369e33aa {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-ba29bc35-f2ce-9fc2-1d26-e213369e33d5-369e33aa {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-ba29bc35-f2ce-9fc2-1d26-e213369e33f9-369e33aa {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-ba29bc35-f2ce-9fc2-1d26-e213369e33fc-369e33aa {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-ba29bc35-f2ce-9fc2-1d26-e213369e3402-369e33aa {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-ba29bc35-f2ce-9fc2-1d26-e213369e3406-369e33aa {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_97a1b20f-b8a4-a30a-6bcb-56ea1b3981ed-1b3981ea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_97a1b20f-b8a4-a30a-6bcb-56ea1b3981ef-1b3981ea {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_97a1b20f-b8a4-a30a-6bcb-56ea1b398215-1b3981ea {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_97a1b20f-b8a4-a30a-6bcb-56ea1b398268-1b3981ea {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_97a1b20f-b8a4-a30a-6bcb-56ea1b39826b-1b3981ea {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_97a1b20f-b8a4-a30a-6bcb-56ea1b398271-1b3981ea {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_97a1b20f-b8a4-a30a-6bcb-56ea1b398275-1b3981ea {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_8a792322-325e-ca66-b482-ab54f606fcfb-f606fcf8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a792322-325e-ca66-b482-ab54f606fcfd-f606fcf8 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_8a792322-325e-ca66-b482-ab54f606fd23-f606fcf8 {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_8a792322-325e-ca66-b482-ab54f606fd36-f606fcf8 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_8a792322-325e-ca66-b482-ab54f606fd39-f606fcf8 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_8a792322-325e-ca66-b482-ab54f606fd3f-f606fcf8 {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_8a792322-325e-ca66-b482-ab54f606fd43-f606fcf8 {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_774f966e-0143-3b31-8cc2-640ff7a37ec4-f7a37ec1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_774f966e-0143-3b31-8cc2-640ff7a37ec6-f7a37ec1 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_774f966e-0143-3b31-8cc2-640ff7a37eec-f7a37ec1 {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_774f966e-0143-3b31-8cc2-640ff7a37f27-f7a37ec1 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_774f966e-0143-3b31-8cc2-640ff7a37f2a-f7a37ec1 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_774f966e-0143-3b31-8cc2-640ff7a37f30-f7a37ec1 {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_774f966e-0143-3b31-8cc2-640ff7a37f34-f7a37ec1 {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-ab6f7944-e0b4-2244-b7d5-1c59050f1481-050f147e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ab6f7944-e0b4-2244-b7d5-1c59050f1483-050f147e {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-ab6f7944-e0b4-2244-b7d5-1c59050f14a9-050f147e {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-ab6f7944-e0b4-2244-b7d5-1c59050f14cf-050f147e {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-ab6f7944-e0b4-2244-b7d5-1c59050f14d2-050f147e {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-ab6f7944-e0b4-2244-b7d5-1c59050f14d8-050f147e {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-ab6f7944-e0b4-2244-b7d5-1c59050f14dc-050f147e {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_90d3035a-cee9-f902-8979-210c4b3760dc-4b3760d9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_90d3035a-cee9-f902-8979-210c4b3760de-4b3760d9 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_90d3035a-cee9-f902-8979-210c4b376104-4b3760d9 {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_90d3035a-cee9-f902-8979-210c4b376155-4b3760d9 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_90d3035a-cee9-f902-8979-210c4b376158-4b3760d9 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_90d3035a-cee9-f902-8979-210c4b37615e-4b3760d9 {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_90d3035a-cee9-f902-8979-210c4b376162-4b3760d9 {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-c916855f-66ea-d443-7d22-85784898729b-48987298 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c916855f-66ea-d443-7d22-85784898729d-48987298 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-c916855f-66ea-d443-7d22-8578489872c3-48987298 {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-c916855f-66ea-d443-7d22-8578489872dd-48987298 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-c916855f-66ea-d443-7d22-8578489872e0-48987298 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-c916855f-66ea-d443-7d22-8578489872e6-48987298 {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-c916855f-66ea-d443-7d22-8578489872ea-48987298 {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_9a7189e9-259a-aaf3-fa86-629eeddd56dd-eddd56da {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9a7189e9-259a-aaf3-fa86-629eeddd56df-eddd56da {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_9a7189e9-259a-aaf3-fa86-629eeddd5705-eddd56da {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_9a7189e9-259a-aaf3-fa86-629eeddd571f-eddd56da {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_9a7189e9-259a-aaf3-fa86-629eeddd5722-eddd56da {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_9a7189e9-259a-aaf3-fa86-629eeddd5728-eddd56da {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_9a7189e9-259a-aaf3-fa86-629eeddd572c-eddd56da {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_239e5e8b-67e6-7a04-8828-dc023367f8bf-3367f8bc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_239e5e8b-67e6-7a04-8828-dc023367f8c1-3367f8bc {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_239e5e8b-67e6-7a04-8828-dc023367f8e7-3367f8bc {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_239e5e8b-67e6-7a04-8828-dc023367f901-3367f8bc {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_239e5e8b-67e6-7a04-8828-dc023367f904-3367f8bc {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_239e5e8b-67e6-7a04-8828-dc023367f90a-3367f8bc {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_239e5e8b-67e6-7a04-8828-dc023367f90e-3367f8bc {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_209c5935-4acf-7a7a-c9da-ac8ca6edc9bb-a6edc9b8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_209c5935-4acf-7a7a-c9da-ac8ca6edc9bd-a6edc9b8 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_209c5935-4acf-7a7a-c9da-ac8ca6edc9e3-a6edc9b8 {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_209c5935-4acf-7a7a-c9da-ac8ca6edca05-a6edc9b8 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_209c5935-4acf-7a7a-c9da-ac8ca6edca08-a6edc9b8 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_209c5935-4acf-7a7a-c9da-ac8ca6edca0e-a6edc9b8 {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_209c5935-4acf-7a7a-c9da-ac8ca6edca12-a6edc9b8 {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_45a54e84-53fa-9ae1-8502-5c1da6f8f14f-a6f8f14c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45a54e84-53fa-9ae1-8502-5c1da6f8f151-a6f8f14c {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_45a54e84-53fa-9ae1-8502-5c1da6f8f177-a6f8f14c {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_45a54e84-53fa-9ae1-8502-5c1da6f8f1b5-a6f8f14c {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_45a54e84-53fa-9ae1-8502-5c1da6f8f1b8-a6f8f14c {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_45a54e84-53fa-9ae1-8502-5c1da6f8f1be-a6f8f14c {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_45a54e84-53fa-9ae1-8502-5c1da6f8f1c2-a6f8f14c {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_15ed43f5-ba90-35c0-7016-f45543c08c3f-43c08c3c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15ed43f5-ba90-35c0-7016-f45543c08c41-43c08c3c {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_15ed43f5-ba90-35c0-7016-f45543c08c67-43c08c3c {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_15ed43f5-ba90-35c0-7016-f45543c08c8c-43c08c3c {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_15ed43f5-ba90-35c0-7016-f45543c08c8f-43c08c3c {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_15ed43f5-ba90-35c0-7016-f45543c08c95-43c08c3c {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_15ed43f5-ba90-35c0-7016-f45543c08c99-43c08c3c {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_251520f8-9efa-35eb-93ee-b3b7c1f30081-c1f3007e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_251520f8-9efa-35eb-93ee-b3b7c1f30083-c1f3007e {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_251520f8-9efa-35eb-93ee-b3b7c1f300a9-c1f3007e {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_251520f8-9efa-35eb-93ee-b3b7c1f300ca-c1f3007e {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_251520f8-9efa-35eb-93ee-b3b7c1f300cd-c1f3007e {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_251520f8-9efa-35eb-93ee-b3b7c1f300d3-c1f3007e {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_251520f8-9efa-35eb-93ee-b3b7c1f300d7-c1f3007e {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_2a43d6df-50a1-6c9b-eec0-e0078513a4ce-ecfc1306 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2a43d6df-50a1-6c9b-eec0-e0078513a4d0-ecfc1306 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_2a43d6df-50a1-6c9b-eec0-e0078513a4f6-ecfc1306 {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_431c8682-428a-4a4a-6e2e-ca49ff4a356a-ecfc1306 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_20840358-9f86-f1c2-19b8-077393567ca8-ecfc1306 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2a43d6df-50a1-6c9b-eec0-e0078513a549-ecfc1306 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_2a43d6df-50a1-6c9b-eec0-e0078513a54c-ecfc1306 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_2a43d6df-50a1-6c9b-eec0-e0078513a552-ecfc1306 {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_2a43d6df-50a1-6c9b-eec0-e0078513a556-ecfc1306 {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_9a1952f7-693d-d45b-367f-0a6e6071dc7e-d7454bd6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9a1952f7-693d-d45b-367f-0a6e6071dc80-d7454bd6 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_9a1952f7-693d-d45b-367f-0a6e6071dca6-d7454bd6 {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_9a1952f7-693d-d45b-367f-0a6e6071dce4-d7454bd6 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_9a1952f7-693d-d45b-367f-0a6e6071dce7-d7454bd6 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_9a1952f7-693d-d45b-367f-0a6e6071dced-d7454bd6 {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_9a1952f7-693d-d45b-367f-0a6e6071dcf1-d7454bd6 {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_3a7478ef-d39c-a304-ea7c-e923dc36eb04-9afc15b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3a7478ef-d39c-a304-ea7c-e923dc36eb06-9afc15b2 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_3a7478ef-d39c-a304-ea7c-e923dc36eb2c-9afc15b2 {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_3a7478ef-d39c-a304-ea7c-e923dc36eb42-9afc15b2 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_3a7478ef-d39c-a304-ea7c-e923dc36eb45-9afc15b2 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_3a7478ef-d39c-a304-ea7c-e923dc36eb4b-9afc15b2 {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_3a7478ef-d39c-a304-ea7c-e923dc36eb4f-9afc15b2 {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_010173de-39cf-0f96-df54-1c3d2181a502-aeb20450 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_010173de-39cf-0f96-df54-1c3d2181a504-aeb20450 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_010173de-39cf-0f96-df54-1c3d2181a52a-aeb20450 {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_010173de-39cf-0f96-df54-1c3d2181a568-aeb20450 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_010173de-39cf-0f96-df54-1c3d2181a56b-aeb20450 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_010173de-39cf-0f96-df54-1c3d2181a571-aeb20450 {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_010173de-39cf-0f96-df54-1c3d2181a575-aeb20450 {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-d5917e54-f6f3-1bd9-cce0-004b47820c2c-30044a9b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d5917e54-f6f3-1bd9-cce0-004b47820c2e-30044a9b {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-d5917e54-f6f3-1bd9-cce0-004b47820c54-30044a9b {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-d5917e54-f6f3-1bd9-cce0-004b47820c92-30044a9b {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-d5917e54-f6f3-1bd9-cce0-004b47820c95-30044a9b {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-d5917e54-f6f3-1bd9-cce0-004b47820c9b-30044a9b {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-d5917e54-f6f3-1bd9-cce0-004b47820c9f-30044a9b {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_14cc9af4-a27c-849d-241f-90f481c426bf-ac04086a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_14cc9af4-a27c-849d-241f-90f481c426c1-ac04086a {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_14cc9af4-a27c-849d-241f-90f481c426e7-ac04086a {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_14cc9af4-a27c-849d-241f-90f481c4273a-ac04086a {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_14cc9af4-a27c-849d-241f-90f481c4273d-ac04086a {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_14cc9af4-a27c-849d-241f-90f481c42743-ac04086a {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_14cc9af4-a27c-849d-241f-90f481c42747-ac04086a {
  grid-area: 1 / 1 / 10 / 7;
}

#w-node-_2be458c0-ee64-3d79-6770-4830daa37aea-826cdd26 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2be458c0-ee64-3d79-6770-4830daa37aec-826cdd26 {
  grid-area: 1 / 1 / 2 / 15;
}

#w-node-_2be458c0-ee64-3d79-6770-4830daa37b12-826cdd26 {
  grid-area: 3 / 1 / 4 / 14;
}

#w-node-_2be458c0-ee64-3d79-6770-4830daa37b33-826cdd26 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-_2be458c0-ee64-3d79-6770-4830daa37b36-826cdd26 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_2be458c0-ee64-3d79-6770-4830daa37b3c-826cdd26 {
  grid-area: 8 / 5 / 9 / 6;
}

#w-node-_2be458c0-ee64-3d79-6770-4830daa37b40-826cdd26 {
  grid-area: 1 / 1 / 10 / 7;
}

@font-face {
  font-family: "Chicago";
  src: url("https://assets.website-files.com/5bac0565754dd6b3e278aeb2/5bac0565754dd6154478af16_ChicagoFLF.woff2")
      format("woff2"),
    url("https://assets.website-files.com/5bac0565754dd6b3e278aeb2/5bac0565754dd6490778af13_ChicagoFLF.eot")
      format("embedded-opentype"),
    url("https://assets.website-files.com/5bac0565754dd6b3e278aeb2/5bac0565754dd64da778af15_ChicagoFLF.woff")
      format("woff"),
    url("https://assets.website-files.com/5bac0565754dd6b3e278aeb2/5bac0565754dd6112078af12_ChicagoFLF.ttf")
      format("truetype"),
    url("https://assets.website-files.com/5bac0565754dd6b3e278aeb2/5bac0565754dd66da378af14_ChicagoFLF.svg")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
