.price.small-price {
	font-size: 1.4rem;
}
.price2 {
	display:block; 
	background-color:white;
	padding:.5rem 0;
	font-size: 1.1rem;
	position: relative;
	margin: 0 auto;
}

.price3 {
	display:block; 
	background-color:white;
	padding:.5rem 0;
	font-size: 1.5rem;
	position: relative;
	margin: 0 auto;
}

.price4 {
	display:block; 
	background-color:white;
	padding:.5rem 0;
	position: relative;
	margin: 0 auto;
	text-align:left;
}
.price4 ul {
	margin-bottom:0
}

.icon-det {
	position: absolute;
	top: -2px;
	right: 16px;
	display: block;
	width: 40px;
	height: 40px;
}
#active_license.small-wrap {
	padding: 2rem 0;
    max-width: 600px;
    margin: 1rem auto;
}
.pricing-table .pricing_conditions h3 { 
	font-size: 1.5rem;
}
.row.justify-content-end.align-items-center.pricing_item {
    margin-right: 0;
}

.pricing-content .pricing-table .price span {
width: 55px;
vertical-align: middle;
}



@media (max-width: 767px) {
	.pricing-content .container {
    max-width: 94%;
}
	.pricing-table .pricing_conditions h3 {
		max-width:100%
	}
	.pricing-table .pricing_conditions {
		text-align:center
	}
	.row.justify-content-end.align-items-center.pricing_item {
    margin-right: 0;
    margin-left: 0;
}
}

body.page-id-8956 {
    background-color: #f6f6f9;
}

.page-id-8956 .page .entry-header {
    padding: 3rem 0 5rem;
    background: transparent;
}

.page-id-8956 .page .entry-header h1 {
    font-size: 3.75rem;
    font-weight: 600;
    padding-bottom: 0;
}

.page-id-8956 .page .entry-header .entry-description {
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--primary);
}

.page-id-8956 .page .entry-content {
    padding: 4rem 0;
    background: linear-gradient(rgb(255,255,255,.5), transparent);
}

.page-id-8956 .page .entry-content::before {
    display: none;
}

.page-id-8956 .page .entry-content h3 {
    font-weight: 400;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.page-id-8956 .page .entry-content h3:not(h3:first-of-type) {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid #212529;
}

.page-id-8956 .page .entry-content p {
	  padding-bottom: 0;
    line-height: 1.8;
    letter-spacing: 0.01em;
    margin-bottom: 2rem;
}

.page-id-8956 .page a:hover {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 1px;
}

.page-id-8956 .page ul {
    list-style: none;
    padding-left: 2px;
}

.page-id-8956 .page ul li {
    margin-bottom: 1rem;
    padding-bottom: 0;
    padding-left: 16px;
    position: relative;
}

.page-id-8956 .page ul li::before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.page-id-8956 .breadcrumb-wrapper {
    padding-inline: 15px;
    padding-block: 0;
}

.page-id-8956 .breadcrumb {
    padding-inline: 0;
    padding-block: 2rem;
    margin-bottom: 0;
}

.page-id-8956 .breadcrumb-item {
    color: var(--dark);
}

.page-id-8956 .breadcrumb nav a {
    font-weight: 500;
}

.page-id-8956 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--dark);
    font-weight: 700;
}

.page-id-8956 .company-logo-small {
	max-width: 200px;
}

.page-id-8956 p iframe {
    width: clamp(288px, calc(100vw - 30px), 800px);
    height: clamp(162px, calc(56.25vw - 30px), 450px);
}

.page-id-8956 .page blockquote em {
    font-size: 1.75rem;
    line-height: 180%;
    font-weight: 200;
    margin-bottom: 1rem;
    display: block;
    color: var(--dark);
}

.page-id-8956 .breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
}

@media (max-width: 540px) {
	.page-id-8956 main .container, .page-id-8956 .breadcrumb-wrapper {
		padding-right: 15px!important;
    padding-left: 15px!important;
	}
	
	.page-id-8956 .page blockquote em {
		font-size: 1.25rem;
	}
	
	.page-id-8956 .page .entry-content p {
		margin-bottom: 1rem;
	}
	
	.page-id-8956 .page .entry-content h3:not(h3:first-of-type) {
		margin-top: 2rem;
		padding-top: 2rem;
	}
	
	.page-id-8956 .page .entry-header {
		padding: 2rem 0 4rem;
	}
	
	.page-id-8956 .page .entry-content {
		padding: 3rem 0;
	}
}

.highlight table td { padding: 5px; }
.highlight table pre { margin: 0; }
.highlight {
  color: #faf6e4 !important;
  background-color: #122b3b !important;
}
.highlight .gl {
  color: #dee5e7;
  background-color: #4e5d62;
}
.highlight .gp {
  color: #a8e1fe;
  font-weight: bold;
}
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
  color: #6c8b9f;
  font-style: italic;
}
.highlight .cp {
  color: #b2fd6d;
  font-weight: bold;
  font-style: italic;
}
.highlight .err {
  color: #fefeec;
  background-color: #cc0000;
}
.highlight .gr {
  color: #cc0000;
  font-weight: bold;
  font-style: italic;
}
.highlight .k, .highlight .kd, .highlight .kv {
  color: #f6dd62;
  font-weight: bold;
}
.highlight .o, .highlight .ow {
  color: #4df4ff;
  font-weight: bold;
}
.highlight .p, .highlight .pi {
  color: #4df4ff;
}
.highlight .gd {
  color: #cc0000;
}
.highlight .gi {
  color: #b2fd6d;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gt {
  color: #dee5e7;
  background-color: #4e5d62;
}
.highlight .kc {
  color: #f696db;
  font-weight: bold;
}
.highlight .kn {
  color: #ffb000;
  font-weight: bold;
}
.highlight .kp {
  color: #ffb000;
  font-weight: bold;
}
.highlight .kr {
  color: #ffb000;
  font-weight: bold;
}
.highlight .gh {
  color: #ffb000;
  font-weight: bold;
}
.highlight .gu {
  color: #ffb000;
  font-weight: bold;
}
.highlight .kt {
  color: #b2fd6d;
  font-weight: bold;
}
.highlight .no {
  color: #b2fd6d;
  font-weight: bold;
}
.highlight .nc {
  color: #b2fd6d;
  font-weight: bold;
}
.highlight .nd {
  color: #b2fd6d;
  font-weight: bold;
}
.highlight .nn {
  color: #b2fd6d;
  font-weight: bold;
}
.highlight .bp {
  color: #b2fd6d;
  font-weight: bold;
}
.highlight .ne {
  color: #b2fd6d;
  font-weight: bold;
}
.highlight .nl {
  color: #ffb000;
  font-weight: bold;
}
.highlight .nt {
  color: #ffb000;
  font-weight: bold;
}
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
  color: #f696db;
  font-weight: bold;
}
.highlight .ld {
  color: #f696db;
  font-weight: bold;
}
.highlight .ss {
  color: #f696db;
  font-weight: bold;
}
.highlight .s, .highlight .sb, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
  color: #fff0a6;
  font-weight: bold;
}
.highlight .se {
  color: #4df4ff;
  font-weight: bold;
}
.highlight .sc {
  color: #4df4ff;
  font-weight: bold;
}
.highlight .si {
  color: #4df4ff;
  font-weight: bold;
}
.highlight .nb {
  font-weight: bold;
}
.highlight .ni {
  color: #999999;
  font-weight: bold;
}
.highlight .w {
  color: #BBBBBB;
}
.highlight .go {
  color: #BBBBBB;
}
.highlight .nf {
  color: #a8e1fe;
}
.highlight .py {
  color: #a8e1fe;
}
.highlight .na {
  color: #a8e1fe;
}
.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi {
  color: #a8e1fe;
  font-weight: bold;
}
