.with_frm_style { --form-width: 100%; --form-align: left; --direction: ltr; --fieldset: 0px; --fieldset-color: #000000; --fieldset-padding: 0 0 15px 0; --fieldset-bg-color: transparent; --title-size: 20px; --title-color: #444444; --title-margin-top: 10px; --title-margin-bottom: 10px; --form-desc-size: 14px; --form-desc-color: #666666; --form-desc-margin-top: 10px; --form-desc-margin-bottom: 25px; --form-desc-padding: 0px; --font: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif; --font-size: 14px; --label-color: #444444; --weight: bold; --position: none; --align: left; --width: 150px; --required-color: #B94A48; --required-weight: bold; --label-padding: 0 0 3px 0; --description-font-size: 12px; --description-color: #666666; --description-weight: normal; --description-style: normal; --description-align: left; --description-margin: 0; --field-font-size: 14px; --field-height: 32px; --line-height: 32px; --field-width: 100%; --auto-width: 100%; --field-pad: 6px 10px; --field-margin: 20px; --field-weight: normal; --text-color: #555555; --border-color: #cccccc; --field-border-width: 1px; --field-border-style: solid; --bg-color: #ffffff; --bg-color-active: #ffffff; --border-color-active: #66afe9; --text-color-error: #444444; --bg-color-error: #ffffff; --border-color-error: #B94A48; --border-width-error: 1px; --border-style-error: solid; --bg-color-disabled: #ffffff; --border-color-disabled: #E5E5E5; --text-color-disabled: #A1A1A1; --radio-align: block; --check-align: block; --check-font-size: 13px; --check-label-color: #444444; --check-weight: normal; --section-font-size: 18px; --section-color: #444444; --section-weight: bold; --section-pad: 15px 0 3px 0; --section-mar-top: 15px; --section-mar-bottom: 12px; --section-bg-color: transparent; --section-border-color: #e8e8e8; --section-border-width: 2px; --section-border-style: solid; --section-border-loc: -top; --collapse-pos: after; --repeat-icon-color: #ffffff; --submit-font-size: 14px; --submit-width: auto; --submit-height: auto; --submit-bg-color: #ffffff; --submit-border-color: #cccccc; --submit-border-width: 1px; --submit-text-color: #444444; --submit-weight: normal; --submit-border-radius: 4px; --submit-margin: 10px; --submit-padding: 6px 11px; --submit-shadow-color: #eeeeee; --submit-hover-bg-color: #efefef; --submit-hover-color: #444444; --submit-hover-border-color: #cccccc; --submit-active-bg-color: #efefef; --submit-active-color: #444444; --submit-active-border-color: #cccccc; --border-radius: 4px; --error-bg: #F2DEDE; --error-border: #EBCCD1; --error-text: #B94A48; --error-font-size: 14px; --success-bg-color: #DFF0D8; --success-border-color: #D6E9C6; --success-text-color: #468847; --success-font-size: 14px; --progress-bg-color: #dddddd; --progress-color: #ffffff; --progress-active-bg-color: #008ec2; --progress-active-color: #ffffff; --progress-border-color: #dfdfdf; --progress-border-size: 2px; --progress-size: 30px; --base-font-size: 15px; --box-shadow: 0 1px 2px 0 rgba(18, 18, 23, 0.05); }.with_frm_style, .with_frm_style form, .with_frm_style .frm-show-form div.frm_description p { text-align: var(--form-align); }.with_frm_style fieldset { min-width: 0px; display: block; }.with_frm_style .frm_form_fields > fieldset { border-width: var(--fieldset); border-style: solid; border-color: var(--fieldset-color); margin: 0px; padding: var(--fieldset-padding); background-color: var(--fieldset-bg-color); font-family: var(--font); }.with_frm_style .frm_form_fields { opacity: 1; transition: opacity 0.1s linear; }.with_frm_style .frm_required { color: var(--required-color); font-weight: var(--required-weight); }.with_frm_style input[type="text"], .with_frm_style input[type="password"], .with_frm_style input[type="email"], .with_frm_style input[type="number"], .with_frm_style input[type="url"], .with_frm_style input[type="tel"], .with_frm_style input[type="search"], .with_frm_style select, .with_frm_style textarea, .with_frm_style .frm-card-element.StripeElement { font-family: var(--font); font-size: var(--field-font-size); margin-bottom: 0px; }.with_frm_style textarea { vertical-align: top; height: auto; }.with_frm_style input[type="text"], .with_frm_style input[type="password"], .with_frm_style input[type="email"], .with_frm_style input[type="number"], .with_frm_style input[type="url"], .with_frm_style input[type="tel"], .with_frm_style input[type="phone"], .with_frm_style input[type="search"], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .frm_slimselect.ss-main { color: var(--text-color); background-color: var(--bg-color); border-color: var(--border-color); border-width: var(--field-border-width); border-style: var(--field-border-style); border-radius: var(--border-radius); width: var(--field-width); max-width: 100%; font-size: var(--field-font-size); padding: var(--field-pad); box-sizing: border-box; outline: none; font-weight: var(--field-weight); }.with_frm_style input[type="text"], .with_frm_style input[type="password"], .with_frm_style input[type="email"], .with_frm_style input[type="number"], .with_frm_style input[type="url"], .with_frm_style input[type="tel"], .with_frm_style input[type="file"], .with_frm_style input[type="search"], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement { min-height: var(--field-height); line-height: 1.3; }.with_frm_style .frm_primary_label { max-width: 100%; font-family: var(--font); font-size: var(--font-size); color: var(--label-color); font-weight: var(--weight); text-align: var(--align); padding: var(--label-padding); margin: 0px; width: auto; display: block; }.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top { display: block; float: none; width: auto; }.with_frm_style .frm_none_container .frm_primary_label, .with_frm_style .frm_pos_none, .frm_pos_none, .frm_none_container .frm_primary_label { display: none; }.with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_hidden, .frm_hidden_container .frm_primary_label { visibility: hidden; white-space: nowrap; }.with_frm_style .frm_description, .with_frm_style .frm_pro_max_limit_desc { clear: both; }.with_frm_style .frm_submit { clear: both; }.with_frm_style .frm-edit-page-btn, .with_frm_style .frm_submit input[type="submit"], .with_frm_style .frm_submit input[type="button"], .with_frm_style .frm_submit button { appearance: none; cursor: pointer; }.frm_style_formidable-style.with_frm_style { }.frm_forms.frm_style_formidable-style.with_frm_style { max-width: 100%; direction: ltr; }.frm_style_formidable-style.with_frm_style .form-field { margin-bottom: 20px; }.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc { margin-top: 6px; padding: 0px; font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif; font-size: 12px; color: #666666; font-weight: normal; text-align: left; font-style: normal; max-width: 100%; }.frm_style_formidable-style.with_frm_style .frm_none_container .frm_primary_label, .frm_style_formidable-style.with_frm_style .frm_pos_none { display: none; }.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn { width: auto; font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif; font-size: 14px; height: auto; line-height: normal; text-align: center; background: #ffffff; border-width: 1px; border-color: #cccccc; border-style: solid; color: #444444; cursor: pointer; font-weight: normal; border-radius: 4px; text-shadow: none; padding: 6px 11px; box-sizing: border-box; box-shadow: #eeeeee 0px 1px 1px; margin: 10px 0px; vertical-align: middle; }.frm_screen_reader { border: 0px; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; }.with_frm_style .frm_form_field { clear: both; }.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: max-content; gap: 0px 2%; }.frm_combo_inputs_container > *, .frm_grid_container > *, .frm_section_heading > *, .frm_fields_container .frm_form_field, .frm_fields_container > * { grid-column: span 12 / span 12; }.frm6, .frm_half, .frm_form_field.frm_three_fifths, .frm_form_field.frm6, .frm_submit.frm6, .frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half, .frm_form_field.frm_half, .frm_submit.frm_half { grid-column: span 6 / span 6; }.frm12, .frm_full, .frm_full .wp-editor-wrap, .frm_full > input:not([type="checkbox"]):not([type="radio"]):not([type="button"]), .frm_full select, .frm_full textarea { grid-column: span 12 / span 12; box-sizing: border-box; width: 100% !important; }.frm_first, .frm_form_field.frm_left_half, .frm_form_field.frm_left_third, .frm_form_field.frm_left_two_thirds, .frm_form_field.frm_left_fourth, .frm_form_field.frm_left_fifth, .frm_form_field.frm_left_inline, .frm_form_field.frm_first_half, .frm_form_field.frm_first_third, .frm_form_field.frm_first_two_thirds, .frm_form_field.frm_first_fourth, .frm_form_field.frm_first_fifth, .frm_form_field.frm_first_sixth, .frm_form_field.frm_first_seventh, .frm_form_field.frm_first_eighth, .frm_form_field.frm_first_inline, .frm_form_field.frm_first { grid-column-start: 1; }@media only screen and (max-width: 600px){.frm_section_heading > .frm_form_field, .frm_fields_container > .frm_submit, .frm_grid_container > .frm_form_field, .frm_fields_container > .frm_form_field { grid-column: 1 / span 12 !important; }}:root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0,124,186; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-10--rgb: 0,107,161; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0,90,135; --wp-admin-border-width-focus: 2px; --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122,0,223; --wp-bound-block-color: var(--wp-block-synced-color); }@media (min-resolution: 192dpi){:root { --wp-admin-border-width-focus: 1.5px; }}:root { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }.screen-reader-text { border: 0px; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; }.screen-reader-text:focus { background-color: #dddddd; clip-path: none; color: #444444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }:root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp--preset--color--black: #000000; --wp--preset--color--cyan-bluish-gray: #abb8c3; --wp--preset--color--white: #ffffff; --wp--preset--color--pale-pink: #f78da7; --wp--preset--color--vivid-red: #cf2e2e; --wp--preset--color--luminous-vivid-orange: #ff6900; --wp--preset--color--luminous-vivid-amber: #fcb900; --wp--preset--color--light-green-cyan: #7bdcb5; --wp--preset--color--vivid-green-cyan: #00d084; --wp--preset--color--pale-cyan-blue: #8ed1fc; --wp--preset--color--vivid-cyan-blue: #0693e3; --wp--preset--color--vivid-purple: #9b51e0; --wp--preset--color--base: #FFFFFF; --wp--preset--color--contrast: #111111; --wp--preset--color--accent-1: #FFEE58; --wp--preset--color--accent-2: #F6CFF4; --wp--preset--color--accent-3: #503AA8; --wp--preset--color--accent-4: #686868; --wp--preset--color--accent-5: #FBFAF3; --wp--preset--color--accent-6: color-mix(in srgb, currentColor 20%, transparent); --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eeeeee 0%,#a9b8c3 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%); --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%); --wp--preset--font-size--small: 0.875rem; --wp--preset--font-size--medium: clamp(1rem, 1rem + ((1vw - 0.2rem) * 0.196), 1.125rem); --wp--preset--font-size--large: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 0.392), 1.375rem); --wp--preset--font-size--x-large: clamp(1.75rem, 1.75rem + ((1vw - 0.2rem) * 0.392), 2rem); --wp--preset--font-size--xx-large: clamp(2.15rem, 2.15rem + ((1vw - 0.2rem) * 1.333), 3rem); --wp--preset--font-family--manrope: Manrope, sans-serif; --wp--preset--font-family--fira-code: "Fira Code", monospace; --wp--preset--spacing--20: 10px; --wp--preset--spacing--30: 20px; --wp--preset--spacing--40: 30px; --wp--preset--spacing--50: clamp(30px, 5vw, 50px); --wp--preset--spacing--60: clamp(30px, 7vw, 70px); --wp--preset--spacing--70: clamp(50px, 7vw, 90px); --wp--preset--spacing--80: clamp(70px, 10vw, 140px); --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1); --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1); }.mwl { touch-action: pan-x pan-y; position: fixed; z-index: 99999; top: 0px; left: 0px; width: 100%; height: 100%; display: none; }.mwl .mwl__slider { position: relative; width: 100%; height: 100%; min-height: 0px; display: flex; flex: 1 1 0%; }.mhcookie-dialog-wrapper, .mhcookie-functional-blocked { position: fixed; z-index: 2147483647; display: flex; visibility: hidden; opacity: 0; transition: 0.4s; }.mhcookie-dialog-wrapper { top: 0px; left: 0px; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); }.mhcookie-dialog-wrapper.mhcookie-show, .mhcookie-functional-blocked.mhcookie-show { visibility: visible; opacity: 1; transition: 0.8s; }.mhcookie-functional-blocked { bottom: 0px; left: 0px; display: flex; flex-flow: wrap; justify-content: space-around; align-items: center; gap: 10px; width: 100vw; padding: 20px; background-color: #ffffff; color: #1d2327; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; font-family: Arial; font-size: 14px; }.mhcookie-functional-blocked .mhcookie-buttons { flex-flow: wrap; justify-content: center; margin: 0px; }.mhcookie-functional-blocked .mhcookie-btn { padding: 6px 12px; white-space: nowrap; }@media (min-width: 992px){.mhcookie-functional-blocked, .mhcookie-functional-blocked .mhcookie-buttons { flex-wrap: nowrap; }}.mhcookie-box { position: relative; background-color: #ffffff; color: #1d2327; width: 600px; max-width: 100vw; max-height: 100vh; padding: 20px; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; box-sizing: border-box; font-family: Arial; font-size: 14px; animation: 1s ease-in-out 0s 1 normal forwards running mhcookie_show; }.mhcookie-box label { margin: 0px; font-family: inherit; font-weight: 800; font-size: 14px; text-transform: initial; }.mhcookie-box .mhcookie-dialog-logo-wrapper { display: flex; justify-content: center; width: 100%; }#mhcookie-dialog-logo { display: block; max-height: 50px; width: auto; margin: 0px auto 20px; }.mhcookie-header { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin-bottom: 20px; }.mhcookie-title { margin: 0px; font-family: inherit; font-size: 20px; font-weight: 600; text-transform: initial; color: #1d2327; }.mhcookie-close { position: absolute; top: 1em; right: 1em; background: none; color: #007ac6; border: none; font-family: inherit; font-weight: 400; font-size: 22px; cursor: pointer; text-decoration: none; line-height: 0; }.mhcookie-details-wrapper { height: 300px; max-height: 40vh; overflow-y: scroll; padding-bottom: 20px; }.mhcookie-details-after { content: ""; display: block; position: sticky; bottom: 0px; width: 100%; height: 40px; background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); pointer-events: none; transform: translateY(-100%); }.mhcookie-text { margin: 0px 0px 30px; font-family: inherit; font-weight: 400; font-size: 13px; text-transform: initial; }.mhcookie-details { display: flex; flex-direction: column; gap: 20px; }.mhcookie-group-wrapper { position: relative; display: flex; flex-direction: column; align-items: flex-start; }.mhcookie-group { display: flex; align-items: center; gap: 20px; }.mhcookie-group-inner { display: flex; flex-direction: column; font-family: Arial; font-weight: 400; font-size: 13px; text-transform: initial; }.mhcookie-group-inner label { font-weight: 800; cursor: pointer; }.mhcookie-box input[type="checkbox"] { accent-color: #007ac6; }.mhcookie-group-show-details { text-decoration: none; font-size: 0.85em; align-self: center; margin: 5px 0px 10px; color: #007ac6; }.mhcookie-group-details { width: 100%; max-height: 0px; overflow: hidden; transition: max-height 0.5s; }.mhcookie-group--list { display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 10px 0px 30px; padding: 10px; box-sizing: border-box; background: rgba(29, 35, 39, 0.024); }.mhcookie-group--list-item { display: flex; gap: 20px; justify-content: space-between; width: 100%; font-size: 0.9em; padding-bottom: 10px; font-style: italic; }.mhcookie-group--list-item:not(:last-child) { border-bottom: 1px solid rgba(29, 35, 39, 0.2); }.mhcookie-buttons { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }.mhcookie-btn { display: block; background: transparent; border: 1px solid #007ac6; color: #007ac6; padding: 10px 20px; border-radius: 5px; font-family: inherit; font-size: 14px; font-weight: 400; text-decoration: none; text-transform: initial; text-align: center; cursor: pointer; white-space: nowrap; }.mhcookie-btn-primary { background: #007ac6; color: #ffffff; }.mhcookie-checkbox, .mhcookie-iab-vendor-checkbox { display: none !important; }.mhcookie-pseudo-checkbox { display: block; min-width: 16px; min-height: 16px; aspect-ratio: 1 / 1; border: 2px solid #1d2327; background: #ffffff; position: relative; transition: opacity 0.2s; cursor: pointer; box-sizing: border-box; }.mhcookie-pseudo-checkbox::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjAuMjg1IDYuNzFhMSAxIDAgMCAxIDAgMS40MmwtMTAgMTBhMSAxIDAgMCAxLTEuNDIgMGwtNS01YTEgMSAwIDAgMSAxLjQyLTEuNDJsNC4yOSA0LjI5TDE4Ljg3IDYuNzFhMSAxIDAgMCAxIDEuNDE1IDB6IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo="); mask-size: contain; mask-repeat: no-repeat; width: 100%; height: 100%; background-color: #ffffff; transition: opacity 0.6s; }:checked + .mhcookie-pseudo-checkbox { background: #007ac6; border-color: #007ac6; }:checked + .mhcookie-pseudo-checkbox::before { display: inline-block; opacity: 1; }[disabled] + .mhcookie-pseudo-checkbox { filter: grayscale(1); opacity: 0.75; }.mhcookie-dialog-wrapper .mhcookie-consent-history { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0px 10px; }.mhcookie-dialog-wrapper .mhcookie-consent-history-element { font-weight: 800; font-size: 12px; }.mhcookie-consent-date, .mhcookie-deviceID { font-weight: 400; font-size: 12px; }.mhcookie-hidden { display: none !important; }[data-mhcookie-host] { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; }.mhcookie-preferences-toggle { position: fixed; bottom: 0px; right: 0px; line-height: 1; color: #007ac6; z-index: 2147483645; visibility: hidden; opacity: 0; transition: opacity 0.8s; cursor: pointer; }.mhcookie-preferences-toggle svg { width: 45px; height: 45px; margin: 10px; }button, hr, input { overflow: visible; }[type="checkbox"], [type="radio"], legend { box-sizing: border-box; padding: 0px; }html { line-height: 1.15; text-size-adjust: 100%; }body, h1, h2, h3, h4, h5, h6 { margin: 0px; }article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { display: block; }a { background-color: transparent; }img { border-style: none; }svg:not(:root) { overflow: hidden; }button, input, optgroup, select, textarea { font-size: 100%; line-height: 1.15; margin: 0px; }button, select { text-transform: none; }[type="reset"], [type="submit"], button, html [type="button"] { appearance: button; }fieldset { padding: 0.35em 0.75em 0.625em; }legend { color: inherit; display: table; max-width: 100%; white-space: normal; }textarea { overflow: auto; }[type="search"] { appearance: textfield; outline-offset: -2px; }html { box-sizing: border-box; }body { font-size: 16px; color: #404040; }body.oxygen-aos-enabled { overflow-x: hidden; }*, ::after, ::before { box-sizing: inherit; }.ct-section-inner-wrap { margin-left: auto; margin-right: auto; height: 100%; min-height: inherit; }div.ct-fancy-icon { display: inline-flex; border-radius: 50%; }.ct-fancy-icon > svg { fill: currentcolor; }.oxy-nav-menu-list { display: flex; padding: 0px; margin: 0px; }.oxy-nav-menu .oxy-nav-menu-list li.menu-item { list-style-type: none; display: flex; flex-direction: column; }.oxy-nav-menu .oxy-nav-menu-list li.menu-item a { text-decoration: none; border-style: solid; border-width: 0px; transition-timing-function: ease-in-out; transition-property: background-color, color, border-color; border-color: transparent; }.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item > a, .oxy-nav-menu .oxy-nav-menu-list li.menu-item:focus-within > a, .oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover > a { border-color: currentcolor; }.oxy-nav-menu .menu-item, .oxy-nav-menu .sub-menu { position: relative; }.oxy-header-wrapper { position: relative; }.oxy-header-row { width: 100%; display: block; }.oxy-header-container { height: 100%; margin-left: auto; margin-right: auto; display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; }.oxy-header-center, .oxy-header-left, .oxy-header-right { display: flex; align-items: center; }.oxy-header-left { justify-content: flex-start; }.oxy-header-center { flex-grow: 1; justify-content: center; }.oxy-header-right { justify-content: flex-end; }.oxy-menu-toggle { cursor: pointer; display: none; }.oxy-nav-menu-hamburger-wrap { display: flex; align-items: center; justify-content: center; }.oxy-nav-menu-hamburger { display: flex; justify-content: space-between; flex-direction: column; }.oxy-nav-menu-hamburger-line { border-radius: 2px; }.oxy-nav-menu .menu-item a { display: flex; align-items: center; }.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a { flex-direction: row; }.oxy-search-form label.screen-reader-text { display: none; }:-webkit-any(li, div._important), :is(li, div._important) { display: list-item; }:root { --woocommerce: #720eec; --wc-green: #7ad03a; --wc-red: #a00; --wc-orange: #ffba00; --wc-blue: #2ea2cc; --wc-primary: #720eec; --wc-primary-text: #fcfbfe; --wc-secondary: #e9e6ed; --wc-secondary-text: #515151; --wc-highlight: #958e09; --wc-highligh-text: white; --wc-content-bg: #fff; --wc-subtext: #767676; --wc-form-border-color: rgba(32, 7, 7, 0.8); --wc-form-border-radius: 4px; --wc-form-border-width: 1px; }:root { --woocommerce: #720eec; --wc-green: #7ad03a; --wc-red: #a00; --wc-orange: #ffba00; --wc-blue: #2ea2cc; --wc-primary: #720eec; --wc-primary-text: #fcfbfe; --wc-secondary: #e9e6ed; --wc-secondary-text: #515151; --wc-highlight: #958e09; --wc-highligh-text: white; --wc-content-bg: #fff; --wc-subtext: #767676; --wc-form-border-color: rgba(32, 7, 7, 0.8); --wc-form-border-radius: 4px; --wc-form-border-width: 1px; }:root { --woocommerce: #720eec; --wc-green: #7ad03a; --wc-red: #a00; --wc-orange: #ffba00; --wc-blue: #2ea2cc; --wc-primary: #720eec; --wc-primary-text: #fcfbfe; --wc-secondary: #e9e6ed; --wc-secondary-text: #515151; --wc-highlight: #958e09; --wc-highligh-text: white; --wc-content-bg: #fff; --wc-subtext: #767676; --wc-form-border-color: rgba(32, 7, 7, 0.8); --wc-form-border-radius: 4px; --wc-form-border-width: 1px; }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; width: 1px; position: absolute !important; overflow-wrap: normal !important; }:root { --woocommerce: #720eec; --wc-green: #7ad03a; --wc-red: #a00; --wc-orange: #ffba00; --wc-blue: #2ea2cc; --wc-primary: #720eec; --wc-primary-text: #fcfbfe; --wc-secondary: #e9e6ed; --wc-secondary-text: #515151; --wc-highlight: #958e09; --wc-highligh-text: white; --wc-content-bg: #fff; --wc-subtext: #767676; --wc-form-border-color: rgba(32, 7, 7, 0.8); --wc-form-border-radius: 4px; --wc-form-border-width: 1px; }.wpml-ls-menu-item .wpml-ls-flag { display: inline; vertical-align: baseline; }ul .wpml-ls-menu-item a { display: flex; align-items: center; }button.pswp__button { box-shadow: none !important; background-image: url("//seacrets.gr/wp-content/swift-ai/images/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin-png.webp") !important; }button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover { background-color: transparent !important; }button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover { background-image: none !important; }.pswp { display: none; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; overflow: hidden; touch-action: none; z-index: 1500; text-size-adjust: 100%; backface-visibility: hidden; outline: 0px; }.pswp * { box-sizing: border-box; }.pswp__bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #000000; opacity: 0; transform: translateZ(0px); backface-visibility: hidden; will-change: opacity; }.pswp__scroll-wrap { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; }.pswp__container, .pswp__zoom-wrap { touch-action: none; position: absolute; inset: 0px; }.pswp__container, .pswp__img { user-select: none; -webkit-tap-highlight-color: transparent; }.pswp__bg { will-change: opacity; transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }.pswp__container, .pswp__zoom-wrap { backface-visibility: hidden; }.pswp__item { position: absolute; inset: 0px; overflow: hidden; }.pswp__button { width: 44px; height: 44px; position: relative; background: 0px 0px; cursor: pointer; overflow: visible; appearance: none; display: block; border: 0px; padding: 0px; margin: 0px; float: left; opacity: 0.75; transition: opacity 0.2s; box-shadow: none; }.pswp__button, .pswp__button--arrow--left::before, .pswp__button--arrow--right::before { background: url("//seacrets.gr/wp-content/swift-ai/images/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin-png.webp") 0px 0px / 264px 88px no-repeat; width: 44px; height: 44px; }.pswp__button--close { background-position: 0px -44px; }.pswp__button--share { background-position: -44px -44px; }.pswp__button--fs { display: none; }.pswp__button--zoom { display: none; background-position: -88px 0px; }.pswp__button--arrow--left, .pswp__button--arrow--right { background: 0px 0px; top: 50%; margin-top: -50px; width: 70px; height: 100px; position: absolute; }.pswp__button--arrow--left { left: 0px; }.pswp__button--arrow--right { right: 0px; }.pswp__button--arrow--left::before, .pswp__button--arrow--right::before { content: ""; top: 35px; background-color: rgba(0, 0, 0, 0.3); height: 30px; width: 32px; position: absolute; }.pswp__button--arrow--left::before { left: 6px; background-position: -138px -44px; }.pswp__button--arrow--right::before { right: 6px; background-position: -94px -44px; }.pswp__counter, .pswp__share-modal { user-select: none; }.pswp__share-modal { display: block; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; top: 0px; left: 0px; padding: 10px; position: absolute; z-index: 1600; opacity: 0; transition: opacity 0.25s ease-out; backface-visibility: hidden; will-change: opacity; }.pswp__share-modal--hidden { display: none; }.pswp__share-tooltip { z-index: 1620; position: absolute; background: #ffffff; top: 56px; border-radius: 2px; display: block; width: auto; right: 44px; box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px; transform: translateY(6px); transition: transform 0.25s; backface-visibility: hidden; will-change: transform; }.pswp__counter { position: relative; left: 0px; top: 0px; height: 44px; font-size: 13px; line-height: 44px; color: #ffffff; opacity: 0.75; padding: 0px 10px; margin-inline-end: auto; }.pswp__caption { position: absolute; left: 0px; bottom: 0px; width: 100%; min-height: 44px; }.pswp__caption__center { text-align: left; max-width: 420px; margin: 0px auto; font-size: 13px; padding: 10px; line-height: 20px; color: #cccccc; }.pswp__preloader { width: 44px; height: 44px; position: absolute; top: 0px; left: 50%; margin-left: -22px; opacity: 0; transition: opacity 0.25s ease-out; will-change: opacity; direction: ltr; }.pswp__preloader__icn { width: 20px; height: 20px; margin: 12px; }@media screen and (max-width: 1024px){.pswp__preloader { position: relative; left: auto; top: auto; margin: 0px; float: right; }}.pswp__ui { -webkit-font-smoothing: auto; visibility: visible; opacity: 1; z-index: 1550; }.pswp__top-bar { position: absolute; left: 0px; top: 0px; height: 44px; width: 100%; display: flex; justify-content: flex-end; }.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar { backface-visibility: hidden; will-change: opacity; transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }.pswp__caption, .pswp__top-bar { background-color: rgba(0, 0, 0, 0.5); }.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar { opacity: 0.001; }#section-187-11 > .ct-section-inner-wrap { max-width: 100%; padding-top: 0px; padding-right: 0px; padding-left: 0px; }#div_block-292-11 { margin-left: 250px; }#div_block-362-11 { border-style: none; }#div_block-393-11 { flex-direction: column; display: flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 78px; width: 300px; }#div_block-397-11 { flex-direction: column; display: flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 78px; width: 300px; }@media (max-width: 1120px){#div_block-292-11 { display: flex; margin-left: 0px; }}@media (max-width: 991px){#div_block-292-11 { flex-direction: row; display: flex; align-items: center; }}@media (max-width: 767px){#div_block-292-11 { display: none; align-items: center; justify-content: center; text-align: center; padding: 12px; }}@media (max-width: 479px){#div_block-292-11 { padding: 11px 8px; flex-direction: unset; }}#headline-399-11 { font-size: 15px; font-weight: 600; border-radius: 5px; margin-bottom: 21px; color: #3457a7; }#text_block-177-11 { font-size: 14px; font-weight: 600; margin-top: 5px; margin-bottom: 5px; }@media (max-width: 479px){#text_block-177-11 { font-size: 10px; }}#link-289-11 { padding: 15px 0px 0px; flex-direction: column; display: flex; text-align: center; align-items: center; justify-content: center; width: 150px; height: auto; }#link-358-11 { padding-bottom: 5px; display: none; }#link-367-11 { margin-left: 2px; margin-right: 2px; }#link-371-11 { align-items: flex-end; text-align: center; margin-top: 15px; overflow: visible; z-index: 99; }#link-391-11 { align-items: flex-end; text-align: center; margin-top: 15px; overflow: visible; z-index: 99; }@media (max-width: 1120px){#link-289-11 { display: inline-block; }}@media (max-width: 1120px){#link-358-11 { display: inline-block; }}@media (max-width: 991px){#link-289-11 { justify-content: center; width: 100px; }}@media (max-width: 991px){#link-358-11 { display: none; justify-content: center; }}@media (max-width: 767px){#link-289-11 { margin-top: 15px; display: none; margin-bottom: 15px; width: 150px; }}@media (max-width: 767px){#link-358-11 { margin-top: 15px; flex-direction: column; display: flex; margin-bottom: 15px; width: 100px; }}@media (max-width: 479px){#link-289-11 { margin-bottom: 1px; margin-top: 1px; }}@media (max-width: 479px){#link-358-11 { margin-bottom: 1px; margin-top: 1px; width: 100px; margin-left: 0px; }}#image-291-11 { height: auto; width: 100%; }#image-359-11 { height: auto; width: 100%; flex-direction: unset; display: none; }#image-360-11 { height: auto; width: 100%; }#image-394-11 { width: 100%; height: auto; margin-top: 25px; }#image-398-11 { width: 100%; height: auto; margin-top: 25px; }@media (max-width: 1120px){#image-360-11 { display: none; }}@media (max-width: 991px){#image-291-11 { flex-direction: unset; width: 150%; }}@media (max-width: 991px){#image-359-11 { flex-direction: unset; width: 100%; height: auto; display: inline; }}@media (max-width: 991px){#image-360-11 { flex-direction: unset; display: none; width: 150%; }}@media (max-width: 767px){#image-359-11 { width: 100%; height: auto; }}#fancy_icon-293-11 { color: #004c99; }#fancy_icon-293-11 > svg { width: 20px; height: 20px; }#fancy_icon-293-11 { margin-right: 5px; margin-left: 5px; }#fancy_icon-368-11 { color: #000000; }#fancy_icon-368-11 > svg { width: 15px; height: 15px; }#fancy_icon-372-11 { color: #ffffff; }#fancy_icon-372-11 > svg { width: 15px; height: 15px; }#fancy_icon-372-11 { background-color: #177dc1; padding: 5px; }#fancy_icon-392-11 { color: #ffffff; }#fancy_icon-392-11 > svg { width: 15px; height: 15px; }#fancy_icon-392-11 { background-color: #177dc1; padding: 5px; }@media (max-width: 991px){#fancy_icon-293-11 { color: #004c99; }#fancy_icon-293-11 > svg { width: 25px; height: 25px; }}@media (max-width: 479px){#fancy_icon-293-11 { color: #004c99; }#fancy_icon-293-11 > svg { width: 20px; height: 20px; }}#_nav_menu-271-11 .oxy-nav-menu-hamburger-line { background-color: #2b2c28; }@media (max-width: 1120px){#_nav_menu-271-11 .oxy-nav-menu-list { display: none; }#_nav_menu-271-11 .oxy-menu-toggle { display: initial; }}#_nav_menu-271-11 .oxy-nav-menu-hamburger-wrap { width: 43px; height: 43px; margin-top: 2px; margin-bottom: 2px; }#_nav_menu-271-11 .oxy-nav-menu-hamburger { width: 25px; height: 20px; }#_nav_menu-271-11 .oxy-nav-menu-hamburger-line { height: 3px; background-color: #ffffff; }#_nav_menu-271-11 { font-family: inherit; margin-top: 0px; }#_nav_menu-271-11 .oxy-nav-menu-list { flex-direction: row; }#_nav_menu-271-11 .menu-item a { padding: 8px 15px; font-size: 15px; color: #2b2c28; font-weight: 400; letter-spacing: 1px; }#_nav_menu-271-11 .current-menu-item a { color: #2b2c28; }#_nav_menu-271-11.oxy-nav-menu:not(.oxy-nav-menu-open) .menu-item a { justify-content: flex-start; }#_nav_menu-402-11 .oxy-nav-menu-hamburger-line { background-color: #2b2c28; }#_nav_menu-402-11 .oxy-nav-menu-hamburger-wrap { width: 43px; height: 43px; margin-top: 2px; margin-bottom: 2px; }#_nav_menu-402-11 .oxy-nav-menu-hamburger { width: 25px; height: 20px; }#_nav_menu-402-11 .oxy-nav-menu-hamburger-line { height: 3px; background-color: #ffffff; }#_nav_menu-402-11 { font-family: inherit; margin-top: 0px; display: inline-block; }#_nav_menu-402-11 .oxy-nav-menu-list { flex-direction: column; }#_nav_menu-402-11 .menu-item a { padding: 8px 15px; font-size: 18px; color: #2b2c28; font-weight: 400; letter-spacing: 1px; }#_nav_menu-402-11 .current-menu-item a { color: #2b2c28; }#_nav_menu-402-11.oxy-nav-menu:not(.oxy-nav-menu-open) .menu-item a { justify-content: flex-start; }@media (max-width: 1120px){#_nav_menu-271-11 { display: none; }}@media (max-width: 991px){#_nav_menu-271-11 { display: none; }}@media (max-width: 767px){#_nav_menu-271-11 { display: none; }}@media (max-width: 479px){#_nav_menu-271-11 { display: none; }}#_header-286-11 .oxy-header-container { max-width: 100%; }#_header-286-11 { max-width: 100%; padding-bottom: 7px; padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px; }#_header_row-287-11.oxy-header-row .oxy-header-container { max-width: 100%; }#_header_row-287-11 { padding: 5px 25px; border-bottom: 1px none rgba(0, 0, 0, 0.1); background-color: #ffffff; }#_header_row-312-11.oxy-header-row .oxy-header-container { max-width: 100%; }#_header_row-312-11 { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-right: 0px; padding-left: 0px; background-color: #ffffff; }@media (max-width: 991px){#_header_row-287-11 { padding: 10px 0px 5px; }}@media (max-width: 991px){#_header_row-312-11 { padding-left: 5px; padding-right: 5px; }}@media (max-width: 767px){#_header_row-287-11 { padding: 10px 0px 0px; }}@media (max-width: 767px){#_header_row-312-11 { padding: 0px; margin-top: 0px; }}@media (max-width: 479px){#_header_row-287-11 { padding: 10px 0px 5px; }}.hamburger { font: inherit; display: inline-block; overflow: visible; margin: 0px; padding: 15px; cursor: pointer; transition-timing-function: linear; transition-duration: 0.15s; transition-property: opacity, filter; text-transform: none; color: inherit; border: 0px; background-color: transparent; }.hamburger-box { position: relative; display: inline-block; width: 40px; height: 24px; }.hamburger-inner { top: 50%; display: block; margin-top: -2px; }.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before { position: absolute; width: 40px; height: 4px; transition-timing-function: ease; transition-duration: 0.15s; transition-property: transform; border-radius: 4px; background-color: #000000; }.hamburger-inner::after, .hamburger-inner::before { display: block; content: ""; }.hamburger-inner::before { top: -10px; }.hamburger-inner::after { bottom: -10px; }.hamburger--slider .hamburger-inner { top: 2px; }.hamburger--slider .hamburger-inner::before { top: 10px; transition-timing-function: ease; transition-duration: 0.15s; transition-property: transform, opacity; }.hamburger--slider .hamburger-inner::after { top: 20px; }.oxy-burger-trigger { display: inline-block; }.oxy-burger-trigger .hamburger { display: flex; padding: 0px; align-items: center; touch-action: manipulation; }.oxy-burger-trigger .hamburger-box { --burger-size: 1; transform: scale(var(--burger-size)); }.oxy-burger-trigger .hamburger-inner, .oxy-burger-trigger .hamburger-inner::after, .oxy-burger-trigger .hamburger-inner::before { transition-duration: 400ms; transition-property: all; will-change: transform; }#-burger-trigger-369-11 { display: none; }@media (max-width: 1120px){#-burger-trigger-369-11 .hamburger-box { --burger-size: 0.5; }#-burger-trigger-369-11 .hamburger-inner, #-burger-trigger-369-11 .hamburger-inner::after, #-burger-trigger-369-11 .hamburger-inner::before { height: 4px; }#-burger-trigger-369-11 { display: inline-block; }}@media (max-width: 767px){#-burger-trigger-369-11 { display: flex; }}#-cart-counter-364-11 .oxy-cart-counter_icon_svg { font-size: 20px; }#-cart-counter-364-11 .oxy-cart-counter_icon { color: #2b2c28; }#-cart-counter-364-11 .oxy-cart-counter_count { color: #177dc1; font-size: 15px; font-weight: 400; }#-cart-counter-364-11 .oxy-cart-counter_number { font-size: 11px; color: #eff4fb; background-color: #177dc1; }.oxy-cart-counter { position: relative; }.oxy-cart-counter_inner_content { background-color: #ffffff; position: absolute; visibility: hidden; opacity: 0; transition-property: opacity, visibility; transition-timing-function: ease; transition-duration: 0.3s; z-index: 99; width: 300px; max-width: 90vw; right: 0px; padding: 20px; }.oxy-cart-counter_icon_count { background: none; border: none; position: relative; }.oxy-cart-counter_icon_count[data-reveal] { cursor: pointer; }.oxy-cart-counter_icon_svg { height: 1em; width: 1em; fill: currentcolor; }.oxy-cart-counter_icon_count, .oxy-cart-counter_count { display: flex; align-items: center; }.oxy-cart-counter_count { right: -10px; }.oxy-cart-counter_number { display: flex; align-items: center; justify-content: center; border-radius: 100px; background-color: #333333; color: #ffffff; font-size: 14px; height: 20px; width: 20px; transition-property: color, background-color; transition-timing-function: ease; transition-duration: 0.3s; }.oxy-cart-counter_icon { transition-property: color, background-color; transition-timing-function: ease; transition-duration: 0.3s; }.oxy-cart-counter_number:empty::before { content: "0"; }#-cart-counter-364-11 { border-style: none; }#-header-search-298-11 .oxy-header-search_form { --slide-height: 227px; --expand-width: 300px; --expand-height: 55px; padding: 5px; background-color: rgba(255, 255, 255, 0.94); }#-header-search-298-11 .oxy-header-search_search-field { padding: 11px 25px; border-color: rgba(0, 0, 0, 0.5); border-style: solid; border-width: 1px; border-radius: 30px; color: #000000; font-size: 15px; font-weight: 400; text-align: left; }#-header-search-298-11 .oxy-header-search_open-icon { color: #12b792; font-size: 25px; margin: 5px 2px 2px; }#-header-search-298-11 .oxy-header-search_close-icon { color: #000000; font-size: 20px; margin: 5px; }#-header-search-298-11 { position: relative; height: 100%; display: flex; align-items: center; }#-header-search-298-11 form.oxy-header-search_form { position: absolute; width: 0px; left: auto; transform: translateY(-50%); top: 50%; height: var(--expand-height); }#-header-search-298-11 .oxy-header-search_form.visible { width: var(--expand-width); }#-header-search-298-11 .oxy-header-container { padding: 0px; }#-header-search-298-11 .oxy-header-search_form { height: var(--slide-height); max-height: var(--slide-start); }#-header-search-298-11 .oxy-header-search_form.visible { max-height: var(--slide-height); }#-header-search-298-11 { }.oxy-header-search svg { width: 1em; height: 1em; fill: currentcolor; }.oxy-header-search_toggle-open { display: flex; }.oxy-header-search label { width: 100%; }.oxy-header-search .screen-reader-text { border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; overflow: hidden; width: 1px; position: absolute !important; overflow-wrap: normal !important; }.oxy-header-search_toggle { cursor: pointer; background: none; border: none; color: inherit; }.oxy-header-search input[type="submit"] { display: none; }.oxy-header-search_form { background: #f3f3f3; position: absolute; inset: 0px; opacity: 0; overflow: hidden; visibility: hidden; z-index: 99; transition: 0.3s; }.oxy-header-search_search-field, .woocommerce input.oxy-header-search_search-field[type="search"] { background: rgba(255, 255, 255, 0); font-family: inherit; border: none; width: 100%; }.oxy-header-search_form.visible { opacity: 1; visibility: visible; }.oxy-header-search .oxy-header-container { display: flex; align-items: center; }.oxy-header-search_search-field { appearance: none; }#-header-search-298-11 { border-radius: 50px; padding-top: 0px; padding-bottom: 0px; margin-left: 350px; }@media (max-width: 767px){#-header-search-298-11 { display: none; }}.oxy-mini-cart { position: relative; display: flex; justify-content: center; -webkit-font-smoothing: antialiased; }.oxy-mini-cart { position: relative; display: flex; justify-content: center; -webkit-font-smoothing: antialiased; }.oxy-mini-cart { max-width: 100%; }.oxy-mini-cart .widget_shopping_cart_content { display: flex; flex-direction: column; height: 100%; }.oxy-mini-cart .woocommerce-mini-cart__empty-message { margin: 0px; }#-mini-cart-396-11 { height: 100%; }#-off-canvas-370-11 .offcanvas-inner { background-color: #ffffff; width: 450px; }#-off-canvas-370-11 .oxy-offcanvas_backdrop { background-color: rgba(52, 87, 167, 0.9); }#-off-canvas-370-11 { display: none; }body:not(.oxygen-builder-body) #-off-canvas-370-11 { display: block; }.oxy-off-canvas { visibility: visible; pointer-events: none; }.offcanvas-inner { background: #ffffff; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; position: fixed; height: 100vh; max-width: 100%; width: 280px; overflow-x: hidden; top: 0px; left: 0px; padding: 30px; z-index: 1000; transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.5s cubic-bezier(0.77, 0, 0.175, 1); pointer-events: auto; }.oxy-offcanvas_backdrop { background: rgba(0, 0, 0, 0.5); position: fixed; inset: 0px; opacity: 0; visibility: hidden; transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1); pointer-events: auto; z-index: 10; }.oxy-off-canvas .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; width: 1px; position: absolute !important; overflow-wrap: normal !important; }.oxy-off-canvas .offcanvas-inner { transform: translate(-100%, 0px); }body:not(.oxygen-builder-body) #-off-canvas-370-11:not(.oxy-off-canvas-toggled) .offcanvas-inner { box-shadow: none; }#-off-canvas-390-11 .offcanvas-inner { background-color: #ffffff; width: 450px; }#-off-canvas-390-11 .oxy-offcanvas_backdrop { background-color: rgba(52, 87, 167, 0.9); }#-off-canvas-390-11 { display: none; }body:not(.oxygen-builder-body) #-off-canvas-390-11 { display: block; }.oxy-off-canvas .offcanvas-inner { transform: translate(-100%, 0px); }body:not(.oxygen-builder-body) #-off-canvas-390-11:not(.oxy-off-canvas-toggled) .offcanvas-inner { box-shadow: none; }@media (max-width: 767px){#-off-canvas-370-11 .offcanvas-inner { width: 100%; }body:not(.oxygen-builder-body) #-off-canvas-370-11 { display: block; }.oxy-off-canvas .offcanvas-inner { transform: translate(-100%, 0px); }body:not(.oxygen-builder-body) #-off-canvas-370-11:not(.oxy-off-canvas-toggled) .offcanvas-inner { box-shadow: none; }}@media (max-width: 767px){#-off-canvas-390-11 .offcanvas-inner { width: 100%; }body:not(.oxygen-builder-body) #-off-canvas-390-11 { display: block; }.oxy-off-canvas .offcanvas-inner { transform: translate(-100%, 0px); }body:not(.oxygen-builder-body) #-off-canvas-390-11:not(.oxy-off-canvas-toggled) .offcanvas-inner { box-shadow: none; }}@media (max-width: 479px){#-off-canvas-370-11 .offcanvas-inner { width: 100%; transition-duration: 0.3s; }body:not(.oxygen-builder-body) #-off-canvas-370-11 { display: block; }.oxy-off-canvas .offcanvas-inner { transform: translate(-100%, 0px); }body:not(.oxygen-builder-body) #-off-canvas-370-11:not(.oxy-off-canvas-toggled) .offcanvas-inner { box-shadow: none; }}@media (max-width: 479px){#-off-canvas-390-11 .offcanvas-inner { width: 100%; transition-duration: 0.3s; }body:not(.oxygen-builder-body) #-off-canvas-390-11 { display: block; }.oxy-off-canvas .offcanvas-inner { transform: translate(-100%, 0px); }body:not(.oxygen-builder-body) #-off-canvas-390-11:not(.oxy-off-canvas-toggled) .offcanvas-inner { box-shadow: none; }}#section-64-23 > .ct-section-inner-wrap { display: flex; flex-direction: column; align-items: center; }#section-64-23 { display: block; }#section-64-23 { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("//seacrets.gr/wp-content/swift-ai/images/wp-content/uploads/2020/01/Seacrets_211L8677_Photography-Giorgos-Vitsaropoulos-jpg.webp"); text-align: center; background-repeat: no-repeat; background-position: 50% 50%; }#div_block-65-23 { margin-top: 128px; margin-bottom: 128px; justify-content: center; align-items: center; text-align: left; width: 100%; }#div_block-79-23 { background-size: cover; width: 50%; background-repeat: no-repeat; padding: 35px; background-color: #ffffff; }@media (max-width: 1120px){#div_block-65-23 { margin-bottom: 32px; margin-top: 32px; }}@media (max-width: 479px){#div_block-65-23 { flex-direction: column; display: flex; align-items: center; text-align: left; justify-content: center; margin-bottom: 16px; margin-top: 16px; }}@media (max-width: 479px){#div_block-79-23 { padding: 16px; }}@media (max-width: 991px){#new_columns-67-23 > .ct-div-block { width: 100% !important; }}@media (max-width: 767px){#new_columns-67-23 { flex-direction: column-reverse; }}#new_columns-67-23 { padding: 32px; }@media (max-width: 479px){#new_columns-67-23 { padding: 8px; }}#headline-66-23 { font-weight: 400; color: #ffffff; font-size: 55px; text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 4px; }#headline-80-23 { font-weight: 200; font-size: 22px; color: #004c99; }@media (max-width: 991px){#headline-66-23 { font-size: 33px; }}@media (max-width: 767px){#headline-66-23 { font-size: 20px; }}#shortcode-81-23 { width: 100%; margin-top: 49px; padding: 25px; }@media (max-width: 479px){#shortcode-81-23 { padding: 0px; }}.ct-section { width: 100%; background-size: cover; background-repeat: repeat; }.ct-section > .ct-section-inner-wrap { display: flex; flex-direction: column; align-items: flex-start; }.ct-div-block { display: flex; flex-flow: column; align-items: flex-start; }.ct-new-columns { display: flex; width: 100%; flex-flow: wrap; align-items: stretch; justify-content: center; }.ct-link { display: flex; flex-flow: column wrap; text-align: center; text-decoration: none; align-items: center; justify-content: center; }.ct-image { max-width: 100%; }.ct-fancy-icon > svg { width: 55px; height: 55px; }.ct-inner-content { width: 100%; }@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ct-div-block, .oxy-post-content, .ct-text-block, .ct-headline, .oxy-rich-text, .ct-link-text { max-width: 100%; }img { flex-shrink: 0; }body * { min-height: 1px; }}.woocommerce { -webkit-font-smoothing: antialiased; }.woocommerce .price_label .from, .woocommerce .price_label .to, .woocommerce ul.products li.product .price, .product-quantity, .woocommerce .price ins, .woocommerce-Price-amount, .woocommerce-loop-category__title .count, .woocommerce .price { color: #000000; font-weight: 700; font-size: 16px; background: transparent; text-decoration: none; }fieldset { background: transparent; }.ct-section-inner-wrap, .oxy-header-container { max-width: 1120px; }body { font-family: "Open Sans"; }body { line-height: 1.6; font-size: 16px; font-weight: 400; color: #2b2c28; }.oxy-nav-menu-hamburger-line { background-color: #2b2c28; }h1, h2, h3, h4, h5, h6 { font-family: "Open Sans Condensed"; font-size: 33px; font-weight: 400; }a { color: #0074db; text-decoration: none; }.ct-link { }.ct-section-inner-wrap { padding: 75px 20px; }.ct-new-columns > .ct-div-block { padding: 20px; }.oxy-header-container { padding-right: 20px; padding-left: 20px; }.round-yellow { border-radius: 50%; height: 35px; text-align: center; margin-left: 5px; margin-right: 5px; }.round-yellow:not(.ct-section):not(.oxy-easy-posts), .round-yellow.oxy-easy-posts .oxy-posts, .round-yellow.ct-section .ct-section-inner-wrap { display: flex; flex-direction: row; align-items: center; justify-content: center; }@media (max-width: 991px){.round-yellow { }}.visible { }.x-cart-container { border-radius: 15px; border-style: none; }.x-cart-container:not(.ct-section):not(.oxy-easy-posts), .x-cart-container.oxy-easy-posts .oxy-posts, .x-cart-container.ct-section .ct-section-inner-wrap { display: flex; flex-direction: row; align-items: center; }.shopbasket { color: #000000; }.shopbasket { }.x-cart-container_total { margin-right: -60px; position: relative; z-index: 1; pointer-events: none; }.x-cart-container_counter { padding: 0.5em 1em; border-color: #aaaaaa; border-width: 1px; border-style: none; border-radius: 2px; }.x-cart-container_counter .oxy-cart-counter_number { background-color: #c95a5a; }.round { border-radius: 50%; width: 35px; height: 35px; text-align: center; }.round:not(.ct-section):not(.oxy-easy-posts), .round.oxy-easy-posts .oxy-posts, .round.ct-section .ct-section-inner-wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; }@media (max-width: 767px){.round { width: 25px; height: 25px; text-align: center; }.round:not(.ct-section):not(.oxy-easy-posts), .round.oxy-easy-posts .oxy-posts, .round.ct-section .ct-section-inner-wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; }}.move-icons { color: #000000; }.move-icons > svg { width: 55px; height: 55px; }.move-icons { color: #2b2c28; font-size: 16px; font-weight: 700; line-height: 1.2; padding: 5px 8px; letter-spacing: 2px; border-radius: 7px; transition-duration: 0.3s; }.move-icons:not(.ct-section):not(.oxy-easy-posts), .move-icons.oxy-easy-posts .oxy-posts, .move-icons.ct-section .ct-section-inner-wrap { display: flex; flex-direction: row; }@media (max-width: 479px){.move-icons { }.move-icons > svg { width: 15px; height: 15px; }.move-icons { }}.menu-trigger { }.other-offcanvas { }input { }#frm_field_13_container { visibility: hidden; overflow: hidden; width: 0px; height: 0px; position: absolute; }[inert] { pointer-events: none; cursor: default; }[inert], [inert] * { user-select: none; }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); border: 0px; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; width: 1px; overflow-wrap: normal !important; position: absolute !important; }.screen-reader-text:focus { background-color: #ffffff; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px 2px; clip-path: none; color: #2b2d2f; display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; clip: auto !important; }.x-cart-container_counter .oxy-cart-counter_icon_count { padding-left: 50px; }.woocommerce-product-gallery{opacity:1!important;} .woocommerce-product-gallery figure{max-width:1000%} .woocommerce-product-gallery figure[style*="3d(0px"]{max-width: 100%;} body:not(.swift-ui) .woocommerce-product-gallery [data-thumb]:not(:first-of-type){display:none!important;}body.swift-nojs [data-s3cid="2"]{min-width: 100vw;}body.swift-nojs [data-s3cid="3"]{min-width: 100vw;}body.swift-nojs [data-s3cid="4"]{min-width: 100vw;}body.swift-nojs [data-s3cid="6"]{min-width:361px;}body.swift-nojs [data-s3cid="13"]{min-width: 100vw;}body.swift-nojs [data-s3cid="14"]{min-width: 100vw;}body.swift-nojs [data-s3cid="16"]{min-width:82.828125px;}body.swift-nojs [data-s3cid="24"]{min-width:178.171875px;}body.swift-nojs [data-s3cid="25"]{min-width:109.171875px;}body.swift-nojs [data-s3cid="26"]{min-width:41.171875px;}body.swift-nojs [data-s3cid="27"]{min-width:41.171875px;}body.swift-nojs [data-s3cid="37"]{min-width: 100vw;}body.swift-nojs [data-s3cid="39"]{min-height:108.09375px;}body.swift-nojs [data-s3cid="46"]{min-width:341px;}body.swift-nojs [data-s3cid="49"]{min-width: 100vw;}body.swift-nojs [data-s3cid="51"]{min-height:153.09375px;}body.swift-nojs [data-s3cid="52"]{min-width:341px;}body.swift-nojs [data-s3cid="53"]{min-width:176.203125px;}body.swift-nojs [data-s3cid="54"]{min-width: 100vw;max-height:1873.09375px;}body.swift-nojs [data-s3cid="55"]{min-width: 100vw;max-height:1873.09375px;}body.swift-nojs [data-s3cid="56"]{min-width: 100vw;max-height:1798.09375px;}body.swift-nojs [data-s3cid="57"]{min-width: 100vw;max-height:214px;}body.swift-nojs [data-s3cid="58"]{min-width: 100vw;max-height:214px;}body.swift-nojs [data-s3cid="59"]{min-width:361px;max-height:32px;}body.swift-nojs [data-s3cid="60"]{min-width: 100vw;max-height:1584.09375px;}body.swift-nojs [data-s3cid="61"]{min-width:385px;}body.swift-nojs [data-s3cid="62"]{min-width:345px;}body.swift-nojs [data-s3cid="63"]{min-width:305px;}body.swift-nojs [data-s3cid="64"]{min-width:216.84375px;}body.swift-nojs [data-s3cid="65"]{min-width:385px;max-height:701.734375px;}body.swift-nojs [data-s3cid="66"]{min-width:353px;max-height:585.546875px;}body.swift-nojs [data-s3cid="67"]{min-width:353px;max-height:585.546875px;}body.swift-nojs [data-s3cid="68"]{min-width:353px;max-height:585.546875px;}body.swift-nojs [data-s3cid="69"]{min-width:353px;max-height:570.546875px;}body.swift-nojs [data-s3cid="70"]{min-width:353px;}body.swift-nojs [data-s3cid="71"]{min-width:353px;}body.swift-nojs [data-s3cid="72"]{min-width:353px;}body.swift-nojs [data-s3cid="73"]{min-width:353px;}body.swift-nojs [data-s3cid="74"]{min-width:353px;}body.swift-nojs [data-s3cid="75"]{min-width:353px;}body.swift-nojs [data-s3cid="76"]{min-width:353px;}body.swift-nojs [data-s3cid="77"]{min-width:353px;}body.swift-nojs [data-s3cid="78"]{min-width:353px;}body.swift-nojs [data-s3cid="79"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="80"]{min-width:353px;}body.swift-nojs [data-s3cid="81"]{min-width: 100vw;}body.swift-nojs [data-s3cid="82"]{min-width:399px;}body.swift-nojs [data-s3cid="83"]{min-width:359px;}body.swift-nojs [data-s3cid="84"]{min-width:359px;}body.swift-nojs [data-s3cid="85"]{min-width:119.640625px;}body.swift-nojs [data-s3cid="87"]{min-width:79.640625px;}body.swift-nojs [data-s3cid="88"]{min-width:119.640625px;}body.swift-nojs [data-s3cid="90"]{min-width:64.234375px;}body.swift-nojs [data-s3cid="91"]{min-width:119.6875px;}body.swift-nojs [data-s3cid="93"]{min-width:70.703125px;}body.swift-nojs [data-s3cid="94"]{min-width: 100vw;max-height:753.765625px;}body.swift-nojs [data-s3cid="95"]{min-width:399px;max-height:751.765625px;}body.swift-nojs [data-s3cid="96"]{min-width:359px;max-height:451.765625px;}body.swift-nojs [data-s3cid="97"]{min-width:289px;}body.swift-nojs [data-s3cid="98"]{min-width: 100vw;}body.swift-nojs [data-s3cid="99"]{min-width: 100vw;}body.swift-nojs [data-s3cid="100"]{min-width:361px;}body.swift-nojs [data-s3cid="101"]{min-width:165.71875px;}body.swift-nojs [data-s3cid="102"]{min-width:361px;}body.swift-nojs [data-s3cid="103"]{min-width:361px;}body.swift-nojs [data-s3cid="104"]{min-width:211.75px;}body.swift-nojs [data-s3cid="105"]{min-width:361px;}body.swift-nojs [data-s3cid="107"]{min-width:361px;}body.swift-nojs [data-s3cid="111"]{min-width:361px;}body.swift-nojs [data-s3cid="112"]{min-width:84.453125px;}html{opacity:1}