/*!
Theme Name: surepoint
Theme URI: http://underscores.me/
Author: MrclTech
Author URI: https://mrcltech.com/
Description: Simple SurePoint wp theme
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: sp
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.

surepoint 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
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: border-box;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 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: #eee;
	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 #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	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: 991px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		gap: 4px;
		background: #fff;
		width: fit-content;
		border-radius: 999px;
		padding: 8px;
		margin-left: auto;
	}

	.main-navigation ul ul {
		flex-direction: column;
		border-radius: 20px;
	}

	.nav-menu>li>a {
		padding: 12px 16px;
		border-radius: 999px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		background: #fff;
		color: #3C4C59;
		font-size: 16px;
		line-height: 1.75em;
		font-weight: 600;
	}

	.nav-menu>li>a:hover {
		background: #F6D553;
		color: #1A2E3F;
	}

	.nav-menu>li:last-child>a {
		background: #467EF8;
		color: #fff;
	}

	.main-navigation ul ul a,
	.main-navigation ul ul a:visited {
		color: #3C4C59;
	}
}

.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 0 1.5em;
}

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

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

.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 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/*--------------------------------------------------------------
# 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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	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;
}


/* home page */

body * {
	font-family: "Manrope", sans-serif;
	color: #3C4C59;
}

p {
	margin-top: 0;
	margin-bottom: 0.5em;
}

h1,
h2,
h3,
h4 {
	color: #1A2E3F;
}

h1 {
	font-size: 64px;
	font-weight: 400;
	line-height: 1.25em;
	letter-spacing: -1.28px;
	margin-bottom: 24px;
	margin-top: 0;
}

h2 {
	font-size: 44px;
	font-weight: 500;
	line-height: 1.27273em;
	letter-spacing: -0.88px;
	margin-bottom: 24px;
	margin-top: 0px;
}

.sp-container {
	width: min(1248px, calc(100% - 32px));
	margin: 0 auto;
	padding: 0 16px;
}

p:last-child {
	margin-bottom: 0;
}

.sp-section {}


@media (max-width: 1080px) {
	h1 {
		font-size: 44px;
	}

	h2 {
		font-size: 36px;
	}
}

/* hero */
.sp-hero {
	padding: 156px 0 120px;
	background: linear-gradient(180deg, #CCDCFF 0%, rgba(255, 255, 255, 1) 100%);
}

.sp-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.sp-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 999px;
	color: #3C4C59;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 16px;
	border: 1px solid #467EF8;
}

.sp-hero__title {}

.sp-hero__subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	max-width: 484px;
	margin-bottom: 60px;
}

.sp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.sp-btn,
.sp-btn:visited,
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	padding: 0 28px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: .3s ease;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	font-size: 18px;
	line-height: 32px;
}

.sp-btn:hover,
input[type="submit"]:hover {
	background: #3C4C59;
}

.sp-btn:active,
input[type="submit"]:active {
	background: #1A2E3F;
}

.sp-btn--primary,
.sp-btn--primary:visited,
input[type="submit"] {
	background: #F6D553;
	color: #1A2E3F;
}

.sp-btn--primary:hover,
.sp-btn--primary:active,
input[type="submit"]:hover,
input[type="submit"]:active {
	color: #F6D553;
	background: #3C4C59;
}

.sp-btn--secondary,
.sp-btn--secondary:visited {
	background: #467EF8;
	color: #fff;
}

.sp-btn--secondary:active {
	color: #467EF8;
}

.sp-btn--secondary:hover {
	color: #fff;
}

.sp-btn--light,
.sp-btn--light:visited {
	background: #fff;
	color: #1A2E3F;
}

.sp-btn--light:hover {
	color: #467EF8;
	background: #fff;
}

.sp-btn--light:active {
	color: #3C4C59;
	background: #fff;
}

.sp-btn:disabled {
	color: #3C4C59;
	background: #E7E7E7;
}

.sp-hero__media {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background: #F1F3F4;
	font-size: 0;
	line-height: 0;
}

.sp-hero__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.sp-hero__subtitle:last-child {
	margin-bottom: 0;
}

@media (max-width: 1080px) {
	.sp-hero__title {
		margin-top: 0;
	}

	.sp-hero__subtitle {
		margin-bottom: 30px;
	}

	.sp-hero__grid {
		gap: 30px;
	}

	.sp-hero {
		padding-bottom: 60px;
		padding-top: 105px;
	}
}

@media (max-width: 767px) {
	.sp-hero__grid {
		display: flex;
		flex-direction: column-reverse;
	}

	.sp-hero__subtitle {
		max-width: 100%;
	}

	.sp-hero__left {
		text-align: center;
	}

	.sp-hero__right {
		width: 100%;
	}

	.sp-hero__actions {
		justify-content: center;
	}

	.sp-btn,
	.sp-btn:visited {
		width: 100%;
	}
}

/* reviews */
.sp-reviews {
	padding: 60px 0 120px;
}

/* about */
.sp-about {
	border-radius: 80px;
	background-color: #F9F9F9;
	background-image: url(./img/about-bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 120px 0;
}

.sp-about__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.sp-about__media {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background: #F1F3F4;
	font-size: 0;
	line-height: 0;
}

.sp-about__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 71/81;
	object-fit: cover;
}

.sp-about__title {
	max-width: 488px;
}

.sp-about__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 60px;
	max-width: 488px;
}

@media (max-width: 1080px) {
	.sp-about {
		border-radius: 32px;
	}

	.sp-about__grid {
		gap: 32px;
	}

	.sp-about__text {
		font-size: 18px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.sp-about {
		background-position: right bottom;
	}

	.sp-about__grid {
		grid-template-columns: 1fr;
	}

	.sp-about__title,
	.sp-about__text,
	.sp-about__actions {
		text-align: center;
		max-width: 100%;
	}
}

/* services */
.sp-services {
	padding: 120px 0;
}

.sp-services__header {
	text-align: center;
	margin-bottom: 22px;
}

.sp-services__badge {
	display: inline-flex;
	align-items: center;
	height: 44px;
	padding: 0 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #467EF8;
	color: #467EF8;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75em;
	margin-bottom: 16px;
}

.sp-services__title {
	text-align: center;
}

.sp-services__subtitle {
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 60px;
}

.sp-services__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-bottom: 60px;
}

.sp-services-card {
	border-radius: 24px;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	background: linear-gradient(180deg, #F1F3F4 0%, rgba(255, 255, 255, 0.00) 100%);
	padding: 32px;
	position: relative;
}

.sp-services-card__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 528/240;
	object-fit: cover;
	border-radius: 12px;
}

.sp-services-card__body {}

.sp-services-card__top {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	margin-top: 32px;
}

.sp-services-card__icon {
	width: 24px;
	height: 24px;
	display: inline-flex;
	font-size: 0;
	line-height: 0;
}

.sp-services-card__icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.sp-services-card__title {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8em;
	color: #1A2E3F;
}

.sp-services-card__text {
	font-size: 16px;
	line-height: 1.75em;
	margin-bottom: 64px;
}

.sp-services-card__link,
.sp-services-card__link:visited {
	display: inline-block;
	color: #1A2E3F;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.77em;
	text-decoration: none;
	border-bottom: 2px solid #467EF8;
	transition: .3s ease;
	width: fit-content;
	position: absolute;
	left: 32px;
	bottom: 32px;
}

.sp-services-card__link:hover {
	color: #467EF8;
}

.sp-services__footer {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

@media (max-width: 1080px) {
	.sp-services__grid {
		gap: 20px;
	}

	.sp-services-card {
		padding: 20px;
	}

	.sp-services-card__link,
	.sp-services-card__link:visited {
		left: 20px;
		bottom: 20px;
	}

	.sp-services-card__text {
		margin-bottom: 52px;
	}
}

@media (max-width: 650px) {
	.sp-services__grid {
		grid-template-columns: 1fr;
	}
}

/* cta banner */
.sp-cta {
	border-radius: 80px;
	background: #467EF8;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1440 / 744;
	display: flex;
	align-items: center;
	width: 100%;
	max-height: 744px;
}

.sp-cta:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	pointer-events: none;
	width: 50%;
	height: 100%;
	background-image: url(./img/banner-bg.webp);
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.sp-cta__inner {
	display: grid;
	align-items: stretch;
	position: relative;
	z-index: 3;
}

.sp-cta__logo {
	margin-bottom: 60px;
	background: #fff;
	padding: 20px;
	border-radius: 999px;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	width: 100px;
	height: 100px;
}

.sp-cta .sp-container {
	position: relative;
}

.sp-cta .sp-container:before {
	content: '';
	display: block;
	width: 1400px;
	height: 1400px;
	position: absolute;
	top: 50px;
	left: 50px;
	transform: translateY(-50%) translateX(-50%);
	background-image: url(./img/radial.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}

.sp-cta__logo img {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.sp-cta__subtitle {
	margin-bottom: 60px;
	color: #fff;
}

.sp-cta__title {
	color: #fff;
	font-size: 64px;
	font-weight: 400;
	line-height: 1.25em;
	letter-spacing: -1.28px;
}

.sp-cta__right {
	min-height: 260px;
	display: none;
}

@media (max-width: 1080px) {
	.sp-cta {
		border-radius: 32px;

	}

}

@media (max-width: 900px) {
	.sp-cta {
		padding: 20px 0;
		aspect-ratio: unset;
		width: 100%;
		max-height: unset;
	}

	.sp-cta__inner {
		grid-template-columns: 1fr;
	}

	.sp-cta__right {
		min-height: 220px;
	}

	.sp-cta__title {
		font-size: 50px;
		margin-bottom: 10px;
	}

	.sp-cta__subtitle {
		margin-bottom: 20px;
	}

	.sp-cta__logo {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.sp-cta {
		padding: 20px 0 88vw;
		aspect-ratio: unset;
	}

	.sp-cta:after {
		left: 0;
		width: 100%;
	}

	.sp-cta__left {
		text-align: center;
	}

	.sp-cta__logo {
		margin: 0 auto 15px;
	}

	.sp-cta .sp-container:before {
		left: 50%;
	}
}

/* header */

.site-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 124px;
	padding: 28px 0;
}

.site-header .sp-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.site-branding {
	max-width: 210px;
	line-height: 0;
	font-size: 0;
}

.main-navigation ul li.menu-item-has-children>a:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(./img/chevron.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 991px) {
	.main-navigation ul ul {
		top: calc(100% + 16px);
		border-radius: 20px;
		border: 1px solid #E7E7E7;
		background: #FFF;
		box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
		display: flex;
		width: 192px;
		padding: 14px 12px;
		flex-direction: column;
		gap: 10px;
	}

	.main-navigation ul ul li {
		display: block;
	}

	.main-navigation ul ul li a {
		display: flex;
		padding: 5px 16px;
		align-items: center;
		gap: 10px;
		align-self: stretch;
		border-radius: 48px;
		width: 100%;
		max-width: 178px;
		font-weight: 600;
	}

	.main-navigation ul ul li:hover a {
		background: rgba(70, 161, 255, 0.08);
		color: #467EF8;
	}

	.main-navigation ul li.menu-item-has-children::before {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 36px;
		content: '';
	}

	.main-navigation ul li:has(ul:hover)>a {
		background: #F6D553;
		color: #1A2E3F;
	}
}

@media (max-width: 990px) {
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 10px 0;
		height: 81px;
		background: #CCDCFF;
		border-bottom: 1px solid #E7E7E7;
		z-index: 999;
		display: flex;
		align-items: center;
	}

	.site-header .sp-container {
		gap: 40px;
	}

	.main-navigation {
		width: auto;
	}

	.icon-close {
		display: none;
	}

	.menu-toggle[aria-expanded="true"] .icon-burger {
		display: none;
	}

	.menu-toggle[aria-expanded="true"] .icon-close {
		display: block;
	}

	.main-navigation.toggled>div {
		position: fixed;
		top: 81px;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(180deg, #CCDCFF 0%, rgba(255, 255, 255, 1) 100%);
		padding: 40px 20px;
	}

	.main-navigation.toggled ul {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.main-navigation.toggled ul ul {
		float: none;
		position: static;
		padding-left: 40px;
		padding-top: 20px;
		display: none;
	}

	/* 	.main-navigation.toggled ul li:hover>ul, */
	.main-navigation.toggled ul li.focus>ul {
		display: flex;
		flex-direction: column;
	}

	.main-navigation a,
	.main-navigation a:visited {
		font-size: 20px;
		line-height: 1.5em;
		color: #3C4C59;
		padding: 8px 16px;
		background: #fff;
		border-radius: 24px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.menu-toggle {
		/* 		width: 60px; */
		/* 		height: 60px; */
		display: flex;
		align-items: center;
		justify-content: center;
		/* 		font-size: 0; */
		/* 		line-height: 0; */
		color: #3C4C59;
		background: #fff;
		border: none;
		box-shadow: none;
		/* 		border-radius: 10px; */

		border-radius: 24px;
		font-family: 'Manrope';
		font-size: 16px;
		font-weight: 600;
		line-height: 28px;
	}
}

/* footer */
.sp-footer {
	padding: 120px 0 40px;
	background: #fff;
}

.sp-footer__top {
	display: grid;
	grid-template-columns: 209px 1fr 231px;
	align-items: center;
	gap: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 40px;
}

.sp-footer__logo img {
	display: block;
	max-width: 210px;
	height: auto;
}

.sp-footer__logo--text {
	font-weight: 700;
	text-decoration: none;
	color: #1A2E3F;
}

.sp-footer__menu {
	list-style: none;
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(5, 1fr);
	gap: 4px;
	margin: 0 auto;
	padding: 0;
	background: #F7FCFF;
	border-radius: 999px;
	padding: 8px;
}

.sp-footer__menu a {
	text-decoration: none;
	color: #3C4C59;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	border-radius: 999px;
	transition: .3s ease;
}

.sp-footer__menu a:hover {
	color: #1A2E3F;
	background: #F6D553;
}

.sp-footer__rating {
	display: flex;
	justify-content: flex-end;
}

.sp-footer__rating img {
	display: block;
	max-width: 230px;
	height: auto;
}

.sp-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	color: #5a6678;
	font-size: 16px;
}

.sp-footer__links a {
	color: #1b2a4a;
	text-decoration: none;
}

.sp-footer__sep {
	margin: 0 8px;
	color: rgba(13, 27, 42, .35);
}

.post,
.page {
	margin: 0;
}

@media (max-width: 980px) {
	.sp-footer__top {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.sp-footer__rating {
		justify-content: center;
	}

	.sp-footer__menu {
		justify-content: center;
		flex-wrap: wrap;
	}

	.sp-footer__bottom {
		flex-direction: column;
		text-align: center;
	}

	.sp-footer__menu a {
		padding: 0 16px;
	}
}

@media (max-width: 767px) {
	.sp-footer__nav {
		width: 100%;
	}

	.sp-footer__menu {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		border-radius: 20px;
	}

	.sp-footer {
		padding: 60px 0 30px;
	}

	.sp-footer__top {
		gap: 30px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}

/* services */
.sp-services-page .sp-hero {
	padding-bottom: 60px;
}

.sp-services-page .sp-hero__image,
.sp-service-page .sp-hero__image,
.sp-reviews-page .sp-hero__image,
.sp-about-page .sp-hero__image {
	aspect-ratio: 592/359;
}

.sp-custom-work {
	padding: 120px 0;
}

.sp-custom-work__inner {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 80px;
	padding: 32px;
	border-radius: 24px;
	border: 1px solid #E7E7E7;
	background: linear-gradient(180deg, #F1F3F4 0%, rgba(255, 255, 255, 0.00) 100%);
}

.sp-custom-work__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #1A2E3F;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.42em;
	margin-bottom: 40px;
}

.sp-custom-work__text {
	font-size: 16px;
	line-height: 1.75em;
}

.sp-custom-work__disclaimer {
	margin: 40px 0;
	font-size: 14px;
	line-height: 1.71em;
}

.sp-custom-work__disclaimer .sp-custom-work__disclaimer-text {
	color: #467EF8;
}

.sp-custom-work__disclaimer-label {
	/* font-size: 14px;
	line-height: 1.71em; */
	text-transform: uppercase;
	margin-bottom: 8px;
}

.sp-custom-work__btn {
	text-decoration: none;
	display: inline-block;
	color: #1A2E3F;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.77em;
	border-bottom: 2px solid #467EF8;
	padding-bottom: 2px;
}

.sp-custom-work__media {
	border-radius: 12px;
	overflow: hidden;
	background: #e9eefb;
}

.sp-custom-work__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/10;
	object-fit: cover;
}

@media (max-width: 900px) {
	.sp-custom-work__inner {
		grid-template-columns: 1fr;
	}
}

/* services */
.sp-reviews-page .sp-services__header,
.sp-reviews-page .sp-services__title,
.sp-reviews-page .sp-services__subtitle {
	text-align: left;
}

/* about */
.sp-why {
	padding: 0 0 120px;
}

.sp-why__header {
	text-align: center;
	margin-bottom: 60px;
}

.sp-why__title {
	text-align: center;
}

.sp-why__subtitle {
	max-width: 972px;
	margin: 0 auto 60px;
}

.sp-why__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	justify-items: center;
}

.sp-why__item {
	text-align: center;
	max-width: 280px;
}

.sp-why__icon {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	background: #f6d553;
	display: grid;
	place-items: center;
	margin: 0 auto 32px;
}

.sp-why__icon img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.sp-why__text {
	color: #1A2E3F;
	font-size: 20px;
	line-height: 1.8em;
	font-weight: 500;
}

@media (max-width: 980px) {
	.sp-why__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.sp-why__grid {
		grid-template-columns: 1fr;
	}
}


.sp-services__slider {
	position: relative;
	padding: 0 44px;
}

@media (max-width: 767px) {
	.sp-services__slider {
		padding: 0;
	}
}

.sp-services__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: none;
	background: #fff;
	cursor: pointer;
	z-index: 3;
}

.sp-services__slider .swiper-slide {
	height: auto;
}

.swiper-slide .sp-services-card {
	height: 100%;
}

.sp-services__arrow--prev {
	left: 0;
}

.sp-services__arrow--next {
	right: 0;
}

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

.sp-services__arrow::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid rgba(15, 23, 42, 0.7);
	border-bottom: 2px solid rgba(15, 23, 42, 0.7);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(135deg);
}

.sp-services__arrow--next::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.sp-services__pagination {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 60px;
}

.sp-services__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	opacity: 0.2;
	background: #467EF8;
}

.sp-services__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	width: 50px;
	border-radius: 999px;
}


@media (max-width: 1080px) {

	.sp-about,
	.sp-reviews,
	.sp-services,
	.sp-custom-work,
	.sp-why {
		padding: 60px 0;
	}
}

.sp-contacts .sp-hero {
	padding-bottom: 0;
}

.sp-contacts .sp-hero__image {
	aspect-ratio: 488/259;
}

.sp-contacts .sp-hero__title,
.sp-contacts .sp-hero__subtitle {
	margin-top: 0;
	margin-bottom: 20px;
}

.sp-mail {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 8px;
	font-size: 20px;
	line-height: 36px;
	color: #467EF8;
	margin-bottom: 20px;
}

.sp-contact-form {
	padding: 40px;
	background: #fff;
	border-radius: 24px;
	border: 1px solid #E7E7E7;
}

.sp-contact-form .wpcf7-form-control:not([type="submit"]) {
	border: 1px solid #467EF8 !important;
}

.sp-contact-form textarea.wpcf7-form-control {
	height: 224px;
}

.sp-contact-form .sp-cf7-last-row {
	margin-top: 44px;
}

.sp-contact-form .sp-cf7-last-row p span {
	display: none;
}

.sp-cf7-last-row p {
	display: block;
}

.sp-contacts .sp-hero__left {
	max-width: 488px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

@media (max-width: 767px) {
	.sp-contacts .sp-hero__grid {
		display: flex;
		flex-direction: column;
	}

	.sp-contact-form {
		padding: 20px;
	}
}

.sp-reviews-page .sp-reviews {
	padding-top: 0;
}

* {
	outline: none !important;
}

.sp-services-card__project {
	color: #467EF8;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-top: 32px;
	margin-bottom: 12px;
}

.sp-services-card__project+.sp-services-card__top {
	margin-top: 0;
}


.sp-sf__summary-placeholder {
	font-size: 18px;
	padding: 8px 0;
}

.sp-sf__summary-row.is-hidden {
	display: none;
}

[data-sp-summary-placeholder] {
	color: #467EF8;
}


.sp-header-phone {
	display: flex;
	align-items: center;
	justify-content: center !important;
	/* 	margin-right: 8px!important; */
	white-space: nowrap;

	font-family: 'Manrope';
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 28px !important;
}

.sp-header-phone svg {
	width: 24px;
	height: 24px;
}


@media (min-width:991px) {
	.sp-header-phone {
		display: none !important;
	}
}

@media (max-width:990px) {
	.main-navigation {
		display: flex;
		background: #fff;
		padding: 4px;
		border-radius: 999px;
	}

	.menu-toggle {
		padding: 8px 16px !important;
	}
}

.sp-sf__type-description {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.5;
	color: #467EF8;
}

.sp-thank-you {
	min-height: calc(100vh - 367px);
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}

.sp-mobile-sticky-buttons {
	position: fixed;
	left: 0;
	right: 0;
	top: 91px;
	z-index: 99;
	padding: 0 16px;
	display: none;
	pointer-events: none;
}

.sp-mobile-sticky-buttons__inner {
	display: flex;
	gap: 4px;
	padding: 0;
	border-radius: 24px;
	/* border: 1px solid #E7E7E7; */
	/* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); */
	pointer-events: auto;
}

.sp-mobile-sticky-buttons__btn {
	flex: 1 1 0;
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 14px;
	border-radius: 24px;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33333em;
	/* border: 1.5px solid transparent; */
	transition: transform 0.2s ease, opacity 0.2s ease;
	white-space: nowrap;
	/* box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05); */
}

.sp-mobile-sticky-buttons__btn:active {
	transform: scale(0.98);
}

.sp-mobile-sticky-buttons__btn--3 {
	border-style: solid;
}

@media (max-width: 767px) {
	.sp-mobile-sticky-buttons {
		display: block;
	}

	.sp-hero {
		padding-top: 170px;
	}
}

.sp-contact__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.sp-section.sp-contact {
	border-radius: 80px;
	background-color: #F9F9F9;
	padding: 120px 0;
}

.sp-contact__col {
	display: flex;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 12px;
	border: 1px solid #E7E7E7;
	background: #FFF;
}

.sp-contact__col .sp-cf7-last-row p {
	display: grid;
}

.sp-contact__col .sp-cf7-last-row span:last-child {
	max-width: 248px;
}

.sp-contact__title {
	font-size: 28px;
	font-weight: 500;
	line-height: 40px;
}

.sp-contact__col--info .sp-contact__title {
	font-size: 44px;
	line-height: 56px;
	letter-spacing: -0.88px;
}



.sp-contact__text ul {
	margin: 0;
	color: #3C4C59;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	padding-left: 16px;
}

.sp-contact__phone {
	margin: 20px 0;
}

.sp-contact__phone a {
	color: #467EF8;
	font-size: 28px;
	font-weight: 500;
	line-height: 40px;
	text-decoration: none;
}

.sp-btn--outline {
	border: 1px solid #467EF8;
	color: #467EF8;
}

.sp-btn--outline:hover {
	border: 1px solid #3C4C59;
	color: #fff;
}

@media (max-width: 990px) {
	.sp-contact__grid {
		display: flex;
		flex-direction: column-reverse;
	}

	.sp-section.sp-contact {
		border-radius: 32px;
		padding: 40px 0;
	}

	.sp-contact__col--info {
		gap: 20px;
	}

	.sp-contact__col {
		padding: 15px;
	}

	.sp-service-page .sp-contact__form {
		width: 100%;
	}

	.sp-contact__col--info .sp-contact__title {
		margin-bottom: 0;
	}

	.sp-contact__title,
	.sp-contact__col--info .sp-contact__title {
		font-size: 24px;
		line-height: 36px;
		text-align: center;
		width: 100%;
	}

	.sp-contact__actions {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.sp-contact__phone {
		text-align: center;
		width: 100%;
	}

	.sp-contact__phone a {
		font-size: 24px;
		line-height: 36px;
	}

	.sp-contact__text ul {
		font-size: 16px;
		line-height: 24px;
	}

	.sp-cf7-last-row p span {
		margin: 0 auto;
	}
}

.sp-header-phone {
	color: #fff !important;
	background: #467EF8 !important;
}

.sp-home .sp-hero__right {
	position: relative;
}

.sp-home .ct-reviews-score {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.sp-home .ct-reviews-score {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
		transform: scale(0.8);
		margin-top: 0;
	}
}

.sp-services-cards {
	padding: 0 0 32px;
}

.sp-services-cards__head {
	margin-bottom: 24px;
}

.sp-services-cards__title {
	margin: 0;
}

.sp-services-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.sp-services-cards__item {
	min-height: 136px;
	padding: 32px;
	border-radius: 24px;
	border: 1px solid #E7E7E7;
	background: linear-gradient(180deg, #F1F3F4 0%, rgba(255, 255, 255, 0.00) 100%);
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

a.sp-services-cards__item:hover {
	border-color: #cfd6df;
	box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
	transform: translateY(-2px);
}

.sp-services-cards__label {
	font-size: 16px;
	line-height: 1.75em;
	color: #3C4C59;
}

.sp-services-cards__price {
	font-size: 20px;
	line-height: 1.8em;
	font-weight: 600;
	color: #1A2E3F;
}

.sp-services-cards__price span {
	color: #467EF8;
}


.sp-service-page h1 {
	font-size: 40px;
}

@media (max-width: 1080px) {
	.sp-service-page h1 {
		font-size: 32px;
	}
}

@media (max-width: 768px) {

	.sp-services-cards__item {
		min-height: 84px;
		padding: 16px 32px;
	}

	.sp-services-cards__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.sp-services-cards__label {
		font-size: 14px;
	}

	.sp-services-cards__price {
		font-size: 16px;
	}
}

.sp-services-grid__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	text-align: center;
}

.sp-services-grid__card {
	border-radius: 20px;
	border: 1px solid #E7E7E7;
	padding: 32px;
}

.sp-services-grid__card-title {
	margin: 0 0 12px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8em;
}

.sp-services-grid__card-text {
	line-height: 1.75em;
}

.sp-services-grid__stats {
	border-radius: 20px;
	border: 2px solid #467EF8;
	background: #D9E5FF;
	padding: 28px 32px;
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 32px;
}

.sp-services-grid__stat {
	text-align: center;

}

.sp-services-grid__stat-number {
	color: #467EF8;
	font-size: 44px;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: -0.88px;
}

.sp-services-grid__stat-label {
	color: #1A2E3F;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
}

.sp-contact__brands {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 20px;

	padding: 20px 32px;
	border-radius: 20px;
	border: 1px solid #E7E7E7;
	background: #FFF;

	margin-bottom: 32px;

}

.sp-contact__brands-text {
	color: #1A2E3F;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8em;
}

.sp-contact__brands-logos {
	max-width: 735px;
	display: flex;
	gap: 32px;
	margin-left: auto;
	align-items: center;
}

.sp-service-page2 .sp-services-cards__item {
	min-height: 92px;
	padding: 28px 32px;
	border-radius: 20px;
	border: 2px solid #467EF8;
	background: #D9E5FF;
}

.sp-service-page2 .sp-services-cards__item .sp-services-cards__label {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8em;
	color: #1A2E3F;
}

.sp-service-page2 .sp-hero,
.sp-service-page2 .sp-services-cards {
	padding-bottom: 60px;
}

.sp-service-page2 .sp-hero__subtitle {
	font-size: 16px;
	line-height: 1.5em;
	max-width: 515px;
}

.sp-service-page2 h1 {
	font-size: 64px;
	max-width: 515px;
}

.sp-service-page2 .sp-hero__image {
	aspect-ratio: 1/1;
}

.sp-hero__icons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.sp-service-page2 .sp-hero__grid {
	grid-template-columns: 1fr 280px;
	align-items: end;
}

.sp-service-page2 .sp-hero .sp-btn--primary {
	border-radius: 999px;
	border: 12px solid #FFF;
	background: #FF3F3F;
	box-shadow: 0 0 4px 0 #FF3F3F;
	height: 95px;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	gap: 14px;
}



.sp-service-page2 .sp-hero .sp-btn--secondary {
	border-radius: 999px;
	border: 1.47px solid #467EF8;
	box-shadow: 0 1.47px 2.94px 0 rgba(16, 24, 40, 0.05);
	color: #467EF8;
	height: 95px;
	font-size: 32px;
	font-weight: 600;
	gap: 14px;
	background-color: transparent;
}

@media (max-width: 1080px) {
	.sp-service-page2 h1 {
		font-size: 44px;
	}
}

@media (max-width: 1024px) {

	.sp-services-grid__items,
	.sp-services-grid__stats {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.sp-service-page2 .sp-services-cards__item {
		min-height: 64px;
		padding: 16px;
		border-radius: 20px;
	}

	.sp-service-page2 .sp-services-cards__item .sp-services-cards__label {
		font-size: 18px;
		line-height: 1.77778em;
	}

}

@media (max-width: 990px) {
	.sp-contact__brands {
		grid-template-columns: 1fr;
	}

	.sp-contact__brands-logos {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		margin-right: auto;
	}

	.sp-contact__brands-text {
		text-align: center;
	}

	.sp-contact__brands-item {
		height: 48px;
		font-size: 0;
		line-height: 0;
		text-align: center;
	}

	.sp-contact__brands-item img {
		max-height: 100%;
		width: auto;
		object-fit: contain;
		object-position: center;
	}
}

@media (max-width: 767px) {
	.sp-service-page2 .sp-hero__grid {
		align-items: center;
		flex-direction: column;
	}

	.sp-service-page2 .sp-hero .sp-btn--secondary {
		display: none;
	}

	.sp-service-page2 .sp-hero .sp-btn--primary {
		border: 8px solid #FFF;
		height: 68px;
		color: #fff;
		font-size: 24px;
	}

	.sp-service-page2 .sp-hero .sp-btn--primary svg {
		width: 24px;
		height: 24px;
	}

	.sp-services-grid__items,
	.sp-services-grid__stats {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.sp-services-grid__stats {
		margin-top: 20px;
	}

	.sp-services-grid__card {
		text-align: left;
		display: grid;
		grid-template-columns: 40px 1fr;
		gap: 15px;
		padding: 15px;
	}

	.sp-services-grid__card .sp-why__icon {
		width: 40px;
		height: 40px;
	}

	.sp-services-grid__card .sp-why__icon img {
		width: 24px;
		height: 24px;
	}

	.sp-services-grid__card-title {
		font-size: 18px;
		margin: 0;
	}

	.sp-services-grid__card-text {
		font-size: 14px;
	}

	.sp-services-grid__title {
		margin: 0 0 20px;
		font-size: 24px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.sp-services-grid .sp-why__header {
		margin-bottom: 20px;
	}

	.sp-services-grid {
		padding: 40px 0;
	}

	.sp-service-page2 .sp-hero {
		padding-bottom: 20px;
	}

	.sp-services-grid__stat-number {
		font-size: 28px;
		line-height: 40px;
		letter-spacing: -0.56px;
	}

	.sp-services-grid__stat-label {
		font-size: 16px;
		line-height: 28px;
	}

	.sp-contact__brands-logos {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

.sp-service-page2 .ct-reviews-score__logo,
footer .ct-reviews-score__logo {
	font-size: 0;
	line-height: 0;
}

.sp-service-page2 .ct-reviews-score__date-range,
footer .ct-reviews-score__date-range {
	font-size: 10px !important;
}

.sp-service-page2 .ct-reviews-score__reviews-text,
footer .ct-reviews-score__reviews-text {
	font-size: 10px !important;
}

.sp-service-page2 .ct-reviews-score__score-main,
footer .ct-reviews-score__score-main {
	font-size: 20px !important;
}

.sp-service-page2 .ct-reviews-score__score-suffix,
footer .ct-reviews-score__score-suffix {
	font-size: 14px !important;
}

.sp-service-page2 .ct-reviews-score__score-container,
footer .ct-reviews-score__score-container {
	padding: 8px 14px !important;
}

.sp-service-page2 .ct-reviews-score,
footer .ct-reviews-score {
	width: 184px !important;
	height: 126px !important;
	border-radius: 20px !important;
	/* background: #FF3F3F !important; */
}

.sp-service-page2 .sp-hero .ct-reviews-score {
	margin: 0 0 32px !important;
	margin-left: auto !important;
}

@media (max-width: 767px) {
	.sp-service-page2 .sp-hero .ct-reviews-score {
		margin: 0 0 20px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.sp-hero__icons {
		max-width: 280px;
		margin: 0 auto;
	}
}