$(document).ready(function(){$(".pdak-power-claim.js-claim1").click(function(){$(this).toggleClass("open");$(".pdak-power-claim.js-claim2").removeClass("open");$(".pdak-power-claim.js-claim3").removeClass("open")});$(".pdak-power-claim.js-claim2").click(function(){$(this).toggleClass("open");$(".pdak-power-claim.js-claim1").removeClass("open");$(".pdak-power-claim.js-claim3").removeClass("open")});$(".pdak-power-claim.js-claim3").click(function(){$(this).toggleClass("open");$(".pdak-power-claim.js-claim2").removeClass("open");$(".pdak-power-claim.js-claim1").removeClass("open")});$(".pdak-power-claim.js-claim").click(function(){$(this).toggleClass("open")});$("#klg-wrapper").prepend($(".klg-hero-full-width-tall"));$("#klg-wrapper").prepend($(".klg-hero-full-width-short"));var a=document.getElementsByClassName("klg-hero-full-width-tall");if(a.length>0){$("head").append('')}var a=document.getElementsByClassName("klg-hero-full-width-short");if(a.length>0){$("head").append('')}});