{"id":154,"date":"2023-10-02T12:31:15","date_gmt":"2023-10-02T11:31:15","guid":{"rendered":"https:\/\/democontent.codex-themes.com\/sites-elementor-v5\/software-saas\/?page_id=154"},"modified":"2025-09-17T13:23:04","modified_gmt":"2025-09-17T13:23:04","slug":"homepage","status":"publish","type":"page","link":"https:\/\/akademik.dkonto.pl\/","title":{"rendered":"Homepage (Demo)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"154\" class=\"elementor elementor-154\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-48a8297 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"48a8297\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;thegem_custom_css&quot;:&quot;@media(min-width: 1520px){\\n    .hero-inner-section.elementor-section &gt; .elementor-container {\\n    max-width: 1485px!important;\\n    }\\n}&quot;}\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\r\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d7fad6d\" data-id=\"d7fad6d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fd9fedc elementor-widget__width-initial elementor-widget-tablet__width-inherit flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"fd9fedc\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script type=\"text\/javascript\">(function() {function TheGemHeading() {this.animateClass = 'thegem-heading-animate';this.animatedClass = 'thegem-heading-animated';}TheGemHeading.prototype = {initialize: function () {let items =document.querySelectorAll('.'+this.animateClass);items.forEach((item)=>{if (this.isElementVisible(item)) {this.prepareAnimation(item);this.startAnimation(item);}});if ('IntersectionObserver' in window) {let intersectionObserver = new IntersectionObserver((entries)=>{entries.forEach((entry)=> {if (entry.isIntersecting) {this.startAnimation(entry.target);intersectionObserver.unobserve(entry.target);}});});items.forEach((item)=>{intersectionObserver.observe(item);this.prepareAnimation(item);});} else {items.forEach((item)=>{this.prepareAnimation(item);this.startAnimation(item);});}},isElementVisible: function (element) {let rect= element.getBoundingClientRect(),width= window.innerWidth || document.documentElement.clientWidth,height = window.innerHeight || document.documentElement.clientHeight,efp= (x, y) => document.elementFromPoint(x, y);if (rect.right < 0 || rect.bottom < 0 || rect.left > width || rect.top > height) return false;return (element.contains(efp(rect.left,rect.top)) ||element.contains(efp(rect.right, rect.top)) ||element.contains(efp(rect.right, rect.bottom)) ||element.contains(efp(rect.left,rect.bottom)));},startAnimation: function (element) {if (element && !element.classList.contains(this.animatedClass)) {element.classList.add(this.animatedClass);element.classList.remove(this.animateClass);element.dispatchEvent(new Event('theGemHeading.startAnimation', {bubbles: true}));}},prepareAnimation: function (element) {if (element && !element.isPreparedAnimation) {element.dispatchEvent(new Event('theGemHeading.prepareAnimation', {bubbles: true}));element.isPreparedAnimation = true;}}};window.theGemHeading = new TheGemHeading();document.addEventListener('DOMContentLoaded', function() {window.theGemHeading.initialize();});})();document.addEventListener('theGemHeading.prepareAnimation', function(event) {const element = event.target;const animationName = element.dataset.animationName;if (element && ['lines-slide-up', 'lines-slide-up-random'].includes(animationName)) {theGemHeadingPrepareAnimation(element);}});function theGemHeadingPrepareAnimation(element) {if (!element) return;const isDesktop = window.innerWidth > 1024;const isTablet = window.innerWidth <= 1024 && window.innerWidth >= 768;const isMobile = window.innerWidth < 768;if (element.classList.contains('animation-prepared')) return;if (element.classList.contains('thegem-heading-animate-disable-desktop') && isDesktop) return;if (element.classList.contains('thegem-heading-animate-disable-tablet') && isTablet) return;if (element.classList.contains('thegem-heading-animate-disable-mobile') && isMobile) return;const animationName = element.dataset.animationName;const animationDelay = parseInt(element.dataset.animationDelay) || 0;const animationInterval = parseInt(element.dataset.animationInterval) || 0;switch (animationName) {case 'lines-slide-up':case 'lines-slide-up-random':const animationLineTagWrap = '<span class=\"thegem-heading-line-wrap\">';let animationLineTag = function (index) {let styles = '';if (animationName === 'lines-slide-up' && (animationDelay > 0 || animationInterval > 0)) {styles = `animation-delay: ${(animationDelay + (animationInterval*(index+1)))}ms;`;}return '<span class=\"thegem-heading-line\"' + (styles!== '' ? ' style=\"'+styles+'\"' : '') + '>';};let nodes = element.childNodes;let currentOffset = nodes[0].offsetTop;let index = 0;let idx = 0;let html = animationLineTagWrap + animationLineTag(index);for (let i = 0; i < nodes.length; i++) {if (nodes[i].nodeType === 3) continue;if (nodes[i].offsetTop > currentOffset + nodes[i].scrollHeight\/2) {index++;html += '<\/span><\/span>' + animationLineTagWrap + animationLineTag(index);currentOffset = nodes[i].offsetTop;if (animationName === 'lines-slide-up-random') idx = 0;}if (animationName === 'lines-slide-up-random' && (animationDelay > 0 || animationInterval > 0)) {nodes[i].style.animationDelay = (animationDelay + animationInterval*(idx+1)) + 'ms';}html += nodes[i].outerHTML + ' ';if (animationName === 'lines-slide-up-random') idx++;}html += '<\/span><\/span>';element.innerHTML = html;break;}element.classList.add('animation-prepared');}document.addEventListener('theGemHeading.startAnimation', function(event) {const element = event.target;let rotatingItem = element.querySelector('.thegem-heading-rotating');if (typeof(rotatingItem) != 'undefined' && rotatingItem != null) {document.fonts.ready.then(()=>{theGemHeadingRotatingText(rotatingItem);});}});function theGemHeadingRotatingText(element) {if (!element) return;let items = Array.from(element.getElementsByClassName('thegem-heading-rotating-text'));if (items.length === 0) return;let duration = element.dataset.duration !== undefined ? parseInt(element.dataset.duration) : 1400;let animation = element.dataset.animation;let current = items[0];if (animation === 'fade') {let maxWidth = Math.max(...items.map((item)=>item.clientWidth));items.forEach((item)=>item.style.width = maxWidth + 'px');setInterval(()=>{let next = current.nextElementSibling !== null ? current.nextElementSibling : element.childNodes[0];current.style.opacity = 0;setTimeout(()=>{current.style.position = 'absolute';next.style.position = 'relative';next.style.opacity = 1;current = next;}, 700);}, 1000 + duration);} else {element.style.width = element.clientWidth+'px';current.style.width = element.clientWidth+'px';items.forEach((item)=>item.dataset.width = item.clientWidth);setInterval(()=>{let next = current.nextElementSibling !== null ? current.nextElementSibling : element.childNodes[0];let nextWidth = next.dataset.width;let currentWidth = current.dataset.width;element.style.width = nextWidth + 'px';current.style.width = '1px';current.style.opacity = 0;next.style.width = '1px';setTimeout(()=>{current.style.position = 'absolute';current.style.width = currentWidth + 'px';next.style.position = 'relative';next.style.opacity = 1;next.style.width = nextWidth + 'px';current = next;}, 500);}, 1000 + duration);}}<\/script><div class=\"thegem-heading thegem-animated-heading title-xlarge thegem-heading-animate lines-slide-up-random\" id=\"thegem-heading-fd9fedc\" data-animation-name=\"lines-slide-up-random\" data-animation-interval=\"300\"><span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\">Tw\u00f3j<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\">drugi<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\">dom<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #FEAD46;\">podczas<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #FEAD46;\">studi\u00f3w<\/span><\/div><style type=\"text\/css\">#thegem-heading-fd9fedc {margin: 0;}#thegem-heading-fd9fedc {margin-left: auto; margin-right: auto;}#thegem-heading-fd9fedc > * {justify-content: center;}#thegem-heading-fd9fedc .thegem-heading-word {animation-duration: 2000ms;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d7fa5ed elementor-widget__width-initial elementor-widget-tablet__width-inherit flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"d7fa5ed\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h4 thegem-heading-animate lines-slide-up\" id=\"thegem-heading-d7fa5ed\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">Nasz<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">Akademik<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">to<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">miejsce,<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">gdzie<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">komfort<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">spotyka<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">si\u0119<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">ze<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">\u015bwietn\u0105<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">lokalizacj\u0105<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">i<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">niesamowit\u0105<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">spo\u0142eczno\u015bci\u0105,<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">kt\u00f3r\u0105<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">tworzymy<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">razem.<\/span> <\/div><style type=\"text\/css\">#thegem-heading-d7fa5ed {margin: 0;}#thegem-heading-d7fa5ed {margin-left: auto; margin-right: auto;}#thegem-heading-d7fa5ed > * {justify-content: center;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-thegem-interactions=\"{&quot;mousemove&quot;:&quot;yes&quot;,&quot;mouse_direction&quot;:-1,&quot;mouse_speed&quot;:0.1,&quot;devices&quot;:[&quot;desktop&quot;]}\" class=\"elementor-element elementor-element-44820eb elementor-absolute animated-slow flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-styledimage\" data-id=\"44820eb\" data-element_type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;http:\\\/\\\/akademik.dkonto.pl\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/img-figure-1.png&quot;,&quot;id&quot;:&quot;700&quot;,&quot;size&quot;:&quot;&quot;},&quot;_position&quot;:&quot;absolute&quot;,&quot;image_position_tablet&quot;:&quot;centered&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;thegem_interaction_mouse&quot;:&quot;yes&quot;,&quot;thegem_interaction_mouse_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]},&quot;thegem_interaction_devices&quot;:[&quot;desktop&quot;],&quot;thegem_elementor_preset&quot;:&quot;default&quot;,&quot;image_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-left  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2023\/10\/img-figure-1.png\"\n\t\t\t\t\t\t alt=\"img-figure-1 (Demo)\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-thegem-interactions=\"{&quot;mousemove&quot;:&quot;yes&quot;,&quot;mouse_direction&quot;:1,&quot;mouse_speed&quot;:0.1,&quot;devices&quot;:[&quot;desktop&quot;]}\" class=\"elementor-element elementor-element-3be6a1c elementor-absolute animated-slow flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-styledimage\" data-id=\"3be6a1c\" data-element_type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;http:\\\/\\\/akademik.dkonto.pl\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/img-figure-2.png&quot;,&quot;id&quot;:&quot;701&quot;,&quot;size&quot;:&quot;&quot;},&quot;image_position&quot;:&quot;right&quot;,&quot;_position&quot;:&quot;absolute&quot;,&quot;image_position_tablet&quot;:&quot;right&quot;,&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;thegem_interaction_mouse&quot;:&quot;yes&quot;,&quot;thegem_interaction_mouse_direction&quot;:&quot;negative&quot;,&quot;thegem_interaction_mouse_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]},&quot;thegem_interaction_devices&quot;:[&quot;desktop&quot;],&quot;thegem_elementor_preset&quot;:&quot;default&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-right  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2023\/10\/img-figure-2.png\"\n\t\t\t\t\t\t alt=\"img-figure-2 (Demo)\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9ce3312 hero-inner-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9ce3312\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0172f06\" data-id=\"0172f06\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e5936d2 elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"e5936d2\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c138efa flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledimage\" data-id=\"c138efa\" data-element_type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;http:\\\/\\\/akademik.dkonto.pl\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/4168158d-c6cf-49e9-82af-05f9218988d3-1536x1023-1.jpg&quot;,&quot;id&quot;:1683,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;image_position&quot;:&quot;centered&quot;,&quot;thegem_elementor_preset&quot;:&quot;default&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t<div class=\"centered-box gem-image-centered-box\">\n\t\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-centered  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/4168158d-c6cf-49e9-82af-05f9218988d3-1536x1023-1-768x512.jpg\"\n\t\t\t\t\t\t alt=\"4168158d-c6cf-49e9-82af-05f9218988d3-1536x1023\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t<\/div>\n<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6c8fa28 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6c8fa28\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d5ef1bd\" data-id=\"d5ef1bd\" data-element_type=\"column\" id=\"features\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c91de93 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"c91de93\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-xlarge thegem-heading-animate lines-slide-up\" id=\"thegem-heading-c91de93\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"150\"><span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\">Co<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\">Nas<\/span> <span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\">Wyr\u00f3\u017cnia?<\/span><\/div><style type=\"text\/css\">#thegem-heading-c91de93 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0975698 elementor-widget__width-initial elementor-widget-tablet__width-inherit flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"0975698\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h5 thegem-heading-animate lines-slide-up\" id=\"thegem-heading-0975698\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">Za<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">tym<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">akademikiem<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">nie<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">stoi<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">\u017cadna<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">korporacja<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">ani<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">instytucja<\/span>\n<span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">nastawiona<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">na<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">zysk.<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">To<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">miejsce<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">tworzone<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">z<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">serca,<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">prowadzone<\/span>\n<span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">przez<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">katolick\u0105<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">wsp\u00f3lnot\u0119<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">CNN<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">o<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">powo\u0142aniu<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">ekumenicznym.<\/span>\n<span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">Akademik,<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">kt\u00f3ry<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">ma<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">by\u0107<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">domem<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">\u2014<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">nie<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">tylko<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">dla<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">student\u00f3w,<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">nie<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">tylko<\/span>\n<span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">dla<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">wierz\u0105cych.<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">Mamy<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">w\u0142asn\u0105<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">kaplic\u0119,<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">w<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">kt\u00f3rej<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">odbywaj\u0105<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">si\u0119<\/span>\n<span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">modlitwy,<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">adoracje<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">i<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">wsp\u00f3lne<\/span> <span class=\"light colored thegem-heading-word\" style=\"color: #FFFFFF;\">spotkania.<\/span> <\/div><style type=\"text\/css\">#thegem-heading-0975698 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-081687e flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledbutton\" data-id=\"081687e\" data-element_type=\"widget\" data-settings=\"{&quot;effects_enabled&quot;:&quot;yes&quot;,&quot;thegem_button_skin&quot;:&quot;flat&quot;,&quot;disable_uppercase&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-styledbutton.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script type=\"text\/javascript\">(function() {function TheGemButtonAnimation() {this.animateClass = 'thegem-button-animate';this.animatedClass = 'thegem-button-animated';}TheGemButtonAnimation.prototype = {initialize: function () {let items =document.querySelectorAll('.'+this.animateClass);items.forEach((item)=>{if (this.isElementVisible(item)) this.startAnimation(item);});if ('IntersectionObserver' in window) {let intersectionObserver = new IntersectionObserver((entries, observer)=>{entries.forEach((entry)=> {if (entry.isIntersecting) {this.startAnimation(entry.target);intersectionObserver.unobserve(entry.target);}});});items.forEach((item)=>intersectionObserver.observe(item));} else {items.forEach((item)=>this.startAnimation(item));}},isElementVisible: function (element) {let rect= element.getBoundingClientRect(),vWidth= window.innerWidth || document.documentElement.clientWidth,vHeight= window.innerHeight || document.documentElement.clientHeight,efp= (x, y) => document.elementFromPoint(x, y);if (rect.right < 0 || rect.bottom < 0 || rect.left > vWidth || rect.top > vHeight) return false;return (element.contains(efp(rect.left,rect.top)) ||element.contains(efp(rect.right, rect.top)) ||element.contains(efp(rect.right, rect.bottom)) ||element.contains(efp(rect.left,rect.bottom)));},startAnimation: function (element) {if (element && !element.classList.contains(this.animatedClass)) {element.classList.add(this.animatedClass);element.classList.remove(this.animateClass);}}};window.theGemButtonAnimation= new TheGemButtonAnimation();document.addEventListener('DOMContentLoaded', function() {window.theGemButtonAnimation.initialize();});})();<\/script><style>.elementor-element-081687e .gem-button {opacity:0}<\/style>\n<div class=\"thegem-button-animate thegem-button-animation-slide-up gem-button-container gem-widget-button lazy-loading\">\n\n\t\t<a class=\"gem-button gem-button-size-medium gem-button-text-weight-bold gem-button-style-flat\" href=\"#\">\n\t\t<span class=\"gem-inner-wrapper-btn\">\n\t\t\t\t\t\t<span class=\"gem-text-button\">\n\t\t\t\tNapisz ju\u017c teraz!\t\t\t<\/span>\n\t\t<\/span>\n\t<\/a>\n\n\t\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4fd8683\" data-id=\"4fd8683\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a1714f6 elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-infobox\" data-id=\"a1714f6\" data-element_type=\"widget\" data-settings=\"{&quot;thegem_elementor_preset&quot;:&quot;classic&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"thegem-infobox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-infobox styled-textbox-classic \">\n\n\t\n\t\t<div class=\"gem-infobox-top gem-infobox-top-none default-fill\">\n\t\t\t\t\t<\/div>\n\t\n\t<div class=\"gem-infobox-inner\">\n\n\t\t<div class=\"gem-infobox-content default gem-infobox-icon-horizontal-left gem-infobox-icon-image-wrapping-inline\">\n\n\t\t\t\t\t\t\t<div class=\"gem-texbox-icon-image-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"default left\">\n\t\t\t\t\t\t\t<div class=\"gem-infobox-icon\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-map-pin\" viewBox=\"0 0 288 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"gem-texbox-text-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-title title-h4 light\">\n\t\t\t\t\t\t\tCentrum \u0141odzi\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t<\/div>\n\n\t\n\t\t<div class=\"gem-infobox-bottom gem-infobox-bottom-none default-fill\">\n\t\t\t\t<\/div>\n\t\n\t\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d42ea79 elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-infobox\" data-id=\"d42ea79\" data-element_type=\"widget\" data-settings=\"{&quot;thegem_elementor_preset&quot;:&quot;classic&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:80}\" data-widget_type=\"thegem-infobox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-infobox styled-textbox-classic \">\n\n\t\n\t\t<div class=\"gem-infobox-top gem-infobox-top-none default-fill\">\n\t\t\t\t\t<\/div>\n\t\n\t<div class=\"gem-infobox-inner\">\n\n\t\t<div class=\"gem-infobox-content default gem-infobox-icon-horizontal-left gem-infobox-icon-image-wrapping-inline\">\n\n\t\t\t\t\t\t\t<div class=\"gem-texbox-icon-image-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"default left\">\n\t\t\t\t\t\t\t<div class=\"gem-infobox-icon\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bicycle\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M512.509 192.001c-16.373-.064-32.03 2.955-46.436 8.495l-77.68-125.153A24 24 0 0 0 368.001 64h-64c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h50.649l14.896 24H256.002v-16c0-8.837-7.163-16-16-16h-87.459c-13.441 0-24.777 10.999-24.536 24.437.232 13.044 10.876 23.563 23.995 23.563h48.726l-29.417 47.52c-13.433-4.83-27.904-7.483-42.992-7.52C58.094 191.83.412 249.012.002 319.236-.413 390.279 57.055 448 128.002 448c59.642 0 109.758-40.793 123.967-96h52.033a24 24 0 0 0 20.406-11.367L410.37 201.77l14.938 24.067c-25.455 23.448-41.385 57.081-41.307 94.437.145 68.833 57.899 127.051 126.729 127.719 70.606.685 128.181-55.803 129.255-125.996 1.086-70.941-56.526-129.72-127.476-129.996zM186.75 265.772c9.727 10.529 16.673 23.661 19.642 38.228h-43.306l23.664-38.228zM128.002 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c5.869 0 11.586.653 17.099 1.859l-45.505 73.509C89.715 331.327 101.213 352 120.002 352h81.3c-12.37 28.225-40.562 48-73.3 48zm162.63-96h-35.624c-3.96-31.756-19.556-59.894-42.383-80.026L237.371 184h127.547l-74.286 120zm217.057 95.886c-41.036-2.165-74.049-35.692-75.627-76.755-.812-21.121 6.633-40.518 19.335-55.263l44.433 71.586c4.66 7.508 14.524 9.816 22.032 5.156l13.594-8.437c7.508-4.66 9.817-14.524 5.156-22.032l-44.468-71.643a79.901 79.901 0 0 1 19.858-2.497c44.112 0 80 35.888 80 80-.001 45.54-38.252 82.316-84.313 79.885z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"gem-texbox-text-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-title title-h4 light\">\n\t\t\t\t\t\t\tSi\u0142ownia, Rowerownia, Pralnia\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t<\/div>\n\n\t\n\t\t<div class=\"gem-infobox-bottom gem-infobox-bottom-none default-fill\">\n\t\t\t\t<\/div>\n\t\n\t\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e63468f elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-infobox\" data-id=\"e63468f\" data-element_type=\"widget\" data-settings=\"{&quot;thegem_elementor_preset&quot;:&quot;classic&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:160}\" data-widget_type=\"thegem-infobox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-infobox styled-textbox-classic \">\n\n\t\n\t\t<div class=\"gem-infobox-top gem-infobox-top-none default-fill\">\n\t\t\t\t\t<\/div>\n\t\n\t<div class=\"gem-infobox-inner\">\n\n\t\t<div class=\"gem-infobox-content default gem-infobox-icon-horizontal-left gem-infobox-icon-image-wrapping-inline\">\n\n\t\t\t\t\t\t\t<div class=\"gem-texbox-icon-image-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"default left\">\n\t\t\t\t\t\t\t<div class=\"gem-infobox-icon\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-laptop\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"gem-texbox-text-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-title title-h4 light\">\n\t\t\t\t\t\t\tMedia w cenie\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t<\/div>\n\n\t\n\t\t<div class=\"gem-infobox-bottom gem-infobox-bottom-none default-fill\">\n\t\t\t\t<\/div>\n\t\n\t\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8e5e47 elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-infobox\" data-id=\"c8e5e47\" data-element_type=\"widget\" data-settings=\"{&quot;thegem_elementor_preset&quot;:&quot;classic&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:160}\" data-widget_type=\"thegem-infobox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-infobox styled-textbox-classic \">\n\n\t\n\t\t<div class=\"gem-infobox-top gem-infobox-top-none default-fill\">\n\t\t\t\t\t<\/div>\n\t\n\t<div class=\"gem-infobox-inner\">\n\n\t\t<div class=\"gem-infobox-content default gem-infobox-icon-horizontal-left gem-infobox-icon-image-wrapping-inline\">\n\n\t\t\t\t\t\t\t<div class=\"gem-texbox-icon-image-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"default left\">\n\t\t\t\t\t\t\t<div class=\"gem-infobox-icon\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-comments\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"gem-texbox-text-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-title title-h4 light\">\n\t\t\t\t\t\t\tCzas na integracj\u0119 i rozw\u00f3j\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t<\/div>\n\n\t\n\t\t<div class=\"gem-infobox-bottom gem-infobox-bottom-none default-fill\">\n\t\t\t\t<\/div>\n\t\n\t\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4d9d74 elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-infobox\" data-id=\"b4d9d74\" data-element_type=\"widget\" data-settings=\"{&quot;thegem_elementor_preset&quot;:&quot;classic&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:160}\" data-widget_type=\"thegem-infobox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-infobox styled-textbox-classic \">\n\n\t\n\t\t<div class=\"gem-infobox-top gem-infobox-top-none default-fill\">\n\t\t\t\t\t<\/div>\n\t\n\t<div class=\"gem-infobox-inner\">\n\n\t\t<div class=\"gem-infobox-content default gem-infobox-icon-horizontal-left gem-infobox-icon-image-wrapping-inline\">\n\n\t\t\t\t\t\t\t<div class=\"gem-texbox-icon-image-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"default left\">\n\t\t\t\t\t\t\t<div class=\"gem-infobox-icon\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-praying-hands\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M272 191.91c-17.6 0-32 14.4-32 32v80c0 8.84-7.16 16-16 16s-16-7.16-16-16v-76.55c0-17.39 4.72-34.47 13.69-49.39l77.75-129.59c9.09-15.16 4.19-34.81-10.97-43.91-14.45-8.67-32.72-4.3-42.3 9.21-.2.23-.62.21-.79.48l-117.26 175.9C117.56 205.9 112 224.31 112 243.29v80.23l-90.12 30.04A31.974 31.974 0 0 0 0 383.91v96c0 10.82 8.52 32 32 32 2.69 0 5.41-.34 8.06-1.03l179.19-46.62C269.16 449.99 304 403.8 304 351.91v-128c0-17.6-14.4-32-32-32zm346.12 161.73L528 323.6v-80.23c0-18.98-5.56-37.39-16.12-53.23L394.62 14.25c-.18-.27-.59-.24-.79-.48-9.58-13.51-27.85-17.88-42.3-9.21-15.16 9.09-20.06 28.75-10.97 43.91l77.75 129.59c8.97 14.92 13.69 32 13.69 49.39V304c0 8.84-7.16 16-16 16s-16-7.16-16-16v-80c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 51.89 34.84 98.08 84.75 112.34l179.19 46.62c2.66.69 5.38 1.03 8.06 1.03 23.48 0 32-21.18 32-32v-96c0-13.77-8.81-25.99-21.88-30.35z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"gem-texbox-text-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-title title-h4 light\">\n\t\t\t\t\t\t\tKaplica \u2014 je\u015bli chcesz, masz gdzie si\u0119 wyciszy\u0107\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t<\/div>\n\n\t\n\t\t<div class=\"gem-infobox-bottom gem-infobox-bottom-none default-fill\">\n\t\t\t\t<\/div>\n\t\n\t\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4049264 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4049264\" data-element_type=\"section\" id=\"about\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;thegem_custom_css&quot;:&quot;.infobox-team {\\n    margin-left: auto!important;\\n}\\n@media(max-width: 1500px){\\n    .img-team .gem-image{\\n        width: 100%!important;\\n    }\\n}&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-86bd01c\" data-id=\"86bd01c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-812d74f elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"812d74f\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e35f63c\" data-id=\"e35f63c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div data-thegem-interactions=\"{&quot;mousemove&quot;:&quot;yes&quot;,&quot;mouse_direction&quot;:-1,&quot;mouse_speed&quot;:0.1,&quot;devices&quot;:[&quot;desktop&quot;]}\" class=\"elementor-element elementor-element-e4be58e img-team flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-styledimage\" data-id=\"e4be58e\" data-element_type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;http:\\\/\\\/akademik.dkonto.pl\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/CleanShot-2025-05-21-at-15.30.24.png&quot;,&quot;id&quot;:29483,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;image_position&quot;:&quot;right&quot;,&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;thegem_interaction_mouse&quot;:&quot;yes&quot;,&quot;thegem_interaction_mouse_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]},&quot;thegem_interaction_devices&quot;:[&quot;desktop&quot;],&quot;thegem_elementor_preset&quot;:&quot;default&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-right lazy-loading \">\n\t\t\t<div class=\"gem-wrapbox-inner  lazy-loading-item\"  data-ll-effect=\"move-up\">\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/05\/CleanShot-2025-05-21-at-15.30.24-1536x846.png\"\n\t\t\t\t\t\t alt=\"CleanShot 2025-05-21 at 15.30.24\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b793120 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"b793120\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ad4ebf elementor-widget__width-initial elementor-widget-mobile__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-infobox\" data-id=\"0ad4ebf\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;thegem_elementor_preset&quot;:&quot;tiny&quot;}\" data-widget_type=\"thegem-infobox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-infobox styled-textbox-tiny \">\n\n\t\n\t\t<div class=\"gem-infobox-top gem-infobox-top-none default-fill\">\n\t\t\t\t\t<\/div>\n\t\n\t<div class=\"gem-infobox-inner\">\n\n\t\t<div class=\"gem-infobox-content\">\n\n\t\t\t\n\t\t\t<div class=\"gem-texbox-text-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-title title-h1 bold\">\n\t\t\t\t\t\t\t12\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-subtitle title-h5\">\n\t\t\t\t\t\t\tkrajach\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t<\/div>\n\n\t\n\t\t<div class=\"gem-infobox-bottom gem-infobox-bottom-none default-fill\">\n\t\t\t\t<\/div>\n\t\n\t\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-85e3b69 elementor-widget__width-initial elementor-widget-mobile__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-infobox\" data-id=\"85e3b69\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;_animation_delay&quot;:80,&quot;thegem_elementor_preset&quot;:&quot;tiny&quot;}\" data-widget_type=\"thegem-infobox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-infobox styled-textbox-tiny \">\n\n\t\n\t\t<div class=\"gem-infobox-top gem-infobox-top-none default-fill\">\n\t\t\t\t\t<\/div>\n\t\n\t<div class=\"gem-infobox-inner\">\n\n\t\t<div class=\"gem-infobox-content\">\n\n\t\t\t\n\t\t\t<div class=\"gem-texbox-text-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-title title-h1 bold\">\n\t\t\t\t\t\t\t32\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-subtitle title-h5\">\n\t\t\t\t\t\t\tAkademiki\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t<\/div>\n\n\t\n\t\t<div class=\"gem-infobox-bottom gem-infobox-bottom-none default-fill\">\n\t\t\t\t<\/div>\n\t\n\t\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-550cad6 elementor-widget__width-initial elementor-widget-mobile__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-infobox\" data-id=\"550cad6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;_animation_delay&quot;:160,&quot;thegem_elementor_preset&quot;:&quot;tiny&quot;}\" data-widget_type=\"thegem-infobox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-infobox styled-textbox-tiny \">\n\n\t\n\t\t<div class=\"gem-infobox-top gem-infobox-top-none default-fill\">\n\t\t\t\t\t<\/div>\n\t\n\t<div class=\"gem-infobox-inner\">\n\n\t\t<div class=\"gem-infobox-content\">\n\n\t\t\t\n\t\t\t<div class=\"gem-texbox-text-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-title title-h1 bold\">\n\t\t\t\t\t\t\t2007\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-subtitle title-h5\">\n\t\t\t\t\t\t\tw \u0141odzi\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t<\/div>\n\n\t\n\t\t<div class=\"gem-infobox-bottom gem-infobox-bottom-none default-fill\">\n\t\t\t\t<\/div>\n\t\n\t\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c433642\" data-id=\"c433642\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aafe5bf elementor-widget__width-initial elementor-widget-tablet__width-inherit flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"aafe5bf\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate lines-slide-up\" id=\"thegem-heading-aafe5bf\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"150\"><span class=\"thegem-heading-word\">Doskona\u0142a<\/span> <span class=\"thegem-heading-word\">lokalizacja<\/span><\/div><style type=\"text\/css\">#thegem-heading-aafe5bf {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-589a30a flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-text-editor\" data-id=\"589a30a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\r\n\t\t\t\t\t\t<p><b>Gdzie znajdziesz nasz Akademik? W sercu \u0141odzi! Prawdziwe centrum, kt\u00f3re otwiera przed Tob\u0105 mn\u00f3stwo mo\u017cliwo\u015bci.<\/b><\/p><p><span style=\"font-weight: 400;\">Wystarczy 2 minuty spacerem, by dotrze\u0107 na s\u0142ynn\u0105 <\/span><b>Piotrkowsk\u0105<\/b><span style=\"font-weight: 400;\">, a po drugiej stronie ulicy masz <\/span><b>\u017babk\u0119 i Stokrotk\u0119<\/b><span style=\"font-weight: 400;\"> \u2013 idealne na szybkie zakupy.<\/span><\/p><p><span style=\"font-weight: 400;\">W niedalekiej odleg\u0142o\u015bci praktycznie wszystko, czego potrzebujesz:<\/span><\/p>\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5100230 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-text-editor\" data-id=\"5100230\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\r\n\t\t\t\t\t\t<ul><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Manufaktura\/Galeria \u0141\u00f3dzka <\/b><span style=\"font-weight: 400;\">\u2013 15-20 minut pieszo <\/span> <span style=\"font-weight: 400;\"><br \/><\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Dworzec PKP \u0141\u00f3d\u017a Fabryczna <\/b><span style=\"font-weight: 400;\">\u2013 15 minut spacerem <\/span> <span style=\"font-weight: 400;\"><br \/><\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Uniwersytet Medyczny<\/b><span style=\"font-weight: 400;\"> \u2013 10 minut rowerem <\/span> <span style=\"font-weight: 400;\"><br \/><\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Akademia Muzyczna<\/b><span style=\"font-weight: 400;\"> \u2013 10 minut spacerem <\/span> <span style=\"font-weight: 400;\"><br \/><\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Uniwersytet \u0141\u00f3dzki<\/b><span style=\"font-weight: 400;\"> \u2013 15-20 minut spacerem <\/span> <span style=\"font-weight: 400;\"><br \/><\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Park \u015aledzia<\/b><span style=\"font-weight: 400;\"> \u2013 15 minut spacerem <\/span><\/li><\/ul><p><b>Jak widzisz, wsz\u0119dzie blisko! To sprawia, \u017ce \u017cycie w Akademiku jest nie tylko komfortowe, ale te\u017c super wygodne.<\/b><\/p>\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-229e582 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"229e582\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1d6bf46 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1d6bf46\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f0ec9d7\" data-id=\"f0ec9d7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div data-thegem-interactions=\"{&quot;mousemove&quot;:&quot;yes&quot;,&quot;mouse_direction&quot;:-1,&quot;mouse_speed&quot;:0.1,&quot;devices&quot;:[&quot;desktop&quot;]}\" class=\"elementor-element elementor-element-839c8ee flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-styledimage\" data-id=\"839c8ee\" data-element_type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;http:\\\/\\\/akademik.dkonto.pl\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/0Y5A9034-Edytuj-scaled.jpg&quot;,&quot;id&quot;:1682,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;image_position_tablet&quot;:&quot;centered&quot;,&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;thegem_interaction_mouse&quot;:&quot;yes&quot;,&quot;thegem_interaction_mouse_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]},&quot;thegem_interaction_devices&quot;:[&quot;desktop&quot;],&quot;thegem_elementor_preset&quot;:&quot;default&quot;,&quot;image_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-left  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A9034-Edytuj-scaled.jpg\"\n\t\t\t\t\t\t alt=\"0Y5A9034-Edytuj\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7227ff3\" data-id=\"7227ff3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div data-thegem-interactions=\"{&quot;mousemove&quot;:&quot;yes&quot;,&quot;mouse_direction&quot;:1,&quot;mouse_speed&quot;:0.3,&quot;devices&quot;:[&quot;desktop&quot;]}\" class=\"elementor-element elementor-element-9738458 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-styledimage\" data-id=\"9738458\" data-element_type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;http:\\\/\\\/akademik.dkonto.pl\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/0Y5A8879-scaled.jpg&quot;,&quot;id&quot;:1674,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;image_position&quot;:&quot;right&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;thegem_interaction_mouse&quot;:&quot;yes&quot;,&quot;thegem_interaction_mouse_direction&quot;:&quot;negative&quot;,&quot;thegem_interaction_mouse_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]},&quot;thegem_interaction_devices&quot;:[&quot;desktop&quot;],&quot;thegem_elementor_preset&quot;:&quot;default&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-right  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A8879-scaled.jpg\"\n\t\t\t\t\t\t alt=\"0Y5A8879\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-thegem-interactions=\"{&quot;mousemove&quot;:&quot;yes&quot;,&quot;mouse_direction&quot;:1,&quot;mouse_speed&quot;:0.1,&quot;devices&quot;:[&quot;desktop&quot;]}\" class=\"elementor-element elementor-element-a3b0dbb flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-styledimage\" data-id=\"a3b0dbb\" data-element_type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;http:\\\/\\\/akademik.dkonto.pl\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/0Y5A5228-HDR-scaled.jpg&quot;,&quot;id&quot;:1660,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;image_position&quot;:&quot;right&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;thegem_interaction_mouse&quot;:&quot;yes&quot;,&quot;thegem_interaction_mouse_direction&quot;:&quot;negative&quot;,&quot;thegem_interaction_mouse_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]},&quot;thegem_interaction_devices&quot;:[&quot;desktop&quot;],&quot;thegem_elementor_preset&quot;:&quot;default&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-right  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5228-HDR-scaled.jpg\"\n\t\t\t\t\t\t alt=\"0Y5A5228-HDR\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fdc7abf supercharge-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fdc7abf\" data-element_type=\"section\" data-settings=\"{&quot;thegem_custom_css&quot;:&quot;@media(min-width: 1520px){\\n    .supercharge-section.elementor-section &gt; .elementor-container {\\n    max-width: 1485px!important;\\n    }\\n}\\n@media(max-width: 1520px) and (min-width: 1025px){\\n    .supercharge-img {\\n    top: -130px!important;\\n    }\\n}&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1ac1a59\" data-id=\"1ac1a59\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-96db50e flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"96db50e\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate letters-scale-out thegem-heading-animate\" id=\"thegem-heading-96db50e\"><span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 30ms\">T<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 60ms\">o<\/span><\/span> <span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 90ms\">i<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 120ms\">d<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 150ms\">e<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 180ms\">a<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 210ms\">l<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 240ms\">n<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 270ms\">a<\/span><\/span> <span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 300ms\">p<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 330ms\">r<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 360ms\">z<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 390ms\">e<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 420ms\">s<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 450ms\">t<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 480ms\">r<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 510ms\">z<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 540ms\">e<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 570ms\">\u0144<\/span><\/span> <span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 600ms\">d<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 630ms\">l<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 660ms\">a<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 690ms\">:<\/span><\/span> <span class=\"colored thegem-heading-rotating\" style=\"color: #FFFFFF;\" ><span class=\"thegem-heading-rotating-text\">Student\u00f3w w wieku 18-28 lat<\/span> <span class=\"thegem-heading-rotating-text\" style=\"opacity: 0; position: absolute;\">Chc\u0105cych pog\u0142\u0119bi\u0107 swoj\u0105 wiar\u0119<\/span> <span class=\"thegem-heading-rotating-text\" style=\"opacity: 0; position: absolute;\">M\u0142odych pracuj\u0105cych w wieku 18-28<\/span> <span class=\"thegem-heading-rotating-text\" style=\"opacity: 0; position: absolute;\">Chc\u0105cych mie\u0107 domowy klimat<\/span> <span class=\"thegem-heading-rotating-text\" style=\"opacity: 0; position: absolute;\">Chc\u0105cych mieszka\u0107 w centrum<\/span><\/span> <\/div><style type=\"text\/css\">#thegem-heading-96db50e {margin: 0;}#thegem-heading-96db50e {margin-left: auto; margin-right: auto;}#thegem-heading-96db50e > * {justify-content: center;}#thegem-heading-96db50e .thegem-heading-letter {animation-timing-function: cubic-bezier(0,1,5,1);}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bcad921 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bcad921\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;thegem_custom_css&quot;:&quot;.line-strike {\\n    text-decoration: line-through;\\n    color: #ffffff;\\n}&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a6abd1a\" data-id=\"a6abd1a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7568291 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7568291\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-60e703c\" data-id=\"60e703c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-74e4ff9 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"74e4ff9\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate lines-slide-up-random\" id=\"thegem-heading-74e4ff9\" data-animation-name=\"lines-slide-up-random\" data-animation-interval=\"150\"><span class=\"thegem-heading-word\">Pokoje<\/span> <span class=\"thegem-heading-word\">i<\/span> <span class=\"thegem-heading-word\">inne<\/span> <span class=\"thegem-heading-word\">miejsca<\/span> <span class=\"thegem-heading-word\">w<\/span> <span class=\"thegem-heading-word\">domu<\/span><\/div><style type=\"text\/css\">#thegem-heading-74e4ff9 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac9b017 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-text-editor\" data-id=\"ac9b017\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\r\n\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">W naszej czteropi\u0119trowej kamienicy znajdziesz idealne miejsce do mieszkania i nauki! Oferujemy <\/span><b>35<\/b> <b>miejsc<\/b><span style=\"font-weight: 400;\"> w pokojach: <\/span><b>jedno-, dwu- lub trzyosobowych<\/b><span style=\"font-weight: 400;\">. Dost\u0119pne s\u0105 te\u017c opcje z <\/span><b>antresol\u0105 lub bez niej,<\/b><span style=\"font-weight: 400;\"> by dopasowa\u0107 si\u0119 do Twoich potrzeb.<\/span><\/p><p><b>Ka\u017cdy pok\u00f3j jest w pe\u0142ni wyposa\u017cony \u2013 znajdziesz w nim \u0142\u00f3\u017cko, szaf\u0119, rega\u0142 na ksi\u0105\u017cki, biurko z krzes\u0142em i umywalk\u0119 z lustrem.<\/b><\/p><p><span style=\"font-weight: 400;\">Dla Twojej wygody, pi\u0119tra lub korytarze s\u0105 podzielone na <\/span><b>strefy damskie i m\u0119skie<\/b><span style=\"font-weight: 400;\">. Na ka\u017cdym pi\u0119trze znajdziesz <\/span><b>\u0142azienk\u0119 z toalet\u0105 i prysznicami<\/b><span style=\"font-weight: 400;\">, a tak\u017ce <\/span><b>open space<\/b><span style=\"font-weight: 400;\">, idealny na szybk\u0105 herbatk\u0119 lub spokojne poczytanie ksi\u0105\u017cki.<br \/><br \/><\/span><\/p><p><span style=\"font-weight: 400;\">Ale to nie wszystko! Do Twojej dyspozycji jest r\u00f3wnie\u017c:<\/span><\/p><ul><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Przestronny salon <\/b><span style=\"font-weight: 400;\">\u2013 idealny do relaksu i spotka\u0144 ze znajomymi. <\/span> <span style=\"font-weight: 400;\"><br \/><\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Du\u017ca, <\/b> <b>w pe\u0142ni wyposa\u017cona kuchnia z jadalni\u0105<\/b><span style=\"font-weight: 400;\"> \u2013 gotuj i jedz w komfortowych warunkach. <\/span> <span style=\"font-weight: 400;\"><br \/><\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Dwie sale cichej nauki<\/b><span style=\"font-weight: 400;\"> \u2013 skup si\u0119 na nauce bez przeszk\u00f3d. <\/span> <span style=\"font-weight: 400;\"><br \/><\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Pralnia z suszarni\u0105<\/b><span style=\"font-weight: 400;\"> \u2013 zadbaj o swoje ubrania bez wychodzenia z budynku. <\/span> <span style=\"font-weight: 400;\"><br \/><\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Si\u0142ownia <\/b><span style=\"font-weight: 400;\">\u2013 dbaj o form\u0119 bez karnetu. <\/span> <span style=\"font-weight: 400;\"><br \/><\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><b>Rowerownia<\/b> <span style=\"font-weight: 400;\">\u2013 bezpieczne miejsce na Tw\u00f3j sprz\u0119t. <\/span> <span style=\"font-weight: 400;\"><br \/><\/span><\/li><\/ul><p><span style=\"font-weight: 400;\"><b>Kaplica<\/b> \u2013 je\u015bli szukasz chwili wyciszenia i refleksji.<\/span><\/p>\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f9ab4a flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledbutton\" data-id=\"1f9ab4a\" data-element_type=\"widget\" data-settings=\"{&quot;effects_enabled&quot;:&quot;yes&quot;,&quot;thegem_button_skin&quot;:&quot;flat&quot;,&quot;disable_uppercase&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-styledbutton.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-1f9ab4a .gem-button {opacity:0}<\/style>\n<div class=\"thegem-button-animate thegem-button-animation-slide-up gem-button-container gem-widget-button lazy-loading\">\n\n\t\t<a class=\"gem-button gem-button-size-medium gem-button-text-weight-bold gem-button-style-flat\" href=\"#\">\n\t\t<span class=\"gem-inner-wrapper-btn\">\n\t\t\t\t\t\t<span class=\"gem-text-button\">\n\t\t\t\tNapisz ju\u017c teraz!\t\t\t<\/span>\n\t\t<\/span>\n\t<\/a>\n\n\t\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t<div class=\"elementor-element elementor-element-72fd04d thegem-e-con-layout-thegem e-flex e-con-boxed e-con e-parent\" data-id=\"72fd04d\" data-element_type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b646f9 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-gallery-grid\" data-id=\"7b646f9\" data-element_type=\"widget\" data-settings=\"{&quot;columns_desktop&quot;:&quot;4x&quot;,&quot;columns_tablet&quot;:&quot;3x&quot;,&quot;columns_mobile&quot;:&quot;2x&quot;,&quot;thegem_elementor_preset&quot;:&quot;default&quot;,&quot;image_ratio_default&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;ajax_preloader_type&quot;:&quot;default&quot;,&quot;container_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:16,&quot;sizes&quot;:[]},&quot;container_margin_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;container_margin_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"thegem-gallery-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"preloader save-space\"><div class=\"preloader-spin\"><\/div><\/div> <div class=\"gallery-preloader-wrapper\"> <div class=\"row\"> <div class=\"gem-gallery-grid gallery-style-justified hover-disabled gaps-margin columns-4 columns-tablet-3 columns-mobile-2 \" data-uid=\"7b646f9\" data-hover=\"disabled\" data-filter=\"[]\"> <div class=\"portfolio not-fullwidth-block \"> <ul class=\"gallery-set clearfix\" data-max-row-height=\"\"> <li class=\"gallery-item gallery-0 col-xs-6 col-sm-4 col-md-3 single-icon post-154 page type-page status-publish\" style=\"padding: calc(16px\/2); \"> <div class=\"wrap gem-wrapbox gem-wrapbox-style-default\"> <div class=\"overlay-wrap\"> <div class=\"image-wrap \"> <picture> <source srcset=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5118-HDR-scaled-thegem-product-justified-square-s.jpg 1x\" sizes=\"100vw\"> <img fetchpriority=\"high\" src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5118-HDR-scaled-thegem-product-justified-square-s.jpg\" width=\"300\" height=\"300\" class=\"attachment-thegem-product-justified-square-s\" alt=\"0Y5A5118-HDR\" \/> <\/picture> <\/div> <div class=\"overlay \"> <div class=\"overlay-circle\"><\/div> <a href=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5118-HDR-scaled.jpg\" class=\"gallery-item-link fancy-gallery\" data-fancybox=\"gallery-69fc178a9fe51\" data-elementor-open-lightbox=\"no\"> <span class=\"slide-info\"> <\/span> <\/a> <div class=\"overlay-content\"> <div class=\"overlay-content-center\"> <div class=\"overlay-content-inner\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/li> <li class=\"gallery-item gallery-0 col-xs-6 col-sm-4 col-md-3 single-icon post-154 page type-page status-publish\" style=\"padding: calc(16px\/2); \"> <div class=\"wrap gem-wrapbox gem-wrapbox-style-default\"> <div class=\"overlay-wrap\"> <div class=\"image-wrap \"> <picture> <source srcset=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5164-HDR-scaled-thegem-product-justified-square-s.jpg 1x\" sizes=\"100vw\"> <img src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5164-HDR-scaled-thegem-product-justified-square-s.jpg\" width=\"300\" height=\"300\" class=\"attachment-thegem-product-justified-square-s\" alt=\"0Y5A5164-HDR\" \/> <\/picture> <\/div> <div class=\"overlay \"> <div class=\"overlay-circle\"><\/div> <a href=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5164-HDR-scaled.jpg\" class=\"gallery-item-link fancy-gallery\" data-fancybox=\"gallery-69fc178a9fe51\" data-elementor-open-lightbox=\"no\"> <span class=\"slide-info\"> <\/span> <\/a> <div class=\"overlay-content\"> <div class=\"overlay-content-center\"> <div class=\"overlay-content-inner\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/li> <li class=\"gallery-item gallery-0 col-xs-6 col-sm-4 col-md-3 single-icon post-154 page type-page status-publish\" style=\"padding: calc(16px\/2); \"> <div class=\"wrap gem-wrapbox gem-wrapbox-style-default\"> <div class=\"overlay-wrap\"> <div class=\"image-wrap \"> <picture> <source srcset=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5180-scaled-thegem-product-justified-square-s.jpg 1x\" sizes=\"100vw\"> <img src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5180-scaled-thegem-product-justified-square-s.jpg\" width=\"300\" height=\"300\" class=\"attachment-thegem-product-justified-square-s\" alt=\"0Y5A5180\" \/> <\/picture> <\/div> <div class=\"overlay \"> <div class=\"overlay-circle\"><\/div> <a href=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5180-scaled.jpg\" class=\"gallery-item-link fancy-gallery\" data-fancybox=\"gallery-69fc178a9fe51\" data-elementor-open-lightbox=\"no\"> <span class=\"slide-info\"> <\/span> <\/a> <div class=\"overlay-content\"> <div class=\"overlay-content-center\"> <div class=\"overlay-content-inner\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/li> <li class=\"gallery-item gallery-0 col-xs-6 col-sm-4 col-md-3 single-icon post-154 page type-page status-publish\" style=\"padding: calc(16px\/2); \"> <div class=\"wrap gem-wrapbox gem-wrapbox-style-default\"> <div class=\"overlay-wrap\"> <div class=\"image-wrap \"> <picture> <source srcset=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5173-HDR-scaled-thegem-product-justified-square-s.jpg 1x\" sizes=\"100vw\"> <img loading=\"lazy\" src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5173-HDR-scaled-thegem-product-justified-square-s.jpg\" width=\"300\" height=\"300\" class=\"attachment-thegem-product-justified-square-s\" alt=\"0Y5A5173-HDR\" \/> <\/picture> <\/div> <div class=\"overlay \"> <div class=\"overlay-circle\"><\/div> <a href=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5173-HDR-scaled.jpg\" class=\"gallery-item-link fancy-gallery\" data-fancybox=\"gallery-69fc178a9fe51\" data-elementor-open-lightbox=\"no\"> <span class=\"slide-info\"> <\/span> <\/a> <div class=\"overlay-content\"> <div class=\"overlay-content-center\"> <div class=\"overlay-content-inner\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/li> <li class=\"gallery-item gallery-0 col-xs-6 col-sm-4 col-md-3 single-icon post-154 page type-page status-publish\" style=\"padding: calc(16px\/2); \"> <div class=\"wrap gem-wrapbox gem-wrapbox-style-default\"> <div class=\"overlay-wrap\"> <div class=\"image-wrap \"> <picture> <source srcset=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5135-HDR-scaled-thegem-product-justified-square-s.jpg 1x\" sizes=\"100vw\"> <img loading=\"lazy\" src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5135-HDR-scaled-thegem-product-justified-square-s.jpg\" width=\"300\" height=\"300\" class=\"attachment-thegem-product-justified-square-s\" alt=\"0Y5A5135-HDR\" \/> <\/picture> <\/div> <div class=\"overlay \"> <div class=\"overlay-circle\"><\/div> <a href=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5135-HDR-scaled.jpg\" class=\"gallery-item-link fancy-gallery\" data-fancybox=\"gallery-69fc178a9fe51\" data-elementor-open-lightbox=\"no\"> <span class=\"slide-info\"> <\/span> <\/a> <div class=\"overlay-content\"> <div class=\"overlay-content-center\"> <div class=\"overlay-content-inner\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/li> <li class=\"gallery-item gallery-0 col-xs-6 col-sm-4 col-md-3 single-icon post-154 page type-page status-publish\" style=\"padding: calc(16px\/2); \"> <div class=\"wrap gem-wrapbox gem-wrapbox-style-default\"> <div class=\"overlay-wrap\"> <div class=\"image-wrap \"> <picture> <source srcset=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5191-HDR-scaled-thegem-product-justified-square-s.jpg 1x\" sizes=\"100vw\"> <img loading=\"lazy\" src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5191-HDR-scaled-thegem-product-justified-square-s.jpg\" width=\"300\" height=\"300\" class=\"attachment-thegem-product-justified-square-s\" alt=\"0Y5A5191-HDR\" \/> <\/picture> <\/div> <div class=\"overlay \"> <div class=\"overlay-circle\"><\/div> <a href=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5191-HDR-scaled.jpg\" class=\"gallery-item-link fancy-gallery\" data-fancybox=\"gallery-69fc178a9fe51\" data-elementor-open-lightbox=\"no\"> <span class=\"slide-info\"> <\/span> <\/a> <div class=\"overlay-content\"> <div class=\"overlay-content-center\"> <div class=\"overlay-content-inner\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/li> <li class=\"gallery-item gallery-0 col-xs-6 col-sm-4 col-md-3 single-icon post-154 page type-page status-publish\" style=\"padding: calc(16px\/2); \"> <div class=\"wrap gem-wrapbox gem-wrapbox-style-default\"> <div class=\"overlay-wrap\"> <div class=\"image-wrap \"> <picture> <source srcset=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A8994-Pano-2-scaled-thegem-product-justified-square-s.jpg 1x\" sizes=\"100vw\"> <img loading=\"lazy\" src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A8994-Pano-2-scaled-thegem-product-justified-square-s.jpg\" width=\"300\" height=\"300\" class=\"attachment-thegem-product-justified-square-s\" alt=\"0Y5A8994-Pano-2\" \/> <\/picture> <\/div> <div class=\"overlay \"> <div class=\"overlay-circle\"><\/div> <a href=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A8994-Pano-2-scaled.jpg\" class=\"gallery-item-link fancy-gallery\" data-fancybox=\"gallery-69fc178a9fe51\" data-elementor-open-lightbox=\"no\"> <span class=\"slide-info\"> <\/span> <\/a> <div class=\"overlay-content\"> <div class=\"overlay-content-center\"> <div class=\"overlay-content-inner\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/li> <li class=\"gallery-item gallery-0 col-xs-6 col-sm-4 col-md-3 single-icon post-154 page type-page status-publish\" style=\"padding: calc(16px\/2); \"> <div class=\"wrap gem-wrapbox gem-wrapbox-style-default\"> <div class=\"overlay-wrap\"> <div class=\"image-wrap \"> <picture> <source srcset=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5111-HDR-scaled-thegem-product-justified-square-s.jpg 1x\" sizes=\"100vw\"> <img loading=\"lazy\" src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5111-HDR-scaled-thegem-product-justified-square-s.jpg\" width=\"300\" height=\"300\" class=\"attachment-thegem-product-justified-square-s\" alt=\"0Y5A5111-HDR\" \/> <\/picture> <\/div> <div class=\"overlay \"> <div class=\"overlay-circle\"><\/div> <a href=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/0Y5A5111-HDR-scaled.jpg\" class=\"gallery-item-link fancy-gallery\" data-fancybox=\"gallery-69fc178a9fe51\" data-elementor-open-lightbox=\"no\"> <span class=\"slide-info\"> <\/span> <\/a> <div class=\"overlay-content\"> <div class=\"overlay-content-center\"> <div class=\"overlay-content-inner\"> <\/div> <\/div> <\/div> <\/div> <\/div> <\/div> <\/li> <\/ul> <div class=\"portfolio-item-size-container\"> <li class=\"gallery-item size-item col-xs-6 col-sm-4 col-md-3 post-154 page type-page status-publish\" style=\"padding: calc(16px\/2); \"> <\/li> <\/div> <\/div> <\/div> <\/div> <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-63e80ccf pt-17 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"63e80ccf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;thegem_custom_css&quot;:&quot;.pt-17 .orange-price .pricing-column-wrapper .pricing-price {\\n    padding-left: 55px!important;\\n}\\n.pt-17 .orange-price figure.pricing-row {\\n    padding-left: 55px!important;\\n    padding-right: 55px!important;\\n}\\n.pt-17 .pink-price .pricing-column-wrapper .pricing-price,\\n.pt-17 .blue-price .pricing-column-wrapper .pricing-price{\\n    padding-left: 35px!important;\\n}\\n.pt-17 .pink-price figure.pricing-row,\\n.pt-17 .blue-price figure.pricing-row{\\n    padding-left: 35px!important;\\n    padding-right: 35px!important;\\n}\\n@media(max-width: 1024px){\\n    .pt-17 .orange-price .pricing-table-style-1 .pricing-column {\\n    width: 50%!important;\\n}}\\n@media(max-width: 768px){\\n    .pt-17 .orange-price .pricing-table-style-1 .pricing-column {\\n    width: 100%!important;\\n}}&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-406d6fca\" data-id=\"406d6fca\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2839c15 elementor-widget__width-initial elementor-widget-tablet__width-inherit flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"2839c15\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate lines-slide-up\" id=\"thegem-heading-2839c15\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"150\"><span class=\"thegem-heading-word\">Przyst\u0119pne<\/span> <span class=\"thegem-heading-word\">ceny<\/span><\/div><style type=\"text\/css\">#thegem-heading-2839c15 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa84b28 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"aa84b28\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading styled-subtitle thegem-heading-animate lines-slide-up\" id=\"thegem-heading-aa84b28\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\">U<\/span> <span class=\"thegem-heading-word\">nas<\/span> <span class=\"thegem-heading-word\">masz<\/span> <span class=\"thegem-heading-word\">spok\u00f3j<\/span> <span class=\"thegem-heading-word\">ducha,<\/span> <span class=\"thegem-heading-word\">bo<\/span> <span class=\"thegem-heading-word\">wszystkie<\/span> <span class=\"thegem-heading-word\">media<\/span> <span class=\"thegem-heading-word\">i<\/span> <span class=\"thegem-heading-word\">szybki<\/span> <span class=\"thegem-heading-word\">internet<\/span> <span class=\"thegem-heading-word\">s\u0105<\/span> <span class=\"thegem-heading-word\">wliczone<\/span> <span class=\"thegem-heading-word\">w<\/span> <span class=\"thegem-heading-word\">cen\u0119!<\/span> <span class=\"thegem-heading-word\">Dodatkowo,<\/span> <span class=\"thegem-heading-word\">co<\/span> <span class=\"thegem-heading-word\">czwartek<\/span> <span class=\"thegem-heading-word\">czeka<\/span> <span class=\"thegem-heading-word\">na<\/span> <span class=\"thegem-heading-word\">Ciebie<\/span> <span class=\"thegem-heading-word\">obiado-kolacja,<\/span> <span class=\"thegem-heading-word\">a<\/span> <span class=\"thegem-heading-word\">w<\/span> <span class=\"thegem-heading-word\">ci\u0105gu<\/span> <span class=\"thegem-heading-word\">roku<\/span> <span class=\"thegem-heading-word\">organizujemy<\/span> <span class=\"thegem-heading-word\">dwa<\/span> <span class=\"thegem-heading-word\">wyjazdy<\/span> <span class=\"thegem-heading-word\">integracyjne<\/span> <span class=\"thegem-heading-word\">\u2013<\/span> <span class=\"thegem-heading-word\">wszystko,<\/span> <span class=\"thegem-heading-word\">by\u015b<\/span> <span class=\"thegem-heading-word\">m\u00f3g\u0142<\/span> <span class=\"thegem-heading-word\">skupi\u0107<\/span> <span class=\"thegem-heading-word\">si\u0119<\/span> <span class=\"thegem-heading-word\">na<\/span> <span class=\"thegem-heading-word\">nauce<\/span> <span class=\"thegem-heading-word\">i<\/span> <span class=\"thegem-heading-word\">\u017cyciu<\/span> <span class=\"thegem-heading-word\">towarzyskim,<\/span> <span class=\"thegem-heading-word\">a<\/span> <span class=\"thegem-heading-word\">nie<\/span> <span class=\"thegem-heading-word\">na<\/span> <span class=\"thegem-heading-word\">dodatkowych<\/span> <span class=\"thegem-heading-word\">kosztach.<\/span><\/div><style type=\"text\/css\">#thegem-heading-aa84b28 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a413f43 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledbutton\" data-id=\"a413f43\" data-element_type=\"widget\" data-settings=\"{&quot;effects_enabled&quot;:&quot;yes&quot;,&quot;thegem_button_skin&quot;:&quot;flat&quot;,&quot;disable_uppercase&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-styledbutton.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-a413f43 .gem-button {opacity:0}<\/style>\n<div class=\"thegem-button-animate thegem-button-animation-slide-up gem-button-container gem-widget-button lazy-loading\">\n\n\t\t<a class=\"gem-button gem-button-size-medium gem-button-text-weight-bold gem-button-style-flat\" href=\"#\">\n\t\t<span class=\"gem-inner-wrapper-btn\">\n\t\t\t\t\t\t<span class=\"gem-text-button\">\n\t\t\t\tNapisz ju\u017c teraz!\t\t\t<\/span>\n\t\t<\/span>\n\t<\/a>\n\n\t\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78a9dfb4 orange-price flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-pricing-table\" data-id=\"78a9dfb4\" data-element_type=\"widget\" data-settings=\"{&quot;content_header_title&quot;:&quot;Pok\\u00f3j jednoosobowy&quot;,&quot;thegem_elementor_preset&quot;:&quot;1&quot;,&quot;content_header_show&quot;:&quot;yes&quot;,&quot;content_pricing_show&quot;:&quot;yes&quot;,&quot;content_footer_show&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-pricing-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t<div class=\"pricing-table pricing-table-style-1 button-icon-default\">\n\t\t<div class=\"pricing-column-wrapper \">\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"pricing-column\">\n\t\t\t\t<div class=\"pricing-price-row\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-title-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-title header-align-left\"><span >Pok\u00f3j jednoosobowy<\/span><\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-wrapper\">\n\t\t\t\t\t\t<div class=\"pricing-price pricing-align-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pricing-cost\">1100z\u0142<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"time\">MIESI\u0118CZNIE<\/div>\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"pricing-footer\">\n\t\t\t\t\t<div class=\"gem-button-container gem-button-position-center footer-align-left\">\n\t\t\t\t\t\t<a class=\"gem-button gem-button-text-weight-normal  gem-button-icon-position-left \t\t\t\t\t\t gem-button-style-flat  gem-button-size-small \" \n\t\t\t\t\t\t\t\t\t\t\t\t>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span ><\/span>\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d23baee pink-price flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-pricing-table\" data-id=\"d23baee\" data-element_type=\"widget\" data-settings=\"{&quot;content_header_title&quot;:&quot;Pok\\u00f3j DWUOSOBOWY&quot;,&quot;thegem_elementor_preset&quot;:&quot;1&quot;,&quot;content_header_show&quot;:&quot;yes&quot;,&quot;content_pricing_show&quot;:&quot;yes&quot;,&quot;content_footer_show&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-pricing-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t<div class=\"pricing-table pricing-table-style-1 button-icon-default\">\n\t\t<div class=\"pricing-column-wrapper \">\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"pricing-column\">\n\t\t\t\t<div class=\"pricing-price-row\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-title-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-title header-align-left\"><span >Pok\u00f3j DWUOSOBOWY<\/span><\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-wrapper\">\n\t\t\t\t\t\t<div class=\"pricing-price pricing-align-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pricing-cost\">900z\u0142<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"time\">MIESI\u0118CZNIE<\/div>\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"pricing-footer\">\n\t\t\t\t\t<div class=\"gem-button-container gem-button-position-center footer-align-left\">\n\t\t\t\t\t\t<a class=\"gem-button gem-button-text-weight-normal  gem-button-icon-position-left \t\t\t\t\t\t gem-button-style-flat  gem-button-size-small \" \n\t\t\t\t\t\t\t\t\t\t\t\t>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span ><\/span>\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-71930702\" data-id=\"71930702\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5d6889a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5d6889a\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3c87f520\" data-id=\"3c87f520\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f13147b pink-price flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-pricing-table\" data-id=\"f13147b\" data-element_type=\"widget\" data-settings=\"{&quot;content_header_title&quot;:&quot;Pok\\u00f3j DWUOSOBOWY&quot;,&quot;thegem_elementor_preset&quot;:&quot;1&quot;,&quot;content_header_show&quot;:&quot;yes&quot;,&quot;content_pricing_show&quot;:&quot;yes&quot;,&quot;content_footer_show&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-pricing-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t<div class=\"pricing-table pricing-table-style-1 button-icon-default\">\n\t\t<div class=\"pricing-column-wrapper \">\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"pricing-column\">\n\t\t\t\t<div class=\"pricing-price-row\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-title-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-title header-align-left\"><span >Pok\u00f3j DWUOSOBOWY<\/span><\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-wrapper\">\n\t\t\t\t\t\t<div class=\"pricing-price pricing-align-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pricing-cost\">900z\u0142<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"time\">MIESI\u0118CZNIE<\/div>\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"pricing-footer\">\n\t\t\t\t\t<div class=\"gem-button-container gem-button-position-center footer-align-left\">\n\t\t\t\t\t\t<a class=\"gem-button gem-button-text-weight-normal  gem-button-icon-position-left \t\t\t\t\t\t gem-button-style-flat  gem-button-size-small \" \n\t\t\t\t\t\t\t\t\t\t\t\t>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span ><\/span>\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17617de1 blue-price flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-pricing-table\" data-id=\"17617de1\" data-element_type=\"widget\" data-settings=\"{&quot;content_header_title&quot;:&quot;pok\\u00f3j TRZYOSOBOWY&quot;,&quot;thegem_elementor_preset&quot;:&quot;1&quot;,&quot;content_header_show&quot;:&quot;yes&quot;,&quot;content_pricing_show&quot;:&quot;yes&quot;,&quot;content_footer_show&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-pricing-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t<div class=\"pricing-table pricing-table-style-1 button-icon-default\">\n\t\t<div class=\"pricing-column-wrapper \">\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"pricing-column\">\n\t\t\t\t<div class=\"pricing-price-row\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-title-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-title header-align-left\"><span >pok\u00f3j TRZYOSOBOWY<\/span><\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-wrapper\">\n\t\t\t\t\t\t<div class=\"pricing-price pricing-align-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pricing-cost\">900z\u0142<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"time\">MIESI\u0118CZNIE<\/div>\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"pricing-footer\">\n\t\t\t\t\t<div class=\"gem-button-container gem-button-position-center footer-align-left\">\n\t\t\t\t\t\t<a class=\"gem-button gem-button-text-weight-normal  gem-button-icon-position-left \t\t\t\t\t\t gem-button-style-flat  gem-button-size-small \" \n\t\t\t\t\t\t\t\t\t\t\t\t>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span ><\/span>\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a255871 blue-price flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-pricing-table\" data-id=\"a255871\" data-element_type=\"widget\" data-settings=\"{&quot;content_header_title&quot;:&quot;Pok\\u00f3j jednoosobwy z \\u0142azienk\\u0105&quot;,&quot;thegem_elementor_preset&quot;:&quot;1&quot;,&quot;content_header_show&quot;:&quot;yes&quot;,&quot;content_pricing_show&quot;:&quot;yes&quot;,&quot;content_footer_show&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-pricing-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t<div class=\"pricing-table pricing-table-style-1 button-icon-default\">\n\t\t<div class=\"pricing-column-wrapper \">\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"pricing-column\">\n\t\t\t\t<div class=\"pricing-price-row\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-title-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-title header-align-left\"><span >Pok\u00f3j jednoosobwy z \u0142azienk\u0105<\/span><\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"pricing-price-wrapper\">\n\t\t\t\t\t\t<div class=\"pricing-price pricing-align-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pricing-cost\">1500z\u0142<\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"time\">MIESI\u0118CZNIE<\/div>\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"pricing-footer\">\n\t\t\t\t\t<div class=\"gem-button-container gem-button-position-center footer-align-left\">\n\t\t\t\t\t\t<a class=\"gem-button gem-button-text-weight-normal  gem-button-icon-position-left \t\t\t\t\t\t gem-button-style-flat  gem-button-size-small \" \n\t\t\t\t\t\t\t\t\t\t\t\t>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span ><\/span>\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-631891f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"631891f\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6507563\" data-id=\"6507563\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-48575cf elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"48575cf\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6539aae\" data-id=\"6539aae\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div data-thegem-interactions=\"{&quot;mousemove&quot;:&quot;yes&quot;,&quot;mouse_direction&quot;:-1,&quot;mouse_speed&quot;:0.1,&quot;devices&quot;:[&quot;desktop&quot;]}\" class=\"elementor-element elementor-element-12b28e7 img-team flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-styledimage\" data-id=\"12b28e7\" data-element_type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;http:\\\/\\\/akademik.dkonto.pl\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/DSC09240-1-1536x1028-1.jpg&quot;,&quot;id&quot;:1684,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;image_position&quot;:&quot;right&quot;,&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;thegem_interaction_mouse&quot;:&quot;yes&quot;,&quot;thegem_interaction_mouse_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1,&quot;sizes&quot;:[]},&quot;thegem_interaction_devices&quot;:[&quot;desktop&quot;],&quot;thegem_elementor_preset&quot;:&quot;default&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-right  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/03\/DSC09240-1-1536x1028-1.jpg\"\n\t\t\t\t\t\t alt=\"DSC09240-1-1536x1028\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-585f045 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-spacer\" data-id=\"585f045\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d8baf84\" data-id=\"d8baf84\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6abf71a elementor-widget-tablet__width-inherit flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"6abf71a\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate lines-slide-up\" id=\"thegem-heading-6abf71a\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"150\"><span class=\"thegem-heading-word\">Czas<\/span> <span class=\"thegem-heading-word\">na<\/span> <span class=\"thegem-heading-word\">integracj\u0119<\/span> <span class=\"thegem-heading-word\">i<\/span> <span class=\"thegem-heading-word\">rozw\u00f3j<\/span><\/div><style type=\"text\/css\">#thegem-heading-6abf71a {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c7aa97 elementor-widget-tablet__width-inherit flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"0c7aa97\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading styled-subtitle thegem-heading-animate lines-slide-up\" id=\"thegem-heading-0c7aa97\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\">Wiemy,<\/span> <span class=\"thegem-heading-word\">\u017ce<\/span> <span class=\"thegem-heading-word\">\u017cycie<\/span> <span class=\"thegem-heading-word\">studenckie<\/span> <span class=\"thegem-heading-word\">to<\/span> <span class=\"thegem-heading-word\">nie<\/span> <span class=\"thegem-heading-word\">tylko<\/span> <span class=\"thegem-heading-word\">nauka.<\/span> <span class=\"thegem-heading-word\">W<\/span> <span class=\"thegem-heading-word\">ka\u017cdy<\/span> <span class=\"thegem-heading-word\">czwartek<\/span> <span class=\"thegem-heading-word\">proponujemy<\/span> <span class=\"thegem-heading-word\">Ci<\/span> <span class=\"thegem-heading-word\">wsp\u00f3ln\u0105<\/span> <span class=\"thegem-heading-word\">kolacj\u0119<\/span> <span class=\"thegem-heading-word\">i<\/span> <span class=\"thegem-heading-word\">wiecz\u00f3r<\/span> <span class=\"thegem-heading-word\">integracyjno-formacyjny.<\/span> <span class=\"thegem-heading-word\">Zapraszamy<\/span> <span class=\"thegem-heading-word\">go\u015bci,<\/span> <span class=\"thegem-heading-word\">wyk\u0142adowc\u00f3w<\/span> <span class=\"thegem-heading-word\">i<\/span> <span class=\"thegem-heading-word\">ekspert\u00f3w<\/span> <span class=\"thegem-heading-word\">z<\/span> <span class=\"thegem-heading-word\">rozmaitych<\/span> <span class=\"thegem-heading-word\">dziedzin,<\/span> <span class=\"thegem-heading-word\">kt\u00f3rzy<\/span> <span class=\"thegem-heading-word\">dziel\u0105<\/span> <span class=\"thegem-heading-word\">si\u0119<\/span> <span class=\"thegem-heading-word\">swoj\u0105<\/span> <span class=\"thegem-heading-word\">wiedz\u0105<\/span> <span class=\"thegem-heading-word\">i<\/span> <span class=\"thegem-heading-word\">do\u015bwiadczeniem.<\/span> <span class=\"thegem-heading-word\">Gramy<\/span> <span class=\"thegem-heading-word\">r\u00f3wnie\u017c<\/span> <span class=\"thegem-heading-word\">w<\/span> <span class=\"thegem-heading-word\">plansz\u00f3wki,<\/span> <span class=\"thegem-heading-word\">ogl\u0105damy<\/span> <span class=\"thegem-heading-word\">filmy<\/span> <span class=\"thegem-heading-word\">i<\/span> <span class=\"thegem-heading-word\">sp\u0119dzamy<\/span> <span class=\"thegem-heading-word\">czas<\/span> <span class=\"thegem-heading-word\">razem.<\/span><\/div><style type=\"text\/css\">#thegem-heading-0c7aa97 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4dec78f flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledbutton\" data-id=\"4dec78f\" data-element_type=\"widget\" data-settings=\"{&quot;effects_enabled&quot;:&quot;yes&quot;,&quot;thegem_button_skin&quot;:&quot;flat&quot;,&quot;disable_uppercase&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-styledbutton.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-4dec78f .gem-button {opacity:0}<\/style>\n<div class=\"thegem-button-animate thegem-button-animation-slide-up gem-button-container gem-widget-button lazy-loading\">\n\n\t\t<a class=\"gem-button gem-button-size-medium gem-button-text-weight-bold gem-button-style-flat\" href=\"#\">\n\t\t<span class=\"gem-inner-wrapper-btn\">\n\t\t\t\t\t\t<span class=\"gem-text-button\">\n\t\t\t\tNapisz ju\u017c teraz!\t\t\t<\/span>\n\t\t<\/span>\n\t<\/a>\n\n\t\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-41f8e2e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"41f8e2e\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-42bb0b4\" data-id=\"42bb0b4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-274280e flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"274280e\" data-element_type=\"widget\" id=\"news\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate words-slide-right\" id=\"thegem-heading-274280e\"><span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF; animation-delay: 15ms\">Wydarzenia<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF; animation-delay: 30ms\">i<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF; animation-delay: 45ms\">aktualno\u015bci<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-274280e {margin: 0;}#thegem-heading-274280e {margin-left: auto; margin-right: auto;}#thegem-heading-274280e > * {justify-content: center;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a379da7 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-extended-blog-grid\" data-id=\"a379da7\" data-element_type=\"widget\" data-settings=\"{&quot;thegem_elementor_preset&quot;:&quot;new&quot;,&quot;disable_preloader&quot;:&quot;yes&quot;,&quot;hide_filters_sorting&quot;:&quot;yes&quot;,&quot;filters_text_labels_clear_text&quot;:&quot;Clear Filters&quot;,&quot;not_found_text&quot;:&quot;No items were found matching your selection&quot;,&quot;sorting_extended_text&quot;:&quot;Default sorting&quot;,&quot;sorting_extended_dropdown_title_text&quot;:&quot;Sort by title (A-Z)&quot;,&quot;sorting_extended_dropdown_title_desc_text&quot;:&quot;Sort by title (Z-A)&quot;,&quot;sorting_extended_dropdown_latest_text&quot;:&quot;Sort by latest&quot;,&quot;sorting_extended_dropdown_oldest_text&quot;:&quot;Sort by oldest&quot;,&quot;portfolio_uid&quot;:&quot;a379da7&quot;,&quot;image_ratio_default&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.24,&quot;sizes&quot;:[]},&quot;categories&quot;:[&quot;business&quot;,&quot;software&quot;],&quot;image_hover_effect&quot;:&quot;zoom-overlay&quot;,&quot;items_per_page&quot;:3,&quot;title_weight&quot;:&quot;light&quot;,&quot;loading_animation&quot;:&quot;yes&quot;,&quot;animation_effect&quot;:&quot;scale&quot;,&quot;skin_source&quot;:&quot;default&quot;,&quot;layout&quot;:&quot;justified&quot;,&quot;columns&quot;:&quot;3x&quot;,&quot;columns_tablet&quot;:&quot;2x&quot;,&quot;columns_mobile&quot;:&quot;1x&quot;,&quot;image_size&quot;:&quot;default&quot;,&quot;query_type&quot;:&quot;post&quot;,&quot;source&quot;:[&quot;categories&quot;],&quot;exclude_blog_posts_type&quot;:&quot;manual&quot;,&quot;order_by&quot;:&quot;default&quot;,&quot;order&quot;:&quot;default&quot;,&quot;caption_position&quot;:&quot;page&quot;,&quot;blog_show_featured_image&quot;:&quot;yes&quot;,&quot;blog_show_title&quot;:&quot;yes&quot;,&quot;blog_show_description&quot;:&quot;yes&quot;,&quot;blog_show_date&quot;:&quot;yes&quot;,&quot;search_by&quot;:&quot;content&quot;,&quot;social_sharing&quot;:&quot;yes&quot;,&quot;sharing_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;shares_show_facebook&quot;:&quot;yes&quot;,&quot;shares_show_twitter&quot;:&quot;yes&quot;,&quot;shares_show_pinterest&quot;:&quot;yes&quot;,&quot;shares_show_tumblr&quot;:&quot;yes&quot;,&quot;shares_show_linkedin&quot;:&quot;yes&quot;,&quot;shares_show_reddit&quot;:&quot;yes&quot;,&quot;ignore_sticky_posts&quot;:&quot;yes&quot;,&quot;ajax_preloader_type&quot;:&quot;default&quot;,&quot;image_gaps&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:42,&quot;sizes&quot;:[]},&quot;image_gaps_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_gaps_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;icon_hover_show&quot;:&quot;yes&quot;,&quot;icon_hover_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;blog_title_preset&quot;:&quot;default&quot;,&quot;title_tag&quot;:&quot;div&quot;,&quot;blog_description_preset&quot;:&quot;default&quot;,&quot;caption_container_preset&quot;:&quot;transparent&quot;,&quot;pagination_arrows_left_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;pagination_arrows_right_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;readmore_button_type&quot;:&quot;outline&quot;,&quot;readmore_button_size&quot;:&quot;default&quot;}\" data-widget_type=\"thegem-extended-blog-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"portfolio-preloader-wrapper\">\n\n\t\t\t\t\n\t\t\t\t<div class=\"portfolio portfolio-grid extended-portfolio-grid news-grid no-padding portfolio-pagination-disabled portfolio-style-justified background-style-transparent hover-new-zoom-overlay title-on-page caption-position-page version-new  loading-animation item-animation-scale      columns-tablet-2 columns-mobile-1 hover-new-zoom-overlay   columns-3 disable-isotope            \" id=\"style-a379da7\" data-style-uid=\"a379da7\" data-portfolio-uid=\"a379da7\" data-current-page=\"1\" data-per-page=\"3\" data-next-page=\"0\" data-pages-count=\"1\" data-hover=\"new-zoom-overlay\" data-portfolio-filter=\"[]\" data-portfolio-filter-attributes=\"null\" data-portfolio-filter-status=\"null\" data-portfolio-filter-price=\"null\" data-portfolio-filter-search=\"\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"portfolio-row-outer \">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-top-panel selected-only\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-filter-item portfolio-selected-filters  \">\n\t<div class=\"portfolio-selected-filter-item clear-filters\">\n\t\tClear Filters\t<\/div>\n\t<\/div>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"row portfolio-row\">\n\t\t\t\t\t\t\t\t\t<div class=\"portfolio-set clearfix\"\n\t\t\t\t\t\t\t\t\t\t data-max-row-height=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-item business col-xs-12 col-sm-6 col-md-4 item-animations-not-inited before-start post-hide-categories show-caption-border post-has-author appearance-type- post-493 post type-post status-publish format-standard has-post-thumbnail category-business tag-business tag-consulting tag-software\" style=\"padding: calc(42px\/2)\" data-default-sort=\"0\" data-sort-date=\"1696323187\">\r\n\t\t\t\t\t\r\n\t\t\t<div class=\"wrap clearfix\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"image post-493 post type-post status-publish format-standard has-post-thumbnail category-business tag-business tag-consulting tag-software\">\r\n\t\t\t\t\t\t<div class=\"image-inner \">\r\n\r\n\t\t\t\t\t\t\t\t\t<picture>\n\t\t\t\t\t\t<img loading=\"lazy\" src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2026\/05\/transparent-thegem-product-justified-landscape-m.png\" width=\"400\" height=\"320\"  class=\"attachment-thegem-product-justified-landscape-m\" alt=\"National top 50 consulting firms (Demo)\" style=\"max-width: 110%\" \/>\n\t\t<\/picture>\n\t\t<div class=\"post-featured-content\"><a href=\"https:\/\/akademik.dkonto.pl\/index.php\/2023\/10\/03\/national-top-50-consulting-firms\/\">\t\t<picture>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<source srcset=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2023\/10\/home-img-4-thegem-product-justified-landscape-m.jpg 1x\"   sizes=\"100vw\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2023\/10\/home-img-4-thegem-product-justified-landscape-m.jpg\" width=\"400\" height=\"320\"  class=\"img-responsive\" alt=\"home-img-4 (Demo)\" \/>\n\t\t<\/picture>\n\t\t<\/a><\/div>\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"overlay\">\r\n\t\t\t\t\t\t\t\t<div class=\"overlay-circle\"><\/div>\r\n\r\n\t\t\t\t\t\t\t\t<div class=\"links-wrapper\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"links\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"caption\">\r\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/akademik.dkonto.pl\/index.php\/2023\/10\/03\/national-top-50-consulting-firms\/\" class=\"portfolio-item-link\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"screen-reader-text\">National top 50 consulting firms (Demo)<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"caption post-493 post type-post status-publish format-standard has-post-thumbnail category-business tag-business tag-consulting tag-software\">\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"post-author-date\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"post-date\">3 pa\u017adziernika, 2023<\/div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"title\">\r\n\t\t\t\t\t\t\t\t<span class=\"title-h4 light\"><a href=\"https:\/\/akademik.dkonto.pl\/index.php\/2023\/10\/03\/national-top-50-consulting-firms\/\" rel=\"bookmark\">National top 50 consulting firms (Demo)<\/a><\/span>\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"description text-body\">\r\n\t\t\t\t\t\t\t\t\t<p>Duis consectetur feugiat auctor. Morbi nec enim luctus, feugiat arcu id, ultricies ante. Duis vel massa eleifend, porta est non, feugiat metus.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"grid-post-meta clearfix without-likes\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"grid-post-meta-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"grid-post-share\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"javascript: void(0);\" class=\"icon share\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"default\"><\/i>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-sharing-pane\">\r\n<div class=\"socials-sharing socials socials-colored-hover \">\r\n\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fnational-top-50-consulting-firms%2F\"\r\n           title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/twitter.com\/intent\/tweet?text=National+top+50+consulting+firms+%28Demo%29&#038;url=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fnational-top-50-consulting-firms%2F\"\r\n           title=\"Twitter\"><i class=\"socials-item-icon twitter\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fnational-top-50-consulting-firms%2F&#038;description=National+top+50+consulting+firms+%28Demo%29&#038;media=https%3A%2F%2Fakademik.dkonto.pl%2Fwp-content%2Fuploads%2F2023%2F10%2Fhome-img-4-thegem-blog-timeline-large.jpg\"\r\n           title=\"Pinterest\"><i class=\"socials-item-icon pinterest\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"http:\/\/tumblr.com\/widgets\/share\/tool?canonicalUrl=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fnational-top-50-consulting-firms%2F\"\r\n           title=\"Tumblr\"><i class=\"socials-item-icon tumblr\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fnational-top-50-consulting-firms%2F&#038;title=National+top+50+consulting+firms+%28Demo%29&amp;summary=Duis+consectetur+feugiat+auctor.+Morbi+nec+enim+luctus%2C+feugiat+arcu+id%2C+ultricies+ante.+Duis+vel+massa+eleifend%2C+porta+est+non%2C+feugiat+metus.\"\r\n           title=\"LinkedIn\"><i class=\"socials-item-icon linkedin\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fnational-top-50-consulting-firms%2F&#038;title=National+top+50+consulting+firms+%28Demo%29\"\r\n           title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a>\r\n\t<\/div>\r\n<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"grid-post-meta-comments-likes\">\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t<div class=\"portfolio-item business col-xs-12 col-sm-6 col-md-4 item-animations-not-inited before-start post-hide-categories show-caption-border post-has-author appearance-type- post-491 post type-post status-publish format-standard has-post-thumbnail category-business tag-business tag-consulting tag-software\" style=\"padding: calc(42px\/2)\" data-default-sort=\"0\" data-sort-date=\"1696323172\">\r\n\t\t\t\t\t\r\n\t\t\t<div class=\"wrap clearfix\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"image post-491 post type-post status-publish format-standard has-post-thumbnail category-business tag-business tag-consulting tag-software\">\r\n\t\t\t\t\t\t<div class=\"image-inner \">\r\n\r\n\t\t\t\t\t\t\t\t\t<picture>\n\t\t\t\t\t\t<img loading=\"lazy\" src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2026\/05\/transparent-thegem-product-justified-landscape-m.png\" width=\"400\" height=\"320\"  class=\"attachment-thegem-product-justified-landscape-m\" alt=\"Successful product launch (Demo)\" style=\"max-width: 110%\" \/>\n\t\t<\/picture>\n\t\t<div class=\"post-featured-content\"><a href=\"https:\/\/akademik.dkonto.pl\/index.php\/2023\/10\/03\/successful-product-launch\/\">\t\t<picture>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<source srcset=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2023\/10\/home-img-5-thegem-product-justified-landscape-m.jpg 1x\"   sizes=\"100vw\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2023\/10\/home-img-5-thegem-product-justified-landscape-m.jpg\" width=\"400\" height=\"320\"  class=\"img-responsive\" alt=\"home-img-5 (Demo)\" \/>\n\t\t<\/picture>\n\t\t<\/a><\/div>\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"overlay\">\r\n\t\t\t\t\t\t\t\t<div class=\"overlay-circle\"><\/div>\r\n\r\n\t\t\t\t\t\t\t\t<div class=\"links-wrapper\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"links\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"caption\">\r\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/akademik.dkonto.pl\/index.php\/2023\/10\/03\/successful-product-launch\/\" class=\"portfolio-item-link\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"screen-reader-text\">Successful product launch (Demo)<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"caption post-491 post type-post status-publish format-standard has-post-thumbnail category-business tag-business tag-consulting tag-software\">\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"post-author-date\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"post-date\">3 pa\u017adziernika, 2023<\/div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"title\">\r\n\t\t\t\t\t\t\t\t<span class=\"title-h4 light\"><a href=\"https:\/\/akademik.dkonto.pl\/index.php\/2023\/10\/03\/successful-product-launch\/\" rel=\"bookmark\">Successful product launch (Demo)<\/a><\/span>\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"description text-body\">\r\n\t\t\t\t\t\t\t\t\t<p>Duis consectetur feugiat auctor. Morbi nec enim luctus, feugiat arcu id, ultricies ante. Duis vel massa eleifend, porta est non, feugiat metus.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"grid-post-meta clearfix without-likes\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"grid-post-meta-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"grid-post-share\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"javascript: void(0);\" class=\"icon share\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"default\"><\/i>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-sharing-pane\">\r\n<div class=\"socials-sharing socials socials-colored-hover \">\r\n\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fsuccessful-product-launch%2F\"\r\n           title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/twitter.com\/intent\/tweet?text=Successful+product+launch+%28Demo%29&#038;url=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fsuccessful-product-launch%2F\"\r\n           title=\"Twitter\"><i class=\"socials-item-icon twitter\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fsuccessful-product-launch%2F&#038;description=Successful+product+launch+%28Demo%29&#038;media=https%3A%2F%2Fakademik.dkonto.pl%2Fwp-content%2Fuploads%2F2023%2F10%2Fhome-img-5-thegem-blog-timeline-large.jpg\"\r\n           title=\"Pinterest\"><i class=\"socials-item-icon pinterest\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"http:\/\/tumblr.com\/widgets\/share\/tool?canonicalUrl=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fsuccessful-product-launch%2F\"\r\n           title=\"Tumblr\"><i class=\"socials-item-icon tumblr\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fsuccessful-product-launch%2F&#038;title=Successful+product+launch+%28Demo%29&amp;summary=Duis+consectetur+feugiat+auctor.+Morbi+nec+enim+luctus%2C+feugiat+arcu+id%2C+ultricies+ante.+Duis+vel+massa+eleifend%2C+porta+est+non%2C+feugiat+metus.\"\r\n           title=\"LinkedIn\"><i class=\"socials-item-icon linkedin\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fsuccessful-product-launch%2F&#038;title=Successful+product+launch+%28Demo%29\"\r\n           title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a>\r\n\t<\/div>\r\n<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"grid-post-meta-comments-likes\">\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t<div class=\"portfolio-item business col-xs-12 col-sm-6 col-md-4 item-animations-not-inited before-start post-hide-categories show-caption-border post-has-author appearance-type- post-473 post type-post status-publish format-standard has-post-thumbnail category-business tag-business tag-consulting tag-software\" style=\"padding: calc(42px\/2)\" data-default-sort=\"0\" data-sort-date=\"1696322486\">\r\n\t\t\t\t\t\r\n\t\t\t<div class=\"wrap clearfix\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"image post-473 post type-post status-publish format-standard has-post-thumbnail category-business tag-business tag-consulting tag-software\">\r\n\t\t\t\t\t\t<div class=\"image-inner \">\r\n\r\n\t\t\t\t\t\t\t\t\t<picture>\n\t\t\t\t\t\t<img loading=\"lazy\" src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2026\/05\/transparent-thegem-product-justified-landscape-m.png\" width=\"400\" height=\"320\"  class=\"attachment-thegem-product-justified-landscape-m\" alt=\"New 4.3 update of our software (Demo)\" style=\"max-width: 110%\" \/>\n\t\t<\/picture>\n\t\t<div class=\"post-featured-content\"><a href=\"https:\/\/akademik.dkonto.pl\/index.php\/2023\/10\/03\/new-4-3-update-of-our-software\/\">\t\t<picture>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<source srcset=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2023\/10\/home-img-6-thegem-product-justified-landscape-m.jpg 1x\"   sizes=\"100vw\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2023\/10\/home-img-6-thegem-product-justified-landscape-m.jpg\" width=\"400\" height=\"320\"  class=\"img-responsive\" alt=\"home-img-6 (Demo)\" \/>\n\t\t<\/picture>\n\t\t<\/a><\/div>\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"overlay\">\r\n\t\t\t\t\t\t\t\t<div class=\"overlay-circle\"><\/div>\r\n\r\n\t\t\t\t\t\t\t\t<div class=\"links-wrapper\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"links\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"caption\">\r\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/akademik.dkonto.pl\/index.php\/2023\/10\/03\/new-4-3-update-of-our-software\/\" class=\"portfolio-item-link\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"screen-reader-text\">New 4.3 update of our software (Demo)<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"caption post-473 post type-post status-publish format-standard has-post-thumbnail category-business tag-business tag-consulting tag-software\">\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"post-author-date\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"post-date\">3 pa\u017adziernika, 2023<\/div>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"title\">\r\n\t\t\t\t\t\t\t\t<span class=\"title-h4 light\"><a href=\"https:\/\/akademik.dkonto.pl\/index.php\/2023\/10\/03\/new-4-3-update-of-our-software\/\" rel=\"bookmark\">New 4.3 update of our software (Demo)<\/a><\/span>\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"description text-body\">\r\n\t\t\t\t\t\t\t\t\t<p>Duis consectetur feugiat auctor. Morbi nec enim luctus, feugiat arcu id, ultricies ante. Duis vel massa eleifend, porta est non, feugiat metus.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"grid-post-meta clearfix without-likes\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"grid-post-meta-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"grid-post-share\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"javascript: void(0);\" class=\"icon share\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"default\"><\/i>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-sharing-pane\">\r\n<div class=\"socials-sharing socials socials-colored-hover \">\r\n\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fnew-4-3-update-of-our-software%2F\"\r\n           title=\"Facebook\"><i class=\"socials-item-icon facebook\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/twitter.com\/intent\/tweet?text=New+4.3+update+of+our+software+%28Demo%29&#038;url=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fnew-4-3-update-of-our-software%2F\"\r\n           title=\"Twitter\"><i class=\"socials-item-icon twitter\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fnew-4-3-update-of-our-software%2F&#038;description=New+4.3+update+of+our+software+%28Demo%29&#038;media=https%3A%2F%2Fakademik.dkonto.pl%2Fwp-content%2Fuploads%2F2023%2F10%2Fhome-img-6-thegem-blog-timeline-large.jpg\"\r\n           title=\"Pinterest\"><i class=\"socials-item-icon pinterest\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"http:\/\/tumblr.com\/widgets\/share\/tool?canonicalUrl=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fnew-4-3-update-of-our-software%2F\"\r\n           title=\"Tumblr\"><i class=\"socials-item-icon tumblr\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fnew-4-3-update-of-our-software%2F&#038;title=New+4.3+update+of+our+software+%28Demo%29&amp;summary=Duis+consectetur+feugiat+auctor.+Morbi+nec+enim+luctus%2C+feugiat+arcu+id%2C+ultricies+ante.+Duis+vel+massa+eleifend%2C+porta+est+non%2C+feugiat+metus.\"\r\n           title=\"LinkedIn\"><i class=\"socials-item-icon linkedin\"><\/i><\/a>\r\n\t\t        <a class=\"socials-item\" target=\"_blank\"\r\n           href=\"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fakademik.dkonto.pl%2Findex.php%2F2023%2F10%2F03%2Fnew-4-3-update-of-our-software%2F&#038;title=New+4.3+update+of+our+software+%28Demo%29\"\r\n           title=\"Reddit\"><i class=\"socials-item-icon reddit\"><\/i><\/a>\r\n\t<\/div>\r\n<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"grid-post-meta-comments-likes\">\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div><!-- .portflio-set -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-item-size-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-item col-xs-12 col-sm-6 col-md-4 item-animations-not-inited before-start post-hide-categories show-caption-border post-has-author post-473 post type-post status-publish format-standard has-post-thumbnail category-business tag-business tag-consulting tag-software\">\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .row-->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t<\/div><!-- .full-width -->\n\t\t\t\t<\/div><!-- .portfolio-->\n\t\t\t<\/div><!-- .portfolio-preloader-wrapper-->\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6e83ae19 tm-19 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6e83ae19\" data-element_type=\"section\" data-settings=\"{&quot;thegem_custom_css&quot;:&quot;.tm-19 .gem-testimonials .testimonials_svg {\\n    display: none!important;\\n}\\n.tm-19 .gem-testimonials .gem-testimonial-item {\\n    padding: 50px 0!important;\\n}\\n.tm-19 .gem-testimonials{\\n    margin-bottom: 0!important;\\n}&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4950c2\" data-id=\"4950c2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4832b9ac elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4832b9ac\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-254a3c83\" data-id=\"254a3c83\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6079d055 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"6079d055\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1\" id=\"thegem-heading-6079d055\"><span>Opinie student\u00f3w<\/span> <\/div><style type=\"text\/css\">#thegem-heading-6079d055 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7745177 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledimage\" data-id=\"7745177\" data-element_type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/akademik.dkonto.pl\\\/wp-content\\\/plugins\\\/elementor\\\/assets\\\/images\\\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;thegem_elementor_preset&quot;:&quot;default&quot;,&quot;image_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-left  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/akademik.dkonto.pl\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\"\n\t\t\t\t\t\t alt=\"\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-53ed29c7\" data-id=\"53ed29c7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6ccde908 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-testimonials\" data-id=\"6ccde908\" data-element_type=\"widget\" data-settings=\"{&quot;thegem_elementor_preset&quot;:&quot;style2&quot;,&quot;content_testimonials_cat&quot;:[&quot;blocks-testimonials-19&quot;],&quot;skin_source&quot;:&quot;default&quot;,&quot;content_elems_name&quot;:&quot;yes&quot;,&quot;content_elems_position&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-testimonials.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div class=\"preloader\">\n\t\t\t\t<div class=\"preloader-spin\"><\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"style2 gem-testimonials\n\t\t\t\t\t\t\"\n\t\t\t >\n\t\t\t\n\t\t\t\t\t\t\t<style>.gem-testimonials-navigation{display: block;}<\/style>\n\t\t\t\n\t\t\t\t\n<div id=\"post-29422\" class=\"gem-testimonial-item post-29422 thegem_testimonial type-thegem_testimonial status-publish\">\n\t\t\t<div class=\"gem-testimonial-wrapper   quote-color-added \">\n\n\t\t\t\n\t\t\t<div class=\"gem-testimonial-content\">\n\n\t\t\t\t\t\t\t<div class=\"gem-testimonial-name title-h6\">Jackie Jackson<\/div>\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t<div class=\"gem-testimonial-position\">Creative Heads Inc.<\/div>\t\t\t\n\t\t\t\t<div class=\"gem-testimonial-text\">\n\t\t\t\t\t<p>Lorem ipsum dolor sit ametcon sectetur adipisicing elit, sed doiusmod tempor incidi labore et dolore. Magna aliqua lorem ipsum. Dolore magnam aliquam quaerat voluptatem. Ut enim ad minim veniam quis nostrud exercitation labore.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t<\/div>\n\n\t<\/div>\n<div id=\"post-29423\" class=\"gem-testimonial-item post-29423 thegem_testimonial type-thegem_testimonial status-publish\">\n\t\t\t<div class=\"gem-testimonial-wrapper   quote-color-added \">\n\n\t\t\t\n\t\t\t<div class=\"gem-testimonial-content\">\n\n\t\t\t\t\t\t\t<div class=\"gem-testimonial-name title-h6\">Angel Sienna<\/div>\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t<div class=\"gem-testimonial-position\">Creative Heads Inc.<\/div>\t\t\t\n\t\t\t\t<div class=\"gem-testimonial-text\">\n\t\t\t\t\t<p>Lorem ipsum dolor sit ametcon sectetur adipisicing elit, sed doiusmod tempor incidi labore et dolore. Magna aliqua lorem ipsum. Dolore magnam aliquam quaerat voluptatem. Ut enim ad minim veniam quis nostrud exercitation labore.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t<\/div>\n\n\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"testimonials_svg\"><svg width=\"100\" height=\"50\"><path d=\"M 0,-1 Q 45,5 50,50 Q 55,5 100,-1\" \/><\/svg><\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t \n\n\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-4147e710 elementor-widget-divider--view-line flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-divider\" data-id=\"4147e710\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1a9e5a7d elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1a9e5a7d\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7ec04963\" data-id=\"7ec04963\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7999d5f flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-text-editor\" data-id=\"7999d5f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\r\n\t\t\t\t\t\t<div class=\"title-h3\">More than <span class=\"title-h1\">1,300+<\/span> Lorem ipsum dolor sit ametcon<\/div>\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1186418a\" data-id=\"1186418a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6243e564 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"6243e564\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1\" id=\"thegem-heading-6243e564\"><span>4.9<\/span> <\/div><style type=\"text\/css\">#thegem-heading-6243e564 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10566ca flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"10566ca\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading text-body\" id=\"thegem-heading-10566ca\"><span>Lorem  Ipsum Dolor<\/span> <\/div><style type=\"text\/css\">#thegem-heading-10566ca {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1cd82c01\" data-id=\"1cd82c01\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b1a8228 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"b1a8228\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1\" id=\"thegem-heading-b1a8228\"><span>5.0<\/span> <\/div><style type=\"text\/css\">#thegem-heading-b1a8228 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-239f7ad8 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"239f7ad8\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading text-body\" id=\"thegem-heading-239f7ad8\"><span>Lorem  Ipsum Dolor<\/span> <\/div><style type=\"text\/css\">#thegem-heading-239f7ad8 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2723c3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2723c3\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2c37ee4b\" data-id=\"2c37ee4b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-683cea8 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"683cea8\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate lines-slide-up-random\" id=\"thegem-heading-683cea8\" data-animation-name=\"lines-slide-up-random\" data-animation-interval=\"160\"><span class=\"thegem-heading-word\">Akademik<\/span> <span class=\"thegem-heading-word\">-<\/span> <span class=\"thegem-heading-word\">misja<\/span><\/div><style type=\"text\/css\">#thegem-heading-683cea8 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc5e9af elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"bc5e9af\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading styled-subtitle thegem-heading-animate lines-slide-up\" id=\"thegem-heading-bc5e9af\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\">Za<\/span> <span class=\"thegem-heading-word\">tym<\/span> <span class=\"thegem-heading-word\">akademikiem<\/span> <span class=\"thegem-heading-word\">nie<\/span> <span class=\"thegem-heading-word\">stoi<\/span> <span class=\"thegem-heading-word\">\u017cadna<\/span> <span class=\"thegem-heading-word\">korporacja<\/span> <span class=\"thegem-heading-word\">ani<\/span> <span class=\"thegem-heading-word\">instytucja<\/span> <span class=\"thegem-heading-word\">nastawiona<\/span> <span class=\"thegem-heading-word\">na<\/span> <span class=\"thegem-heading-word\">zysk.<\/span>\n<span class=\"thegem-heading-word\">To<\/span> <span class=\"thegem-heading-word\">miejsce<\/span> <span class=\"thegem-heading-word\">tworzone<\/span> <span class=\"thegem-heading-word\">z<\/span> <span class=\"thegem-heading-word\">serca,<\/span> <span class=\"thegem-heading-word\">prowadzone<\/span> <span class=\"thegem-heading-word\">przez<\/span> <span class=\"thegem-heading-word\">katolick\u0105<\/span> <span class=\"thegem-heading-word\">wsp\u00f3lnot\u0119<\/span> <span class=\"thegem-heading-word\">CNN<\/span> <span class=\"thegem-heading-word\">o<\/span> <span class=\"thegem-heading-word\">powo\u0142aniu<\/span> <span class=\"thegem-heading-word\">ekumenicznym.<\/span> <span class=\"thegem-heading-word\">Akademik,<\/span> <span class=\"thegem-heading-word\">kt\u00f3ry<\/span> <span class=\"thegem-heading-word\">ma<\/span> <span class=\"thegem-heading-word\">by\u0107<\/span> <span class=\"thegem-heading-word\">domem<\/span> <span class=\"thegem-heading-word\">\u2014<\/span> <span class=\"thegem-heading-word\">nie<\/span> <span class=\"thegem-heading-word\">tylko<\/span> <span class=\"thegem-heading-word\">dla<\/span> <span class=\"thegem-heading-word\">student\u00f3w,<\/span> <span class=\"thegem-heading-word\">nie<\/span> <span class=\"thegem-heading-word\">tylko<\/span> <span class=\"thegem-heading-word\">dla<\/span> <span class=\"thegem-heading-word\">wierz\u0105cych.<\/span>\n\n<span class=\"thegem-heading-word\">Mamy<\/span> <span class=\"thegem-heading-word\">w\u0142asn\u0105<\/span> <span class=\"thegem-heading-word\">kaplic\u0119,<\/span> <span class=\"thegem-heading-word\">w<\/span> <span class=\"thegem-heading-word\">kt\u00f3rej<\/span> <span class=\"thegem-heading-word\">odbywaj\u0105<\/span> <span class=\"thegem-heading-word\">si\u0119<\/span> <span class=\"thegem-heading-word\">modlitwy,<\/span> <span class=\"thegem-heading-word\">adoracje<\/span> <span class=\"thegem-heading-word\">i<\/span> <span class=\"thegem-heading-word\">wsp\u00f3lne<\/span> <span class=\"thegem-heading-word\">spotkania.<\/span> <span class=\"thegem-heading-word\">Ale<\/span> <span class=\"thegem-heading-word\">nie<\/span> <span class=\"thegem-heading-word\">zamykamy<\/span> <span class=\"thegem-heading-word\">si\u0119<\/span> <span class=\"thegem-heading-word\">w<\/span> <span class=\"thegem-heading-word\">schematach<\/span> <span class=\"thegem-heading-word\">\u2014<\/span> <span class=\"thegem-heading-word\">jeste\u015bmy<\/span> <span class=\"thegem-heading-word\">otwarci<\/span> <span class=\"thegem-heading-word\">na<\/span> <span class=\"thegem-heading-word\">ka\u017cdego,<\/span> <span class=\"thegem-heading-word\">kto<\/span> <span class=\"thegem-heading-word\">szuka<\/span> <span class=\"thegem-heading-word\">przestrzeni<\/span> <span class=\"thegem-heading-word\">do<\/span> <span class=\"thegem-heading-word\">\u017cycia,<\/span> <span class=\"thegem-heading-word\">rozwoju<\/span> <span class=\"thegem-heading-word\">i<\/span> <span class=\"thegem-heading-word\">budowania<\/span> <span class=\"thegem-heading-word\">relacji.<\/span>\n<span class=\"thegem-heading-word\">To<\/span> <span class=\"thegem-heading-word\">miejsce,<\/span> <span class=\"thegem-heading-word\">gdzie<\/span> <span class=\"thegem-heading-word\">mo\u017cna<\/span> <span class=\"thegem-heading-word\">pogada\u0107<\/span> <span class=\"thegem-heading-word\">przy<\/span> <span class=\"thegem-heading-word\">wsp\u00f3lnej<\/span> <span class=\"thegem-heading-word\">kolacji,<\/span> <span class=\"thegem-heading-word\">pom\u00f3c<\/span> <span class=\"thegem-heading-word\">sobie<\/span> <span class=\"thegem-heading-word\">w<\/span> <span class=\"thegem-heading-word\">nauce,<\/span> <span class=\"thegem-heading-word\">a<\/span> <span class=\"thegem-heading-word\">czasem<\/span> <span class=\"thegem-heading-word\">po<\/span> <span class=\"thegem-heading-word\">prostu<\/span> <span class=\"thegem-heading-word\">razem<\/span> <span class=\"thegem-heading-word\">pomilcze\u0107<\/span> <span class=\"thegem-heading-word\">po<\/span> <span class=\"thegem-heading-word\">ci\u0119\u017ckim<\/span> <span class=\"thegem-heading-word\">dniu.<\/span>\n\n<span class=\"thegem-heading-word\">Je\u015bli<\/span> <span class=\"thegem-heading-word\">chcesz<\/span> <span class=\"thegem-heading-word\">mieszka\u0107<\/span> <span class=\"thegem-heading-word\">w<\/span> <span class=\"thegem-heading-word\">miejscu<\/span> <span class=\"thegem-heading-word\">z<\/span> <span class=\"thegem-heading-word\">dusz\u0105<\/span> <span class=\"thegem-heading-word\">\u2014<\/span> <span class=\"thegem-heading-word\">dobrze<\/span> <span class=\"thegem-heading-word\">trafi\u0142e\u015b.<\/span>\n\n<\/div><style type=\"text\/css\">#thegem-heading-bc5e9af {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-77450787\" data-id=\"77450787\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-18fa3e77 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledimage\" data-id=\"18fa3e77\" data-element_type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;http:\\\/\\\/akademik.dkonto.pl\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/chemin-neuf-vie-consacree-1.jpeg&quot;,&quot;id&quot;:29431,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;thegem_elementor_preset&quot;:&quot;default&quot;,&quot;image_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-left  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/akademik.dkonto.pl\/wp-content\/uploads\/2025\/05\/chemin-neuf-vie-consacree-1.jpeg\"\n\t\t\t\t\t\t alt=\"chemin-neuf-vie-consacree-1\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71d6f90 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-styledbutton\" data-id=\"71d6f90\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;thegem_button_skin&quot;:&quot;flat&quot;,&quot;disable_uppercase&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-styledbutton.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-button-container gem-widget-button\">\n\n\t\t<a class=\"gem-button gem-button-size-medium gem-button-text-weight-bold gem-button-style-flat\" href=\"#\">\n\t\t<span class=\"gem-inner-wrapper-btn\">\n\t\t\t\t\t\t<span class=\"gem-text-button\">\n\t\t\t\tDowied\u017a si\u0119 wi\u0119cej o naszej misji!\t\t\t<\/span>\n\t\t<\/span>\n\t<\/a>\n\n\t\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1205691 accordion-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1205691\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;thegem_custom_css&quot;:&quot;.accordion-section .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {\\n    border-radius: 15px!important;\\n}\\n.accordion-section .gem-tta .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {\\n    box-shadow: 0px 23px 27.5px 0px rgb(0 4 67 \\\/ 7%);\\n}&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3ebc50a\" data-id=\"3ebc50a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9dc03d9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9dc03d9\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9f237b6\" data-id=\"9f237b6\" data-element_type=\"column\" id=\"faq\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3d90522 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"3d90522\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate lines-slide-up-random\" id=\"thegem-heading-3d90522\" data-animation-name=\"lines-slide-up-random\" data-animation-interval=\"160\"><span class=\"thegem-heading-word\">Masz<\/span> <span class=\"thegem-heading-word\">jakie\u015b<\/span> <span class=\"thegem-heading-word\">pytania?<\/span><\/div><style type=\"text\/css\">#thegem-heading-3d90522 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-07a2312 elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"07a2312\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading styled-subtitle thegem-heading-animate lines-slide-up\" id=\"thegem-heading-07a2312\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\">Szukasz<\/span> <span class=\"thegem-heading-word\">wi\u0119cej<\/span> <span class=\"thegem-heading-word\">informacji<\/span> <span class=\"thegem-heading-word\">o<\/span> <span class=\"thegem-heading-word\">\u017cyciu<\/span> <span class=\"thegem-heading-word\">w<\/span> <span class=\"thegem-heading-word\">Akademiku?<\/span> <span class=\"thegem-heading-word\">Znajdziesz<\/span> <span class=\"thegem-heading-word\">tu<\/span> <span class=\"thegem-heading-word\">odpowiedzi<\/span> <span class=\"thegem-heading-word\">na<\/span> <span class=\"thegem-heading-word\">najcz\u0119\u015bciej<\/span> <span class=\"thegem-heading-word\">zadawane<\/span> <span class=\"thegem-heading-word\">pytania.<\/span> <span class=\"thegem-heading-word\">Je\u015bli<\/span> <span class=\"thegem-heading-word\">nie<\/span> <span class=\"thegem-heading-word\">znajdziesz<\/span> <span class=\"thegem-heading-word\">tego,<\/span> <span class=\"thegem-heading-word\">czego<\/span> <span class=\"thegem-heading-word\">szukasz,<\/span> <span class=\"thegem-heading-word\">skontaktuj<\/span> <span class=\"thegem-heading-word\">si\u0119<\/span> <span class=\"thegem-heading-word\">z<\/span> <span class=\"thegem-heading-word\">nami!<\/span><\/div><style type=\"text\/css\">#thegem-heading-07a2312 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1235b20 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-styledbutton\" data-id=\"1235b20\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;thegem_button_skin&quot;:&quot;flat&quot;,&quot;disable_uppercase&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-styledbutton.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-button-container gem-widget-button\">\n\n\t\t<a class=\"gem-button gem-button-size-medium gem-button-text-weight-bold gem-button-style-flat\" href=\"#\">\n\t\t<span class=\"gem-inner-wrapper-btn\">\n\t\t\t\t\t\t<span class=\"gem-text-button\">\n\t\t\t\tSkontaktuj si\u0119 z nami\t\t\t<\/span>\n\t\t<\/span>\n\t<\/a>\n\n\t\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2d8af3c\" data-id=\"2d8af3c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1ff2096 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-accordion\" data-id=\"1ff2096\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;thegem_elementor_preset&quot;:&quot;classic&quot;,&quot;title_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"gem-tta-container\" data-vc-action=\"collapse\">\n\t\t\t<div class=\"gem-tta-general gem-tta gem-tta-accordion gem-tta-color-thegem gem-tta-style-classic gem-tta-shape-rounded gem-tta-o-shape-group gem-tta-controls-align-left\">\n\t\t\t\t<div class=\"gem-tta-panels-container\">\n\t\t\t\t\t<div class=\"gem-tta-panels\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-1ff2096-1\" class=\"gem-tta-panel gem-tta-active\" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-1ff2096-1\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tJakie s\u0105 warunki zakwaterowania?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p data-start=\"164\" data-end=\"326\">Oferujemy komfortowe pokoje jedno-, dwu- i trzyosobowe, wyposa\u017cone w \u0142\u00f3\u017cko, biurko, szaf\u0119 i p\u00f3\u0142ki. Na ka\u017cdym pi\u0119trze znajduj\u0105 si\u0119 \u0142azienki oraz aneksy kuchenne.<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-1ff2096-2\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-1ff2096-2\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tCzy akademik oferuje dost\u0119p do Internetu?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p data-start=\"383\" data-end=\"456\">Tak, w ca\u0142ym budynku jest dost\u0119pne szybkie Wi-Fi bez dodatkowych op\u0142at.<\/p><h3 data-start=\"458\" data-end=\"507\">\u00a0<\/h3><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-1ff2096-3\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-1ff2096-3\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tJakie s\u0105 godziny otwarcia akademika?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p>Akademik jest otwarty ca\u0142\u0105 dob\u0119. Mamy system kontroli dost\u0119pu, dzi\u0119ki czemu mieszka\u0144cy mog\u0105 swobodnie wchodzi\u0107 i wychodzi\u0107.<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-1ff2096-4\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-1ff2096-4\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tCzy akademik organizuje wydarzenia dla mieszka\u0144c\u00f3w?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p data-start=\"2528\" data-end=\"2636\">Tak! Regularnie organizujemy spotkania integracyjne, warsztaty, wieczory filmowe oraz wydarzenia sportowe.<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-1ff2096-5\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-1ff2096-5\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tJakie s\u0105 zasady dotycz\u0105ce odwiedzin go\u015bci?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p data-start=\"691\" data-end=\"830\">Go\u015bcie mog\u0105 odwiedza\u0107 mieszka\u0144c\u00f3w akademika w godzinach 8:00\u201322:00. Po tych godzinach wymagana jest zgoda administracji na nocleg go\u015bcia.<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-1ff2096-6\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-1ff2096-6\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tCzy mo\u017cna gotowa\u0107 w pokojach?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p data-start=\"691\" data-end=\"830\">Nie, gotowanie w pokojach jest zabronione ze wzgl\u0119d\u00f3w bezpiecze\u0144stwa. Do tego celu s\u0142u\u017c\u0105 w pe\u0142ni wyposa\u017cone aneksy kuchenne na ka\u017cdym pi\u0119trze<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-1ff2096-7\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-1ff2096-7\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tCzy w akademiku obowi\u0105zuje cisza nocna?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p data-start=\"885\" data-end=\"976\">Tak, cisza nocna obowi\u0105zuje od 22:00 do 6:00, aby zapewni\u0107 komfort wszystkim mieszka\u0144com.<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-1ff2096-8\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-1ff2096-8\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tJakie s\u0105 zasady dotycz\u0105ce palenia i spo\u017cywania alkoholu?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p data-start=\"2709\" data-end=\"2783\">W akademiku obowi\u0105zuje ca\u0142kowity zakaz palenia oraz spo\u017cywania alkoholu.<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-1ff2096-9\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-1ff2096-9\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tCzy w akademiku mo\u017cna mieszka\u0107 przez ca\u0142y rok?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p data-start=\"885\" data-end=\"976\">Tak, akademik oferuje zakwaterowanie zar\u00f3wno w roku akademickim, jak i w wakacje. Mo\u017cna wykupi\u0107 pobyt na ca\u0142y rok lub tylko na semestr.<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-1ff2096-10\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-1ff2096-10\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tCzy jako m\u0142ody nie studiuj\u0105cy te\u017c mog\u0119 mieszka\u0107 w Akademiku?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p>Je\u015bli jeste\u015b m\u0142ody, ale obecnie nie studiujesz \u2013 spokojnie, nadal mo\u017cesz z nami zamieszka\u0107. Cho\u0107 akademiki kojarz\u0105 si\u0119 g\u0142\u00f3wnie ze studentami, my otwieramy si\u0119 tak\u017ce na innych m\u0142odych ludzi. Wystarczy, \u017ce skontaktujesz si\u0119 z nami i zapytasz o dost\u0119pno\u015b\u0107 miejsc.<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e37ba03 supercharge-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e37ba03\" data-element_type=\"section\" data-settings=\"{&quot;thegem_custom_css&quot;:&quot;@media(min-width: 1520px){\\n    .supercharge-section.elementor-section &gt; .elementor-container {\\n    max-width: 1485px!important;\\n    }\\n}\\n@media(max-width: 1520px) and (min-width: 1025px){\\n    .supercharge-img {\\n    top: -130px!important;\\n    }\\n}&quot;}\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-thegem\"><div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9dc3e03\" data-id=\"9dc3e03\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2bc8ec8 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"2bc8ec8\" data-element_type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate letters-scale-out thegem-heading-animate\" id=\"thegem-heading-2bc8ec8\"><span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 30ms\">T<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 60ms\">o<\/span><\/span> <span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 90ms\">i<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 120ms\">d<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 150ms\">e<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 180ms\">a<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 210ms\">l<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 240ms\">n<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 270ms\">a<\/span><\/span> <span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 300ms\">p<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 330ms\">r<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 360ms\">z<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 390ms\">e<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 420ms\">s<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 450ms\">t<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 480ms\">r<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 510ms\">z<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 540ms\">e<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 570ms\">\u0144<\/span><\/span> <span class=\"colored thegem-heading-word\" style=\"color: #FFFFFF;\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 600ms\">d<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 630ms\">l<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 660ms\">a<\/span><span class=\"thegem-heading-letter\" style=\"animation-delay: 690ms\">:<\/span><\/span> <span class=\"colored thegem-heading-rotating\" style=\"color: #FFFFFF;\" ><span class=\"thegem-heading-rotating-text\">Student\u00f3w w wieku 18-28 lat<\/span> <span class=\"thegem-heading-rotating-text\" style=\"opacity: 0; position: absolute;\">Chc\u0105cych pog\u0142\u0119bi\u0107 swoj\u0105 wiar\u0119<\/span> <span class=\"thegem-heading-rotating-text\" style=\"opacity: 0; position: absolute;\">M\u0142odych pracuj\u0105cych w wieku 18-28<\/span> <span class=\"thegem-heading-rotating-text\" style=\"opacity: 0; position: absolute;\">Chc\u0105cych mie\u0107 domowy klimat<\/span> <span class=\"thegem-heading-rotating-text\" style=\"opacity: 0; position: absolute;\">Chc\u0105cych mieszka\u0107 w centrum<\/span><\/span> <\/div><style type=\"text\/css\">#thegem-heading-2bc8ec8 {margin: 0;}#thegem-heading-2bc8ec8 {margin-left: auto; margin-right: auto;}#thegem-heading-2bc8ec8 > * {justify-content: center;}#thegem-heading-2bc8ec8 .thegem-heading-letter {animation-timing-function: cubic-bezier(0,1,5,1);}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-550958e flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledbutton\" data-id=\"550958e\" data-element_type=\"widget\" data-settings=\"{&quot;effects_enabled&quot;:&quot;yes&quot;,&quot;thegem_button_skin&quot;:&quot;flat&quot;,&quot;disable_uppercase&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-styledbutton.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-550958e .gem-button {opacity:0}<\/style>\n<div class=\"thegem-button-animate thegem-button-animation-slide-up gem-button-container gem-widget-button lazy-loading\">\n\n\t\t<a class=\"gem-button gem-button-size-medium gem-button-text-weight-bold gem-button-style-flat\" href=\"#\">\n\t\t<span class=\"gem-inner-wrapper-btn\">\n\t\t\t\t\t\t<span class=\"gem-text-button\">\n\t\t\t\tNapisz ju\u017c teraz!\t\t\t<\/span>\n\t\t<\/span>\n\t<\/a>\n\n\t\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Tw\u00f3j drugi dom podczas studi\u00f3w Nasz Akademik to miejsce, gdzie komfort spotyka si\u0119 ze \u015bwietn\u0105 lokalizacj\u0105 i niesamowit\u0105 spo\u0142eczno\u015bci\u0105, kt\u00f3r\u0105&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-fullwidth.php","meta":{"footnotes":""},"class_list":["post-154","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/akademik.dkonto.pl\/index.php\/wp-json\/wp\/v2\/pages\/154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/akademik.dkonto.pl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/akademik.dkonto.pl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/akademik.dkonto.pl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/akademik.dkonto.pl\/index.php\/wp-json\/wp\/v2\/comments?post=154"}],"version-history":[{"count":102,"href":"https:\/\/akademik.dkonto.pl\/index.php\/wp-json\/wp\/v2\/pages\/154\/revisions"}],"predecessor-version":[{"id":29491,"href":"https:\/\/akademik.dkonto.pl\/index.php\/wp-json\/wp\/v2\/pages\/154\/revisions\/29491"}],"wp:attachment":[{"href":"https:\/\/akademik.dkonto.pl\/index.php\/wp-json\/wp\/v2\/media?parent=154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}