.site-header:not(.ts-header),
#masthead,
.wp-site-blocks > header,
.elementor-location-header,
.site-footer:not(.ts-footer),
#colophon,
.wp-site-blocks > footer,
.elementor-location-footer {
	display: none !important;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

:root {
	--ts-blue: #1f4f96;
	--ts-navy: #0a1530;
	--ts-yellow: #f5c400;
	--ts-red: #e90808;
	--ts-muted: #666b7a;
	--ts-line: #e8ecf4;
	--ts-soft: #f9fafb;
	--ts-card: #ffffff;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--ts-soft);
	color: #101323;
	font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
}

body a {
	color: inherit;
}

.ts-header {
	align-items: center;
	background: #ffffff;
	box-shadow: 0 4px 24px rgba(21, 31, 56, .06);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	min-height: 104px;
	padding: 22px clamp(28px, 6vw, 86px);
	position: sticky;
	top: 0;
	z-index: 50;
}

.ts-brand {
	align-items: center;
	color: #171a2a;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	gap: 12px;
	letter-spacing: 4px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.ts-brand span:last-child {
	display: grid;
	line-height: 1;
}

.ts-brand strong {
	font-weight: 900;
}

.ts-brand-mark {
	align-items: center;
	background: linear-gradient(145deg, #20124d, #5a2fd8);
	clip-path: polygon(50% 0, 100% 100%, 72% 100%, 60% 74%, 40% 74%, 28% 100%, 0 100%);
	color: #ffffff;
	display: inline-flex;
	font-size: 0;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.ts-nav {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: center;
}

.ts-nav a {
	color: #070914;
	font-size: 17px;
	font-weight: 600;
	position: relative;
	text-decoration: none;
}

.ts-nav a::after {
	background: var(--ts-yellow);
	bottom: -8px;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.ts-nav a:hover,
.ts-nav a:first-child {
	color: var(--ts-yellow);
}

.ts-nav a:hover::after,
.ts-nav a:first-child::after {
	opacity: 1;
}

.ts-cart-link {
	align-items: center;
	background: #0b0b0c;
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-size: 17px;
	font-weight: 700;
	justify-content: center;
	min-height: 48px;
	min-width: 180px;
	padding: 0 28px;
	text-decoration: none;
}

.ts-cart-link::before {
	content: "▾";
	font-size: 14px;
	margin-right: 8px;
	transform: rotate(-90deg);
}

.ts-site {
	background: var(--ts-soft);
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: none !important;
	overflow: hidden;
	width: 100vw !important;
}

.ts-hero {
	background:
		radial-gradient(circle at 16% 38%, rgba(255, 130, 154, .32), transparent 24%),
		radial-gradient(circle at 75% 72%, rgba(169, 121, 255, .58), transparent 28%),
		linear-gradient(135deg, #ffe2e7 0%, #fff7fa 48%, #d9c3ff 100%);
	min-height: 1101px;
	padding: 112px clamp(26px, 6vw, 96px) 0;
	position: relative;
	text-align: center;
}

.ts-hero-copy {
	margin: 0 auto;
	max-width: 780px;
	position: relative;
	z-index: 3;
}

.ts-hero h1 {
	color: #74717b;
	font-size: clamp(48px, 5vw, 66px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 34px;
}

.ts-hero p {
	color: #1f2742;
	font-size: 17px;
	line-height: 1.8;
	margin: 0 auto 42px;
	max-width: 560px;
}

.ts-primary,
.ts-book-btn,
.button,
button.button,
a.button,
.checkout-button {
	align-items: center;
	background: var(--ts-red) !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #ffffff !important;
	display: inline-flex;
	font-weight: 700 !important;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px !important;
	text-decoration: none !important;
}

.ts-call {
	color: #101323;
	display: block;
	font-size: 18px;
	font-weight: 900;
	margin-top: 34px;
	text-decoration: none;
}

.ts-hero-person {
	bottom: 0;
	display: block;
	height: auto;
	left: 50%;
	max-height: 570px;
	max-width: 620px;
	position: absolute;
	transform: translateX(-50%);
	width: min(48vw, 620px);
	z-index: 2;
}

.ts-hero-card,
.ts-hero-chip,
.ts-hero-arrow {
	display: block;
	height: auto;
	position: absolute;
	z-index: 4;
}

.ts-hero-card-left {
	bottom: 272px;
	left: 6.8%;
	width: min(31vw, 438px);
}

.ts-hero-card-right {
	bottom: -34px;
	right: 6.4%;
	width: min(25vw, 360px);
}

.ts-chip-one {
	left: 7.6%;
	top: 124px;
	width: 104px;
}

.ts-chip-two {
	border-radius: 16px;
	right: 8.5%;
	top: 260px;
	transform: rotate(-17deg);
	width: 82px;
}

.ts-hero-arrow {
	right: 20.2%;
	top: 350px;
	width: 150px;
}

.ts-intro,
.ts-story,
.ts-solutions,
.ts-case,
.ts-cta,
.ts-packages {
	padding-left: clamp(24px, 6vw, 96px);
	padding-right: clamp(24px, 6vw, 96px);
}

.ts-intro {
	align-items: center;
	background: #fdf8f7;
	border-radius: 14px;
	display: block;
	margin: 64px auto 0;
	max-width: 1260px;
	min-height: 1220px;
	overflow: visible;
	padding: 58px 76px;
	position: relative;
}

.ts-intro-art {
	left: 50%;
	opacity: .28;
	position: absolute;
	top: 210px;
	transform: translateX(-50%);
	width: 520px;
}

.ts-intro-art img,
.ts-story img,
.ts-case img {
	display: block;
	height: auto;
	max-width: 100%;
}

.ts-intro > div:last-child {
	left: 50%;
	max-width: 900px;
	position: absolute;
	top: 190px;
	transform: translateX(-50%);
	width: calc(100% - 120px);
}

.ts-eyebrow {
	color: var(--ts-blue);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.ts-intro h2,
.ts-story h2,
.ts-packages h2,
.ts-solutions h2,
.ts-case h2,
.ts-cta h2,
.ts-page-hero h1 {
	color: #1c2032;
	font-size: clamp(34px, 4.1vw, 58px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 20px;
}

.ts-intro h2 {
	font-size: 40px;
	text-align: center;
}

.ts-story h2,
.ts-case h2,
.ts-cta h2 {
	font-size: 35px;
}

.ts-packages h2 {
	font-size: 54px;
}

.ts-solutions h2 {
	font-size: 42px;
}

.ts-tier-head h3 {
	font-size: 28px;
}

.ts-service-cards h3 {
	font-size: 24px;
}

.ts-intro p {
	text-align: center;
}

.ts-intro h2 strong,
.ts-packages h2 strong {
	color: var(--ts-red);
}

.ts-intro p:not(.ts-eyebrow),
.ts-story p,
.ts-section-copy,
.ts-solutions-head p,
.ts-case p,
.ts-cta p,
.ts-page-hero p {
	color: var(--ts-muted);
	font-size: 17px;
	line-height: 1.8;
}

.ts-service-cards {
	background: transparent;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: -835px auto 0;
	max-width: 1145px;
	padding: 30px 60px 40px;
	position: relative;
	z-index: 2;
}

.ts-service-cards article {
	background: #ffdcd8;
	border-radius: 20px;
	box-shadow: none;
	min-height: 353px;
	padding: 30px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.ts-service-cards article:hover {
	box-shadow: 0 18px 42px rgba(225, 29, 72, .08);
	transform: translateY(-4px);
}

.ts-service-cards img {
	background: #2457ff;
	border-radius: 7px;
	box-sizing: content-box;
	display: block;
	height: 34px;
	object-fit: contain;
	padding: 14px;
	width: 34px;
}

.ts-service-cards h3,
.ts-package-card h3,
.ts-tier-head h3,
.ts-solution-grid h3 {
	color: #171b2b;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 22px 0 12px;
}

.ts-service-cards h3 {
	color: #060815;
	font-size: 24px;
	line-height: 1.2;
	margin: 48px 0 22px;
	padding: 0;
}

.ts-service-cards p,
.ts-package-card p,
.ts-tier-head p,
.ts-solution-grid p {
	color: var(--ts-muted);
	font-size: 15px;
	line-height: 1.65;
}

.ts-service-cards p {
	color: #060815;
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 28px;
}

.ts-service-cards a {
	align-items: center;
	background: var(--ts-red);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 900;
	min-height: 36px;
	padding: 0 20px;
	text-decoration: none;
}

.ts-story {
	align-items: center;
	background: #fffbfa;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(420px, .95fr) minmax(430px, 1fr);
	padding-bottom: 102px;
	padding-top: 96px;
	position: relative;
}

.ts-story::after {
	background: #ff8e91;
	border-radius: 999px;
	content: "";
	height: 12px;
	position: absolute;
	right: clamp(26px, 4.4vw, 58px);
	top: 170px;
	width: 12px;
}

.ts-story img {
	justify-self: center;
	aspect-ratio: 1.28 / 1;
	border-radius: 18px;
	height: auto;
	max-height: none;
	object-fit: cover;
	width: min(100%, 570px);
}

.ts-story > div {
	max-width: 650px;
}

.ts-story h2 {
	color: #060815;
	font-size: clamp(36px, 3.7vw, 54px);
	line-height: 1.08;
	margin-bottom: 34px;
}

.ts-story p {
	color: #060815;
	font-size: 18px;
	line-height: 1.62;
	margin: 0 0 30px;
}

.ts-story p strong {
	color: var(--ts-red);
	font-weight: 900;
}

.ts-story p b {
	font-weight: 900;
}

.ts-story .ts-primary {
	border-radius: 999px;
	font-size: 16px;
	margin-top: 10px;
	min-height: 36px;
	padding: 0 22px;
}

.ts-packages {
	background: #ffffff;
	padding-bottom: 120px;
	padding-top: 120px;
	text-align: center;
}

.ts-section-copy {
	margin: 0 auto 38px;
	max-width: 790px;
}

.ts-tier {
	background: #ffffff;
	border: 0;
	border-radius: 0;
	margin: 48px auto 78px;
	max-width: 1060px;
	padding: 0;
	text-align: left;
}

.ts-tier:last-child {
	margin-bottom: 0;
}

.ts-tier-head {
	background: transparent;
	border-radius: 0;
	margin-bottom: 22px;
	padding: 0;
}

.ts-tier-head span {
	color: var(--ts-blue);
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
}

.ts-package-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ts-package-card {
	grid-column: span 2;
}

.ts-package-grid .ts-package-card:only-child {
	grid-column: 1 / -1;
}

.ts-package-card {
	background: #ffffff;
	border: 1px solid #e4eaf4;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(24, 45, 82, .07);
	display: flex;
	flex-direction: column;
	min-height: 430px;
	padding: 22px;
	position: relative;
}

.ts-package-card:nth-child(4),
.ts-package-card:nth-child(5) {
	grid-column: span 3;
}

.ts-tier:nth-of-type(2) .ts-package-card:first-child,
.ts-tier:nth-of-type(3) .ts-package-card:nth-child(2) {
	border-color: #f1265d;
	box-shadow: 0 14px 36px rgba(241, 38, 93, .16);
}

.ts-package-badge {
	align-self: flex-start;
	background: #fff3bd;
	border-radius: 999px;
	color: #8a6500;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 10px;
	padding: 7px 10px;
}

.ts-package-card h3 {
	margin-top: 0;
}

.ts-package-card strong {
	color: var(--ts-blue);
	display: block;
	font-size: 25px;
	font-weight: 900;
	margin: 12px 0;
}

.ts-package-card strong span {
	color: #8a92a6;
	font-size: 15px;
	font-weight: 800;
}

.ts-package-card ul {
	color: #34394c;
	font-size: 14px;
	line-height: 1.9;
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
}

.ts-package-card li::before {
	color: var(--ts-red);
	content: "•";
	font-weight: 900;
	margin-right: 8px;
}

.ts-book-btn {
	background: #081026 !important;
	border-radius: 4px !important;
	margin-top: auto;
	width: 100%;
}

.ts-tier:nth-of-type(2) .ts-package-card:first-child .ts-book-btn,
.ts-tier:nth-of-type(3) .ts-package-card:nth-child(2) .ts-book-btn {
	background: #f1265d !important;
}

.ts-package-card small {
	color: #777d8f;
	display: block;
	font-size: 12px;
	margin-top: 12px;
	text-align: center;
}

.ts-solutions {
	align-items: center;
	background: #070c3d;
	color: #ffffff;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(300px, .82fr) minmax(420px, 1fr);
	min-height: 770px;
	padding-bottom: 92px;
	padding-top: 130px;
	position: relative;
}

.ts-solutions h2,
.ts-solutions h3,
.ts-solutions .ts-eyebrow {
	color: #ffffff;
}

.ts-solution-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ts-solution-grid div {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 10px;
	padding: 28px;
}

.ts-solution-grid span {
	align-items: center;
	background: #ffffff;
	border-radius: 999px;
	color: var(--ts-blue);
	display: inline-flex;
	font-size: 20px;
	font-weight: 900;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.ts-case {
	align-items: center;
	background:
		radial-gradient(circle at 45% 35%, rgba(207, 126, 255, .14), transparent 24%),
		#fffbff;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(420px, .98fr) minmax(430px, 1fr);
	min-height: 760px;
	padding-bottom: 58px;
	padding-top: 58px;
}

.ts-case > div {
	max-width: 650px;
}

.ts-case h2 {
	color: #060815;
	font-size: clamp(38px, 3.9vw, 56px);
	line-height: 1.08;
	margin-bottom: 34px;
}

.ts-case p {
	color: #060815;
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 34px;
}

.ts-case ul {
	color: #060815;
	font-size: 18px;
	line-height: 1.6;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ts-case li {
	margin: 0 0 32px;
	padding-left: 58px;
	position: relative;
}

.ts-case li::before {
	align-items: center;
	background: #ff5b3d;
	border-radius: 999px;
	color: #ffffff;
	content: "✓";
	display: inline-flex;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 2px;
	width: 28px;
}

.ts-case li strong {
	font-weight: 900;
}

.ts-case img {
	aspect-ratio: 1.18 / 1;
	height: auto;
	object-fit: cover;
	opacity: 1;
	width: min(100%, 585px);
}

.ts-page-hero {
	background:
		radial-gradient(circle at 15% 25%, rgba(255, 130, 154, .26), transparent 27%),
		radial-gradient(circle at 82% 72%, rgba(169, 121, 255, .48), transparent 30%),
		linear-gradient(135deg, #ffe7ec, #f9f8ff 56%, #d9c4ff);
	padding-bottom: 100px;
	padding-top: 100px;
	text-align: center;
}

.ts-cta {
	background:
		radial-gradient(circle at 26% 102%, transparent 0 22%, rgba(255, 255, 255, .045) 22.2% 31%, transparent 31.2%),
		radial-gradient(circle at 82% 0%, transparent 0 19%, rgba(255, 255, 255, .045) 19.2% 31%, transparent 31.2%),
		#171d4a;
	color: #ffffff;
	min-height: 360px;
	overflow: hidden;
	padding: 76px clamp(24px, 6vw, 96px) 70px;
	position: relative;
	text-align: center;
}

.ts-cta .ts-eyebrow,
.ts-cta h2,
.ts-cta p {
	color: #ffffff;
	position: relative;
	z-index: 2;
}

.ts-cta .ts-eyebrow {
	font-size: 15px;
	letter-spacing: 5px;
	margin-bottom: 28px;
}

.ts-cta h2 {
	font-size: clamp(36px, 4vw, 56px);
	line-height: 1.16;
	margin-bottom: 30px;
}

.ts-cta h2 strong,
.ts-cta h2 em {
	color: var(--ts-red);
	font-style: normal;
}

.ts-cta h2::first-line {
	color: #ffffff;
}

.ts-cta h2 {
	text-wrap: balance;
}

.ts-cta h2::selection,
.ts-cta p::selection {
	background: rgba(233, 8, 8, .35);
}

.ts-cta p,
.ts-page-hero p {
	margin-left: auto;
	margin-right: auto;
	max-width: 710px;
}

.ts-legal-page {
	background: #fffbfa;
	color: #060815;
	padding: 70px clamp(22px, 5vw, 78px) 100px;
}

.ts-legal-hero {
	margin: 0 auto 46px;
	max-width: 980px;
	text-align: center;
}

.ts-legal-hero h1 {
	color: #060815;
	font-size: clamp(42px, 5.4vw, 76px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 22px;
}

.ts-legal-hero p:not(.ts-eyebrow) {
	color: #303445;
	font-size: 19px;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 760px;
}

.ts-legal-card {
	background: #ffffff;
	border: 1px solid #eef1f7;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(17, 24, 39, .07);
	margin: 0 auto;
	max-width: 980px;
	padding: clamp(28px, 5vw, 64px);
}

.ts-legal-card h2 {
	color: #060815;
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 800;
	line-height: 1.2;
	margin: 34px 0 14px;
}

.ts-legal-card h2:first-child {
	margin-top: 0;
}

.ts-legal-card p,
.ts-legal-card li {
	color: #202436;
	font-size: 17px;
	line-height: 1.78;
	margin: 0 0 16px;
}

.ts-legal-card p:first-child {
	background: #fff2f2;
	border-left: 5px solid var(--ts-red);
	border-radius: 12px;
	color: #111827;
	margin-bottom: 26px;
	padding: 18px 20px;
}

.ts-legal-card strong {
	color: #060815;
	font-weight: 900;
}

.ts-legal-card a {
	color: var(--ts-red);
	font-weight: 800;
	text-decoration: none;
}

.ts-legal-card a:hover {
	text-decoration: underline;
}

.ts-legal-card hr {
	border: 0;
	border-top: 1px solid #edf0f6;
	margin: 24px 0 8px;
}

.ts-legal-card ul,
.ts-legal-card ol {
	margin: 0 0 22px;
	padding-left: 26px;
}

.ts-contact-page {
	background: #ffffff;
}

.ts-contact-section {
	align-items: start;
	background: #ffffff;
	display: grid;
	gap: clamp(34px, 5vw, 64px);
	grid-template-columns: minmax(340px, 1fr) minmax(360px, 1fr);
	padding: clamp(72px, 7vw, 110px) clamp(24px, 9vw, 124px);
	position: relative;
}

.ts-contact-heading {
	margin-bottom: 20px;
}

.ts-contact-heading h1 {
	color: #060815;
	font-size: clamp(26px, 2.5vw, 38px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 4px;
}

.ts-contact-heading p {
	color: #060815;
	font-size: clamp(22px, 2.1vw, 30px);
	font-weight: 900;
	line-height: 1.25;
	margin: 0;
}

.ts-contact-form {
	display: grid;
	gap: 22px;
}

.ts-contact-form label {
	display: block;
	margin: 0;
}

.ts-contact-form label span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ts-contact-form input,
.ts-contact-form textarea {
	background: var(--ts-red);
	border: 0;
	border-radius: 13px;
	color: #ffffff;
	display: block;
	font: inherit;
	font-size: 18px;
	min-height: 64px;
	outline: none;
	padding: 18px 22px;
	width: 100%;
	-webkit-text-fill-color: #ffffff;
}

.ts-contact-form textarea {
	min-height: 210px;
	resize: vertical;
}

.ts-contact-form input::placeholder,
.ts-contact-form textarea::placeholder {
	color: rgba(255, 255, 255, .95);
	opacity: 1;
}

.ts-contact-form input:focus,
.ts-contact-form textarea:focus {
	box-shadow: 0 0 0 4px rgba(233, 8, 8, .16);
}

.ts-contact-form button {
	justify-self: end;
	background: var(--ts-red);
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 900;
	min-height: 54px;
	min-width: 104px;
	padding: 0 28px;
}

.ts-contact-map-wrap {
	min-height: 472px;
	position: relative;
}

.ts-contact-map-wrap iframe {
	border: 0;
	display: block;
	height: 100%;
	min-height: 472px;
	width: 100%;
}

.ts-contact-dot {
	background: #ff8e91;
	border-radius: 999px;
	height: 14px;
	left: -22px;
	position: absolute;
	top: 92px;
	width: 14px;
	z-index: 2;
}

.ts-contact-notice {
	border-radius: 12px;
	font-weight: 800;
	margin: 0 0 18px;
	padding: 14px 16px;
}

.ts-contact-success {
	background: #ecfdf3;
	color: #067647;
}

.ts-contact-error {
	background: #fff2f2;
	color: var(--ts-red);
}

.ts-contact-cta {
	margin: 0 clamp(18px, 4.6vw, 60px) 0;
	min-height: 440px;
}

.ts-contact-cta .ts-primary {
	font-size: 18px;
	font-weight: 900;
	min-width: 156px;
}

.ts-cta > p:not(.ts-eyebrow) {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 44px;
	max-width: 980px;
}

.ts-cta .ts-primary {
	background: var(--ts-red) !important;
	border-radius: 999px;
	font-size: 17px;
	min-height: 48px;
	padding: 0 28px;
	position: relative;
	z-index: 2;
}

.ts-cta::before,
.ts-cta::after {
	border-radius: 999px;
	content: "";
	position: absolute;
	z-index: 1;
}

.ts-cta::before {
	background: #65c86a;
	height: 12px;
	left: 24%;
	top: 47%;
	width: 12px;
}

.ts-cta::after {
	background: #f05275;
	bottom: 42px;
	height: 13px;
	right: 8%;
	width: 13px;
}

.ts-cta-avatar {
	border-radius: 999px;
	height: 68px;
	object-fit: cover;
	position: absolute;
	width: 68px;
	z-index: 2;
}

.ts-cta-avatar-one {
	left: 15%;
	top: 70px;
}

.ts-cta-avatar-two {
	right: 12%;
	top: 78px;
}

.ts-cta-avatar-three {
	left: 11%;
	top: 250px;
}

.ts-cta-avatar-four {
	right: 19%;
	top: 270px;
}

.ts-footer {
	background: #171d4a;
	color: #ffffff;
	padding: 0 0 40px;
	text-align: center;
}

.ts-footer-contact {
	align-items: stretch;
	background: var(--ts-red);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 34px;
}

.ts-footer a {
	color: #ffffff;
	text-decoration: none;
}

.ts-footer-contact-card {
	align-items: center;
	background: rgba(255, 255, 255, .08);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	gap: 20px;
	justify-content: center;
	min-height: 124px;
	padding: 26px 20px;
}

.ts-footer-contact-card:nth-child(1) {
	background: #ed0808;
}

.ts-footer-contact-card:nth-child(2) {
	background: #ec2828;
}

.ts-footer-contact-card:nth-child(3) {
	background: #ee3d3d;
}

.ts-footer-contact-card img {
	display: block;
	height: 36px;
	object-fit: contain;
	width: 36px;
}

.ts-footer-contact-card strong {
	font-weight: 900;
}

.ts-footer-bottom {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 26px 30px;
	justify-content: center;
	padding: 0 clamp(24px, 6vw, 96px);
}

.ts-footer-bottom p {
	color: rgba(255, 255, 255, .78);
	flex: 0 0 100%;
	font-size: 17px;
	letter-spacing: 1px;
	margin: 0;
}

.ts-footer-bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	justify-content: center;
}

.ts-footer-bottom nav a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.single-product {
	background: var(--ts-soft);
}

body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content,
body.single-product .entry-content,
body.single-product div.product,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(34px, 5vw, 72px) clamp(20px, 5vw, 58px);
}

body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table,
body.woocommerce-cart .cart_totals,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #payment {
	background: #ffffff;
	border: 1px solid var(--ts-line) !important;
	border-radius: 16px;
	box-shadow: 0 12px 35px rgba(24, 45, 82, .07);
	overflow: hidden;
}

body.woocommerce-cart .product-quantity,
body.woocommerce-cart th.product-quantity,
body.woocommerce-cart td.product-quantity,
body.woocommerce-cart button[name="update_cart"] {
	display: none !important;
}

body.woocommerce-cart input,
body.woocommerce-checkout input,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select {
	background: #ffffff !important;
	border: 1px solid #d9dfeb !important;
	border-radius: 10px !important;
	color: #111827 !important;
	min-height: 46px;
	padding: 10px 12px !important;
	-webkit-text-fill-color: #111827 !important;
}

@media (max-width: 1180px) {
	.ts-package-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.ts-service-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.ts-header {
		align-items: center;
		gap: 16px;
		min-height: 55px;
		padding: 4px 20px;
	}

	.ts-brand {
		font-size: 10px;
		letter-spacing: 3px;
	}

	.ts-brand-mark {
		height: 36px;
		width: 36px;
	}

	.ts-nav {
		display: flex;
		margin-left: auto;
	}

	.ts-nav a {
		display: none;
	}

	.ts-nav::before {
		background: linear-gradient(var(--ts-yellow), var(--ts-yellow)) 0 0 / 22px 2px no-repeat,
			linear-gradient(var(--ts-yellow), var(--ts-yellow)) 0 8px / 22px 2px no-repeat,
			linear-gradient(var(--ts-yellow), var(--ts-yellow)) 0 16px / 22px 2px no-repeat;
		content: "";
		display: block;
		height: 18px;
		width: 22px;
	}

	.ts-cart-link {
		border-radius: 8px;
		font-size: 18px;
		min-height: 47px;
		min-width: 180px;
	}

	.ts-hero {
		min-height: 828px;
		padding: 60px 24px 0;
	}

	.ts-hero h1 {
		color: #080b17;
		font-size: 36px;
		margin-bottom: 28px;
	}

	.ts-intro h2 {
		font-size: 24px;
	}

	.ts-story h2 {
		font-size: 23px;
	}

	.ts-packages h2 {
		font-size: 35px;
	}

	.ts-solutions h2 {
		font-size: 30px;
	}

	.ts-case h2 {
		font-size: 22px;
	}

	.ts-cta h2 {
		font-size: 30px;
	}

	.ts-hero p {
		font-size: 17px;
		line-height: 1.65;
		margin-bottom: 34px;
	}

	.ts-call {
		font-size: 18px;
		margin-top: 32px;
	}

	.ts-hero-person {
		bottom: 0;
		width: 92vw;
	}

	.ts-hero-card,
	.ts-hero-chip,
	.ts-hero-arrow {
		display: none;
	}

	.ts-intro,
	.ts-story,
	.ts-solutions,
	.ts-case {
		padding-bottom: 62px;
		padding-top: 62px;
	}

	.ts-intro {
		margin: 54px 16px 0;
		min-height: 620px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.ts-intro > div:last-child {
		top: 72px;
		width: calc(100% - 42px);
	}

	.ts-intro-art {
		opacity: .18;
		top: 205px;
		width: 320px;
	}

	.ts-service-cards,
	.ts-solution-grid,
	.ts-package-grid {
		grid-template-columns: 1fr;
	}

	.ts-package-card,
	.ts-package-card:nth-child(4),
	.ts-package-card:nth-child(5) {
		grid-column: auto;
	}

	.ts-service-cards {
		gap: 26px;
		margin-top: 0;
		padding-bottom: 90px;
		padding-top: 86px;
	}

	.ts-service-cards article {
		min-height: 330px;
	}

	.ts-story {
		gap: 28px;
		grid-template-columns: 1fr;
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.ts-story::after {
		right: 24px;
		top: 46px;
	}

	.ts-story img {
		aspect-ratio: 1.28 / 1;
		width: 100%;
	}

	.ts-story h2 {
		font-size: 30px;
		margin-bottom: 22px;
	}

	.ts-story p {
		font-size: 16px;
		line-height: 1.65;
		margin-bottom: 22px;
	}

	.ts-tier {
		margin-bottom: 140px;
		padding: 18px;
	}

	.ts-packages {
		padding-bottom: 78px;
		padding-top: 150px;
	}

	.ts-package-card {
		min-height: 550px;
	}

	.ts-solutions {
		grid-template-columns: 1fr;
		min-height: 2201px;
		padding-bottom: 120px;
		padding-top: 150px;
	}

	.ts-case {
		gap: 34px;
		grid-template-columns: 1fr;
		min-height: 0;
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.ts-case h2 {
		font-size: 30px;
		margin-bottom: 22px;
	}

	.ts-case p,
	.ts-case ul {
		font-size: 16px;
	}

	.ts-case li {
		margin-bottom: 24px;
		padding-left: 46px;
	}

	.ts-case img {
		aspect-ratio: 1.18 / 1;
		width: 100%;
	}

	.ts-footer::before {
		height: 320px;
	}

	.ts-cta {
		min-height: 420px;
		padding-bottom: 72px;
		padding-top: 72px;
	}

	.ts-cta .ts-eyebrow {
		font-size: 12px;
		letter-spacing: 4px;
	}

	.ts-cta > p:not(.ts-eyebrow) {
		font-size: 16px;
		margin-bottom: 34px;
	}

	.ts-cta-avatar {
		height: 48px;
		width: 48px;
	}

	.ts-cta-avatar-one {
		left: 8%;
		top: 38px;
	}

	.ts-cta-avatar-two {
		right: 8%;
		top: 42px;
	}

	.ts-cta-avatar-three,
	.ts-cta-avatar-four {
		display: none;
	}

	.ts-footer-contact {
		grid-template-columns: 1fr;
	}

	.ts-footer-contact-card {
		min-height: 112px;
	}

	.ts-legal-page {
		padding: 48px 18px 72px;
	}

	.ts-legal-hero {
		margin-bottom: 30px;
	}

	.ts-legal-hero h1 {
		font-size: 38px;
	}

	.ts-legal-hero p:not(.ts-eyebrow),
	.ts-legal-card p,
	.ts-legal-card li {
		font-size: 16px;
	}

	.ts-legal-card {
		border-radius: 14px;
		padding: 24px 20px;
	}

	.ts-contact-section {
		grid-template-columns: 1fr;
		padding: 52px 18px 70px;
	}

	.ts-contact-form input,
	.ts-contact-form textarea {
		border-radius: 12px;
		font-size: 16px;
		min-height: 58px;
	}

	.ts-contact-form textarea {
		min-height: 180px;
	}

	.ts-contact-form button {
		justify-self: stretch;
	}

	.ts-contact-map-wrap,
	.ts-contact-map-wrap iframe {
		min-height: 360px;
	}

	.ts-contact-dot {
		left: auto;
		right: 18px;
		top: -18px;
	}
}

@media (max-width: 520px) {
	body.woocommerce-cart #wp--skip-link--target,
	body.woocommerce-checkout #wp--skip-link--target {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	body.woocommerce-cart .entry-content,
	body.woocommerce-checkout .entry-content,
	body.woocommerce-cart .woocommerce,
	body.woocommerce-checkout .woocommerce {
		max-width: none !important;
		padding: 24px 0 34px !important;
		width: 100% !important;
	}

	body.woocommerce-cart table.shop_table,
	body.woocommerce-cart .cart_totals,
	body.woocommerce-checkout table.shop_table,
	body.woocommerce-checkout #payment,
	body.woocommerce-checkout #order_review {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}

	body.woocommerce-cart table.shop_table.shop_table_responsive thead {
		display: none;
	}

	body.woocommerce-cart table.shop_table.shop_table_responsive tbody,
	body.woocommerce-cart table.shop_table.shop_table_responsive tr,
	body.woocommerce-cart table.shop_table.shop_table_responsive td {
		display: block;
		width: 100% !important;
	}

	body.woocommerce-cart table.shop_table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		float: left;
		font-weight: 900;
	}

	body.woocommerce-cart table.shop_table.shop_table_responsive tr td.product-remove::before,
	body.woocommerce-cart table.shop_table.shop_table_responsive tr td.product-thumbnail::before,
	body.woocommerce-cart table.shop_table.shop_table_responsive tr td.actions::before {
		content: "";
		display: none;
	}

	body.woocommerce-cart .product-thumbnail {
		display: none !important;
	}

	body.woocommerce-cart td,
	body.woocommerce-cart th,
	body.woocommerce-checkout td,
	body.woocommerce-checkout th {
		font-size: 15px;
		line-height: 1.4;
		padding: 14px 12px !important;
	}

	body.woocommerce-cart .coupon {
		display: grid !important;
		gap: 10px;
		grid-template-columns: 1fr;
		padding: 16px !important;
	}

	body.woocommerce-cart .coupon label {
		display: none !important;
	}

	body.woocommerce-cart .coupon input,
	body.woocommerce-cart .coupon button {
		width: 100% !important;
	}
}
