CINXE.COM

AGCO Tech Days 2024 to Showcase Innovation Across the Crop Cycle Serving Farmers with Mixed Fleets Globally - Jun 21, 2024

<!DOCTYPE html> <html lang="en" class=""> <head> <!-- begin spin_special_output(head_start) --> <style type="text/css" wd_script_id="search_form_style" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> .wd_search_form .wd_input_datepicker { margin-right: 2px; } .wd_search_type_checkbox { margin-left: 20px; } </style> <script type="text/javascript" src="js/jquery-webdriver.js" wd_script_id="jquery-webdriver.js" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="></script> <script type="text/javascript" src="js/webdriver.js" wd_script_id="webdriver.js" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="></script> <script type="text/javascript" wd_script_id="search_form_script" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> function wd_toggle_search_form(link, advanced) { var $ = webDriver.jQuery; var $container = $(link).closest(".wd_search_form_container"); var basic_form = $container.find(".wd_search_form_basic"); var basic_query = basic_form.find('input[name="query"]'); var advanced_form = $container.find(".wd_search_form_advanced"); var advanced_query = advanced_form.find('input[name="query"]'); if (advanced) { advanced_query.val(basic_query.val()); advanced_form.show(); basic_form.hide(); } else { basic_query.val(advanced_query.val()); basic_form.show(); advanced_form.hide(); } } function wd_toggle_search_type_checkboxes(radio) { var $ = webDriver.jQuery; var $radio = $(radio); var all = $radio.val() == "All" ? $radio.is(":checked") : !$radio.is(":checked"); var $checkboxes = $radio.closest(".wd_form_field").find(".wd_search_type_checkbox"); $checkboxes.find('input[type="checkbox"]').prop("disabled", all); $checkboxes.toggle(!all); } webDriver.jQuery(function ($) { $('.wd_search_type_radio input[type="radio"]').each(function() {wd_toggle_search_type_checkboxes(this);}); }); </script> <link href="thirdparty/font-awesome/css/font-awesome.min.css" type="text/css" rel="stylesheet" wd_script_id="font-awesome.min.css"> <style type="text/css" wd_script_id="toolbar_style" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> div.wd_toolbar { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; margin: 15px 0px 15px 0px; padding: 5px; line-height: 1; } div.wd_toolbar-page { clear: both; } div.wd_toolbar ul.wd_tools { display: inline-block; width: 100%; margin: 0; padding: 5px 0; } div.wd_toolbar ul.wd_tools li.wd_tool { display: block; list-style-type: none; margin-right: 5px; padding: 0; float: right; } span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited { border-radius: 2px; display: inline-block; width: 30px; height: 30px; box-sizing: border-box; margin: 0; padding: 7px; font-size: 16px; line-height: 1; text-align: center; color: #ffffff; background-color: #767676; } span.wd_tool_icon > a:hover { color: #ffffff; background-color: #666666; text-decoration: none; } div.wd_toolbar ul.wd_tools li.wd_tool-addthis { float: left; } </style> <link href="css/wd_wcag.css" type="text/css" rel="stylesheet" wd_script_id="wd_wcag.css"> <script type="text/javascript" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg==">webDriver.push_jQuery();</script> <script type="text/javascript" src="js/jquery-ui.js" wd_script_id="jquery-ui.js" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="></script> <script type="text/javascript" src="js/wd_resize.js" wd_script_id="wd_resize.js" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="></script> <link href="css/wd_modal.css" type="text/css" rel="stylesheet" wd_script_id="wd_modal.css"> <script type="text/javascript" wd_script_id="wd_modal_script" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> (function($) { webDriver.resizeModal = function() { $(this).find(".wd_modal").wd_modal("resize"); return false; } var modals = []; function _value(value, base) { if (typeof value == "string" && value.indexOf("%") > 0) { return base * parseInt(value, 10) / 100; } else { return parseInt(value, 10); } } var wd_modal = function(element, options) { this.init(element, options); }; wd_modal.prototype = { init: function(element, options) { var self = this; this.isOpen = false; this.opener = null; this.$element = $(element); this._options = { autoOpen: false, closeExisting: false, closeOnEscape: true, closeOnOverlayClick: true, fadeDuration: null, margin: "10%", padding: 10 }; this.options(options); this.$overlay = $("<div>").addClass("wd_modal-overlay").attr("wd_resize","resizeModal").appendTo($("body")).hide(); this.$outer = $("<div>").addClass("wd_modal-outer").appendTo(this.$overlay); this.$inner = $("<div>").addClass("wd_modal-inner").appendTo(this.$outer).append(this.$element); // Hack because I can't figure out where the extra few pixels at the bottom of the content are coming from this.$inner.css("overflow-y", "hidden"); this.$close = $("<a class=\"wd_modal-close fa fa-times\" href=\"#close\" title=\"Close\"><span class=\"wd_sr-only\">Close Dialog<\/span><\/a>") .on("click", function(event) {self.close(); event.preventDefault();}) .appendTo(this.$outer); this.$element.addClass("wd_modal"); if (this._options.autoOpen) this.open(this._options.closeExisting); }, options: function(options) { if (options) { $.extend(this._options, options); this._options.fadeDuration = parseInt(this._options.fadeDuration, 10); if (isNaN(this._options.fadeDuration)) this._options.fadeDuration = false; if (!$.isArray(this._options.margin)) this._options.margin = [this._options.margin]; if (this._options.margin.length < 2) this._options.margin[1] = this._options.margin[0]; if (this._options.margin.length < 3) this._options.margin[2] = this._options.margin[0]; if (this._options.margin.length < 4) this._options.margin[3] = this._options.margin[1]; if (!$.isArray(this._options.padding)) this._options.padding = [this._options.padding]; if (this._options.padding.length < 2) this._options.padding[1] = this._options.padding[0]; if (this._options.padding.length < 3) this._options.padding[2] = this._options.padding[0]; if (this._options.padding.length < 4) this._options.padding[3] = this._options.padding[1]; } else { return this._options; } }, reload: function(options) { if (options) { this.options(options); } this.resize(); }, open: function(closeExisting, now) { if (this.isOpen) return; var self = this; var myCloseExisting = closeExisting; if (!this.opener) this.opener = document.activeElement; if (closeExisting && modals.length > 0) { for (var i = modals.length - 1; i >= 0; --i) modals[i].close(true, true); } this.$overlay.addClass("wd_modal-current"); $("body").append(this.$overlay); if (!now && this._options.fadeDuration) { this.$overlay.fadeIn(this._options.fadeDuration, function() {self.open(myCloseExisting, true);}); } else { if (modals.length == 0) { $("body").css("overflow","hidden"); $(document).on("keydown.wd_modal", function (event) { var current = modals[modals.length - 1]; if ((event.which == 27 || event.keyCode == 27) && current._options.closeOnEscape) { current.close(); event.stopImmediatePropagation(); event.preventDefault(); } }); } if (this._options.closeOnOverlayClick) { this.$overlay.on("click.wd_modal", function (event) { if (event.target == this) { self.close(); event.preventDefault(); } }); } modals.push(this); this.$overlay.show(); var $focus = this.$element.find(":focusable"); if ($focus.length > 0) $focus[0].focus(); this.isOpen = true; this.$element.trigger("open"); } }, close: function(skipCurrent, now) { if (!this.isOpen) return; this.$element.trigger("beforeClose"); // TODO: allow closing of lower modals modals.pop(); if (modals.length == 0) { $("body").css("overflow",""); $(document).off("keydown.wd_modal"); } this.$overlay.off("click.wd_modal"); if (this.opener) { this.opener.focus(); this.opener = null; } this.isOpen = false; this.$overlay.removeClass("wd_modal-current").hide(); if (!skipCurrent && modals.length > 0) modals[modals.length-1].$overlay.addClass("wd_modal-current"); this.$element.trigger("close"); }, destroy: function() { this.close(false, true); $("body").append(this.$element); this.$overlay.remove(); }, resize: function() { if (!this.isOpen) return; var self = this; var winWidth = $(window).width(); var winHeight = $(window).height(); var margin = this._options.margin; var padding = this._options.padding; var width = winWidth - _value(margin[1], winWidth) - _value(margin[3], winWidth) - _value(padding[1], winWidth) - _value(padding[1], winWidth); var height = winHeight - _value(margin[0], winHeight) - _value(margin[2], winHeight) - _value(padding[0], winHeight) - _value(padding[2], winHeight); this.$inner.css("max-width", width); this.$inner.css("max-height", height); $.each(["Top", "Right", "Bottom", "Left"], function(i, v) { self.$outer.css("padding" + v, _value(padding[i])+"px"); }); var fixed = this.$element.find("[wd_need_fixed_container]").is(":visible"); this.$inner.css("width", width); this.$inner.css("height", height); webDriver.doResize(this.$inner); if (!fixed) { this.$inner.css("width", "auto"); this.$inner.css("height", "auto"); if (this.$element.outerHeight() > height) this.$inner.css("height", height); if (this.$element.outerWidth() > width) this.$inner.css("width", width); } } }; $.fn.wd_modal = function(options) { if (options == "exists") { return !!$(this).data("wd_modal"); } else if (typeof options == "string") { var instance = $(this).data("wd_modal"); if (!instance) return null; var args = Array.prototype.slice.call(arguments, 1); return instance[options].apply(instance, args); } else { return this.each(function() { var instance = $(this).data("wd_modal"); if (instance) { instance.reload(options); } else { $(this).data("wd_modal", new wd_modal(this, options)); } }); } }; })(webDriver.jQuery); </script> <script type="text/javascript" src="js/wd_hashchange.js" wd_script_id="wd_hashchange.js" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="></script> <script type="text/javascript" wd_script_id="asset_modal_support_script" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> (function($) { var prev_group_id = ""; var prev_type_id = ""; var prev_item_id = ""; var prev_hash = false; var on_close = "back"; function hash_update() { var hash = window.location.hash || "#"; if (hash == prev_hash) return; var type_id = ""; var item_id = "" var group_id = "main"; var apos = hash.indexOf("assets_"); if (apos >= 0) { type_id = hash.substr(apos+7); var dpos = type_id.indexOf("-"); if (dpos >= 0) { group_id = type_id.substr(0, dpos); type_id = type_id.substr(dpos+1); } var cpos = type_id.indexOf(":"); if (cpos >= 0) { item_id = type_id.substr(cpos+1); type_id = type_id.substr(0, cpos); } } if (type_id == "") type_id = "all"; if ((type_id != prev_type_id || group_id != prev_group_id) && item_id == "") { var $carousel = $(".wd_asset_carousel_"+group_id+"_list") if ($carousel.length > 0) $carousel.wd_carousel("filter", (type_id == "all") ? false : ".wd_asset_type_"+type_id); var $slideshow = $(".wd_asset_slideshow_"+group_id+"_list") if ($slideshow.length > 0) $slideshow.wd_slideshow("filter", (type_id == "all") ? false : ".wd_asset_type_"+type_id); $(".wd_asset_carousel_type_link").removeClass("wd_active"); $(".wd_asset_carousel_type_link.wd_asset_type_"+type_id).addClass("wd_active"); prev_type_id = type_id; on_close = "back"; } if (type_id != prev_type_id || item_id != prev_item_id || group_id != prev_group_id) { if (item_id == "") { var save_close = on_close; on_close = false; hide_asset_modal(); on_close = save_close; } else { load_asset_modal(group_id, type_id, item_id); } set_social_share_data(); prev_item_id = item_id; if (prev_hash === false) on_close = "reset"; } prev_group_id = group_id; prev_hash = hash; } hide_asset_modal = function() { $(".wd_asset_modal").wd_modal("close"); } load_asset_modal = function(group_id, type_id, item_id) { var $modal = $(".wd_asset_modal_"+group_id);; if ($modal.length == 0) return; if (!$modal.wd_modal("exists")) { $modal.wd_modal({ autoOpen: false, }); $modal.show(); $modal.on("close", function() { if (on_close == "back") { history.back(); } else if (on_close == "reset") { var href = window.location.href; href = href.replace(/#.*$/, "#assets_all"); window.location.replace(href); } }); } $modal.wd_modal("open", true); var $slideshow = $(".wd_asset_slideshow_"+group_id+"_list"); if ($slideshow.length > 0) { var $slideshow_item = $slideshow.find(".wd_asset_"+type_id+"-"+item_id).not(".wd_clone"); if ($slideshow_item.length > 0) $slideshow.wd_slideshow("scrollToItem", $slideshow_item); } var $carousel = $(".wd_asset_carousel_"+group_id+"_list"); if ($carousel.length > 0) { var $carousel_item = $carousel.find(".wd_asset_"+type_id+"-"+item_id).not(".wd_clone"); if ($carousel_item.length > 0) $carousel.wd_carousel("scrollToItem", $carousel_item); } } set_social_share_data = function() { var href = window.location.href.replace("#", "#!"); window.addthis_share = { url: href } } $(function() { setTimeout(hash_update, 10); $(window).hashchange(hash_update); }); })(webDriver.jQuery); </script> <style type="text/css" wd_script_id="asset_modal_support_style" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> .wd_asset_modal .wd_captioned_image { max-width: 100%; max-height: 100%; } .wd_asset_modal img { max-width: 100%; max-height: 100%; } .wd_asset_modal div.wd_toolbar.wd_toolbar-asset_modal { position: fixed; background: transparent; top: 5%; left: 50%; transform: translate(-50%,-50%); border: none; margin: 0; } </style> <style type="text/css" wd_script_id="asset_inline_style" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> .wd_asset_inline_list { width: 50%; float: right; clear: right; margin: 0 0 0 10px; } .wd_asset_inline { background-color: #666666; } .wd_asset_inline_list div.wd_toolbar { border: none; font-size: 10px; position: relative; } .wd_asset_inline_list span.wd_tool_icon a { font-size: 10px; width: 16px; height: 16px; padding: 3px; } </style> <script type="text/javascript" src="js/wd_imagesloaded.js" wd_script_id="wd_imagesloaded.js" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="></script> <script type="text/javascript" src="js/wd_scriptloader.js" wd_script_id="wd_scriptloader.js" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="></script> <link href="css/wd_slideshow.css" type="text/css" rel="stylesheet" wd_script_id="wd_slideshow.css"> <script type="text/javascript" wd_script_id="wd_slideshow_script" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> (function($, undefined) { webDriver.resizeSlideshow = function() { $(this).find(".wd_slideshow-list").wd_slideshow("resize"); return false; } var wd_slideshow = function(element, options) { this.init(element, options); }; wd_slideshow.prototype = { init: function(element, options) { var self = this; this.$element = $(element); this._options = { selector: "li", preload: false, "class": "", resize: "container" // children, self, container }; this.options(options); this.$container = $("<div>").addClass("wd_slideshow").attr("wd_resize","resizeSlideshow").attr("tabindex","-1").insertBefore(this.$element); if (this._options["class"]) this.$container.addClass(this._options["class"]); this.$cropper = $("<div>").addClass("wd_slideshow-cropper").appendTo(this.$container); this.$element .addClass("wd_slideshow-list") .appendTo(this.$cropper) ; this.$prev = $("<a class=\"wd_slideshow-arrow wd_slideshow-prev fa fa-chevron-left\" href=\"#prev\" title=\"Previous\"><span class=\"wd_sr-only\">Previous Item<\/span><\/a>") .on("click", function(event) { self.prev(); event.preventDefault(); }) .appendTo(this.$container); this.$next = $("<a class=\"wd_slideshow-arrow wd_slideshow-next fa fa-chevron-right\" href=\"#next\" title=\"Next\"><span class=\"wd_sr-only\">Next Item<\/span><\/a>") .on("click", function(event) { self.next(); event.preventDefault(); }) .appendTo(this.$container); this.$container.on("keydown.wd_slideshow", function (event) { var key = event.which || event.keyCode; if (key == 37) { self.prev(); event.stopImmediatePropagation(); event.preventDefault(); } if (key == 39) { self.next(); event.stopImmediatePropagation(); event.preventDefault(); } }); this.$items = this.$element.children(this._options.selector); this.$items.addClass("wd_slideshow-item"); // Remove any non-items (e.g. unintended text nodes) this.$element.empty(); this.$element.append(this.$items); this.navEnabled = true; this.currentIndex = 0; this.$currentItem = this.$items.eq(0); if (this._options.preload) this.load_next(); }, options: function(options) { if (options) { $.extend(this._options, options); } else { return this._options; } }, reload: function(options) { if (options) { this.options(options); } this.reset(); }, reset: function() { this.$items.data("wd_slideshow-index", null); var $children = this.$element.children(); this.itemCount = $children.length; $children.each(function(index) { $(this).data("wd_slideshow-index", index); }); this.hideNav(this.itemCount < 2); var index = this.$currentItem.data("wd_slideshow-index"); if (!index) index = 0; this.scrollToIndex(index, false); }, hideNav: function(hide) { this.$prev.toggle(!hide); this.$next.toggle(!hide); this.navEnabled = !hide; }, item_loaded: function(item) { var $item = $(item); return ($item.children().length > 0 || !$item.attr("wd_ajax_url")); }, load_next: function() { var self = this; var next = null; var $children = this.$element.children().not(".wd_clone"); var after = this.currentIndex; var before = this.currentIndex; while (after < $children.length || before >= 0) { if (after < $children.length && !this.item_loaded($children[after])) { next = $children[after]; break; } ++after; if (before >= 0 && !this.item_loaded($children[before])) { next = $children[before]; break; } --before; } if (!next) { var $filtered = this.$items.remove($children); $filtered.each(function() { if (!self.item_loaded(this)) { next = this; return false; } }); } if (next) this.load_item(next, function() {self.load_next();}); }, load_item: function(item, on_complete) { var self = this; var $item = $(item); var complete = on_complete; if (!this.item_loaded($item)) { $item.html("<div>Loading...</div>"); $item.addClass("wd_loading"); $item.load( $item.attr("wd_ajax_url"), function(response, status, xhr) { if ($item.children().length == 0) $item.append("<div>No content</div>"); webDriver.queueCallback(function() { if ($item.hasClass("wd_slideshow-current")) self.resize(self._options["resize"] == "container"); $item.removeClass("wd_loading"); if ($item.hasClass("wd_slideshow-current")) { $item.wd_imagesloaded( function() { self.resize(self._options["resize"] == "container"); }, "size" ); } }); if (complete) complete(response, status, xhr); } ); } }, next: function() { return this.scrollBy(1); }, prev: function() { return this.scrollBy(-1); }, scrollBy: function(count) { var index = this.currentIndex + count; return this.scrollToIndex(index, true); }, scrollToIndex: function(index, update_hash) { var self = this; var $children = this.$element.children().not(".wd_clone"); var orig_index = index; index = (index + $children.length) % $children.length; var $child = $children.eq(index); if (update_hash && $child.attr("wd_item_hash")) { var hash = "#"+$child.attr("wd_item_hash"); var current_hash = window.location.hash || "#"; if (hash != current_hash) { var href = window.location.href+"#"; href = href.replace(/#.*$/, hash); window.location.replace(href); return; } } this.$element.find(".wd_slideshow-current").removeClass("wd_slideshow-current"); $child.addClass("wd_slideshow-current"); if (!this.item_loaded($child)) this.load_item($child); this.$container[0].focus(); this.currentIndex = index; this.$currentItem = $child; this.resize(this._options["resize"] == "container"); }, scrollToItem: function(item) { var index = $(item).data("wd_slideshow-index"); if (index !== null) this.scrollToIndex(index, true); }, filter: function(selector) { this.$element.children().detach(); var $items = this.$items; if (selector) $items = $items.filter(selector); this.$element.append($items); this.reset(); }, destroy: function() { this.filter(false); this.$items .removeClass("wd_slideshow-item") .data("wd_slideshow-index", null) ; this.$element .removeClass("wd_slideshow-list") .insertBefore(this.$container) ; this.$container.remove(); }, resize: function(resize_container) { if (resize_container) { webDriver.doResize(this.$container, "container"); } else if (this.$currentItem && !this.$currentItem.hasClass("wd_loading")) { webDriver.doResize(this.$currentItem); } } }; $.fn.wd_slideshow = function(options) { var args = Array.prototype.slice.call(arguments, 1); var result = this; this.each(function() { var instance = $(this).data("wd_slideshow"); if (typeof options == "string") { var res = instance[options].apply(instance, args); if (typeof res != "undefined") { result = res; return false; } } else { if (!instance) { instance = new wd_slideshow(this, options); $(this).data("wd_slideshow", instance); } instance.reload(options); } }); return result; }; })(webDriver.jQuery); </script> <script type="text/javascript" wd_script_id="template_list_slideshow_script" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> webDriver.jQuery(function($) { $(".wd_layout-slideshow").each(function() { var $slideshow = $(this); $slideshow.wd_slideshow({ preload: true, "class": "wd_asset_slideshow_wrapper wd_asset_slideshow_main_wrapper" }); }); }); </script> <script type="text/javascript" src="js/wd_equal_height.js" wd_script_id="wd_equal_height.js" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="></script> <style type="text/css" wd_script_id="template asset_masonry_item:gallery:system style" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> .wd_gallery_asset { height: 100%; width: 100%; position: relative; color: #ffffff; min-height: 100px; } .wd_gallery_asset .wd_asset_image { height: 100%; width: 100%; margin: 0; padding: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0px; } .wd_gallery_asset .wd_asset_image > div { width: 100%; text-align: center; } .wd_gallery_asset .wd_asset_image img { max-width: 100%; max-height: none; margin: 0; float: none; flex-shrink: 0; } .wd_gallery_asset .wd_icon_overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, .75) none center center no-repeat; opacity: 0.0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } .wd_gallery_asset .wd_icon_overlay .wd_link_underlay { display: block; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100%; box-sizing: border-box; } .wd_gallery_asset .wd_icon_overlay a.wd_link_underlay:hover { background-color: transparent; } .wd_gallery_asset .wd_icon_overlay .wd_icon_container { font-size: 50px; position: relative; text-align: center; } .wd_gallery_asset .wd_icon_overlay .wd_icon_container > a, .wd_gallery_asset .wd_icon_overlay .wd_icon_container > a:link, .wd_gallery_asset .wd_icon_overlay .wd_icon_container > a:visited { color: #cccccc; } .wd_gallery_asset .wd_icon_overlay .wd_icon_container > a:hover { text-decoration: none; background-color: transparent; } .wd_gallery_asset .wd_title_overlay { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100%; box-sizing: border-box; padding: 10px; pointer-events: none; opacity: 0.0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; } .wd_gallery_asset:hover .wd_icon_overlay, .wd_gallery_asset:hover .wd_title_overlay, .wd_gallery_asset:focus-within .wd_icon_overlay, .wd_gallery_asset:focus-within .wd_title_overlay { opacity: 1.0; }</style> <script type="text/javascript" src="js/wd_masonry.js" wd_script_id="wd_masonry.js" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="></script> <script type="text/javascript" wd_script_id="template_list_masonry_script" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> webDriver.jQuery(function($) { var $container = $(".wd_layout-masonry"); $container.wd_masonry({"minWidth":250}); $container.wd_imagesloaded(function() { $(this).wd_masonry("reflow"); }); $container.on("wd_more_loaded", function() { $(this).wd_masonry("reflow"); }); }); </script> <style type="text/css" wd_script_id="template_list_masonry_style" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> ul.wd_layout-masonry { position: relative; margin: 10px 0; padding: 0; list-style: none; } </style> <script type="text/javascript" wd_script_id="move_content_script" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> (function($) { function wd_move_content() { $("[wd_move_after]").each(function() { var $this = $(this); var selectors = $this.attr("wd_move_after").split("|"); for (var i = 0; i < selectors.length; ++i) { var $dest = $(selectors[i]); if ($dest.length > 0) { $this.insertAfter($dest.eq(0)); break; } } }); } $(function() { wd_move_content(); }); })(webDriver.jQuery); </script> <script type="text/javascript" wd_script_id="view_printable_script" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> function view_printable() { var loc = window.location; var sep = (loc.search == "") ? "?" : "&"; var url = loc.protocol+"//"+loc.host+loc.pathname+loc.search+sep+"printable"+loc.hash; window.open(url, "_blank", ""); } </script> <script type="text/javascript" wd_script_id="format_news_script" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> (function($) { webDriver.formatNews = function() { var $news = $(this); var print_url = $news.attr("wd_print_url"); $news.find("table").each(function() { var $table = $(this); var $parent = $table.parent(); if ($parent.innerWidth() < $table.outerWidth()) { if ($parent.hasClass("wd_news_table")) { $parent.find(".fullscreen-button").show(); } else { var $btn = $("<button>View News Release Full Screen</button>") .addClass("fullscreen-button") .on("click", function() { if (print_url) window.open(print_url, "_blank", ""); else view_printable(); }) ; var $div = $("<div></div>)") .addClass("wd_news_table") .css("overflow-x", "auto") .append($btn) ; $table.replaceWith($div); $div.append($table); } } else { if ($parent.hasClass("wd_news_table")) $parent.find(".fullscreen-button").hide(); } }); } })(webDriver.jQuery); </script> <style type="text/css" wd_script_id="template_list_inline_style" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg=="> ul.wd_layout-inline { display: inline-block; list-style: none; padding: 0; margin: 0; } ul.wd_layout-inline li { display: inline-block; padding: 0; margin: 0 0 0 1em; } </style> <style type="text/css" wd_script_id="template detail:newsfeed_releases:site style" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg==">.wd_title { font-size: 1.3em; font-weight: bold; } .wd_subtitle { font-weight: bold; } table.wd_extimagetable { border-style: none; border-spacing:0px; clear: right; float: right; } td.wd_extimagecell { text-align: right; margin: 0px 0px 5px 5px; padding:0px; } td.wd_extimagecell img { padding-left:10px; padding-bottom:10px; border-style: none; } blockquote.wd_pullquote { font-style: italic; width:200px; margin:0 0 20px 20px; line-height: 1.8em; float: right; clear: right; } blockquote.wd_pullquote:before { content: "“ "; font-size: xx-large; } blockquote.wd_pullquote:after { content: " ”"; font-size: xx-large; float: right; } .fullscreen-button { border: 1px solid #d1d1d1; background: #e3e3e3 url(images/webdriver/view_full_screen_button_background.png) no-repeat; padding: 3px 3px 3px 30px; margin: 5px 0px 5px 0px; color: #727272; width: 220px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; } .wd_contact { margin: 1em 0; } .wd_release_data { margin: 1em 0; } .wd_caption { text-align: center; font-size: 0.72em; font-style: italic; margin: 1em 0 0 0; } </style> <script type="text/javascript" nonce="MDBjYjNkNGVjZDAwYTQ4ZmFmNDM1NWRiZDgwNGE3YjI3ODRhODMyNg==">webDriver.pop_jQuery();</script> <!-- end spin_special_output(head_start) --> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <style type="text/css"> .truste_caIcon_display { display: block !important; } </style> <style type="text/css"> .truste_cursor_pointer { cursor: pointer; } .truste_border_none { border: none; } </style> <meta charset="UTF-8"> <meta name="template" content="agcocorp-hero-page"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script type="text/javascript" async="" src="js/js"></script> <script async="" src="js/gtm.js"></script> <script type="text/javascript" src="js/ruxitagentjs_ICA27NVfgjqruvx_10215210429133048.js" data-dtconfig="rid=RID_-68160930|rpid=-506833090|domain=agcocorp.com|reportUrl=/rb_bf91710owb|app=ea7c4b59f27d43eb|cuc=qirswb73|mel=100000|featureHash=ICA27NVfgjqruvx|dpvc=1|ssv=4|lastModification=1726649363469|tp=500,50,0,1|rdnt=1|uxrgce=1|bp=3|agentUri=/ruxitagentjs_ICA27NVfgjqruvx_10215210429133048.js"> </script> <script type="text/javascript" src="js/ruxitagentjs_ICA27NVfgjqruvx_10215210429133048.js" data-dtconfig="app=ea7c4b59f27d43eb|cuc=qirswb73|mel=100000|featureHash=ICA27NVfgjqruvx|dpvc=1|ssv=4|lastModification=1726649363469|tp=500,50,0,1|rdnt=1|uxrgce=1|bp=3|agentUri=/ruxitagentjs_ICA27NVfgjqruvx_10215210429133048.js|reportUrl=/rb_bf91710owb|rid=RID_-1460173575|rpid=-2097655172|domain=agcocorp.com"> </script> <link rel="stylesheet" href="css/clientlib-base.min.a197e2638188664ac89e1adbbc7bc7be.css" type="text/css"> <link rel="stylesheet" href="css/clientlib-agcocorpv2-site.min.13c0fd5142f49352b1fe9417e35203.css" type="text/css"> <link rel="icon" type="image/x-icon" href="https://www.agcocorp.com/etc.clientlibs/aem-sites/clientlibs/clientlib-agcocorp-v2-static/resources/favicon.ico"> <link rel="shortcut icon" type="image/x-icon" href="https://www.agcocorp.com/etc.clientlibs/aem-sites/clientlibs/clientlib-agcocorp-v2-static/resources/favicon.ico"> <!-- AEM 6.3 --> <!-- Hotjar Tracking Code for https://www.agcocorp.com/ --> <script> (function(h, o, t, j, a, r) { h.hj = h.hj || function() { (h.hj.q = h.hj.q || []).push(arguments) }; h._hjSettings = { hjid: 2683224, hjsv: 6 }; a = o.getElementsByTagName('head')[0]; r = o.createElement('script'); r.async = 1; r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv; a.appendChild(r); })(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv='); </script> <script async="" src="js/hotjar-2683224.js"></script> <script async="async" src="js/notice.js" id="truste_0.2870921860450377"></script> <!-- Google Tag Manager --> <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://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-MG7ZQMGZ'); </script> <!-- End Google Tag Manager --> <script async="" src="js/modules.0721e7cf944cf9d78a0b.js" charset="utf-8"></script> <title>AGCO Tech Days 2024 to Showcase Innovation Across the Crop Cycle Serving Farmers with Mixed Fleets Globally - Jun 21, 2024</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="AGCO Tech Days 2024 to Showcase Innovation Across the Crop Cycle Serving Farmers with Mixed Fleets Globally" /> <meta name="twitter:description" content="AGCO Corporation (NYSE: AGCO), a global leader in the design, manufacture and distribution of agricultural machinery and precision ag technology, is preparing for its annual Tech Days in North..." /> <meta name="twitter:image" content="https://mma.prnewswire.com/media/2444893/AGCO_North_America_Tech_Day_2023.jpg?p=twitter" /> <meta property="og:site_name" content="AGCO Newsroom" /> <meta property="og:url" content="https://news.agcocorp.com/2024-06-21-AGCO-Tech-Days-2024-to-Showcase-Innovation-Across-the-Crop-Cycle-Serving-Farmers-with-Mixed-Fleets-Globally" /> <meta property="og:title" content="AGCO Tech Days 2024 to Showcase Innovation Across the Crop Cycle Serving Farmers with Mixed Fleets Globally" /> <meta property="og:description" content="AGCO Corporation (NYSE: AGCO), a global leader in the design, manufacture and distribution of agricultural machinery and precision ag technology, is preparing for its annual Tech Days in North..." /> <meta name="image" property="og:image" content="https://mma.prnewswire.com/media/2444893/AGCO_North_America_Tech_Day_2023.jpg?p=facebook" /> <link rel="stylesheet" type="text/css" href="css/nav-update.css"> <link rel="stylesheet" type="text/css" href="css/template.css"> <link rel="stylesheet" type="text/css" href="css/wdcontent.css"> <link rel="alternate" href="https://news.agcocorp.com/news?pagetemplate=rss" type="application/rss+xml" title="News Releases | AGCO"> <!-- begin spin_special_output(head_end) --> <link rel="canonical" href="https://news.agcocorp.com/2024-06-21-AGCO-Tech-Days-2024-to-Showcase-Innovation-Across-the-Crop-Cycle-Serving-Farmers-with-Mixed-Fleets-Globally" /> <!-- end spin_special_output(head_end) --> </head> <body class="page basicpage wd_pageid_20295 wd_item_page wd_item_122630" id="page-70b7802ccc"> <!--?xml version="1.0" encoding="utf-8" ?--><svg id="sites_icon_sprite" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" style="display: none"> <symbol id="arrow-right" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.6716 5.46481L13.8536 8.64679C14.0488 8.84205 14.0488 9.15863 13.8536 9.35389L10.6716 12.5359C10.4763 12.7311 10.1597 12.7311 9.96447 12.5359C9.7692 12.3406 9.7692 12.024 9.96447 11.8288L12.2929 9.50034L4.5 9.50034C4.22386 9.50034 4 9.27648 4 9.00034C4 8.7242 4.22386 8.50034 4.5 8.50034L12.2929 8.50034L9.96447 6.17191C9.7692 5.97665 9.7692 5.66007 9.96447 5.46481C10.1597 5.26954 10.4763 5.26954 10.6716 5.46481Z" fill="currentColor"></path> <circle cx="9" cy="9" r="8.5" stroke="currentColor"></circle> </symbol> <symbol id="arrow-left" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.6716 5.46481L13.8536 8.64679C14.0488 8.84205 14.0488 9.15863 13.8536 9.35389L10.6716 12.5359C10.4763 12.7311 10.1597 12.7311 9.96447 12.5359C9.7692 12.3406 9.7692 12.024 9.96447 11.8288L12.2929 9.50034L4.5 9.50034C4.22386 9.50034 4 9.27648 4 9.00034C4 8.7242 4.22386 8.50034 4.5 8.50034L12.2929 8.50034L9.96447 6.17191C9.7692 5.97665 9.7692 5.66007 9.96447 5.46481C10.1597 5.26954 10.4763 5.26954 10.6716 5.46481Z" fill="currentColor"></path> <circle cx="9" cy="9" r="8.5" stroke="currentColor"></circle> </symbol> <symbol id="arrow-down" viewBox="0 0 37 21" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M35 2.25L18.5 18.75L2 2.25" stroke="currentColor" stroke-width="3" stroke-linecap="round"></path> </symbol> <symbol id="arrow-download" viewBox="0 0 24 24"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Group" transform="translate(6.500000, 5.321429)" stroke="currentColor"> <path d="M0,11 L11,11" stroke-width="1.25" stroke-linecap="round"></path> <path d="M9.82142857,4.71277874 L9.82142857,4.71282836 C9.82011551,4.79050673 9.80607074,4.86400013 9.72793526,4.94027248 L7.06857006,7.75230882 C6.94630574,7.88205949 6.72695797,7.89608659 6.59590113,7.76785773 C6.47185837,7.64637776 6.46594128,7.42330057 6.58559609,7.29745367 L8.72036827,5.04368925 L1.51099208,5.04368925 C1.32739615,5.04368925 1.17857143,4.89557764 1.17857143,4.71286145 C1.17857143,4.53014525 1.32739615,4.38203364 1.51099208,4.38203364 L8.72036827,4.38203364 L6.58559609,2.12826756 C6.46584155,2.00240412 6.46648977,1.77894648 6.59590113,1.66304096 C6.7406537,1.53330684 6.94441094,1.54554747 7.06857006,1.67329662 L9.72793526,4.48533462 C9.775139,4.53466105 9.82142857,4.63622518 9.82142857,4.71277874 Z" fill="currentColor" transform="translate(5.500000, 4.714286) rotate(-270.000000) translate(-5.500000, -4.714286) "> </path> </g> <circle stroke="currentColor" stroke-width="2" cx="12" cy="12" r="11"></circle> </g> </symbol> <symbol viewBox="0 0 24 24" id="arrow-next" xmlns="http://www.w3.org/2000/svg"> <path d="M6.4 23.9c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4L15.8 12 5.7 1.8c-.4-.4-.4-1 0-1.4.3-.4 1-.4 1.4 0L18.6 12 7.1 23.6c-.2.2-.5.3-.7.3z"> </path> </symbol> <symbol viewBox="0 0 24 6.2" id="arrow-next-long" xmlns="http://www.w3.org/2000/svg"> <path d="M23.8 2.7 21.3.2c-.2-.2-.4-.2-.6 0s-.2.4 0 .6l1.9 1.9H.6c-.2 0-.4.2-.4.4s.2.4.4.4h22l-1.9 1.9c-.2.2-.2.4 0 .6s.4.2.6 0l2.5-2.5c.1-.4.1-.6 0-.8z"> </path> </symbol> <symbol viewBox="0 0 24 24" id="arrow-previous" xmlns="http://www.w3.org/2000/svg"> <path d="M17.6.1c.3 0 .5.1.7.3.4.4.4 1 0 1.4L8.2 12l10.2 10.2c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0L5.4 12 16.9.4c.2-.2.5-.3.7-.3z"> </path> </symbol> <symbol viewBox="0 0 24 6.2" id="arrow-previous-long" xmlns="http://www.w3.org/2000/svg"> <path d="M.2 3.5 2.7 6c.2.2.4.2.6 0s.2-.4 0-.6L1.4 3.5h22c.2 0 .4-.2.4-.4s-.2-.4-.4-.4h-22L3.3.8c.2-.2.2-.4 0-.6-.2-.2-.4-.2-.6 0L.2 2.7c-.1.4-.1.6 0 .8z"> </path> </symbol> <symbol fill="none" viewBox="0 0 16 16" id="close" xmlns="http://www.w3.org/2000/svg"> <path d="m1.656 1.5 13 13M14 1.5l-13 13" stroke="currentColor" stroke-width="2" stroke-linecap="round"> </path> </symbol> <symbol fill="none" viewBox="0 0 22 22" id="corp-globe" xmlns="http://www.w3.org/2000/svg"> <path d="M12.344 20.879a9.939 9.939 0 0 0 5.704-2.83c.479-.478.91-1.006 1.283-1.573A13.84 13.84 0 0 0 15.82 14.8c-.605 2.12-1.723 4.153-3.356 5.948l-.12.13Zm7.509-5.293a9.922 9.922 0 0 0 1.115-4.587 9.924 9.924 0 0 0-1.115-4.586 14.934 14.934 0 0 1-3.788 1.786 13.818 13.818 0 0 1 0 5.6 14.9 14.9 0 0 1 3.788 1.787Zm-5.027-1.064a16.152 16.152 0 0 0-3.827-.454c-1.336 0-2.62.16-3.827.454.562 1.97 1.603 3.861 3.124 5.533.224.246.458.487.703.724a15.8 15.8 0 0 0 .702-.724c1.521-1.672 2.562-3.562 3.125-5.533ZM6.18 14.8a13.837 13.837 0 0 0-3.513 1.675 9.969 9.969 0 0 0 1.283 1.573 9.942 9.942 0 0 0 5.705 2.83l-.12-.13C7.903 18.953 6.785 16.92 6.18 14.8Zm-4.034.786a14.934 14.934 0 0 1 3.788-1.787 13.822 13.822 0 0 1 0-5.6 14.9 14.9 0 0 1-3.788-1.786 9.921 9.921 0 0 0-1.116 4.586c0 1.654.403 3.213 1.116 4.587Zm4.784-2.063a17.127 17.127 0 0 1 4.07-.486c1.414 0 2.78.17 4.069.486a12.79 12.79 0 0 0 0-5.046 17.126 17.126 0 0 1-4.07.486c-1.414 0-2.781-.17-4.07-.486a12.793 12.793 0 0 0 0 5.046ZM11 1.22c-.245.237-.48.478-.703.724-1.521 1.671-2.562 3.562-3.125 5.533A16.15 16.15 0 0 0 11 7.93c1.336 0 2.62-.159 3.827-.453-.562-1.972-1.603-3.862-3.124-5.533A15.734 15.734 0 0 0 11 1.22Zm-1.465.031.12-.13A9.94 9.94 0 0 0 3.95 3.95a10.042 10.042 0 0 0-1.283 1.573A13.838 13.838 0 0 0 6.18 7.199c.604-2.121 1.723-4.153 3.355-5.948Zm2.809-.13.12.13c1.632 1.794 2.75 3.827 3.355 5.948a13.838 13.838 0 0 0 3.512-1.675 9.974 9.974 0 0 0-1.283-1.573 9.942 9.942 0 0 0-5.704-2.83Zm6.434 17.657A10.968 10.968 0 0 1 11 22a10.967 10.967 0 0 1-7.778-3.222A10.967 10.967 0 0 1 0 11c0-3.037 1.232-5.788 3.222-7.778A10.968 10.968 0 0 1 11 0c3.037 0 5.788 1.232 7.778 3.222A10.968 10.968 0 0 1 22 11c0 3.037-1.232 5.788-3.222 7.778Z" fill="currentColor"></path> </symbol> <symbol fill="none" viewBox="0 0 24 24" id="close-menu" xmlns="http://www.w3.org/2000/svg"> <path d="m2.06 1.354 21 21.117M22 1.354 1 22.47" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path> </symbol> <symbol fill="none" viewBox="0 0 35 23" id="burger-menu" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1h33M1 11.154h33M1 21.309h33" stroke="currentColor" stroke-width="2" stroke-linecap="round"> </path> </symbol> <symbol fill="none" viewBox="0 0 22 22" id="corp-search" xmlns="http://www.w3.org/2000/svg"> <path d="M16.624 15.513a9.388 9.388 0 0 0 2.234-6.084c0-5.2-4.23-9.429-9.43-9.429C4.23 0 0 4.23 0 9.429c0 5.198 4.23 9.428 9.429 9.428 2.318 0 4.442-.84 6.084-2.234l5.147 5.146a.78.78 0 0 0 .555.231.786.786 0 0 0 .555-1.341l-5.146-5.146Zm-7.195 1.773c-4.332 0-7.858-3.526-7.858-7.857 0-4.332 3.526-7.858 7.858-7.858s7.857 3.526 7.857 7.858-3.525 7.857-7.857 7.857Z" fill="currentColor"></path> </symbol> <symbol fill="none" viewBox="0 0 40 40" id="social-facebook" xmlns="http://www.w3.org/2000/svg"> <path d="M40 20C40 8.954 31.046 0 20 0S0 8.954 0 20s8.954 20 20 20 20-8.954 20-20Z" fill="currentColor"> </path> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.25 35.09h5.456V22.504h4.03l.806-5.085h-4.836v-3.844c0-1.426 1.364-2.231 2.665-2.231h2.357V7.127l-4.216-.186c-4.03-.248-6.262 2.914-6.262 6.696v3.782h-4.588v5.085h4.588V35.09Z" fill="var(--footer-bg, #2A2829)"></path> </symbol> <symbol fill="none" viewBox="0 0 40 40" id="social-instagram" xmlns="http://www.w3.org/2000/svg"> <path d="M40 20C40 8.954 31.046 0 20 0S0 8.954 0 20s8.954 20 20 20 20-8.954 20-20Z" fill="currentColor"> </path> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.118 7.258h11.765c3.78 0 6.888 3.109 6.888 6.888V25.85c0 3.78-3.109 6.888-6.888 6.888H14.118c-3.78 0-6.889-3.109-6.889-6.888V14.146c0-3.78 3.11-6.888 6.889-6.888Zm12.74 4.45c.792 0 1.463.67 1.463 1.463s-.67 1.463-1.463 1.463c-.853 0-1.463-.67-1.463-1.463 0-.792.609-1.463 1.463-1.463Zm-6.889 1.341h.062c3.78 0 6.95 3.17 6.95 6.95 0 3.84-3.17 6.95-6.95 6.95h-.061c-3.78 0-6.889-3.11-6.889-6.95 0-3.78 3.11-6.95 6.889-6.95Zm0 2.378h.062c2.5 0 4.572 2.072 4.572 4.572 0 2.56-2.073 4.632-4.572 4.632h-.061c-2.5 0-4.572-2.072-4.572-4.632 0-2.5 2.072-4.572 4.572-4.572Zm-5.79-5.974h11.642a4.76 4.76 0 0 1 4.755 4.754V25.79a4.76 4.76 0 0 1-4.755 4.755H14.18a4.76 4.76 0 0 1-4.754-4.755V14.207a4.76 4.76 0 0 1 4.754-4.754Z" fill="var(--footer-bg, #2A2829)"></path> </symbol> <symbol fill="none" viewBox="0 0 40 40" id="social-linkedin" xmlns="http://www.w3.org/2000/svg"> <path d="M40 20C40 8.954 31.046 0 20 0S0 8.954 0 20s8.954 20 20 20 20-8.954 20-20Z" fill="currentColor"> </path> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.877 15.986h4.504v15.125H8.877V15.986ZM11.1 8.312a2.729 2.729 0 0 1 2.725 2.725 2.729 2.729 0 0 1-2.725 2.724c-1.501 0-2.67-1.223-2.67-2.724 0-1.501 1.169-2.725 2.67-2.725Zm4.95 7.674h4.448V18.1c.945-1.39 2.502-2.28 4.282-2.28h1.223c2.835 0 5.115 2.336 5.115 5.116v10.176h-4.448v-8.175c-.056-1.723-1.223-3.058-2.947-3.058s-3.17 1.335-3.225 3.058v8.175H16.05V15.986Z" fill="var(--footer-bg, #2A2829)"></path> </symbol> <symbol fill="none" viewBox="0 0 40 41" id="social-x" xmlns="http://www.w3.org/2000/svg"> <path d="M20 40.096c11.046 0 20-8.955 20-20 0-11.046-8.954-20-20-20s-20 8.954-20 20c0 11.045 8.954 20 20 20Z" fill="currentColor"></path> <path d="m7.68 8.508 9.56 12.782-9.62 10.392h2.165l8.422-9.099 6.805 9.1h7.368L22.282 18.18l8.955-9.673H29.07l-7.756 8.38-6.267-8.38H7.68Zm3.184 1.595h3.385l14.947 19.985H25.81L10.864 10.103Z" fill="var(--footer-bg, #2A2829)"></path> </symbol> <symbol fill="none" viewBox="0 0 40 40" id="social-youtube" xmlns="http://www.w3.org/2000/svg"> <path d="M40 20C40 8.954 31.046 0 20 0S0 8.954 0 20s8.954 20 20 20 20-8.954 20-20Z" fill="currentColor"> </path> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.657 11.537a99.898 99.898 0 0 1 7.376-.287c2.155 0 4.933.096 7.375.287 2.826.24 4.263.719 4.646 3.545.191 1.293.287 3.065.287 4.885 0 1.82-.096 3.64-.287 4.885-.383 2.874-1.82 3.304-4.646 3.544-2.442.24-5.22.288-7.375.288-2.155 0-4.981-.048-7.376-.288-2.826-.239-4.31-.67-4.694-3.544-.144-1.245-.239-3.065-.239-4.885 0-1.82.096-3.592.24-4.885.383-2.826 1.867-3.305 4.693-3.545Z" fill="var(--footer-bg, #2A2829)"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="m17.542 16.28 6.418 3.687-6.418 3.736v-7.424Z" fill="currentColor"></path> </symbol> <symbol id="external" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Group 189"> <path id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M0.911133 0.40332H0.411133V0.90332V11.589V12.089H0.911133H12.0078H12.5078V11.589V6.24616C12.5078 5.97002 12.2839 5.74616 12.0078 5.74616C11.7317 5.74616 11.5078 5.97002 11.5078 6.24616V11.089H1.41113V1.40332H6.25397C6.53011 1.40332 6.75397 1.17946 6.75397 0.90332C6.75397 0.627178 6.53011 0.40332 6.25397 0.40332H0.911133ZM11.8607 0.457258L8.16183 0.457258C7.93485 0.457258 7.75084 0.641263 7.75084 0.868245C7.75084 1.09523 7.93485 1.27923 8.16183 1.27923L10.8685 1.27923L6.33909 5.80865C6.17859 5.96915 6.17859 6.22937 6.33909 6.38987C6.49959 6.55037 6.75981 6.55037 6.92031 6.38987L11.4497 1.86046V4.56713C11.4497 4.79412 11.6337 4.97812 11.8607 4.97812C12.0877 4.97812 12.2717 4.79412 12.2717 4.56713L12.2717 0.868245C12.2717 0.641263 12.0877 0.457258 11.8607 0.457258Z" fill="currentColor"></path> </g> </symbol> <symbol id="download" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.5357 10.6721L9.3537 13.854C9.15844 14.0493 8.84186 14.0493 8.64659 13.854L5.46461 10.6721C5.26935 10.4768 5.26935 10.1602 5.46461 9.96495C5.65988 9.76969 5.97646 9.76969 6.17172 9.96495L8.50015 12.2934L8.50015 4.50049C8.50015 4.22435 8.72401 4.00049 9.00015 4.00049C9.27629 4.00049 9.50015 4.22435 9.50015 4.50049L9.50015 12.2934L11.8286 9.96495C12.0238 9.76969 12.3404 9.76969 12.5357 9.96495C12.7309 10.1602 12.7309 10.4768 12.5357 10.6721Z" fill="currentColor"></path> <circle cx="9" cy="9" r="8.5" stroke="currentColor"></circle> </symbol> <symbol id="search" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="9" cy="9" r="8.5" stroke="currentColor"></circle> <path d="M11.0449 10.641C11.5507 10.0438 11.8573 9.27143 11.8573 8.42857C11.8573 6.5381 10.3192 5 8.42867 5C6.53814 5 5 6.5381 5 8.42857C5 10.319 6.53814 11.8571 8.42867 11.8571C9.27156 11.8571 10.044 11.5514 10.6411 11.0448L12.5126 12.9162C12.5688 12.9724 12.6412 13 12.7145 13C12.7878 13 12.8612 12.9724 12.9164 12.9162C13.0279 12.8048 13.0279 12.6238 12.9164 12.5124L11.0449 10.641ZM8.42867 11.2857C6.85339 11.2857 5.57145 10.0038 5.57145 8.42857C5.57145 6.85333 6.85339 5.57143 8.42867 5.57143C10.004 5.57143 11.2859 6.85333 11.2859 8.42857C11.2859 10.0038 10.004 11.2857 8.42867 11.2857Z" fill="currentColor" stroke="currentColor" stroke-width="0.5"></path> </symbol> <symbol id="double-caret-right" viewBox="0 0 12 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L7 7L1 13" stroke="currentColor"></path> <path d="M5 1L11 7L5 13" stroke="currentColor"></path> </symbol> <symbol id="caret-right" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L7 7L1 13" stroke="currentColor"></path> </symbol> <symbol id="icon-close" viewBox="0 0 52 52"> <path d="M31 25.4l13-13.1c.6-.6.6-1.5 0-2.1l-2-2.1c-.6-.6-1.5-.6-2.1 0L26.8 21.2c-.4.4-1 .4-1.4 0L12.3 8c-.6-.6-1.5-.6-2.1 0l-2.1 2.1c-.6.6-.6 1.5 0 2.1l13.1 13.1c.4.4.4 1 0 1.4L8 39.9c-.6.6-.6 1.5 0 2.1l2.1 2.1c.6.6 1.5.6 2.1 0L25.3 31c.4-.4 1-.4 1.4 0l13.1 13.1c.6.6 1.5.6 2.1 0L44 42c.6-.6.6-1.5 0-2.1L31 26.8c-.4-.4-.4-1 0-1.4z"> </path> </symbol> <symbol id="ambient-play" viewBox="0 0 24 24"> <path d="M23,11.9825355 C23,12.2535355 22.854,12.5045355 22.617,12.6375355 L6.117,21.9045355 C6.003,21.9675355 5.877,22.0005355 5.75,22.0005355 C5.619,22.0005355 5.488,21.9655355 5.371,21.8975355 C5.142,21.7625355 5,21.5165355 5,21.2505355 L5,2.75053551 C5,2.48353551 5.141,2.23753551 5.371,2.10253551 C5.6,1.96853551 5.884,1.96553551 6.116,2.09553551 L22.616,11.3295355 C22.854,11.4615355 23,11.7115355 23,11.9825355" stroke="currentColor"></path> </symbol> <symbol id="ambient-pause" viewBox="0 0 24 24"> <path d="M20.25,1.9998 L15.75,1.9998 C15.336,1.9998 15,2.3358 15,2.7498 L15,21.2498 C15,21.6638 15.336,21.9998 15.75,21.9998 L20.25,21.9998 C20.664,21.9998 21,21.6638 21,21.2498 L21,2.7498 C21,2.3358 20.664,1.9998 20.25,1.9998 M9,2.7498 L9,21.2498 C9,21.6638 8.664,21.9998 8.25,21.9998 L3.75,21.9998 C3.336,21.9998 3,21.6638 3,21.2498 L3,2.7498 C3,2.3358 3.336,1.9998 3.75,1.9998 L8.25,1.9998 C8.664,1.9998 9,2.3358 9,2.7498" stroke="currentColor"></path> </symbol> </svg> <div class="cmp-page__skiptomaincontent"> <a class="cmp-page__skiptomaincontent-link btn btn--secondary" alt="Skip to main content" href="#maincontent">Skip to main content</a> </div> <link rel="stylesheet" href="css/skiptomaincontent.min.15c8e6e0e8a432d5ad140592e0b96372.css" type="text/css"> <div class="root container responsivegrid page"> <div id="container-bb2efb5ece" class="cmp-container"> <header class="experiencefragment"> <div id="experiencefragment-921225077d" class="cmp-experiencefragment cmp-experiencefragment--header"> <div id="container-4d51f5aebe" class="cmp-container"> <div class="agcoheadernav"> <div class="navigation " id="nav" data-cmp-initialized="true"> <div class="navigation-wrapper" data-cmp-hook-navigation="wrapper"> <div class="navigation-container" data-cmp-hook-navigation="container"> <div class="navigation__top-nav" data-cmp-hook-navigation="top-nav"> <div class="top-nav"> <div class="navigation__logo"> <div class="logo logo--default"> <a href="http://www.agcocorp.com/us/en/home.html" target="_self" title="Home"> <img src="images/AGCO-Red-White-HF.avif" alt="AGCO - Your Agriculture Company"> </a> </div> <div class="logo logo--sticky"> <a href="http://www.agcocorp.com/us/en/home.html" target="_self" title="Home"> <img src="images/AGCO-Red-Black.avif" alt="AGCO - Your Agriculture Company"> </a> </div> <div class="navigation__mobile-menu"> <button type="button" class="open-mobile-menu-btn" data-cmp-hook-navigation="open-mobile-menu-btn"> <span class="sprite-icon sprite-icon--burger-menu" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#burger-menu"></use> </svg> </span> </button> <button type="button" class="close-mobile-menu-btn" data-cmp-hook-navigation="close-mobile-menu-btn"> <span class="sprite-icon sprite-icon--close-menu" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#close-menu"></use> </svg> </span> </button> </div> </div> <div class="navigation__wrapper"> <nav class="top-navigation" aria-label="Top Navigation"> <ul role="menubar" aria-label="Top Navigation"> <li role="none" class="drop-menu"> <button type="button" role="menuitem" data-cmp-hook-navigation="drop-menu-link" class="drop-menu__link" aria-label="Brands &amp; Solutions" aria-haspopup="true" aria-expanded="true" aria-controls="drop-menu__link--link-0"> <span>Brands &amp; Solutions</span> <span class="drop-menu__icon"> <span class="sprite-icon sprite-icon--arrow-down" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-down"></use> </svg> </span> </span> <span class="drop-menu__icon--mobile"> <span class="sprite-icon sprite-icon--arrow-next" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </span> </span> </button> <div class="drop-menu__content"> <div class="drop-menu__content-container"> <div class="drop-menu__wrapper"> <button type="button" class="drop-menu__link-back" data-cmp-hook-navigation="drop-menu-link-back"> <span class="sprite-icon sprite-icon--arrow-previous" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-previous"></use> </svg> </span> <span>Brands &amp; Solutions</span> </button> <div class="drop-menu__title"> <span>Brands &amp; Solutions</span> </div> <ul role="menu" aria-label="Brands &amp; Solutions" id="drop-menu__link--link-0"> <div class="column"> <div class="column-heading"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions.html" aria-label="Leading Brands" target="_self"> Leading Brands </a> </div> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/fendt.html" role="menuitem" aria-label="Fendt" target="_self"> <span>Fendt</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/massey-ferguson.html" role="menuitem" aria-label="Massey Ferguson" target="_self"> <span>Massey Ferguson</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/ptx.html" role="menuitem" aria-label="PTx" target="_self"> <span>PTx</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/valtra.html" role="menuitem" aria-label="Valtra" target="_self"> <span>Valtra</span> </a> </li> </div> <div class="column"> <div class="column-heading"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions.html" aria-label="Supporter Brands" target="_self"> Supporter Brands </a> </div> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/precision-planting.html" role="menuitem" aria-label="Precision Planting" target="_self"> <span>Precision Planting</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/ptx-trimble.html" role="menuitem" aria-label="PTx Trimble" target="_self"> <span>PTx Trimble</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/gleaner.html" role="menuitem" aria-label="Gleaner" target="_self"> <span>Gleaner</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/sunflower.html" role="menuitem" aria-label="Sunflower" target="_self"> <span>Sunflower</span> </a> </li> </div> <div class="column"> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/service-and-information.html" role="menuitem" aria-label="Service &amp; Information" target="_self"> <span>Service &amp; Information</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/agco-parts.html" role="menuitem" aria-label="AGCO Parts" target="_self"> <span>AGCO Parts</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/agco-parts/agco-genuine-care.html" role="menuitem" aria-label="AGCO GenuineCare" target="_self"> <span>AGCO GenuineCare</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/agco-power.html" role="menuitem" aria-label="AGCO Power" target="_self"> <span>AGCO Power</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/agco-finance.html" role="menuitem" aria-label="AGCO Finance" target="_self"> <span>AGCO Finance</span> </a> </li> </div> <div class="column"> <div class="column-heading"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions.html" aria-label="AGCO Solutions" target="_self"> AGCO Solutions </a> </div> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/precision-agriculture.html" role="menuitem" aria-label="Smart Farming" target="_self"> <span>Smart Farming</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/tractors.html" role="menuitem" aria-label="Tractors" target="_self"> <span>Tractors</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/compact-utility-tractors.html" role="menuitem" aria-label="Compact/Utility Tractors" target="_self"> <span>Compact/Utility Tractors</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/harvesting.html" role="menuitem" aria-label="Harvesting" target="_self"> <span>Harvesting</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/hay-and-forage.html" role="menuitem" aria-label="Hay &amp; Forage" target="_self"> <span>Hay &amp; Forage</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/crop-care-and-nutrient-management.html" role="menuitem" aria-label="Crop Care &amp; Nutrient Management" target="_self"> <span>Crop Care &amp; Nutrient Management</span> </a> </li> </div> <div class="column"> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/planting-and-soil-preparation.html" role="menuitem" aria-label="Planting &amp; Soil Preparation" target="_blank"> <span>Planting &amp; Soil Preparation</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/material-handling.html" role="menuitem" aria-label="Material Handling" target="_self"> <span>Material Handling</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/power-generation.html" role="menuitem" aria-label="Power Generation" target="_self"> <span>Power Generation</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/water-management.html" role="menuitem" aria-label="Water Management" target="_self"> <span>Water Management</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/brands-and-solutions/engines.html" role="menuitem" aria-label="Engines" target="_self"> <span>Engines</span> </a> </li> </div> <div class="column"> <div class="column-heading"> <a href="http://www.agcocorp.com/us/en/home/merchandise.html" aria-label="Merchandise" target="_self"> Merchandise </a> </div> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/merchandise.html" role="menuitem" aria-label="Merchandise" target="_self"> <span>Merchandise</span> </a> </li> </div> </ul> </div> </div> </div> </li> <li role="none" class="drop-menu"> <button type="button" role="menuitem" data-cmp-hook-navigation="drop-menu-link" class="drop-menu__link" aria-label="Precision Agriculture" aria-haspopup="true" aria-expanded="true" aria-controls="drop-menu__link--link-1"> <span>Precision Agriculture</span> <span class="drop-menu__icon"> <span class="sprite-icon sprite-icon--arrow-down" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-down"></use> </svg> </span> </span> <span class="drop-menu__icon--mobile"> <span class="sprite-icon sprite-icon--arrow-next" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </span> </span> </button> <div class="drop-menu__content"> <div class="drop-menu__content-container"> <div class="drop-menu__wrapper"> <button type="button" class="drop-menu__link-back" data-cmp-hook-navigation="drop-menu-link-back"> <span class="sprite-icon sprite-icon--arrow-previous" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-previous"></use> </svg> </span> <span>Precision Agriculture</span> </button> <div class="drop-menu__title"> <span>Precision Agriculture</span> </div> <ul role="menu" aria-label="Precision Agriculture" id="drop-menu__link--link-1"> <div class="column"> <div class="column-heading"> <span> Precision Agriculture </span> </div> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/precision-agriculture.html" role="menuitem" aria-label="Precision Agriculture" target="_self"> <span>Precision Agriculture</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/precision-agriculture/ventures.html" role="menuitem" aria-label="Ventures" target="_self"> <span>Ventures</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/precision-agriculture/innovations.html" role="menuitem" aria-label="Innovations" target="_self"> <span>Innovations</span> </a> </li> </div> </ul> </div> </div> </div> </li> <li role="none" class="drop-menu"> <button type="button" role="menuitem" data-cmp-hook-navigation="drop-menu-link" class="drop-menu__link" aria-label="Sustainability" aria-haspopup="true" aria-expanded="true" aria-controls="drop-menu__link--link-2"> <span>Sustainability</span> <span class="drop-menu__icon"> <span class="sprite-icon sprite-icon--arrow-down" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-down"></use> </svg> </span> </span> <span class="drop-menu__icon--mobile"> <span class="sprite-icon sprite-icon--arrow-next" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </span> </span> </button> <div class="drop-menu__content"> <div class="drop-menu__content-container"> <div class="drop-menu__wrapper"> <button type="button" class="drop-menu__link-back" data-cmp-hook-navigation="drop-menu-link-back"> <span class="sprite-icon sprite-icon--arrow-previous" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-previous"></use> </svg> </span> <span>Sustainability</span> </button> <div class="drop-menu__title"> <span>Sustainability</span> </div> <ul role="menu" aria-label="Sustainability" id="drop-menu__link--link-2"> <div class="column"> <div class="column-heading"> <span> Sustainability </span> </div> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/sustainability.html" role="menuitem" aria-label="Sustainability" target="_self"> <span>Sustainability</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/sustainability/sustainability-governance.html" role="menuitem" aria-label="Sustainability Governance" target="_self"> <span>Sustainability Governance</span> </a> </li> <li role="none"> <a href="https://ar2023.agcocorp.com/downloads/AGCO_Sustainability_Report_2023.pdf" role="menuitem" aria-label="Sustainability Report" target="_self"> <span>Sustainability Report</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/sustainability.html" role="menuitem" aria-label="Sustainability Archive" target="_self"> <span>Sustainability Archive</span> </a> </li> </div> </ul> </div> </div> </div> </li> <li role="none" class="drop-menu"> <button type="button" role="menuitem" data-cmp-hook-navigation="drop-menu-link" class="drop-menu__link" aria-label="About Us" aria-haspopup="true" aria-expanded="false" aria-controls="drop-menu__link--link-3"> <span>About Us</span> <span class="drop-menu__icon"> <span class="sprite-icon sprite-icon--arrow-down" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-down"></use> </svg> </span> </span> <span class="drop-menu__icon--mobile"> <span class="sprite-icon sprite-icon--arrow-next" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </span> </span> </button> <div class="drop-menu__content"> <div class="drop-menu__content-container"> <div class="drop-menu__wrapper"> <button type="button" class="drop-menu__link-back" data-cmp-hook-navigation="drop-menu-link-back"> <span class="sprite-icon sprite-icon--arrow-previous" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-previous"></use> </svg> </span> <span>About Us</span> </button> <div class="drop-menu__title"> <span>About Us</span> </div> <ul role="menu" aria-label="About Us" id="drop-menu__link--link-3"> <div class="column"> <div class="column-heading"> <span> About Us </span> </div> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us.html" role="menuitem" aria-label="About Us" target="_self"> <span>About Us</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/executive-leadership.html" role="menuitem" aria-label="Leadership" target="_self"> <span>Leadership</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/global-code-of-conduct.html" role="menuitem" aria-label="Code of Conduct" target="_self"> <span>Code of Conduct</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/board-of-directors.html" role="menuitem" aria-label="Board of Directors" target="_self"> <span>Board of Directors</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/governance-committees-charters.html" role="menuitem" aria-label="Governance" target="_self"> <span>Governance</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/awards-and-recognition.html" role="menuitem" aria-label="Awards &amp; Recognition" target="_self"> <span>Awards &amp; Recognition</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/global-reach.html" role="menuitem" aria-label="Global Reach" target="_self"> <span>Global Reach</span> </a> </li> </div> <div class="column"> <div class="column-heading"> <span> Farmers &amp; Dealers </span> </div> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/farmer-profiles.html" role="menuitem" aria-label="Farmer Profiles" target="_self"> <span>Farmer Profiles</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/dealers.html" role="menuitem" aria-label="Dealers" target="_self"> <span>Dealers</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/farmercore.html" role="menuitem" aria-label="FarmerCore" target="_self"> <span>FarmerCore</span> </a> </li> </div> <div class="column"> <div class="column-heading"> <span> Manufacturing &amp; Supply Chain </span> </div> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/manufacturing.html" role="menuitem" aria-label="Manufacturing" target="_self"> <span>Manufacturing</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/operating-principles.html" role="menuitem" aria-label="Operating Principles" target="_self"> <span>Operating Principles</span> </a> </li> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/supply-chain-sustainability.html" role="menuitem" aria-label="Supply Chain Sustainability" target="_self"> <span>Supply Chain Sustainability</span> </a> </li> </div> <div class="column"> <div class="column-heading"> <span> Philanthropy </span> </div> <li role="none"> <a href="http://www.agcocorp.com/us/en/home/about-us/philanthropy.html" role="menuitem" aria-label="Philanthropy" target="_self"> <span>Philanthropy</span> </a> </li> </div> </ul> </div> </div> </div> </li> <li role="none" class="drop-menu"> <a href="https://careers.agcocorp.com/" role="menuitem" aria-label="Careers" target="_blank"> <span>Careers</span> </a> </li> <li role="none" class="drop-menu"> <a href="https://news.agcocorp.com/" role="menuitem" aria-label="News" target="_blank"> <span>News</span> </a> </li> </ul> <div class="bottom-nav--mobile"> <ul class="menubar" role="menubar"> <li role="none" class=""> <a href="https://news.agcocorp.com/global" role="menuitem" aria-label="Newsroom" target="_self"> <span>Newsroom</span> </a> <div class="wd_nav-toggle"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </div> </li> <li role="none" class="has_children"> <a href="https://news.agcocorp.com/index.php?s=20287" role="menuitem" aria-label="Brands" target="_self"> <span>Brands</span> </a> <div class="wd_nav-toggle"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </div> <p class="wd_dropdown"> <a href="https://news.agcocorp.com/agco-brands" target="_self">AGCO Brands</a> <a href="https://news.agcocorp.com/fendt" target="_self">Fendt</a> <a href="https://news.agcocorp.com/massey-ferguson" target="_self">Massey Ferguson</a> <a href="https://news.agcocorp.com/ptx" target="_self">PTx</a> <a href="https://news.agcocorp.com/valtra" target="_self">Valtra</a> <a href="https://news.agcocorp.com/agco-power" target="_self">AGCO Power</a> <a href="https://news.agcocorp.com/gleaner" target="_self">Gleaner</a> <a href="https://news.agcocorp.com/precision-planting" target="_self">Precision Planting</a> <a href="https://news.agcocorp.com/ptx-trimble" target="_self">PTx Trimble</a> </p> </li> <li role="none" class="has_children"> <a href="https://news.agcocorp.com/index.php?s=20314" role="menuitem" aria-label="Region" target="_self"> <span>Region</span> </a> <div class="wd_nav-toggle"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </div> <p class="wd_dropdown"> <a href="global" target="_self">Global</a> <a href="https://news.agcocorp.com/asia" target="_self">Asia</a> <a href="https://news.agcocorp.com/europe" target="_self">Europe</a> <a href="https://news.agcocorp.com/north-america" target="_self">North America</a> <a href="https://news.agcocorp.com/south-america" target="_self">South America</a> </p> </li> <li role="none" class=""> <a href="https://news.agcocorp.com/gallery" role="menuitem" aria-label="Media Gallery" target="_self"> <span>Media Gallery</span> </a> <div class="wd_nav-toggle"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </div> </li> <li role="none" class=""> <a href="https://news.agcocorp.com/media-contacts" role="menuitem" aria-label="Media Contacts" target="_self"> <span>Media Contacts</span> </a> <div class="wd_nav-toggle"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </div> </li> <li role="none" class=""> <a href="https://news.agcocorp.com/news" role="menuitem" aria-label="News Releases" target="_self"> <span>News Releases</span> </a> <div class="wd_nav-toggle"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </div> </li> </ul> </div> </nav> <div class="navigation__search-language"> <div class="navigation__search-wrapper"> <button type="button" class="navigation__search-btn" data-cmp-hook-navigation="search-btn"> <span class="sprite-icon sprite-icon--corp-search" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#corp-search"></use> </svg> </span> <span class="search-btn__label"></span> <span class="sprite-icon sprite-icon--arrow-next" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </span> </button> <div class="navigation__search" data-cmp-hook-navigation="search"> <div class="search-content-container"> <div class="search-container"> <button type="button" class="drop-menu__link-back" data-cmp-hook-navigation="search-menu-back-btn"> <span class="sprite-icon sprite-icon--arrow-previous" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-previous"> </use> </svg> </span> <span></span> </button> <div class="drop-menu__title"> <span></span> </div> <div class="search-bar" data-autocomplete-url="/content/experience-fragments/websites/agcocorp-v2/int/en/site/header/master/jcr:content/root/agcoheadernav/search_box.solrsuggest.json" data-cmp-initialized="true"> <label for="search-bar"></label> <div class="search-bar__input"> <div class="wd_search_form_container"><form name="basic_search" method="get" action="https://news.agcocorp.com/search-results" class="wd_search_form wd_search_form_basic"><input type="hidden" name="s" value="search_results" /><input type="text" name="query" value="" size="32" placeholder="Search newsroom" title="Search newsroom" /></form> </div> <span class="sprite-icon sprite-icon--search " aria-hidden=""> <svg class="sprite-icon__icon"> <use xlink:href="#search"></use> </svg> </span> <ul class="search-bar__autocomplete" id="search-bar-autocomplete-list" role="listbox" aria-labelledby="search-bar" data-cmp-hook-search-bar="autocomplete"> </ul> <button type="button" class="search-bar__clear" title="Clear search" data-cmp-hook-search-bar="clear"></button> </div> <button class="btn search-bar__btn" data-cmp-hook-search-bar="btn"> <span></span> <span class="sprite-icon sprite-icon--none " aria-hidden=""> <svg class="sprite-icon__icon"> <use xlink:href="#none"></use> </svg> </span> </button> </div> </div> </div> </div> </div> <div class="navigation__language"> <div class="language-selector"> <div class="language-selector__current"> <button type="button" class="navigation__language-btn" data-cmp-hook-navigation="language-selector-btn"> <span class="language-btn__current">EN</span> <span class="sprite-icon sprite-icon--corp-globe" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#corp-globe"></use> </svg> </span> <span class="language-btn__label"></span> <span class="sprite-icon sprite-icon--arrow-next" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </span> </button> </div> <div class="language-selector__countries" data-cmp-hook-navigation="language-selector"> <div class="countries-content-container"> <div class="countries-container"> <button type="button" class="drop-menu__link-back" data-cmp-hook-navigation="language-menu-back-btn"> <span class="sprite-icon sprite-icon--arrow-previous" aria-hidden="true"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-previous"> </use> </svg> </span> <span></span> </button> <div class="drop-menu__title"> <span></span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="bottom-nav" data-cmp-hook-navigation="bottom-nav"> <nav aria-label="Bottom Navigation"> <ul class="menubar" role="menubar"> <li role="none" class=""> <a href="https://news.agcocorp.com/global" role="menuitem" aria-label="Newsroom" target="_self"> <span>Newsroom</span> </a> <div class="wd_nav-toggle"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </div> </li> <li role="none" class="has_children"> <a href="https://news.agcocorp.com/index.php?s=20287" role="menuitem" aria-label="Brands" target="_self"> <span>Brands</span> </a> <div class="wd_nav-toggle"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </div> <p class="wd_dropdown"> <a href="https://news.agcocorp.com/agco-brands" target="_self">AGCO Brands</a> <a href="https://news.agcocorp.com/fendt" target="_self">Fendt</a> <a href="https://news.agcocorp.com/massey-ferguson" target="_self">Massey Ferguson</a> <a href="https://news.agcocorp.com/ptx" target="_self">PTx</a> <a href="https://news.agcocorp.com/valtra" target="_self">Valtra</a> <a href="https://news.agcocorp.com/agco-power" target="_self">AGCO Power</a> <a href="https://news.agcocorp.com/gleaner" target="_self">Gleaner</a> <a href="https://news.agcocorp.com/precision-planting" target="_self">Precision Planting</a> <a href="https://news.agcocorp.com/ptx-trimble" target="_self">PTx Trimble</a> </p> </li> <li role="none" class="has_children"> <a href="https://news.agcocorp.com/index.php?s=20314" role="menuitem" aria-label="Region" target="_self"> <span>Region</span> </a> <div class="wd_nav-toggle"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </div> <p class="wd_dropdown"> <a href="global" target="_self">Global</a> <a href="https://news.agcocorp.com/asia" target="_self">Asia</a> <a href="https://news.agcocorp.com/europe" target="_self">Europe</a> <a href="https://news.agcocorp.com/north-america" target="_self">North America</a> <a href="https://news.agcocorp.com/south-america" target="_self">South America</a> </p> </li> <li role="none" class=""> <a href="https://news.agcocorp.com/gallery" role="menuitem" aria-label="Media Gallery" target="_self"> <span>Media Gallery</span> </a> <div class="wd_nav-toggle"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </div> </li> <li role="none" class=""> <a href="https://news.agcocorp.com/media-contacts" role="menuitem" aria-label="Media Contacts" target="_self"> <span>Media Contacts</span> </a> <div class="wd_nav-toggle"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </div> </li> <li role="none" class=""> <a href="https://news.agcocorp.com/news" role="menuitem" aria-label="News Releases" target="_self"> <span>News Releases</span> </a> <div class="wd_nav-toggle"> <svg class="sprite-icon__icon"> <use xlink:href="#arrow-next"></use> </svg> </div> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> </div> </header> <main class="container responsivegrid maincontent"> <div id="maincontent" class="cmp-container"> <main class="container responsivegrid has-hero"> <div id="container-f46d680b4f" class="cmp-container"> <div class="herogallery carousel"> <div class="hero-gallery " data-cmp-initialized="true"> <div class="hero-gallery__content"> <div class="hero-gallery__container" data-cmp-hook-hero-gallery="container" data-carousel-accessibility-next-slide-message="Proceed to the next slide" data-carousel-accessibility-prev-slide-message="Proceed to the previous slide" data-carousel-accessibility-last-slide-message="This is the final slide" data-carousel-accessibility-first-slide-message="This is the first slide of the carousel" data-carousel-accessibility-slide-label-message="{{index}}/{{slidesLength}}"> <div class="hero-gallery__wrapper" data-cmp-hook-hero-gallery="scrollWrapper"> <div id="section1" class="hero-gallery__slide" data-slide-label="Farmer First" data-cmp-hook-hero-gallery="leadItem"> <div class="herobanner immersivelead"> <div class="immersive-lead immersive-lead__has-cta "> <div class="immersive-lead__image"> <picture> <img src="images/new/interview.jpg" alt="Interview in a farm field."> </picture> </div> <div class="immersive-lead__container"> <div class="immersive-lead__content"> <div class="heading title immersive-lead__title"> <div class="cmp-heading"> <h1 class="immersive-lead__title">News Releases</h1> </div> </div> <div class="immersive-lead__description"> <p></p> </div> </div> <div class="immersive-lead__cta-container"> <div class="cta-list"> </div> </div> </div> </div> </div> </div> <div id="section2" class="hero-gallery__slide"> <div class="wd_breadcrumb"> <a href="https://www.agcocorp.com/" target="_self" class="nav">Home </a><span>/</span> <a href="https://test.mediaroom.com/agco" target="_self" class="nav">Newsroom </a><span>/</span> <a href="https://news.agcocorp.com/news" target="_self" class=nav>News Releases</a> </div> <div id="wd_printable_content"> <div class="wd_newsfeed_releases-detail"> <div class="wd_title wd_language_left">AGCO Tech Days 2024 to Showcase Innovation Across the Crop Cycle Serving Farmers with Mixed Fleets Globally</div> <div class="wd_toolbar wd_toolbar-detail"><ul class="wd_tools"><li class="wd_tool wd_tool-socialshare_facebook"><span class="wd_tool_icon"> <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fnews.agcocorp.com%2Findex.php%3Fs%3D20295%26item%3D122630" target="_blank" title="Facebook Share" style="background-color:#4267B2;"> <span class="fa fa-facebook"></span> <span class="wd_sr-only wd_sr-only-focusable">Share this page on Facebook</span> </a> </span></li><li class="wd_tool wd_tool-socialshare_linkedin"><span class="wd_tool_icon"> <a href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fnews.agcocorp.com%2Findex.php%3Fs%3D20295%26item%3D122630" target="_blank" title="Linkedin Share" style="background-color:#0077B5;"> <span class="fa fa-linkedin"></span> <span class="wd_sr-only wd_sr-only-focusable">Share this page on LinkedIn</span> </a> </span></li><li class="wd_tool wd_tool-socialshare_twitter"><span class="wd_tool_icon"> <a href="https://twitter.com/share?url=https%3A%2F%2Fnews.agcocorp.com%2Findex.php%3Fs%3D20295%26item%3D122630" target="_blank" title="Twitter Share" style="background-color:#000;"> <span class="fa fa-twitter"></span> <span class="wd_sr-only wd_sr-only-focusable">Share this page on Twitter</span> </a> </span></li><li class="wd_tool wd_tool-email"><span class="wd_tool_icon"><a onclick="window.location.href = 'mailto:?subject=AGCO%20Tech%20Days%202024%20to%20Showcase%20Innovation%20Across%20the%20Crop%20Cycle%20Serving%20Farmers%20with%20Mixed%20Fleets%20Globally%20-%20Jun%2021%2C%202024&amp;body='+encodeURIComponent(window.location.href);return false;" href="#email" title="Email the URL of this page to a friend"><span class="fa fa-envelope"></span><span class="wd_sr-only wd_sr-only-focusable">Email the URL of this page to a friend</span></a></span></li></ul></div> <div wd_move_after=".wd_body &gt; p ~ p|.wd_body &gt; p"> <div class="wd_asset_modal wd_asset_modal_main" style="display:none;"> <ul class="wd_layout-slideshow wd_asset_slideshow_list wd_asset_slideshow_main_list"> <li class="wd_asset_slideshow wd_asset_type_117 wd_asset_117-19666" wd_item_hash="assets_117:19666" wd_ajax_url="https://news.agcocorp.com/news?gallery=19666&ajax=ajax&op=modal"> </li> </ul> </div> <ul class="wd_layout-masonry wd_asset_list wd_asset_inline_list"> <li class="wd_asset_inline wd_item wd_asset_type_117 wd_asset_117-19666"> <div class="wd_gallery_asset" wd_resize="adjustEqualHeight" wd_min_ratio="16:9"> <div class="wd_asset_image"> <div> <img src="https://mma.prnewswire.com/media/2444893/AGCO_North_America_Tech_Day_2023.jpg?w=600" title="AGCO North America Tech Day 2023" border="0"/> </div> </div> <div class="wd_icon_overlay"> <a href="https://news.agcocorp.com/2024-06-21-AGCO-Tech-Days-2024-to-Showcase-Innovation-Across-the-Crop-Cycle-Serving-Farmers-with-Mixed-Fleets-Globally#assets_117:19666" class="wd_link_underlay" tabindex="-1"></a> <div> <div class="wd_icon_container"><a href="https://news.agcocorp.com/2024-06-21-AGCO-Tech-Days-2024-to-Showcase-Innovation-Across-the-Crop-Cycle-Serving-Farmers-with-Mixed-Fleets-Globally#assets_117:19666"><span class="fa fa-search-plus"></span><span class="wd_sr-only wd_sr-only-focusable">View File</span></a> <a href="https://mma.prnewswire.com/media/2444893/AGCO_North_America_Tech_Day_2023.jpg?p=original" target=""><span class="fa fa-download"></span><span class="wd_sr-only wd_sr-only-focusable">Download File</span></a></div> </div> </div> <div class="wd_title_overlay"> AGCO North America Tech Day 2023 </div> </div> </li> </ul> </div> <style type="text/css"> /* Style Definitions */ span.prnews_span { font-size:8pt; font-family:"Arial"; color:black; } a.prnews_a { color:blue; } li.prnews_li { font-size:8pt; font-family:"Arial"; color:black; } p.prnews_p { font-size:0.62em; font-family:"Arial"; color:black; margin:0in; } span.prnews_span{ font-size:inherit; font-family:inherit; } li.prnews_li{ font-size: inherit; font-family: inherit; } p.prnews_p{ font-size: inherit; font-family: inherit; } div.wd_news_body img { margin: 0 0 20px 20px; float:right; max-width: 250px; max-height: 250px; width: auto !important; height: auto !important; } div.PRN_ImbeddedAssetReference{ display: none; } div[id^="prni_dvprne"]{ display: none; } </style> <div class="wd_body wd_news_body" wd_resize="formatNews" wd_print_url="https://news.agcocorp.com/2024-06-21-AGCO-Tech-Days-2024-to-Showcase-Innovation-Across-the-Crop-Cycle-Serving-Farmers-with-Mixed-Fleets-Globally?printable=1"> <p><span class="legendSpanClass"><span class="xn-location">DULUTH, Ga.</span></span>, <span class="legendSpanClass"><span class="xn-chron">June 21, 2024</span></span> /<a href="http://www.prnewswire.com/" target="_blank">PRNewswire</a>/ -- AGCO Corporation (NYSE: AGCO), a global leader in the design, manufacture and distribution of agricultural machinery and precision ag technology, is preparing for its annual Tech Days in <span class="xn-location">North America</span> on <span class="xn-chron">June 26</span> and 27, 2024. The event will highlight AGCO's commitment to farmer-focused solutions for the mixed fleet. Those solutions are delivered through a distinguished brand portfolio, including Fendt®, Massey Ferguson®, Valtra and the newest leading precision ag brand, PTx.</p> <div class="PRN_ImbeddedAssetReference" id="DivAssetPlaceHolder1"> <p> <a href="https://mma.prnewswire.com/media/2444893/AGCO_North_America_Tech_Day_2023.html" target="_blank" rel="nofollow"> <img src="https://mma.prnewswire.com/media/2444893/AGCO_North_America_Tech_Day_2023.jpg" title="AGCO North America Tech Day 2023 in Kentucky" alt="AGCO North America Tech Day 2023 in Kentucky"/> </a> </p> </div> <p>&quot;Managing a farm is complicated, managing the right machine and technology for the job shouldn't be,&quot; said <span class="xn-person">Eric Hansotia</span>, AGCO's Chairman, President and Chief Executive Officer. &quot;AGCO is unique in offering differentiated equipment brands to serve all farmers' needs and the only company that can effectively retrofit almost any make or model of equipment with technology that will lead to higher yields with fewer inputs. This is how we have consistently put Farmers First for years.&quot;</p> <p>AGCO Tech Days 2024 is a testament to the company's mixed fleet and retrofit-first mindset, demonstrating technology solutions to serve almost any brand a farmer operates. The Farm Office Station will emphasize the importance of managing mixed fleets, showcasing machines and technology, including the Fendt Rogator<sup>®</sup> 900, the Massey Ferguson 5S equipped with PTx Trimble guidance and Precision Planting's Panorama™. AGCO will also demonstrate its fully autonomous grain cart, baler and tillage equipment, as well as automated targeted spraying solutions and much more. The event will highlight the integration of AGCO and Trimble's next-generation ag technologies for farmers and original equipment manufacturers (OEMs), which include solutions for every season and crop and will underscore the potential of generative Artificial Intelligence (AI) in agriculture.</p> <p>AGCO's PTx brand represents the full precision ag portfolio and is the company's latest investment in technology and innovation. It builds on AGCO's strong equipment and technology brands already established around the world that farmers and OEMs have come to rely on.</p> <p>The premium Fendt brand exemplifies excellence and innovation and is expanding to serve farmers beyond <span class="xn-location">Europe</span>, with rapid growth in North and <span class="xn-location">South America</span>. Massey Ferguson has been serving farmers for more than 175 years and remains the global choice for straightforward, dependable and accessible ag equipment. Valtra equipment, steeped in Nordic heritage, is known for its hard-working, reliable, versatile and easy-to-use products serving global farmers with a strong presence in northern <span class="xn-location">Europe</span> and <span class="xn-location">Latin America</span>.</p> <p>&quot;Each brand's unique value proposition and strategic fit within industry segments reinforces AGCO's vision to be the trusted partner for industry-leading, smart farming solutions – a steadfast vision in the making since AGCO was founded just 34 years ago,&quot; said Hansotia. &quot;We are taking our entire portfolio to farmers in a unique way. This includes offerings from equipment dealers, specialized and differentiated precision ag retrofit dealers, and PTx technology solutions that can come factory fit for OEMs and AGCO leading brands Fendt, Massey Ferguson and Valtra. Our offerings are further enhanced by FarmerCore, a new distribution model in North and <span class="xn-location">South America</span> taking the business from brick and mortar stores to the farm, which is where and how farmers want to be served.&quot;</p> <p>Threaded throughout AGCO's entire portfolio are precision ag and clean technology solutions that help farmers more sustainably feed the world today and far into the future. Growing for the future is also the focus of AGCO Finance, AGCO's financing provider, as it works with dealers around the world to provide farmers tailored and flexible solutions.</p> <p>AGCO will host an investor conference as part of Tech Days activities. The event will begin at <span class="xn-chron">5:15 p.m. Mountain Time</span> on <span class="xn-chron">June 26, 2024</span>. Investors may listen to a live webcast of the presentation by accessing the &quot;Events&quot; section of the company's Investor Relations website at <a href="https://c212.net/c/link/?t=0&amp;l=en&amp;o=4196255-1&amp;h=4169224003&amp;u=https%3A%2F%2Finvestors.agcocorp.com%2Fevents-and-presentations%2Fupcoming-events&amp;a=https%3A%2F%2Finvestors.agcocorp.com%2Fevents-and-presentations%2Fupcoming-events" target="_blank" rel="nofollow">https://investors.agcocorp.com/events-and-presentations/upcoming-events</a>. The webcast will also be archived immediately afterwards for 12 months.</p> <p><b>About AGCO</b> <br/>AGCO (NYSE: AGCO) is a global leader in the design, manufacture and distribution of agricultural machinery and precision ag technology. AGCO delivers value to farmers and OEM customers through its differentiated brand portfolio including core brands like Fendt®, GSI®, Massey Ferguson®, PTx and Valtra®. AGCO's full line of equipment, smart farming solutions and services helps farmers sustainably feed our world. Founded in 1990 and headquartered in Duluth, <span class="xn-location">Georgia, USA</span>, AGCO had net sales of approximately $14.4 billion in 2023. For more information, visit <a href="https://c212.net/c/link/?t=0&amp;l=en&amp;o=4196255-1&amp;h=1855791004&amp;u=https%3A%2F%2Fwww.agcocorp.com%2F&amp;a=www.agcocorp.com" target="_blank" rel="nofollow">www.agcocorp.com</a>. For company news, information, and events, please follow us on X: @AGCOCorp. For financial news on X, please follow the hashtag #AGCOIR. </p> <div class="PRN_ImbeddedAssetReference" id="DivAssetPlaceHolder2"> <p> <a href="https://mma.prnewswire.com/media/2354035/AGCO_Red_Black_Logo.html" target="_blank" rel="nofollow"> <img src="https://mma.prnewswire.com/media/2354035/AGCO_Red_Black_Logo.jpg" title="AGCO Red and Black Logo; Your Agriculture Company (PRNewsfoto/AGCO Corporation)" alt="AGCO Red and Black Logo; Your Agriculture Company (PRNewsfoto/AGCO Corporation)"/> </a> </p> </div> <p>SOURCE AGCO Corporation</p></div> <div class="wd_contact"> Aryn Drawdy, Corporate Communications Director, Aryn.Drawdy@AGCOcorp.com</div> <ul class="wd_layout-inline wd_category_link_list"><li class="wd_category_link"><a href="https://news.agcocorp.com/brands-agco">AGCO</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/brands-fendt">Fendt</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/brands-massey-ferguson">Massey Ferguson</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/brands-valtra">Valtra</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/region-north-america">North America</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/topics-crop-care-agronomy">Crop Care/Agronomy</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/topics-precision-agriculture-technology">Precision Agriculture & Technology</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/topics-professional-farmer">Professional Farmer</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/topics-smart-farming">Smart Farming</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/topics-sustainability">Sustainability</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/topics-technology">Technology</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/products-tractors-and-implements">Tractors & Implements</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/products-combine-harvesters">Combine Harvesters</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/products-hay-and-forage">Hay & Forage</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/products-application-equipment">Application Equipment</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/products-crop-care-seeding-and-tillage">Crop Care/Seeding & Tillage</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/products-precision-farming">Precision Farming</a></li><li class="wd_category_link"><a href="https://news.agcocorp.com/brands-PTx">PTx</a></li></ul> <div class="extra-tools"> <div class="wd_pdf_link"><a href="https://news.agcocorp.com/2024-06-21-AGCO-Tech-Days-2024-to-Showcase-Innovation-Across-the-Crop-Cycle-Serving-Farmers-with-Mixed-Fleets-Globally?asPDF">PDF Download</a></div> <a class="print-link" onclick="view_printable(); return false;" rel="nofollow" href="#print" title="print">Print Friendly Format</a> </div> <!-- ITEMDATE: 2024-06-21 08:00:00 EDT --> </div> </div> </div> </div> <span class="aria-notification sr-only" aria-live="polite" aria-atomic="true">1/7</span> </div> </div> </div> </div> </div> </main> <main class="container responsivegrid maincontent"> <div id="container-27213a5a34" class="cmp-container"> </div> </main> </div> </main> <footer class="experiencefragment"> <div id="experiencefragment-d4cad34885" class="cmp-experiencefragment cmp-experiencefragment--footer"> <div id="container-0bc74f478e" class="cmp-container"> <div class="footercomp"> <footer class="footer-v2"> <div class="footer-v2__content " id="footer-2003567795"> <!--logo, social, country dropdown--> <div class="footer-v2__misc"> <div class="footer-v2__misc-content"> <div class="footer-v2__logo"> <a href="http://www.agcocorp.com/us/en/home.html" class="footer-v2__logo-link"> <picture> <img class="footer-v2-image" id="45b3578b-e363-4976-aa30-5dbde8b3b7a2" src="images/AGCO-Red-White-HF.avif" alt="AGCO - Your Agriculture Company" title="agco_logo_type" width="200" height="120"> </picture> </a> </div> <!--/logo--> </div> <!--/misc-content--> </div> <!--/misc--> <div class="footer-v2__nav-header-section"> <div class="footer-v2__header-description"> <div class="footer-v2__header"> AGCO is a global leader in the design, manufacture and distribution of agricultural machinery and precision ag technology. </div> <div class="footer-v2__description"> <p>AGCO delivers value to farmers and OEM customers through its differentiated brand portfolio including leading brands like Fendt®, Massey Ferguson®, PTx and Valtra®. AGCO's full line of equipment, smart farming solutions and services helps farmers sustainably feed our world..</p> </div> <div class="footer-v2__social-links-section"> <h2 class="footer-v2__nav-header">FOLLOW AGCO</h2> <ul class="footer-v2__social"> <li class="footer-v2social-item"> <a class="footer-v2__social-item" target="_blank" href="https://www.facebook.com/AGCOcorp"> <img class="footer-v2__social-img" src="images/FBLogo.png" alt="FaceBook"> </a> </li> <li class="footer-v2social-item"> <a class="footer-v2__social-item" target="_blank" href="https://x.com/agcocorp"> <img class="footer-v2__social-img" src="images/XLogo.png" alt="X"> </a> </li> <li class="footer-v2social-item"> <a class="footer-v2__social-item" target="_blank" href="https://www.linkedin.com/company/agco-corporation/"> <img class="footer-v2__social-img" src="images/LinkedIn.png" alt="LinkedIn"> </a> </li> <li class="footer-v2social-item"> <a class="footer-v2__social-item" target="_blank" href="https://www.instagram.com/agcocorp/"> <img class="footer-v2__social-img" src="images/InstaLogo.png" alt="Instagram"> </a> </li> <li class="footer-v2social-item"> <a class="footer-v2__social-item" target="_self" href="https://www.youtube.com/user/agcocorp"> <img class="footer-v2__social-img" src="images/YTLogo.png" alt="YouTube"> </a> </li> </ul> </div> </div> <nav class="footer-v2__nav"> <div class="footer-v2__nav-content"> <div class="footer-v2__nav-column"> <h2 class="footer-v2__nav-header"> BROWSE AGCO </h2> <ul class="footer-v2__nav-list footer-v2__nav-list-multi-col"> <li> <ul> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Brands &amp; Solutions" href="http://www.agcocorp.com/us/en/home/brands-and-solutions.html">Brands &amp; Solutions</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Precision Agriculture" href="http://www.agcocorp.com/us/en/home/precision-agriculture.html">Precision Agriculture</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Sustainability" href="http://www.agcocorp.com/us/en/home/sustainability.html">Sustainability</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="About Us" href="http://www.agcocorp.com/us/en/home/about-us.html">About Us</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="News" href="https://news.agcocorp.com/" target="_blank">News</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Find a Dealer" href="http://www.agcocorp.com/us/en/home/find-a-dealer.html">Find a Dealer</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Investors" href="https://investors.agcocorp.com/" target="_blank">Investors</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Contact" href="http://www.agcocorp.com/us/en/home/contact.html">Contact</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Facilities List" href="http://www.agcocorp.com/us/en/home/contact/facilities-list.html">Facilities List</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Merchandise" href="http://www.agcocorp.com/us/en/home/merchandise.html">Merchandise</a> </li> </ul> </li> </ul> </div> <div class="footer-v2__nav-column"> <h2 class="footer-v2__nav-header"> Products </h2> <ul class="footer-v2__nav-list footer-v2__nav-list-multi-col"> <li> <ul> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Smart Farming" href="http://www.agcocorp.com/us/en/home/precision-agriculture.html">Smart Farming</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Tractors" href="http://www.agcocorp.com/us/en/home/brands-and-solutions/tractors.html">Tractors</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Harvesting" href="http://www.agcocorp.com/us/en/home/brands-and-solutions/harvesting.html">Harvesting</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Hay &amp; Forage" href="http://www.agcocorp.com/us/en/home/brands-and-solutions/hay-and-forage.html">Hay &amp; Forage</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Crop Care &amp; Nutrient Management" href="http://www.agcocorp.com/us/en/home/brands-and-solutions/crop-care-and-nutrient-management.html">Crop Care &amp; Nutrient Management</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Planting &amp; Soil Preparation" href="http://www.agcocorp.com/us/en/home/brands-and-solutions/planting-and-soil-preparation.html">Planting &amp; Soil Preparation</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Material Handling" href="http://www.agcocorp.com/us/en/home/brands-and-solutions/material-handling.html">Material Handling</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Power Generation" href="http://www.agcocorp.com/us/en/home/brands-and-solutions/power-generation.html">Power Generation</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Water Management" href="http://www.agcocorp.com/us/en/home/brands-and-solutions/water-management.html">Water Management</a> </li> <li class="footer-v2__nav-list-item"> <a class="footer-v2__nav-link" title="Engines" href="http://www.agcocorp.com/us/en/home/brands-and-solutions/engines.html">Engines</a> </li> </ul> </li> </ul> </div> </div> <!--/nav-content--> </nav> </div> </div> <!--legal - two options: Link on left (default) or right (desktop only)--> <div class="footer-v2__legal footer-v2__legal--left"> <div class="footer-v2__legal-content"> <!--logo--> <div class="footer-v2__legal-logo"> </div> <!--/legal-logo--> <!--links--> <ul class="footer-v2__legal-links"> <li class="footer-v2__legal-link-item"> <a href="http://www.agcocorp.com/us/en/home/privacy-center.html" class="footer-v2__legal-link" aria-label="Privacy Center">Privacy Center</a> </li> <li class="footer-v2__legal-link-item"> <a href="http://www.agcocorp.com/us/en/home/privacy-center/terms-of-use/terms-of-use-en.html" class="footer-v2__legal-link" aria-label="Terms of Use">Terms of Use</a> </li> <li class="footer-v2__legal-link-item"> <a href="http://www.agcocorp.com/us/en/home/privacy-center/privacy-statement/privacy-statement-en.html" class="footer-v2__legal-link" aria-label="Privacy Statement">Privacy Statement</a> </li> <li class="footer-v2__legal-link-item"> <a href="http://www.agcocorp.com/us/en/home/privacy-center/cookie-policy/cookie-policy-en.html" class="footer-v2__legal-link" aria-label="Cookie Policy">Cookie Policy</a> </li> <li class="footer-v2__legal-link-item"> <a href="http://www.agcocorp.com/us/en/home/privacy-center/california-notice-at-collection.html" class="footer-v2__legal-link" aria-label="California Notice at Collection">California Notice at Collection</a> </li> <li class="footer-v2__legal-link-item"> <a href="http://www.agcocorp.com/us/en/home/privacy-center/do-not-sell.html" class="footer-v2__legal-link" aria-label="Do Not Sell or Share my Information">Do Not Sell or Share my Information</a> </li> <li class="footer-v2__legal-link-item"> <a href="http://www.agcocorp.com/us/en/home/about-us/supply-chain-sustainability/slavery-and-human-trafficking-statement.html" class="footer-v2__legal-link" aria-label="Slavery and Human Trafficking Statement">Slavery and Human Trafficking Statement</a> </li> <li class="footer-v2__legal-link-item"> <a href="https://careers.agcocorp.com/" class="footer-v2__legal-link" aria-label="Careers">Careers</a> </li> </ul> <!--/legal-links--> <!--text--> <div class="footer-v2__legal-copy"> <p>Copyright© 2025 AGCO Corporation.&nbsp; All Rights Reserved</p> </div> <!--/legal-copy--> </div> <!--/legal-content--> </div> <!--/legal--> </footer> </div> </div> </div> </footer> </div> </div> <script src="js/jquery.min.cee8557e8779d371fe722bbcdd3b3eb7.js"></script> <script src="js/clientlib-agcocorpv2-site.min.fbf65918955652af240b1371201fed2.js"></script> <script src="js/container.min.1197d358a0a463b3e0891f4ed50e4864.js"></script> <script src="js/csrf.min.652a558c3774088b61b0530c184710d1.js"></script> <script src="js/utils.min.4a192b590a2c2926fb000264370c0588.js"></script> <script src="js/granite.min.543d214c88dfa6f4a3233b630c82d875.js"></script> <script src="js/jquery.min.dd9b395c741ce2784096e26619e14910.js"></script> <script src="js/clientlib-base.min.ec64f6641530148e373927baf0b45b67.js"></script> <script src="js/wd_script.js"></script> <!-- AEM 6.3 --> <script type="text/javascript" id=""> var __dispatched__ = {}, __i__ = self.postMessage && setInterval(function() { if (self.PrivacyManagerAPI && __i__) { var b = { PrivacyManagerAPI: { action: "getConsentDecision", timestamp: (new Date).getTime(), self: self.location.host } }; self.top.postMessage(JSON.stringify(b), "*"); __i__ = clearInterval(__i__) } }, 50); self.addEventListener("message", function(b, a) { try { if (b.data && (a = JSON.parse(b.data)) && (a = a.PrivacyManagerAPI) && a.capabilities && "getConsentDecision" == a.action && !a.from) { var d = self.PrivacyManagerAPI.callApi("getGDPRConsentDecision", self.location.host) .consentDecision; console.log("Received new decision: " + d); d && d.forEach(function(c) { __dispatched__[c] || (self.dataLayer && self.dataLayer.push({ event: "GDPR Pref Allows " + c }), __dispatched__[c] = 1) }) } } catch (c) {} }); </script><iframe id="_hjSafeContext_49472792" title="_hjSafeContext" tabindex="-1" aria-hidden="true" src="acgo_files/a.html" style="display: none !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important;"></iframe> <script src="js/jquery-3.4.1.min.js"></script> <script> $(document).ready(function() { // NAV function closeAllMenus() { $('body').removeClass('navigation-open'); $('.navigation__top-nav').removeClass('active-menu'); $('.top-nav .drop-menu').removeClass('open'); $('.top-nav .drop-menu > button').attr('aria-expanded', false); $('.navigation__top-nav, .navigation__search').removeClass('active-search'); } function openMenu(topMenu) { $('body').addClass('navigation-open'); $('.navigation__top-nav').addClass('active-menu'); topMenu.addClass('open'); topMenu.find('> button').attr('aria-expanded', true); } // NAV ITEM $('.top-nav .drop-menu').on('click', function(e) { e.preventDefault(); e.stopPropagation(); var topMenu = $(this) closeAllMenus(); openMenu(topMenu) }); // SEARCH $('.navigation__top-nav .navigation__search-btn').on('click', function () { closeAllMenus(); $('body').addClass('navigation-open'); $('.navigation__top-nav, .navigation__search').addClass('active-search'); }); // CLOSE ON WINDOW CLICK $(document).on('click', function(e) { if (!$(e.target).closest('.top-nav').length && !$(e.target).closest('.drop-menu__content').length) { $('.navigation__top-nav, .navigation__search').removeClass('active-search'); closeAllMenus(); } }); $('.drop-menu__content').on('click', function(e) { e.stopPropagation(); }); // MOBILE $('.drop-menu__link-back').on('click', function () { closeAllMenus(); }); $('.open-mobile-menu-btn').on('click', function () { closeAllMenus(); $('body').addClass('navigation-no-scroll'); $('.navigation-container').addClass('open'); }); $('.close-mobile-menu-btn').on('click', function () { closeAllMenus(); $('body').removeClass('navigation-no-scroll'); $('.navigation-container').removeClass('open'); }); $('.hero-gallery-pagination-bullet').on('click', function () { $('.hero-gallery-pagination-bullet').removeClass('hero-gallery-pagination-bullet-active'); $(this).addClass('hero-gallery-pagination-bullet-active'); }); // SCROLL let $stickyElement = $('.bottom-nav'); let stickyOffset = $stickyElement.offset().top; $(window).on('scroll', function() { if ($(window).scrollTop() >= stickyOffset) { if (!$stickyElement.hasClass('wd_sticky')) { $stickyElement.addClass('wd_sticky'); // $placeholder.show(); } } else { if ($stickyElement.hasClass('wd_sticky')) { $stickyElement.removeClass('wd_sticky'); // $placeholder.hide(); } } }); // Function to close all dropdown menus function closeBottomMenus() { $('.bottom-nav .menubar > li.has_children').removeClass('wd_open'); } function openBottomMenu(bottomMenu) { bottomMenu.addClass('wd_open'); } // Click event handler for nav items $('.bottom-nav .menubar > li.has_children').on('click', function(e) { console.log($(this)); e.preventDefault(); e.stopPropagation(); var bottomMenu = $(this) // If the clicked menu is already open, close it if ( $(this).hasClass('wd_open') ) { closeBottomMenus(); openBottomMenu(bottomMenu) } else { // Close any open menus closeBottomMenus(); // Open the clicked menu openBottomMenu(bottomMenu) } }); // Click event handler for the document to detect clicks outside the navbar and dropdowns $(document).on('click', function(e) { if (!$(e.target).closest('.bottom-nav .menubar > li.has_children').length && !$(e.target).closest('.wd_dropdown').length) { closeBottomMenus(); } }); // Prevent clicks inside the dropdown menu from closing the menu $('.wd_dropdown').on('click', function(e) { e.stopPropagation(); }); // SEARCH $('.search-bar__clear').on('click', function() { $(this).closest('.search-bar__input').find('input[name="query"]').val(''); }); $('.wd_search_form select').wrap(`<div class="wd_select"></div>`); $('.wd_nav-toggle').on('click', function () { $(this).toggleClass('wd_open'); $('+ .wd_dropdown', this).slideToggle('fast'); }); }); </script> <!-- begin spin_special_output(body_end) --> <script wd_script_id="piwik_tracking_code"></script> <!-- Piwik Tracking Code --> <script type="text/javascript"> var _paq = _paq || []; _paq.push(["setCustomVariable", 4, "News Release Feed ID", "202406210800PR_NEWS_USPR_____CL45147", "page"]); _paq.push(["setCustomVariable", 1, "Content Type", "News Releases Feed", "page"]); _paq.push(["setCustomVariable", 3, "Navigation Page", "News Releases", "page"]); _paq.push(["trackPageView"]); _paq.push(["enableLinkTracking"]); (function() { var u="//stats.drivetheweb.com/"; _paq.push(["setTrackerUrl", u+"piwik.php"]); _paq.push(["setSiteId", 6942]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.defer=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); })(); </script> <noscript> <img src="https://stats.drivetheweb.com/piwik.php?idsite=6942&rec=1" style="border:0" alt="" /> </noscript> <!-- End Piwik Tracking Code --> <!-- end spin_special_output(body_end) --> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'913646b63eb2fd81',t:'MTczOTgwMDUzOS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10