:root {
	--tf-blue: #0865dc;
	--tf-cyan: #18b9ff;
	--tf-navy: #03152d;
	--tf-deep: #061e3d;
	--tf-gold: #f4b83e;
	--tf-ink: #10264a;
	--tf-muted: #66748b;
	--tf-soft: #f4f8ff
}

.tf-header .header-top-area {
	background: linear-gradient(90deg, #03152d, #0878e6) !important
}

.tf-header .header-top-area a,
.tf-header .header-top-area span {
	color: #fff
}

.tf-header .header-top-area i {
	margin-right: 7px;
	color: #ffd166
}

.tf-header .navbar-brand img {
	max-height: 64px
}

.tf-header .main-menu>nav>ul>li>a {
	font-weight: 700
}

.tf-footer .footer-main-area {
	background: linear-gradient(135deg, #020e20, #062a55)
}

.tf-footer__logo {
	max-width: 220px
}

.tf-footer__mail {
	display: inline-block;
	margin-top: 12px;
	color: #64c8ff
}

.tf-footer .tf-btn {
	padding: 12px 18px;
	font-size: 13px
}

.tf-site {
	overflow: hidden;
	background: #fff
}

.tf-site h1,
.tf-site h2,
.tf-site h3 {
	color: var(--tf-ink);
	font-family: inherit
}

.tf-site p {
	color: var(--tf-muted);
	line-height: 1.8
}

.tf-hero {
	background: var(--tf-navy)
}

.tf-hero__slide img {
	display: block;
	width: 100%;
	aspect-ratio: 758/512;
	object-fit: contain
}

.tf-hero .owl-nav button {
	background: rgba(255, 255, 255, .9) !important
}

.tf-trust-strip {
	position: relative;
	z-index: 3;
	margin-top: -1px;
	background: #fff;
	box-shadow: 0 15px 45px rgba(9, 37, 77, .1)
}

.tf-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr)
}

.tf-trust-grid>div {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 27px 24px;
	border-right: 1px solid #e6edf8
}

.tf-trust-grid>div:last-child {
	border: 0
}

.tf-trust-grid i {
	width: 45px;
	height: 45px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	border-radius: 13px;
	background: linear-gradient(135deg, var(--tf-blue), var(--tf-cyan));
	box-shadow: 0 8px 20px rgba(8, 101, 220, .25)
}

.tf-trust-grid strong,
.tf-trust-grid span {
	display: block
}

.tf-trust-grid strong {
	color: var(--tf-ink);
	font-size: 16px
}

.tf-trust-grid span {
	color: #7a879b;
	font-size: 12px
}

.tf-section {
	padding: 110px 0
}

.tf-about-home {
	position: relative;
	background: linear-gradient(145deg, #f6faff, #fff 55%, #fff9eb)
}

.tf-media-card {
	position: relative;
	padding: 0 32px 32px 0
}

.tf-media-card img {
	display: block;
	width: 100%;
	/*min-height: 315px;*/
	object-fit: cover;
	border-radius: 28px;
	box-shadow: 0 25px 65px rgba(4, 31, 68, .2)
}

.tf-media-card__badge {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 23px 28px;
	color: #fff;
	border: 6px solid #fff;
	border-radius: 20px;
	background: linear-gradient(135deg, var(--tf-blue), var(--tf-deep));
	box-shadow: 0 15px 35px rgba(8, 101, 220, .25)
}

.tf-media-card__badge span,
.tf-media-card__badge strong {
	display: block
}

.tf-media-card__badge span {
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase
}

.tf-media-card__badge strong {
	font-size: 24px
}

.tf-copy {
	padding-left: 35px
}

.tf-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 17px;
	color: var(--tf-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase
}

.tf-kicker:before {
	width: 31px;
	height: 3px;
	content: "";
	border-radius: 4px;
	background: var(--tf-gold)
}

.tf-kicker--light {
	color: #75cbff
}

.tf-copy h1,
.tf-heading h2,
.tf-heading-row h2 {
	margin-bottom: 22px;
	font-size: 44px;
	line-height: 1.18
}

.tf-site em {
	color: var(--tf-blue);
	font-style: normal
}

.tf-copy>p {
	font-size: 16px
}

.tf-checks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 28px 0 34px
}

.tf-checks span {
	color: var(--tf-ink);
	font-weight: 600
}

.tf-checks i {
	margin-right: 8px;
	color: var(--tf-blue)
}

.tf-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 15px 25px;
	color: #fff !important;
	font-weight: 700;
	border-radius: 9px;
	background: linear-gradient(135deg, var(--tf-blue), #2447a5);
	box-shadow: 0 12px 25px rgba(8, 101, 220, .23);
	transition: .25s
}

.tf-btn:hover {
	transform: translateY(-3px)
}

.tf-dark {
	position: relative;
	background: radial-gradient(circle at 85% 10%, #0d4c8b 0, transparent 28%), linear-gradient(135deg, #021126, #071f40)
}

.tf-heading {
	max-width: 720px;
	margin: 0 auto 52px
}

.tf-dark .tf-heading h2,
.tf-cta h2 {
	color: #fff
}

.tf-dark .tf-heading p,
.tf-cta p {
	color: #aabbd1
}

.tf-dark em {
	color: #49c2ff
}

.tf-feature-card {
	position: relative;
	min-height: 295px;
	margin-bottom: 30px;
	padding: 32px 27px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 18px;
	background: rgba(255, 255, 255, .055);
	transition: .3s
}

.tf-feature-card:hover {
	transform: translateY(-8px);
	border-color: rgba(50, 178, 255, .55);
	background: rgba(255, 255, 255, .09)
}

.tf-feature-card>i {
	width: 58px;
	height: 58px;
	color: #fff;
	font-size: 22px;
	line-height: 58px;
	text-align: center;
	border-radius: 17px;
	background: linear-gradient(135deg, var(--tf-blue), var(--tf-cyan))
}

.tf-feature-card>span {
	position: absolute;
	top: 22px;
	right: 25px;
	color: rgba(255, 255, 255, .12);
	font-size: 42px;
	font-weight: 800
}

.tf-feature-card h3 {
	margin: 24px 0 12px;
	color: #fff;
	font-size: 21px
}

.tf-feature-card p {
	margin: 0;
	color: #aebdd1;
	font-size: 14px
}

.tf-strategies {
	background: var(--tf-soft)
}

.tf-heading-row {
	margin-bottom: 45px
}

.tf-heading-row p {
	margin: 0
}

.tf-strategy {
	display: flex;
	gap: 22px;
	min-height: 160px;
	margin-bottom: 24px;
	padding: 28px;
	border: 1px solid #e0e9f7;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 9px 30px rgba(10, 46, 91, .06)
}

.tf-strategy>i {
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	color: var(--tf-blue);
	font-size: 20px;
	line-height: 54px;
	text-align: center;
	border-radius: 15px;
	background: #eaf3ff
}

.tf-strategy h3 {
	margin: 0 0 8px;
	font-size: 20px
}

.tf-strategy p {
	margin: 0;
	font-size: 14px
}

.tf-journey {
	background: #fff
}

.tf-timeline {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	position: relative
}

.tf-timeline:before {
	position: absolute;
	top: 21px;
	left: 7%;
	right: 7%;
	height: 2px;
	content: "";
	background: linear-gradient(90deg, var(--tf-blue), var(--tf-cyan), var(--tf-gold))
}

.tf-timeline__item {
	position: relative;
	text-align: center
}

.tf-timeline__item span {
	position: relative;
	z-index: 1;
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto 16px;
	color: #fff;
	font-weight: 700;
	line-height: 44px;
	border-radius: 50%;
	background: var(--tf-blue);
	box-shadow: 0 0 0 7px #eaf3ff
}

.tf-timeline__item strong {
	color: var(--tf-ink);
	font-size: 13px
}

.tf-cta {
	padding: 75px 0;
	background: linear-gradient(120deg, #062653, #0878e6)
}

.tf-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px
}

.tf-cta h2 {
	margin: 0 0 12px;
	font-size: 39px
}

.tf-cta p {
	margin: 0
}

.tf-btn--gold {
	flex: none;
	color: #10264a !important;
	background: linear-gradient(135deg, #ffd875, var(--tf-gold));
	box-shadow: 0 12px 30px rgba(244, 184, 62, .25)
}

.tf-disclaimer {
	padding: 24px 0;
	background: #020d1d
}

.tf-disclaimer p {
	margin: 0;
	color: #7f91a9;
	font-size: 11px;
	line-height: 1.65
}

.tf-disclaimer strong {
	color: #bcc8d8
}

@media(max-width:1199px) {
	.tf-copy {
		padding: 50px 0 0
	}

	.tf-trust-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.tf-trust-grid>div:nth-child(2) {
		border-right: 0
	}

	.tf-timeline {
		grid-template-columns: repeat(3, 1fr);
		gap: 35px 0
	}

	.tf-timeline:before {
		display: none
	}
}

@media(max-width:767px) {
	.tf-section {
		padding: 75px 0
	}

	.tf-hero__slide img {
		min-height: 330px;
		object-fit: cover
	}

	.tf-trust-grid {
		grid-template-columns: 1fr 1fr
	}

	.tf-trust-grid>div {
		padding: 18px 10px;
		gap: 9px
	}

	.tf-trust-grid i {
		width: 38px;
		height: 38px;
		line-height: 38px
	}

	.tf-trust-grid strong {
		font-size: 13px
	}

	.tf-media-card {
		padding: 0 12px 25px 0
	}

	.tf-media-card img {
		/*min-height: 202px*/
	}

	.tf-media-card__badge {
		padding: 15px 18px
	}

	.tf-media-card__badge strong {
		font-size: 20px
	}

	.tf-copy h1,
	.tf-heading h2,
	.tf-heading-row h2 {
		font-size: 32px
	}

	.tf-checks {
		grid-template-columns: 1fr
	}

	.tf-timeline {
		grid-template-columns: repeat(2, 1fr)
	}

	.tf-cta__inner {
		display: block;
		text-align: center
	}

	.tf-cta h2 {
		font-size: 31px
	}

	.tf-cta .tf-btn {
		margin-top: 25px
	}
}

.tf-page-hero {
	position: relative;
	padding: 145px 0 125px;
	background: linear-gradient(90deg, rgba(1, 14, 32, .96), rgba(3, 35, 73, .82)), url('../images/bg/3.jpg') center/cover
}

.tf-page-hero:after {
	position: absolute;
	inset: auto 0 0;
	height: 5px;
	content: "";
	background: linear-gradient(90deg, var(--tf-blue), var(--tf-cyan), var(--tf-gold))
}

.tf-page-hero__content {
	max-width: 760px
}

.tf-page-hero span {
	color: #5ac7ff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.5px
}

.tf-page-hero h1 {
	margin: 17px 0;
	color: #fff;
	font-size: 53px;
	line-height: 1.13
}

.tf-page-hero p {
	margin: 0;
	color: #bdcbe0;
	font-size: 18px
}

.tf-value-box {
	min-height: 295px;
	margin-bottom: 30px;
	padding: 35px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 20px;
	background: rgba(255, 255, 255, .055)
}

.tf-value-box span {
	color: #38baff;
	font-size: 14px;
	font-weight: 800
}

.tf-value-box h3 {
	margin: 25px 0 15px;
	color: #fff;
	font-size: 25px
}

.tf-value-box p {
	color: #afbdd0
}

.tf-principles {
	background: #f6f9ff
}

.tf-principles h2 {
	font-size: 42px;
	line-height: 1.2
}

.tf-principle-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-left: 45px
}

.tf-principle-grid>div {
	padding: 27px;
	border: 1px solid #e0e9f6;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(7, 43, 87, .06)
}

.tf-principle-grid i {
	color: var(--tf-blue);
	font-size: 24px
}

.tf-principle-grid h3 {
	margin: 16px 0 7px;
	font-size: 18px
}

.tf-principle-grid p {
	margin: 0;
	font-size: 13px
}

@media(max-width:991px) {
	.tf-principle-grid {
		margin: 45px 0 0
	}
}

@media(max-width:767px) {
	.tf-page-hero {
		padding: 100px 0 85px
	}

	.tf-page-hero h1 {
		font-size: 37px
	}

	.tf-principles h2 {
		font-size: 32px
	}

	.tf-principle-grid {
		grid-template-columns: 1fr
	}
}

.tf-page-hero--why {
	background-image: linear-gradient(90deg, rgba(1, 14, 32, .97), rgba(3, 42, 82, .76)), url('../images/slider/tfs3.png')
}

.tf-page-hero--approach {
	background-image: linear-gradient(90deg, rgba(1, 14, 32, .97), rgba(3, 42, 82, .7)), url('../images/bg/vid.jpg')
}

.tf-page-hero--services {
	background-image: linear-gradient(90deg, rgba(1, 14, 32, .97), rgba(3, 42, 82, .72)), url('../images/slider/tfs1.png')
}

.tf-section-title {
	margin-bottom: 22px;
	font-size: 42px;
	line-height: 1.2
}

.tf-white-title {
	margin-bottom: 20px !important;
	color: #fff !important;
	font-size: 43px;
	line-height: 1.2
}

.tf-light-copy {
	color: #afbdd1 !important;
	font-size: 17px
}

.tf-reason-card {
	position: relative;
	min-height: 275px;
	margin-bottom: 25px;
	padding: 31px;
	border: 1px solid #e2eaf6;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(8, 44, 88, .07);
	transition: .25s
}

.tf-reason-card:hover,
.tf-service-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 20px 45px rgba(8, 65, 135, .13)
}

.tf-reason-card>i {
	width: 52px;
	height: 52px;
	color: #fff;
	font-size: 19px;
	line-height: 52px;
	text-align: center;
	border-radius: 15px;
	background: linear-gradient(135deg, var(--tf-blue), var(--tf-cyan))
}

.tf-reason-card>span {
	position: absolute;
	top: 24px;
	right: 28px;
	color: #e3ecf8;
	font-size: 36px;
	font-weight: 800
}

.tf-reason-card h3 {
	margin: 22px 0 10px;
	font-size: 20px
}

.tf-reason-card p {
	margin: 0;
	font-size: 14px
}

.tf-quote {
	margin-top: 28px;
	padding: 22px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-left: 4px solid var(--tf-gold);
	background: rgba(255, 255, 255, .06)
}

.tf-metric-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-left: 45px
}

.tf-metric-grid div {
	padding: 30px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 17px;
	background: rgba(255, 255, 255, .06)
}

.tf-metric-grid strong,
.tf-metric-grid span {
	display: block
}

.tf-metric-grid strong {
	color: #46c5ff;
	font-size: 28px
}

.tf-metric-grid span {
	color: #fff;
	font-weight: 700
}

.tf-process-flow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-left: 45px
}

.tf-process-flow>div {
	padding: 27px;
	border: 1px solid #e2eaf6;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(8, 44, 88, .06)
}

.tf-process-flow span {
	color: var(--tf-blue);
	font-weight: 800
}

.tf-process-flow h3 {
	margin: 15px 0 7px;
	font-size: 19px
}

.tf-process-flow p {
	margin: 0;
	font-size: 13px
}

.tf-soft-section {
	background: var(--tf-soft)
}

.tf-method-card {
	display: flex;
	gap: 22px;
	min-height: 160px;
	margin-bottom: 24px;
	padding: 28px;
	border: 1px solid #e1e9f5;
	border-radius: 17px;
	background: #fff
}

.tf-method-card>i {
	flex: 0 0 55px;
	width: 55px;
	height: 55px;
	color: var(--tf-blue);
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	border-radius: 15px;
	background: #eaf3ff
}

.tf-method-card h3 {
	margin: 0 0 8px;
	font-size: 20px
}

.tf-method-card p {
	margin: 0;
	font-size: 14px
}

.tf-risk-banner {
	padding: 28px 0;
	background: #fff5db
}

.tf-risk-banner>div>div {
	display: flex;
	align-items: center;
	gap: 18px;
	color: #66511d
}

.tf-risk-banner i {
	color: #d99b12;
	font-size: 25px
}

.tf-risk-banner strong {
	display: block;
	color: #4f3b0c
}

.tf-service-card {
	position: relative;
	min-height: 315px;
	margin-bottom: 26px;
	padding: 33px;
	border: 1px solid #e1e9f5;
	border-radius: 19px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(8, 44, 88, .07);
	transition: .25s
}

.tf-service-card__icon {
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 22px;
	line-height: 60px;
	text-align: center;
	border-radius: 17px;
	background: linear-gradient(135deg, var(--tf-blue), var(--tf-cyan))
}

.tf-service-card h3 {
	margin: 23px 0 12px;
	font-size: 21px
}

.tf-service-card p {
	font-size: 14px
}

.tf-service-card>span {
	position: absolute;
	bottom: 22px;
	color: #9baabe;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase
}

.tf-step-list>div {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 13px;
	padding: 15px 18px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 12px;
	background: rgba(255, 255, 255, .05)
}

.tf-step-list b {
	color: #4ac6ff
}

.tf-step-list span {
	color: #fff;
	font-weight: 600
}

.tf-info-panel {
	margin-left: 40px;
	padding: 35px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 20px;
	background: rgba(255, 255, 255, .07)
}

.tf-info-panel i {
	color: var(--tf-gold);
	font-size: 30px
}

.tf-info-panel h3 {
	margin: 18px 0 10px;
	color: #fff
}

.tf-info-panel p {
	margin: 0;
	color: #afbdd1
}

@media(max-width:991px) {

	.tf-metric-grid,
	.tf-process-flow,
	.tf-info-panel {
		margin: 45px 0 0
	}
}

@media(max-width:767px) {

	.tf-section-title,
	.tf-white-title {
		font-size: 32px
	}

	.tf-metric-grid,
	.tf-process-flow {
		grid-template-columns: 1fr
	}

	.tf-risk-banner>div>div {
		align-items: flex-start
	}
}

.tf-home-services {
	background: #fff
}

.tf-home-service {
	min-height: 220px;
	margin-bottom: 24px;
	padding: 28px;
	border: 1px solid #e2eaf6;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(8, 44, 88, .06);
	transition: .25s
}

.tf-home-service:hover {
	transform: translateY(-6px);
	border-color: #a9cef9
}

.tf-home-service i {
	color: var(--tf-blue);
	font-size: 28px
}

.tf-home-service h3 {
	margin: 18px 0 9px;
	font-size: 20px
}

.tf-home-service p {
	margin: 0;
	font-size: 14px
}

.tf-how-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px
}

.tf-how-grid article {
	position: relative;
	padding: 30px 25px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 18px;
	background: rgba(255, 255, 255, .055)
}

.tf-how-grid span {
	color: #4bc7ff;
	font-size: 30px;
	font-weight: 800
}

.tf-how-grid h3 {
	margin: 20px 0 10px;
	color: #fff
}

.tf-how-grid p {
	margin: 0;
	color: #aebed3;
	font-size: 13px
}

.tf-plan-preview {
	background: linear-gradient(145deg, #f6faff, #fff 55%, #fff7e4)
}

.tf-plan-preview h2 {
	font-size: 42px;
	line-height: 1.2
}

.tf-plan-points {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 13px;
	margin: 27px 0 32px
}

.tf-plan-points span {
	color: var(--tf-ink);
	font-weight: 600
}

.tf-plan-points i {
	margin-right: 8px;
	color: var(--tf-blue)
}

.tf-plan-visual {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	position: relative;
	margin-left: 60px;
	padding: 40px;
	border-radius: 26px;
	background: linear-gradient(145deg, #03152d, #0b4d91);
	box-shadow: 0 25px 55px rgba(3, 31, 66, .22)
}

.tf-plan-visual>i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 25px;
	line-height: 70px;
	text-align: center;
	border: 6px solid #072b58;
	border-radius: 50%;
	background: var(--tf-blue);
	transform: translate(-50%, -50%)
}

.tf-plan-visual div {
	padding: 30px 15px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 15px;
	background: rgba(255, 255, 255, .06)
}

.tf-plan-visual strong,
.tf-plan-visual span {
	display: block
}

.tf-plan-visual strong {
	color: #fff
}

.tf-plan-visual span {
	margin-top: 6px;
	color: #48c6ff
}

.tf-faq-home {
	background: #f5f8fe
}

.tf-faq-home h2 {
	font-size: 40px
}

.tf-text-link {
	color: var(--tf-blue);
	font-weight: 700
}

.tf-faq-list details {
	margin-bottom: 13px;
	border: 1px solid #dfe8f5;
	border-radius: 13px;
	background: #fff
}

.tf-faq-list summary {
	position: relative;
	padding: 19px 48px 19px 21px;
	color: var(--tf-ink);
	font-weight: 700;
	cursor: pointer
}

.tf-faq-list summary:after {
	position: absolute;
	right: 21px;
	content: "+";
	color: var(--tf-blue);
	font-size: 21px
}

.tf-faq-list details[open] summary:after {
	content: "−"
}

.tf-faq-list details p {
	padding: 0 21px 18px;
	margin: 0;
	font-size: 14px
}

.tf-footer__legal {
	padding: 16px 0;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .08);
	background: #03142d
}

.tf-footer__legal a {
	margin: 0 14px;
	color: #9db0c9;
	font-size: 12px
}

.tf-footer__legal a:hover {
	color: #fff
}

.tf-policy-hero {
	padding: 105px 0;
	color: #fff;
	background: linear-gradient(125deg, #021126, #075fab)
}

.tf-policy-hero span {
	color: #65cbff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2px
}

.tf-policy-hero h1 {
	margin: 15px 0 8px;
	color: #fff;
	font-size: 48px
}

.tf-policy-hero p {
	margin: 0;
	color: #bad0e7
}

.tf-policy-hero--warning {
	background: linear-gradient(125deg, #281c05, #8f5b00)
}

.tf-policy-wrap {
	padding: 90px 0;
	background: #f5f8fc
}

.tf-policy-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 45px;
	align-items: start
}

.tf-policy-layout aside {
	position: sticky;
	top: 110px;
	padding: 24px;
	border: 1px solid #e0e8f3;
	border-radius: 15px;
	background: #fff
}

.tf-policy-layout aside strong,
.tf-policy-layout aside a {
	display: block
}

.tf-policy-layout aside strong {
	margin-bottom: 13px;
	color: var(--tf-ink)
}

.tf-policy-layout aside a {
	padding: 8px 0;
	color: #718096;
	font-size: 13px
}

.tf-policy-content {
	padding: 48px;
	border: 1px solid #e1e8f2;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 15px 45px rgba(8, 44, 88, .06)
}

.tf-policy-content--single {
	max-width: 900px;
	margin: auto
}

.tf-policy-content section {
	padding: 26px 0;
	border-bottom: 1px solid #e9eef5;
	scroll-margin-top: 120px
}

.tf-policy-content section:last-child {
	border-bottom: 0
}

.tf-policy-content h2 {
	margin: 0 0 13px;
	font-size: 22px
}

.tf-policy-content p {
	margin: 0;
	font-size: 15px
}

.tf-policy-content a {
	color: var(--tf-blue);
	font-weight: 600
}

.tf-policy-intro,
.tf-policy-alert {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 24px;
	border-radius: 15px;
	background: #edf6ff
}

.tf-policy-intro i {
	color: var(--tf-blue);
	font-size: 27px
}

.tf-policy-intro p {
	color: #38516d;
	font-size: 16px
}

.tf-policy-alert {
	background: #fff3d2
}

.tf-policy-alert i {
	color: #d49300;
	font-size: 27px
}

.tf-policy-alert strong {
	display: block;
	color: #5f4300;
	font-size: 18px
}

.tf-policy-alert p {
	color: #715e30
}

.tf-page-hero--plan {
	background-image: linear-gradient(90deg, rgba(1, 14, 32, .96), rgba(3, 42, 82, .72)), url('../images/about.png')
}

.tf-plan-notice {
	padding: 23px 0;
	background: #fff3cf
}

.tf-plan-notice .container {
	display: flex;
	align-items: flex-start;
	gap: 16px
}

.tf-plan-notice i {
	margin-top: 5px;
	color: #cc8c00;
	font-size: 22px
}

.tf-plan-notice p {
	margin: 0;
	color: #665325;
	font-size: 13px
}

.tf-business-map {
	position: relative;
	width: 430px;
	height: 430px;
	margin: auto;
	border: 1px solid #dce9f8;
	border-radius: 50%;
	background: radial-gradient(circle, #eaf5ff, #fff 62%);
	box-shadow: 0 20px 55px rgba(7, 58, 117, .12)
}

.tf-business-map__core {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 145px;
	height: 145px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--tf-blue), var(--tf-deep));
	transform: translate(-50%, -50%);
	box-shadow: 0 12px 30px rgba(8, 101, 220, .3)
}

.tf-business-map__core i {
	font-size: 28px
}

.tf-business-map>span {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 11px 16px;
	color: var(--tf-ink);
	font-weight: 700;
	border: 1px solid #d7e5f6;
	border-radius: 25px;
	background: #fff
}

.tf-business-map .p1 {
	top: 35px;
	left: 50%;
	transform: translateX(-50%)
}

.tf-business-map .p2 {
	top: 50%;
	right: -15px
}

.tf-business-map .p3 {
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%)
}

.tf-business-map .p4 {
	top: 50%;
	left: -15px
}

.tf-business-map>span i {
	color: var(--tf-blue)
}

.tf-plan-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px
}

.tf-plan-steps article {
	position: relative;
	padding: 30px 24px;
	border: 1px solid #dfe8f4;
	border-radius: 18px;
	background: #fff
}

.tf-plan-steps span {
	position: absolute;
	top: 20px;
	right: 22px;
	color: #dfe9f7;
	font-size: 30px;
	font-weight: 800
}

.tf-plan-steps i {
	color: var(--tf-blue);
	font-size: 26px
}

.tf-plan-steps h3 {
	margin: 22px 0 10px
}

.tf-plan-steps p {
	margin: 0;
	font-size: 13px
}

.tf-do-dont {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-left: 35px
}

.tf-do-dont>div {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 17px;
	background: rgba(255, 255, 255, .06)
}

.tf-do-dont h3 {
	color: #fff
}

.tf-do-dont h3 i {
	margin-right: 8px;
	color: #56c990
}

.tf-do-dont>div:last-child h3 i {
	color: #ff7979
}

.tf-do-dont li {
	display: block;
	margin-top: 12px;
	color: #b8c6d8;
	font-size: 13px
}

.tf-reward-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px
}

.tf-reward-grid div {
	padding: 30px;
	text-align: center;
	border: 1px solid #e0e8f3;
	border-radius: 17px
}

.tf-reward-grid i {
	color: var(--tf-blue);
	font-size: 28px
}

.tf-reward-grid h3 {
	margin: 18px 0 9px;
	font-size: 20px
}

.tf-reward-grid p {
	margin: 0;
	font-size: 13px
}

@media(max-width:991px) {

	.tf-how-grid,
	.tf-plan-steps {
		grid-template-columns: 1fr 1fr
	}

	.tf-plan-visual {
		margin: 50px 0 0
	}

	.tf-policy-layout {
		grid-template-columns: 1fr
	}

	.tf-policy-layout aside {
		position: static
	}

	.tf-business-map {
		margin-top: 50px
	}

	.tf-do-dont {
		margin: 45px 0 0
	}
}

@media(max-width:767px) {

	.tf-how-grid,
	.tf-plan-steps,
	.tf-reward-grid {
		grid-template-columns: 1fr
	}

	.tf-plan-points {
		grid-template-columns: 1fr
	}

	.tf-plan-preview h2,
	.tf-faq-home h2 {
		font-size: 32px
	}

	.tf-plan-visual {
		padding: 22px;
		gap: 10px
	}

	.tf-plan-visual div {
		padding: 25px 8px
	}

	.tf-policy-hero {
		padding: 75px 0
	}

	.tf-policy-hero h1 {
		font-size: 36px
	}

	.tf-policy-wrap {
		padding: 55px 0
	}

	.tf-policy-content {
		padding: 24px
	}

	.tf-policy-layout aside {
		display: none
	}

	.tf-business-map {
		width: 290px;
		height: 290px
	}

	.tf-business-map__core {
		width: 105px;
		height: 105px
	}

	.tf-business-map>span {
		padding: 8px 10px;
		font-size: 11px
	}

	.tf-business-map .p2 {
		right: -25px
	}

	.tf-business-map .p4 {
		left: -25px
	}

	.tf-do-dont {
		grid-template-columns: 1fr
	}

	.tf-footer__legal a {
		display: inline-block;
		margin: 5px 8px
	}
}

.tf-page-hero--blog {
	background-image: linear-gradient(90deg, rgba(1, 14, 32, .97), rgba(3, 42, 82, .74)), url('../images/news/single-news.jpg')
}

.tf-blog-page {
	background: #f5f8fd
}

.tf-blog-card {
	overflow: hidden;
	height: calc(100% - 28px);
	margin-bottom: 28px;
	border: 1px solid #e0e8f3;
	border-radius: 19px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(7, 43, 87, .07);
	transition: .25s
}

.tf-blog-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 20px 45px rgba(7, 65, 140, .14)
}

.tf-blog-card__image {
	position: relative;
	display: block;
	overflow: hidden;
	height: 235px
}

.tf-blog-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s
}

.tf-blog-card:hover img {
	transform: scale(1.05)
}

.tf-blog-card__image>span {
	position: absolute;
	bottom: 15px;
	left: 16px;
	padding: 7px 12px;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 20px;
	background: var(--tf-blue)
}

.tf-blog-card__body {
	padding: 26px
}

.tf-blog-meta {
	display: flex;
	gap: 14px;
	color: #8794a8;
	font-size: 11px
}

.tf-blog-meta i {
	margin-right: 4px;
	color: var(--tf-blue)
}

.tf-blog-card h2 {
	margin: 16px 0 11px;
	font-size: 22px;
	line-height: 1.35
}

.tf-blog-card h2 a {
	color: var(--tf-ink)
}

.tf-blog-card p {
	font-size: 14px
}

.tf-blog-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--tf-blue);
	font-size: 13px;
	font-weight: 800
}

.tf-article-hero {
	padding: 110px 0;
	color: #fff;
	text-align: center;
	background: radial-gradient(circle at 80% 20%, #0c569d, transparent 28%), linear-gradient(135deg, #021126, #062b58)
}

.tf-article-hero .tf-article-back {
	display: block;
	width: max-content;
	margin: 0 auto 35px;
	color: #95aeca;
	font-size: 12px
}

.tf-article-hero>div>span {
	display: inline-block;
	padding: 7px 13px;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1.5px;
	border-radius: 20px;
	background: var(--tf-blue)
}

.tf-article-hero h1 {
	max-width: 850px;
	margin: 20px auto;
	color: #fff;
	font-size: 48px;
	line-height: 1.2
}

.tf-article-hero>div>div {
	display: flex;
	justify-content: center;
	gap: 25px;
	color: #aec0d5
}

.tf-article-hero b {
	font-size: 12px;
	font-weight: 500
}

.tf-article-hero i {
	margin-right: 5px
}

.tf-article-wrap {
	padding: 90px 0;
	background: #f5f8fd
}

.tf-article {
	padding: 38px;
	border: 1px solid #e0e8f3;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 15px 45px rgba(7, 43, 87, .06)
}

.tf-article__cover {
	width: 100%;
	height: 390px;
	object-fit: cover;
	border-radius: 14px
}

.tf-article__intro {
	margin: 30px 0;
	padding: 20px 23px;
	color: #38516f !important;
	font-size: 18px;
	font-weight: 600;
	border-left: 4px solid var(--tf-blue);
	background: #edf6ff
}

.tf-article section {
	padding: 20px 0
}

.tf-article h2 {
	margin-bottom: 12px;
	font-size: 25px
}

.tf-article p {
	font-size: 15px
}

.tf-article-note {
	display: flex;
	gap: 17px;
	margin-top: 22px;
	padding: 22px;
	border-radius: 14px;
	background: #fff3d3
}

.tf-article-note i {
	color: #c98b00;
	font-size: 23px
}

.tf-article-note p {
	margin: 0;
	color: #655426
}

.tf-blog-sidebar {
	position: sticky;
	top: 110px;
	margin-left: 18px
}

.tf-blog-sidebar>div {
	margin-bottom: 24px;
	padding: 25px;
	border: 1px solid #e0e8f3;
	border-radius: 17px;
	background: #fff
}

.tf-blog-sidebar h3 {
	margin-bottom: 20px;
	font-size: 20px
}

.tf-blog-sidebar>div>a {
	display: flex;
	gap: 12px;
	padding: 13px 0;
	border-bottom: 1px solid #e8edf4
}

.tf-blog-sidebar>div>a:last-child {
	border: 0
}

.tf-blog-sidebar img {
	flex: 0 0 72px;
	width: 72px;
	height: 65px;
	object-fit: cover;
	border-radius: 8px
}

.tf-blog-sidebar a span {
	display: block
}

.tf-blog-sidebar small {
	display: block;
	margin-bottom: 4px;
	color: var(--tf-blue);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase
}

.tf-blog-sidebar a strong {
	display: block;
	color: var(--tf-ink);
	font-size: 12px;
	line-height: 1.4
}

.tf-blog-sidebar .tf-sidebar-cta {
	color: #fff;
	background: linear-gradient(145deg, #07326a, #0878e6)
}

.tf-sidebar-cta>i {
	font-size: 28px;
	color: #ffd05a
}

.tf-sidebar-cta h3 {
	margin: 15px 0 8px;
	color: #fff
}

.tf-sidebar-cta p {
	color: #c4d7eb;
	font-size: 13px
}

.tf-sidebar-cta .tf-btn {
	padding: 11px 17px;
	font-size: 12px
}

@media(max-width:991px) {
	.tf-blog-sidebar {
		position: static;
		margin: 35px 0 0
	}
}

@media(max-width:767px) {
	.tf-article-hero {
		padding: 80px 0
	}

	.tf-article-hero h1 {
		font-size: 34px
	}

	.tf-article-hero>div>div {
		flex-wrap: wrap;
		gap: 10px 17px
	}

	.tf-article-wrap {
		padding: 55px 0
	}

	.tf-article {
		padding: 20px
	}

	.tf-article__cover {
		height: 240px
	}

	.tf-article__intro {
		font-size: 16px
	}
}



.tf-media-card img {
    display: block;
    width: 100%;
    /* min-height: 30px; */
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 25px 65px rgba(4, 31, 68, .2);
}