<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>NFI</provider_name><provider_url>https://www.navarrafilmindustry.com/en/</provider_url><author_name>admin</author_name><author_url>https://www.navarrafilmindustry.com/en/author/admin/</author_url><title>Services - NFI</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content" data-secret="r4jWmPS1ix"&gt;&lt;a href="https://www.navarrafilmindustry.com/en/services/"&gt;Services&lt;/a&gt;&lt;/blockquote&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://www.navarrafilmindustry.com/en/services/embed/#?secret=r4jWmPS1ix" width="600" height="338" title="&#x201C;Services&#x201D; &#x2014; NFI" data-secret="r4jWmPS1ix" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;&lt;script type="text/javascript"&gt;
/* &lt;![CDATA[ */
/**
 * WordPress inline HTML embed
 *
 * @since 4.4.0
 * @output wp-includes/js/wp-embed.js
 *
 * Single line comments should not be used since they will break
 * the script when inlined in get_post_embed_html(), specifically
 * when the comments are not stripped out due to SCRIPT_DEBUG
 * being turned on.
 */
(function ( window, document ) {
	'use strict';

	/* Abort for ancient browsers. */
	if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {
		return;
	}

	/** @namespace wp */
	window.wp = window.wp || {};

	/* Abort if script was already executed. */
	if ( !! window.wp.receiveEmbedMessage ) {
		return;
	}

	/**
	 * Receive embed message.
	 *
	 * @param {MessageEvent} e
	 */
	window.wp.receiveEmbedMessage = function( e ) {
		var data = e.data;

		/* Verify shape of message. */
		if (
			! ( data || data.secret || data.message || data.value ) ||
			/[^a-zA-Z0-9]/.test( data.secret )
		) {
			return;
		}

		var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ),
			blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ),
			allowedProtocols = new RegExp( '^https?:$', 'i' ),
			i, source, height, sourceURL, targetURL;

		for ( i = 0; i &lt; blockquotes.length; i++ ) {
			blockquotes[ i ].style.display = 'none';
		}

		for ( i = 0; i &lt; iframes.length; i++ ) {
			source = iframes[ i ];

			if ( e.source !== source.contentWindow ) {
				continue;
			}

			source.removeAttribute( 'style' );

			if ( 'height' === data.message ) {
				/* Resize the iframe on request. */
				height = parseInt( data.value, 10 );
				if ( height &gt; 1000 ) {
					height = 1000;
				} else if ( ~~height &lt; 200 ) {
					height = 200;
				}

				source.height = height;
			} else if ( 'link' === data.message ) {
				/* Link to a specific URL on request. */
				sourceURL = new URL( source.getAttribute( 'src' ) );
				targetURL = new URL( data.value );

				if (
					allowedProtocols.test( targetURL.protocol ) &amp;&amp;
					targetURL.host === sourceURL.host &amp;&amp;
					document.activeElement === source
				) {
					window.top.location.href = data.value;
				}
			}
		}
	};

	function onLoad() {
		var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),
			i, source, secret;

		for ( i = 0; i &lt; iframes.length; i++ ) {
			/** @var {IframeElement} */
			source = iframes[ i ];

			secret = source.getAttribute( 'data-secret' );
			if ( ! secret ) {
				/* Add secret to iframe */
				secret = Math.random().toString( 36 ).substring( 2, 12 );
				source.src += '#?secret=' + secret;
				source.setAttribute( 'data-secret', secret );
			}

			/*
			 * Let post embed window know that the parent is ready for receiving the height message, in case the iframe
			 * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the
			 * window will then (re-)send the height message right away.
			 */
			source.contentWindow.postMessage( {
				message: 'ready',
				secret: secret
			}, '*' );
		}
	}

	window.addEventListener( 'message', window.wp.receiveEmbedMessage, false );
	document.addEventListener( 'DOMContentLoaded', onLoad, false );
})( window, document );

/* ]]&gt; */
&lt;/script&gt;
</html><description>[vc_row type=&#x201D;full_width_background&#x201D; full_screen_row_position=&#x201D;middle&#x201D; column_margin=&#x201D;default&#x201D; column_direction=&#x201D;default&#x201D; column_direction_tablet=&#x201D;default&#x201D; column_direction_phone=&#x201D;default&#x201D; bg_image=&#x201D;12316&#x2033; bg_position=&#x201D;center center&#x201D; background_image_loading=&#x201D;default&#x201D; bg_repeat=&#x201D;no-repeat&#x201D; scene_position=&#x201D;top&#x201D; top_padding=&#x201D;240&#x2033; bottom_padding=&#x201D;240&#x2033; text_color=&#x201D;light&#x201D; text_align=&#x201D;left&#x201D; row_border_radius=&#x201D;none&#x201D; row_border_radius_applies=&#x201D;bg&#x201D; overflow=&#x201D;visible&#x201D; color_overlay=&#x201D;#000000&#x2033; advanced_gradient_angle=&#x201D;0&#x2033; overlay_strength=&#x201D;0.3&#x2033; gradient_direction=&#x201D;left_to_right&#x201D; shape_divider_position=&#x201D;bottom&#x201D; bg_image_animation=&#x201D;none&#x201D; gradient_type=&#x201D;default&#x201D; shape_type=&#x201D;&#x201D;][vc_column column_padding=&#x201D;no-extra-padding&#x201D; column_padding_tablet=&#x201D;inherit&#x201D; column_padding_phone=&#x201D;inherit&#x201D; column_padding_position=&#x201D;all&#x201D; column_element_spacing=&#x201D;default&#x201D; background_color_opacity=&#x201D;1&#x2033; background_hover_color_opacity=&#x201D;1&#x2033; column_shadow=&#x201D;none&#x201D; column_border_radius=&#x201D;none&#x201D; column_link_target=&#x201D;_self&#x201D; column_position=&#x201D;default&#x201D; gradient_direction=&#x201D;left_to_right&#x201D; overlay_strength=&#x201D;0.3&#x2033; width=&#x201D;1/1&#x2033; tablet_width_inherit=&#x201D;default&#x201D; tablet_text_alignment=&#x201D;default&#x201D; phone_text_alignment=&#x201D;default&#x201D; animation_type=&#x201D;default&#x201D; bg_image_animation=&#x201D;none&#x201D; border_type=&#x201D;simple&#x201D; column_border_width=&#x201D;none&#x201D; column_border_style=&#x201D;solid&#x201D;][vc_column_text] Navarra Film Commission [/vc_column_text][/vc_column][/vc_row][vc_row type=&#x201D;full_width_background&#x201D; full_screen_row_position=&#x201D;middle&#x201D; column_margin=&#x201D;default&#x201D; column_direction=&#x201D;default&#x201D; column_direction_tablet=&#x201D;default&#x201D; column_direction_phone=&#x201D;default&#x201D; bg_color=&#x201D;#f5f5f5&#x2033; scene_position=&#x201D;center&#x201D; top_padding=&#x201D;30px&#x201D; constrain_group_1=&#x201D;yes&#x201D; bottom_padding=&#x201D;30px&#x201D; bottom_margin=&#x201D;50&#x2033; text_color=&#x201D;dark&#x201D; text_align=&#x201D;left&#x201D; row_border_radius=&#x201D;none&#x201D; row_border_radius_applies=&#x201D;bg&#x201D; overflow=&#x201D;visible&#x201D; advanced_gradient_angle=&#x201D;0&#x2033; overlay_strength=&#x201D;0.3&#x2033; gradient_direction=&#x201D;left_to_right&#x201D; shape_divider_position=&#x201D;bottom&#x201D; bg_image_animation=&#x201D;none&#x201D; gradient_type=&#x201D;default&#x201D; shape_type=&#x201D;&#x201D;][vc_column column_padding=&#x201D;padding-3-percent&#x201D; column_padding_tablet=&#x201D;inherit&#x201D; column_padding_phone=&#x201D;inherit&#x201D; column_padding_position=&#x201D;all&#x201D; column_element_spacing=&#x201D;default&#x201D; background_color_opacity=&#x201D;1&#x2033; background_hover_color_opacity=&#x201D;1&#x2033; column_shadow=&#x201D;none&#x201D; column_border_radius=&#x201D;none&#x201D; column_link_target=&#x201D;_self&#x201D; column_position=&#x201D;default&#x201D; advanced_gradient_angle=&#x201D;0&#x2033; gradient_direction=&#x201D;left_to_right&#x201D; overlay_strength=&#x201D;0.3&#x2033; width=&#x201D;1/2&#x2033; tablet_width_inherit=&#x201D;default&#x201D; tablet_text_alignment=&#x201D;default&#x201D; phone_text_alignment=&#x201D;default&#x201D; animation_type=&#x201D;default&#x201D; bg_image_animation=&#x201D;none&#x201D; border_type=&#x201D;simple&#x201D; column_border_width=&#x201D;none&#x201D; column_border_style=&#x201D;solid&#x201D; gradient_type=&#x201D;default&#x201D;][vc_column_text]Navarra Film Commission is the film office created by the Government of Navarra in 2009 as a means of assisting companies and professionals from the audiovisual sector who wish to film in our region. As part of the government-owned company NICDO, it is responsible for providing information and fostering agreements and other initiatives aimed at consolidating and facilitating film shoots &#x2013; acting as a link between the Government of Navarra, public administrations, private individuals and the audiovisual industry.[/vc_column_text][/vc_column][vc_column column_padding=&#x201D;padding-3-percent&#x201D; column_padding_tablet=&#x201D;inherit&#x201D; column_padding_phone=&#x201D;inherit&#x201D; column_padding_position=&#x201D;all&#x201D; column_element_spacing=&#x201D;default&#x201D; background_color_opacity=&#x201D;1&#x2033; background_hover_color_opacity=&#x201D;1&#x2033; column_shadow=&#x201D;none&#x201D; column_border_radius=&#x201D;none&#x201D; column_link_target=&#x201D;_self&#x201D; column_position=&#x201D;default&#x201D; advanced_gradient_angle=&#x201D;0&#x2033; gradient_direction=&#x201D;left_to_right&#x201D; overlay_strength=&#x201D;0.3&#x2033; width=&#x201D;1/2&#x2033; tablet_width_inherit=&#x201D;default&#x201D; tablet_text_alignment=&#x201D;default&#x201D; phone_text_alignment=&#x201D;default&#x201D; animation_type=&#x201D;default&#x201D; bg_image_animation=&#x201D;none&#x201D; border_type=&#x201D;simple&#x201D; column_border_width=&#x201D;none&#x201D; column_border_style=&#x201D;solid&#x201D; gradient_type=&#x201D;default&#x201D;][vc_column_text]To this end, it offers information, advice and processing services free of charge to producers, agencies and audiovisual companies to assist them in their decision-making regarding filming, recording or photography and to ensure that the interested parties to optimise their resources, both human, material and financial. In order to facilitate the work of producers, it offers the following services:[/vc_column_text][/vc_column][/vc_row][vc_row type=&#x201D;in_container&#x201D; full_screen_row_position=&#x201D;middle&#x201D; column_margin=&#x201D;default&#x201D; column_direction=&#x201D;default&#x201D; column_direction_tablet=&#x201D;default&#x201D; column_direction_phone=&#x201D;default&#x201D; scene_position=&#x201D;center&#x201D; text_color=&#x201D;dark&#x201D; text_align=&#x201D;left&#x201D; row_border_radius=&#x201D;none&#x201D; row_border_radius_applies=&#x201D;bg&#x201D; overflow=&#x201D;visible&#x201D; advanced_gradient_angle=&#x201D;0&#x2033; overlay_strength=&#x201D;0.3&#x2033; gradient_direction=&#x201D;left_to_right&#x201D; shape_divider_position=&#x201D;bottom&#x201D; bg_image_animation=&#x201D;none&#x201D; gradient_type=&#x201D;default&#x201D; shape_type=&#x201D;&#x201D;][vc_column column_padding=&#x201D;no-extra-padding&#x201D; column_padding_tablet=&#x201D;inherit&#x201D; column_padding_phone=&#x201D;inherit&#x201D; column_padding_position=&#x201D;all&#x201D; column_element_spacing=&#x201D;default&#x201D; background_color_opacity=&#x201D;1&#x2033; background_hover_color_opacity=&#x201D;1&#x2033; column_shadow=&#x201D;none&#x201D; column_border_radius=&#x201D;none&#x201D; column_link_target=&#x201D;_self&#x201D; column_position=&#x201D;default&#x201D; gradient_direction=&#x201D;left_to_right&#x201D; overlay_strength=&#x201D;0.3&#x2033; width=&#x201D;1/1&#x2033; tablet_width_inherit=&#x201D;default&#x201D; tablet_text_alignment=&#x201D;default&#x201D; phone_text_alignment=&#x201D;default&#x201D; animation_type=&#x201D;default&#x201D; bg_image_animation=&#x201D;none&#x201D; border_type=&#x201D;simple&#x201D;...</description></oembed>
