/*
 * SiteGuard Cloud Edition page-only styles restored from the production head.
 * HubSpot emitted the feature/price/flow rules inline and the comparison table
 * as a module asset; neither is guaranteed to survive the static-page import.
 */
.background {
	padding: 30px 40px;
	margin-bottom: 50px;
	background-color: #f4f4f4;
	border-radius: 15px;
}

.background .sub {
	margin-bottom: 10px;
	color: #337ab7 !important;
	font-size: x-large;
	font-weight: bold;
}

.background .des {
	padding: 20px;
	margin-top: 20px;
	background-color: #fff;
}

.background .des span {
	background: linear-gradient(transparent 60%, #ffffa8 0%);
	border-radius: 2px;
}

.blue-large,
.orange-large {
	font-size: larger;
	font-weight: bold;
}

.blue-large {
	color: #337ab7;
}

.orange-large {
	color: #ed7d31;
}

.cloud-edition-features .Column--small-12 {
	text-align: center;
}

.cloud-edition-features .ColumnContentSection-content {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 15px;
}

.table-wrapper {
	width: 100%;
	max-width: 860px;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgb(0 0 0 / 12%);
}

.comparison_table {
	width: 100%;
	border-collapse: collapse;
}

.comparison_table thead tr th {
	padding: 18px 14px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.comparison_table thead th:first-child {
	width: 26%;
	background: #fff;
}

.comparison_table thead th.highlight {
	width: 28%;
	color: #fff;
	font-size: 17px;
	line-height: 1.4;
	background: #e87722;
}

.comparison_table thead th.competitor {
	width: 23%;
	color: #fff;
	font-size: 17px;
	background: #1a4b8c;
}

.comparison_table tbody tr:nth-child(odd) {
	background: #fff;
}

.comparison_table tbody tr:nth-child(even) {
	background: #eef3fa;
}

.comparison_table tbody td {
	padding: 16px 14px;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #dde5f0;
}

.comparison_table tbody td:first-child {
	color: #1a4b8c;
	font-size: 13.5px;
	font-weight: 700;
	text-align: center;
	background: inherit;
	border-right: 2px solid #dde5f0;
}

.comparison_table tbody td.highlight {
	color: #c05e00;
	font-size: 15px;
	font-weight: 700;
	background: #fff4ea;
	border-right: 3px solid #e87722;
	border-left: 3px solid #e87722;
}

.comparison_table tbody tr:last-child td.highlight {
	border-bottom: 3px solid #e87722;
}

.comparison_table tbody td.highlight,
.comparison_table tbody td.highlight *,
.comparison_table thead th.highlight {
	text-decoration: none !important;
}

.supplement {
	margin-top: 20px;
}

.list-case_study-flow > li {
	position: relative;
	display: table;
	width: 100%;
	padding: 20px 30px 20px 20px;
	margin-bottom: 60px;
	border: 2px solid #337ab7;
}

.list-case_study-flow > li::after {
	position: absolute;
	bottom: -41px;
	left: 0;
	display: block;
	width: 100%;
	height: 20px;
	content: "";
	background: url("/wp-content/uploads/hubfs/images/bg_balloon_01_pc.png") no-repeat center 0;
}

.list-case_study-flow > li:last-child {
	margin-bottom: 0;
}

.list-case_study-flow > li:last-child::after {
	display: none;
}

.list-case_study-flow > li .title-area {
	display: table-cell;
	width: 275px;
	height: 86px;
	padding: 0;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: right center;
}

.list-case_study-flow > li .number {
	display: inline-block;
	width: 82px;
	height: 50px;
	margin-bottom: 5px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 center;
}

.list-case_study-flow > li .title {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	color: #337ab7;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.25;
	vertical-align: middle;
}

.list-case_study-flow > li .body {
	display: table-cell;
	padding-left: 30px;
	vertical-align: middle;
	border-left: 1px solid #d9e1e0;
}

.list-case_study-flow > li .text {
	font-size: 20px;
	line-height: normal;
}

.list-case_study-flow > li.item-01 .number {
	background-image: url("/wp-content/uploads/hubfs/images/txt_number_01_pc.png");
	background-position: 7px center;
}

.list-case_study-flow > li.item-02 .number {
	background-image: url("/wp-content/uploads/hubfs/images/txt_number_02_pc.png");
}

.list-case_study-flow > li.item-03 .number {
	background-image: url("/wp-content/uploads/hubfs/images/txt_number_03_pc.png");
}

.list-case_study-flow > li.item-04 .number {
	background-image: url("/wp-content/uploads/hubfs/images/txt_number_04_pc.png");
	background-position: 5px center;
}

@media (max-width: 767px) {
	.list-case_study-flow {
		padding-left: 0;
	}

	.list-case_study-flow > li {
		display: block;
		padding: 20px 15px;
	}

	.list-case_study-flow > li .title-area {
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
	}

	.list-case_study-flow > li .number {
		width: 67px;
		height: 50px;
	}

	.list-case_study-flow > li .title {
		width: 180px;
		margin-left: 10px;
		font-size: 22px;
	}

	.list-case_study-flow > li .text {
		font-size: 18px;
	}

	.list-case_study-flow > li .body {
		display: block;
		padding: 20px 0 0;
		margin-top: 15px;
		border-top: 1px solid #d9e1e0;
		border-left: 0;
	}
}

@media (max-width: 639px) {
	.background {
		padding: 25px;
	}
}
