<!doctype html><html class="no-js" lang="en-US" ><head> <script type="text/javascript">
/* <![CDATA[ */
var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});
/* ]]> */
</script>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script>window['mst_global_context'] = {"content":{"type":"overview"},"user":{"is_logged_in":false,"piano_user_id":null,"piano_user_is_entitled":false}};</script><meta name='robots' content='noindex, follow' /> <script>function freaveResetCookies(version) {
if (!version) {
console.error('Called freaveResetCookies without version number.');
return;
}
const resetCookieName = 'cookiereset';
const resetCookieExpiresDate = new Date();
const time = resetCookieExpiresDate.getTime();
const expireTime = time + 360*24*60*60*1000; // in 360 days
resetCookieExpiresDate.setTime(expireTime);
const resetCookiePattern = new RegExp('(?:^|;)\\s*?' + resetCookieName + '=([^;])*', 'i');
const cookieKeepPatterns = [
'AWSELB',
'ASP.NET_SessionId',
'PHPSESSID',
'wordpress_',
'wp-',
'wp_',
'gate_',
].map(namePrefix => new RegExp('(?:^|;)\\s*?' + namePrefix + '[^=]*=(?:[^;])*', 'i'));
const resetCookieProperties = {
'samesite': 'Strict',
'path': '/',
'expires': resetCookieExpiresDate.toUTCString(),
}
const expireCookieProperties = {
'samesite': 'Strict',
'path': '/',
'expires': "Thu, 01 Jan 1970 00:00:01 GMT",
}
const resetCookie = document.cookie.match(resetCookiePattern);
if (!resetCookie || Number(resetCookie[1]) < Number(version)) {
resetCookies();
}
function resetCookies() {
const domains = getDomains();
const allCookies = document.cookie.split(';');
for (const cookie of allCookies) {
if (cookieKeepPatterns.some(pattern => pattern.test(cookie))) {
continue;
}
const [name, value] = cookie.split('=').map(part => part.trim());
const expireAttributes = Object.entries(expireCookieProperties)
.map(([key, value]) => `${key}=${value}`).join('; ');
for (const domain of domains) {
document.cookie = `${name}=${value};${expireAttributes};domain=${domain}`;
}
// also reset for the current exact domain by omitting the domain attribute
document.cookie = `${name}=${value};${expireAttributes}`;
}
document.cookie = `${resetCookieName}=${version};${Object.entries(resetCookieProperties)
.map(([key, value]) => `${key}=${value}`).join('; ')};domain=${domains[0]}`;
}
/**
* Get list of domains to reset cookies on.
* @returns {string[]}
*/
function getDomains() {
const hostnameParts = window.location.hostname.split('.');
const domains = [
hostnameParts.join('.'),
];
for (let i = hostnameParts.length; i >= 2; i--) {
domains.push(hostnameParts.slice(-i).join('.'));
}
if (hostnameParts[0] === 'www') {
domains.unshift(hostnameParts.slice(1).join('.'));
}
return domains;
}
}
;window.freaveResetCookies(3);</script> <script>window.googletag = window.googletag || {};
window.googletag.cmd = window.googletag.cmd || [];
let consentForAds = false;
const consentListeners = {
onConsentForAds: [],
}
function setConsentForAds(value) {
for (let listener of consentListeners.onConsentForAds) {
listener(value);
}
consentForAds = value;
}
function hasConsentForAds() {
return consentForAds;
}
function displayGPT(slotName) {
if (!slotName) return;
if (!hasConsentForAds()) {
consentListeners.onConsentForAds.push(() => {
googletag.cmd.push(function () {
googletag.display(slotName);
});
});
} else {
googletag.cmd.push(function () {
googletag.display(slotName);
});
}
}</script> <script>window.dataLayer = window.dataLayer || [];
window.googletag = window.googletag || {cmd: []};
var CONTEXT_SECTION = mst_global_context.content.section;
function getAdUnitSection() {
{
const parentCategoryMapping = {
'specials': 'Specials',
};
const categories = mst_global_context.content.categories;
for (let categoryIndex in mst_global_context.content.categories) {
let category = mst_global_context.content.categories[categoryIndex];
if (mst_global_context.content.type === 'topic') {
return 'Specials';
}
if (category.hasOwnProperty('parent') && parentCategoryMapping.hasOwnProperty(category.parent.slug)) {
return category.parent.slug;
}
return category.name;
}
return 'Home';
}
}
const contentSection = getAdUnitSection();
var AD_UNIT_SECTION = contentSection || 'Home';
var AD_UNIT_PATH = `/21805559310/pigprogress.net/${AD_UNIT_SECTION}`;
var HAS_CONSENT = false;
var IS_ARTICLE = mst_global_context.content.type !== 'overview';
function initializeAds() {
/**
* INITIALIZE
*---------------------------------------------------------------------- */
googletag.cmd.push(function () {
var TAGS = {
'BillboardTop': {
sizes: [[970, 250], [970, 90], [728, 90], [468, 60], [320, 240], [320, 100]], // Sizes for this slot
onOverview: true, // Show on Overview page?
onArticle: true // Show on Article page?
},
'Billboard2nd': {
sizes: [[728, 91], [468, 61], [320, 101]],
onOverview: true,
onArticle: true
},
'RectangleTop': {
sizes: [[336, 600], [300, 600], [160, 600], [336, 280], [300, 250]],
onOverview: true,
onArticle: true
},
'Rectangle2nd': {
sizes: [[336, 281], [300, 251]],
onOverview: true,
onArticle: true
},
'InArticle': {
sizes: [[610, 340], [468, 61]],
onOverview: true,
onArticle: true
},
'OutOfPage': {
sizes: [],
onOverview: true,
onArticle: true
},
'MobileAfterIntro': {
sizes: [[320, 241]],
onOverview: false,
onArticle: true
}
};
/**
* Setup your SIZE MAPS: EDIT THESE
* - TAGS['<name>'] should be EXACTLY as above
*---------------------------------------------------------------------- */
/* BillboardTop SizeMap */
TAGS['BillboardTop'].map = googletag.sizeMapping()
.addSize([1000, 10], [[970, 250], [970, 90], [728, 90]])
.addSize([768, 10], [[728, 90], [468, 60]])
.addSize([320, 10], [[320, 240], [320, 100]])
.addSize([0, 0], [])
.build();
/* Billboard2nd SizeMap */
TAGS['Billboard2nd'].map = googletag.sizeMapping()
.addSize([768, 10], [[728, 91], [468, 61]])
.addSize([320, 10], [320, 101])
.addSize([0, 0], [])
.build();
/* RectangleTop SizeMap */
TAGS['RectangleTop'].map = googletag.sizeMapping()
.addSize([1200, 10], [[336, 600], [300, 600], [160, 600], [336, 280]])
.addSize([1000, 10], [[300, 600], [160, 600], [300, 250]])
.addSize([768, 10], [])
.addSize([320, 10], [])
.addSize([0, 0], [])
.build();
/* Rectangle2nd SizeMap */
TAGS['Rectangle2nd'].map = googletag.sizeMapping()
.addSize([1200, 10], [336, 281])
.addSize([1000, 10], [300, 251])
.addSize([768, 10], [])
.addSize([320, 10], [])
.addSize([0, 0], [])
.build();
/* InArticle SizeMap */
TAGS['InArticle'].map = googletag.sizeMapping()
.addSize([1000, 10],[610, 340])
.addSize([768, 10], [468, 61])
.addSize([320, 10], [])
.addSize([0, 0], [])
.build();
/* MobileAfterIntro SizeMap */
TAGS['MobileAfterIntro'].map = googletag.sizeMapping()
.addSize([768, 10], [])
.addSize([320, 10], [320, 241])
.addSize([0, 0], [])
.build();
/**
* Build SLOTS from TAGS: DO NOT EDIT!
*---------------------------------------------------------------------- */
for (slotKey in TAGS) {
var _slot = TAGS[slotKey];
/* NOTE: Exception for OutOfPage! */
if (slotKey === 'OutOfPage') {
/* Tag: OutOfPageSlot: show everywhere */
_slot.slot = googletag
.defineOutOfPageSlot(AD_UNIT_PATH, slotKey)
.addService(googletag.pubads());
} else {
/* Generic Slot: check Article/Overview/Both */
if (
(_slot.onOverview && _slot.onArticle) ||
(_slot.onArticle && IS_ARTICLE) ||
(_slot.onOverview && !IS_ARTICLE)
) {
_slot.slot = googletag
.defineSlot(AD_UNIT_PATH, _slot.sizes, slotKey)
.defineSizeMapping(_slot.map)
.addService(googletag.pubads());
}
}
}
;
/**
* TARGETING ETC
*---------------------------------------------------------------------- */
// // Apply generic targetting to all slots
googletag.pubads().setTargeting('content_type', mst_global_context.content.type);
var context = mst_global_context;
if (context.content.type === 'post') {
googletag.pubads().setTargeting('content_premium', mst_global_context.content.is_premium ? 'premium' : 'not-premium');
} else {
googletag.pubads().setTargeting('content_premium', 'not-premium');
}
if (['post', 'tractor', 'brand', 'review', 'case', 'market-analysis'].includes(context.content.type)) {
if (context.content.cs_id) {
googletag.pubads().setTargeting('cs_id', context.content.cs_id.toString());
}
googletag.pubads().setTargeting('page_id', context.content.id.toString());
googletag.pubads().setTargeting('post_tags', context.content.tags.toString());
if (context.content.hasOwnProperty('categories')) {
let categorySlugs = [];
context.content.categories.forEach(function (category, index) {
this[index] = category['slug'];
}, categorySlugs);
googletag.pubads().setTargeting('categories', categorySlugs.join(', '));
}
}
// window.mst_dl_variables is a global variable that contains the dataLayer variables
// it is set in the misset google analytics plugin
if (window.mst_dl_variables && typeof window.mst_dl_variables === 'object') {
let dataLayerVariables = window.mst_dl_variables;
// Loop through all properties of dataLayerVariables
Object.entries(dataLayerVariables).forEach(([key, value]) => {
// Ensure value exists and is (converted to) a string
if (value !== null && value !== undefined) {
if (typeof value !== 'string') {
value = value.toString();
}
// Truncate key if it exceeds 20 characters (which is the limit for Google Ad Manager)
const truncatedKey = key.length > 20 ? key.substring(0, 20) : key;
googletag.pubads().setTargeting(truncatedKey, value);
}
});
} else {
if (context.content.hasOwnProperty('id')) {
googletag.pubads().setTargeting('content_id', context.content.id.toString());
}
}
if (context.content.type === 'topic') {
googletag.pubads().setTargeting('page_id', context.content.id.toString());
}
if (context.user) {
googletag.pubads().setTargeting('loggedin', context.user.is_logged_in ? 'user-logged-in' : 'user-not-logged-in');
googletag.pubads().setTargeting('user_id', context.user.piano_user_id?.toString() || null);
}
googletag.pubads().enableSingleRequest();
/* NOTE: Disable when Lazy Loading? */
googletag.pubads().collapseEmptyDivs();
googletag.enableServices();
});
}
/**
* Functions to assist in rendering the specials ads.
*
* @type {{defineSpecialsSlots: allaboutfeedSpecials.defineSpecialsSlots, isSpecial: allaboutfeedSpecials.isSpecial, renderSidebar: allaboutfeedSpecials.renderSidebar}}
*/
const allaboutfeedSpecials = {
isSpecial: function () {
if (!mst_global_context.hasOwnProperty('content') || !mst_global_context.content.hasOwnProperty('categories')) {
return false;
}
if (mst_global_context.content.type === 'topic') {
return true;
}
let categories = mst_global_context.content.categories;
for (let categoryIndex in categories) {
let category = categories[categoryIndex];
if (category.slug === 'specials') {
return true;
}
}
return false;
},
defineSpecialsSlots: function () {
if (!allaboutfeedSpecials.isSpecial()) {
return;
}
googletag.cmd.push(function () {
for (var i = 1; i <= 20; i++) {
var slotId = 'div-gpt-ad-1456153210814-' + i.toString();
var sizeMapping = googletag.sizeMapping().addSize([0, 0], [336, 140]).build();
googletag
.defineSlot("/21805559310/pigprogress.net", [[336, 140]], slotId)
.setTargeting('pos', [i.toString()])
.defineSizeMapping(sizeMapping)
.addService(googletag.pubads());
}
})
},
renderSidebar: function () {
if (!allaboutfeedSpecials.isSpecial()) {
return;
}
for (var i = 1; i <= 20; i++) {
let script = "<div id='div-gpt-ad-1456153210814-" + i + "'>\n";
script += "<script>\n";
script += "displayGPT(\"div-gpt-ad-1456153210814-" + i + "\");\n";
script += "\<\/script\>";
script += "</div><br>";
document.write(script);
}
},
callback: function () {
initializeAds();
}
};
/**
* Retrieves a cookie value by name.
*
* @param name
* @returns {unknown}
*/
function mst_getCookieValue(name) {
return document.cookie.match('(^|;)\\s*' + name + '\\s*=\\s*([^;]+)')?.pop() || '';
}
window['allaboutfeedSpecials'] = allaboutfeedSpecials;
allaboutfeedSpecials.defineSpecialsSlots();
consentListeners.onConsentForAds.push(() => {
/**
* Dynamically loads either the limited or the full GPT script. Depending
* on whether the user has consented to cookies. The pagead2 domain name is
* supposed to be cookieless.
* @see https://developers.google.com/publisher-tag/guides/get-started
* @see https://developers.google.com/publisher-tag/guides/general-best-practices
*/
initializeAds();
});
let gptScript = document.createElement('script');
gptScript.src = 'https://securepubads.g.doubleclick.net/tag/js/gpt.js';
gptScript.async = true;
document.getElementsByTagName('head')[0].appendChild(gptScript);</script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://sst.pigprogress.net/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-PNM6FKT');</script> <link media="all" href="https://www.pigprogress.net/app/cache/autoptimize/css/autoptimize_026967ceea6c5e2c126f53dc4775f864.css" rel="stylesheet"><title>Page not found - Pig Progress</title><meta property="og:locale" content="en_US" /><meta property="og:title" content="Page not found - Pig Progress" /><meta property="og:site_name" content="Pig Progress" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.pigprogress.net/#website","url":"https://www.pigprogress.net/","name":"Pig Progress","description":"Gateway to the world of pig production","publisher":{"@id":"https://www.pigprogress.net/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.pigprogress.net/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.pigprogress.net/#organization","name":"Pig Progress","url":"https://www.pigprogress.net/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.pigprogress.net/#/schema/logo/image/","url":"https://www.pigprogress.net/app/uploads/2025/01/Pig-Progress-logo-2.png","contentUrl":"https://www.pigprogress.net/app/uploads/2025/01/Pig-Progress-logo-2.png","width":1134,"height":121,"caption":"Pig Progress"},"image":{"@id":"https://www.pigprogress.net/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/PigProgress","https://twitter.com/PigProgress","https://www.instagram.com/pigprogress/","https://www.linkedin.com/company/pigprogress/"]}]}</script> <link rel='dns-prefetch' href='//static.addtoany.com' /><link rel='dns-prefetch' href='//www.pigprogress.net' /><link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /><link rel='stylesheet' id='font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' type='text/css' media='all' /> <script type="text/javascript" id="addtoany-core-js-before">window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};
a2a_config.icon_color="#2a2a2a,#ffffff";</script> <script type="text/javascript" defer src="https://static.addtoany.com/menu/page.js" id="addtoany-core-js"></script> <script type="text/javascript" src="https://www.pigprogress.net/app/themes/wp-lite/src/js/vendor/jquery/jquery.min.js" id="jquery-js"></script> <script type="text/javascript" src="https://www.pigprogress.net/app/plugins/responsive-lightbox/assets/swipebox/jquery.swipebox.min.js" id="responsive-lightbox-swipebox-js"></script> <script type="text/javascript" src="https://www.pigprogress.net/wp/wp-includes/js/underscore.min.js" id="underscore-js"></script> <script type="text/javascript" src="https://www.pigprogress.net/app/plugins/responsive-lightbox/assets/infinitescroll/infinite-scroll.pkgd.min.js" id="responsive-lightbox-infinite-scroll-js"></script> <script type="text/javascript" id="responsive-lightbox-js-before">var rlArgs = {"script":"swipebox","selector":"lightbox","customEvents":"","activeGalleries":true,"animation":true,"hideCloseButtonOnMobile":false,"removeBarsOnMobile":false,"hideBars":true,"hideBarsDelay":5000,"videoMaxWidth":1080,"useSVG":true,"loopAtEnd":false,"woocommerce_gallery":false,"ajaxurl":"https:\/\/www.pigprogress.net\/wp\/wp-admin\/admin-ajax.php","nonce":"e3c87073d7","preview":false,"postId":0,"scriptExtension":false};</script> <script type="text/javascript" src="https://www.pigprogress.net/app/plugins/responsive-lightbox/js/front.js" id="responsive-lightbox-js"></script> <script type="text/javascript" src="https://www.pigprogress.net/app/plugins/wp-photo-player/js/photoplayer.js" id="photoplayer-js"></script> <script>/**
* Cookie consent control for CookieHub
*/
const cpm = {
onInitialise: (e) => {
if (e.answered) {
setConsentForAds(true);
}
},
onStatusChange: (e) => {
setConsentForAds(true);
},
}
function waitFor(predicate, timeout) {
return new Promise((resolve, reject) => {
let running = true;
const check = async () => {
const res = await predicate();
if (res) return resolve(res);
if (running) setTimeout(check, 100);
};
check();
if (!timeout) return;
setTimeout(() => {
running = false;
reject();
}, timeout);
});
}
document.addEventListener("DOMContentLoaded", function() {
waitFor(() => window.cookiehub, 5000).then(function() {
window.cookiehub.load(cpm);
});
});</script> <script src="https://cdn.cookiehub.eu/tcf/v3/stub.js"></script> <script src="https://cdn.cookiehub.eu/c2/bd802d98.js"></script> <script>(function (src) {
const a = document.createElement('script');
a.type = 'text/javascript';
a.async = true;
a.src = src;
const b = document.getElementsByTagName('script')[0];
b.parentNode.insertBefore(a, b)
})(`https://id-eu.piano.io/xbuilder/experience/load?aid=Fghgq7SSpe`);
window.tp = window.tp || [];
window.tpInitListeners = {
add(cb) {
window.tp.push(['init', () => cb(window.tp)]);
}
};
window.freave = {
pianoAid: "Fghgq7SSpe",
resourceId: "RAXY92M,RPD7R5E,RRY5Q7X",
pianoServer: "id-eu.piano.io",
gformNewsletterRegistrationFormId: "gform_5",
gformNewsletterRegistrationFormFieldNameEmail: "input_4",
gformNewsletterRegistrationFormFieldNameFirstName: "input_2",
}
const cookieIsSet = (cookieName) => {
return document.cookie.split(';').some(item => item.trim().startsWith(`${cookieName}=`));
}
const waitForCookieValue = (cookieName, callback, interval = 500, current = 0) => {
const max = 300 * 1000 / interval; // 5 minutes
if (current > max) {
throw new Error('Could not read cookie value in time (5 minutes)');
}
if (cookieIsSet(cookieName)) {
const cookieValue = document.cookie.split(';')
.find(item => item.trim().startsWith(`${cookieName}=`)).split('=')[1];
callback(cookieValue);
} else {
setTimeout(() => waitForCookieValue(cookieName, callback, interval, ++current), interval);
}
}
const waitForUnsetCookieValue = (cookieName, callback, interval = 500, current = 0) => {
const max = 300 * 1000 / interval; // 5 minutes
if (current > max) {
throw new Error('Cookie value is still present after limit. (5 minutes)');
}
if (!cookieIsSet(cookieName)) {
callback();
} else {
setTimeout(() => waitForUnsetCookieValue(cookieName, callback, interval, ++current), interval);
}
}
const missetGoogleAnalyticsPluginIsActive = true;
window.tp.push(['addHandler', 'loginSuccess', function (loginData) {
waitForCookieValue('__tac', () => {
setLoginLogoutButtonToLogout();
const pianoUser = window.tp.pianoId.getUser();
// check if user has confirmed email address, and if not, check if user needs to confirm it, and if not, do redirect (since doi is done or not needed)
// check source to see if we need to redirect after login
const doRedirect = (loginData?.source === "PIANOID") && (pianoUser.confirmed || !pianoUser.email_confirmation_required);
if (missetGoogleAnalyticsPluginIsActive) {
if (loginData?.registration) {
//waiting for signup datalayer event
updateDataLayer({
event: 'signup',
eventCallback: () => {
console.log('Callback triggered for event: signup');
window.tp.experience.execute();
},
});
} else {
//waiting for login datalayer event
updateDataLayer({
event: 'login',
eventCallback: () => {
console.log('Callback triggered for event: login');
if (doRedirect) {
location.assign(location.pathname);
}
},
});
}
} else {
//not waiting for datalayer events
if (doRedirect) {
location.assign(location.pathname);
}
}
});
}]);
window.tp.push(['addHandler', 'registrationSuccess', function () {
waitForCookieValue('__tac', () => {
const user = window.tp.pianoId.getUser();
const firstName = user?.firstName;
const emailAddress = user?.email;
window.tp.pianoId.loadExtendedUser({
extendedUserLoaded: function (extendedUserData) {
let newsletterOptIn = false;
const today = new Date();
const formattedDate = today.toISOString().split('T')[0];
const customFieldValues = extendedUserData?.custom_field_values || [];
for (const i in customFieldValues) {
const fieldName = customFieldValues[i].field_name;
const fieldValue = customFieldValues[i].value;
if (fieldName === 'Newsletteroptin' || fieldName.startsWith('EmailOptIn')) {
newsletterOptIn = fieldValue;
}
}
const newsletterRegistrationDate = newsletterOptIn.toString().toLowerCase() === "true" ? formattedDate : null;
const dataToSend = {
contact: {
email: emailAddress,
firstName: firstName,
newsletterOptIn: newsletterOptIn,
currentDate: formattedDate,
newsletterRegistrationDate: newsletterRegistrationDate
}
};
postDataToZapierHook(dataToSend);
},
});
});
}]);
window.tp.push(['addHandler', 'logout', function () {
waitForUnsetCookieValue('__tac', () => {
setLoginLogoutButtonToLogin();
location.reload();
});
}]);
const tags = [];
if (window.mst_global_context) {
if (window.mst_global_context.content.is_premium) {
tags.push('Premium');
}
}
window.tp.push(['setTags', tags]);
function postDataToZapierHook(dataToSend) {
fetch('/wp-json/zapier/v1/send-data', {
method: 'POST',
credentials: 'same-origin',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(dataToSend)
})
.then(response => response.json())
.then(data => {
if (data !== 'data successfully sent to zapier') {
console.error('failed to send data to zapier');
}
})
.catch(error => {
console.error('error sending data to wordpress endpoint:', error);
});
}
function setLoginLogoutButtonToLogin() {
document.getElementById('pianoLogin').style.display = 'inline-flex';
document.getElementById('pianoLogout').style.display = 'none';
}
function setLoginLogoutButtonToLogout() {
document.getElementById('pianoLogin').style.display = 'none';
document.getElementById('pianoLogout').style.display = 'inline-flex';
}
function pianoLoginOrLogout() {
window.tpInitListeners.add(function (tp) {
if (tp && tp.user && !tp.pianoId.isUserValid()) {
tp.user.showLogin();
} else {
if (!(tp?.user) ?? false) {
return;
}
tp.user.logout();
}
});
}
function pianoLogin() {
window.tpInitListeners.add(function (tp) {
if (tp && tp.user && !tp.pianoId.isUserValid()) {
tp.user.showLogin();
}
});
}
function pianoLogout() {
window.tpInitListeners.add(function (tp) {
if (!(tp?.user) ?? false) {
return;
}
tp.user.logout();
});
}
window.tpInitListeners.add(function(tp) {
// Password can be reset only if user is anonymous
if (!tp.user || tp.pianoId.isUserValid()) {
return;
}
// If URL has reset_token parameter
const tokenMatch = location.search.match(/reset_token=([A-Za-z0-9]+)/);
if (tokenMatch) {
// Get value of the token
const token = tokenMatch[1];
// Present password reset form with the found token
tp.pianoId.show({
'resetPasswordToken': token,
loggedIn: function () {
// Once user logs in - refresh the page
document.location.href = "/";
}
});
}
// If URL has reset password parameter
const resetPassword = location.search.match(/reset_password=true/);
if (resetPassword) {
tp.pianoId.show({
screen: 'restore'
});
}
// If URL has login parameter
const login = location.search.match(/login=true/);
if (login) {
tp.pianoId.show({
screen: 'login'
});
}
});</script> <link rel="icon" href="https://www.pigprogress.net/app/uploads/2021/03/PPR-favicon-150x150.png" sizes="32x32" /><link rel="icon" href="https://www.pigprogress.net/app/uploads/2021/03/PPR-favicon.png" sizes="192x192" /><link rel="apple-touch-icon" href="https://www.pigprogress.net/app/uploads/2021/03/PPR-favicon.png" /><meta name="msapplication-TileImage" content="https://www.pigprogress.net/app/uploads/2021/03/PPR-favicon.png" /> <script>document.addEventListener('DOMContentLoaded', function() {
document
.querySelectorAll(`
.woodwing-image.aligncenter,
figure.aligncenter,
.woodwing-image.alignleft,
figure.alignleft,
.woodwing-image.alignright,
figure.alignright
`)
.forEach((element) => {
const img = element.querySelector("img");
if (
!(element instanceof HTMLElement) ||
!(img instanceof HTMLImageElement)
) {
return;
}
const maxWidth = element.classList.contains("aligncenter")
? "100%"
: "50%";
if (img.complete) {
element.style.minWidth = `calc(min(${maxWidth}, ${getMinWidthOfImageContainer(img)}px))`;
} else {
img.onload = () => {
element.style.minWidth = `calc(min(${maxWidth}, ${getMinWidthOfImageContainer(img)}px))`;
};
}
});
});
function getMinWidthOfImageContainer(image) {
return Math.max(image.naturalWidth, 200);
}</script> </head><body class="error404 wp-custom-logo wp-theme-wp-lite wp-child-theme-wp-lite-child"> <noscript><iframe src="https://sst.pigprogress.net/ns.html?id=GTM-PNM6FKT" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><div class="off-canvas position-right" id="offCanvasRight" data-off-canvas> <button class="close-button" aria-label="Close menu" type="button" data-close> <span aria-hidden="true">×</span> </button><ul id="menu-mobile-menu" class="menu" data-responsive-menu="accordion medium-dropdown" data-multi-open="false"><li id="menu-item-26554" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children has-dropdown menu-item-26554"><a href="https://www.pigprogress.net/pigs/"><span>Pigs</span></a><ul class="dropdown menu vertical" data-dropdown-menu><li id="menu-item-26562" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26562"><a href="https://www.pigprogress.net/pigs/genetics/"><span>Genetics</span></a></li><li id="menu-item-26556" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26556"><a href="https://www.pigprogress.net/pigs/sowsboars/"><span>Sows & Boars</span></a></li><li id="menu-item-26558" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26558"><a href="https://www.pigprogress.net/pigs/piglets/"><span>Piglets</span></a></li><li id="menu-item-26555" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26555"><a href="https://www.pigprogress.net/pigs/finishers/"><span>Finishers</span></a></li><li id="menu-item-26557" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26557"><a href="https://www.pigprogress.net/pigs/processing/"><span>Processing</span></a></li></ul></li><li id="menu-item-26563" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children has-dropdown menu-item-26563"><a href="https://www.pigprogress.net/industry-and-markets/"><span>Industry & markets</span></a><ul class="dropdown menu vertical" data-dropdown-menu><li id="menu-item-26564" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26564"><a href="https://www.pigprogress.net/industry-and-markets/market-trends-analysis/"><span>Market trends / analysis</span></a></li></ul></li><li id="menu-item-26559" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children has-dropdown menu-item-26559"><a href="https://www.pigprogress.net/health-nutrition/"><span>Health/Nutrition</span></a><ul class="dropdown menu vertical" data-dropdown-menu><li id="menu-item-26577" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26577"><a href="https://www.pigprogress.net/health-tool/"><span>Health Tool</span></a></li><li id="menu-item-26566" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-26566"><a href="https://www.pigprogress.net/dossier/african-swine-fever/"><span>African Swine Fever (ASF)</span></a></li><li id="menu-item-26560" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26560"><a href="https://www.pigprogress.net/health-nutrition/health/"><span>Health</span></a></li><li id="menu-item-26565" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26565"><a href="https://www.pigprogress.net/health-nutrition/nutrition/"><span>Nutrition</span></a></li></ul></li><li id="menu-item-26561" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children has-dropdown menu-item-26561"><a href="https://www.pigprogress.net/world-of-pigs/"><span>World of Pigs</span></a><ul class="dropdown menu vertical" data-dropdown-menu><li id="menu-item-26569" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26569"><a href="https://www.pigprogress.net/world-of-pigs/farm-visits/"><span>Farm visits</span></a></li><li id="menu-item-26568" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26568"><a href="https://www.pigprogress.net/world-of-pigs/country-focus/"><span>Country focus</span></a></li><li id="menu-item-26571" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-26571"><a href="https://www.pigprogress.net/dossier/global-pig-statistics/"><span>Global pig statistics</span></a></li><li id="menu-item-26570" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-26570"><a href="https://www.pigprogress.net/dossier/best-practices/"><span>Best practices</span></a></li></ul></li><li id="menu-item-26573" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26573"><a href="https://www.pigprogress.net/digital-magazine/"><span>Digital magazine</span></a></li><li id="menu-item-26575" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-26575"><a href="https://www.pigprogress.net/dossier/webinars/"><span>Webinars</span></a></li><li id="menu-item-26576" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-26576"><a href="https://www.pigprogress.net/dossier/podcasts/"><span>Podcasts</span></a></li><li id="menu-item-39698" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-39698"><a href="https://www.pigprogress.net/dossier/videos/"><span>Videos</span></a></li><li id="menu-item-26572" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has-dropdown menu-item-26572"><a href="https://www.pigprogress.net/our-sites/"><span>Our sites</span></a><ul class="dropdown menu vertical" data-dropdown-menu><li id="menu-item-39699" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-39699"><a href="https://www.allaboutfeed.net/"><span>All About Feed</span></a></li><li id="menu-item-39700" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-39700"><a href="https://www.poultryworld.net/"><span>Poultry World</span></a></li><li id="menu-item-39701" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-39701"><a href="https://www.dairyglobal.net/"><span>Dairy Global</span></a></li><li id="menu-item-39702" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-39702"><a href="https://www.futurefarming.com/"><span>Future Farming</span></a></li></ul></li><li id="menu-item-39442" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39442"><a href="https://www.pigprogress.net/newsletter/"><span>Newsletter</span></a></li></ul></div><div class="off-canvas-content" data-off-canvas-content><header id="header-wrap" class="site-header"><div class="outer-top-bar-section"><div class="top-bar-section burger"><div class="grid-container"><div class="flex-container align-right"><ul class="show-for-small-only"><li> <a class="button blue" onclick="pianoLoginOrLogout()" href="#">Login/register</a></li><li> <a class="button blue" onclick="" href="https://subscription.pigprogress.net/">Subscribe</a></li></ul><ul id="menu-top-menu" class="align-center" data-responsive-menu="" ><li id="menu-item-39697" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-39697"><a href="https://www.pigprogress.net/dossier/videos/" class="button blue"><span>Videos</span></a></li><li id="menu-item-29796" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29796"><a href="https://www.pigprogress.net/podcasts/" class="button blue"><span>Podcasts</span></a></li><li id="menu-item-40528" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-40528"><a href="https://www.pigprogress.net/seminars-viv-asia-2025/?utm_campaign=pp_all_lead_con_non_pigprogress_referral-int_pr_menu-seminar&utm_medium=referral-int&utm_source=pigprogress&bron=menu-seminar" class="button blue"><span>Seminars</span></a></li><li id="menu-item-459" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-459"><a href="https://www.pigprogress.net/dossier/webinars/" class="button blue"><span>Webinars</span></a></li><li id="menu-item-207" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-207"><a href="https://www.pigprogress.net/digital-magazine/" class="button blue"><span>Digital magazine</span></a></li><li id="menu-item-206" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-206"><a href="https://www.pigprogress.net/newsletter/" class="button blue"><span>Newsletter</span></a></li><li id="menu-item-36730" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-36730"><a href="https://subscription.pigprogress.net" class="button blue"><span>Subscribe</span></a></li><li class="hide-for-small-only"><a href="#" onclick="pianoLoginOrLogout()" class=""><img id="pianoLogin" src="https://www.pigprogress.net/app/themes/wp-lite-child/images/user-black.png" alt="login" ><img id="pianoLogout" src="https://www.pigprogress.net/app/themes/wp-lite-child/images/logout.png" alt="logout" style="display: none;"></a></li></ul></div></div></div><div class="menu-wrapper"><div class="grid-container"><nav class="top-bar" data-topbar role="navigation"><div class="top-bar-left"><ul class=""><li class="name"> <a href="https://www.pigprogress.net" class="logo"> <img src="https://www.pigprogress.net/app/uploads/2025/01/Pig-Progress-logo-2.png" alt="Pig Progress" /> </a></li></ul></div><div class="top-bar-right flex-container align-middle"><ul id="menu-main-menu" class="menu hide-for-small-only" data-responsive-menu="drilldown medium-dropdown" ><li id="menu-item-19012" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children has-dropdown menu-item-19012"><a href="https://www.pigprogress.net/pigs/"><span>Pigs</span></a><ul class="dropdown menu vertical" data-dropdown-menu><li id="menu-item-19029" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19029"><a href="https://www.pigprogress.net/pigs/genetics/"><span>Genetics</span></a></li><li id="menu-item-19023" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19023"><a href="https://www.pigprogress.net/pigs/sowsboars/"><span>Sows & Boars</span></a></li><li id="menu-item-19026" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19026"><a href="https://www.pigprogress.net/pigs/piglets/"><span>Piglets</span></a></li><li id="menu-item-19022" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19022"><a href="https://www.pigprogress.net/pigs/finishers/"><span>Finishers</span></a></li><li id="menu-item-19025" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19025"><a href="https://www.pigprogress.net/pigs/processing/"><span>Processing</span></a></li></ul></li><li id="menu-item-26634" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-has-children has-dropdown menu-item-26634"><a href="https://www.pigprogress.net/dossier/health-nutrition/"><span>Health & Nutrition</span></a><ul class="dropdown menu vertical" data-dropdown-menu><li id="menu-item-25351" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25351"><a href="https://www.pigprogress.net/health-tool/"><span>Health Tool</span></a></li><li id="menu-item-19748" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-19748"><a href="https://www.pigprogress.net/dossier/african-swine-fever/"><span>African Swine Fever (ASF)</span></a></li><li id="menu-item-19047" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19047"><a href="https://www.pigprogress.net/health-nutrition/health/"><span>Health</span></a></li><li id="menu-item-19048" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19048"><a href="https://www.pigprogress.net/health-nutrition/nutrition/"><span>Nutrition</span></a></li></ul></li><li id="menu-item-19011" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children has-dropdown menu-item-19011"><a href="https://www.pigprogress.net/industry-and-markets/"><span>Markets</span></a><ul class="dropdown menu vertical" data-dropdown-menu><li id="menu-item-19042" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19042"><a href="https://www.pigprogress.net/industry-and-markets/market-trends-analysis/"><span>Market trends / analysis</span></a></li><li id="menu-item-19761" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-19761"><a href="https://www.pigprogress.net/dossier/global-pig-statistics/"><span>Global pig statistics</span></a></li><li id="menu-item-26707" class="menu-item menu-item-type-post_type menu-item-object-topic menu-item-26707"><a href="https://www.pigprogress.net/topic/interviews-pig-production-sector/"><span>Interviews</span></a></li><li id="menu-item-26706" class="menu-item menu-item-type-post_type menu-item-object-topic menu-item-26706"><a href="https://www.pigprogress.net/topic/pig-production-experts-talk/"><span>Expert opinions</span></a></li></ul></li><li id="menu-item-26650" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-has-children has-dropdown menu-item-26650"><a href="https://www.pigprogress.net/dossier/world-of-pigs/"><span>World of Pigs</span></a><ul class="dropdown menu vertical" data-dropdown-menu><li id="menu-item-25461" class="menu-item menu-item-type-post_type menu-item-object-topic menu-item-25461"><a href="https://www.pigprogress.net/topic/farm-visits/"><span>Farm visits</span></a></li><li id="menu-item-25460" class="menu-item menu-item-type-post_type menu-item-object-topic menu-item-25460"><a href="https://www.pigprogress.net/topic/country-focus/"><span>Country focus</span></a></li><li id="menu-item-19760" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-19760"><a href="https://www.pigprogress.net/dossier/best-practices/"><span>Best practices</span></a></li><li id="menu-item-26653" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-26653"><a href="https://www.pigprogress.net/dossier/special-focus-within-the-pig-sector/"><span>Special editions</span></a></li></ul></li><li id="menu-item-27047" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has-dropdown menu-item-27047"><a href="https://www.pigprogress.net/our-sites/"><span>Our sites</span></a><ul class="dropdown menu vertical" data-dropdown-menu><li id="menu-item-27048" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27048"><a href="https://www.allaboutfeed.net"><span>All About Feed</span></a></li><li id="menu-item-27049" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27049"><a href="https://www.poultryworld.net"><span>Poultry World</span></a></li><li id="menu-item-27050" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27050"><a href="https://www.dairyglobal.net"><span>Dairy Global</span></a></li><li id="menu-item-27051" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27051"><a href="https://www.futurefarming.com"><span>Future Farming</span></a></li></ul></li></ul><div class="search-wrap"> <a data-toggle="search_form" class="search-tottle"> <img src="https://www.pigprogress.net/app/themes/wp-lite-child/images/search-black.png" alt=""> </a><div class="" id="search_form" data-toggler=".is-expanded"><form role="search" method="get" id="searchform" action="https://www.pigprogress.net/"><div class="grid-x"><div class="cell auto"><input type="text" value="" name="s" id="s" placeholder="Search"></div><div class="cell shrink"><input type="submit" id="searchsubmit" value="Search" class="icon-button"></div><div class="cell shrink"><a class="close-search" data-toggle="search_form"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="#fff" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg></a></div></div></form></div><div class="user-menu1"><ul id="menu-logged-in-user-menu" class="" data-responsive-menu="" ><li id="menu-item-199" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-199"><a href="?auth=logout"><span>Logout</span></a></li></ul></div> <button class="menu-icon show-for-small-only" type="button" data-open="offCanvasRight"></button></div></div></nav></div></div></div><div id="catcher"></div><div class="bottom-bar blue hide-for-small-only"><div class="grid-container"><div class=" flex-container align-right"> <span id="custom_html-2" class="widget_text widget_custom_html"><div class="textwidget custom-html-widget">Gateway to the world of pig production</div></span></div></div></div></header><div id="custom_html-33" class="widget_text grid-container widget_custom_html"><div class="textwidget custom-html-widget"><br><center><div class="ad ad--rectangle"><div id="BillboardTop"> <script>displayGPT('BillboardTop');</script> </div></div></center></div></div><div class="site-content"><div class="grid-container"><div class="grid-x margin-large"><main class="cell small-12 medium-12"><section class="error-404 not-found"><header class="page-header text-center"><h3 class="page-title">Page not found</h3><p><a href="/">> Return to the homepage</a></p></header><div class="grid-x align-middle"><div class="cell small-12 medium-6"> <img width="539" height="293" src="https://www.pigprogress.net/app/uploads/2021/11/404-illustration-pigprogress-1.png" class="attachment-full size-full" alt="" decoding="async" fetchpriority="high" srcset="https://www.pigprogress.net/app/uploads/2021/11/404-illustration-pigprogress-1.png 539w, https://www.pigprogress.net/app/uploads/2021/11/404-illustration-pigprogress-1-300x163.png 300w" sizes="(max-width: 539px) 100vw, 539px" /></div><div class="cell small-12 medium-6"><h3>What are you looking for?</h3><form role="search" method="get" id="searchform" action="https://www.pigprogress.net/"><div class="grid-x"><div class="cell auto"><input type="text" value="" name="s" id="s" placeholder="Search"></div><div class="cell shrink"><input type="submit" id="searchsubmit" value="Search" class="icon-button"></div><div class="cell shrink"><a class="close-search" data-toggle="search_form"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="#fff" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg></a></div></div></form></div></div></section></main></div><div class="section padding-large"><div class="grid-x grid-padding-x align-center"><div class="cell small-9"><div class="small-12 cell"><h3 class="margin-small">Recent articles</h3></div><div class="grid-x grid-padding-x"><div class="medium-6 cell"><div class="text-grid grid-x regular"><div class="cell small-4"><figure><a class="position-relative" href="https://www.pigprogress.net/market-trends-analysis-the-industrymarkets/pig-health-symposium-revolving-around-welfare/"><img width="389" height="260" src="https://www.pigprogress.net/app/uploads/2025/07/IMG_0665.JPG-1-389x260.jpeg" class="attachment-image-news size-image-news wp-post-image" alt="ESPHM" decoding="async" srcset="https://www.pigprogress.net/app/uploads/2025/07/IMG_0665.JPG-1-389x260.jpeg 389w, https://www.pigprogress.net/app/uploads/2025/07/IMG_0665.JPG-1-300x200.jpeg 300w, https://www.pigprogress.net/app/uploads/2025/07/IMG_0665.JPG-1-1024x683.jpeg 1024w, https://www.pigprogress.net/app/uploads/2025/07/IMG_0665.JPG-1-768x512.jpeg 768w, https://www.pigprogress.net/app/uploads/2025/07/IMG_0665.JPG-1-1536x1024.jpeg 1536w, https://www.pigprogress.net/app/uploads/2025/07/IMG_0665.JPG-1-2048x1366.jpeg 2048w, https://www.pigprogress.net/app/uploads/2025/07/IMG_0665.JPG-1-848x565.jpeg 848w, https://www.pigprogress.net/app/uploads/2025/07/IMG_0665.JPG-1-414x276.jpeg 414w, https://www.pigprogress.net/app/uploads/2025/07/IMG_0665.JPG-1-288x192.jpeg 288w" sizes="(max-width: 389px) 100vw, 389px" /><label class="premium position-absolute">Premium</label></a></figure></div><div class="cell auto"><div class="text-wrap"><div class="meta-t"><span class="time">04-07</span> |
Article</div><h3><a href="https://www.pigprogress.net/market-trends-analysis-the-industrymarkets/pig-health-symposium-revolving-around-welfare/">Review ESPHM 2025: Pig health symposium revolving around welfare</a></h3></div></div></div></div><div class="medium-6 cell"><div class="text-grid grid-x regular"><div class="cell small-4"><figure><a class="position-relative" href="https://www.pigprogress.net/industry-and-markets/eu-feed-sector-calls-for-clarity-as-vision-for-agriculture-takes-shape/"><img width="389" height="260" src="https://www.pigprogress.net/app/uploads/2025/07/FEFAC-panel-ed-1-389x260.jpeg" class="attachment-image-news size-image-news wp-post-image" alt="EU feed sector calls for clarity as Vision for Agriculture takes shape" decoding="async" srcset="https://www.pigprogress.net/app/uploads/2025/07/FEFAC-panel-ed-1-389x260.jpeg 389w, https://www.pigprogress.net/app/uploads/2025/07/FEFAC-panel-ed-1-300x200.jpeg 300w, https://www.pigprogress.net/app/uploads/2025/07/FEFAC-panel-ed-1-1024x683.jpeg 1024w, https://www.pigprogress.net/app/uploads/2025/07/FEFAC-panel-ed-1-768x512.jpeg 768w, https://www.pigprogress.net/app/uploads/2025/07/FEFAC-panel-ed-1-1536x1024.jpeg 1536w, https://www.pigprogress.net/app/uploads/2025/07/FEFAC-panel-ed-1-2048x1366.jpeg 2048w, https://www.pigprogress.net/app/uploads/2025/07/FEFAC-panel-ed-1-848x565.jpeg 848w, https://www.pigprogress.net/app/uploads/2025/07/FEFAC-panel-ed-1-414x276.jpeg 414w, https://www.pigprogress.net/app/uploads/2025/07/FEFAC-panel-ed-1-288x192.jpeg 288w" sizes="(max-width: 389px) 100vw, 389px" /><label class="premium position-absolute">Premium</label></a></figure></div><div class="cell auto"><div class="text-wrap"><div class="meta-t"><span class="time">03-07</span> |
Article</div><h3><a href="https://www.pigprogress.net/industry-and-markets/eu-feed-sector-calls-for-clarity-as-vision-for-agriculture-takes-shape/">EU feed sector calls for clarity as Vision for Agriculture takes shape</a></h3></div></div></div></div><div class="medium-6 cell"><div class="text-grid grid-x regular"><div class="cell small-4"><figure><a class="position-relative" href="https://www.pigprogress.net/market-trends-analysis-the-industrymarkets/antibiotic-reduction-special-coming-soon/"><img width="389" height="260" src="https://www.pigprogress.net/app/uploads/2025/07/antibiotic-reduction-special-389x260.png" class="attachment-image-news size-image-news wp-post-image" alt="Photo: Canva" decoding="async" srcset="https://www.pigprogress.net/app/uploads/2025/07/antibiotic-reduction-special-389x260.png 389w, https://www.pigprogress.net/app/uploads/2025/07/antibiotic-reduction-special-300x200.png 300w, https://www.pigprogress.net/app/uploads/2025/07/antibiotic-reduction-special-1024x682.png 1024w, https://www.pigprogress.net/app/uploads/2025/07/antibiotic-reduction-special-768x512.png 768w, https://www.pigprogress.net/app/uploads/2025/07/antibiotic-reduction-special-1536x1024.png 1536w, https://www.pigprogress.net/app/uploads/2025/07/antibiotic-reduction-special-848x565.png 848w, https://www.pigprogress.net/app/uploads/2025/07/antibiotic-reduction-special-414x276.png 414w, https://www.pigprogress.net/app/uploads/2025/07/antibiotic-reduction-special-288x192.png 288w, https://www.pigprogress.net/app/uploads/2025/07/antibiotic-reduction-special.png 2000w" sizes="(max-width: 389px) 100vw, 389px" /></a></figure></div><div class="cell auto"><div class="text-wrap"><div class="meta-t"><span class="time">03-07</span> |
News</div><h3><a href="https://www.pigprogress.net/market-trends-analysis-the-industrymarkets/antibiotic-reduction-special-coming-soon/">Antibiotic reduction special: Coming soon</a></h3></div></div></div></div><div class="medium-6 cell"><div class="text-grid grid-x sponsor"><div class="cell small-4"><figure><a class="position-relative" href="https://www.pigprogress.net/health-nutrition/health/swine-prime-and-the-critical-role-of-hygiene-in-swine-production/"><img width="389" height="260" src="https://www.pigprogress.net/app/uploads/2025/06/Untitled-3000-x-2000-px-12-389x260.jpeg" class="attachment-image-news size-image-news wp-post-image" alt="Swine Prime is a complete hygiene programme developed by CID Lines, an Ecolab company. Photo: CID Lines" decoding="async" srcset="https://www.pigprogress.net/app/uploads/2025/06/Untitled-3000-x-2000-px-12-389x260.jpeg 389w, https://www.pigprogress.net/app/uploads/2025/06/Untitled-3000-x-2000-px-12-300x200.jpeg 300w, https://www.pigprogress.net/app/uploads/2025/06/Untitled-3000-x-2000-px-12-1024x683.jpeg 1024w, https://www.pigprogress.net/app/uploads/2025/06/Untitled-3000-x-2000-px-12-768x512.jpeg 768w, https://www.pigprogress.net/app/uploads/2025/06/Untitled-3000-x-2000-px-12-1536x1024.jpeg 1536w, https://www.pigprogress.net/app/uploads/2025/06/Untitled-3000-x-2000-px-12-2048x1366.jpeg 2048w, https://www.pigprogress.net/app/uploads/2025/06/Untitled-3000-x-2000-px-12-848x565.jpeg 848w, https://www.pigprogress.net/app/uploads/2025/06/Untitled-3000-x-2000-px-12-414x276.jpeg 414w, https://www.pigprogress.net/app/uploads/2025/06/Untitled-3000-x-2000-px-12-288x192.jpeg 288w" sizes="(max-width: 389px) 100vw, 389px" /></a></figure></div><div class="cell auto"><div class="text-wrap"><div class="meta-t"><span class="time">02-07</span> |
Partner</div><h3><a href="https://www.pigprogress.net/health-nutrition/health/swine-prime-and-the-critical-role-of-hygiene-in-swine-production/">Swine Prime and the critical role of hygiene in swine production</a></h3></div></div></div></div><div class="medium-6 cell"><div class="text-grid grid-x regular"><div class="cell small-4"><figure><a class="position-relative" href="https://www.pigprogress.net/market-trends-analysis-the-industrymarkets/russia-aims-to-be-more-self-sufficient-with-pig-vaccines-in-3-5-years/"><img width="389" height="260" src="https://www.pigprogress.net/app/uploads/2025/07/ris408846075-389x260.jpeg" class="attachment-image-news size-image-news wp-post-image" alt="Russia pig vaccines" decoding="async" srcset="https://www.pigprogress.net/app/uploads/2025/07/ris408846075-389x260.jpeg 389w, https://www.pigprogress.net/app/uploads/2025/07/ris408846075-300x200.jpeg 300w, https://www.pigprogress.net/app/uploads/2025/07/ris408846075-1024x683.jpeg 1024w, https://www.pigprogress.net/app/uploads/2025/07/ris408846075-768x512.jpeg 768w, https://www.pigprogress.net/app/uploads/2025/07/ris408846075-1536x1024.jpeg 1536w, https://www.pigprogress.net/app/uploads/2025/07/ris408846075-2048x1366.jpeg 2048w, https://www.pigprogress.net/app/uploads/2025/07/ris408846075-848x565.jpeg 848w, https://www.pigprogress.net/app/uploads/2025/07/ris408846075-414x276.jpeg 414w, https://www.pigprogress.net/app/uploads/2025/07/ris408846075-288x192.jpeg 288w" sizes="(max-width: 389px) 100vw, 389px" /></a></figure></div><div class="cell auto"><div class="text-wrap"><div class="meta-t"><span class="time">02-07</span> |
News</div><h3><a href="https://www.pigprogress.net/market-trends-analysis-the-industrymarkets/russia-aims-to-be-more-self-sufficient-with-pig-vaccines-in-3-5-years/">Russia aims to be more self-sufficient with pig vaccines in 3-5 years</a></h3></div></div></div></div><div class="medium-6 cell"><div class="text-grid grid-x regular"><div class="cell small-4"><figure><a class="position-relative" href="https://www.pigprogress.net/health-nutrition/nutrition/insect-products-as-health-promoter-in-pig-feed/"><img width="389" height="260" src="https://www.pigprogress.net/app/uploads/2025/07/roe203430_03-6-389x260.jpeg" class="attachment-image-news size-image-news wp-post-image" alt="203430 Pas opgelegde varkens" decoding="async" srcset="https://www.pigprogress.net/app/uploads/2025/07/roe203430_03-6-389x260.jpeg 389w, https://www.pigprogress.net/app/uploads/2025/07/roe203430_03-6-300x200.jpeg 300w, https://www.pigprogress.net/app/uploads/2025/07/roe203430_03-6-1024x683.jpeg 1024w, https://www.pigprogress.net/app/uploads/2025/07/roe203430_03-6-768x512.jpeg 768w, https://www.pigprogress.net/app/uploads/2025/07/roe203430_03-6-1536x1024.jpeg 1536w, https://www.pigprogress.net/app/uploads/2025/07/roe203430_03-6-2048x1366.jpeg 2048w, https://www.pigprogress.net/app/uploads/2025/07/roe203430_03-6-848x565.jpeg 848w, https://www.pigprogress.net/app/uploads/2025/07/roe203430_03-6-414x276.jpeg 414w, https://www.pigprogress.net/app/uploads/2025/07/roe203430_03-6-288x192.jpeg 288w" sizes="(max-width: 389px) 100vw, 389px" /><label class="premium position-absolute">Premium</label></a></figure></div><div class="cell auto"><div class="text-wrap"><div class="meta-t"><span class="time">02-07</span> |
Article</div><h3><a href="https://www.pigprogress.net/health-nutrition/nutrition/insect-products-as-health-promoter-in-pig-feed/">Insect products as health promoter in pig feed</a></h3></div></div></div></div></div></div></div></div></div></div><footer id="footer-wrap hide-for-print"><div class="top-footer"><div class="grid-container"><div class="grid-x grid-padding-x "><div class="footer-col cell"><div id="nav_menu-2" class="widget_nav_menu widget"><h5 class="widgettitle">Focus topics</h5><div class="menu-footer-1-focus-topics-container"><ul id="menu-footer-1-focus-topics" class="menu"><li id="menu-item-25312" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-25312"><a href="https://www.pigprogress.net/dossier/special-focus-within-the-pig-sector/">Special editions</a></li><li id="menu-item-26731" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-26731"><a href="https://www.pigprogress.net/dossier/african-swine-fever/">African Swine Fever</a></li><li id="menu-item-26732" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26732"><a href="https://www.pigprogress.net/health-tool/">Health Tool</a></li><li id="menu-item-26733" class="menu-item menu-item-type-post_type menu-item-object-topic menu-item-26733"><a href="https://www.pigprogress.net/topic/farm-visits/">Farm visits</a></li><li id="menu-item-32157" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-32157"><a href="https://get.pigprogress.net/seminars-pig-progress/">Seminars – EuroTier</a></li></ul></div></div></div><div class="footer-col cell"><div id="nav_menu-3" class="widget_nav_menu widget"><h5 class="widgettitle">Products</h5><div class="menu-footer-2-products-container"><ul id="menu-footer-2-products" class="menu"><li id="menu-item-461" class="menu-item menu-item-type-post_type menu-item-object-pillar-page menu-item-461"><a href="https://www.pigprogress.net/dossier/webinars/">Webinars</a></li><li id="menu-item-408" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-408"><a href="https://misset.com/international-events/">Events</a></li><li id="menu-item-409" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-409"><a href="https://www.pigprogress.net/newsletter/">Newsletter</a></li><li id="menu-item-410" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-410"><a href="https://www.pigprogress.net/digital-magazine/">Digital magazine</a></li><li id="menu-item-414" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-414"><a href="https://www.pigprogress.net/our-content-partners/">Our content partners</a></li></ul></div></div></div><div class="footer-col cell"><div id="nav_menu-4" class="widget_nav_menu widget"><h5 class="widgettitle">Social</h5><div class="menu-footer-3-social-container"><ul id="menu-footer-3-social" class="menu"><li id="menu-item-415" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-415"><a href="https://www.facebook.com/PigProgress">Facebook</a></li><li id="menu-item-416" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-416"><a href="https://www.linkedin.com/company/pigprogress/">LinkedIn</a></li><li id="menu-item-417" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-417"><a href="https://twitter.com/pigprogress">Twitter</a></li><li id="menu-item-462" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-462"><a href="https://www.instagram.com/pigprogress/">Instagram</a></li><li id="menu-item-36064" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-36064"><a href="https://www.youtube.com/@PigProgress">YouTube</a></li></ul></div></div></div><div class="footer-col cell"><div id="nav_menu-5" class="widget_nav_menu widget"><h5 class="widgettitle">Services</h5><div class="menu-footer-4-services-container"><ul id="menu-footer-4-services" class="menu"><li id="menu-item-418" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-418"><a href="https://misset.com/contact/?lang=en">Contact</a></li><li id="menu-item-419" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-419"><a href="https://misset.com/international/?lang=en">Advertising</a></li><li id="menu-item-420" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-420"><a href="https://www.pigprogress.net/our-sites/">Our sites</a></li></ul></div></div></div><div class="footer-col newslwtter cell"><div id="gform_widget-2" class="gform_widget widget"><h5 class="widgettitle">Newsletter</h5> <script type="text/javascript" src="https://www.pigprogress.net/wp/wp-includes/js/dist/dom-ready.min.js" id="wp-dom-ready-js"></script> <script type="text/javascript" src="https://www.pigprogress.net/wp/wp-includes/js/dist/hooks.min.js" id="wp-hooks-js"></script> <script type="text/javascript" src="https://www.pigprogress.net/wp/wp-includes/js/dist/i18n.min.js" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after">wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );</script> <script type="text/javascript" src="https://www.pigprogress.net/wp/wp-includes/js/dist/a11y.min.js" id="wp-a11y-js"></script> <script type="text/javascript" defer='defer' src="https://www.pigprogress.net/app/plugins/gravityforms/js/jquery.json.min.js" id="gform_json-js"></script> <script type="text/javascript" id="gform_gravityforms-js-extra">var gform_i18n = {"datepicker":{"days":{"monday":"Mon","tuesday":"Tue","wednesday":"Wed","thursday":"Thu","friday":"Fri","saturday":"Sat","sunday":"Sun"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = [];
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/www.pigprogress.net\/app\/plugins\/gravityforms\/images"}};
var gf_global = {"gf_currency_config":{"name":"Euro","symbol_left":"","symbol_right":"€","symbol_padding":" ","thousand_separator":".","decimal_separator":",","decimals":2,"code":"EUR"},"base_url":"https:\/\/www.pigprogress.net\/app\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.pigprogress.net\/app\/plugins\/gravityforms\/images\/spinner.svg","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}};</script> <script type="text/javascript" defer='defer' src="https://www.pigprogress.net/app/plugins/gravityforms/js/gravityforms.min.js" id="gform_gravityforms-js"></script> <script type="text/javascript">var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});</script> <div class='gf_browser_unknown gform_wrapper gravity-theme newsletter_wrapper' id='gform_wrapper_5' ><div class='gform_heading'><p class='gform_required_legend'>"<span class="gfield_required gfield_required_asterisk">*</span>" indicates required fields</p></div><form method='post' enctype='multipart/form-data' id='gform_5' class='newsletter' action='/RSS/Feed/News-on-Global-Pig-Production/' ><div class='gform_body gform-body'><div id='gform_fields_5' class='gform_fields top_label form_sublabel_below description_below'><div id="field_5_4" class="gfield gfield--width-full gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_5_4"><label class='gfield_label' for='input_5_4' >Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_4' id='input_5_4' type='text' value='' class='large' aria-required="true" aria-invalid="false" /></div></div><div id="field_5_3" class="gfield gform_hidden field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_5_3"><div class='ginput_container ginput_container_text'><input name='input_3' id='input_5_3' type='hidden' class='gform_hidden' aria-invalid="false" value='06/07/2025' /></div></div><div id="field_5_5" class="gfield gform_validation_container field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_5_5"><label class='gfield_label' for='input_5_5' >Comments</label><div class='ginput_container'><input name='input_5' id='input_5_5' type='text' value='' /></div><div class='gfield_description' id='gfield_description_5_5'>This field is for validation purposes and should be left unchanged.</div></div></div></div><div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_5' class='gform_button button' value='Subscribe' onclick='if(window["gf_submitting_5"]){return false;} window["gf_submitting_5"]=true; ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_5"]){return false;} window["gf_submitting_5"]=true; jQuery("#gform_5").trigger("submit",[true]); }' /> <input type='hidden' class='gform_hidden' name='is_submit_5' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='5' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_5' value='WyJbXSIsIjJlZGZhZTNkN2QzNzIwZjRjNmY4MmNjYmFmNmFiMjViIl0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_5' id='gform_target_page_number_5' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_5' id='gform_source_page_number_5' value='1' /> <input type='hidden' name='gform_field_values' value='' /></div></form></div></div></div></div></div></div><div class="bottom-footer"><div class="grid-container"><div id="custom_html-6" class="widget_text widget_custom_html widget"><div class="textwidget custom-html-widget"><a href="https://www.misset.com/" target="_blank" >Misset Uitgeverij B.V.</a> Copyright reserved.<br/>The following rules apply to the use of this site: <a href="https://misset.com/terms-conditions/" target="_blank" >Terms of Use</a>, <a href="https://misset.com/privacy-en/" target="_blank" >Privacy Policy</a> and <a href="https://misset.com/cookies-en/" target="_blank" >Cookie Policy</a>.</div></div></div></div></footer> <script type="speculationrules">{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp\/wp-*.php","\/wp\/wp-admin\/*","\/app\/uploads\/*","\/app\/*","\/app\/plugins\/*","\/app\/themes\/wp-lite-child\/*","\/app\/themes\/wp-lite\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}</script> <script type="text/javascript" src="https://www.pigprogress.net/app/themes/wp-lite-child/dist/scripts.min.js" id="lite-scripts-js"></script> <script type="text/javascript">gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 5) {} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } );</script> <script type="text/javascript">gform.initializeOnLoaded( function() { jQuery(document).trigger('gform_post_render', [5, 1]) } );</script> </body></html>