/*!
Theme Name: Algorithm Hospitality
Theme URI: http://underscores.me/
Author: CNCTOR
Author URI: https://cnctor.jp/
Description: Custom WordPress theme for Algorithm Hospitality Inc.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: algohospitality
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Algorithm Hospitality is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
	- Site layout
# Components
	- Container
	- Header
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Search form
	- Media
	- Captions
	- Galleries
	- Footer
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --color-navy: rgb(13, 27, 62);
  --color-blue: #1a56db;
  --color-blue-light: #58a6e8;
  --color-cta: #c6462a;
  --color-cta-mid: #d45a2e;
  --color-cta-light: #e8783a;
  --color-primary: #1a56db;
  --color-secondary: rgb(13, 27, 62);
  --color-accent: #c6462a;
  --color-text: rgb(13, 27, 62);
  --color-muted: rgb(55, 71, 110);
  --color-light: #f9f9f9;
  --color-border: #e5e5e5;
  --color-white: #ffffff;
  --font-family: M PLUS 2, sans-serif;
  --font-family-en: Outfit, M PLUS 2, sans-serif;
  --font-size-base: 16px;
  --font-line-height-base: 1.5;
  --container-width: 1200px;
  --container-lp: 1160px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color-text, rgb(13, 27, 62));
  font-family: var(--font-family, M PLUS 2, sans-serif);
  font-size: var(--font-size-base, 16px);
  line-height: var(--font-line-height-base, 1.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f9f9f9;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted rgb(13, 27, 62);
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background-color: var(--color-light, #f9f9f9);
  color: var(--color-text, rgb(13, 27, 62));
}

body.page-b2b-lp,
body.has-b2b-chrome {
  background-color: #ffffff;
  color: rgb(13, 27, 62);
}

hr {
  background-color: #e5e5e5;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--color-primary, #1a56db);
}
a:visited {
  color: var(--color-secondary, rgb(13, 27, 62));
}
a:hover, a:focus, a:active {
  color: var(--color-secondary, rgb(13, 27, 62));
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.wp-element-button {
  border: 1px solid var(--color-primary, #1a56db);
  border-radius: 3px;
  background-color: var(--color-primary, #1a56db);
  color: var(--color-white, #ffffff);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  cursor: pointer;
}
button:hover, button:active, button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
.wp-element-button:hover,
.wp-element-button:active,
.wp-element-button:focus {
  border-color: var(--color-secondary, rgb(13, 27, 62));
  background-color: var(--color-secondary, rgb(13, 27, 62));
  color: var(--color-white, #ffffff);
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
.wp-element-button:focus {
  outline: 2px solid var(--color-secondary, rgb(13, 27, 62));
  outline-offset: 2px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: rgb(13, 27, 62);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: rgb(13, 27, 62);
}

select {
  border: 1px solid #e5e5e5;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Site layout
--------------------------------------------- */
.site-content {
  padding: 40px 0;
}

.site-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}
.site-layout__main {
  min-width: 0;
}
.site-layout__sidebar {
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .site-layout--has-sidebar {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
    align-items: start;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Container
--------------------------------------------- */
.container {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--container-width, 1200px);
  margin: 0 auto;
  padding: 0 12px;
}
@media screen and (min-width: 480px) {
  .container {
    padding: 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

/* Header
--------------------------------------------- */
.site-header {
  padding: 20px 0;
  background-color: var(--color-white, #ffffff);
  border-bottom: 1px solid var(--color-border, #e5e5e5);
}
.site-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.site-header a {
  color: var(--color-primary, #1a56db);
  text-decoration: none;
}
.site-header a:hover, .site-header a:focus {
  color: var(--color-secondary, rgb(13, 27, 62));
}
.site-header .main-navigation ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.5em;
}

.site-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25em;
}

.site-title {
  margin: 0;
  font-size: 1.75em;
  line-height: 1.2;
}
.site-title a {
  color: var(--color-secondary, rgb(13, 27, 62));
}
.site-title a:hover, .site-title a:focus {
  color: var(--color-primary, #1a56db);
}

.site-description {
  margin: 0;
  color: var(--color-text, rgb(13, 27, 62));
  font-size: 0.875em;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.site-main .post + .post {
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.updated:not(.published) {
  display: none;
}

.page-header {
  margin: 0 0 40px;
}

.entry-header {
  margin: 0 0 0.75em;
}

.entry-title {
  margin: 0 0 0.25em;
  font-size: 1.75em;
  line-height: 1.25;
}
.entry-title a {
  color: rgb(13, 27, 62);
  text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus {
  color: #1a56db;
  text-decoration: underline;
}

.entry-meta,
.entry-footer {
  color: rgb(13, 27, 62);
  font-size: 0.875em;
}
.entry-meta a,
.entry-footer a {
  color: inherit;
}
.entry-meta a:hover, .entry-meta a:focus,
.entry-footer a:hover,
.entry-footer a:focus {
  color: #1a56db;
}

.entry-footer {
  margin: 1.5em 0 0;
}
.entry-footer > span {
  margin-right: 1em;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.post-thumbnail {
  display: block;
  margin: 0 0 1.5em;
}
.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}
.widget .widget-title,
.widget > h2 {
  margin: 0 0 0.75em;
  font-size: 1.125em;
  line-height: 1.3;
}

.widget-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-area ul ul {
  margin-top: 0.5em;
  padding-left: 1em;
}
.widget-area li {
  padding: 0.5em 0;
  border-bottom: 1px solid #e5e5e5;
}
.widget-area li:last-child {
  border-bottom: 0;
}
.widget-area a {
  text-decoration: none;
}
.widget-area a:hover, .widget-area a:focus {
  text-decoration: underline;
}

/* Search form
--------------------------------------------- */
.search-form {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.search-form label {
  flex: 1 1 auto;
  margin: 0;
}
.search-form .search-field {
  width: 100%;
  padding: 0.5em 0.75em;
}
.search-form .search-submit {
  flex: 0 0 auto;
  white-space: nowrap;
}

.wp-block-search__inside-wrapper {
  gap: 8px;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0.5em 0.75em;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Footer
--------------------------------------------- */
.site-footer {
  padding: 30px 0;
  background-color: var(--color-light, #f9f9f9);
  border-top: 1px solid var(--color-border, #e5e5e5);
  color: var(--color-text, rgb(13, 27, 62));
  text-align: center;
}
.site-footer__inner {
  color: var(--color-text, rgb(13, 27, 62));
  font-size: 0.875em;
}

.site-info a {
  color: var(--color-primary, #1a56db);
  text-decoration: none;
}
.site-info a:hover, .site-info a:focus {
  color: var(--color-secondary, rgb(13, 27, 62));
  text-decoration: underline;
}

/* B2B Landing Page
--------------------------------------------- */
.page-b2b-lp {
  font-family: "M PLUS 2", sans-serif;
  color: rgb(13, 27, 62);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 76px;
}
html .page-b2b-lp, .page-b2b-lp {
  scroll-behavior: smooth;
}
.page-b2b-lp .site--b2b-lp {
  overflow-x: clip;
}
.page-b2b-lp #page.site {
  margin: 0;
}
.page-b2b-lp a {
  text-decoration: none;
}
.page-b2b-lp ::selection {
  background: #cfe0fb;
}
.page-b2b-lp #about,
.page-b2b-lp #service,
.page-b2b-lp #simulator,
.page-b2b-lp #model,
.page-b2b-lp #value,
.page-b2b-lp #kuroko-sec,
.page-b2b-lp #business-model,
.page-b2b-lp #operation,
.page-b2b-lp #flow,
.page-b2b-lp #contact,
.page-b2b-lp #top {
  scroll-margin-top: 76px;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .page-b2b-lp {
    scroll-padding-top: 60px;
  }
  .page-b2b-lp #about,
  .page-b2b-lp #service,
  .page-b2b-lp #simulator,
  .page-b2b-lp #model,
  .page-b2b-lp #value,
  .page-b2b-lp #kuroko-sec,
  .page-b2b-lp #business-model,
  .page-b2b-lp #operation,
  .page-b2b-lp #flow,
  .page-b2b-lp #contact,
  .page-b2b-lp #top {
    scroll-margin-top: 60px;
  }
}
.b2b-lp-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 120px 32px;
  box-sizing: border-box;
}

.sp-br {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 767px) {
  .sp {
    display: revert !important;
  }
}

.b2b-lp-label {
  margin: 40px 0px 0px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #1a56db;
  margin-left: -10px;
}
.b2b-lp-label--light {
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.3em;
  font-family: "Outfit", "M PLUS 2", sans-serif;
}
.b2b-lp-label--on-dark {
  color: #8fb4f5;
}
.b2b-lp-label__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e06a4f;
  margin-right: 10px;
  vertical-align: 1px;
}
.b2b-lp-label__dot--cta {
  background: #c6462a;
}

.btn-slot {
  display: inline-grid;
  overflow: hidden;
  vertical-align: middle;
}
.btn-slot > span {
  grid-area: 1/1;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-slot > span.slot-b {
  transform: translateY(115%);
}

.btn-slot-host:hover .btn-slot > span.slot-a {
  transform: translateY(-115%);
}

.btn-slot-host:hover .btn-slot > span.slot-b {
  transform: translateY(0);
}

.b2b-lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 999px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s, color 0.25s;
}
.b2b-lp-btn--sm {
  height: 44px;
  padding: 0 28px;
  font-size: 16px;
}
.b2b-lp-btn--lg {
  height: 60px;
  padding: 0 40px;
  font-size: 18px;
  letter-spacing: 0.08em;
  gap: 14px;
}
.b2b-lp-btn--block {
  width: 100%;
  height: 64px;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.b2b-lp-btn--cta {
  background: linear-gradient(135deg, #c6462a 0%, #d45a2e 62%, #e8783a 100%);
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(198, 70, 42, 0.32);
}
.b2b-lp-btn--cta:hover {
  background: #a93a22;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(198, 70, 42, 0.45);
}
.b2b-lp-btn--outline {
  background: transparent;
  color: #1a56db;
  border: 1.5px solid #1a56db;
}
.b2b-lp-btn--outline:hover {
  background: #1a56db;
  color: #ffffff;
  transform: translateY(-1px);
}
.b2b-lp-btn--outline-solid {
  background: #ffffff;
  color: #1a56db;
  border: 2px solid #1a56db;
}
.b2b-lp-btn--outline-solid:hover {
  background: #f2f7ff;
  color: #1a56db;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(26, 86, 219, 0.28);
}
.b2b-lp-btn__arrow {
  font-size: inherit;
  line-height: 1;
}

.b2b-lp-badge {
  flex: none;
  background: #c6462a;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 7px 14px;
  border-radius: 6px;
}

.b2b-lp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.b2b-lp-chip {
  border: 1.5px solid rgba(13, 27, 62, 0.2);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(13, 27, 62);
  white-space: nowrap;
  background: #ffffff;
}

.cf-badge {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  padding: 1.5px 6px;
  vertical-align: 1px;
}

.cf-badge-req {
  color: #ffffff;
  background: #1a56db;
}

.cf-badge-opt {
  color: #8494b5;
  background: #eef2f8;
}

.cf-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cf-field label {
  font-size: 16px;
  font-weight: 700;
  color: #5a6b8c;
}
.cf-field input,
.cf-field select,
.cf-field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  padding: 13px 15px;
  border: 1.5px solid #d8e0ee;
  border-radius: 11px;
  background: #ffffff;
  color: #0d1b3e;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.cf-field textarea {
  resize: vertical;
  min-height: 100px;
}
.cf-field input:focus,
.cf-field select:focus,
.cf-field textarea:focus {
  outline: none;
  border-color: #1a56db;
  box-shadow: 0 0 0 3px rgba(26, 86, 219, 0.14);
}
.cf-field--full {
  grid-column: 1/-1;
}
.cf-field__error {
  margin: 0;
  min-height: 1.4em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #a93a22;
}
.cf-field__error:empty {
  min-height: 0;
}
.cf-field.is-invalid input,
.cf-field.is-invalid select,
.cf-field.is-invalid textarea {
  border-color: #a93a22;
}
.cf-field.is-invalid input:focus,
.cf-field.is-invalid select:focus,
.cf-field.is-invalid textarea:focus {
  border-color: #a93a22;
  box-shadow: 0 0 0 3px rgba(169, 58, 34, 0.14);
}

.mkt-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.mkt-c1 {
  right: -160px;
  top: 40px;
  width: 620px;
  height: 620px;
  border: 2.5px solid rgba(88, 166, 232, 0.4);
  animation: mktFloat 9s ease-in-out infinite alternate;
}

.mkt-c2 {
  right: -30px;
  top: 220px;
  width: 460px;
  height: 460px;
  border: 2px solid rgba(88, 166, 232, 0.25);
  animation: mktFloat 12s ease-in-out infinite alternate-reverse;
}

.mkt-c3 {
  left: -200px;
  bottom: -160px;
  width: 520px;
  height: 520px;
  border: 2.5px solid rgba(88, 166, 232, 0.3);
  animation: mktDrift 13s ease-in-out infinite alternate;
}

.mkt-c4 {
  left: 180px;
  top: 110px;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(88, 166, 232, 0.35);
  animation: mktDrift 7s ease-in-out infinite alternate-reverse;
}

.mkt-c5 {
  right: 240px;
  bottom: 140px;
  width: 14px;
  height: 14px;
  background: rgba(198, 70, 42, 0.55);
  animation: mktFloat 6s ease-in-out infinite alternate;
}

@keyframes mktFloat {
  0% {
    transform: translateY(-30px) scale(0.97);
  }
  100% {
    transform: translateY(38px) scale(1.04);
  }
}
@keyframes mktDrift {
  0% {
    transform: translate(-28px, 18px) rotate(-2deg);
  }
  100% {
    transform: translate(32px, -24px) rotate(2deg);
  }
}
.logo-marquee {
  animation: logoFlow 28s linear infinite;
}

@keyframes logoFlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn-slot > span {
    transition: none !important;
  }
  .hero-line {
    transform: none !important;
  }
  .b2b-lp-header {
    transition: none !important;
  }
  .mkt-circle,
  .logo-marquee {
    animation: none !important;
  }
  .b2b-lp-value__bridge-line {
    transform: scaleY(1) !important;
  }
}
.b2b-lp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(13, 27, 62, 0.06);
  transform: translateY(0);
  transition: transform 0.3s ease;
  will-change: transform;
}
.b2b-lp-header__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.b2b-lp-header__logo img {
  height: 34px;
  width: auto;
  display: block;
}
.b2b-lp-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.b2b-lp-header__nav a.b2b-lp-header__sim {
  color: #1a56db;
}
.b2b-lp-header__nav a:hover.b2b-lp-header__sim {
  color: #ffffff;
}
.b2b-lp-header__menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.b2b-lp-header__menu a {
  font-size: 16px;
  font-weight: 500;
  color: #3c4a6b;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-decoration: none;
}
.b2b-lp-header__menu a:hover {
  color: #1a56db;
}
.b2b-lp-header__link {
  font-size: 16px;
  font-weight: 500;
  color: #3c4a6b;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.b2b-lp-header__link:hover {
  color: #1a56db;
}
.b2b-lp-header.is-hidden {
  transform: translateY(-100%);
}

.b2b-lp-header-spacer {
  height: 76px;
}

.b2b-lp-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh + 112px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(165deg, #ffffff 0%, #f4f9fe 55%, #e9f2fc 100%);
}
.b2b-lp-hero__particles {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 96%);
  mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 96%);
}
.b2b-lp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.12) 40%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}
.b2b-lp-hero__grid {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 32px 300px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 48px;
  pointer-events: none;
}
.b2b-lp-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b2b-lp-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #1a56db;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.85);
}
.b2b-lp-hero__eyebrow-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c6462a;
}
.b2b-lp-hero__title {
  margin: 0;
  font-size: clamp(40px, 4.6vw, 88px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.02em;
  color: rgb(13, 27, 62);
  text-wrap: balance;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.95), 0 0 42px rgba(255, 255, 255, 0.85);
}
.b2b-lp-hero__line-wrap {
  display: block;
  overflow: hidden;
}
.b2b-lp-hero__line-wrap--nowrap {
  white-space: nowrap;
}
.b2b-lp-hero .hero-line {
  display: inline-block;
}
.b2b-lp-hero__lead {
  margin: 28px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: rgb(55, 71, 110);
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.85);
}
.b2b-lp-hero__cta {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  pointer-events: auto;
}
.b2b-lp-hero__cta .b2b-lp-btn--cta.b2b-lp-btn--lg {
  box-shadow: 0 14px 32px rgba(198, 70, 42, 0.35);
}
.b2b-lp-hero__cta .b2b-lp-btn--cta.b2b-lp-btn--lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(198, 70, 42, 0.5);
}
.b2b-lp-hero__cta .b2b-lp-btn--outline-solid.b2b-lp-btn--lg {
  border-width: 2px;
  color: rgb(26, 86, 219);
}
.b2b-lp-hero__cta .b2b-lp-btn--outline-solid.b2b-lp-btn--lg:hover, .b2b-lp-hero__cta .b2b-lp-btn--outline-solid.b2b-lp-btn--lg:focus, .b2b-lp-hero__cta .b2b-lp-btn--outline-solid.b2b-lp-btn--lg:visited {
  color: rgb(26, 86, 219);
}
.b2b-lp-hero__cta .b2b-lp-btn--outline-solid.b2b-lp-btn--lg .btn-slot,
.b2b-lp-hero__cta .b2b-lp-btn--outline-solid.b2b-lp-btn--lg .btn-slot > span {
  color: inherit;
}
.b2b-lp-hero__spacer {
  min-height: 480px;
}

.b2b-lp-revenue {
  position: relative;
  z-index: 2;
  margin-top: -184px;
}
.b2b-lp-revenue__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(90deg, #f3f9fd 0%, #eff5fd 50%, #e9f1fc 100%);
}
.b2b-lp-revenue__circle {
  position: absolute;
  left: 50%;
  top: 0;
  width: 320vw;
  height: 320vw;
  margin-left: -160vw;
  border-radius: 50%;
  background: linear-gradient(150deg, #0a2554 0%, #154a9e 42%, #2e6bd6 90%);
  transform-origin: 50% 0;
  will-change: transform;
}
.b2b-lp-revenue__inner {
  position: relative;
  padding: 128px 32px 110px;
}
.b2b-lp-revenue__copy {
  text-align: center;
  color: #ffffff;
}
.b2b-lp-revenue__headline {
  margin: 30px 0 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  line-height: 1;
}
.b2b-lp-revenue__lead {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.b2b-lp-revenue__x2 {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0.14em;
}
.b2b-lp-revenue__x2-bg {
  position: absolute;
  left: 50%;
  bottom: -0.06em;
  transform: translateX(-50%);
  width: 1.06em;
  height: 1.06em;
  font-size: clamp(96px, 10vw, 132px);
  border-radius: 50%;
  background: #c6462a;
  z-index: -1;
}
.b2b-lp-revenue__x2-num {
  position: relative;
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: clamp(96px, 10vw, 132px);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.b2b-lp-revenue__times {
  font-size: 44px;
  font-weight: 900;
  color: #ffffff;
  margin-left: 22px;
}
.b2b-lp-revenue__desc {
  margin: 34px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.92);
}
.b2b-lp-revenue__gop {
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #c6462a;
}
.b2b-lp-revenue__note {
  margin: 40px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.65);
}
.b2b-lp-revenue__marquee {
  margin-top: 72px;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
}
.b2b-lp-revenue__marquee-track {
  display: flex;
  align-items: center;
  gap: 36px;
  width: max-content;
  will-change: transform;
}
.b2b-lp-revenue__marquee-track img {
  height: 96px;
  opacity: 0.5;
}

.b2b-lp-market {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.b2b-lp-market__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.b2b-lp-market__inner {
  position: relative;
  z-index: 1;
  padding: 136px 32px 128px;
}
.b2b-lp-market__head {
  text-align: center;
}
.b2b-lp-market__title {
  margin: 0;
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: clamp(56px, 6.6vw, 96px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.b2b-lp-market__title-a {
  color: #1a56db;
}
.b2b-lp-market__title-b {
  color: #58a6e8;
}
.b2b-lp-market__sub {
  margin: 30px 0 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #24345c;
}
.b2b-lp-market__head .b2b-lp-label {
  margin-top: 18px;
  color: rgb(90, 107, 140);
  letter-spacing: 0.22em;
}
.b2b-lp-market__stats {
  max-width: 860px;
  margin: 0 auto;
}
.b2b-lp-market__grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 20px;
  align-items: stretch;
}
.b2b-lp-market__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b2b-lp-market__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  flex: 1;
}
.b2b-lp-market__source {
  margin: 28px 0 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #8494b5;
  line-height: 1.8;
  text-align: center;
}

.b2b-lp-stat-card {
  background: #ffffff;
  border: 1px solid #e2ebf8;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(13, 27, 62, 0.07);
  transition: transform 0.2s, box-shadow 0.2s;
}
.b2b-lp-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(13, 27, 62, 0.11);
}
.b2b-lp-stat-card--hero {
  padding: 44px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
}
@media (max-width: 768px) {
  .b2b-lp-stat-card--hero {
    text-align: center;
    align-items: center;
  }
}
.b2b-lp-stat-card--sm {
  border-radius: 14px;
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 26px rgba(13, 27, 62, 0.06);
}
.b2b-lp-stat-card--wide {
  border-radius: 14px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 10px 26px rgba(13, 27, 62, 0.06);
}
.b2b-lp-stat-card__tag {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #1a56db;
}
.b2b-lp-stat-card__label {
  margin: 14px 0 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #24345c;
}
.b2b-lp-stat-card__value {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b2b-lp-stat-card__num {
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: clamp(80px, 9vw, 116px);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: rgb(13, 27, 62);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.b2b-lp-stat-card__suffix {
  font-size: 24px;
  font-weight: 700;
  color: rgb(90, 107, 140);
}
.b2b-lp-stat-card__sm-label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #37476e;
  white-space: nowrap;
  text-align: center;
}
.b2b-lp-stat-card__divider {
  align-self: stretch;
  border-top: 1px dashed #cfdcf0;
}
.b2b-lp-stat-card__sm-value {
  margin: 0;
  letter-spacing: 0.01em;
  color: #1a56db;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.b2b-lp-stat-card__prefix {
  font-size: 17px;
  font-weight: 700;
  color: rgb(90, 107, 140);
  margin-right: 5px;
}
.b2b-lp-stat-card .m-stat-num {
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: 112px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.b2b-lp-stat-card .m-stat-num2 {
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: 66px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.b2b-lp-stat-card__unit {
  font-size: 26px;
  font-weight: 700;
  margin-left: 2px;
}
.b2b-lp-stat-card__note {
  margin: 0;
  min-height: 1em;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(90, 107, 140);
  line-height: 1.5;
  text-align: center;
}
.b2b-lp-stat-card__wide-label {
  margin: 0;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #24345c;
}

.b2b-lp-sim {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #0a2554 0%, #154a9e 58%, #2e6bd6 112%);
}
.b2b-lp-sim__glow {
  position: absolute;
  top: -120px;
  right: -100px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 120, 255, 0.45), transparent 70%);
  pointer-events: none;
}
.b2b-lp-sim__inner {
  position: relative;
  z-index: 1;
}
.b2b-lp-sim__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b2b-lp-sim__title {
  margin: 16px 0 0;
  font-size: clamp(36px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-wrap: balance;
}
.b2b-lp-sim__lead {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.78);
}
.b2b-lp-sim__grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: stretch;
}
.b2b-lp-sim__input {
  background: #ffffff;
  border: 1px solid #e2ebf8;
  border-radius: 20px;
  padding: 40px 40px 36px;
  box-shadow: 0 16px 40px rgba(13, 27, 62, 0.08);
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.b2b-lp-sim__input-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.b2b-lp-sim__input-head h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgb(13, 27, 62);
}
.b2b-lp-sim__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #e7f0fd;
  color: #1a56db;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
}
.b2b-lp-sim__field-label {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgb(55, 71, 110);
}
.b2b-lp-sim__opts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.b2b-lp-sim__opts--3 {
  grid-template-columns: repeat(3, 1fr);
}
.b2b-lp-sim__opt {
  height: 56px;
  border-radius: 10px;
  border: 1px solid #cfdcf0;
  background: #ffffff;
  color: #37476e;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.15s;
  padding: 0;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.b2b-lp-sim__opt:hover, .b2b-lp-sim__opt:focus, .b2b-lp-sim__opt:focus-visible, .b2b-lp-sim__opt:active {
  outline: none;
}
.b2b-lp-sim__opt:not(.is-active):hover, .b2b-lp-sim__opt:not(.is-active):focus, .b2b-lp-sim__opt:not(.is-active):focus-visible, .b2b-lp-sim__opt:not(.is-active):active {
  border-color: #cfdcf0;
  background: #ffffff;
  color: #37476e;
}
.b2b-lp-sim__opt.is-active {
  border-color: #1a56db;
  background: #1a56db;
  color: #ffffff;
}
.b2b-lp-sim__opt.is-active:hover, .b2b-lp-sim__opt.is-active:focus, .b2b-lp-sim__opt.is-active:focus-visible, .b2b-lp-sim__opt.is-active:active {
  border-color: #1a56db;
  background: #1a56db;
  color: #ffffff;
}
.b2b-lp-sim__out {
  background: #ffffff;
  border: 1px solid #d8e6fb;
  border-radius: 20px;
  box-shadow: 0 24px 56px rgba(26, 86, 219, 0.14);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.b2b-lp-sim__out-head {
  background: linear-gradient(100deg, rgb(13, 27, 62), #16337f);
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.b2b-lp-sim__out-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.b2b-lp-sim__out-title p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.b2b-lp-sim__live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.8);
}
.b2b-lp-sim__status {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
}
.b2b-lp-sim__out-body {
  padding: 32px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.b2b-lp-sim__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.b2b-lp-sim__metric {
  background: #ffffff;
  border: 1px solid #e2ebf8;
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b2b-lp-sim__metric--main {
  grid-column: 1/-1;
  background: linear-gradient(120deg, #f2f7ff, #e9f1fe);
  border-color: #d8e6fb;
  padding: 22px 26px;
}
.b2b-lp-sim__metric-label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgb(55, 71, 110);
}
.b2b-lp-sim__metric-value {
  margin: 0;
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #1a56db;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.b2b-lp-sim__metric-gop {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  color: rgb(13, 27, 62);
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.b2b-lp-sim__metric-gop span {
  font-family: "Outfit", "M PLUS 2", sans-serif;
  color: #1a56db;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.b2b-lp-sim__metric-gop small {
  color: #1a56db;
  font-size: 20px;
  font-weight: 700;
}
.b2b-lp-sim__metric-owner {
  margin: 0;
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgb(13, 27, 62);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.b2b-lp-sim__bars-wrap {
  background: #fbfdff;
  border: 1px solid #e9f0fa;
  border-radius: 14px;
  padding: 20px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.b2b-lp-sim__bars-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b2b-lp-sim__bars-head p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgb(55, 71, 110);
}
.b2b-lp-sim__bars-head p:last-child {
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #8494b5;
}
.b2b-lp-sim__bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 110px;
}
.b2b-lp-sim__bar {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  height: 100%;
  justify-content: flex-end;
}
.b2b-lp-sim__bar p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #8494b5;
  line-height: 1;
}
.b2b-lp-sim__bar-fill {
  width: 100%;
  background: linear-gradient(180deg, #2f6ff0, #1a56db);
  border-radius: 4px 4px 0 0;
  transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.b2b-lp-sim__disclaimer {
  margin: 0;
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #8494b5;
  line-height: 1.7;
}

.b2b-lp-issues {
  position: relative;
  background: #ffffff;
  height: 320vh;
}
.b2b-lp-issues__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.b2b-lp-issues__fx {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.b2b-lp-issues__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300vw;
  height: 300vw;
  margin-left: -150vw;
  margin-top: -150vw;
  border-radius: 50%;
  background: #f4f4f6;
  will-change: transform;
  transform: scale(0.08);
}
.b2b-lp-issues__wm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 18vw;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  color: rgba(13, 27, 62, 0.3);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.b2b-lp-issues__content {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}
.b2b-lp-issues__head {
  max-width: 640px;
  opacity: 0;
  transform: translateY(28px);
}
.b2b-lp-issues__head h2 {
  margin: 16px 0 0;
  font-size: clamp(38px, 3.8vw, 50px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: rgb(13, 27, 62);
  white-space: nowrap;
}
.b2b-lp-issues__head > p:last-child {
  margin: 22px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #37476e;
  white-space: nowrap;
}
.b2b-lp-issues__accent {
  color: #1a56db;
}
.b2b-lp-issues__list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
  border-top: 2px solid rgba(13, 27, 62, 0.85);
}
.b2b-lp-issues__item {
  padding: 36px 0;
  border-bottom: 1px solid rgba(13, 27, 62, 0.14);
  display: flex;
  align-items: flex-start;
  gap: 22px;
  width: 100%;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  text-align: left;
  font-family: inherit;
  cursor: default;
  transition: background 0.2s;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.b2b-lp-issues__item:hover, .b2b-lp-issues__item:focus, .b2b-lp-issues__item:focus-visible, .b2b-lp-issues__item:active {
  outline: none;
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(13, 27, 62, 0.14);
  background: transparent;
  color: inherit;
}
.b2b-lp-issues__item:hover {
  background: rgba(255, 255, 255, 0.55);
}
.b2b-lp-issues__num {
  flex: none;
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: -0.02em;
  color: rgba(13, 27, 62, 0.3);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.b2b-lp-issues__body-wrap {
  flex: 1;
  min-width: 0;
}
.b2b-lp-issues__item-title {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(13, 27, 62);
}
.b2b-lp-issues__item-title .issue-chev {
  display: none;
  flex: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #1a56db;
}
.b2b-lp-issues__item-text {
  margin: 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: rgb(90, 107, 140);
}

.b2b-lp-kuroko-wrap {
  position: relative;
}

.b2b-lp-kuroko {
  position: sticky;
  top: 0;
  overflow: hidden;
  background: #f4f4f6;
  border-bottom: 1px solid #e3e3e8;
}
.b2b-lp-kuroko__inner {
  position: relative;
  z-index: 1;
  padding: 180px 32px 120px;
}
.b2b-lp-kuroko__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b2b-lp-kuroko__eyebrow {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgb(90, 107, 140);
}
.b2b-lp-kuroko__name {
  margin: 12px 0 0;
}
.b2b-lp-kuroko__name img {
  display: block;
  width: clamp(188px, 42vw, 298px);
  height: auto;
}
.b2b-lp-kuroko__tagline {
  margin: 32px 0 0;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgb(13, 27, 62);
  text-wrap: balance;
}
.b2b-lp-kuroko__tagline span {
  display: inline;
  background: linear-gradient(to top, rgba(26, 86, 219, 0.18) 42%, transparent 42%);
  padding: 0 6px;
  color: #1a56db;
}
.b2b-lp-kuroko__lead {
  margin: 22px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgb(55, 71, 110);
  text-wrap: balance;
}
.b2b-lp-kuroko__grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}
.b2b-lp-kuroko__media {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(13, 27, 62, 0.14);
}
.b2b-lp-kuroko__navs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kuroko-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.kuroko-img.active {
  opacity: 1;
}
.kuroko-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kuroko-nav {
  cursor: pointer;
  padding: 22px 26px;
  border-radius: 16px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
  background: transparent;
  width: 100%;
  text-align: left;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.kuroko-nav:hover, .kuroko-nav:focus, .kuroko-nav:focus-visible, .kuroko-nav:active {
  outline: none;
}
.kuroko-nav:not(.active):hover, .kuroko-nav:not(.active):focus, .kuroko-nav:not(.active):focus-visible, .kuroko-nav:not(.active):active {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
}
.kuroko-nav .kuroko-num {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e7f0fd;
  color: #1a56db;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background 0.25s, color 0.25s;
}
.kuroko-nav h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #8a97b3;
  transition: color 0.25s;
}
.kuroko-nav.active {
  background: #ffffff;
  border-color: #d8e6fb;
  box-shadow: 0 12px 30px rgba(13, 27, 62, 0.08);
}
.kuroko-nav.active:hover, .kuroko-nav.active:focus, .kuroko-nav.active:focus-visible, .kuroko-nav.active:active {
  background: #ffffff;
  border-color: #d8e6fb;
  box-shadow: 0 12px 30px rgba(13, 27, 62, 0.08);
  outline: none;
}
.kuroko-nav.active .kuroko-num {
  background: #1a56db;
  color: #ffffff;
}
.kuroko-nav.active h3 {
  color: rgb(13, 27, 62);
}

.b2b-lp-kuroko-spacer {
  height: 1100px;
}

.b2b-lp-value {
  position: relative;
  z-index: 2;
  margin-top: -1100px;
  background: #ffffff;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 30px 60px rgba(13, 27, 62, 0.18);
}
.b2b-lp-value__decor {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.b2b-lp-value__decor .mkt-circle:nth-child(1) {
  right: -180px;
  top: -60px;
  width: 560px;
  height: 560px;
  border: 2.5px solid rgba(88, 166, 232, 0.35);
  animation: mktFloat 10s ease-in-out infinite alternate;
}
.b2b-lp-value__decor .mkt-circle:nth-child(2) {
  left: -220px;
  top: 180px;
  width: 480px;
  height: 480px;
  border: 2px solid rgba(88, 166, 232, 0.25);
  animation: mktDrift 13s ease-in-out infinite alternate;
}
.b2b-lp-value__decor .mkt-circle:nth-child(3) {
  left: 140px;
  top: 60px;
  width: 110px;
  height: 110px;
  border: 2px solid rgba(88, 166, 232, 0.35);
  animation: mktDrift 7s ease-in-out infinite alternate-reverse;
}
.b2b-lp-value__decor .mkt-circle:nth-child(4) {
  right: 200px;
  top: 320px;
  width: 14px;
  height: 14px;
  background: rgba(198, 70, 42, 0.55);
  animation: mktFloat 6s ease-in-out infinite alternate;
}
.b2b-lp-value__bridge {
  position: relative;
  z-index: 1;
  padding: 128px 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 72px;
}
.b2b-lp-value__bridge-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b2b-lp-value__bridge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c6462a;
}
.b2b-lp-value__bridge-line {
  display: block;
  width: 2px;
  height: 180px;
  background: linear-gradient(180deg, #c6462a, #1a56db);
  transform-origin: top center;
  transform: scaleY(0);
  will-change: transform;
}
.b2b-lp-value__bridge-arrow {
  width: 14px;
  height: 14px;
  border-left: 2px solid #1a56db;
  border-bottom: 2px solid #1a56db;
  transform: rotate(-45deg);
  margin-top: -8px;
  flex-shrink: 0;
}
.b2b-lp-value__bridge-title {
  margin: 18px 0 0;
  text-align: center;
  font-size: clamp(36px, 3.8vw, 48px);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.75;
  color: rgb(13, 27, 62);
  opacity: 0;
}
.b2b-lp-value__bridge-lead {
  margin: 22px 0 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #37476e;
  opacity: 0;
}
.b2b-lp-value #bridge-copy1 {
  opacity: 0;
}
.b2b-lp-value__ah {
  position: relative;
  display: inline-block;
  vertical-align: -9px;
  margin-right: 6px;
}
.b2b-lp-value__ah img {
  display: inline-block;
  height: 42px;
  vertical-align: baseline;
}
.b2b-lp-value .ah-kana {
  position: absolute;
  bottom: calc(100% - 8px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #37476e;
}
.b2b-lp-value__accent {
  color: #1a56db;
}
.b2b-lp-value__rule {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.b2b-lp-value__rule p {
  margin: 0;
  text-align: center;
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: rgb(13, 27, 62);
}
.b2b-lp-value .m-rule-line {
  flex: none;
  width: 56px;
  height: 1.5px;
  background: #9fb4d8;
}
.b2b-lp-value__pin {
  position: relative;
  height: 400vh;
}
.b2b-lp-value__pin-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  padding: 12px;
  box-sizing: border-box;
}
.b2b-lp-value__frame {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(13, 27, 62, 0.05);
  box-shadow: 0 10px 30px rgba(13, 27, 62, 0.08);
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.b2b-lp-value__dots {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.b2b-lp-value .value-nav {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid rgba(13, 27, 62, 0.35);
  background: transparent;
  transition: background 0.35s, border-color 0.35s, transform 0.35s;
}
.b2b-lp-value__cards {
  position: relative;
  height: 100%;
}
.b2b-lp-value .value-card {
  position: absolute;
  inset: 0;
  background: transparent;
  display: flex;
  align-items: stretch;
}
.b2b-lp-value__card-num {
  position: absolute;
  left: clamp(18px, 2.2vw, 40px);
  top: 50%;
  transform: translateY(-50%);
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgb(55, 71, 110);
  font-variant-numeric: tabular-nums;
}
.b2b-lp-value__card-text {
  flex: 1;
  min-width: 0;
  padding: clamp(20px, 4vh, 72px) clamp(32px, 3vw, 64px) clamp(20px, 3.5vh, 56px) clamp(48px, 6vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.b2b-lp-value__card-text h3 {
  margin: 0;
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: clamp(36px, min(5.4vw, 11vh), 92px);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.04;
  text-transform: uppercase;
}
.b2b-lp-value__card-text h3 span {
  display: block;
  white-space: nowrap;
}
.b2b-lp-value__card-text h3 span:first-child {
  color: rgb(13, 27, 62);
}
.b2b-lp-value__card-text h3 span:last-child {
  color: #1a56db;
}
.b2b-lp-value__card-body {
  margin-top: clamp(16px, 3.5vh, 48px);
}
.b2b-lp-value__card-title {
  margin: 0;
  font-size: clamp(20px, min(2.2vw, 4vh), 32px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: rgb(13, 27, 62);
}
.b2b-lp-value__card-desc {
  margin: clamp(8px, 1.6vh, 16px) 0 0;
  font-size: clamp(13px, 2.2vh, 15px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: rgb(55, 71, 110);
}
.b2b-lp-value__card-desc span {
  display: block;
  white-space: nowrap;
}
.b2b-lp-value__feature, .b2b-lp-value__exit, .b2b-lp-value__formula {
  margin-top: clamp(12px, 2.4vh, 26px);
  border-top: 1px solid rgba(13, 27, 62, 0.12);
  padding-top: 20px;
}
.b2b-lp-value__feature-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.b2b-lp-value__feature-row p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(13, 27, 62);
}
.b2b-lp-value__feature .b2b-lp-chips, .b2b-lp-value__exit .b2b-lp-chips {
  margin-top: 12px;
}
.b2b-lp-value__bullets {
  margin: clamp(10px, 1.8vh, 20px) 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}
.b2b-lp-value__bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(55, 71, 110);
  white-space: nowrap;
}
.b2b-lp-value__bullets li span {
  flex: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c6462a;
}
.b2b-lp-value__yield {
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #c6462a;
  letter-spacing: 0;
}
.b2b-lp-value__exit-note {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgb(90, 107, 140);
}
.b2b-lp-value__formula-eq {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}
.b2b-lp-value__op, .b2b-lp-value__result {
  color: #c6462a;
  font-weight: 900;
}
.b2b-lp-value__result {
  font-size: 17px;
}
.b2b-lp-value__card-img {
  flex: none;
  width: max(320px, 38vw);
  position: relative;
  overflow: hidden;
}
.b2b-lp-value__card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b2b-lp-bm {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #0a2554 0%, #154a9e 58%, #2e6bd6 112%);
}
.b2b-lp-bm__glow {
  position: absolute;
  top: -120px;
  right: -100px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 120, 255, 0.45), transparent 70%);
  pointer-events: none;
}
.b2b-lp-bm__inner {
  position: relative;
  z-index: 1;
}
.b2b-lp-bm__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b2b-lp-bm__head .b2b-lp-label {
  margin: 0;
  color: rgb(143, 180, 245);
  letter-spacing: 0.24em;
}
.b2b-lp-bm__head h2 {
  margin: 18px 0 0;
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-wrap: balance;
}
.b2b-lp-bm__head > p:not(.b2b-lp-label) {
  margin: 22px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.82);
}
.b2b-lp-bm__card {
  margin-top: 64px;
  background: #f4f8fe;
  border-radius: 24px;
  padding: 48px 48px 52px;
  box-shadow: 0 24px 64px rgba(4, 10, 30, 0.35);
}
.b2b-lp-bm__card--alt {
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  box-shadow: none;
  padding: 44px 48px 48px;
}
.b2b-lp-bm__card-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.b2b-lp-bm__card-head h3 {
  margin: 0;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgb(13, 27, 62);
}
.b2b-lp-bm__card-head h3 small {
  font-size: 18px;
  font-weight: 700;
  color: rgb(55, 71, 110);
}
.b2b-lp-bm__card-head--light {
  color: #ffffff !important;
  font-size: 25px !important;
}
.b2b-lp-bm__card-head--light small {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 17px !important;
}
.b2b-lp-bm__card-head-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
}
.b2b-lp-bm__card-lead {
  margin: 14px 0 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgb(55, 71, 110);
}
@media (max-width: 768px) {
  .b2b-lp-bm__card-lead {
    letter-spacing: 0;
  }
}
.b2b-lp-bm__pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 20px;
  background: #1a56db;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 8px;
}
.b2b-lp-bm__pill--ghost {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: auto;
  padding: 6px 16px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.b2b-lp-bm__diagram {
  margin-top: 40px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.b2b-lp-bm__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.b2b-lp-bm__arrows {
  margin-top: 14px;
}
.b2b-lp-bm__arrows div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #1a56db;
  font-size: 20px;
  line-height: 1;
}
.b2b-lp-bm__flow {
  padding: 6px 16px;
  border-radius: 999px;
  background: #1a56db;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.b2b-lp-bm__node {
  background: #ffffff;
  border: 1px solid #e2ebf8;
  border-radius: 12px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 16px rgba(13, 27, 62, 0.06);
}
.b2b-lp-bm__node--guest {
  width: min(100%, 400px);
}
.b2b-lp-bm__node-icon {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e7f0fd;
  color: #1a56db;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 900;
}
.b2b-lp-bm__node-title {
  margin: 0;
  font-size: 17px;
  font-weight: 900;
  color: rgb(13, 27, 62);
  white-space: nowrap;
}
.b2b-lp-bm__node-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: rgb(116, 135, 172);
  line-height: 1.6;
}
.b2b-lp-bm__ah {
  margin-top: 14px;
  background: linear-gradient(120deg, #1a56db, #2f6ff0);
  border-radius: 16px;
  padding: 34px 38px;
  box-shadow: 0 16px 36px rgba(26, 86, 219, 0.35);
}
@media (max-width: 768px) {
  .b2b-lp-bm__ah {
    padding: 24px 16px;
  }
}
.b2b-lp-bm__ah--compact {
  margin-top: 0;
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 12px 28px rgba(4, 10, 30, 0.35);
}
.b2b-lp-bm__ah--compact p:not(.b2b-lp-bm__ah-name) {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}
.b2b-lp-bm__ah--compact img {
  height: 30px;
}
.b2b-lp-bm__ah-top {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 768px) {
  .b2b-lp-bm__ah-top {
    flex-direction: column;
    text-align: center;
  }
  .b2b-lp-bm__ah-top img {
    height: 44px;
  }
}
.b2b-lp-bm__ah-top > div p:not(.b2b-lp-bm__ah-name) {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.9);
}
.b2b-lp-bm__ah-name {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media (max-width: 768px) {
  .b2b-lp-bm__ah-name {
    font-size: 20px;
  }
}
.b2b-lp-bm__ah-name small {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}
.b2b-lp-bm__ah-chips {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 767px) {
  .b2b-lp-bm__ah-chips {
    border-top: none;
    padding-top: 0;
  }
}
.b2b-lp-bm__ah-chips span {
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.b2b-lp-bm__guest-wrap {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.b2b-lp-bm__arrows-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #1a56db;
  font-size: 20px;
}
.b2b-lp-bm__lease {
  margin-top: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.2fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}
.b2b-lp-bm__lease-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #ffffff;
}
.b2b-lp-bm .m-bm-arrow {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}
.b2b-lp-bm__footer-copy {
  margin: 56px 0 0;
  text-align: center;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-wrap: balance;
}

.b2b-lp-op {
  background: #ffffff;
}
.b2b-lp-op__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b2b-lp-op__head .b2b-lp-label {
  margin: 0;
  color: #1a56db;
}
.b2b-lp-op__head h2 {
  margin: 16px 0 0;
  font-size: clamp(36px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: rgb(13, 27, 62);
}
.b2b-lp-op__head > p:not(.b2b-lp-label) {
  margin: 22px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #37476e;
  text-wrap: balance;
}
.b2b-lp-op__os {
  margin-top: 64px;
  background: linear-gradient(150deg, #f0f6fd 0%, #e3eefb 100%);
  border: 1px solid #dce8f8;
  border-radius: 26px;
  padding: 52px 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.b2b-lp-op__col {
  flex: 1 1 240px;
  min-width: 220px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b2b-lp-op__row {
  display: flex;
  align-items: center;
  gap: 0;
}
.b2b-lp-op__card {
  flex: none;
  width: 232px;
  background: #ffffff;
  border: 1px solid #e2ebf8;
  border-radius: 12px;
  padding: 12px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 16px rgba(13, 27, 62, 0.06);
}
.b2b-lp-op__card p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: rgb(13, 27, 62);
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}
.b2b-lp-op__card-icon {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #e7f0fd;
  color: #1a56db;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.b2b-lp-op__dash {
  flex: 1;
  height: 0;
  border-top: 2px dashed #9fbdf0;
  min-width: 12px;
}
.b2b-lp-op__dot {
  flex: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1a56db;
}
.b2b-lp-op__core {
  flex: none;
  width: 318px;
  background: linear-gradient(135deg, rgb(13, 27, 62) 0%, #16337f 60%, #1a56db 140%);
  border-radius: 20px;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-shadow: 0 24px 56px rgba(26, 86, 219, 0.3);
  text-align: center;
}
.b2b-lp-op__core p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
}
.b2b-lp-op__core img {
  height: 56px;
}
.b2b-lp-op__core-name {
  font-size: 24px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  color: #ffffff !important;
  line-height: 1.3 !important;
}
.b2b-lp-op__cards {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.b2b-lp-op__panel {
  background: #ffffff;
  border: 1px solid #e2ebf8;
  border-radius: 18px;
  padding: 32px 32px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 12px 30px rgba(13, 27, 62, 0.07);
}
.b2b-lp-op__panel-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.b2b-lp-op__panel-head span {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #1a56db;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
}
.b2b-lp-op__panel-head h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgb(13, 27, 62);
}
.b2b-lp-op__panel-label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #8494b5;
}
.b2b-lp-op__panel-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.b2b-lp-op .b2b-lp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: flex-start;
}
.b2b-lp-op .b2b-lp-chip {
  border: 1px solid #e2ebf8;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #37476e;
  background: #ffffff;
  white-space: nowrap;
}
.b2b-lp-op__outcome {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(100deg, #f2f7ff, #e9f1fe);
  border: 1px solid #d8e6fb;
  border-radius: 10px;
  padding: 13px 18px;
}
.b2b-lp-op__outcome span {
  flex: none;
  font-size: 16px;
  font-weight: 900;
  color: #1a56db;
}
.b2b-lp-op__outcome p {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #1a56db;
}
.b2b-lp-op__foot {
  margin: 48px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgb(55, 71, 110);
}

.b2b-lp-flow {
  background: #f4f4f6;
  border-top: 1px solid #e3e3e8;
  border-bottom: 1px solid #e3e3e8;
}
.b2b-lp-flow__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b2b-lp-flow__head .b2b-lp-label {
  margin: 0;
  color: #1a56db;
}
.b2b-lp-flow__head h2 {
  margin: 16px 0 0;
  font-size: clamp(36px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: rgb(13, 27, 62);
}
.b2b-lp-flow__head > p:not(.b2b-lp-label) {
  margin: 22px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgb(55, 71, 110);
  text-wrap: balance;
}
.b2b-lp-flow__grid {
  position: relative;
  margin-top: 80px;
  padding-top: 6px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}
.b2b-lp-flow__line {
  position: absolute;
  top: 69px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #cfdcf0;
  border-radius: 2px;
}
.b2b-lp-flow__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.b2b-lp-flow__step h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: rgb(13, 27, 62);
}
.b2b-lp-flow__step > p:last-child {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: rgb(90, 107, 140);
  line-height: 1.6;
}
.b2b-lp-flow__step-num {
  margin: 0 0 10px;
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #1a56db;
}
.b2b-lp-flow__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #1a56db;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a56db;
  box-shadow: 0 10px 26px rgba(26, 86, 219, 0.18);
  margin-bottom: 18px;
  transition: transform 0.25s, box-shadow 0.25s;
}
.b2b-lp-flow__icon:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 32px rgba(26, 86, 219, 0.28);
}
.b2b-lp-flow__result {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .b2b-lp-flow__result {
    flex-direction: column;
    gap: 16px;
  }
}
.b2b-lp-flow__pill {
  padding: 14px 30px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #cfdcf0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgb(90, 107, 140);
}
.b2b-lp-flow__pill--dark {
  background: linear-gradient(100deg, rgb(13, 27, 62), #1543ab);
  border: none;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(13, 27, 62, 0.28);
  padding: 14px 32px;
}
.b2b-lp-flow__arrow {
  font-size: 22px;
  font-weight: 900;
  color: #1a56db;
}
@media (max-width: 767px) {
  .b2b-lp-flow__arrow {
    transform: rotate(90deg);
  }
}

.b2b-lp-contact {
  background: #f7fbff;
  overflow-x: clip;
}
.b2b-lp-contact__inner {
  padding: 104px 0 96px;
}
.b2b-lp-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: stretch;
  border-radius: 28px;
  overflow: clip;
  box-shadow: 0 32px 72px rgba(13, 27, 62, 0.28);
}
.b2b-lp-contact__left {
  position: relative;
  background: linear-gradient(150deg, #0a2554 0%, #154a9e 58%, #2e6bd6 112%);
  padding: 72px 52px;
}
.b2b-lp-contact__left h2 {
  margin: 20px 0 0;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-wrap: balance;
}
.b2b-lp-contact__eyebrow {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: rgba(255, 255, 255, 0.7);
}
.b2b-lp-contact__benefits {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.b2b-lp-contact__benefits li {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.b2b-lp-contact__benefits span {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  color: #1a56db;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  transform: translateY(3px);
}
.b2b-lp-contact__benefits p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
}
.b2b-lp-contact__right {
  background: #ffffff;
  padding: 56px 52px;
}

.b2b-lp-form {
  position: relative;
}
.b2b-lp-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.b2b-lp-form__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.b2b-lp-form .b2b-lp-btn {
  margin-top: 24px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  padding: 0 48px;
  height: 58px;
}
.b2b-lp-form .b2b-lp-btn:disabled {
  cursor: wait;
  opacity: 0.65;
}
.b2b-lp-form__note {
  margin: 14px 0 0;
  font-size: 11.5px;
  color: #8494b5;
  text-align: center;
  line-height: 1.7;
}
.b2b-lp-form__status {
  min-height: 1.7em;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.b2b-lp-form__status:empty {
  margin-top: 0;
}
.b2b-lp-form__status.is-success {
  color: #16713c;
}
.b2b-lp-form__status.is-error {
  color: #a93a22;
}

.b2b-lp-company {
  margin-top: 88px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  border: 1px solid #dce8f8;
  border-radius: 18px;
  padding: 40px 48px;
  box-shadow: 0 16px 40px rgba(13, 27, 62, 0.08);
}
.b2b-lp-company__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 40px;
}
.b2b-lp-company__label {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #8494b5;
}
.b2b-lp-company__name {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: rgb(13, 27, 62);
  line-height: 1.7;
}
.b2b-lp-company__address {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgb(90, 107, 140);
}
.b2b-lp-company__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.b2b-lp-company__list li {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #37476e;
}
.b2b-lp-company__list li::before {
  content: "";
  flex: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1a56db;
  transform: translateY(-2px);
}
.b2b-lp-company__email {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1a56db;
}

.b2b-lp-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #0a1530 0%, rgb(13, 27, 62) 55%, #12275c 100%);
}
.b2b-lp-footer__glow {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 86, 219, 0.22), transparent 65%);
  pointer-events: none;
}
.b2b-lp-footer__inner {
  position: relative;
  padding: 88px 32px 0;
}
.b2b-lp-footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}
.b2b-lp-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 520px;
}
.b2b-lp-footer__logo {
  height: 38px;
  width: auto;
  display: block;
  align-self: flex-start;
}
.b2b-lp-footer__slogan {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-wrap: balance;
}
.b2b-lp-footer__slogan span {
  white-space: nowrap;
}
.b2b-lp-footer__desc {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.55);
}
.b2b-lp-footer__cols {
  display: flex;
  gap: 72px;
  flex-wrap: wrap;
}
.b2b-lp-footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b2b-lp-footer__col-label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.4);
}
.b2b-lp-footer__menu, .b2b-lp-footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.b2b-lp-footer__menu a, .b2b-lp-footer__menu-list a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.b2b-lp-footer__menu a:hover, .b2b-lp-footer__menu-list a:hover {
  color: #ffffff;
}
.b2b-lp-footer__email {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.b2b-lp-footer__email:hover {
  color: #ffffff;
}
.b2b-lp-footer .b2b-lp-btn--cta {
  align-self: flex-start;
  height: 50px;
  padding: 0 30px;
  gap: 12px;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 26px rgba(198, 70, 42, 0.4);
  color: #ffffff;
}
.b2b-lp-footer .b2b-lp-btn--cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(198, 70, 42, 0.48);
}
.b2b-lp-footer__wordmark-wrap {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  margin-top: 72px;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  text-align: center;
}
.b2b-lp-footer__wordmark {
  margin: 0;
  font-family: "Outfit", "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.14);
  text-stroke: 1px rgba(255, 255, 255, 0.14);
  paint-order: stroke fill;
  display: inline-block;
}
.b2b-lp-footer__bottom-bar {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.b2b-lp-footer__bottom {
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.b2b-lp-footer__bottom p,
.b2b-lp-footer__bottom a {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .b2b-lp-footer__bottom p,
  .b2b-lp-footer__bottom a {
    font-size: 14px;
  }
}
.b2b-lp-footer__bottom a {
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.b2b-lp-footer__bottom a:hover {
  color: #ffffff;
}
.b2b-lp-footer__back-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .b2b-lp-footer__back-top {
    font-size: 16px !important;
    width: 100%;
    justify-content: center;
  }
}
.b2b-lp-footer__back-top:hover {
  color: #ffffff;
}
.b2b-lp-footer__back-top span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
}

.has-b2b-chrome {
  background: #ffffff;
  color: rgb(13, 27, 62);
  font-family: "M PLUS 2", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.has-b2b-chrome .site--b2b-lp {
  overflow-x: clip;
}

.b2b-page-content {
  padding: 48px 0 96px;
  background: #ffffff;
}
.b2b-page-content .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}
.b2b-page-content .site-layout {
  display: block;
}
.b2b-page-content .entry-header {
  margin-bottom: 32px;
}
.b2b-page-content .entry-subtitle {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #1a56db;
}
.b2b-page-content .entry-title {
  margin: 0;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(13, 27, 62);
  line-height: 1.4;
}
.b2b-page-content .entry-subtitle + .entry-title {
  margin-top: 16px;
}
.b2b-page-content .search-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.b2b-page-content .search-form label {
  flex: 1 1 220px;
  margin: 0;
  min-width: 0;
}
.b2b-page-content .search-form .search-field {
  width: 100%;
  height: 44px;
  padding: 0 18px;
  border: 1.5px solid rgba(13, 27, 62, 0.12);
  border-radius: 999px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgb(13, 27, 62);
  background: #ffffff;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.b2b-page-content .search-form .search-field:focus {
  outline: none;
  border-color: rgba(26, 86, 219, 0.45);
  box-shadow: 0 0 0 3px rgba(26, 86, 219, 0.12);
}
.b2b-page-content .search-form .search-field::placeholder {
  color: rgba(13, 27, 62, 0.38);
}
.b2b-page-content .search-form .search-submit.b2b-lp-btn {
  flex: 0 0 auto;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  line-height: 1;
}
.b2b-page-content .search-form .search-submit.b2b-lp-btn:hover, .b2b-page-content .search-form .search-submit.b2b-lp-btn:focus {
  outline: none;
  color: #ffffff;
}
.b2b-page-content--404 .entry-header,
.b2b-page-content--404 .entry-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.b2b-page-content--404 .entry-content a.b2b-lp-btn {
  text-decoration: none;
}
.b2b-page-content--404 .entry-content a.b2b-lp-btn.b2b-lp-btn--outline {
  color: #1a56db;
}
.b2b-page-content--404 .entry-content a.b2b-lp-btn.b2b-lp-btn--outline:hover, .b2b-page-content--404 .entry-content a.b2b-lp-btn.b2b-lp-btn--outline:focus {
  color: #ffffff;
}
.b2b-page-content--404 .error-404__actions {
  margin: 20px 0 0;
}
.b2b-page-content--list .page-header,
.b2b-page-content--list .no-results,
.b2b-page-content--list .site-main > article,
.b2b-page-content--list .navigation, .b2b-page-content--single .page-header,
.b2b-page-content--single .no-results,
.b2b-page-content--single .site-main > article,
.b2b-page-content--single .navigation {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.b2b-page-content--list .page-header, .b2b-page-content--single .page-header {
  margin-bottom: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2ebf8;
}
.b2b-page-content--list .page-title, .b2b-page-content--single .page-title {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(13, 27, 62);
  line-height: 1.5;
}
.b2b-page-content--list .page-title span, .b2b-page-content--single .page-title span {
  color: #1a56db;
}
.b2b-page-content--list .entry-subtitle + .page-title, .b2b-page-content--single .entry-subtitle + .page-title {
  margin-top: 16px;
}
.b2b-page-content--list .archive-description, .b2b-page-content--single .archive-description {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  color: rgb(90, 107, 140);
}
.b2b-page-content--list .site-main > article {
  padding: 28px 0;
  border-bottom: 1px solid #eef2f8;
}
.b2b-page-content--list .site-main > article .entry-header {
  margin-bottom: 0;
}
.b2b-page-content--list .site-main > article .entry-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}
.b2b-page-content--list .site-main > article .entry-title a {
  color: rgb(13, 27, 62);
  text-decoration: none;
}
.b2b-page-content--list .site-main > article .entry-title a:hover, .b2b-page-content--list .site-main > article .entry-title a:focus {
  color: #1a56db;
}
.b2b-page-content--list .entry-meta,
.b2b-page-content--list .entry-footer {
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgb(55, 71, 110);
}
.b2b-page-content--list .entry-meta a,
.b2b-page-content--list .entry-footer a {
  color: rgb(55, 71, 110);
  text-decoration: none;
}
.b2b-page-content--list .entry-meta a:hover, .b2b-page-content--list .entry-meta a:focus,
.b2b-page-content--list .entry-footer a:hover,
.b2b-page-content--list .entry-footer a:focus {
  color: #1a56db;
}
.b2b-page-content--list .entry-meta > span + span,
.b2b-page-content--list .entry-footer > span + span {
  margin-left: 16px;
}
.b2b-page-content--list .entry-summary {
  margin-top: 12px;
}
.b2b-page-content--list .entry-summary p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  color: rgb(90, 107, 140);
}
.b2b-page-content--list .entry-summary .entry-more {
  margin-top: 12px;
}
.b2b-page-content--list .entry-summary .entry-more a {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1a56db;
  text-decoration: none;
}
.b2b-page-content--list .entry-summary .entry-more a:hover, .b2b-page-content--list .entry-summary .entry-more a:focus {
  color: rgb(13, 27, 62);
}
.b2b-page-content--list .post-thumbnail {
  display: block;
  margin-top: 16px;
}
.b2b-page-content--list .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.b2b-page-content--list .no-results .page-content {
  margin-top: 24px;
}
.b2b-page-content--list .no-results .page-content p {
  margin: 0;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.9;
  color: rgb(90, 107, 140);
}
.b2b-page-content--single .site-main > article > .entry-header {
  max-width: 800px;
  margin: 0 auto 28px;
}
.b2b-page-content--single .post-thumbnail {
  max-width: 800px;
  margin: 0 auto 28px;
}
.b2b-page-content--single .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.b2b-page-content--single .entry-meta {
  margin-top: 14px;
  font-size: 12.5px;
  font-weight: 500;
  color: rgb(55, 71, 110);
}
.b2b-page-content--single .entry-meta a {
  color: rgb(55, 71, 110);
  text-decoration: none;
}
.b2b-page-content--single .entry-meta a:hover, .b2b-page-content--single .entry-meta a:focus {
  color: #1a56db;
}
.b2b-page-content--single .entry-meta > span + span {
  margin-left: 16px;
}
.b2b-page-content--single .entry-footer {
  max-width: 800px;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid #eef2f8;
  font-size: 12.5px;
  font-weight: 500;
  color: rgb(55, 71, 110);
}
.b2b-page-content--single .entry-footer a {
  color: rgb(55, 71, 110);
  text-decoration: none;
}
.b2b-page-content--single .entry-footer a:hover, .b2b-page-content--single .entry-footer a:focus {
  color: #1a56db;
}
.b2b-page-content--single .entry-footer > span + span {
  margin-left: 16px;
}
.b2b-page-content .comments-area {
  max-width: 800px;
  margin: 40px auto 0;
  padding-top: 32px;
  border-top: 1px solid #e2ebf8;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  color: rgb(90, 107, 140);
}
.b2b-page-content .comments-area .comments-title,
.b2b-page-content .comments-area .comment-reply-title {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(13, 27, 62);
  line-height: 1.6;
}
.b2b-page-content .comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b2b-page-content .comments-area .comment-list > li + li {
  margin-top: 16px;
}
.b2b-page-content .comments-area .comment-list .children {
  margin: 16px 0 0 24px;
  padding: 0;
  list-style: none;
}
.b2b-page-content .comments-area .comment-body {
  padding: 20px 24px;
  border: 1px solid #e2ebf8;
  border-radius: 12px;
  background: rgb(247, 251, 255);
}
.b2b-page-content .comments-area .comment-author {
  font-size: 13.5px;
  font-weight: 700;
  color: rgb(13, 27, 62);
}
.b2b-page-content .comments-area .comment-author img {
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle;
}
.b2b-page-content .comments-area .comment-metadata,
.b2b-page-content .comments-area .reply {
  margin-top: 6px;
  font-size: 12px;
  color: rgb(55, 71, 110);
}
.b2b-page-content .comments-area a {
  color: #1a56db;
  text-decoration: none;
}
.b2b-page-content .comments-area a:hover, .b2b-page-content .comments-area a:focus {
  color: rgb(13, 27, 62);
}
.b2b-page-content .comments-area .comment-form {
  margin-top: 32px;
}
.b2b-page-content .comments-area .comment-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(13, 27, 62);
}
.b2b-page-content .comments-area .comment-form p {
  margin: 0 0 16px;
}
.b2b-page-content .comments-area .comment-form input[type=text],
.b2b-page-content .comments-area .comment-form input[type=email],
.b2b-page-content .comments-area .comment-form input[type=url],
.b2b-page-content .comments-area .comment-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgba(13, 27, 62, 0.12);
  border-radius: 12px;
  font-family: inherit;
  font-size: 14px;
  color: rgb(13, 27, 62);
  background: #ffffff;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.b2b-page-content .comments-area .comment-form input[type=text]:focus,
.b2b-page-content .comments-area .comment-form input[type=email]:focus,
.b2b-page-content .comments-area .comment-form input[type=url]:focus,
.b2b-page-content .comments-area .comment-form textarea:focus {
  outline: none;
  border-color: rgba(26, 86, 219, 0.45);
  box-shadow: 0 0 0 3px rgba(26, 86, 219, 0.12);
}
.b2b-page-content .comments-area .comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.b2b-page-content .comments-area .comment-form .comment-form-cookies-consent label {
  margin: 0;
  font-weight: 500;
  color: rgb(90, 107, 140);
}
.b2b-page-content .comments-area .comment-form .submit {
  padding: 12px 32px;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #c6462a;
  cursor: pointer;
  transition: opacity 0.2s;
}
.b2b-page-content .comments-area .comment-form .submit:hover, .b2b-page-content .comments-area .comment-form .submit:focus {
  opacity: 0.88;
}
.b2b-page-content .navigation {
  margin-top: 32px;
}
.b2b-page-content .navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}
.b2b-page-content .navigation .nav-next {
  margin-left: auto;
  text-align: right;
}
.b2b-page-content .navigation a {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1a56db;
  text-decoration: none;
}
.b2b-page-content .navigation a:hover, .b2b-page-content .navigation a:focus {
  color: rgb(13, 27, 62);
}
.b2b-page-content .navigation .nav-subtitle {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgb(55, 71, 110);
}
.b2b-page-content .navigation .nav-title {
  display: block;
  margin-top: 4px;
}
.b2b-page-content .entry-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #37476e;
}
.b2b-page-content .entry-content h2 {
  margin: 40px 0 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(13, 27, 62);
  line-height: 1.5;
}
.b2b-page-content .entry-content h3 {
  font-size: 16.5px;
  color: rgb(13, 27, 62);
  letter-spacing: 0.01em;
}
.b2b-page-content .entry-content h4 {
  color: rgb(55, 71, 110);
  margin-bottom: 0;
}
.b2b-page-content .entry-content p {
  margin: 12px 0 0;
  color: rgb(90, 107, 140);
  line-height: 1.9;
}
.b2b-page-content .entry-content a {
  color: #1a56db;
}
.b2b-page-content .entry-content a:hover {
  color: rgb(13, 27, 62);
}
.b2b-page-content .entry-content ul,
.b2b-page-content .entry-content ol {
  margin: 12px 0 0;
  padding-left: 1.4em;
  color: rgb(55, 71, 110);
}
.b2b-page-content .entry-content .wp-block-table {
  margin: 10px 0 0;
  border: 1px solid #e2ebf8;
  border-radius: 12px;
  overflow: hidden;
}
.b2b-page-content .entry-content .wp-block-table table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.b2b-page-content .entry-content .wp-block-table table a {
  color: rgb(90, 107, 140);
  text-decoration: none;
}
.b2b-page-content .entry-content .wp-block-table table a:hover {
  color: #1a56db;
}
.b2b-page-content .entry-content .wp-block-table th,
.b2b-page-content .entry-content .wp-block-table td {
  text-align: left;
  vertical-align: top;
  border: none;
}
.b2b-page-content .entry-content .wp-block-table thead {
  border-bottom: 1px solid #e2ebf8;
}
.b2b-page-content .entry-content .wp-block-table thead th,
.b2b-page-content .entry-content .wp-block-table tbody tr:first-child th {
  background: #f4f7fc;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #5a6b8c;
  padding: 10px 14px;
  vertical-align: middle;
}
.b2b-page-content .entry-content .wp-block-table tbody tr:first-child th {
  border-bottom: 1px solid #e2ebf8;
}
.b2b-page-content .entry-content .wp-block-table td {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #5a6b8c;
  padding: 12px 14px;
  border-top: 1px solid #eef2f8;
  background: #ffffff;
}
.b2b-page-content .entry-content .wp-block-table th:first-child,
.b2b-page-content .entry-content .wp-block-table td:first-child {
  width: 38.5%;
  font-weight: 700;
  color: #37476e;
}
.b2b-page-content .entry-content .wp-block-table thead th:first-child {
  font-weight: 700;
  color: #5a6b8c;
}
.b2b-page-content .entry-content .wp-block-table table > tbody:first-child > tr > td:first-child {
  background: #f4f7fc;
  vertical-align: middle;
}
.b2b-page-content .entry-content .wp-block-table table > tbody:first-child > tr:first-child > td {
  border-top: none;
}
.b2b-page-content .entry-content .wp-block-table th:not(:first-child),
.b2b-page-content .entry-content .wp-block-table td:not(:first-child) {
  border-left: 1px solid #eef2f8;
}
.b2b-page-content .entry-content .wp-block-table thead th:not(:first-child) {
  border-left: 1px solid #e2ebf8;
  font-weight: 700;
  color: #5a6b8c;
}
.b2b-page-content .entry-content .wp-block-table thead + tbody tr:first-child td {
  border-top: none;
}
.b2b-page-content .entry-content .wp-block-table tbody tr:first-child:has(> th) + tr > td {
  border-top: none;
}
.b2b-page-content .entry-content .wp-block-table figcaption {
  margin: 8px 0 0;
  font-size: 12px;
  color: rgb(55, 71, 110);
}

.privacy-policy .b2b-page-content .entry-header,
.privacy-policy .b2b-page-content .entry-footer {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.privacy-policy .b2b-page-content .entry-content .b2b-privacy-panel,
.privacy-policy .b2b-page-content .entry-content .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > .wp-block-group {
  background: rgb(247, 251, 255);
  border: 1px solid #e2ebf8;
  border-radius: 16px;
  padding: 8px 28px 0;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .b2b-page-content {
    padding: 32px 0 72px;
  }
  .b2b-page-content .container {
    padding: 0 20px;
  }
  .b2b-page-content .search-form .search-submit.b2b-lp-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  .b2b-page-content--list .site-main > article {
    padding: 22px 0;
  }
  .b2b-page-content .navigation .nav-links {
    flex-direction: column;
  }
  .b2b-page-content .navigation .nav-next {
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .page-b2b-lp {
    overflow-x: clip;
  }
  .sp-br {
    display: inline;
  }
  .b2b-lp-wrap {
    padding: 72px 20px 50px;
  }
  .b2b-lp-header__inner {
    padding: 0 20px;
    height: 60px;
    gap: 12px;
  }
  .b2b-lp-header__logo img {
    height: 26px;
  }
  .b2b-lp-header__nav {
    gap: 8px;
  }
  .b2b-lp-header__link, .b2b-lp-header__menu {
    display: none;
  }
  .b2b-lp-header .b2b-lp-btn--sm {
    height: 38px;
    padding: 0 16px;
    font-size: 14px;
  }
  .b2b-lp-header-spacer {
    height: 60px;
  }
  .b2b-lp-hero {
    min-height: 0;
    justify-content: flex-start;
  }
  .b2b-lp-hero__particles {
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 99%);
    mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 99%);
    transform: translateY(-140px);
  }
  .b2b-lp-hero__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 20px 230px;
  }
  .b2b-lp-hero__title {
    font-size: clamp(28px, 8vw, 44px);
  }
  .b2b-lp-hero__eyebrow {
    align-items: flex-start;
    margin-bottom: 16px;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .b2b-lp-hero__eyebrow-dot {
    margin-top: 0.45em;
  }
  .b2b-lp-hero__lead {
    margin-top: 20px;
  }
  .b2b-lp-hero__cta {
    margin-top: 20px;
  }
  .b2b-lp-hero__spacer {
    display: none;
  }
  .b2b-lp-hero .b2b-lp-btn--lg {
    height: 54px;
    font-size: 16px;
    padding: 0 24px;
  }
  .b2b-lp-revenue__circle {
    width: 2800px;
    height: 2800px;
    margin-left: -1400px;
  }
  .b2b-lp-revenue__headline {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .b2b-lp-revenue__lead {
    font-size: 24px;
  }
  .b2b-lp-revenue__x2-num, .b2b-lp-revenue__x2-bg {
    font-size: 76px;
  }
  .b2b-lp-revenue__times {
    font-size: 38px;
    margin-left: 12px;
  }
  .b2b-lp-revenue__marquee-track img {
    height: 52px;
  }
  .mkt-c1 {
    width: 340px;
    height: 340px;
    right: -120px;
    top: 30px;
  }
  .mkt-c2 {
    width: 250px;
    height: 250px;
    right: -40px;
    top: 150px;
  }
  .mkt-c3 {
    width: 280px;
    height: 280px;
    left: -140px;
    bottom: -100px;
  }
  .mkt-c4 {
    width: 70px;
    height: 70px;
    left: 30px;
    top: 70px;
  }
  .mkt-c5 {
    right: 60px;
    bottom: 90px;
  }
  .b2b-lp-market__title {
    font-size: clamp(34px, 11vw, 56px);
  }
  .b2b-lp-market__grid {
    grid-template-columns: 1fr;
  }
  .b2b-lp-market__row {
    grid-template-columns: 1fr;
  }
  .b2b-lp-stat-card .m-stat-num {
    font-size: 76px;
  }
  .b2b-lp-stat-card .m-stat-num2 {
    font-size: 70px;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
  }
  .b2b-lp-stat-card--wide {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .b2b-lp-stat-card__note {
    white-space: normal;
  }
  .b2b-lp-sim__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .b2b-lp-sim__input {
    padding: 26px 18px;
    gap: 24px;
  }
  .b2b-lp-sim__opts {
    grid-template-columns: repeat(2, 1fr);
  }
  .b2b-lp-sim__opts--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .b2b-lp-sim__out-body {
    padding: 20px 16px;
  }
  .b2b-lp-sim__metrics {
    grid-template-columns: 1fr;
  }
  .b2b-lp-issues #issues-bg {
    width: 300vh;
    height: 300vh;
    margin-left: -150vh;
    margin-top: -150vh;
  }
  .b2b-lp-issues__wm {
    font-size: 27vw;
  }
  .b2b-lp-issues__content {
    padding: 0 20px;
  }
  .b2b-lp-issues__head h2 {
    font-size: 28px;
    white-space: normal;
  }
  .b2b-lp-issues__head > p:last-child {
    white-space: normal;
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.8;
  }
  .b2b-lp-issues__list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .b2b-lp-issues__item {
    padding: 12px 0;
    gap: 12px;
    cursor: pointer;
  }
  .b2b-lp-issues__item:hover, .b2b-lp-issues__item:focus, .b2b-lp-issues__item:focus-visible, .b2b-lp-issues__item:active {
    outline: none;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(13, 27, 62, 0.14);
    background: transparent;
    color: inherit;
  }
  .b2b-lp-issues__num {
    font-size: 22px;
  }
  .b2b-lp-issues__item-title {
    font-size: 15px;
    margin-bottom: 0;
  }
  .b2b-lp-issues__item-title .issue-chev {
    display: inline-block;
  }
  .b2b-lp-issues .issue-body {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
    font-size: 12.5px;
    line-height: 1.6;
  }
  .b2b-lp-issues .issue-body[data-open="1"] {
    max-height: 200px;
    opacity: 1;
    margin-top: 8px;
  }
  .b2b-lp-kuroko-wrap {
    display: flex;
    flex-direction: column;
  }
  .b2b-lp-kuroko {
    order: 2;
    position: static;
  }
  .b2b-lp-kuroko__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .kuroko-nav {
    padding: 14px 16px;
    gap: 12px;
  }
  .b2b-lp-value {
    order: 1;
    margin-top: 0 !important;
    border-radius: 0;
    box-shadow: none;
  }
  .b2b-lp-value__pin {
    height: auto;
  }
  .b2b-lp-value__pin-sticky {
    position: static;
    height: auto;
    overflow: visible;
    padding: 0 20px 32px;
  }
  .b2b-lp-value__frame {
    height: auto;
    overflow: visible;
    background: transparent;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(13, 27, 62, 0.08);
    border: 1px solid rgba(13, 27, 62, 0.05);
  }
  .b2b-lp-value__dots {
    display: none;
  }
  .b2b-lp-value__cards {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .b2b-lp-value .value-card {
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    flex-direction: column;
    align-items: stretch;
    padding: 36px 20px;
    border-bottom: 1px solid rgba(13, 27, 62, 0.05);
    gap: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .b2b-lp-value .value-card h3 *,
  .b2b-lp-value .value-card p,
  .b2b-lp-value .value-card div {
    opacity: 1 !important;
  }
  .b2b-lp-value .value-card:last-child {
    border-bottom: none;
  }
  .b2b-lp-value .value-card h3 {
    order: 1;
    font-size: 42px;
  }
  .b2b-lp-value .value-card h3 span {
    white-space: normal;
  }
  .b2b-lp-value__card-text {
    display: contents;
    padding: 0;
  }
  .b2b-lp-value__card-body {
    order: 3;
    margin-top: 20px;
  }
  .b2b-lp-value__card-desc span {
    white-space: normal;
  }
  .b2b-lp-value__feature-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .b2b-lp-value__card-num {
    display: none;
  }
  .b2b-lp-value__card-img {
    display: block;
    order: 2;
    width: 100%;
    height: auto;
    opacity: 1 !important;
    aspect-ratio: 16/10;
    margin-top: 20px;
    border-radius: 14px;
    overflow: hidden;
  }
  .b2b-lp-value__card-img img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .b2b-lp-value__bridge-title {
    font-size: 26px;
    line-height: 2.15;
  }
  .b2b-lp-value__bridge-lead {
    text-align: center;
  }
  .b2b-lp-value .ah-kana {
    font-size: 10.5px;
    letter-spacing: 0.1em;
    bottom: calc(100% - 4px);
  }
  .b2b-lp-value__ah img {
    height: 30px;
  }
  .b2b-lp-value__rule {
    gap: 10px;
  }
  .b2b-lp-value .m-rule-line {
    width: 18px;
  }
  .b2b-lp-kuroko-spacer {
    order: 3;
    height: 0 !important;
  }
  #brand-copy {
    white-space: nowrap;
    font-size: clamp(20px, 7.4vw, 26px);
  }
  .m-2col,
  .b2b-lp-bm__row,
  .b2b-lp-bm__lease,
  .b2b-lp-op__cards,
  .b2b-lp-contact__grid,
  .b2b-lp-company__grid,
  .b2b-lp-form__grid {
    grid-template-columns: 1fr;
  }
  .b2b-lp-bm__card {
    padding: 28px 18px;
  }
  .b2b-lp-bm__lease .m-bm-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }
  .b2b-lp-op__os {
    padding: 26px 14px;
    gap: 14px;
  }
  .b2b-lp-op__col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: none;
    width: 100%;
  }
  .b2b-lp-op__row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    gap: 6px;
  }
  .b2b-lp-op__row > .b2b-lp-op__dash {
    flex: none;
    align-self: center;
    width: 0;
    min-width: 0;
    height: 35px;
    border-top: 0;
    border-left: 2px dashed #9fbdf0;
  }
  .b2b-lp-op__row > .b2b-lp-op__dot {
    align-self: center;
  }
  .b2b-lp-op__card {
    width: auto;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 14px 8px;
  }
  .b2b-lp-op__card p {
    font-size: 12.5px;
    line-height: 1.45;
  }
  .b2b-lp-op__cards {
    grid-template-columns: minmax(0, 1fr);
  }
  .b2b-lp-op__panel {
    min-width: 0;
  }
  .b2b-lp-op .b2b-lp-chip {
    white-space: normal;
  }
  .b2b-lp-flow__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 12px;
    margin-top: 56px;
  }
  .b2b-lp-flow__line {
    display: none;
  }
  .b2b-lp-contact__left {
    padding: 44px 24px;
  }
  .b2b-lp-contact__right {
    padding: 36px 20px;
  }
  .b2b-lp-contact .b2b-lp-form .b2b-lp-btn {
    min-width: 0;
    width: 100%;
    padding: 0 20px;
  }
  .b2b-lp-company {
    padding: 28px 20px;
  }
  .b2b-lp-company__grid {
    gap: 24px;
  }
  .b2b-lp-footer__inner {
    padding: 64px 20px 0;
  }
  .b2b-lp-footer__cols {
    gap: 36px;
  }
  .b2b-lp-footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    padding: 18px 20px;
  }
}
@media (max-width: 400px) {
  .b2b-lp-header__sim {
    display: none;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f9f9f9;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #1a56db;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
