jQuery(function($){ const $table = $('.wp-list-table tbody'); if (!$table.length) return; // Make rows sortable $table.sortable({ helper: function(e, ui){ ui.children().each(function(){ $(this).width($(this).width()); }); return ui; }, update: function(){ // Assign priorities based on order (top = highest) const items = {}; const rows = $table.find('tr'); let prio = rows.length; rows.each(function(){ const postId = $(this).attr('id')?.replace('post-',''); if (!postId) return; items[postId] = prio--; $(this).find('input.mostrofolio-priority').val(items[postId]); }); $.post(MostrofolioList.ajax_url, { action: 'mostrofolio_update_order', nonce: MostrofolioList.nonce, items }); } }); // Manual priority change $table.on('change', 'input.mostrofolio-priority', function(){ const postId = $(this).data('post-id'); const val = parseInt($(this).val(), 10) || 0; const items = {}; items[postId] = val; $.post(MostrofolioList.ajax_url, { action: 'mostrofolio_update_order', nonce: MostrofolioList.nonce, items }); }); }); @keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}{"translation-revision-date":"2026-06-10 11:18+0000","generator":"WP-CLI\/2.12.0","source":"gutenberg\/edit-pages-panel\/src\/components\/PreviewPageButton.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"it_IT","plural-forms":"nplurals=2; plural=n != 1;"},"Preview":["Anteprima"]}}}{"animated-headline":true,"call-to-action":true,"testimonial-carousel":true,"code-highlight":true,"flip-box":true,"loop-grid":true,"mega-menu":true,"nav-menu":true,"slides":true,"video-playlist":true,"woocommerce-cart":true,"woocommerce-checkout-page":true,"woocommerce-menu-cart":true,"woocommerce-my-account":true,"woocommerce-product-add-to-cart":true,"woocommerce-products-archive":true,"woocommerce-purchase-summary":true} /*! jQuery UI - v1.11.4 - 2015-12-05 * http://jqueryui.com * Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px * Copyright jQuery Foundation and other contributors; Licensed MIT * Changes: Add CSS scope (.updraft-container) to prevent CSS conflict with other plugins that use jQuery UI too except for .ui-front and .ui-widget-overlay */ .updraft-container { position: absolute; top: 0; width: 1px; height: 1px; z-index: 99999; } .updraft-container .ui-helper-hidden { display: none; } .updraft-container .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .updraft-container .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .updraft-container .ui-helper-clearfix:before, .updraft-container .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; } .updraft-container .ui-helper-clearfix:after { clear: both; } .updraft-container .ui-helper-clearfix { min-height: 0; /* support: IE7 */; } .updraft-container .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: alpha(opacity=0); /* support: IE8 */; } .ui-front { z-index: 100; } .updraft-container .ui-state-disabled { cursor: default !important; } .updraft-container .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .updraft-container .ui-draggable-handle { -ms-touch-action: none; touch-action: none; } .updraft-container .ui-resizable { position: relative; } .updraft-container .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; -ms-touch-action: none; touch-action: none; } .updraft-container .ui-resizable-disabled .ui-resizable-handle, .updraft-container .ui-resizable-autohide .ui-resizable-handle { display: none; } .updraft-container .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .updraft-container .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .updraft-container .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .updraft-container .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .updraft-container .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .updraft-container .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .updraft-container .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .updraft-container .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; } .updraft-container .ui-selectable { -ms-touch-action: none; touch-action: none; } .updraft-container .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; } .updraft-container .ui-sortable-handle { -ms-touch-action: none; touch-action: none; } .updraft-container .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin: 2px 0 0 0; padding: .5em .5em .5em .7em; min-height: 0; /* support: IE7 */ font-size: 100%; } .updraft-container .ui-accordion .ui-accordion-icons { padding-left: 2.2em; } .updraft-container .ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; } .updraft-container .ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } .updraft-container .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; } .updraft-container .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; } .updraft-container .ui-button { display: inline-block; position: relative; padding: 0; line-height: normal; margin-right: .1em; cursor: pointer; vertical-align: middle; text-align: center; overflow: visible; /* removes extra width in IE */; } .updraft-container .ui-button, .updraft-container .ui-button:link, .updraft-container .ui-button:visited, .updraft-container .ui-button:hover, .updraft-container .ui-button:active { text-decoration: none; } .updraft-container .ui-button-icon-only { width: 2.2em; } .updraft-container button.ui-button-icon-only { width: 2.4em; } .updraft-container .ui-button-icons-only { width: 3.4em; } .updraft-container button.ui-button-icons-only { width: 3.7em; } .updraft-container .ui-button .ui-button-text { display: block; line-height: normal; } .updraft-container .ui-button-text-only .ui-button-text { padding: .4em 1em; } .updraft-container .ui-button-icon-only .ui-button-text, .updraft-container .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } .updraft-container .ui-button-text-icon-primary .ui-button-text, .updraft-container .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } .updraft-container .ui-button-text-icon-secondary .ui-button-text, .updraft-container .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } .updraft-container .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } .updraft-container input.ui-button { padding: .4em 1em; } .updraft-container .ui-button-icon-only .ui-icon, .updraft-container .ui-button-text-icon-primary .ui-icon, .updraft-container .ui-button-text-icon-secondary .ui-icon, .updraft-container .ui-button-text-icons .ui-icon, .updraft-container .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } .updraft-container .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } .updraft-container .ui-button-text-icon-primary .ui-button-icon-primary, .updraft-container .ui-button-text-icons .ui-button-icon-primary, .updraft-container .ui-button-icons-only .ui-button-icon-primary { left: .5em; } .updraft-container .ui-button-text-icon-secondary .ui-button-icon-secondary, .updraft-container .ui-button-text-icons .ui-button-icon-secondary, .updraft-container .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } .updraft-container .ui-buttonset { margin-right: 7px; } .updraft-container .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } .updraft-container input.ui-button::-moz-focus-inner, .updraft-container button.ui-button::-moz-focus-inner { border: 0; padding: 0; } .updraft-container .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } .updraft-container .ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; } .updraft-container .ui-datepicker .ui-datepicker-prev, .updraft-container .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; } .updraft-container .ui-datepicker .ui-datepicker-prev-hover, .updraft-container .ui-datepicker .ui-datepicker-next-hover { top: 1px; } .updraft-container .ui-datepicker .ui-datepicker-prev { left: 2px; } .updraft-container .ui-datepicker .ui-datepicker-next { right: 2px; } .updraft-container .ui-datepicker .ui-datepicker-prev-hover { left: 1px; } .updraft-container .ui-datepicker .ui-datepicker-next-hover { right: 1px; } .updraft-container .ui-datepicker .ui-datepicker-prev span, .updraft-container .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .updraft-container .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .updraft-container .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .updraft-container .ui-datepicker select.ui-datepicker-month, .updraft-container .ui-datepicker select.ui-datepicker-year { width: 45%; } .updraft-container .ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; } .updraft-container .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } .updraft-container .ui-datepicker td { border: 0; padding: 1px; } .updraft-container .ui-datepicker td span, .updraft-container .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } .updraft-container .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } .updraft-container .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; } .updraft-container .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } .updraft-container .ui-datepicker.ui-datepicker-multi { width: auto; } .updraft-container .ui-datepicker-multi .ui-datepicker-group { float: left; } .updraft-container .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; } .updraft-container .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; } .updraft-container .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; } .updraft-container .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; } .updraft-container .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .updraft-container .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; } .updraft-container .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; } .updraft-container .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; } .updraft-container .ui-datepicker-rtl { direction: rtl; } .updraft-container .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .updraft-container .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .updraft-container .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .updraft-container .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .updraft-container .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; } .updraft-container .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .updraft-container .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .updraft-container .ui-datepicker-rtl .ui-datepicker-group { float: right; } .updraft-container .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .updraft-container .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; } .updraft-container .ui-dialog { overflow: hidden; position: absolute; top: 0; left: 0; padding: .2em; outline: 0; } .updraft-container .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; height: auto; font-size: inherit; font-weight: inherit; line-height: inherit; } .updraft-container .ui-dialog .ui-dialog-title { float: left; margin: .1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; } .updraft-container .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; } .updraft-container .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; } .updraft-container .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: .5em; padding: .3em 1em .5em .4em; } .updraft-container .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .updraft-container .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } .updraft-container .ui-dialog .ui-resizable-se { width: 12px; height: 12px; right: -5px; bottom: -5px; background-position: 16px 16px; } .updraft-container .ui-draggable .ui-dialog-titlebar { cursor: move; } .updraft-container .ui-menu { list-style: none; padding: 0; margin: 0; display: block; outline: none; } .updraft-container .ui-menu .ui-menu { position: absolute; } .updraft-container .ui-menu .ui-menu-item { position: relative; margin: 0; padding: 3px 1em 3px .4em; cursor: pointer; min-height: 0; /* support: IE7 */ /* support: IE10, see #8844 */ list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); } .updraft-container .ui-menu .ui-menu-divider { margin: 5px 0; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; } .updraft-container .ui-menu .ui-state-focus, .updraft-container .ui-menu .ui-state-active { margin: -1px; } .updraft-container .ui-menu-icons { position: relative; } .updraft-container .ui-menu-icons .ui-menu-item { padding-left: 2em; } .updraft-container .ui-menu .ui-icon { position: absolute; top: 0; bottom: 0; left: .2em; margin: auto 0; } .updraft-container .ui-menu .ui-menu-icon { left: auto; right: 0; } .updraft-container .ui-progressbar { height: 2em; text-align: left; overflow: hidden; } .updraft-container .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; } .updraft-container .ui-progressbar .ui-progressbar-overlay { background: url("data:image/gif;base64,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"); height: 100%; filter: alpha(opacity=25); /* support: IE8 */ opacity: 0.25; } .updraft-container .ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; } .updraft-container .ui-selectmenu-menu { padding: 0; margin: 0; position: absolute; top: 0; left: 0; display: none; } .updraft-container .ui-selectmenu-menu .ui-menu { overflow: auto; /* Support: IE7 */ overflow-x: hidden; padding-bottom: 1px; } .updraft-container .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { font-size: 1em; font-weight: bold; line-height: 1.5; padding: 2px 0.4em; margin: 0.5em 0 0 0; height: auto; border: 0; } .updraft-container .ui-selectmenu-open { display: block; } .updraft-container .ui-selectmenu-button { display: inline-block; overflow: hidden; position: relative; text-decoration: none; cursor: pointer; } .updraft-container .ui-selectmenu-button span.ui-icon { right: 0.5em; left: auto; margin-top: -8px; position: absolute; top: 50%; } .updraft-container .ui-selectmenu-button span.ui-selectmenu-text { text-align: left; padding: 0.4em 2.1em 0.4em 1em; display: block; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .updraft-container .ui-slider { position: relative; text-align: left; } .updraft-container .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; -ms-touch-action: none; touch-action: none; } .updraft-container .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } .updraft-container .ui-slider.ui-state-disabled .ui-slider-handle, .updraft-container .ui-slider.ui-state-disabled .ui-slider-range { -webkit-filter: inherit; filter: inherit; } .updraft-container .ui-slider-horizontal { height: .8em; } .updraft-container .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } .updraft-container .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .updraft-container .ui-slider-horizontal .ui-slider-range-min { left: 0; } .updraft-container .ui-slider-horizontal .ui-slider-range-max { right: 0; } .updraft-container .ui-slider-vertical { width: .8em; height: 100px; } .updraft-container .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } .updraft-container .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .updraft-container .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .updraft-container .ui-slider-vertical .ui-slider-range-max { top: 0; } .updraft-container .ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; } .updraft-container .ui-spinner-input { border: none; background: none; color: inherit; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; } .updraft-container .ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; } .updraft-container .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } .updraft-container .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } .updraft-container .ui-spinner-up { top: 0; } .updraft-container .ui-spinner-down { bottom: 0; } .updraft-container .ui-spinner .ui-icon-triangle-1-s { /* need to fix icons sprite */ background-position: -65px -16px; } .updraft-container .ui-tabs { position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ padding: .2em; } .updraft-container .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } .updraft-container .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; } .updraft-container .ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: .5em 1em; text-decoration: none; } .updraft-container .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; } .updraft-container .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .updraft-container .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .updraft-container .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; } .updraft-container .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; } .updraft-container .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } .updraft-container .ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; -webkit-box-shadow: 0 0 5px #AAA; box-shadow: 0 0 5px #AAA; } .updraft-container body .ui-tooltip { border-width: 2px; } .updraft-container .ui-widget { font-family: trebuchet ms,tahoma,verdana,arial,sans-serif; font-size: 1.1em; } .updraft-container .ui-widget .ui-widget { font-size: 1em; } .updraft-container .ui-widget input, .updraft-container .ui-widget select, .updraft-container .ui-widget textarea, .updraft-container .ui-widget button { font-family: trebuchet ms,tahoma,verdana,arial,sans-serif; font-size: 1em; } .updraft-container .ui-widget-content { border: 1px solid #DDD; background: #EEE url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; color: #333; } .updraft-container .ui-widget-content a { color: #333; } .updraft-container .ui-widget-header { border: 1px solid #E78F08; background: #F6A828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x; color: #FFF; font-weight: bold; } .updraft-container .ui-widget-header a { color: #FFF; } .updraft-container .ui-state-default, .updraft-container .ui-widget-content .ui-state-default, .updraft-container .ui-widget-header .ui-state-default { border: 1px solid #CCC; background: #F6F6F6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; font-weight: normal; color: #2B2B2B; } .updraft-container .ui-state-default a, .updraft-container .ui-state-default a:link, .updraft-container .ui-state-default a:visited { color: #1C94C4; text-decoration: none; } .updraft-container .ui-state-hover, .updraft-container .ui-widget-content .ui-state-hover, .updraft-container .ui-widget-header .ui-state-hover, .updraft-container .ui-state-focus, .updraft-container .ui-widget-content .ui-state-focus, .updraft-container .ui-widget-header .ui-state-focus { border: 1px solid #C5C5C5; background: #F6F6F6; font-weight: normal; color: #454545; } .updraft-container .ui-state-hover a, .updraft-container .ui-state-hover a:hover, .updraft-container .ui-state-hover a:link, .updraft-container .ui-state-hover a:visited, .updraft-container .ui-state-focus a, .updraft-container .ui-state-focus a:hover, .updraft-container .ui-state-focus a:link, .updraft-container .ui-state-focus a:visited { color: #C77405; text-decoration: none; } .updraft-container .ui-state-active, .updraft-container .ui-widget-content .ui-state-active, .updraft-container .ui-widget-header .ui-state-active { border: 1px solid #C5C5C5; background: #F6F6F6; font-weight: normal; color: #454545; } .updraft-container .ui-state-active a, .updraft-container .ui-state-active a:link, .updraft-container .ui-state-active a:visited { color: #EB8F00; text-decoration: none; } .updraft-container .ui-state-highlight, .updraft-container .ui-widget-content .ui-state-highlight, .updraft-container .ui-widget-header .ui-state-highlight { border: 1px solid #FED22F; background: #FFE45C url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x; color: #363636; } .updraft-container .ui-state-highlight a, .updraft-container .ui-widget-content .ui-state-highlight a, .updraft-container .ui-widget-header .ui-state-highlight a { color: #363636; } .updraft-container .ui-state-error, .updraft-container .ui-widget-content .ui-state-error, .updraft-container .ui-widget-header .ui-state-error { border: 1px solid #CD0A0A; background: #B81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat; color: #FFF; } .updraft-container .ui-state-error a, .updraft-container .ui-widget-content .ui-state-error a, .updraft-container .ui-widget-header .ui-state-error a { color: #FFF; } .updraft-container .ui-state-error-text, .updraft-container .ui-widget-content .ui-state-error-text, .updraft-container .ui-widget-header .ui-state-error-text { color: #FFF; } .updraft-container .ui-priority-primary, .updraft-container .ui-widget-content .ui-priority-primary, .updraft-container .ui-widget-header .ui-priority-primary { font-weight: bold; } .updraft-container .ui-priority-secondary, .updraft-container .ui-widget-content .ui-priority-secondary, .updraft-container .ui-widget-header .ui-priority-secondary { opacity: 0.7; filter: alpha(opacity=70); /* support: IE8 */ font-weight: normal; } .updraft-container .ui-state-disabled, .updraft-container .ui-widget-content .ui-state-disabled, .updraft-container .ui-widget-header .ui-state-disabled { opacity: 0.35; filter: alpha(opacity=35); /* support: IE8 */ background-image: none; } .updraft-container .ui-state-disabled .ui-icon { filter: alpha(opacity=35); /* support: IE8 - See #6059 */; } .updraft-container .ui-icon { width: 16px; height: 16px; } .updraft-container .ui-icon, .updraft-container .ui-widget-content .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .updraft-container .ui-widget-header .ui-icon { background-image: url("images/ui-icons_ffffff_256x240.png"); } .updraft-container .ui-state-default .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .updraft-container .ui-state-hover .ui-icon, .updraft-container .ui-state-focus .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .updraft-container .ui-state-active .ui-icon { background-image: url("images/ui-icons_222222_256x240.png"); } .updraft-container .ui-state-highlight .ui-icon { background-image: url("images/ui-icons_228ef1_256x240.png"); } .updraft-container .ui-state-error .ui-icon, .updraft-container .ui-state-error-text .ui-icon { background-image: url("images/ui-icons_ffd27a_256x240.png"); } .updraft-container .ui-icon-blank { background-position: 16px 16px; } .updraft-container .ui-icon-carat-1-n { background-position: 0 0; } .updraft-container .ui-icon-carat-1-ne { background-position: -16px 0; } .updraft-container .ui-icon-carat-1-e { background-position: -32px 0; } .updraft-container .ui-icon-carat-1-se { background-position: -48px 0; } .updraft-container .ui-icon-carat-1-s { background-position: -64px 0; } .updraft-container .ui-icon-carat-1-sw { background-position: -80px 0; } .updraft-container .ui-icon-carat-1-w { background-position: -96px 0; } .updraft-container .ui-icon-carat-1-nw { background-position: -112px 0; } .updraft-container .ui-icon-carat-2-n-s { background-position: -128px 0; } .updraft-container .ui-icon-carat-2-e-w { background-position: -144px 0; } .updraft-container .ui-icon-triangle-1-n { background-position: 0 -16px; } .updraft-container .ui-icon-triangle-1-ne { background-position: -16px -16px; } .updraft-container .ui-icon-triangle-1-e { background-position: -32px -16px; } .updraft-container .ui-icon-triangle-1-se { background-position: -48px -16px; } .updraft-container .ui-icon-triangle-1-s { background-position: -64px -16px; } .updraft-container .ui-icon-triangle-1-sw { background-position: -80px -16px; } .updraft-container .ui-icon-triangle-1-w { background-position: -96px -16px; } .updraft-container .ui-icon-triangle-1-nw { background-position: -112px -16px; } .updraft-container .ui-icon-triangle-2-n-s { background-position: -128px -16px; } .updraft-container .ui-icon-triangle-2-e-w { background-position: -144px -16px; } .updraft-container .ui-icon-arrow-1-n { background-position: 0 -32px; } .updraft-container .ui-icon-arrow-1-ne { background-position: -16px -32px; } .updraft-container .ui-icon-arrow-1-e { background-position: -32px -32px; } .updraft-container .ui-icon-arrow-1-se { background-position: -48px -32px; } .updraft-container .ui-icon-arrow-1-s { background-position: -64px -32px; } .updraft-container .ui-icon-arrow-1-sw { background-position: -80px -32px; } .updraft-container .ui-icon-arrow-1-w { background-position: -96px -32px; } .updraft-container .ui-icon-arrow-1-nw { background-position: -112px -32px; } .updraft-container .ui-icon-arrow-2-n-s { background-position: -128px -32px; } .updraft-container .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } .updraft-container .ui-icon-arrow-2-e-w { background-position: -160px -32px; } .updraft-container .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } .updraft-container .ui-icon-arrowstop-1-n { background-position: -192px -32px; } .updraft-container .ui-icon-arrowstop-1-e { background-position: -208px -32px; } .updraft-container .ui-icon-arrowstop-1-s { background-position: -224px -32px; } .updraft-container .ui-icon-arrowstop-1-w { background-position: -240px -32px; } .updraft-container .ui-icon-arrowthick-1-n { background-position: 0 -48px; } .updraft-container .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } .updraft-container .ui-icon-arrowthick-1-e { background-position: -32px -48px; } .updraft-container .ui-icon-arrowthick-1-se { background-position: -48px -48px; } .updraft-container .ui-icon-arrowthick-1-s { background-position: -64px -48px; } .updraft-container .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } .updraft-container .ui-icon-arrowthick-1-w { background-position: -96px -48px; } .updraft-container .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } .updraft-container .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } .updraft-container .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } .updraft-container .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } .updraft-container .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } .updraft-container .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } .updraft-container .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } .updraft-container .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } .updraft-container .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } .updraft-container .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } .updraft-container .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } .updraft-container .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } .updraft-container .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } .updraft-container .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } .updraft-container .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } .updraft-container .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } .updraft-container .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } .updraft-container .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } .updraft-container .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } .updraft-container .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } .updraft-container .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } .updraft-container .ui-icon-arrow-4 { background-position: 0 -80px; } .updraft-container .ui-icon-arrow-4-diag { background-position: -16px -80px; } .updraft-container .ui-icon-extlink { background-position: -32px -80px; } .updraft-container .ui-icon-newwin { background-position: -48px -80px; } .updraft-container .ui-icon-refresh { background-position: -64px -80px; } .updraft-container .ui-icon-shuffle { background-position: -80px -80px; } .updraft-container .ui-icon-transfer-e-w { background-position: -96px -80px; } .updraft-container .ui-icon-transferthick-e-w { background-position: -112px -80px; } .updraft-container .ui-icon-folder-collapsed { background-position: 0 -96px; } .updraft-container .ui-icon-folder-open { background-position: -16px -96px; } .updraft-container .ui-icon-document { background-position: -32px -96px; } .updraft-container .ui-icon-document-b { background-position: -48px -96px; } .updraft-container .ui-icon-note { background-position: -64px -96px; } .updraft-container .ui-icon-mail-closed { background-position: -80px -96px; } .updraft-container .ui-icon-mail-open { background-position: -96px -96px; } .updraft-container .ui-icon-suitcase { background-position: -112px -96px; } .updraft-container .ui-icon-comment { background-position: -128px -96px; } .updraft-container .ui-icon-person { background-position: -144px -96px; } .updraft-container .ui-icon-print { background-position: -160px -96px; } .updraft-container .ui-icon-trash { background-position: -176px -96px; } .updraft-container .ui-icon-locked { background-position: -192px -96px; } .updraft-container .ui-icon-unlocked { background-position: -208px -96px; } .updraft-container .ui-icon-bookmark { background-position: -224px -96px; } .updraft-container .ui-icon-tag { background-position: -240px -96px; } .updraft-container .ui-icon-home { background-position: 0 -112px; } .updraft-container .ui-icon-flag { background-position: -16px -112px; } .updraft-container .ui-icon-calendar { background-position: -32px -112px; } .updraft-container .ui-icon-cart { background-position: -48px -112px; } .updraft-container .ui-icon-pencil { background-position: -64px -112px; } .updraft-container .ui-icon-clock { background-position: -80px -112px; } .updraft-container .ui-icon-disk { background-position: -96px -112px; } .updraft-container .ui-icon-calculator { background-position: -112px -112px; } .updraft-container .ui-icon-zoomin { background-position: -128px -112px; } .updraft-container .ui-icon-zoomout { background-position: -144px -112px; } .updraft-container .ui-icon-search { background-position: -160px -112px; } .updraft-container .ui-icon-wrench { background-position: -176px -112px; } .updraft-container .ui-icon-gear { background-position: -192px -112px; } .updraft-container .ui-icon-heart { background-position: -208px -112px; } .updraft-container .ui-icon-star { background-position: -224px -112px; } .updraft-container .ui-icon-link { background-position: -240px -112px; } .updraft-container .ui-icon-cancel { background-position: 0 -128px; } .updraft-container .ui-icon-plus { background-position: -16px -128px; } .updraft-container .ui-icon-plusthick { background-position: -32px -128px; } .updraft-container .ui-icon-minus { background-position: -48px -128px; } .updraft-container .ui-icon-minusthick { background-position: -64px -128px; } .updraft-container .ui-icon-close { background-position: -80px -128px; } .updraft-container .ui-icon-closethick { background-position: -96px -128px; } .updraft-container .ui-icon-key { background-position: -112px -128px; } .updraft-container .ui-icon-lightbulb { background-position: -128px -128px; } .updraft-container .ui-icon-scissors { background-position: -144px -128px; } .updraft-container .ui-icon-clipboard { background-position: -160px -128px; } .updraft-container .ui-icon-copy { background-position: -176px -128px; } .updraft-container .ui-icon-contact { background-position: -192px -128px; } .updraft-container .ui-icon-image { background-position: -208px -128px; } .updraft-container .ui-icon-video { background-position: -224px -128px; } .updraft-container .ui-icon-script { background-position: -240px -128px; } .updraft-container .ui-icon-alert { background-position: 0 -144px; } .updraft-container .ui-icon-info { background-position: -16px -144px; } .updraft-container .ui-icon-notice { background-position: -32px -144px; } .updraft-container .ui-icon-help { background-position: -48px -144px; } .updraft-container .ui-icon-check { background-position: -64px -144px; } .updraft-container .ui-icon-bullet { background-position: -80px -144px; } .updraft-container .ui-icon-radio-on { background-position: -96px -144px; } .updraft-container .ui-icon-radio-off { background-position: -112px -144px; } .updraft-container .ui-icon-pin-w { background-position: -128px -144px; } .updraft-container .ui-icon-pin-s { background-position: -144px -144px; } .updraft-container .ui-icon-play { background-position: 0 -160px; } .updraft-container .ui-icon-pause { background-position: -16px -160px; } .updraft-container .ui-icon-seek-next { background-position: -32px -160px; } .updraft-container .ui-icon-seek-prev { background-position: -48px -160px; } .updraft-container .ui-icon-seek-end { background-position: -64px -160px; } .updraft-container .ui-icon-seek-start { background-position: -80px -160px; } .updraft-container .ui-icon-seek-first { background-position: -80px -160px; } .updraft-container .ui-icon-stop { background-position: -96px -160px; } .updraft-container .ui-icon-eject { background-position: -112px -160px; } .updraft-container .ui-icon-volume-off { background-position: -128px -160px; } .updraft-container .ui-icon-volume-on { background-position: -144px -160px; } .updraft-container .ui-icon-power { background-position: 0 -176px; } .updraft-container .ui-icon-signal-diag { background-position: -16px -176px; } .updraft-container .ui-icon-signal { background-position: -32px -176px; } .updraft-container .ui-icon-battery-0 { background-position: -48px -176px; } .updraft-container .ui-icon-battery-1 { background-position: -64px -176px; } .updraft-container .ui-icon-battery-2 { background-position: -80px -176px; } .updraft-container .ui-icon-battery-3 { background-position: -96px -176px; } .updraft-container .ui-icon-circle-plus { background-position: 0 -192px; } .updraft-container .ui-icon-circle-minus { background-position: -16px -192px; } .updraft-container .ui-icon-circle-close { background-position: -32px -192px; } .updraft-container .ui-icon-circle-triangle-e { background-position: -48px -192px; } .updraft-container .ui-icon-circle-triangle-s { background-position: -64px -192px; } .updraft-container .ui-icon-circle-triangle-w { background-position: -80px -192px; } .updraft-container .ui-icon-circle-triangle-n { background-position: -96px -192px; } .updraft-container .ui-icon-circle-arrow-e { background-position: -112px -192px; } .updraft-container .ui-icon-circle-arrow-s { background-position: -128px -192px; } .updraft-container .ui-icon-circle-arrow-w { background-position: -144px -192px; } .updraft-container .ui-icon-circle-arrow-n { background-position: -160px -192px; } .updraft-container .ui-icon-circle-zoomin { background-position: -176px -192px; } .updraft-container .ui-icon-circle-zoomout { background-position: -192px -192px; } .updraft-container .ui-icon-circle-check { background-position: -208px -192px; } .updraft-container .ui-icon-circlesmall-plus { background-position: 0 -208px; } .updraft-container .ui-icon-circlesmall-minus { background-position: -16px -208px; } .updraft-container .ui-icon-circlesmall-close { background-position: -32px -208px; } .updraft-container .ui-icon-squaresmall-plus { background-position: -48px -208px; } .updraft-container .ui-icon-squaresmall-minus { background-position: -64px -208px; } .updraft-container .ui-icon-squaresmall-close { background-position: -80px -208px; } .updraft-container .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } .updraft-container .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } .updraft-container .ui-icon-grip-solid-vertical { background-position: -32px -224px; } .updraft-container .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } .updraft-container .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } .updraft-container .ui-icon-grip-diagonal-se { background-position: -80px -224px; } .updraft-container .ui-corner-all, .updraft-container .ui-corner-top, .updraft-container .ui-corner-left, .updraft-container .ui-corner-tl { border-top-left-radius: 4px; } .updraft-container .ui-corner-all, .updraft-container .ui-corner-top, .updraft-container .ui-corner-right, .updraft-container .ui-corner-tr { border-top-right-radius: 4px; } .updraft-container .ui-corner-all, .updraft-container .ui-corner-bottom, .updraft-container .ui-corner-left, .updraft-container .ui-corner-bl { border-bottom-left-radius: 4px; } .updraft-container .ui-corner-all, .updraft-container .ui-corner-bottom, .updraft-container .ui-corner-right, .updraft-container .ui-corner-br { border-bottom-right-radius: 4px; } .ui-widget-overlay { background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat; opacity: 0.5; filter: alpha(opacity=50); /* support: IE8 */; } .updraft-container .ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000; opacity: 0.2; filter: alpha(opacity=20); /* support: IE8 */ border-radius: 5px; } Distance Selling Agreement – eStore HUBEK

Distance Selling Agreement

Distance Selling Agreement

DISTANCE SALES CONTRACT

  1. PARTIES
  1. SELLER
    • Title: Fly Jet Aviation Education and Space Technologies LTD. STI.
    • Brand/School Name: HUBEK Aviation
    • Address: Yakuplu mh. Hürriyet blv. Skyport Residence No:1/64 Beylikduzu/Istanbul
    • Phone: (0212) 711 66 66
    • E-mail: estore@hubek.com.tr
      (Hereinafter referred to as “SELLER”)
  2. BUYER
    • Name Surname / Title:
    • Address:
    • Phone:
    • E-mail:
      (Hereinafter referred to as “BUYER”) (hereinafter referred to as.)

SELLER and BUYER shall be referred to individually as “Party” and collectively as “Parties”.

  1. SUBJECT OF THE AGREEMENT

The subject of this Agreement is the determination of the rights and obligations of the parties regarding the sale and performance of the products or services, the qualities and sales prices of which are specified below, that the BUYER orders electronically via the estore.hubek.com.tr (“Site”) website. This Agreement has been prepared in accordance with the provisions of the Consumer Protection Law No. 6502 and the “Regulation on Distance Contracts”.

Types of Products/Services

  • High school summer school, high school winter school
  • “Be a pilot for 1 day” event
  • School uniforms and books
  • Gifts
  • All other training and flight service packages

BUYER accepts that he/she has read, understood and electronically approved all information regarding the basic characteristics, sales price, payment method, performance/delivery conditions of the contracted products/services.

 

  1. PRODUCT/SERVICE INFORMATION SUBJECT TO THE CONTRACT
  1. Product/Service Name:
  2. Unit Price (VAT included):
  3. Piece/Quantity:
  4. Total Sales Price (VAT included):
  5. Payment Method: Credit Card / Bank Card / EFT / etc.
  6. Delivery / Performance Method:
    • For Physical Products: Delivery by cargo
    • For Service / Event / Training: Performance on the specified date and location / Online access etc.

During the ordering phase, the BUYER checks and approves the product/service and payment method he/she has chosen. The BUYER confirms that all information specified on the order creation and payment page is correct.

 

  1. GENERAL PROVISIONS
  1. Preliminary Information and Approval of the Agreement
    • BUYER accepts that he/she has placed an order after reading all the preliminary information regarding the basic characteristics, sales price, payment method and delivery/performance information of the contracted products/services on the Site and electronically approving this Distance Sales Agreement.
  2. Order Process and Payment
    • BUYER makes the payment by selecting one of the payment methods specified on the Site.
    • The protection and secure processing of credit card/bank card information is provided by third party payment service providers that comply with international security standards.
  3. Delivery and Performance Conditions
    • Physical Products: It will be delivered to the address specified during the order, via the cargo company, within 30 (thirty) days at the latest (except for force majeure reasons).
    • Education or Event Services: SELLER informs BUYER about the relevant training/event date, place and scope. BUYER will be able to receive the service/event on the specified date or on the calendar announced by SELLER.
  4. Right of Withdrawal
    • General Rule: BUYER has the right to withdraw from the contract within 14 (fourteen) days without giving any reason and without paying any penalty.
    • Exceptions:
      • If the performance of the service starts with the BUYER’s approval before the expiration of the right of withdrawal (for example, instantly accessible online training), the right of withdrawal may expire.
      • Flight ticket, accommodation, entertainment/educational event reservations, etc. In exceptional cases listed in the law, the right of withdrawal may not be valid.
    • In order to exercise the right of withdrawal, it is sufficient for the BUYER to send the notice of withdrawal to the SELLER in writing or via a permanent data storage device.
    • The product/service fee will be refunded to the BUYER within 14 (fourteen) days after the notice of withdrawal reaches the SELLER. If the product is to be returned, the BUYER must ship the product with all accessories, invoice or delivery note to the address specified by the SELLER.
  5. Other Returns and Exchangesim Conditions
    • In physical products, when damaged or defective goods are delivered, the BUYER must immediately notify the SELLER. The BUYER may use the optional rights specified in the law depending on the nature of the defect (exchange, repair, refund, etc.).
    • Cancellation/change conditions for education or event services may be arranged separately in the special conditions of the relevant program/campaign. This information is provided to the BUYER during or before the ordering phase.
  6. Legal Notices and Liability
    • The BUYER is responsible for the accuracy of all personal and contact information entered during the ordering process. SELLER cannot be held responsible for additional costs or delivery problems that may occur due to incorrect or incomplete information.
    • SELLER reserves the right to change prices and content due to typographical errors or updates on the Site.
  7. Force Majeure
    • In cases where the parties develop outside their control and prevent the performance of the contract, such as natural disasters, epidemics, war, terrorism, strikes, and states of emergency, the parties’ obligations are suspended. When the force majeure is eliminated, the contract continues to be performed; if performance becomes impossible, the contract may be terminated.
  8. Competent Court and Dispute Resolution
    • Consumers may apply to Provincial or District Consumer Arbitration Committees and Consumer Courts regarding their complaints and objections.
    • For matters not regulated in this Agreement, the provisions of the relevant legal legislation (Law No. 6502 on the Protection of Consumers and Regulation on Distance Contracts) shall apply.

 

  1. ENFORCEMENT

The BUYER declares that he/she has read, understood and accepted all the terms of this Agreement by marking “I have read and approved” before any purchase or reservation made on the Site. This Agreement shall enter into force on the date it is approved electronically by the BUYER.

SELLER
Fly Jet Aviation Education and Space Technologies LTD. STI.
(HUBEK Aviation)

BUYER
(Name Surname / Title)

Date: …/…/20…