$(function () { $('[data-toggle="tooltip"]').tooltip({ animated: 'fade' //trigger: 'click' }); }) // ##### Customized Tooltip ##### $(function () { if (typeof $.fn.tooltip.Constructor === 'undefined') { throw new Error('Bootstrap Tooltip must be included first!'); } var Tooltip = $.fn.tooltip.Constructor; // add customClass option to Bootstrap Tooltip $.extend( Tooltip.Default, { customClass: '' }); var _show = Tooltip.prototype.show; Tooltip.prototype.show = function () { // invoke parent method _show.apply(this,Array.prototype.slice.apply(arguments)); if ( this.config.customClass ) { var tip = this.getTipElement(); $(tip).addClass(this.config.customClass); } }; }) $(document).ready(function(){ $('.white-tooltip').tooltip(); }); // ##### POPOVER ##### --> $(function(){ $("[data-toggle=popover]").popover({ trigger: 'hover', html : true, content: function() { var content = $(this).attr("data-popover-content"); return $(content).children(".popover-body").html(); }, title: function() { var title = $(this).attr("data-popover-content"); return $(title).children(".popover-heading").html(); } }); }); // ##### Back to top #### $(document).ready(function(){ $('#back-to-top').click(function () { $('body,html').animate({ scrollTop: 0 }, 1200); return false; }); }); $(document).on('click', 'a[href^="#box"]', function (event) { event.preventDefault(); $('html, body').animate({ scrollTop: $($.attr(this, 'href')).offset().top - 70 }, 800); }); -->

America’s Cup: BGH, the zero-emission hydrogen-powered chase boat alongside the successful American Magic

Bluegame, Italian excellence in shipbuilding, part of the Sanlorenzo Group, has built the
BGH-HSV (Hydrogen Support Vessel) to American Magic, the chase boat to American
Magic, the challenger team in the 37 th edition of the America's Cup.

The chase boat was designed following the strict requirements of the America's Cup
Protocol and it literally flies on foils at 50 knots alongside American Magic's AC75 on the
racecourse. It is powered exclusively by hydrogen, making it zero-emission, with a range
of 180 miles.

The use of hydrogen as the sole propulsion system marks an important milestone in
sustainable technology, not only for Bluegame and the Sanlorenzo Group, pioneers in the
journey towards carbon neutrality, but for the entire recreational boating industry.