/* ===================================
   Author: ADFoods (1v4nWorld - Devara)
====================================== */
/* font */
@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/google/bebas-neue-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/google/bebas-neue-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url('../fonts/google/schibsted-grotesk-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url('../fonts/google/schibsted-grotesk-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* variable */
:root {
	--base-color: #1d7a5f;
	--medium-gray: #8d8987;
	--black: #282725;
	--dark-gray: #383632;
	--red: #d51f0f;
	--green: #46b57e;
	--very-light-gray: #f9f6f3;
	--yellow: #ECBA23;
	--alt-font: 'Bebas Neue', cursive;
	--primary-font: 'Schibsted Grotesk', sans-serif;
}
#clients {
	overflow-x: hidden;
	overflow-y: visible;
}
.adfs-home-minimal-hero #about {
	padding-top: 50px;
}
body {
	font-size: 17px;
	line-height: 30px;
}

p {
	text-align: left;
}
/* header */
header .navbar-brand img {
	max-height: 46px;
}
.navbar .navbar-nav {
	align-items: center;
}
.navbar .navbar-nav .nav-link {
	padding: 0.45rem 0.9rem;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.01em;
}
header .btn.btn-switch-text.btn-small > span {
	padding: 11px 25px 9px;
}
.adfs-header-nav {
	gap: 6px;
}

.adfs-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	font-family: var(--primary-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.01em;
	text-transform: none;
	box-shadow: none;
}
.sticky .header-transparent .header-button .btn {
	background-color: var(--dark-gray);
	border-color: rgba(23, 23, 23, 0.20);
	color: var(--white);
}
.sticky .header-transparent .header-button .btn:hover {
	background-color: var(--dark-gray);
	color: var(--white);
	border-color:  var(--dark-gray);
}
/* heading */
h1, .h1 {
	font-size: 3.375rem;
	line-height: 3.5rem;
}
h2, .h2 {
	font-size: 2.438rem;
	line-height: 2.6rem;
}
h3, .h3 {
	font-size: 1.813rem;
	line-height: 2.15rem;
}
h4, .h4 {
	font-size: 1.375rem;
	line-height: 1.75rem;
}
h5, .h5 {
	font-size: 1rem;
	line-height: 1.4rem;
}
h6, .h6 {
	font-size: 0.75rem;
	line-height: 1.1rem;
}
/* btn */
[class*="btn-transparent"], [class*=" btn-transparent"] {
	font-weight: 500;
}
.btn i {
	top: 0px;
}
.btn.btn-switch-text.btn-extra-large > span {
	font-size: 18px;
	padding: 19px 32px 16px;
}
.btn.btn-switch-text.btn-large > span {
	font-size: 17px;
	padding: 17px 28px 14px;
}
.btn.btn-switch-text.btn-medium > span {
	font-size: 16px;
	padding: 15px 24px 12px;
}
.btn.btn-switch-text.btn-small > span {
	font-size: 14px;
	padding: 13px 20px 11px;
}
.btn.btn-switch-text.btn-very-small > span {
	font-size: 13px;
	padding: 10px 18px 7px;
}
.btn.btn-link {
	padding: 0 0 2px;
}
.btn.btn-hover-animation-switch .btn-icon i {
	font-size: 24px;
	line-height: 0;
	top: -2px;
}
.btn.btn-hover-animation-switch .btn-icon {
	margin-left: 5px;
}
/* page title */
.page-title-extra-large h1 {
	font-size: 4rem;
	line-height: 4.1rem;
}
.page-title-extra-large h2 {
	font-size: 15px;
	line-height: 26px;
}

.page-title-large h1 {
	font-size: 1.8rem;
	line-height: 2.1rem;
}

.page-title-medium h1 {
	font-size: 1rem;
	line-height: 1.35rem;
}
/* inner page hero – white minimal, replaces cover-background on inner pages */
.adfs-inner-hero {
	padding-top: 154px;
	padding-bottom: 80px;
	background: #fff;
}

.adfs-page-section {
	padding-top: 96px;
	padding-bottom: 96px;
}

.adfs-page-section--lead {
	padding-top: 44px;
}

.adfs-button-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.adfs-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-family: var(--primary-font) !important;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: none !important;
	border: 1px solid transparent;
	box-shadow: none !important;
	transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.adfs-button:hover,
.adfs-button:focus {
	text-decoration: none;
	box-shadow: none !important;
}

.adfs-button--primary {
	background: rgb(56, 54, 50);
	border-color: rgba(56, 54, 50, 0.92);
	color: #fff;
}

.adfs-button--primary:hover,
.adfs-button--primary:focus {
	background: rgb(43, 42, 39);
	border-color: rgb(43, 42, 39);
	color: #fff;
}

.adfs-button--secondary {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(40, 39, 37, 0.14);
	color: rgb(56, 54, 50);
}

.adfs-button--secondary:hover,
.adfs-button--secondary:focus {
	background: rgba(246, 241, 234, 0.94);
	border-color: rgba(40, 39, 37, 0.18);
	color: rgb(43, 42, 39);
}

.adfs-button--block {
	width: 100%;
}
/* border color */
.border-color-extra-medium-gray {
	border-color: #c7c2bf !important;
}
/* bg color transparent */
.bg-base-color-transparent {
	background: rgba(29,122,95,0.9);
}
.text-outline-base-color-background {
	-webkit-text-fill-color: var(--base-color);
}
.subscribe-popup .newsletter-style-05 .submit {
	font-size: 17px;
}
/* portfolio */
.portfolio-filter li {
	padding: 0 35px;
}
/* top right bottom left */
.top-minus-35px {
	top: -35px;
}
/* review */
.review-star-icon i {
	letter-spacing: 1px;
}
/* categories */
.categories-btn {
	line-height: 21px;
	letter-spacing: 0;
	padding: 3px 14px 4px;
}
/* blog comment */
.blog-comment li .btn-reply {
	padding: 6px 20px 7px;
}
/* footer */
.adfs-site-footer {
	position: relative;
	padding-top: 88px;
	background: linear-gradient(180deg, #fbfaf8 0%, #f6f2ec 100%);
}

.adfs-footer-shell {
	padding-bottom: 30px;
}

.adfs-footer-primary {
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(23, 23, 23, 0.07);
}

.adfs-footer-brand {
	display: inline-flex;
	align-items: center;
	margin-bottom: 28px;
}

.adfs-footer-brand img {
	max-height: 45px;
	width: auto;
}

.adfs-footer-summary {
	max-width: 460px;
	margin: 0;
	font-size: 17px;
	line-height: 1.78;
	color: rgba(56, 54, 50, 0.78);
}

.adfs-footer-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px 56px;
}

.adfs-footer-heading {
	display: block;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(40, 39, 37, 0.5);
}

.adfs-footer-address {
	max-width: 280px;
	font-size: 17px;
	line-height: 1.75;
	color: rgba(56, 54, 50, 0.78);
}

.adfs-footer-address--lead {
	max-width: 340px;
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.85;
	color: rgba(56, 54, 50, 0.68);
}

.adfs-site-footer .adfs-footer-link-list,
.adfs-site-footer .adfs-footer-contact-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.adfs-site-footer .adfs-footer-link-list a,
.adfs-site-footer .adfs-footer-contact-list a {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(40, 39, 37, 0.82);
	text-decoration: none;
}

.adfs-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 26px;
}

.adfs-footer-meta p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(40, 39, 37, 0.58);
}

footer .footer-logo img {
	max-height: 49px;
}
footer .elements-social li {
	margin: 0 12px 0 0;
}
footer .social-icon-style-08 ul li a:hover {
	opacity: 1;
}
footer .elements-social ul li:last-child {
	margin-right: 0;
}

.adfs-site-footer .elements-social ul {
	padding-left: 0;
	margin: 0;
	gap: 0;
}

.adfs-site-footer .elements-social ul li a {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	border: 1px solid rgba(23, 23, 23, 0.1);
	background: rgba(255, 255, 255, 0.62);
	color: var(--dark-gray);
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.adfs-site-footer .elements-social ul li a:hover {
	transform: translateY(-1px);
	border-color: rgba(23, 23, 23, 0.18);
	background: rgba(255, 255, 255, 0.9);
}
.adfs-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(29, 122, 95, 0.45), rgba(40, 39, 37, 0.78));
}
.adfs-hero-overline {
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 2;
	width: 100%;
	padding: 0 32px;
}
.adfs-hero-overline__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	max-width: 920px;
	margin: 0 auto;
	padding: 8px 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	background: linear-gradient(90deg, rgba(8, 29, 24, 0.18), rgba(8, 29, 24, 0.34), rgba(8, 29, 24, 0.18));
	backdrop-filter: blur(8px);
}
.adfs-hero-overline__label {
	display: inline-flex;
	flex: 0 0 auto;
	color: rgba(255, 255, 255, 0.72);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.adfs-hero-overline__inner p {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.96);
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
}
.adfs-hero-circle-shell {
	position: relative;
	width: 540px;
	height: 540px;
	margin-top: 36px;
}
.adfs-hero-circle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 100% !important;
	margin-top: 0;
	overflow: hidden;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #2f9b7a 0%, #1d7a5f 58%, #125340 100%);
	box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
}
.adfs-hero-circle::before,
.adfs-hero-circle::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
}
.adfs-hero-circle::before {
	background-image: url('../assets/home-banner-pattern.png');
	background-repeat: repeat;
	background-size: 148px auto;
	opacity: 0.42;
}
.adfs-hero-circle::after {
	background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 45%, rgba(9, 44, 34, 0.18) 100%);
}
.adfs-hero-circle__content {
	position: relative;
	z-index: 1;
	width: min(100%, 390px);
}
.adfs-hero-company {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.65px;
}
.adfs-hero-company,
.adfs-hero-title {
	margin-left: auto;
	margin-right: auto;
}
.adfs-hero-title {
	max-width: 360px;
	margin-bottom: 14px;
	font-size: 96px;
	line-height: 0.88;
}
.adfs-hero-title > span:last-child {
	font-size: 88px;
	line-height: 0.86;
}
.adfs-hero-title [data-fancy-text] {
	display: block;
	width: 100%;
	text-align: center;
}
.adfs-hero-title [data-fancy-text] .anime-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	column-gap: 0.18em;
}
.adfs-hero-title [data-fancy-text] .anime-text .word {
	display: inline-flex;
}
.adfs-hero-title [data-fancy-text] .anime-text .whitespace {
	display: none;
}
.adfs-hero-actions {
	gap: 8px;
}
.adfs-hero-actions .btn.btn-switch-text.btn-extra-large > span {
	font-size: 16px;
	padding: 14px 24px 11px;
}
.adfs-hero-cert-badge {
	position: absolute;
	z-index: 2;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 1) 0%, rgba(252, 249, 244, 0.98) 62%, rgba(235, 229, 218, 0.96) 100%);
	border: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95), inset 0 -10px 22px rgba(186, 170, 139, 0.10);
	animation: float 2s linear 0.5s infinite alternate both;
	will-change: transform;
	overflow: hidden;
	pointer-events: none;
}
.adfs-hero-cert-badge::before,
.adfs-hero-cert-badge::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}
.adfs-hero-cert-badge::before {
	inset: 10px;
	border: 1px solid rgba(191, 170, 123, 0.22);
}
.adfs-hero-cert-badge::after {
	top: 16px;
	left: 24px;
	width: 42%;
	height: 20%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
	opacity: 0.58;
	filter: blur(1px);
}
.adfs-hero-cert-logo {
	display: block;
	width: auto;
	max-width: 92px;
	max-height: 92px;
	object-fit: contain;
	filter: none;
	position: relative;
	z-index: 1;
}
.adfs-hero-cert-badge--iso .adfs-hero-cert-logo {
	max-width: 94px;
	max-height: 104px;
}
.adfs-hero-cert-badge--haccp .adfs-hero-cert-logo {
	max-width: 130px;
	max-height: 130px;
}
.adfs-hero-cert-badge--halal .adfs-hero-cert-logo {
	max-width: 66px;
	max-height: 92px;
}
.adfs-hero-cert-badge--slhs .adfs-hero-cert-logo {
	max-width: 98px;
	max-height: 80px;
}
.adfs-cert-strip-section {
	display: none;
	padding: 18px 0;
	background: #f7f7f5;
}
.adfs-cert-strip {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}
.adfs-cert-strip__label {
	color: var(--dark-gray);
	font-size: 13px;
	letter-spacing: 1.5px;
	opacity: 0.7;
}
.adfs-cert-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 16px 6px;
	border-radius: 100px;
	background: var(--white);
	border: 1px solid rgba(23, 23, 23, 0.08);
	color: var(--dark-gray);
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.8px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}
.adfs-cert-chip--logo {
	min-width: 118px;
	padding: 8px 14px;
}
.adfs-cert-logo {
	display: block;
	width: auto;
	max-width: 96px;
	max-height: 28px;
	object-fit: contain;
}
.adfs-solution-group-title {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(23, 23, 23, 0.14);
}
.adfs-solution-group-title__eyebrow {
	color: var(--dark-gray);
	font-family: var(--alt-font);
	font-size: 34px;
	line-height: 1;
	white-space: nowrap;
}
.adfs-solution-group-title p {
	color: var(--medium-gray);
}
.adfs-solution-card-kicker {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--base-color);
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-weight: 700;
}
.adfs-solution-service-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	background: var(--white);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.adfs-solution-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.adfs-solution-service-media img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 0.92;
	transition: transform 0.45s ease;
}
.adfs-solution-service-card:hover .adfs-solution-service-media img {
	transform: scale(1.06);
}
.adfs-solution-service-overlay {
	justify-content: flex-end;
	padding: 42px 30px 34px;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 28%, rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0.34) 68%, rgba(255, 255, 255, 0) 84%);
}
.adfs-solution-service-hover {
	max-width: 300px;
	color: var(--dark-gray);
	font-size: 15px;
	line-height: 1.65;
	font-weight: 400;
	text-wrap: pretty;
}
.adfs-solution-service-copy {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 26px 26px 28px;
	gap: 10px;
}
.adfs-solution-service-copy__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 120px;
	align-items: flex-start;
	column-gap: 14px;
	width: 100%;
	margin-bottom: 2px;
}
.adfs-solution-service-copy__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 100px;
	gap: 14px;
}
.adfs-solution-service-copy__title {
	flex: 1 1 auto;
}
.adfs-solution-service-copy__logo {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 120px;
	height: 100px;
}
.adfs-solution-service-copy__logo-image {
	display: block;
	width: auto;
	max-width: 220px;
	max-height: 100px;
	object-fit: contain;
}
.adfs-solution-service-copy__logo-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border-radius: 999px;
	background: rgba(23, 23, 23, 0.92);
	color: var(--white);
	font-family: var(--alt-font);
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.4px;
	text-align: center;
	white-space: normal;
}
.adfs-solution-service-copy .btn {
	align-self: flex-start;
	margin-top: auto;
	padding-left: 0;
}
.adfs-solution-service-copy__content .btn {
	margin-top: 0;
	padding-bottom: 0;
}
.adfs-solution-product-tile {
	border-radius: 6px;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
}
.adfs-solution-product-tile .box-image img {
	height: 330px;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.adfs-solution-product-tile .icon-box {
	margin-top: 0;
}
.adfs-solution-product-tile .box-overlay {
	background: linear-gradient(180deg, rgba(23, 23, 23, 0.18) 0%, rgba(23, 23, 23, 0.68) 100%);
}
.adfs-solution-product-hovermark {
	--adfs-product-bubble-width: 152px;
	--adfs-product-bubble-height: 104px;
	--adfs-product-bubble-radius: 34px;
	--adfs-product-bubble-padding: 12px;
	--adfs-product-logo-max-width: 126px;
	--adfs-product-logo-max-height: 82px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--adfs-product-bubble-width);
	height: var(--adfs-product-bubble-height);
	padding: var(--adfs-product-bubble-padding);
	border-radius: var(--adfs-product-bubble-radius);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 26px 44px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transform: translate(-50%, -50%) scale(0.92);
	transition: opacity 0.45s ease, margin-top 0.45s ease, transform 0.45s ease;
}
.adfs-solution-product-hovermark--izi {
	--adfs-product-bubble-width: 152px;
	--adfs-product-bubble-height: 120px;
	--adfs-product-bubble-radius: 34px;
	--adfs-product-bubble-padding: 10px 12px;
	--adfs-product-logo-max-width: 128px;
	--adfs-product-logo-max-height: 96px;
}
.adfs-solution-product-hovermark--heat {
	--adfs-product-bubble-width: 116px;
	--adfs-product-bubble-height: 170px;
	--adfs-product-bubble-radius: 32px;
	--adfs-product-bubble-padding: 10px;
	--adfs-product-logo-max-width: 92px;
	--adfs-product-logo-max-height: 142px;
}
.adfs-solution-product-hovermark--rte {
	--adfs-product-bubble-width: 164px;
	--adfs-product-bubble-height: 112px;
	--adfs-product-bubble-radius: 34px;
	--adfs-product-bubble-padding: 10px 12px;
	--adfs-product-logo-max-width: 140px;
	--adfs-product-logo-max-height: 88px;
}
.adfs-solution-product-tile:hover .adfs-solution-product-hovermark {
	transform: translate(-50%, -50%) scale(1);
}
.adfs-solution-product-hovermark__image {
	display: block;
	width: auto;
	height: auto;
	max-width: var(--adfs-product-logo-max-width);
	max-height: var(--adfs-product-logo-max-height);
	object-fit: contain;
}
.adfs-solution-product-hovermark--text-only {
	--adfs-product-bubble-width: 148px;
	--adfs-product-bubble-height: 84px;
	--adfs-product-bubble-radius: 28px;
	--adfs-product-bubble-padding: 12px 16px;
	color: var(--dark-gray);
	font-family: var(--alt-font);
	font-size: 21px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.adfs-solution-product-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 92px;
	padding: 20px 4px 0;
	background: transparent;
	text-align: right;
}
.adfs-solution-product-summary-logo {
	--adfs-summary-logo-width: 72px;
	--adfs-summary-logo-height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 var(--adfs-summary-logo-width);
	width: var(--adfs-summary-logo-width);
	height: var(--adfs-summary-logo-height);
	min-width: var(--adfs-summary-logo-width);
}
.adfs-solution-product-summary-logo--izi {
	--adfs-summary-logo-width: 74px;
	--adfs-summary-logo-height: 36px;
}
.adfs-solution-product-summary-logo--heat {
	--adfs-summary-logo-width: 50px;
	--adfs-summary-logo-height: 44px;
}
.adfs-solution-product-summary-logo--rte {
	--adfs-summary-logo-width: 80px;
	--adfs-summary-logo-height: 34px;
}
.adfs-solution-product-summary-logo__image {
	display: block;
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: left center;
}
.adfs-solution-product-summary-logo--si {
	--adfs-summary-logo-width: 52px;
	--adfs-summary-logo-height: 36px;
	align-self: center;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(23, 23, 23, 0.06);
	color: var(--dark-gray);
	font-family: var(--alt-font);
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.04em;
}
.adfs-solution-product-summary-copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 2px;
	min-width: 0;
}
.adfs-solution-product-title {
	margin: 0;
	color: var(--dark-gray);
	font-family: var(--alt-font);
	font-size: 24px;
	line-height: 1.15;
	font-weight: 500;
}
.adfs-solution-product-subtitle {
	margin: 0;
	color: var(--medium-gray);
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
.adfs-solution-card-copy {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.adfs-solution-card-copy p {
	flex-grow: 1;
}
.adfs-section-cta-note {
	color: var(--dark-gray);
	font-size: 19px;
	line-height: 1.7;
}
.header-transparent .navbar-brand .default-logo,
.header-transparent .navbar-brand .alt-logo,
.header-transparent .navbar-brand .mobile-logo,
footer .footer-logo img {
	max-width: 250px;
}
.adfs-clear-page .header-transparent .navbar-nav .nav-link {
	color: var(--dark-gray);
}
.adfs-clear-page .header-transparent .navbar-nav .nav-link.active,
.adfs-clear-page .header-transparent .navbar-nav .nav-link:hover {
	color: var(--dark-gray);
	opacity: 0.7;
}
.adfs-clear-page .header-transparent .header-button .btn {
	background-color: var(--dark-gray);
	border-color: rgba(23, 23, 23, 0.20);
	color: var(--white);
}
.adfs-clear-page .header-transparent .header-button .btn:hover {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.adfs-clear-page section#home.page-title-big-typography {
	margin-top: 0 !important;
}
.adfs-clear-page section#home.page-title-big-typography .row.small-screen {
	height: auto !important;
	min-height: 0;
	padding-top: 140px;
	padding-bottom: 84px;
}
.footer-logo img {
	max-height: 46px;
}
.adfs-footer-list span,
.adfs-footer-link-list a {
	display: block;
	color: rgba(40, 39, 37, 0.82);
	line-height: 1.65;
}
.adfs-footer-contact-list a {
	display: block;
	color: rgba(40, 39, 37, 0.82);
	line-height: 1.65;
}
.adfs-site-footer .adfs-footer-col-left .feature-box {
	align-items: flex-start;
	text-align: left;
	padding-left: 0 !important;
	width: 100%;
}
.adfs-site-footer .adfs-footer-col-right .feature-box {
	align-items: flex-end;
	text-align: right;
	padding-right: 0 !important;
	width: 100%;
}
.adfs-site-footer .adfs-footer-col-left .adfs-footer-link-list,
.adfs-site-footer .adfs-footer-col-left .feature-box-content {
	text-align: left;
	width: 100%;
}
.adfs-site-footer .adfs-footer-col-right .feature-box-content {
	text-align: left;
	width: 100%;
}
.adfs-site-footer .adfs-footer-col-right,
.adfs-site-footer .adfs-footer-col-right .adfs-footer-contact-list {
	text-align: left;
	width: 100%;
}
.adfs-footer-link-list a:hover {
	color: var(--dark-gray);
}
.adfs-footer-contact-list a:hover {
	color: var(--dark-gray);
}
.adfs-client-logo-swiper {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	cursor: grab;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.adfs-client-logo-marquee {
	display: grid;
	gap: 14px;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}
.adfs-client-logo-swiper:active {
	cursor: grabbing;
}

.adfs-client-logo-swiper .swiper-wrapper {
	align-items: center;
}
.adfs-client-logo-swiper .swiper-slide {
	width: 168px;
	min-width: 168px;
	height: 82px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
}
.adfs-client-logo-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 56px;
	object-fit: contain;
	filter: none;
	-webkit-user-drag: none;
	user-select: none;
	-webkit-user-select: none;
	pointer-events: none;
}
.adfs-proof-pill {
	height: 100%;
	padding: 24px 18px 22px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.adfs-proof-pill .alt-font {
	font-size: 42px !important;
	line-height: 0.92 !important;
	letter-spacing: 0.4px;
	margin-bottom: 10px !important;
}
.adfs-proof-pill span {
	display: block;
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
	line-height: 24px;
}
.adfs-trust-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}
.adfs-trust-chip {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 18px 8px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--white);
	font-size: 13px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
}
.adfs-metric-card {
	height: 100%;
	padding: 40px 36px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
}
.adfs-number-stack {
	padding: 28px 20px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.adfs-number-stack > span {
	display: block;
	color: rgba(255, 255, 255, 0.75);
	font-size: 15px;
	line-height: 24px;
}
.adfs-client-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 74px;
	padding: 14px 30px;
	border-radius: 100px;
	background: var(--white);
	color: var(--dark-gray);
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0.5px;
	font-family: var(--alt-font);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
	text-transform: uppercase;
}
.adfs-story-card {
	position: relative;
	margin-top: -70px;
	margin-left: 40px;
	border-radius: 16px !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}
.adfs-story-card-neutral {
	margin-top: 0;
	margin-left: 0;
}
.adfs-spotlight-media {
	width: 100%;
}
.adfs-spotlight-image {
	aspect-ratio: 5 / 6;
	object-fit: cover;
	object-position: center top;
}
.adfs-proof-card {
	height: 100%;
	padding: 32px 26px 28px;
	border-radius: 12px;
	background: var(--white);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(23, 23, 23, 0.06);
}
.adfs-proof-card .alt-font {
	display: block;
	font-size: 42px;
	line-height: 0.92;
	letter-spacing: 0.4px;
	margin-bottom: 10px;
}
.adfs-proof-card span {
	display: block;
	color: var(--medium-gray);
	font-size: 15px;
	line-height: 24px;
}
.adfs-structure-flow {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}
.adfs-structure-node {
	width: min(100%, 760px);
	padding: 32px 36px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	text-align: center;
}
.adfs-structure-label {
	display: inline-block;
	margin-bottom: 10px;
	padding: 8px 14px 6px;
	border-radius: 100px;
	color: var(--white);
	font-size: 13px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
}

.adfs-structure-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: var(--white);
	font-size: 20px;
}
.adfs-profile-card {
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
	background: var(--white);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(23, 23, 23, 0.06);
}
.adfs-profile-card img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center top;
}
.adfs-profile-copy {
	padding: 28px 28px 26px;
}
.adfs-profile-role {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--base-color);
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
}
.adfs-profile-copy p {
	color: var(--medium-gray);
}
.adfs-contact-card {
	height: 100%;
	padding: 28px 26px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
}
.linkedin {
	color: #0a66c2;
}
/* team style */
.team-style-05:hover img {
	filter: grayscale(100%);
}
/* margin */
.mt-minus-2px {
	margin-top: -2px;
}
/* map */
.infowindow .mb-3 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0;
}
.infowindow p {
	font-size: 17px;
	letter-spacing: 0;
}
.google-maps-link a {
	font-size: 13px;
	letter-spacing: 1px;
}

.adfs-solution-opener-card {
	position: relative;
	padding: 44px 46px;
	border-radius: 30px;
	background: linear-gradient(135deg, rgba(255, 248, 239, 0.98) 0%, rgba(255, 255, 255, 1) 56%, rgba(247, 243, 234, 0.96) 100%);
	border: 1px solid rgba(23, 23, 23, 0.08);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.adfs-solution-opener-card::before {
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(196, 42, 46, 0.12) 0%, rgba(196, 42, 46, 0) 70%);
	pointer-events: none;
}

.adfs-solution-opener-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.adfs-solution-chip {
	display: inline-flex;
	align-items: center;
	padding: 12px 18px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(23, 23, 23, 0.1);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
	color: var(--dark-gray);
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.adfs-solution-detail-copy {
	color: var(--medium-gray);
	font-size: 15px;
	line-height: 25px;
}

.adfs-solution-program-card {
	padding: 28px 28px 30px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(23, 23, 23, 0.08);
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.adfs-solution-program-list {
	padding-left: 18px;
	margin: 0;
	color: var(--medium-gray);
	font-size: 15px;
	line-height: 25px;
}

.adfs-solution-program-list li + li {
	margin-top: 10px;
}

.adfs-solution-channel-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.adfs-solution-channel-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px 8px;
	border-radius: 999px;
	background: rgba(23, 23, 23, 0.06);
	color: var(--dark-gray);
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 700;
}

.adfs-cooking-step {
	position: relative;
	padding: 28px 24px 26px;
	border-radius: 18px;
	background: var(--white);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.07);
	border: 1px solid rgba(23, 23, 23, 0.06);
	overflow: hidden;
}

.adfs-cooking-step::before {
	content: "";
	position: absolute;
	right: -28px;
	top: -28px;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(196, 42, 46, 0.10) 0%, rgba(196, 42, 46, 0) 72%);
	pointer-events: none;
}

.adfs-cooking-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	height: 54px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: rgba(23, 23, 23, 0.94);
	color: var(--white);
	font-family: var(--alt-font);
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.04em;
}

/* media query responsive */
@media (max-width: 1199px) {
	header .btn.btn-switch-text.btn-small > span {
		padding: 10px 15px 8px;
	}
	.adfs-solution-opener-card {
		padding: 34px 32px;
	}
	.adfs-solution-program-card {
		padding: 24px 22px 26px;
	}
}
@media (max-width: 991px) {
	header .navbar {
		min-height: 76px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	header.sticky .navbar,
	header.sticky.sticky-active .navbar,
	header.sticky .navbar.sticky-header,
	header.sticky .navbar.fixed-header,
	header.sticky .navbar.disable-fixed {
		min-height: 68px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	header .navbar-expand-lg .navbar-toggler {
		display: flex !important;
	}

	header .navbar-expand-lg .navbar-collapse {
		display: none !important;
		flex-basis: 100%;
	}

	header .navbar-expand-lg .navbar-nav,
	header .container-fluid > .menu-order .navbar-nav,
	header .navbar .navbar-collapse.show .navbar-nav,
	header .navbar .navbar-collapse.collapsing .navbar-nav {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		width: 100%;
		padding: 0;
		margin: 0;
		gap: 0;
	}

	header .navbar-expand-lg .navbar-nav .nav-item,
	header .container-fluid > .menu-order .navbar-nav .nav-item,
	header .navbar .navbar-collapse.show .navbar-nav .nav-item,
	header .navbar .navbar-collapse.collapsing .navbar-nav .nav-item {
		width: 100%;
	}

	header .navbar-expand-lg .navbar-nav .nav-link,
	header .container-fluid > .menu-order .navbar-nav .nav-link,
	header .navbar .navbar-collapse.show .navbar-nav .nav-link,
	header .navbar .navbar-collapse.collapsing .navbar-nav .nav-link {
		display: block;
		width: 100%;
		padding: 10px 0 !important;
	}

	header .navbar-expand-lg .navbar-collapse.show,
	header .navbar-expand-lg .navbar-collapse.collapsing {
		display: block !important;
	}

	header .container-fluid > .col-lg-2 {
		display: none !important;
	}

	header .navbar .container-fluid {
		position: relative;
		align-items: center;
	}

	header .navbar-brand {
		display: inline-flex;
		align-items: center;
		padding: 0;
	}

	header.sticky .navbar-brand,
	header.sticky.sticky-active .navbar-brand,
	header.sticky .navbar.sticky-header .navbar-brand,
	header.sticky .navbar.fixed-header .navbar-brand,
	header.sticky .navbar.disable-fixed .navbar-brand,
	header.sticky .header-transparent .navbar-brand,
	header.sticky.sticky-active .header-transparent .navbar-brand,
	header.sticky .navbar.header-transparent.sticky-header .navbar-brand,
	header.sticky .navbar.header-transparent.fixed-header .navbar-brand,
	header.sticky .navbar.header-transparent.disable-fixed .navbar-brand {
		display: inline-flex;
		align-items: center;
		padding: 0 !important;
	}

	header .navbar-brand img {
		max-height: 36px;
		transition: max-height 0.3s ease;
	}

	header.sticky .navbar-brand img,
	header.sticky.sticky-active .navbar-brand img,
	header.sticky .navbar.sticky-header .navbar-brand img,
	header.sticky .navbar.fixed-header .navbar-brand img,
	header.sticky .navbar.disable-fixed .navbar-brand img {
		max-height: 32px;
	}

	header .adfs-header-menu-order {
		display: flex;
		align-items: center;
	}

	header .navbar .navbar-toggler,
	header .adfs-header-menu-order > .adfs-header-toggler {
		margin-left: auto;
		padding: 4px 0 4px 10px;
		border: 0;
		box-shadow: none;
	}

	header .adfs-header-menu-order > .adfs-header-toggler {
		align-self: center;
	}

	header .navbar .navbar-collapse.show,
	header .navbar .navbar-collapse.collapsing {
		position: absolute;
		top: calc(100% + 8px);
		left: 0;
		right: 0;
		padding: 16px 18px 14px;
		background: rgba(255, 255, 255, 0.98);
		border: 1px solid rgba(23, 23, 23, 0.08);
		border-radius: 16px;
		box-shadow: 0 16px 34px rgba(23, 23, 23, 0.08);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		z-index: 30;
	}

	header .navbar .navbar-collapse.show .navbar-nav,
	header .navbar .navbar-collapse.collapsing .navbar-nav {
		align-items: flex-start;
		gap: 0;
		width: 100%;
	}

	header .navbar .navbar-collapse.show .nav-item,
	header .navbar .navbar-collapse.collapsing .nav-item {
		width: 100%;
	}

	header .navbar .navbar-collapse.show .nav-link,
	header .navbar .navbar-collapse.collapsing .nav-link {
		width: 100%;
		padding: 8px 0;
		font-size: 15px;
		line-height: 1.35;
	}

	.adfs-inner-hero {
		padding-bottom: 70px;
	}

	.adfs-page-section {
		padding-top: 84px;
		padding-bottom: 84px;
	}

	.adfs-page-section--lead {
		padding-top: 32px;
	}

	.adfs-button {
		min-height: 50px;
		padding: 0 22px;
	}

	.adfs-site-footer {
		padding-top: 72px;
	}

	.adfs-site-footer .container {
		max-width: 100%;
	}

	.adfs-footer-primary {
		padding-bottom: 40px;
		row-gap: 32px;
	}

	.adfs-footer-primary > [class*='col-'] {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		text-align: center !important;
	}

	.adfs-footer-summary,
	.adfs-footer-address {
		max-width: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.adfs-footer-bottom {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.adfs-footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
		max-width: 560px;
		margin: 0 auto;
		text-align: center !important;
	}

	.adfs-footer-grid > div,
	.adfs-site-footer .adfs-footer-link-list,
	.adfs-site-footer .adfs-footer-contact-list,
	.adfs-footer-meta,
	.adfs-site-footer .elements-social {
		text-align: center !important;
	}

	.adfs-site-footer .adfs-footer-link-list,
	.adfs-site-footer .adfs-footer-contact-list {
		align-items: center;
	}

	.adfs-site-footer .adfs-footer-col-right,
	.adfs-site-footer .adfs-footer-col-right .adfs-footer-contact-list {
		text-align: center;
	}

	header .btn.btn-transparent-white-light {
		background-color: var(--dark-gray);
		border-color: rgba(23, 23, 23, 0.20);
		color: var(--white);
	}
	header .btn.btn-transparent-white-light:hover {
		background-color: var(--dark-gray);
		color: var(--white);
	}
	.adfs-story-card {
		margin-top: 20px;
		margin-left: 0;
	}
	.adfs-solution-group-title {
		flex-direction: column;
		align-items: flex-start;
	}
	.adfs-solution-service-copy {
		padding: 24px 22px 26px;
	}
	.adfs-solution-service-overlay {
		padding: 36px 24px 30px;
		background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 32%, rgba(255, 255, 255, 0.76) 54%, rgba(255, 255, 255, 0.3) 72%, rgba(255, 255, 255, 0) 86%);
	}
	.adfs-solution-service-copy__body {
		grid-template-columns: minmax(0, 1fr) 108px;
		column-gap: 12px;
	}
	.adfs-solution-service-copy__content {
		min-height: 88px;
		gap: 12px;
	}
	.adfs-solution-service-copy__logo-image {
		max-width: 190px;
		max-height: 88px;
	}
	.adfs-solution-service-copy__logo {
		width: 108px;
		height: 88px;
	}
	.adfs-solution-service-copy__logo-badge {
		padding: 10px 16px;
		font-size: 16px;
	}
	.adfs-site-footer .row.row-cols-sm-2 > * {
		width: 100%;
	}
	.adfs-site-footer .row.row-cols-sm-2 > *:not(:last-child) {
		margin-bottom: 30px;
	}
	.adfs-site-footer .adfs-footer-col-left .feature-box,
	.adfs-site-footer .adfs-footer-col-right .feature-box {
		align-items: center;
		text-align: center;
	}
	.adfs-site-footer .adfs-footer-col-left .adfs-footer-link-list,
	.adfs-site-footer .adfs-footer-col-left .feature-box-content,
	.adfs-site-footer .adfs-footer-col-right .adfs-footer-contact-list,
	.adfs-site-footer .adfs-footer-col-right .feature-box-content {
		text-align: center;
	}
	.adfs-solution-product-tile .box-image img {
		height: 280px;
	}
	.adfs-solution-product-summary {
		min-height: auto;
		gap: 14px;
		padding: 18px 4px 0;
	}
	.adfs-client-logo-swiper .swiper-slide {
		width: 148px;
		min-width: 148px;
		height: 74px;
		padding: 0 12px;
	}
	.adfs-client-logo-image {
		max-height: 50px;
	}
	.adfs-solution-product-summary-logo {
		--adfs-summary-logo-width: 66px;
		--adfs-summary-logo-height: 32px;
	}
	.adfs-solution-product-summary-logo--heat {
		--adfs-summary-logo-width: 48px;
		--adfs-summary-logo-height: 40px;
	}
	.adfs-solution-product-summary-logo--rte {
		--adfs-summary-logo-width: 74px;
	}
	.adfs-solution-product-summary-logo--si {
		--adfs-summary-logo-width: 48px;
		--adfs-summary-logo-height: 34px;
		font-size: 16px;
	}
	.adfs-solution-product-title {
		font-size: 22px;
	}
	.adfs-solution-product-subtitle {
		font-size: 13px;
	}
	.adfs-structure-node {
		padding: 28px 24px;
	}
	.adfs-profile-card img {
		height: 280px;
	}
	.adfs-hero-overline {
		bottom: 26px;
		padding: 0 22px;
	}
	.adfs-hero-cert-badge {
		display: flex;
		width: 84px;
		height: 84px;
		padding: 5px;
		box-shadow: 0 14px 26px rgba(0, 0, 0, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.95), inset 0 -8px 16px rgba(186, 170, 139, 0.10);
	}
	.adfs-hero-cert-badge::before {
		inset: 7px;
	}
	.adfs-hero-cert-badge::after {
		top: 12px;
		left: 18px;
	}
	.adfs-hero-cert-badge--iso {
		top: 86px;
		left: -88px;
	}
	.adfs-hero-cert-badge--haccp {
		top: 196px;
		left: -88px;
	}
	.adfs-hero-cert-badge--halal {
		top: 84px;
		right: -88px;
	}
	.adfs-hero-cert-badge--slhs {
		top: 194px;
		right: -88px;
	}
	.adfs-hero-cert-badge--iso .adfs-hero-cert-logo {
		max-width: 60px;
		max-height: 68px;
	}
	.adfs-hero-cert-badge--haccp .adfs-hero-cert-logo {
		max-width: 72px;
		max-height: 72px;
	}
	.adfs-hero-cert-badge--halal .adfs-hero-cert-logo {
		max-width: 46px;
		max-height: 66px;
	}
	.adfs-hero-cert-badge--slhs .adfs-hero-cert-logo {
		max-width: 74px;
		max-height: 60px;
	}
	.adfs-hero-overline__inner {
		flex-direction: column;
		gap: 6px;
		max-width: 520px;
		padding: 10px 16px;
	}
	.adfs-hero-overline__label {
		font-size: 9px;
		letter-spacing: 1.5px;
	}
	.adfs-hero-overline__inner p {
		max-width: 420px;
		font-size: 12px;
		line-height: 1.45;
		text-align: center;
	}
	.adfs-hero-circle-shell {
		width: 400px;
		height: 400px;
		margin-top: 18px;
	}
	.adfs-hero-circle__content {
		width: min(100%, 280px);
		padding-left: 18px;
		padding-right: 18px;
	}
	.adfs-hero-company {
		max-width: 200px;
		font-size: 11px;
		line-height: 1.25;
		letter-spacing: 0.55px;
		margin-bottom: 4px;
	}
	.adfs-hero-title {
		max-width: 232px;
		margin-bottom: 10px;
		font-size: 42px;
		line-height: 0.92;
	}
	.adfs-hero-title > span:last-child {
		font-size: 38px;
		line-height: 0.88;
	}
	.adfs-hero-title > span {
		display: block;
	}
	.adfs-hero-actions {
		gap: 6px;
	}
	.adfs-hero-actions .btn.btn-switch-text.btn-extra-large > span {
		font-size: 14px;
		padding: 12px 18px 9px;
	}
}
@media (min-width: 992px) {
	header .navbar.header-transparent {
		min-height: 82px;
	}
	header.sticky .navbar.header-transparent,
	header.sticky.sticky-active .navbar.header-transparent,
	header.sticky .navbar.header-transparent.sticky-header,
	header.sticky .navbar.header-transparent.fixed-header,
	header.sticky .navbar.header-transparent.disable-fixed {
		min-height: 66px;
	}
	header .container-fluid {
		align-items: center;
	}
	header .container-fluid > .col-lg-3,
	header .container-fluid > .col-lg-2 {
		flex: 0 0 auto;
		width: auto;
		max-width: max-content;
	}
	header .container-fluid > .menu-order {
		flex: 1 1 auto;
		width: auto;
		margin-left: auto;
		display: flex;
		justify-content: flex-end;
	}
	header .container-fluid > .menu-order .navbar-collapse {
		flex-grow: 0;
		justify-content: flex-end;
	}
	header .container-fluid > .menu-order .navbar-nav {
		justify-content: flex-end;
		gap: clamp(18px, 1.8vw, 32px);
	}
	header .container-fluid > .menu-order .navbar-nav .nav-link {
		font-size: 14px;
		line-height: 1.15;
		padding-left: 0;
		padding-right: 0;
	}
	header .container-fluid > .col-lg-2 .header-button {
		margin-left: clamp(14px, 1.5vw, 22px);
	}
	.header-transparent .navbar-brand {
		display: inline-flex;
		align-items: center;
		width: auto;
		max-width: max-content;
		background: transparent;
		border: 0;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
	.header-transparent .navbar-brand img {
		max-height: 38px;
		transition: max-height 0.3s ease;
	}
	header.sticky .header-transparent .navbar-brand img,
	header.sticky.sticky-active .header-transparent .navbar-brand img,
	header.sticky .navbar.header-transparent.sticky-header .navbar-brand img,
	header.sticky .navbar.header-transparent.fixed-header .navbar-brand img,
	header.sticky .navbar.header-transparent.disable-fixed .navbar-brand img {
		max-height: 34px;
	}
	header.sticky .header-transparent .header-button .adfs-header-cta,
	header.sticky.sticky-active .header-transparent .header-button .adfs-header-cta,
	header.sticky .navbar.header-transparent.sticky-header .header-button .adfs-header-cta,
	header.sticky .navbar.header-transparent.fixed-header .header-button .adfs-header-cta,
	header.sticky .navbar.header-transparent.disable-fixed .header-button .adfs-header-cta {
		min-height: 40px;
		padding: 0 20px;
	}
	header.sticky .header-transparent .navbar-brand,
	header.sticky.sticky-active .header-transparent .navbar-brand,
	header.sticky .navbar.header-transparent.sticky-header .navbar-brand,
	header.sticky .navbar.header-transparent.fixed-header .navbar-brand,
	header.sticky .navbar.header-transparent.disable-fixed .navbar-brand {
		background: transparent !important;
		background-image: none !important;
		border-color: transparent !important;
		border-width: 0 !important;
		box-shadow: none !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		padding: 0 !important;
	}
	.adfs-solution-product-tile .box-image img {
		height: 282px;
	}
	.adfs-solution-product-summary {
		min-height: 94px;
		padding: 24px 4px 0;
	}
	.adfs-spotlight-row {
		align-items: stretch !important;
	}
	.adfs-spotlight-row > div {
		display: flex;
	}
	.adfs-spotlight-media {
		height: 100%;
	}
	.adfs-spotlight-image {
		width: 100%;
		height: 100%;
		aspect-ratio: auto;
	}
	.adfs-hero-cert-badge {
		position: absolute;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 115px;
		height: 115px;
		padding: 6px;
		border-radius: 50%;
		background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 1) 0%, rgba(252, 249, 244, 0.98) 62%, rgba(235, 229, 218, 0.96) 100%);
		border: 1px solid rgba(255, 255, 255, 0.9);
		box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95), inset 0 -10px 22px rgba(186, 170, 139, 0.10);
		animation: float 2s linear 0.5s infinite alternate both;
		will-change: transform;
		overflow: hidden;
		pointer-events: none;
	}
	.adfs-hero-cert-badge--iso {
		top: 225px;
		left: -126px;
		animation-delay: 0.15s;
	}
	.adfs-hero-cert-badge--haccp {
		top: 225px;
		left: -252px;
		animation-delay: 0.6s;
	}
	.adfs-hero-cert-badge--halal {
		top: 221px;
		right: -126px;
		animation-delay: 0.3s;
	}
	.adfs-hero-cert-badge--slhs {
		top: 221px;
		right: -252px;
		animation-delay: 0.75s;
	}
	.adfs-hero-circle-shell {
		width: 560px;
		height: 560px;
		margin-top: 16px;
	}
	.adfs-hero-circle__content {
		width: min(100%, 430px);
	}
	.adfs-hero-title {
		max-width: 430px;
	}
	.adfs-hero-title > span:first-child {
		display: block;
		white-space: nowrap;
	}
}
@media (max-width: 767px) {
	header .navbar {
		min-height: 66px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	header.sticky .navbar,
	header.sticky.sticky-active .navbar,
	header.sticky .navbar.sticky-header,
	header.sticky .navbar.fixed-header,
	header.sticky .navbar.disable-fixed {
		min-height: 58px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	header .navbar-brand img {
		max-height: 32px;
	}

	header.sticky .navbar-brand img,
	header.sticky.sticky-active .navbar-brand img,
	header.sticky .navbar.sticky-header .navbar-brand img,
	header.sticky .navbar.fixed-header .navbar-brand img,
	header.sticky .navbar.disable-fixed .navbar-brand img {
		max-height: 28px;
	}

	header .navbar .navbar-toggler,
	header .adfs-header-menu-order > .adfs-header-toggler {
		padding: 3px 0 3px 8px;
	}

	header .navbar .navbar-collapse.show,
	header .navbar .navbar-collapse.collapsing {
		top: calc(100% + 6px);
		padding: 14px 16px 12px;
		border-radius: 14px;
		box-shadow: 0 14px 28px rgba(23, 23, 23, 0.08);
	}

	header .navbar .navbar-collapse.show .nav-link,
	header .navbar .navbar-collapse.collapsing .nav-link {
		padding: 7px 0;
		font-size: 14px;
		line-height: 1.3;
	}

	.portfolio-filter li {
		padding: 0;
		margin-bottom: 5px;
	}
	.adfs-inner-hero {
		padding-bottom: 56px;
	}

	.adfs-page-section {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.adfs-page-section--lead {
		padding-top: 24px;
	}

	.adfs-button-group {
		gap: 10px;
	}

	.adfs-button {
		min-height: 48px;
	}

	.adfs-button-group--stack-mobile .adfs-button {
		width: 100%;
	}
	.sm-text-outline-width-1px {
		-webkit-text-stroke-width: 1px;
	}
	.adfs-cert-strip-section {
		padding: 16px 0;
	}
	.adfs-cert-strip {
		gap: 8px;
	}
	.adfs-cert-chip {
		min-height: 34px;
		padding: 8px 12px 6px;
		font-size: 11px;
	}
	.adfs-cert-chip--logo {
		min-width: 96px;
		padding: 8px 10px;
	}
	.adfs-cert-logo {
		max-width: 78px;
		max-height: 24px;
	}
	.adfs-solution-group-title__eyebrow {
		font-size: 28px;
	}
	.adfs-proof-pill {
		padding: 22px 16px 20px;
	}
	.adfs-proof-pill .alt-font {
		font-size: 34px !important;
		line-height: 0.94 !important;
	}
	.adfs-metric-card,
	.adfs-contact-card {
		padding: 28px 24px;
	}
	.adfs-client-chip {
		min-height: 62px;
		padding: 12px 22px;
		font-size: 22px;
	}
	.adfs-client-logo-swiper .swiper-slide {
		width: 138px;
		min-width: 138px;
		height: 70px;
		padding: 0 10px;
	}
	.adfs-client-logo-image {
		max-height: 46px;
	}
	.adfs-solution-product-tile .box-image img {
		height: 248px;
	}
	.adfs-solution-product-hovermark {
		--adfs-product-bubble-width: 122px;
		--adfs-product-bubble-height: 88px;
		--adfs-product-bubble-radius: 28px;
		--adfs-product-bubble-padding: 10px;
		--adfs-product-logo-max-width: 102px;
		--adfs-product-logo-max-height: 68px;
	}
	.adfs-solution-product-hovermark--izi {
		--adfs-product-bubble-width: 126px;
		--adfs-product-bubble-height: 98px;
		--adfs-product-logo-max-width: 106px;
		--adfs-product-logo-max-height: 78px;
	}
	.adfs-solution-product-hovermark--heat {
		--adfs-product-bubble-width: 96px;
		--adfs-product-bubble-height: 142px;
		--adfs-product-bubble-radius: 28px;
		--adfs-product-logo-max-width: 74px;
		--adfs-product-logo-max-height: 118px;
	}
	.adfs-solution-product-hovermark--rte {
		--adfs-product-bubble-width: 132px;
		--adfs-product-bubble-height: 92px;
		--adfs-product-logo-max-width: 112px;
		--adfs-product-logo-max-height: 72px;
	}
	.adfs-solution-product-hovermark--text-only {
		--adfs-product-bubble-width: 118px;
		--adfs-product-bubble-height: 70px;
		--adfs-product-bubble-radius: 24px;
		--adfs-product-bubble-padding: 10px 12px;
		font-size: 16px;
	}
	.adfs-solution-product-summary {
		gap: 12px;
		padding: 14px 2px 0;
	}
	.adfs-solution-product-summary-logo {
		--adfs-summary-logo-width: 60px;
		--adfs-summary-logo-height: 30px;
	}
	.adfs-solution-product-summary-logo--heat {
		--adfs-summary-logo-width: 46px;
		--adfs-summary-logo-height: 38px;
	}
	.adfs-solution-product-summary-logo--rte {
		--adfs-summary-logo-width: 68px;
	}
	.adfs-solution-product-summary-logo--si {
		--adfs-summary-logo-width: 44px;
		--adfs-summary-logo-height: 32px;
		font-size: 15px;
	}
	.adfs-solution-product-title {
		font-size: 20px;
		line-height: 1.12;
	}
	.adfs-solution-product-subtitle {
		font-size: 12px;
		line-height: 1.4;
	}
	.adfs-profile-card img {
		height: 260px;
	}
	.adfs-solution-opener-card {
		padding: 28px 24px;
		border-radius: 22px;
	}
	.adfs-solution-chip {
		width: 100%;
		justify-content: center;
	}
	.adfs-cooking-step {
		padding: 24px 20px 22px;
	}
}
@media (max-width: 575px) {
	.video-icon-large .video-icon {
		width: 75px;
		height: 75px;
	}
	.video-icon .video-icon-sonar .video-icon-sonar-bfr {
		top: -30px;
		left: -30px;
	}
	.xs-w-320px {
		width: 320px !important
	}
	.xs-h-320px {
		height: 320px !important;
	}
	.btn.btn-switch-text.btn-extra-large > span {
		font-size: 17px;
		padding: 14px 22px 11px;
	}
	.adfs-hero-overline {
		bottom: 18px;
		padding: 0 14px;
	}
	.adfs-hero-cert-badge {
		display: flex;
		width: 62px;
		height: 62px;
		padding: 4px;
		box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 -6px 12px rgba(186, 170, 139, 0.08);
	}
	.adfs-hero-cert-badge::before {
		inset: 5px;
	}
	.adfs-hero-cert-badge::after {
		top: 9px;
		left: 12px;
		width: 40%;
		height: 18%;
	}
	.adfs-hero-cert-badge--iso {
		top: 48px;
		left: -69px;
	}
	.adfs-hero-cert-badge--haccp {
		top: 124px;
		left: -69px;
	}
	.adfs-hero-cert-badge--halal {
		top: 46px;
		right: -69px;
	}
	.adfs-hero-cert-badge--slhs {
		top: 122px;
		right: -69px;
	}
	.adfs-hero-cert-badge--iso .adfs-hero-cert-logo {
		max-width: 42px;
		max-height: 48px;
	}
	.adfs-hero-cert-badge--haccp .adfs-hero-cert-logo {
		max-width: 52px;
		max-height: 52px;
	}
	.adfs-hero-cert-badge--halal .adfs-hero-cert-logo {
		max-width: 32px;
		max-height: 46px;
	}
	.adfs-hero-cert-badge--slhs .adfs-hero-cert-logo {
		max-width: 54px;
		max-height: 42px;
	}
	.adfs-hero-overline__inner {
		flex-direction: column;
		gap: 6px;
		max-width: 288px;
		padding: 8px 12px;
	}
	.adfs-hero-overline__label {
		font-size: 9px;
		letter-spacing: 1.3px;
	}
	.adfs-hero-overline__inner p {
		max-width: 248px;
		font-size: 10px;
		line-height: 1.35;
		text-align: center;
	}
	.adfs-hero-circle-shell {
		width: 252px;
		height: 252px;
		margin-top: 10px;
	}
	.adfs-hero-circle__content {
		width: min(100%, 196px);
		padding-left: 12px;
		padding-right: 12px;
	}
	.adfs-hero-company {
		display: none;
	}
	.adfs-hero-title {
		max-width: 144px;
		font-size: 26px;
		line-height: 0.9;
	}
	.adfs-hero-title > span {
		display: inline;
	}
	.adfs-hero-title > span:last-child {
		font-size: 30px;
		line-height: 0.9;
	}
	.adfs-hero-actions {
		flex-direction: column;
		align-items: center;
		gap: 6px;
	}
	.adfs-hero-actions .btn {
		width: min(100%, 184px);
		margin-bottom: 0 !important;
	}
	.adfs-hero-actions .btn.btn-switch-text.btn-extra-large > span {
		font-size: 13px;
		padding: 11px 14px 8px;
	}
	.adfs-cert-strip__label {
		width: 100%;
		text-align: center;
	}
	.adfs-solution-group-title__eyebrow {
		font-size: 24px;
	}
	.adfs-proof-pill .alt-font {
		font-size: 34px !important;
		line-height: 0.96 !important;
	}
	.adfs-solution-service-hover {
		max-width: 100%;
		font-size: 14px;
		line-height: 1.55;
	}
	.adfs-solution-service-overlay {
		padding: 30px 22px 24px;
		background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 36%, rgba(255, 255, 255, 0.72) 58%, rgba(255, 255, 255, 0.28) 76%, rgba(255, 255, 255, 0) 88%);
	}
	.adfs-solution-service-copy__body {
		align-items: flex-start;
		grid-template-columns: minmax(0, 1fr) 92px;
		column-gap: 10px;
	}
	.adfs-solution-service-copy__logo {
		width: 92px;
		height: 72px;
	}
	.adfs-solution-service-copy__content {
		min-height: 72px;
		gap: 10px;
	}
	.adfs-solution-service-copy__logo-image {
		max-width: 156px;
		max-height: 72px;
	}
	.adfs-solution-service-copy__logo-badge {
		padding: 9px 14px;
		font-size: 15px;
	}
	.adfs-solution-product-tile .box-image img {
		height: 228px;
	}
	.adfs-solution-product-hovermark {
		--adfs-product-bubble-width: 114px;
		--adfs-product-bubble-height: 82px;
		--adfs-product-bubble-radius: 26px;
		--adfs-product-bubble-padding: 10px;
		--adfs-product-logo-max-width: 94px;
		--adfs-product-logo-max-height: 60px;
	}
	.adfs-solution-product-hovermark--izi {
		--adfs-product-bubble-width: 118px;
		--adfs-product-bubble-height: 92px;
		--adfs-product-logo-max-width: 98px;
		--adfs-product-logo-max-height: 72px;
	}
	.adfs-solution-product-hovermark--heat {
		--adfs-product-bubble-width: 90px;
		--adfs-product-bubble-height: 136px;
		--adfs-product-bubble-radius: 28px;
		--adfs-product-logo-max-width: 68px;
		--adfs-product-logo-max-height: 112px;
	}
	.adfs-solution-product-hovermark--rte {
		--adfs-product-bubble-width: 124px;
		--adfs-product-bubble-height: 88px;
		--adfs-product-logo-max-width: 104px;
		--adfs-product-logo-max-height: 68px;
	}
	.adfs-solution-product-hovermark--text-only {
		--adfs-product-bubble-width: 110px;
		--adfs-product-bubble-height: 64px;
		--adfs-product-bubble-radius: 22px;
		--adfs-product-bubble-padding: 10px 12px;
		font-size: 15px;
	}
	.adfs-solution-product-summary {
		min-height: auto;
		gap: 10px;
		padding: 12px 0 0;
	}
	.adfs-solution-product-summary-logo {
		--adfs-summary-logo-width: 54px;
		--adfs-summary-logo-height: 28px;
	}
	.adfs-solution-product-summary-logo--heat {
		--adfs-summary-logo-width: 42px;
		--adfs-summary-logo-height: 36px;
	}
	.adfs-solution-product-summary-logo--rte {
		--adfs-summary-logo-width: 62px;
	}
	.adfs-solution-product-summary-logo--si {
		--adfs-summary-logo-width: 40px;
		--adfs-summary-logo-height: 30px;
		font-size: 14px;
	}
	.adfs-solution-product-title {
		font-size: 19px;
	}
	.adfs-solution-product-subtitle {
		font-size: 11px;
		letter-spacing: 0.02em;
	}
	.adfs-section-cta-note {
		font-size: 17px;
		line-height: 1.6;
	}
	.adfs-trust-row {
		gap: 10px;
	}
	.adfs-client-chip {
		font-size: 18px;
	}
	.adfs-client-logo-swiper .swiper-slide {
		width: 126px;
		min-width: 126px;
		height: 64px;
		padding: 0 8px;
	}
	.adfs-client-logo-image {
		max-height: 42px;
	}
	.adfs-solution-opener-card {
		padding: 28px 24px;
		border-radius: 22px;
	}
	.adfs-solution-opener-chip-list {
		gap: 10px;
	}
	.adfs-solution-chip {
		width: 100%;
		justify-content: center;
	}
	.adfs-solution-program-card {
		padding: 24px 22px 26px;
	}
	.adfs-cooking-step {
		padding: 24px 20px 22px;
	}
	.adfs-solution-channel-chip {
		width: 100%;
		justify-content: center;
	}
}