body,
html {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
body * {
	box-sizing: border-box;
	font-family: "Fustat", sans-serif;
}
.container {
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
img {
	width: auto;
	height: auto;
}
header .outer__header {
	padding: 20px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .outer__header .btn > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 45px;
	background-color: #00007d;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.13);
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	padding-top: 3px;
	transition: 0.3s ease all;
}
header .outer__header .btn > a:hover {
	opacity: 0.7;
}
header .outer__header .left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
header .outer__header .left > ul {
	display: flex;
	align-items: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	justify-content: flex-start;
	margin-left: 10px;
}
header .outer__header .left > ul > li {
	margin-right: 4px;
}
header .outer__header .left > ul > li > a {
	font-size: 20px;
	line-height: 28px;
	color: #00007d;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 10px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.13);
	transition: 0.3s ease all;
}
header .outer__header .left > ul > li > a:hover {
	opacity: 0.7;
}
header .outer__header .left > ul > li:last-child {
	margin-right: 0px;
}
header .outer__header .left > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 75px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
	transition: 0.3s ease all;
}
header .outer__header .left > a:hover {
	opacity: 0.7;
}
footer {
	padding-top: 80px;
	padding-bottom: 50px;
}
footer .outer__footer > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}
footer .outer__footer .rows {
	max-width: 65%;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
footer .outer__footer .rows > .row {
	margin-right: 90px;
}
footer .outer__footer .rows > .row:last-child {
	margin-right: 0px;
}
footer .outer__footer .rows ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
footer .outer__footer .rows ul > li {
	margin-bottom: 12px;
}
footer .outer__footer .rows ul > li > a {
	font-size: 23px;
	line-height: 24px;
	color: #58595b;
	font-weight: 400;
	transition: 0.3s ease all;
}
footer .outer__footer .rows ul > li > a:hover {
	color: #00007d;
}
footer .outer__footer .rows ul > li:last-child {
	margin-bottom: 0px;
}
footer .outer__footer .bottom {
	margin-top: 64px;
}
footer .outer__footer .bottom .btn {
	display: flex;
	justify-content: flex-start;
	margin-top: 15px;
}
footer .outer__footer .bottom .btn > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 40px;
	border-radius: 4px;
	font-size: 17px;
	padding-top: 4px;
	line-height: 120%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #00c3b2;
	transition: 0.3s ease all;
}
footer .outer__footer .bottom .btn > a:hover {
	opacity: 0.7;
}
footer .outer__footer .bottom > a {
	display: inline-flex;
	font-size: 23px;
	line-height: 24px;
	color: #58595b;
	transition: 0.3s ease all;
}
footer .outer__footer .bottom > a:hover {
	color: #00007d;
}
.signin .outer__sign {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 2px solid #d9d9d9;
}
.signin .outer__sign .desc {
	width: 100%;
	max-width: 440px;
	min-width: 440px;
}
.signin .outer__sign .desc form {
	margin-top: 48px;
}
.signin .outer__sign .desc form > ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	margin-top: 25px;
	justify-content: center;
}
.signin .outer__sign .desc form > ul > li {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
	justify-content: center;
}
.signin .outer__sign .desc form > ul > li:last-child {
	margin-right: 0px;
}
.signin .outer__sign .desc form > ul > li > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease all;
}
.signin .outer__sign .desc form > ul > li > a:hover {
	opacity: 0.7;
}
.signin .outer__sign .desc form .or {
	margin-top: 39px;
}
.signin .outer__sign .desc form .or > p {
	text-align: center;
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #b5b5b5;
}
.signin .outer__sign .desc form .group__submit {
	margin-top: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.signin .outer__sign .desc form .group__submit > button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 53px;
	background-color: #00007d;
	border-radius: 8px;
	cursor: pointer;
	border: 0px;
	outline: none;
	font-size: 24px;
	line-height: 23px;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	transition: 0.3s ease all;
}
.signin .outer__sign .desc form .group__submit > button:hover {
	opacity: 0.7;
}
.signin .outer__sign .desc form .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -35px;
}
.signin .outer__sign .desc form .bottom > a {
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	color: #4d4d4d;
	transition: 0.3s ease all;
}
.signin .outer__sign .desc form .bottom > a:hover {
	color: #00007d;
}
.signin .outer__sign .desc form .bottom .remember .container__check {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.signin .outer__sign .desc form .bottom .remember .container__check > p {
	margin: 0px;
	margin-left: 10px;
}
.signin .outer__sign .desc form .bottom .remember p {
	margin: 0px;
}
.signin .outer__sign .desc form > .group__input {
	margin-bottom: 49px;
	position: relative;
}
.signin
	.outer__sign
	.desc
	form
	> .group__input.opened
	> .pass__button
	svg
	path {
	fill: #00007d;
}
.signin .outer__sign .desc form > .group__input > p {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 20px;
	line-height: 20px;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
}
.signin .outer__sign .desc form > .group__input > .pass__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0px;
	bottom: 12px;
}
.signin .outer__sign .desc form > .group__input > input {
	width: 100%;
	border: 0px;
	border-bottom: 2px solid #999;
	height: 36px;
	outline: none;
	font-size: 20px;
	line-height: 28px;
	transition: 0.3s ease all;
	padding-right: 30px;
	color: #00007d;
}
.signin .outer__sign .desc form > .group__input > input:focus {
	border-color: #00007d;
}
.signin .outer__sign .desc form > .group__input > input.email {
	padding-right: 0px;
}
.signin
	.outer__sign
	.desc
	form
	> .group__input
	> input::-webkit-input-placeholder {
	color: #00007d;
}
.signin .outer__sign .desc form > .group__input > input::-moz-placeholder {
	color: #00007d;
}
.signin .outer__sign .desc form > .group__input > input:-ms-input-placeholder {
	color: #00007d;
}
.signin .outer__sign .desc form > .group__input > input:-moz-placeholder {
	color: #00007d;
}
.signin .outer__sign .desc form > .group__input:last-child {
	margin-bottom: 0px;
}
.signin .outer__sign .desc > p {
	margin-top: 0px;
	margin-bottom: 48px;
	font-size: 20px;
	line-height: 28px;
	color: #000;
}
.signin .outer__sign .desc > p a {
	color: #00007d;
	text-decoration: none;
	transition: 0.3s ease all;
}
.signin .outer__sign .desc > p a:hover {
	opacity: 0.7;
}
.signin .outer__sign .desc > h2 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 40px;
	line-height: 52px;
	color: #000;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.signin .outer__sign .media {
	margin-left: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 12px;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	border-radius: 15px;
}
.signin .outer__sign .media.no__padding {
	padding: 0px;
}
.signin .outer__sign .media.no__padding > img {
	opacity: 0.7;
}
.signin .outer__sign .media img {
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
	width: 100%;
	max-width: 700px;
}
.container__check {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.container__check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 15px;
	max-width: 15px;
	min-height: 15px;
	max-height: 15px;
	border: 1px solid #000;
	position: relative;
}
.container__check input:checked ~ .checkmark {
	background-color: #00007d;
	border-color: #00007d;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.container__check input:checked ~ .checkmark:after {
	display: block;
}
.container__check .checkmark:after {
	left: 3.5px;
	top: 0.5px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .outer__header .menu {
	display: none;
}
.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
.categories__header .outer__categories {
	border-radius: 16px;
	padding: 40px 100px;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	display: flex;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.categories__header .outer__categories .desc {
	position: relative;
	z-index: 2;
	max-width: 700px;
}
.categories__header .outer__categories .desc .description > p {
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	max-width: 620px;
}
.categories__header .outer__categories .desc .description .btns {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.categories__header .outer__categories .desc .description .btns > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 15px;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 4px;
	transition: 0.3s ease all;
}
.categories__header .outer__categories .desc .description .btns > a:hover {
	opacity: 0.7;
}
.categories__header .outer__categories .desc .description .btns > a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.categories__header .outer__categories .desc > h1 {
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 40px;
	line-height: 52px;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.categories__header .outer__categories .desc > p {
	margin: 0px;
	font-size: 24px;
	line-height: 23px;
	font-weight: bold;
	color: #00c3b2;
	font-family: "Syncopate", sans-serif;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.categories__header .outer__categories .desc > p > span {
	font-size: 124px;
	line-height: 103px;
	color: #00c3b2;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.categories__header .outer__categories .media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}
.categories__header .outer__categories .media img {
	max-height: 100%;
	max-width: 537px;
}
.categories__list {
	padding-top: 28px;
}
.categories__list .outer__list {
	border-bottom: 3px solid #d9d9d9;
	padding-bottom: 145px;
}
.categories__list .outer__list .grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.categories__list .outer__list .grid > .elem {
	border: 1.5px solid #58595b;
	border-radius: 16px;
	padding: 13px 15px;
	transition: 0.3s ease all;
}
.categories__list .outer__list .grid > .elem:hover {
	background-color: #00007d;
	border-color: #00c3b2;
}
.categories__list .outer__list .grid > .elem:hover .media {
	background-color: #fff;
}
.categories__list .outer__list .grid > .elem:hover .media > span {
	color: #00007d;
}
.categories__list .outer__list .grid > .elem:hover .btn > a {
	background-color: #00c3b2;
	border-color: #00c3b2;
	color: #fff;
}
.categories__list .outer__list .grid > .elem .media {
	background-color: #00007d;
	border-radius: 4px;
	position: relative;
	transition: 0.3s ease all;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.categories__list .outer__list .grid > .elem .media > span {
	position: absolute;
	top: 11px;
	left: 8px;
	font-size: 21px;
	line-height: 90%;
	color: #fff;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	transform: rotate(-15deg);
	display: block;
	max-width: 80%;
	min-height: 45px;
	display: inline-flex;
	align-items: flex-end;
	transition: 0.3s ease all;
}
.categories__list .outer__list .grid > .elem .media > img {
	max-width: 100%;
	border-radius: 4px;
}
.categories__list .outer__list .grid > .elem .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
.categories__list .outer__list .grid > .elem .btn > a {
	min-width: 175px;
	min-height: 28px;
	font-size: 20px;
	border-radius: 4px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	padding-top: 2px;
	justify-content: center;
	color: #00007d;
	border: 1.5px solid #00007d;
	transition: 0.3s ease all;
}
.categories__list .outer__list > .top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 40px;
}
.categories__list .outer__list > .top > ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 15px;
}
.categories__list .outer__list > .top > ul > li {
	margin-right: 30px;
}
.categories__list .outer__list > .top > ul > li > a {
	text-decoration: none;
	color: #58595b;
	font-size: 16px;
	line-height: 24px;
	transition: 0.3s ease all;
}
.categories__list .outer__list > .top > ul > li > a:hover {
	color: #00007d;
	text-decoration: underline;
}
.categories__list .outer__list > .top > ul > li:last-child {
	margin-right: 0px;
}
.categories__list .outer__list > .top form {
	width: 100%;
	max-width: 805px;
	position: relative;
}
.categories__list .outer__list > .top form .close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 205px;
	opacity: 0;
	transition: 0.3s ease all;
}
.categories__list .outer__list > .top form .close a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.categories__list .outer__list > .top form > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	background-color: #58595b;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	border-radius: 4px;
	background-color: #58595b;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	padding-top: 4px;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease all;
}
.categories__list .outer__list > .top form > a:hover {
	opacity: 0.7;
}
.categories__list .outer__list > .top form > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.categories__list .outer__list > .top form input {
	width: 100%;
	height: 52px;
	border: 2px solid #58595b;
	border-radius: 8px;
	padding-left: 45px;
	padding-right: 240px;
	font-size: 16px;
	outline: none;
	line-height: 24px;
	font-weight: 400;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.categories__header .media__mobile {
	display: none;
}
.product__wrapper {
	padding-bottom: 340px;
}
.product__wrapper .outer__product {
	padding-top: 32px;
	padding-left: 104px;
	padding-right: 104px;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	border-radius: 16px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.product__wrapper .outer__product .video__wrapper {
	width: 100%;
	margin-top: 32px;
	padding-bottom: 58%;
	background-color: #fff;
	border-radius: 16px;
	position: relative;
	z-index: 3;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.product__wrapper .outer__product .video__wrapper > a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s ease all;
}
.product__wrapper .outer__product .video__wrapper > a:hover {
	opacity: 0.7;
}
.product__wrapper .outer__product .btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.product__wrapper .outer__product .btn > a {
	width: 395px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #00c3b2;
	border-radius: 4px;
	font-size: 24px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	text-decoration: none;
	padding-top: 3px;
	transition: 0.3s ease all;
}
.product__wrapper .outer__product .btn > a:hover {
	opacity: 0.7;
}
.product__wrapper .outer__product > h1 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 60px;
	line-height: 72px;
	color: #fff;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.product__wrapper .outer__product > h1 span {
	font-family: "Syncopate", sans-serif;
	color: #00c3b2;
}
.product__info {
	position: relative;
}
.product__info:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 228px;
	background: linear-gradient(to bottom, #d9d9d9, #fff);
}
.product__info .outer__product {
	position: relative;
	z-index: 2;
}
.product__info .outer__product > h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 52px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.product__info .outer__product .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.product__info .outer__product .grid > .elem {
	border: 1.5px solid #58595b;
	border-radius: 8px;
	padding: 56px 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.product__info .outer__product .grid > .elem > span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	min-height: 74px;
}
.product__info .outer__product .grid > .elem > span img {
	max-height: 74px;
}
.product__info .outer__product .grid > .elem > p {
	margin: 0px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.product__info .outer__product > span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -88px;
	margin-bottom: -63px;
}
.product__info .outer__product > span img {
	max-height: 170px;
}
.contact__wrapper {
	margin-top: 30px;
	background: linear-gradient(to bottom, #d9d9d9, #fff);
}
.contact__wrapper .container {
	padding: 57px 15px;
	position: relative;
}
.contact__wrapper .container:before {
	bottom: 0px;
	content: "";
	position: absolute;
	left: 15px;
	width: calc(100% - 30px);
	background-color: #d9d9d9;
	height: 3px;
}
.contact__wrapper .outer__contact {
	border: 1.5px solid #1428a0;
	background-color: #fff;
	border-radius: 16px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.contact__wrapper .outer__contact form {
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 105px;
	padding-right: 30px;
	width: 100%;
}
.contact__wrapper .outer__contact form > h2 {
	margin-top: 0px;
	margin-bottom: 42px;
	font-size: 24px;
	line-height: 23px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.contact__wrapper .outer__contact form .group__submit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 48px;
}
.contact__wrapper .outer__contact form .group__submit > button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #00007d;
	min-height: 40px;
	text-decoration: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
	border: 0px;
	outline: none;
	text-transform: uppercase;
	padding-top: 3px;
	transition: 0.3s ease all;
}
.contact__wrapper .outer__contact form .group__submit > button:hover {
	opacity: 0.7;
}
.contact__wrapper .outer__contact form > .group__input > p {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 20px;
	color: #00007d;
	font-weight: bold;
	text-transform: uppercase;
}
.contact__wrapper .outer__contact form > .group__input > input {
	width: 100%;
	border: 0px;
	font-size: 16px;
	line-height: 24px;
	outline: none;
	height: 40px;
	border-bottom: 1px solid #1428a0;
}
.contact__wrapper
	.outer__contact
	form
	> .group__input
	> input::-webkit-input-placeholder {
	color: #8d8d8d;
}
.contact__wrapper
	.outer__contact
	form
	> .group__input
	> input::-moz-placeholder {
	color: #8d8d8d;
}
.contact__wrapper
	.outer__contact
	form
	> .group__input
	> input:-ms-input-placeholder {
	color: #8d8d8d;
}
.contact__wrapper
	.outer__contact
	form
	> .group__input
	> input:-moz-placeholder {
	color: #8d8d8d;
}
.contact__wrapper .outer__contact form .double {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 25px;
	margin-bottom: 34px;
	margin-top: 34px;
}
.contact__wrapper .outer__contact form .double > .group__input > input {
	width: 100%;
	border: 0px;
	font-size: 16px;
	line-height: 24px;
	outline: none;
	height: 40px;
	border-bottom: 1px solid #1428a0;
}
.contact__wrapper
	.outer__contact
	form
	.double
	> .group__input
	> input::-webkit-input-placeholder {
	color: #8d8d8d;
}
.contact__wrapper
	.outer__contact
	form
	.double
	> .group__input
	> input::-moz-placeholder {
	color: #8d8d8d;
}
.contact__wrapper
	.outer__contact
	form
	.double
	> .group__input
	> input:-ms-input-placeholder {
	color: #8d8d8d;
}
.contact__wrapper
	.outer__contact
	form
	.double
	> .group__input
	> input:-moz-placeholder {
	color: #8d8d8d;
}
.contact__wrapper .outer__contact form .double > .group__input > p {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 20px;
	color: #00007d;
	font-weight: bold;
	text-transform: uppercase;
}
.contact__wrapper .outer__contact .desc {
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	width: 100%;
	border-radius: 16px;
	padding: 45px;
	max-width: 490px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contact__wrapper .outer__contact .desc ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.contact__wrapper .outer__contact .desc ul > li {
	margin-bottom: 8px;
}
.contact__wrapper .outer__contact .desc ul > li:last-child {
	margin-bottom: 0px;
}
.contact__wrapper .outer__contact .desc ul > li > a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}
.contact__wrapper .outer__contact .desc ul > li > a:last-child {
	margin-bottom: 0px;
}
.contact__wrapper .outer__contact .desc ul > li > a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 25px;
}
.contact__wrapper .outer__contact .desc > h2 {
	margin-top: 0px;
	font-size: 40px;
	line-height: 52px;
	color: #fff;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.get__started {
	margin-top: 80px;
	margin-bottom: 30px;
}
.get__started .outer__started {
	border-radius: 16px;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	padding: 42px 103px;
}
.get__started .outer__started .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}
.get__started .outer__started .btn > a {
	width: 395px;
	height: 50px;
	background-color: #00c3b2;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 24px;
	line-height: 23px;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	transition: 0.3s ease all;
}
.get__started .outer__started .btn > a:hover {
	opacity: 0.7;
}
.get__started .outer__started .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.get__started .outer__started .inner .desc {
	width: 100%;
	max-width: 410px;
	position: relative;
	margin-right: 15px;
}
.get__started .outer__started .inner .desc .progress {
	position: absolute;
	width: 3px;
	height: 100%;
	left: 5px;
	background-color: #1428a0;
}
.get__started .outer__started .inner .desc .progress .active {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
	background-color: #fff;
}
.get__started .outer__started .inner .desc > .el {
	margin-bottom: 42px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.get__started .outer__started .inner .desc > .el.filled > span {
	background-color: #fff;
}
.get__started .outer__started .inner .desc > .el.filled > p {
	color: #fff;
}
.get__started .outer__started .inner .desc > .el.active > span {
	background-color: #fff;
}
.get__started .outer__started .inner .desc > .el.active > p {
	color: #fff;
}
.get__started .outer__started .inner .desc > .el > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 13px;
	max-width: 13px;
	min-height: 13px;
	max-height: 13px;
	border-radius: 250px;
	background-color: #1428a0;
	margin-right: 4px;
	position: relative;
}
.get__started .outer__started .inner .desc > .el > p {
	margin: 0px;
	font-size: 24px;
	line-height: 23px;
	color: #1428a0;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	text-transform: uppercase;
}
.get__started .outer__started .inner .desc > .el:last-child {
	margin-bottom: 0px;
}
.get__started .outer__started .inner .media {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 600px;
}
.get__started .outer__started .inner .media img {
	border-radius: 16px;
	max-width: 100%;
}
.get__started .outer__started > h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 35px;
	font-size: 40px;
	line-height: 52px;
	font-weight: bold;
	color: #fff;
	font-family: "Syncopate", sans-serif;
}
.cta__wrapper + .contact__wrapper {
	margin-top: 0px;
}
.cta__wrapper.not__last .outer__cta {
	border-bottom: 0px;
}
.cta__wrapper .outer__cta {
	padding: 120px 0px;
	padding-top: 70px;
	border-bottom: 3px solid #d9d9d9;
}
.cta__wrapper .outer__cta .box {
	text-align: center;
	padding: 45px 40px;
	border-radius: 16px;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
}
.cta__wrapper .outer__cta .box > p {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 23px;
	color: #00c3b2;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Syncopate", sans-serif;
}
.cta__wrapper .outer__cta .box > h2 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.cta__wrapper .outer__cta .box .btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cta__wrapper .outer__cta .box .btn > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 395px;
	min-height: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	font-size: 24px;
	line-height: 24px;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #fff;
	padding-top: 3px;
	transition: 0.3s ease all;
	border-radius: 4px;
	text-decoration: none;
}
.cta__wrapper .outer__cta .box .btn > a:hover {
	background-color: #fff;
	color: #1428a0;
}
.feedback__wrapper {
	padding-top: 50px;
	padding-bottom: 60px;
	overflow: hidden;
}
.feedback__wrapper .feedback__slider .slick-slide {
	margin: 0 9px;
}
.feedback__wrapper .feedback__slider .slick-track {
	margin-top: -35px;
	margin-bottom: -35px;
}
.feedback__wrapper .feedback__slider .slick-list {
	margin: 0 -9px;
}
.feedback__wrapper .feedback__slider .elem {
	padding: 35px 0px;
}
.feedback__wrapper .feedback__slider .elem.slick-current .inn {
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	border-color: transparent;
}
.feedback__wrapper .feedback__slider .elem.slick-current .inn .media {
	border-color: transparent;
}
.feedback__wrapper .feedback__slider .elem.slick-current .inn .desc > p {
	color: #fff;
}
.feedback__wrapper .feedback__slider .elem .inn {
	border-radius: 16px;
	padding: 32px 104px;
	background-color: #fff;
	border: 3px solid #58595b;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.feedback__wrapper .feedback__slider .elem .inn .desc > p {
	margin: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}
.feedback__wrapper .feedback__slider .elem .inn .media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
	border: 3px solid #58595b;
	border-radius: 250px;
}
.feedback__wrapper .feedback__slider .elem .inn .media img {
	min-width: 105px;
	max-width: 105px;
}
.feedback__wrapper .top__feedback {
	text-align: center;
	margin-bottom: 30px;
}
.feedback__wrapper .top__feedback > h2 {
	margin-top: 0px;
	font-size: 40px;
	line-height: 52px;
	color: #000;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	margin-bottom: 8px;
}
.feedback__wrapper .top__feedback > p {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 400;
}
.articles__wrapper {
	padding: 40px 0px;
	padding-top: 80px;
}
.articles__wrapper .outer__articles > .elem {
	margin-bottom: 72px;
	display: grid;
	align-items: center;
	grid-column-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.articles__wrapper .outer__articles > .elem .desc > h6 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 23px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.articles__wrapper .outer__articles > .elem .desc > p {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 400;
}
.articles__wrapper .outer__articles > .elem .media {
	display: flex;
	align-items: center;
	justify-content: center;
}
.articles__wrapper .outer__articles > .elem .media.shadow > img {
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.articles__wrapper .outer__articles > .elem .media > img {
	max-width: 100%;
	border-radius: 16px;
}
.articles__wrapper .outer__articles > .elem:last-child {
	margin-bottom: 0px;
}
.articles__wrapper .outer__articles > h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 40px;
	line-height: 52px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
}
.colors__hero {
	overflow: hidden;
}
.colors__hero .outer__colors {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	border-radius: 16px;
	padding: 95px 103px;
}
.colors__hero .outer__colors .desc .btn {
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.colors__hero .outer__colors .desc .btn > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	min-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	margin-right: 15px;
	padding-top: 3px;
	transition: 0.3s ease all;
}
.colors__hero .outer__colors .desc .btn > a:last-child {
	margin-right: 0px;
}
.colors__hero .outer__colors .desc .btn > a:hover {
	opacity: 0.7;
}
.colors__hero .outer__colors .desc .btn > a span {
	position: relative;
	top: -2.5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}
.colors__hero .outer__colors .desc > p {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	max-width: 540px;
}
.colors__hero .outer__colors .desc > h2 {
	font-size: 40px;
	line-height: 52px;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	color: #fff;
	margin: 0px;
}
.colors__hero .outer__colors .desc > span {
	display: block;
	font-size: 124px;
	color: #00c3b2;
	line-height: 103px;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.colors__hero .outer__colors .media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -90px;
	top: -30px;
	height: calc(100% + 80px);
}
.colors__hero .outer__colors .media picture {
	height: 100%;
}
.colors__hero .outer__colors .media picture img {
	max-height: 100%;
}
.colors__hero .outer__colors .desc {
	position: relative;
	z-index: 2;
}
.qa__wrapper {
	padding-top: 70px;
	padding-bottom: 70px;
}
.qa__wrapper .outer__qa .qa__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.qa__wrapper .outer__qa .qa__list > .el {
	cursor: pointer;
	padding: 37px;
	border: 1.5px solid #58595b;
}
.qa__wrapper .outer__qa .qa__list > .el .content {
	margin-top: 25px;
	display: none;
}
.qa__wrapper .outer__qa .qa__list > .el .content > p {
	margin: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #00007d;
	font-weight: 400;
}
.qa__wrapper .outer__qa .qa__list > .el .head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.qa__wrapper .outer__qa .qa__list > .el .head > p {
	margin: 0px;
	margin-left: 38px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.qa__wrapper .outer__qa .qa__list > .el .head > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -1px;
}
.qa__wrapper .outer__qa > h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 64px;
	font-size: 40px;
	line-height: 52px;
	color: #000;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.contact__us--cta .outer__contact--cta {
	padding: 100px 0px;
	padding-top: 50px;
	border-bottom: 4px solid #d9d9d9;
}
.contact__us--cta .outer__contact--cta .box {
	padding: 45px 80px;
	border-radius: 16px;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
}
.contact__us--cta .outer__contact--cta .box .btn {
	display: flex;
	justify-content: center;
	margin-top: 8px;
}
.contact__us--cta .outer__contact--cta .box .btn > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 394px;
	height: 50px;
	background-color: #00c3b2;
	border-radius: 4px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	text-decoration: none;
	padding-top: 2px;
	transition: 0.3s ease all;
}
.contact__us--cta .outer__contact--cta .box .btn > a:hover {
	opacity: 0.7;
}
.contact__us--cta .outer__contact--cta .box > span {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
}
.contact__us--cta .outer__contact--cta .box > p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 32px;
	color: #00c3b2;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.contact__us--cta .outer__contact--cta .box > h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 60px;
	line-height: 72px;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.pricing__wrapper {
	padding-top: 75px;
	padding-bottom: 50px;
}
.pricing__wrapper .outer__pricing .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 24px;
}
.pricing__wrapper .outer__pricing .grid > .elem {
	border-radius: 16px;
	padding: 40px 24px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.pricing__wrapper .outer__pricing .grid > .elem.featured {
	background: linear-gradient(to bottom right, #1428a0, #00007d);
}
.pricing__wrapper .outer__pricing .grid > .elem.featured .features > ul > li {
	color: #fff;
}
.pricing__wrapper
	.outer__pricing
	.grid
	> .elem.featured
	.features
	> ul
	> li
	span {
	background-color: #fff;
}
.pricing__wrapper .outer__pricing .grid > .elem.featured .price > p {
	color: #fff;
}
.pricing__wrapper .outer__pricing .grid > .elem.featured .price > p span {
	color: #fff;
}
.pricing__wrapper .outer__pricing .grid > .elem.featured .btn > a {
	background-color: #fff;
	color: #00007d;
}
.pricing__wrapper .outer__pricing .grid > .elem.featured .btn > a:hover {
	background-color: #fff;
	color: #00007d;
	opacity: 0.7;
}
.pricing__wrapper .outer__pricing .grid > .elem.featured > .top > span {
	color: #fff;
}
.pricing__wrapper .outer__pricing .grid > .elem.featured > .top > p {
	color: #fff;
}
.pricing__wrapper .outer__pricing .grid > .elem .features ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.pricing__wrapper .outer__pricing .grid > .elem .features ul > li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-bottom: 12px;
}
.pricing__wrapper .outer__pricing .grid > .elem .features ul > li:last-child {
	margin-bottom: 0px;
}
.pricing__wrapper .outer__pricing .grid > .elem .features ul > li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	max-width: 32px;
	margin-right: 17px;
	min-height: 32px;
	max-height: 32px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
	border-radius: 250px;
}
.pricing__wrapper .outer__pricing .grid > .elem .btn {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	justify-content: center;
}
.pricing__wrapper .outer__pricing .grid > .elem .btn > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	border: 1.5px solid #00007d;
	border-radius: 4px;
	font-size: 20px;
	line-height: 20px;
	color: #00007d;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s ease all;
	padding-top: 3px;
}
.pricing__wrapper .outer__pricing .grid > .elem .btn > a:hover {
	background-color: #00007d;
	color: #fff;
}
.pricing__wrapper .outer__pricing .grid > .elem .price {
	margin-bottom: 24px;
}
.pricing__wrapper .outer__pricing .grid > .elem .price > p {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #58595b;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.pricing__wrapper .outer__pricing .grid > .elem .price > p span {
	margin-right: 8px;
	font-size: 60px;
	line-height: 72px;
	color: #000;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.pricing__wrapper .outer__pricing .grid > .elem .top {
	margin-bottom: 20px;
}
.pricing__wrapper .outer__pricing .grid > .elem .top > p {
	margin: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.pricing__wrapper .outer__pricing .grid > .elem .top > span {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.pricing__wrapper .outer__pricing .save {
	display: flex;
	align-items: center;
	margin-top: -30px;
	justify-content: center;
	padding-left: 400px;
}
.pricing__wrapper .outer__pricing .save > p {
	margin: 0px;
	font-size: 20px;
	line-height: 20px;
	color: #00007d;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top: 15px;
}
.pricing__wrapper .outer__pricing .switcher {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.pricing__wrapper .outer__pricing .switcher.opened .check {
	background-color: #00007d;
}
.pricing__wrapper .outer__pricing .switcher.opened .check .active {
	left: 21px;
}
.pricing__wrapper .outer__pricing .switcher .check {
	margin: 0px 13px;
	width: 44px;
	height: 24px;
	transition: 0.3s ease all;
	border-radius: 4px;
	background-color: #58595b;
	position: relative;
}
.pricing__wrapper .outer__pricing .switcher .check .active {
	position: absolute;
	top: 2px;
	left: 2px;
	transition: 0.3s ease all;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 4px;
}
.pricing__wrapper .outer__pricing .switcher > p {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #191d23;
	font-weight: 400;
}
.pricing__wrapper .outer__pricing > h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 60px;
	line-height: 72px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.trusted__logos--desktop {
	margin-bottom: 70px;
}
.trusted__logos--desktop ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.trusted__logos--desktop ul li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0px 20px;
}
.product__showcase {
	padding: 45px 0px;
	position: relative;
}
.product__showcase:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	top: -90px;
	height: 400px;
	background: linear-gradient(to top, #d9d9d9, #fff);
}
.product__showcase .outer__showcase {
	padding: 64px 102px;
	border: 1.5px solid #00007d;
	border-radius: 16px;
	position: relative;
	z-index: 2;
	background-color: #fff;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.product__showcase .outer__showcase .video {
	padding-bottom: 56.6%;
	position: relative;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
	border-radius: 16px;
}
.product__showcase .outer__showcase .video a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.product__showcase .outer__showcase > h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 56px;
	font-size: 60px;
	line-height: 72px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.compare__wrapper {
	padding: 50px 0px;
}
.compare__wrapper .outer__compare {
	position: relative;
	z-index: 2;
	padding: 60px 205px;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	border-radius: 16px;
}
.compare__wrapper .outer__compare .slick-slide {
	margin: 0 27px;
}
.compare__wrapper .outer__compare .slick-list {
	margin: 0 -27px;
}
.compare__wrapper .outer__compare .slick-prev {
	min-width: 42px;
	max-width: 42px;
	min-height: 42px;
	max-height: 42px;
	border-radius: 250px;
	background: url("../../new/images/arrleft.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	left: -60px;
}
.compare__wrapper .outer__compare .slick-prev:before {
	content: none;
}
.compare__wrapper .outer__compare .slick-next {
	min-width: 42px;
	max-width: 42px;
	min-height: 42px;
	max-height: 42px;
	border-radius: 250px;
	background: url("../../new/images/arrright.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: -60px;
}
.compare__wrapper .outer__compare .slick-next:before {
	content: none;
}
.compare__wrapper .outer__compare .inn {
	position: relative;
	width: 100%;
	padding-bottom: 56.5%;
}
.compare__wrapper .outer__compare .inn .split-pane {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	border-radius: 16px;
	overflow: hidden;
}
.compare__wrapper .outer__compare .inn .split-pane .gutter {
	width: 4px;
	background-color: #00007d;
	position: relative;
	cursor: pointer;
}
.compare__wrapper .outer__compare .inn .split-pane .gutter:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 75px;
	max-width: 75px;
	min-height: 75px;
	max-height: 75px;
	border-radius: 250px;
	background: url("../../new/images/circledrag.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.compare__wrapper .outer__compare .inn .split-pane .panel__left {
	overflow: hidden;
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top left !important;
}
.compare__wrapper .outer__compare .inn .split-pane .panel__right {
	overflow: hidden;
	height: 100%;
	background-position: top right !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.compare__wrapper .outer__compare .inn .split-pane img {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	max-width: 100%;
}
.compare__wrapper .outer__compare .top {
	text-align: center;
	margin-bottom: 35px;
}
.compare__wrapper .outer__compare .top > h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 60px;
	line-height: 72px;
	color: #fff;
	font-family: "Syncopate", sans-serif;
}
.compare__wrapper .outer__compare .top > p {
	margin: 0px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.grid__structure .outer__grid {
	padding: 45px 0px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	border-top: 4px solid #d9d9d9;
	border-bottom: 4px solid #d9d9d9;
}
.grid__structure .outer__grid > .elem {
	text-align: center;
	padding: 0px 16px;
}
.grid__structure .outer__grid > .elem > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.grid__structure .outer__grid > .elem > p {
	margin: 0px;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.hero__section {
	margin-bottom: 65px;
	position: relative;
}
.hero__section:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -46px;
	width: 100px;
	height: 63px;
	background: url("../../new/images/arrow.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.hero__section .outer__hero {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 62px;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	padding-right: 62px;
	border-radius: 16px;
}
.hero__section .outer__hero > h1 {
	margin-top: 0px;
	font-size: 124px;
	line-height: 103px;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.03em;
	margin-bottom: 0px;
}
.hero__section .outer__hero .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4px;
}
.hero__section .outer__hero .btn > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 394px;
	height: 50px;
	background-color: #00c3b2;
	border-radius: 4px;
	font-family: "Syncopate", sans-serif;
	font-size: 24px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	padding-top: 3px;
	text-decoration: none;
	transition: 0.3s ease all;
}
.hero__section .outer__hero .btn > a:hover {
	opacity: 0.7;
}
.hero__section .outer__hero > p {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
	color: #fff;
}
.hero__section .outer__hero > h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 60px;
	line-height: 72px;
	color: #fff;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.hero__section .outer__hero > h2 span {
	color: #28a745;
	font-family: "Syncopate", sans-serif;
}
.hero__section .outer__hero .media {
	margin-bottom: 10px;
	margin-top: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero__section .outer__hero .media img {
	max-width: 100%;
}
.box__information {
	padding-top: 40px;
	padding-bottom: 60px;
}
.box__information .outer__box > .elem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 45px 95px;
	border-radius: 16px;
	border: 1.5px solid #58595b;
	margin-bottom: 25px;
}
.box__information .outer__box > .elem .desc:nth-child(1) {
	margin-right: 20px;
}
.box__information .outer__box > .elem .desc:nth-child(2) {
	margin-left: 20px;
}
.box__information .outer__box > .elem .desc > span {
	font-size: 124px;
	line-height: 103px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.box__information .outer__box > .elem .desc > h2 {
	margin: 0px;
	font-size: 40px;
	line-height: 52px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
}
.box__information .outer__box > .elem .media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.box__information .outer__box > .elem .media img {
	max-width: 495px;
	border-radius: 16px;
}
.box__information .outer__box > .elem:last-child {
	margin-bottom: 0px;
}
.more__features {
	padding-top: 40px;
	padding-bottom: 80px;
}
.more__features .outer__more {
	position: relative;
}
.more__features .outer__more:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 65px;
	width: 100%;
	height: 285px;
	background: linear-gradient(to top, #d9d9d9, #fff);
	border-radius: 16px;
}
.more__features .outer__more .feature {
	margin-top: 25px;
	position: relative;
	z-index: 2;
	border-radius: 8px;
	overflow: hidden;
}
.more__features .outer__more .feature .el {
	max-width: 1005px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 100%;
}
.more__features .outer__more .feature .el .inn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 100px;
	border: 1.5px solid #58595b;
	border-radius: 16px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.12);
}
.more__features .outer__more .feature .el .inn .media {
	display: flex;
	align-items: center;
	justify-content: center;
}
.more__features .outer__more .feature .el .inn .media > img {
	border-radius: 16px;
	max-width: 400px;
}
.more__features .outer__more .feature .el .inn .desc {
	margin-right: 20px;
}
.more__features .outer__more .feature .el .inn .desc > h2 {
	margin: 0px;
	font-size: 30px;
	line-height: 40px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.more__features .outer__more .switcher__features {
	max-width: 775px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
.more__features .outer__more .switcher__features > ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.more__features .outer__more .switcher__features > ul > li.current > a {
	background-color: #1428a0;
	border-color: #1428a0;
}
.more__features
	.outer__more
	.switcher__features
	> ul
	> li.current
	> a
	svg
	path {
	fill: #fff;
}
.more__features .outer__more .switcher__features > ul > li > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 86px;
	max-width: 86px;
	min-height: 86px;
	max-height: 86px;
	border: 1.5px solid #58595b;
	border-radius: 8px;
	background-color: #fff;
	transition: 0.3s ease all;
}
.more__features .outer__more .switcher__features > ul > li > a:hover {
	background-color: #1428a0;
	border-color: #1428a0;
}
.more__features .outer__more .switcher__features > ul > li > a:hover svg path {
	fill: #fff;
}
.more__features .outer__more .switcher__features > ul > li > a svg path {
	transition: 0.3s ease all;
}
.more__features .outer__more > h2 {
	text-align: center;
	margin-top: 0px;
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 52px;
	color: #000;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.templates__search {
	padding-top: 64px;
	padding-bottom: 50px;
	position: relative;
}
.templates__search:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 105px;
	left: 0px;
	top: 0px;
	background: linear-gradient(to bottom, #d9d9d9, #fff);
}
.templates__search .outer__templates .grid__box {
	position: relative;
}
.templates__search .outer__templates .grid__box .shadow__left {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 3;
}
.templates__search .outer__templates .grid__box .shadow__right {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 3;
}
.templates__search .outer__templates .grid {
	display: flex;
	overflow-x: auto;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	position: relative;
}
.templates__search .outer__templates .grid:before {
	content: "";
	left: 0px;
	top: 0px;
	width: 40px;
	height: 100%;
	background-color: green;
}
.templates__search .outer__templates .grid > .shadow__left {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 2;
}
.templates__search .outer__templates .grid > .shadow__right {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 2;
}
.templates__search .outer__templates .grid > .elem {
	border: 1.5px solid #58595b;
	border-radius: 16px;
	padding: 13px 15px;
	transition: 0.3s ease all;
	min-width: calc(25% - 12.5px);
}
.templates__search .outer__templates .grid > .elem:hover {
	background-color: #00007d;
	border-color: #00c3b2;
}
.templates__search .outer__templates .grid > .elem:hover .media {
	background-color: #fff;
}
.templates__search .outer__templates .grid > .elem:hover .media > span {
	color: #00007d;
}
.templates__search .outer__templates .grid > .elem:hover .btn > a {
	background-color: #00c3b2;
	border-color: #00c3b2;
	color: #fff;
}
.templates__search .outer__templates .grid > .elem .media {
	background-color: #00007d;
	border-radius: 4px;
	position: relative;
	transition: 0.3s ease all;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.templates__search .outer__templates .grid > .elem .media > span {
	position: absolute;
	top: 0px;
	left: 8px;
	font-size: 21px;
	line-height: 90%;
	color: #fff;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	transform: rotate(-15deg);
	display: block;
	max-width: 80%;
	min-height: 45px;
	width: 100%;
	display: inline-flex;
	align-items: flex-end;
	transition: 0.3s ease all;
}
.templates__search .outer__templates .grid > .elem .media > img {
	max-width: 100%;
	border-radius: 4px;
}
.templates__search .outer__templates .grid > .elem .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
.templates__search .outer__templates .grid > .elem .btn > a {
	min-width: 175px;
	min-height: 28px;
	font-size: 20px;
	border-radius: 4px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	padding-top: 2px;
	justify-content: center;
	color: #00007d;
	border: 1.5px solid #00007d;
	transition: 0.3s ease all;
}
.templates__search .outer__templates > .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
}
.templates__search .outer__templates > .btn > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 394px;
	height: 50px;
	border-radius: 4px;
	background-color: #28a745;
	font-family: "Syncopate", sans-serif;
	font-size: 24px;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	transition: 0.3s ease all;
}
.templates__search .outer__templates > .btn > a:hover {
	opacity: 0.7;
}
.templates__search .outer__templates .search {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 40px;
}
.templates__search .outer__templates .search > ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 15px;
}
.templates__search .outer__templates .search > ul > li {
	margin-right: 30px;
}
.templates__search .outer__templates .search > ul > li > a {
	text-decoration: none;
	color: #58595b;
	transition: 0.3s ease all;
	text-decoration: underline;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.templates__search .outer__templates .search > ul > li > a:hover {
	color: #00007d;
	text-decoration: underline;
}
.templates__search .outer__templates .search > ul > li:last-child {
	margin-right: 0px;
}
.templates__search .outer__templates .search form {
	width: 100%;
	max-width: 805px;
	position: relative;
}
.templates__search .outer__templates .search form .close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 205px;
	opacity: 0;
	transition: 0.3s ease all;
}
.templates__search .outer__templates .search form .close a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.templates__search .outer__templates .search form > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	background-color: #58595b;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	border-radius: 4px;
	background-color: #58595b;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	padding-top: 4px;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease all;
}
.templates__search .outer__templates .search form > a:hover {
	opacity: 0.7;
}
.templates__search .outer__templates .search form > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.templates__search .outer__templates .search form input {
	width: 100%;
	height: 52px;
	border: 2px solid #58595b;
	border-radius: 8px;
	padding-left: 45px;
	padding-right: 240px;
	font-size: 16px;
	outline: none;
	line-height: 24px;
	font-weight: 400;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.templates__search .outer__templates > .top {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}
.templates__search .outer__templates > .top .spacer {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	min-width: 4px;
	background-color: #000;
	margin: 0px 27px;
}
.templates__search .outer__templates > .top .el {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.templates__search .outer__templates > .top .el > p {
	margin: 0px;
	font-size: 24px;
	line-height: 23px;
	color: #000;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.templates__search .outer__templates > .top .el > span {
	font-size: 124px;
	line-height: 103px;
	color: #00007d;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.trustedback {
	background: linear-gradient(to bottom, #fff, #d9d9d9);
	padding-bottom: 0px;
}
.trustedback + .contact__wrapper {
	margin-top: 0px;
}
.trustedback + .contact__wrapper .container {
	padding-top: 20px;
}
.templates__search .outer__templates .search > ul > li > a {
	white-space: nowrap;
}
.categories__list .outer__list .grid > .elem .media > span {
	width: 100%;
	top: 5px;
}
.pricing__hero {
	position: relative;
	padding-top: 118px;
}
.pricing__hero:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 140px;
	background: linear-gradient(to bottom, #d9d9d9, #fff);
}
.pricing__hero .outer__pricing {
	position: relative;
	z-index: 2;
}
.pricing__hero .outer__pricing > h2 {
	margin-top: 0px;
}
.contact__us--cta.no__border .outer__contact--cta {
	padding-top: 0px;
	border-bottom: 0px;
}
.checkout__wrapper {
	padding: 50px 0px;
	padding-bottom: 0px;
}
.checkout__wrapper .outer__checkout {
	display: flex;
	align-items: center;
	padding-bottom: 50px;
	justify-content: space-between;
	border-bottom: 3px solid #d9d9d9;
}
.checkout__wrapper .outer__checkout .checkout__info {
	width: 100%;
	padding: 50px 43px;
	background-color: #fff;
}
.checkout__wrapper .outer__checkout .checkout__info > h2 {
	margin-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 50px;
	border-bottom: 1px solid #acacac;
	font-size: 24px;
	line-height: 23px;
	color: #0a0d13;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.checkout__wrapper .outer__checkout .checkout__info .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkout__wrapper .outer__checkout .checkout__info .btns > .debit__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 283px;
	min-height: 52px;
	border-radius: 4px;
	background-color: #2c2e2f;
	text-decoration: none;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	padding-top: 2px;
	transition: 0.3s ease all;
}
.checkout__wrapper .outer__checkout .checkout__info .btns > .debit__btn:hover {
	opacity: 0.7;
}
.checkout__wrapper .outer__checkout .checkout__info .btns > .paypal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-right: 42px;
	background-color: #0070ba;
	border-radius: 4px;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 4px;
	transition: 0.3s ease all;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
}
.checkout__wrapper .outer__checkout .checkout__info .btns > .paypal:hover {
	opacity: 0.7;
}
.checkout__wrapper .outer__checkout .checkout__info .btns > .paypal span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.checkout__wrapper .outer__checkout .checkout__info .total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	margin-top: 52px;
	border-top: 1px solid #acacac;
	margin-bottom: 52px;
}
.checkout__wrapper .outer__checkout .checkout__info .total .left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.checkout__wrapper .outer__checkout .checkout__info .total .left > p {
	margin: 0px;
	font-size: 20px;
	line-height: 20px;
	color: #0a0d13;
	font-weight: bold;
	text-transform: uppercase;
}
.checkout__wrapper .outer__checkout .checkout__info .total .left > span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #acacac;
	font-weight: 400;
}
.checkout__wrapper .outer__checkout .checkout__info .total > span {
	font-size: 40px;
	line-height: 52px;
	color: #0a0d13;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.checkout__wrapper .outer__checkout .checkout__info .discount {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.checkout__wrapper .outer__checkout .checkout__info .discount > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 45px;
	min-width: 100px;
	background-color: #58595b;
	border-radius: 4px;
	text-decoration: none;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	transition: 0.3s ease all;
}
.checkout__wrapper .outer__checkout .checkout__info .discount > a:hover {
	background-color: #00007d;
}
.checkout__wrapper .outer__checkout .checkout__info .discount > input {
	width: 100%;
	height: 45px;
	border: 1.5px solid #acacac;
	padding-left: 15px;
	margin-right: 15px;
	padding-right: 15px;
	outline: none;
	font-size: 20px;
	line-height: 28px;
	border-radius: 4px;
}
.checkout__wrapper .outer__checkout .checkout__info .element {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 52px;
}
.checkout__wrapper .outer__checkout .checkout__info .element > p {
	margin: 0px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
	line-height: 28px;
	color: #0a0d13;
}
.checkout__wrapper .outer__checkout .checkout__info .element > p > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.checkout__wrapper .outer__checkout .checkout__info .element > span {
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #0a0d13;
	font-weight: 400;
}
.checkout__wrapper .outer__checkout .plan {
	width: 100%;
	min-width: 390px;
	max-width: 390px;
	margin-right: 24px;
	padding: 40px 24px;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	border-radius: 16px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.checkout__wrapper .outer__checkout .plan .features {
	margin-top: 40px;
}
.checkout__wrapper .outer__checkout .plan .features ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.checkout__wrapper .outer__checkout .plan .features ul > li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 12px;
}
.checkout__wrapper .outer__checkout .plan .features ul > li:last-child {
	margin-bottom: 0px;
}
.checkout__wrapper .outer__checkout .plan .features ul > li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	max-width: 32px;
	margin-right: 17px;
	min-height: 32px;
	background-color: #e8edfb;
	max-height: 32px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
	border-radius: 250px;
}
.checkout__wrapper .outer__checkout .plan .price > p {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.checkout__wrapper .outer__checkout .plan .price > p span {
	font-size: 60px;
	padding-right: 7px;
	line-height: 72px;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.checkout__wrapper .outer__checkout .plan .top {
	margin-bottom: 20px;
}
.checkout__wrapper .outer__checkout .plan .top > p {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
}
.checkout__wrapper .outer__checkout .plan .top > span {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
}
.checkout__order {
	overflow: hidden;
}
.checkout__order .save__details p {
	margin-left: 15px;
}
.checkout__order .outer__order {
	border-bottom: 3px solid #d9d9d9;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
}
.checkout__order .outer__order .right {
	width: 100%;
	background-color: #f9fafa;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	position: relative;
	padding: 48px;
}
.checkout__order .outer__order .right .total {
	margin-top: 115px;
	border-top: 1px solid #acacac;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
}
.checkout__order .outer__order .right .total .info > span {
	font-size: 40px;
	line-height: 52px;
	color: #0a0d13;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.checkout__order .outer__order .right .total > .left {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.checkout__order .outer__order .right .total > .left > span {
	display: block;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #0a0d13;
	text-transform: uppercase;
}
.checkout__order .outer__order .right .total > .left > p {
	margin: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #acacac;
}
.checkout__order .outer__order .right .discount {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.checkout__order .outer__order .right .discount > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	min-width: 100px;
	background-color: #58595b;
	border-radius: 4px;
	text-decoration: none;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	transition: 0.3s ease all;
}
.checkout__order .outer__order .right .discount > a:hover {
	background-color: #00007d;
}
.checkout__order .outer__order .right .discount > input {
	width: 100%;
	height: 56px;
	border: 1.5px solid #acacac;
	padding-left: 15px;
	margin-right: 15px;
	padding-right: 15px;
	outline: none;
	font-size: 20px;
	line-height: 28px;
	border-radius: 4px;
}
.checkout__order .outer__order .right .element {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 59px;
	margin-bottom: 35px;
	border-bottom: 1px solid #acacac;
}
.checkout__order .outer__order .right .element > span {
	display: block;
	text-align: right;
	font-size: 20px;
	line-height: 28px;
	color: #0a0d13;
}
.checkout__order .outer__order .right .element > p {
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
	line-height: 28px;
	color: #0a0d13;
	font-weight: 400;
	margin-right: 12px;
}
.checkout__order .outer__order .right .element > p > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.checkout__order .outer__order .right .element > p > span img {
	min-width: 70px;
	max-width: 70px;
}
.checkout__order .outer__order .right .title {
	padding-bottom: 15px;
	border-bottom: 1px solid #acacac;
	margin-bottom: 56px;
}
.checkout__order .outer__order .right .title > p {
	font-size: 24px;
	line-height: 23px;
	color: #0a0d13;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
}
.checkout__order .outer__order .right:before {
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	content: "";
	position: absolute;
	left: 100%;
	top: 0px;
	width: 500%;
	height: 100%;
	background-color: #f9fafa;
}
.checkout__order .outer__order .left form {
	width: 100%;
	padding: 48px;
}
.checkout__order .outer__order .left form .after {
	margin-top: 23px;
}
.checkout__order .outer__order .left form .after > p {
	font-size: 16px;
	line-height: 24px;
	color: #8d8d8d;
	font-weight: 400;
	margin: 0px;
}
.checkout__order .outer__order .left form .group__submit {
	margin-top: 35px;
}
.checkout__order .outer__order .left form .group__submit > button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	border-radius: 4px;
	background-color: #00007d;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	color: #f3f3f3;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.3s ease all;
}
.checkout__order .outer__order .left form .group__submit > button:hover {
	opacity: 0.7;
}
.checkout__order .outer__order .left form .double {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 18px;
	margin-top: 24px;
}
.checkout__order .outer__order .left form .group__input {
	width: 100%;
}
.checkout__order .outer__order .left form .group__input > input {
	width: 100%;
	height: 52px;
	border: 1.5px solid #acacac;
	border-radius: 4px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 20px;
	line-height: 28px;
	outline: none;
}
.checkout__order .outer__order .left form .group__input > p {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 12px;
}
.checkout__order .outer__order .left form .pay__with {
	width: 100%;
	margin-bottom: 35px;
}
.checkout__order .outer__order .left form .pay__with .checks {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.checkout__order .outer__order .left form .pay__with .checks .container__check {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 19px;
}
.checkout__order
	.outer__order
	.left
	form
	.pay__with
	.checks
	.container__check
	p {
	margin: 0px;
}
.checkout__order
	.outer__order
	.left
	form
	.pay__with
	.checks
	.container__check:last-child {
	margin-right: 0px;
}
.checkout__order .outer__order .left form .pay__with > p {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.checkout__order .outer__order .left form .title {
	width: 100%;
	border-bottom: 1px solid #acacac;
	margin-bottom: 35px;
}
.checkout__order .outer__order .left form .title > p {
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.container__check {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.container__check > p {
	color: #acacac;
}
/* Hide the browser's default radio button */
.container__check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: -20000px;
}
/* Create a custom radio button */
.radio__check {
	position: relative;
	min-width: 15px;
	max-width: 15px;
	min-height: 15px;
	max-height: 15px;
	border: 2px solid #acacac;
	border-radius: 250px;
	cursor: pointer;
	margin-right: 8px;
}
.container__check input:checked ~ .radio__check {
	border-color: #2fbd6a;
	background-color: transparent;
}
.container__check input:checked ~ .radio__check ~ p {
	color: #0a0d13;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio__check:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.container__check input:checked ~ .radio__check:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.container__check .radio__check:after {
	top: 1.5px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border-radius: 250px;
	background: #2fbd6a;
}
.theme__head {
	overflow: hidden;
}
.theme__head .outer__head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 90px 105px;
	position: relative;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	border-radius: 16px;
}
.theme__head .outer__head .desc {
	max-width: 595px;
}
.theme__head .outer__head .desc > span {
	font-size: 124px;
	line-height: 103px;
	color: #00c3b2;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.theme__head .outer__head .desc > p {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
}
.theme__head .outer__head .desc .btns {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.theme__head .outer__head .desc .btns > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
	border: 1.5px solid #fff;
	border-radius: 4px;
	padding-top: 3px;
	min-height: 50px;
	text-decoration: none;
	transition: 0.3s ease all;
	margin-right: 15px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.theme__head .outer__head .desc .btns > a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	position: relative;
	top: -1px;
}
.theme__head .outer__head .desc .btns > a:hover {
	opacity: 0.7;
}
.theme__head .outer__head .desc .btns > a:last-child {
	margin-right: 0px;
}
.theme__head .outer__head .desc > h1 {
	margin: 0px;
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.theme__head .outer__head .media {
	position: absolute;
	top: 30px;
	right: -90px;
	height: calc(100% - 60px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.theme__head .outer__head .media img {
	height: 100%;
}
.themes__wrapper {
	padding-top: 60px;
	padding-bottom: 90px;
}
.themes__wrapper .outer__themes .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 15px;
}
.themes__wrapper .outer__themes .grid .element__wrapper {
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
	border: 1.5px solid #58595b;
	padding: 18px 22px;
}
.themes__wrapper .outer__themes .grid .element__wrapper .slick-dots {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.themes__wrapper .outer__themes .grid .element__wrapper .slick-dots li {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin: 0px 1.5px;
}
.themes__wrapper
	.outer__themes
	.grid
	.element__wrapper
	.slick-dots
	li.slick-active
	button {
	background-color: #00007d;
}
.themes__wrapper .outer__themes .grid .element__wrapper .slick-dots li button {
	width: auto;
	height: auto;
	min-width: 9px;
	max-width: 9px;
	min-height: 9px;
	max-height: 9px;
	border-radius: 250px;
	border: 1px solid #00007d;
}
.themes__wrapper
	.outer__themes
	.grid
	.element__wrapper
	.slick-dots
	li
	button:before {
	content: none;
}
.themes__wrapper .outer__themes .grid .element__wrapper .content {
	margin-top: 38px;
}
.themes__wrapper .outer__themes .grid .element__wrapper .content .preview {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6px;
}
.themes__wrapper .outer__themes .grid .element__wrapper .content .preview > a {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	transition: 0.3s ease all;
}
.themes__wrapper
	.outer__themes
	.grid
	.element__wrapper
	.content
	.preview
	> a:hover {
	color: #00007d;
}
.themes__wrapper .outer__themes .grid .element__wrapper .content .btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.themes__wrapper .outer__themes .grid .element__wrapper .content .btn > a {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	line-height: 20px;
	color: #00007d;
	font-weight: bold;
	text-transform: uppercase;
	justify-content: center;
	min-height: 38px;
	min-width: 295px;
	border: 1.5px solid #00007d;
	border-radius: 4px;
	padding-top: 3px;
	text-decoration: none;
	transition: 0.3s ease all;
}
.themes__wrapper
	.outer__themes
	.grid
	.element__wrapper
	.content
	.btn
	> a:hover {
	background-color: #00007d;
	color: #fff;
}
.themes__wrapper .outer__themes .grid .element__wrapper .head .elem .inn {
	padding-bottom: 70%;
	position: relative;
}
.themes__wrapper .outer__themes .grid .element__wrapper .head .elem .inn img {
	border: 1px solid #58595b;
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	object-fit: cover;
}
.themes__wrapper .outer__themes > h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 52px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.pagination {
	margin-top: 56px;
	display: flex;
	justify-content: flex-end;
}
.pagination > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.pagination > a:hover svg path {
	stroke: #00007d;
}
.pagination > a svg path {
	transition: 0.3s ease all;
}
.pagination > ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 45px;
}
.pagination > ul li {
	margin-right: 6px;
}
.pagination > ul li:last-child {
	margin-right: 0px;
}
.pagination > ul li.dots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 45px;
	max-width: 45px;
	min-height: 45px;
	max-height: 45px;
}
.pagination > ul li > a {
	min-width: 45px;
	max-width: 45px;
	min-height: 45px;
	max-width: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	padding-top: 3px;
	line-height: 20px;
	color: #58595b;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	border: 1px solid transparent;
	transition: 0.3s ease all;
	border-radius: 250px;
}
.pagination > ul li > a:hover {
	border-color: #00007d;
}
.pagination > ul li > a.current {
	border: 1px solid #00007d;
	border-radius: 250px;
}
.feedback__wrapper.smaller {
	padding-bottom: 0px !important;
}
.settings__menu {
	padding-top: 50px;
	background-color: #f0f0f0;
}
.settings__menu .outer__settings ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.settings__menu .outer__settings ul > li {
	margin-right: 15px;
}
.settings__menu .outer__settings ul > li > a {
	padding-bottom: 25px;
	border-bottom: 3px solid #00007d;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	font-size: 20px;
	line-height: 28px;
	color: #6b705c;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-color: transparent;
	transition: 0.3s ease all;
}
.settings__menu .outer__settings ul > li > a:hover {
	border-color: #00007d;
}
.settings__menu .outer__settings ul > li > a.current {
	border-color: #00007d;
}
.settings__menu .outer__settings ul > li:last-child {
	margin-right: 0px;
}
.settings__menu .outer__settings > h2 {
	margin-top: 0px;
	margin-bottom: 75px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.profile__box {
	padding: 45px 0px;
	padding-bottom: 0px;
}
.profile__box .outer__profile {
	display: flex;
	padding-bottom: 65px;
	border-bottom: 3px solid #d9d9d9;
	justify-content: space-between;
}
.profile__box .outer__profile .spacer {
	min-width: 2px;
	background-color: #e6e6e6;
}
.profile__box .outer__profile form {
	width: 100%;
}
.profile__box .outer__profile form .fields .double {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
	margin-bottom: 25px;
}
.profile__box .outer__profile form .fields > .group__input {
	margin-bottom: 25px;
}
.profile__box .outer__profile form .fields > .group__input:last-child {
	margin-bottom: 0px;
}
.profile__box .outer__profile form .fields .group__input input {
	width: 100%;
	height: 40px;
	border: 0px;
	border-bottom: 2px solid #00007d;
	outline: none;
	font-size: 18px;
	line-height: 22px;
}
.profile__box .outer__profile form .fields .group__input > p {
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
}
.profile__box .outer__profile form .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 34px;
	border-bottom: 2px solid #e5e5e5;
}
.profile__box .outer__profile form .top .btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.profile__box .outer__profile form .top .btns > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 85px;
	min-height: 40px;
	margin-right: 15px;
	text-decoration: none;
}
.profile__box .outer__profile form .top .btns > a.cancel {
	border-radius: 4px;
	border: 1.5px solid #a5a58d;
	font-size: 20px;
	line-height: 28px;
	color: #6c6c6c;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 3px;
	transition: 0.3s ease all;
}
.profile__box .outer__profile form .top .btns > a.cancel:hover {
	opacity: 0.7;
}
.profile__box .outer__profile form .top .btns > a.save {
	border-radius: 4px;
	background-color: #00007d;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 3px;
	transition: 0.3s ease all;
}
.profile__box .outer__profile form .top .btns > a.save:hover {
	opacity: 0.7;
}
.profile__box .outer__profile form .top .btns > a:last-child {
	margin-right: 0px;
}
.profile__box .outer__profile form .top > p {
	margin: 0px;
	margin-right: 15px;
	font-size: 24px;
	line-height: 23px;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.profile__box .outer__profile .prof {
	min-width: 295px;
	max-width: 295px;
}
.profile__box .outer__profile .prof .btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile__box .outer__profile .prof .btn > a {
	width: 100%;
	height: 50px;
	border-radius: 4px;
	background-color: #00007d;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	transition: 0.3s ease all;
	text-transform: uppercase;
}
.profile__box .outer__profile .prof .btn > a:hover {
	opacity: 0.7;
}
.profile__box .outer__profile .prof > p {
	text-align: center;
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
.profile__box .outer__profile .prof .media {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}
.profile__box .outer__profile .prof .media img {
	min-width: 150px;
	max-width: 150px;
	min-height: 150px;
	max-height: 150px;
	border: 5px solid #00007d;
	border-radius: 500px;
}
.profile__box .outer__profile .prof > span {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	color: #6c6c6c;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.profile__box .outer__profile .spacer {
	margin: 0px 50px;
}
.blog__header {
	padding-bottom: 120px;
}
.blog__header .outer__blog {
	position: relative;
}
.blog__header .outer__blog .box {
	position: absolute;
	left: 64px;
	bottom: -68px;
	padding: 40px;
	background-color: #fff;
	width: 100%;
	max-width: 600px;
	border: 1px solid #e8e8ea;
	border-radius: 4px;
}
.blog__header .outer__blog .box > p {
	margin: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #8d8d8d;
}
.blog__header .outer__blog .box > h2 {
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 40px;
	line-height: 52px;
	color: #000;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.blog__header .outer__blog > img {
	max-width: 100%;
	border-radius: 4px;
}
.blog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.blog__grid > .elem {
	display: flex;
	flex-direction: column;
	padding: 16px;
	padding-bottom: 72px;
	border: 1px solid #58595b;
	border-radius: 12px;
	background-color: #fff;
	text-decoration: none;
	position: relative;
}
.blog__grid > .elem:hover .desc > p {
	color: #00007d;
}
.blog__grid > .elem .desc > .date {
	position: absolute;
	left: 16px;
	bottom: 16px;
}
.blog__grid > .elem .desc > .date > p {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #8d8d8d;
}
.blog__grid > .elem .desc > p {
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	margin-bottom: 0px;
	font-weight: bold;
	transition: 0.3s ease all;
}
.blog__grid > .elem .desc > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	font-size: 20px;
	line-height: 28px;
	color: #00007d;
	font-weight: 400;
	border-radius: 6px;
	background-color: rgba(141, 141, 141, 0.05);
	margin-bottom: 16px;
}
.blog__grid > .elem .media {
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 66%;
}
.blog__grid > .elem .media img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
}
.cta__wrapper.small .outer__cta > .box .btn > a {
	background-color: #00c3b2;
	border-color: #00c3b2;
}
.cta__wrapper.small .outer__cta > .box .btn > a:hover {
	color: #fff;
	opacity: 0.7;
}
.cta__wrapper.small .outer__cta > .box > h2 {
	font-size: 40px;
	line-height: 52px;
}
.designed__wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
.designed__wrapper .outer__designed .inner {
	display: grid;
	border-top: 4px solid #d9d9d9;
	border-bottom: 4px solid #d9d9d9;
	padding: 30px 0px;
	text-align: center;
	align-items: flex-start;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
}
.designed__wrapper .outer__designed .inner > .elem {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.designed__wrapper .outer__designed .inner > .elem > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 85px;
	margin-bottom: 15px;
}
.designed__wrapper .outer__designed .inner > .elem > span img {
	max-height: 85px;
}
.designed__wrapper .outer__designed .inner > .elem > p {
	margin: 0px;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.designed__wrapper .outer__designed .inner br {
	display: none;
}
.designed__wrapper .outer__designed > h2 {
	margin-top: 0px;
	margin-bottom: 17px;
	font-size: 40px;
	line-height: 52px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
	text-align: center;
}
.get__started.how__works .outer__started .inner .desc .progress > .active {
	height: 18px;
}
.get__started.transparent {
	position: relative;
	z-index: 2;
}
.get__started.transparent .outer__started {
	border: 1.5px solid #58595b;
	background: none;
	background-color: #fff;
	border-radius: 16px;
}
.get__started.transparent .outer__started .inner .media img {
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.get__started.transparent .outer__started .inner .desc > .progress {
	background-color: #d9d9d9;
}
.get__started.transparent .outer__started .inner .desc > .progress .active {
	background-color: #00007d;
}
.get__started.transparent .outer__started .inner .desc > .el.filled > p {
	color: #00007d;
}
.get__started.transparent .outer__started .inner .desc > .el.filled > span {
	background-color: #00007d;
}
.get__started.transparent .outer__started .inner .desc > .el.active > p {
	color: #00007d;
}
.get__started.transparent .outer__started .inner .desc > .el.active > span {
	background-color: #00007d;
}
.get__started.transparent .outer__started .inner .desc > .el > span {
	background-color: #d9d9d9;
}
.get__started.transparent .outer__started .inner .desc > .el > p {
	color: #d9d9d9;
}
.get__started.transparent .outer__started .inner .btn > a {
	background-color: #00c3b2;
	color: #fff;
}
.get__started.transparent .outer__started > h2 {
	color: #00007d;
}
.branding__hero {
	overflow: hidden;
}
.branding__hero .outer__branding {
	padding: 52px 95px;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	border-radius: 16px;
	position: relative;
}
.branding__hero .outer__branding .media {
	position: absolute;
	height: calc(100% - 100px);
	right: -85px;
	top: 50px;
}
.branding__hero .outer__branding .media img {
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
	height: 100%;
	border-radius: 16px;
}
.branding__hero .outer__branding > .desc {
	max-width: 590px;
}
.branding__hero .outer__branding > .desc .btns {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 5px;
}
.branding__hero .outer__branding > .desc .btns > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 15px;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 4px;
	transition: 0.3s ease all;
}
.branding__hero .outer__branding > .desc .btns > a:hover {
	opacity: 0.7;
}
.branding__hero .outer__branding > .desc .btns > a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.branding__hero .outer__branding > .desc > h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 40px;
	line-height: 52px;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.branding__hero .outer__branding > .desc > span {
	font-size: 124px;
	line-height: 103px;
	font-family: "Syncopate", sans-serif;
	color: #00c3b2;
	font-weight: bold;
}
.branding__hero .outer__branding > .desc > p {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
}
.one__tool {
	padding-top: 30px;
}
.one__tool .outer__tool {
	position: relative;
}
.one__tool .outer__tool:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 245px;
	background: linear-gradient(to bottom, #fff, #d9d9d9);
	border-radius: 16px;
}
.one__tool .outer__tool .box {
	max-width: 1005px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	padding: 45px 100px;
	border-radius: 16px;
	background-color: #00007d;
	border: 1.5px solid #00c3b2;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.one__tool .outer__tool .box .bottom {
	display: flex;
	align-items: center;
	justify-content: center;
}
.one__tool .outer__tool .box .bottom > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 290px;
	min-height: 50px;
	border-radius: 4px;
	border: 1.5px solid #fff;
	text-decoration: none;
	margin-right: 10px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.3s ease all;
}
.one__tool .outer__tool .box .bottom > a:hover {
	opacity: 0.7;
}
.one__tool .outer__tool .box .bottom > a:last-child {
	margin-right: 0px;
}
.one__tool .outer__tool .box .bottom > a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.one__tool .outer__tool .box .double {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.one__tool .outer__tool .box .double .videos {
	max-width: 395px;
}
.one__tool .outer__tool .box .double .videos .video__el > p {
	text-align: center;
	margin: 0px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.one__tool .outer__tool .box .double .videos .video {
	position: relative;
	padding-bottom: 56%;
	margin-bottom: 20px;
}
.one__tool .outer__tool .box .double .videos .video > img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
.one__tool .outer__tool .box .double .videos .video > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.one__tool .outer__tool .box .double .videos .video > a > img {
	min-width: 100px;
	max-width: 100px;
}
.one__tool .outer__tool .box .double .grid {
	width: 100%;
	max-width: 290px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 16px;
	grid-row-gap: 16px;
}
.one__tool .outer__tool .box .double .grid > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 86px;
	max-width: 86px;
	min-height: 86px;
	max-height: 86px;
	border-radius: 8px;
	background-color: #fff;
}
.one__tool .outer__tool .box .double .grid > a.active svg path {
	fill: #00007d;
}
.one__tool .outer__tool > h2 {
	position: relative;
	z-index: 2;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 52px;
	color: #000;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.relevant {
	position: relative;
	padding-bottom: 30px;
	padding-top: 20px;
}
.relevant:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 105px;
	background: linear-gradient(to bottom, #d9d9d9, #fff);
}
.relevant .outer__relevant {
	position: relative;
}
.relevant .outer__relevant .grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.relevant .outer__relevant .grid .elem {
	transition: 0.3s ease all;
	border: 1.5px solid #58595b;
	border-radius: 16px;
	overflow: hidden;
	background-color: #fff;
	padding: 13px 14px;
}
.relevant .outer__relevant .grid .elem:hover {
	background-color: #1428a0;
}
.relevant .outer__relevant .grid .elem:hover .desc > a {
	color: #fff !important;
}
.relevant .outer__relevant .grid .elem:hover .desc > a:hover {
	opacity: 0.7;
}
.relevant .outer__relevant .grid .elem:hover .download > a {
	background-color: #00c3b2 !important;
	color: #fff !important;
}
.relevant .outer__relevant .grid .elem:hover .download > a:hover {
	opacity: 0.7;
}
.relevant .outer__relevant .grid .elem .desc {
	text-align: center;
}
.relevant .outer__relevant .grid .elem .desc > a {
	display: inline-flex;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	transition: 0.3s ease all;
}
.relevant .outer__relevant .grid .elem .desc > a:hover {
	color: #00007d;
}
.relevant .outer__relevant .grid .elem .desc .download {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4px;
}
.relevant .outer__relevant .grid .elem .desc .download > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 27px;
	min-width: 175px;
	border: 1.5px solid #00007d;
	border-radius: 4px;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	color: #00007d;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	transition: 0.3s ease all;
}
.relevant .outer__relevant .grid .elem .desc .download > a:hover {
	background-color: #00007d;
	color: #fff;
}
.relevant .outer__relevant .grid .elem .media {
	margin-bottom: 29px;
	padding-bottom: 65%;
	position: relative;
}
.relevant .outer__relevant .grid .elem .media img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #58595b;
}
.relevant .outer__relevant > h2 {
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 52px;
	color: #000;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	text-align: center;
}
.template__hero {
	padding-bottom: 40px;
}
.template__hero .outer__template .box {
	padding: 36px 105px;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	border-radius: 16px;
}
.template__hero .outer__template .box .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.template__hero .outer__template .box .bottom .desc {
	min-width: 290px;
	max-width: 290px;
}
.template__hero .outer__template .box .bottom .desc .btns {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.template__hero .outer__template .box .bottom .desc .btns > .regular {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 50px;
	border: 1.5px solid #fff;
	border-radius: 4px;
	text-decoration: none;
	width: 100%;
	padding-left: 20px;
	margin-bottom: 7px;
	padding-top: 2px;
	transition: 0.3s ease all;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.template__hero .outer__template .box .bottom .desc .btns > .regular:hover {
	opacity: 0.7;
}
.template__hero
	.outer__template
	.box
	.bottom
	.desc
	.btns
	> .regular:last-child {
	margin-bottom: 0px;
}
.template__hero .outer__template .box .bottom .desc .btns > .regular span {
	min-width: 29px;
	text-align: center;
	margin-right: 15px;
}
.template__hero .outer__template .box .bottom .desc .btns .download {
	margin-bottom: 7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	background-color: #00c3b2;
	border-radius: 4px;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
	transition: 0.3s ease all;
}
.template__hero .outer__template .box .bottom .desc .btns .download:hover {
	opacity: 0.7;
}
.template__hero .outer__template .box .bottom .desc > p {
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}
.template__hero .outer__template .box .bottom .desc .tags ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style-type: none;
	margin: -5px;
	margin-left: -5px;
	width: calc(100% + 10px);
	padding: 0px;
}
.template__hero .outer__template .box .bottom .desc .tags ul > li > a {
	display: block;
	text-decoration: none;
	margin: 5px;
	min-width: 50px;
	min-height: 20px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	white-space: nowrap;
	border: 1px solid #00b3e3;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 4px;
	color: #00b3e3;
}
.template__hero .outer__template .box .bottom .desc .tags ul > li > a:hover {
	color: #00007d;
	background-color: #00b3e3;
}
.template__hero .outer__template .box .bottom .desc .tags ul > li > a.active {
	color: #00007d;
	background-color: #00b3e3;
}
.template__hero .outer__template .box .bottom .media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 700px;
	margin-right: 15px;
	position: relative;
}
.template__hero .outer__template .box .bottom .media > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 32px;
	right: 32px;
	border-radius: 0px;
	border: 0px;
	transition: 0.3s ease all;
}
.template__hero .outer__template .box .bottom .media > img {
	max-width: 700px;
	width: 100%;
	border-radius: 19px;
	border: 1.5px solid #00c3b2;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.template__hero .outer__template .box > ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 25px;
}
.template__hero .outer__template .box > ul > li {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.template__hero .outer__template .box > ul > li > a {
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	transition: 0.3s ease all;
}
.template__hero .outer__template .box > ul > li > a:hover {
	opacity: 0.7;
}
.template__hero .outer__template .box > ul > li.spacer {
	margin: 0px 5px;
}
.template__hero .outer__template .box > h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 40px;
	line-height: 52px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-family: "Syncopate", sans-serif;
}
.template__hero .outer__template > .top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 32px;
}
.template__hero .outer__template > .top > ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 15px;
}
.template__hero .outer__template > .top > ul > li {
	margin-right: 30px;
}
.template__hero .outer__template > .top > ul > li > a {
	text-decoration: none;
	color: #58595b;
	font-size: 16px;
	line-height: 24px;
	transition: 0.3s ease all;
}
.template__hero .outer__template > .top > ul > li > a:hover {
	color: #00007d;
	text-decoration: underline;
}
.template__hero .outer__template > .top > ul > li:last-child {
	margin-right: 0px;
}
.template__hero .outer__template > .top form {
	width: 100%;
	max-width: 805px;
	position: relative;
}
.template__hero .outer__template > .top form .close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 205px;
	opacity: 0;
	transition: 0.3s ease all;
}
.template__hero .outer__template > .top form .close a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.template__hero .outer__template > .top form > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	background-color: #58595b;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	border-radius: 4px;
	background-color: #58595b;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	padding-top: 4px;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease all;
}
.template__hero .outer__template > .top form > a:hover {
	opacity: 0.7;
}
.template__hero .outer__template > .top form > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.template__hero .outer__template > .top form input {
	width: 100%;
	height: 52px;
	border: 2px solid #58595b;
	border-radius: 8px;
	padding-left: 45px;
	padding-right: 240px;
	font-size: 16px;
	outline: none;
	line-height: 24px;
	font-weight: 400;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.templates__hero {
	paddnig-top: 30px;
}
.templates__hero .outer__hero {
	padding: 45px 104px;
	background-color: #0b1690;
	border-radius: 16px;
	position: relative;
}
.templates__hero .outer__hero .desc {
	max-width: 625px;
	width: 100%;
}
.templates__hero .outer__hero .desc .btns {
	margin-top: 23px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.templates__hero .outer__hero .desc .btns > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 290px;
	min-height: 50px;
	border-radius: 4px;
	border: 1.5px solid #fff;
	text-decoration: none;
	margin-right: 10px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	padding-top: 2px;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.3s ease all;
}
.templates__hero .outer__hero .desc .btns > a span {
	display: inline-flex;
	position: relative;
	top: -2px;
	align-items: center;
	margin-right: 15px;
}
.templates__hero .outer__hero .desc .btns > a:hover {
	opacity: 0.7;
}
.templates__hero .outer__hero .desc > p {
	margin: 0px;
	max-width: 520px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	margin-top: 23px;
}
.templates__hero .outer__hero .desc > span {
	font-size: 124px;
	line-height: 80px;
	color: #00c3b2;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	margin-bottom: 23px;
}
.templates__hero .outer__hero .desc > span span {
	display: block;
	margin-top: 10px;
	color: #00c3b2;
	font-family: "Syncopate", sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
.templates__hero .outer__hero .desc > h1 {
	margin-top: 0px;
	margin-bottom: 23px;
	font-size: 40px;
	line-height: 52px;
	font-weight: bold;
	color: #fff;
	font-family: "Syncopate", sans-serif;
}
.templates__hero .outer__hero .media {
	top: 0px;
	right: -1px;
	height: 100%;
	position: absolute;
}
.templates__hero .outer__hero .media img {
	height: 100%;
}
.templates__box {
	padding-top: 30px;
}
.templates__box .outer__templates {
	padding-bottom: 120px;
	border-bottom: 3px solid #d9d9d9;
}
.templates__box .outer__templates .content {
	display: flex;
	justify-content: space-between;
}
.templates__box .outer__templates .content .grid {
	margin-left: 15px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.templates__box .outer__templates .content .grid .elem {
	border: 1.5px solid #58595b;
	border-radius: 16px;
	overflow: hidden;
	background-color: #fff;
	padding: 13px 14px;
	transition: 0.3s ease all;
}
.templates__box .outer__templates .content .grid .elem:hover {
	background-color: #1428a0;
}
.templates__box .outer__templates .content .grid .elem:hover .desc > a {
	color: #fff !important;
}
.templates__box .outer__templates .content .grid .elem:hover .desc > a:hover {
	opacity: 0.7;
}
.templates__box .outer__templates .content .grid .elem:hover .download > a {
	background-color: #00c3b2 !important;
	color: #fff !important;
}
.templates__box
	.outer__templates
	.content
	.grid
	.elem:hover
	.download
	> a:hover {
	opacity: 0.7;
}
.templates__box .outer__templates .content .grid .elem .desc {
	text-align: center;
}
.templates__box .outer__templates .content .grid .elem .desc > a {
	display: inline-flex;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	transition: 0.3s ease all;
}
.templates__box .outer__templates .content .grid .elem .desc > a:hover {
	color: #00007d;
}
.templates__box .outer__templates .content .grid .elem .desc .download {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4px;
}
.templates__box .outer__templates .content .grid .elem .desc .download > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 27px;
	min-width: 175px;
	border: 1.5px solid #00007d;
	border-radius: 4px;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	color: #00007d;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	transition: 0.3s ease all;
}
.templates__box
	.outer__templates
	.content
	.grid
	.elem
	.desc
	.download
	> a:hover {
	background-color: #00007d;
	color: #fff;
}
.templates__box .outer__templates .content .grid .elem .media {
	margin-bottom: 29px;
	padding-bottom: 65%;
	position: relative;
}
.templates__box .outer__templates .content .grid .elem .media img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #58595b;
}
.templates__box .outer__templates .content .container__check p {
	color: #58595b;
}
.templates__box .outer__templates .content .container__check .checkmark {
	min-width: 19px;
	max-width: 19px;
	min-height: 19px;
	max-height: 19px;
	border-radius: 4px;
	border: 1.5px solid #58595b;
	margin-right: 12px;
}
.templates__box .outer__templates .content .container__check .checkmark:after {
	left: 5.5px;
	top: 2.5px;
}
.templates__box .outer__templates .content .filter__categories {
	padding-left: 15px;
	padding-top: 8px;
	padding-right: 15px;
	position: relative;
}
.templates__box .outer__templates .content .filter__categories:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	pointer-events: none;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.3));
	z-index: 2;
}
.templates__box
	.outer__templates
	.content
	.filter__categories
	.categories__box {
	margin-top: 16px;
	max-height: 590px;
	overflow-y: auto;
	padding-bottom: 95px;
}
.templates__box
	.outer__templates
	.content
	.filter__categories
	.categories__box
	.elem {
	margin-bottom: 8px;
}
.templates__box
	.outer__templates
	.content
	.filter__categories
	.categories__box
	.elem:last-child {
	margin-bottom: 0px;
}
.templates__box
	.outer__templates
	.content
	.filter__categories
	.categories__box
	.elem
	p {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin: 0px;
	color: #58595b;
}
.templates__box .outer__templates .content .filter__categories > p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.templates__box .outer__templates .content .filter__data {
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 2px solid #d9d9d9;
	padding-bottom: 0px;
}
.templates__box .outer__templates .content .filter__data > p {
	margin-top: 0px;
	margin-bottom: -20px;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.templates__box .outer__templates .content .filter {
	min-width: 290px;
	max-width: 290px;
	padding: 16px 10px;
	border-radius: 16px;
	box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.13);
}
.templates__box .outer__templates .content .filter > p {
	margin: 0px;
	display: flex;
	align-items: center;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 9px;
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 7px;
	justify-content: flex-start;
	font-family: "Syncopate", sans-serif;
	font-size: 24px;
	line-height: 23px;
	font-weight: bold;
	color: #00007d;
}
.templates__box .outer__templates .content .filter > p span {
	display: inline-flex;
	align-items: center;
	justify-tracks: center;
	margin-right: 15px;
}
.templates__box .outer__templates > .top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 32px;
}
.templates__box .outer__templates > .top > ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 15px;
}
.templates__box .outer__templates > .top > ul > li {
	margin-right: 30px;
}
.templates__box .outer__templates > .top > ul > li > a {
	text-decoration: none;
	color: #58595b;
	font-size: 16px;
	line-height: 24px;
	transition: 0.3s ease all;
}
.templates__box .outer__templates > .top > ul > li > a:hover {
	color: #00007d;
	text-decoration: underline;
}
.templates__box .outer__templates > .top > ul > li:last-child {
	margin-right: 0px;
}
.templates__box .outer__templates > .top form {
	width: 100%;
	max-width: 805px;
	position: relative;
}
.templates__box .outer__templates > .top form .close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 205px;
	opacity: 0;
	transition: 0.3s ease all;
}
.templates__box .outer__templates > .top form .close a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.templates__box .outer__templates > .top form > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	background-color: #58595b;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	border-radius: 4px;
	background-color: #58595b;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	padding-top: 4px;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease all;
}
.templates__box .outer__templates > .top form > a:hover {
	opacity: 0.7;
}
.templates__box .outer__templates > .top form > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.templates__box .outer__templates > .top form input {
	width: 100%;
	height: 52px;
	border: 2px solid #58595b;
	border-radius: 8px;
	padding-left: 45px;
	padding-right: 240px;
	font-size: 16px;
	outline: none;
	line-height: 24px;
	font-weight: 400;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.irs--round .irs-grid-text {
	visibility: visible !important;
}
.irs--round .irs-min,
.irs--round .irs-max,
.irs--round .irs-single {
	display: none;
}
.irs--round .irs-grid-pol {
	display: none;
}
.irs--round .irs-handle {
	background-color: #00007d;
	border-color: #00007d;
	min-width: 8px;
	max-width: 8px;
	min-height: 8px;
	max-height: 8px;
	margin-top: 8px;
}
.irs--round .irs-bar {
	background-color: #00007d;
}
.brand__hero {
	padding-top: 25px;
	padding-bottom: 40px;
}
.brand__hero .outer__brand {
	border-radius: 16px;
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.brand__hero .outer__brand > span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.brand__hero .outer__brand .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
.brand__hero .outer__brand .btn > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 394px;
	height: 50px;
	background-color: #00c3b2;
	border-radius: 4px;
	font-family: "Syncopate", sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	padding-top: 2px;
	text-decoration: none;
}
.brand__hero .outer__brand .media {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.brand__hero .outer__brand .media img {
	max-width: 100%;
}
.brand__hero .outer__brand > h1 {
	position: relative;
	z-index: 2;
	margin-top: 0px;
	margin-bottom: 215px;
	font-size: 104px;
	line-height: 93px;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: -0.03em;
}
.tickercontainer {
	height: auto !important;
}
.marquee {
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	position: relative;
	z-index: 3;
}
.marquee ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.marquee ul li {
	padding-top: 13px !important;
	white-space: nowrap;
	font-size: 124px !important;
	line-height: 103px !important;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #dad3cd;
}
.brand__details {
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
}
.brand__details .outer__details {
	max-width: 720px;
}
.brand__details .outer__details > img {
	max-width: 1338px;
	top: -160px;
	right: -400px;
	position: absolute;
}
.brand__details .outer__details .desc {
	margin-top: 23px;
}
.brand__details .outer__details .desc .btn {
	display: flex;
	justify-content: flex-start;
}
.brand__details .outer__details .desc .btn > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 330px;
	min-height: 50px;
	font-size: 24px;
	line-height: 23px;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #fff;
	padding-top: 3px;
	border-radius: 4px;
	text-decoration: none;
	background-color: #00c3b2;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
	transition: 0.3s ease all;
}
.brand__details .outer__details .desc .btn > a:hover {
	opacity: 0.7;
}
.brand__details .outer__details .desc > p {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 23px;
}
.brand__details .outer__details .desc > p span {
	color: #00c3b2;
}
.brand__details .outer__details > p {
	margin-top: 0px;
	margin-bottom: 23px;
	font-size: 24px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
}
.brand__details .outer__details > p span {
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	color: #00007d;
}
.brand__details .outer__details > h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 60px;
	line-height: 72px;
	color: #00007d;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.double__info {
	padding: 70px 0px;
}
.double__info + .contact__wrapper {
	margin-top: 0px;
}
.double__info .outer__double {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.double__info .outer__double > .elem {
	padding: 43px 60px;
	border-radius: 8px;
}
.double__info .outer__double > .elem:nth-child(1) {
	background: linear-gradient(to bottom right, #1428a0, #00007d);
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.double__info .outer__double > .elem:nth-child(1) > h2 {
	color: #00c3b2;
}
.double__info .outer__double > .elem:nth-child(1) > h2 span {
	color: #fff;
}
.double__info .outer__double > .elem:nth-child(2) {
	border: 1.5px solid #58595b;
	border-radius: 8px;
}
.double__info .outer__double > .elem:nth-child(2) > h2 {
	color: #000;
}
.double__info .outer__double > .elem:nth-child(2) > h2 span {
	color: #00007d;
}
.double__info .outer__double > .elem > h2 {
	margin: 0px;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	text-align: center;
}
.double__info .outer__double > .elem > h2 span {
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.offers {
	padding-top: 240px;
	padding-bottom: 120px;
}
.offers .outer__offers {
	max-width: 1310px;
	margin-left: auto;
	margin-right: auto;
}
.offers .outer__offers .progress {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	width: 5px;
	height: 100%;
	background-color: #58595b;
}
.offers .outer__offers .progress .active {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
	background-color: #00007d;
}
.offers .outer__offers .elements {
	display: flex;
	position: relative;
	flex-direction: column;
}
.offers .outer__offers .elements .element:nth-child(even) {
	margin-left: auto;
}
.offers .outer__offers .elements .element:nth-child(even) > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	min-width: 60px;
	max-width: 60px;
	min-height: 60px;
	max-height: 60px;
	background-color: #fff;
	border-radius: 250px;
	font-size: 30px;
	left: -76px;
	line-height: 40px;
	color: #58595b;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.21);
}
.offers .outer__offers .elements .element {
	width: 100%;
	border: 2px solid #58595b;
	border-radius: 16px;
	background-color: #fff;
	min-height: 105px;
	display: flex;
	padding: 15px;
	align-items: center;
	justify-content: center;
	margin-bottom: 72px;
	position: relative;
	max-width: 555px;
}
.offers .outer__offers .elements .element > span img {
	width: 40px;
}
.offers .outer__offers .elements .element.scrolled {
	border-color: #00007d !important;
}
.offers .outer__offers .elements .element.scrolled > span {
	background-color: #00007d !important;
	box-shadow: none !important;
}
.offers .outer__offers .elements .element.scrolled > p {
	color: #00007d !important;
}
.offers .outer__offers .elements .element:last-child {
	margin-bottom: 0px;
}
.offers .outer__offers .elements .element > p {
	margin: 0px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #58595b;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.offers .outer__offers .elements .element:nth-child(odd) {
	margin-right: auto;
}
.offers .outer__offers .elements .element:nth-child(odd) > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	min-width: 60px;
	max-width: 60px;
	min-height: 60px;
	max-height: 60px;
	background-color: #fff;
	border-radius: 250px;
	font-size: 30px;
	right: -76px;
	line-height: 40px;
	color: #58595b;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.21);
}
.offers .outer__offers > .top {
	margin-bottom: 130px;
	position: relative;
	padding-left: 400px;
}
.offers .outer__offers > .top > img {
	top: -340px;
	position: absolute;
	left: -600px;
	max-width: 1380px;
}
.offers .outer__offers > .top > h2 {
	margin: 0px;
	font-size: 124px;
	line-height: 103px;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #00007d;
}
.qa__box {
	padding-top: 85px;
	padding-bottom: 55px;
	position: relative;
}
.qa__box:before {
	content: "";
	position: absolute;
	top: 125px;
	left: 0px;
	width: 100%;
	height: 555px;
	background: linear-gradient(to bottom, #d9d9d9, #fff);
}
.qa__box .outer__box {
	position: relative;
	z-index: 2;
}
.qa__box .outer__box .inner {
	max-width: 750px;
	width: 100%;
	margin-left: auto;
}
.qa__box .outer__box .inner > .elem {
	padding-bottom: 55px;
	border-top: 2px solid #00007d;
	padding-top: 15px;
	cursor: pointer;
}
.qa__box .outer__box .inner > .elem.opened > .title > span {
	transform: rotate(-25deg);
}
.qa__box .outer__box .inner > .elem > .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qa__box .outer__box .inner > .elem > .title > span {
	margin-left: 10px;
	transition: 0.3s ease all;
}
.qa__box .outer__box .inner > .elem .desc {
	display: none;
	margin-top: 25px;
}
.qa__box .outer__box .inner > .elem .desc > p {
	margin: 0px;
	font-size: 20px;
	line-height: 28px;
	color: #000;
}
.qa__box .outer__box .inner > .elem .desc > p span {
	color: #00007d;
}
.qa__box .outer__box .inner > .elem .title > h2 {
	margin: 0px;
	font-size: 30px;
	line-height: 40px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
}
.qa__box .outer__box > h2 {
	margin-top: 0px;
	margin-bottom: 85px;
	font-size: 124px;
	line-height: 103px;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #00007d;
	text-transform: uppercase;
}
.see__action {
	padding-top: 75px;
	padding-bottom: 80px;
}
.see__action .outer__see {
	position: relative;
}
.see__action .outer__see .box__wrapper {
	max-width: 1065px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.see__action .outer__see .box__wrapper .box {
	width: 100%;
	padding-bottom: 53%;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #00007d;
	border-radius: 16px;
	box-shadow: 0px 4px 85px 21px rgba(0, 0, 0, 0.37);
}
.see__action .outer__see .box__wrapper .box > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s ease all;
}
.see__action .outer__see .box__wrapper .box > a:hover {
	opacity: 0.7;
}
.see__action .outer__see .box__wrapper .box > a img {
	min-width: 88px;
	max-width: 88px;
}
.see__action .outer__see:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 170px;
	width: 100%;
	height: 537px;
	background-color: #00007d;
	border-radius: 16px;
}
.see__action .outer__see > h2 {
	position: relative;
	z-index: 2;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 180px;
	font-size: 134px;
	line-height: 123px;
	color: #00c3b2;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.happy__clients {
	padding-top: 70px;
	padding-bottom: 70px;
}
.happy__clients .outer__happy {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.happy__clients .row {
	margin-bottom: 25px;
}
.happy__clients .row:last-child {
	margin-bottom: 0px;
}
.happy__clients .row:nth-child(odd) {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 1311px;
	min-width: 1311px;
	width: 100%;
}
.happy__clients .row:nth-child(even) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1978px;
	min-width: 1978px;
	position: relative;
}
.happy__clients .row .elem {
	padding-top: 63px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	border: 1px solid #00007d;
	border-radius: 16px;
	background-color: #fff;
	margin-right: 20px;
	transition: 0.3s ease all;
	padding-left: 223px;
	position: relative;
	box-shadow: 0px 4px 65px 21px rgba(0, 0, 0, 0.37);
}
.happy__clients .row .elem .img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 25px;
}
.happy__clients .row .elem .img svg path {
	transition: 0.3s ease all;
}
.happy__clients .row .elem:hover {
	background-color: #00007d;
	border-color: #00c3b2;
	box-shadow: 0px 4px 85px 21px rgba(0, 195, 178, 0.33);
}
.happy__clients .row .elem:hover .img svg path {
	fill: #fff;
}
.happy__clients .row .elem:hover > p,
.happy__clients .row .elem:hover > span {
	color: #fff;
}
.happy__clients .row .elem:last-child {
	margin-right: 0px;
}
.happy__clients .row .elem > p {
	max-width: 395px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 16px;
	color: #58595b;
	font-weight: 300;
	transition: 0.3s ease all;
	text-align: left;
}
.happy__clients .row .elem > span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	transition: 0.3s ease all;
	color: #58595b;
}
.happy__clients .container > h2 {
	text-align: center;
	margin: 0px;
	margin-bottom: 50px;
	font-size: 134px;
	line-height: 123px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.why__us {
	padding: 125px 0px;
}
.why__us .outer__why {
	background-color: #00007d;
	border-radius: 16px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.why__us .outer__why .slider__bottom {
	margin-top: 90px;
	padding-bottom: 80px !important;
	position: relative;
}
.why__us .outer__why .slider__bottom:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 245px;
	height: 72px;
	background: linear-gradient(to right, #00007d, rgba(0, 0, 125, 0));
	z-index: 2;
}
.why__us .outer__why .slider__bottom:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 245px;
	height: 72px;
	background: linear-gradient(to left, #00007d, rgba(0, 0, 125, 0));
	z-index: 2;
}
.why__us .outer__why .slider__bottom ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.why__us .outer__why .slider__bottom ul li {
	margin: 0px 20px;
}
.why__us .outer__why .slider {
	margin-top: 30px;
}
.why__us .outer__why .slider .slick-prev {
	min-width: 42px;
	max-width: 42px;
	min-height: 42px;
	max-height: 42px;
	border-radius: 250px;
	left: 60px;
	background: url("../../new/images/arrslideleft.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 2;
}
.why__us .outer__why .slider .slick-prev:before {
	content: none;
}
.why__us .outer__why .slider .slick-next {
	min-width: 42px;
	max-width: 42px;
	min-height: 42px;
	max-height: 42px;
	border-radius: 250px;
	right: 60px;
	background: url("../../new/images/arrslideright.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 2;
}
.why__us .outer__why .slider .slick-next:before {
	content: none;
}
.why__us .outer__why .slider .slick-track {
	padding: 35px 0px;
}
.why__us .outer__why .slider .slick-track .inn {
	padding: 35px;
}
.why__us .outer__why .slider .inn {
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
}
.why__us .outer__why .slider .inn img {
	max-width: 638px;
}
.why__us .outer__why > h6 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.why__us .outer__why > p {
	margin: 0px;
	text-align: center;
	font-size: 26px;
	line-height: 113%;
	color: #fff;
}
.why__us .outer__why > p span {
	font-weight: bold;
	color: #00c3b2;
}
.why__us .outer__why > h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 134px;
	line-height: 123px;
	color: #00c3b2;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}
.happy__clients .row .elem > .img svg {
	max-width: 175px;
}
.notes {
	padding-top: 150px;
	padding-bottom: 75px;
}
.notes .outer__notes {
	border: 1.5px solid #58595b;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.notes .outer__notes > h6 {
	text-align: center;
	margin-bottom: 42px;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-family: "Syncopate", sans-serif;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.notes .outer__notes .media {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.notes .outer__notes .media img {
	max-width: 765px;
}
.notes .outer__notes > p {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: -70px;
	color: #000;
	text-align: center;
}
.notes .outer__notes > p span {
	color: #00007d;
}
.notes .outer__notes > h2 {
	margin-top: 0px;
	margin-bottom: 42px;
	font-size: 134px;
	line-height: 123px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	position: relative;
	top: -180px;
	margin-bottom: -180px;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #00007d;
	text-align: center;
}
.compare__wrapper.updated .outer__compare .inn .split-pane .gutter {
	background-color: #757070;
}
.compare__wrapper.updated .outer__compare .inn .split-pane .gutter:before {
	background: url(../../new/images/draggrey.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.compare__wrapper.updated .outer__compare {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.compare__wrapper.updated .outer__compare .main__slider {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.compare__wrapper.updated .outer__compare .main__slider .elem {
	padding: 22px 37px;
	background-color: #fff;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0px 4px 85px 21px rgba(0, 0, 0, 0.37);
}
.compare__wrapper.updated .outer__compare .top > p {
	margin: 0px;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	font-family: "Syncopate", sans-serif;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.compare__wrapper.updated .outer__compare .top > h2 {
	position: relative;
	top: -60px;
	margin-bottom: -60px;
	color: #00c3b2;
	font-size: 120px;
	line-height: 123px;
}
.brand__info {
	padding-top: 150px;
	padding-bottom: 130px;
}
.brand__info .outer__brand {
	padding: 100px 0px;
	border: 1.5px solid #58595b;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.brand__info .outer__brand .inner {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.brand__info .outer__brand .inner .desc {
	width: 100%;
	max-width: 415px;
}
.brand__info .outer__brand .inner .desc ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.brand__info .outer__brand .inner .desc ul > li {
	display: flex;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 23px;
	color: #000;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	align-items: center;
	justify-content: flex-start;
}
.brand__info .outer__brand .inner .desc ul > li:last-child {
	margin-bottom: 0px;
}
.brand__info .outer__brand .inner .desc ul > li span {
	margin-right: 7px;
}
.brand__info .outer__brand .inner .desc > p {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 20px;
	color: #58595b;
	font-weight: bold;
	text-transform: uppercase;
}
.brand__info .outer__brand .inner .media {
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand__info .outer__brand .inner .media img {
	max-width: 325px;
}
.brand__info .outer__brand > p {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 55px;
	font-family: "Syncopate", sans-serif;
	color: #000;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.brand__info .outer__brand > h2 {
	margin-top: 0px;
	font-size: 134px;
	line-height: 123px;
	color: #00007d;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	top: -280px;
	margin-bottom: -240px;
}
.social__media {
	padding-top: 180px;
	padding-bottom: 80px;
}
.social__media .outer__social {
	background-color: #00007d;
	border-radius: 16px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.social__media .outer__social .running__slider ul {
	display: flex;
	align-items: flex-end;
}
.social__media .outer__social .running__slider .el {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.social__media .outer__social .running__slider .el > img {
	margin-bottom: 10px;
}
.social__media .outer__social .running__slider .el > p {
	margin: 0px;
	font-family: "Syncopate", sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.social__media .outer__social > span {
	margin-top: 46px;
	font-size: 20px;
	line-height: 20px;
	max-width: 645px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: #fff;
	display: block;
	padding-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
}
.social__media .outer__social > p {
	text-align: center;
	margin-top: 0px;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.social__media .outer__social > h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 80px;
	font-size: 104px;
	line-height: 123px;
	color: #00c3b2;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	position: relative;
	top: -180px;
	margin-bottom: -100px;
}
.docs__info {
	padding-top: 210px;
	padding-bottom: 120px;
}
.docs__info .outer__docs {
	border: 1.5px solid #58595b;
	border-radius: 8px;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
}
.docs__info .outer__docs .inn {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 1110px;
	margin-left: auto;
	grid-column-gap: 30px;
	margin-right: auto;
	padding-bottom: 108px;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
}
.docs__info .outer__docs .inn .desc > p {
	margin: 0px;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.docs__info .outer__docs .inn .desc ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 22px;
	margin-top: 25px;
	max-width: 420px;
	grid-column-gap: 20px;
}
.docs__info .outer__docs .inn .desc ul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-top: 1px solid #00007d;
	border-bottom: 1px solid #00007d;
	padding: 5px 0px;
	font-size: 24px;
	line-height: 113%;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #000;
	transition: 0.3s ease all;
}
.docs__info .outer__docs .inn .desc ul > li > a:hover {
	background-color: #00007d;
	color: #fff;
}
.docs__info .outer__docs .inn .desc ul > li > a.current {
	background-color: #00007d;
	color: #fff;
}
.docs__info .outer__docs .inn .media img {
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 0px 4px 85px 21px rgba(0, 0, 0, 0.37);
}
.docs__info .outer__docs > h2 {
	margin-top: 0px;
	font-size: 107px;
	text-align: center;
	line-height: 120px;
	color: #00007d;
	position: relative;
	top: -170px;
	font-family: "Syncopate";
	font-weight: bold;
	margin-bottom: -110px;
}
.timeline__wrapper {
	background: linear-gradient(to bottom, #d9d9d9, #fff);
}
.timeline__wrapper > img {
	width: 100%;
	max-width: 100%;
}
.timeline__wrapper .tickercontainer {
	height: auto !important;
	transform: rotate(3deg);
	margin-bottom: 45px;
	position: relative;
	z-index: 3;
}
.timeline__wrapper ul {
	position: relative;
	z-index: 300;
}
.timeline__wrapper ul li h2 {
	margin: 0px;
	font-size: 106px;
	line-height: 120px;
	color: #58595b;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.timeline__wrapper .outer {
	margin-top: 80px;
}
.timeline__wrapper .outer .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1310px;
	grid-column-gap: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
.timeline__wrapper .outer .grid > .elem {
	text-align: center;
}
.timeline__wrapper .outer .grid > .elem > span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.timeline__wrapper .outer .grid > .elem > p {
	margin: 0px;
	font-size: 26px;
	line-height: 34px;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.timeline__wrapper .outer .grid > .elem > p span {
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #00007d;
}
.timeline__wrapper .outer > a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	color: #58595b;
	font-weight: bold;
	text-transform: uppercase;
}
.timeline__wrapper .outer > a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 7px;
	position: relative;
	top: -2px;
}
.timeline__wrapper .outer > p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 70px;
	font-size: 24px;
	line-height: 23px;
	color: #000;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
}
.timeline__wrapper .outer__timeline > p {
	margin-top: 0px;
	margin-bottom: 64px;
	font-size: 40px;
	line-height: 52px;
	font-family: "Syncopate", sans-serif;
	color: #00007d;
	text-align: center;
	max-width: 1090px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.articles__box {
	padding-bottom: 20px;
	margin-bottom: -50px;
}
.articles__box .last {
	background: url("../../new/images/maskback.svg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	background-position: center;
}
.articles__box .outer__articles {
	position: relative;
	z-index: 2;
}
.articles__box .outer__articles .title__picker .select__image {
	margin-top: 40px;
	width: 100%;
	border: 1px solid #58595b;
	background-color: #fff;
	border-radius: 16px;
	position: relative;
	padding: 15px;
}
.articles__box .outer__articles .title__picker .select__image > span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	display: block;
	margin-top: -15px;
	font-size: 24px;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #00007d;
	white-space: nowrap;
}
.articles__box .outer__articles .title__picker .select__image > p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	display: block;
	margin-top: 25px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	width: 100%;
}
.articles__box .outer__articles .title__picker .select__image svg {
	width: 100%;
}
.articles__box .outer__articles .title__picker .select {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
}
.articles__box
	.outer__articles
	.title__picker
	.select
	.group__dropdown
	> select {
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 17px;
	line-height: 20px;
	width: 100%;
	height: 44px;
	border: 1px solid #000;
	border-radius: 250px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
	background: url("../../new/images/selarrow.svg");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: calc(100% - 15px) center;
	background-color: #fff;
}
.articles__box .outer__articles .elem > h2 {
	margin: 0px;
	text-align: center;
	font-size: 104px;
	line-height: 103px;
	font-family: "Syncopate", sans-serif;
	font-weight: bold;
	color: #00c3b2;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}
.articles__box .outer__articles .elem .inner {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.articles__box .outer__articles .elem .inner .desc {
	max-width: 570px;
	padding-top: 120px;
}
.articles__box .outer__articles .elem .inner .desc .click > p {
	margin-top: 0px;
	font-size: 20px;
	line-height: 20px;
	color: #00007d;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.articles__box .outer__articles .elem .inner .desc .click .box__graph {
	box-shadow: 0px 4px 85px 21px rgba(0, 0, 0, 0.37);
	border-radius: 16px;
	background-color: #fff;
	padding: 10px 15px;
}
.articles__box .outer__articles .elem .inner .desc .click .box__graph svg {
	width: 100%;
}
.articles__box .outer__articles .elem .inner .desc .click .box ul {
	width: 100%;
	border: 1px solid #58595b;
	border-radius: 100px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	margin-top: 7px;
	margin-bottom: 35px;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
}
.articles__box .outer__articles .elem .inner .desc .click .box ul > li {
	margin-right: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.articles__box
	.outer__articles
	.elem
	.inner
	.desc
	.click
	.box
	ul
	> li:last-child {
	margin-right: 0px;
}
.articles__box .outer__articles .elem .inner .desc .click .box ul > li > div {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 49px;
	max-width: 49px;
	min-height: 49px;
	max-height: 49px;
	border-radius: 250px;
	border-radius: 250px;
	border: 1px solid #58595b;
}
.articles__box
	.outer__articles
	.elem
	.inner
	.desc
	.click
	.box
	ul
	> li
	> div
	.minicolors-input-swatch {
	opacity: 0;
}
.articles__box .outer__articles .elem .inner .desc > p {
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: left;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #00c3b2;
	font-family: "Syncopate", sans-serif;
	text-transform: uppercase;
}
.articles__box .outer__articles .elem .inner .desc > span {
	display: block;
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
}
.articles__box .outer__articles .elem .inner .desc .media {
	display: flex;
	align-items: center;
	justify-content: center;
}
.articles__box .outer__articles .elem .inner .desc .media img {
	border-radius: 8px;
	box-shadow: 0px 4px 85px 21px rgba(0, 0, 0, 0.37);
	max-width: 100%;
}
.articles__box .outer__articles .elem .inner > span {
	font-family: "Syncopate", sans-serif;
	font-size: 334px;
	line-height: 240px;
	margin-right: 50px;
}
.articles__box .outer__articles .elem:nth-child(1) {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.articles__box .outer__articles .elem:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom: 2px solid #58595b;
}
.articles__box .outer__articles .elem.blue {
	background: linear-gradient(to bottom right, #1428a0, #00007d);
}
.articles__box .outer__articles .elem.blue .inner > span {
	color: #fff;
}
.articles__box .outer__articles .elem.white {
	border-left: 2px solid #58595b;
	border-right: 2px solid #58595b;
	box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.13);
	background-color: #fff;
}
.articles__box .outer__articles .elem.white .inner .desc > p {
	color: #00007d;
}
.articles__box .outer__articles .elem.white .inner .desc > span {
	color: #000;
}
.articles__box .outer__articles .elem.white .inner .desc > span span {
	color: #00c3b2;
}
.articles__box .outer__articles .elem.white .inner > span {
	color: #00007d;
}
.slider__features {
	margin-left: auto;
	margin-top: -40px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}
.slider__features .slick-dots {
	position: static;
	margin-top: 20px !important;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider__features .slick-dots li {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin: 0px 1.5px;
}
.slider__features .slick-dots li.slick-active button {
	background-color: #00007d;
}
.slider__features .slick-dots li button {
	width: auto;
	height: auto;
	min-width: 9px;
	max-width: 9px;
	min-height: 9px;
	max-height: 9px;
	border-radius: 250px;
	border: 1px solid #00007d;
}
.slider__features .slick-dots li button:before {
	content: none;
}
.slider__features .slick-prev {
	min-width: 42px;
	max-width: 42px;
	min-height: 42px;
	max-height: 42px;
	border-radius: 250px;
	left: -60px;
	background: url("../../new/images/leftarrblue.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 2;
}
.slider__features .slick-prev:before {
	content: none;
}
.slider__features .slick-next {
	min-width: 42px;
	max-width: 42px;
	min-height: 42px;
	max-height: 42px;
	border-radius: 250px;
	right: -60px;
	background: url("../../new/images/rightarrblue.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 2;
}
.slider__features .slick-next:before {
	content: none;
}
.slider__features .slick-slide {
	margin: 0 15px;
}
.slider__features .slick-list {
	margin: 0 -15px;
}
.slider__features .elem {
	width: 100%;
	padding: 32px;
	background-color: #dad3cd;
	border-radius: 16px;
	border: 1px solid #f7f1ec;
}
.slider__features .elem > .inn .media > img {
	max-width: 100%;
	width: 100%;
	border-radius: 8px;
}
.slider__features .elem > .inn .media .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.slider__features .elem > .inn .media .grid > img {
	max-width: 100%;
}
.slider__features .elem > .inn > p {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	font-family: "Syncopate", sans-serif;
}
@media (max-width: 1540px) {
	.brand__details .outer__details > img {
		max-width: 1100px;
	}
}
.brand__details .outer__details > img {
	pointer-events: none;
}
@media (max-width: 1280px) {
	.theme__head .outer__head {
		padding: 50px 60px;
	}
}
@media (max-width: 1240px) {
	.offers .outer__offers .elements {
		max-width: 940px;
		margin-left: auto;
		margin-right: auto;
	}
	.offers .outer__offers .elements .element > p {
		font-size: 24px;
		line-height: 32px;
	}
	.offers .outer__offers .elements .element {
		max-width: 425px;
	}
}
@media (max-width: 1200px) {
	.articles__box .outer__articles .elem .inner > span {
		font-size: 240px;
		line-height: 200px;
	}
	.articles__box .outer__articles .elem .inner .desc .click .box ul > li {
		margin-right: 20px;
	}
	.articles__box .outer__articles .elem > h2 {
		font-size: 84px;
		line-height: 74px;
	}
	.timeline__wrapper {
		padding-bottom: 45px;
	}
	.timeline__wrapper ul li h2 {
		font-size: 87px;
		line-height: 97px;
	}
	.timeline__wrapper .outer__timeline > p {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 34px;
	}
	.docs__info .outer__docs > h2 {
		font-size: 87px;
		line-height: 97px;
		top: -130px;
	}
	.docs__info {
		padding-top: 140px;
	}
	.social__media .outer__social > h2 {
		font-size: 94px;
		line-height: 104px;
		top: -100px;
		margin-bottom: -20px;
	}
	.brand__info .outer__brand > h2 {
		font-size: 110px;
		line-height: 110px;
		top: -250px;
	}
	.compare__wrapper.updated .outer__compare .top > h2 {
		font-size: 70px;
		line-height: 80px;
		top: -30px;
		margin-bottom: -30px;
	}
	.notes .outer__notes > h2 {
		font-size: 100px;
		line-height: 90px;
		top: -130px;
		margin-bottom: -130px;
	}
	.notes .outer__notes > h6 {
		font-size: 26px;
		line-height: 34px;
	}
	.happy__clients .row:nth-child(odd) {
		min-width: 940px;
		max-width: 940px;
	}
	.happy__clients .row:nth-child(even) {
		min-width: 1350px;
		max-width: 1350px;
	}
	.happy__clients .container > h2 {
		font-size: 100px;
		margin-bottom: 20px;
		line-height: 104px;
	}
	.happy__clients {
		padding: 45px 0px;
	}
	.see__action .outer__see > h2 {
		margin-bottom: 100px;
		font-size: 100px;
		line-height: 90px;
	}
	.see__action .outer__see {
		padding-left: 15px;
		padding-right: 15px;
	}
	.see__action .outer__see:before {
		top: 120px;
	}
	.qa__box .outer__box > h2 {
		font-size: 100px;
		line-height: 80px;
		margin-bottom: 30px;
	}
	.qa__box .outer__box .inner > .elem:last-child {
		padding-bottom: 0px;
	}
	.qa__box .outer__box .inner > .elem .title > h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.qa__box .outer__box .inner > .elem .desc {
		margin-top: 12px;
	}
	.qa__box .outer__box .inner {
		max-width: 100%;
	}
	.offers .outer__offers > .top > h2 {
		font-size: 100px;
		line-height: 80px;
	}
	.brand__details .outer__details > img {
		position: static;
		margin-bottom: -5%;
		max-width: 100%;
	}
	.brand__details .outer__details {
		max-width: 100%;
	}
	.templates__hero .outer__hero {
		padding: 25px 40px;
	}
	.templates__hero .outer__hero .desc {
		max-width: 540px;
	}
	.templates__hero .outer__hero .desc > h1 {
		font-size: 34px;
		line-height: 42px;
	}
	.templates__hero .outer__hero .desc > span {
		font-size: 100px;
	}
	.templates__hero .outer__hero .desc > span span {
		font-size: 20px;
		line-height: 20px;
	}
	.relevant .outer__relevant > h2 {
		margin-bottom: 25px;
	}
	.template__hero .outer__template .box {
		padding: 35px 50px;
	}
	.branding__hero .outer__branding {
		padding: 52px 40px;
	}
	.branding__hero .outer__branding > .desc > h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.branding__hero .outer__branding > .desc > span {
		font-size: 100px;
		line-height: 80px;
	}
	.branding__hero .outer__branding > .desc > p {
		font-size: 18px;
		line-height: 26px;
	}
	.branding__hero .outer__branding .media {
		right: -40px;
	}
	.themes__wrapper .outer__themes .grid .element__wrapper .content .btn > a {
		max-width: 260px;
		min-width: 260px;
	}
	.checkout__wrapper .outer__checkout .checkout__info .btns {
		flex-direction: column;
		align-items: center;
	}
	.checkout__wrapper .outer__checkout .checkout__info .btns > .paypal {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.checkout__wrapper .outer__checkout .checkout__info .btns > a {
		min-width: 285px;
	}
	.templates__search .outer__templates .grid > .elem {
		min-width: calc(33% - 9px);
	}
	.templates__search .outer__templates .grid > .elem .media > span {
		top: 12px;
		font-size: 19px;
	}
	.more__features .outer__more:before {
		width: calc(100% + 30px);
		left: -15px;
	}
	.more__features .outer__more .feature .el .inn {
		padding: 25px;
	}
	.box__information .outer__box > .elem {
		padding: 25px 30px;
	}
	.box__information .outer__box > .elem .desc > h2 {
		font-size: 34px;
		line-height: 44px;
	}
	.box__information .outer__box > .elem .desc > span {
		font-size: 100px;
		line-height: 90px;
	}
	.hero__section .outer__hero > h1 {
		font-size: 100px;
		line-height: 90px;
	}
	.hero__section .outer__hero > h2 {
		font-size: 52px;
		line-height: 62px;
	}
	.hero__section .outer__hero > p {
		font-size: 18px;
		line-height: 26px;
	}
	.compare__wrapper .outer__compare {
		padding: 60px 120px;
	}
	.pricing__wrapper .outer__pricing .grid > .elem .price > p span {
		font-size: 45px;
		line-height: 50px;
	}
	.pricing__wrapper .outer__pricing .grid > .elem .price > p {
		font-size: 18px;
		line-height: 26px;
	}
	.qa__wrapper .outer__qa > h2 {
		margin-bottom: 40px;
	}
	.colors__hero .outer__colors {
		padding-top: 60px;
		padding-left: 60px;
		padding-bottom: 60px;
	}
	.feedback__wrapper .feedback__slider .elem .inn {
		padding: 32px 50px;
	}
	.get__started .outer__started {
		padding: 42px 50px;
	}
	.product__wrapper .outer__product {
		height: 600px;
	}
	.contact__wrapper .outer__contact form {
		padding-left: 30px;
		padding-right: 30px;
	}
	.categories__header .outer__categories {
		padding: 40px 50px;
	}
	.categories__header .outer__categories .desc > h1 {
		font-size: 34px;
		line-height: 42px;
	}
	.categories__header .outer__categories .desc > p > span {
		font-size: 100px;
		line-height: 90px;
	}
	.categories__header .outer__categories .desc > p {
		font-size: 20px;
		line-height: 19px;
	}
	.categories__header .outer__categories .desc .description > p {
		font-size: 18px;
		line-height: 25px;
	}
	.categories__list .outer__list .grid > .elem .media > span {
		font-size: 18px;
	}
	.categories__list .outer__list .grid {
		grid-template-columns: repeat(3, 1fr);
	}
	header .outer__header .left > ul > li > a {
		font-size: 18px;
		line-height: 25px;
	}
	header .outer__header .btn > a {
		min-width: 160px;
	}
}
.close__btn {
	display: none;
}
.trusted__companies {
	display: none;
}
@media (max-width: 1140px) {
	.branding__hero .outer__branding > .desc {
		max-width: 450px;
	}
	.branding__hero .outer__branding .media {
		height: calc(100% - 120px);
		top: 60px;
		right: -70px;
	}
	.branding__hero .outer__branding > .desc .btns {
		flex-direction: column;
		align-items: flex-start;
	}
	.branding__hero .outer__branding > .desc .btns > a {
		margin-bottom: 10px;
	}
	.branding__hero .outer__branding > .desc .btns > a:last-child {
		margin-bottom: 0px;
	}
	.theme__head .outer__head .desc > h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.theme__head .outer__head .desc > span {
		font-size: 94px;
		line-height: 80px;
	}
	.theme__head .outer__head .desc > p {
		font-size: 18px;
		line-height: 26px;
	}
	.theme__head .outer__head .desc {
		max-width: 520px;
	}
	.theme__head .outer__head .desc .btns {
		flex-wrap: wrap;
	}
	.theme__head .outer__head .desc .btns > a {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.theme__head .outer__head .desc .btns > a:last-child {
		margin-bottom: 0px;
	}
}
.blog__header .outer__blog:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 125, 0.3);
}
.designed__wrapper {
	position: relative;
}
.designed__wrapper:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	top: -350px;
	height: 450px;
	background: linear-gradient(to bottom, #fff, #d9d9d9, #fff);
}
.designed__wrapper .outer__designed {
	position: relative;
}
.templates__hero .small__media {
	display: none;
}
.filter__btn {
	display: none;
}
.media__mobile {
	display: none;
}
.docs__info .outer__docs .inn .media {
	border-radius: 8px;
}
@media (max-width: 991px) {
	.slider__features .elem {
		padding: 15px;
	}
	.slider__features {
		max-width: 100%;
	}
	.slider__features .slick-prev {
		left: 15px;
	}
	.slider__features .slick-next {
		right: 15px;
	}
	.articles__box .outer__articles .elem .inner .desc > span {
		font-size: 16px;
		line-height: 24px;
	}
	.articles__box {
		padding-top: 50px;
	}
	.articles__box .outer__articles .elem .inner > span {
		font-size: 194px;
		line-height: 190px;
	}
	.articles__box .outer__articles .elem .inner .desc .click .box__graph svg {
		height: auto;
	}
	.articles__box .outer__articles .elem > h2 {
		font-size: 40px;
		line-height: 52px;
		top: -30px;
		margin-bottom: -30px;
	}
	.articles__box .outer__articles .elem .inner .desc > p {
		font-size: 19px;
		line-height: 113%;
		margin-bottom: 5px;
	}
	.articles__box .outer__articles .elem .inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.articles__box .outer__articles .elem .inner > span {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.articles__box .outer__articles .elem .inner .desc {
		padding-top: 20px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.articles__box .outer__articles .elem .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.docs__info {
		padding-bottom: 45px;
	}
	.timeline__wrapper .outer > a {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.timeline__wrapper .outer > a span {
		margin-left: 0px;
		margin-bottom: 7px;
	}
	.timeline__wrapper ul li h2 {
		font-size: 42px;
		line-height: 113%;
	}
	.timeline__wrapper .tickercontainer {
		transform: rotate(1.5deg);
	}
	.timeline__wrapper .outer__timeline > p {
		font-size: 22px;
		line-height: 23px;
		max-width: 640px;
	}
	.timeline__wrapper .outer {
		margin-top: 45px;
	}
	.timeline__wrapper .outer > p {
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 28px;
	}
	.timeline__wrapper .outer .grid {
		grid-template-columns: 1fr;
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
		grid-row-gap: 25px;
	}
	.timeline__wrapper .outer .grid > .elem > p {
		font-size: 22px;
		line-height: 113%;
	}
	.timeline__wrapper > img {
		display: none;
	}
	.docs__info .outer__docs > h2 {
		font-size: 43px;
		line-height: 93%;
	}
	.docs__info .outer__docs .inn .desc > p {
		font-size: 14px;
		line-height: 113%;
	}
	.docs__info .outer__docs .inn .desc ul > li > a {
		font-size: 12px;
		line-height: 16px;
	}
	.docs__info .outer__docs {
		border: 0px;
		box-shadow: none;
		border-radius: 0px;
	}
	.docs__info .outer__docs .inn {
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		grid-template-columns: 1fr;
		text-align: center;
		align-items: center;
	}
	.docs__info .outer__docs .inn .desc {
		margin-bottom: 25px;
	}
	.docs__info .outer__docs .inn .desc ul {
		margin-left: auto;
		grid-template-columns: repeat(4, 1fr);
		max-width: 100%;
		margin-right: auto;
		grid-column-gap: 8px;
	}
	.docs__info .outer__docs .inn .media {
		width: 100%;
	}
	.docs__info .outer__docs .inn .media img {
		width: 100%;
		max-width: 100%;
	}
	.social__media {
		padding: 0px;
	}
	.social__media .outer__social {
		width: calc(100% + 30px);
		margin-left: -15px;
		border-radius: 0px;
	}
	.social__media .outer__social > h2 {
		font-size: 40px;
		line-height: 52px;
		top: -27px;
		margin-bottom: -27px;
	}
	.social__media .outer__social > p {
		font-size: 19px;
		line-height: 113%;
		margin-bottom: 49px;
	}
	.social__media .outer__social > span {
		font-size: 16px;
		line-height: 24px;
	}
	.brand__info .outer__brand .inner {
		flex-direction: column-reverse;
	}
	.brand__info .outer__brand .inner .media {
		margin-bottom: 25px;
	}
	.brand__info .outer__brand .inner .desc ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 10px;
	}
	.brand__info .outer__brand .inner .desc {
		max-width: 100%;
	}
	.brand__info .outer__brand .inner .desc ul > li {
		font-size: 18px;
		align-items: flex-start;
		line-height: 24px;
	}
	.brand__info .outer__brand .inner .desc ul > li span img {
		min-width: 26px;
		max-width: 26px;
	}
	.brand__info .outer__brand .inner .desc > p {
		text-align: center;
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.brand__info .outer__brand .inner .media img {
		max-width: 211px;
	}
	.brand__info .outer__brand > h2 {
		top: 0px;
		margin-bottom: 15px;
		font-size: 40px;
		line-height: 52px;
	}
	.brand__info .outer__brand > p {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
		font-size: 19px;
		line-height: 113%;
	}
	.brand__info {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.brand__info .outer__brand {
		box-shadow: none;
		border: 0px;
		background-color: transparent;
		padding: 0px;
	}
	.compare__wrapper .outer__compare .inn .split-pane .gutter:before {
		min-width: 55px;
		max-width: 55px;
		min-height: 55px;
		max-height: 55px;
	}
	.compare__wrapper.updated {
		padding-bottom: 0px;
	}
	.compare__wrapper.updated .outer__compare {
		padding-bottom: 30px;
	}
	.compare__wrapper.updated .outer__compare {
		width: calc(100% + 30px);
		margin-left: -15px;
		border-radius: 0px;
	}
	.compare__wrapper.updated .outer__compare .top > p {
		font-size: 19px;
		line-height: 23px;
	}
	.compare__wrapper.updated .outer__compare .top > h2 {
		font-size: 40px;
		line-height: 52px;
		top: -22px;
		margin-bottom: -22px;
	}
	.notes .outer__notes > h2 {
		top: 0px;
		margin-bottom: 0px;
		order: 1;
	}
	.notes .outer__notes {
		border: 0px;
		box-shadow: none;
		background-color: transparent;
		padding-top: 35px;
		padding-bottom: 0px;
		display: flex;
		flex-direction: column;
	}
	.notes .outer__notes .media {
		order: 3;
		margin: -10% 0px;
	}
	.notes .outer__notes .media img {
		max-width: 100%;
	}
	.notes .outer__notes > p {
		order: 4;
		margin-bottom: 0px;
	}
	.notes .outer__notes > p {
		font-size: 16px;
		line-height: 24px;
	}
	.notes .outer__notes > h6 {
		font-size: 20px;
		order: 3;
		line-height: 20px;
	}
	.notes {
		padding-top: 0px;
		padding-bottom: 0px;
		background: linear-gradient(to bottom, #d9d9d9, #fff);
	}
	.notes .outer__notes > h2 {
		font-size: 40px;
		line-height: 52px;
		font-weight: bold;
		font-family: "Syncopate", sans-serif;
		padding-bottom: 0px;
		margin-bottom: 15px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	.why__us {
		padding: 50px 0px;
	}
	.why__us .outer__why .slider {
		margin-top: 0px;
	}
	.why__us .outer__why .slider .slick-track .inn {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.why__us .outer__why > h6 {
		font-size: 24px;
		line-height: 30px;
	}
	.why__us .outer__why .slider .slick-track .inn {
		padding-left: 80px;
		padding-right: 80px;
	}
	.why__us .outer__why .slider .slick-prev {
		left: 30px;
	}
	.why__us .outer__why .slider .slick-next {
		right: 30px;
	}
	.why__us .outer__why .slider .inn img {
		width: 100%;
	}
	.why__us .outer__why > h2 {
		font-size: 60px;
		line-height: 70px;
	}
	.why__us .outer__why {
		padding-left: 15px;
		padding-right: 15px;
	}
	.happy__clients .row .elem .img {
		position: static;
	}
	.happy__clients .row .elem {
		display: flex;
		flex-direction: column;
	}
	.happy__clients .row .elem > p {
		order: 1;
	}
	.happy__clients .row .elem > span {
		order: 2;
	}
	.happy__clients .row .elem > .img {
		transform: none;
		margin-top: 15px;
		order: 3;
	}
	.happy__clients .row .elem > .img svg {
		max-width: 120px;
	}
	.happy__clients .container > h2 {
		font-size: 80px;
		line-height: 88px;
	}
	.see__action .outer__see > h2 {
		font-size: 80px;
		line-height: 88px;
		margin-bottom: 50px;
	}
	.see__action .outer__see > h2 br {
		display: none;
	}
	.see__action .outer__see:before {
		height: 340px;
		width: calc(100% + 30px);
		margin-left: -15px;
		border-radius: 0px;
	}
	.qa__box .outer__box > h2 {
		font-size: 80px;
		line-height: 70px;
	}
	.offers .outer__offers > .top > h2 {
		font-size: 70px;
		line-height: 70px;
	}
	.offers .outer__offers .elements .element {
		width: calc(50% - 80px);
	}
	.offers .outer__offers .elements .element:nth-child(even) > span {
		left: -112px;
	}
	.offers .outer__offers .elements .element:nth-child(odd) > span {
		right: -111px;
	}
	.offers .outer__offers > .top > img {
		max-width: 840px;
	}
	.double__info {
		padding: 40px 0px;
	}
	.double__info .outer__double {
		grid-template-columns: 1fr;
	}
	.double__info .outer__double > .elem {
		padding: 40px;
	}
	.double__info .outer__double > .elem > h2 {
		font-size: 19px;
		line-height: 23px;
	}
	.brand__details {
		padding-top: 15px;
		padding-bottom: 50px;
	}
	.brand__details .outer__details .desc .btn > a {
		min-width: 260px;
		font-size: 20px;
		line-height: 24px;
	}
	.brand__details .outer__details > h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0px;
	}
	.brand__details .outer__details > p {
		text-align: center;
	}
	.brand__details .outer__details .desc .btn {
		justify-content: center;
	}
	.marquee ul li {
		padding-top: 6px !important;
		font-size: 52px !important;
		color: #fff;
		line-height: 113% !important;
	}
	.media__mobile {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% + 70px);
		margin-left: -35px;
		margin-top: -10%;
		margin-bottom: -10%;
	}
	.media__mobile img {
		width: 100%;
	}
	.brand__hero .outer__brand > h1 {
		font-size: 40px;
		line-height: 52px;
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
	}
	.brand__hero .outer__brand .btn {
		margin-top: 35px;
	}
	.brand__hero .outer__brand .btn > a {
		width: 240px;
		min-width: 240px;
		font-size: 20px;
		line-height: 22px;
	}
	.brand__hero .outer__brand .media {
		display: none;
	}
	.templates__box .outer__templates > .top {
		margin-bottom: 24px;
	}
	.filter__btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 0px;
		bottom: -30px;
	}
	.templates__box .outer__templates > .top {
		flex-direction: column;
		position: relative;
	}
	.templates__box .outer__templates > .top form {
		max-width: 100%;
	}
	.templates__box .outer__templates > .top > ul {
		margin-left: auto;
		margin-top: 10px;
	}
	.filter__btn {
		bottom: -1px;
	}
	.templates__box .outer__templates .content .grid {
		margin-left: 0px;
	}
	.templates__box .outer__templates .content {
		flex-direction: column;
	}
	.templates__box .outer__templates .content .filter {
		min-width: 0px;
		max-width: 100%;
		width: 100%;
		margin-bottom: 25px;
	}
	.templates__box
		.outer__templates
		.content
		.filter__categories
		.categories__box {
		max-height: 240px;
	}
	.templates__hero .small__media {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		order: 4;
		margin: 15px 0px;
	}
	.templates__hero .small__media img {
		max-width: 100%;
		width: 100%;
	}
	.templates__hero .outer__hero .desc > .btns {
		margin-top: 0px;
	}
	.templates__hero .outer__hero .media {
		display: none;
	}
	.templates__hero .outer__hero .desc {
		max-width: 100%;
		display: flex;
		flex-direction: column;
	}
	.templates__hero .outer__hero {
		padding: 25px 20px;
	}
	.templates__hero .outer__hero .desc > p {
		order: 3;
	}
	.templates__hero .outer__hero .desc > .btns {
		order: 4;
	}
	.templates__hero .outer__hero .desc > h1 {
		font-size: 24px;
		order: 2;
		margin-bottom: 0px;
		line-height: 24px;
	}
	.templates__hero .outer__hero .desc > span {
		font-size: 60px;
		line-height: 60px;
		order: 1;
	}
	.templates__hero .outer__hero .desc > span span {
		font-size: 24px;
		line-height: 24px;
	}
	.one__tool .outer__tool > h2 {
		font-size: 24px;
		line-height: 23px;
		margin-bottom: 15px;
	}
	.one__tool .outer__tool .box {
		padding: 25px 15px;
	}
	.one__tool .outer__tool .box .double {
		flex-direction: column;
		margin-bottom: 10px;
		align-items: center;
	}
	.one__tool .outer__tool .box .bottom {
		flex-direction: column;
		align-items: center;
	}
	.one__tool .outer__tool .box .bottom > a {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.one__tool .outer__tool .box .bottom > a:last-child {
		margin-bottom: 0px;
	}
	.one__tool .outer__tool .box .double .videos .video__el {
		display: flex;
		flex-direction: column-reverse;
	}
	.one__tool .outer__tool .box .double .videos .video__el .video {
		margin-bottom: 0px;
		margin-top: 10px;
	}
	.one__tool .outer__tool .box .double .grid {
		margin-bottom: 10px;
		grid-column-gap: 8px;
		grid-row-gap: 8px;
		max-width: 185px;
	}
	.one__tool .outer__tool .box .double .grid svg {
		width: 26px;
	}
	.one__tool .outer__tool .box .double .grid > a {
		min-width: 56px;
		max-width: 56px;
		min-height: 56px;
		max-height: 56px;
	}
	.relevant .outer__relevant .grid .elem .media {
		margin-bottom: 15px;
	}
	.relevant .outer__relevant .grid .elem {
		padding: 7px 10px;
	}
	.relevant .outer__relevant > h2 {
		font-size: 24px;
		line-height: 23px;
		margin-bottom: 15px;
	}
	.relevant .outer__relevant .grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.template__hero .outer__template > .top > ul {
		display: none;
	}
	.template__hero .outer__template > .top {
		margin-bottom: 12px;
	}
	.template__hero .outer__template .box > ul {
		margin-bottom: 5px;
	}
	.template__hero .outer__template .box > h2 {
		font-size: 24px;
		line-height: 24px;
	}
	.template__hero .outer__template .box .bottom .desc {
		min-width: 0px;
		max-width: 100%;
		width: 100%;
		margin-top: 10px;
	}
	.template__hero .outer__template .box .bottom .desc .btns > .regular {
		justify-content: center;
		padding-left: 0px;
	}
	.template__hero .outer__template .box .bottom .media {
		max-width: 100%;
		margin-right: 0px;
		width: 100%;
	}
	.template__hero .outer__template .box .bottom .media > img {
		max-width: 100%;
		width: 100%;
	}
	.template__hero .outer__template .box {
		padding: 15px;
	}
	.template__hero .outer__template .box .bottom {
		flex-direction: column;
	}
	.categories__header .outer__categories .desc .description .btns {
		flex-direction: column;
		align-items: flex-start;
	}
	.categories__header .outer__categories .desc .description .btns > a {
		margin-bottom: 15px;
		width: 100%;
		max-width: 290px;
	}
	.categories__header
		.outer__categories
		.desc
		.description
		.btns
		> a:last-child {
		margin-bottom: 0px;
	}
	.branding__hero .outer__branding {
		flex-direction: column-reverse;
		display: flex;
	}
	.branding__hero .outer__branding .media img {
		max-width: 240px;
	}
	.branding__hero .outer__branding .media {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: -90px;
	}
	.branding__hero {
		padding-top: 50px;
	}
	.branding__hero .outer__branding > .desc {
		max-width: 100%;
		margin-top: 20px;
	}
	.branding__hero .outer__branding > .desc > h1 {
		font-size: 24px;
		line-height: 24px;
	}
	.branding__hero .outer__branding > .desc > span {
		font-size: 40px;
		line-height: 52px;
	}
	.branding__hero .outer__branding > .desc > p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.branding__hero .outer__branding > .desc .btns > a {
		margin-bottom: 15px;
		width: 100%;
		max-width: 290px;
	}
	.branding__hero .outer__branding .media {
		position: static;
		height: auto;
	}
	.get__started.how__works .outer__started .inner .desc .progress > .active {
		height: 14px;
	}
	.designed__wrapper .outer__designed .inner {
		grid-template-columns: 1fr;
		grid-row-gap: 25px;
	}
	.designed__wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.designed__wrapper .outer__designed > h2 {
		font-size: 24px;
		line-height: 23px;
	}
	.blog__header .outer__blog > img {
		height: 650px;
		object-fit: cover;
	}
	.blog__header .outer__blog {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.categories__list .outer__list {
		padding-bottom: 60px;
	}
	.blog__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.blog__header {
		padding-bottom: 80px;
	}
	.blog__header .outer__blog .box {
		left: 32px;
	}
	.profile__box .outer__profile {
		flex-direction: column;
	}
	.profile__box .outer__profile .prof {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
	.profile__box .outer__profile .spacer {
		display: none;
	}
	.feedback__wrapper.smaller + .cta__wrapper .outer__cta {
		padding-top: 25px;
	}
	.themes__wrapper .outer__themes > h2 {
		font-size: 24px;
		line-height: 24px;
	}
	.themes__wrapper {
		padding-top: 25px;
		padding-bottom: 32px;
	}
	.pagination {
		margin-top: 32px;
		justify-content: center;
	}
	.themes__wrapper .outer__themes .grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.theme__head .outer__head .desc .btns {
		flex-direction: column;
		align-items: flex-start;
	}
	.theme__head .outer__head .desc .btns > a {
		min-width: 286px;
	}
	.theme__head .outer__head {
		flex-direction: column-reverse;
		padding: 17px 18px;
	}
	.theme__head .outer__head .media {
		height: auto;
		width: 100%;
	}
	.theme__head .outer__head .media img {
		width: 100%;
		height: auto;
	}
	.theme__head .outer__head .desc {
		max-width: 100%;
		margin-top: 10px;
	}
	.theme__head .outer__head .desc > span {
		font-size: 60px;
		line-height: 72px;
	}
	.theme__head .outer__head .desc > h1 {
		font-size: 24px;
		line-height: 24px;
	}
	.theme__head .outer__head .media {
		position: static;
	}
	.checkout__order .outer__order .right .element > span {
		display: none;
	}
	.checkout__order .outer__order {
		grid-template-columns: 1fr;
	}
	.checkout__order .outer__order .right:before {
		content: none;
	}
	.checkout__order .outer__order .right {
		border-right: 1px solid #d9d9d9;
		border-bottom: 0px;
	}
	.checkout__order .outer__order .left form {
		padding: 25px 0px;
	}
	.checkout__wrapper .outer__checkout .checkout__info .element > span {
		display: none;
	}
	.checkout__wrapper .outer__checkout {
		flex-direction: column;
		align-items: center;
	}
	.checkout__wrapper {
		padding: 35px 0px;
	}
	.checkout__wrapper .outer__checkout .plan {
		min-width: 0px;
		max-width: 100%;
		margin-bottom: 30px;
		margin-right: 0px;
	}
	.contact__wrapper .outer__contact form > h2 br {
		display: none;
	}
	.get__started .outer__started .inner .desc .progress .active {
		height: 22px;
	}
	.templates__search:before {
		content: none;
	}
	.templates__search .outer__templates > .top {
		flex-direction: column;
		align-items: center;
	}
	.templates__search {
		padding-top: 0px;
	}
	.templates__search .outer__templates .search {
		flex-direction: column;
		align-items: center;
	}
	.templates__search .outer__templates .search form {
		max-width: 100%;
	}
	.templates__search .outer__templates .search > ul {
		margin-left: 0px;
		margin-top: 8px;
	}
	.templates__search .outer__templates .grid > .elem {
		min-width: calc(50% - 9px);
	}
	.templates__search .outer__templates .grid > .elem .media > img {
		width: 100%;
	}
	.templates__search .outer__templates .grid > .elem .media {
		width: 100%;
	}
	.templates__search .outer__templates > .top .spacer {
		margin: 25px 0px;
		width: 298px;
		height: 4px;
	}
	.box__information {
		padding-bottom: 20px;
	}
	.more__features .outer__more .switcher__features > ul {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	.more__features .outer__more .switcher__features > ul > li > a {
		min-width: 42px;
		max-width: 42px;
		min-height: 42px;
		max-height: 42px;
	}
	.more__features .outer__more .switcher__features > ul > li > a svg {
		width: 18px;
		height: 18px;
	}
	.more__features .outer__more .feature .el .inn {
		flex-direction: column-reverse;
	}
	.more__features .outer__more .feature .el .inn .desc {
		margin-right: 0px;
		margin-top: 7px;
		text-align: center;
	}
	.more__features .outer__more .feature .el .inn .desc > h2 {
		font-size: 17px;
		line-height: 24px;
	}
	.more__features .outer__more > h2 {
		font-size: 24px;
		line-height: 23px;
	}
	.more__features .outer__more .feature .el .inn .media {
		width: 100%;
	}
	.more__features .outer__more .feature .el .inn .media img {
		max-width: 100%;
		width: 100%;
	}
	.hero__section {
		margin-bottom: 25px;
	}
	.box__information .outer__box > .elem {
		flex-direction: column;
	}
	.box__information .outer__box > .elem .media {
		order: 1;
	}
	.box__information .outer__box > .elem .desc {
		order: 2;
	}
	.box__information .outer__box > .elem .desc > h2 {
		font-size: 17px;
		line-height: 23px;
	}
	.box__information .outer__box > .elem .desc > span {
		font-size: 30px;
		line-height: 40px;
	}
	.box__information .outer__box > .elem {
		padding: 12px 15px;
	}
	.box__information .outer__box > .elem .desc {
		margin-left: auto !important;
		text-align: center;
		margin-right: auto !important;
	}
	.box__information .outer__box > .elem .desc > h2 br {
		display: none;
	}
	.box__information .outer__box > .elem .media {
		width: 100%;
		margin-bottom: 15px;
	}
	.box__information .outer__box > .elem .media img {
		max-width: 100%;
		width: 100%;
	}
	.hero__section .outer__hero > h1 {
		font-size: 40px;
		line-height: 52px;
	}
	.hero__section .outer__hero > h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.hero__section .outer__hero .btn > a {
		width: 190px;
		height: 40px;
		font-size: 20px;
	}
	.grid__structure .outer__grid {
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
	}
	.grid__structure .outer__grid > .elem > p br {
		display: none;
	}
	.compare__wrapper {
		padding: 35px 0px;
	}
	.compare__wrapper .outer__compare .top > h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 6px;
	}
	.product__showcase {
		padding: 35px 0px;
	}
	.product__showcase .outer__showcase > h2 {
		font-size: 24px;
		line-height: 23px;
		margin-bottom: 34px;
	}
	.product__showcase .outer__showcase {
		padding: 29px;
	}
	.pricing__wrapper .outer__pricing .grid {
		grid-template-columns: 1fr;
		grid-row-gap: 24px;
	}
	.pricing__wrapper .outer__pricing > h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 12px;
	}
	.contact__us--cta .outer__contact--cta {
		padding-top: 35px;
		padding-bottom: 55px;
	}
	.contact__us--cta .outer__contact--cta .box > h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.contact__us--cta .outer__contact--cta .box > p {
		font-size: 20px;
		line-height: 28px;
	}
	.contact__us--cta .outer__contact--cta .box > span {
		font-size: 16px;
		line-height: 24px;
	}
	.contact__us--cta .outer__contact--cta .box .btn > a {
		width: 240px;
		height: 40px;
		font-size: 20px;
		line-height: 20px;
		padding-top: 5px;
	}
	.contact__us--cta .outer__contact--cta .box {
		padding: 26px 15px;
	}
	.cta__wrapper .outer__cta .box > p {
		font-size: 20px;
		line-height: 20px;
	}
	.trusted__logos--desktop {
		display: none;
	}
	.qa__wrapper .outer__qa .qa__list > .el .head > p {
		margin-left: 23px;
	}
	.qa__wrapper .outer__qa > h2 {
		margin-bottom: 32px;
	}
	.qa__wrapper .outer__qa .qa__list {
		grid-template-columns: 1fr;
	}
	.qa__wrapper {
		padding: 45px 0px;
	}
	.qa__wrapper .outer__qa .qa__list > .el {
		padding: 25px;
	}
	.cta__wrapper .outer__cta .box > h2 {
		margin-bottom: 32px;
	}
	.cta__wrapper .outer__cta .box > p {
		margin-bottom: 32px;
	}
	.top__feedback .mobile {
		display: block;
	}
	.feedback__wrapper .top__feedback > p {
		display: none;
	}
	.trusted__companies {
		display: block;
		margin-left: -150px;
		margin-bottom: 40px;
	}
	.trusted__companies ul {
		padding: 0px;
		list-style-type: none;
		margin: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.trusted__companies ul > li {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0px 12px;
	}
	.articles__wrapper {
		padding-top: 45px;
	}
	.colors__hero .outer__colors .media {
		position: static;
		margin-right: -18px;
		margin-bottom: -30%;
	}
	.colors__hero .outer__colors .desc {
		width: 100%;
	}
	.colors__hero .outer__colors .desc > span {
		font-size: 60px;
		line-height: 72px;
	}
	.colors__hero .outer__colors .desc > h2 {
		font-size: 24px;
		line-height: 23px;
		margin-bottom: 17px;
	}
	.colors__hero .outer__colors .desc > p {
		font-size: 16px;
		line-height: 24px;
	}
	.colors__hero .outer__colors .desc .btn {
		flex-direction: column;
		align-items: flex-start;
	}
	.colors__hero .outer__colors .desc .btn > a {
		margin-right: 0px;
		margin-bottom: 17px;
	}
	.colors__hero .outer__colors .desc .btn > a:last-child {
		margin-bottom: 0px;
	}
	.colors__hero .outer__colors {
		flex-direction: column-reverse;
	}
	.colors__hero .outer__colors .media {
		height: 100%;
		margin-left: auto;
	}
	.colors__hero .outer__colors .media img {
		max-width: 100%;
	}
	.colors__hero .outer__colors {
		padding: 18px;
	}
	.articles__wrapper .outer__articles > h2 {
		font-size: 24px;
		line-height: 23px;
	}
	.articles__wrapper .outer__articles > .elem {
		display: flex;
		flex-direction: column;
	}
	.articles__wrapper .outer__articles > .elem > .media {
		order: 1;
	}
	.articles__wrapper .outer__articles > .elem > .desc {
		order: 2;
	}
	.articles__wrapper .outer__articles > .elem {
		margin-bottom: 48px;
	}
	.articles__wrapper .outer__articles > .elem .desc > h6 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.articles__wrapper .outer__articles > .elem .desc > p {
		font-size: 16px;
		line-height: 24px;
	}
	.articles__wrapper .outer__articles > .elem .media {
		width: 100%;
		margin-bottom: 15px;
	}
	.articles__wrapper .outer__articles > .elem > .desc {
		text-align: center;
	}
	.articles__wrapper .outer__articles > .elem .media img {
		max-width: 100%;
		width: 100%;
	}
	.feedback__wrapper .feedback__slider .elem .inn .media img {
		min-width: 65px;
		max-width: 65px;
	}
	.feedback__wrapper .top__feedback {
		margin-bottom: 20px;
	}
	.feedback__wrapper .top__feedback > h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.cta__wrapper .outer__cta .box .btn > a {
		min-height: 40px;
	}
	.cta__wrapper .outer__cta .box > h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.cta__wrapper .outer__cta .box .btn > a {
		width: 240px;
		min-width: 240px;
		font-size: 20px;
		line-height: 20px;
	}
	.cta__wrapper .outer__cta {
		padding-top: 45px;
		padding-bottom: 50px;
	}
	.get__started .outer__started {
		padding: 30px 15px;
	}
	.get__started .outer__started > h2 {
		font-size: 24px;
		line-height: 23px;
		margin-bottom: 25px;
	}
	.get__started .outer__started .btn > a {
		width: 240px;
		font-size: 20px;
		line-height: 20px;
	}
	.get__started .outer__started .inner .desc {
		min-width: 175px;
	}
	.get__started .outer__started .inner .desc > .el > p {
		font-size: 12px;
		line-height: 16px;
	}
	.get__started .outer__started .inner .desc {
		max-width: 240px;
	}
	.product__wrapper {
		padding-bottom: 255px;
	}
	.product__info .outer__product .grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.product__info .outer__product .grid > .elem:nth-child(odd):last-child {
		grid-column: span 2;
	}
	.product__info .outer__product > h2 {
		font-size: 24px;
		line-height: 24px;
	}
	.product__wrapper .outer__product .video__wrapper > a img {
		min-width: 58px;
		max-width: 58px;
	}
	.product__wrapper .outer__product > h1 {
		font-size: 30px;
		line-height: 40px;
		color: #fff;
		font-weight: bold;
	}
	.product__wrapper .outer__product {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 52px;
	}
	.product__wrapper .outer__product .video__wrapper {
		margin-top: 50px;
	}
	.product__wrapper .outer__product .btn > a {
		width: 210px;
		text-align: center;
		font-size: 20px;
		line-height: 20px;
	}
	.contact__wrapper .container {
		padding-top: 35px;
	}
	.contact__wrapper .outer__contact form > h2 {
		text-align: center;
	}
	.contact__wrapper .outer__contact form .group__submit {
		margin-top: 20px;
		justify-content: center;
	}
	.contact__wrapper .outer__contact {
		flex-direction: column;
		align-items: center;
	}
	.contact__wrapper .outer__contact .desc {
		width: 100%;
		max-width: 100%;
		min-width: 0px;
		padding: 12px 25px;
	}
	.contact__wrapper .outer__contact .desc ul {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	.contact__wrapper .outer__contact .desc ul > li > a {
		font-size: 16px;
		line-height: 24px;
	}
	.contact__wrapper .outer__contact .desc ul > li {
		margin-bottom: 12px;
	}
	.contact__wrapper .outer__contact .desc > h2 {
		font-size: 30px;
		line-height: 42px;
		text-align: center;
		margin-bottom: 40px;
	}
	.categories__list .outer__list .grid > .elem .media > span {
		top: 3%;
	}
	.categories__header .media__mobile {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.categories__header .media__mobile > img {
		width: 100%;
	}
	.categories__header .outer__categories .desc .description > p {
		margin-bottom: 16px;
	}
	.categories__header .outer__categories .media {
		display: none;
	}
	.categories__header .outer__categories .desc {
		max-width: 100%;
		width: 100%;
	}
	.categories__header .outer__categories .desc > h1 {
		font-size: 27px;
		line-height: 34px;
	}
	.categories__header .outer__categories .desc > p > span {
		font-size: 90px;
		line-height: 80px;
	}
	.categories__header .outer__categories .desc > p {
		font-size: 18px;
	}
	header .outer__header .left > ul > li.close__btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 5px;
		right: 0px;
		width: auto;
	}
	header .outer__header .left > ul > li.close__btn a {
		padding: 0px;
		box-shadow: none;
		background-color: transparent;
	}
	header .outer__header .left > ul > li.close__btn a img {
		max-width: 20px;
	}
	.signin .outer__sign .desc form .group__submit {
		margin-top: 49px;
	}
	.signin .outer__sign .desc form .group__submit button {
		width: 190px;
	}
	.signin .outer__sign .desc form .or {
		margin-top: 24px;
	}
	.signin .outer__sign {
		flex-direction: column-reverse;
	}
	.signin .outer__sign .media {
		margin-left: 0px;
		width: 100%;
	}
	.signin .outer__sign .media img {
		width: 100%;
		max-width: 100%;
		height: 240px;
	}
	.signin .outer__sign .desc {
		min-width: 0px;
		max-width: 100%;
		margin-top: 15px;
	}
	footer .outer__footer .rows ul > li {
		margin-bottom: 0px;
	}
	footer .outer__footer > a img {
		max-width: 190px;
	}
	footer {
		padding-top: 23px;
		padding-bottom: 50px;
	}
	footer .outer__footer > a {
		margin-bottom: 75px;
	}
	footer .outer__footer .rows {
		max-width: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	footer .outer__footer .rows > .row {
		margin-right: 0px;
		display: flex;
		margin-bottom: 35px;
		width: 100%;
		justify-content: space-between;
	}
	footer .outer__footer .rows > .row:last-child {
		margin-bottom: 0px;
	}
	footer .outer__footer .bottom {
		text-align: center;
	}
	footer .outer__footer .bottom .btn {
		justify-content: center;
	}
	footer .outer__footer .rows ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
	}
	header .outer__header .menu {
		display: inline-flex;
	}
	header .outer__header .btn {
		margin-left: auto;
		margin-right: 14px;
	}
	header .outer__header .left > ul {
		display: block;
		position: fixed;
		top: 0px;
		right: 0px;
		width: 240px;
		height: 100%;
		background-color: #fff;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
		z-index: 3;
		padding: 25px 20px;
		padding-top: 40px;
		right: -240px;
		transition: 0.45s ease all;
	}
	header .outer__header .left > ul > li {
		width: 100%;
		margin-bottom: 10px;
	}
	header .outer__header .left > ul > li > a {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
	}
	header .outer__header .left > ul > li:last-child {
		margin-bottom: 0px;
	}
	header .outer__header .left > a {
		min-width: 190px;
	}
	.compare__wrapper .outer__compare {
		padding: 20px 15px;
	}
	.compare__wrapper .outer__compare {
		padding-bottom: 70px;
	}
	.compare__wrapper .outer__compare .slick-prev {
		left: 0px;
		bottom: -50px;
		top: auto;
		transform: none;
		min-width: 36px;
		max-width: 36px;
		min-height: 36px;
		max-height: 36px;
	}
	.compare__wrapper .outer__compare .slick-next {
		right: 0px;
		bottom: -50px;
		top: auto;
		transform: none;
		min-width: 36px;
		max-width: 36px;
		min-height: 36px;
		max-height: 36px;
	}
	.hero__section .outer__hero {
		padding: 30px 15px;
	}
	.hero__section .outer__hero .media {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.blog__grid {
		padding-bottom: 75px;
	}
	.categories__list .outer__list {
		padding-bottom: 75px;
	}
	.cta__wrapper .outer__cta .box .btn > a {
		width: 210px;
		min-width: 210px;
	}
	.templates__box .outer__templates .content .filter {
		display: none;
	}
	.templates__hero .small__media {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.offers .outer__offers > .top > img {
		max-width: 820px;
		left: -240px;
		top: -240px;
	}
	.offers .outer__offers > .top {
		margin-bottom: 70px;
	}
	.why__us .outer__why > h2 {
		font-size: 40px;
		line-height: 60px;
		top: -20px;
		margin-bottom: -15px;
	}
}
.hero__section .small__media {
	display: none;
}
@media (max-width: 940px) {
	.categories__list .outer__list .grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.categories__list .outer__list .grid > .elem .media > img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.articles__box .outer__articles .title__picker .select__image {
		margin-top: 15px;
	}
	.why__us .outer__why .slider__bottom:before {
		width: 80px;
	}
	.why__us .outer__why .slider__bottom:after {
		width: 80px;
	}
	.why__us .outer__why .slider .slick-track .inn {
		padding-left: 20px;
		padding-right: 20px;
	}
	.why__us .outer__why .slider .slick-prev,
	.why__us .outer__why .slider .slick-next {
		top: 100%;
		transform: none;
	}
	.happy__clients .container > h2 {
		font-size: 40px;
		line-height: 52px;
	}
	.happy__clients .outer__happy {
		padding-left: 15px;
		padding-right: 15px;
	}
	.happy__clients .row:nth-child(odd) {
		min-width: 0px;
		max-width: 100%;
		width: 100%;
		grid-template-columns: 1fr;
		grid-row-gap: 25px;
	}
	.happy__clients .row:nth-child(even) {
		min-width: 0px;
		max-width: 100%;
		width: 100%;
		grid-template-columns: 1fr;
		grid-row-gap: 25px;
	}
	.happy__clients {
		padding-bottom: 0px;
	}
	.happy__clients .row .elem > p {
		max-width: 100%;
	}
	.happy__clients .row .elem {
		margin-right: 0px;
		padding: 25px 20px;
	}
	.see__action .outer__see > h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.see__action .outer__see:before {
		top: 20px;
		height: 270px;
	}
	.offers .outer__offers .elements .element {
		margin-bottom: 40px;
	}
	.offers {
		padding-top: 35px;
		padding-bottom: 45px;
	}
	.offers .outer__offers > .top > img {
		position: static;
		max-width: 100%;
		width: 100%;
		margin-left: -15px;
	}
	.offers .outer__offers > .top > h2 {
		font-size: 60px;
		line-height: 60px;
		text-align: center;
	}
	.offers .outer__offers > .top {
		padding-left: 0px;
	}
	.offers .outer__offers .elements .element {
		padding: 10px;
	}
	.offers .outer__offers .elements .element > p {
		font-size: 11px;
		line-height: 14px;
	}
	.offers .outer__offers > .top > h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.offers .outer__offers .elements .element {
		width: calc(50% - 40px);
	}
	.offers .outer__offers .elements .element:nth-child(odd) > span {
		min-width: 40px;
		max-width: 40px;
		min-height: 40px;
		max-height: 40px;
		font-size: 20px;
	}
	.offers .outer__offers .elements .element:nth-child(odd) > span {
		right: -64px;
	}
	.offers .outer__offers .elements .element:nth-child(even) > span {
		left: -64px;
	}
	.offers .outer__offers .elements .element:nth-child(even) > span {
		min-width: 40px;
		max-width: 40px;
		min-height: 40px;
		max-height: 40px;
		font-size: 20px;
	}
	.template__hero .outer__template > .top form .close {
		right: 145px;
	}
	.templates__box .outer__templates > .top form input {
		padding-right: 160px;
	}
	.templates__box .outer__templates > .top form .close {
		right: 145px;
	}
	.templates__box .outer__templates > .top {
		flex-direction: column;
	}
	.templates__box .outer__templates > .top > ul {
		margin-left: auto;
		margin-top: 10px;
	}
	.templates__box .outer__templates > .top form > a {
		font-size: 16px;
		line-height: 16px;
		padding-top: 1px;
		padding-left: 7px;
		padding-right: 7px;
		font-weight: 400;
	}
	.templates__box .outer__templates .content .grid .elem .desc .download > a {
		min-width: 135px;
		font-size: 18px;
		line-height: 18px;
	}
	.templates__box .outer__templates .content .grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.one__tool .outer__tool .box .double .videos .video > a > img {
		min-width: 60px;
		max-width: 60px;
	}
	.template__hero .outer__template > .top form > a {
		padding-left: 7px;
		padding-right: 7px;
		font-weight: 400;
		font-size: 16px;
		line-height: 16px;
		padding-top: 1px;
	}
	.template__hero .outer__template > .top form input {
		padding-right: 165px;
	}
	.blog__header .outer__blog .box {
		left: 32px;
		width: calc(100% - 64px);
		max-width: calc(100% - 64px);
	}
	.blog__header .outer__blog .box > h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.blog__header .outer__blog .box > p {
		font-size: 12px;
		line-height: 20px;
	}
	.blog__header .outer__blog .box {
		padding: 40px;
	}
	.themes__wrapper .outer__themes .grid .element__wrapper .content .btn > a {
		min-width: 180px;
		max-width: 180px;
	}
	.themes__wrapper .outer__themes .grid {
		grid-template-columns: 1fr;
	}
	.checkout__order .outer__order .right {
		padding: 24px;
	}
	.checkout__order .outer__order .right .total {
		margin-top: 50px;
		flex-direction: column-reverse;
		align-items: center;
	}
	.checkout__order .outer__order .right .total > .left {
		text-align: center;
		align-items: center;
		margin-top: 15px;
	}
	.checkout__order .outer__order .right .element > p > span img {
		min-width: 55px;
		max-width: 55px;
	}
	.checkout__wrapper .outer__checkout .checkout__info {
		padding: 20px 10px;
		padding-bottom: 0px;
	}
	.checkout__wrapper .outer__checkout .checkout__info .total > span {
		font-size: 34px;
		line-height: 42px;
	}
	.feedback__wrapper.trustedback {
		padding-bottom: 0px;
	}
	.templates__search .outer__templates .grid > .elem .media > span {
		top: -2%;
		font-size: 14px;
		line-height: 16px;
	}
	.templates__search .outer__templates .grid > .elem {
		padding: 4px 8px;
	}
	.hero__section .small__media {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% + 30px);
		margin-bottom: 10px;
		margin-left: -15px;
	}
	.hero__section .small__media > img {
		width: 100%;
	}
	.hero__section .outer__hero .media {
		display: none;
	}
	.product__showcase .outer__showcase .video a img {
		max-width: 60px;
	}
	.pricing__wrapper {
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.pricing__wrapper .outer__pricing .save {
		padding-left: 0px;
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
	}
	.pricing__wrapper .outer__pricing .save > p {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
	}
	.pricing__wrapper .outer__pricing .save > span > img {
		transform: rotate(20deg);
		max-width: 40px;
	}
	.pricing__wrapper .outer__pricing .save {
		justify-content: flex-end;
		margin-top: 0px;
	}
	.pricing__wrapper .outer__pricing .grid {
		padding-top: 25px;
	}
	.feedback__wrapper {
		padding: 35px 0px;
	}
	.cta__wrapper .outer__cta .box > h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.cta__wrapper .outer__cta .box > h2 br {
		display: none;
	}
	.product__info .outer__product .grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 1fr;
	}
	.product__info .outer__product .grid > .elem:nth-child(odd):last-child {
		grid-column: span 1;
	}
	.product__info .outer__product .grid > .elem {
		padding: 20px 35px;
		justify-content: center;
	}
	.product__info .outer__product .grid > .elem br {
		display: none;
	}
	.contact__wrapper .outer__contact form .double {
		grid-template-columns: 1fr;
	}
	.contact__wrapper .outer__contact form {
		padding: 30px 20px;
	}
	.categories__list .outer__list > .top form .close {
		right: 145px;
	}
	.categories__list .outer__list > .top form input {
		padding-right: 165px;
	}
	.pagination > a svg {
		width: 14px;
	}
	.categories__list .outer__list {
		padding-bottom: 100px;
	}
	.pagination {
		justify-content: center;
	}
	.categories__list .outer__list > .top form > a {
		padding-left: 7px;
		padding-right: 7px;
		font-weight: 400;
	}
	.categories__list .outer__list .grid > .elem .btn > a {
		min-width: 125px;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		padding-top: 3px;
	}
	.categories__list .outer__list > .top {
		margin-bottom: 32px;
		flex-direction: column;
	}
	.categories__list .outer__list > .top > ul {
		margin-left: 0px;
		margin-top: 11px;
	}
	.categories__list .outer__list > .top form > a {
		font-size: 16px;
		line-height: 16px;
		padding-top: 1px;
	}
	.categories__list .outer__list .grid > .elem .btn {
		margin-top: 10px;
	}
	.categories__list .outer__list .grid > .elem .media > span {
		font-size: 14px;
		line-height: 16px;
		min-height: 35px;
	}
	.categories__list .outer__list .grid > .elem {
		padding: 4px 8px;
		padding-bottom: 15px;
		border-radius: 8px;
	}
	.categories__header .outer__categories {
		padding: 25px 30px;
	}
	.categories__header .outer__categories .desc > h1 {
		font-size: 23px;
		line-height: 30px;
	}
	.signin .outer__sign .media img {
		height: 150px;
	}
	.blog__grid {
		grid-template-columns: 1fr;
	}
}
.articles__box .outer__articles .title__picker .select__image svg {
	height: auto;
}
@media (max-width: 700px) {
	.articles__box .outer__articles .title__picker .select {
		grid-template-columns: 1fr;
		grid-row-gap: 10px;
	}
	.articles__box .outer__articles .title__picker .select__image > span {
		font-size: 16px;
		line-height: 20px;
	}
	.articles__box .outer__articles .title__picker .select__image > p {
		font-size: 10px;
		margin-top: 20px;
		line-height: 16px;
	}
	.articles__box .outer__articles .elem .inner .desc .click .box ul > li {
		margin-right: 12px;
	}
	.articles__box .outer__articles .elem .inner .desc .click .box ul > li > div {
		min-width: 38px;
		max-width: 38px;
		min-height: 38px;
		max-height: 38px;
	}
	.articles__box .outer__articles .elem .inner .desc .click .box ul {
		margin-bottom: 20px;
	}
	.templates__hero .outer__hero .desc > .btns {
		flex-direction: column;
		align-items: flex-start;
	}
	.templates__hero .outer__hero .desc > .btns > a {
		margin-bottom: 7px;
		margin-right: 0px;
	}
	.templates__hero .outer__hero .desc > .btns > a:last-child {
		margin-bottom: 0px;
	}
	.categories__header .outer__categories .desc .description .btns {
		flex-direction: column;
		align-items: flex-start;
	}
	.categories__header .outer__categories .desc .description .btns > a {
		margin-right: 0px;
		margin-bottom: 17px;
	}
	.categories__header
		.outer__categories
		.desc
		.description
		.btns
		> a:last-child {
		margin-bottom: 0px;
	}
}
@media (max-width: 480px) {
	.slider__features .elem > .inn .media .grid {
		grid-template-columns: 1fr;
	}
	.slider__features .elem > .inn > p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.articles__box .outer__articles .title__picker .select__image > p {
		font-size: 8px;
		margin-top: 12px;
		line-height: 12px;
	}
	.articles__box .outer__articles .elem .inner .desc .click .box ul > li > div {
		min-width: 26px;
		max-width: 26px;
		min-height: 26px;
		max-height: 26px;
	}
	.articles__box .outer__articles .elem .inner .desc .click .box ul > li {
		margin-right: 5px;
	}
	.articles__box .outer__articles .elem .inner > span {
		font-size: 130px;
		line-height: 140px;
		margin-bottom: -20px;
	}
	.articles__box .outer__articles .elem .inner {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.compare__wrapper.updated .outer__compare .main__slider .elem {
		padding: 10px 15px;
	}
	.offers .outer__offers > .top > h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.offers .outer__offers > .top {
		margin-bottom: 35px;
	}
	.offers .outer__offers .elements .element:nth-child(even) > span,
	.offers .outer__offers .elements .element:nth-child(odd) > span {
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
		font-size: 16px;
	}
	.offers .outer__offers .elements .element:nth-child(even) > span {
		left: -37px;
	}
	.offers .outer__offers .elements .element:nth-child(odd) > span {
		right: -37px;
	}
	.offers .outer__offers .elements .element {
		width: calc(50% - 20px);
	}
	.relevant .outer__relevant .grid .elem .desc .download > a {
		min-width: 140px;
		font-size: 16px;
		line-height: 16px;
	}
	.branding__hero .outer__branding > .desc .btns > a {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 18px;
		line-height: 18px;
		max-width: 260px;
	}
	.categories__header .outer__categories .desc .description .btns > a {
		width: 100%;
		max-width: 260px;
	}
	.branding__hero .outer__branding {
		padding-left: 17px;
		padding-right: 17px;
		padding-bottom: 20px;
	}
	.checkout__order .outer__order .right {
		padding: 24px;
	}
	.templates__search .outer__templates .grid__box .shadow__right {
		display: none;
	}
	.product__showcase .outer__showcase .video a img {
		max-width: 50px;
	}
	.cta__wrapper .outer__cta .box {
		padding: 25px 15px;
	}
	.categories__list .outer__list .grid > .elem .media > span {
		font-size: 12px;
		line-height: 14px;
		left: 3.5px;
	}
	.categories__header .outer__categories .desc > p > span {
		font-size: 80px;
		line-height: 70px;
	}
	.categories__header .outer__categories .desc > p {
		font-size: 16px;
	}
	.categories__header .outer__categories {
		padding: 25px 20px;
	}
	.categories__header .outer__categories .desc .description .btns > a {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 18px;
		line-height: 18px;
	}
	.categories__header .outer__categories .desc .description .btns > a span {
		margin-right: 10px;
	}
	header .outer__header .left > a {
		min-width: 150px;
		min-height: 60px;
	}
	header .outer__header .left > a img {
		max-width: 130px;
	}
	header .outer__header .btn > a {
		min-width: 120px;
		min-height: 40px;
		font-size: 16px;
		line-height: 24px;
	}
	.menu > a img {
		max-width: 35px;
	}
	.feedback__wrapper .feedback__slider .elem .inn {
		padding: 24px 30px;
	}
	.feedback__wrapper .feedback__slider .elem .inn .desc > p {
		font-size: 12px;
		line-height: 16px;
	}
	.feedback__wrapper .feedback__slider .elem .inn {
		padding: 15px 20px;
	}
	.templates__search .outer__templates .grid > .elem {
		min-width: calc(80% - 9px);
	}
	.templates__search .outer__templates .grid > .shadow__left {
		display: none;
	}
}
@media (max-width: 420px) {
	.docs__info .outer__docs .inn .desc ul {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 10px;
	}
	.docs__info .outer__docs > h2 {
		font-size: 37px;
	}
	.brand__info .outer__brand > h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.brand__info .outer__brand .inner .desc ul {
		grid-template-columns: 1fr;
	}
	.see__action .outer__see .box__wrapper .box > a img {
		max-width: 60px;
		min-width: 60px;
	}
	.see__action .outer__see:before {
		top: 20px;
		height: 210px;
	}
	.brand__hero .outer__brand > h1 {
		font-size: 28px;
		line-height: 36px;
	}
	.branding__hero .outer__branding > .desc > h1 {
		font-size: 22px;
		line-height: 22px;
	}
	.blog__header .outer__blog .box {
		padding: 20px;
		left: 15px;
		width: calc(100% - 30px);
		max-width: calc(100% - 30px);
	}
	.settings__menu .outer__settings ul > li > a {
		font-size: 16px;
		line-height: 22px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.settings__menu .outer__settings > h2 {
		margin-bottom: 35px;
	}
	.profile__box .outer__profile .prof {
		min-width: 0px;
		width: 100%;
	}
	.profile__box .outer__profile form .top {
		flex-direction: column;
	}
	.profile__box .outer__profile form .top > p {
		margin-right: 0px;
		margin-bottom: 12px;
	}
	.profile__box .outer__profile form .fields .double {
		grid-template-columns: 1fr;
		grid-row-gap: 25px;
	}
	.theme__head .outer__head .desc .btns > a {
		font-size: 16px;
		line-height: 16px;
		min-width: 250px;
	}
	.checkout__order .outer__order .left form .double {
		grid-template-columns: 1fr;
		grid-row-gap: 24px;
	}
	.checkout__order .outer__order .right .discount {
		flex-direction: column;
	}
	.checkout__order .outer__order .right .discount > a {
		width: 100%;
		margin-top: 10px;
	}
	.checkout__order .outer__order .right .discount > input {
		margin-right: 0px;
	}
	.checkout__wrapper .outer__checkout .checkout__info .discount {
		flex-direction: column;
	}
	.checkout__wrapper .outer__checkout .checkout__info .discount > input {
		margin-right: 0px;
	}
	.checkout__wrapper .outer__checkout .checkout__info .discount > a {
		width: 100%;
		margin-top: 10px;
	}
	.checkout__wrapper .outer__checkout .plan .price > p span {
		font-size: 48px;
		line-height: 54px;
	}
	.checkout__wrapper .outer__checkout .checkout__info .total {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
		justify-content: center;
	}
	.checkout__wrapper .outer__checkout .checkout__info .total .left {
		align-items: center;
		margin-top: 10px;
	}
	.more__features .outer__more .feature .el .inn {
		padding: 15px;
	}
	.more__features .outer__more .switcher__features > ul {
		max-width: 290px;
	}
	.more__features .outer__more .switcher__features > ul > li > a {
		min-width: 36px;
		max-width: 36px;
		min-height: 36px;
		max-height: 36px;
	}
	.hero__section .outer__hero > h1 {
		font-size: 34px;
		line-height: 42px;
	}
	.hero__section .outer__hero > h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.compare__wrapper .outer__compare .top > h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.compare__wrapper .outer__compare .top > p {
		font-size: 18px;
		line-height: 18px;
	}
	.compare__wrapper .outer__compare .top {
		margin-bottom: 25px;
	}
	.product__showcase .outer__showcase {
		padding: 20px 15px;
	}
	.contact__us--cta .outer__contact--cta .box > h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.contact__us--cta .outer__contact--cta .box > p {
		font-size: 18px;
		line-height: 26px;
	}
	.colors__hero .outer__colors .desc > span {
		font-size: 50px;
		line-height: 60px;
	}
	.colors__hero .outer__colors .media {
		margin-bottom: -25%;
	}
	.cta__wrapper .outer__cta .box > h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.get__started .outer__started .inner {
		flex-direction: column;
	}
	.get__started .outer__started .inner .desc > .el {
		margin-bottom: 15px;
	}
	.get__started .outer__started .inner .desc {
		max-width: 100%;
		margin-bottom: 25px;
	}
	.product__wrapper .outer__product > h1 {
		font-size: 26px;
		line-height: 34px;
	}
	.contact__wrapper .outer__contact .desc > h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.pagination {
		justify-content: space-between;
	}
	.pagination ul {
		margin: 0px;
	}
	.pagination ul li.dots {
		min-width: 35px;
		max-width: 35px;
		min-height: 35px;
		max-height: 35px;
	}
	.pagination ul li a {
		min-width: 35px;
		max-width: 35px;
		min-height: 35px;
		max-height: 35px;
		font-size: 16px;
		line-height: 16px;
	}
	.categories__list .outer__list .grid {
		grid-template-columns: 1fr;
	}
	.categories__list .outer__list .grid > .elem .media > span {
		top: 8%;
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width: 400px) {
	.notes .outer__notes > h2 {
		font-size: 34px;
		line-height: 40px;
	}
	.templates__hero .small__media {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.templates__box .outer__templates .content .grid {
		grid-template-columns: 1fr;
	}
	.templates__hero .outer__hero {
		padding: 25px 15px;
	}
	.templates__hero .outer__hero .desc .btns > a {
		min-width: 265px;
	}
	.one__tool .outer__tool .box .bottom > a {
		min-width: 270px;
	}
	.relevant .outer__relevant .grid {
		grid-template-columns: 1fr;
	}
	footer .outer__footer .bottom > a {
		font-size: 18px;
		line-height: 24px;
	}
	footer .outer__footer .rows ul > li > a {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 360px) {
	.template__hero .outer__template .box .bottom .desc .btns > .regular span {
		margin-right: 8px;
	}
	.branding__hero .outer__branding .media img {
		max-width: 220px;
	}
	.colors__hero .outer__colors .desc .btn > a {
		font-size: 17px;
		line-height: 17px;
		padding-left: 12px;
		padding-right: 12px;
	}
	header .outer__header .btn > a {
		min-width: 100px;
		font-size: 14px;
		line-height: 22px;
	}
	header .outer__header .left > a {
		min-width: 120px;
		min-height: 50px;
	}
	header .outer__header .left > a img {
		max-width: 100px;
	}
}
