div {
	/* font-size: inherit; */
}

p,
p.small,
.faq-wrap .answer ul {
	/* line-height: 1.5; */
}

h2 {
	font-size: 44px;
	line-height: 1.2;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
	line-height: 1.3;
}

.full {
	width: 100%;
}

.pt-0 {
	padding-top: 0px;
}

.opacity-5 {
	opacity: 0.5;
}

.nav {
	padding: 12px 0px;
}

.nav ul.nav-menu li a.nav-icon.icon-wd:before {
	background-image: url(../img/icons/web-design.svg);
}
.nav ul.nav-menu li a.nav-icon.icon-dm:before {
	background-image: url(../img/icons/digital-marketing.svg);
}

.nav.light {
	background-color: #fff;
}

.container.fluid {
	max-width: none;
}

.splide-benefit-container {
	padding-left: calc(50vw - 768px - 52px);
}

.splide-benefit-container.layout-2 {
	padding-left: 0px;
}

select.input {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: right 16px center;
	appearance: none;
	padding-right: 48px;
}

select.input.light.transparent {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.input.light.transparent {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}

.input.light.transparent::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.text-link {
	appearance: none;
	background-color: rgba(0, 0, 0, 0);
	color: inherit;
	padding: 0px;
	border: none;
}

.text-link:hover {
	opacity: 0.75;
}

.btn {
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 24px;
}

.btn.btn-dark {
	border: 1px solid #fff;
}

.btn.btn-white {
	display: inline-flex;
	background-color: #f2faf2;
	max-width: none !important;
}

.btn .icon-l {
	margin-right: 12px;
}
.btn .icon-r {
	margin-left: 12px;
}

.btn .icon-r,
.btn .icon-l {
	flex: none;
	width: 24px;
	height: 24px;
}

.btn.btn-link {
	padding: 0px;
	border: none;
	font-weight: 700;
}

.btn.btn-link:hover {
	opacity: 0.5;
}

.btn-group {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.chip {
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 12px;
	border-radius: 50px;
	border: 1px solid #273a34;
	letter-spacing: 0.1em;
}

.chip.chip-dark {
	color: #fff;
	background-color: #273a34;
}

.content-row {
	display: flex;
	gap: 60px;
}

.content-row.layout-2 {
	align-items: center;
	margin-top: 80px;
}

.content-row.layout-2 .content-media .img-in {
	min-height: 700px;
}

.content-row .content-media {
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.content-row .content-text {
	flex: 1;
}
.content-row.reversed {
	flex-direction: row-reverse;
}

.content-row .content-media .img-in {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 100%;
	min-height: 500px;
	border-radius: 16px;
	object-fit: cover;
	object-position: center;
	height: 100%;
	background-repeat: no-repeat;
}

.img-in .offset {
	content: "";
	width: 180px;
	height: 180px;
	background: url("../img/illustrations/circle-heart.svg") center no-repeat;
	background-size: 100%;
	filter: drop-shadow(4px 5px 35px rgba(0, 0, 0, 0.25));
	position: absolute;
	top: -40px;
	right: 5%;
}

.img-in .offset.bottom {
	top: auto;
	bottom: -40px;
}

.content-row .content-media.layout-2 {
	max-width: 500px;
	flex-direction: row;
	margin-right: -80px;
}
.content-row .content-media.layout-2 .img-half {
	background-size: cover;
	background-position: left;
	width: 100%;
	height: 100%;
}

.img-half.smaller {
	max-height: 500px;
	align-self: center;
}

.container-fluid .content-row {
	gap: 0px;
}

.container-fluid .content-row .content-text,
.container-fluid .content-row.reversed .content-media {
	padding-left: calc(50vw - 768px);
	padding-right: 0px;
}

.container-fluid .content-row .content-media,
.container-fluid .content-row.reversed .content-text {
	padding-right: calc(50vw - 768px);
	padding-left: 0px;
}

.first-step1 {
	background-color: #c9d6ca;
	display: flex;
	align-items: center;
	justify-content: center;
}

.first-step1.lighter {
	background-color: #f2faf2;
}

.first-step2 {
	background-color: #273a34;
	color: #f2faf2;
	margin-top: 0px !important;
}

.first-step2 .content,
.first-step1 .content {
	padding: 80px;
}

.first-step2 img,
.first-step1 img {
	width: 100%;
}

.faq-wrapper {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.boxed {
	padding: 100px 40px;
	background-color: #273a34;
	border: 1px solid #273a34;
	border-radius: 12px;
	text-align: center;
	overflow: hidden;
	color: #fff;
}

.boxed .text-wrapper {
	max-width: 800px;
	margin: auto;
}

.boxed.layout-2 {
	text-align: left;
	padding: 80px;
	background-image: url("../img/illustrations/dots-w.svg"), url("../img/illustrations/oval-w.svg");
	background-size: 160px, 700px;
	background-position: 5% 5%, 100% 200%;
}

.boxed.layout-2 .title {
	text-align: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.label {
	display: block;
	margin-bottom: 12px;
	font-size: 16px;
}

.input {
	/* padding: 16px; */
	border-radius: 4px;
	/* font-size: 16px; */
}

.input-wrap .input {
	width: 100%;
}

.input-group2 {
	display: flex;
	gap: 24px;
}

.input-group2 > * {
	flex: 1;
}

.accordion:not(:last-child) {
	border-bottom: 2px solid rgba(39, 58, 52, 0.15);
}

.accordion.process .question h3 {
	display: flex;
}

.accordion.process .question .number {
	width: 60px;
	flex: none;
}

.accordion.process .answer {
	padding-left: 60px;
}

.accordion.process .list-styled {
	gap: 12px;
}

.accordion.process .list-styled .list {
	font-size: inherit;
}

@keyframes accordionx {
	from {
		opacity: 0;
		transform: translateY(-10%);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.accordion .question {
	padding: 24px 0px;
	display: flex;
	align-items: center;
	width: 100%;
	background: none;
	border: none;
	color: inherit;
}

.accordion .question::after {
	content: "";
	width: 32px;
	height: 32px;
	background-image: url("../img/icons/chevron-down.svg");
	background-size: contain;
	display: block;
	margin-left: 20px;
}

.accordion .question .title {
	flex: 1;
	text-align: left;
}

.accordion .question:hover .title {
	opacity: 0.75;
}

.accordion .answer {
	padding-bottom: 24px;
	display: none;
}

.accordion.is-open .answer {
	display: block;
	animation: accordionx 0.25s;
}

.accordion.is-open .question::after {
	transform: rotate(180deg);
}

.accordion.faq .question::after {
	background-image: url("../img/icons/faq-open.svg");
}
.accordion.faq.is-open .question::after {
	background-image: url("../img/icons/faq-close.svg");
}

.bg-boxed {
	background-image: url("../img/illustrations/bg-boxed.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #f2faf2;
}

.bg.bg-6:before {
	background-image: url("../img/illustrations/pattern.svg"), url("../img/illustrations/oval-1.svg");
	background-size: auto, auto;
	background-position: 15% 20%, 100% 50%;
}
.bg.bg-7:before {
	background-image: url("../img/illustrations/pattern.svg"), url("../img/illustrations/oval-2.svg");
	background-size: auto, 700px;
	background-position: 82% 10%, 0% 25%;
}

.bg.bg-8,
.bg.bg-9 {
	/* background-image: linear-gradient(180deg, #2e493b 0%, rgba(110, 175, 141, 0) 89.68%), linear-gradient(180deg, #283d35 0%, #283d35 100%); */
	background-image: url("../img/illustrations/bg-8.jpg");
	background-size: 100% calc(100% - 80px);
	background-position: bottom;
	/* background-attachment: fixed;  */
	color: #fff;
}

.bg.bg-8:before {
	background-image: url("../img/illustrations/dots-w.svg"), url("../img/illustrations/oval-w.svg"), url("../img/illustrations/oval-w.svg");
	background-size: 160px, 540px, 800px;
	background-position: 17% 10%, 98% 50%, 10% 200%;
}

.bg.bg-9:before {
	background-image: url("../img/illustrations/dots-w.svg"), url("../img/illustrations/oval-w.svg");
	background-size: 130px, 500px;
	background-position: 18% 10%, 90% 150%;
}

.section-hero.layout-2 {
	min-height: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.section-hero.layout-2 .img-wrapper {
	text-align: center;
	margin-bottom: -16%;
	margin-top: 60px;
}

.section-hero.layout-2 .container {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.section-hero.layout-2 .container::before,
.section-hero.layout-4 .container::before {
	display: none !important;
}

.section-hero.layout-2 .title-wrapper {
	max-width: 1000px;
	min-width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-hero.layout-3 {
	min-height: auto;
	text-align: center;
}

.section-hero.layout-3 .img-wrapper {
	margin-top: 60px;
	position: relative;
}

.section-hero.layout-3 .img-wrapper::before {
	content: "";
	width: 175%;
	height: 175%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("../img/illustrations/hero-erp-2.png") center no-repeat;
	background-size: contain;
	z-index: -1;
}

.section-hero.layout-3 .img {
	width: 950px;
}

.section-hero.layout-3 .container {
	padding-top: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 40px;
}

.section-hero.layout-3 .container::before {
	display: none !important;
}

.section-hero.layout-3 .title-wrapper {
	max-width: 1100px;
	min-width: auto;
	margin-left: auto;
	margin-right: auto;
}

.section-hero.layout-3 .title-desc {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.section-hero.layout-4 {
	min-height: 800px;
}

.section-hero.layout-4 .container {
	display: flex;
	gap: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.section-hero.layout-4 .title-wrapper,
.section-hero.layout-4 .img-wrapper {
	flex: 1;
}

.section-hero.layout-4 .btn-group {
	justify-content: start;
}

.hero-slider {
	position: relative;
}

.hero-slider .image-wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.hero-slider .image-wrapper .image {
	opacity: 0;
	transition: 0.5s all;
	width: 77%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero-slider .image-wrapper .image.active {
	opacity: 1;
}

.hero-slider .decoration-one {
	position: absolute;
	width: 28%;
	height: 28%;
	top: -4%;
	left: 15%;
	filter: drop-shadow(5px 7px 47px rgba(0, 0, 0, 0.25));
}

.hero-slider .decoration-two {
	position: absolute;
	width: 21%;
	height: 21%;
	bottom: -2%;
	right: 20%;
	filter: drop-shadow(5px 7px 47px rgba(0, 0, 0, 0.25));
}

.testi-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
}

.testi-card .logo-testi {
	height: 56px;
	object-position: left;
	object-fit: contain;
}

.testi-card .text {
	font-size: 24px;
	font-weight: 300;
}

.testi-card .text span {
	font-weight: 700;
}

.stars {
	display: flex;
	gap: 4px;
}

.stars .star {
	width: 20px;
	height: 20px;
	background: url("../img/icons/star.svg") center no-repeat;
	background-size: contain;
}

.analysis-form .form-wrapper-2 {
	text-align: left;
}

.analysis-form .wrapper {
	max-width: 880px;
	margin: auto;
}

.title-desc {
	font-size: 22px;
}

.center-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	text-align: center;
}

.splide.benefit li {
	padding: 12px 0px;
}

.item,
.splide.benefit .item {
	width: 33vw;
	max-width: 480px;
	min-width: 424px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 32px;
	border-radius: 16px;
	border: 1px solid #c9d6ca;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.splide.benefit-2:not(.is-active) .splide__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.splide.benefit-2:not(.is-active) li {
	flex: 1 1 300px;
}

.splide.benefit-2:not(.is-active) .item {
	max-width: none;
	min-width: auto;
	width: auto;
}

.item .item-icon {
	width: 60px;
	height: 60px;
	object-fit: contain;
	object-position: center;
}

.item p {
	line-height: 1.5;
}

.splide.benefit .chip {
	display: inline-block;
}

.benefit-arrow {
	display: flex;
	justify-content: center;
}

.splide-benefit-container.layout-2 .benefit-arrow {
	display: none;
}

.benefit-arrow .wrapper {
	display: flex;
	border-radius: 40px;
	overflow: hidden;
}

.benefit-arrow .btn-prev,
.benefit-arrow .btn-next {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 0px;
	background-color: #273a34;
	border: none;
	transition: 0.25s;
	background-image: url("../img/icons/arrow-r-w.svg");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.benefit-arrow .btn-prev:hover,
.benefit-arrow .btn-next:hover {
	opacity: 0.85;
}

.benefit-arrow .btn-prev {
	transform: rotate(180deg);
}

.list-styled {
	display: flex;
	flex-direction: column;
	gap: 20px;
	line-height: 1.5;
}

.list-styled .list {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
}

.list-styled .list::before {
	width: 18px;
	height: 18px;
	content: "";
	background: url("../img/icons/check-green.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
}

.list-styled .list.bullet {
	padding-left: 16px;
}

.list-styled .list.bullet::before {
	background: #414141;
	border-radius: 50%;
	height: 6px;
	width: 6px;
	top: 8px;
}

.list-styled .list.bullet-2 {
	padding-left: 24px;
}

.list-styled .list.bullet-2::before {
	background-image: none;
	background: #414141;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	top: 6px;
}

.list-styled.light .list::before {
	background-image: url("../img/icons/check-white.svg");
}

.list-styled.light .list.bullet::before,
.list-styled.light .list.bullet-2::before {
	background: #fff;
}

.footer.layout-2 .footer-top {
	display: flex;
	justify-content: space-between;
	gap: 40px 80px;
	flex-wrap: nowrap;
}

.footer.layout-2 .copyright {
	width: 100%;
	text-align: center;
}

.footer.layout-2 .footer-company {
	max-width: 500px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footer.layout-2 .footer-company.rev-1 {
	max-width: none;
	flex: 1;
	display: flex;
}

.footer.layout-2 .footer-company.rev-1 .wrapper {
	max-width: 500px;
}

.footer.layout-2 .footer-menu {
	flex: none;
	margin-bottom: 0px;
	display: flex;
	gap: 40px;
	align-items: start;
}

.footer.layout-2 .footer-menu.rev-1 {
	flex: 0 1 auto;
	flex-wrap: wrap;
	column-gap: 80px;
	row-gap: 0px;
	justify-content: flex-end;
}

.footer.layout-2 .footer-menu.rev-1 ul {
	width: auto;
	min-width: auto;
}

.footer.layout-2 .footer-menu ul {
	margin-right: 0px;
	min-width: 240px;
	width: 100%;
}
a.explore {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1600px) {
	.first-step2 .content,
	.first-step1 .content {
		padding: 80px 60px;
	}

	.section-hero.layout-4 .larger {
		min-width: 130%;
	}

	.section-hero .hero-slider {
		transform: scale(1.3);
		transform-origin: left center;
	}
}

@media only screen and (max-width: 1100px) {
	.nav ul.nav-menu .btn {
		display: flex;
	}

	.nav ul.nav-menu {
		box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
	}
}
@media only screen and (max-width: 1024px) {
	.hide-tab {
		display: none !important;
	}

	.section-hero .hero-slider {
		transform: scale(1.1);
		transform-origin: center;
	}

	.section-hero.layout-4 .container {
		gap: 60px;
		text-align: center;
		justify-content: center;
		flex-direction: column;
	}
	.section-hero.layout-4 .btn-group {
		justify-content: center;
	}

	.section-hero.layout-4 .larger {
		margin-left: -15%;
		object-position: center;
	}
	.content-row {
		display: block;
	}

	.content-row.reversed.fix {
		display: flex;
		flex-direction: column-reverse;
		gap: 40px;
	}

	.content-row.reversed.fix .content-media {
		margin-top: 0px;
	}

	.container-fluid .content-row .content-media {
		margin-top: 0px;
	}
	.content-row .content-media {
		margin-top: 40px;
	}

	.boxed.layout-2 {
		padding: 40px;
	}

	.content-row .content-media.layout-2 {
		height: 240px;
		margin-right: inherit;
		margin-bottom: -40px;
		max-width: none;
	}

	.content-row .content-media.layout-2 .img-half {
		background-position: top;
	}

	.content-row.layout-2 {
		margin-top: 20px;
	}

	.footer.layout-2 .footer-company, .footer.layout-2 .footer-company.rev-1 .wrapper {
		max-width: none;
	}

	.footer.layout-2 .footer-top {
		flex-wrap: wrap;
	}

	.footer.layout-2 .footer-menu {
		flex: 100%;
	}

	.footer.layout-2 .footer-menu.rev-1 {
		flex: 100%;
		gap: 32px;
	}

	.footer.layout-2 .footer-menu.rev-1 .madein {
		flex: 100%;
		text-align: center;
		margin-bottom: -40px;
	}

	.footer.layout-2 .footer-menu.rev-1 .madein img {
		width: 50%;
		min-width: 200px;
	}

	.footer.layout-2 .footer-menu ul {
		flex: 1;
	}
}

@media only screen and (max-width: 768px) {
	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
		line-height: 1.3;
	}

	.nav.layout-2 .container {
		justify-content: center;
	}

	.btn-group {
		flex-direction: column;
	}

	.accordion .question {
		padding: 16px 0px;
	}

	.accordion.process .question .number {
		width: 48px;
	}

	.accordion.process .answer {
		padding-left: 48px;
	}

	.input-group2 {
		flex-direction: column;
	}

	.boxed {
		padding: 40px 20px;
	}

	.boxed.layout-2 {
		padding: 40px 20px 20px;
	}

	.content-row .content-media.layout-2 {
		margin-bottom: -20px;
		margin-right: -20px;
		/* height: 300px; */
	}

	.content-row.layout-2 .content-media .img-in {
		min-height: 500px;
	}

	.content-row .content-media.layout-2 .img-half {
		background-size: 200%;
		background-position: top left;
	}

	.section-hero.layout-2 .img-wrapper {
		margin-left: -24px;
		margin-right: -24px;
	}

	.section-hero.layout-2 .img-wrapper .img {
		height: 70vw;
		object-fit: cover;
	}

	.section-hero.layout-3 .container {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}

	.footer.layout-2 .footer-menu {
		display: block;
	}

	.splide-benefit-container.layout-2 .container {
		padding: 0px;
	}

	.splide-benefit-container.layout-2 .benefit-arrow {
		display: flex;
	}

	.splide.benefit-2 .item,
	.splide.benefit .item {
		width: 85vw;
		max-width: none;
		min-width: auto;
		padding: 24px;
	}

	.first-step2 .content,
	.first-step1 .content {
		padding: 60px 24px;
	}

	.img-in .offset {
		width: 120px;
		height: 120px;
		top: -20px;
	}

	.img-in .offset.bottom {
		top: auto;
		bottom: -20px;
	}
}
