{"id":160464,"date":"2024-05-09T09:34:16","date_gmt":"2024-05-09T07:34:16","guid":{"rendered":"https:\/\/www.secowarwick.com\/seco-tech\/"},"modified":"2025-01-20T07:40:24","modified_gmt":"2025-01-20T06:40:24","slug":"seco-tech","status":"publish","type":"page","link":"https:\/\/www.secowarwick.com\/en\/rd\/seco-tech\/","title":{"rendered":"SECO\/TECH"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;hero section&#8221; module_class=&#8221;rd-2024-secotech-hero-section&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; background_enable_image=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; module_class=&#8221;rd-2024-secotech-hero-section-wiersz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;rd-2024-secotech-hero-kolumna-lewa&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;rd-2024-secotech-hero-title&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Titillium Web||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; header_font=&#8221;TitilliumWeb Black||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>SECO\/TECH<\/h1>\n<p>SECO\/TECH is a place where advanced thermal and thermo-chemical processes are performed. Tests, trials and commercial processes are all carried out in SECO\/WARWICK furnaces.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Titillium Web||||||||&#8221; text_text_color=&#8221;#b5b5b5&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Each process is monitored online and archived upon completion.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;rd-2024-secotech-hero-kolumna-prawa&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/05\/sectech-header.png&#8221; alt=&#8221;SECO\/TECH&#8221; module_class=&#8221;rd-2024-secotech-hero-obraz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;off|desktop&#8221; _builder_version=&#8221;4.23.1&#8243; background_color=&#8221;#000000&#8243; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;50px|0|50px|0&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;off|desktop&#8221; module_class=&#8221;rd-wiersz rs-secotech-wiersz-uslugi-intro&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\"><\/script><!-- [et_pb_line_break_holder] -->\t\t    <script><!-- [et_pb_line_break_holder] -->\t\tfunction changeBackground(){<!-- [et_pb_line_break_holder] -->    let windowHeight = window.innerHeight \/ 2;<!-- [et_pb_line_break_holder] -->    let zyly = document.getElementsByClassName('zyla');<!-- [et_pb_line_break_holder] -->    for (let item of zyly) {<!-- [et_pb_line_break_holder] -->       let itemPosition = item.getBoundingClientRect();<!-- [et_pb_line_break_holder] -->       let bottom = itemPosition.bottom;<!-- [et_pb_line_break_holder] -->       let top = itemPosition.top;<!-- [et_pb_line_break_holder] -->       let height = itemPosition.height;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->       if( top <= windowHeight){<!-- [et_pb_line_break_holder] -->          let percent = '100';<!-- [et_pb_line_break_holder] -->          if(bottom >= windowHeight){<!-- [et_pb_line_break_holder] -->             percent =  (windowHeight - top) \/ height * 100;<!-- [et_pb_line_break_holder] -->          }<!-- [et_pb_line_break_holder] -->          $(item).css('background-image', 'linear-gradient(to bottom, red ' + percent + '%' +', rgba(0,0,0,0) ' + percent + '%'  );<!-- [et_pb_line_break_holder] -->       }else{<!-- [et_pb_line_break_holder] -->          $(item).css('background-image', '');<!-- [et_pb_line_break_holder] -->       }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$(window).scroll( function() {<!-- [et_pb_line_break_holder] -->    changeBackground();<!-- [et_pb_line_break_holder] -->})<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$( document ).ready(function() {<!-- [et_pb_line_break_holder] -->          changeBackground();<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->\t\t<\/script>[\/et_pb_code][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/04\/sciezki-pod-sliderem-1.png&#8221; alt=&#8221;R&#038;D SECO\/WARWICK&#8221; module_class=&#8221;zyla&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;background-color:rgba(139,126,126,1);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;US\u0141UGI OBR\u00d3BKI CIEPLNEJ&#8221; module_class=&#8221;rd-2024-secotech-uslugi&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;TitilliumWeb Black|||on|||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; header_2_font=&#8221;TitilliumWeb Black||||||||&#8221; header_2_text_color=&#8221;#dc291e&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">HEAT TREATMENT SERVICES<\/h2>\n<p style=\"text-align: center;\">ON SITE, we perform these processes quickly, efficiently and with appropriate quality:<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/04\/sciezki-nad-brain.png&#8221; alt=&#8221;R&#038;D SECO\/WARWICK&#8221; title_text=&#8221;plik-tla&#8221; module_class=&#8221;zyla nad-cab&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;background-color:rgba(139,126,126,1);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; module_class=&#8221;rd-wiersz rd-secotech-wiersz-kwadraty&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;rd-secotech-kolumna-kwadraty-lewa&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;rd-2024-secotech-opis-tresc red-hash-list-parent&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Titillium Web||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>CAB (Controlled Atmosphere Brazing) &#8211; aluminum and aluminum alloys brazing in a protective atmosphere.<\/li>\n<li>VAB (Vacuum Aluminum Brazing) &#8211; aluminum and aluminum alloys brazing in vacuum.<\/li>\n<li>Vacuum brazing at a vacuum level of 1&#215;10<sup>-5<\/sup><\/li>\n<li>LPC (Low Pressure Carburizing) &#8211; vacuum carburizing in the temperature range of 860-1150\u00b0C using four mixtures of process gases and working pressures in the range of 0.1 \u00f7 10 mbar with the possibility of performing the PreNit operation (400 \u00f7 700\u00b0C).<\/li>\n<li>SPF (Single Piece Flow) &#8211; vacuum heat treatment and LPC vacuum carburizing of single parts in a flow system with 4D Quench\u00ae gas hardening for dedicated round components (gears, bearing raceways, etc.).<\/li>\n<li>LPCN (Low Pressure Carbonitriding) &#8211; vacuum carbonitriding.<\/li>\n<li>LPN (Low Pressure Nitriding) &#8211; vacuum nitriding in the gas nitriding temperature range.<\/li>\n<li>HTSN (High Temperature Solution Nitriding) &#8211; high temperature nitriding.<\/li>\n<li>Gas nitriding using the ZeroFlow method.<\/li>\n<li>Gas nitrocarburizing with complex atmosphere potential regulation &#8211; carbon-bearing atmosphere based on any factor, i.e. CH<sub>3<\/sub>OH, CO, CO<sub>2<\/sub>.<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;rd-secotech-kolumna-kwadraty-prawa&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;rd-2024-secotech-opis-tresc red-hash-list-parent&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Titillium Web||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; header_4_font=&#8221;TitilliumWeb Black|||on|||||&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; custom_margin_tablet=&#8221;-20px||||false|false&#8221; custom_margin_phone=&#8221;-20px||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<ul>\n<li>Pre- and post-oxidation.<\/li>\n<li>Heat improvement and hardening in gas (15 bar abs N<sub>2<\/sub>) with the possibility of final vacuum nitriding LPN.<\/li>\n<li>Heat improvement and hardening in quenching oil (any) or polymer medium (any) up to 5 kg of loads.<\/li>\n<li>Comprehensive normalization.<\/li>\n<li>Solution heat treatment and aging.<\/li>\n<li>VIM (Vacuum Induction Melting):\n<ul>\n<li>EC (Equiax Casting),<\/li>\n<li>DS (Directional Solidifcation),<\/li>\n<li>SC (Single Cristal Solidification Casting).<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h4>The above is performed as:<\/h4>\n<ul>\n<li>Research for SECO\/WARWICK sales projects,<\/li>\n<li>Fulfillment of contract provisions or paid service,<\/li>\n<li>For external customers.<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row module_class=&#8221;rd-wiersz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/04\/sciezki-nad-brain.png&#8221; alt=&#8221;R&#038;D SECO\/WARWICK&#8221; admin_label=&#8221;zyla pojedyncza&#8221; module_class=&#8221;zyla&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;background-color:rgba(139,126,126,1);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;ZROBIMY TO NA&#8221; module_class=&#8221;rd-2024-secotech-uslugi&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;TitilliumWeb Black|||on|||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; header_2_font=&#8221;TitilliumWeb Black||||||||&#8221; header_2_text_color=&#8221;#dc291e&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">IT WILL BE PERFORMED ON:<\/h2>\n<p>[\/et_pb_text][et_pb_code admin_label=&#8221;kod plastra&#8221; module_class=&#8221;rd-strke-v2&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;right&#8221; animation_delay=&#8221;500ms&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row module_class=&#8221;rd-wiersz rd-secoteh-wiersz-zyly-gorne&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/06\/secotech-zyla-poczworna-1.png&#8221; alt=&#8221;R&#038;D SECO\/TECH&#8221; module_class=&#8221;zyla&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;background-color:rgba(139,126,126,1);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; module_class=&#8221;secotech_blurb_row&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb alt=&#8221;Pit-LPC&#8221; admin_label=&#8221;pit lpc&#8221; module_class=&#8221;rd_various various_blurb various_ss_news_title&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/05\/Pit-LPC.png&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>PIT-LPC<\/h4>\n<p style=\"text-align: center;\"><a class=\"paoc-popup-click\" tabindex=\"0\" href=\"https:\/\/www.secowarwick.com\/en\/products\/vacuum-heat-treatment\/pit-lpc-vacuum-carburizing-furnace\/\"><span class=\"various_poll_link\">DISCOVER MORE<\/span><\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb alt=&#8221;VDRFC&#8221; module_class=&#8221;rd_various various_blurb various_ss_news_title&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/05\/VDRFC.png&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>VDRFC<\/h4>\n<p style=\"text-align: center;\"><a class=\"paoc-popup-click\" tabindex=\"0\" href=\"https:\/\/www.secowarwick.com\/en\/products\/atmosphere-heat-treatment-furnace-systems\/zeroflow\/\"><span class=\"various_poll_link\">DISCOVER MORE<\/span><\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb alt=&#8221;15VPT446&#8243; module_class=&#8221;rd_various various_blurb various_ss_news_title&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/05\/15VPT446.png&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>15VPT446<\/h4>\n<p style=\"text-align: center;\"><a class=\"paoc-popup-click\" tabindex=\"0\" href=\"https:\/\/www.secowarwick.com\/en\/products\/vacuum-heat-treatment\/vector\/\"><span class=\"various_poll_link\">DISCOVER MORE<\/span><\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb alt=&#8221;2.0VPT4020\/40MUHV&#8221; module_class=&#8221;rd_various various_blurb various_ss_news_title&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/05\/2.0VPT402040MUHV.png&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>2.0VPT4020\/40MUHV<\/h4>\n<p style=\"text-align: center;\"><a class=\"paoc-popup-click\" tabindex=\"0\" href=\"https:\/\/www.secowarwick.com\/en\/products\/vacuum-heat-treatment\/vab-technology\/\"><span class=\"various_poll_link\">DISCOVER MORE<\/span><\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; module_class=&#8221;secotech_blurb_row&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb alt=&#8221;UCM (UniCase Master\u00ae)&#8221; module_class=&#8221;rd_various various_blurb various_ss_news_title&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/05\/UCM.jpg&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>UCM (UniCase Master\u00ae)<\/h4>\n<p style=\"text-align: center;\"><a class=\"paoc-popup-click\" tabindex=\"0\" href=\"https:\/\/www.secowarwick.com\/en\/tech-spotlights\/precision-case-hardening-high-volume-manufacturing\/\"><span class=\"various_poll_link\">DISCOVER MORE<\/span><\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb alt=&#8221;CAB&#8221; module_class=&#8221;rd_various various_blurb various_ss_news_title&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/05\/CAB.jpg&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>CAB<\/h4>\n<p style=\"text-align: center;\"><a class=\"paoc-popup-click\" tabindex=\"0\" href=\"https:\/\/www.secowarwick.com\/en\/products\/controlled-atmosphere-brazing-of-aluminum\/semi-continuous-cab-systems\/\"  rel=\"noopener\"><span class=\"various_poll_link\">DISCOVER MORE<\/span><\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb alt=&#8221;JETCASTER&#8221; module_class=&#8221;rd_various various_blurb various_ss_news_title&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/05\/JETCASTER.jpg&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>JETCASTER<\/h4>\n<p style=\"text-align: center;\"><a class=\"paoc-popup-click\" tabindex=\"0\" href=\"https:\/\/www.secowarwick.com\/en\/vim-jet-caster\/\"><span class=\"various_poll_link\">DISCOVER MORE<\/span><\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb alt=&#8221;HRNe&#8221; module_class=&#8221;rd_various various_blurb various_ss_news_title secotech_blurb&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/05\/HRNe.png&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>HRNe<\/h4>\n<p style=\"text-align: center;\"><a class=\"paoc-popup-click\" tabindex=\"0\" href=\"https:\/\/www.secowarwick.com\/en\/products\/atmosphere-heat-treatment-furnace-systems\/zeroflow\/\"><span class=\"various_poll_link\">DISCOVER MORE<\/span><\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row module_class=&#8221;rd-wiersz rd-secotech-zyly-dolne&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/06\/secotech-zyla-poczworna-zdoly.png&#8221; alt=&#8221;R&#038;D SECO\/TECH&#8221; module_class=&#8221;zyla&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;background-color:rgba(139,126,126,1);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;Jeste\u015bmy otwarci&#8221; module_class=&#8221;rd-secotech-strke&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;|||on|||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\">WE ARE OPEN TO CONFIDENTIAL CONTRACTS, TO SHOWING THE HALL, FURNACES AND THE LABORATORY WHERE WE CHECK THE PERFORMED PROCESS QUALITY.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/04\/sciezki-nad-brain.png&#8221; alt=&#8221;R&#038;D SECO\/WARWICK&#8221; admin_label=&#8221;zyla pojedyncza&#8221; module_class=&#8221;zyla&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;background-color:rgba(139,126,126,1);&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row module_class=&#8221;rd-wiersz rd-secotech-wiersz-poza&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code module_class=&#8221;rd-secotech-v2&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;right&#8221; animation_delay=&#8221;500ms&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_code][et_pb_text admin_label=&#8221;POZA R&#038;D&#8221; module_class=&#8221;rd-2024-secotech-uslugi rd-2024-secotech-pozard&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Titillium Web||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;TitilliumWeb Black||||||||&#8221; header_2_text_color=&#8221;#dc291e&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">BEYOND SECO\/WARWICK R&#038;D<\/h2>\n<p>It is possible to carry out tests and trials at the Partner\u2019s premises, after appropriate arrangements. In external conditions, heat and thermo-chemical treatments can be performed with appropriate quality to meet customer requirements. Together we can select the furnace and solution that you need.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; module_class=&#8221;rd-wiersz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/05\/RD-SECOTECH-1.jpg&#8221; alt=&#8221;SECO\/TECH&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/05\/RD-SECOTECH-2.jpg&#8221; alt=&#8221;SECO\/TECH&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row module_class=&#8221;rd-wiersz rd-secotech-wiersz-wsparcie&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/04\/sciezki-pod-uczelnie.png&#8221; alt=&#8221;R&#038;D SECO\/WARWICK&#8221; admin_label=&#8221;zyla potrojna&#8221; module_class=&#8221;zyla&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;background-color:rgba(139,126,126,1);&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;WSPARCIE TECHNOLOGOCZNE&#8221; module_class=&#8221;rd-2024-secotech-uslugi rd-2024-secotech-wsparcie rd-2024-secotech-opis-tresc&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Titillium Web||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;TitilliumWeb Black||||||||&#8221; header_2_text_color=&#8221;#dc291e&#8221; header_4_font=&#8221;TitilliumWeb Black||||||||&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;20px||||false|false&#8221; custom_padding=&#8221;20px||||false|false&#8221; custom_padding_tablet=&#8221;10px||||false|false&#8221; custom_padding_phone=&#8221;10px||||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">TECHNOLOGICAL SUPPORT <\/h2>\n<h4 style=\"text-align: center;\">TRAINING \/ TECHNOLOGIES \/ COOPERATION<\/h4>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/04\/sciezki-nad-brain.png&#8221; alt=&#8221;R&#038;D SECO\/WARWICK&#8221; admin_label=&#8221;zyla pojedyncza&#8221; module_class=&#8221;zyla&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;background-color:rgba(139,126,126,1);&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; module_class=&#8221;secoservice-faq-wiersz rd-faq-wiersz rd-secotech-wiersz-przeszkolimy&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;various_ss_premium_column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;PRZESZKOLIMY &#8221; module_class=&#8221;rd-2024-secotech-opis-tresc red-hash-list-parent&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Titillium Web||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; header_4_font=&#8221;TitilliumWeb Black|||on|||||&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>WE WILL TRAIN YOU IN:<\/h4>\n<ul>\n<li>The basics of materials engineering with emphasis on steels as engineering materials.<\/li>\n<li>Various levels of heat and thermo-chemical treatment with emphasis on steels as engineering materials.<\/li>\n<li>Various levels of technology used in SECO\/WARWICK furnaces, including the most important ones:\n<ul>\n<li>ZeroFlow,<\/li>\n<li>FinCarb LPC,<\/li>\n<\/ul>\n<\/li>\n<li>Utilizing simulators, such as SECO\/WARWICK\u2019s proprietary SimVaC, to support every technologist in their daily work.<\/li>\n<\/ul>\n<h4>We will help you with the <strong>TECHNOLOGY<\/strong> you use for SECO\/WARWICK furnaces in terms of of the analysis of the:<\/h4>\n<ul>\n<li>Assumptions used for the processes performed in terms of the final requirements.<\/li>\n<li>Recipes used in terms of the results obtained for any number of recipes.<\/li>\n<li>Recipes used vs. process economy (consumption factors) for any number of recipes.<\/li>\n<li>Heat treatment schedule in the heat treatment cell for best practices to achieve better profitability.<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;various_ss_premium_column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/05\/RD-SECOTECH.jpg&#8221; alt=&#8221;SECO\/TECH&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row module_class=&#8221;secoservice-faq-wiersz rd-faq-wiersz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; module_class=&#8221;various_ss_premium_column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Jeste\u015bmy otwarci&#8221; module_class=&#8221;rd-2024-secotech-hero-title rd-secotech-jestesmy&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Titillium Web||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\">We are open to any <strong>COOPERATIVE<\/strong> project in the field of heat and thermo-chemical treatment technologies.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/www.secowarwick.com\/wp-content\/uploads\/2024\/04\/sciezki-nad-brain.png&#8221; alt=&#8221;R&#038;D SECO\/WARWICK&#8221; admin_label=&#8221;zyla pojedyncza&#8221; module_class=&#8221;zyla&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;background-color:rgba(139,126,126,1);&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;zapytaj o oferte&#8221; module_class=&#8221;rd-odkryj-button rd-secotech-rfq-button&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<a class=\"paoc-popup-click\" tabindex=\"0\" href=\"https:\/\/www.secowarwick.com\/en\/request-for-quote\/\"><span class=\"various_poll_link\">ASK FOR MORE<\/span><\/a>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row module_class=&#8221;secoservice-faq-wiersz rd-faq-wiersz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; module_class=&#8221;various_ss_premium_column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dipl_faq_page_schema closed_toggle_icon=&#8221;&#x4c;||divi||400&#8243; closed_icon_color=&#8221;#FFFFFF&#8221; closed_use_icon_font_size=&#8221;on&#8221; closed_icon_font_size=&#8221;24px&#8221; open_toggle_icon=&#8221;&#x4c;||divi||400&#8243; open_icon_color=&#8221;#000000&#8243; open_use_icon_font_size=&#8221;on&#8221; open_icon_font_size=&#8221;24px&#8221; closed_toggle_bg_color=&#8221;rgba(244,244,244,0)&#8221; open_toggle_bg_color=&#8221;rgba(255,255,255,0)&#8221; module_class=&#8221;rd-faq&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; faq_heading_font=&#8221;TitilliumWeb Black|900|||||||&#8221; faq_heading_text_color=&#8221;#FFFFFF&#8221; faq_question_closed_font=&#8221;TitilliumWeb Black||||||||&#8221; faq_question_closed_text_color=&#8221;#FFFFFF&#8221; faq_question_closed_font_size=&#8221;26px&#8221; faq_answer_text_font=&#8221;Titillium Web||||||||&#8221; faq_answer_text_text_color=&#8221;#c9c9c9&#8243; faq_answer_text_font_size=&#8221;20px&#8221; animation_direction=&#8221;bottom&#8221; hover_enabled=&#8221;0&#8243; faq_question_closed_font_size_tablet=&#8221;26px&#8221; faq_question_closed_font_size_phone=&#8221;20px&#8221; faq_question_closed_font_size_last_edited=&#8221;on|phone&#8221; faq_answer_text_font_size_tablet=&#8221;24px&#8221; faq_answer_text_font_size_phone=&#8221;16px&#8221; faq_answer_text_font_size_last_edited=&#8221;on|phone&#8221; border_width_all=&#8221;0px&#8221; border_width_right=&#8221;0px&#8221; border_width_left=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][dipl_faq_page_schema_item faq_question=&#8221;What are the most common heat treatment processes performed in the SECO\/WARWICK R&#038;D lab?&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; question_heading_level=&#8221;h2&#8243; question_heading_font=&#8221;|800|||||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>It depends on the current market interest in our products and technologies. Currently, ecological brazing processes of components made of aluminum alloys are being carried out for customers from the automotive industry. A specialized furnace equipped with a pumping system enabling the achievement of high vacuum is used for this purpose.<\/p>\n<p>In addition, a large number of thermochemical treatment processes are carried out, such as:<\/p>\n<ul>\n<li>Low Pressure Carburizing with High Pressure Gas Quenching,<\/li>\n<li>and ZeroFlow\u00ae gas nitriding and carbonitriding.<\/li>\n<\/ul>\n<p>One cannot also ignore the classic tool steel heat improvement processes which are carried out using a vacuum furnace. All these processes are carried out using modern and dedicated furnaces, that constitute our company\u2019s product portfolio. Therefore, every customer interested in purchasing a furnace from our portfolio can count on proof tests using the parts or components they process.<\/p>\n<p>[\/dipl_faq_page_schema_item][dipl_faq_page_schema_item faq_question=&#8221;In what capacity can you establish business relations with the R&#038;D Department?&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; question_heading_level=&#8221;h2&#8243; question_heading_font=&#8221;|800|||||||&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p>The R&amp;D Department is open to any cooperation enabling the realization of the SECO\/WARWICK mission. Regardless of whether:<\/p>\n<ul>\n<li>you are our customer using our furnaces and expect technological support,<\/li>\n<li>you are in the development phase of a new technology and expect support related to the development of new concepts and conducting research,<\/li>\n<li>you are interested in our products and would like to find out if they meet your high requirements,<\/li>\n<li>you need to perform heat or thermochemical treatment of parts or components,<\/li>\n<\/ul>\n<p>you can count on our interest and commitment. We want to be part of your business and participate in the technological development of your organization.<\/p>\n<p>In case the reader is not familiar with your mission, I think the second part of it fits here: \u201cto create innovative products that provide our customers with reliable, safe and <a href=\"https:\/\/www.secowarwick.com\/en\/eco-friendly-solutions-for-metal-heat-treatment\/\"><strong>environmentally friendly<\/strong><\/a> solutions for heat treatment and metallurgy, and ensure the economic efficiency of their businesses.\u201d<\/p>\n<p>[\/dipl_faq_page_schema_item][dipl_faq_page_schema_item faq_question=&#8221;Where do the resources and ideas for the functioning of a department such as R&#038;D come from?&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; question_heading_level=&#8221;h2&#8243; question_heading_font=&#8221;|800|||||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>The SECO\/WARWICK R&amp;D Department draws resources and ideas from several key sources that support its functioning and development.<\/p>\n<ul>\n<li>For years, we have been using various grant programs offered by the European Union, which allows us to finance expensive research and development projects.<\/li>\n<li>We are not afraid to take risks and invest our own funds in innovative projects which can bring long-term benefits.<\/li>\n<li>Ideas for R&amp;D projects are often derived from the market demand for new products and technologies. The company carefully analyzes the needs of its customers and adapts its activities to their expectations.<\/li>\n<li>Customers have a significant impact in the direction of product development. Their opinions and needs are key in the decision-making process regarding new projects.<\/li>\n<li>SECO\/WARWICK also develops its own, innovative projects aiming to shape the heat treatment industry. The company strives to be a leader in the industry by introducing innovative solutions.<\/li>\n<li>Before starting each project, the company conducts a detailed market analysis to identify areas with the greatest potential.<\/li>\n<li>Each project is carefully assessed in terms of risk and potential benefits, which allows us to make conscious investment decisions.<\/li>\n<\/ul>\n<p>Thanks to this approach, SECO\/WARWICK is able not only to respond to current market needs, but also to shape the future of the heat treatment industry through innovative solutions.<\/p>\n<p>[\/dipl_faq_page_schema_item][\/dipl_faq_page_schema][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SECO\/TECH SECO\/TECH is a place where advanced thermal and thermo-chemical processes are performed. Tests, trials and commercial processes are all carried out in SECO\/WARWICK furnaces.Each process is monitored online and archived upon completion.HEAT TREATMENT SERVICES ON SITE, we perform these processes quickly, efficiently and with appropriate quality: CAB (Controlled Atmosphere Brazing) &#8211; aluminum and aluminum [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":158986,"parent":160698,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-160464","page","type-page","status-publish","has-post-thumbnail"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/pages\/160464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/comments?post=160464"}],"version-history":[{"count":9,"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/pages\/160464\/revisions"}],"predecessor-version":[{"id":169086,"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/pages\/160464\/revisions\/169086"}],"up":[{"embeddable":true,"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/pages\/160698"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/media\/158986"}],"wp:attachment":[{"href":"https:\/\/www.secowarwick.com\/en\/wp-json\/wp\/v2\/media?parent=160464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}