:root {
	--primary: #1F6B8A;
	--primary-dark: #0B2E3D;
	--secondary: #C45C26;
	--ink: #0C1A22;
	--muted: #4A5D68;
	--tint: #E8F3F7;
	--sand: #F4EFE6;
	--surface: #FFFFFF;
	--btn-bg: #1F6B8A;
	--btn-fg: #FFFFFF;
	--btn-hover: #0B2E3D;
	--btn-border: #1F6B8A;
	--elevation-border: rgba(12, 26, 34, 0.14);
	--font-display: "Newsreader", Georgia, serif;
	--font-body: "Manrope", system-ui, sans-serif;
}

*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: "Quicklime ExtBd";
	src: url("../fonts/Quicklime-ExtraBold.woff2") format("woff2"),
		url("../fonts/Quicklime-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Quicklime SemBd";
	src: url("../fonts/Quicklime-SemiBold.woff2") format("woff2"),
		url("../fonts/Quicklime-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: var(--font-body);
	src: url("../fonts/Quicklime-Regular.woff2") format("woff2"), url("../fonts/Quicklime-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: var(--font-body);
	src: url("../fonts/Quicklime-Regular.woff2") format("woff2"), url("../fonts/Quicklime-Regular.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: var(--font-body);
	src: url("../fonts/Quicklime-Bold.woff2") format("woff2"), url("../fonts/Quicklime-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: var(--font-display);
	src: url("../fonts/FranklinGothic-Heavy.woff2") format("woff2"),
		url("../fonts/FranklinGothic-Heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: var(--font-body);
	font-weight: 400;
	position: relative;
	overflow-x: hidden;
	background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1d1819;
	font-family: var(--font-display);
	font-weight: 400;
	line-height: 1.2;
	text-transform: capitalize;
}
p {
	color: #1d1819;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
@media (max-width: 991px) {
	p {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	p {
		font-size: 12px;
	}
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}
button {
	background: rgba(0, 0, 0, 0);
	border: 0;
	outline: none;
	cursor: pointer;
}
img {
	max-width: 100%;
	line-height: 0;
}
a {
	text-decoration: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: rgba(29, 24, 25, 0.3) !important;
	-webkit-box-shadow: none;
	-webkit-transition: 5000s ease-in-out 0s;
	transition: 5000s ease-in-out 0s;
}
.my-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	background: url(../images/button-back.png) no-repeat;
	background-size: 100% 100%;
	padding: 4px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: capitalize;
}
.my-button::first-letter {
	text-transform: capitalize;
}
@media (max-width: 1199px) {
	.my-button {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.my-button {
		font-size: 12px;
	}
}
.my-button .image {
	width: 34px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 0 10px;
	background: url(../images/button-arrow-back.png) no-repeat;
	background-size: 100% 100%;
}
.my-button .image img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.my-button:hover {
	color: #000;
}
.my-button:hover .image img {
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
.img-wrapper {
	line-height: 0;
	position: relative;
	z-index: 99;
}
body {
	position: relative;
	min-height: 100%;
}
body.blur-body {
	overflow: hidden;
}
body.blur-body:before {
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 999;
}
body.blur-body #chat-widget-container {
	z-index: 9 !important;
}
body.modal-open #chat-widget-container {
	z-index: 9 !important;
}
.section-gap.padding {
	padding: 60px 0;
}
@media (max-width: 1399px) {
	.section-gap.padding {
		padding: 50px 0;
	}
}
@media (max-width: 1199px) {
	.section-gap.padding {
		padding: 40px 0;
	}
}
@media (max-width: 991px) {
	.section-gap.padding {
		padding: 30px 0;
	}
}
@media (max-width: 575px) {
	.section-gap.padding {
		padding: 20px 0;
	}
}
.section-gap.margin {
	margin: 60px 0;
}
@media (max-width: 1399px) {
	.section-gap.margin {
		margin: 50px 0;
	}
}
@media (max-width: 1199px) {
	.section-gap.margin {
		margin: 40px 0;
	}
}
@media (max-width: 991px) {
	.section-gap.margin {
		margin: 30px 0;
	}
}
@media (max-width: 575px) {
	.section-gap.margin {
		margin: 20px 0;
	}
}
.section-gap-bottom {
	margin-bottom: 60px;
}
@media (max-width: 1399px) {
	.section-gap-bottom {
		margin-bottom: 50px;
	}
}
@media (max-width: 1199px) {
	.section-gap-bottom {
		margin-bottom: 40px;
	}
}
@media (max-width: 991px) {
	.section-gap-bottom {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.section-gap-bottom {
		margin-bottom: 20px;
	}
}
.breadcrubms-section {
	padding: 50px 0;
	background: url(../images/breadcrubms.png) no-repeat center;
	background-size: contain;
	background-color: #f9faff;
	overflow: hidden;
	position: relative;
}
@media (max-width: 767px) {
	.breadcrubms-section {
		padding: 40px 0;
	}
}
@media (max-width: 575px) {
	.breadcrubms-section {
		padding: 30px 0;
	}
}
.breadcrubms-section .heading h4 {
	text-align: center;
	font-size: 46px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
}
.breadcrubms-section .heading h4::first-letter {
	text-transform: capitalize;
}
@media (max-width: 1399px) {
	.breadcrubms-section .heading h4 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	.breadcrubms-section .heading h4 {
		font-size: 38px;
	}
}
@media (max-width: 991px) {
	.breadcrubms-section .heading h4 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.breadcrubms-section .heading h4 {
		font-size: 34px;
	}
}
@media (max-width: 575px) {
	.breadcrubms-section .heading h4 {
		font-size: 28px;
	}
}
#services,
#about {
	scroll-margin-top: 80px;
}
@media (max-width: 1399px) {
	#services,
	#about {
		scroll-margin-top: 40px;
	}
}
@media (max-width: 1199px) {
	#services,
	#about {
		scroll-margin-top: 100px;
	}
}
@media (max-width: 575px) {
	#services,
	#about {
		scroll-margin-top: 80px;
	}
}
#pricing {
	scroll-margin-top: 100px;
}
@media (max-width: 1399px) {
	#pricing {
		scroll-margin-top: 60px;
	}
}
@media (max-width: 991px) {
	#pricing {
		scroll-margin-top: 80px;
	}
}
@media (max-width: 575px) {
	#pricing {
		scroll-margin-top: 80px;
	}
}
a {
	color: #000;
}
.back-to-top {
	width: 50px;
	height: 50px;
	background: #1d1819;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	bottom: -50px;
	right: -50px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 990;
	cursor: pointer;
}
@media (max-width: 767px) {
	.back-to-top {
		width: 40px;
		height: 40px;
	}
}
.back-to-top img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
}
@media (max-width: 767px) {
	.back-to-top img {
		padding: 12px;
	}
}
.back-to-top.show {
	bottom: 40px;
	right: 40px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
@media (max-width: 1399px) {
	.back-to-top.show {
		bottom: 30px;
		right: 30px;
	}
}
@media (max-width: 767px) {
	.back-to-top.show {
		bottom: 15px;
		right: 15px;
	}
}
/* chat-widget: default LiveChat position (no bottom offset) */
header {
	background-color: #f9faff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	z-index: 9991;
}
header.fixed-top {
	position: sticky;
	top: -150px;
}
header.fixed-top .menu {
	padding: 20px 0;
}
@media (max-width: 1199px) {
	header.fixed-top .menu {
		padding: 0;
	}
}
header.sticky-header {
	top: -85px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 1199px) {
	header.sticky-header {
		top: 0;
	}
}
header .top-menu {
	width: 100%;
	padding: 0 0 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	position: relative;
	min-height: 64px;
}
@media (max-width: 575px) {
	header .top-menu {
		padding: 0;
		border: 0;
		min-height: 48px;
	}
}
header .top-menu .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 200px;
	max-width: min(200px, 42vw);
	margin: 0;
	z-index: 2;
}
header .top-menu .logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 52px;
	object-fit: contain;
}
@media (max-width: 1399px) {
	header .top-menu .logo {
		width: 180px;
	}
}
@media (max-width: 1199px) {
	header .top-menu .logo {
		position: static;
		transform: none;
		width: 160px;
		max-width: 160px;
		margin: 0 auto;
	}
}
@media (max-width: 575px) {
	header .top-menu .logo {
		width: 140px;
		max-width: 140px;
	}
}
header .top-menu .navbar-nav {
	padding: 0 !important;
}
header .top-menu .navbar-nav .nav-item {
	margin: 0 40px 0 0;
}
@media (max-width: 1399px) {
	header .top-menu .navbar-nav .nav-item {
		margin: 0 20px 0 0;
	}
}
@media (max-width: 1199px) {
	header .top-menu .navbar-nav .nav-item {
		margin: 0 0 10px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
header .top-menu .navbar-nav .nav-item:last-child {
	margin: 0;
}
header .top-menu .lang_wrapper .profile {
	margin: 0 30px 0 0;
	cursor: pointer;
}
@media (max-width: 1199px) {
	header .top-menu .lang_wrapper .profile {
		margin: 0 20px 0 0;
	}
}
header .top-menu .lang_wrapper .profile img:first-child {
	margin: 0 10px 0 0;
}
header .top-menu .lang_wrapper .profile .dropdown-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .top-menu .lang_wrapper .profile .dropdown-toggle::after {
	display: none;
}
header .top-menu .lang_wrapper .profile .dropdown-toggle img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header .top-menu .lang_wrapper .profile .dropdown-toggle.show img:last-child {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
header .top-menu .lang_wrapper .profile .dropdown-menu {
	padding: 10px 0;
	border: 0;
	margin-top: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1199px) {
	header .top-menu .lang_wrapper .profile .dropdown-menu {
		background: #1F6B8A;
	}
}
header .top-menu .lang_wrapper .profile .dropdown-menu .nav-item {
	display: block;
	margin: 0;
}
header .top-menu .lang_wrapper .profile .dropdown-menu .nav-item .nav-link {
	padding: 10px 20px !important;
}
header .top-menu .lang_wrapper .profile .dropdown-menu .nav-item .dropdown-item {
	background: rgba(0, 0, 0, 0);
}
header .menu {
	padding: 30px 0 0;
}
@media (max-width: 1199px) {
	header .menu {
		padding: 0;
	}
}
header .nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 80px 0 0;
}
@media (max-width: 1399px) {
	header .nav-item {
		margin: 0 60px 0 0;
	}
}
@media (max-width: 1199px) {
	header .nav-item {
		margin: 20px 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
header .nav-item:last-child {
	margin: 0;
}
@media (max-width: 1199px) {
	header .nav-item:last-child {
		margin: 20px 0;
	}
}
header .nav-item img {
	margin: 0 10px 0 0;
}
header .nav-item .nav-link {
	padding: 0 !important;
	color: #1d1819;
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1199px) {
	header .nav-item .nav-link {
		color: #fff;
	}
}
header .nav-item .nav-link:hover,
header .nav-item .nav-link.active {
	color: #1F6B8A;
}
@media (max-width: 1199px) {
	header .nav-item .nav-link:hover,
	header .nav-item .nav-link.active {
		color: #0B2E3D;
	}
}
header .navbar {
	width: 100%;
	display: block;
	padding: 30px 0 0;
}
@media (max-width: 1199px) {
	header .navbar {
		position: static;
	}
}
@media (max-width: 575px) {
	header .navbar {
		padding: 30px 0 20px 0;
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse {
		width: 100%;
		background: #1F6B8A;
		position: absolute;
		left: 0;
	}
}
@media (max-width: 575px) {
	header .navbar .navbar-collapse {
		top: 61px;
	}
}
@media (max-width: 1399px) {
	header .navbar .logo {
		max-width: 250px;
	}
}
@media (max-width: 991px) {
	header .navbar .logo {
		max-width: 230px;
	}
}
@media (max-width: 767px) {
	header .navbar .logo {
		max-width: 200px;
	}
}
@media (max-width: 575px) {
	header .navbar .logo {
		max-width: 170px;
	}
}
header .navbar .navbar-toggler {
	padding: 0;
}
header .navbar .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .navbar .navbar-toggler .hamburger {
	display: block;
}
header .navbar .navbar-toggler .hamburger .bar {
	width: 20px;
	height: 2px;
	display: block;
	color: #000;
	padding: 0;
	margin-bottom: 5px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	background-color: #000;
	margin-left: auto;
}
header .navbar .navbar-toggler .hamburger .bar:nth-child(2) {
	background-color: #1F6B8A;
}
@media (max-width: 575px) {
	header .navbar .navbar-toggler .hamburger .bar:nth-child(2) {
		width: 20px;
	}
}
header .navbar .navbar-toggler .hamburger .bar:nth-child(3) {
	width: calc(100% - 5px);
	margin-bottom: 0px;
}
@media (max-width: 575px) {
	header .navbar .navbar-toggler .hamburger .bar:nth-child(3) {
		width: calc(100% - 8px);
	}
}
@media (max-width: 575px) {
	header .navbar .navbar-toggler .hamburger .bar {
		margin-bottom: 4px;
	}
}
header .navbar .navbar-toggler .hamburger.active .bar:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(-315deg);
	transform: translateY(7px) rotate(-315deg);
}
@media (max-width: 575px) {
	header .navbar .navbar-toggler .hamburger.active .bar:nth-child(1) {
		-webkit-transform: translateY(6px) rotate(-315deg);
		transform: translateY(6px) rotate(-315deg);
	}
}
header .navbar .navbar-toggler .hamburger.active .bar:nth-child(2) {
	opacity: 0;
}
header .navbar .navbar-toggler .hamburger.active .bar:nth-child(3) {
	width: 100%;
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 575px) {
	header .navbar .navbar-toggler .hamburger.active .bar:nth-child(3) {
		-webkit-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-nav {
		display: block;
		padding: 20px 0;
	}
}
@media (max-width: 991px) {
	header .navbar .navbar-nav {
		padding: 15px 0;
	}
}
@media (max-width: 575px) {
	header .navbar .navbar-nav {
		padding: 10px 0;
	}
}
footer {
	position: relative;
	overflow: hidden;
	background: url(../images/footer-back.png) no-repeat;
	background-size: 100% 100%;
}
@media (max-width: 575px) {
	footer {
		background: url(../images/footer-back-2.png) no-repeat;
		background-size: 100% 100%;
	}
}
footer .main-footer {
	padding: 60px 0 40px;
}
@media (max-width: 480px) {
	footer .main-footer {
		padding: 30px 0 20px;
	}
}
footer .main-footer .encryption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .main-footer .block {
	height: 100%;
}
@media (max-width: 1199px) {
	footer .main-footer .block {
		height: auto;
		margin: 0 0 40px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .block {
		padding: 0 15px;
		margin: 0 0 20px;
	}
}
footer .main-footer .block .footer-about {
	height: 100%;
	padding: 60px 50px;
	background: url(../images/footer-about.png) no-repeat;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1399px) {
	footer .main-footer .block .footer-about {
		padding: 40px;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .block .footer-about {
		padding: 40px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .block .footer-about {
		padding: 30px 35px 30px 15px;
	}
}
footer .main-footer .block .footer-about .logo {
	display: block;
	margin: 0 0 30px;
}
@media (max-width: 1199px) {
	footer .main-footer .block .footer-about .logo {
		width: 300px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .block .footer-about .logo {
		width: 220px;
	}
}
footer .main-footer .block .footer-about .my-button {
	margin: 0 auto 30px;
}
footer .main-footer .block .footer-about .visa {
	display: block;
	margin: 0 auto 30px;
}
footer .main-footer .block .footer-about .encryption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #1d1819;
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}
@media (max-width: 991px) {
	footer .main-footer .block .footer-about .encryption {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	footer .main-footer .block .footer-about .encryption {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .block .footer-about .encryption {
		font-size: 12px;
	}
}
footer .main-footer .block .footer-about .encryption img {
	margin: 0 10px 0 0;
}
footer .main-footer .main-link {
	position: relative;
}
footer .main-footer .main-link::before {
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	right: 40px;
}
@media (max-width: 1399px) {
	footer .main-footer .main-link::before {
		display: none;
	}
}
footer .main-footer .footer-links {
	margin: 0 0 40px;
}
@media (max-width: 1399px) {
	footer .main-footer .footer-links {
		margin: 0 0 30px;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links {
		margin: 0;
		padding: 0 0 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links.other {
		padding: 20px 0;
	}
}
footer .main-footer .footer-links:last-child {
	margin: 0;
}
footer .main-footer .footer-links .footer-title {
	color: #fff;
	font-family: var(--font-body);
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links .footer-title {
		margin: 0;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links .footer-title {
		font-size: 16px;
	}
}
footer .main-footer .footer-links .footer-title[aria-expanded="true"] .footer-toggler img {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
footer .main-footer .footer-links .footer-title .footer-toggler img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
footer .main-footer .footer-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links ul {
		display: block;
		margin: 0;
	}
}
footer .main-footer .footer-links ul li {
	margin: 0 40px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1399px) {
	footer .main-footer .footer-links ul li {
		margin: 0 40px 0 0;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links ul li {
		margin: 0;
		padding: 6px 0;
	}
	footer .main-footer .footer-links ul li:first-child {
		padding: 15px 0 6px 0;
	}
}
footer .main-footer .footer-links ul li:last-child {
	margin: 0;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links ul li:last-child {
		padding: 6px 0 0 0;
	}
}
footer .main-footer .footer-links ul li.contact {
	margin: 0 0 30px;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links ul li.contact {
		margin: 0;
	}
}
footer .main-footer .footer-links ul li p,
footer .main-footer .footer-links ul li a {
	color: #fff;
	font-family: var(--font-body);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links ul li p,
	footer .main-footer .footer-links ul li a {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	footer .main-footer .footer-links ul li p,
	footer .main-footer .footer-links ul li a {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links ul li p,
	footer .main-footer .footer-links ul li a {
		font-size: 12px;
	}
}
footer .main-footer .footer-links ul li a:hover {
	color: #0B2E3D;
}
footer .main-footer .footer-links ul li img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
	margin: 0 15px 0 0;
}
@media (max-width: 480px) {
	footer .main-footer .footer-links ul li img {
		margin: 0 10px 0 0;
	}
}
footer .main-footer .footer-content {
	height: 100%;
	padding: 80px 90px;
	background: url(../images/footer-content.png) no-repeat;
	background-size: 100% 100%;
}
@media (max-width: 1399px) {
	footer .main-footer .footer-content {
		padding: 70px 70px;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-content {
		padding: 50px 70px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-content {
		padding: 20px 30px;
	}
}
footer .sub-footer p {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}
@media (max-width: 1399px) {
	footer .sub-footer p {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	footer .sub-footer p {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	footer .sub-footer p {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	footer .sub-footer p {
		padding: 20px 0 60px 0;
	}
}
@media (max-width: 575px) {
	footer .sub-footer p {
		font-size: 12px;
		padding: 20px 30px 70px;
	}
}
.banner-section {
	position: relative;
	overflow-x: hidden;
	padding: 100px 0 30px;
	background: url(../images/banner-back.webp) no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #f9faff;
}
@media (max-width: 1399px) {
	.banner-section {
		padding: 80px 0 30px;
	}
}
@media (max-width: 1199px) {
	.banner-section {
		padding: 60px 0 20px;
	}
}
@media (max-width: 991px) {
	.banner-section {
		padding: 40px 0 20px;
	}
}
@media (max-width: 575px) {
	.banner-section {
		background: url(../images/banner-back-2.webp) no-repeat;
		background-size: 100% 100%;
	}
}
.banner-section .banner-content h1 {
	font-size: 60px;
	margin: 0 0 50px;
}
@media (max-width: 1399px) {
	.banner-section .banner-content h1 {
		font-size: 50px;
	}
}
@media (max-width: 1199px) {
	.banner-section .banner-content h1 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-content h1 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.banner-section .banner-content h1 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.banner-section .banner-content h1 {
		font-size: 26px;
	}
}
@media (max-width: 1199px) {
	.banner-section .banner-content h1 {
		margin: 0 0 30px;
	}
}
@media (max-width: 991px) {
	.banner-section .image_wrapper {
		margin: 0 0 30px;
	}
}
.banner-section .text_wrapper {
	margin: 0 0 80px;
}
@media (max-width: 1199px) {
	.banner-section .text_wrapper {
		margin: 0;
	}
}
@media (max-width: 991px) {
	.banner-section .text_wrapper {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.banner-section .text_wrapper {
		max-width: 240px;
		margin: auto;
	}
}
@media (max-width: 991px) {
	.banner-section .text_wrapper > img {
		max-width: 40px;
	}
}
@media (max-width: 480px) {
	.banner-section .text_wrapper > img {
		max-width: 30px;
	}
}
.banner-section .text_wrapper span {
	display: block;
	color: #1d1819;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	margin: 15px 0;
}
@media (max-width: 1399px) {
	.banner-section .text_wrapper span {
		font-size: 26px;
	}
}
@media (max-width: 1199px) {
	.banner-section .text_wrapper span {
		font-size: 22px;
		margin: 10px 0;
	}
}
@media (max-width: 575px) {
	.banner-section .text_wrapper span {
		font-size: 18px;
		margin: 5px 0;
		padding: 0 30px;
	}
}
.banner-section .text_wrapper p {
	margin: 0 0 20px;
}
@media (max-width: 1199px) {
	.banner-section .text_wrapper p {
		margin: 0 0 15px;
	}
}
@media (max-width: 991px) {
	.banner-section .text_wrapper .my-button {
		margin: auto;
	}
}
#pricing {
	background: url(../images/pricing-bg.svg) no-repeat center;
	background-size: 100% 100%;
}
#pricing .pricing-section {
	background: url(../images/pricing-back-1.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px 0;
}
@media (max-width: 767px) {
	#pricing .pricing-section {
		background: url(../images/pricing-back-1-1.png) no-repeat;
		background-size: 100% 100%;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section {
		padding: 30px 0;
	}
}
#pricing .pricing-section .title-content {
	text-align: center;
	margin: 0 0 40px;
}
@media (max-width: 575px) {
	#pricing .pricing-section .title-content {
		margin: 0 0 20px;
	}
}
#pricing .pricing-section .title-content h2 {
	font-size: 50px;
	color: #fff;
	margin: 0 0 20px;
}
@media (max-width: 1399px) {
	#pricing .pricing-section .title-content h2 {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	#pricing .pricing-section .title-content h2 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	#pricing .pricing-section .title-content h2 {
		font-size: 30px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	#pricing .pricing-section .title-content h2 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .title-content h2 {
		font-size: 26px;
	}
}
#pricing .pricing-section .title-content p {
	color: #fff;
}
#pricing .pricing-section .pricing-block {
	position: relative;
	background: url(../images/pricing-back-2.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px 90px 30px;
}
@media (max-width: 1199px) {
	#pricing .pricing-section .pricing-block {
		padding: 40px 70px 30px;
	}
}
@media (max-width: 767px) {
	#pricing .pricing-section .pricing-block {
		background: url(../images/pricing-back-2-2.png) no-repeat;
		background-size: 100% 100%;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .pricing-block {
		padding: 40px 60px 30px;
	}
}
@media (max-width: 480px) {
	#pricing .pricing-section .pricing-block {
		padding: 20px 50px;
	}
}
#pricing .pricing-section .block {
	margin: 0 0 30px;
}
@media (max-width: 575px) {
	#pricing .pricing-section .block {
		margin: 0 0 20px;
	}
}
#pricing .pricing-section .block .pricing-box {
	height: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-right: 1px solid rgba(29, 24, 25, 0.4);
	-webkit-filter: blur(4px);
	filter: blur(4px);
	cursor: pointer;
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box {
		border: 0;
	}
}
#pricing .pricing-section .block .pricing-box.active {
	-webkit-filter: blur(0);
	filter: blur(0);
}
#pricing .pricing-section .block .pricing-box.silver-plan {
	border: 0;
}
#pricing .pricing-section .block .pricing-box.silver-plan .box-content {
	padding: 0 0 0 40px;
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box.silver-plan .box-content {
		padding: 0;
		margin: 0;
	}
}
#pricing .pricing-section .block .pricing-box .box-content {
	padding: 0 40px 0 0;
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box .box-content {
		padding: 0;
		margin: 0 0 30px;
	}
}
#pricing .pricing-section .block .pricing-box .box-content .plan-button {
	width: 100%;
	padding: 0 0 40px;
	border-bottom: 1px solid rgba(29, 24, 25, 0.4);
}
@media (max-width: 1199px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button {
		padding: 0 0 30px;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button {
		padding: 0 0 15px;
	}
}
#pricing .pricing-section .block .pricing-box .box-content .plan-button .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .custom-check-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid #1F6B8A;
	border-radius: 8px;
	margin: 0 20px 0 0;
	cursor: pointer;
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .custom-check-box {
		width: 40px;
		height: 40px;
		padding: 10px;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .custom-check-box {
		width: 30px;
		height: 30px;
		padding: 6px;
		margin: 0 10px 0 0;
	}
}
#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
	color: #1d1819;
	font-family: var(--font-body);
	font-size: 44px;
	font-weight: 700;
}
@media (max-width: 1399px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
		font-size: 20px;
	}
}
#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
	color: #1d1819;
	font-family: var(--font-body);
	font-size: 34px;
	letter-spacing: 3.4px;
}
@media (max-width: 1399px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
		font-size: 30px;
	}
}
@media (max-width: 1199px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
		font-size: 16px;
	}
}
#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid rgba(29, 24, 25, 0.4);
}
@media (max-width: 575px) {
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item {
		padding: 12px 0;
	}
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item svg {
		width: 10px;
		height: 9px;
	}
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item:last-child {
		border: 0;
	}
}
#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item p {
	font-size: 22px;
	line-height: 1.2;
}
@media (max-width: 1399px) {
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item p {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item p {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item p {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item p {
		font-size: 14px;
	}
}
#pricing .pricing-section .block .pricing-box.active .box-content .plan-button .title .custom-check-box {
	background: #1F6B8A;
}
.service-section {
	position: relative;
}
.service-section.service-1 {
	background: url(../images/service-bg.webp) no-repeat center;
	background-size: contain;
}
@media (max-width: 575px) {
	.service-section.service-1 {
		background: url(../images/service-bg-1-1.webp) no-repeat center;
		background-size: contain;
	}
}
.service-section.service-2 {
	padding: 60px 0;
	background: url(../images/service-bg-2.webp) no-repeat center;
	background-color: #f9faff;
	background-size: contain;
}
@media (max-width: 575px) {
	.service-section.service-2 {
		padding: 30px 0;
		background: url(../images/service-bg-2-2.webp) no-repeat center;
		background-color: #f9faff;
		background-size: contain;
	}
}
.service-section.service-3 {
	background: url(../images/service-bg-3.webp) no-repeat center;
	background-size: contain;
}
@media (max-width: 575px) {
	.service-section.service-3 {
		background: url(../images/service-bg-3-3.webp) no-repeat center;
		background-size: contain;
	}
}
.service-section .section-title {
	margin: 0 0 40px;
}
@media (max-width: 575px) {
	.service-section .section-title {
		margin: 0 0 20px;
	}
}
.service-section .section-title h2 {
	font-size: 50px;
}
@media (max-width: 1399px) {
	.service-section .section-title h2 {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	.service-section .section-title h2 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.service-section .section-title h2 {
		font-size: 30px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.service-section .section-title h2 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.service-section .section-title h2 {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	.service-section .section-content .img-wrapper {
		margin: 0 0 20px;
	}
}
.service-section .section-content .img-wrapper img {
	display: block;
}
@media (max-width: 575px) {
	.service-section .section-content .img-wrapper img {
		width: 400px;
		margin: auto;
	}
}
@media (max-width: 480px) {
	.service-section .section-content .img-wrapper img {
		width: 280px;
	}
}
.service-section .section-content .img-wrapper p {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 60px;
}
@media (max-width: 1399px) {
	.service-section .section-content .img-wrapper p {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.service-section .section-content .img-wrapper p {
		font-size: 16px;
		margin: 0 0 40px;
	}
}
@media (max-width: 767px) {
	.service-section .section-content .img-wrapper p {
		font-size: 14px;
		margin: 0 0 20px;
	}
}
@media (max-width: 575px) {
	.service-section .section-content .img-wrapper p {
		font-size: 12px;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.service-section .section-content .service-content {
		text-align: center;
	}
}
.service-section .section-content .service-content.service-content-2 {
	margin: 0 0 40px;
}
@media (max-width: 991px) {
	.service-section .section-content .service-content.service-content-2 {
		margin: 0 0 20px;
	}
}
.service-section .section-content .service-content.service-content-3 {
	text-align: start;
}
@media (max-width: 575px) {
	.service-section .section-content .service-content.service-content-3 {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.service-section .section-content .service-content .text-wrapper {
		margin: 0 0 20px;
	}
}
.service-section .section-content .service-content .text-wrapper span {
	color: #1d1819;
	font-family: var(--font-body);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 15px;
}
@media (max-width: 1399px) {
	.service-section .section-content .service-content .text-wrapper span {
		font-size: 28px;
	}
}
@media (max-width: 1199px) {
	.service-section .section-content .service-content .text-wrapper span {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	.service-section .section-content .service-content .text-wrapper span {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.service-section .section-content .service-content .text-wrapper span {
		font-size: 22px;
	}
}
@media (max-width: 575px) {
	.service-section .section-content .service-content .text-wrapper span {
		font-size: 20px;
	}
}
.service-section .section-content .service-content .text-wrapper ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin: 0 0 30px;
}
@media (max-width: 1199px) {
	.service-section .section-content .service-content .text-wrapper ul li {
		margin: 0 0 20px;
	}
}
@media (max-width: 575px) {
	.service-section .section-content .service-content .text-wrapper ul li {
		display: block;
	}
}
.service-section .section-content .service-content .text-wrapper ul li:last-child {
	margin: 0;
}
.service-section .section-content .service-content .text-wrapper ul li img {
	margin: 8px 15px 0 0;
}
.service-section .section-content .service-content .text-wrapper ul li p {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
@media (max-width: 1399px) {
	.service-section .section-content .service-content .text-wrapper ul li p {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.service-section .section-content .service-content .text-wrapper ul li p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.service-section .section-content .service-content .text-wrapper ul li p {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.service-section .section-content .service-content .text-wrapper ul li p {
		font-size: 12px;
		text-align: center;
	}
}
.about {
	background: url(../images/about-back.webp) no-repeat center;
	background-size: contain;
}
@media (max-width: 575px) {
	.about {
		background: url(../images/about-back-2.webp) no-repeat center;
		background-size: contain;
	}
}
.about .section-content .section-title h2 {
	font-size: 50px;
	text-align: center;
	margin: 0 0 60px;
}
@media (max-width: 1399px) {
	.about .section-content .section-title h2 {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	.about .section-content .section-title h2 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.about .section-content .section-title h2 {
		font-size: 30px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.about .section-content .section-title h2 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.about .section-content .section-title h2 {
		font-size: 26px;
	}
}
@media (max-width: 1399px) {
	.about .section-content .section-title h2 {
		margin: 0 0 40px;
	}
}
@media (max-width: 575px) {
	.about .section-content .section-title h2 {
		margin: 0 0 20px;
	}
}
.about .section-content .about-content .img-wrapper img {
	display: block;
	margin: auto;
}
@media (max-width: 575px) {
	.about .section-content .about-content .img-wrapper img {
		width: 400px;
	}
}
@media (max-width: 480px) {
	.about .section-content .about-content .img-wrapper img {
		width: 280px;
	}
}
@media (max-width: 991px) {
	.about .section-content .about-content .text-wrapper {
		text-align: center;
	}
}
.about .section-content .about-content .text-wrapper > p {
	margin: 0 0 20px;
}
.about .section-content .about-content .text-wrapper ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin: 0 0 20px;
}
@media (max-width: 991px) {
	.about .section-content .about-content .text-wrapper ul li {
		display: block;
	}
}
.about .section-content .about-content .text-wrapper ul li:last-child {
	margin: 0;
}
.about .section-content .about-content .text-wrapper ul li img {
	display: block;
	margin: 8px 15px 0 0;
}
@media (max-width: 991px) {
	.about .section-content .about-content .text-wrapper ul li img {
		margin: 0 auto 5px;
	}
}
.about .section-content .about-content .text-wrapper ul li p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
@media (max-width: 1399px) {
	.about .section-content .about-content .text-wrapper ul li p {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.about .section-content .about-content .text-wrapper ul li p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.about .section-content .about-content .text-wrapper ul li p {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.about .section-content .about-content .text-wrapper ul li p {
		font-size: 12px;
		text-align: center;
	}
}
.about .section-content .about-content .text-wrapper .my-button {
	margin: auto;
}
.contact-us-section .contact-us-block {
	padding: 60px 20px 60px 40px;
	background: #f9faff;
	border-radius: 30px;
}
@media (max-width: 991px) {
	.contact-us-section .contact-us-block {
		padding: 40px 30px;
	}
}
@media (max-width: 575px) {
	.contact-us-section .contact-us-block {
		padding: 30px;
	}
}
.contact-us-section .contact-us-block .content {
	padding: 20px;
	background: url(../images/content.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
@media (max-width: 991px) {
	.contact-us-section .contact-us-block .content {
		margin: 0 0 30px;
	}
}
@media (max-width: 575px) {
	.contact-us-section .contact-us-block .content {
		padding: 15px;
	}
}
.contact-us-section .contact-us-block .content .dummy-box {
	width: 100%;
	height: calc(100% - 40px);
	background: url(../images/box.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	left: 20px;
}
@media (max-width: 575px) {
	.contact-us-section .contact-us-block .content .dummy-box {
		top: 15px;
		left: 15px;
		height: calc(100% - 30px);
	}
}
.contact-us-section .contact-us-block .content .detail {
	padding: 0 40px 40px 40px;
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.contact-us-section .contact-us-block .content .detail {
		padding: 30px;
	}
}
@media (max-width: 375px) {
	.contact-us-section .contact-us-block .content .detail {
		padding: 20px;
	}
}
.contact-us-section .contact-us-block .content .detail .header {
	max-width: 420px;
	padding: 45px 40px;
	background: url(../images/header.png) no-repeat;
	background-size: 100% 100%;
	margin: -40px auto 40px;
}
.contact-us-section .contact-us-block .content .detail .header > img {
	width: 100%;
}
@media (max-width: 1399px) {
	.contact-us-section .contact-us-block .content .detail .header {
		padding: 60px 70px;
	}
}
@media (max-width: 1199px) {
	.contact-us-section .contact-us-block .content .detail .header {
		padding: 50px 60px;
		margin: -40px auto 30px;
	}
}
@media (max-width: 991px) {
	.contact-us-section .contact-us-block .content .detail .header {
		max-width: 300px;
		padding: 50px;
		margin: 0 auto 20px;
		display: none;
	}
}
.contact-us-section .contact-us-block .content .detail .box .text {
	color: #fff;
	font-family: var(--font-body);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
}
@media (max-width: 1399px) {
	.contact-us-section .contact-us-block .content .detail .box .text {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.contact-us-section .contact-us-block .content .detail .box .text {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.contact-us-section .contact-us-block .content .detail .box .text {
		text-align: center;
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.contact-us-section .contact-us-block .content .detail .box .text {
		font-size: 14px;
	}
}
.contact-us-section .contact-us-block .content .detail .box .text a {
	color: #fff;
	font-weight: 600;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.contact-us-section .contact-us-block .content .detail .box .text a:hover {
	color: #1F6B8A;
}
.contact-us-section .contact-us-block .content .detail .box .text.sign-up-text {
	font-size: 16px;
}
@media (max-width: 480px) {
	.contact-us-section .contact-us-block .content .detail .box .text.sign-up-text {
		font-size: 14px;
	}
}
.cancel-ms .cancel-wrapper {
	padding: 60px 40px;
	background: #f9faff;
	border-radius: 30px;
}
@media (max-width: 991px) {
	.cancel-ms .cancel-wrapper {
		padding: 40px;
	}
}
@media (max-width: 767px) {
	.cancel-ms .cancel-wrapper {
		padding: 40px 30px;
	}
}
@media (max-width: 575px) {
	.cancel-ms .cancel-wrapper {
		padding: 30px;
	}
}
@media (max-width: 991px) {
	.cancel-ms .cancel-wrapper .img-wrapper {
		margin: 0 0 30px;
	}
}
.cancel-ms .cancel-wrapper .img-wrapper img {
	display: block;
}
@media (max-width: 575px) {
	.cancel-ms .cancel-wrapper .img-wrapper img {
		width: 400px;
		margin: auto;
	}
}
@media (max-width: 991px) {
	.cancel-ms .cancel-wrapper .text-wrapper {
		text-align: center;
	}
}
.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 15px;
}
@media (max-width: 1399px) {
	.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
		font-size: 36px;
	}
}
@media (max-width: 1199px) {
	.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
		font-size: 26px;
	}
}
@media (max-width: 575px) {
	.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
		font-size: 20px;
		margin: 0 0 10px;
	}
}
.cancel-ms .cancel-wrapper .text-wrapper p {
	margin: 0 0 40px;
}
@media (max-width: 1399px) {
	.cancel-ms .cancel-wrapper .text-wrapper p {
		margin: 0 0 30px;
	}
}
@media (max-width: 575px) {
	.cancel-ms .cancel-wrapper .text-wrapper p {
		margin: 0 0 20px;
	}
}
@media (max-width: 991px) {
	.faq-section .faq-wrapper .text-wrapper {
		text-align: center;
		margin: 0 0 50px;
	}
}
.faq-section .faq-wrapper .text-wrapper .faq-title {
	margin: 0 0 60px;
}
@media (max-width: 767px) {
	.faq-section .faq-wrapper .text-wrapper .faq-title {
		margin: 0 0 30px;
	}
}
.faq-section .faq-wrapper .text-wrapper .faq-title h4 {
	font-size: 50px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}
@media (max-width: 1399px) {
	.faq-section .faq-wrapper .text-wrapper .faq-title h4 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	.faq-section .faq-wrapper .text-wrapper .faq-title h4 {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	.faq-section .faq-wrapper .text-wrapper .faq-title h4 {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.faq-section .faq-wrapper .text-wrapper .faq-title h4 {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .text-wrapper .faq-title h4 {
		font-size: 20px;
	}
}
.faq-section .faq-wrapper .text-wrapper .img-wrapper img {
	display: block;
}
@media (max-width: 575px) {
	.faq-section .faq-wrapper .text-wrapper .img-wrapper img {
		width: 400px;
		margin: auto;
	}
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .text-wrapper .img-wrapper img {
		width: 280px;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item {
	border: 0;
	background: #f9faff;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 0 20px;
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item {
		border-radius: 10px;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button {
	background: #f9faff;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px;
	border-radius: 0;
	position: relative;
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button {
		padding: 20px;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button p {
	display: block;
	color: #1d1819;
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 100px 0 0;
}
@media (max-width: 1199px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button p {
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button p {
		font-size: 15px;
		padding: 0 80px 0 0;
	}
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button p {
		font-size: 14px;
		padding: 0 40px 0 0;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
	display: none;
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button .icon {
	margin: 0 20px 0 0;
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button .icon {
		display: none;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button .icon:last-child {
	margin: 0;
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button .icon img {
	display: block;
	max-width: 60px;
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button svg {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button svg {
		right: 15px;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button svg path {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.faq-section
	.faq-wrapper
	.accordion
	.accordion-item
	.accordion-header
	.accordion-button[aria-expanded="true"]
	svg
	path:last-child {
	opacity: 0;
}
.faq-section .faq-wrapper .accordion .accordion-body {
	padding: 0 150px 20px 90px;
}
@media (max-width: 1199px) {
	.faq-section .faq-wrapper .accordion .accordion-body {
		padding: 0 50px 20px 90px;
	}
}
@media (max-width: 767px) {
	.faq-section .faq-wrapper .accordion .accordion-body {
		padding: 0 20px 20px 90px;
	}
}
@media (max-width: 575px) {
	.faq-section .faq-wrapper .accordion .accordion-body {
		padding: 0 100px 20px 90px;
	}
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-body {
		padding: 0 50px 20px 20px;
	}
}
.account-form .form-title h5 {
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 40px;
}
@media (max-width: 1399px) {
	.account-form .form-title h5 {
		font-size: 36px;
	}
}
@media (max-width: 1199px) {
	.account-form .form-title h5 {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	.account-form .form-title h5 {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.account-form .form-title h5 {
		font-size: 26px;
	}
}
@media (max-width: 575px) {
	.account-form .form-title h5 {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	.account-form .form-title h5 {
		font-size: 20px;
		margin: 0 0 10px;
	}
}
.account-form > p a {
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.account-form > p a:hover {
	color: #1F6B8A;
}
form label {
	width: 100%;
	display: block;
	text-align: left;
	color: #1d1819;
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
@media (max-width: 767px) {
	form label {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	form label {
		font-size: 15px;
	}
}
form .user-input,
form textarea {
	outline: none;
	border: 0;
	resize: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	color: rgba(29, 24, 25, 0.3);
	background: rgba(0, 0, 0, 0);
	padding: 0 0 10px;
	border-bottom: 1px solid rgba(29, 24, 25, 0.3);
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 20px;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 480px) {
	form .user-input,
	form textarea {
		font-size: 13px;
	}
}
form .user-input.support,
form textarea.support {
	margin: 0 0 30px;
}
form .user-input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 1.2;
	color: rgba(29, 24, 25, 0.3);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
form .user-input::-moz-placeholder,
form textarea::-moz-placeholder {
	font-size: 14px;
	line-height: 1.2;
	color: rgba(29, 24, 25, 0.3);
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
form .user-input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
	font-size: 14px;
	line-height: 1.2;
	color: rgba(29, 24, 25, 0.3);
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
form .user-input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
	font-size: 14px;
	line-height: 1.2;
	color: rgba(29, 24, 25, 0.3);
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
form .user-input::placeholder,
form textarea::placeholder {
	font-size: 14px;
	line-height: 1.2;
	color: rgba(29, 24, 25, 0.3);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 480px) {
	form .user-input::-webkit-input-placeholder,
	form textarea::-webkit-input-placeholder {
		font-size: 13px;
	}
	form .user-input::-moz-placeholder,
	form textarea::-moz-placeholder {
		font-size: 13px;
	}
	form .user-input:-ms-input-placeholder,
	form textarea:-ms-input-placeholder {
		font-size: 13px;
	}
	form .user-input::-ms-input-placeholder,
	form textarea::-ms-input-placeholder {
		font-size: 13px;
	}
	form .user-input::placeholder,
	form textarea::placeholder {
		font-size: 13px;
	}
}
form .user-input:focus,
form .user-input:hover,
form textarea:focus,
form textarea:hover {
	color: rgba(29, 24, 25, 0.8);
	border-bottom: 1px solid rgba(29, 24, 25, 0.8);
}
form .user-input:focus::-webkit-input-placeholder,
form .user-input:hover::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder,
form textarea:hover::-webkit-input-placeholder {
	color: rgba(29, 24, 25, 0.8);
}
form .user-input:focus::-moz-placeholder,
form .user-input:hover::-moz-placeholder,
form textarea:focus::-moz-placeholder,
form textarea:hover::-moz-placeholder {
	color: rgba(29, 24, 25, 0.8);
}
form .user-input:focus:-ms-input-placeholder,
form .user-input:hover:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder,
form textarea:hover:-ms-input-placeholder {
	color: rgba(29, 24, 25, 0.8);
}
form .user-input:focus::-ms-input-placeholder,
form .user-input:hover::-ms-input-placeholder,
form textarea:focus::-ms-input-placeholder,
form textarea:hover::-ms-input-placeholder {
	color: rgba(29, 24, 25, 0.8);
}
form .user-input:focus::placeholder,
form .user-input:hover::placeholder,
form textarea:focus::placeholder,
form textarea:hover::placeholder {
	color: rgba(29, 24, 25, 0.8);
}
form .form-group {
	position: relative;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	form .form-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 575px) {
	form .form-group .g-recaptcha {
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media (max-width: 991px) {
	form button {
		margin: auto;
	}
}
form button.sign-up-button {
	margin: 0 0 30px;
}
@media (max-width: 991px) {
	form button.sign-up-button {
		margin: 0 auto 20px;
	}
}
.form-footer {
	background: #0B2E3D;
	padding: 30px 60px;
	position: relative;
	margin-top: 30px;
	border-radius: 12px;
}
@media (max-width: 1199px) {
	.form-footer {
		margin-top: 25px;
		padding: 25px 50px;
	}
}
@media (max-width: 991px) {
	.form-footer {
		margin-top: 20px;
		padding: 20px 30px;
	}
}
.form-footer .sub-title {
	font-size: 16px;
}
.remember {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
}
@media (max-width: 991px) {
	.remember {
		margin-bottom: 20px;
	}
}
.remember .form-check-input {
	background: #fff;
	border: 1px solid rgba(7, 15, 43, 0.15);
	border-radius: 5px;
}
.remember .form-check-input:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.remember .form-check-input:checked {
	background-color: #1F6B8A;
	border-color: #1F6B8A;
}
.remember .form-check-label,
.remember .forgot-pass {
	font-size: 16px;
	color: #1d1819;
}
@media (max-width: 991px) {
	.remember .form-check-label,
	.remember .forgot-pass {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.remember .form-check-label,
	.remember .forgot-pass {
		font-size: 13px;
	}
}
.remember .forgot-pass {
	text-transform: capitalize;
}
.remember .forgot-pass:hover {
	color: #f37168;
}
.form-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}
.form-check-input {
	margin-right: 10px;
	margin-top: 0;
	vertical-align: middle;
}
.already {
	color: #fff;
}
@media (max-width: 575px) {
	.already {
		font-size: 14px;
	}
}
.already a {
	text-transform: capitalize;
}
.recaptcha {
	margin-bottom: 24px;
}
@media (max-width: 1399px) {
	.recaptcha {
		margin-bottom: 22px;
	}
}
@media (max-width: 991px) {
	.recaptcha {
		margin-bottom: 20px;
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.recaptcha {
		margin-bottom: 8px;
	}
}
@media (max-width: 991px) {
	.sign-in-section .account-form {
		margin-bottom: 0;
	}
}
.policy-content {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	position: relative;
	overflow: inherit;
}
@media (max-width: 991px) {
	.policy-content {
		font-size: 14px;
		line-height: 22px;
	}
}
.policy-content a {
	color: #1F6B8A;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.policy-content a:hover {
	color: #0B2E3D;
}
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-family: var(--font-body);
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	margin: 0 0 15px;
	text-transform: inherit;
}
@media (max-width: 1399px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 18px;
	}
}
.policy-content b {
	font-family: var(--font-body);
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
	font-weight: 700;
}
@media (max-width: 991px) {
	.policy-content b {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.policy-content b {
		font-size: 14px;
	}
}
.policy-content p.small {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.policy-content .print {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: sticky;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float: right;
	right: 0;
	top: 100px;
	z-index: 99;
	background: #39bced;
	padding: 20px 15px;
	border-radius: 0 12px 12px 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	cursor: pointer;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1399px) {
	.policy-content .print {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.policy-content .print {
		padding: 15px;
	}
}
@media (max-width: 767px) {
	.policy-content .print {
		font-size: 0px;
		padding: 12px;
	}
}
.policy-content .print svg {
	margin-top: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.policy-content .print svg path {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1199px) {
	.policy-content .print svg {
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.policy-content .print svg {
		margin-top: 0px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
.policy-content .print:hover {
	background: #1F6B8A;
	color: #fff;
}
.policy-content .print:hover svg path:nth-child(3) {
	fill: #39bced;
}
#pricingplans,
#deliverypolicy,
#cancellation,
#paymentandbilling {
	display: block;
	padding-top: 90px;
	margin-top: -90px;
}
@media (max-width: 575px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation,
	#paymentandbilling {
		padding-top: 80px;
		margin-top: -80px;
	}
}
table {
	width: 100%;
	font-size: 12px;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-spacing: 0;
}
@media (max-width: 767px) {
	table {
		table-layout: fixed;
	}
}
@media (max-width: 480px) {
	table {
		table-layout: auto;
	}
}
table:focus {
	outline: none;
}
table th {
	background: #1F6B8A;
	font-weight: 400;
	padding: 30px 30px 35px 30px;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid #1a1a1a;
	text-transform: capitalize;
}
table th:first-child {
	border-radius: 12px 0 0 0;
	border-left: 1px solid #1a1a1a;
}
table th:last-child {
	border-right: 1px solid #1a1a1a;
	border-radius: 0 12px 0 0;
}
@media (max-width: 1399px) {
	table th {
		padding: 25px;
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	table th {
		font-size: 20px;
		padding: 20px;
	}
}
@media (max-width: 991px) {
	table th {
		font-size: 18px;
		padding: 15px;
	}
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 15px 10px;
		font-size: 12px;
	}
}
table tr {
	background: #fff;
}
table tr:nth-child(even) {
	background: #E8F3F7;
}
table td {
	padding: 25px 30px;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	border-right: 1px solid rgba(26, 26, 26, 0.4);
	border-bottom: 1px solid rgba(26, 26, 26, 0.3);
}
table td:first-child {
	border-left: 1px solid rgba(26, 26, 26, 0.4);
}
@media (max-width: 1399px) {
	table td {
		padding: 20px 25px;
	}
}
@media (max-width: 1199px) {
	table td {
		padding: 20px;
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	table td {
		font-size: 13px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table td {
		padding: 15px 10px;
		font-size: 12px;
	}
}
table tbody {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 12px;
}
table tbody tr {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
}
table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 12px;
}
table tbody tr:last-child td:last-child {
	border-radius: 0 0 12px 0;
}
.faq table th {
	padding: 20px 30px;
}
@media (max-width: 1399px) {
	.faq table th {
		font-size: 20px;
		padding: 20px;
	}
}
@media (max-width: 991px) {
	.faq table th {
		font-size: 18px;
		padding: 15px;
	}
}
@media (max-width: 767px) {
	.faq table th {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.faq table th {
		padding: 15px 10px;
	}
}
.modal {
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	z-index: 9992;
}
.modal.welcome-modal .modal-dialog {
	height: 100%;
	max-width: 580px;
	margin: auto;
}
@media (max-width: 991px) {
	.modal.welcome-modal .modal-dialog {
		max-width: 500px;
	}
}
@media (max-width: 575px) {
	.modal.welcome-modal .modal-dialog {
		max-width: 400px;
	}
}
@media (max-width: 480px) {
	.modal.welcome-modal .modal-dialog {
		max-width: 280px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content {
	border: 0;
	padding: 20px 20px 30px 20px;
	background: url(../images/welcome-modal-bg.png) no-repeat;
	background-size: 100% 100%;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body {
	padding: 40px 120px 30px 35px;
	background: url(../images/modal-body-bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
@media (max-width: 991px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body {
		padding: 30px 80px 30px 30px;
	}
}
@media (max-width: 575px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body {
		padding: 30px;
	}
}
@media (max-width: 480px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body {
		padding: 20px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .close {
	position: absolute;
	top: 20px;
	right: 30px;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
	color: #1d1819;
	font-family: var(--font-display);
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}
@media (max-width: 1399px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 36px;
	}
}
@media (max-width: 1199px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 32px;
		margin: 0 0 10px;
	}
}
@media (max-width: 991px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 26px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body p {
	display: block;
	margin: 0 0 20px;
}
@media (max-width: 991px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body p {
		margin: 0 0 15px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body p a {
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body p a:hover {
	color: #1F6B8A;
}
.modal-backdrop {
	background: rgba(255, 255, 255, 0.4);
}
.lang-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (max-width: 1199px) {
	.lang-wrapper {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 10px;
	}
}
.lang-wrapper #dropBlock_wrapper {
	margin: 0;
}
.lang-wrapper #dropBlock_wrapper .goog-te-combo {
	position: fixed;
	z-index: 999;
	top: -999px;
}
.lang-wrapper #dropBlock_wrapper #google_translate_element {
	position: fixed;
	z-index: 999;
	top: -999px;
}
.lang-wrapper #dropBlock_wrapper .loader {
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	left: 0;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu {
	border-radius: 3px;
	position: relative;
	background-color: #efeaf5;
	cursor: pointer;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	padding: 5px;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu ul {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	top: 50px;
	width: 135px;
	z-index: 99;
	padding: 0;
	left: unset;
	right: 0;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu ul li {
	padding: 10px 15px;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 0;
	float: none;
	text-transform: capitalize;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu ul li img {
	margin-right: 5px;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu ul li:hover {
	color: #000;
	background-color: #f0f0f0;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu ul.active {
	display: block;
	-webkit-animation: slidedown 0.2s;
	animation: slidedown 0.2s;
	top: 50px;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu .flag-text {
	margin-right: 10px;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu span.icon .fa {
	display: none;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu span.icon:before {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: 0.3em solid rgba(0, 0, 0, 0);
	position: relative;
	top: 2px;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu span.icon i {
	color: #000;
}
.skiptranslate,
.goog-te-combo {
	display: none !important;
}
body {
	top: 0 !important;
}
.goog-te-gadget {
	display: block !important;
}
#google_translate_element,
select.goog-te-combo {
	position: fixed;
	z-index: 999;
	top: -999px;
}
body .goog-text-highlight {
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.loader {
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	left: 0;
	display: none;
}
.loader div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#teams-dropdown-menu {
	border-radius: 3px;
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
@media (max-width: 1199px) {
	#teams-dropdown-menu {
		margin: 0 20px 0 0;
	}
}
@media (max-width: 480px) {
	#teams-dropdown-menu {
		margin: 0 10px 0 0;
	}
}
#teams-dropdown-menu .flag-text {
	font-size: 16px;
	margin: 0 10px 0 0;
}
@media (max-width: 767px) {
	#teams-dropdown-menu .flag-text {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	#teams-dropdown-menu .flag-text {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	#teams-dropdown-menu .flag-text {
		font-size: 13px;
		margin: 0 5px 0 0;
	}
}
#teams-dropdown-menu .translate-btn {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#teams-dropdown-menu .translate-btn.active {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#teams-dropdown-menu ul {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	top: 50px;
	width: 135px;
	z-index: 99;
	padding: 0;
	left: unset !important;
	right: 0;
}
#teams-dropdown-menu ul.active {
	display: block;
	-webkit-animation: slidedown 0.2s;
	animation: slidedown 0.2s;
	top: 50px;
}
@-webkit-keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
#teams-dropdown-menu ul li {
	padding: 10px 15px;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.5px;
	height: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	float: none;
	text-transform: capitalize;
}
#teams-dropdown-menu ul li:hover {
	color: #000 !important;
	background-color: #f0f0f0;
}
#teams-dropdown-menu ul img.img-fluid.flg {
	margin-right: 10px;
}
.fr_wrapper .banner-section .banner-content h1 {
	font-size: 52px;
}
@media (max-width: 1399px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 38px;
	}
}
@media (max-width: 991px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 26px;
	}
}
@media (max-width: 575px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 20px;
	}
}
@media (min-width: 1400px) {
	.fr_wrapper #pricing .pricing-section .title-content h2 {
		font-size: 45px;
	}
}
.fr_wrapper footer .main-footer .footer-content {
	padding: 80px 60px;
}
@media (min-width: 1400px) {
	.fr_wrapper footer .main-footer .footer-links ul li a {
		font-size: 15px;
	}
}
@media (min-width: 1200px) {
	.fr_wrapper footer .main-footer .footer-links ul li a {
		font-size: 14px;
	}
}
.fr_wrapper footer .main-footer .footer-links ul li {
	margin: 0 20px 0 0;
}
.fr_wrapper footer .main-footer .footer-links ul li.contact {
	margin: 0 0 20px 0;
}
.fr_wrapper .faq table th {
	font-size: 15px;
}
@media (max-width: 767px) {
	.fr_wrapper .faq table th {
		padding: 15px 8px;
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.fr_wrapper table td {
		padding: 15px 8px;
		font-size: 12px;
	}
}
@media (max-width: 575px) {
	.fr_wrapper .faq table th {
		font-size: 13px;
	}
}
font {
	background-color: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.p_first_capitalize::first-letter {
	text-transform: capitalize;
}


/* ===== TopDocShip uniqueness layer (vs sibling seed clones) ===== */
:root {
	--primary: #1F6B8A;
	--primary-dark: #0B2E3D;
	--secondary: #C45C26;
	--ink: #0C1A22;
	--muted: #4A5D68;
	--tint: #E8F3F7;
	--sand: #F4EFE6;
	--surface: #FFFFFF;
	--btn-bg: #1F6B8A;
	--btn-fg: #FFFFFF;
	--btn-hover: #0B2E3D;
	--btn-border: #1F6B8A;
	--elevation-border: rgba(12, 26, 34, 0.14);
	--font-display: "Newsreader", Georgia, serif;
	--font-body: "Manrope", system-ui, sans-serif;
}

body, p, .nav-link, input, textarea, button, label {
	font-family: var(--font-body) !important;
}
h1, h2, h3, h4, h5, h6,
.banner-section h1,
.tds-pricing h2,
.tds-services h2,
.tds-process h2,
.tds-about h2,
.tds-contact-hero h1 {
	font-family: var(--font-display) !important;
	text-transform: none;
	color: var(--ink);
}

/* Keep hero structure; restyle tokens only */
.banner-section.home-banner-sec { background-color: var(--sand); }
.banner-section h1 .accent-line { color: var(--primary); }
.banner-section .banner-kicker { color: var(--secondary); letter-spacing: 0.08em; }

/* Buttons — sharp rect, no arrow chip (unlike seed .my-button) */
.tds-btn,
a.tds-btn,
button.tds-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 48px;
	padding: 0.85rem 1.6rem;
	border-radius: 2px;
	border: 2px solid var(--btn-bg);
	background-color: var(--btn-bg);
	color: var(--btn-fg) !important;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.tds-btn:hover {
	background-color: var(--btn-hover);
	border-color: var(--btn-hover);
	color: #fff !important;
}
.tds-btn-outline {
	background-color: transparent;
	color: var(--ink) !important;
	border-color: var(--ink);
}
.tds-btn-outline:hover {
	background-color: var(--ink);
	color: #fff !important;
	border-color: var(--ink);
}
.tds-btn-lg { min-height: 54px; padding: 0.95rem 1.9rem; font-size: 1rem; }
.my-button, .docs-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.85rem 1.6rem !important;
	border-radius: 2px !important;
	border: 2px solid var(--btn-bg) !important;
	background-color: var(--btn-bg) !important;
	color: #fff !important;
	font-weight: 700 !important;
	box-shadow: none !important;
}
.my-button .image, .docs-btn .image { display: none !important; }

.tds-eyebrow {
	display: inline-block;
	margin-bottom: 0.75rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--secondary);
}
.tds-lead { color: var(--muted); font-size: 1.05rem; max-width: 38rem; margin-bottom: 1.5rem; }
.tds-section-head { max-width: 40rem; margin-bottom: 2.5rem; }

/* Pricing — split editorial panel */
.tds-pricing { background-color: var(--tint); }
.tds-pricing h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 1rem; }
.tds-price-panel {
	background: var(--surface);
	border: 1px solid var(--elevation-border);
	border-radius: 0;
	overflow: hidden;
}
.tds-price-panel-head {
	background: var(--primary-dark);
	color: #fff;
	padding: 1.75rem 1.75rem 1.5rem;
}
.tds-price-badge {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.25rem 0.65rem;
	border: 1px solid rgba(255,255,255,0.35);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.tds-price-amount { margin: 0; color: #fff; }
.tds-price-amount span { font-family: var(--font-display); font-size: 2.75rem; font-weight: 700; }
.tds-price-amount small { font-size: 1rem; opacity: 0.85; margin-left: 0.35rem; }
.tds-price-features { list-style: none; margin: 0; padding: 1.5rem 1.75rem; }
.tds-price-features li {
	position: relative;
	padding: 0.85rem 0 0.85rem 1.75rem;
	border-bottom: 1px solid var(--elevation-border);
	color: var(--ink);
	font-weight: 500;
}
.tds-price-features li:last-child { border-bottom: 0; }
.tds-price-features li::before {
	content: "";
	position: absolute;
	left: 0; top: 1.15rem;
	width: 10px; height: 10px;
	background: var(--secondary);
}
.tds-price-panel-foot { padding: 0 1.75rem 1.75rem; }

/* Services grid */
.tds-services { background: var(--surface); }
.tds-service-card {
	height: 100%;
	border: 1px solid var(--elevation-border);
	background: var(--sand);
	padding: 0 0 1.25rem;
}
.tds-service-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	margin-bottom: 1rem;
}
.tds-service-card h3 {
	font-family: var(--font-body) !important;
	font-size: 1.15rem;
	font-weight: 800;
	padding: 0 1.15rem;
	margin-bottom: 0.5rem;
}
.tds-service-card p { padding: 0 1.15rem; color: var(--muted); margin: 0; }

.tds-process { background: var(--tint); }
.tds-process-media, .tds-about-media {
	width: 100%;
	aspect-ratio: 5 / 4;
	object-fit: cover;
	border: 1px solid var(--elevation-border);
}
.tds-steps { list-style: none; margin: 0; padding: 0; counter-reset: tds-step; }
.tds-steps li {
	counter-increment: tds-step;
	display: grid;
	grid-template-columns: 2.5rem 1fr;
	gap: 0.75rem 1rem;
	padding: 1rem 0;
	border-bottom: 1px solid var(--elevation-border);
}
.tds-steps li::before {
	content: counter(tds-step, decimal-leading-zero);
	font-family: var(--font-display);
	font-size: 1.35rem;
	color: var(--primary);
	font-weight: 700;
}
.tds-steps strong { display: block; grid-column: 2; color: var(--ink); }
.tds-steps span { grid-column: 2; color: var(--muted); }

.tds-about { background: var(--sand); }
.tds-checklist { list-style: none; padding: 0; margin: 0 0 1.75rem; }
.tds-checklist li {
	position: relative;
	padding: 0.65rem 0 0.65rem 1.5rem;
	color: var(--ink);
	font-weight: 600;
}
.tds-checklist li::before {
	content: "";
	position: absolute;
	left: 0; top: 1rem;
	width: 0.65rem; height: 0.65rem;
	background: var(--primary);
}

/* Footer — dark flat columns (not seed accordion) */
.tds-footer {
	background: var(--primary-dark);
	color: rgba(255,255,255,0.82);
	padding: 3.5rem 0 0;
	margin: 0 !important;
}
.tds-footer a { color: #fff; text-decoration: none; }
.tds-footer a:hover { color: var(--secondary); }
.tds-footer-logo img { max-height: 48px; width: auto; margin-bottom: 1rem; display: block; }
.tds-footer-blurb { color: rgba(255,255,255,0.7); max-width: 22rem; margin-bottom: 1.25rem; }
.tds-footer .tds-btn-outline {
	color: #fff !important;
	border-color: rgba(255,255,255,0.55);
}
.tds-footer .tds-btn-outline:hover {
	background-color: var(--secondary);
	border-color: var(--secondary);
	color: #fff !important;
}
.tds-footer-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.25rem; }
.tds-footer-trust .visa { max-height: 28px; }
.tds-footer-trust .encryption { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; color: rgba(255,255,255,0.75); }
.tds-footer-trust .encryption img { width: 14px; filter: brightness(0) invert(1); }
.tds-footer-heading {
	font-family: var(--font-body) !important;
	font-size: 0.8rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.55) !important;
	margin-bottom: 1rem;
}
.tds-footer-list { list-style: none; padding: 0; margin: 0; }
.tds-footer-list li { margin-bottom: 0.65rem; }
.tds-footer-contact p { color: rgba(255,255,255,0.75); margin: 0; }
.tds-footer-legal {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	padding: 1rem 0 0;
	margin: 1rem 0 0;
	border-top: 1px solid rgba(255,255,255,0.15);
}
.tds-footer-legal a { font-size: 0.85rem; color: rgba(255,255,255,0.65) !important; }
.tds-footer-bottom {
	margin-top: 2.5rem;
	padding: 1.15rem 0;
	border-top: 1px solid rgba(255,255,255,0.12);
	font-size: 0.9rem;
	color: rgba(255,255,255,0.55);
}

/* Contact page */
.tds-contact-hero {
	background: var(--primary-dark);
	color: #fff;
	padding: 3.5rem 0 2.75rem;
}
.tds-contact-hero h1 { color: #fff !important; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 0.75rem; }
.tds-contact-hero .tds-eyebrow { color: var(--secondary); }
.tds-contact-hero .tds-lead { color: rgba(255,255,255,0.75); margin-bottom: 0; }
.tds-contact { background: var(--sand); }
.tds-contact-panel {
	background: var(--surface);
	border: 1px solid var(--elevation-border);
	padding: 2rem;
}
.tds-contact-panel h2 { margin-bottom: 1.25rem; font-size: 1.6rem; }
.tds-contact-form label {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: 0.4rem;
}
.tds-contact-form .user-input,
.tds-contact-form input,
.tds-contact-form textarea {
	width: 100%;
	border: 1px solid var(--elevation-border) !important;
	border-radius: 2px !important;
	background: var(--tint) !important;
	color: var(--ink) !important;
	padding: 0.85rem 1rem !important;
	min-height: 48px;
}
.tds-contact-form textarea { min-height: 140px; }
.tds-contact-aside-card {
	background: var(--surface);
	border-left: 4px solid var(--secondary);
	border: 1px solid var(--elevation-border);
	border-left-width: 4px;
	border-left-color: var(--secondary);
	padding: 1.5rem;
	margin-bottom: 1rem;
}
.tds-contact-aside-card h3 {
	font-family: var(--font-body) !important;
	font-size: 1rem;
	font-weight: 800;
	margin-bottom: 0.75rem;
}
.tds-contact-aside-card p { color: var(--muted); }
.email-lowercase { text-transform: lowercase; }

.bg-header { background: var(--surface) !important; border-bottom: 1px solid var(--elevation-border); }
.breadcrubms-section { background: var(--tint) !important; }

@media (max-width: 767px) {
	.tds-contact-panel { padding: 1.25rem; }
	.tds-price-panel-head, .tds-price-features, .tds-price-panel-foot { padding-left: 1.15rem; padding-right: 1.15rem; }
}

/* AmazPay inhouse FAQ list */
.faq-items {
	list-style: none;
	padding: 0;
	margin: 0;
}
.faq-items li {
	background: var(--tint);
	border-radius: 12px;
	padding: 1.15rem 1.25rem;
	margin-bottom: 0.85rem;
}
.faq-items h3 {
	font-family: var(--font-body);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--ink);
	margin: 0 0 0.65rem;
}
.faq-items .answer,
.faq-items .answer p {
	color: var(--muted);
	margin-bottom: 0.75rem;
}
.faq-items .answer p:last-child {
	margin-bottom: 0;
}
.faq-items table {
	width: 100%;
	margin: 0.75rem 0;
	border-collapse: collapse;
}
.faq-items #customers th,
.faq-items #customers td {
	padding: 0.75rem 1rem;
	border: 1px solid var(--elevation-border);
	text-align: left;
}
.faq-items #customers th {
	background: var(--surface);
	color: var(--ink);
	font-weight: 700;
}

/* Sign-up trial info panel */
.tds-signup-info {
	background: var(--primary-dark);
	color: rgba(255, 255, 255, 0.9);
	border-radius: 12px;
	padding: 1.75rem 1.85rem;
	border-left: 4px solid var(--secondary);
	height: 100%;
}
.tds-signup-info-text {
	font-family: var(--font-body);
	font-size: 1.05rem;
	line-height: 1.55;
	margin-bottom: 1.15rem;
	color: rgba(255, 255, 255, 0.9);
}
.tds-signup-info-login {
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.78);
}
.tds-signup-info a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.tds-signup-info a:hover {
	color: var(--secondary);
}
@media (max-width: 991px) {
	.tds-signup-info {
		margin-bottom: 1.5rem;
		text-align: center;
		border-left: 0;
		border-top: 4px solid var(--secondary);
	}
}
