ramadan

شاهد مسلسلات رمضان 2025 مجانًا مع ڤودافون

شاهد واستمتع بإعلان فودافون الجديد في رمضان 2025 وعيش لحظة بتحبها بالدنيا

تيجي نعيش لحظة بالدنيا

ڤودافون... مع بعض أقوى

اشحن، اضحك واختار هدية تعيش بيها اللحظة اللي بتحبها!

عيش اللحظة الحلوة لما تشحن بكارت فودافون

علشان تستمتع بالعرض

- اشحن كارت فودافون واضحك واختار هدية تعيش بيها اللحظة اللي بتحبها!

- هيجيلك شحنات هدية ليك ولحبايبك و اللى هتوصله الهدية هيقدر هو كمان يبعتها لاى حد من حبايبه!

main_icn_Chevron_down
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing:
==> btnTextFieldSet.btnTextFieldSetFieldSet.redirectionMobileFieldSet.redirectionDesktop  [in template "20116#20160#6974745" at line 55, column 123]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #if btnTextFieldSet.btnTextFieldSetFi...  [in template "20116#20160#6974745" at line 55, column 9]
----
1<!--------- START: Section ---------> 
2<#if parentStructureFieldSet6592876.sectionBackgroundColor?has_content> 
3<section class="${parentStructureFieldSet6592876.sectionSize.getData()} bg-${parentStructureFieldSet6592876.sectionBackgroundColor.getData()} ${parentStructureFieldSet6592876.sectionTextColor.getData()} text-center" <#if parentStructureFieldSet6592876.sectionTargetName.getData()?has_content>id="${parentStructureFieldSet6592876.sectionTargetName.getData()}"</#if>> 
4<#else> 
5<section class="${parentStructureFieldSet6592876.sectionSize.getData()} bg-white text-center"> 
6</#if> 
7 <#if parentStructureFieldSet6592876.sectionBackgroundImage.getData()?? && parentStructureFieldSet6592876.sectionBackgroundImage.getData() != ""> 
8    <div class="section-img-wrapper"> 
9        <img alt="${parentStructureFieldSet6592876.sectionBackgroundImage.getAttribute("alt")}" class="section-img" data-fileentryid="${parentStructureFieldSet6592876.sectionBackgroundImage.getAttribute("fileEntryId")}" src="${parentStructureFieldSet6592876.sectionBackgroundImage.getData()}" /> 
10    </div> 
11    </#if> 
12  <div class="container"> 
13    <div class="row justify-content-center"> 
14      <#if parentStructureFieldSet6592876.sectionTitle?has_content && parentStructureFieldSet6592876.sectionTitle.getData()?has_content> 
15        <div class="col-12"> 
16          <div class="section-title"> 
17            <h2 class="h3-2x">${htmlUtil.unescape(parentStructureFieldSet6592876.sectionTitle.getData())}</h2> 
18            <#if parentStructureFieldSet6592876.sectionSubtitle?has_content && parentStructureFieldSet6592876.sectionSubtitle.getData()?has_content> 
19            <p class="section-subtitle h4">${htmlUtil.unescape(parentStructureFieldSet6592876.sectionSubtitle.getData())}</p> 
20            </#if> 
21          </div> 
22        </div> 
23        <div class="clear"></div> 
24      </#if> 
25	 
26      <div class="col-md-10 text-center"> 
27      <#if paragraphText.getSiblings()?has_content> 
28    	<#list paragraphText.getSiblings() as cur_paragraphText> 
29        	<#if getterUtil.getBoolean(paragraphText.lead.getData())> 
30				<#if cur_paragraphText?is_last> 
31					<p class="lead mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
32						 
33						${htmlUtil.unescape(cur_paragraphText.getData())} 
34					</p> 
35				<#else> 
36					<p class="lead ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
37						${htmlUtil.unescape(cur_paragraphText.getData())} 
38					</p> 
39				</#if> 
40    	    <#else> 
41				<#if cur_paragraphText?is_last> 
42					<p class="mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
43						${htmlUtil.unescape(cur_paragraphText.getData())} 
44					</p> 
45				<#else> 
46					<h2 class="${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
47						${htmlUtil.unescape(cur_paragraphText.getData())} 
48					</h2> 
49				</#if> 
50      </#if> 
51    	 
52    	</#list> 
53      </#if> 
54 
55        <#if btnTextFieldSet.btnTextFieldSetFieldSet.redirectionMobileFieldSet.redirectionMobile.getData()?has_content && btnTextFieldSet.btnTextFieldSetFieldSet.redirectionMobileFieldSet.redirectionDesktop.getData()?has_content> 
56        <a tabindex="0"  data-href-mobile="${btnText.redirectionMobile.getData()}" data-href-desktop="${btnText.redirectionDesktop.getData()}" data-tracking-mobile="${btnText.redirectionMobile.MobileBtnKey.getData()}" data-tracking-desktop="${btnText.redirectionDesktop.DesktopBtnKey.getData()}" class="js-tagging-btn btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a> 
57        <#else> 
58            <#if btnText.getData()?has_content>    
59            <a tabindex="0"  href="<#if btnText.btnLink.getData()?has_content>${btnText.btnLink.getData()}<#else>javascript:;</#if>" class="btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a> 
60          </#if>  
61        </#if>   
62         
63          
64      </div> 
65    </div> 
66  </div> 
67</section> 
68<!--------- END: Section ---------> 

جدد باقتك واكسب هديتك وعيش لحظة بالدنيا

لو أنت عميل فليكس اضغط هنا لتجديد باقتك واكسب هديتك.

لأنك عميل عزيز علينا، ليك طول شهر رمضان اشتراك مجاني في "شاهد VIP موبايل" عشان تتفرج على اللي بتحبه في أي وقت. من غير ما تدور على قنوات أو تحفظ مواعيد. اتفرج على كل مسلسلات رمضان ٢٠٢٥ زي مسلسل كامل العدد 3 بطولة دينا الشربيني، ومسلسل العتاولة 2 بطولة أحمد السقا وطارق لطفي، ومسلسل عايشة الدور بطولة دنيا سمير غانم، ومسلسل عقبال عندكم بطولة حسن الرداد وإيمي سمير غانم، ومسلسل شهادة معاملة أطفال بطولة محمد هنيدي أو مسلسلات وبرامج تانية كتير على شاهد من غير أي إعلانات، وفي الوقت اللي يناسبك.

main_icn_Chevron_down
ادخل على الكتالوج واعرف مسلسلات رمضان 2025

الكتالوج

تيجي نعيش؟

صوت.. عرفنا رأيك وإضحك على الافيهات وعيش اللحظة اللى بتحبها على الKATALOOG دي لحظة بالدنيا

ادخل على الKATALOOG على ANA VODAFONE وقلنا رأيك في المسلسلات وإضحك على الافيهات

مزايا حصرية لعملاء RED

استمتع بأقوى مسلسلات رمضان 2025 مجانًا مع ڤودافون !RED احصل على اشتراك مجاني في شاهد VIP و Watchit وتابع أحدث العروض والمسلسلات الحصرية بدون أي تكلفة إضافية.

لو أنت عميل RED اضغط هنا عشان تكسب هدايا كتير، وتلعب فوازير ڤوادفون.

لأنك عميل ڤودافون RED ، ليك طول السنة اشتراك مجاني في WATCH IT، Anghami Plus، OSN Streaming، beIN CONNECT، StarzPlay و Shahid VIP عشان تتفرج على اللي بتحبه في أي وقت

حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing:
==> btnTextFieldSet.btnTextFieldSetFieldSet.redirectionMobileFieldSet.redirectionDesktop  [in template "20116#20160#6974745" at line 55, column 123]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #if btnTextFieldSet.btnTextFieldSetFi...  [in template "20116#20160#6974745" at line 55, column 9]
----
1<!--------- START: Section ---------> 
2<#if parentStructureFieldSet6592876.sectionBackgroundColor?has_content> 
3<section class="${parentStructureFieldSet6592876.sectionSize.getData()} bg-${parentStructureFieldSet6592876.sectionBackgroundColor.getData()} ${parentStructureFieldSet6592876.sectionTextColor.getData()} text-center" <#if parentStructureFieldSet6592876.sectionTargetName.getData()?has_content>id="${parentStructureFieldSet6592876.sectionTargetName.getData()}"</#if>> 
4<#else> 
5<section class="${parentStructureFieldSet6592876.sectionSize.getData()} bg-white text-center"> 
6</#if> 
7 <#if parentStructureFieldSet6592876.sectionBackgroundImage.getData()?? && parentStructureFieldSet6592876.sectionBackgroundImage.getData() != ""> 
8    <div class="section-img-wrapper"> 
9        <img alt="${parentStructureFieldSet6592876.sectionBackgroundImage.getAttribute("alt")}" class="section-img" data-fileentryid="${parentStructureFieldSet6592876.sectionBackgroundImage.getAttribute("fileEntryId")}" src="${parentStructureFieldSet6592876.sectionBackgroundImage.getData()}" /> 
10    </div> 
11    </#if> 
12  <div class="container"> 
13    <div class="row justify-content-center"> 
14      <#if parentStructureFieldSet6592876.sectionTitle?has_content && parentStructureFieldSet6592876.sectionTitle.getData()?has_content> 
15        <div class="col-12"> 
16          <div class="section-title"> 
17            <h2 class="h3-2x">${htmlUtil.unescape(parentStructureFieldSet6592876.sectionTitle.getData())}</h2> 
18            <#if parentStructureFieldSet6592876.sectionSubtitle?has_content && parentStructureFieldSet6592876.sectionSubtitle.getData()?has_content> 
19            <p class="section-subtitle h4">${htmlUtil.unescape(parentStructureFieldSet6592876.sectionSubtitle.getData())}</p> 
20            </#if> 
21          </div> 
22        </div> 
23        <div class="clear"></div> 
24      </#if> 
25	 
26      <div class="col-md-10 text-center"> 
27      <#if paragraphText.getSiblings()?has_content> 
28    	<#list paragraphText.getSiblings() as cur_paragraphText> 
29        	<#if getterUtil.getBoolean(paragraphText.lead.getData())> 
30				<#if cur_paragraphText?is_last> 
31					<p class="lead mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
32						 
33						${htmlUtil.unescape(cur_paragraphText.getData())} 
34					</p> 
35				<#else> 
36					<p class="lead ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
37						${htmlUtil.unescape(cur_paragraphText.getData())} 
38					</p> 
39				</#if> 
40    	    <#else> 
41				<#if cur_paragraphText?is_last> 
42					<p class="mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
43						${htmlUtil.unescape(cur_paragraphText.getData())} 
44					</p> 
45				<#else> 
46					<h2 class="${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
47						${htmlUtil.unescape(cur_paragraphText.getData())} 
48					</h2> 
49				</#if> 
50      </#if> 
51    	 
52    	</#list> 
53      </#if> 
54 
55        <#if btnTextFieldSet.btnTextFieldSetFieldSet.redirectionMobileFieldSet.redirectionMobile.getData()?has_content && btnTextFieldSet.btnTextFieldSetFieldSet.redirectionMobileFieldSet.redirectionDesktop.getData()?has_content> 
56        <a tabindex="0"  data-href-mobile="${btnText.redirectionMobile.getData()}" data-href-desktop="${btnText.redirectionDesktop.getData()}" data-tracking-mobile="${btnText.redirectionMobile.MobileBtnKey.getData()}" data-tracking-desktop="${btnText.redirectionDesktop.DesktopBtnKey.getData()}" class="js-tagging-btn btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a> 
57        <#else> 
58            <#if btnText.getData()?has_content>    
59            <a tabindex="0"  href="<#if btnText.btnLink.getData()?has_content>${btnText.btnLink.getData()}<#else>javascript:;</#if>" class="btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a> 
60          </#if>  
61        </#if>   
62         
63          
64      </div> 
65    </div> 
66  </div> 
67</section> 
68<!--------- END: Section ---------> 
main_icn_Chevron_down
العب فوازير وجاوب واكسب هدايا

فوازير ڤودافون

تيجي نعيش؟

العب فوازير و اكسب هدايا كتير تعيش بيها اللحظة اللي بتحبها

دي لحظة بالدنيا

العب FAWAZEER على ANA VODAFONE هتتحدى شلتك و تجاوب و تجمع البازل بالاڤاتار اللي بيعبر عن شخصيتك و هتكسب من ميجابيتس لحد تلفزيون سامسونج

main_icn_Chevron_down
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing:
==> btnTextFieldSet.btnTextFieldSetFieldSet.redirectionMobileFieldSet.redirectionDesktop  [in template "20116#20160#6974745" at line 55, column 123]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #if btnTextFieldSet.btnTextFieldSetFi...  [in template "20116#20160#6974745" at line 55, column 9]
----
1<!--------- START: Section ---------> 
2<#if parentStructureFieldSet6592876.sectionBackgroundColor?has_content> 
3<section class="${parentStructureFieldSet6592876.sectionSize.getData()} bg-${parentStructureFieldSet6592876.sectionBackgroundColor.getData()} ${parentStructureFieldSet6592876.sectionTextColor.getData()} text-center" <#if parentStructureFieldSet6592876.sectionTargetName.getData()?has_content>id="${parentStructureFieldSet6592876.sectionTargetName.getData()}"</#if>> 
4<#else> 
5<section class="${parentStructureFieldSet6592876.sectionSize.getData()} bg-white text-center"> 
6</#if> 
7 <#if parentStructureFieldSet6592876.sectionBackgroundImage.getData()?? && parentStructureFieldSet6592876.sectionBackgroundImage.getData() != ""> 
8    <div class="section-img-wrapper"> 
9        <img alt="${parentStructureFieldSet6592876.sectionBackgroundImage.getAttribute("alt")}" class="section-img" data-fileentryid="${parentStructureFieldSet6592876.sectionBackgroundImage.getAttribute("fileEntryId")}" src="${parentStructureFieldSet6592876.sectionBackgroundImage.getData()}" /> 
10    </div> 
11    </#if> 
12  <div class="container"> 
13    <div class="row justify-content-center"> 
14      <#if parentStructureFieldSet6592876.sectionTitle?has_content && parentStructureFieldSet6592876.sectionTitle.getData()?has_content> 
15        <div class="col-12"> 
16          <div class="section-title"> 
17            <h2 class="h3-2x">${htmlUtil.unescape(parentStructureFieldSet6592876.sectionTitle.getData())}</h2> 
18            <#if parentStructureFieldSet6592876.sectionSubtitle?has_content && parentStructureFieldSet6592876.sectionSubtitle.getData()?has_content> 
19            <p class="section-subtitle h4">${htmlUtil.unescape(parentStructureFieldSet6592876.sectionSubtitle.getData())}</p> 
20            </#if> 
21          </div> 
22        </div> 
23        <div class="clear"></div> 
24      </#if> 
25	 
26      <div class="col-md-10 text-center"> 
27      <#if paragraphText.getSiblings()?has_content> 
28    	<#list paragraphText.getSiblings() as cur_paragraphText> 
29        	<#if getterUtil.getBoolean(paragraphText.lead.getData())> 
30				<#if cur_paragraphText?is_last> 
31					<p class="lead mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
32						 
33						${htmlUtil.unescape(cur_paragraphText.getData())} 
34					</p> 
35				<#else> 
36					<p class="lead ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
37						${htmlUtil.unescape(cur_paragraphText.getData())} 
38					</p> 
39				</#if> 
40    	    <#else> 
41				<#if cur_paragraphText?is_last> 
42					<p class="mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
43						${htmlUtil.unescape(cur_paragraphText.getData())} 
44					</p> 
45				<#else> 
46					<h2 class="${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
47						${htmlUtil.unescape(cur_paragraphText.getData())} 
48					</h2> 
49				</#if> 
50      </#if> 
51    	 
52    	</#list> 
53      </#if> 
54 
55        <#if btnTextFieldSet.btnTextFieldSetFieldSet.redirectionMobileFieldSet.redirectionMobile.getData()?has_content && btnTextFieldSet.btnTextFieldSetFieldSet.redirectionMobileFieldSet.redirectionDesktop.getData()?has_content> 
56        <a tabindex="0"  data-href-mobile="${btnText.redirectionMobile.getData()}" data-href-desktop="${btnText.redirectionDesktop.getData()}" data-tracking-mobile="${btnText.redirectionMobile.MobileBtnKey.getData()}" data-tracking-desktop="${btnText.redirectionDesktop.DesktopBtnKey.getData()}" class="js-tagging-btn btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a> 
57        <#else> 
58            <#if btnText.getData()?has_content>    
59            <a tabindex="0"  href="<#if btnText.btnLink.getData()?has_content>${btnText.btnLink.getData()}<#else>javascript:;</#if>" class="btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a> 
60          </#if>  
61        </#if>   
62         
63          
64      </div> 
65    </div> 
66  </div> 
67</section> 
68<!--------- END: Section ---------> 
اكسب عمرة مع تونز

تونز

ادخل على TONES على ANA VODAFONE وخلي باقة الادعية كول تون لحد من حبايبك كل يوم لفرصة تكسب فلوس الأداء عمرة 🕋

اشحن أو جدد مع الانترنت الهوائي

اشحن أو جدد، وادخل على تطبيق أنا فودافون عشان تضحك وتختار هدية

main_icn_Chevron_down
حول او جدد باقتك في رمضان

عرض رمضان Home DSL

جدد باقتك أو حول لباقة أعلى مع Home DSL واضحك واختار هدية تعيش بيها اللحظة اللي بتحبها!

وهيجيلك 50% باقة زيادة!

main_icn_Chevron_down
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing:
==> btnTextFieldSet.btnTextFieldSetFieldSet.redirectionMobileFieldSet.redirectionDesktop  [in template "20116#20160#6974745" at line 55, column 123]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #if btnTextFieldSet.btnTextFieldSetFi...  [in template "20116#20160#6974745" at line 55, column 9]
----
1<!--------- START: Section ---------> 
2<#if parentStructureFieldSet6592876.sectionBackgroundColor?has_content> 
3<section class="${parentStructureFieldSet6592876.sectionSize.getData()} bg-${parentStructureFieldSet6592876.sectionBackgroundColor.getData()} ${parentStructureFieldSet6592876.sectionTextColor.getData()} text-center" <#if parentStructureFieldSet6592876.sectionTargetName.getData()?has_content>id="${parentStructureFieldSet6592876.sectionTargetName.getData()}"</#if>> 
4<#else> 
5<section class="${parentStructureFieldSet6592876.sectionSize.getData()} bg-white text-center"> 
6</#if> 
7 <#if parentStructureFieldSet6592876.sectionBackgroundImage.getData()?? && parentStructureFieldSet6592876.sectionBackgroundImage.getData() != ""> 
8    <div class="section-img-wrapper"> 
9        <img alt="${parentStructureFieldSet6592876.sectionBackgroundImage.getAttribute("alt")}" class="section-img" data-fileentryid="${parentStructureFieldSet6592876.sectionBackgroundImage.getAttribute("fileEntryId")}" src="${parentStructureFieldSet6592876.sectionBackgroundImage.getData()}" /> 
10    </div> 
11    </#if> 
12  <div class="container"> 
13    <div class="row justify-content-center"> 
14      <#if parentStructureFieldSet6592876.sectionTitle?has_content && parentStructureFieldSet6592876.sectionTitle.getData()?has_content> 
15        <div class="col-12"> 
16          <div class="section-title"> 
17            <h2 class="h3-2x">${htmlUtil.unescape(parentStructureFieldSet6592876.sectionTitle.getData())}</h2> 
18            <#if parentStructureFieldSet6592876.sectionSubtitle?has_content && parentStructureFieldSet6592876.sectionSubtitle.getData()?has_content> 
19            <p class="section-subtitle h4">${htmlUtil.unescape(parentStructureFieldSet6592876.sectionSubtitle.getData())}</p> 
20            </#if> 
21          </div> 
22        </div> 
23        <div class="clear"></div> 
24      </#if> 
25	 
26      <div class="col-md-10 text-center"> 
27      <#if paragraphText.getSiblings()?has_content> 
28    	<#list paragraphText.getSiblings() as cur_paragraphText> 
29        	<#if getterUtil.getBoolean(paragraphText.lead.getData())> 
30				<#if cur_paragraphText?is_last> 
31					<p class="lead mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
32						 
33						${htmlUtil.unescape(cur_paragraphText.getData())} 
34					</p> 
35				<#else> 
36					<p class="lead ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
37						${htmlUtil.unescape(cur_paragraphText.getData())} 
38					</p> 
39				</#if> 
40    	    <#else> 
41				<#if cur_paragraphText?is_last> 
42					<p class="mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
43						${htmlUtil.unescape(cur_paragraphText.getData())} 
44					</p> 
45				<#else> 
46					<h2 class="${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}"> 
47						${htmlUtil.unescape(cur_paragraphText.getData())} 
48					</h2> 
49				</#if> 
50      </#if> 
51    	 
52    	</#list> 
53      </#if> 
54 
55        <#if btnTextFieldSet.btnTextFieldSetFieldSet.redirectionMobileFieldSet.redirectionMobile.getData()?has_content && btnTextFieldSet.btnTextFieldSetFieldSet.redirectionMobileFieldSet.redirectionDesktop.getData()?has_content> 
56        <a tabindex="0"  data-href-mobile="${btnText.redirectionMobile.getData()}" data-href-desktop="${btnText.redirectionDesktop.getData()}" data-tracking-mobile="${btnText.redirectionMobile.MobileBtnKey.getData()}" data-tracking-desktop="${btnText.redirectionDesktop.DesktopBtnKey.getData()}" class="js-tagging-btn btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a> 
57        <#else> 
58            <#if btnText.getData()?has_content>    
59            <a tabindex="0"  href="<#if btnText.btnLink.getData()?has_content>${btnText.btnLink.getData()}<#else>javascript:;</#if>" class="btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a> 
60          </#if>  
61        </#if>   
62         
63          
64      </div> 
65    </div> 
66  </div> 
67</section> 
68<!--------- END: Section --------->