

/************ ASSET: font-awesome.css************/

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}


/************ ASSET: public-site.css************/

/* Archivo Narrow is self-hosted to avoid a render-blocking cross-origin CSS hop. */
@font-face {
	font-family: 'Archivo Narrow';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/archivo-narrow-latin.woff2') format('woff2');
}
@font-face {
	font-family: 'Archivo Narrow';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('/fonts/archivo-narrow-latin.woff2') format('woff2');
}
@font-face {
	font-family: 'Archivo Narrow';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('/fonts/archivo-narrow-latin.woff2') format('woff2');
}
@font-face {
	font-family: 'Archivo Narrow';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/fonts/archivo-narrow-latin.woff2') format('woff2');
}

:root {
	--mfe-bg: #131417;
	--mfe-panel: #1c1d22;
	--mfe-panel-2: #282a30;
	--mfe-border-dark: #2d2f36;
	--mfe-blue: #3d59ab;
	--mfe-blue-light: #6897e6;
	--mfe-green: #2f8f6b;
	--mfe-amber: #a3742c;
	--mfe-text: #5a5a5a;
	--mfe-muted: #9ea3b0;
	--mfe-light-bg: #f3f4f6;
	--mfe-line: #e4e6ea;
}

/* LLM connection guides */
.mfe-llm-instruction-page { background: #fff; color: #5a5a5a; }
.mfe-llm-instruction { padding: 32px 24px 64px; }
.mfe-llm-instruction-inner { max-width: 820px; margin: 0 auto; padding: 32px; background: #fff; font-family: 'Source Sans Pro', Arial, sans-serif; font-size: 15px; line-height: 1.6; }
.mfe-llm-instruction-inner h1 { margin: 0 0 8px; color: #464646; font-size: 30px; font-weight: 700; line-height: 1.2; }
.mfe-llm-guide-crumb { margin: 24px 0 4px; color: #3d59ab; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.mfe-llm-guide-lede { max-width: 64ch; margin: 0 0 28px !important; font-size: 17px; }
.mfe-llm-instruction-inner h2 { margin: 40px 0 12px; color: #464646; font-size: 20px; line-height: 1.3; }
.mfe-llm-instruction-inner h3 { margin: 24px 0 8px; color: #464646; font-size: 16px; }
.mfe-llm-instruction-inner p { margin: 0 0 14px; }
.mfe-llm-instruction-inner a { color: #3d59ab; }
.mfe-llm-instruction-inner code { padding: 1px 5px; border: 1px solid #e5e5e5; border-radius: 4px; background: #f0f0f0; color: #464646; font-size: 13px; word-break: break-all; }
.mfe-llm-instruction-inner pre { margin: 16px 0; padding: 16px 18px; overflow-x: auto; border-radius: 10px; background: #141518; color: #e8eaf0; font-size: 13px; line-height: 1.55; }
.mfe-llm-instruction-inner pre code { padding: 0; border: 0; background: transparent; color: inherit; word-break: normal; }
.mfe-llm-instruction-inner table { width: 100%; margin: 16px 0; border-collapse: collapse; font-size: 14px; }
.mfe-llm-instruction-inner th, .mfe-llm-instruction-inner td { padding: 8px 12px; border: 1px solid #e5e5e5; text-align: left; vertical-align: top; }
.mfe-llm-instruction-inner th { background: #f0f0f0; color: #464646; font-weight: 600; }
.mfe-llm-instruction-inner ol { margin: 12px 0; padding-left: 20px; }
.mfe-llm-instruction-inner li { margin: 8px 0; }
.mfe-llm-instruction-inner .mfe-api-intro { display: none; }
.mfe-llm-instruction-inner .mfe-security-widget, .mfe-llm-instruction-inner .mfe-security-table-widget, .mfe-llm-instruction-inner details { margin: 20px 0; padding: 14px 18px; border: 1px solid #e5e5e5; border-left: 4px solid #3d59ab; border-radius: 10px; background: #f0f0f0; }
.mfe-llm-instruction-inner .mfe-security-widget > header, .mfe-llm-instruction-inner .mfe-security-table-widget > header { display: block; margin: 0 0 8px; padding: 0; border: 0; background: transparent; color: #464646; font-size: 16px; font-weight: 700; }
.mfe-llm-instruction-inner .mfe-security-widget > header i, .mfe-llm-instruction-inner .mfe-security-table-widget > header i { display: none; }
.mfe-llm-instruction-inner .mfe-security-widget > header small, .mfe-llm-instruction-inner .mfe-security-table-widget > header small { display: none; }
.mfe-llm-instruction-inner .mfe-security-widget > div, .mfe-llm-instruction-inner .mfe-security-table-widget > div { padding: 0; }
.mfe-llm-instruction-inner .mfe-security-prose { margin: 0; padding: 0; border: 0; background: transparent; }
.mfe-llm-instruction-inner .mfe-security-control { display: block; margin: 0; padding: 0; border: 0; }
.mfe-llm-instruction-inner .mfe-security-control > i { display: none; }
.mfe-llm-instruction-inner .mfe-security-inline-cta { margin-top: 28px; padding: 18px; border: 1px solid #e5e5e5; border-radius: 10px; background: #f0f0f0; }
.mfe-llm-instruction-inner .mfe-security-inline-cta h3 { margin-top: 0; }
.mfe-llm-instruction-inner .mfe-security-inline-cta a { display: inline-block; padding: 12px 22px; border-radius: 8px; background: #3d59ab; color: #fff; font-weight: 600; text-decoration: none; }
.mfe-llm-instruction-inner details summary { color: #464646; cursor: pointer; font-weight: 700; }
@media (max-width: 600px) { .mfe-llm-instruction { padding: 24px 16px 48px; } .mfe-llm-instruction-inner h1 { font-size: 26px; } .mfe-llm-instruction-inner table { display: block; overflow-x: auto; } }

/* Mockup-matched Claude, Copilot, ChatGPT, and Gemini guides. */
.mfe-security-page.mfe-llm-guide-page {
	background: #fff;
}

.mfe-llm-guide-page .mfe-security-header {
	padding-bottom: 54px;
	background: linear-gradient(#23252b, #131417);
}

.mfe-llm-guide-page .mfe-security-header .mfe-public-crumbs {
	margin-bottom: 26px;
	padding-top: 50px;
}

.mfe-llm-guide-page .mfe-security-header .mfe-public-kicker {
	margin-bottom: 14px;
	font-size: 13px;
	letter-spacing: 3px;
}

.mfe-llm-guide-page .mfe-security-header h1 {
	max-width: 820px;
	margin-bottom: 16px;
	color: #fff;
	font-size: 38px;
	font-weight: 500 !important;
	line-height: 1.15;
	text-wrap: pretty;
}

.mfe-llm-guide-page .mfe-security-header p {
	max-width: 740px;
	margin: 0;
	color: #c9cdd6;
	font-size: 17px;
	line-height: 1.6;
}

.mfe-llm-guide-page .mfe-security-header p strong {
	color: #fff;
}

.mfe-llm-guide-page .mfe-docs-page {
	max-width: 860px;
	margin: 0 auto;
	padding: 12px 24px 32px;
	background: #fff;
	color: #5a5a5a;
	font-family: 'Archivo Narrow', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.mfe-llm-guide-page .mfe-docs-page p {
	margin: 0 0 14px;
}

.mfe-llm-guide-page .mfe-docs-page h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 44px 0 14px;
	color: #363738;
	font-size: 24px;
	line-height: 1.15;
	text-wrap: pretty;
}

.mfe-llm-guide-page .mfe-docs-page h2:first-child {
	margin-top: 0;
}

.mfe-llm-guide-page .mfe-docs-page h2 .num {
	display: inline-flex;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 4px;
	background: #3d59ab;
	color: #fff;
	font-size: 16px;
}

.mfe-llm-guide-page .mfe-docs-page h3 {
	margin: 26px 0 8px;
	color: #131417;
	font-size: 17px;
	line-height: 1.15;
}

.mfe-llm-guide-page .mfe-docs-page .callout {
	margin: 20px 0;
	padding: 14px 18px;
	border: 1px solid #e0e0e0;
	border-left: 4px solid #3d59ab;
	border-radius: 4px;
	background: #f0f0f0;
}

.mfe-llm-guide-page .mfe-docs-page .callout.warn {
	border-left-color: #d89613;
}

.mfe-llm-guide-page .mfe-docs-page .callout strong,
.mfe-llm-guide-page .mfe-docs-page .othernav strong {
	color: #363738;
}

.mfe-llm-guide-page .mfe-docs-page code {
	padding: 10px 10px;
	border: 1px solid #dfe4ef;
	border-radius: 3px;
	background: #eef1f8;
	color: #363738;
	font-size: 13px;
	word-break: break-all;
}

.mfe-llm-guide-page .mfe-docs-page pre {
	margin: 16px 0;
	padding: 16px 18px;
	overflow-x: auto;
	border: 1px solid #3e424b;
	border-radius: 4px;
	background: #141518;
	color: #e8eaf0;
	font-size: 13px;
	line-height: 1.55;
}

.mfe-llm-guide-page .mfe-docs-page pre code {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	word-break: normal;
}

.mfe-llm-guide-page .mfe-docs-page ol.steps {
	margin: 12px 0;
	padding-left: 20px;
}

.mfe-llm-guide-page .mfe-docs-page ol.steps li {
	margin: 8px 0;
}

.mfe-llm-guide-page .mfe-docs-page table {
	width: 100%;
	margin: 16px 0;
	border-collapse: collapse;
	background: #fff;
	font-size: 14px;
}

.mfe-llm-guide-page .mfe-docs-page th,
.mfe-llm-guide-page .mfe-docs-page td {
	padding: 9px 12px;
	border: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: top;
}

.mfe-llm-guide-page .mfe-docs-page th {
	background: #f0f0f0;
	color: #363738;
	font-weight: 700;
}

.mfe-llm-guide-page .mfe-docs-page details {
	margin: 22px 0;
	padding: 14px 18px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #fff;
}

.mfe-llm-guide-page .mfe-docs-page details summary {
	color: #363738;
	cursor: pointer;
	font-weight: 700;
}

.mfe-llm-guide-page .mfe-docs-page .cta {
	display: inline-block;
	margin-top: 8px;
	padding: 11px 24px;
	border: 1px solid #6897e6;
	border-radius: 3px;
	background: #3d59ab;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

.mfe-llm-guide-page .mfe-docs-page .cta:hover,
.mfe-llm-guide-page .mfe-docs-page .cta:focus {
	background: #6897e6;
	color: #fff;
}

.mfe-llm-guide-page .mfe-docs-page .othernav {
	margin-top: 48px;
	padding-top: 20px;
	border-top: 1px solid #e8e8e8;
	font-size: 14px;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-spec-panel {
	overflow: hidden;
	margin: 22px 0;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .06);
}

.mfe-llm-guide-page .mfe-docs-page .mfe-spec-panel > header {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 9px 14px;
	background: linear-gradient(#3a3e46, #141518);
	color: #fff;
	font-size: 14px;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-spec-panel > header .fa {
	width: 16px;
	color: #6897e6;
	text-align: center;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-spec-row {
	display: flex;
	align-items: baseline;
	gap: 14px;
	padding: 11px 14px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-spec-row:last-child {
	border-bottom: 0;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-spec-row > strong {
	flex: 0 0 130px;
	color: #363738;
	font-size: 13px;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-spec-row > span {
	min-width: 0;
}

.mfe-llm-guide-page .mfe-copyable-value {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.mfe-llm-guide-page .mfe-copyable-value .mfe-code-copy {
	margin: 0;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-auth-panel {
	display: flex;
	gap: 16px;
	margin: 22px 0;
	padding: 18px 20px;
	border: 1px solid #3e424b;
	border-radius: 4px;
	background: #131417 linear-gradient(#23252b, #131417);
	color: #c9cdd6;
	font-size: 14px;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-auth-panel > .fa {
	display: inline-flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-top: 2px;
	border-radius: 4px;
	background: #3d59ab;
	color: #fff;
	font-size: 17px;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-auth-kicker {
	margin-bottom: 5px;
	color: #6897e6;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-auth-panel strong {
	color: #fff;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-auth-panel a {
	color: #6897e6;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-auth-panel a:hover,
.mfe-llm-guide-page .mfe-docs-page .mfe-auth-panel a:focus {
	color: #7fafff;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-auth-panel code {
	border-color: #6a7080;
	background: #3e424b;
	color: #e8eaf0;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-checkpoint {
	margin: 26px 0;
	padding: 20px 22px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .06);
}

.mfe-llm-guide-page .mfe-docs-page .mfe-checkpoint > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-checkpoint > div span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 4px;
	background: #8fb339;
	color: #fff;
	font-size: 17px;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-checkpoint > div strong {
	color: #e0e3ea;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-checkpoint p {
	margin: 0;
	font-size: 14px;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-checkpoint p strong {
	color: #363738;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-note {
	display: flex;
	gap: 14px;
	margin: 22px 0;
	padding: 16px 18px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .06);
	font-size: 14px;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-note-icon {
	display: inline-flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-top: 2px;
	border-radius: 4px;
	background: #eef1f8;
	color: #3d59ab;
	font-size: 15px;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-note.is-warn .mfe-note-icon {
	background: #faf3e3;
	color: #d89613;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-note-kicker {
	margin-bottom: 4px;
	color: #3d59ab;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-note.is-warn .mfe-note-kicker {
	color: #b07708;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-note strong {
	color: #363738;
}

.mfe-llm-guide-page .mfe-docs-page .mfe-note > div {
	min-width: 0;
}

/* LLM Connections overview uses the same documentation system as each guide. */
.mfe-llm-index-page .mfe-docs-page {
	max-width: 920px;
}

.mfe-llm-index-page .mfe-docs-page > h2 {
	margin-top: 42px;
}

.mfe-llm-index-page .mfe-auth-panel p {
	margin: 7px 0 0;
	color: #c9cdd6;
}

.mfe-llm-index-page .mfe-trust-flow {
	margin: 0;
}

.mfe-llm-index-page .mfe-trust-flow article {
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .06);
}

.mfe-llm-index-page .mfe-trust-flow article > i {
	border-radius: 4px;
}

.mfe-llm-index-page .mfe-trust-flow h3 {
	margin: 14px 0 5px;
}

.mfe-llm-index-page .mfe-llm-index-guides {
	margin-bottom: 0;
}

.mfe-llm-index-page .mfe-llm-index-guides > a {
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .06);
}

.mfe-llm-index-page .mfe-llm-index-guides > a:last-child {
	grid-column: 1 / -1;
}

.mfe-llm-index-page .mfe-llm-index-guides > a > span {
	border-radius: 4px;
}

.mfe-llm-index-page .mfe-llm-index-guides h2 {
	display: block;
	margin: 0 0 5px;
	font-size: 19px;
}

.mfe-llm-index-requirements {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.mfe-llm-index-page .mfe-llm-index-requirements .mfe-note {
	height: 100%;
	margin: 0;
	box-sizing: border-box;
}

.mfe-llm-index-page .mfe-llm-index-requirements .mfe-note p {
	margin: 5px 0 0;
}

.mfe-llm-index-cta {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-top: 42px;
	padding: 22px;
	border: 1px solid #3e424b;
	border-radius: 4px;
	background: #131417 linear-gradient(#23252b, #131417);
	color: #c9cdd6;
}

.mfe-llm-index-cta > div {
	min-width: 0;
	flex: 1;
}

.mfe-llm-index-cta h3 {
	margin: 0 0 5px !important;
	color: #fff !important;
	font-size: 22px !important;
}

.mfe-llm-index-cta p {
	margin: 0 !important;
}

.mfe-llm-index-page .mfe-docs-page .mfe-llm-index-cta .cta {
	flex: none;
	margin: 0;
	white-space: nowrap;
}

@media (max-width: 760px) {
	.mfe-llm-guide-page .mfe-security-header h1 {
		font-size: 30px;
	}

	.mfe-llm-guide-page .mfe-docs-page {
		padding-right: 0;
		padding-left: 0;
	}

	.mfe-llm-guide-page .mfe-docs-page table {
		display: block;
		overflow-x: auto;
	}

	.mfe-llm-index-page .mfe-trust-flow,
	.mfe-llm-index-requirements {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mfe-llm-index-page .mfe-llm-index-guides {
		grid-template-columns: 1fr;
	}

	.mfe-llm-index-page .mfe-llm-index-guides > a:last-child {
		grid-column: auto;
	}

	.mfe-llm-index-cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	.mfe-llm-guide-page .mfe-docs-page .mfe-spec-row {
		flex-direction: column;
		gap: 4px;
	}

	.mfe-llm-index-page .mfe-trust-flow,
	.mfe-llm-index-requirements {
		grid-template-columns: 1fr;
	}

	.mfe-llm-index-page .mfe-llm-index-guides > a {
		grid-template-columns: 42px minmax(0, 1fr) auto;
		gap: 12px;
		padding: 16px;
	}

	.mfe-llm-index-page .mfe-llm-index-guides > a > span {
		width: 42px;
		height: 42px;
	}
}

/* 404 page */
.mfe-error-page,
.mfe-error-page * {
	box-sizing: border-box;
}

.mfe-error-page {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	background: #131417;
	color: #5a5a5a;
	font-family: 'Archivo Narrow', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.mfe-error-page a {
	text-decoration: none;
}

.mfe-error-main {
	display: flex;
	flex: 1 0 auto;
	align-items: center;
	justify-content: center;
	padding: 60px 32px;
}

.mfe-error-content {
	width: 100%;
	max-width: 640px;
	text-align: center;
}

.mfe-error-code {
	color: #fff;
	font-size: 120px;
	letter-spacing: 6px;
	line-height: 1;
}

.mfe-error-code span {
	color: #3d59ab;
}

.mfe-error-rule {
	width: 64px;
	height: 3px;
	margin: 26px auto;
	background: #3d59ab;
}

.mfe-error-page h1 {
	margin: 0 0 12px;
	color: #fff;
	text-align:center;
	font-family: 'Archivo Narrow', Arial, sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.mfe-error-message {
	margin: 0 0 32px;
	color: #9ea3b0;
	font-size: 17px;
	line-height: 1.6;
}

.mfe-error-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.mfe-error-button {
	padding: 12px 28px;
	border: 1px solid #3e424b;
	border-radius: 8px;
	font-size: 16px;
	line-height: 22px;
}

.mfe-error-button.is-primary {
	padding: 13px 28px;
	border: 0;
	background: #3d59ab;
	box-shadow: 0 4px 14px rgba(61, 89, 171, .4);
	color: #fff !important;
}

.mfe-error-button.is-secondary {
	background: transparent;
	color: #cfd2d8 !important;
}

.mfe-error-button.is-primary:hover,
.mfe-error-button.is-primary:focus {
	background: #4d68ba;
	color: #fff !important;
}

.mfe-error-button.is-secondary:hover,
.mfe-error-button.is-secondary:focus {
	border-color: #6897e6;
	color: #fff !important;
}

.mfe-error-links {
	margin-top: 56px;
	padding: 22px 26px;
	border: 1px solid #2d2f36;
	border-radius: 10px;
	background: #1b1c21;
	text-align: left;
}

.mfe-error-links h2 {
	margin: 0 0 14px;
	color: #9ea3b0;
	font-family: 'Archivo Narrow', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
}

.mfe-error-links > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 24px;
}

.mfe-error-links a {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
	padding: 4px 0;
	color: #cfd2d8 !important;
	font-size: 15px;
}

.mfe-error-links a:hover,
.mfe-error-links a:focus {
	color: #fff !important;
}

.mfe-error-links i {
	width: 18px;
	flex: 0 0 18px;
	color: #3d59ab;
	font-size: 14px;
	text-align: center;
}

.mfe-error-reference {
	margin: 28px 0 0;
	color: #858b96;
	font-size: 13px;
}

@media (max-width: 620px) {
	.mfe-error-main {
		align-items: flex-start;
		padding: 44px 20px;
	}

	.mfe-error-code {
		font-size: 92px;
	}

	.mfe-error-links {
		margin-top: 42px;
		padding: 20px;
	}

	.mfe-error-links > div {
		grid-template-columns: 1fr;
	}
}

/* Industry header breadcrumb follows the same structure as Trust Center pages. */
.mfe-industry-header {
	padding-bottom: 18px;
}

.mfe-industry-header .mfe-public-crumbs {
	margin-bottom: 0;
}

/* Legal pages */
.mfe-legal-summary {
	margin-bottom: 22px;
	padding: 22px 24px;
	border: 1px solid #dfe2e7;
	border-left: 4px solid var(--mfe-blue);
	border-radius: 4px;
	background: #fff;
}

.mfe-legal-summary .mfe-public-kicker {
	margin-bottom: 8px;
	color: var(--mfe-blue);
	font-size: 11px;
}

.mfe-legal-summary p {
	margin: 0 0 10px;
	color: #5f646e;
	font-size: 14.5px;
	line-height: 1.7;
}

.mfe-legal-summary p:last-child { margin-bottom: 0; }
.mfe-legal-summary .mfe-legal-date { color: #34363c; font-weight: 700; }

.mfe-legal-toc {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 20px;
	margin-bottom: 30px;
	padding: 18px 20px;
	border: 1px solid #e0e2e6;
	border-radius: 4px;
	background: #f7f8fa;
}

.mfe-legal-toc > div {
	grid-column: 1 / -1;
}

.mfe-legal-toc a {
	display: block;
	padding: 5px 0 !important;
	color: var(--mfe-blue) !important;
	font-size: 13px !important;
	line-height: 1.35;
}

.mfe-legal-toc a:hover,
.mfe-legal-toc a:focus { color: var(--mfe-blue-light) !important; }

.mfe-legal-sections section {
	scroll-margin-top: 94px;
}

.mfe-legal-sections h2 {
	font-weight: 700 !important;
}

.mfe-legal-sections li,
.mfe-legal-sections p {
	color: #555a64;
}

/* Chart gallery */
.mfe-chart-gallery-page {
	background: #fff;
}

.mfe-chart-gallery-content,
.mfe-chart-gallery-body {
	background: #f0f0f0;
}

.mfe-chart-gallery-header {
	padding: 52px 0 40px;
	border-bottom: 1px solid #000;
	background:
		radial-gradient(circle at 86% 20%, rgba(104, 151, 230, .17), transparent 32%),
		linear-gradient(#1c1e23, #131417);
}

.mfe-chart-gallery-header .mfe-public-crumbs {
	margin-bottom: 22px;
	padding-top: 28px;
}

.mfe-chart-gallery-header .mfe-public-kicker {
	margin-bottom: 9px;
}

.mfe-chart-gallery-header h1 {
	margin: 0;
	color: #fff;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.1;
}

.mfe-chart-gallery-header > .mfe-public-container > p {
	max-width: 780px;
	margin: 13px 0 0;
	color: #c9cdd6;
	font-size: 16px;
	line-height: 1.65;
}

.mfe-chart-gallery-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 19px;
}

.mfe-chart-gallery-meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 11px;
	border: 1px solid #3e424b;
	border-radius: 20px;
	background: #22242a;
	color: #c9cdd6;
	font-size: 12px;
}

.mfe-chart-gallery-meta i { color: var(--mfe-green); }

.mfe-chart-gallery-body {
	padding: 26px 0 70px;
}

.mfe-chart-gallery-about {
	display: grid;
	grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr);
	gap: 34px;
	align-items: center;
	margin-bottom: 22px;
	padding: 22px 26px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	background: #fff;
}

.mfe-chart-gallery-about span {
	color: var(--mfe-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.mfe-chart-gallery-about h2 {
	margin: 5px 0 0;
	color: #2d2f35;
	font-size: 24px;
	font-weight: 700;
}

.mfe-chart-gallery-about p {
	margin: 0;
	color: #5a5a5a;
	font-size: 14px;
	line-height: 1.65;
}

.mfe-chart-gallery-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 16px;
}

.mfe-chart-gallery-card {
	grid-column: span 4;
	overflow: hidden;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .04);
}

.mfe-chart-gallery-card.is-half { grid-column: span 6; }
.mfe-chart-gallery-card.is-wide { grid-column: 1 / -1; }

.mfe-chart-gallery-card > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	height: 40px;
	padding: 0 14px;
	background: linear-gradient(#3a3e46, #141518);
	color: #fff;
}

.mfe-chart-gallery-card > header span {
	font-size: 16px;
	font-weight: 500;
}

.mfe-chart-gallery-card > header code {
	color: #aeb3bf;
	font-family: Menlo, Monaco, Consolas, monospace;
	font-size: 10px;
}

.mfe-chart-gallery-chart {
	position: relative;
	height: 290px;
	background: #fff;
}

.mfe-chart-gallery-chart.is-map { height: 420px; }
.mfe-chart-gallery-chart.is-3d { height: 320px; }

.mfe-chart-gallery-card > footer {
	position: static !important;
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	min-height: 126px;
	padding: 11px 14px 13px;
	border-top: 1px solid #ececec;
	background: #fff;
}

.mfe-chart-gallery-card > footer p {
	margin: 0;
	color: #5a5a5a;
	font-size: 13px;
	line-height: 1.5;
}

.mfe-chart-gallery-card > footer small {
	display: block;
	margin-top: 6px;
	color: #9297a1;
	font-size: 11.5px;
	line-height: 1.45;
}

.mfe-chart-gallery-card > footer small strong {
	margin-right: 4px;
	color: #7a7f89;
	font-size: 9.5px;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.mfe-chart-gallery-loading,
.mfe-chart-gallery-map-error,
.mfe-chart-gallery-3d-error {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	color: #969ba5;
	font-size: 13px;
}

.mfe-chart-gallery-map-error,
.mfe-chart-gallery-3d-error {
	flex-direction: column;
	padding: 24px;
	text-align: center;
	font-size: 14px;
}

.mfe-chart-gallery-map-error i,
.mfe-chart-gallery-3d-error i {
	color: #c7cad0;
	font-size: 38px;
}

@media (max-width: 1120px) {
	.mfe-chart-gallery-card { grid-column: span 6; }
	.mfe-chart-gallery-card.is-wide { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
	.mfe-industry-header .mfe-public-crumbs {
		padding-right: 20px;
		padding-left: 20px;
	}

	.mfe-legal-toc { grid-template-columns: 1fr; }

	.mfe-chart-gallery-header h1 { font-size: 38px; }
	.mfe-chart-gallery-body { padding-top: 18px; }
	.mfe-chart-gallery-about { grid-template-columns: 1fr; gap: 12px; padding: 20px; }
	.mfe-chart-gallery-card,
	.mfe-chart-gallery-card.is-half,
	.mfe-chart-gallery-card.is-wide { grid-column: 1 / -1; }
	.mfe-chart-gallery-chart { height: 270px; }
	.mfe-chart-gallery-chart.is-map { height: 310px; }
	.mfe-chart-gallery-chart.is-3d { height: 300px; }
	.mfe-chart-gallery-card > footer { min-height: 0; }
}

html,
body {
	height: auto !important;
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto !important;
	scroll-behavior: smooth;
}

body.sticky-header {
	background: var(--mfe-bg);
	font-family: 'Archivo Narrow', Arial, sans-serif;
}

.mfe-public,
.mfe-public * {
	box-sizing: border-box;
}

.mfe-public-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.mfe-public {
	min-height: 100vh;
	background: var(--mfe-bg);
	color: var(--mfe-text);
	font-family: 'Archivo Narrow', Arial, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

.mfe-public a {
	color: var(--mfe-blue-light);
	text-decoration: none;
}

.mfe-public a:hover {
	/*color: var(--mfe-blue); */
	text-decoration: underline;
}

.mfe-public h1,
.mfe-public h2,
.mfe-public h3,
.mfe-public h4,
.mfe-public p {
	font-family: 'Archivo Narrow', Arial, sans-serif;
	margin-top: 0;
}

.mfe-public h1 {
	font-weight: 500 !important;
}

.mfe-public-container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding-left: 32px;
	padding-right: 32px;
}

.mfe-public-nav {
	position: sticky;
	top: 0;
	z-index: 500;
	display: flex;
	align-items: center;
	min-height: 75px;
	padding: 0 32px;
	background: linear-gradient(#1b1c21, #131417);
	border-bottom: 1px solid #000;
}

.mfe-public-brand {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.mfe-public-brand img {
	display: block;
	width: 210px;
	height: 49px;
	object-fit: contain;
}

.mfe-public-nav-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(12px, 1.5vw, 30px);
	margin-left: auto;
}

.mfe-public-nav-link {
	padding: 4px 0 3px;
	border-bottom: 2px solid transparent;
	color: #cfd2d8 !important;
	font-size: 15px;
	letter-spacing: .3px;
}

.mfe-public-nav-link:hover,
.mfe-public-nav-link.is-active {
	color: #fff !important;
	border-bottom-color: var(--mfe-blue-light);
}

.mfe-public-nav-demo {
	padding: 9px 20px;
	border-radius: 8px;
	background: var(--mfe-blue);
	box-shadow: 0 2px 8px rgba(61, 89, 171, .4);
	color: #fff !important;
	font-size: 14px;
}

.mfe-public-nav-dropdown {
	position: relative;
	margin: 0;
}

.mfe-public-nav-dropdown summary {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	list-style: none;
}

.mfe-public-nav-dropdown summary::-webkit-details-marker {
	display: none;
}

.mfe-public-nav-dropdown[open] summary > i {
	transform: rotate(180deg);
}

.mfe-public-nav-dropdown summary > i {
	transition: transform .18s ease;
}

.mfe-public-nav-dropdown-menu {
	position: absolute;
	top: calc(100% + 18px);
	left: -16px;
	z-index: 600;
	width: 286px;
	overflow: hidden;
	border: 1px solid #d8dbe0;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(0, 0, 0, .32);
}

.mfe-public-nav-dropdown-menu a {
	display: block;
	padding: 10px 16px;
	border-bottom: 1px solid #eceef1;
	color: #363738 !important;
	font-size: 14px;
	line-height: 1.25;
}

.mfe-public-nav-dropdown-menu a:last-child {
	border-bottom: 0;
}

.mfe-public-nav-dropdown-menu a:hover,
.mfe-public-nav-dropdown-menu a:focus {
	background: #eef1f8;
	color: var(--mfe-blue) !important;
}

.mfe-public-nav-menu,
.mfe-public-nav-toggle {
	display: none;
}

.mfe-public-crumbs {
	padding-top: 26px;
	margin-bottom: 34px;
	color: #6f7480;
	font-size: 13.5px;
}

.mfe-industry-page,
.mfe-industry-content {
	background: #fff;
}

.mfe-industry-content {
	color: #5a5a5a;
	font-family: 'Archivo Narrow', Arial, sans-serif;
}

.mfe-industry-content input[type="range"] {
	width: 100%;
	accent-color: var(--mfe-blue);
}

.mfe-industry-content .grid3 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 16px;
}

.mfe-industry-content .grid2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 16px;
}

.mfe-industry-content .gridct {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 14px;
}

/* Connector detail pages */
.mfe-connector-page, .mfe-connector-content { background: #fff; }
.mfe-connector-header { padding-bottom: 18px; }
.mfe-connector-header .mfe-public-crumbs { margin-bottom: 0; }
.mfe-connector-content { color: #5a6068; font-family: 'Archivo Narrow', Arial, sans-serif; }
.mfe-connector-content * { box-sizing: border-box; }
.mfe-connector-content article { top: auto !important; left: auto; right: auto; bottom: auto; width: auto; margin: 0; color: inherit; text-align: left; }
.mfe-connector-wrap { width: 100%; max-width: 1008px; margin: 0 auto; padding-right: 24px; padding-left: 24px; }
.mfe-connector-hero { padding: 62px 0 58px; background: radial-gradient(900px 360px at 78% -15%, rgba(61, 89, 171, .32), transparent 65%), linear-gradient(#23252b, #131417); }
.mfe-connector-hero .mfe-connector-wrap { max-width: 1008px; }
.mfe-connector-eyebrow, .mfe-connector-kicker { margin-bottom: 13px; color: var(--mfe-blue-light); font-size: 13px; font-weight: 600; letter-spacing: 2.4px; text-transform: uppercase; }
.mfe-connector-kicker { color: var(--mfe-blue); }
.mfe-connector-session .mfe-connector-kicker, .mfe-connector-audiences .mfe-connector-kicker, .mfe-connector-governance .mfe-connector-kicker { color: var(--mfe-blue-light); }
.mfe-connector-eyebrow i { margin-right: 7px; }
.mfe-connector-hero h1 { max-width: 820px; margin: 0 0 20px; color: #fff; font-size: 48px; font-weight: 500; line-height: 1.08; }
.mfe-connector-hero p { max-width: 860px; margin: 0 0 15px; color: #c9cdd6; font-size: 17px; line-height: 1.65; }
.mfe-connector-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.mfe-connector-actions .mfe-public-btn.is-secondary { border-color: #555b66; background: transparent; color: #d9dce3; }
.mfe-connector-actions .mfe-public-btn.is-secondary:hover { border-color: #7c8492; background: rgba(255, 255, 255, .05); color: #fff; }
.mfe-connector-anchor-nav { position: sticky; top: 74px; z-index: 20; border-top: 1px solid #34363d; border-bottom: 1px solid #101114; background: #282a30; }
.mfe-connector-anchor-nav .mfe-connector-wrap { display: flex; flex-wrap: wrap; gap: 3px 20px; padding-top: 11px; padding-bottom: 11px; }
.mfe-connector-anchor-nav a { color: #c9cdd6; font-size: 13.5px; }
.mfe-connector-anchor-nav a:hover { color: #fff; }
.mfe-connector-section { padding: 64px 0; border-top: 1px solid #e4e6ea; background: #fff; scroll-margin-top: 126px; }
.mfe-connector-section.is-muted { background: #f3f4f6; }
.mfe-connector-section-heading { max-width: 720px; margin-bottom: 34px; }
.mfe-connector-section-heading h2, .mfe-connector-capability-layout h2, .mfe-connector-session h2, .mfe-connector-audiences h2, .mfe-connector-governance h2, .mfe-connector-honesty h2, .mfe-connector-closing h2 { margin: 0 0 14px; color: #2a2c33; font-size: 34px; font-weight: 500; line-height: 1.15; }
.mfe-connector-section-heading > p { margin: 0; color: #6a6f78; font-size: 16px; line-height: 1.65; }
.mfe-connector-capability-layout { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: start; }
.mfe-connector-capability-layout > div:first-child, .mfe-connector-capability-layout .mfe-connector-prose { max-width: 860px; }
.mfe-connector-prose p { margin: 0 0 17px; font-size: 16px; line-height: 1.72; }
.mfe-connector-prose p:last-child { margin-bottom: 0; }
.mfe-connector-content p a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.mfe-connector-object-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.mfe-connector-object-grid article { grid-column: span 2; padding: 22px; border: 1px solid #dfe2e7; border-radius: 5px; background: #fff; box-shadow: 0 2px 5px rgba(20, 23, 30, .04); }
.mfe-connector-object-grid article:nth-child(4) { grid-column: 2 / span 2; }
.mfe-connector-object-grid article > i { display: inline-grid; width: 34px; height: 34px; margin-bottom: 14px; border-radius: 4px; background: #eef1f8; color: var(--mfe-blue); place-items: center; }
.mfe-connector-object-grid h3, .mfe-connector-outcome-grid h3, .mfe-connector-report-grid h3 { margin: 0 0 8px; color: #26282e; font-size: 19px; font-weight: 600; }
.mfe-connector-object-grid p, .mfe-connector-outcome-grid p, .mfe-connector-report-grid p { margin: 0; font-size: 14.5px; line-height: 1.65; }
.mfe-connector-live-note { margin: 22px 0 0; padding-top: 20px; color: #4e5665; font-size: 14px; text-align: center; }
.mfe-connector-live-note i { margin-right: 6px; color: var(--mfe-green); }
.mfe-connector-session { padding: 64px 0; border-top: 1px solid #000; background: linear-gradient(#191a1f, #131417); }
.mfe-connector-session > div { display: grid; grid-template-columns: .72fr 1.28fr; gap: 58px; align-items: start; }
.mfe-connector-session h2 { color: #fff; }
.mfe-connector-chat { overflow: hidden; border: 1px solid #343740; border-radius: 7px; background: #1d1f24; box-shadow: 0 16px 40px rgba(0, 0, 0, .3); }
.mfe-connector-chat p { display: grid; grid-template-columns: 72px 1fr; gap: 14px; margin: 0; padding: 16px 18px; border-bottom: 1px solid #2b2d34; color: #d8dbe2; font-size: 14.5px; line-height: 1.55; }
.mfe-connector-chat p span { color: var(--mfe-blue-light); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.mfe-connector-chat a { color: #8fb2f2; text-decoration: underline; text-underline-offset: 3px; }
.mfe-connector-chat footer { position: static; width: auto; padding: 13px 18px; background: rgba(47, 143, 107, .1); color: #91cdb5; font-size: 13px; }
.mfe-connector-chat footer i { margin-right: 7px; }
.mfe-connector-outcome-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.mfe-connector-outcome-grid article { grid-column: span 2; padding: 23px; border: 1px solid #e1e3e7; border-radius: 5px; background: #fff; }
.mfe-connector-outcome-grid article:nth-child(4) { grid-column: 2 / span 2; }
.mfe-connector-outcome-grid article > strong { display: block; margin-bottom: 12px; color: var(--mfe-blue); font-size: 12px; letter-spacing: 2px; }
.mfe-connector-use-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.mfe-connector-use-grid article { padding: 22px; border: 1px solid #dfe2e7; border-radius: 5px; background: #fff; }
.mfe-connector-use-grid blockquote { margin: 0 0 14px; color: #272a31; font-size: 17px; font-style: normal; line-height: 1.55; }
.mfe-connector-use-grid small { display: inline-block; margin-bottom: 12px; padding: 4px 9px; border-radius: 3px; background: #eef1f8; color: var(--mfe-blue); font-size: 11px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; }
.mfe-connector-use-grid p { margin: 0; font-size: 14px; line-height: 1.6; }
.mfe-connector-audiences { padding: 64px 0; border-top: 1px solid #000; background: linear-gradient(#191a1f, #131417); }
.mfe-connector-audiences > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.mfe-connector-audiences article { padding: 30px; border: 1px solid #33363e; border-radius: 5px; background: #1d1f24; }
.mfe-connector-audiences h2 { color: #fff; font-size: 28px; }
.mfe-connector-audiences p { margin: 0 0 18px; color: #aeb3be; font-size: 15px; line-height: 1.65; }
.mfe-connector-audiences a { color: var(--mfe-blue-light); font-size: 14px; font-weight: 600; }
.mfe-connector-report-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mfe-connector-report-grid article { overflow: hidden; border: 1px solid #dfe2e7; border-radius: 5px; background: #fff; }
.mfe-connector-report-grid h3, .mfe-connector-report-grid p { margin-right: 20px; margin-left: 20px; }
.mfe-connector-report-grid h3 { margin-top: 20px; }
.mfe-connector-report-grid p { margin-bottom: 22px; }
.mfe-connector-report-visual { position: relative; display: flex; align-items: end; justify-content: center; gap: 12px; height: 126px; padding: 24px 24px 18px; border-bottom: 1px solid #e6e8ec; background: #f7f8fa; }
.mfe-connector-report-visual.is-bars i { width: 24px; border-radius: 2px 2px 0 0; background: var(--mfe-blue); }
.mfe-connector-report-visual.is-bars i:nth-child(1) { height: 44%; opacity: .55; }
.mfe-connector-report-visual.is-bars i:nth-child(2) { height: 78%; opacity: .8; }
.mfe-connector-report-visual.is-bars i:nth-child(3) { height: 58%; opacity: .65; }
.mfe-connector-report-visual.is-bars i:nth-child(4) { height: 92%; }
.mfe-connector-report-visual.is-list { display: grid; align-content: center; gap: 8px; }
.mfe-connector-report-visual.is-list i { display: block; width: 100%; height: 10px; border-radius: 2px; background: linear-gradient(90deg, var(--mfe-blue) 68%, #e1e4e9 68%); }
.mfe-connector-report-visual.is-list i:nth-child(2) { background: linear-gradient(90deg, var(--mfe-blue) 84%, #e1e4e9 84%); }
.mfe-connector-report-visual.is-list i:nth-child(3) { background: linear-gradient(90deg, var(--mfe-blue) 51%, #e1e4e9 51%); }
.mfe-connector-report-visual.is-line i { width: 82%; height: 60px; border-bottom: 3px solid var(--mfe-blue); border-radius: 50%; transform: rotate(-8deg); }
.mfe-connector-report-note { max-width: 820px; margin: 30px auto 0; color: #626873; font-size: 15px; line-height: 1.65; text-align: center; }
.mfe-connector-governance { padding: 64px 0; border-top: 1px solid #000; background: #202228; }
.mfe-connector-governance > div { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.mfe-connector-governance h2 { color: #fff; }
.mfe-connector-governance p { margin: 0 0 15px; color: #b5bac4; font-size: 15.5px; line-height: 1.68; }
.mfe-connector-badges { display: grid; gap: 10px; }
.mfe-connector-badges span { display: flex; align-items: center; gap: 11px; padding: 14px 16px; border: 1px solid #373a43; border-radius: 4px; background: #282a30; color: #e2e4e9; font-size: 14px; }
.mfe-connector-badges i { width: 20px; color: var(--mfe-blue-light); text-align: center; }
.mfe-connector-honesty { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.mfe-connector-honesty.is-single { grid-template-columns: 1fr; }
.mfe-connector-honesty article { padding: 26px; border: 1px solid #dfe2e7; border-radius: 5px; background: #fff; }
.mfe-connector-honesty h2 { font-size: 27px; }
.mfe-connector-honesty p { margin: 0; font-size: 15px; line-height: 1.68; }
.mfe-connector-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: connector-step; }
.mfe-connector-steps li { position: relative; min-width: 0; padding: 56px 20px 22px; border: 1px solid #dfe2e7; border-radius: 5px; counter-increment: connector-step; }
.mfe-connector-steps li::before { position: absolute; top: 18px; left: 20px; display: grid; width: 27px; height: 27px; border-radius: 50%; background: var(--mfe-blue); color: #fff; content: counter(connector-step); font-size: 12px; place-items: center; }
.mfe-connector-steps strong, .mfe-connector-steps span { display: block; }
.mfe-connector-steps strong { margin-bottom: 8px; color: #292b31; font-size: 17px; }
.mfe-connector-steps span { font-size: 14px; line-height: 1.55; }
.mfe-connector-pricing-link { margin: 24px 0 0; padding-top: 20px; text-align: center; }
.mfe-connector-faq { max-width: 820px; }
.mfe-connector-faq details { margin-bottom: 11px; overflow: hidden; border: 1px solid #dfe2e7; border-radius: 5px; background: #fff; }
.mfe-connector-faq summary { display: flex; align-items: center; gap: 16px; padding: 18px 20px; color: #292b31; font-size: 17px; cursor: pointer; list-style: none; }
.mfe-connector-faq summary::-webkit-details-marker { display: none; }
.mfe-connector-faq summary i { margin-left: auto; color: var(--mfe-blue); transition: transform .2s ease; }
.mfe-connector-faq details[open] summary i { transform: rotate(180deg); }
.mfe-connector-faq details p { margin: 0; padding: 0 20px 19px; font-size: 15px; line-height: 1.65; }
.mfe-connector-closing { padding: 72px 0; border-top: 1px solid #000; background: radial-gradient(850px 360px at 50% -20%, rgba(61, 89, 171, .3), transparent 65%), linear-gradient(#1b1d22, #131417); text-align: center; }
.mfe-connector-closing .mfe-connector-wrap { max-width: 820px; }
.mfe-connector-closing h2 { color: #fff; font-size: 38px; text-align: center; }
.mfe-connector-closing p { margin: 0 auto 15px; color: #b4b9c3; font-size: 16px; line-height: 1.68; }
.mfe-connector-closing p strong { color: #fff; }
.mfe-connector-closing .mfe-connector-actions { justify-content: center; }

@media (max-width: 860px) {
	.mfe-connector-capability-layout, .mfe-connector-session > div, .mfe-connector-governance > div { grid-template-columns: 1fr; gap: 34px; }
	.mfe-connector-object-grid, .mfe-connector-outcome-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mfe-connector-object-grid article, .mfe-connector-object-grid article:nth-child(4), .mfe-connector-outcome-grid article, .mfe-connector-outcome-grid article:nth-child(4) { grid-column: auto; }
	.mfe-connector-object-grid article:last-child, .mfe-connector-outcome-grid article:last-child { grid-column: 1 / -1; }
	.mfe-connector-report-grid { grid-template-columns: 1fr; }
	.mfe-connector-report-grid article { display: grid; grid-template-columns: 220px 1fr; }
	.mfe-connector-report-visual { grid-row: 1 / span 2; height: 100%; min-height: 170px; border-right: 1px solid #e6e8ec; border-bottom: 0; }
	.mfe-connector-report-grid p { margin-bottom: 20px; }
	.mfe-connector-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
	.mfe-connector-wrap { padding-right: 20px; padding-left: 20px; }
	.mfe-connector-hero { padding-top: 50px; padding-bottom: 48px; }
	.mfe-connector-hero h1 { font-size: 38px; }
	.mfe-connector-hero p { font-size: 16px; }
	.mfe-connector-anchor-nav { position: static; }
	.mfe-connector-anchor-nav .mfe-connector-wrap { flex-wrap: nowrap; overflow-x: auto; }
	.mfe-connector-anchor-nav a { flex: 0 0 auto; }
	.mfe-connector-section, .mfe-connector-session, .mfe-connector-audiences, .mfe-connector-governance, .mfe-connector-closing { padding-top: 52px; padding-bottom: 52px; }
	.mfe-connector-section-heading h2, .mfe-connector-capability-layout h2, .mfe-connector-session h2, .mfe-connector-audiences h2, .mfe-connector-governance h2, .mfe-connector-honesty h2, .mfe-connector-closing h2 { font-size: 30px; }
	.mfe-connector-object-grid, .mfe-connector-outcome-grid, .mfe-connector-use-grid, .mfe-connector-audiences > div, .mfe-connector-honesty, .mfe-connector-steps { grid-template-columns: 1fr; }
	.mfe-connector-object-grid article:last-child, .mfe-connector-outcome-grid article:last-child { grid-column: auto; }
	.mfe-connector-chat p { grid-template-columns: 1fr; gap: 6px; }
	.mfe-connector-report-grid article { display: block; }
	.mfe-connector-report-visual { height: 140px; min-height: 0; border-right: 0; border-bottom: 1px solid #e6e8ec; }
	.mfe-connector-actions .mfe-public-btn { width: 100%; }
}

.mfe-request-access-page {
	background: #fff;
}

.mfe-request-access-hero {
	padding: 64px 24px 58px;
	background: linear-gradient(#23252b, #131417);
}

.mfe-request-access-hero > div {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.mfe-request-access-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 6px 16px;
	border: 1px solid #3e424b;
	border-radius: 18px;
	background: #22242a;
}

.mfe-request-access-status span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8fb339;
}

.mfe-request-access-status strong {
	color: #c9cdd6;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mfe-request-access-hero h1 {
	margin-bottom: 16px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
	text-wrap: pretty;
	text-align: center;
}

.mfe-request-access-hero p {
	margin: 0;
	color: #c9cdd6;
	font-size: 17px;
	line-height: 1.65;
	text-wrap: pretty;
}

.mfe-request-access-hero a {
	color: var(--mfe-blue-light);
}

.mfe-request-access-main {
	max-width: 760px;
	margin: 0 auto;
	padding: 44px 24px 80px;
}

.mfe-request-access-card,
.mfe-request-access-success {
	overflow: hidden;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	background: #fff;
}

.mfe-request-access-card > header {
	padding: 12px 18px;
	background: linear-gradient(#3a3e46, #141518);
	color: #fff;
	font-size: 16px;
}

.mfe-request-access-card form {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 24px 22px;
}

.mfe-request-access-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.mfe-request-access-card label {
	display: block;
	margin-bottom: 4px;
	color: #363738;
	font-size: 13px;
	font-weight: 700;
}

.mfe-request-access-card input {
	width: 100%;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	color: #363738;
	font-family: 'Archivo Narrow', Arial, sans-serif;
	font-size: 14px;
}

.mfe-request-access-card input:focus {
	outline: 0;
	border-color: var(--mfe-blue);
	box-shadow: 0 0 0 2px rgba(61, 89, 171, .15);
}

.mfe-request-access-card input.err {
	border-color: #d64c3f;
	box-shadow: 0 0 0 2px rgba(214, 76, 63, .12);
}

.mfe-request-access-card .errmsg {
	min-height: 14px;
	margin-top: 4px;
	color: #d64c3f;
	font-size: 12px;
}

.mfe-request-access-helper {
	margin-top: 2px;
	color: #9ea3b0;
	font-size: 12px;
}

.mfe-request-access-form-error {
	display: none;
	padding: 10px 12px;
	border: 1px solid #e4b4af;
	border-radius: 3px;
	background: #fff3f2;
	color: #a7352b;
	font-size: 13px;
}

.mfe-request-access-form-error:not(:empty) {
	display: block;
}

.mfe-request-access-submit {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.mfe-request-access-submit button {
	min-width: 150px;
	padding: 11px 30px;
	border: 1px solid var(--mfe-blue-light);
	border-radius: 3px;
	background: var(--mfe-blue);
	color: #fff;
	cursor: pointer;
	font-family: 'Archivo Narrow', Arial, sans-serif;
	font-size: 15px;
}

.mfe-request-access-submit button i {
	display: none;
}

.mfe-request-access-submit button.is-loading span {
	display: none;
}

.mfe-request-access-submit button.is-loading i {
	display: inline-block;
}

.mfe-request-access-submit button:disabled {
	cursor: wait;
	opacity: .75;
}

.mfe-request-access-submit small {
	flex: 1 1 360px;
	color: #9ea3b0;
	font-size: 12px;
}

.mfe-request-access-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mfe-request-access-success[hidden],
.mfe-request-access-card[hidden] {
	display: none;
}

.mfe-request-access-success {
	text-align: center;
}

.mfe-request-access-success > div {
	height: 6px;
	background: linear-gradient(90deg, var(--mfe-blue), #8fb339);
}

.mfe-request-access-success > section {
	padding: 48px 30px;
}

.mfe-request-access-success > section > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
	border: 2px solid #8fb339;
	border-radius: 50%;
	background: #eef6e3;
	color: #719127;
	font-size: 24px;
}

.mfe-request-access-success h2 {
	margin-bottom: 10px;
	color: #131417;
	font-size: 26px;
	font-weight: 700;
}

.mfe-request-access-success p {
	max-width: 480px;
	margin: 0 auto 6px;
	font-size: 15px;
	line-height: 1.65;
}

.mfe-request-access-success p:last-child {
	color: #9ea3b0;
	font-size: 14px;
}

.mfe-request-access-success p:last-child span {
	color: var(--mfe-blue);
}

.mfe-request-access-notes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

.mfe-request-access-notes article {
	padding: 16px 18px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}

.mfe-request-access-notes h2 {
	margin-bottom: 4px;
	color: #131417;
	font-size: 15px;
	font-weight: 700;
}

.mfe-request-access-notes p {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
}

.mfe-public-crumbs a {
	color: #9ea3b0;
}

.mfe-public-crumbs span {
	margin: 0 6px;
}

.mfe-public-crumbs strong {
	color: #cfd2d8;
	font-weight: 400;
}

.mfe-public-kicker {
	margin-bottom: 18px;
	color: var(--mfe-blue-light);
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.mfe-public-section {
	padding: 76px 0;
	background: #fff;
	border-top: 1px solid var(--mfe-line);
}

.mfe-public-section.is-muted {
	background: var(--mfe-light-bg);
}

.mfe-public-section-heading {
	max-width: 640px;
	margin-bottom: 46px;
}

.mfe-public-section-heading.is-centered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.mfe-public-section-heading .mfe-public-kicker {
	margin-bottom: 12px;
	color: var(--mfe-blue);
}

.mfe-public-section-heading h2,
.mfe-public-cta h2 {
	margin-bottom: 0;
	color: #2a2c33;
	font-size: 44px;
	font-weight: 400;
	line-height: 1.12;
}

.mfe-public-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.mfe-public-actions.is-centered {
	justify-content: center;
}

.mfe-public-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 13px 28px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 17px;
}

.mfe-public-btn.is-primary {
	background: var(--mfe-blue);
	box-shadow: 0 4px 14px rgba(61, 89, 171, .45);
	color: #fff !important;
}

.mfe-public-btn.is-dark {
	border-color: #3e424b;
	background: transparent;
	color: #cfd2d8 !important;
}

.mfe-public-btn.is-light {
	border-color: #d7dade;
	background: #fff;
	color: var(--mfe-blue) !important;
}

.mfe-public-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.mfe-public-card {
	overflow: hidden;
	border: 1px solid var(--mfe-line);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.mfe-public-card header {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 44px;
	padding: 0 16px;
	background: linear-gradient(#141518, #1c1d22);
}

.mfe-public-card header i {
	color: var(--mfe-blue-light);
	font-size: 15px;
}

.mfe-public-card header span {
	color: #fff;
	font-size: 16px;
}

.mfe-public-card p {
	margin: 0;
	padding: 20px;
	color: #6a6f78;
	font-size: 15px;
	line-height: 1.6;
}

/* Product pages */
.mfe-product-hero {
	overflow: hidden;
	padding-bottom: 74px;
	background: radial-gradient(1100px 500px at 72% -10%, rgba(61, 89, 171, .28), transparent 60%), linear-gradient(#16171b, #131417);
}

.mfe-product-hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 56px;
	align-items: center;
}

.mfe-product-hero-copy h1 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 54px;
	font-weight: 400;
	letter-spacing: -.5px;
	line-height: 1.05;
}

.mfe-product-hero-copy h1 span {
	color: var(--mfe-blue-light);
	font: inherit;
	letter-spacing: inherit;
}

.mfe-product-hero-copy > p {
	max-width: 530px;
	margin-bottom: 32px;
	color: var(--mfe-muted);
	font-size: 19px;
	line-height: 1.55;
}

.mfe-product-preview {
	overflow: hidden;
	border: 1px solid var(--mfe-border-dark);
	border-radius: 12px;
	background: var(--mfe-panel);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .55);
}

.mfe-product-browser-bar {
	display: flex;
	align-items: center;
	gap: 7px;
	height: 34px;
	padding: 0 14px;
	border-bottom: 1px solid #000;
	background: linear-gradient(#22242a, #1a1b20);
}

.mfe-product-browser-bar > span {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #3e424b;
}

.mfe-product-browser-bar small {
	margin-left: auto;
	color: #6f7480;
	font-size: 11px;
}

.mfe-product-preview-body {
	padding: 16px;
	background: #eef0f2;
}

.mfe-product-preview-widget {
	overflow: hidden;
	margin-bottom: 12px;
	border: 1px solid #dcdee2;
	border-radius: 8px;
	background: #fff;
}

.mfe-product-preview-widget > header {
	display: flex;
	align-items: center;
	gap: 9px;
	height: 34px;
	padding: 0 13px;
	border-top: 1px solid #6a7080;
	background: linear-gradient(#141518, #1c1d22);
	color: #fff;
	font-size: 13.5px;
}

.mfe-product-preview-widget > header i {
	color: var(--mfe-blue-light);
	font-size: 13px;
}

.mfe-product-preview-widget > div {
	padding: 6px 0;
}

.mfe-product-preview-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 13px;
	border-bottom: 1px solid #f0f1f3;
}

.mfe-product-preview-row:last-child {
	border-bottom: 0;
}

.mfe-product-preview-row > i {
	width: 16px;
	color: var(--mfe-blue);
	font-size: 13px;
	text-align: center;
}

.mfe-product-preview-row > span {
	flex: 1;
	color: #2a2c33;
	font-size: 13px;
}

.mfe-product-preview-row > strong {
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 11.5px;
	font-weight: 400;
}

.mfe-product-preview-row > strong.is-good {
	background: #e7f3ec;
	color: var(--mfe-green);
}

.mfe-product-preview-row > strong.is-warn {
	background: #fbf1e2;
	color: var(--mfe-amber);
}

.mfe-product-preview-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.mfe-product-preview-stat {
	padding: 11px 12px;
	border: 1px solid #dcdee2;
	border-radius: 8px;
	background: #fff;
}

.mfe-product-preview-stat strong,
.mfe-product-preview-stat span {
	display: block;
}

.mfe-product-preview-stat strong {
	color: #2a2c33;
	font-size: 20px;
	font-weight: 600;
}

.mfe-product-preview-stat span {
	margin-top: 2px;
	color: #8a8f98;
	font-size: 11px;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.mfe-product-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.mfe-product-step {
	padding: 24px 20px;
	border: 1px solid var(--mfe-line);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.mfe-product-step > div {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 14px;
}

.mfe-product-step > div > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: rgba(61, 89, 171, .1);
	color: var(--mfe-blue);
}

.mfe-product-step > div > strong {
	color: #c2c6cd;
	font-size: 26px;
	font-weight: 700;
}

.mfe-product-step h3 {
	margin-bottom: 8px;
	color: #2a2c33;
	font-size: 20px;
	font-weight: 400;
}

.mfe-product-step p {
	margin-bottom: 0;
	color: #6a6f78;
	font-size: 14.5px;
	line-height: 1.55;
}

.mfe-public-cta {
	padding: 70px 0;
	text-align: center;
}

.mfe-public-cta p {
	max-width: 600px;
	margin: 14px auto 30px;
	color: #6a6f78;
	font-size: 18px;
	line-height: 1.55;
}

.mfe-product-more {
	background: var(--mfe-bg);
	border-top: 1px solid #000;
}

.mfe-product-more > .mfe-public-container {
	padding-top: 54px;
	padding-bottom: 54px;
}

.mfe-product-more-label {
	margin-bottom: 18px;
	color: var(--mfe-muted);
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.mfe-product-more-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.mfe-product-more-card {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 16px 18px;
	border: 1px solid var(--mfe-border-dark);
	border-radius: 10px;
	background: var(--mfe-panel);
}

.mfe-product-more-card > i:first-child {
	color: var(--mfe-blue-light);
	font-size: 17px;
}

.mfe-product-more-card > i:last-child {
	color: #4c515c;
	font-size: 13px;
}

.mfe-product-more-card > span {
	flex: 1;
}

.mfe-product-more-card strong,
.mfe-product-more-card small {
	display: block;
}

/* Shared product-page mockup */
.mfe-product-page[data-product] {
	background: #fff;
	color: #5a5a5a;
	font-size: 15px;
	line-height: 1.6;

}

.mfe-product-page[data-product] .mfe-public-container {
	max-width: 1100px;
	padding-right: 24px;
	padding-left: 24px;
}

.mfe-product-page[data-product] .mfe-product-header .mfe-public-container {
	max-width: 1240px;
	padding-right: 32px;
	padding-left: 32px;
}

.mfe-product-page[data-product] .mfe-product-header .mfe-public-crumbs {
	display: block;
	gap: 0;
	margin-bottom: 14px;
	padding-top: 32px;
	font-size: 13.5px;
}

.mfe-product-page[data-product] .mfe-product-header .mfe-public-crumbs span {
	margin: 0 6px;
}

.mfe-product-page[data-product] .mfe-product-hero {
	padding: 54px 0 58px;
	background: linear-gradient(#23252b, #131417);
}

.mfe-product-page[data-product] .mfe-public-crumbs {
	display: flex;
	gap: 8px;
	margin-bottom: 26px;
	padding-top: 0;
	font-size: 12px;
}

.mfe-product-page[data-product] .mfe-public-crumbs span {
	margin: 0;
}

.mfe-product-page[data-product] .mfe-public-kicker {
	margin-bottom: 14px;
	font-size: 13px;
	letter-spacing: 3px;
}

.mfe-product-page[data-product] .mfe-product-hero-grid {
	grid-template-columns: 1.15fr .85fr;
	gap: 44px;
}

.mfe-product-page[data-product] .mfe-product-hero-copy h1 {
	margin-bottom: 18px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.15;
}

.mfe-product-page[data-product] .mfe-product-hero-copy > p {
	max-width: 560px;
	margin: 0 0 24px;
	color: #c9cdd6;
	font-size: 16px;
	line-height: 1.6;
}

.mfe-product-page[data-product] .mfe-public-actions {
	gap: 12px;
}

.mfe-product-page[data-product] .mfe-public-btn {
	min-height: 0;
	padding: 11px 24px;
	border-radius: 3px;
	box-shadow: none;
	font-size: 15px;
}

.mfe-product-page[data-product] .mfe-public-btn.is-primary {
	border-color: #6897e6;
}

.mfe-product-page[data-product] .mfe-public-btn.is-dark {
	border-color: #6a7080;
	background: #3e424b;
	color: #fff !important;
}

.mfe-product-page[data-product] .mfe-product-preview {
	border-color: #d5d5d5;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(0, 0, 0, .4);
}

.mfe-product-page[data-product] .mfe-product-browser-bar {
	height: auto;
	padding: 8px 12px;
	border-bottom-color: #d5d5d5;
	background: #e8e8ec;
}

.mfe-product-page[data-product] .mfe-product-browser-bar > span {
	width: 10px;
	height: 10px;
	background: #c8c8cf;
}

.mfe-product-page[data-product] .mfe-product-browser-bar > span:first-child { background: #e57373; }
.mfe-product-page[data-product] .mfe-product-browser-bar > span:nth-child(2) { background: #f0c36b; }
.mfe-product-page[data-product] .mfe-product-browser-bar > span:nth-child(3) { background: #8fb339; }

.mfe-product-page[data-product] .mfe-product-browser-bar small {
	margin-left: 8px;
	color: #9ea3b0;
}

.mfe-product-page[data-product] .mfe-product-preview-body {
	padding: 16px;
	background: #fff;
}

.mfe-product-page[data-product] .mfe-product-preview-widget {
	margin-bottom: 0;
	border-color: #e0e0e0;
	border-radius: 4px;
}

.mfe-product-page[data-product] .mfe-product-preview-widget > header {
	height: auto;
	padding: 9px 14px;
	border-top: 0;
	background: linear-gradient(#3a3e46, #141518);
	font-size: 14px;
}

.mfe-product-page[data-product] .mfe-product-preview-widget > div {
	padding: 0;
}

.mfe-product-page[data-product] .mfe-product-preview-row {
	padding: 10px 14px;
}

.mfe-product-page[data-product] .mfe-product-preview-row > span {
	font-size: 14px;
}

.mfe-product-page[data-product] .mfe-product-preview-row > strong {
	padding: 0;
	border-radius: 0;
	background: transparent;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mfe-product-page[data-product] .mfe-product-preview-row > strong.is-good {
	background: transparent;
	color: #8fb339;
}

.mfe-product-page[data-product] .mfe-product-preview-stats {
	margin-top: 14px;
}

.mfe-product-page[data-product] .mfe-product-preview-stat {
	padding: 10px;
	border-color: #e0e0e0;
	border-radius: 4px;
	text-align: center;
}

.mfe-product-page[data-product] .mfe-product-preview-stat strong {
	font-size: 22px;
	font-weight: 700;
}

.mfe-product-page[data-product] .mfe-product-preview-stat span {
	margin-top: 0;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: none;
}

.mfe-product-page[data-product] .mfe-public-section {
	padding: 54px 0;
}

.mfe-product-page[data-product] .mfe-public-section-heading {
	max-width: 760px;
	margin-bottom: 26px;
}

.mfe-product-page[data-product] .mfe-public-section-heading .mfe-public-kicker {
	margin-bottom: 14px;
}

.mfe-product-page[data-product] .mfe-public-section-heading h2,
.mfe-product-page[data-product] .mfe-public-cta h2 {
	color: #363738;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;	
}

.mfe-public-container .mfe-public-section-heading h2{text-align:left !important;}
.mfe-public-container .mfe-public-section-heading.is-centered h2{text-align:center !important;}


.mfe-product-page[data-product] .mfe-public-card-grid {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 16px;
}

.mfe-product-page[data-product] .mfe-public-card {
	padding: 18px 20px;
	border-color: #d5d5d5;
	border-radius: 4px;
	box-shadow: none;
}

.mfe-product-page[data-product] .mfe-public-card header {
	height: auto;
	margin-bottom: 8px;
	padding: 0;
	background: none;
}

.mfe-product-page[data-product] .mfe-public-card header i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 4px;
	background: #eef1f8;
	color: #3d59ab;
}

.mfe-product-page[data-product] .mfe-public-card header span {
	color: #131417;
	font-size: 16px;
	font-weight: 700;
}

.mfe-product-page[data-product] .mfe-public-card p {
	padding: 0;
	color: #5a5a5a;
	font-size: 14px;
}

.mfe-product-page[data-product] .mfe-product-steps {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

.mfe-product-page[data-product] .mfe-product-step {
	padding: 20px 22px;
	border-color: #d5d5d5;
	border-radius: 4px;
	box-shadow: none;
}

.mfe-product-page[data-product] .mfe-product-step > div {
	justify-content: space-between;
	margin-bottom: 12px;
}

.mfe-product-page[data-product] .mfe-product-step > div > span {
	width: 38px;
	height: 38px;
	border-radius: 4px;
	background: #3d59ab;
	color: #fff;
}

.mfe-product-page[data-product] .mfe-product-step > div > strong {
	color: #e0e3ea;
}

.mfe-product-page[data-product] .mfe-product-step h3 {
	margin-bottom: 6px;
	color: #131417;
	font-size: 18px;
	font-weight: 700;
}

.mfe-product-page[data-product] .mfe-product-step p {
	color: #5a5a5a;
	font-size: 14px;
	line-height: 1.6;
}

.mfe-product-page[data-product] .mfe-dv-gallery .mfe-public-card {
	padding: 0;
}

.mfe-product-page[data-product] .mfe-dv-gallery .mfe-public-card header {
	margin-bottom: 0;
	padding: 12px 16px 0;
}

.mfe-product-page[data-product] .mfe-dv-gallery .mfe-public-card p {
	padding: 10px 16px 14px;
}

.mfe-product-page[data-product] .mfe-public-cta {
	padding: 54px 0;
}

.mfe-product-page[data-product] .mfe-public-cta p {
	max-width: 640px;
	margin: 10px auto 22px;
	font-size: 15px;
}

.mfe-product-page[data-product] .mfe-product-more {
	padding: 40px 0;
	border-top: 1px solid #e8e8e8;
	background: #fff;
}

.mfe-product-page[data-product] .mfe-product-more > .mfe-public-container {
	padding-top: 0;
	padding-bottom: 0;
}

.mfe-product-page[data-product] .mfe-product-more-label {
	margin-bottom: 12px;
	font-size: 12px;
	letter-spacing: 2px;
}

.mfe-product-page[data-product] .mfe-product-more-card {
	max-width: 420px;
	padding: 16px 18px;
	border-color: #d5d5d5;
	border-radius: 4px;
	background: #fff;
	color: #363738;
}

.mfe-product-page[data-product] .mfe-product-more-card > i:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 4px;
	background: #eef1f8;
	color: #3d59ab;
}

@media (max-width: 900px) {
	.mfe-product-page[data-product] .mfe-product-hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.mfe-product-page[data-product] .mfe-public-container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.mfe-product-page[data-product] .mfe-product-hero-copy h1 {
		font-size: 36px;
	}
}

/* Home */
.mfe-home-hero {
	padding: 80px 0 70px;
	background: radial-gradient(1100px 500px at 72% -10%, rgba(61, 89, 171, .28), transparent 60%), linear-gradient(#16171b, #131417);
	text-align: center;
}

.mfe-home-hero h1 {
	max-width: 820px;
	margin: 0 auto 22px;
	color: #fff;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: -.5px;
	line-height: 1.05;
	text-align: center;
}

.mfe-home-hero h1 span {
	color: var(--mfe-blue-light);
	font: inherit;
	letter-spacing: inherit;
}

.mfe-home-hero > .mfe-public-container > p {
	max-width: 640px;
	margin: 0 auto 34px;
	color: var(--mfe-muted);
	font-size: 20px;
	line-height: 1.55;
}

.mfe-home-hero-stats {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin-top: 44px;
}

.mfe-home-hero-stats strong,
.mfe-home-hero-stats span {
	display: block;
}

.mfe-home-hero-stats strong {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}

.mfe-home-hero-stats span {
	margin-top: 2px;
	color: #6f7480;
	font-size: 13px;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.mfe-public-home .mfe-public-section-heading > p {
	margin: 16px 0 0;
	color: #6a6f78;
	font-size: 18px;
	line-height: 1.55;
}

.mfe-public-home-products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.mfe-home-product-card {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid var(--mfe-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.mfe-home-product-card > header {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 44px;
	padding: 0 18px;
	border-top: 1px solid #6a7080;
	background: linear-gradient(#141518, #1c1d22);
}

.mfe-home-product-card > header i {
	color: var(--mfe-blue-light);
	font-size: 15px;
}

.mfe-home-product-card > header span {
	color: #fff;
	font-size: 16px;
}

.mfe-home-product-card > header small {
	margin-left: auto;
	color: var(--mfe-muted);
	font-size: 12.5px;
}

.mfe-home-product-card > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px;
}

.mfe-home-product-card p {
	flex: 1;
	margin-bottom: 16px;
	color: #6a6f78;
	font-size: 15.5px;
	line-height: 1.6;
}

.mfe-home-product-card > div > div {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.mfe-home-product-card > div > div span {
	padding: 4px 10px;
	border-radius: 5px;
	background: rgba(61, 89, 171, .08);
	color: var(--mfe-blue);
	font-size: 12.5px;
}

.mfe-home-product-card > div > strong {
	color: var(--mfe-blue);
	font-size: 15px;
	font-weight: 600;
}

.mfe-public-home-admin {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.mfe-public-home-admin h2 {
	margin-bottom: 18px;
	color: #2a2c33;
	font-size: 40px;
	font-weight: 400;
}

.mfe-public-home-admin > div > p {
	margin-bottom: 24px;
	color: #6a6f78;
	font-size: 17px;
	line-height: 1.6;
}

.mfe-home-checks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mfe-home-checks li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
	color: #4a4f57;
	font-size: 16px;
	line-height: 1.5;
}

.mfe-home-checks i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	border-radius: 50%;
	background: rgba(61, 89, 171, .12);
	color: var(--mfe-blue);
	font-size: 11px;
}

.mfe-home-team-widget {
	overflow: hidden;
	border: 1px solid #dcdee2;
	border-radius: 10px;
	box-shadow: 0 14px 40px rgba(0, 0, 0, .1);
}

.mfe-home-team-widget > header {
	display: flex;
	align-items: center;
	height: 39px;
	padding: 0 16px;
	border-top: 1px solid #6a7080;
	background: linear-gradient(#141518, #1c1d22);
}

.mfe-home-team-widget > header span {
	color: #fff;
	font-size: 17px;
}

.mfe-home-team-widget > header small {
	margin-left: auto;
	color: var(--mfe-muted);
	font-size: 12.5px;
}

.mfe-home-team-table-wrap {
	overflow-x: auto;
}

.mfe-home-team-widget table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	background: #fff;
}

.mfe-home-team-widget th {
	padding: 9px 14px;
	background: linear-gradient(#141518, #1c1d22);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

.mfe-home-team-widget th:last-child,
.mfe-home-team-widget td:last-child {
	text-align: right;
}

.mfe-home-team-widget td {
	padding: 10px 14px;
	border-bottom: 1px solid #eef0f2;
	color: var(--mfe-text);
	font-size: 13.5px;
}

.mfe-home-team-widget td:first-child {
	color: #2a2c33;
	font-size: 14px;
}

.mfe-home-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-right: 9px;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
}

.mfe-home-avatar.is-blue { background: #3d59ab; }
.mfe-home-avatar.is-rose { background: #a1476b; }
.mfe-home-avatar.is-green { background: #2f8f6b; }
.mfe-home-avatar.is-amber { background: #a3742c; }

.mfe-home-status {
	display: inline-block;
	padding: 3px 9px;
	border-radius: 4px;
	font-size: 12px;
}

.mfe-home-status.is-active { background: #e7f3ec; color: var(--mfe-green); }
.mfe-home-status.is-invited { background: #fbf1e2; color: var(--mfe-amber); }

.mfe-home-band {
	padding: 56px 0;
	border-top: 1px solid #000;
	background: linear-gradient(#16171b, #131417);
}

.mfe-home-band .mfe-public-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	text-align: center;
}

.mfe-home-band strong,
.mfe-home-band span {
	display: block;
}

.mfe-home-band strong {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
}

.mfe-home-band span {
	margin-top: 4px;
	color: #6f7480;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mfe-home-footer {
	position: static !important;
	left: auto !important;
	bottom: auto !important;
	clear: both;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #000;
	background: var(--mfe-bg);
}

body > footer:not(.mfe-home-footer),
.wrap > footer:not(.mfe-home-footer) {
	display: none;
}

.mfe-home-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr 1fr;
	gap: 36px;
	padding-top: 56px;
	padding-bottom: 28px;
}

.mfe-home-footer-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

.mfe-home-footer-brand img { width: 32px; height: 32px; object-fit: contain; }
.mfe-home-footer-brand strong { color: #d7dae0; font-size: 20px; font-weight: 500; letter-spacing: .2px; }

.mfe-home-footer-grid p {
	max-width: 280px;
	color: #8a8f98;
	font-size: 14px;
	line-height: 1.6;
}

.mfe-home-footer-grid p a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mfe-home-footer-grid > div > strong {
	display: block;
	margin-bottom: 14px;
	color: var(--mfe-muted);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.mfe-home-footer-grid > div > a {
	display: block;
	color: #7d828c;
	font-size: 14.5px;
	line-height: 2;
}

.mfe-home-footer-rule {
	border-top: 1px solid #22242a;
}

.mfe-home-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 18px;
	padding-bottom: 18px;
	color: #8a8f98;
	font-size: 13.5px;
}

.mfe-home-footer-bottom a { color: var(--mfe-muted); }
.mfe-home-footer-bottom > div { display: flex; gap: 18px; }
.mfe-home-footer-bottom > div a { color: #8a8f98; font-size: 16px; }

/* Shared public navigation and footer, aligned with the standalone page system. */
.mfe-public-nav-product-menu { width: 340px; }
.mfe-public-nav-resources > .mfe-public-nav-dropdown-menu { right: -16px; left: auto; width: 230px; }

.mfe-public-nav-product-menu a {
	position: relative;
	padding: 13px 14px;
}

.mfe-public-nav-product-menu strong,
.mfe-public-nav-who-menu strong {
	display: inline-block;
	margin-right: 8px;
	color: #282a30;
	font-size: 18px;
	font-weight: 600;
}

.mfe-public-nav-product-menu em {
	color: var(--mfe-blue);
	font-size: 10px;
	font-style: normal;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.mfe-public-nav-product-menu span,
.mfe-public-nav-who-menu span {
	display: block;
	margin-top: 3px;
	color: #5a5a5a;
	font-size: 13.5px;
}

.mfe-public-nav-who-menu {
	left: 50%;
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	width: 640px;
	padding: 10px;
	transform: translateX(-50%);
}

.mfe-public-nav-who-menu > div + div {
	padding-left: 14px;
	border-left: 1px solid #e5e5e5;
}

.mfe-public-nav-who-menu a { border: 0; border-radius: 6px; }
.mfe-public-nav-who-menu > div:first-child a { padding: 12px 10px; }
.mfe-public-nav-who-menu > div:last-child a { padding: 5px 10px; font-size: 13.5px; }
.mfe-public-nav-who-menu small { display: block; padding: 5px 10px; color: #6f7480; font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; }

.mfe-home-footer-endorsement {
	max-width: 640px;
	padding-top: 54px;
	margin: 0 0 42px;
	color: #8a8f98;
	font-size: 16px;
	line-height: 1.7;
}

.mfe-home-footer-endorsement strong,
.mfe-home-footer-endorsement strong a { color: #e6e8ec; }
.mfe-home-footer-grid { grid-template-columns: 1.35fr repeat(3, 1fr); padding: 0 0 38px; }
.mfe-back-to-top {
	position: fixed;
	right: 24px;
	/*bottom: 24px;*/
	bottom: 100px;
	z-index: 90;
	display: grid;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid #5b5f69;
	border-radius: 3px;
	background: #353840;
	box-shadow: 0 14px 28px rgba(18, 22, 34, .22);
	color: var(--mfe-blue) !important;
	font-size: 21px;
	line-height: 1;
	opacity: 0;
	pointer-events: none;
	place-items: center;
	text-decoration: none;
	transform: translateY(10px);
	transition: opacity .2s ease, transform .2s ease, background .2s ease;
}
.mfe-back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mfe-back-to-top:hover, .mfe-back-to-top:focus { background: #202228; color: #9eb6ff !important; }
.mfe-back-to-top span {color:#6897e6; display: block; transform: none; }
.mfe-home-footer-industries { display: flex; align-items: baseline; gap: 20px; padding: 20px 0; border-top: 1px solid #24262c; }
.mfe-home-footer-industries > strong { flex: 0 0 auto; color: #6f7480; font-size: 12px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; }
.mfe-home-footer-industries > div { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.mfe-home-footer-industries a { color: #8a8f98; font-size: 13.5px; }
.mfe-home-footer-bottom > div a { font-size: 13px; }

/* FAQ */
.mfe-faq-page { background: #f3f4f6; }
.mfe-faq-hero { padding: 82px 0 70px; background: radial-gradient(900px 360px at 66% -20%, rgba(61, 89, 171, .28), transparent 65%), linear-gradient(#16171b, #131417); text-align: center; }
.mfe-faq-hero .mfe-public-container { text-align: center; }
.mfe-faq-hero h1 { margin-bottom: 22px; color: #fff; font-size: 52px; font-weight: 400; line-height: 1.1; text-align: center; }
.mfe-faq-hero h1 span { color: var(--mfe-blue-light); }
.mfe-faq-hero p { max-width: 720px; margin: 0 auto; color: #9ea3b0; font-size: 18px; line-height: 1.65; }
.mfe-faq-main { max-width: 820px; padding: 66px 24px 74px; margin: 0 auto; }
.mfe-faq-group { margin-bottom: 46px; }
.mfe-faq-group h2 { margin-bottom: 20px; color: #30323a; font-size: 30px; font-weight: 500; }
.mfe-faq-group details { margin-bottom: 12px; overflow: hidden; border: 1px solid #e0e2e6; border-radius: 10px; background: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, .04); }
.mfe-faq-group summary { display: flex; align-items: center; gap: 14px; padding: 19px 22px; color: #2a2c33; font-size: 18px; cursor: pointer; list-style: none; }
.mfe-faq-group summary::-webkit-details-marker { display: none; }
.mfe-faq-group summary i { margin-left: auto; color: var(--mfe-blue); transition: transform .2s ease; }
.mfe-faq-group details[open] summary i { transform: rotate(180deg); }
.mfe-faq-group details p { padding: 0 22px 20px; margin: 0; color: #5a6068; font-size: 16px; line-height: 1.7; }
.mfe-faq-contact { padding: 38px 30px; border: 1px solid #dfe2e7; border-radius: 10px; background: #fff; text-align: center; }
.mfe-faq-contact h2 { color: #30323a; font-size: 30px; font-weight: 500; }
.mfe-faq-contact p { color: #5a6068; font-size: 16px; }
.mfe-faq-cta, .mfe-agencies-cta { padding: 78px 0; background: radial-gradient(800px 300px at 50% -25%, rgba(61, 89, 171, .3), transparent 65%), linear-gradient(#16171b, #131417); text-align: center; }
.mfe-faq-cta h2, .mfe-agencies-cta h2 { margin-bottom: 14px; color: #fff; font-size: 44px; font-weight: 400; text-align: center; }
.mfe-faq-cta p, .mfe-agencies-cta p { max-width: 650px; margin: 0 auto 28px; color: #9ea3b0; font-size: 18px; line-height: 1.6; }

/* Marketing teams */
.mfe-marketing-teams-page { background: #fff; }
.mfe-marketing-teams-page article { top: auto !important; left: auto; right: auto; bottom: auto; margin: 0; color: inherit; text-align: left; }
.mfe-marketing-teams-hero { padding: 88px 0 76px; background: radial-gradient(1100px 500px at 72% -10%, rgba(61, 89, 171, .28), transparent 60%), linear-gradient(#16171b, #131417); text-align: center; }
.mfe-marketing-teams-hero h1 { max-width: 860px; margin: 18px auto 24px; color: #fff; font-size: 56px; font-weight: 400; letter-spacing: -.5px; line-height: 1.1; text-align: center; }
.mfe-marketing-teams-hero h1 span { color: var(--mfe-blue-light); }
.mfe-marketing-teams-hero p { max-width: 740px; margin: 0 auto 34px; color: #9ea3b0; font-size: 19px; line-height: 1.65; }
.mfe-marketing-teams-gap { border-top: 1px solid #000; background: #f3f4f6; }
.mfe-marketing-teams-gap > div { max-width: 900px; padding-top: 80px; padding-bottom: 80px; }
.mfe-marketing-teams-gap h2, .mfe-marketing-teams-week h2, .mfe-marketing-teams-safety h2 { margin: 0; color: #2a2c33; font-size: 42px; font-weight: 400; line-height: 1.15; }
.mfe-marketing-teams-gap h2 { margin-bottom: 26px; font-size: 44px; text-align: center; }
.mfe-marketing-teams-gap p { margin: 0 0 18px; color: #5a6068; font-size: 17px; line-height: 1.7; }
.mfe-marketing-teams-gap p:last-child { margin-bottom: 0; }
.mfe-marketing-teams-week { padding: 80px 0; border-top: 1px solid #e4e6ea; background: #fff; }
.mfe-marketing-teams-week h2 { margin-bottom: 18px; text-align: center; }
.mfe-marketing-teams-section-intro { max-width: 780px; margin: 0 auto 42px; color: #5a6068; font-size: 17px; line-height: 1.7; text-align: center; }
.mfe-marketing-teams-week-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.mfe-marketing-teams-week article { overflow: hidden; border: 1px solid #e4e6ea; border-radius: 12px; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .06); }
.mfe-marketing-teams-week article.is-after { border-color: #c9d4ec; }
.mfe-marketing-teams-week header { display: flex; align-items: center; gap: 10px; height: 44px; padding: 0 18px; background: linear-gradient(#141518, #1c1d22); }
.mfe-marketing-teams-week .is-after header { background: linear-gradient(#2c3f75, #3d59ab); }
.mfe-marketing-teams-week header i { color: #9ea3b0; font-size: 15px; }
.mfe-marketing-teams-week .is-after header i, .mfe-marketing-teams-week header span { color: #fff; }
.mfe-marketing-teams-week header span { font-size: 16px; }
.mfe-marketing-teams-week-copy { padding: 24px; }
.mfe-marketing-teams-week-copy p { margin: 0 0 16px; color: #5a6068; font-size: 16.5px; line-height: 1.7; }
.mfe-marketing-teams-week-copy p:last-child { margin-bottom: 0; }
.mfe-marketing-teams-reporting { border-top: 1px solid #000; background: linear-gradient(#16171b, #131417); }
.mfe-marketing-teams-reporting > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; padding-top: 76px; padding-bottom: 76px; }
.mfe-marketing-teams-reporting h2 { margin: 0 0 18px; color: #fff; font-size: 40px; font-weight: 400; line-height: 1.15; }
.mfe-marketing-teams-reporting p { margin: 0 0 18px; color: #9ea3b0; font-size: 17px; line-height: 1.7; }
.mfe-marketing-teams-reporting p:last-child { margin-bottom: 0; }
.mfe-marketing-teams-report-window { overflow: hidden; border: 1px solid #2d2f36; border-radius: 10px; background: #1b1c21; box-shadow: 0 14px 40px rgba(0, 0, 0, .35); }
.mfe-marketing-teams-report-window > header { display: flex; align-items: center; justify-content: space-between; height: 39px; padding: 0 16px; border-bottom: 1px solid #000; background: linear-gradient(#141518, #1c1d22); }
.mfe-marketing-teams-report-window > header span { color: #fff; font-size: 16px; }
.mfe-marketing-teams-report-window > header small { color: #9ea3b0; font-size: 12.5px; }
.mfe-marketing-teams-report-window > div { display: grid; grid-template-columns: 20px 1fr auto; gap: 14px; align-items: center; padding: 14px 16px; border-bottom: 1px solid #24262c; }
.mfe-marketing-teams-report-window > div:last-child { border-bottom: 0; }
.mfe-marketing-teams-report-window > div > i { color: var(--mfe-blue-light); font-size: 16px; text-align: center; }
.mfe-marketing-teams-report-window strong, .mfe-marketing-teams-report-window small { display: block; }
.mfe-marketing-teams-report-window strong { color: #e6e8ec; font-size: 15px; font-weight: 400; }
.mfe-marketing-teams-report-window small { color: #aeb3bd; font-size: 13px; }
.mfe-marketing-teams-report-window em { padding: 3px 9px; border-radius: 4px; background: rgba(47, 143, 107, .16); color: #5fbf95; font-size: 12px; font-style: normal; }
.mfe-marketing-teams-safety { padding: 70px 0; border-top: 1px solid #000; background: #f3f4f6; text-align: center; }
.mfe-marketing-teams-safety h2 { text-align: center; }
.mfe-marketing-teams-safety > div > p { max-width: 760px; margin: 16px auto 40px; color: #5a6068; font-size: 17px; line-height: 1.7; }
.mfe-marketing-teams-permissions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; max-width: 920px; margin: 0 auto; }
.mfe-marketing-teams-permissions article { padding: 22px; border: 1px solid #e4e6ea; border-radius: 11px; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .06); text-align: center; }
.mfe-marketing-teams-permissions i { display: block; margin-bottom: 12px; color: var(--mfe-blue); font-size: 22px; }
.mfe-marketing-teams-permissions h3 { margin: 0 0 6px; color: #2a2c33; font-size: 18px; font-weight: 400; text-align: center; }
.mfe-marketing-teams-permissions p { margin: 0; color: #6a6f78; font-size: 14.5px; line-height: 1.55; }
.mfe-marketing-teams-capabilities, .mfe-marketing-teams-use-cases, .mfe-marketing-teams-leadership, .mfe-marketing-teams-rollout, .mfe-marketing-teams-faq { padding: 78px 0; border-top: 1px solid #e4e6ea; }
.mfe-marketing-teams-capabilities, .mfe-marketing-teams-rollout { background: #f3f4f6; }
.mfe-marketing-teams-use-cases, .mfe-marketing-teams-leadership, .mfe-marketing-teams-faq { background: #fff; }
.mfe-marketing-teams-section-heading { max-width: 800px; margin: 0 auto 38px; text-align: center; }
.mfe-marketing-teams-section-heading .mfe-public-kicker { color: #304b98; }
.mfe-marketing-teams-section-heading h2 { margin: 0 0 16px; color: #2a2c33; font-size: 40px; font-weight: 400; line-height: 1.15; text-align: center; }
.mfe-marketing-teams-section-heading > p { margin: 0; color: #5a6068; font-size: 17px; line-height: 1.7; }
.mfe-marketing-teams-capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.mfe-marketing-teams-capability-grid article { padding: 27px; border: 1px solid #dfe2e7; border-radius: 11px; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .05); }
.mfe-marketing-teams-capability-grid i { display: grid; width: 38px; height: 38px; margin-bottom: 16px; border-radius: 6px; background: #eef1f8; color: var(--mfe-blue); font-size: 17px; place-items: center; }
.mfe-marketing-teams-capability-grid h3 { margin: 0 0 10px; color: #2a2c33; font-size: 21px; font-weight: 400; }
.mfe-marketing-teams-capability-grid p { margin: 0; color: #5a6068; font-size: 15.5px; line-height: 1.68; }
.mfe-marketing-teams-capability-grid p a, .mfe-marketing-teams-reporting p a, .mfe-marketing-teams-rollout p a { text-decoration: underline; text-underline-offset: 3px; }
.mfe-marketing-teams-use-case-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.mfe-marketing-teams-use-case-grid article { padding: 23px; border: 1px solid #dfe2e7; border-radius: 10px; background: #fff; }
.mfe-marketing-teams-use-case-grid article > span { display: block; margin-bottom: 12px; color: var(--mfe-blue); font-size: 12px; letter-spacing: 2px; }
.mfe-marketing-teams-use-case-grid h3 { margin: 0 0 9px; color: #2a2c33; font-size: 19px; font-weight: 400; }
.mfe-marketing-teams-use-case-grid p { margin: 0; color: #5a6068; font-size: 14.5px; line-height: 1.65; }
.mfe-marketing-teams-leadership-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; align-items: start; }
.mfe-marketing-teams-leadership-grid > div p { margin: 0 0 18px; color: #5a6068; font-size: 17px; line-height: 1.7; }
.mfe-marketing-teams-leadership-grid > div p:last-child { margin-bottom: 0; }
.mfe-marketing-teams-leadership-grid aside { padding: 25px; border: 1px solid #dfe2e7; border-radius: 11px; background: #f7f8fa; }
.mfe-marketing-teams-leadership-grid aside strong { display: block; margin: 0 0 8px; color: #2a2c33; font-size: 16px; }
.mfe-marketing-teams-leadership-grid aside ul { margin: 0 0 20px; padding-left: 19px; color: #5a6068; font-size: 15px; line-height: 1.65; }
.mfe-marketing-teams-leadership-grid aside ul:last-child { margin-bottom: 0; }
.mfe-marketing-teams-rollout-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: marketing-rollout; }
.mfe-marketing-teams-rollout-steps li { position: relative; padding: 56px 20px 22px; border: 1px solid #dfe2e7; border-radius: 10px; background: #fff; counter-increment: marketing-rollout; }
.mfe-marketing-teams-rollout-steps li::before { position: absolute; top: 18px; left: 20px; display: grid; width: 27px; height: 27px; border-radius: 50%; background: var(--mfe-blue); color: #fff; content: counter(marketing-rollout); font-size: 12px; place-items: center; }
.mfe-marketing-teams-rollout-steps strong, .mfe-marketing-teams-rollout-steps span { display: block; }
.mfe-marketing-teams-rollout-steps strong { margin-bottom: 8px; color: #2a2c33; font-size: 17px; }
.mfe-marketing-teams-rollout-steps span { color: #5a6068; font-size: 14px; line-height: 1.6; }
.mfe-marketing-teams-rollout-note { max-width: 780px; margin: 20px auto 0; color: #5a6068; font-size: 15.5px; line-height: 1.7; text-align: center; }
.mfe-marketing-teams-faq-list { max-width: 840px; margin: 0 auto; }
.mfe-marketing-teams-faq-list details { margin-bottom: 11px; overflow: hidden; border: 1px solid #dfe2e7; border-radius: 8px; background: #fff; }
.mfe-marketing-teams-faq-list summary { display: flex; align-items: center; gap: 16px; padding: 19px 21px; color: #2a2c33; font-size: 18px; cursor: pointer; list-style: none; }
.mfe-marketing-teams-faq-list summary::-webkit-details-marker { display: none; }
.mfe-marketing-teams-faq-list summary i { margin-left: auto; color: var(--mfe-blue); transition: transform .2s ease; }
.mfe-marketing-teams-faq-list details[open] summary i { transform: rotate(180deg); }
.mfe-marketing-teams-faq-list details p { margin: 0; padding: 0 21px 20px; color: #5a6068; font-size: 15.5px; line-height: 1.68; }
.mfe-marketing-teams-cta { padding: 84px 0; border-top: 1px solid #000; background: radial-gradient(900px 400px at 50% -20%, rgba(61, 89, 171, .3), transparent 60%), linear-gradient(#16171b, #131417); text-align: center; }
.mfe-marketing-teams-cta h2 { margin: 0 0 16px; color: #fff; font-size: 46px; font-weight: 400; text-align: center; }
.mfe-marketing-teams-cta p { max-width: 620px; margin: 0 auto 34px; color: #9ea3b0; font-size: 19px; line-height: 1.6; }

/* Contact */
.mfe-contact-page { background: #f3f4f6; }
.mfe-contact-hero { padding: 70px 0 62px; background: radial-gradient(900px 360px at 72% -20%, rgba(61, 89, 171, .28), transparent 65%), linear-gradient(#16171b, #131417); text-align: center; }
.mfe-contact-hero h1 { max-width: 780px; margin: 10px auto 18px; color: #fff; font-size: 50px; font-weight: 500; line-height: 1.12; text-align: center; }
.mfe-contact-hero p { max-width: 690px; margin: 0 auto; color: #a7acb7; font-size: 18px; line-height: 1.65; }
.mfe-contact-main { padding: 70px 24px 84px; }
.mfe-contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; max-width: 1050px; margin: 0 auto; }
.mfe-contact-intro h2 { color: #2a2c33; font-size: 36px; font-weight: 500; }
.mfe-contact-intro > p { margin-bottom: 32px; color: #5a6068; font-size: 16px; line-height: 1.7; }
.mfe-contact-intro > div { display: flex; gap: 15px; padding: 18px 0; border-top: 1px solid #dfe2e7; }
.mfe-contact-intro i { width: 25px; color: var(--mfe-blue); font-size: 20px; text-align: center; }
.mfe-contact-intro span { color: #6f7480; font-size: 14px; line-height: 1.5; }
.mfe-contact-intro span strong { display: block; color: #30323a; font-size: 16px; }
.mfe-contact-card { padding: 34px; border: 1px solid #dfe2e7; border-radius: 11px; background: #fff; box-shadow: 0 12px 35px rgba(22, 24, 30, .08); }
.mfe-contact-card form { text-align: left; }
.mfe-contact-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mfe-contact-card form > div { margin-bottom: 20px; }
.mfe-contact-card label { display: block; margin-bottom: 7px; color: #34363d; font-size: 14px; font-weight: 600; text-align: left !important; }
.mfe-contact-card input, .mfe-contact-card select, .mfe-contact-card textarea { width: 100%; padding: 11px 12px; border: 1px solid #cfd3da; border-radius: 6px; background: #fff; color: #282a30; font-family: 'Archivo Narrow', Arial, sans-serif; font-size: 16px; }
.mfe-contact-card textarea { min-height: 145px; resize: vertical; }
.mfe-contact-card input:focus, .mfe-contact-card select:focus, .mfe-contact-card textarea:focus { border-color: var(--mfe-blue); outline: 3px solid rgba(61, 89, 171, .13); }
.mfe-contact-card .is-error { border-color: #bd3f3f; }
.mfe-contact-card small { display: block; min-height: 18px; margin-top: 4px; color: #a43131; font-size: 12px; }
.mfe-contact-card button { min-width: 150px; padding: 12px 22px; border: 0; border-radius: 7px; background: var(--mfe-blue); box-shadow: 0 3px 10px rgba(61, 89, 171, .34); color: #fff; font-family: 'Archivo Narrow', Arial, sans-serif; font-size: 16px; cursor: pointer; }
.mfe-contact-card button i { display: none; margin-left: 7px; }
.mfe-contact-card button.is-loading i { display: inline-block; }
.mfe-contact-card button:disabled { cursor: wait; opacity: .72; }
.mfe-contact-card .mfe-contact-privacy { margin: 15px 0 0; color: #7d828c; font-size: 13px; line-height: 1.5; }
.mfe-contact-error { color: #a43131; font-size: 14px; }
.mfe-contact-honeypot { position: absolute !important; left: -10000px !important; }
.mfe-contact-success { padding: 65px 20px; text-align: center; }
.mfe-contact-success i { display: inline-grid; width: 52px; height: 52px; margin-bottom: 18px; border-radius: 50%; background: #e7f5ee; color: #26855f; font-size: 22px; place-items: center; }
.mfe-contact-success h2 {text-align:center; color: #2a2c33; font-size: 34px; font-weight: 500; }
.mfe-contact-success p { color: #5a6068; font-size: 16px; }

/* Agencies */
.mfe-agencies-page { background: #fff; }
.mfe-agencies-page article { top: auto !important; right: auto; bottom: auto; left: auto; margin: 0; color: inherit; text-align: left; }
.mfe-agencies-hero { padding: 86px 0 76px; background: radial-gradient(1000px 420px at 70% -15%, rgba(61, 89, 171, .29), transparent 65%), linear-gradient(#16171b, #131417); text-align: center; }
.mfe-agencies-hero h1 { max-width: 900px; margin: 18px auto 24px; color: #fff; font-size: 54px; font-weight: 400; line-height: 1.12; text-align: center; }
.mfe-agencies-hero h1 span { color: var(--mfe-blue-light); }
.mfe-agencies-hero p { max-width: 780px; margin: 0 auto 18px; color: #a7acb7; font-size: 18px; line-height: 1.65; }
.mfe-agencies-hero p:last-of-type { margin-bottom: 32px; }
.mfe-agencies-clients { padding: 80px 0; background: #f3f4f6; }
.mfe-agencies-clients > div { display: grid; grid-template-columns: 1fr 1.1fr; gap: 58px; align-items: center; }
.mfe-agencies-clients h2, .mfe-agencies-math h2 { margin: 0 0 20px; color: #2a2c33; font-size: 42px; font-weight: 400; line-height: 1.15; }
.mfe-agencies-clients p, .mfe-agencies-math p { color: #5a6068; font-size: 16px; line-height: 1.75; }
.mfe-agencies-panel { overflow: hidden; border: 1px solid #d9dce1; border-radius: 8px; background: #fff; box-shadow: 0 18px 40px rgba(30, 32, 39, .12); }
.mfe-agencies-panel header { display: flex; justify-content: space-between; padding: 12px 16px; background: #1a1b1f; color: #fff; }
.mfe-agencies-panel header small { color: #9ea3b0; }
.mfe-agencies-panel > div { display: grid; grid-template-columns: 32px 1fr auto; gap: 11px; align-items: center; padding: 11px 16px; border-bottom: 1px solid #e7e8eb; }
.mfe-agencies-panel > div:last-child { border-bottom: 0; }
.mfe-agencies-panel b { display: grid; width: 28px; height: 28px; border-radius: 5px; background: var(--mfe-blue); color: #fff; font-size: 11px; place-items: center; }
.mfe-agencies-panel > div:nth-of-type(2) b { background: #23755a; }
.mfe-agencies-panel > div:nth-of-type(3) b { background: #ae456d; }
.mfe-agencies-panel > div:nth-of-type(4) b { background: #7d5818; }
.mfe-agencies-panel span strong, .mfe-agencies-panel span small { display: block; }
.mfe-agencies-panel span strong { color: #30323a; font-size: 14px; font-weight: 500; }
.mfe-agencies-panel span small { color: #686d76; font-size: 11px; }
.mfe-agencies-panel em { padding: 3px 8px; border-radius: 3px; background: #eef1f8; color: var(--mfe-blue); font-size: 11px; font-style: normal; }
.mfe-agencies-math { padding: 72px 0; background: #fff; }
.mfe-agencies-math > div { max-width: 900px; }
.mfe-agencies-math h2 { margin-bottom: 26px; }
.mfe-agencies-math p { margin: 0 0 18px; font-size: 17px; }
.mfe-agencies-math p:last-child { margin-bottom: 0; }
.mfe-agencies-results { padding: 76px 0; background: linear-gradient(#17181c, #131417); text-align: center; }
.mfe-agencies-results h2 { margin: 0 0 16px; color: #fff; font-size: 42px; font-weight: 400; text-align: center; }
.mfe-agencies-results > div > p { max-width: 720px; margin: 0 auto 36px; color: #a7acb7; font-size: 17px; line-height: 1.65; }
.mfe-agencies-results > div > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mfe-agencies-results article { padding: 25px 22px; border: 1px solid #32343b; border-radius: 8px; background: #1d1e23; }
.mfe-agencies-results article i { color: var(--mfe-blue-light); font-size: 22px; }
.mfe-agencies-results article h3 { margin: 12px 0 7px; color: #fff; font-size: 19px; font-weight: 400; }
.mfe-agencies-results article p { margin: 0; color: #d5d8de; font-size: 15px; line-height: 1.55; text-align: center; }
.mfe-agencies-built { padding: 68px 0; background: #f3f4f6; text-align: center; }
.mfe-agencies-built .mfe-public-kicker { color: #304b98; }
.mfe-agencies-built h2 { margin: 14px 0 0; color: #2a2c33; font-size: 40px; font-weight: 400; line-height: 1.15; text-align: center; }
.mfe-agencies-built p { max-width: 760px; margin: 18px auto 0; color: #5a6068; font-size: 17px; line-height: 1.7; }
.mfe-agencies-built a { text-decoration: underline; text-underline-offset: 3px; }
.mfe-agencies-section-heading { max-width: 820px; margin: 0 auto 38px; text-align: center; }
.mfe-agencies-section-heading .mfe-public-kicker { color: #304b98; }
.mfe-agencies-section-heading h2 { margin: 0 0 16px; color: #2a2c33; font-size: 40px; font-weight: 400; line-height: 1.15; text-align: center; }
.mfe-agencies-section-heading > p { margin: 0; color: #5a6068; font-size: 17px; line-height: 1.7; }
.mfe-agencies-week, .mfe-agencies-capabilities, .mfe-agencies-governance, .mfe-agencies-rollout, .mfe-agencies-faq { padding: 78px 0; border-top: 1px solid #e4e6ea; }
.mfe-agencies-week, .mfe-agencies-governance, .mfe-agencies-faq { background: #fff; }
.mfe-agencies-capabilities, .mfe-agencies-rollout { background: #f3f4f6; }
.mfe-agencies-week-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.mfe-agencies-week-grid article { overflow: hidden; border: 1px solid #e1e3e8; border-radius: 12px; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .06); }
.mfe-agencies-week-grid article.is-after { border-color: #c9d4ec; }
.mfe-agencies-week-grid header { display: flex; align-items: center; gap: 10px; height: 44px; padding: 0 18px; background: linear-gradient(#141518, #1c1d22); }
.mfe-agencies-week-grid .is-after header { background: linear-gradient(#2c3f75, #3d59ab); }
.mfe-agencies-week-grid header i { color: #9ea3b0; font-size: 15px; }
.mfe-agencies-week-grid .is-after header i, .mfe-agencies-week-grid header span { color: #fff; }
.mfe-agencies-week-grid header span { font-size: 16px; }
.mfe-agencies-week-grid article > div { padding: 24px; }
.mfe-agencies-week-grid p { margin: 0 0 16px; color: #5a6068; font-size: 16px; line-height: 1.7; }
.mfe-agencies-week-grid p:last-child { margin-bottom: 0; }
.mfe-agencies-capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.mfe-agencies-capability-grid article { padding: 27px; border: 1px solid #dfe2e7; border-radius: 11px; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .05); }
.mfe-agencies-capability-grid i { display: grid; width: 38px; height: 38px; margin-bottom: 16px; border-radius: 6px; background: #eef1f8; color: var(--mfe-blue); font-size: 17px; place-items: center; }
.mfe-agencies-capability-grid h3 { margin: 0 0 10px; color: #2a2c33; font-size: 21px; font-weight: 400; }
.mfe-agencies-capability-grid p { margin: 0; color: #5a6068; font-size: 15.5px; line-height: 1.68; }
.mfe-agencies-capability-grid a, .mfe-agencies-reporting a, .mfe-agencies-rollout-note a { text-decoration: underline; text-underline-offset: 3px; }
.mfe-agencies-reporting { border-top: 1px solid #000; background: linear-gradient(#16171b, #131417); }
.mfe-agencies-reporting > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; padding-top: 76px; padding-bottom: 76px; }
.mfe-agencies-reporting h2 { margin: 0 0 18px; color: #fff; font-size: 40px; font-weight: 400; line-height: 1.15; }
.mfe-agencies-reporting p { margin: 0 0 18px; color: #aeb3bd; font-size: 17px; line-height: 1.7; }
.mfe-agencies-reporting p:last-child { margin-bottom: 0; }
.mfe-agencies-report-window { overflow: hidden; border: 1px solid #2d2f36; border-radius: 10px; background: #1b1c21; box-shadow: 0 14px 40px rgba(0, 0, 0, .35); }
.mfe-agencies-report-window > header { display: flex; align-items: center; justify-content: space-between; height: 39px; padding: 0 16px; border-bottom: 1px solid #000; background: linear-gradient(#141518, #1c1d22); }
.mfe-agencies-report-window > header span { color: #fff; font-size: 16px; }
.mfe-agencies-report-window > header small { color: #aeb3bd; font-size: 12.5px; }
.mfe-agencies-report-window > div { display: grid; grid-template-columns: 20px 1fr auto; gap: 14px; align-items: center; padding: 14px 16px; border-bottom: 1px solid #24262c; }
.mfe-agencies-report-window > div:last-child { border-bottom: 0; }
.mfe-agencies-report-window > div > i { color: var(--mfe-blue-light); font-size: 16px; text-align: center; }
.mfe-agencies-report-window strong, .mfe-agencies-report-window small { display: block; }
.mfe-agencies-report-window strong { color: #e6e8ec; font-size: 15px; font-weight: 400; }
.mfe-agencies-report-window small { color: #aeb3bd; font-size: 13px; }
.mfe-agencies-report-window em { padding: 3px 9px; border-radius: 4px; background: rgba(47, 143, 107, .16); color: #71c9a4; font-size: 12px; font-style: normal; }
.mfe-agencies-governance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; max-width: 920px; margin: 0 auto; }
.mfe-agencies-governance-grid article { padding: 24px; border: 1px solid #e1e3e8; border-radius: 11px; background: #f7f8fa; text-align: center; }
.mfe-agencies-governance-grid i { display: block; margin-bottom: 12px; color: var(--mfe-blue); font-size: 22px; }
.mfe-agencies-governance-grid h3 { margin: 0 0 7px; color: #2a2c33; font-size: 19px; font-weight: 400; text-align: center; }
.mfe-agencies-governance-grid p { margin: 0; color: #5a6068; font-size: 14.5px; line-height: 1.6; text-align: center; }
.mfe-agencies-governance-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; max-width: 920px; margin: 34px auto 0; }
.mfe-agencies-governance-copy p { margin: 0; color: #5a6068; font-size: 16px; line-height: 1.7; }
.mfe-agencies-rollout-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: agencies-rollout; }
.mfe-agencies-rollout-steps li { position: relative; padding: 56px 20px 22px; border: 1px solid #dfe2e7; border-radius: 10px; background: #fff; counter-increment: agencies-rollout; }
.mfe-agencies-rollout-steps li::before { position: absolute; top: 18px; left: 20px; display: grid; width: 27px; height: 27px; border-radius: 50%; background: var(--mfe-blue); color: #fff; content: counter(agencies-rollout); font-size: 12px; place-items: center; }
.mfe-agencies-rollout-steps strong, .mfe-agencies-rollout-steps span { display: block; }
.mfe-agencies-rollout-steps strong { margin-bottom: 8px; color: #2a2c33; font-size: 17px; }
.mfe-agencies-rollout-steps span { color: #5a6068; font-size: 14px; line-height: 1.6; }
.mfe-agencies-rollout-note { max-width: 780px; margin: 28px auto 0; color: #5a6068; font-size: 15.5px; line-height: 1.7; text-align: center; }
.mfe-agencies-faq-list { max-width: 840px; margin: 0 auto; }
.mfe-agencies-faq-list details { margin-bottom: 11px; overflow: hidden; border: 1px solid #dfe2e7; border-radius: 8px; background: #fff; }
.mfe-agencies-faq-list summary { display: flex; align-items: center; gap: 16px; padding: 19px 21px; color: #2a2c33; font-size: 18px; cursor: pointer; list-style: none; }
.mfe-agencies-faq-list summary::-webkit-details-marker { display: none; }
.mfe-agencies-faq-list summary i { margin-left: auto; color: var(--mfe-blue); transition: transform .2s ease; }
.mfe-agencies-faq-list details[open] summary i { transform: rotate(180deg); }
.mfe-agencies-faq-list details p { margin: 0; padding: 0 21px 20px; color: #5a6068; font-size: 15.5px; line-height: 1.68; }

@media (max-width: 960px) {
	.mfe-public-nav-who-menu { left: auto; display: block; width: 100%; transform: none; }
	.mfe-public-nav-who-menu > div + div { padding: 8px 0 0; border-top: 1px solid #30323a; border-left: 0; }
	.mfe-public-nav-product-menu, .mfe-public-nav-resources > .mfe-public-nav-dropdown-menu { width: 100%; }
	.mfe-public-nav-product-menu strong, .mfe-public-nav-who-menu strong { color: #fff; }
	.mfe-public-nav-product-menu span, .mfe-public-nav-who-menu span { color: #9ea3b0; }
	.mfe-home-footer-grid { grid-template-columns: repeat(2, 1fr); }
	.mfe-marketing-teams-gap > div, .mfe-marketing-teams-reporting > div, .mfe-marketing-teams-leadership-grid { grid-template-columns: 1fr; gap: 38px; }
	.mfe-marketing-teams-capability-grid, .mfe-marketing-teams-use-case-grid, .mfe-marketing-teams-rollout-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mfe-contact-layout, .mfe-agencies-clients > div, .mfe-agencies-reporting > div { grid-template-columns: 1fr; }
	.mfe-agencies-clients > div { gap: 38px; }
	.mfe-agencies-reporting > div { gap: 38px; }
	.mfe-agencies-rollout-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
	.mfe-home-footer-endorsement { padding-top: 42px; }
	.mfe-home-footer-grid { grid-template-columns: 1fr; }
	.mfe-home-footer-industries { align-items: flex-start; flex-direction: column; }
	.mfe-marketing-teams-hero { padding: 64px 0 58px; }
	.mfe-marketing-teams-hero h1 { font-size: 38px; }
	.mfe-marketing-teams-gap > div, .mfe-marketing-teams-reporting > div { padding-top: 58px; padding-bottom: 58px; }
	.mfe-marketing-teams-gap h2, .mfe-marketing-teams-week h2, .mfe-marketing-teams-reporting h2, .mfe-marketing-teams-safety h2, .mfe-marketing-teams-section-heading h2, .mfe-marketing-teams-cta h2 { font-size: 34px; }
	.mfe-marketing-teams-week, .mfe-marketing-teams-safety, .mfe-marketing-teams-capabilities, .mfe-marketing-teams-use-cases, .mfe-marketing-teams-leadership, .mfe-marketing-teams-rollout, .mfe-marketing-teams-faq, .mfe-marketing-teams-cta { padding-top: 58px; padding-bottom: 58px; }
	.mfe-marketing-teams-week-grid, .mfe-marketing-teams-permissions, .mfe-marketing-teams-capability-grid, .mfe-marketing-teams-use-case-grid, .mfe-marketing-teams-rollout-steps { grid-template-columns: 1fr; }
	.mfe-marketing-teams-report-window > div { grid-template-columns: 20px 1fr; }
	.mfe-marketing-teams-report-window em { grid-column: 2; justify-self: start; }
	.mfe-faq-hero, .mfe-agencies-hero { padding: 64px 0 58px; }
	.mfe-faq-hero h1, .mfe-contact-hero h1, .mfe-agencies-hero h1 { font-size: 38px; }
	.mfe-faq-main { padding: 48px 16px 58px; }
	.mfe-faq-group h2 { font-size: 27px; }
	.mfe-faq-group summary { padding: 17px 18px; font-size: 17px; }
	.mfe-faq-group details p { padding: 0 18px 18px; }
	.mfe-faq-cta h2, .mfe-agencies-cta h2 { font-size: 36px; }
	.mfe-contact-main { padding: 48px 16px 60px; }
	.mfe-contact-layout { gap: 36px; }
	.mfe-contact-card { padding: 24px 18px; }
	.mfe-contact-cols { grid-template-columns: 1fr; gap: 0; }
	.mfe-agencies-clients, .mfe-agencies-math, .mfe-agencies-results, .mfe-agencies-built, .mfe-agencies-week, .mfe-agencies-capabilities, .mfe-agencies-governance, .mfe-agencies-rollout, .mfe-agencies-faq { padding: 58px 0; }
	.mfe-agencies-reporting > div { padding-top: 58px; padding-bottom: 58px; }
	.mfe-agencies-clients h2, .mfe-agencies-math h2, .mfe-agencies-results h2, .mfe-agencies-reporting h2, .mfe-agencies-built h2, .mfe-agencies-section-heading h2 { font-size: 34px; }
	.mfe-agencies-results > div > div { grid-template-columns: 1fr; }
	.mfe-agencies-week-grid, .mfe-agencies-capability-grid, .mfe-agencies-governance-grid, .mfe-agencies-governance-copy, .mfe-agencies-rollout-steps { grid-template-columns: 1fr; }
	.mfe-agencies-report-window > div { grid-template-columns: 20px 1fr; }
	.mfe-agencies-report-window em { grid-column: 2; justify-self: start; }
	.mfe-agencies-panel > div { grid-template-columns: 30px 1fr; }
	.mfe-agencies-panel em { grid-column: 2; justify-self: start; }
}

/* Home aligned with the shared public product-page system */
.mfe-public-home {
	background: #fff;
	color: #5a5a5a;
	font-size: 15px;
	line-height: 1.6;
}

.mfe-public-home .mfe-public-container {
	max-width: 1100px;
	padding-right: 24px;
	padding-left: 24px;
}

.mfe-public-home .mfe-home-hero {
	padding: 54px 0 58px;
	background: linear-gradient(#23252b, #131417);
}

.mfe-public-home .mfe-public-kicker {
	margin-bottom: 14px;
	font-size: 13px;
	letter-spacing: 3px;
}

.mfe-public-home .mfe-home-hero h1 {
	max-width: 820px;
	margin-bottom: 18px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.15;
}

.mfe-public-home .mfe-home-hero > .mfe-public-container > p {
	max-width: 700px;
	margin-bottom: 24px;
	color: #c9cdd6;
	font-size: 16px;
	line-height: 1.6;
}

.mfe-public-home .mfe-public-actions {
	gap: 12px;
}

.mfe-public-home .mfe-public-btn {
	min-height: 0;
	padding: 11px 24px;
	border-radius: 3px;
	box-shadow: none;
	font-size: 15px;
}

.mfe-public-home .mfe-public-btn.is-primary {
	border-color: #6897e6;
}

.mfe-public-home .mfe-public-btn.is-dark {
	border-color: #6a7080;
	background: #3e424b;
	color: #fff !important;
}

.mfe-public-home .mfe-home-hero-stats {
	gap: 34px;
	margin-top: 32px;
}

.mfe-public-home .mfe-home-hero-stats strong {
	font-size: 22px;
	font-weight: 700;
}

.mfe-public-home .mfe-home-hero-stats span {
	font-size: 12px;
	letter-spacing: 0;
	text-transform: none;
}

.mfe-public-home .mfe-public-section {
	padding: 54px 0;
}

.mfe-public-home .mfe-public-section-heading {
	max-width: 760px;
	margin-bottom: 26px;
}

.mfe-public-home .mfe-public-section-heading .mfe-public-kicker {
	margin-bottom: 14px;
}

.mfe-public-home .mfe-public-section-heading h2,
.mfe-public-home .mfe-public-cta h2 {
	color: #363738;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
	text-align:center;
}

.mfe-public-section-heading .mfe-public-kicker h2{text-align: left;}
.mfe-public-home .mfe-public-section-heading > p {
	margin: 10px 0 0;
	color: #5a5a5a;
	font-size: 15px;
	line-height: 1.6;
}

.mfe-public-home .mfe-public-home-products {
	gap: 16px;
}

.mfe-public-home .mfe-home-product-card {
	border-color: #d5d5d5;
	border-radius: 4px;
	box-shadow: none;
}

.mfe-public-home .mfe-home-product-card > header {
	height: 40px;
	padding: 0 16px;
	border-top: 0;
	background: linear-gradient(#3a3e46, #141518);
}

.mfe-public-home .mfe-home-product-card > div {
	padding: 18px 20px;
}

.mfe-public-home .mfe-home-product-card p {
	margin-bottom: 14px;
	color: #5a5a5a;
	font-size: 14px;
}

.mfe-public-home .mfe-home-product-card > div > div {
	margin-bottom: 16px;
}

.mfe-public-home .mfe-home-product-card > div > div span {
	border-radius: 3px;
	font-size: 12px;
}

.mfe-public-home .mfe-public-card-grid {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 16px;
}

.mfe-public-home .mfe-public-card {
	padding: 18px 20px;
	border-color: #d5d5d5;
	border-radius: 4px;
	box-shadow: none;
}

.mfe-public-home .mfe-public-card header {
	height: auto;
	margin-bottom: 8px;
	padding: 0;
	background: none;
}

.mfe-public-home .mfe-public-card header i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 4px;
	background: #eef1f8;
	color: #3d59ab;
}

.mfe-public-home .mfe-public-card header span {
	color: #131417;
	font-size: 16px;
	font-weight: 700;
}

.mfe-public-home .mfe-public-card p {
	padding: 0;
	color: #5a5a5a;
	font-size: 14px;
}

.mfe-public-home .mfe-public-home-admin {
	gap: 44px;
}

.mfe-public-home .mfe-public-home-admin h2 {
	margin-bottom: 12px;
	color: #363738;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
}

.mfe-public-home .mfe-public-home-admin > div > p {
	margin-bottom: 20px;
	color: #5a5a5a;
	font-size: 15px;
}

.mfe-public-home .mfe-home-checks li {
	gap: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.mfe-public-home .mfe-home-checks i {
	width: 20px;
	height: 20px;
	border-radius: 4px;
}

.mfe-public-home .mfe-home-team-widget {
	border-color: #d5d5d5;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .06);
}

.mfe-public-home .mfe-home-team-widget > header {
	height: 40px;
	border-top: 0;
	background: linear-gradient(#3a3e46, #141518);
}

.mfe-public-home .mfe-home-band {
	padding: 40px 0;
}

.mfe-public-home .mfe-home-band .mfe-public-container {
	gap: 16px;
}

.mfe-public-home .mfe-home-band strong {
	font-size: 30px;
	font-weight: 700;
}

.mfe-public-home .mfe-home-band span {
	font-size: 12px;
	letter-spacing: 1px;
}

.mfe-public-home .mfe-public-cta {
	padding: 54px 0;
}

.mfe-public-home .mfe-public-cta p {
	max-width: 640px;
	margin: 10px auto 22px;
	font-size: 15px;
}

@media (max-width: 680px) {
	.mfe-public-home .mfe-public-container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.mfe-public-home .mfe-home-hero h1 {
		font-size: 36px;
	}

	.mfe-public-home .mfe-home-hero-stats {
		gap: 18px;
	}

	.mfe-public-home .mfe-home-band .mfe-public-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Home v3 */
.mfe-home-v3 {
	background: #fff;
	color: #5a6068;
	font-family: "Archivo Narrow", sans-serif;
}

.mfe-home-v3 .mfe-v3-container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding-right: 32px;
	padding-left: 32px;
}

.mfe-home-v3 h1,
.mfe-home-v3 h2,
.mfe-home-v3 h3,
.mfe-home-v3 p {
	margin-top: 0;
}

.mfe-home-v3 h1,
.mfe-home-v3 h2,
.mfe-home-v3 h3 { font-weight: 400; }

/* The legacy static-page stylesheet offsets every article by 30%. */
.mfe-home-v3 article {
	top: auto !important;
	left: auto;
	right: auto;
	bottom: auto;
}
.mfe-home-v3 h2{
	color:#2a2c33;
	text-align:center;
}
.mfe-v3-turn-grid > *,
.mfe-v3-steps > *,
.mfe-v3-split > *,
.mfe-v3-scheduled-grid > *,
.mfe-v3-products > *,
.mfe-v3-audiences .mfe-v3-container > *,
.mfe-v3-trust-grid > * {
	min-width: 0;
}

.mfe-v3-hero {
	position: relative;
	overflow: hidden;
	background: radial-gradient(1100px 500px at 72% -10%, rgba(61, 89, 171, .28), transparent 60%), linear-gradient(#16171b, #131417);
}

.mfe-v3-hero .mfe-v3-container {
	padding-top: 88px;
	padding-bottom: 76px;
	text-align: center;
}

.mfe-v3-hero h1 {
	max-width: 900px;
	margin-right: auto;
	margin-bottom: 26px;
	margin-left: auto;
	color: #fff;
	font-size: 58px;
	font-weight: 400;
	letter-spacing: -.5px;
	line-height: 1.08;
}

.mfe-v3-hero h1 span {
	color: #6897e6;
	font: inherit;
	letter-spacing: inherit;
}

.mfe-v3-hero p {
	max-width: 760px;
	margin-right: auto;
	margin-bottom: 34px;
	margin-left: auto;
	color: #9ea3b0;
	font-size: 19px;
	line-height: 1.65;
}

.mfe-v3-manual {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 10px;
	width: 100%;
	color: #9ea3b0;
	font-size: 22px;
	font-weight: 400;
	line-height: 38px;
}

.mfe-v3-manual > span:first-child { white-space: nowrap; }

.mfe-v3-phrase-viewport {
	display: block;
	width: auto;
	height: 38px;
	overflow: hidden;
	text-align: left;
}

.mfe-v3-phrase-track,
.mfe-v3-phrase-track > span {
	display: block;
}

.mfe-v3-phrase-track > span {
	width: max-content;
	height: 38px;
	color: #7fafff;
	font-weight: 600;
	line-height: 38px;
	white-space: nowrap;
}

.mfe-v3-hero .mfe-v3-manual + h1 {
	max-width: 860px;
	margin: 26px auto 0;
	font-size: 64px;
	letter-spacing: 0;
	text-align: center !important;
	text-wrap: balance;
}

.mfe-v3-hero p.mfe-v3-hero-subhead {
	margin: 20px auto 0;
	color: #6897e6;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
}

.mfe-v3-hero-copy-group {
	/*max-width: 760px; */
	max-width: 1020px;
	margin: 26px auto 34px;
}

.mfe-v3-hero p.mfe-v3-hero-copy {
	max-width: none;
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
}

.mfe-v3-hero p.mfe-v3-hero-copy + p.mfe-v3-hero-copy { margin-top: 12px; }

.mfe-v3-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.mfe-v3-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 13px 28px;
	border: 1px solid #3e424b;
	border-radius: 8px;
	font-size: 17px;
	line-height: 1.25;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.mfe-v3-button:hover,
.mfe-v3-button:focus {
	transform: translateY(-1px);
	text-decoration: none;
}

.mfe-v3-button.is-primary {
	border-color: #3d59ab;
	background: #3d59ab;
	box-shadow: 0 4px 14px rgba(61, 89, 171, .45);
	color: #fff;
}

.mfe-v3-button.is-primary:hover,
.mfe-v3-button.is-primary:focus {
	border-color: #4d6ac2;
	background: #4d6ac2;
	color: #fff;
}

.mfe-v3-button.is-secondary {
	background: transparent;
	color: #cfd2d8;
}

.mfe-v3-button.is-secondary:hover,
.mfe-v3-button.is-secondary:focus {
	border-color: #626772;
	background: rgba(255, 255, 255, .04);
	color: #fff;
}

body.mfe-video-modal-open {
	overflow: hidden;
}

.mfe-v3-video-modal {
	position: fixed;
	z-index: 10000;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
}

.mfe-v3-video-modal[hidden] {
	display: none;
}

.mfe-v3-video-backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(7, 8, 11, .88);
	cursor: default;
}

.mfe-v3-video-dialog {
	position: relative;
	z-index: 1;
	width: min(1120px, calc(100vw - 64px));
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 12px;
	background: #101115;
	box-shadow: 0 28px 90px rgba(0, 0, 0, .65);
}

.mfe-v3-video-dialog video {
	display: block;
	width: 100%;
	max-height: calc(100vh - 84px);
	border-radius: 6px;
	background: #000;
}

.mfe-v3-video-close {
	position: absolute;
	z-index: 2;
	top: -18px;
	right: -18px;
	display: grid;
	width: 40px;
	height: 40px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 50%;
	background: #282a30;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .4);
	color: #fff;
	cursor: pointer;
	font-size: 17px;
}

.mfe-v3-video-close:hover,
.mfe-v3-video-close:focus {
	border-color: #7fafff;
	background: #343740;
	outline: none;
}

.mfe-v3-video-close:focus-visible {
	box-shadow: 0 0 0 3px rgba(127, 175, 255, .5), 0 6px 18px rgba(0, 0, 0, .4);
}

.mfe-v3-prompt-montage {
	border-top: 1px solid #000;
	background: #fbf9f5;
}

.mfe-v3-prompt-montage .mfe-v3-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfe-v3-prompt-montage-frame {
	position: relative;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	aspect-ratio: 3.354 / 1;
	overflow: hidden;
	background: #fbf9f5;
}

.mfe-v3-prompt-montage video {
	position: absolute;
	top: -41.5%;
	left: 0;
	display: block;
	width: 100%;
	height: 188.7%;
	object-fit: cover;
	background: #fbf9f5;
}

.mfe-v3-turn {
	border-top: 1px solid #000;
	background: #f3f4f6;
}

.mfe-v3-llm {
	border-top: 1px solid #22242a;
	background: #16171b;
}

.mfe-v3-llm .mfe-v3-container {
	padding-top: 56px;
	padding-bottom: 56px;
}

.mfe-home-v3 .mfe-v3-llm-heading {
	margin: 0 0 34px;
	color: #6897e6;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.mfe-v3-llm-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.mfe-v3-llm-grid > a {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	padding: 26px 24px;
	border: 1px solid #2d2f36;
	border-radius: 12px;
	background: #1b1c21;
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease;
}

.mfe-v3-llm-grid > a:hover,
.mfe-v3-llm-grid > a:focus {
	border-color: #3d59ab;
	transform: translateY(-2px);
}

.mfe-v3-llm-name {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	font-size: 20px;
}

.mfe-v3-llm-name img {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 7px;
	border-radius: 10px;
	background: #fff;
	object-fit: contain;
}

.mfe-v3-llm-grid p {
	flex: 1;
	margin: 0;
	color: #9ea3b0;
	font-size: 15px;
	line-height: 1.6;
}

.mfe-v3-llm-grid strong {
	color: #6897e6;
	font-size: 14.5px;
	font-weight: 600;
}

.mfe-v3-llm-grid strong i {
	margin-left: 3px;
	font-size: 11px;
}

.mfe-v3-turn-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 38px;
	align-items: start;
	padding-top: 80px;
	padding-bottom: 80px;
}

.mfe-v3-turn h2 {
	margin-bottom: 0;
	color: #2a2c33;
	font-size: 44px;
	line-height: 1.15;
}

.mfe-v3-turn h2 span {
	display: block;
	margin-top: 24px;
	color: inherit;
	font: inherit;
	line-height: inherit;
}

.mfe-v3-turn h3 {
	margin: 0 0 10px;
	color: #2a2c33;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.25;
}

.mfe-v3-turn h3:not(:first-child) { margin-top: 26px; }
.mfe-v3-turn p strong {
	color: #2a2c33;
	font: inherit;
	font-weight: 700;
}

.mfe-v3-turn p {
	margin-bottom: 18px;
	color: #5a6068;
	font-size: 17px;
	line-height: 1.7;
}

.mfe-v3-turn p:last-child {
	margin-bottom: 0;
}

.mfe-v3-section {
	padding: 80px 0;
	border-top: 1px solid #e4e6ea;
	background: #fff;
}

.mfe-v3-section.is-muted {
	background: #f3f4f6;
}

.mfe-v3-heading {
	margin-bottom: 50px;
	text-align: center;
}

.mfe-v3-kicker {
	margin-bottom: 12px;
	color: #3d59ab;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.mfe-v3-kicker.is-light {
	color: #6897e6;
}

.mfe-v3-heading h2,
.mfe-v3-scheduled h2,
.mfe-v3-cta h2 {
	margin-bottom: 0;
	color: #2a2c33;
	font-size: 42px;
	line-height: 1.15;
	font-weight: 400;
}

.mfe-home-v3 .mfe-v3-heading h2,
.mfe-home-v3 .mfe-v3-cta h2 {
	text-align: center !important;
}

.mfe-v3-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.mfe-v3-step,
.mfe-v3-split article,
.mfe-v3-products > a,
.mfe-v3-audiences article {
	overflow: hidden;
	border: 1px solid #e4e6ea;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.mfe-v3-step,
.mfe-v3-split article,
.mfe-v3-audiences article {
	text-align: left;
}

.mfe-v3-step > header {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 44px;
	padding: 0 16px;
	background: linear-gradient(#141518, #1c1d22);
}

.mfe-v3-step > header strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #3d59ab;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.mfe-v3-step > header span {
	color: #fff;
	font-size: 16px;
}

.mfe-v3-step p {
	margin: 0;
	padding: 20px;
	color: #5a6068;
	font-size: 15.5px;
	line-height: 1.65;
}

.mfe-v3-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.mfe-v3-split article {
	padding: 34px 32px;
	border-radius: 12px;
}

.mfe-v3-split h2 {
	margin-bottom: 16px;
	color: #2a2c33 !important;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.mfe-v3-split p {
	margin-bottom: 0;
	color: #5a6068;
	font-size: 16.5px;
	line-height: 1.7;
}

.mfe-v3-scheduled {
	border-top: 1px solid #000;
	background: linear-gradient(#16171b, #131417);
}

.mfe-v3-scheduled-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 56px;
	align-items: center;
	padding-top: 76px;
	padding-bottom: 76px;
}

.mfe-v3-scheduled h2 {
	margin-bottom: 18px;
	color: #fff;
	font-size: 40px;
}

.mfe-v3-scheduled p {
	margin-bottom: 0;
	color: #9ea3b0;
	font-size: 17px;
	line-height: 1.7;
}

.mfe-v3-agent-window {
	overflow: hidden;
	border: 1px solid #2d2f36;
	border-radius: 10px;
	background: #1b1c21;
	box-shadow: 0 14px 40px rgba(0, 0, 0, .35);
}

.mfe-v3-agent-window > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 39px;
	padding: 0 16px;
	border-bottom: 1px solid #000;
	background: linear-gradient(#141518, #1c1d22);
}

.mfe-v3-agent-window > header span {
	color: #fff;
	font-size: 16px;
}

.mfe-v3-agent-window > header small {
	color: #9ea3b0;
	font-size: 12.5px;
}

.mfe-v3-agent-window > div {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border-bottom: 1px solid #24262c;
}

.mfe-v3-agent-window > div:last-child {
	border-bottom: 0;
}

.mfe-v3-agent-window > div > i {
	width: 20px;
	color: #6897e6;
	font-size: 16px;
	text-align: center;
}

.mfe-v3-agent-window > div > span {
	display: block;
	flex: 1;
}

.mfe-v3-agent-window strong,
.mfe-v3-agent-window small {
	display: block;
}

.mfe-v3-agent-window strong {
	color: #e6e8ec;
	font-size: 15px;
	font-weight: 400;
}

.mfe-v3-agent-window small {
	color: #9ea3b0;
	font-size: 13px;
}

.mfe-v3-agent-window em {
	padding: 3px 9px;
	border-radius: 4px;
	background: rgba(47, 143, 107, .16);
	color: #5fbf95;
	font-size: 12px;
	font-style: normal;
}

.mfe-v3-products,
.mfe-v3-audiences .mfe-v3-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.mfe-v3-products > a {
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	color: inherit;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.mfe-v3-products > a:hover,
.mfe-v3-products > a:focus {
	transform: translateY(-2px);
	border-color: #b8c3df;
	box-shadow: 0 8px 24px rgba(23, 27, 36, .1);
	text-decoration: none;
}

.mfe-v3-products > a > header {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 44px;
	padding: 0 18px;
	border-top: 1px solid #6a7080;
	background: linear-gradient(#141518, #1c1d22);
}

.mfe-v3-products > a > header i {
	color: #6897e6;
	font-size: 15px;
}

.mfe-v3-products > a > header span {
	color: #fff;
	font-size: 16px;
}

.mfe-v3-products > a > header small {
	margin-left: auto;
	color: #9ea3b0;
	font-size: 12.5px;
}

.mfe-v3-products > a > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.mfe-v3-products p {
	flex: 1;
	margin-bottom: 18px;
	color: #5a6068;
	font-size: 15.5px;
	line-height: 1.65;
}

.mfe-v3-products strong,
.mfe-v3-audiences a {
	color: #3d59ab;
	font-size: 15px;
	font-weight: 600;
}

.mfe-v3-products strong i,
.mfe-v3-audiences a i {
	font-size: 12px;
}

.mfe-v3-audiences {
	padding-top: 70px;
	padding-bottom: 70px;
}

.mfe-v3-audiences article {
	padding: 30px 32px;
	border-radius: 12px;
	box-shadow: none;
}

.mfe-v3-audiences h3 {
	margin-bottom: 10px;
	color: #2a2c33;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
}

.mfe-v3-audiences p {
	margin-bottom: 16px;
	color: #5a6068;
	font-size: 16px;
	line-height: 1.6;
}

.mfe-v3-trust {
	padding: 70px 0;
	border-top: 1px solid #e4e6ea;
	background: #f3f4f6;
	text-align: center;
}

.mfe-v3-trust > .mfe-v3-container > .mfe-v3-kicker {
	margin-bottom: 26px;
}

.mfe-v3-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	max-width: 1080px;
	margin: 0 auto;
}

.mfe-v3-trust-grid i {
	display: block;
	margin-bottom: 12px;
	color: #3d59ab;
	font-size: 24px;
}

.mfe-v3-trust-grid p {
	margin-bottom: 0;
	color: #4a4f57;
	font-size: 15.5px;
	line-height: 1.55;
}

.mfe-v3-cta {
	padding: 84px 0;
	border-top: 1px solid #000;
	background: radial-gradient(900px 400px at 50% -20%, rgba(61, 89, 171, .3), transparent 60%), linear-gradient(#16171b, #131417);
	text-align: center;
}

.mfe-v3-cta h2 {
	margin-bottom: 16px;
	color: #fff;
	font-size: 46px;
}

.mfe-v3-cta > .mfe-v3-container > p:not(.mfe-v3-provenance) {
	max-width: 620px;
	margin-right: auto;
	margin-bottom: 34px;
	margin-left: auto;
	color: #9ea3b0;
	font-size: 19px;
	line-height: 1.6;
}

.mfe-v3-cta .mfe-v3-provenance {
	max-width: 560px;
	margin: 44px auto 0;
	color: #6f7480;
	font-size: 15px;
	line-height: 1.6;
}

.mfe-v3-cta .mfe-v3-provenance strong {
	color: #9ea3b0;
}

@media (max-width: 900px) {
	.mfe-v3-turn-grid,
	.mfe-v3-scheduled-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.mfe-v3-llm-grid {
		grid-template-columns: 1fr;
	}

	.mfe-v3-steps {
		grid-template-columns: 1fr;
	}

	.mfe-v3-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 34px;
	}
}

@media (max-width: 680px) {
	.mfe-home-v3 .mfe-v3-container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.mfe-v3-prompt-montage-frame {
		width: calc(100% + 40px);
		margin-right: -20px;
		margin-left: -20px;
	}

	.mfe-v3-hero .mfe-v3-container {
		padding-top: 62px;
		padding-bottom: 58px;
	}

	.mfe-v3-hero h1 {
		font-size: 39px;
		line-height: 1.1;
	}

	.mfe-v3-manual {
		align-items: center;
		flex-direction: column;
		gap: 0;
		font-size: 18px;
	}

	.mfe-v3-phrase-viewport {
		max-width: 100%;
		text-align: center;
	}

	.mfe-v3-phrase-track > span { font-size: 17px; }

	.mfe-v3-hero .mfe-v3-manual + h1 { margin-top: 24px; font-size: 42px; }
	.mfe-v3-hero p.mfe-v3-hero-subhead { font-size: 20px; }
	.mfe-v3-hero p.mfe-v3-hero-copy { font-size: 17px; }

	.mfe-v3-hero p {
		font-size: 17px;
	}

	.mfe-v3-turn-grid,
	.mfe-v3-scheduled-grid {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.mfe-v3-turn h2,
	.mfe-v3-heading h2,
	.mfe-v3-scheduled h2,
	.mfe-v3-cta h2 {
		font-size: 34px;
	}

	.mfe-v3-section,
	.mfe-v3-trust,
	.mfe-v3-cta {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.mfe-v3-split,
	.mfe-v3-products,
	.mfe-v3-audiences .mfe-v3-container,
	.mfe-v3-trust-grid {
		grid-template-columns: 1fr;
	}

	.mfe-v3-agent-window > div {
		gap: 10px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.mfe-v3-agent-window em {
		display: none;
	}

	.mfe-v3-video-modal {
		padding: 16px;
	}

	.mfe-v3-video-dialog {
		width: calc(100vw - 32px);
		padding: 6px;
	}

	.mfe-v3-video-dialog video {
		max-height: calc(100vh - 48px);
	}

	.mfe-v3-video-close {
		top: -12px;
		right: -8px;
	}
}

/* Security subpage */
.mfe-security-page {
	background: var(--mfe-light-bg);
}

.mfe-security-header {
	padding-bottom: 34px;
	border-bottom: 1px solid #000;
	background: linear-gradient(#16171b, #131417);
}

.mfe-security-header .mfe-public-crumbs {
	margin-bottom: 14px;
	padding-top: 32px;
}

.mfe-security-header h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 42px;
	font-weight: 400;
	letter-spacing: -.3px;
}

.mfe-security-header p {
	max-width: 680px;
	margin: 12px 0 0;
	color: var(--mfe-muted);
	font-size: 18px;
	line-height: 1.5;
}

.mfe-about-layout {
	max-width: 920px;
	padding-top: 32px;
	padding-bottom: 32px;
}

.mfe-about-copy a {
	color: var(--mfe-blue);
	font-weight: 600;
}

.mfe-about-copy a:hover,
.mfe-about-copy a:focus {
	color: var(--mfe-blue-light);
}

.mfe-security-layout {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 28px;
	align-items: start;
	padding-top: 32px;
	padding-bottom: 32px;
}

.mfe-security-content {
	min-width: 0;
}

.mfe-security-sidebar {
	position: sticky;
	top: 99px;
	overflow: hidden;
	padding-bottom: 8px;
	border: 1px solid #131417;
	border-radius: 8px;
	background: var(--mfe-panel-2);
}

.mfe-security-side-title {
	padding: 16px 18px 6px;
	color: rgba(255, 255, 255, .45);
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.mfe-security-sidebar a {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 9px 18px;
	border-left: 3px solid transparent;
	color: #cfd2d8;
	font-size: 14px;
}

.mfe-security-sidebar a i {
	width: 16px;
	color: #7d828c;
	font-size: 14px;
	text-align: center;
}

.mfe-security-sidebar a span {
	min-width: 0;
	line-height: 1.35;
}

.mfe-security-sidebar a.is-parent {
	margin-top: 4px;
	font-weight: 600;
}

.mfe-security-sidebar a.is-parent.is-section-active {
	border-left-color: rgba(113, 148, 244, .85);
	background: rgba(61, 89, 171, .2);
	color: #fff;
}

.mfe-security-sidebar a.is-parent.is-section-active i {
	color: #9ab8ff;
}

.mfe-security-sidebar a.is-child {
	position: relative;
	gap: 9px;
	padding: 7px 12px 7px 43px;
	color: #aeb3bd;
	font-size: 12.5px;
}

.mfe-security-sidebar a.is-child:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 27px;
	width: 1px;
	background: rgba(255, 255, 255, .1);
	content: '';
}

.mfe-security-sidebar a.is-child i {
	width: 14px;
	font-size: 12px;
}

.mfe-security-sidebar a.is-child.is-active:before {
	background: rgba(255, 255, 255, .45);
}

.mfe-security-sidebar a.is-active {
	border-left-color: var(--mfe-blue-light);
	background: var(--mfe-blue);
	color: #fff;
}

.mfe-security-sidebar a.is-active i {
	color: #fff;
}

.mfe-security-widget,
.mfe-security-prose,
.mfe-security-table-widget {
	overflow: hidden;
	margin-bottom: 24px;
	border: 1px solid var(--mfe-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.mfe-security-widget > header,
.mfe-security-table-widget > header {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 44px;
	padding: 0 18px;
	border-top: 1px solid #6a7080;
	background: linear-gradient(#141518, #1c1d22);
}

.mfe-security-widget > header i,
.mfe-security-table-widget > header i {
	color: var(--mfe-blue-light);
	font-size: 15px;
}

.mfe-security-widget > header span,
.mfe-security-table-widget > header span {
	color: #fff;
	font-size: 17px;
}

.mfe-security-widget > div {
	padding: 24px;
}

.mfe-security-widget p {
	margin-bottom: 14px;
	color: #5a5f6b;
	font-size: 16px;
	line-height: 1.65;
}

.mfe-security-widget p:last-child {
	margin-bottom: 0;
}

.mfe-chart-type-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 22px 0;
}

.mfe-chart-type-grid article {
	display: flex;
	gap: 12px;
	padding: 15px;
	border: 1px solid var(--mfe-line);
	border-radius: 8px;
	background: #f8f9fb;
}

.mfe-chart-type-grid article > i {
	margin-top: 3px;
	color: var(--mfe-blue);
}

.mfe-chart-type-grid h3 {
	display: inline;
	margin: 0 8px 0 0;
	color: #2a2c33;
	font-size: 17px;
	font-weight: 500;
}

.mfe-chart-type-grid code {
	font-size: 12px;
}

.mfe-chart-type-grid p {
	margin: 7px 0 0;
	font-size: 13.5px;
	line-height: 1.45;
}

.mfe-legal-content {
	padding: 28px 32px;
}

.mfe-legal-content h2 {
	margin: 30px 0 10px;
	color: #2a2c33;
	font-size: 24px;
	font-weight: 500;
}

.mfe-legal-content h2:first-child {
	margin-top: 0;
}

.mfe-legal-content p,
.mfe-legal-content li {
	color: #5a5f6b;
	font-size: 15px;
	line-height: 1.65;
}

.mfe-legal-content ul {
	padding-left: 22px;
}

.mfe-security-callouts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 24px;
}

.mfe-security-callouts article {
	padding: 18px 20px;
	border: 1px solid var(--mfe-line);
	border-top: 3px solid var(--mfe-blue);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.mfe-security-callouts article > i {
	color: var(--mfe-blue);
	font-size: 20px;
}

.mfe-security-callouts h3 {
	margin: 12px 0 6px;
	color: #2a2c33;
	font-size: 19px;
	font-weight: 400;
}

.mfe-security-callouts p {
	margin-bottom: 0;
	color: #6a6f78;
	font-size: 14px;
	line-height: 1.55;
}

.mfe-security-prose {
	padding: 28px;
}

.mfe-security-prose > h2 {
	margin-bottom: 14px;
	color: #2a2c33;
	font-size: 28px;
	font-weight: 400;
}

.mfe-security-prose > p {
	margin-bottom: 18px;
	color: #5a5f6b;
	font-size: 16px;
	line-height: 1.65;
}

.mfe-security-control {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin-bottom: 16px;
}

.mfe-security-control > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-top: 1px;
	border-radius: 7px;
	background: rgba(61, 89, 171, .1);
	color: var(--mfe-blue);
	font-size: 13px;
}

.mfe-security-control h3 {
	margin-bottom: 0;
	color: #2a2c33;
	font-size: 17px;
	font-weight: 600;
}

.mfe-security-control p {
	margin: 3px 0 0;
	color: #6a6f78;
	font-size: 15px;
	line-height: 1.55;
}

.mfe-security-table-widget > header small {
	margin-left: auto;
	color: var(--mfe-muted);
	font-size: 13px;
}

.mfe-security-table-widget > div {
	overflow-x: auto;
}

.mfe-security-table-widget table {
	width: 100%;
	min-width: 670px;
	border-collapse: collapse;
}

.mfe-security-table-widget th {
	padding: 10px 18px;
	background: linear-gradient(#141518, #1c1d22);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

.mfe-security-table-widget th:nth-child(3),
.mfe-security-table-widget td:nth-child(3) {
	text-align: center;
}

.mfe-security-table-widget th:last-child,
.mfe-security-table-widget td:last-child {
	text-align: right;
}

.mfe-security-table-widget td {
	padding: 11px 18px;
	border-top: 1px solid #edeef0;
	color: var(--mfe-text);
	font-size: 14px;
}

.mfe-security-table-widget tr:nth-child(even) td {
	background: #f7f8f9;
}

.mfe-security-table-widget td:first-child {
	color: #2a2c33;
	font-size: 14.5px;
}

.mfe-security-table-widget td span {
	display: inline-block;
	padding: 3px 11px;
	border-radius: 20px;
	font-size: 12.5px;
	font-weight: 600;
}

.mfe-security-table-widget .is-certified { background: #e7f3ec; color: var(--mfe-green); }
.mfe-security-table-widget .is-pending { background: #fbf1e2; color: var(--mfe-amber); }

.mfe-security-inline-cta {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 28px 32px;
	border: 1px solid var(--mfe-border-dark);
	border-radius: 10px;
	background: linear-gradient(120deg, #1b1c21, #22242c);
}

.mfe-security-inline-cta > div {
	min-width: 260px;
	flex: 1;
}

.mfe-security-inline-cta h3 {
	margin-bottom: 6px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}

.mfe-security-inline-cta p {
	margin-bottom: 0;
	color: var(--mfe-muted);
	font-size: 15.5px;
	line-height: 1.5;
}

.mfe-security-inline-cta > a {
	padding: 13px 28px;
	border-radius: 8px;
	background: var(--mfe-blue);
	box-shadow: 0 4px 14px rgba(61, 89, 171, .4);
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
}

.mfe-security-footer {
	background: #101115;
}

.mfe-product-more-card strong {
	color: #fff;
	font-size: 15.5px;
	font-weight: 400;
}

.mfe-product-more-card small {
	margin-top: 2px;
	color: #6f7480;
	font-size: 12.5px;
}

.mfe-public-mini-footer {
	position: static !important;
	left: auto !important;
	bottom: auto !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #22242a;
}

.mfe-public-mini-footer .mfe-public-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 18px;
	padding-bottom: 18px;
	color: #6f7480;
	font-size: 13.5px;
}

.mfe-public-mini-footer a {
	color: #9ea3b0;
}

/* Login and OAuth */
.mfe-auth-page,
.mfe-oauth-page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: radial-gradient(1100px 620px at 50% -12%, #1e2130 0%, #131417 62%);
}

.mfe-auth-page {
	align-items: stretch;
}

.mfe-auth-page .mfe-login-wrap {
	align-self: center;
}

.mfe-oauth-page {
	align-items: center;
	padding: 0 20px 40px;
}

.mfe-auth-header,
.mfe-oauth-header {
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	max-width: 1180px;
	min-height: 75px;
}

.mfe-auth-brand {
	display: block;
	line-height: 1;
}

.mfe-auth-brand img,
.mfe-oauth-brand img {
	display: block;
	width: 210px;
	height: 49px;
	object-fit: contain;
}

.mfe-auth-brand span,
.mfe-oauth-brand span {
	display: block;
	margin-top: 3px;
	color: #6f7480;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.mfe-secure-pill {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
	padding: 6px 13px 6px 9px;
	border: 1px solid #34363d;
	border-radius: 20px;
	background: #1e2025;
	color: var(--mfe-muted);
	font-size: 12.5px;
}

.mfe-secure-pill i {
	color: var(--mfe-green);
	font-size: 12px;
}

#totp-security-form{
	margin-top:20px;
}

.mfe-login-wrap {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 450px;
	padding: 34px 0;
	animation: mfeFade .4s ease both;
}

.mfe-login-heading {
	margin-bottom: 24px;
	text-align: center;
}

.mfe-login-heading img {
	display: block;
	width: 62px;
	height: 62px;
	margin: 0 auto 16px;
	object-fit: contain;
}

.mfe-login-heading h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .2px;
	text-align: center;
}

.mfe-login-heading p {
	margin: 8px 0 0;
	color: var(--mfe-muted);
	font-size: 15px;
}

.mfe-login-card {
	padding: 26px 24px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(0, 0, 0, .5);
}

.mfe-login-error {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 16px;
	padding: 10px 12px;
	border: 1px solid #eccfca;
	border-radius: 8px;
	background: #fbeeec;
	color: #a03c2d;
	font-size: 13.5px;
}

.mfe-login-error.hidden {
	display: none;
}

.mfe-auth-label {
	display: block;
	margin: 0 30px 7px;
	color: #9096a0;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	width:25% !important;


}

.mfe-auth-input {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 46px;
	margin-bottom: 16px;
	padding: 0 13px;
	border: 1px solid #dcdee2;
	border-radius: 8px;
	background: #fff;
}

.mfe-auth-input:focus-within {
	border-color: var(--mfe-blue);
	box-shadow: 0 0 0 3px rgba(61, 89, 171, .1);
}

.mfe-auth-input > i,
.mfe-password-toggle i {
	color: #a6aab2;
	font-size: 14px;
}

.mfe-auth-input input {
	min-width: 0;
	flex: 1;
	border: 0;
	outline: 0;
	background: none;
	color: #25262b;
	font: 15px 'Archivo Narrow', Arial, sans-serif;
}

.mfe-auth-input input::placeholder {
	color: #a6aab2;
}

.mfe-password-toggle {
	padding: 4px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.mfe-login-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: -4px 0 18px;
	font-size: 13.5px;
}

.mfe-login-options label {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #6a6f78;
	cursor: pointer;
}

.mfe-login-options label input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.mfe-login-options label span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border: 1px solid #c4c8cf;
	border-radius: 2px;
	color: transparent;
	font-size: 10px;
}

.mfe-login-options label input:checked + span {
	border-color: var(--mfe-blue);
	background: var(--mfe-blue);
	color: #fff;
}

.mfe-login-submit,
.mfe-login-sso {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	height: 46px;
	border-radius: 8px;
	font: 600 16px 'Archivo Narrow', Arial, sans-serif;
	cursor: pointer;
}

.mfe-login-submit {
	border: 0;
	background: linear-gradient(rgba(104, 151, 230, .95), #3d59ab);
	box-shadow: 0 3px 10px rgba(61, 89, 171, .35);
	color: #fff;
}

.mfe-login-submit:disabled,
.mfe-login-card.is-submitting .mfe-login-submit {
	cursor: wait;
	opacity: .78;
}

.mfe-security-card h2 {
	margin: 0 0 8px;
	color: #25262b;
	font-size: 21px;
}

.mfe-security-card > p,
.mfe-security-card details {
	color: #676d76;
	font-size: 14px;
	line-height: 1.5;
}

.mfe-security-qr-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 18px auto;
	color: #676d76;
	font-size: 13px;
	text-align: center;
}

.mfe-security-qr {
	display: flex;
	width: 224px;
	height: 224px;
	align-items: center;
	justify-content: center;
	padding: 12px;
	border: 1px solid #dcdee2;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(37, 38, 43, .08);
}

.mfe-security-qr canvas,
.mfe-security-qr img,
.mfe-security-qr svg {
	display: block;
	width: 200px !important;
	height: 200px !important;
}

.mfe-security-manual-label {
	margin: 20px 0 0;
}

.mfe-security-secret {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 16px 0;
	padding: 12px;
	border: 1px solid #dcdee2;
	border-radius: 8px;
	background: #f7f8fa;
}

.mfe-security-secret code {
	overflow-wrap: anywhere;
	color: #25262b;
	font-size: 14px;
	letter-spacing: 1px;
}

.mfe-security-secret button {
	padding: 6px 10px;
	border: 1px solid #c8ccd3;
	border-radius: 5px;
	background: #fff;
	color: #3d59ab;
	cursor: pointer;
}

.mfe-security-uri {
	display: block;
	margin: 8px 0 16px;
	overflow-wrap: anywhere;
	font-size: 11px;
}

.mfe-security-recovery-entry {
	margin-top: 20px;
}

.mfe-security-recovery-entry summary {
	cursor: pointer;
	color: #3d59ab;
}

.mfe-security-recovery-entry form {
	margin-top: 14px;
}

.mfe-security-recovery pre {
	padding: 14px;
	border: 1px solid #dcdee2;
	border-radius: 8px;
	background: #f7f8fa;
	color: #25262b;
	font-size: 14px;
	line-height: 1.7;
	white-space: pre-wrap;
}

.mfe-security-card .hidden {
	display: none !important;
}

.mfe-login-sso-options {
	display: grid;
	gap: 10px;
}

.mfe-login-sso-section[hidden] {
	display: none !important;
}

.mfe-login-sso {
	position: relative;
	height: 44px;
	border: 1px solid #dcdee2;
	background: #fff;
	color: #4a4f57;
	font-size: 15px;
	text-decoration: none;
	transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.mfe-login-sso:hover,
.mfe-login-sso:focus-visible {
	border-color: #aeb4bf;
	background: #fbfcfe;
	box-shadow: 0 3px 10px rgba(31, 42, 68, .08);
	color: #252b35;
	text-decoration: none;
	outline: 0;
}

.mfe-login-sso-mark {
	position: absolute;
	left: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	font-size: 17px;
}

.mfe-login-sso.is-google .mfe-login-sso-mark {
	color: #4285f4;
}

.mfe-login-sso.is-meta .mfe-login-sso-mark {
	color: #0866ff;
}

.mfe-login-sso.is-apple .mfe-login-sso-mark {
	color: #111;
}

.mfe-login-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 18px 0;
}

.mfe-login-divider span {
	flex: 1;
	height: 1px;
	background: var(--mfe-line);
}

.mfe-login-divider small {
	color: #a6aab2;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mfe-login-new {
	margin: 18px 0 0;
	color: #6f7480;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	padding-top:20px;
}

.mfe-reset-success {
	padding: 5px 0 2px;
	color: #555b66;
	text-align: center;
}

.mfe-reset-success > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 14px;
	border-radius: 50%;
	background: #e8f3ed;
	color: #28704b;
	font-size: 22px;
}

.mfe-reset-success h2 {
	margin: 0 0 8px;
	color: #272a31;
	font-size: 22px;
}

.mfe-reset-success p {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.55;
}

.mfe-reset-success a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid #cdd2da;
	border-radius: 7px;
	color: var(--mfe-blue);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.mfe-auth-footer {
	color: #4c515c;
	font-size: 12.5px;
}

.mfe-auth-footer a {
	color: #6f7480;
}

.mfe-oauth-page {
	padding-bottom: 56px;
}

.mfe-oauth-brand {
	line-height: 1;
}

.mfe-oauth-wrap {
	width: 100%;
	max-width: 480px;
	animation: mfeFade .4s ease both;
}

.mfe-oauth-apps {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 26px 0;
}

.mfe-oauth-apps > img {
	display: block;
	width: 62px;
	height: 62px;
	object-fit: contain;
}

.mfe-oauth-pulse {
	display: flex;
	align-items: center;
	gap: 5px;
}

.mfe-oauth-pulse span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #4c515c;
	animation: mfePulse 1.4s ease-in-out infinite;
}

.mfe-oauth-pulse span:nth-child(2) { animation-delay: .2s; }
.mfe-oauth-pulse span:nth-child(3) { animation-delay: .4s; }

.mfe-oauth-client-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border: 1px solid #34363d;
	border-radius: 14px;
	background: #1e2025;
}

.mfe-oauth-client-icon i {
	color: #e8eaee;
	font-size: 26px;
}

.mfe-oauth-heading {
	margin-bottom: 26px;
	text-align: center;
}

.mfe-oauth-heading h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: .2px;
	line-height: 1.25;
	text-align:center;
}

.mfe-oauth-heading p {
	margin: 10px 0 0;
	color: var(--mfe-muted);
	font-size: 15px;
	line-height: 1.55;
}

.mfe-oauth-card {
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(0, 0, 0, .5);
}

.mfe-oauth-user {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 22px;
	border-bottom: 1px solid #edeef0;
	background: #fafbfc;
}

.mfe-oauth-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #3e424b;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.mfe-oauth-user > div:nth-child(2) {
	min-width: 0;
	flex: 1;
	line-height: 1.35;
}

.mfe-oauth-user strong,
.mfe-oauth-user span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mfe-oauth-user strong {
	color: #25262b;
	font-size: 15px;
	font-weight: 600;
}

.mfe-oauth-user span {
	color: #8a8f98;
	font-size: 13px;
}

.mfe-oauth-user > a {
	padding: 7px 12px;
	border: 1px solid #dcdee2;
	border-radius: 6px;
	color: var(--mfe-text);
	font-size: 13px;
}

.mfe-oauth-card-body {
	padding: 22px;
}

.mfe-oauth-facts {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin: 0 0 20px;
}

.mfe-oauth-facts > div {
	display: flex;
	align-items: baseline;
	gap: 12px;
	font-size: 13.5px;
}

.mfe-oauth-facts dt {
	width: 118px;
	flex: 0 0 auto;
	color: #8a8f98;
	font-weight: 400;
}

.mfe-oauth-facts dd {
	margin: 0;
	color: #25262b;
}

.mfe-oauth-facts dd strong {
	font-weight: 600;
}

.mfe-oauth-notice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 20px;
	padding: 12px 13px;
	border: 1px solid var(--mfe-line);
	border-radius: 8px;
	background: #f4f5f7;
}

.mfe-oauth-notice i {
	margin-top: 1px;
	color: var(--mfe-blue);
	font-size: 15px;
}

.mfe-oauth-notice p {
	margin-bottom: 0;
	color: var(--mfe-text);
	font-size: 13px;
	line-height: 1.55;
}

.mfe-oauth-form {
	display: flex;
	gap: 10px;
}

.mfe-oauth-form button {
	height: 46px;
	border-radius: 8px;
	font: 600 15px 'Archivo Narrow', Arial, sans-serif;
	cursor: pointer;
}

.mfe-oauth-cancel {
	padding: 0 22px;
	border: 1px solid #dcdee2;
	background: #fff;
	color: var(--mfe-text);
}

.mfe-oauth-connect {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	flex: 1;
	border: 0;
	background: linear-gradient(rgba(104, 151, 230, .95), #3d59ab);
	box-shadow: 0 3px 10px rgba(61, 89, 171, .35);
	color: #fff;
}

.mfe-oauth-connect:disabled {
	cursor: default;
	opacity: .85;
}

.mfe-oauth-error {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 24px;
}

.mfe-oauth-error.hidden,
.mfe-oauth-consent.hidden {
	display: none;
}

.mfe-oauth-error > i {
	color: #c0503f;
	font-size: 22px;
}

.mfe-oauth-error strong,
.mfe-oauth-error code,
.mfe-oauth-error p {
	display: block;
}

.mfe-oauth-error strong {
	margin-bottom: 8px;
	color: #25262b;
	font-size: 18px;
}

.mfe-oauth-error code {
	margin-bottom: 8px;
	color: #a03c2d;
}

.mfe-oauth-error p {
	color: var(--mfe-text);
	font-size: 14px;
	line-height: 1.5;
}

.mfe-oauth-return-note {
	margin-top: 18px;
	color: #6f7480;
	font-size: 12.5px;
	line-height: 1.6;
	text-align: center;
}

.mfe-oauth-page > .mfe-home-footer {
	align-self: stretch;
	width: calc(100% + 40px) !important;
	margin: 52px -20px -40px !important;
}

/* Product pricing */
.mfe-pricing-page {
	background: var(--mfe-light-bg);
}

.mfe-pricing-hero {
	border-bottom: 1px solid #000;
	background: radial-gradient(1100px 420px at 50% -10%, rgba(61, 89, 171, .25), transparent 60%), linear-gradient(#16171b, #131417);
}

.mfe-pricing-hero .mfe-public-container {
	padding-top: 26px;
	padding-bottom: 58px;
}

.mfe-pricing-hero .mfe-public-crumbs {
	margin-bottom: 34px;
}

.mfe-pricing-heading {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}

.mfe-pricing-heading h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: -.5px;
	line-height: 1.08;
	text-align: center;
}

.mfe-pricing-heading p {
	margin: 0;
	color: var(--mfe-muted);
	font-size: 19px;
	line-height: 1.55;
}

.mfe-pricing-catalog-meta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 999px;
	background: rgba(255, 255, 255, .04);
	color: #aeb3bf;
	font-size: 12px;
}

.mfe-pricing-catalog-meta i { color: #7f9af0; }

.mfe-pricing-body,
.mfe-pricing-section {
	padding: 68px 0;
	border-bottom: 1px solid var(--mfe-line);
	background: #f3f4f6;
}

.mfe-pricing-section--white { background: #fff; }

.mfe-pricing-tabs {
	display: inline-flex;
	gap: 4px;
	margin-bottom: 48px;
	padding: 5px;
	border: 1px solid #dfe2e8;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(24, 27, 35, .05);
}

.mfe-pricing-tabs button {
	min-width: 150px;
	padding: 11px 18px;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: #626873;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.mfe-pricing-tabs button.is-active {
	background: var(--mfe-blue);
	box-shadow: 0 3px 9px rgba(61, 89, 171, .27);
	color: #fff;
}

.mfe-pricing-tab-panel[hidden] { display: none; }

.mfe-pricing-tab-panel > .mfe-public-section-heading,
.mfe-pricing-section .mfe-public-section-heading {
	max-width: 760px;
	margin-bottom: 38px;
}

.mfe-pricing-tab-panel > .mfe-public-section-heading p,
.mfe-pricing-section .mfe-public-section-heading p {
	color: #6a6f78;
	font-size: 16px;
	line-height: 1.65;
}

.mfe-pricing-grid.mfe-pricing-grid--four {
	margin-top:40px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.mfe-pricing-grid.mfe-pricing-grid--five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.mfe-pricing-grid--five .mfe-pricing-card-body { padding: 21px 18px 23px; }
.mfe-pricing-grid--five .mfe-pricing-price strong { font-size: 32px; }
.mfe-pricing-grid--five .mfe-pricing-price span { font-size: 12px; }
.mfe-pricing-grid--five .mfe-pricing-card-body > p { min-height: 66px; font-size: 13.5px; }
.mfe-pricing-grid--five .mfe-pricing-card-body li { font-size: 13px; }

.mfe-pricing-grid--four .mfe-pricing-card-body { padding: 22px 20px 24px; }
.mfe-pricing-grid--four .mfe-pricing-price strong { font-size: 36px; }
.mfe-pricing-grid--four .mfe-pricing-price span { max-width: 80px; font-size: 12px; line-height: 1.3; }
.mfe-pricing-grid--four .mfe-pricing-card-body > p { min-height: 68px; }

.mfe-pricing-rate {
	min-height: 34px;
	margin: 0 0 14px;
	color: #3d59ab;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.4;
}

.mfe-pricing-rate span {
	display: block;
	color: #777d87;
	font-weight: 400;
}

.mfe-pricing-bundle {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 26px;
	padding: 20px 22px;
	border: 1px solid #cdd6f3;
	border-radius: 10px;
	background: linear-gradient(110deg, #f7f9ff, #fff);
	box-shadow: 0 4px 18px rgba(61, 89, 171, .07);
}

.mfe-pricing-bundle > i {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #3d59ab;
	color: #fff;
}

.mfe-pricing-bundle strong,
.mfe-pricing-bundle span { display: block; }
.mfe-pricing-bundle strong { margin-bottom: 5px; color: #262a32; font-size: 15px; }
.mfe-pricing-bundle span { color: #666c76; font-size: 14px; }
.mfe-pricing-bundle b { color: #2e468e; }

.mfe-pricing-calculator {
	margin-top: 28px;
	padding: 30px;
	border: 1px solid #dfe2e8;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 34px rgba(25, 30, 44, .08);
}

.mfe-pricing-calculator-modes {
	display: inline-flex;
	margin-bottom: 24px;
	padding: 4px;
	border-radius: 9px;
	background: #eef1f6;
}

.mfe-pricing-calculator-modes button {
	padding: 9px 15px;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: #646b77;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.mfe-pricing-calculator-modes button.is-active {
	background: #fff;
	box-shadow: 0 2px 8px rgba(28, 35, 52, .12);
	color: #2f4c9c;
}

.mfe-pricing-calculator-head {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	gap: 14px;
}

.mfe-pricing-calculator-head h3 { margin: 5px 0 0; color: #262a32; font-size: 26px; font-weight: 400; }
.mfe-pricing-calculator-inputs { display: flex; width: 100%; gap: 10px; }
.mfe-pricing-calculator-head label { display: flex; align-items: center; min-width: 230px; border: 1px solid #d8dce4; border-radius: 8px; background: #fafbfc; }
.mfe-pricing-calculator-head label[data-agency-clients-field] { min-width: 175px; }
.mfe-pricing-calculator-head label[hidden] { display: none; }
.mfe-pricing-calculator-head label span { padding-left: 14px; color: #6f7580; font-size: 18px; }
.mfe-pricing-calculator-head input[type="number"] { width: 100%; padding: 12px 14px 12px 5px; border: 0; outline: 0; background: transparent; color: #2a2d35; font: inherit; font-size: 20px; font-weight: 600; }
.mfe-pricing-calculator > input[type="range"] { width: 100%; margin: 28px 0 22px; accent-color: var(--mfe-blue); }

.mfe-pricing-worked-examples[hidden] { display: none; }

.mfe-industry-pricing {
	padding: 68px 0;
	background: #f7f8fa;
}

.mfe-industry-pricing .mfe-pricing-calculator {
	margin-top: 30px;
}

.mfe-industry-pricing-note,
.mfe-industry-pricing-cta {
	max-width: 860px;
	margin: 22px auto 0;
	color: #5f6671;
	font-size: 15.5px;
	line-height: 1.7;
	text-align: center;
}

.mfe-pricing-agency-result {
	padding: 22px;
	border: 1px solid #d49c4a;
	border-radius: 10px;
	background: linear-gradient(120deg, #fffaf0, #fff);
}

.mfe-pricing-agency-result[hidden] { display: none; }
.mfe-pricing-agency-result > span,
.mfe-pricing-agency-result > strong,
.mfe-pricing-agency-result > small { display: block; }
.mfe-pricing-agency-result > span { color: #7d6035; font-size: 12px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; }
.mfe-pricing-agency-result > strong { margin: 5px 0; color: #44321b; font-size: 30px; }
.mfe-pricing-agency-result > small { color: #786c5b; }

.mfe-pricing-worked-examples {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.mfe-pricing-worked-examples span,
.mfe-pricing-worked-examples b { padding: 6px 9px; border-radius: 5px; font-size: 11.5px; }
.mfe-pricing-worked-examples span { color: #757b85; }
.mfe-pricing-worked-examples b { background: #eef2ff; color: #415899; font-weight: 600; }

.mfe-pricing-measurement {
	margin: 20px 0 0;
	padding-top: 18px;
	border-top: 1px solid #eceef2;
	color: #666c76;
	font-size: 13px;
	line-height: 1.65;
}

.mfe-pricing-table-wrap {
	overflow-x: auto;
	border: 1px solid #dfe2e8;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 3px 14px rgba(25, 30, 44, .05);
}

.mfe-pricing-table { width: 100%; border-collapse: collapse; color: #505660; font-size: 14px; }
.mfe-pricing-table th,
.mfe-pricing-table td { padding: 15px 17px; border-bottom: 1px solid #e9ebef; text-align: left; }
.mfe-pricing-table thead th { background: #17191e; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .35px; text-transform: uppercase; }
.mfe-pricing-table tbody th { color: #2d3139; font-weight: 600; }
.mfe-pricing-table tbody tr:last-child th,
.mfe-pricing-table tbody tr:last-child td { border-bottom: 0; }

.mfe-pricing-disclosures {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 15px;
}

.mfe-pricing-disclosures p { display: flex; gap: 9px; margin: 0; padding: 13px 15px; border-radius: 7px; background: #f6f7f9; color: #666c76; font-size: 12.5px; line-height: 1.55; }
.mfe-pricing-disclosures i { margin-top: 3px; color: var(--mfe-blue); }

.mfe-pricing-dv-card {
	display: grid;
	grid-template-columns: minmax(280px, .8fr) minmax(360px, 1.2fr);
	gap: 34px;
	margin-top: 28px;
	padding: 28px;
	border: 1px solid #ccd5f0;
	border-radius: 12px;
	background: linear-gradient(135deg, #f7f9ff, #fff 65%);
	box-shadow: 0 12px 38px rgba(61, 89, 171, .1);
}

.mfe-pricing-dv-card h3 { margin: 7px 0 12px; color: #252a34; font-size: 28px; font-weight: 400; }
.mfe-pricing-dv-card p { color: #666d78; font-size: 14px; line-height: 1.65; }
.mfe-pricing-dv-card ul { margin: 16px 0; padding: 0; list-style: none; }
.mfe-pricing-dv-card li { margin: 8px 0; color: #4f5661; font-size: 13.5px; }
.mfe-pricing-dv-card li i { width: 20px; color: var(--mfe-blue); }
.mfe-pricing-dv-card > div:last-child > strong { display: block; color: #334b95; font-size: 14px; }
.mfe-pricing-dv-card small { display: block; margin-top: 13px; color: #858b95; line-height: 1.5; }

.mfe-pricing-dv-preview { overflow: hidden; min-height: 260px; border: 1px solid #d9dde7; border-radius: 9px; background: #fff; box-shadow: 0 10px 25px rgba(37, 43, 58, .12); }
.mfe-pricing-dv-browser { display: flex; gap: 5px; padding: 10px; background: #1b1d22; }
.mfe-pricing-dv-browser span { width: 7px; height: 7px; border-radius: 50%; background: #6b707b; }
.mfe-pricing-dv-chart { position: relative; height: 145px; margin: 20px; border-bottom: 1px solid #e7e9ee; }
.mfe-pricing-dv-chart i { position: absolute; top: 4px; right: 4px; color: #4965ba; }
.mfe-pricing-dv-chart b { position: absolute; bottom: 0; width: 15%; border-radius: 4px 4px 0 0; background: linear-gradient(#627bc7, #3d59ab); }
.mfe-pricing-dv-chart b:nth-of-type(1) { left: 5%; height: 35%; }
.mfe-pricing-dv-chart b:nth-of-type(2) { left: 28%; height: 62%; }
.mfe-pricing-dv-chart b:nth-of-type(3) { left: 51%; height: 48%; }
.mfe-pricing-dv-chart b:nth-of-type(4) { left: 74%; height: 82%; }
.mfe-pricing-dv-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 0 20px 20px; }
.mfe-pricing-dv-kpis span { height: 37px; border-radius: 5px; background: #f0f2f7; }

.mfe-pricing-dv-actions { display: flex; align-items: center; gap: 14px; margin-top: 16px; }
.mfe-pricing-disabled-cta { display: inline-flex; padding: 10px 13px; border-radius: 6px; background: #e6e8ed; color: #777d87; font-size: 12px; font-weight: 600; }
.mfe-pricing-dv-actions a { color: var(--mfe-blue); font-size: 13px; font-weight: 600; }

.mfe-pricing-roster { display: flex; flex-wrap: wrap; gap: 8px; }
.mfe-pricing-roster span { padding: 8px 11px; border: 1px solid #e0e3e9; border-radius: 999px; background: #f8f9fb; color: #555c67; font-size: 12px; }

.mfe-pricing-faq > .mfe-public-container > div:last-child { overflow: hidden; border: 1px solid #dfe2e8; border-radius: 11px; background: #fff; }
.mfe-pricing-faq details { border-bottom: 1px solid #e7e9ed; }
.mfe-pricing-faq details:last-child { border-bottom: 0; }
.mfe-pricing-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 20px; color: #30343c; font-size: 15px; font-weight: 600; cursor: pointer; list-style: none; }
.mfe-pricing-faq summary::-webkit-details-marker { display: none; }
.mfe-pricing-faq summary i { color: #77809a; font-size: 11px; }
.mfe-pricing-faq details[open] summary i { transform: rotate(45deg); }
.mfe-pricing-faq details p { margin: 0; padding: 0 20px 20px; color: #666d77; font-size: 14px; line-height: 1.65; }

.mfe-pricing-plans {
	padding: 64px 0 72px;
	border-bottom: 1px solid var(--mfe-line);
	background: #f3f4f6;
}

.mfe-pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	align-items: stretch;
}

.mfe-pricing-card {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid #e4e6ea;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.mfe-pricing-card.is-featured {
	border: 2px solid var(--mfe-blue);
	box-shadow: 0 14px 40px rgba(61, 89, 171, .18);
}

.mfe-pricing-card.is-agency {
	border: 2px solid #d49c4a;
	box-shadow: 0 12px 34px rgba(122, 84, 31, .14);
}

.mfe-pricing-card.is-agency > header { background: linear-gradient(110deg, #2d251a, #4d3b20); }

.mfe-pricing-card > header {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 44px;
	padding: 0 18px;
	border-top: 1px solid #6a7080;
	background: linear-gradient(#141518, #1c1d22);
}

.mfe-pricing-card > header > span:first-child {
	flex: 1;
	color: #fff;
	font-size: 17px;
}

.mfe-pricing-flag {
	padding: 3px 9px;
	border-radius: 4px;
	background: var(--mfe-blue);
	color: #fff;
	font-size: 11.5px;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.mfe-pricing-flag.is-agency { background: #d49c4a; color: #2e2417; }

.mfe-pricing-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px 24px 26px;
}

.mfe-pricing-ladder-label {
	margin-bottom: 9px;
	color: #69718a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.mfe-pricing-price {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin-bottom: 6px;
	width:214px;
}

.mfe-pricing-price strong {
	color: #2a2c33;
	font-size: 44px;
	font-weight: 600;
}

.mfe-pricing-price span {
	color: #8a8f98;
	font-size: 14.5px;
}

.mfe-pricing-card-body > p {
	margin: 0 0 18px;
	color: #6a6f78;
	font-size: 14.5px;
	line-height: 1.55;
}

.mfe-pricing-card-body ul {
	flex: 0 0 auto;
	margin: 0;
	padding: 16px 0 0;
	border-top: 1px solid #edeef0;
	list-style: none;
}

.mfe-pricing-card-body li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 11px;
	color: #4a4f57;
	font-size: 14.5px;
	line-height: 1.5;
}

.mfe-pricing-card-body li i {
	margin-top: 4px;
	color: var(--mfe-blue);
	font-size: 12px;
}

.mfe-pricing-unlimited-icon {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 14px;
	margin-top: 1px;
	color: var(--mfe-blue);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.mfe-pricing-card-playbooks {
	margin-top: 18px;
	margin-bottom: 20px;
	padding-top: 16px;
	border-top: 1px solid #edeef0;
}

.mfe-pricing-card-playbooks h3 {
	margin: 0 0 10px;
	color: #2a2c33;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.mfe-pricing-card-body .mfe-pricing-card-playbooks ul {
	margin: 0;
	padding: 0;
	border: 0;
}

.mfe-pricing-card-body .mfe-pricing-card-playbooks li {
	position: relative;
	margin: 0 0 7px;
	padding-left: 16px;
	font-size: 13px;
}

.mfe-pricing-card-body .mfe-pricing-card-playbooks li > span:first-child { flex: 1; }
.mfe-pricing-playbook-inherits { margin: 0 0 10px !important; color: #6c7280 !important; font-size: 12px !important; font-weight: 600; min-height: 0 !important; }

.mfe-pricing-card-body .mfe-pricing-card-playbooks li:before {
	position: absolute;
	left: 0;
	color: var(--mfe-blue);
	/* content: '\\2713'; */
}

.mfe-pricing-agency-ladder {
	margin-top: 5px;
	padding-top: 14px;
	border-top: 1px solid #ece6da;
}

.mfe-pricing-agency-ladder p {
	margin: 0 0 10px;
	color: #6f6557;
	font-size: 12px;
	line-height: 1.5;
}

.mfe-pricing-agency-ladder table { width: 100%; border-collapse: collapse; color: #655844; font-size: 11.5px; }
.mfe-pricing-agency-ladder th,
.mfe-pricing-agency-ladder td { padding: 5px 0; border-top: 1px solid #eee7db; text-align: left; }
.mfe-pricing-agency-ladder td { font-weight: 700; text-align: right; }
.mfe-pricing-card-body > p.mfe-pricing-agency-trial { min-height: 0; margin: 10px 0 0; color: #726956; font-size: 11.5px; line-height: 1.45; text-align: center; }

.mfe-pricing-plan-cta {
	display: block;
	margin-top: auto;
	padding: 13px 0;
	border: 1px solid #d7dade;
	border-radius: 8px;
	background: #fff;
	color: var(--mfe-blue);
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
}

.mfe-pricing-card.is-featured .mfe-pricing-plan-cta {
	border-color: var(--mfe-blue);
	background: var(--mfe-blue);
	box-shadow: 0 3px 10px rgba(61, 89, 171, .35);
	color: #fff;
}

.mfe-pricing-card .mfe-pricing-plan-cta.is-primary {
	padding-top: 15px;
	padding-bottom: 15px;
	border-color: var(--mfe-blue);
	background: var(--mfe-blue);
	box-shadow: 0 3px 10px rgba(61, 89, 171, .35);
	color: #fff;
	font-size: 17px;
}

.mfe-pricing-card--enterprise .mfe-pricing-price strong { font-size: 25px; line-height: 1.2; }

.mfe-pricing-fine-print {
	margin: 22px 0 0;
	color: #8a8f98;
	font-size: 14px;
	text-align: center;
}

.mfe-pricing-included {
	padding: 64px 0;
	background: #fff;
}

.mfe-pricing-included .mfe-public-section-heading {
	margin-bottom: 42px;
}

.mfe-pricing-included-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.mfe-pricing-included-grid article {
	padding: 8px 12px;
	text-align: center;
}

.mfe-pricing-included-grid article > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 12px;
	border-radius: 10px;
	background: rgba(61, 89, 171, .1);
	color: var(--mfe-blue);
	font-size: 18px;
}

.mfe-pricing-included-grid h3 {
	margin: 0 0 6px;
	color: #2a2c33;
	font-size: 18px;
	font-weight: 400;
}

.mfe-pricing-included-grid p {
	margin: 0;
	color: #6a6f78;
	font-size: 14px;
	line-height: 1.55;
}

.mfe-pricing-help {
	padding: 64px 0;
	border-top: 1px solid #e4e6ea;
	background: #f3f4f6;
	text-align: center;
}

.mfe-pricing-help h2 {
	margin: 0 0 14px;
	color: #2a2c33;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
}

.mfe-pricing-help > .mfe-public-container > p {
	max-width: 560px;
	margin: 0 auto 30px;
	color: #6a6f78;
	font-size: 18px;
	line-height: 1.55;
	text-align: center;
}

/* Trust Center extensions */
.mfe-trust-flow {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-bottom: 24px;
}

.mfe-trust-flow article {
	position: relative;
	padding: 20px;
	border: 1px solid var(--mfe-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.mfe-trust-flow article > strong {
	position: absolute;
	top: 16px;
	right: 16px;
	color: #c8ccd5;
	font-size: 13px;
	letter-spacing: 1px;
}

.mfe-trust-flow article > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: rgba(61, 89, 171, .1);
	color: var(--mfe-blue);
	font-size: 15px;
}

.mfe-trust-flow h3 {
	margin: 14px 0 5px;
	color: #2a2c33;
	font-size: 18px;
	font-weight: 600;
}

.mfe-trust-flow p {
	margin: 0;
	color: #6a6f78;
	font-size: 13.5px;
	line-height: 1.5;
}

.mfe-api-intro {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-bottom: 24px;
}

.mfe-api-intro > div {
	padding: 18px 20px;
	border: 1px solid #34363d;
	border-radius: 9px;
	background: #1c1d22;
}

.mfe-api-intro span,
.mfe-api-intro code {
	display: block;
}

.mfe-api-intro span {
	margin-bottom: 7px;
	color: #8d929d;
	font-size: 11px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.mfe-api-intro code {
	overflow-wrap: anywhere;
	color: #cfd9f5;
	background-color:#1c1d22;
	font-family: Menlo, Monaco, Consolas, monospace;
	font-size: 12px;
}

.mfe-security-widget code,
.mfe-security-prose code,
.mfe-api-table code {
	padding: 1px 5px;
	border-radius: 4px;
	background: #f0f2f6;
	color: #304a8c;
	font-family: Menlo, Monaco, Consolas, monospace;
	font-size: .86em;
}

.mfe-api-table td:nth-child(1),
.mfe-api-table th:nth-child(1) {
	width: 105px;
	text-align: left;
}

.mfe-api-table td:nth-child(3),
.mfe-api-table th:nth-child(3) {
	width: 135px;
	text-align: left;
}

.mfe-api-guide-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 24px;
}

.mfe-api-guide-links > a {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: 21px;
	border: 1px solid var(--mfe-line);
	border-radius: 11px;
	background: linear-gradient(145deg, #fff 0%, #f7f8fb 100%);
	box-shadow: 0 8px 24px rgba(22, 25, 33, .07);
	color: var(--mfe-text);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mfe-api-guide-links > a:hover {
	border-color: #aab8df;
	box-shadow: 0 14px 30px rgba(22, 25, 33, .12);
	transform: translateY(-2px);
}

.mfe-api-guide-links > a > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: #1a1c22;
	color: #9ab8ff;
	font-size: 21px;
}

.mfe-api-guide-links small {
	display: block;
	margin-bottom: 3px;
	color: var(--mfe-blue);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.mfe-api-guide-links h2 {
	margin: 0 0 5px;
	color: #292c33;
	font-size: 19px;
	font-weight: 500;
}

.mfe-api-guide-links p {
	margin: 0;
	color: #6a6f78;
	font-size: 13.5px;
	line-height: 1.5;
}

.mfe-api-guide-links > a > i {
	color: #8a8f99;
	font-size: 13px;
}

.mfe-api-examples {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 24px;
}

.mfe-api-examples article {
	overflow: hidden;
	border: 1px solid var(--mfe-line);
	border-radius: 10px;
	background: #fff;
}

.mfe-api-examples article > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 16px;
	border-top: 1px solid #6a7080;
	background: linear-gradient(#141518, #1c1d22);
}

.mfe-api-examples header span {
	color: #fff;
	font-size: 15px;
}

.mfe-api-examples header code {
	color: #8fb5f3;
	font-family: Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
}

.mfe-api-examples pre {
	overflow-x: auto;
	margin: 0;
	padding: 18px;
	background: #212329;
	white-space: pre;
}

.mfe-api-examples pre.is-response {
	border-top: 1px solid #34363d;
	background: #181a1f;
}

.mfe-api-examples pre code {
	color: #d9deea;
	font-family: Menlo, Monaco, Consolas, monospace;
	font-size: 11.5px;
	line-height: 1.65;
}

.mfe-api-examples article > p {
	margin: 0;
	padding: 16px 18px;
	color: #656a75;
	font-size: 13.5px;
	line-height: 1.6;
}

.mfe-api-examples article > p code {
	overflow-wrap: anywhere;
	color: var(--mfe-blue);
	font-family: Menlo, Monaco, Consolas, monospace;
	font-size: 11.5px;
}

.mfe-api-detail-examples pre {
	max-height: 580px;
}

.mfe-api-endpoint {
	margin: 42px 0 50px;
	padding-top: 8px;
	scroll-margin-top: 90px;
}

.mfe-api-endpoint-heading {
	margin-bottom: 18px;
	padding: 24px 26px;
	border: 1px solid #d9dde7;
	border-left: 4px solid var(--mfe-blue);
	border-radius: 10px;
	background: linear-gradient(145deg, #fff 0%, #f5f7fb 100%);
}

.mfe-api-endpoint-heading > div {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 13px;
}

.mfe-api-endpoint-heading > div > span {
	padding: 5px 9px;
	border-radius: 5px;
	background: #1c1d22;
	color: #a9c2ff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .7px;
}

.mfe-api-endpoint-heading > div > code {
	overflow-wrap: anywhere;
	color: #304a8c;
	font-family: Menlo, Monaco, Consolas, monospace;
	font-size: 12px;
}

.mfe-api-endpoint-heading h2 {
	margin: 0 0 8px;
	color: #292c33;
	font-size: 28px;
	font-weight: 500;
}

.mfe-api-endpoint-heading p {
	margin: 0;
	color: #626873;
	font-size: 15px;
	line-height: 1.65;
}

.mfe-api-endpoint-heading p code,
.mfe-api-series code {
	padding: 1px 5px;
	border-radius: 4px;
	background: #e9edf6;
	color: #304a8c;
	font-family: Menlo, Monaco, Consolas, monospace;
	font-size: .86em;
}

.mfe-api-endpoint-index a {
	color: inherit;
}

.mfe-api-field-table th:nth-child(1),
.mfe-api-field-table td:nth-child(1) {
	width: 150px;
	text-align: left;
}

.mfe-api-field-table th:nth-child(2),
.mfe-api-field-table td:nth-child(2) {
	width: 150px;
	text-align: left;
}

.mfe-api-field-table th:nth-child(3),
.mfe-api-field-table td:nth-child(3) {
	width: 145px;
	text-align: left;
}

.mfe-api-field-table th:nth-child(4),
.mfe-api-field-table td:nth-child(4) {
	width: auto;
	text-align: left;
}

.mfe-api-series p:first-child {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.mfe-api-series p:first-child code {
	display: inline-block;
}

.mfe-api-parameter-table td:nth-child(1),
.mfe-api-parameter-table th:nth-child(1) {
	width: 120px;
	text-align: left;
}

.mfe-api-parameter-table td:nth-child(2),
.mfe-api-parameter-table th:nth-child(2),
.mfe-api-parameter-table td:nth-child(3),
.mfe-api-parameter-table th:nth-child(3) {
	width: 120px;
	text-align: left;
}

.mfe-api-parameter-table code {
	padding: 1px 5px;
	border-radius: 4px;
	background: #f0f2f6;
	color: #304a8c;
	font-family: Menlo, Monaco, Consolas, monospace;
	font-size: .86em;
}

.mfe-status-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
	padding: 24px 28px;
	border: 1px solid #bfe0c9;
	border-radius: 10px;
	background: #e9f3ec;
}

.mfe-status-banner > div {
	display: flex;
	align-items: center;
	gap: 14px;
}

.mfe-status-pulse {
	width: 14px;
	height: 14px;
	border: 3px solid #bde0c8;
	border-radius: 50%;
	background: var(--mfe-green);
	box-shadow: 0 0 0 6px rgba(47, 143, 107, .1);
}

.mfe-status-banner h2 {
	margin: 0 0 2px;
	color: #225c45;
	font-size: 24px;
	font-weight: 600;
}

.mfe-status-banner p {
	margin: 0;
	color: #47715f;
	font-size: 14px;
}

.mfe-status-banner > small {
	color: #5d826f;
	font-size: 12px;
	text-transform: uppercase;
}

.mfe-status-services > div {
	padding: 0;
}

.mfe-status-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 15px 18px;
	border-top: 1px solid #edeef0;
}

.mfe-status-row:first-child {
	border-top: 0;
}

.mfe-status-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--mfe-green);
	box-shadow: 0 0 0 4px rgba(47, 143, 107, .12);
}

.mfe-status-row > div {
	flex: 1;
}

.mfe-status-row strong {
	color: #2a2c33;
	font-size: 15px;
}

.mfe-status-row p {
	margin: 2px 0 0;
	color: #858a94;
	font-size: 12.5px;
}

.mfe-status-row small {
	padding: 3px 10px;
	border-radius: 20px;
	background: #e7f3ec;
	color: var(--mfe-green);
	font-size: 12px;
	font-weight: 600;
}

/* Public connector catalog */
.mfe-catalog-page {
	min-height: 100vh;
	background: var(--mfe-light-bg);
}

.mfe-catalog-header {
	border-bottom: 1px solid #000;
	background: radial-gradient(900px 340px at 26% 0, rgba(61, 89, 171, .2), transparent 62%), linear-gradient(#17181c, #131417);
}

.mfe-catalog-header .mfe-public-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-top: 44px;
	padding-bottom: 44px;
}

.mfe-catalog-header h1 {
	margin: 6px 0 10px;
	color: #fff;
	font-size: 46px;
	font-weight: 400;
}

.mfe-catalog-header p {
	max-width: 720px;
	margin: 0;
	color: var(--mfe-muted);
	font-size: 17px;
	line-height: 1.55;
}

.mfe-catalog-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	max-width: 1440px;
	min-height: 760px;
	margin: 0 auto;
}

.mfe-catalog-sidebar {
	padding: 24px 0 34px;
	border-right: 1px solid #131417;
	background: #282a30;
}

.mfe-catalog-side-title {
	padding: 0 20px 12px;
	color: rgba(255, 255, 255, .45);
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.mfe-catalog-category {
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	padding: 9px 18px;
	border: 0;
	border-left: 3px solid transparent;
	background: transparent;
	color: #e4e6ea;
	font-family: inherit;
	cursor: pointer;
	text-align: left;
}

.mfe-catalog-category > span {
	width: 9px;
	height: 9px;
	border-radius: 2px;
	background: #6f7480;
}

.mfe-catalog-category strong {
	overflow: hidden;
	flex: 1;
	font-size: 14px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mfe-catalog-category small {
	min-width: 22px;
	padding: 1px 8px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .06);
	color: #7d828c;
	font-size: 12px;
	text-align: center;
}

.mfe-catalog-category:hover,
.mfe-catalog-category.is-active {
	border-left-color: var(--mfe-blue);
	background: rgba(61, 89, 171, .16);
}

.mfe-catalog-category.is-active small {
	background: var(--mfe-blue);
	color: #fff;
}

.mfe-catalog-side-note {
	display: flex;
	gap: 10px;
	margin: 18px 0 0;
	padding: 14px;
	border: 1px solid #dce3ef;
	border-radius: 8px;
	background: #f6f8fc;
	color: #6a6f78;
}

.mfe-catalog-side-note > i {
	margin-top: 2px;
	color: var(--mfe-blue-light);
}

.mfe-catalog-side-note strong {
	color: #2a2c33;
	font-size: 13px;
}

.mfe-catalog-side-note p {
	margin: 5px 0 0;
	font-size: 11.5px;
	line-height: 1.5;
}

.mfe-catalog-main {
	min-width: 0;
	padding: 0;
	background: transparent;
}

.mfe-catalog-manage {
	margin-bottom: 24px;
}

.mfe-catalog-manage > a i {
	margin-right: 6px;
}

.mfe-catalog-filter-widget > div {
	padding: 18px;
}

.mfe-catalog-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #edeef0;
}

.mfe-catalog-categories .mfe-catalog-category {
	flex: 0 0 auto;
	width: auto;
	padding: 7px 10px;
	border: 1px solid #dfe2e8;
	border-radius: 7px;
	background: #fff;
	color: #4f5560;
	white-space: nowrap;
}

.mfe-catalog-categories .mfe-catalog-category:hover,
.mfe-catalog-categories .mfe-catalog-category.is-active {
	border-color: var(--mfe-blue);
	background: rgba(61, 89, 171, .09);
	color: var(--mfe-blue);
}

.mfe-catalog-categories .mfe-catalog-category small {
	background: #eef0f4;
	color: #6f7480;
}

.mfe-catalog-categories .mfe-catalog-category.is-active small {
	background: var(--mfe-blue);
	color: #fff;
}

.mfe-catalog-toolbar {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 0;
}

.mfe-catalog-toolbar > label:first-child {
	position: relative;
	flex: 1;
}

.mfe-catalog-toolbar > label:first-child i {
	position: absolute;
	top: 50%;
	left: 14px;
	color: #6f7480;
	transform: translateY(-50%);
}

.mfe-catalog-toolbar input,
.mfe-catalog-toolbar select {
	height: 44px;
	border: 1px solid #d8dbe1;
	border-radius: 8px;
	outline: none;
	background: #fff;
	color: #2a2c33;
	font-family: inherit;
	font-size: 14px;
}

.mfe-catalog-toolbar input {
	width: 100%;
	padding: 0 14px 0 40px;
}

.mfe-catalog-toolbar input:focus,
.mfe-catalog-toolbar select:focus {
	border-color: var(--mfe-blue-light);
}

.mfe-catalog-sort {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mfe-catalog-sort > span {
	color: #6a6f78;
	font-size: 13px;
}

.mfe-catalog-sort select {
	padding: 0 30px 0 12px;
}

.mfe-catalog-result {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.mfe-catalog-result strong {
	color: #2a2c33;
	font-size: 15px;
}

.mfe-catalog-result button {
	visibility: hidden;
	border: 0;
	background: transparent;
	color: var(--mfe-blue-light);
	font-family: inherit;
	font-size: 13px;
	cursor: pointer;
}

.mfe-catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mfe-catalog-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 18px;
	border: 1px solid #e4e6ea;
	border-top: 3px solid #e4e6ea;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
	animation: mfeFade .3s ease both;
}

.mfe-catalog-card-head {
	display: flex;
	align-items: flex-start;
	gap: 13px;
}

.mfe-catalog-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background: rgba(61, 89, 171, .12);
	color: var(--mfe-blue);
	font-size: 21px;
}

.mfe-catalog-card-head > div {
	min-width: 0;
	flex: 1;
}

.mfe-catalog-card h2 {
	margin: 0;
	color: #2a2c33;
	font-size: 17px;
	font-weight: 700;
}

.mfe-catalog-card-head > div > span {
	display: inline-block;
	margin-top: 5px;
	padding: 2px 8px;
	border-radius: 4px;
	background: rgba(61, 89, 171, .1);
	color: var(--mfe-blue);
	font-size: 11px;
	letter-spacing: .45px;
	text-transform: uppercase;
}

.mfe-catalog-card-head > small {
	padding: 2px 8px;
	border-radius: 20px;
	background: #e7f3ec;
	color: var(--mfe-green);
	font-size: 10.5px;
	font-weight: 600;
}

.mfe-catalog-card > p {
	flex: 1;
	margin: 14px 0;
	color: #6a6f78;
	font-size: 13.5px;
	line-height: 1.55;
}

.mfe-catalog-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 13px;
	border-top: 1px solid #edeef0;
}

.mfe-catalog-meta span {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #858a94;
	font-size: 12px;
}

.mfe-catalog-card-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 13px;
}

.mfe-catalog-card-actions > span {
	color: #9297a1;
	font-size: 11.5px;
}

.mfe-catalog-card-actions > span i {
	margin-right: 5px;
	color: var(--mfe-green);
}

.mfe-catalog-card-actions a {
	padding: 8px 11px;
	border-radius: 7px;
	background: var(--mfe-blue);
	color: #fff;
	font-size: 12.5px;
	font-weight: 600;
	white-space: nowrap;
}

.mfe-catalog-card-actions a i {
	margin-left: 5px;
}

.mfe-catalog-empty {
	display: none;
	padding: 80px 20px;
	border: 1px dashed #cfd3da;
	border-radius: 12px;
	background: #fff;
	text-align: center;
}

.mfe-catalog-empty i {
	color: #3e424b;
	font-size: 44px;
}

.mfe-catalog-empty h2 {
	margin: 18px 0 7px;
	color: #2a2c33;
	font-size: 19px;
	font-weight: 600;
}

.mfe-catalog-empty p {
	margin: 0;
	color: #6f7480;
	font-size: 14px;
}

.mfe-catalog-page > .mfe-public-mini-footer .mfe-public-container > div {
	display: flex;
	gap: 18px;
}

@keyframes mfeFade {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: none; }
}

@keyframes mfePulse {
	0%, 100% { opacity: 1; }
	50% { opacity: .35; }
}

@media (max-width: 960px) {
	.mfe-public-nav {
		padding: 0 20px;
	}

	.mfe-public-nav-menu {
		display: block;
		margin-left: auto;
		padding: 10px;
		color: #cfd2d8;
		font-size: 22px;
		cursor: pointer;
	}

	.mfe-public-nav-links {
		position: absolute;
		top: 75px;
		left: 0;
		display: none;
		align-items: stretch;
		width: 100%;
		padding: 14px 20px 20px;
		border-bottom: 1px solid #000;
		background: #17181c;
	}

	.mfe-public-nav-toggle:checked ~ .mfe-public-nav-links {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.mfe-public-nav-link,
	.mfe-public-nav-demo {
		padding: 10px 12px;
	}

	.mfe-public-nav-dropdown {
		width: 100%;
	}

	.mfe-public-nav-dropdown summary {
		justify-content: space-between;
	}

	.mfe-public-nav-dropdown-menu {
		position: static;
		width: 100%;
		margin-top: 4px;
		border-color: #32343b;
		background: #202126;
		box-shadow: none;
	}

	.mfe-public-nav-dropdown-menu a {
		padding-left: 24px;
		border-bottom-color: #30323a;
		color: #cfd2d8 !important;
	}

	.mfe-public-nav-dropdown-menu a:hover,
	.mfe-public-nav-dropdown-menu a:focus {
		background: #292b31;
		color: #fff !important;
	}

	.mfe-product-hero-grid,
	.mfe-public-home-admin,
	.mfe-security-layout {
		grid-template-columns: 1fr !important;
	}

	.mfe-public-card-grid,
	.mfe-public-home-products,
	.mfe-public-home-platform,
	.mfe-product-steps {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.mfe-home-band .mfe-public-container,
	.mfe-home-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mfe-product-preview {
		max-width: 650px;
	}

	.mfe-pricing-grid {
		grid-template-columns: 1fr;
		max-width: 680px;
		margin-right: auto;
		margin-left: auto;
	}

	.mfe-pricing-grid.mfe-pricing-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}

	.mfe-pricing-grid.mfe-pricing-grid--five {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}

	.mfe-pricing-dv-card { grid-template-columns: 1fr; }

	.mfe-pricing-included-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mfe-trust-flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mfe-api-examples {
		grid-template-columns: 1fr;
	}

	.mfe-api-guide-links {
		grid-template-columns: 1fr;
	}

	.mfe-catalog-layout {
		grid-template-columns: 1fr;
	}

	.mfe-catalog-sidebar {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding: 14px 18px;
		border-right: 0;
		border-bottom: 1px solid #292c31;
	}

	.mfe-catalog-side-title {
		display: none;
	}

	.mfe-catalog-category {
		flex: 0 0 auto;
		width: auto;
		white-space: nowrap;
	}

	.mfe-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.mfe-public-container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.mfe-public-brand img,
	.mfe-auth-brand img,
	.mfe-oauth-brand img {
		width: 176px;
		height: auto;
	}

	.mfe-public-section,
	.mfe-public-cta {
		padding: 52px 0;
	}

	.mfe-public-section-heading h2,
	.mfe-public-cta h2 {
		font-size: 34px;
	}

	.mfe-home-hero h1 {
		font-size: 44px;
	}

	.mfe-product-hero-copy h1 {
		font-size: 42px;
	}

	.mfe-public-card-grid,
	.mfe-public-home-products,
	.mfe-public-home-platform,
	.mfe-product-steps,
	.mfe-product-more-grid,
	.mfe-security-callouts,
	.mfe-chart-type-grid {
		grid-template-columns: 1fr !important;
	}

	.mfe-api-guide-links > a {
		grid-template-columns: 44px minmax(0, 1fr);
		padding: 17px;
	}

	.mfe-api-guide-links > a > span {
		width: 44px;
		height: 44px;
		border-radius: 12px;
	}

	.mfe-api-guide-links > a > i {
		display: none;
	}

	.mfe-api-endpoint-heading {
		padding: 20px;
	}

	.mfe-api-endpoint-heading > div {
		align-items: flex-start;
		flex-direction: column;
	}

	.mfe-api-endpoint-heading h2 {
		font-size: 24px;
	}

	.mfe-product-preview-row {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.mfe-product-preview-row > span {
		min-width: calc(100% - 30px);
	}

	.mfe-product-preview-row > strong {
		margin-left: 26px;
	}

	.mfe-product-preview-stats {
		grid-template-columns: 1fr;
	}

	.mfe-home-band .mfe-public-container,
	.mfe-home-footer-grid {
		grid-template-columns: 1fr;
	}

	.mfe-security-inline-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.mfe-public-mini-footer .mfe-public-container,
	.mfe-home-footer-bottom,
	.mfe-security-footer-bottom {
		align-items: flex-start !important;
		flex-direction: column;
		gap: 10px;
	}

	.mfe-secure-pill span {
		display: none;
	}

	.mfe-oauth-page {
		padding-right: 16px;
		padding-left: 16px;
	}

	.mfe-login-options {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.mfe-pricing-hero h1 {
		font-size: 40px;
	}

	.mfe-pricing-included-grid,
	.mfe-trust-flow,
	.mfe-api-intro,
	.mfe-catalog-grid {
		grid-template-columns: 1fr;
	}

	.mfe-pricing-grid.mfe-pricing-grid--four,
	.mfe-pricing-grid.mfe-pricing-grid--five,
	.mfe-pricing-disclosures,
	.mfe-pricing-dv-card { grid-template-columns: 1fr; }

	.mfe-pricing-tabs,
	.mfe-pricing-calculator-head,
	.mfe-pricing-calculator-inputs,
	.mfe-pricing-dv-actions { align-items: stretch; flex-direction: column; }

	.mfe-pricing-tabs { display: flex; }
	.mfe-pricing-grid--four .mfe-pricing-card--standard { order: 1; }
	.mfe-pricing-grid--four .mfe-pricing-card--basic { order: 2; }
	.mfe-pricing-grid--four .mfe-pricing-card--premium { order: 3; }
	.mfe-pricing-grid--four .mfe-pricing-card--enterprise { order: 4; }
	.mfe-pricing-card.is-featured { transform: none; }
	.mfe-pricing-calculator { padding: 20px; }
	.mfe-pricing-calculator-head label { min-width: 0; }
	.mfe-pricing-bundle { align-items: flex-start; }

	.mfe-pricing-help,
	.mfe-status-banner,
	.mfe-catalog-header .mfe-public-container,
	.mfe-catalog-toolbar,
	.mfe-catalog-result {
		align-items: flex-start;
		flex-direction: column;
	}

	.mfe-catalog-header h1 {
		font-size: 40px;
	}

	.mfe-catalog-header .mfe-public-btn,
	.mfe-catalog-toolbar > label,
	.mfe-catalog-sort {
		width: 100%;
	}

	.mfe-catalog-main {
		padding: 0;
	}

	.mfe-catalog-card-actions {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.mfe-industry-content .grid2,
	.mfe-industry-content .grid3,
	.mfe-industry-content .gridct {
		grid-template-columns: minmax(0, 1fr);
	}

	.mfe-industry-content h1[style] {
		font-size: 36px !important;
	}

	.mfe-request-access-hero {
		padding: 50px 20px 46px;
	}

	.mfe-request-access-hero h1 {
		font-size: 34px;
	}

	.mfe-request-access-main {
		padding-right: 20px;
		padding-left: 20px;
	}

	.mfe-request-access-cols,
	.mfe-request-access-notes {
		grid-template-columns: 1fr;
	}
}
