Page Builder Gutenberg Blocks – CoBlocks - Version 2.12.1

Version Description

Download this release

Release Info

Developer Godaddy
Plugin Icon 128x128 Page Builder Gutenberg Blocks – CoBlocks
Version 2.12.1
Comparing to
See all releases

Code changes from version 2.12.0 to 2.12.1

class-coblocks.php CHANGED
@@ -4,7 +4,7 @@
4
  * Description: CoBlocks is a suite of professional <strong>page building content blocks</strong> for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress.
5
  * Author: GoDaddy
6
  * Author URI: https://www.godaddy.com
7
- * Version: 2.12.0
8
  * Text Domain: coblocks
9
  * Domain Path: /languages
10
  * Tested up to: 5.7
@@ -25,7 +25,7 @@ if ( ! defined( 'ABSPATH' ) ) {
25
  exit;
26
  }
27
 
28
- define( 'COBLOCKS_VERSION', '2.12.0' );
29
  define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
30
  define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
31
  define( 'COBLOCKS_PLUGIN_FILE', __FILE__ );
4
  * Description: CoBlocks is a suite of professional <strong>page building content blocks</strong> for the WordPress Gutenberg block editor. Our blocks are hyper-focused on empowering makers to build beautifully rich pages in WordPress.
5
  * Author: GoDaddy
6
  * Author URI: https://www.godaddy.com
7
+ * Version: 2.12.1
8
  * Text Domain: coblocks
9
  * Domain Path: /languages
10
  * Tested up to: 5.7
25
  exit;
26
  }
27
 
28
+ define( 'COBLOCKS_VERSION', '2.12.1' );
29
  define( 'COBLOCKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
30
  define( 'COBLOCKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
31
  define( 'COBLOCKS_PLUGIN_FILE', __FILE__ );
dist/coblocks-style-rtl.css CHANGED
@@ -1,2 +1,2 @@
1
- :root{--wp-admin-theme-color: #007cba;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-20: #005a87}:root{--coblocks-spacing--0: 0;--coblocks-spacing--1: 0.5em;--coblocks-spacing--2: 1em;--coblocks-spacing--3: 1.5em;--coblocks-spacing--4: 2em;--coblocks-spacing--5: 2.5em;--coblocks-spacing--6: 3em;--coblocks-spacing--7: 3.5em;--coblocks-spacing--8: 4em;--coblocks-spacing--9: 4.5em;--coblocks-spacing--10: 7em}.has-columns{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media (min-width: 600px){.has-columns.has-2-columns>*:not(.block-editor-inner-blocks),.has-columns.has-3-columns>*:not(.block-editor-inner-blocks),.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:50%}}@media (min-width: 782px){.has-columns.has-3-columns>*:not(.block-editor-inner-blocks),.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:33.33%}}@media (max-width: 959px){.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:50%}}@media (min-width: 1280px){.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:25%}}.alignfull .has-columns{padding-right:var(--coblocks-spacing--2, 1em);padding-left:var(--coblocks-spacing--2, 1em)}@media (min-width: 600px){.alignfull .has-columns{padding-right:var(--coblocks-spacing--4, 2em);padding-left:var(--coblocks-spacing--4, 2em)}}@media (max-width: 599px){.has-responsive-columns{flex-direction:column}.has-responsive-columns>*{max-width:100% !important;width:100% !important}.has-responsive-columns>[class*="wp-block"]:last-child{margin-bottom:0}.has-responsive-columns.has-no-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:0}.has-responsive-columns.has-small-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2.35)}.has-responsive-columns.has-medium-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--2, 1em) * 2.35)}.has-responsive-columns.has-large-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2.35)}.has-responsive-columns.has-huge-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--4, 2em) * 2.35)}.has-responsive-columns.has-custom-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2.35)}}.has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))}.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3 - var(--coblocks-spacing--2, 1em))}.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))}@media (min-width: 960px){.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4 - var(--coblocks-spacing--2, 1em))}}@media (max-width: 959px){.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--1, 0.5em))}}.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2.975 - var(--coblocks-spacing--3, 1.5em))}.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}@media (min-width: 960px){.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4 - var(--coblocks-spacing--3, 1.5em))}}@media (max-width: 959px){.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--2, 1em))}}.has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2.01 - var(--coblocks-spacing--3, 1.5em))}.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3.03 - var(--coblocks-spacing--4, 2em))}.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--3, 1.5em))}@media (min-width: 960px){.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4.08 - var(--coblocks-spacing--4, 2em))}}@media (max-width: 959px){.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--3, 1.5em))}}.has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2.02 - var(--coblocks-spacing--4, 2em))}.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3.09 - var(--coblocks-spacing--5, 2.5em))}.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--4, 2em))}@media (min-width: 960px){.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4.15 - var(--coblocks-spacing--5, 2.5em))}}@media (max-width: 959px){.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--4, 2em))}}.has-custom-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-custom-gutter, 0))}.has-custom-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3 - var(--coblocks-custom-gutter, 0))}.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-custom-gutter, 0))}@media (min-width: 960px){.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4 - var(--coblocks-custom-gutter, 0))}}@media (max-width: 959px){.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-custom-gutter, 0))}}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-cover{background-size:cover}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-top-left{background-position:top right}.bg-top-center{background-position:top center}.bg-top-right{background-position:top left}.bg-center-left{background-position:center right}.bg-center-center{background-position:center center}.bg-center-right{background-position:center left}.bg-bottom-left{background-position:bottom right}.bg-bottom-center{background-position:bottom center}.bg-bottom-right{background-position:bottom left}.has-background-overlay{position:relative}.has-background-overlay:not(.has-background){background-color:#000}.has-background-overlay::before{background-color:inherit;bottom:0;content:"";right:0;opacity:0.5;position:absolute;left:0;top:0}.has-background-overlay-10::before{opacity:.1}.has-background-overlay-20::before{opacity:.2}.has-background-overlay-30::before{opacity:.3}.has-background-overlay-40::before{opacity:.4}.has-background-overlay-50::before{opacity:.5}.has-background-overlay-60::before{opacity:.6}.has-background-overlay-70::before{opacity:.7}.has-background-overlay-80::before{opacity:.8}.has-background-overlay-90::before{opacity:.9}.has-background-overlay-100::before{opacity:1}.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling: touch){.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion: reduce){.has-parallax{background-attachment:scroll}}.has-small-padding,.has-small-padding.wp-block-group,.has-small-padding.wp-block-group.has-background{padding-right:var(--coblocks-spacing--1, 0.5em)}.has-medium-padding,.has-medium-padding.wp-block-group,.has-medium-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--2, 1em)}.has-large-padding,.has-large-padding.wp-block-group,.has-large-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--3, 1.5em)}.has-huge-padding,.has-huge-padding.wp-block-group,.has-huge-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--4, 2em)}.has-custom-padding,.has-custom-padding.wp-block-group,.has-custom-padding.wp-block-group.has-background{padding:var(--coblocks-custom-padding)}.content-area__wrapper .has-small-padding,.content-area__wrapper .has-small-padding.wp-block-group,.content-area__wrapper .has-small-padding.wp-block-group.has-background,.editor-styles-wrapper .has-small-padding,.editor-styles-wrapper .has-small-padding.wp-block-group,.editor-styles-wrapper .has-small-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--1, 0.5em)}.content-area__wrapper .has-medium-padding,.content-area__wrapper .has-medium-padding.wp-block-group,.content-area__wrapper .has-medium-padding.wp-block-group.has-background,.editor-styles-wrapper .has-medium-padding,.editor-styles-wrapper .has-medium-padding.wp-block-group,.editor-styles-wrapper .has-medium-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--2, 1em)}.content-area__wrapper .has-large-padding,.content-area__wrapper .has-large-padding.wp-block-group,.content-area__wrapper .has-large-padding.wp-block-group.has-background,.editor-styles-wrapper .has-large-padding,.editor-styles-wrapper .has-large-padding.wp-block-group,.editor-styles-wrapper .has-large-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--3, 1.5em)}.content-area__wrapper .has-huge-padding,.content-area__wrapper .has-huge-padding.wp-block-group,.content-area__wrapper .has-huge-padding.wp-block-group.has-background,.editor-styles-wrapper .has-huge-padding,.editor-styles-wrapper .has-huge-padding.wp-block-group,.editor-styles-wrapper .has-huge-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--4, 2em)}.content-area__wrapper .has-custom-padding,.content-area__wrapper .has-custom-padding.wp-block-group,.content-area__wrapper .has-custom-padding.wp-block-group.has-background,.editor-styles-wrapper .has-custom-padding,.editor-styles-wrapper .has-custom-padding.wp-block-group,.editor-styles-wrapper .has-custom-padding.wp-block-group.has-background{padding:var(--coblocks-custom-padding)}.has-small-margin{margin-bottom:var(--coblocks-spacing--1, 0.5em);margin-top:var(--coblocks-spacing--1, 0.5em)}.has-medium-margin{margin-bottom:var(--coblocks-spacing--2, 1em);margin-top:var(--coblocks-spacing--2, 1em)}.has-large-margin{margin-bottom:var(--coblocks-spacing--3, 1.5em);margin-top:var(--coblocks-spacing--3, 1.5em)}.has-huge-margin{margin-bottom:var(--coblocks-spacing--4, 2em);margin-top:var(--coblocks-spacing--4, 2em)}.has-shadow{box-shadow:0 1.5vw 3vw -0.7vw rgba(0,0,0,0.125)}.shadow-sm,.has-shadow-sml{box-shadow:0 0.5vw 2vw -0.25vw rgba(0,0,0,0.2)}.shadow-md,.has-shadow-med{box-shadow:0 1vw 3vw -0.5vw rgba(0,0,0,0.2)}.shadow-lg,.has-shadow-lrg{box-shadow:0 1.8vw 3vw -0.7vw rgba(0,0,0,0.2)}[class*="hint--"]{display:inline-block;position:relative}[class*="hint--"]::before,[class*="hint--"]::after{opacity:0;pointer-events:none;position:absolute;transform:translate3d(0, 0, 0);visibility:hidden;z-index:1000000}[class*="hint--"]::before{background:transparent;border:6px solid transparent;content:"";position:absolute;z-index:1000001}[class*="hint--"]::after{background:#1e1e1e;border-radius:2px;box-shadow:-2px 2px 4px rgba(0,0,0,0.1);color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;line-height:11px;padding:6px 9px 7px 8px;white-space:nowrap}[class*="hint--"]:hover::before,[class*="hint--"]:hover::after{opacity:1;visibility:visible}[class*="hint--"][aria-label]::after{content:attr(aria-label)}[class*="hint--"][data-hint]::after{content:attr(data-hint)}[aria-label=""]::before,[aria-label=""]::after,[data-hint=""]::before,[data-hint=""]::after{display:none !important}.hint--top::before{border-top-color:#1e1e1e;right:calc(50% - 6px) !important;margin-bottom:-10px}.hint--top::before,.hint--top::after{bottom:103%;right:50%}.hint--top::after{transform:translateX(50%)}.hint--top:hover::after{transform:translateX(50%)}.hint--bottom::before{border-bottom-color:#1e1e1e;right:calc(50% - 10px);margin-top:-11px}.hint--bottom::before,.hint--bottom::after{right:50%;top:100%}.hint--bottom::after{transform:translateX(50%)}.hint--bottom:hover::before{transform:translateY(8px)}.hint--bottom:hover::after{transform:translateX(50%) translateY(8px)}.ui-datepicker.coblocks{background-color:#fff;border:1px solid #dfdfdf;border-radius:0;border-top:none;box-shadow:0 3px 6px rgba(0,0,0,0.075);margin:0;padding:0;width:auto}.ui-datepicker.coblocks *{border-radius:0;padding:0}.ui-datepicker.coblocks table{border:none;border-collapse:collapse;margin:0;width:auto}.ui-datepicker.coblocks .ui-widget-header,.ui-datepicker.coblocks .ui-datepicker-header{background-image:none;border:none;font-weight:400}.ui-datepicker.coblocks .ui-datepicker-header .ui-state-hover{background:transparent;border-color:transparent;cursor:pointer}.ui-datepicker.coblocks .ui-datepicker-title{font-size:14px;line-height:14px;margin:0;padding:10px 0;text-align:center}.ui-datepicker.coblocks .ui-datepicker-prev,.ui-datepicker.coblocks .ui-datepicker-next{height:34px;position:relative;top:0;width:34px}.ui-datepicker.coblocks .ui-datepicker-prev,.ui-datepicker.coblocks .ui-datepicker-prev-hover{right:0}.ui-datepicker.coblocks .ui-datepicker-next,.ui-datepicker.coblocks .ui-datepicker-next-hover{left:0}.ui-datepicker.coblocks .ui-datepicker-next span,.ui-datepicker.coblocks .ui-datepicker-prev span{display:none}.ui-datepicker.coblocks .ui-state-hover .ui-datepicker-prev,.ui-datepicker.coblocks .ui-state-hover .ui-datepicker-next{border:none}.ui-datepicker.coblocks .ui-datepicker-prev{float:right}.ui-datepicker.coblocks .ui-datepicker-next{float:left}.ui-datepicker.coblocks .ui-datepicker-prev::before,.ui-datepicker.coblocks .ui-datepicker-next::before{font:400 20px/34px "dashicons";height:34px;padding-right:7px;speak:none;width:34px}.ui-datepicker.coblocks .ui-datepicker-prev::before{content:"\f341"}.ui-datepicker.coblocks .ui-datepicker-next::before{content:"\f345"}.ui-datepicker.coblocks .ui-datepicker-prev-hover::before,.ui-datepicker.coblocks .ui-datepicker-next-hover::before{opacity:0.7}.ui-datepicker.coblocks select.ui-datepicker-month,.ui-datepicker.coblocks select.ui-datepicker-year{width:33%}.ui-datepicker.coblocks thead{font-weight:600}.ui-datepicker.coblocks th{border-width:1px;padding:10px}.ui-datepicker.coblocks td{border:1px solid #f4f4f4;padding:0}.ui-datepicker.coblocks td.ui-datepicker-other-month{border:transparent}.ui-datepicker.coblocks td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.ui-datepicker.coblocks td.ui-datepicker-today{background-color:#f0f0c0}.ui-datepicker.coblocks td.ui-datepicker-current-day{background:#bd8}.ui-datepicker.coblocks td .ui-state-default{background:transparent;border:none;color:#444;display:block;font-weight:400;padding:5px 10px;text-align:center;text-decoration:none;width:auto}.ui-datepicker.coblocks td.ui-state-disabled .ui-state-default{opacity:0.5}.has-background-video{position:relative}.has-background-video.has-background-overlay::before{z-index:1}.has-background-video.has-background-overlay>:not(.coblocks-video-bg){z-index:10}.has-background-video>:not(.coblocks-video-bg){position:relative}.coblocks-video-bg{bottom:0;height:100%;right:0;overflow:hidden;position:absolute;left:0;top:0;width:100%}.coblocks-video-bg>video{background-position:center center;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%}.coblocks-gallery{list-style:none !important;padding-right:0;padding-left:0}.coblocks-gallery--item{list-style:none !important;margin:0;padding:0 !important}.coblocks-gallery--item figure{position:relative}.coblocks-gallery--item img{opacity:1;vertical-align:middle}.coblocks-gallery .coblocks-gallery--item figcaption{color:inherit;margin:0 !important}.coblocks-gallery.is-cropped .coblocks-gallery--item a,.coblocks-gallery.is-cropped .coblocks-gallery--item img,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img{width:100%}@supports (position: sticky){.coblocks-gallery.is-cropped .coblocks-gallery--item a,.coblocks-gallery.is-cropped .coblocks-gallery--item img,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img{flex:1;height:100%;-o-object-fit:cover;object-fit:cover}}.alignfull ul.coblocks-gallery,.alignwide ul.coblocks-gallery{max-width:100%}.coblocks-gallery--item-thumbnail{list-style:none !important;margin:0;padding:0}.coblocks-gallery--item-thumbnail figure{margin:0;position:relative}.coblocks-gallery--item-thumbnail img{vertical-align:middle}figcaption.coblocks-gallery--primary-caption{font-size:13px;margin-bottom:1em;margin-top:1.2em;text-align:center}figcaption.coblocks-gallery--primary-caption:not(.has-caption-color){color:#1e1e1e}.wp-block-group div[class*="wp-block-coblocks-gallery"]{margin-bottom:10px !important;margin-top:10px !important}@media (min-width: 250px){.has-grid-sml .coblocks-gallery--item{width:50%}}@media (min-width: 500px){.has-grid-sml .coblocks-gallery--item{width:33.33333%}}@media (min-width: 800px){.has-grid-sml .coblocks-gallery--item{width:25%}}@media (min-width: 1300px){.has-grid-sml .coblocks-gallery--item{width:20%}}@media (min-width: 1700px){.has-grid-sml .coblocks-gallery--item{width:16.66667%}}@media (min-width: 1900px){.has-grid-sml .coblocks-gallery--item{width:14.28571%}}@media (min-width: 350px){.has-grid-med .coblocks-gallery--item{width:50%}}@media (min-width: 650px){.has-grid-med .coblocks-gallery--item{width:33.33333%}}@media (min-width: 1100px){.has-grid-med .coblocks-gallery--item{width:25%}}@media (min-width: 1600px){.alignfull .has-grid-med .coblocks-gallery--item{width:20%}}@media (min-width: 1900px){.alignfull .has-grid-med .coblocks-gallery--item{width:16.66667%}}@media (min-width: 400px){.has-grid-lrg .coblocks-gallery--item{width:50%}}@media (min-width: 800px){.has-grid-lrg .coblocks-gallery--item{width:33.33333%}}@media (min-width: 1600px){.alignfull .has-grid-lrg .coblocks-gallery--item{width:25%}}@media (min-width: 1900px){.alignfull .has-grid-lrg .coblocks-gallery--item{width:20%}}@media (min-width: 400px){.has-grid-xlrg .coblocks-gallery--item{width:50%}}@media (min-width: 1600px){.alignfull .has-grid-xlrg .coblocks-gallery--item{width:33.33333%}}@media (min-width: 1900px){.alignfull .has-grid-xlrg .coblocks-gallery--item{width:25%}}@media (min-width: 400px){.has-no-alignment .has-grid-lrg .coblocks-gallery--item{width:50%}}@media (min-width: 900px){.has-no-alignment .has-grid-lrg .coblocks-gallery--item{width:33.33333%}}.coblocks-gallery.has-gutter{overflow:hidden}@media (min-width: 600px){.has-gutter-5{margin:-3px !important;max-width:calc(100% + 5px) !important}.has-gutter-10{margin:-5px !important;max-width:calc(100% + 10px) !important}.has-gutter-15{margin:-8px !important;max-width:calc(100% + 15px) !important}.has-gutter-20{margin:-10px !important;max-width:calc(100% + 20px) !important}.has-gutter-25{margin:-13px !important;max-width:calc(100% + 25px) !important}.has-gutter-30{margin:-15px !important;max-width:calc(100% + 30px) !important}.has-gutter-35{margin:-18px !important;max-width:calc(100% + 35px) !important}.has-gutter-40{margin:-20px !important;max-width:calc(100% + 40px) !important}.has-gutter-45{margin:-23px !important;max-width:calc(100% + 45px) !important}.has-gutter-50{margin:-25px !important;max-width:calc(100% + 50px) !important}.has-gutter-5 .coblocks-gallery--figure{margin:3px}.has-gutter-10 .coblocks-gallery--figure{margin:5px}.has-gutter-15 .coblocks-gallery--figure{margin:8px}.has-gutter-20 .coblocks-gallery--figure{margin:10px}.has-gutter-25 .coblocks-gallery--figure{margin:13px}.has-gutter-30 .coblocks-gallery--figure{margin:15px}.has-gutter-35 .coblocks-gallery--figure{margin:18px}.has-gutter-40 .coblocks-gallery--figure{margin:20px}.has-gutter-45 .coblocks-gallery--figure{margin:23px}.has-gutter-50 .coblocks-gallery--figure{margin:25px}}@media (max-width: 599px){.has-gutter-mobile-5{margin:-3px !important;max-width:calc(100% + 5px) !important}.has-gutter-mobile-5 .coblocks-gallery--figure{margin:3px}.has-gutter-mobile-10{margin:-5px !important;max-width:calc(100% + 10px) !important}.has-gutter-mobile-10 .coblocks-gallery--figure{margin:5px}.has-gutter-mobile-15{margin:-8px !important;max-width:calc(100% + 15px) !important}.has-gutter-mobile-15 .coblocks-gallery--figure{margin:8px}.has-gutter-mobile-20{margin:-10px !important;max-width:calc(100% + 20px) !important}.has-gutter-mobile-20 .coblocks-gallery--figure{margin:10px}.has-gutter-mobile-25{margin:-13px !important;max-width:calc(100% + 25px) !important}.has-gutter-mobile-25 .coblocks-gallery--figure{margin:13px}.has-gutter-mobile-30{margin:-15px !important;max-width:calc(100% + 30px) !important}.has-gutter-mobile-30 .coblocks-gallery--figure{margin:15px}.has-gutter-mobile-35{margin:-18px !important;max-width:calc(100% + 35px) !important}.has-gutter-mobile-35 .coblocks-gallery--figure{margin:18px}.has-gutter-mobile-40{margin:-20px !important;max-width:calc(100% + 40px) !important}.has-gutter-mobile-40 .coblocks-gallery--figure{margin:20px}.has-gutter-mobile-45{margin:-23px !important;max-width:calc(100% + 45px) !important}.has-gutter-mobile-45 .coblocks-gallery--figure{margin:23px}.has-gutter-mobile-50{margin:-25px !important;max-width:calc(100% + 50px) !important}.has-gutter-mobile-50 .coblocks-gallery--figure{margin:25px}}.has-horizontal-gutter{overflow-x:hidden}.wp-block-coblocks-gallery-carousel .coblocks-gallery--item,.wp-block-coblocks-gallery-thumbnails .coblocks-gallery--item{height:100%;margin:0 !important}@media (min-width: 1300px){.has-no-alignment .has-carousel-lrg .coblocks-gallery--item{width:70%}}.has-no-alignment .has-carousel-xlrg .coblocks-gallery--item{width:100%}.has-carousel-sml .coblocks-gallery--item{width:65%}@media (min-width: 700px){.has-carousel-sml .coblocks-gallery--item{width:33.333%}}@media (min-width: 1100px){.has-carousel-sml .coblocks-gallery--item{width:25%}}@media (min-width: 1600px){.has-carousel-sml .coblocks-gallery--item{width:20%}}.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 700px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:33.333%}}@media (min-width: 1100px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:25%}}@media (min-width: 1600px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:20%}}.has-carousel-med .coblocks-gallery--item{width:70%}@media (min-width: 700px){.has-carousel-med .coblocks-gallery--item{width:33.333%}}@media (min-width: 1800px){.has-carousel-med .coblocks-gallery--item{width:25%}}.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 600px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:50%}}@media (min-width: 900px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:33.333%}}@media (min-width: 1200px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:25%}}.has-carousel-lrg .coblocks-gallery--item{width:80%}@media (min-width: 600px){.has-carousel-lrg .coblocks-gallery--item{width:70%}}@media (min-width: 1300px){.has-carousel-lrg .coblocks-gallery--item{width:60%}}.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 600px){.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:50%}}@media (min-width: 1800px){.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:33.333%}}.has-carousel-xlrg .coblocks-gallery--item{width:100%}@media (min-width: 1200px){.has-carousel-xlrg .coblocks-gallery--item{width:80%}}.has-carousel-xlrg.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 600px){.has-margin-bottom-5{margin-bottom:5px !important}.has-margin-bottom-10{margin-bottom:10px !important}.has-margin-bottom-15{margin-bottom:15px !important}.has-margin-bottom-20{margin-bottom:20px !important}.has-margin-bottom-25{margin-bottom:25px !important}.has-margin-bottom-30{margin-bottom:30px !important}.has-margin-bottom-35{margin-bottom:35px !important}.has-margin-bottom-40{margin-bottom:40px !important}.has-margin-bottom-45{margin-bottom:45px !important}.has-margin-bottom-50{margin-bottom:50px !important}}@media (max-width: 599px){.has-margin-bottom-mobile-5{margin-bottom:5px !important}.has-margin-bottom-mobile-10{margin-bottom:10px !important}.has-margin-bottom-mobile-15{margin-bottom:15px !important}.has-margin-bottom-mobile-20{margin-bottom:20px !important}.has-margin-bottom-mobile-25{margin-bottom:25px !important}.has-margin-bottom-mobile-30{margin-bottom:30px !important}.has-margin-bottom-mobile-35{margin-bottom:35px !important}.has-margin-bottom-mobile-40{margin-bottom:40px !important}.has-margin-bottom-mobile-45{margin-bottom:45px !important}.has-margin-bottom-mobile-50{margin-bottom:50px !important}}@media (min-width: 600px){.has-margin-top-5{margin-top:3px !important}.has-margin-top-10{margin-top:5px !important}.has-margin-top-15{margin-top:8px !important}.has-margin-top-20{margin-top:10px !important}.has-margin-top-25{margin-top:13px !important}.has-margin-top-30{margin-top:15px !important}.has-margin-top-35{margin-top:18px !important}.has-margin-top-40{margin-top:20px !important}.has-margin-top-45{margin-top:23px !important}.has-margin-top-50{margin-top:25px !important}}@media (max-width: 599px){.has-margin-top-mobile-5{margin-top:3px !important}.has-margin-top-mobile-10{margin-top:5px !important}.has-margin-top-mobile-15{margin-top:8px !important}.has-margin-top-mobile-20{margin-top:10px !important}.has-margin-top-mobile-25{margin-top:13px !important}.has-margin-top-mobile-30{margin-top:15px !important}.has-margin-top-mobile-35{margin-top:18px !important}.has-margin-top-mobile-40{margin-top:20px !important}.has-margin-top-mobile-45{margin-top:23px !important}.has-margin-top-mobile-50{margin-top:25px !important}}@media (min-width: 600px){.has-margin-right-5{margin-left:3px !important}.has-margin-right-10{margin-left:5px !important}.has-margin-right-15{margin-left:8px !important}.has-margin-right-20{margin-left:10px !important}.has-margin-right-25{margin-left:13px !important}.has-margin-right-30{margin-left:15px !important}.has-margin-right-35{margin-left:18px !important}.has-margin-right-40{margin-left:20px !important}.has-margin-right-45{margin-left:23px !important}.has-margin-right-50{margin-left:25px !important}}@media (max-width: 599px){.has-margin-right-mobile-5{margin-left:3px !important}.has-margin-right-mobile-10{margin-left:5px !important}.has-margin-right-mobile-15{margin-left:8px !important}.has-margin-right-mobile-20{margin-left:10px !important}.has-margin-right-mobile-25{margin-left:13px !important}.has-margin-right-mobile-30{margin-left:15px !important}.has-margin-right-mobile-35{margin-left:18px !important}.has-margin-right-mobile-40{margin-left:20px !important}.has-margin-right-mobile-45{margin-left:23px !important}.has-margin-right-mobile-50{margin-left:25px !important}}@media (min-width: 600px){.has-margin-left-5{margin-right:3px !important}.has-margin-left-10{margin-right:5px !important}.has-margin-left-15{margin-right:8px !important}.has-margin-left-20{margin-right:10px !important}.has-margin-left-25{margin-right:13px !important}.has-margin-left-30{margin-right:15px !important}.has-margin-left-35{margin-right:18px !important}.has-margin-left-40{margin-right:20px !important}.has-margin-left-45{margin-right:23px !important}.has-margin-left-50{margin-right:25px !important}}@media (max-width: 599px){.has-margin-left-mobile-5{margin-right:3px !important}.has-margin-left-mobile-10{margin-right:5px !important}.has-margin-left-mobile-15{margin-right:8px !important}.has-margin-left-mobile-20{margin-right:10px !important}.has-margin-left-mobile-25{margin-right:13px !important}.has-margin-left-mobile-30{margin-right:15px !important}.has-margin-left-mobile-35{margin-right:18px !important}.has-margin-left-mobile-40{margin-right:20px !important}.has-margin-left-mobile-45{margin-right:23px !important}.has-margin-left-mobile-50{margin-right:25px !important}}@media (min-width: 600px){.has-negative-margin-right-5{margin-left:-3px !important}.has-negative-margin-right-10{margin-left:-5px !important}.has-negative-margin-right-15{margin-left:-8px !important}.has-negative-margin-right-20{margin-left:-10px !important}.has-negative-margin-right-25{margin-left:-13px !important}.has-negative-margin-right-30{margin-left:-15px !important}.has-negative-margin-right-35{margin-left:-18px !important}.has-negative-margin-right-40{margin-left:-20px !important}.has-negative-margin-right-45{margin-left:-23px !important}.has-negative-margin-right-50{margin-left:-25px !important}}@media (max-width: 599px){.has-negative-margin-right-mobile-5{margin-left:-3px !important}.has-negative-margin-right-mobile-10{margin-left:-5px !important}.has-negative-margin-right-mobile-15{margin-left:-8px !important}.has-negative-margin-right-mobile-20{margin-left:-10px !important}.has-negative-margin-right-mobile-25{margin-left:-13px !important}.has-negative-margin-right-mobile-30{margin-left:-15px !important}.has-negative-margin-right-mobile-35{margin-left:-18px !important}.has-negative-margin-right-mobile-40{margin-left:-20px !important}.has-negative-margin-right-mobile-45{margin-left:-23px !important}.has-negative-margin-right-mobile-50{margin-left:-25px !important}}@media (min-width: 600px){.has-negative-margin-left-5{margin-right:-3px !important}.has-negative-margin-left-10{margin-right:-5px !important}.has-negative-margin-left-15{margin-right:-8px !important}.has-negative-margin-left-20{margin-right:-10px !important}.has-negative-margin-left-25{margin-right:-13px !important}.has-negative-margin-left-30{margin-right:-15px !important}.has-negative-margin-left-35{margin-right:-18px !important}.has-negative-margin-left-40{margin-right:-20px !important}.has-negative-margin-left-45{margin-right:-23px !important}.has-negative-margin-left-50{margin-right:-25px !important}}@media (max-width: 599px){.has-negative-margin-left-mobile-5{margin-right:-3px !important}.has-negative-margin-left-mobile-10{margin-right:-5px !important}.has-negative-margin-left-mobile-15{margin-right:-8px !important}.has-negative-margin-left-mobile-20{margin-right:-10px !important}.has-negative-margin-left-mobile-25{margin-right:-13px !important}.has-negative-margin-left-mobile-30{margin-right:-15px !important}.has-negative-margin-left-mobile-35{margin-right:-18px !important}.has-negative-margin-left-mobile-40{margin-right:-20px !important}.has-negative-margin-left-mobile-45{margin-right:-23px !important}.has-negative-margin-left-mobile-50{margin-right:-25px !important}}@media (min-width: 600px){.has-negative-margin-5{margin:-3px !important}.has-negative-margin-10{margin:-5px !important}.has-negative-margin-15{margin:-8px !important}.has-negative-margin-20{margin:-10px !important}.has-negative-margin-25{margin:-13px !important}.has-negative-margin-30{margin:-15px !important}.has-negative-margin-35{margin:-18px !important}.has-negative-margin-40{margin:-20px !important}.has-negative-margin-45{margin:-23px !important}.has-negative-margin-50{margin:-25px !important}}@media (max-width: 599px){.has-negative-margin-mobile-5{margin:-3px !important}.has-negative-margin-mobile-10{margin:-5px !important}.has-negative-margin-mobile-15{margin:-8px !important}.has-negative-margin-mobile-20{margin:-10px !important}.has-negative-margin-mobile-25{margin:-13px !important}.has-negative-margin-mobile-30{margin:-15px !important}.has-negative-margin-mobile-35{margin:-18px !important}.has-negative-margin-mobile-40{margin:-20px !important}.has-negative-margin-mobile-45{margin:-23px !important}.has-negative-margin-mobile-50{margin:-25px !important}}@media (min-width: 600px){.has-padding-5{padding:5px !important}.has-padding-10{padding:10px !important}.has-padding-15{padding:15px !important}.has-padding-20{padding:20px !important}.has-padding-25{padding:25px !important}.has-padding-30{padding:30px !important}.has-padding-35{padding:35px !important}.has-padding-40{padding:40px !important}.has-padding-45{padding:45px !important}.has-padding-50{padding:50px !important}.has-padding-55{padding:55px !important}.has-padding-60{padding:60px !important}.has-padding-65{padding:65px !important}.has-padding-70{padding:70px !important}.has-padding-75{padding:75px !important}.has-padding-80{padding:80px !important}.has-padding-85{padding:85px !important}.has-padding-90{padding:90px !important}.has-padding-95{padding:95px !important}.has-padding-100{padding:100px !important}}@media (max-width: 599px){.has-padding-mobile-5{padding:5px !important}.has-padding-mobile-10{padding:10px !important}.has-padding-mobile-15{padding:15px !important}.has-padding-mobile-20{padding:20px !important}.has-padding-mobile-25{padding:25px !important}.has-padding-mobile-30{padding:30px !important}.has-padding-mobile-35{padding:35px !important}.has-padding-mobile-40{padding:40px !important}.has-padding-mobile-45{padding:45px !important}.has-padding-mobile-50{padding:50px !important}.has-padding-mobile-55{padding:55px !important}.has-padding-mobile-60{padding:60px !important}.has-padding-mobile-65{padding:65px !important}.has-padding-mobile-70{padding:70px !important}.has-padding-mobile-75{padding:75px !important}.has-padding-mobile-80{padding:80px !important}.has-padding-mobile-85{padding:85px !important}.has-padding-mobile-90{padding:90px !important}.has-padding-mobile-95{padding:95px !important}.has-padding-mobile-100{padding:100px !important}}.has-border-radius-2 .coblocks-gallery--item img{border-radius:2px}.has-border-radius-2 .coblocks-gallery--item figcaption{border-radius:0 0 2px 2px}.has-border-radius-3 .coblocks-gallery--item img{border-radius:3px}.has-border-radius-3 .coblocks-gallery--item figcaption{border-radius:0 0 3px 3px}.has-border-radius-4 .coblocks-gallery--item img{border-radius:4px}.has-border-radius-4 .coblocks-gallery--item figcaption{border-radius:0 0 4px 4px}.has-border-radius-5 .coblocks-gallery--item img{border-radius:5px}.has-border-radius-5 .coblocks-gallery--item figcaption{border-radius:0 0 5px 5px}.has-border-radius-6 .coblocks-gallery--item img{border-radius:6px}.has-border-radius-6 .coblocks-gallery--item figcaption{border-radius:0 0 6px 6px}.has-border-radius-7 .coblocks-gallery--item img{border-radius:7px}.has-border-radius-7 .coblocks-gallery--item figcaption{border-radius:0 0 7px 7px}.has-border-radius-8 .coblocks-gallery--item img{border-radius:8px}.has-border-radius-8 .coblocks-gallery--item figcaption{border-radius:0 0 8px 8px}.has-border-radius-9 .coblocks-gallery--item img{border-radius:9px}.has-border-radius-9 .coblocks-gallery--item figcaption{border-radius:0 0 9px 9px}.has-border-radius-10 .coblocks-gallery--item img{border-radius:10px}.has-border-radius-10 .coblocks-gallery--item figcaption{border-radius:0 0 10px 10px}.has-border-radius-11 .coblocks-gallery--item img{border-radius:11px}.has-border-radius-11 .coblocks-gallery--item figcaption{border-radius:0 0 11px 11px}.has-border-radius-12 .coblocks-gallery--item img{border-radius:12px}.has-border-radius-12 .coblocks-gallery--item figcaption{border-radius:0 0 12px 12px}.has-border-radius-13 .coblocks-gallery--item img{border-radius:13px}.has-border-radius-13 .coblocks-gallery--item figcaption{border-radius:0 0 13px 13px}.has-border-radius-14 .coblocks-gallery--item img{border-radius:14px}.has-border-radius-14 .coblocks-gallery--item figcaption{border-radius:0 0 14px 14px}.has-border-radius-15 .coblocks-gallery--item img{border-radius:15px}.has-border-radius-15 .coblocks-gallery--item figcaption{border-radius:0 0 15px 15px}.has-border-radius-16 .coblocks-gallery--item img{border-radius:16px}.has-border-radius-16 .coblocks-gallery--item figcaption{border-radius:0 0 16px 16px}.has-border-radius-17 .coblocks-gallery--item img{border-radius:17px}.has-border-radius-17 .coblocks-gallery--item figcaption{border-radius:0 0 17px 17px}.has-border-radius-18 .coblocks-gallery--item img{border-radius:18px}.has-border-radius-18 .coblocks-gallery--item figcaption{border-radius:0 0 18px 18px}.has-border-radius-19 .coblocks-gallery--item img{border-radius:19px}.has-border-radius-19 .coblocks-gallery--item figcaption{border-radius:0 0 19px 19px}.has-border-radius-20 .coblocks-gallery--item img{border-radius:20px}.has-border-radius-20 .coblocks-gallery--item figcaption{border-radius:0 0 20px 20px}.has-caption-style-light .coblocks-gallery--item figcaption{background:linear-gradient(0deg, rgba(255,255,255,0.93) 6.3%, rgba(255,255,255,0.5) 61%, rgba(255,255,255,0)) !important;opacity:1 !important}.coblocks-gallery:not(.has-caption-color).has-caption-style-dark figcaption{color:#fff}.coblocks-gallery:not(.has-caption-color).has-caption-style-light figcaption{color:#000}.has-caption-style-none .coblocks-gallery--item{background:none !important;opacity:1 !important}.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-viewport{height:100%;overflow:hidden;position:relative}.is-cropped .flickity-viewport{height:100% !important}.flickity-slider{height:100%;position:absolute;width:100%}.flickity-enabled.is-draggable .flickity-viewport{cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{background:rgba(255,255,255,0.75);border:none;color:#000;padding:0;position:absolute;transition:background 100ms, opacity 100ms}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{background:#fff;border:none;box-shadow:0 0 0 2px #000;outline:none}.flickity-button:active{border:none;opacity:0.6}.flickity-button:disabled{cursor:auto;opacity:0.25;pointer-events:none}.flickity-button-icon{fill:#000;transform:translate3d(0, 0, 0)}.flickity-prev-next-button{border-radius:9px;height:72px;top:50%;transform:translateY(-50%);width:57px}.has-top-left-carousel-arrows .flickity-prev-next-button{border-radius:4px;height:42px;top:20px;transform:none;width:42px}.has-top-left-carousel-arrows .flickity-prev-next-button.previous{right:20px}.has-top-left-carousel-arrows .flickity-prev-next-button.next{right:calc(25px + 42px)}.flickity-prev-next-button.previous{right:10px}@media (min-width: 600px){.flickity-prev-next-button.previous{right:20px}}.flickity-prev-next-button.next{left:10px}@media (min-width: 600px){.flickity-prev-next-button.next{left:20px}}.flickity-rtl .flickity-prev-next-button.previous{right:auto;left:10px}@media (min-width: 600px){.flickity-rtl .flickity-prev-next-button.previous{left:20px}}.flickity-rtl .flickity-prev-next-button.next{right:10px;left:auto}@media (min-width: 600px){.flickity-rtl .flickity-prev-next-button.next{right:20px}}.flickity-prev-next-button .flickity-button-icon{height:50%;right:23%;position:absolute;top:25%;width:50%}.previous.flickity-prev-next-button .flickity-button-icon{right:26%}.flickity-page-dots{bottom:18px;line-height:1;list-style:none;margin:0 !important;padding:0 !important;position:absolute;text-align:center;width:100%}.flickity-rtl .flickity-page-dots{direction:ltr}.flickity-page-dots .dot{background:rgba(0,0,0,0.3);border-radius:50%;cursor:pointer;display:inline-block;height:9px;margin:0 6px;width:9px}.flickity-page-dots .dot.is-selected{background:rgba(255,255,255,0.75)}.coblocks-lightbox{align-items:center;background:rgba(0,0,0,0);display:none;height:100%;justify-content:center;right:0;position:fixed;top:0;width:100%;z-index:9999}.admin-bar .coblocks-lightbox{top:32px}@media (max-width: 782px){.admin-bar .coblocks-lightbox{top:46px}}.coblocks-lightbox__background{background-repeat:no-repeat;background-size:cover;bottom:-10em;filter:blur(25px) saturate(175%) brightness(90%);right:-10em;position:absolute;left:-10em;top:-10em}.coblocks-lightbox__heading{align-items:center;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:0.5em;justify-content:space-between;right:3%;position:absolute;left:3%;top:1em}@media (min-width: 600px){.coblocks-lightbox__heading{top:2em}}.coblocks-lightbox__image{z-index:2}.coblocks-lightbox__image img{display:flex;margin:auto;max-height:70vh;max-width:70vw}@media (min-width: 960px){.coblocks-lightbox__image img{max-height:80vh;max-width:80vw}}.coblocks-lightbox__arrow{align-items:center;background-color:transparent;border-radius:100%;color:#fff;cursor:pointer;display:flex;height:auto;margin:0 1%;padding:15px;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:250ms background-color linear;z-index:3}.coblocks-lightbox__arrow:hover{background-color:rgba(255,255,255,0.15)}.coblocks-lightbox__arrow:focus{background-color:rgba(255,255,255,0.25);box-shadow:inset 0 0 0 3px rgba(255,255,255,0.25);outline:none}@media (min-width: 600px){.coblocks-lightbox__arrow{background-color:rgba(255,255,255,0.15);margin:0 2%}.coblocks-lightbox__arrow:hover{background-color:rgba(255,255,255,0.25)}}.coblocks-lightbox__arrow>div{background-color:#fff;height:28px;position:relative;width:28px}@media (min-width: 960px){.coblocks-lightbox__arrow>div{height:32px;width:32px}}.coblocks-lightbox__arrow .arrow-left{right:-1px;-webkit-mask-image:url(images/lightbox/arrow-left.svg);mask-image:url(images/lightbox/arrow-left.svg)}.coblocks-lightbox__arrow .arrow-right{-webkit-mask-image:url(images/lightbox/arrow-right.svg);mask-image:url(images/lightbox/arrow-right.svg);left:-1px}.coblocks-lightbox__arrow--left{right:0;left:auto}.coblocks-lightbox__close{background-color:#fff;background-repeat:no-repeat;cursor:pointer;height:26px;-webkit-mask-image:url(images/lightbox/close.svg);mask-image:url(images/lightbox/close.svg);-webkit-mask-size:contain;mask-size:contain;padding:7px;transition:transform 0.15s linear;width:26px}@media (min-width: 960px){.coblocks-lightbox__close{height:32px;width:32px}}.coblocks-lightbox__close:hover{background-color:#fff;transform:scale(1.125)}.coblocks-lightbox__close:focus{background-color:#fff;transform:scale(1.125)}.coblocks-lightbox__caption{color:#fff;margin-top:10px;text-align:center}.has-lightbox>:not(.carousel-nav) figure:hover{cursor:zoom-in}.has-lightbox figure[class^="align"]:hover{cursor:zoom-in}figure.has-lightbox:hover{cursor:zoom-in}.is-twentynineteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:46px;margin-top:46px}.is-twentynineteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--caption{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:0.71111em;line-height:1.6;margin:0 0 -20px;padding:0.5rem;text-align:center}.is-twentynineteen .wp-block-coblocks-gallery-stacked figcaption:not([class*="font-size"]){font-size:0.71111em}.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:1.75em;margin-top:1.65em}.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{font-style:italic;margin-bottom:-10px;margin-top:1em}.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"]:not([class*="masonry"]) .coblocks-gallery:not(.has-caption-color) figcaption{color:#1e1e1e}.is-twentyseventeen .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentysixteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:2.3em;margin-top:2.3em}.is-twentysixteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-10px;margin-top:0.6em}.is-twentysixteen .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentyfifteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:2.2em;margin-top:2.2em}.is-twentyfifteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-15px;margin-top:0.5em;padding-bottom:0}.is-twentyfifteen .wp-block-coblocks-gallery-masonry figcaption{font-size:13px !important}.is-twentyfourteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:30px;margin-top:30px}.is-twentyfourteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-7px;text-align:right}.is-twentythirteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:30px;margin-top:34px}.is-twentythirteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-10px}.is-twentythirteen .wp-block-coblocks-gallery-masonry figcaption{font-size:13px !important}.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:32px;margin-top:32px}.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery:not([class*="border-radius"]) img{border-radius:inherit}.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-10px}.is-twentytwelve .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:32px;margin-top:33px}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery img{border:0;max-width:100%;padding:0}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-15px}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption::before{color:#666;content:"\2014";font-size:14px;font-style:normal;font-weight:600;right:10px;margin-left:5px;position:absolute;top:0}.is-twentyeleven .wp-block-coblocks-gallery-stacked figcaption{padding-right:1em !important;padding-left:1em !important;text-align:center !important}.is-twentyeleven .wp-block-coblocks-gallery-stacked figcaption::before{display:none;padding-right:0}.has-filter-grayscale img{filter:grayscale(1)}.has-filter-saturation img{filter:saturate(1.75)}.has-filter-sepia img{filter:sepia(0.5)}.has-filter-dim img{filter:brightness(0.5)}.has-filter-vintage img{filter:contrast(1.3) saturate(1.5) sepia(0.6)}.coblocks-option-selector-control .components-button-group .components-button{justify-content:center;min-width:38px;padding-right:4px;padding-left:4px;vertical-align:middle}.coblocks-option-selector-control.is-custom{margin-bottom:14px}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}[class*="wp-block-"].mt-0>.has-margin{margin-top:0 !important}[class*="wp-block-"].mb-0>.has-margin{margin-bottom:0 !important}[class*="wp-block"].mt-0{margin-top:0 !important}[class*="wp-block"].mb-0{margin-bottom:0 !important}.mt-0{margin-top:0}.pt-0{padding-top:0}.coblocks-animate{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}.coblocks-animate.animate-loop{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.coblocks-animate.fadeIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.coblocks-animate.zoomIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}.coblocks-animate.slideInLeft{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInLeft{0%{opacity:0;transform:translateX(5em)}100%{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(5em)}100%{opacity:1;transform:translateX(0)}}.coblocks-animate.slideInRight{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInRight{0%{opacity:0;transform:translateX(-5em)}100%{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(-5em)}100%{opacity:1;transform:translateX(0)}}.coblocks-animate.slideInBottom{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInBottom;animation-name:slideInBottom}@-webkit-keyframes slideInBottom{0%{opacity:0;transform:translateY(5em)}100%{opacity:1;transform:translateY(0)}}@keyframes slideInBottom{0%{opacity:0;transform:translateY(5em)}100%{opacity:1;transform:translateY(0)}}.coblocks-animate.clipHorizontal{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:clipHorizontal;animation-name:clipHorizontal}@-webkit-keyframes clipHorizontal{0%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);opacity:0}100%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);opacity:1}}@keyframes clipHorizontal{0%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);opacity:0}100%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);opacity:1}}.coblocks-animate.clipVertical{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:clipVertical;animation-name:clipVertical}@-webkit-keyframes clipVertical{0%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);opacity:0}100%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);opacity:1}}@keyframes clipVertical{0%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);opacity:0}100%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);opacity:1}}body.amp .coblocks-animate{opacity:1}.coblocks-block-patterns__modal .components-modal__header-heading{align-items:center;display:flex}.coblocks-block-patterns__modal .components-base-control__field{margin-bottom:16px}.coblocks-block-patterns__preview{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:24px;padding:9px}.wp-block-button.w-100{width:100%}.wp-block-button.w-100 .wp-block-button__link{width:100%}.is-style-circular .wp-block-button__link{border-radius:100px !important}.is-style-3d .wp-block-button__link{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.25)}.is-style-shadow{z-index:1}.is-style-shadow .wp-block-button__link{box-shadow:0 4px 6px rgba(0,0,0,0.11),0 1px 3px rgba(0,0,0,0.075)}:root{--wp-admin-theme-color: #007cba;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-20: #005a87}.coblocks-settings-modal .components-base-control__help{color:#757575;display:block;font-style:normal;padding-right:36px;padding-top:2px}@media (min-width: 600px){.coblocks-settings-modal .components-base-control__help{padding-right:32px}}.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');-webkit-mask-position:bottom;mask-position:bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-top-wave{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');-webkit-mask-position:top;mask-position:top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-image.is-style-bottom-wave img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');-webkit-mask-position:bottom;mask-position:bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-image.is-style-top-wave img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');-webkit-mask-position:top;mask-position:top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.block-editor-block-styles__item-preview .wp-block-image{margin-top:0}.block-editor-block-styles__item-preview .wp-block-image .components-resizable-box__container{height:100% !important;width:100% !important}.edit-post-sidebar .components-panel__body.is-opened ~ .coblocks-lightbox-controls{display:flex;margin-top:-8px;padding-right:16px;padding-left:16px}.edit-post-sidebar .components-panel__body.is-opened ~ .coblocks-lightbox-controls ~ .components-coblocks-replace-image{margin-top:0}.edit-post-sidebar .coblocks-lightbox-controls{display:none}.is-style-checkbox li{list-style-type:none !important;padding-right:10px;position:relative}@media (min-width: 600px){.is-style-checkbox li{padding-right:12px}}.is-style-checkbox li::before{background-color:currentColor;background-size:cover;content:"";display:inline-block;height:20px;right:-20px;-webkit-mask-image:url(images/list/checkbox-rounded.svg);mask-image:url(images/list/checkbox-rounded.svg);position:absolute;top:6px;transform:scale(0.9);width:20px}@media (min-width: 600px){.is-style-checkbox li::before{top:8px;transform:0}}.is-style-checkbox li li::before{-webkit-mask-image:url(images/list/checkbox-rounded-child.svg);mask-image:url(images/list/checkbox-rounded-child.svg)}.is-twentynineteen .is-style-checkbox li::before{top:10px}.is-style-none,.is-style-none li{list-style-type:none !important;padding-right:0 !important}.is-style-none li::before{content:"\200B"}.wp-block-media-text.is-style-card .wp-block-media-text__content{background-color:var(--wp--preset--color--background, #fff);margin-right:auto;margin-left:auto;margin-top:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)));padding:var(--coblocks-spacing--4, 2em);width:95%}@media (min-width: 600px){.wp-block-media-text.is-style-card .wp-block-media-text__content{margin-right:initial;margin-left:initial;margin-top:initial;padding:calc(2 * var(--coblocks-spacing--3, map-get($spacing, 3)));left:1px;width:initial}}@media (min-width: 960px){.wp-block-media-text.is-style-card .wp-block-media-text__content{padding:calc(2 * var(--coblocks-spacing--6, map-get($spacing, 6)))}}.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{margin-bottom:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)));margin-top:initial}@media (min-width: 600px){.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{margin-bottom:0}}.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-right:auto;margin-left:auto;margin-top:calc(-1 * var(--coblocks-spacing--4, map-get($spacing, 4)));width:90%}@media (min-width: 600px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-right:initial;margin-left:initial;margin-top:initial;width:auto}}@media (min-width: 600px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-right:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)))}}@media (min-width: 960px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-right:calc(-2 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-right:initial;margin-left:initial;margin-top:initial;width:auto}@media (min-width: 600px){.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-right:0;margin-left:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)));width:175%}}@media (min-width: 960px){.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-left:calc(-2 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}@media (min-width: 600px){.wp-block-media-text.is-style-card .wp-block-media-text__content,.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-right:calc(-1 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}@media (min-width: 600px){.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content,.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{margin-right:0;margin-left:calc(-1 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-right:auto;margin-left:auto;width:90%}@media (min-width: 600px){.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-right:calc(-1 * var(--coblocks-spacing--10, map-get($spacing, 10)));margin-left:inherit;margin-top:inherit;width:auto}}.wp-block-media-text.is-style-outline .wp-block-media-text__content h1,.wp-block-media-text.is-style-outline .wp-block-media-text__content h2,.wp-block-media-text.is-style-outline .wp-block-media-text__content h3,.wp-block-media-text.is-style-outline .wp-block-media-text__content h4,.wp-block-media-text.is-style-outline .wp-block-media-text__content h5,.wp-block-media-text.is-style-outline .wp-block-media-text__content h6,.wp-block-media-text.is-style-outline .wp-block-media-text__content p{background-color:var(--wp--preset--color--background, #fff);box-shadow:-0.5rem 0 0 var(--wp--preset--color--background, #fff),0.5rem 0 0 var(--wp--preset--color--background, #fff);display:inline}.wp-block-media-text.is-style-outline .wp-block-media-text__content .wp-block-buttons{margin-top:var(--coblocks-spacing--5, 2.5em)}.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{width:100%}@media (min-width: 600px){.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{margin-right:0.5rem;width:175%}}.wp-block-media-text .wp-block-media-text__content *:first-child{margin-top:0}@media (min-width: 600px){.editor-styles-wrapper .wp-block-media-text.is-style-card .wp-block-media-text__content{left:1px}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{right:1px;left:initial}}.editor-styles-wrapper .wp-block-media-text.is-style-card .components-resizable-box__handle::after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap .components-resizable-box__handle::after,.editor-styles-wrapper .wp-block-media-text.is-style-outline .components-resizable-box__handle::after{top:-8px}.editor-styles-wrapper .wp-block-media-text.is-style-card.is-selected .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap.is-selected .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-outline.is-selected .wp-block-media-text__media::after{background:var(--wp-admin-theme-color, #007cba);border:2px solid #fff;border-radius:50%;bottom:-7px;content:"";cursor:inherit;display:block;height:15px;position:absolute;left:-8px;width:15px;z-index:9999}.editor-styles-wrapper .wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__media::after{right:-8px;left:inherit}.editor-styles-wrapper .wp-block-media-text.is-style-outline .wp-block-media-text__content .wp-block.wp-block-buttons{margin-top:var(--coblocks-spacing--5, 2.5em) !important}.edit-post-sidebar .components-coblocks-replace-image{display:none}.edit-post-sidebar .components-panel__body.is-opened ~ .components-coblocks-replace-image{display:flex;justify-content:flex-end;margin-top:-8px;padding:0 16px 16px 16px}.edit-post-sidebar .edit-post-settings-sidebar__panel-block .is-opened ~ .components-coblocks-replace-image{display:flex;justify-content:flex-end;margin-top:-8px;padding:0 0 16px 0}ul.has-custom-font li{font-family:inherit}blockquote.has-custom-font p,blockquote.has-custom-font cite{font-family:inherit !important}.has-custom-font.wp-block-cover p{font-family:inherit !important}.has-custom-font.wp-block-button .wp-block-button__link{font-family:inherit !important}.has-custom-font.wp-block-coblocks-click-to-tweet .wp-block-coblocks-click-to-tweet__text{font-family:inherit}.has-custom-font.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table__inner .wp-block-coblocks-pricing-table-item__title,.has-custom-font.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table__inner .wp-block-coblocks-pricing-table-item__amount{font-family:inherit}.wp-block-button.has-custom-lineheight .wp-block-button__link{line-height:inherit}.wp-block-button.has-custom-size .wp-block-button__link{font-size:inherit}ul.has-custom-lineheight li{line-height:inherit}ul.has-custom-size li{font-size:inherit}.has-custom-transform.wp-block-coblocks-click-to-tweet .wp-block-coblocks-click-to-tweet__twitter-btn{text-transform:none}.wp-block-coblocks-accordion-item{border-radius:4px;margin:0 0 1em}.wp-block-coblocks-accordion-item p:first-of-type{margin-top:0}.wp-block-coblocks-accordion-item p:last-of-type{margin-bottom:0}.wp-block-coblocks-accordion-item__title,.wp-block-coblocks-accordion-item__title.has-background{background:rgba(140,140,151,0.1);border-radius:4px;padding:10px 15px;position:relative}.wp-block-coblocks-accordion-item__title::after,.wp-block-coblocks-accordion-item__title.has-background::after{border-radius:4px;bottom:0;content:"";right:0;position:absolute;left:0;top:0;transition:background 100ms cubic-bezier(0.694, 0, 0.335, 1)}.wp-block-coblocks-accordion-item__title:hover::after,.wp-block-coblocks-accordion-item__title.has-background:hover::after{background:rgba(0,0,0,0.0275)}.wp-block-coblocks-accordion-item__title:focus,.wp-block-coblocks-accordion-item__title.has-background:focus{outline:1px dotted #a2aab2;outline-offset:-4px}.wp-block-coblocks-accordion-item details[open] summary{border-radius:4px 4px 0 0}.wp-block-coblocks-accordion-item__content{border:1px solid rgba(140,140,151,0.1);border-radius:0 0 4px 4px;border-top:0;padding:15px 20px}.wp-block-coblocks-accordion-item__content>div{max-width:100%}.wp-block-coblocks-accordion-item .alignfull img{max-width:100% !important}.wp-block-coblocks-accordion.alignfull{padding:0 12px}_:-ms-fullscreen,:root .wp-block-coblocks-accordion summary{display:block}_:-ms-lang(x),_:-webkit-full-screen,.wp-block-coblocks-accordion summary{display:block}.wp-block-coblocks-alert{background-color:var(--coblocks-alert-default--color--background, #d6efee);border-radius:4px;color:var(--coblocks-alert-default--color--text, #094264);padding:2em}.wp-block-coblocks-alert:not(.has-background).is-style-warning{background-color:var(--coblocks-alert-default--color--background, #fbe7dd)}.wp-block-coblocks-alert:not(.has-background).is-style-error{background-color:var(--coblocks-alert-default--color--background, #ffdede)}.wp-block-coblocks-alert:not(.has-background).is-style-success{background-color:var(--coblocks-alert-default--color--background, #d0eac4)}.wp-block-coblocks-alert:not(.has-text-color).is-style-warning{color:var(--coblocks-alert-warning--color--text, #8a4b30)}.wp-block-coblocks-alert:not(.has-text-color).is-style-error{color:var(--coblocks-alert-error--color--text, #8b343c)}.wp-block-coblocks-alert:not(.has-text-color).is-style-success{color:var(--coblocks-alert-error--color--text, #154a28)}.wp-block-coblocks-alert__title{display:block;margin-bottom:0.5em;margin-top:0}.wp-block-coblocks-alert__title:empty{display:none}.wp-block-coblocks-alert__text{margin-bottom:0;margin-top:0}.wp-block-coblocks-author{align-items:flex-start;background:rgba(139,139,150,0.1);display:flex;padding:30px 25px;position:relative}@media (min-width: 600px){.wp-block-coblocks-author{padding:40px 35px}}.wp-block-coblocks-author__avatar,.wp-block-coblocks-author figure.wp-block-coblocks-author__avatar{border-radius:100%;flex:0 0 auto;height:70px;margin:0 0 0 25px;position:relative;width:70px}@media (min-width: 600px){.wp-block-coblocks-author__avatar,.wp-block-coblocks-author figure.wp-block-coblocks-author__avatar{height:150px;margin-left:35px;width:150px}}.wp-block-coblocks-author__avatar-img{border-radius:100%;display:inline-block;height:100% !important;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.wp-block-coblocks-author__content{flex:1 1 auto}.wp-block-coblocks-author__name{display:block;font-size:1.5em;margin:0;padding:0}.wp-block-coblocks-author__biography{margin:0 0 1em}.wp-block-coblocks-author__biography:last-of-type{margin-bottom:0}.wp-block-coblocks-author .wp-block-button{margin:1em 0 0 0}.wp-block-coblocks-buttons__inner{align-items:center;display:flex;justify-content:center}.wp-block-coblocks-buttons .flex-align-left{align-items:flex-start;justify-content:flex-start}.wp-block-coblocks-buttons .flex-align-right{align-items:flex-end;justify-content:flex-end}.wp-block-coblocks-buttons .wp-block-button{margin-bottom:0}.wp-block-coblocks-buttons .wp-block-button+.wp-block-button{margin-right:1.35em}@media (max-width: 600px){.wp-block-coblocks-buttons .is-stacked-on-mobile{display:block}.wp-block-coblocks-buttons .is-stacked-on-mobile .wp-block-button+.wp-block-button{margin-right:0;margin-top:1.35em}}.wp-block-coblocks-click-to-tweet{border:1px solid transparent;border-radius:4px;margin-bottom:1.9em;position:relative}.wp-block-coblocks-click-to-tweet__text{margin-bottom:0;padding-right:40px;position:relative}.wp-block-coblocks-click-to-tweet__text::before{background-color:currentColor;background-size:cover;content:"";display:inline-block;height:24px;right:0;-webkit-mask-image:url(images/social/twitter.svg);mask-image:url(images/social/twitter.svg);opacity:0.3;position:absolute;top:5px;width:24px}.wp-block-coblocks-click-to-tweet__text a{box-shadow:none !important;text-decoration:none !important}.wp-block-coblocks-click-to-tweet__twitter-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:4px;box-shadow:none !important;color:#fff !important;cursor:pointer;display:inline-block;font-size:13px;font-style:normal;font-weight:400;line-height:1.8;margin-right:40px;margin-top:10px;padding:0.28em 1em;position:relative;text-decoration:none !important;white-space:normal;word-break:break-all}.wp-block-coblocks-click-to-tweet__twitter-btn:not(.has-button-color){background:var(--coblocks--color--twitter, #1da1f2)}.wp-block-coblocks-click-to-tweet__twitter-btn::before{background-color:#fff;background-size:cover;content:"";display:inline-block;height:18px;margin-left:5px;-webkit-mask-image:url(images/social/twitter.svg);mask-image:url(images/social/twitter.svg);position:relative;top:4px;width:18px}.wp-block-coblocks-dynamic-separator{background:none !important;border:0;max-width:100% !important;opacity:1;padding:0;position:relative;width:100%}.wp-block-coblocks-dynamic-separator::before{content:"...";display:inline-block;font-size:22px;font-weight:400;right:0;letter-spacing:0.95em;line-height:1;margin-right:21px;margin-left:auto;position:absolute;left:0;text-align:center;top:calc(50% - 18px)}.wp-block-coblocks-dynamic-separator.is-style-line::before,.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{background:currentColor;content:"";display:block;height:1px;margin-right:auto;max-width:120px;top:50%;width:15vw}.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{max-width:100%;width:100%}.wp-block-coblocks-dynamic-separator:not(.has-background)::before{color:#292929}.wp-block-coblocks-dynamic-separator.is-style-line:not(.has-background)::before,.wp-block-coblocks-dynamic-separator.is-style-fullwidth:not(.has-background)::before{background:rgba(0,0,0,0.15)}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator::before{background:none;content:"...";right:0;top:calc(50% - 18px);transform:none;width:auto}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator::after{display:none}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-line::before,.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{background:currentColor;content:"";display:block;height:1px;margin-right:auto;max-width:120px;top:50%;width:15vw}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{max-width:100%;width:100%}.is-twentytwenty .wp-block-coblocks-dynamic-separator.is-style-line:not(.has-background)::before,.is-twentytwenty .wp-block-coblocks-dynamic-separator.is-style-fullwidth:not(.has-background)::before{background:#6d6d6d}.wp-block-coblocks-event-item{flex:1 100%;justify-content:space-between;line-height:1;margin-bottom:var(--coblocks-spacing--5, 2.5em);width:100%}@media (min-width: 782px){.wp-block-coblocks-event-item{display:flex !important;margin-bottom:var(--coblocks-spacing--3, 1.5em)}}.wp-block-coblocks-events__date{margin-bottom:var(--coblocks-spacing--3, 1.5em)}@media (min-width: 782px){.wp-block-coblocks-events__date{flex-basis:15%;margin-bottom:0}}.wp-block-coblocks-events__content{margin-bottom:var(--coblocks-spacing--3, 1.5em)}@media (min-width: 782px){.wp-block-coblocks-events__content{flex-basis:65%;margin-bottom:0;padding:0 1em}}.wp-block-coblocks-events__title,.wp-block-coblocks-events__description,.wp-block-coblocks-events__time{display:block}@media (min-width: 782px){.wp-block-coblocks-events__details{flex-basis:20%;text-align:left}}.wp-block-coblocks-events__title{font-weight:700;margin-bottom:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-events__day{display:block;font-size:1.75em;font-weight:700;margin-bottom:5px}.wp-block-coblocks-events__month{margin-left:5px;margin-top:var(--coblocks-spacing--1, 0.5em)}@media (min-width: 782px){.wp-block-coblocks-events__month{display:block;margin-bottom:5px;margin-left:0}}.wp-block-coblocks-events__time{font-weight:700;margin-bottom:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-events__year,.wp-block-coblocks-events__month,.wp-block-coblocks-events__time,.wp-block-coblocks-events__location,.wp-block-coblocks-events__description{font-size:0.75em}.wp-block-coblocks-events__description{line-height:1.476}.wp-block-coblocks-events.slick-slider{box-sizing:border-box;display:block;padding-bottom:4em;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wp-block-coblocks-events .slick-list{display:block;margin:0 -2em;overflow:hidden;padding:0;position:relative}.wp-block-coblocks-events .slick-list:focus{outline:none}.wp-block-coblocks-events .slick-list.dragging{cursor:pointer;cursor:hand}.wp-block-coblocks-events.slick-slider .slick-track,.wp-block-coblocks-events.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.wp-block-coblocks-events .slick-track{display:flex;right:0;margin-right:auto;margin-left:auto;position:relative;top:0}.wp-block-coblocks-events .slick-track::before,.wp-block-coblocks-events .slick-track::after{content:"";display:table}.wp-block-coblocks-events .slick-track::after{clear:both}.wp-block-coblocks-events .slick-loading .slick-track{visibility:hidden}.wp-block-coblocks-events .slick-slide{float:right;height:auto;margin:0 2em;min-height:1px;outline:none}.wp-block-coblocks-events [dir="rtl"] .slick-slide{float:left}.wp-block-coblocks-events .slick-slide img{display:block}.wp-block-coblocks-events .slick-slide.slick-loading img{display:none}.wp-block-coblocks-events .slick-slide.dragging img{pointer-events:none}.wp-block-coblocks-events .slick-initialized .slick-slide{display:block}.wp-block-coblocks-events .slick-loading .slick-slide{visibility:hidden}.wp-block-coblocks-events .slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.wp-block-coblocks-events .slick-arrow.slick-hidden{display:none}.wp-block-coblocks-events .arrows{text-align:center}.wp-block-coblocks-events .slick-prev,.wp-block-coblocks-events .slick-next{background:transparent;border:none;bottom:0;color:transparent;cursor:pointer;display:inline-block;font-size:initial;height:4em;line-height:0;outline:none;padding:0.5em;position:absolute;width:4em;z-index:1}.wp-block-coblocks-events .slick-prev:hover,.wp-block-coblocks-events .slick-prev:focus,.wp-block-coblocks-events .slick-next:hover,.wp-block-coblocks-events .slick-next:focus{cursor:pointer;opacity:0.5;outline:none}.wp-block-coblocks-events .slick-prev:hover::before,.wp-block-coblocks-events .slick-prev:focus::before,.wp-block-coblocks-events .slick-next:hover::before,.wp-block-coblocks-events .slick-next:focus::before{opacity:1}.wp-block-coblocks-events .slick-prev{right:50%;transform:translateX(100%)}.wp-block-coblocks-events .slick-next{left:50%;transform:translateX(-100%)}.wp-block-coblocks-events .slick-prev.slick-disabled::before,.wp-block-coblocks-events .slick-next.slick-disabled::before{opacity:0.25}.wp-block-coblocks-events .slick-prev::before,.wp-block-coblocks-events .slick-next::before{background-image:url(images/lightbox/arrow-left.svg);background-position:center;background-repeat:no-repeat;content:" ";display:block;height:100%;width:100%}.wp-block-coblocks-events .slick-next::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-events [dir="rtl"] .slick-prev::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-events [dir="rtl"] .slick-next::before{background-image:url(images/lightbox/arrow-left.svg)}.wp-block-coblocks-features{position:relative}.wp-block-coblocks-features .has-left-content{text-align:right}.wp-block-coblocks-features .has-left-content img{margin-right:0;margin-left:auto}.wp-block-coblocks-features .has-center-content{text-align:center}.wp-block-coblocks-features .has-center-content img{margin-right:auto;margin-left:auto}.wp-block-coblocks-features .has-right-content{text-align:left}.wp-block-coblocks-features .has-right-content img{margin-right:auto;margin-left:0}.wp-block-coblocks-features__inner{position:relative}.wp-block-coblocks-feature{display:flex;flex-direction:column;justify-content:center;margin:0;max-width:100%;position:relative;width:100%;word-break:break-word}.wp-block-coblocks-feature .wp-block-coblocks-icon{margin-bottom:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-feature h1,.wp-block-coblocks-feature h2,.wp-block-coblocks-feature h3,.wp-block-coblocks-feature h4,.wp-block-coblocks-feature h5,.wp-block-coblocks-feature h6{margin-top:0 !important;padding:0 !important}.wp-block-coblocks-feature p{margin-top:0}.wp-block-coblocks-feature p:not(.has-background){padding-top:0}.wp-block-coblocks-feature__inner>*{position:relative}.wp-block-coblocks-feature__inner>*:last-child{margin-bottom:0 !important}@media (min-width: 600px){.wp-block-coblocks-features__inner:not(.has-responsive-columns){align-items:flex-start;display:flex}}@media (min-width: 600px){.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:nth-child(odd){margin-left:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:nth-child(even){margin-right:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:not(:first-child){margin-right:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:not(:last-child){margin-left:var(--coblocks-spacing--3, 1.5em)}}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns).has-1-columns .wp-block-coblocks-feature{margin-right:0;margin-left:0}.wp-block-coblocks-food-item{margin-top:2.75em}.wp-block-coblocks-food-item__figure{display:flex;margin:0.35em 0 1.25em;overflow:hidden;padding-top:100%;position:relative;width:100%}.wp-block-coblocks-food-item__figure img,.wp-block-coblocks-food-item__figure img[itemprop="image"]{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__figure img,.wp-block-coblocks-food-item__figure img[itemprop="image"]{height:auto;right:50%;min-width:100%;top:50%;transform:translate(50%, -50%)}}.wp-block-coblocks-food-item__heading-wrapper{align-items:center;display:flex;flex:1 85%;margin:0 0 0.25em;order:1}.wp-block-coblocks-food-item__heading,.wp-block-coblocks-food-item__heading[itemprop="name"]{margin:0;padding:0}.wp-block-coblocks-food-item__content{align-content:flex-start;display:flex;flex:1 100%;flex-wrap:wrap}.wp-block-coblocks-food-item__attributes{display:flex;margin-right:0.4em}.wp-block-coblocks-food-item__attributes svg{fill:currentColor;height:18px;width:18px}.wp-block-coblocks-food-item__attributes svg:last-of-type{margin-left:0}.wp-block-coblocks-food-item__attribute{background:none;border:none;display:flex;margin-left:0.25em !important;padding:0}.wp-block-coblocks-food-item__attribute--spicier{margin-right:-0.25em !important}.wp-block-coblocks-food-item__description{flex:1 100%;margin:0;order:3}.wp-block-coblocks-food-item__price{flex:1 15%;margin:0.5em 0 0 0;opacity:0.7;order:2}.wp-block-coblocks-food-item__icon{background-color:currentColor;background-repeat:no-repeat;background-size:cover;display:inline-block;height:18px;width:18px}.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/popular.svg);mask-image:url(images/food-attribute/popular.svg)}.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon:last-of-type{margin-left:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/popular.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/spicy.svg);mask-image:url(images/food-attribute/spicy.svg)}.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon:last-of-type{margin-left:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/spicy.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/vegan.svg);mask-image:url(images/food-attribute/vegan.svg)}.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon:last-of-type{margin-left:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/vegan.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/vegetarian.svg);mask-image:url(images/food-attribute/vegetarian.svg)}.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon:last-of-type{margin-left:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/vegetarian.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/pescatarian.svg);mask-image:url(images/food-attribute/pescatarian.svg)}.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon:last-of-type{margin-left:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/pescatarian.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/gluten-free.svg);mask-image:url(images/food-attribute/gluten-free.svg)}.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon:last-of-type{margin-left:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/gluten-free.svg);color:transparent !important}}.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h6,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h6,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h6{flex-basis:100%;max-width:100%}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__content{flex-flow:column;justify-content:center;text-align:center}}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__heading-wrapper{justify-content:center}}.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__price{margin-top:0;text-align:left}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__price{text-align:inherit}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]{display:flex;flex:1 100% !important;margin-top:1.5em;max-width:100%}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]{align-items:center}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item figure,.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item .components-placeholder,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] figure,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] .components-placeholder{flex:0 0 auto;margin:0 0 0 20px !important;max-height:75px;max-width:75px;padding-top:75px}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item figure,.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item .components-placeholder,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] figure,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] .components-placeholder{max-height:100px;max-width:100px;padding-top:100px}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__attributes,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]__attributes{margin-right:0.6em}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__description,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]__description{max-width:calc(100% - 50px)}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__price,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]__price{margin-top:0;text-align:left}.coblocks-form label{display:block;float:none;margin-bottom:3px}.coblocks-form .coblocks-form__submit+label{margin:1.25rem 0 3px 0}.coblocks-form .required-error.hidden{display:none}.coblocks-form .coblocks-field,.coblocks-form select{margin:0 0 1.25rem 0;width:100%}.coblocks-form .coblocks-field.verify,.coblocks-form select.verify{height:0;right:0;opacity:0;position:absolute;top:0;width:0;z-index:-1}.coblocks-form .coblocks-field input[type="radio"]{display:inline-block;float:right;margin:5px 0 0 5px}.coblocks-form .coblocks-field .coblocks-checkbox-label{display:inline-flex;width:95%}.coblocks-form textarea{float:none;height:200px;margin:0 0 1.15rem 0;resize:vertical;width:100%}.coblocks-form .required{color:#d94f4f;margin-right:5px}.coblocks-form .coblocks-radio-label+.coblocks-field.verify+.coblocks-form__submit{margin-top:1.25rem}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-outline{background-color:transparent;border:2px solid !important}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-circular{border-radius:100px !important}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-3d{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.25)}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-shadow{box-shadow:0 4px 6px rgba(0,0,0,0.11),0 1px 3px rgba(0,0,0,0.075)}.coblocks-form .coblocks-form__inline-fields{align-items:center;display:flex;flex-flow:row wrap;margin-bottom:1.15rem}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field{margin-bottom:0.15rem;width:50%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field input[type="text"]{margin-bottom:3px;width:100%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:first-child{padding-left:10px}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:last-child{padding-right:10px}@media only screen and (max-width: 535px){.coblocks-form .coblocks-form__inline-fields{display:block}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field{width:100%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:first-child,.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:last-child{margin:0 0 1.15rem 0;padding:0}}.coblocks-form__subtext{display:block;line-height:1;margin-bottom:-0.3rem;margin-top:0.3rem;opacity:0.66}.coblocks-form .coblocks-form-submission{margin-bottom:4em;padding:1.5em 1em}.coblocks-form .coblocks-form-submission p{margin:0 auto;word-wrap:break-word}.coblocks-form .form-errors .form-error-message{color:#d94f4f}.coblocks-form .coblocks--inline{display:flex;flex-flow:row wrap;margin-bottom:1.25rem}.coblocks-form .coblocks--inline label{margin-left:10px}.coblocks-form .coblocks--inline input[type="radio"]{margin-top:5px}.coblocks-form .coblocks--inline .coblocks-checkbox-label{width:auto}.coblocks-form .coblocks--inline input[type="checkbox"]{margin-top:2px}.is-twentysixteen .coblocks-form__submit,.is-twentynineteen .coblocks-form__submit{margin-top:1.5em}.is-twentyseventeen .coblocks-field{margin-bottom:1.75rem}.is-twentyseventeen .coblocks-label{font-weight:800}.is-twentyseventeen .coblocks-form__submit{margin-top:-0.75em}.is-twentyseventeen .coblocks-form__submit .wp-block-button__link{margin-top:0.1em}.is-twentynineteen .coblocks-form .components-text-control__input,.is-twentynineteen .coblocks-form .components-textarea-control__input{border-color:#ccc;border-radius:0;padding:1.2rem 0}.is-twentynineteen .coblocks-form__submit.wp-block-button{margin-top:0}.is-twentysixteen .coblocks-form .components-text-control__input,.is-twentysixteen .coblocks-form .components-textarea-control__input{background-color:#f7f7f7;border-color:#d1d1d1;border-radius:2px;padding:0.75rem 0}.is-twentysixteen .coblocks-form .components-base-control{margin-bottom:0}.is-twentysixteen .coblocks-form .components-base-control .components-base-control__field{margin-bottom:0}.is-twentysixteen .coblocks-form__submit.wp-block-button{margin-top:0}.wp-block-coblocks-gallery-carousel,.wp-block-coblocks-gallery-carousel .coblocks-gallery{overflow:hidden;position:relative}.wp-block-coblocks-gallery-carousel .coblocks-gallery--figure{height:100%}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-2 img{border-radius:2px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-3 img{border-radius:3px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-4 img{border-radius:4px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-5 img{border-radius:5px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-6 img{border-radius:6px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-7 img{border-radius:7px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-8 img{border-radius:8px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-9 img{border-radius:9px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-10 img{border-radius:10px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-11 img{border-radius:11px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-12 img{border-radius:12px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-13 img{border-radius:13px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-14 img{border-radius:14px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-15 img{border-radius:15px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-16 img{border-radius:16px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-17 img{border-radius:17px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-18 img{border-radius:18px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-19 img{border-radius:19px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-20 img{border-radius:20px}.wp-block-coblocks-gallery-carousel .flickity-button{align-items:center;border-radius:100%;color:#fff;cursor:pointer;display:flex;height:auto;margin:0 1%;padding:15px;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:250ms background-color linear;width:auto;z-index:3}.wp-block-coblocks-gallery-carousel .flickity-button:hover{background-color:rgba(255,255,255,0.15)}.wp-block-coblocks-gallery-carousel .flickity-button:focus{background-color:rgba(255,255,255,0.25);box-shadow:inset 0 0 0 3px rgba(255,255,255,0.25);outline:none}@media (min-width: 600px){.wp-block-coblocks-gallery-carousel .flickity-button{margin:0 2%}.wp-block-coblocks-gallery-carousel .flickity-button:hover{background-color:rgba(255,255,255,0.25)}}.wp-block-coblocks-gallery-carousel .flickity-button-icon{display:none}.wp-block-coblocks-gallery-carousel .flickity-button::after{background-color:#fff;content:"";display:block;height:28px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;width:28px}@media (min-width: 960px){.wp-block-coblocks-gallery-carousel .flickity-button::after{height:32px;width:32px}}.wp-block-coblocks-gallery-carousel .flickity-button.previous{height:62px;right:0;width:62px}.wp-block-coblocks-gallery-carousel .flickity-button.previous::after{height:32px;right:-1px;-webkit-mask-image:url(images/lightbox/arrow-left.svg);mask-image:url(images/lightbox/arrow-left.svg);width:32px}.wp-block-coblocks-gallery-carousel .flickity-button.next{height:62px;width:62px}.wp-block-coblocks-gallery-carousel .flickity-button.next::after{height:32px;-webkit-mask-image:url(images/lightbox/arrow-right.svg);mask-image:url(images/lightbox/arrow-right.svg);left:-1px;width:32px}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-gallery-carousel .flickity-button.previous::after{background-color:transparent !important;background-image:url(images/lightbox/arrow-left.svg);color:transparent !important}.wp-block-coblocks-gallery-carousel .flickity-button.next::after{background-color:transparent !important;background-image:url(images/lightbox/arrow-right.svg);color:transparent !important}}.wp-block-coblocks-gallery-carousel .carousel-nav{height:auto}.wp-block-coblocks-gallery-carousel .carousel-nav .flickity-viewport{height:80px !important;margin-right:0;margin-left:0}.wp-block-coblocks-gallery-carousel .carousel-nav figure{margin:0}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--figure{height:100%;position:relative}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail{height:80px;opacity:0.4;overflow:hidden;transition:opacity 250ms ease;width:100px}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail:hover{opacity:0.66}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail.is-selected{opacity:1}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.has-responsive-height .has-carousel{height:auto !important;padding-bottom:56.25%;position:relative}.has-responsive-height .has-carousel .flickity-viewport{right:0;position:absolute;top:0;width:100%}body.rtl .flickity-viewport{position:relative}body.rtl .flickity-prev-next-button.next{right:0}body.rtl .flickity-prev-next-button.previous{right:unset}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.alignfull ul,.wp-block-coblocks-gallery-collage.alignfull ul{padding-right:1em;padding-left:1em}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.is-style-layered) li,.wp-block-coblocks-gallery-collage:not(.is-style-layered) li{margin:0}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul,.wp-block-coblocks-gallery-collage ul{display:flex;flex-wrap:wrap;list-style-type:none;margin:0 !important;padding:0 !important}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul li,.wp-block-coblocks-gallery-collage ul li{list-style:none}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-no-gutter .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.wp-block-coblocks-gallery-collage.has-no-gutter .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-no-gutter .wp-block-coblocks-gallery-collage__item,.wp-block-coblocks-gallery-collage.has-no-gutter .wp-block-coblocks-gallery-collage__item{padding:0 !important}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item figure,.wp-block-coblocks-gallery-collage__item .block-editor-media-placeholder{padding:0}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage__item:nth-child(1){align-self:flex-end;width:75%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder{padding-top:calc(330 / 495 * 100%)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage__item:nth-child(2){align-self:flex-end;margin-left:auto !important;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage__item:nth-child(3){align-self:flex-start;margin-right:auto !important;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage__item:nth-child(4){align-self:flex-start;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5),.wp-block-coblocks-gallery-collage__item:nth-child(5){align-self:flex-start;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(5) figure,.wp-block-coblocks-gallery-collage__item:nth-child(5) .block-editor-media-placeholder{padding-top:150%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:0 !important}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){width:66.66%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder{padding-top:66%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3){width:33.33%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder{padding-top:100%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-right:0 !important}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.is-style-layered .wp-block-coblocks-gallery-collage__item{align-self:flex-start}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1){margin-right:calc(150 / 890 * 100%) !important;width:calc(358 / 890 * 100%);z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder{padding-top:calc(492 / 358 * 100%)}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2){margin-right:calc(175 / 850 * 100%) !important;margin-top:calc(117 / 990 * 100%) !important;width:calc(198 / 890 * 100%);z-index:2}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2).is-selected,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2).is-selected{z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder{padding-top:100%}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3){margin-right:calc(328 / 890 * 100%) !important;margin-top:calc(249 / 890 * 100% * -1) !important;width:calc(492 / 890 * 100%);z-index:3}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder{padding-top:calc(340 / 492 * 100%)}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4){margin-top:calc(189 / 890 * 100% * -1) !important;width:calc(492 / 890 * 100%);z-index:1}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4).is-selected,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4).is-selected{z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder{padding-top:calc(378 / 492 * 100%)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__figure,.wp-block-coblocks-gallery-collage__figure{display:flex;margin:0;position:relative;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__figure img,.wp-block-coblocks-gallery-collage__figure img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage figcaption,.wp-block-coblocks-gallery-collage figcaption{bottom:0;font-size:13px;margin:0;opacity:0.9;padding:30px 10px 10px;position:absolute;text-align:center;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-caption-style-dark figcaption,.wp-block-coblocks-gallery-collage.has-caption-style-dark figcaption{background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-caption-style-light figcaption,.wp-block-coblocks-gallery-collage.has-caption-style-light figcaption{background:linear-gradient(0deg, rgba(255,255,255,0.93) 6.3%, rgba(255,255,255,0.5) 61%, rgba(255,255,255,0))}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-dark figcaption,.wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-dark figcaption{color:#fff}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-light figcaption,.wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-light figcaption{color:#000}.editor-styles-wrapper .wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul>*:not(:first-child),.wp-block-coblocks-gallery-collage ul>*:not(:first-child){padding-right:calc(var(--coblocks-spacing--1, 0.5em) * 2)}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--2, 1em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-medium-gutter ul>*:not(:first-child){padding-right:calc(var(--coblocks-spacing--2, 1em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-large-gutter ul>*:not(:first-child){padding-right:calc(var(--coblocks-spacing--3, 1.5em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--4, 2em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-huge-gutter ul>*:not(:first-child){padding-right:calc(var(--coblocks-spacing--4, 2em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:var(--coblocks-custom-gutter, 0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-custom-gutter ul>*:not(:first-child){padding-right:var(--coblocks-custom-gutter, 0)}}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-right:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-left:calc(var(--coblocks-spacing--1, 0.5em) * 2);padding-top:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--1, 0.5em) * 2)}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-right:calc(var(--coblocks-spacing--2, 1em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-left:calc(var(--coblocks-spacing--2, 1em) * 2);padding-top:calc(var(--coblocks-spacing--2, 1em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--2, 1em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-right:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-left:calc(var(--coblocks-spacing--3, 1.5em) * 2);padding-top:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--3, 1.5em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-right:calc(var(--coblocks-spacing--4, 2em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-left:calc(var(--coblocks-spacing--4, 2em) * 2);padding-top:calc(var(--coblocks-spacing--4, 2em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--4, 2em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-right:var(--coblocks-custom-gutter, 0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-left:var(--coblocks-custom-gutter, 0);padding-top:var(--coblocks-custom-gutter, 0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:var(--coblocks-custom-gutter, 0)}}.wp-block-coblocks-gallery-collage .pb-0{padding-bottom:0 !important}.wp-block-coblocks-gallery-collage .pl-0{padding-right:0 !important}.wp-block-coblocks-gallery-masonry{position:relative}.wp-block-coblocks-gallery-masonry ul{list-style:none !important;padding:0 !important}.wp-block-coblocks-gallery-masonry ul:not([class*="gutter"]){margin-right:0 !important}.wp-block-coblocks-gallery-masonry li{margin:0 !important}.wp-block-coblocks-gallery-masonry figure{margin:0;overflow:hidden}.wp-block-coblocks-gallery-masonry img{height:auto;vertical-align:bottom;width:100%}.wp-block-coblocks-gallery-masonry figcaption{background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent);bottom:0;font-size:13px;max-height:100% !important;opacity:0.9;overflow:auto;padding:30px 10px 10px !important;position:absolute !important;text-align:center;width:100%}.wp-block-coblocks-gallery-masonry figcaption img{display:inline}.wp-block-coblocks-gallery-offset .coblocks-gallery{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:0;margin-right:0;padding-right:0}.wp-block-coblocks-gallery-offset img{max-height:22vw;width:auto}.wp-block-coblocks-gallery-offset figcaption{background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent);bottom:0;font-size:13px;max-height:100% !important;opacity:1;overflow:hidden;padding:30px 10px 10px !important;position:absolute !important;text-align:center;width:100%}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-small-images img{max-height:22vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-small-images img{max-height:11vw}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-medium-images img{max-height:28vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-medium-images img{max-height:12vw}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-large-images img{max-height:40vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-large-images img{max-height:20vw}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-huge-images img{max-height:40vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-huge-images img{max-height:30vw}}.wp-block-coblocks-gallery-offset .has-small-gutter,.wp-block-coblocks-gallery-offset .has-medium-gutter,.wp-block-coblocks-gallery-offset .has-large-gutter,.wp-block-coblocks-gallery-offset .has-huge-gutter{margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * -1 * 2);margin-right:calc(var(--coblocks-spacing--1, 0.5em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-small-gutter figure,.wp-block-coblocks-gallery-offset .has-medium-gutter figure,.wp-block-coblocks-gallery-offset .has-large-gutter figure,.wp-block-coblocks-gallery-offset .has-huge-gutter figure{margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2);margin-right:calc(var(--coblocks-spacing--1, 0.5em) * 2)}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-medium-gutter{margin-bottom:calc(var(--coblocks-spacing--2, 1em) * -1 * 2);margin-right:calc(var(--coblocks-spacing--2, 1em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-medium-gutter figure{margin-bottom:calc(var(--coblocks-spacing--2, 1em) * 2);margin-right:calc(var(--coblocks-spacing--2, 1em) * 2)}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-large-gutter{margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * -1 * 2);margin-right:calc(var(--coblocks-spacing--3, 1.5em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-large-gutter figure{margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2);margin-right:calc(var(--coblocks-spacing--3, 1.5em) * 2)}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-huge-gutter{margin-bottom:calc(var(--coblocks-spacing--4, 2em) * -1 * 2);margin-right:calc(var(--coblocks-spacing--4, 2em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-huge-gutter figure{margin-bottom:calc(var(--coblocks-spacing--4, 2em) * 2);margin-right:calc(var(--coblocks-spacing--4, 2em) * 2)}}.wp-block-coblocks-gallery-offset .has-custom-gutter{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * -1 * 2);margin-right:calc(var(--coblocks-custom-gutter, 0) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-custom-gutter figure{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2);margin-right:calc(var(--coblocks-custom-gutter, 0) * 2)}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-custom-gutter{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * -1 * 2);margin-right:calc(var(--coblocks-custom-gutter, 0) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-custom-gutter figure{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2);margin-right:calc(var(--coblocks-custom-gutter, 0) * 2)}}.wp-block-coblocks-gallery-stacked{position:relative;text-align:center}.wp-block-coblocks-gallery-stacked.alignleft,.wp-block-coblocks-gallery-stacked.alignright{max-width:305px}.wp-block-coblocks-gallery-stacked:not(.has-caption-color){color:#1e1e1e !important}.wp-block-coblocks-gallery-stacked .coblocks-gallery{margin-right:0;padding-right:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item{margin-right:auto;margin-left:auto}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child{margin-bottom:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child figure{margin-bottom:0 !important}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child figcaption{padding-bottom:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--caption{padding-bottom:1em;padding-top:1em;text-align:center}.wp-block-coblocks-gallery-stacked .coblocks-gallery--caption:not([class*="font-size"]){font-size:13px}.is-selected .wp-block-coblocks-gallery-stacked .coblocks-gallery--caption,.is-typing .wp-block-coblocks-gallery-stacked .coblocks-gallery--caption{padding-right:1em;padding-left:1em}.wp-block-coblocks-gallery-stacked .has-fullwidth-images img{width:100%}.wp-block-coblocks-gallery-stacked .coblocks-video-bg{z-index:1}.wp-block-coblocks-gif.alignfull,.wp-block-coblocks-gif.alignwide{width:inherit}.wp-block-coblocks-gif.alignfull img,.wp-block-coblocks-gif.alignwide img{width:100%}.wp-block-coblocks-gist .gist-file{border-color:rgba(0,0,0,0.125) !important;border-radius:4px !important;margin-bottom:0 !important}.wp-block-coblocks-gist .gist-file a,.wp-block-coblocks-gist .gist-file a:hover{box-shadow:none}.wp-block-coblocks-gist .gist-file+.gist-file{margin-top:5px !important}.wp-block-coblocks-gist .gist-data{border-radius:3px 3px 0 0}.wp-block-coblocks-gist .gist-data tr,.wp-block-coblocks-gist .gist-data td{border:none}.wp-block-coblocks-gist .gist-data td.blob-num{padding:1px 20px 1px 15px !important}.wp-block-coblocks-gist .gist-data td.blob-code{padding-right:0 !important}.wp-block-coblocks-gist .gist-meta{border-radius:0 0 3px 3px}.wp-block-coblocks-gist.no-meta .gist .gist-data{border-bottom:0;border-radius:3px}.wp-block-coblocks-gist.no-meta .gist .gist-meta{display:none}.wp-block-coblocks-gist figcaption{color:#1e1e1e;font-size:13px;margin-bottom:1em;margin-top:0.5em;text-align:center}.wp-block-coblocks-gist table{table-layout:auto}.wp-block-coblocks-hero{position:relative}.wp-block-coblocks-hero .has-left-content{text-align:right}.wp-block-coblocks-hero .has-center-content{text-align:center}.wp-block-coblocks-hero .has-center-content .wp-block-coblocks-buttons__inner{justify-content:center}.wp-block-coblocks-hero .has-center-content h1::before,.wp-block-coblocks-hero .has-center-content h2::before{margin-right:auto;margin-left:auto}.wp-block-coblocks-hero .has-right-content{text-align:left}.wp-block-coblocks-hero .has-right-content .wp-block-coblocks-buttons__inner{justify-content:flex-end}.wp-block-coblocks-hero .has-right-content h1::before,.wp-block-coblocks-hero .has-right-content h2::before{margin-right:auto}.wp-block-coblocks-hero__inner{display:flex;position:relative}.wp-block-coblocks-hero__inner.is-fullscreen{height:100vh}.wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content{position:relative}.wp-block-coblocks-hero__inner[class*="hero-top"]{align-items:flex-start}.wp-block-coblocks-hero__inner[class*="hero-center"]{align-items:center}.wp-block-coblocks-hero__inner[class*="hero-bottom"]{align-items:flex-end}.wp-block-coblocks-hero__inner[class*="left-align"]{justify-content:flex-start}.wp-block-coblocks-hero__inner[class*="center-align"]{justify-content:center}.wp-block-coblocks-hero__inner[class*="right-align"]{justify-content:flex-end}.wp-block-coblocks-hero .wp-block-button{margin-bottom:0}.wp-block-coblocks-highlight{background:transparent !important}.wp-block-coblocks-highlight:empty{display:none}.wp-block-coblocks-highlight+.wp-block-coblocks-highlight{padding-top:7px}.wp-block-coblocks-highlight__content{padding:2px 3px 2px 5px;position:relative}.wp-block-coblocks-highlight__content:not(.has-background){background-color:#fff8e5}.wp-block-coblocks-icon{position:relative}.wp-block-coblocks-icon__inner{display:inline-block;position:relative;vertical-align:middle}.wp-block-coblocks-icon__inner a{border:0 !important;box-shadow:none !important;height:100%;outline:none;text-shadow:none;width:100%}.wp-block-coblocks-icon__inner svg{fill:currentColor;height:100%;vertical-align:middle;width:100%}.wp-block-coblocks-logos.has-filter-grayscale img,.wp-block-coblocks-logos.is-style-black-and-white img{filter:grayscale(1) brightness(0)}.wp-block-coblocks-logos.is-style-grayscale img{filter:grayscale(1)}.wp-block-coblocks-logos__row{align-items:center;display:flex;flex-direction:row;justify-content:center}@media (max-width: 600px){.wp-block-coblocks-logos__row{flex-wrap:wrap}}.wp-block-coblocks-logos__row+.wp-block-coblocks-logos__row{margin-top:2em}.wp-block-coblocks-logos__row>div{padding:0 1.5vw}.wp-block-coblocks-logos__row img{vertical-align:middle;width:100%}.wp-block-coblocks-media-card__wrapper{align-items:center;display:grid;grid-template-areas:"media-text-media media-text-content";grid-template-columns:55% auto;grid-template-rows:auto;margin-right:auto;margin-left:auto;padding:0 !important;position:relative}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 55%}.wp-block-coblocks-media-card__inner{color:inherit !important}.wp-block-coblocks-media-card__media{grid-area:media-text-media;margin:0;position:relative}.has-no-media .wp-block-coblocks-media-card__media{align-items:center;background:rgba(139,139,150,0.1);display:flex;height:70vw;justify-content:center;margin-bottom:0;margin-top:0;max-height:600px}@media (min-width: 600px){.has-no-media .wp-block-coblocks-media-card__media{width:100%}}.has-no-media.alignfull .wp-block-coblocks-media-card__media,.has-no-media.alignwide .wp-block-coblocks-media-card__media{max-height:700px}.wp-block-coblocks-media-card__media svg{height:30px;opacity:0.15;position:relative;top:-30px;width:30px}@media (min-width: 600px){.wp-block-coblocks-media-card__media svg{height:50px;width:50px}}.wp-block-coblocks-media-card__content{grid-area:media-text-content;margin-right:-50%;position:relative;word-break:break-word;z-index:1}@media (min-width: 600px){.wp-block-coblocks-media-card__content{margin-right:-100px}}.wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}.wp-block-coblocks-media-card__content h1,.wp-block-coblocks-media-card__content h2,.wp-block-coblocks-media-card__content h3,.wp-block-coblocks-media-card__content h4,.wp-block-coblocks-media-card__content h5,.wp-block-coblocks-media-card__content h6{margin-top:0 !important}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__content{margin-right:0;margin-left:-50%}@media (min-width: 600px){.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__content{margin-left:-100px}}.wp-block-coblocks-media-card__wrapper>figure>img,.wp-block-coblocks-media-card__wrapper>figure>video{max-width:unset;vertical-align:middle;width:100%}@media (max-width: 599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-media" "media-text-content";grid-template-columns:100% !important}}@media (max-width: 599px) and (min-width: 600px){.wp-block-coblocks-media-card.is-stacked-on-mobile.is-style-right .wp-block-coblocks-media-card__content{margin-left:-100px}}@media (max-width: 599px) and (min-width: 600px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__media{position:inherit}}@media (max-width: 599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{margin-right:5%;margin-left:5%;margin-top:-33%}}@media (max-width: 599px) and (min-width: 600px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{grid-area:media-text-content;margin-right:-100px}}@media (max-width: 599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-media-card .wp-block-coblocks-media-card__wrapper{display:flex}.wp-block-coblocks-media-card .wp-block-coblocks-media-card__wrapper .wp-block-coblocks-row__inner{flex-grow:1}.wp-block-coblocks-media-card.is-style-right figure{order:2}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-row__inner{order:1}}body.rtl .is-style-left .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-content media-text-media" "resizer resizer" !important;grid-template-columns:auto 55% !important}body.rtl .is-style-left .wp-block-coblocks-media-card__content{margin-right:0;margin-left:-100px}body.rtl .is-style-right .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-media media-text-content" "resizer resizer" !important;grid-template-columns:55% auto !important}body.rtl .is-style-right .wp-block-coblocks-media-card__content{margin-right:-100px;margin-left:0}@media (min-width: 768px) and (max-width: 1024px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile{flex-direction:column}.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-media" "media-text-content";grid-template-columns:100% !important}}@media (min-width: 768px) and (max-width: 1024px) and (max-width: 599px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__media{position:inherit}}@media (min-width: 768px) and (max-width: 1024px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{margin-right:5%;margin-left:5%;margin-top:-33%}.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}}.wp-block-coblocks-post-carousel.alignfull{padding-right:var(--coblocks-spacing--2, 1em);padding-left:var(--coblocks-spacing--2, 1em)}@media (min-width: 600px){.wp-block-coblocks-post-carousel.alignfull{padding-right:var(--coblocks-spacing--4, 2em);padding-left:var(--coblocks-spacing--4, 2em)}}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .coblocks-slick{padding-bottom:0}}.wp-block-coblocks-post-carousel .slick-slider{box-sizing:border-box;display:block;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wp-block-coblocks-post-carousel .slick-slider .slick-track,.wp-block-coblocks-post-carousel .slick-slider .slick-list{transform:translate3d(0, 0, 0)}.wp-block-coblocks-post-carousel .slick-list{display:block;margin:0;margin-bottom:calc(var(--coblocks-spacing--2, 1em) * -1);overflow:hidden;padding:0;position:relative}.wp-block-coblocks-post-carousel .slick-list:focus{outline:none}.wp-block-coblocks-post-carousel .slick-list.dragging{cursor:pointer;cursor:hand}.wp-block-coblocks-post-carousel .slick-track{display:flex;right:0;margin-right:auto;margin-left:auto;position:relative;top:0}.wp-block-coblocks-post-carousel .slick-track::before,.wp-block-coblocks-post-carousel .slick-track::after{content:"";display:table}.wp-block-coblocks-post-carousel .slick-track::after{clear:both}.slick-loading .wp-block-coblocks-post-carousel .slick-track{visibility:hidden}.wp-block-coblocks-post-carousel .slick-slide{display:none;float:right;height:auto;margin:0 var(--coblocks-spacing--2, 1em);min-height:1px;outline:none}[dir="rtl"] .wp-block-coblocks-post-carousel .slick-slide{float:left}.wp-block-coblocks-post-carousel .slick-slide img{display:block}.wp-block-coblocks-post-carousel .slick-slide.slick-loading img{display:none}.wp-block-coblocks-post-carousel .slick-slide.dragging img{pointer-events:none}.wp-block-coblocks-post-carousel .slick-initialized .slick-slide{display:block}.wp-block-coblocks-post-carousel .slick-prev,.wp-block-coblocks-post-carousel .slick-next{background:transparent;border:none;bottom:0;color:transparent;cursor:pointer;display:inline-block;font-size:initial;height:var(--coblocks-spacing--8, 4em);line-height:0;outline:none;padding:0.5em;position:absolute;width:var(--coblocks-spacing--8, 4em)}.wp-block-coblocks-post-carousel .slick-prev:hover,.wp-block-coblocks-post-carousel .slick-prev:focus,.wp-block-coblocks-post-carousel .slick-next:hover,.wp-block-coblocks-post-carousel .slick-next:focus{cursor:pointer;opacity:0.5;outline:none}.wp-block-coblocks-post-carousel .slick-prev:hover::before,.wp-block-coblocks-post-carousel .slick-prev:focus::before,.wp-block-coblocks-post-carousel .slick-next:hover::before,.wp-block-coblocks-post-carousel .slick-next:focus::before{opacity:1}.wp-block-coblocks-post-carousel .slick-prev{right:50%;transform:translateX(100%)}.wp-block-coblocks-post-carousel .slick-next{left:50%;transform:translateX(-100%)}.wp-block-coblocks-post-carousel .slick-prev.slick-disabled::before,.wp-block-coblocks-post-carousel .slick-next.slick-disabled::before{opacity:0.25}.wp-block-coblocks-post-carousel .slick-prev::before,.wp-block-coblocks-post-carousel .slick-next::before{background-image:url(images/lightbox/arrow-left.svg);background-position:center;background-repeat:no-repeat;content:" ";display:block;height:100%;width:100%}.wp-block-coblocks-post-carousel .slick-next::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-post-carousel [dir="rtl"] .slick-prev::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-post-carousel [dir="rtl"] .slick-next::before{background-image:url(images/lightbox/arrow-left.svg)}.wp-block-coblocks-post-carousel__image{display:table;margin-bottom:var(--coblocks-spacing--2, 1em);position:relative;width:100%}.wp-block-coblocks-post-carousel__image a{display:block;outline:none;padding-top:100%;width:100%}.wp-block-coblocks-post-carousel__content{display:flex;flex-direction:column;width:100%}.wp-block-coblocks-post-carousel__date{color:#6c7781;display:block;font-size:16px;margin-bottom:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-post-carousel__more-link{align-self:self-start;margin-top:var(--coblocks-spacing--2, 1em)}.wp-block-coblocks-post-carousel__excerpt{margin-top:var(--coblocks-spacing--1, 0.5em)}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-next,.wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev{bottom:50%;transform:translateY(-50%)}}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev{right:-5em}}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-next{left:-5em}}body.rtl .wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev::before{background-image:url(images/lightbox/arrow-right.svg)}body.rtl .wp-block-coblocks-post-carousel:not(.alignwide) .slick-next::before{background-image:url(images/lightbox/arrow-left.svg)}.is-twentynineteen .wp-block-coblocks-post-carousel{line-height:1.6}.is-twentynineteen .wp-block-coblocks-post-carousel__content a{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:calc(22px * 1.125);font-weight:700;line-height:1.2;margin-bottom:0.5rem;margin-top:0.5rem;text-decoration:none !important}.is-twentynineteen .wp-block-coblocks-post-carousel__date{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:700}.is-twentytwenty .wp-block-coblocks-post-carousel{color:#6d6d6d}.is-twentytwenty .wp-block-coblocks-post-carousel .columns{margin-bottom:0.5em}.is-twentytwenty .wp-block-coblocks-post-carousel a{font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-weight:700;letter-spacing:-0.025em;text-decoration:none}.is-twentytwenty .wp-block-coblocks-post-carousel a:hover{text-decoration:underline}.is-twentytwenty .wp-block-coblocks-post-carousel__date{color:#6d6d6d;font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-size:0.7em;font-weight:600;letter-spacing:normal;margin-bottom:0.2em}.wp-block-coblocks-posts+.wp-block-coblocks-posts{margin-top:var(--coblocks-spacing--2, 1em)}.wp-block-coblocks-posts.has-1-columns>div:first-child{margin-top:0}.wp-block-coblocks-posts.has-1-columns>div:last-child{margin-bottom:0}.wp-block-coblocks-posts__inner{margin-right:0;padding-right:0}.wp-block-coblocks-posts__item{align-items:stretch;flex:1 1 auto;margin-bottom:var(--coblocks-spacing--3, 1.5em);margin-right:0;margin-top:0;padding-right:0;width:100%}.is-style-stacked .wp-block-coblocks-posts__item{flex-direction:column}.is-style-horizontal .has-image-right .wp-block-coblocks-posts__item{flex-direction:row-reverse}.wp-block-coblocks-posts.is-style-horizontal .wp-block-coblocks-posts__item{display:flex}.wp-block-coblocks-posts__image{display:table;flex:0 0 auto;height:14.285%;margin-left:var(--coblocks-spacing--2, 1em);position:relative;width:14.285%}@media (min-width: 600px){.wp-block-coblocks-posts__image{margin-left:var(--coblocks-spacing--3, 1.5em)}}.has-image-right .wp-block-coblocks-posts__image{margin-right:var(--coblocks-spacing--2, 1em);margin-left:0}@media (min-width: 600px){.has-image-right .wp-block-coblocks-posts__image{margin-right:var(--coblocks-spacing--3, 1.5em)}}.wp-block-coblocks-posts__image>*{display:block;padding-top:100%;width:100%}.is-style-stacked .wp-block-coblocks-posts__image{margin-bottom:var(--coblocks-spacing--2, 1em);width:100%}@media (min-width: 600px){.has-medium-image .wp-block-coblocks-posts__image{height:20%;width:20%}}@media (min-width: 600px){.has-large-image .wp-block-coblocks-posts__image{height:33.33%;width:33.33%}}@media (min-width: 600px){.has-huge-image .wp-block-coblocks-posts__image{height:33.33%;width:33.33%}}@media (min-width: 782px){.has-huge-image .wp-block-coblocks-posts__image{height:50%;width:50%}}.has-four-to-three-image .wp-block-coblocks-posts__image>*{padding-top:75%}.has-sixteen-to-nine-image .wp-block-coblocks-posts__image>*{padding-top:56.25%}.has-circle-image .wp-block-coblocks-posts__image>*{border-radius:100%}.wp-block-coblocks-posts__content{display:flex;flex-direction:column;margin-top:auto;width:100%}.wp-block-coblocks-posts__content.self-center{align-self:center}.wp-block-coblocks-posts__date{color:#6c7781;display:block;font-size:16px;margin-top:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-posts__excerpt{margin-top:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-posts__more-link{align-self:self-start;display:block}.is-twentynineteen .wp-block-coblocks-posts{line-height:1.6}.is-twentynineteen .wp-block-coblocks-posts__content a{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:calc(22px * 1.125);font-weight:700;line-height:1.2;margin-bottom:0.5rem;margin-top:0.5rem;text-decoration:none !important}.is-twentynineteen .wp-block-coblocks-posts__date{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:700}.is-twentytwenty .wp-block-coblocks-posts .has-columns{margin-bottom:0.5em}.is-twentytwenty .wp-block-coblocks-posts a{font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-weight:700;letter-spacing:-0.025em;text-decoration:none}.is-twentytwenty .wp-block-coblocks-posts a:hover{text-decoration:underline}.is-twentytwenty .wp-block-coblocks-posts__date{color:#6d6d6d;font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-size:0.7em;font-weight:600;letter-spacing:normal;margin-bottom:0.2em}.wp-block-coblocks-pricing-table-item{padding:4em 1.5em;position:relative;width:100%}@media (min-width: 600px){.wp-block-coblocks-pricing-table-item{margin-bottom:0}}.wp-block-coblocks-pricing-table-item:not(.has-background){background:rgba(140,140,151,0.1)}.wp-block-coblocks-pricing-table-item__title{margin-top:0;padding:0}.wp-block-coblocks-pricing-table-item__price-wrapper{display:flex;line-height:1;position:relative}.wp-block-coblocks-pricing-table-item__currency{font-size:1em}.wp-block-coblocks-pricing-table-item__amount{font-size:5em;letter-spacing:normal;line-height:1 !important;margin:0;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features{margin:0 0 30px;max-width:none;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features ul,.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li{list-style:none;margin:0;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li::after{content:"\00a0"}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__title{display:block;margin-bottom:20px}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__price-wrapper{margin-bottom:20px}.wp-block-coblocks-pricing-table-item .wp-block-button{margin-bottom:0}.has-text-align-center .wp-block-coblocks-pricing-table-item__price-wrapper{justify-content:center}.has-text-align-right .wp-block-coblocks-pricing-table-item__price-wrapper{justify-content:flex-end}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--1, 0.5em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--2, 1em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2.01 - var(--coblocks-spacing--3, 1.5em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--3, 1.5em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2.02 - var(--coblocks-spacing--4, 2em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--4, 2em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (min-width: 600px){.wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns){display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}}.wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{margin-bottom:1.5em}@media (min-width: 600px){.wp-block-coblocks-pricing-table.has-2-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:50%;max-width:calc(100% / 2 - .75em)}.wp-block-coblocks-pricing-table.has-3-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:33.333%;max-width:calc(100% / 3 - .75em)}}@media (min-width: 600px){.wp-block-coblocks-pricing-table.has-4-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:25%;max-width:calc(100% / 4 - .75em)}}@media (min-width: 600px) and (max-width: 1200px){.wp-block-coblocks-pricing-table.has-4-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:50%;max-width:calc(100% / 2 - .75em)}}.wp-block-coblocks-row{position:relative}.wp-block-coblocks-row:not([data-columns="1"]){display:flex}.wp-block-coblocks-row:not([data-columns="1"]) .wp-block-coblocks-row__inner{display:flex;flex:1}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"]{margin-right:auto;margin-left:auto;max-width:calc(6 * (100vw / 12.5))}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"].alignwide{max-width:calc(6 * (100vw / 8.5))}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"].alignfull{max-width:100%}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"][data-columns="1"] .wp-block-coblocks-column__inner>:not([class*="wp-block-"]){max-width:100%}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>:not([class*="wp-block-"]){margin-right:auto;margin-left:auto;max-width:100%}.wp-block-coblocks-column{height:100%;margin-bottom:32px;min-width:0;overflow-wrap:break-word;position:relative;word-break:break-word}@media (min-width: 600px){.wp-block-coblocks-column{margin-bottom:0}}.wp-block-coblocks-column p{margin-top:0}.wp-block-coblocks-column p:last-of-type{margin-bottom:0}.wp-block-coblocks-column__inner.has-background-overlay *{position:relative}.has-small-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-left:var(--coblocks-spacing--1, 0.5em)}.has-small-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-right:var(--coblocks-spacing--1, 0.5em)}.has-small-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-right:var(--coblocks-spacing--1, 0.5em)}.has-small-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-left:var(--coblocks-spacing--1, 0.5em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-left:var(--coblocks-spacing--2, 1em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-right:var(--coblocks-spacing--2, 1em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-right:var(--coblocks-spacing--2, 1em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-left:var(--coblocks-spacing--2, 1em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-left:var(--coblocks-spacing--3, 1.5em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-right:var(--coblocks-spacing--3, 1.5em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-right:var(--coblocks-spacing--3, 1.5em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-left:var(--coblocks-spacing--3, 1.5em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-left:var(--coblocks-spacing--4, 2em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-right:var(--coblocks-spacing--4, 2em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-right:var(--coblocks-spacing--4, 2em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-left:var(--coblocks-spacing--4, 2em)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-left:var(--coblocks-custom-gutter, 0)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-right:var(--coblocks-custom-gutter, 0)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-right:var(--coblocks-custom-gutter, 0)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-left:var(--coblocks-custom-gutter, 0)}@media (max-width: 599px){.wp-block-coblocks-row__inner.is-stacked-on-mobile{flex-direction:column}.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column{margin-right:0 !important;margin-left:0 !important;max-width:100% !important;width:100% !important}.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column:last-child{margin-bottom:0}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-no-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:0}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-small-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-medium-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--2, 1em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-large-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-huge-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--4, 2em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-custom-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2)}}.wp-block-coblocks-row__inner [data-type="coblocks/column"]{display:flex;margin-bottom:0;margin-top:0}.wp-block-coblocks-row__inner [data-type="coblocks/column"] .wp-block-coblocks-column,.wp-block-coblocks-row__inner [data-type="coblocks/column"] .wp-block-coblocks-column__inner{flex:1}.wp-block-coblocks-row__inner.are-vertically-aligned-top{align-items:flex-start}.wp-block-coblocks-row__inner.are-vertically-aligned-center{align-items:center}.wp-block-coblocks-row__inner.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top .wp-block-coblocks-column__inner{align-self:flex-start}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center .wp-block-coblocks-column__inner{align-self:center}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom .wp-block-coblocks-column__inner{align-self:flex-end}.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-coblocks-column__inner{flex:1}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top,.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center,.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom{width:100%}.wp-block-coblocks-service{margin:0 0 var(--coblocks-spacing--3, 1.5em);max-width:100%}@media (min-width: 600px){.wp-block-coblocks-service{margin:0}}.wp-block-coblocks-service:last-child{margin-bottom:0}.wp-block-coblocks-service h2,.wp-block-coblocks-service h3,.wp-block-coblocks-service h4,.wp-block-coblocks-service h5,.wp-block-coblocks-service h6{margin-bottom:0.5em;margin-top:0}.wp-block-coblocks-service p:first-of-type{margin-top:0}.wp-block-coblocks-service p:last-of-type{margin-bottom:0}.wp-block-coblocks-service .wp-block-buttons{margin:0 0 1.5em}.wp-block-coblocks-service .wp-block-buttons .wp-block-button{margin-bottom:0;margin-top:1.5em}.wp-block-coblocks-service__figure{display:flex;margin:0 0 1.5em;padding:calc(3 / 4 * 100%) 0 0;position:relative;width:100%}.is-style-sixbynine .wp-block-coblocks-service__figure{padding-top:calc(9 / 16 * 100%)}.is-style-circle .wp-block-coblocks-service__figure{border-radius:100%;padding-top:100%}.is-style-circle .wp-block-coblocks-service__figure img{border-radius:100%}.is-style-square .wp-block-coblocks-service__figure{padding-top:100%}.wp-block-coblocks-service__figure img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}@media (min-width: 600px){.wp-block-coblocks-services[data-columns]{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}}@media (min-width: 600px){.wp-block-coblocks-services[data-columns][data-columns="2"]>.wp-block-coblocks-service{flex-basis:50%;max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}.wp-block-coblocks-services[data-columns][data-columns="3"]>.wp-block-coblocks-service{flex-basis:33.333%;max-width:calc(100% / 3 - var(--coblocks-spacing--2, 1em))}}@media (min-width: 600px) and (max-width: 1280px){.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service{flex-basis:50%;margin-bottom:3em;max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(1),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(3){margin-right:0}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(2),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(4){margin-left:0}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(3),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(4){margin-bottom:0}}@media (min-width: 1280px){.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service{flex-basis:25%;max-width:calc(100% / 4 - var(--coblocks-spacing--2, 1em))}}.wp-block-coblocks-services .has-1-columns{justify-content:center}.is-twentytwenty .wp-block-coblocks-services .has-1-columns .wp-block-coblocks-service-column{max-width:58rem}.wp-block-coblocks-shape-divider{display:flex;flex-direction:column;position:relative}.wp-block-coblocks-shape-divider svg{bottom:-1px;fill:currentColor;height:100%;right:0;position:absolute;width:100%}.wp-block-coblocks-shape-divider__svg-wrapper{position:relative}.wp-block-coblocks-shape-divider__alt-wrapper{background-color:currentColor}.wp-block-coblocks-shape-divider.is-horizontally-flipped svg{transform:scaleX(-1)}.wp-block-coblocks-shape-divider.is-vertically-flipped{flex-direction:column-reverse}.wp-block-coblocks-shape-divider.is-vertically-flipped svg{bottom:0;top:-1px;transform:scaleY(-1)}.wp-block-coblocks-shape-divider.is-vertically-flipped.is-horizontally-flipped svg{transform:scaleX(-1) scaleY(-1)}.wp-block-coblocks-shape-divider .divider--waves path:nth-child(1){opacity:0.15}.wp-block-coblocks-shape-divider .divider--waves path:nth-child(2){opacity:0.3}.wp-block-coblocks-social.has-background{padding:20px 30px}.wp-block-coblocks-social .wp-block-button__link:not(.has-background){background-color:#31373c}.wp-block-coblocks-social .wp-block-button__link:not(.has-text-color){color:#fff}.wp-block-coblocks-social ul,.wp-block-coblocks-social li{list-style:none;margin:0 !important;padding:0 !important}.wp-block-coblocks-social li{display:inline-block;margin:3px 0 3px 6px !important;vertical-align:middle}.wp-block-coblocks-social li::before,.wp-block-coblocks-social li::after{display:none !important}.wp-block-coblocks-social__button{align-items:center;border:none;border-radius:0;box-shadow:none !important;cursor:pointer;display:inline-flex;font-size:15px;justify-content:center;line-height:1;padding:10px 14px;text-align:center;text-decoration:none !important;white-space:normal;word-break:break-all}.wp-block-coblocks-social__button:first-of-type{margin-right:0 !important}.wp-block-coblocks-social__button:last-of-type{margin-left:0 !important}.wp-block-coblocks-social__text,.wp-block-coblocks-social__text:hover,.wp-block-coblocks-social:not(.is-style-mask) .wp-block-coblocks-social__icon,.wp-block-coblocks-social:not(.is-style-mask) .wp-block-coblocks-social__icon:hover{color:inherit}.wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-right:8px}.wp-block-coblocks-social__icon{background-color:currentColor;background-repeat:no-repeat;background-size:cover;display:inline-block;height:18px;width:18px}.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text,.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-right:9px}.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-right:4px}.wp-block-coblocks-social__button--twitter .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/twitter.svg);mask-image:url(images/social/twitter.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--twitter .wp-block-coblocks-social__icon{background-image:url(images/social/twitter.svg);color:transparent !important}}.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/facebook.svg);mask-image:url(images/social/facebook.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon{background-image:url(images/social/facebook.svg);color:transparent !important}}.wp-block-coblocks-social__button--pinterest .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/pinterest.svg);mask-image:url(images/social/pinterest.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--pinterest .wp-block-coblocks-social__icon{background-image:url(images/social/pinterest.svg);color:transparent !important}}.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/linkedin.svg);mask-image:url(images/social/linkedin.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon{background-image:url(images/social/linkedin.svg);color:transparent !important}}.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/tumblr.svg);mask-image:url(images/social/tumblr.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon{background-image:url(images/social/tumblr.svg);color:transparent !important}}.wp-block-coblocks-social__button--reddit .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/reddit.svg);mask-image:url(images/social/reddit.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--reddit .wp-block-coblocks-social__icon{background-image:url(images/social/reddit.svg);color:transparent !important}}.wp-block-coblocks-social__button--email .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/email.svg);mask-image:url(images/social/email.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--email .wp-block-coblocks-social__icon{background-image:url(images/social/email.svg);color:transparent !important}}.wp-block-coblocks-social__button--google .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/google.svg);mask-image:url(images/social/google.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--google .wp-block-coblocks-social__icon{background-image:url(images/social/google.svg);color:transparent !important}}.wp-block-coblocks-social__button--yelp .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/yelp.svg);mask-image:url(images/social/yelp.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--yelp .wp-block-coblocks-social__icon{background-image:url(images/social/yelp.svg);color:transparent !important}}.wp-block-coblocks-social__button--youtube .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/youtube.svg);mask-image:url(images/social/youtube.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--youtube .wp-block-coblocks-social__icon{background-image:url(images/social/youtube.svg);color:transparent !important}}.wp-block-coblocks-social__button--instagram .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/instagram.svg);mask-image:url(images/social/instagram.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--instagram .wp-block-coblocks-social__icon{background-image:url(images/social/instagram.svg);color:transparent !important}}.wp-block-coblocks-social__button--houzz .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/houzz.svg);mask-image:url(images/social/houzz.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--houzz .wp-block-coblocks-social__icon{background-image:url(images/social/houzz.svg);color:transparent !important}}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__text,.wp-block-coblocks-social.has-colors:not(.is-style-mask) .wp-block-coblocks-social__icon{color:#fff}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--twitter{background-color:#55acee !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--facebook{background-color:#3b5999 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--pinterest{background-color:#e60023 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--linkedin{background-color:#0077b5 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--tumblr{background-color:#34465d !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--reddit{background-color:#ff5700 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--email{background-color:#2880e5 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--google{background-color:#dd4b39 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--yelp{background-color:#d32323 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--youtube{background-color:red !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--instagram{background-color:#ef0175 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--houzz{background-color:#4ebc16 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--twitter{color:#55acee !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--facebook{color:#3b5999 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--pinterest{color:#e60023 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--linkedin{color:#0077b5 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--tumblr{color:#34465d !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--reddit{color:#ff5700 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--email{color:#2880e5 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--google{color:#dd4b39 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--yelp{color:#d32323 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--youtube{color:red !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--instagram{color:#ef0175 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--houzz{color:#4ebc16 !important}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__button{padding:11px 24px}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__button:active{-webkit-animation:pulse 200ms;animation:pulse 200ms;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute;width:1px;word-wrap:normal}.wp-block-coblocks-social.is-style-text .wp-block-coblocks-social__icon{display:none}.wp-block-coblocks-social.is-style-text .wp-block-coblocks-social__text{margin-right:0}.wp-block-coblocks-social.is-style-mask li,.wp-block-coblocks-social.is-style-mask.has-button-size-sml li{margin:0 7px !important}.wp-block-coblocks-social.is-style-mask .wp-block-coblocks-social__button{background:transparent !important;display:block;padding:0 !important}.wp-block-coblocks-social.is-style-mask .wp-block-coblocks-social__text{margin-right:0}.wp-block-coblocks-social.is-style-mask:not(.has-colors) .wp-block-button__link:not(.has-text-color){color:#31373c}.wp-block-coblocks-social.has-button-size-sml li{margin:2px 0 2px 4px !important}.wp-block-coblocks-social.has-button-size-sml:not(.is-style-text):not(.is-style-icon-and-text):not(.is-style-circular) .wp-block-coblocks-social__button{padding:8px 16px}.wp-block-coblocks-social.has-button-size-sml .wp-block-coblocks-social__icon{height:16px;width:16px}.wp-block-coblocks-social.has-button-size-sml .wp-block-coblocks-social__button{font-size:13px;padding:10px 12px}.wp-block-coblocks-social.has-button-size-lrg:not(.is-style-text):not(.is-style-icon-and-text):not(.is-style-circular) .wp-block-coblocks-social__button{padding:14px 32px}.wp-block-coblocks-social.has-button-size-lrg .wp-block-coblocks-social__icon{height:20px;width:20px}.wp-block-coblocks-social.has-button-size-lrg .wp-block-coblocks-social__button{font-size:16px;padding:12px 16px}.wp-block-coblocks-social.is-style-circular .wp-block-coblocks-social__button{border-radius:100%}.wp-block-coblocks-social.is-style-circular .wp-block-coblocks-social__button:not(.has-padding){padding:14px !important}@-webkit-keyframes pulse{0%{transform:scale(1)}15%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}15%{transform:scale(0.95)}100%{transform:scale(1)}}.uppercase{text-transform:uppercase}.m-1{margin:.5em}.m-2{margin:1em}.m-3{margin:1.5em}.m-4{margin:2em}.m-5{margin:2.5em}.m-6{margin:3em}.m-7{margin:3.5em}.m-8{margin:4em}.m-9{margin:4.5em}.m-10{margin:7em}.mt-1{margin-top:.5em}.mt-2{margin-top:1em}.mt-3{margin-top:1.5em}.mt-4{margin-top:2em}.mt-5{margin-top:2.5em}.mt-6{margin-top:3em}.mt-7{margin-top:3.5em}.mt-8{margin-top:4em}.mt-9{margin-top:4.5em}.mt-10{margin-top:7em}.mb-1{margin-bottom:.5em}.mb-2{margin-bottom:1em}.mb-3{margin-bottom:1.5em}.mb-4{margin-bottom:2em}.mb-5{margin-bottom:2.5em}.mb-6{margin-bottom:3em}.mb-7{margin-bottom:3.5em}.mb-8{margin-bottom:4em}.mb-9{margin-bottom:4.5em}.mb-10{margin-bottom:7em}.mr-1{margin-left:.5em}.mr-2{margin-left:1em}.mr-3{margin-left:1.5em}.mr-4{margin-left:2em}.mr-5{margin-left:2.5em}.mr-6{margin-left:3em}.mr-7{margin-left:3.5em}.mr-8{margin-left:4em}.mr-9{margin-left:4.5em}.mr-10{margin-left:7em}.ml-1{margin-right:.5em}.ml-2{margin-right:1em}.ml-3{margin-right:1.5em}.ml-4{margin-right:2em}.ml-5{margin-right:2.5em}.ml-6{margin-right:3em}.ml-7{margin-right:3.5em}.ml-8{margin-right:4em}.ml-9{margin-right:4.5em}.ml-10{margin-right:7em}@media (min-width: 600px){.sm\:mt-1{margin-top:.5em}.sm\:mt-2{margin-top:1em}.sm\:mt-3{margin-top:1.5em}.sm\:mt-4{margin-top:2em}.sm\:mt-5{margin-top:2.5em}.sm\:mt-6{margin-top:3em}.sm\:mt-7{margin-top:3.5em}.sm\:mt-8{margin-top:4em}.sm\:mt-9{margin-top:4.5em}.sm\:mt-10{margin-top:7em}.sm\:mb-1{margin-bottom:.5em}.sm\:mb-2{margin-bottom:1em}.sm\:mb-3{margin-bottom:1.5em}.sm\:mb-4{margin-bottom:2em}.sm\:mb-5{margin-bottom:2.5em}.sm\:mb-6{margin-bottom:3em}.sm\:mb-7{margin-bottom:3.5em}.sm\:mb-8{margin-bottom:4em}.sm\:mb-9{margin-bottom:4.5em}.sm\:mb-10{margin-bottom:7em}.sm\:mr-1{margin-left:.5em}.sm\:mr-2{margin-left:1em}.sm\:mr-3{margin-left:1.5em}.sm\:mr-4{margin-left:2em}.sm\:mr-5{margin-left:2.5em}.sm\:mr-6{margin-left:3em}.sm\:mr-7{margin-left:3.5em}.sm\:mr-8{margin-left:4em}.sm\:mr-9{margin-left:4.5em}.sm\:mr-10{margin-left:7em}.sm\:ml-1{margin-right:.5em}.sm\:ml-2{margin-right:1em}.sm\:ml-3{margin-right:1.5em}.sm\:ml-4{margin-right:2em}.sm\:ml-5{margin-right:2.5em}.sm\:ml-6{margin-right:3em}.sm\:ml-7{margin-right:3.5em}.sm\:ml-8{margin-right:4em}.sm\:ml-9{margin-right:4.5em}.sm\:ml-10{margin-right:7em}}@media (min-width: 782px){.md\:mt-1{margin-top:.5em}.md\:mt-2{margin-top:1em}.md\:mt-3{margin-top:1.5em}.md\:mt-4{margin-top:2em}.md\:mt-5{margin-top:2.5em}.md\:mt-6{margin-top:3em}.md\:mt-7{margin-top:3.5em}.md\:mt-8{margin-top:4em}.md\:mt-9{margin-top:4.5em}.md\:mt-10{margin-top:7em}.md\:mb-1{margin-bottom:.5em}.md\:mb-2{margin-bottom:1em}.md\:mb-3{margin-bottom:1.5em}.md\:mb-4{margin-bottom:2em}.md\:mb-5{margin-bottom:2.5em}.md\:mb-6{margin-bottom:3em}.md\:mb-7{margin-bottom:3.5em}.md\:mb-8{margin-bottom:4em}.md\:mb-9{margin-bottom:4.5em}.md\:mb-10{margin-bottom:7em}.md\:mr-1{margin-left:.5em}.md\:mr-2{margin-left:1em}.md\:mr-3{margin-left:1.5em}.md\:mr-4{margin-left:2em}.md\:mr-5{margin-left:2.5em}.md\:mr-6{margin-left:3em}.md\:mr-7{margin-left:3.5em}.md\:mr-8{margin-left:4em}.md\:mr-9{margin-left:4.5em}.md\:mr-10{margin-left:7em}.md\:ml-1{margin-right:.5em}.md\:ml-2{margin-right:1em}.md\:ml-3{margin-right:1.5em}.md\:ml-4{margin-right:2em}.md\:ml-5{margin-right:2.5em}.md\:ml-6{margin-right:3em}.md\:ml-7{margin-right:3.5em}.md\:ml-8{margin-right:4em}.md\:ml-9{margin-right:4.5em}.md\:ml-10{margin-right:7em}}@media (min-width: 1280px){.lg\:mt-1{margin-top:.5em}.lg\:mt-2{margin-top:1em}.lg\:mt-3{margin-top:1.5em}.lg\:mt-4{margin-top:2em}.lg\:mt-5{margin-top:2.5em}.lg\:mt-6{margin-top:3em}.lg\:mt-7{margin-top:3.5em}.lg\:mt-8{margin-top:4em}.lg\:mt-9{margin-top:4.5em}.lg\:mt-10{margin-top:7em}.lg\:mb-1{margin-bottom:.5em}.lg\:mb-2{margin-bottom:1em}.lg\:mb-3{margin-bottom:1.5em}.lg\:mb-4{margin-bottom:2em}.lg\:mb-5{margin-bottom:2.5em}.lg\:mb-6{margin-bottom:3em}.lg\:mb-7{margin-bottom:3.5em}.lg\:mb-8{margin-bottom:4em}.lg\:mb-9{margin-bottom:4.5em}.lg\:mb-10{margin-bottom:7em}.lg\:mr-1{margin-left:.5em}.lg\:mr-2{margin-left:1em}.lg\:mr-3{margin-left:1.5em}.lg\:mr-4{margin-left:2em}.lg\:mr-5{margin-left:2.5em}.lg\:mr-6{margin-left:3em}.lg\:mr-7{margin-left:3.5em}.lg\:mr-8{margin-left:4em}.lg\:mr-9{margin-left:4.5em}.lg\:mr-10{margin-left:7em}.lg\:ml-1{margin-right:.5em}.lg\:ml-2{margin-right:1em}.lg\:ml-3{margin-right:1.5em}.lg\:ml-4{margin-right:2em}.lg\:ml-5{margin-right:2.5em}.lg\:ml-6{margin-right:3em}.lg\:ml-7{margin-right:3.5em}.lg\:ml-8{margin-right:4em}.lg\:ml-9{margin-right:4.5em}.lg\:ml-10{margin-right:7em}}.p-1{padding:.5em}.p-2{padding:1em}.p-3{padding:1.5em}.p-4{padding:2em}.p-5{padding:2.5em}.p-6{padding:3em}.p-7{padding:3.5em}.p-8{padding:4em}.p-9{padding:4.5em}.p-10{padding:7em}.pt-1{padding-top:.5em}.pt-2{padding-top:1em}.pt-3{padding-top:1.5em}.pt-4{padding-top:2em}.pt-5{padding-top:2.5em}.pt-6{padding-top:3em}.pt-7{padding-top:3.5em}.pt-8{padding-top:4em}.pt-9{padding-top:4.5em}.pt-10{padding-top:7em}.pr-1{padding-left:.5em}.pr-2{padding-left:1em}.pr-3{padding-left:1.5em}.pr-4{padding-left:2em}.pr-5{padding-left:2.5em}.pr-6{padding-left:3em}.pr-7{padding-left:3.5em}.pr-8{padding-left:4em}.pr-9{padding-left:4.5em}.pr-10{padding-left:7em}.pb-1{padding-bottom:.5em}.pb-2{padding-bottom:1em}.pb-3{padding-bottom:1.5em}.pb-4{padding-bottom:2em}.pb-5{padding-bottom:2.5em}.pb-6{padding-bottom:3em}.pb-7{padding-bottom:3.5em}.pb-8{padding-bottom:4em}.pb-9{padding-bottom:4.5em}.pb-10{padding-bottom:7em}.pl-1{padding-right:.5em}.pl-2{padding-right:1em}.pl-3{padding-right:1.5em}.pl-4{padding-right:2em}.pl-5{padding-right:2.5em}.pl-6{padding-right:3em}.pl-7{padding-right:3.5em}.pl-8{padding-right:4em}.pl-9{padding-right:4.5em}.pl-10{padding-right:7em}.pt-full{padding-top:100%}@media (min-width: 600px){.sm\:pt-1{padding-top:.5em}.sm\:pt-2{padding-top:1em}.sm\:pt-3{padding-top:1.5em}.sm\:pt-4{padding-top:2em}.sm\:pt-5{padding-top:2.5em}.sm\:pt-6{padding-top:3em}.sm\:pt-7{padding-top:3.5em}.sm\:pt-8{padding-top:4em}.sm\:pt-9{padding-top:4.5em}.sm\:pt-10{padding-top:7em}.sm\:pr-1{padding-left:.5em}.sm\:pr-2{padding-left:1em}.sm\:pr-3{padding-left:1.5em}.sm\:pr-4{padding-left:2em}.sm\:pr-5{padding-left:2.5em}.sm\:pr-6{padding-left:3em}.sm\:pr-7{padding-left:3.5em}.sm\:pr-8{padding-left:4em}.sm\:pr-9{padding-left:4.5em}.sm\:pr-10{padding-left:7em}.sm\:pb-1{padding-bottom:.5em}.sm\:pb-2{padding-bottom:1em}.sm\:pb-3{padding-bottom:1.5em}.sm\:pb-4{padding-bottom:2em}.sm\:pb-5{padding-bottom:2.5em}.sm\:pb-6{padding-bottom:3em}.sm\:pb-7{padding-bottom:3.5em}.sm\:pb-8{padding-bottom:4em}.sm\:pb-9{padding-bottom:4.5em}.sm\:pb-10{padding-bottom:7em}.sm\:pl-1{padding-right:.5em}.sm\:pl-2{padding-right:1em}.sm\:pl-3{padding-right:1.5em}.sm\:pl-4{padding-right:2em}.sm\:pl-5{padding-right:2.5em}.sm\:pl-6{padding-right:3em}.sm\:pl-7{padding-right:3.5em}.sm\:pl-8{padding-right:4em}.sm\:pl-9{padding-right:4.5em}.sm\:pl-10{padding-right:7em}}@media (min-width: 1280px){.lg\:pt-1{padding-top:.5em}.lg\:pt-2{padding-top:1em}.lg\:pt-3{padding-top:1.5em}.lg\:pt-4{padding-top:2em}.lg\:pt-5{padding-top:2.5em}.lg\:pt-6{padding-top:3em}.lg\:pt-7{padding-top:3.5em}.lg\:pt-8{padding-top:4em}.lg\:pt-9{padding-top:4.5em}.lg\:pt-10{padding-top:7em}.lg\:pr-1{padding-left:.5em}.lg\:pr-2{padding-left:1em}.lg\:pr-3{padding-left:1.5em}.lg\:pr-4{padding-left:2em}.lg\:pr-5{padding-left:2.5em}.lg\:pr-6{padding-left:3em}.lg\:pr-7{padding-left:3.5em}.lg\:pr-8{padding-left:4em}.lg\:pr-9{padding-left:4.5em}.lg\:pr-10{padding-left:7em}.lg\:pb-1{padding-bottom:.5em}.lg\:pb-2{padding-bottom:1em}.lg\:pb-3{padding-bottom:1.5em}.lg\:pb-4{padding-bottom:2em}.lg\:pb-5{padding-bottom:2.5em}.lg\:pb-6{padding-bottom:3em}.lg\:pb-7{padding-bottom:3.5em}.lg\:pb-8{padding-bottom:4em}.lg\:pb-9{padding-bottom:4.5em}.lg\:pb-10{padding-bottom:7em}.lg\:pl-1{padding-right:.5em}.lg\:pl-2{padding-right:1em}.lg\:pl-3{padding-right:1.5em}.lg\:pl-4{padding-right:2em}.lg\:pl-5{padding-right:2.5em}.lg\:pl-6{padding-right:3em}.lg\:pl-7{padding-right:3.5em}.lg\:pl-8{padding-right:4em}.lg\:pl-9{padding-right:4.5em}.lg\:pl-10{padding-right:7em}}
2
 
1
+ :root{--wp-admin-theme-color: #007cba;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-20: #005a87}:root{--coblocks-spacing--0: 0;--coblocks-spacing--1: 0.5em;--coblocks-spacing--2: 1em;--coblocks-spacing--3: 1.5em;--coblocks-spacing--4: 2em;--coblocks-spacing--5: 2.5em;--coblocks-spacing--6: 3em;--coblocks-spacing--7: 3.5em;--coblocks-spacing--8: 4em;--coblocks-spacing--9: 4.5em;--coblocks-spacing--10: 7em}.has-columns{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media (min-width: 600px){.has-columns.has-2-columns>*:not(.block-editor-inner-blocks),.has-columns.has-3-columns>*:not(.block-editor-inner-blocks),.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:50%}}@media (min-width: 782px){.has-columns.has-3-columns>*:not(.block-editor-inner-blocks),.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:33.33%}}@media (max-width: 959px){.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:50%}}@media (min-width: 1280px){.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:25%}}.alignfull .has-columns{padding-right:var(--coblocks-spacing--2, 1em);padding-left:var(--coblocks-spacing--2, 1em)}@media (min-width: 600px){.alignfull .has-columns{padding-right:var(--coblocks-spacing--4, 2em);padding-left:var(--coblocks-spacing--4, 2em)}}@media (max-width: 599px){.has-responsive-columns{flex-direction:column}.has-responsive-columns>*{max-width:100% !important;width:100% !important}.has-responsive-columns>[class*="wp-block"]:last-child{margin-bottom:0}.has-responsive-columns.has-no-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:0}.has-responsive-columns.has-small-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2.35)}.has-responsive-columns.has-medium-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--2, 1em) * 2.35)}.has-responsive-columns.has-large-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2.35)}.has-responsive-columns.has-huge-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--4, 2em) * 2.35)}.has-responsive-columns.has-custom-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2.35)}}.has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))}.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3 - var(--coblocks-spacing--2, 1em))}.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))}@media (min-width: 960px){.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4 - var(--coblocks-spacing--2, 1em))}}@media (max-width: 959px){.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--1, 0.5em))}}.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2.975 - var(--coblocks-spacing--3, 1.5em))}.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}@media (min-width: 960px){.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4 - var(--coblocks-spacing--3, 1.5em))}}@media (max-width: 959px){.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--2, 1em))}}.has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2.01 - var(--coblocks-spacing--3, 1.5em))}.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3.03 - var(--coblocks-spacing--4, 2em))}.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--3, 1.5em))}@media (min-width: 960px){.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4.08 - var(--coblocks-spacing--4, 2em))}}@media (max-width: 959px){.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--3, 1.5em))}}.has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2.02 - var(--coblocks-spacing--4, 2em))}.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3.09 - var(--coblocks-spacing--5, 2.5em))}.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--4, 2em))}@media (min-width: 960px){.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4.15 - var(--coblocks-spacing--5, 2.5em))}}@media (max-width: 959px){.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--4, 2em))}}.has-custom-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-custom-gutter, 0))}.has-custom-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3 - var(--coblocks-custom-gutter, 0))}.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-custom-gutter, 0))}@media (min-width: 960px){.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4 - var(--coblocks-custom-gutter, 0))}}@media (max-width: 959px){.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-custom-gutter, 0))}}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-cover{background-size:cover}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-top-left{background-position:top right}.bg-top-center{background-position:top center}.bg-top-right{background-position:top left}.bg-center-left{background-position:center right}.bg-center-center{background-position:center center}.bg-center-right{background-position:center left}.bg-bottom-left{background-position:bottom right}.bg-bottom-center{background-position:bottom center}.bg-bottom-right{background-position:bottom left}.has-background-overlay{position:relative}.has-background-overlay:not(.has-background){background-color:#000}.has-background-overlay::before{background-color:inherit;bottom:0;content:"";right:0;opacity:0.5;position:absolute;left:0;top:0}.has-background-overlay-10::before{opacity:.1}.has-background-overlay-20::before{opacity:.2}.has-background-overlay-30::before{opacity:.3}.has-background-overlay-40::before{opacity:.4}.has-background-overlay-50::before{opacity:.5}.has-background-overlay-60::before{opacity:.6}.has-background-overlay-70::before{opacity:.7}.has-background-overlay-80::before{opacity:.8}.has-background-overlay-90::before{opacity:.9}.has-background-overlay-100::before{opacity:1}.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling: touch){.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion: reduce){.has-parallax{background-attachment:scroll}}.has-small-padding,.has-small-padding.wp-block-group,.has-small-padding.wp-block-group.has-background{padding-right:var(--coblocks-spacing--1, 0.5em)}.has-medium-padding,.has-medium-padding.wp-block-group,.has-medium-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--2, 1em)}.has-large-padding,.has-large-padding.wp-block-group,.has-large-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--3, 1.5em)}.has-huge-padding,.has-huge-padding.wp-block-group,.has-huge-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--4, 2em)}.has-custom-padding,.has-custom-padding.wp-block-group,.has-custom-padding.wp-block-group.has-background{padding:var(--coblocks-custom-padding)}.content-area__wrapper .has-small-padding,.content-area__wrapper .has-small-padding.wp-block-group,.content-area__wrapper .has-small-padding.wp-block-group.has-background,.editor-styles-wrapper .has-small-padding,.editor-styles-wrapper .has-small-padding.wp-block-group,.editor-styles-wrapper .has-small-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--1, 0.5em)}.content-area__wrapper .has-medium-padding,.content-area__wrapper .has-medium-padding.wp-block-group,.content-area__wrapper .has-medium-padding.wp-block-group.has-background,.editor-styles-wrapper .has-medium-padding,.editor-styles-wrapper .has-medium-padding.wp-block-group,.editor-styles-wrapper .has-medium-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--2, 1em)}.content-area__wrapper .has-large-padding,.content-area__wrapper .has-large-padding.wp-block-group,.content-area__wrapper .has-large-padding.wp-block-group.has-background,.editor-styles-wrapper .has-large-padding,.editor-styles-wrapper .has-large-padding.wp-block-group,.editor-styles-wrapper .has-large-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--3, 1.5em)}.content-area__wrapper .has-huge-padding,.content-area__wrapper .has-huge-padding.wp-block-group,.content-area__wrapper .has-huge-padding.wp-block-group.has-background,.editor-styles-wrapper .has-huge-padding,.editor-styles-wrapper .has-huge-padding.wp-block-group,.editor-styles-wrapper .has-huge-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--4, 2em)}.content-area__wrapper .has-custom-padding,.content-area__wrapper .has-custom-padding.wp-block-group,.content-area__wrapper .has-custom-padding.wp-block-group.has-background,.editor-styles-wrapper .has-custom-padding,.editor-styles-wrapper .has-custom-padding.wp-block-group,.editor-styles-wrapper .has-custom-padding.wp-block-group.has-background{padding:var(--coblocks-custom-padding)}.has-small-margin{margin-bottom:var(--coblocks-spacing--1, 0.5em);margin-top:var(--coblocks-spacing--1, 0.5em)}.has-medium-margin{margin-bottom:var(--coblocks-spacing--2, 1em);margin-top:var(--coblocks-spacing--2, 1em)}.has-large-margin{margin-bottom:var(--coblocks-spacing--3, 1.5em);margin-top:var(--coblocks-spacing--3, 1.5em)}.has-huge-margin{margin-bottom:var(--coblocks-spacing--4, 2em);margin-top:var(--coblocks-spacing--4, 2em)}.has-shadow{box-shadow:0 1.5vw 3vw -0.7vw rgba(0,0,0,0.125)}.shadow-sm,.has-shadow-sml{box-shadow:0 0.5vw 2vw -0.25vw rgba(0,0,0,0.2)}.shadow-md,.has-shadow-med{box-shadow:0 1vw 3vw -0.5vw rgba(0,0,0,0.2)}.shadow-lg,.has-shadow-lrg{box-shadow:0 1.8vw 3vw -0.7vw rgba(0,0,0,0.2)}[class*="hint--"]{display:inline-block;position:relative}[class*="hint--"]::before,[class*="hint--"]::after{opacity:0;pointer-events:none;position:absolute;transform:translate3d(0, 0, 0);visibility:hidden;z-index:1000000}[class*="hint--"]::before{background:transparent;border:6px solid transparent;content:"";position:absolute;z-index:1000001}[class*="hint--"]::after{background:#1e1e1e;border-radius:2px;box-shadow:-2px 2px 4px rgba(0,0,0,0.1);color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;line-height:11px;padding:6px 9px 7px 8px;white-space:nowrap}[class*="hint--"]:hover::before,[class*="hint--"]:hover::after{opacity:1;visibility:visible}[class*="hint--"][aria-label]::after{content:attr(aria-label)}[class*="hint--"][data-hint]::after{content:attr(data-hint)}[aria-label=""]::before,[aria-label=""]::after,[data-hint=""]::before,[data-hint=""]::after{display:none !important}.hint--top::before{border-top-color:#1e1e1e;right:calc(50% - 6px) !important;margin-bottom:-10px}.hint--top::before,.hint--top::after{bottom:103%;right:50%}.hint--top::after{transform:translateX(50%)}.hint--top:hover::after{transform:translateX(50%)}.hint--bottom::before{border-bottom-color:#1e1e1e;right:calc(50% - 10px);margin-top:-11px}.hint--bottom::before,.hint--bottom::after{right:50%;top:100%}.hint--bottom::after{transform:translateX(50%)}.hint--bottom:hover::before{transform:translateY(8px)}.hint--bottom:hover::after{transform:translateX(50%) translateY(8px)}.ui-datepicker.coblocks{background-color:#fff;border:1px solid #dfdfdf;border-radius:0;border-top:none;box-shadow:0 3px 6px rgba(0,0,0,0.075);margin:0;padding:0;width:auto}.ui-datepicker.coblocks *{border-radius:0;padding:0}.ui-datepicker.coblocks table{border:none;border-collapse:collapse;margin:0;width:auto}.ui-datepicker.coblocks .ui-widget-header,.ui-datepicker.coblocks .ui-datepicker-header{background-image:none;border:none;font-weight:400}.ui-datepicker.coblocks .ui-datepicker-header .ui-state-hover{background:transparent;border-color:transparent;cursor:pointer}.ui-datepicker.coblocks .ui-datepicker-title{font-size:14px;line-height:14px;margin:0;padding:10px 0;text-align:center}.ui-datepicker.coblocks .ui-datepicker-prev,.ui-datepicker.coblocks .ui-datepicker-next{height:34px;position:relative;top:0;width:34px}.ui-datepicker.coblocks .ui-datepicker-prev,.ui-datepicker.coblocks .ui-datepicker-prev-hover{right:0}.ui-datepicker.coblocks .ui-datepicker-next,.ui-datepicker.coblocks .ui-datepicker-next-hover{left:0}.ui-datepicker.coblocks .ui-datepicker-next span,.ui-datepicker.coblocks .ui-datepicker-prev span{display:none}.ui-datepicker.coblocks .ui-state-hover .ui-datepicker-prev,.ui-datepicker.coblocks .ui-state-hover .ui-datepicker-next{border:none}.ui-datepicker.coblocks .ui-datepicker-prev{float:right}.ui-datepicker.coblocks .ui-datepicker-next{float:left}.ui-datepicker.coblocks .ui-datepicker-prev::before,.ui-datepicker.coblocks .ui-datepicker-next::before{font:400 20px/34px "dashicons";height:34px;padding-right:7px;speak:none;width:34px}.ui-datepicker.coblocks .ui-datepicker-prev::before{content:"\f341"}.ui-datepicker.coblocks .ui-datepicker-next::before{content:"\f345"}.ui-datepicker.coblocks .ui-datepicker-prev-hover::before,.ui-datepicker.coblocks .ui-datepicker-next-hover::before{opacity:0.7}.ui-datepicker.coblocks select.ui-datepicker-month,.ui-datepicker.coblocks select.ui-datepicker-year{width:33%}.ui-datepicker.coblocks thead{font-weight:600}.ui-datepicker.coblocks th{border-width:1px;padding:10px}.ui-datepicker.coblocks td{border:1px solid #f4f4f4;padding:0}.ui-datepicker.coblocks td.ui-datepicker-other-month{border:transparent}.ui-datepicker.coblocks td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.ui-datepicker.coblocks td.ui-datepicker-today{background-color:#f0f0c0}.ui-datepicker.coblocks td.ui-datepicker-current-day{background:#bd8}.ui-datepicker.coblocks td .ui-state-default{background:transparent;border:none;color:#444;display:block;font-weight:400;padding:5px 10px;text-align:center;text-decoration:none;width:auto}.ui-datepicker.coblocks td.ui-state-disabled .ui-state-default{opacity:0.5}.has-background-video{position:relative}.has-background-video.has-background-overlay::before{z-index:1}.has-background-video.has-background-overlay>:not(.coblocks-video-bg){z-index:10}.has-background-video>:not(.coblocks-video-bg){position:relative}.coblocks-video-bg{bottom:0;height:100%;right:0;overflow:hidden;position:absolute;left:0;top:0;width:100%}.coblocks-video-bg>video{background-position:center center;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%}.coblocks-gallery{list-style:none !important;padding-right:0;padding-left:0}.coblocks-gallery--item{list-style:none !important;margin:0;padding:0 !important}.coblocks-gallery--item figure{position:relative}.coblocks-gallery--item img{opacity:1;vertical-align:middle}.coblocks-gallery .coblocks-gallery--item figcaption{color:inherit;margin:0 !important}.coblocks-gallery.is-cropped .coblocks-gallery--item a,.coblocks-gallery.is-cropped .coblocks-gallery--item img,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img{width:100%}@supports (position: sticky){.coblocks-gallery.is-cropped .coblocks-gallery--item a,.coblocks-gallery.is-cropped .coblocks-gallery--item img,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img{flex:1;height:100%;-o-object-fit:cover;object-fit:cover}}.alignfull ul.coblocks-gallery,.alignwide ul.coblocks-gallery{max-width:100%}.coblocks-gallery--item-thumbnail{list-style:none !important;margin:0;padding:0}.coblocks-gallery--item-thumbnail figure{margin:0;position:relative}.coblocks-gallery--item-thumbnail img{vertical-align:middle}figcaption.coblocks-gallery--primary-caption{font-size:13px;margin-bottom:1em;margin-top:1.2em;text-align:center}figcaption.coblocks-gallery--primary-caption:not(.has-caption-color){color:#1e1e1e}.wp-block-group div[class*="wp-block-coblocks-gallery"]{margin-bottom:10px !important;margin-top:10px !important}@media (min-width: 250px){.has-grid-sml .coblocks-gallery--item{width:50%}}@media (min-width: 500px){.has-grid-sml .coblocks-gallery--item{width:33.33333%}}@media (min-width: 800px){.has-grid-sml .coblocks-gallery--item{width:25%}}@media (min-width: 1300px){.has-grid-sml .coblocks-gallery--item{width:20%}}@media (min-width: 1700px){.has-grid-sml .coblocks-gallery--item{width:16.66667%}}@media (min-width: 1900px){.has-grid-sml .coblocks-gallery--item{width:14.28571%}}@media (min-width: 350px){.has-grid-med .coblocks-gallery--item{width:50%}}@media (min-width: 650px){.has-grid-med .coblocks-gallery--item{width:33.33333%}}@media (min-width: 1100px){.has-grid-med .coblocks-gallery--item{width:25%}}@media (min-width: 1600px){.alignfull .has-grid-med .coblocks-gallery--item{width:20%}}@media (min-width: 1900px){.alignfull .has-grid-med .coblocks-gallery--item{width:16.66667%}}@media (min-width: 400px){.has-grid-lrg .coblocks-gallery--item{width:50%}}@media (min-width: 800px){.has-grid-lrg .coblocks-gallery--item{width:33.33333%}}@media (min-width: 1600px){.alignfull .has-grid-lrg .coblocks-gallery--item{width:25%}}@media (min-width: 1900px){.alignfull .has-grid-lrg .coblocks-gallery--item{width:20%}}@media (min-width: 400px){.has-grid-xlrg .coblocks-gallery--item{width:50%}}@media (min-width: 1600px){.alignfull .has-grid-xlrg .coblocks-gallery--item{width:33.33333%}}@media (min-width: 1900px){.alignfull .has-grid-xlrg .coblocks-gallery--item{width:25%}}@media (min-width: 400px){.has-no-alignment .has-grid-lrg .coblocks-gallery--item{width:50%}}@media (min-width: 900px){.has-no-alignment .has-grid-lrg .coblocks-gallery--item{width:33.33333%}}.coblocks-gallery.has-gutter{overflow:hidden}@media (min-width: 600px){.has-gutter-5{margin:-3px !important;max-width:calc(100% + 5px) !important}.has-gutter-10{margin:-5px !important;max-width:calc(100% + 10px) !important}.has-gutter-15{margin:-8px !important;max-width:calc(100% + 15px) !important}.has-gutter-20{margin:-10px !important;max-width:calc(100% + 20px) !important}.has-gutter-25{margin:-13px !important;max-width:calc(100% + 25px) !important}.has-gutter-30{margin:-15px !important;max-width:calc(100% + 30px) !important}.has-gutter-35{margin:-18px !important;max-width:calc(100% + 35px) !important}.has-gutter-40{margin:-20px !important;max-width:calc(100% + 40px) !important}.has-gutter-45{margin:-23px !important;max-width:calc(100% + 45px) !important}.has-gutter-50{margin:-25px !important;max-width:calc(100% + 50px) !important}.has-gutter-5 .coblocks-gallery--figure{margin:3px}.has-gutter-10 .coblocks-gallery--figure{margin:5px}.has-gutter-15 .coblocks-gallery--figure{margin:8px}.has-gutter-20 .coblocks-gallery--figure{margin:10px}.has-gutter-25 .coblocks-gallery--figure{margin:13px}.has-gutter-30 .coblocks-gallery--figure{margin:15px}.has-gutter-35 .coblocks-gallery--figure{margin:18px}.has-gutter-40 .coblocks-gallery--figure{margin:20px}.has-gutter-45 .coblocks-gallery--figure{margin:23px}.has-gutter-50 .coblocks-gallery--figure{margin:25px}}@media (max-width: 599px){.has-gutter-mobile-5{margin:-3px !important;max-width:calc(100% + 5px) !important}.has-gutter-mobile-5 .coblocks-gallery--figure{margin:3px}.has-gutter-mobile-10{margin:-5px !important;max-width:calc(100% + 10px) !important}.has-gutter-mobile-10 .coblocks-gallery--figure{margin:5px}.has-gutter-mobile-15{margin:-8px !important;max-width:calc(100% + 15px) !important}.has-gutter-mobile-15 .coblocks-gallery--figure{margin:8px}.has-gutter-mobile-20{margin:-10px !important;max-width:calc(100% + 20px) !important}.has-gutter-mobile-20 .coblocks-gallery--figure{margin:10px}.has-gutter-mobile-25{margin:-13px !important;max-width:calc(100% + 25px) !important}.has-gutter-mobile-25 .coblocks-gallery--figure{margin:13px}.has-gutter-mobile-30{margin:-15px !important;max-width:calc(100% + 30px) !important}.has-gutter-mobile-30 .coblocks-gallery--figure{margin:15px}.has-gutter-mobile-35{margin:-18px !important;max-width:calc(100% + 35px) !important}.has-gutter-mobile-35 .coblocks-gallery--figure{margin:18px}.has-gutter-mobile-40{margin:-20px !important;max-width:calc(100% + 40px) !important}.has-gutter-mobile-40 .coblocks-gallery--figure{margin:20px}.has-gutter-mobile-45{margin:-23px !important;max-width:calc(100% + 45px) !important}.has-gutter-mobile-45 .coblocks-gallery--figure{margin:23px}.has-gutter-mobile-50{margin:-25px !important;max-width:calc(100% + 50px) !important}.has-gutter-mobile-50 .coblocks-gallery--figure{margin:25px}}.has-horizontal-gutter{overflow-x:hidden}.wp-block-coblocks-gallery-carousel .coblocks-gallery--item,.wp-block-coblocks-gallery-thumbnails .coblocks-gallery--item{height:100%;margin:0 !important}@media (min-width: 1300px){.has-no-alignment .has-carousel-lrg .coblocks-gallery--item{width:70%}}.has-no-alignment .has-carousel-xlrg .coblocks-gallery--item{width:100%}.has-carousel-sml .coblocks-gallery--item{width:65%}@media (min-width: 700px){.has-carousel-sml .coblocks-gallery--item{width:33.333%}}@media (min-width: 1100px){.has-carousel-sml .coblocks-gallery--item{width:25%}}@media (min-width: 1600px){.has-carousel-sml .coblocks-gallery--item{width:20%}}.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 700px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:33.333%}}@media (min-width: 1100px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:25%}}@media (min-width: 1600px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:20%}}.has-carousel-med .coblocks-gallery--item{width:70%}@media (min-width: 700px){.has-carousel-med .coblocks-gallery--item{width:33.333%}}@media (min-width: 1800px){.has-carousel-med .coblocks-gallery--item{width:25%}}.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 600px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:50%}}@media (min-width: 900px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:33.333%}}@media (min-width: 1200px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:25%}}.has-carousel-lrg .coblocks-gallery--item{width:80%}@media (min-width: 600px){.has-carousel-lrg .coblocks-gallery--item{width:70%}}@media (min-width: 1300px){.has-carousel-lrg .coblocks-gallery--item{width:60%}}.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 600px){.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:50%}}@media (min-width: 1800px){.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:33.333%}}.has-carousel-xlrg .coblocks-gallery--item{width:100%}@media (min-width: 1200px){.has-carousel-xlrg .coblocks-gallery--item{width:80%}}.has-carousel-xlrg.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 600px){.has-margin-bottom-5{margin-bottom:5px !important}.has-margin-bottom-10{margin-bottom:10px !important}.has-margin-bottom-15{margin-bottom:15px !important}.has-margin-bottom-20{margin-bottom:20px !important}.has-margin-bottom-25{margin-bottom:25px !important}.has-margin-bottom-30{margin-bottom:30px !important}.has-margin-bottom-35{margin-bottom:35px !important}.has-margin-bottom-40{margin-bottom:40px !important}.has-margin-bottom-45{margin-bottom:45px !important}.has-margin-bottom-50{margin-bottom:50px !important}}@media (max-width: 599px){.has-margin-bottom-mobile-5{margin-bottom:5px !important}.has-margin-bottom-mobile-10{margin-bottom:10px !important}.has-margin-bottom-mobile-15{margin-bottom:15px !important}.has-margin-bottom-mobile-20{margin-bottom:20px !important}.has-margin-bottom-mobile-25{margin-bottom:25px !important}.has-margin-bottom-mobile-30{margin-bottom:30px !important}.has-margin-bottom-mobile-35{margin-bottom:35px !important}.has-margin-bottom-mobile-40{margin-bottom:40px !important}.has-margin-bottom-mobile-45{margin-bottom:45px !important}.has-margin-bottom-mobile-50{margin-bottom:50px !important}}@media (min-width: 600px){.has-margin-top-5{margin-top:3px !important}.has-margin-top-10{margin-top:5px !important}.has-margin-top-15{margin-top:8px !important}.has-margin-top-20{margin-top:10px !important}.has-margin-top-25{margin-top:13px !important}.has-margin-top-30{margin-top:15px !important}.has-margin-top-35{margin-top:18px !important}.has-margin-top-40{margin-top:20px !important}.has-margin-top-45{margin-top:23px !important}.has-margin-top-50{margin-top:25px !important}}@media (max-width: 599px){.has-margin-top-mobile-5{margin-top:3px !important}.has-margin-top-mobile-10{margin-top:5px !important}.has-margin-top-mobile-15{margin-top:8px !important}.has-margin-top-mobile-20{margin-top:10px !important}.has-margin-top-mobile-25{margin-top:13px !important}.has-margin-top-mobile-30{margin-top:15px !important}.has-margin-top-mobile-35{margin-top:18px !important}.has-margin-top-mobile-40{margin-top:20px !important}.has-margin-top-mobile-45{margin-top:23px !important}.has-margin-top-mobile-50{margin-top:25px !important}}@media (min-width: 600px){.has-margin-right-5{margin-left:3px !important}.has-margin-right-10{margin-left:5px !important}.has-margin-right-15{margin-left:8px !important}.has-margin-right-20{margin-left:10px !important}.has-margin-right-25{margin-left:13px !important}.has-margin-right-30{margin-left:15px !important}.has-margin-right-35{margin-left:18px !important}.has-margin-right-40{margin-left:20px !important}.has-margin-right-45{margin-left:23px !important}.has-margin-right-50{margin-left:25px !important}}@media (max-width: 599px){.has-margin-right-mobile-5{margin-left:3px !important}.has-margin-right-mobile-10{margin-left:5px !important}.has-margin-right-mobile-15{margin-left:8px !important}.has-margin-right-mobile-20{margin-left:10px !important}.has-margin-right-mobile-25{margin-left:13px !important}.has-margin-right-mobile-30{margin-left:15px !important}.has-margin-right-mobile-35{margin-left:18px !important}.has-margin-right-mobile-40{margin-left:20px !important}.has-margin-right-mobile-45{margin-left:23px !important}.has-margin-right-mobile-50{margin-left:25px !important}}@media (min-width: 600px){.has-margin-left-5{margin-right:3px !important}.has-margin-left-10{margin-right:5px !important}.has-margin-left-15{margin-right:8px !important}.has-margin-left-20{margin-right:10px !important}.has-margin-left-25{margin-right:13px !important}.has-margin-left-30{margin-right:15px !important}.has-margin-left-35{margin-right:18px !important}.has-margin-left-40{margin-right:20px !important}.has-margin-left-45{margin-right:23px !important}.has-margin-left-50{margin-right:25px !important}}@media (max-width: 599px){.has-margin-left-mobile-5{margin-right:3px !important}.has-margin-left-mobile-10{margin-right:5px !important}.has-margin-left-mobile-15{margin-right:8px !important}.has-margin-left-mobile-20{margin-right:10px !important}.has-margin-left-mobile-25{margin-right:13px !important}.has-margin-left-mobile-30{margin-right:15px !important}.has-margin-left-mobile-35{margin-right:18px !important}.has-margin-left-mobile-40{margin-right:20px !important}.has-margin-left-mobile-45{margin-right:23px !important}.has-margin-left-mobile-50{margin-right:25px !important}}@media (min-width: 600px){.has-negative-margin-right-5{margin-left:-3px !important}.has-negative-margin-right-10{margin-left:-5px !important}.has-negative-margin-right-15{margin-left:-8px !important}.has-negative-margin-right-20{margin-left:-10px !important}.has-negative-margin-right-25{margin-left:-13px !important}.has-negative-margin-right-30{margin-left:-15px !important}.has-negative-margin-right-35{margin-left:-18px !important}.has-negative-margin-right-40{margin-left:-20px !important}.has-negative-margin-right-45{margin-left:-23px !important}.has-negative-margin-right-50{margin-left:-25px !important}}@media (max-width: 599px){.has-negative-margin-right-mobile-5{margin-left:-3px !important}.has-negative-margin-right-mobile-10{margin-left:-5px !important}.has-negative-margin-right-mobile-15{margin-left:-8px !important}.has-negative-margin-right-mobile-20{margin-left:-10px !important}.has-negative-margin-right-mobile-25{margin-left:-13px !important}.has-negative-margin-right-mobile-30{margin-left:-15px !important}.has-negative-margin-right-mobile-35{margin-left:-18px !important}.has-negative-margin-right-mobile-40{margin-left:-20px !important}.has-negative-margin-right-mobile-45{margin-left:-23px !important}.has-negative-margin-right-mobile-50{margin-left:-25px !important}}@media (min-width: 600px){.has-negative-margin-left-5{margin-right:-3px !important}.has-negative-margin-left-10{margin-right:-5px !important}.has-negative-margin-left-15{margin-right:-8px !important}.has-negative-margin-left-20{margin-right:-10px !important}.has-negative-margin-left-25{margin-right:-13px !important}.has-negative-margin-left-30{margin-right:-15px !important}.has-negative-margin-left-35{margin-right:-18px !important}.has-negative-margin-left-40{margin-right:-20px !important}.has-negative-margin-left-45{margin-right:-23px !important}.has-negative-margin-left-50{margin-right:-25px !important}}@media (max-width: 599px){.has-negative-margin-left-mobile-5{margin-right:-3px !important}.has-negative-margin-left-mobile-10{margin-right:-5px !important}.has-negative-margin-left-mobile-15{margin-right:-8px !important}.has-negative-margin-left-mobile-20{margin-right:-10px !important}.has-negative-margin-left-mobile-25{margin-right:-13px !important}.has-negative-margin-left-mobile-30{margin-right:-15px !important}.has-negative-margin-left-mobile-35{margin-right:-18px !important}.has-negative-margin-left-mobile-40{margin-right:-20px !important}.has-negative-margin-left-mobile-45{margin-right:-23px !important}.has-negative-margin-left-mobile-50{margin-right:-25px !important}}@media (min-width: 600px){.has-negative-margin-5{margin:-3px !important}.has-negative-margin-10{margin:-5px !important}.has-negative-margin-15{margin:-8px !important}.has-negative-margin-20{margin:-10px !important}.has-negative-margin-25{margin:-13px !important}.has-negative-margin-30{margin:-15px !important}.has-negative-margin-35{margin:-18px !important}.has-negative-margin-40{margin:-20px !important}.has-negative-margin-45{margin:-23px !important}.has-negative-margin-50{margin:-25px !important}}@media (max-width: 599px){.has-negative-margin-mobile-5{margin:-3px !important}.has-negative-margin-mobile-10{margin:-5px !important}.has-negative-margin-mobile-15{margin:-8px !important}.has-negative-margin-mobile-20{margin:-10px !important}.has-negative-margin-mobile-25{margin:-13px !important}.has-negative-margin-mobile-30{margin:-15px !important}.has-negative-margin-mobile-35{margin:-18px !important}.has-negative-margin-mobile-40{margin:-20px !important}.has-negative-margin-mobile-45{margin:-23px !important}.has-negative-margin-mobile-50{margin:-25px !important}}@media (min-width: 600px){.has-padding-5{padding:5px !important}.has-padding-10{padding:10px !important}.has-padding-15{padding:15px !important}.has-padding-20{padding:20px !important}.has-padding-25{padding:25px !important}.has-padding-30{padding:30px !important}.has-padding-35{padding:35px !important}.has-padding-40{padding:40px !important}.has-padding-45{padding:45px !important}.has-padding-50{padding:50px !important}.has-padding-55{padding:55px !important}.has-padding-60{padding:60px !important}.has-padding-65{padding:65px !important}.has-padding-70{padding:70px !important}.has-padding-75{padding:75px !important}.has-padding-80{padding:80px !important}.has-padding-85{padding:85px !important}.has-padding-90{padding:90px !important}.has-padding-95{padding:95px !important}.has-padding-100{padding:100px !important}}@media (max-width: 599px){.has-padding-mobile-5{padding:5px !important}.has-padding-mobile-10{padding:10px !important}.has-padding-mobile-15{padding:15px !important}.has-padding-mobile-20{padding:20px !important}.has-padding-mobile-25{padding:25px !important}.has-padding-mobile-30{padding:30px !important}.has-padding-mobile-35{padding:35px !important}.has-padding-mobile-40{padding:40px !important}.has-padding-mobile-45{padding:45px !important}.has-padding-mobile-50{padding:50px !important}.has-padding-mobile-55{padding:55px !important}.has-padding-mobile-60{padding:60px !important}.has-padding-mobile-65{padding:65px !important}.has-padding-mobile-70{padding:70px !important}.has-padding-mobile-75{padding:75px !important}.has-padding-mobile-80{padding:80px !important}.has-padding-mobile-85{padding:85px !important}.has-padding-mobile-90{padding:90px !important}.has-padding-mobile-95{padding:95px !important}.has-padding-mobile-100{padding:100px !important}}.has-border-radius-2 .coblocks-gallery--item img{border-radius:2px}.has-border-radius-2 .coblocks-gallery--item figcaption{border-radius:0 0 2px 2px}.has-border-radius-3 .coblocks-gallery--item img{border-radius:3px}.has-border-radius-3 .coblocks-gallery--item figcaption{border-radius:0 0 3px 3px}.has-border-radius-4 .coblocks-gallery--item img{border-radius:4px}.has-border-radius-4 .coblocks-gallery--item figcaption{border-radius:0 0 4px 4px}.has-border-radius-5 .coblocks-gallery--item img{border-radius:5px}.has-border-radius-5 .coblocks-gallery--item figcaption{border-radius:0 0 5px 5px}.has-border-radius-6 .coblocks-gallery--item img{border-radius:6px}.has-border-radius-6 .coblocks-gallery--item figcaption{border-radius:0 0 6px 6px}.has-border-radius-7 .coblocks-gallery--item img{border-radius:7px}.has-border-radius-7 .coblocks-gallery--item figcaption{border-radius:0 0 7px 7px}.has-border-radius-8 .coblocks-gallery--item img{border-radius:8px}.has-border-radius-8 .coblocks-gallery--item figcaption{border-radius:0 0 8px 8px}.has-border-radius-9 .coblocks-gallery--item img{border-radius:9px}.has-border-radius-9 .coblocks-gallery--item figcaption{border-radius:0 0 9px 9px}.has-border-radius-10 .coblocks-gallery--item img{border-radius:10px}.has-border-radius-10 .coblocks-gallery--item figcaption{border-radius:0 0 10px 10px}.has-border-radius-11 .coblocks-gallery--item img{border-radius:11px}.has-border-radius-11 .coblocks-gallery--item figcaption{border-radius:0 0 11px 11px}.has-border-radius-12 .coblocks-gallery--item img{border-radius:12px}.has-border-radius-12 .coblocks-gallery--item figcaption{border-radius:0 0 12px 12px}.has-border-radius-13 .coblocks-gallery--item img{border-radius:13px}.has-border-radius-13 .coblocks-gallery--item figcaption{border-radius:0 0 13px 13px}.has-border-radius-14 .coblocks-gallery--item img{border-radius:14px}.has-border-radius-14 .coblocks-gallery--item figcaption{border-radius:0 0 14px 14px}.has-border-radius-15 .coblocks-gallery--item img{border-radius:15px}.has-border-radius-15 .coblocks-gallery--item figcaption{border-radius:0 0 15px 15px}.has-border-radius-16 .coblocks-gallery--item img{border-radius:16px}.has-border-radius-16 .coblocks-gallery--item figcaption{border-radius:0 0 16px 16px}.has-border-radius-17 .coblocks-gallery--item img{border-radius:17px}.has-border-radius-17 .coblocks-gallery--item figcaption{border-radius:0 0 17px 17px}.has-border-radius-18 .coblocks-gallery--item img{border-radius:18px}.has-border-radius-18 .coblocks-gallery--item figcaption{border-radius:0 0 18px 18px}.has-border-radius-19 .coblocks-gallery--item img{border-radius:19px}.has-border-radius-19 .coblocks-gallery--item figcaption{border-radius:0 0 19px 19px}.has-border-radius-20 .coblocks-gallery--item img{border-radius:20px}.has-border-radius-20 .coblocks-gallery--item figcaption{border-radius:0 0 20px 20px}.has-caption-style-light .coblocks-gallery--item figcaption{background:linear-gradient(0deg, rgba(255,255,255,0.93) 6.3%, rgba(255,255,255,0.5) 61%, rgba(255,255,255,0)) !important;opacity:1 !important}.coblocks-gallery:not(.has-caption-color).has-caption-style-dark figcaption{color:#fff}.coblocks-gallery:not(.has-caption-color).has-caption-style-light figcaption{color:#000}.has-caption-style-none .coblocks-gallery--item{background:none !important;opacity:1 !important}.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-viewport{height:100%;overflow:hidden;position:relative}.is-cropped .flickity-viewport{height:100% !important}.flickity-slider{height:100%;position:absolute;width:100%}.flickity-enabled.is-draggable .flickity-viewport{cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{background:rgba(255,255,255,0.75);border:none;color:#000;padding:0;position:absolute;transition:background 100ms, opacity 100ms}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{background:#fff;border:none;box-shadow:0 0 0 2px #000;outline:none}.flickity-button:active{border:none;opacity:0.6}.flickity-button:disabled{cursor:auto;opacity:0.25;pointer-events:none}.flickity-button-icon{fill:#000;transform:translate3d(0, 0, 0)}.flickity-prev-next-button{border-radius:9px;height:72px;top:50%;transform:translateY(-50%);width:57px}.has-top-left-carousel-arrows .flickity-prev-next-button{border-radius:4px;height:42px;top:20px;transform:none;width:42px}.has-top-left-carousel-arrows .flickity-prev-next-button.previous{right:20px}.has-top-left-carousel-arrows .flickity-prev-next-button.next{right:calc(25px + 42px)}.flickity-prev-next-button.previous{right:10px}@media (min-width: 600px){.flickity-prev-next-button.previous{right:20px}}.flickity-prev-next-button.next{left:10px}@media (min-width: 600px){.flickity-prev-next-button.next{left:20px}}.flickity-rtl .flickity-prev-next-button.previous{right:auto;left:10px}@media (min-width: 600px){.flickity-rtl .flickity-prev-next-button.previous{left:20px}}.flickity-rtl .flickity-prev-next-button.next{right:10px;left:auto}@media (min-width: 600px){.flickity-rtl .flickity-prev-next-button.next{right:20px}}.flickity-prev-next-button .flickity-button-icon{height:50%;right:23%;position:absolute;top:25%;width:50%}.previous.flickity-prev-next-button .flickity-button-icon{right:26%}.flickity-page-dots{bottom:18px;line-height:1;list-style:none;margin:0 !important;padding:0 !important;position:absolute;text-align:center;width:100%}.flickity-rtl .flickity-page-dots{direction:ltr}.flickity-page-dots .dot{background:rgba(0,0,0,0.3);border-radius:50%;cursor:pointer;display:inline-block;height:9px;margin:0 6px;width:9px}.flickity-page-dots .dot.is-selected{background:rgba(255,255,255,0.75)}.coblocks-lightbox{align-items:center;background:rgba(0,0,0,0);display:none;height:100%;justify-content:center;right:0;position:fixed;top:0;width:100%;z-index:9999}.admin-bar .coblocks-lightbox{top:32px}@media (max-width: 782px){.admin-bar .coblocks-lightbox{top:46px}}.coblocks-lightbox__background{background-repeat:no-repeat;background-size:cover;bottom:-10em;filter:blur(25px) saturate(175%) brightness(90%);right:-10em;position:absolute;left:-10em;top:-10em}.coblocks-lightbox__heading{align-items:center;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:0.5em;justify-content:space-between;right:3%;position:absolute;left:3%;top:1em}@media (min-width: 600px){.coblocks-lightbox__heading{top:2em}}.coblocks-lightbox__image{z-index:2}.coblocks-lightbox__image img{display:flex;margin:auto;max-height:70vh;max-width:70vw}@media (min-width: 960px){.coblocks-lightbox__image img{max-height:80vh;max-width:80vw}}.coblocks-lightbox__arrow{align-items:center;background-color:transparent;border-radius:100%;color:#fff;cursor:pointer;display:flex;height:auto;margin:0 1%;padding:15px;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:250ms background-color linear;z-index:3}.coblocks-lightbox__arrow:hover{background-color:rgba(255,255,255,0.15)}.coblocks-lightbox__arrow:focus{background-color:rgba(255,255,255,0.25);box-shadow:inset 0 0 0 3px rgba(255,255,255,0.25);outline:none}@media (min-width: 600px){.coblocks-lightbox__arrow{background-color:rgba(255,255,255,0.15);margin:0 2%}.coblocks-lightbox__arrow:hover{background-color:rgba(255,255,255,0.25)}}.coblocks-lightbox__arrow>div{background-color:#fff;height:28px;position:relative;width:28px}@media (min-width: 960px){.coblocks-lightbox__arrow>div{height:32px;width:32px}}.coblocks-lightbox__arrow .arrow-left{right:-1px;-webkit-mask-image:url(images/lightbox/arrow-left.svg);mask-image:url(images/lightbox/arrow-left.svg)}.coblocks-lightbox__arrow .arrow-right{-webkit-mask-image:url(images/lightbox/arrow-right.svg);mask-image:url(images/lightbox/arrow-right.svg);left:-1px}.coblocks-lightbox__arrow--left{right:0;left:auto}.coblocks-lightbox__close{background-color:#fff;background-repeat:no-repeat;cursor:pointer;height:26px;-webkit-mask-image:url(images/lightbox/close.svg);mask-image:url(images/lightbox/close.svg);-webkit-mask-size:contain;mask-size:contain;padding:7px;transition:transform 0.15s linear;width:26px}@media (min-width: 960px){.coblocks-lightbox__close{height:32px;width:32px}}.coblocks-lightbox__close:hover{background-color:#fff;transform:scale(1.125)}.coblocks-lightbox__close:focus{background-color:#fff;transform:scale(1.125)}.coblocks-lightbox__caption{color:#fff;margin-top:10px;text-align:center}.has-lightbox>:not(.carousel-nav) figure:hover{cursor:zoom-in}.has-lightbox figure[class^="align"]:hover{cursor:zoom-in}figure.has-lightbox:hover{cursor:zoom-in}.is-twentynineteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:46px;margin-top:46px}.is-twentynineteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--caption{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:0.71111em;line-height:1.6;margin:0 0 -20px;padding:0.5rem;text-align:center}.is-twentynineteen .wp-block-coblocks-gallery-stacked figcaption:not([class*="font-size"]){font-size:0.71111em}.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:1.75em;margin-top:1.65em}.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{font-style:italic;margin-bottom:-10px;margin-top:1em}.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"]:not([class*="masonry"]) .coblocks-gallery:not(.has-caption-color) figcaption{color:#1e1e1e}.is-twentyseventeen .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentysixteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:2.3em;margin-top:2.3em}.is-twentysixteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-10px;margin-top:0.6em}.is-twentysixteen .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentyfifteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:2.2em;margin-top:2.2em}.is-twentyfifteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-15px;margin-top:0.5em;padding-bottom:0}.is-twentyfifteen .wp-block-coblocks-gallery-masonry figcaption{font-size:13px !important}.is-twentyfourteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:30px;margin-top:30px}.is-twentyfourteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-7px;text-align:right}.is-twentythirteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:30px;margin-top:34px}.is-twentythirteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-10px}.is-twentythirteen .wp-block-coblocks-gallery-masonry figcaption{font-size:13px !important}.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:32px;margin-top:32px}.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery:not([class*="border-radius"]) img{border-radius:inherit}.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-10px}.is-twentytwelve .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:32px;margin-top:33px}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery img{border:0;max-width:100%;padding:0}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-15px}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption::before{color:#666;content:"\2014";font-size:14px;font-style:normal;font-weight:600;right:10px;margin-left:5px;position:absolute;top:0}.is-twentyeleven .wp-block-coblocks-gallery-stacked figcaption{padding-right:1em !important;padding-left:1em !important;text-align:center !important}.is-twentyeleven .wp-block-coblocks-gallery-stacked figcaption::before{display:none;padding-right:0}.has-filter-grayscale img{filter:grayscale(1)}.has-filter-saturation img{filter:saturate(1.75)}.has-filter-sepia img{filter:sepia(0.5)}.has-filter-dim img{filter:brightness(0.5)}.has-filter-vintage img{filter:contrast(1.3) saturate(1.5) sepia(0.6)}.coblocks-option-selector-control .components-button-group .components-button{justify-content:center;min-width:38px;padding-right:4px;padding-left:4px;vertical-align:middle}.coblocks-option-selector-control.is-custom{margin-bottom:14px}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}[class*="wp-block-"].mt-0>.has-margin{margin-top:0 !important}[class*="wp-block-"].mb-0>.has-margin{margin-bottom:0 !important}[class*="wp-block"].mt-0{margin-top:0 !important}[class*="wp-block"].mb-0{margin-bottom:0 !important}.mt-0{margin-top:0}.pt-0{padding-top:0}.coblocks-animate{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}.coblocks-animate.animate-loop{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.coblocks-animate.fadeIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.coblocks-animate.zoomIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}.coblocks-animate.slideInLeft{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInLeft{0%{opacity:0;transform:translateX(5em)}100%{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(5em)}100%{opacity:1;transform:translateX(0)}}.coblocks-animate.slideInRight{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInRight{0%{opacity:0;transform:translateX(-5em)}100%{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(-5em)}100%{opacity:1;transform:translateX(0)}}.coblocks-animate.slideInBottom{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInBottom;animation-name:slideInBottom}@-webkit-keyframes slideInBottom{0%{opacity:0;transform:translateY(5em)}100%{opacity:1;transform:translateY(0)}}@keyframes slideInBottom{0%{opacity:0;transform:translateY(5em)}100%{opacity:1;transform:translateY(0)}}.coblocks-animate.clipHorizontal{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:clipHorizontal;animation-name:clipHorizontal}@-webkit-keyframes clipHorizontal{0%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);opacity:0}100%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);opacity:1}}@keyframes clipHorizontal{0%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);opacity:0}100%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);opacity:1}}.coblocks-animate.clipVertical{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:clipVertical;animation-name:clipVertical}@-webkit-keyframes clipVertical{0%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);opacity:0}100%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);opacity:1}}@keyframes clipVertical{0%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);opacity:0}100%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);opacity:1}}body.amp .coblocks-animate{opacity:1}.coblocks-block-patterns__modal .components-modal__header-heading{align-items:center;display:flex}.coblocks-block-patterns__modal .components-base-control__field{margin-bottom:16px}.coblocks-block-patterns__preview{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:24px;padding:9px}.wp-block-button.w-100{width:100%}.wp-block-button.w-100 .wp-block-button__link{width:100%}.is-style-circular .wp-block-button__link{border-radius:100px !important}.is-style-3d .wp-block-button__link{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.25)}.is-style-shadow{z-index:1}.is-style-shadow .wp-block-button__link{box-shadow:0 4px 6px rgba(0,0,0,0.11),0 1px 3px rgba(0,0,0,0.075)}:root{--wp-admin-theme-color: #007cba;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-20: #005a87}.coblocks-settings-modal .components-base-control__help{color:#757575;display:block;font-style:normal;padding-right:36px;padding-top:2px}@media (min-width: 600px){.coblocks-settings-modal .components-base-control__help{padding-right:32px}}.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');-webkit-mask-position:bottom;mask-position:bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-top-wave{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');-webkit-mask-position:top;mask-position:top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-image.is-style-bottom-wave img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');-webkit-mask-position:bottom;mask-position:bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-image.is-style-top-wave img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');-webkit-mask-position:top;mask-position:top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.block-editor-block-styles__item-preview .wp-block-image{margin-top:0}.block-editor-block-styles__item-preview .wp-block-image .components-resizable-box__container{height:100% !important;width:100% !important}.edit-post-sidebar .components-panel__body.is-opened ~ .coblocks-lightbox-controls{display:flex;margin-top:-8px;padding-right:16px;padding-left:16px}.edit-post-sidebar .components-panel__body.is-opened ~ .coblocks-lightbox-controls ~ .components-coblocks-replace-image{margin-top:0}.edit-post-sidebar .coblocks-lightbox-controls{display:none}.is-style-checkbox li{list-style-type:none !important;padding-right:10px;position:relative}@media (min-width: 600px){.is-style-checkbox li{padding-right:12px}}.is-style-checkbox li::before{background-color:currentColor;background-size:cover;content:"";display:inline-block;height:20px;right:-20px;-webkit-mask-image:url(images/list/checkbox-rounded.svg);mask-image:url(images/list/checkbox-rounded.svg);position:absolute;top:6px;transform:scale(0.9);width:20px}@media (min-width: 600px){.is-style-checkbox li::before{top:8px;transform:0}}.is-style-checkbox li li::before{-webkit-mask-image:url(images/list/checkbox-rounded-child.svg);mask-image:url(images/list/checkbox-rounded-child.svg)}.is-twentynineteen .is-style-checkbox li::before{top:10px}.is-style-none,.is-style-none li{list-style-type:none !important;padding-right:0 !important}.is-style-none li::before{content:"\200B"}.wp-block-media-text.is-style-card .wp-block-media-text__content{background-color:var(--wp--preset--color--background, #fff);margin-right:auto;margin-left:auto;margin-top:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)));padding:var(--coblocks-spacing--4, 2em);width:95%}@media (min-width: 600px){.wp-block-media-text.is-style-card .wp-block-media-text__content{margin-right:initial;margin-left:initial;margin-top:initial;padding:calc(2 * var(--coblocks-spacing--3, map-get($spacing, 3)));left:1px;width:initial}}@media (min-width: 960px){.wp-block-media-text.is-style-card .wp-block-media-text__content{padding:calc(2 * var(--coblocks-spacing--6, map-get($spacing, 6)))}}.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{margin-bottom:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)));margin-top:initial}@media (min-width: 600px){.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{margin-bottom:0}}.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-right:auto;margin-left:auto;margin-top:calc(-1 * var(--coblocks-spacing--4, map-get($spacing, 4)));width:90%}@media (min-width: 600px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-right:initial;margin-left:initial;margin-top:initial;width:auto}}@media (min-width: 600px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-right:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)))}}@media (min-width: 960px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-right:calc(-2 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-right:initial;margin-left:initial;margin-top:initial;width:auto}@media (min-width: 600px){.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-right:0;margin-left:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)));width:175%}}@media (min-width: 960px){.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-left:calc(-2 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}@media (min-width: 600px){.wp-block-media-text.is-style-card .wp-block-media-text__content,.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-right:calc(-1 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}@media (min-width: 600px){.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content,.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{margin-right:0;margin-left:calc(-1 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-right:auto;margin-left:auto;width:90%}@media (min-width: 600px){.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-right:calc(-1 * var(--coblocks-spacing--10, map-get($spacing, 10)));margin-left:inherit;margin-top:inherit;width:auto}}.wp-block-media-text.is-style-outline .wp-block-media-text__content h1,.wp-block-media-text.is-style-outline .wp-block-media-text__content h2,.wp-block-media-text.is-style-outline .wp-block-media-text__content h3,.wp-block-media-text.is-style-outline .wp-block-media-text__content h4,.wp-block-media-text.is-style-outline .wp-block-media-text__content h5,.wp-block-media-text.is-style-outline .wp-block-media-text__content h6,.wp-block-media-text.is-style-outline .wp-block-media-text__content p{background-color:var(--wp--preset--color--background, #fff);box-shadow:-0.5rem 0 0 var(--wp--preset--color--background, #fff),0.5rem 0 0 var(--wp--preset--color--background, #fff);display:inline}.wp-block-media-text.is-style-outline .wp-block-media-text__content .wp-block-buttons{margin-top:var(--coblocks-spacing--5, 2.5em)}.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{width:100%}@media (min-width: 600px){.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{margin-right:0.5rem;width:175%}}.wp-block-media-text .wp-block-media-text__content *:first-child{margin-top:0}@media (min-width: 600px){.editor-styles-wrapper .wp-block-media-text.is-style-card .wp-block-media-text__content{left:1px}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{right:1px;left:initial}}.editor-styles-wrapper .wp-block-media-text.is-style-card .components-resizable-box__handle::after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap .components-resizable-box__handle::after,.editor-styles-wrapper .wp-block-media-text.is-style-outline .components-resizable-box__handle::after{top:-8px}.editor-styles-wrapper .wp-block-media-text.is-style-card.is-selected .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap.is-selected .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-outline.is-selected .wp-block-media-text__media::after{background:var(--wp-admin-theme-color, #007cba);border:2px solid #fff;border-radius:50%;bottom:-7px;content:"";cursor:inherit;display:block;height:15px;position:absolute;left:-8px;width:15px;z-index:9999}.editor-styles-wrapper .wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__media::after{right:-8px;left:inherit}.editor-styles-wrapper .wp-block-media-text.is-style-outline .wp-block-media-text__content .wp-block.wp-block-buttons{margin-top:var(--coblocks-spacing--5, 2.5em) !important}.edit-post-sidebar .components-coblocks-replace-image{display:none}.edit-post-sidebar .components-panel__body.is-opened ~ .components-coblocks-replace-image{display:flex;justify-content:flex-end;margin-top:-8px;padding:0 16px 16px 16px}.edit-post-sidebar .edit-post-settings-sidebar__panel-block .is-opened ~ .components-coblocks-replace-image{display:flex;justify-content:flex-end;margin-top:-8px;padding:0 0 16px 0}ul.has-custom-font li{font-family:inherit}blockquote.has-custom-font p,blockquote.has-custom-font cite{font-family:inherit !important}.has-custom-font.wp-block-cover p{font-family:inherit !important}.has-custom-font.wp-block-button .wp-block-button__link{font-family:inherit !important}.has-custom-font.wp-block-coblocks-click-to-tweet .wp-block-coblocks-click-to-tweet__text{font-family:inherit}.has-custom-font.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table__inner .wp-block-coblocks-pricing-table-item__title,.has-custom-font.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table__inner .wp-block-coblocks-pricing-table-item__amount{font-family:inherit}.wp-block-button.has-custom-lineheight .wp-block-button__link{line-height:inherit}.wp-block-button.has-custom-size .wp-block-button__link{font-size:inherit}ul.has-custom-lineheight li{line-height:inherit}ul.has-custom-size li{font-size:inherit}.has-custom-transform.wp-block-coblocks-click-to-tweet .wp-block-coblocks-click-to-tweet__twitter-btn{text-transform:none}.wp-block-coblocks-accordion-item{border-radius:4px;margin:0 0 1em}.wp-block-coblocks-accordion-item p:first-of-type{margin-top:0}.wp-block-coblocks-accordion-item p:last-of-type{margin-bottom:0}.wp-block-coblocks-accordion-item__title,.wp-block-coblocks-accordion-item__title.has-background{border-radius:4px;padding:10px 15px;position:relative}.wp-block-coblocks-accordion-item__title::after,.wp-block-coblocks-accordion-item__title.has-background::after{border-radius:4px;bottom:0;content:"";right:0;position:absolute;left:0;top:0;transition:background 100ms cubic-bezier(0.694, 0, 0.335, 1)}.wp-block-coblocks-accordion-item__title:not(.has-background),.wp-block-coblocks-accordion-item__title.has-background:not(.has-background){background:rgba(140,140,151,0.1)}.wp-block-coblocks-accordion-item__title:hover::after,.wp-block-coblocks-accordion-item__title.has-background:hover::after{background:rgba(0,0,0,0.0275)}.wp-block-coblocks-accordion-item__title:focus,.wp-block-coblocks-accordion-item__title.has-background:focus{outline:1px dotted #a2aab2;outline-offset:-4px}.wp-block-coblocks-accordion-item details[open] summary{border-radius:4px 4px 0 0}.wp-block-coblocks-accordion-item__content{border:1px solid rgba(140,140,151,0.1);border-radius:0 0 4px 4px;border-top:0;padding:15px 20px}.wp-block-coblocks-accordion-item__content>div{max-width:100%}.wp-block-coblocks-accordion-item .alignfull img{max-width:100% !important}.wp-block-coblocks-accordion.alignfull{padding:0 12px}_:-ms-fullscreen,:root .wp-block-coblocks-accordion summary{display:block}_:-ms-lang(x),_:-webkit-full-screen,.wp-block-coblocks-accordion summary{display:block}.wp-block-coblocks-alert{background-color:var(--coblocks-alert-default--color--background, #d6efee);border-radius:4px;color:var(--coblocks-alert-default--color--text, #094264);padding:2em}.wp-block-coblocks-alert:not(.has-background).is-style-warning{background-color:var(--coblocks-alert-default--color--background, #fbe7dd)}.wp-block-coblocks-alert:not(.has-background).is-style-error{background-color:var(--coblocks-alert-default--color--background, #ffdede)}.wp-block-coblocks-alert:not(.has-background).is-style-success{background-color:var(--coblocks-alert-default--color--background, #d0eac4)}.wp-block-coblocks-alert:not(.has-text-color).is-style-warning{color:var(--coblocks-alert-warning--color--text, #8a4b30)}.wp-block-coblocks-alert:not(.has-text-color).is-style-error{color:var(--coblocks-alert-error--color--text, #8b343c)}.wp-block-coblocks-alert:not(.has-text-color).is-style-success{color:var(--coblocks-alert-error--color--text, #154a28)}.wp-block-coblocks-alert__title{display:block;margin-bottom:0.5em;margin-top:0}.wp-block-coblocks-alert__title:empty{display:none}.wp-block-coblocks-alert__text{margin-bottom:0;margin-top:0}.wp-block-coblocks-author{align-items:flex-start;background:rgba(139,139,150,0.1);display:flex;padding:30px 25px;position:relative}@media (min-width: 600px){.wp-block-coblocks-author{padding:40px 35px}}.wp-block-coblocks-author__avatar,.wp-block-coblocks-author figure.wp-block-coblocks-author__avatar{border-radius:100%;flex:0 0 auto;height:70px;margin:0 0 0 25px;position:relative;width:70px}@media (min-width: 600px){.wp-block-coblocks-author__avatar,.wp-block-coblocks-author figure.wp-block-coblocks-author__avatar{height:150px;margin-left:35px;width:150px}}.wp-block-coblocks-author__avatar-img{border-radius:100%;display:inline-block;height:100% !important;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.wp-block-coblocks-author__content{flex:1 1 auto}.wp-block-coblocks-author__name{display:block;font-size:1.5em;margin:0;padding:0}.wp-block-coblocks-author__biography{margin:0 0 1em}.wp-block-coblocks-author__biography:last-of-type{margin-bottom:0}.wp-block-coblocks-author .wp-block-button{margin:1em 0 0 0}.wp-block-coblocks-buttons__inner{align-items:center;display:flex;justify-content:center}.wp-block-coblocks-buttons .flex-align-left{align-items:flex-start;justify-content:flex-start}.wp-block-coblocks-buttons .flex-align-right{align-items:flex-end;justify-content:flex-end}.wp-block-coblocks-buttons .wp-block-button{margin-bottom:0}.wp-block-coblocks-buttons .wp-block-button+.wp-block-button{margin-right:1.35em}@media (max-width: 600px){.wp-block-coblocks-buttons .is-stacked-on-mobile{display:block}.wp-block-coblocks-buttons .is-stacked-on-mobile .wp-block-button+.wp-block-button{margin-right:0;margin-top:1.35em}}.wp-block-coblocks-click-to-tweet{border:1px solid transparent;border-radius:4px;margin-bottom:1.9em;position:relative}.wp-block-coblocks-click-to-tweet__text{margin-bottom:0;padding-right:40px;position:relative}.wp-block-coblocks-click-to-tweet__text::before{background-color:currentColor;background-size:cover;content:"";display:inline-block;height:24px;right:0;-webkit-mask-image:url(images/social/twitter.svg);mask-image:url(images/social/twitter.svg);opacity:0.3;position:absolute;top:5px;width:24px}.wp-block-coblocks-click-to-tweet__text a{box-shadow:none !important;text-decoration:none !important}.wp-block-coblocks-click-to-tweet__twitter-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:4px;box-shadow:none !important;color:#fff !important;cursor:pointer;display:inline-block;font-size:13px;font-style:normal;font-weight:400;line-height:1.8;margin-right:40px;margin-top:10px;padding:0.28em 1em;position:relative;text-decoration:none !important;white-space:normal;word-break:break-all}.wp-block-coblocks-click-to-tweet__twitter-btn:not(.has-button-color){background:var(--coblocks--color--twitter, #1da1f2)}.wp-block-coblocks-click-to-tweet__twitter-btn::before{background-color:#fff;background-size:cover;content:"";display:inline-block;height:18px;margin-left:5px;-webkit-mask-image:url(images/social/twitter.svg);mask-image:url(images/social/twitter.svg);position:relative;top:4px;width:18px}.wp-block-coblocks-dynamic-separator{background:none !important;border:0;max-width:100% !important;opacity:1;padding:0;position:relative;width:100%}.wp-block-coblocks-dynamic-separator::before{content:"...";display:inline-block;font-size:22px;font-weight:400;right:0;letter-spacing:0.95em;line-height:1;margin-right:21px;margin-left:auto;position:absolute;left:0;text-align:center;top:calc(50% - 18px)}.wp-block-coblocks-dynamic-separator.is-style-line::before,.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{background:currentColor;content:"";display:block;height:1px;margin-right:auto;max-width:120px;top:50%;width:15vw}.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{max-width:100%;width:100%}.wp-block-coblocks-dynamic-separator:not(.has-background)::before{color:#292929}.wp-block-coblocks-dynamic-separator.is-style-line:not(.has-background)::before,.wp-block-coblocks-dynamic-separator.is-style-fullwidth:not(.has-background)::before{background:rgba(0,0,0,0.15)}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator::before{background:none;content:"...";right:0;top:calc(50% - 18px);transform:none;width:auto}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator::after{display:none}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-line::before,.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{background:currentColor;content:"";display:block;height:1px;margin-right:auto;max-width:120px;top:50%;width:15vw}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{max-width:100%;width:100%}.is-twentytwenty .wp-block-coblocks-dynamic-separator.is-style-line:not(.has-background)::before,.is-twentytwenty .wp-block-coblocks-dynamic-separator.is-style-fullwidth:not(.has-background)::before{background:#6d6d6d}.wp-block-coblocks-event-item{flex:1 100%;justify-content:space-between;line-height:1;margin-bottom:var(--coblocks-spacing--5, 2.5em);width:100%}@media (min-width: 782px){.wp-block-coblocks-event-item{display:flex !important;margin-bottom:var(--coblocks-spacing--3, 1.5em)}}.wp-block-coblocks-events__date{margin-bottom:var(--coblocks-spacing--3, 1.5em)}@media (min-width: 782px){.wp-block-coblocks-events__date{flex-basis:15%;margin-bottom:0}}.wp-block-coblocks-events__content{margin-bottom:var(--coblocks-spacing--3, 1.5em)}@media (min-width: 782px){.wp-block-coblocks-events__content{flex-basis:65%;margin-bottom:0;padding:0 1em}}.wp-block-coblocks-events__title,.wp-block-coblocks-events__description,.wp-block-coblocks-events__time{display:block}@media (min-width: 782px){.wp-block-coblocks-events__details{flex-basis:20%;text-align:left}}.wp-block-coblocks-events__title{font-weight:700;margin-bottom:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-events__day{display:block;font-size:1.75em;font-weight:700;margin-bottom:5px}.wp-block-coblocks-events__month{margin-left:5px;margin-top:var(--coblocks-spacing--1, 0.5em)}@media (min-width: 782px){.wp-block-coblocks-events__month{display:block;margin-bottom:5px;margin-left:0}}.wp-block-coblocks-events__time{font-weight:700;margin-bottom:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-events__year,.wp-block-coblocks-events__month,.wp-block-coblocks-events__time,.wp-block-coblocks-events__location,.wp-block-coblocks-events__description{font-size:0.75em}.wp-block-coblocks-events__description{line-height:1.476}.wp-block-coblocks-events.slick-slider{box-sizing:border-box;display:block;padding-bottom:4em;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wp-block-coblocks-events .slick-list{display:block;margin:0 -2em;overflow:hidden;padding:0;position:relative}.wp-block-coblocks-events .slick-list:focus{outline:none}.wp-block-coblocks-events .slick-list.dragging{cursor:pointer;cursor:hand}.wp-block-coblocks-events.slick-slider .slick-track,.wp-block-coblocks-events.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.wp-block-coblocks-events .slick-track{display:flex;right:0;margin-right:auto;margin-left:auto;position:relative;top:0}.wp-block-coblocks-events .slick-track::before,.wp-block-coblocks-events .slick-track::after{content:"";display:table}.wp-block-coblocks-events .slick-track::after{clear:both}.wp-block-coblocks-events .slick-loading .slick-track{visibility:hidden}.wp-block-coblocks-events .slick-slide{float:right;height:auto;margin:0 2em;min-height:1px;outline:none}.wp-block-coblocks-events [dir="rtl"] .slick-slide{float:left}.wp-block-coblocks-events .slick-slide img{display:block}.wp-block-coblocks-events .slick-slide.slick-loading img{display:none}.wp-block-coblocks-events .slick-slide.dragging img{pointer-events:none}.wp-block-coblocks-events .slick-initialized .slick-slide{display:block}.wp-block-coblocks-events .slick-loading .slick-slide{visibility:hidden}.wp-block-coblocks-events .slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.wp-block-coblocks-events .slick-arrow.slick-hidden{display:none}.wp-block-coblocks-events .arrows{text-align:center}.wp-block-coblocks-events .slick-prev,.wp-block-coblocks-events .slick-next{background:transparent;border:none;bottom:0;color:transparent;cursor:pointer;display:inline-block;font-size:initial;height:4em;line-height:0;outline:none;padding:0.5em;position:absolute;width:4em;z-index:1}.wp-block-coblocks-events .slick-prev:hover,.wp-block-coblocks-events .slick-prev:focus,.wp-block-coblocks-events .slick-next:hover,.wp-block-coblocks-events .slick-next:focus{cursor:pointer;opacity:0.5;outline:none}.wp-block-coblocks-events .slick-prev:hover::before,.wp-block-coblocks-events .slick-prev:focus::before,.wp-block-coblocks-events .slick-next:hover::before,.wp-block-coblocks-events .slick-next:focus::before{opacity:1}.wp-block-coblocks-events .slick-prev{right:50%;transform:translateX(100%)}.wp-block-coblocks-events .slick-next{left:50%;transform:translateX(-100%)}.wp-block-coblocks-events .slick-prev.slick-disabled::before,.wp-block-coblocks-events .slick-next.slick-disabled::before{opacity:0.25}.wp-block-coblocks-events .slick-prev::before,.wp-block-coblocks-events .slick-next::before{background-image:url(images/lightbox/arrow-left.svg);background-position:center;background-repeat:no-repeat;content:" ";display:block;height:100%;width:100%}.wp-block-coblocks-events .slick-next::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-events [dir="rtl"] .slick-prev::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-events [dir="rtl"] .slick-next::before{background-image:url(images/lightbox/arrow-left.svg)}.wp-block-coblocks-features{position:relative}.wp-block-coblocks-features .has-left-content{text-align:right}.wp-block-coblocks-features .has-left-content img{margin-right:0;margin-left:auto}.wp-block-coblocks-features .has-center-content{text-align:center}.wp-block-coblocks-features .has-center-content img{margin-right:auto;margin-left:auto}.wp-block-coblocks-features .has-right-content{text-align:left}.wp-block-coblocks-features .has-right-content img{margin-right:auto;margin-left:0}.wp-block-coblocks-features__inner{position:relative}.wp-block-coblocks-feature{display:flex;flex-direction:column;justify-content:center;margin:0;max-width:100%;position:relative;width:100%;word-break:break-word}.wp-block-coblocks-feature .wp-block-coblocks-icon{margin-bottom:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-feature h1,.wp-block-coblocks-feature h2,.wp-block-coblocks-feature h3,.wp-block-coblocks-feature h4,.wp-block-coblocks-feature h5,.wp-block-coblocks-feature h6{margin-top:0 !important;padding:0 !important}.wp-block-coblocks-feature p{margin-top:0}.wp-block-coblocks-feature p:not(.has-background){padding-top:0}.wp-block-coblocks-feature__inner>*{position:relative}.wp-block-coblocks-feature__inner>*:last-child{margin-bottom:0 !important}@media (min-width: 600px){.wp-block-coblocks-features__inner:not(.has-responsive-columns){align-items:flex-start;display:flex}}@media (min-width: 600px){.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:nth-child(odd){margin-left:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:nth-child(even){margin-right:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:not(:first-child){margin-right:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:not(:last-child){margin-left:var(--coblocks-spacing--3, 1.5em)}}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns).has-1-columns .wp-block-coblocks-feature{margin-right:0;margin-left:0}.wp-block-coblocks-food-item{margin-top:2.75em}.wp-block-coblocks-food-item__figure{display:flex;margin:0.35em 0 1.25em;overflow:hidden;padding-top:100%;position:relative;width:100%}.wp-block-coblocks-food-item__figure img,.wp-block-coblocks-food-item__figure img[itemprop="image"]{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__figure img,.wp-block-coblocks-food-item__figure img[itemprop="image"]{height:auto;right:50%;min-width:100%;top:50%;transform:translate(50%, -50%)}}.wp-block-coblocks-food-item__heading-wrapper{align-items:center;display:flex;flex:1 85%;margin:0 0 0.25em;order:1}.wp-block-coblocks-food-item__heading,.wp-block-coblocks-food-item__heading[itemprop="name"]{margin:0;padding:0}.wp-block-coblocks-food-item__content{align-content:flex-start;display:flex;flex:1 100%;flex-wrap:wrap}.wp-block-coblocks-food-item__attributes{display:flex;margin-right:0.4em}.wp-block-coblocks-food-item__attributes svg{fill:currentColor;height:18px;width:18px}.wp-block-coblocks-food-item__attributes svg:last-of-type{margin-left:0}.wp-block-coblocks-food-item__attribute{background:none;border:none;display:flex;margin-left:0.25em !important;padding:0}.wp-block-coblocks-food-item__attribute--spicier{margin-right:-0.25em !important}.wp-block-coblocks-food-item__description{flex:1 100%;margin:0;order:3}.wp-block-coblocks-food-item__price{flex:1 15%;margin:0.5em 0 0 0;opacity:0.7;order:2}.wp-block-coblocks-food-item__icon{background-color:currentColor;background-repeat:no-repeat;background-size:cover;display:inline-block;height:18px;width:18px}.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/popular.svg);mask-image:url(images/food-attribute/popular.svg)}.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon:last-of-type{margin-left:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/popular.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/spicy.svg);mask-image:url(images/food-attribute/spicy.svg)}.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon:last-of-type{margin-left:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/spicy.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/vegan.svg);mask-image:url(images/food-attribute/vegan.svg)}.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon:last-of-type{margin-left:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/vegan.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/vegetarian.svg);mask-image:url(images/food-attribute/vegetarian.svg)}.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon:last-of-type{margin-left:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/vegetarian.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/pescatarian.svg);mask-image:url(images/food-attribute/pescatarian.svg)}.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon:last-of-type{margin-left:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/pescatarian.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/gluten-free.svg);mask-image:url(images/food-attribute/gluten-free.svg)}.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon:last-of-type{margin-left:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/gluten-free.svg);color:transparent !important}}.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h6,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h6,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h6{flex-basis:100%;max-width:100%}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__content{flex-flow:column;justify-content:center;text-align:center}}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__heading-wrapper{justify-content:center}}.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__price{margin-top:0;text-align:left}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__price{text-align:inherit}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]{display:flex;flex:1 100% !important;margin-top:1.5em;max-width:100%}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]{align-items:center}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item figure,.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item .components-placeholder,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] figure,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] .components-placeholder{flex:0 0 auto;margin:0 0 0 20px !important;max-height:75px;max-width:75px;padding-top:75px}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item figure,.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item .components-placeholder,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] figure,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] .components-placeholder{max-height:100px;max-width:100px;padding-top:100px}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__attributes,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]__attributes{margin-right:0.6em}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__description,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]__description{max-width:calc(100% - 50px)}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__price,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]__price{margin-top:0;text-align:left}.coblocks-form label{display:block;float:none;margin-bottom:3px}.coblocks-form .coblocks-form__submit+label{margin:1.25rem 0 3px 0}.coblocks-form .required-error.hidden{display:none}.coblocks-form .coblocks-field,.coblocks-form select{margin:0 0 1.25rem 0;width:100%}.coblocks-form .coblocks-field.verify,.coblocks-form select.verify{height:0;right:0;opacity:0;position:absolute;top:0;width:0;z-index:-1}.coblocks-form .coblocks-field input[type="radio"]{display:inline-block;float:right;margin:5px 0 0 5px}.coblocks-form .coblocks-field .coblocks-checkbox-label{display:inline-flex;width:95%}.coblocks-form textarea{float:none;height:200px;margin:0 0 1.15rem 0;resize:vertical;width:100%}.coblocks-form .required{color:#d94f4f;margin-right:5px}.coblocks-form .coblocks-radio-label+.coblocks-field.verify+.coblocks-form__submit{margin-top:1.25rem}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-outline{background-color:transparent;border:2px solid !important}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-circular{border-radius:100px !important}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-3d{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.25)}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-shadow{box-shadow:0 4px 6px rgba(0,0,0,0.11),0 1px 3px rgba(0,0,0,0.075)}.coblocks-form .coblocks-form__inline-fields{align-items:center;display:flex;flex-flow:row wrap;margin-bottom:1.15rem}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field{margin-bottom:0.15rem;width:50%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field input[type="text"]{margin-bottom:3px;width:100%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:first-child{padding-left:10px}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:last-child{padding-right:10px}@media only screen and (max-width: 535px){.coblocks-form .coblocks-form__inline-fields{display:block}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field{width:100%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:first-child,.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:last-child{margin:0 0 1.15rem 0;padding:0}}.coblocks-form__subtext{display:block;line-height:1;margin-bottom:-0.3rem;margin-top:0.3rem;opacity:0.66}.coblocks-form .coblocks-form-submission{margin-bottom:4em;padding:1.5em 1em}.coblocks-form .coblocks-form-submission p{margin:0 auto;word-wrap:break-word}.coblocks-form .form-errors .form-error-message{color:#d94f4f}.coblocks-form .coblocks--inline{display:flex;flex-flow:row wrap;margin-bottom:1.25rem}.coblocks-form .coblocks--inline label{margin-left:10px}.coblocks-form .coblocks--inline input[type="radio"]{margin-top:5px}.coblocks-form .coblocks--inline .coblocks-checkbox-label{width:auto}.coblocks-form .coblocks--inline input[type="checkbox"]{margin-top:2px}.is-twentysixteen .coblocks-form__submit,.is-twentynineteen .coblocks-form__submit{margin-top:1.5em}.is-twentyseventeen .coblocks-field{margin-bottom:1.75rem}.is-twentyseventeen .coblocks-label{font-weight:800}.is-twentyseventeen .coblocks-form__submit{margin-top:-0.75em}.is-twentyseventeen .coblocks-form__submit .wp-block-button__link{margin-top:0.1em}.is-twentynineteen .coblocks-form .components-text-control__input,.is-twentynineteen .coblocks-form .components-textarea-control__input{border-color:#ccc;border-radius:0;padding:1.2rem 0}.is-twentynineteen .coblocks-form__submit.wp-block-button{margin-top:0}.is-twentysixteen .coblocks-form .components-text-control__input,.is-twentysixteen .coblocks-form .components-textarea-control__input{background-color:#f7f7f7;border-color:#d1d1d1;border-radius:2px;padding:0.75rem 0}.is-twentysixteen .coblocks-form .components-base-control{margin-bottom:0}.is-twentysixteen .coblocks-form .components-base-control .components-base-control__field{margin-bottom:0}.is-twentysixteen .coblocks-form__submit.wp-block-button{margin-top:0}.wp-block-coblocks-gallery-carousel,.wp-block-coblocks-gallery-carousel .coblocks-gallery{overflow:hidden;position:relative}.wp-block-coblocks-gallery-carousel .coblocks-gallery--figure{height:100%}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-2 img{border-radius:2px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-3 img{border-radius:3px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-4 img{border-radius:4px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-5 img{border-radius:5px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-6 img{border-radius:6px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-7 img{border-radius:7px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-8 img{border-radius:8px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-9 img{border-radius:9px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-10 img{border-radius:10px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-11 img{border-radius:11px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-12 img{border-radius:12px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-13 img{border-radius:13px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-14 img{border-radius:14px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-15 img{border-radius:15px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-16 img{border-radius:16px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-17 img{border-radius:17px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-18 img{border-radius:18px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-19 img{border-radius:19px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-20 img{border-radius:20px}.wp-block-coblocks-gallery-carousel .flickity-button{align-items:center;border-radius:100%;color:#fff;cursor:pointer;display:flex;height:auto;margin:0 1%;padding:15px;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:250ms background-color linear;width:auto;z-index:3}.wp-block-coblocks-gallery-carousel .flickity-button:hover{background-color:rgba(255,255,255,0.15)}.wp-block-coblocks-gallery-carousel .flickity-button:focus{background-color:rgba(255,255,255,0.25);box-shadow:inset 0 0 0 3px rgba(255,255,255,0.25);outline:none}@media (min-width: 600px){.wp-block-coblocks-gallery-carousel .flickity-button{margin:0 2%}.wp-block-coblocks-gallery-carousel .flickity-button:hover{background-color:rgba(255,255,255,0.25)}}.wp-block-coblocks-gallery-carousel .flickity-button-icon{display:none}.wp-block-coblocks-gallery-carousel .flickity-button::after{background-color:#fff;content:"";display:block;height:28px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;width:28px}@media (min-width: 960px){.wp-block-coblocks-gallery-carousel .flickity-button::after{height:32px;width:32px}}.wp-block-coblocks-gallery-carousel .flickity-button.previous{height:62px;right:0;width:62px}.wp-block-coblocks-gallery-carousel .flickity-button.previous::after{height:32px;right:-1px;-webkit-mask-image:url(images/lightbox/arrow-left.svg);mask-image:url(images/lightbox/arrow-left.svg);width:32px}.wp-block-coblocks-gallery-carousel .flickity-button.next{height:62px;width:62px}.wp-block-coblocks-gallery-carousel .flickity-button.next::after{height:32px;-webkit-mask-image:url(images/lightbox/arrow-right.svg);mask-image:url(images/lightbox/arrow-right.svg);left:-1px;width:32px}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-gallery-carousel .flickity-button.previous::after{background-color:transparent !important;background-image:url(images/lightbox/arrow-left.svg);color:transparent !important}.wp-block-coblocks-gallery-carousel .flickity-button.next::after{background-color:transparent !important;background-image:url(images/lightbox/arrow-right.svg);color:transparent !important}}.wp-block-coblocks-gallery-carousel .carousel-nav{height:auto}.wp-block-coblocks-gallery-carousel .carousel-nav .flickity-viewport{height:80px !important;margin-right:0;margin-left:0}.wp-block-coblocks-gallery-carousel .carousel-nav figure{margin:0}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--figure{height:100%;position:relative}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail{height:80px;opacity:0.4;overflow:hidden;transition:opacity 250ms ease;width:100px}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail:hover{opacity:0.66}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail.is-selected{opacity:1}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.has-responsive-height .has-carousel{height:auto !important;padding-bottom:56.25%;position:relative}.has-responsive-height .has-carousel .flickity-viewport{right:0;position:absolute;top:0;width:100%}body.rtl .flickity-viewport{position:relative}body.rtl .flickity-prev-next-button.next{right:0}body.rtl .flickity-prev-next-button.previous{right:unset}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.alignfull ul,.wp-block-coblocks-gallery-collage.alignfull ul{padding-right:1em;padding-left:1em}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.is-style-layered) li,.wp-block-coblocks-gallery-collage:not(.is-style-layered) li{margin:0}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul,.wp-block-coblocks-gallery-collage ul{display:flex;flex-wrap:wrap;list-style-type:none;margin:0 !important;padding:0 !important}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul li,.wp-block-coblocks-gallery-collage ul li{list-style:none}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-no-gutter .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.wp-block-coblocks-gallery-collage.has-no-gutter .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-no-gutter .wp-block-coblocks-gallery-collage__item,.wp-block-coblocks-gallery-collage.has-no-gutter .wp-block-coblocks-gallery-collage__item{padding:0 !important}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item figure,.wp-block-coblocks-gallery-collage__item .block-editor-media-placeholder{padding:0}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage__item:nth-child(1){align-self:flex-end;width:75%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder{padding-top:calc(330 / 495 * 100%)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage__item:nth-child(2){align-self:flex-end;margin-left:auto !important;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage__item:nth-child(3){align-self:flex-start;margin-right:auto !important;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage__item:nth-child(4){align-self:flex-start;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5),.wp-block-coblocks-gallery-collage__item:nth-child(5){align-self:flex-start;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(5) figure,.wp-block-coblocks-gallery-collage__item:nth-child(5) .block-editor-media-placeholder{padding-top:150%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:0 !important}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){width:66.66%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder{padding-top:66%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3){width:33.33%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder{padding-top:100%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-right:0 !important}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.is-style-layered .wp-block-coblocks-gallery-collage__item{align-self:flex-start}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1){margin-right:calc(150 / 890 * 100%) !important;width:calc(358 / 890 * 100%);z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder{padding-top:calc(492 / 358 * 100%)}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2){margin-right:calc(175 / 850 * 100%) !important;margin-top:calc(117 / 990 * 100%) !important;width:calc(198 / 890 * 100%);z-index:2}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2).is-selected,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2).is-selected{z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder{padding-top:100%}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3){margin-right:calc(328 / 890 * 100%) !important;margin-top:calc(249 / 890 * 100% * -1) !important;width:calc(492 / 890 * 100%);z-index:3}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder{padding-top:calc(340 / 492 * 100%)}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4){margin-top:calc(189 / 890 * 100% * -1) !important;width:calc(492 / 890 * 100%);z-index:1}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4).is-selected,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4).is-selected{z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder{padding-top:calc(378 / 492 * 100%)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__figure,.wp-block-coblocks-gallery-collage__figure{display:flex;margin:0;position:relative;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__figure img,.wp-block-coblocks-gallery-collage__figure img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage figcaption,.wp-block-coblocks-gallery-collage figcaption{bottom:0;font-size:13px;margin:0;opacity:0.9;padding:30px 10px 10px;position:absolute;text-align:center;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-caption-style-dark figcaption,.wp-block-coblocks-gallery-collage.has-caption-style-dark figcaption{background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-caption-style-light figcaption,.wp-block-coblocks-gallery-collage.has-caption-style-light figcaption{background:linear-gradient(0deg, rgba(255,255,255,0.93) 6.3%, rgba(255,255,255,0.5) 61%, rgba(255,255,255,0))}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-dark figcaption,.wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-dark figcaption{color:#fff}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-light figcaption,.wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-light figcaption{color:#000}.editor-styles-wrapper .wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul>*:not(:first-child),.wp-block-coblocks-gallery-collage ul>*:not(:first-child){padding-right:calc(var(--coblocks-spacing--1, 0.5em) * 2)}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--2, 1em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-medium-gutter ul>*:not(:first-child){padding-right:calc(var(--coblocks-spacing--2, 1em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-large-gutter ul>*:not(:first-child){padding-right:calc(var(--coblocks-spacing--3, 1.5em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--4, 2em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-huge-gutter ul>*:not(:first-child){padding-right:calc(var(--coblocks-spacing--4, 2em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:var(--coblocks-custom-gutter, 0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-custom-gutter ul>*:not(:first-child){padding-right:var(--coblocks-custom-gutter, 0)}}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-right:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-left:calc(var(--coblocks-spacing--1, 0.5em) * 2);padding-top:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--1, 0.5em) * 2)}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-right:calc(var(--coblocks-spacing--2, 1em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-left:calc(var(--coblocks-spacing--2, 1em) * 2);padding-top:calc(var(--coblocks-spacing--2, 1em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--2, 1em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-right:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-left:calc(var(--coblocks-spacing--3, 1.5em) * 2);padding-top:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--3, 1.5em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-right:calc(var(--coblocks-spacing--4, 2em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-left:calc(var(--coblocks-spacing--4, 2em) * 2);padding-top:calc(var(--coblocks-spacing--4, 2em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--4, 2em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-right:var(--coblocks-custom-gutter, 0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-left:var(--coblocks-custom-gutter, 0);padding-top:var(--coblocks-custom-gutter, 0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:var(--coblocks-custom-gutter, 0)}}.wp-block-coblocks-gallery-collage .pb-0{padding-bottom:0 !important}.wp-block-coblocks-gallery-collage .pl-0{padding-right:0 !important}.wp-block-coblocks-gallery-masonry{position:relative}.wp-block-coblocks-gallery-masonry ul{list-style:none !important;padding:0 !important}.wp-block-coblocks-gallery-masonry ul:not([class*="gutter"]){margin-right:0 !important}.wp-block-coblocks-gallery-masonry li{margin:0 !important}.wp-block-coblocks-gallery-masonry figure{margin:0;overflow:hidden}.wp-block-coblocks-gallery-masonry img{height:auto;vertical-align:bottom;width:100%}.wp-block-coblocks-gallery-masonry figcaption{background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent);bottom:0;font-size:13px;max-height:100% !important;opacity:0.9;overflow:auto;padding:30px 10px 10px !important;position:absolute !important;text-align:center;width:100%}.wp-block-coblocks-gallery-masonry figcaption img{display:inline}.wp-block-coblocks-gallery-offset .coblocks-gallery{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:0;margin-right:0;padding-right:0}.wp-block-coblocks-gallery-offset img{max-height:22vw;width:auto}.wp-block-coblocks-gallery-offset figcaption{background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent);bottom:0;font-size:13px;max-height:100% !important;opacity:1;overflow:hidden;padding:30px 10px 10px !important;position:absolute !important;text-align:center;width:100%}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-small-images img{max-height:22vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-small-images img{max-height:11vw}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-medium-images img{max-height:28vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-medium-images img{max-height:12vw}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-large-images img{max-height:40vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-large-images img{max-height:20vw}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-huge-images img{max-height:40vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-huge-images img{max-height:30vw}}.wp-block-coblocks-gallery-offset .has-small-gutter,.wp-block-coblocks-gallery-offset .has-medium-gutter,.wp-block-coblocks-gallery-offset .has-large-gutter,.wp-block-coblocks-gallery-offset .has-huge-gutter{margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * -1 * 2);margin-right:calc(var(--coblocks-spacing--1, 0.5em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-small-gutter figure,.wp-block-coblocks-gallery-offset .has-medium-gutter figure,.wp-block-coblocks-gallery-offset .has-large-gutter figure,.wp-block-coblocks-gallery-offset .has-huge-gutter figure{margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2);margin-right:calc(var(--coblocks-spacing--1, 0.5em) * 2)}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-medium-gutter{margin-bottom:calc(var(--coblocks-spacing--2, 1em) * -1 * 2);margin-right:calc(var(--coblocks-spacing--2, 1em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-medium-gutter figure{margin-bottom:calc(var(--coblocks-spacing--2, 1em) * 2);margin-right:calc(var(--coblocks-spacing--2, 1em) * 2)}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-large-gutter{margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * -1 * 2);margin-right:calc(var(--coblocks-spacing--3, 1.5em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-large-gutter figure{margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2);margin-right:calc(var(--coblocks-spacing--3, 1.5em) * 2)}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-huge-gutter{margin-bottom:calc(var(--coblocks-spacing--4, 2em) * -1 * 2);margin-right:calc(var(--coblocks-spacing--4, 2em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-huge-gutter figure{margin-bottom:calc(var(--coblocks-spacing--4, 2em) * 2);margin-right:calc(var(--coblocks-spacing--4, 2em) * 2)}}.wp-block-coblocks-gallery-offset .has-custom-gutter{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * -1 * 2);margin-right:calc(var(--coblocks-custom-gutter, 0) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-custom-gutter figure{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2);margin-right:calc(var(--coblocks-custom-gutter, 0) * 2)}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-custom-gutter{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * -1 * 2);margin-right:calc(var(--coblocks-custom-gutter, 0) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-custom-gutter figure{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2);margin-right:calc(var(--coblocks-custom-gutter, 0) * 2)}}.wp-block-coblocks-gallery-stacked{position:relative;text-align:center}.wp-block-coblocks-gallery-stacked.alignleft,.wp-block-coblocks-gallery-stacked.alignright{max-width:305px}.wp-block-coblocks-gallery-stacked:not(.has-caption-color){color:#1e1e1e !important}.wp-block-coblocks-gallery-stacked .coblocks-gallery{margin-right:0;padding-right:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item{margin-right:auto;margin-left:auto}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child{margin-bottom:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child figure{margin-bottom:0 !important}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child figcaption{padding-bottom:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--caption{padding-bottom:1em;padding-top:1em;text-align:center}.wp-block-coblocks-gallery-stacked .coblocks-gallery--caption:not([class*="font-size"]){font-size:13px}.is-selected .wp-block-coblocks-gallery-stacked .coblocks-gallery--caption,.is-typing .wp-block-coblocks-gallery-stacked .coblocks-gallery--caption{padding-right:1em;padding-left:1em}.wp-block-coblocks-gallery-stacked .has-fullwidth-images img{width:100%}.wp-block-coblocks-gallery-stacked .coblocks-video-bg{z-index:1}.wp-block-coblocks-gif.alignfull,.wp-block-coblocks-gif.alignwide{width:inherit}.wp-block-coblocks-gif.alignfull img,.wp-block-coblocks-gif.alignwide img{width:100%}.wp-block-coblocks-gist .gist-file{border-color:rgba(0,0,0,0.125) !important;border-radius:4px !important;margin-bottom:0 !important}.wp-block-coblocks-gist .gist-file a,.wp-block-coblocks-gist .gist-file a:hover{box-shadow:none}.wp-block-coblocks-gist .gist-file+.gist-file{margin-top:5px !important}.wp-block-coblocks-gist .gist-data{border-radius:3px 3px 0 0}.wp-block-coblocks-gist .gist-data tr,.wp-block-coblocks-gist .gist-data td{border:none}.wp-block-coblocks-gist .gist-data td.blob-num{padding:1px 20px 1px 15px !important}.wp-block-coblocks-gist .gist-data td.blob-code{padding-right:0 !important}.wp-block-coblocks-gist .gist-meta{border-radius:0 0 3px 3px}.wp-block-coblocks-gist.no-meta .gist .gist-data{border-bottom:0;border-radius:3px}.wp-block-coblocks-gist.no-meta .gist .gist-meta{display:none}.wp-block-coblocks-gist figcaption{color:#1e1e1e;font-size:13px;margin-bottom:1em;margin-top:0.5em;text-align:center}.wp-block-coblocks-gist table{table-layout:auto}.wp-block-coblocks-hero{position:relative}.wp-block-coblocks-hero .has-left-content{text-align:right}.wp-block-coblocks-hero .has-center-content{text-align:center}.wp-block-coblocks-hero .has-center-content .wp-block-coblocks-buttons__inner{justify-content:center}.wp-block-coblocks-hero .has-center-content h1::before,.wp-block-coblocks-hero .has-center-content h2::before{margin-right:auto;margin-left:auto}.wp-block-coblocks-hero .has-right-content{text-align:left}.wp-block-coblocks-hero .has-right-content .wp-block-coblocks-buttons__inner{justify-content:flex-end}.wp-block-coblocks-hero .has-right-content h1::before,.wp-block-coblocks-hero .has-right-content h2::before{margin-right:auto}.wp-block-coblocks-hero__inner{display:flex;position:relative}.wp-block-coblocks-hero__inner.is-fullscreen{height:100vh}.wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content{position:relative}.wp-block-coblocks-hero__inner[class*="hero-top"]{align-items:flex-start}.wp-block-coblocks-hero__inner[class*="hero-center"]{align-items:center}.wp-block-coblocks-hero__inner[class*="hero-bottom"]{align-items:flex-end}.wp-block-coblocks-hero__inner[class*="left-align"]{justify-content:flex-start}.wp-block-coblocks-hero__inner[class*="center-align"]{justify-content:center}.wp-block-coblocks-hero__inner[class*="right-align"]{justify-content:flex-end}.wp-block-coblocks-hero .wp-block-button{margin-bottom:0}.wp-block-coblocks-highlight{background:transparent !important}.wp-block-coblocks-highlight:empty{display:none}.wp-block-coblocks-highlight+.wp-block-coblocks-highlight{padding-top:7px}.wp-block-coblocks-highlight__content{padding:2px 3px 2px 5px;position:relative}.wp-block-coblocks-highlight__content:not(.has-background){background-color:#fff8e5}.wp-block-coblocks-icon{position:relative}.wp-block-coblocks-icon__inner{display:inline-block;position:relative;vertical-align:middle}.wp-block-coblocks-icon__inner a{border:0 !important;box-shadow:none !important;height:100%;outline:none;text-shadow:none;width:100%}.wp-block-coblocks-icon__inner svg{fill:currentColor;height:100%;vertical-align:middle;width:100%}.wp-block-coblocks-logos.has-filter-grayscale img,.wp-block-coblocks-logos.is-style-black-and-white img{filter:grayscale(1) brightness(0)}.wp-block-coblocks-logos.is-style-grayscale img{filter:grayscale(1)}.wp-block-coblocks-logos__row{align-items:center;display:flex;flex-direction:row;justify-content:center}@media (max-width: 600px){.wp-block-coblocks-logos__row{flex-wrap:wrap}}.wp-block-coblocks-logos__row+.wp-block-coblocks-logos__row{margin-top:2em}.wp-block-coblocks-logos__row>div{padding:0 1.5vw}.wp-block-coblocks-logos__row img{vertical-align:middle;width:100%}.wp-block-coblocks-media-card__wrapper{align-items:center;display:grid;grid-template-areas:"media-text-media media-text-content";grid-template-columns:55% auto;grid-template-rows:auto;margin-right:auto;margin-left:auto;padding:0 !important;position:relative}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 55%}.wp-block-coblocks-media-card__inner{color:inherit !important}.wp-block-coblocks-media-card__media{grid-area:media-text-media;margin:0;position:relative}.has-no-media .wp-block-coblocks-media-card__media{align-items:center;background:rgba(139,139,150,0.1);display:flex;height:70vw;justify-content:center;margin-bottom:0;margin-top:0;max-height:600px}@media (min-width: 600px){.has-no-media .wp-block-coblocks-media-card__media{width:100%}}.has-no-media.alignfull .wp-block-coblocks-media-card__media,.has-no-media.alignwide .wp-block-coblocks-media-card__media{max-height:700px}.wp-block-coblocks-media-card__media svg{height:30px;opacity:0.15;position:relative;top:-30px;width:30px}@media (min-width: 600px){.wp-block-coblocks-media-card__media svg{height:50px;width:50px}}.wp-block-coblocks-media-card__content{grid-area:media-text-content;margin-right:-50%;position:relative;word-break:break-word;z-index:1}@media (min-width: 600px){.wp-block-coblocks-media-card__content{margin-right:-100px}}.wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}.wp-block-coblocks-media-card__content h1,.wp-block-coblocks-media-card__content h2,.wp-block-coblocks-media-card__content h3,.wp-block-coblocks-media-card__content h4,.wp-block-coblocks-media-card__content h5,.wp-block-coblocks-media-card__content h6{margin-top:0 !important}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__content{margin-right:0;margin-left:-50%}@media (min-width: 600px){.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__content{margin-left:-100px}}.wp-block-coblocks-media-card__wrapper>figure>img,.wp-block-coblocks-media-card__wrapper>figure>video{max-width:unset;vertical-align:middle;width:100%}@media (max-width: 599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-media" "media-text-content";grid-template-columns:100% !important}}@media (max-width: 599px) and (min-width: 600px){.wp-block-coblocks-media-card.is-stacked-on-mobile.is-style-right .wp-block-coblocks-media-card__content{margin-left:-100px}}@media (max-width: 599px) and (min-width: 600px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__media{position:inherit}}@media (max-width: 599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{margin-right:5%;margin-left:5%;margin-top:-33%}}@media (max-width: 599px) and (min-width: 600px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{grid-area:media-text-content;margin-right:-100px}}@media (max-width: 599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-media-card .wp-block-coblocks-media-card__wrapper{display:flex}.wp-block-coblocks-media-card .wp-block-coblocks-media-card__wrapper .wp-block-coblocks-row__inner{flex-grow:1}.wp-block-coblocks-media-card.is-style-right figure{order:2}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-row__inner{order:1}}body.rtl .is-style-left .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-content media-text-media" "resizer resizer" !important;grid-template-columns:auto 55% !important}body.rtl .is-style-left .wp-block-coblocks-media-card__content{margin-right:0;margin-left:-100px}body.rtl .is-style-right .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-media media-text-content" "resizer resizer" !important;grid-template-columns:55% auto !important}body.rtl .is-style-right .wp-block-coblocks-media-card__content{margin-right:-100px;margin-left:0}@media (min-width: 768px) and (max-width: 1024px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile{flex-direction:column}.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-media" "media-text-content";grid-template-columns:100% !important}}@media (min-width: 768px) and (max-width: 1024px) and (max-width: 599px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__media{position:inherit}}@media (min-width: 768px) and (max-width: 1024px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{margin-right:5%;margin-left:5%;margin-top:-33%}.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}}.wp-block-coblocks-post-carousel.alignfull{padding-right:var(--coblocks-spacing--2, 1em);padding-left:var(--coblocks-spacing--2, 1em)}@media (min-width: 600px){.wp-block-coblocks-post-carousel.alignfull{padding-right:var(--coblocks-spacing--4, 2em);padding-left:var(--coblocks-spacing--4, 2em)}}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .coblocks-slick{padding-bottom:0}}.wp-block-coblocks-post-carousel .slick-slider{box-sizing:border-box;display:block;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wp-block-coblocks-post-carousel .slick-slider .slick-track,.wp-block-coblocks-post-carousel .slick-slider .slick-list{transform:translate3d(0, 0, 0)}.wp-block-coblocks-post-carousel .slick-list{display:block;margin:0;margin-bottom:calc(var(--coblocks-spacing--2, 1em) * -1);overflow:hidden;padding:0;position:relative}.wp-block-coblocks-post-carousel .slick-list:focus{outline:none}.wp-block-coblocks-post-carousel .slick-list.dragging{cursor:pointer;cursor:hand}.wp-block-coblocks-post-carousel .slick-track{display:flex;right:0;margin-right:auto;margin-left:auto;position:relative;top:0}.wp-block-coblocks-post-carousel .slick-track::before,.wp-block-coblocks-post-carousel .slick-track::after{content:"";display:table}.wp-block-coblocks-post-carousel .slick-track::after{clear:both}.slick-loading .wp-block-coblocks-post-carousel .slick-track{visibility:hidden}.wp-block-coblocks-post-carousel .slick-slide{display:none;float:right;height:auto;margin:0 var(--coblocks-spacing--2, 1em);min-height:1px;outline:none}[dir="rtl"] .wp-block-coblocks-post-carousel .slick-slide{float:left}.wp-block-coblocks-post-carousel .slick-slide img{display:block}.wp-block-coblocks-post-carousel .slick-slide.slick-loading img{display:none}.wp-block-coblocks-post-carousel .slick-slide.dragging img{pointer-events:none}.wp-block-coblocks-post-carousel .slick-initialized .slick-slide{display:block}.wp-block-coblocks-post-carousel .slick-prev,.wp-block-coblocks-post-carousel .slick-next{background:transparent;border:none;bottom:0;color:transparent;cursor:pointer;display:inline-block;font-size:initial;height:var(--coblocks-spacing--8, 4em);line-height:0;outline:none;padding:0.5em;position:absolute;width:var(--coblocks-spacing--8, 4em)}.wp-block-coblocks-post-carousel .slick-prev:hover,.wp-block-coblocks-post-carousel .slick-prev:focus,.wp-block-coblocks-post-carousel .slick-next:hover,.wp-block-coblocks-post-carousel .slick-next:focus{cursor:pointer;opacity:0.5;outline:none}.wp-block-coblocks-post-carousel .slick-prev:hover::before,.wp-block-coblocks-post-carousel .slick-prev:focus::before,.wp-block-coblocks-post-carousel .slick-next:hover::before,.wp-block-coblocks-post-carousel .slick-next:focus::before{opacity:1}.wp-block-coblocks-post-carousel .slick-prev{right:50%;transform:translateX(100%)}.wp-block-coblocks-post-carousel .slick-next{left:50%;transform:translateX(-100%)}.wp-block-coblocks-post-carousel .slick-prev.slick-disabled::before,.wp-block-coblocks-post-carousel .slick-next.slick-disabled::before{opacity:0.25}.wp-block-coblocks-post-carousel .slick-prev::before,.wp-block-coblocks-post-carousel .slick-next::before{background-image:url(images/lightbox/arrow-left.svg);background-position:center;background-repeat:no-repeat;content:" ";display:block;height:100%;width:100%}.wp-block-coblocks-post-carousel .slick-next::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-post-carousel [dir="rtl"] .slick-prev::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-post-carousel [dir="rtl"] .slick-next::before{background-image:url(images/lightbox/arrow-left.svg)}.wp-block-coblocks-post-carousel__image{display:table;margin-bottom:var(--coblocks-spacing--2, 1em);position:relative;width:100%}.wp-block-coblocks-post-carousel__image a{display:block;outline:none;padding-top:100%;width:100%}.wp-block-coblocks-post-carousel__content{display:flex;flex-direction:column;width:100%}.wp-block-coblocks-post-carousel__date{color:#6c7781;display:block;font-size:16px;margin-bottom:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-post-carousel__more-link{align-self:self-start;margin-top:var(--coblocks-spacing--2, 1em)}.wp-block-coblocks-post-carousel__excerpt{margin-top:var(--coblocks-spacing--1, 0.5em)}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-next,.wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev{bottom:50%;transform:translateY(-50%)}}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev{right:-5em}}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-next{left:-5em}}body.rtl .wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev::before{background-image:url(images/lightbox/arrow-right.svg)}body.rtl .wp-block-coblocks-post-carousel:not(.alignwide) .slick-next::before{background-image:url(images/lightbox/arrow-left.svg)}.is-twentynineteen .wp-block-coblocks-post-carousel{line-height:1.6}.is-twentynineteen .wp-block-coblocks-post-carousel__content a{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:calc(22px * 1.125);font-weight:700;line-height:1.2;margin-bottom:0.5rem;margin-top:0.5rem;text-decoration:none !important}.is-twentynineteen .wp-block-coblocks-post-carousel__date{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:700}.is-twentytwenty .wp-block-coblocks-post-carousel{color:#6d6d6d}.is-twentytwenty .wp-block-coblocks-post-carousel .columns{margin-bottom:0.5em}.is-twentytwenty .wp-block-coblocks-post-carousel a{font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-weight:700;letter-spacing:-0.025em;text-decoration:none}.is-twentytwenty .wp-block-coblocks-post-carousel a:hover{text-decoration:underline}.is-twentytwenty .wp-block-coblocks-post-carousel__date{color:#6d6d6d;font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-size:0.7em;font-weight:600;letter-spacing:normal;margin-bottom:0.2em}.wp-block-coblocks-posts+.wp-block-coblocks-posts{margin-top:var(--coblocks-spacing--2, 1em)}.wp-block-coblocks-posts.has-1-columns>div:first-child{margin-top:0}.wp-block-coblocks-posts.has-1-columns>div:last-child{margin-bottom:0}.wp-block-coblocks-posts__inner{margin-right:0;padding-right:0}.wp-block-coblocks-posts__item{align-items:stretch;flex:1 1 auto;margin-bottom:var(--coblocks-spacing--3, 1.5em);margin-right:0;margin-top:0;padding-right:0;width:100%}.is-style-stacked .wp-block-coblocks-posts__item{flex-direction:column}.is-style-horizontal .has-image-right .wp-block-coblocks-posts__item{flex-direction:row-reverse}.wp-block-coblocks-posts.is-style-horizontal .wp-block-coblocks-posts__item{display:flex}.wp-block-coblocks-posts__image{display:table;flex:0 0 auto;height:14.285%;margin-left:var(--coblocks-spacing--2, 1em);position:relative;width:14.285%}@media (min-width: 600px){.wp-block-coblocks-posts__image{margin-left:var(--coblocks-spacing--3, 1.5em)}}.has-image-right .wp-block-coblocks-posts__image{margin-right:var(--coblocks-spacing--2, 1em);margin-left:0}@media (min-width: 600px){.has-image-right .wp-block-coblocks-posts__image{margin-right:var(--coblocks-spacing--3, 1.5em)}}.wp-block-coblocks-posts__image>*{display:block;padding-top:100%;width:100%}.is-style-stacked .wp-block-coblocks-posts__image{margin-bottom:var(--coblocks-spacing--2, 1em);width:100%}@media (min-width: 600px){.has-medium-image .wp-block-coblocks-posts__image{height:20%;width:20%}}@media (min-width: 600px){.has-large-image .wp-block-coblocks-posts__image{height:33.33%;width:33.33%}}@media (min-width: 600px){.has-huge-image .wp-block-coblocks-posts__image{height:33.33%;width:33.33%}}@media (min-width: 782px){.has-huge-image .wp-block-coblocks-posts__image{height:50%;width:50%}}.has-four-to-three-image .wp-block-coblocks-posts__image>*{padding-top:75%}.has-sixteen-to-nine-image .wp-block-coblocks-posts__image>*{padding-top:56.25%}.has-circle-image .wp-block-coblocks-posts__image>*{border-radius:100%}.wp-block-coblocks-posts__content{display:flex;flex-direction:column;margin-top:auto;width:100%}.wp-block-coblocks-posts__content.self-center{align-self:center}.wp-block-coblocks-posts__date{color:#6c7781;display:block;font-size:16px;margin-top:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-posts__excerpt{margin-top:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-posts__more-link{align-self:self-start;display:block}.is-twentynineteen .wp-block-coblocks-posts{line-height:1.6}.is-twentynineteen .wp-block-coblocks-posts__content a{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:calc(22px * 1.125);font-weight:700;line-height:1.2;margin-bottom:0.5rem;margin-top:0.5rem;text-decoration:none !important}.is-twentynineteen .wp-block-coblocks-posts__date{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:700}.is-twentytwenty .wp-block-coblocks-posts .has-columns{margin-bottom:0.5em}.is-twentytwenty .wp-block-coblocks-posts a{font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-weight:700;letter-spacing:-0.025em;text-decoration:none}.is-twentytwenty .wp-block-coblocks-posts a:hover{text-decoration:underline}.is-twentytwenty .wp-block-coblocks-posts__date{color:#6d6d6d;font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-size:0.7em;font-weight:600;letter-spacing:normal;margin-bottom:0.2em}.wp-block-coblocks-pricing-table-item{padding:4em 1.5em;position:relative;width:100%}@media (min-width: 600px){.wp-block-coblocks-pricing-table-item{margin-bottom:0}}.wp-block-coblocks-pricing-table-item:not(.has-background){background:rgba(140,140,151,0.1)}.wp-block-coblocks-pricing-table-item__title{margin-top:0;padding:0}.wp-block-coblocks-pricing-table-item__price-wrapper{display:flex;line-height:1;position:relative}.wp-block-coblocks-pricing-table-item__currency{font-size:1em}.wp-block-coblocks-pricing-table-item__amount{font-size:5em;letter-spacing:normal;line-height:1 !important;margin:0;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features{margin:0 0 30px;max-width:none;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features ul,.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li{list-style:none;margin:0;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li::after{content:"\00a0"}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__title{display:block;margin-bottom:20px}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__price-wrapper{margin-bottom:20px}.wp-block-coblocks-pricing-table-item .wp-block-button{margin-bottom:0}.has-text-align-center .wp-block-coblocks-pricing-table-item__price-wrapper{justify-content:center}.has-text-align-right .wp-block-coblocks-pricing-table-item__price-wrapper{justify-content:flex-end}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--1, 0.5em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--2, 1em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2.01 - var(--coblocks-spacing--3, 1.5em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--3, 1.5em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2.02 - var(--coblocks-spacing--4, 2em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--4, 2em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (min-width: 600px){.wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns){display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}}.wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{margin-bottom:1.5em}@media (min-width: 600px){.wp-block-coblocks-pricing-table.has-2-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:50%;max-width:calc(100% / 2 - .75em)}.wp-block-coblocks-pricing-table.has-3-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:33.333%;max-width:calc(100% / 3 - .75em)}}@media (min-width: 600px){.wp-block-coblocks-pricing-table.has-4-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:25%;max-width:calc(100% / 4 - .75em)}}@media (min-width: 600px) and (max-width: 1200px){.wp-block-coblocks-pricing-table.has-4-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:50%;max-width:calc(100% / 2 - .75em)}}.wp-block-coblocks-row{position:relative}.wp-block-coblocks-row:not([data-columns="1"]){display:flex}.wp-block-coblocks-row:not([data-columns="1"]) .wp-block-coblocks-row__inner{display:flex;flex:1}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"]{margin-right:auto;margin-left:auto;max-width:calc(6 * (100vw / 12.5))}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"].alignwide{max-width:calc(6 * (100vw / 8.5))}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"].alignfull{max-width:100%}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"][data-columns="1"] .wp-block-coblocks-column__inner>:not([class*="wp-block-"]){max-width:100%}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>:not([class*="wp-block-"]){margin-right:auto;margin-left:auto;max-width:100%}.wp-block-coblocks-column{height:100%;margin-bottom:32px;min-width:0;overflow-wrap:break-word;position:relative;word-break:break-word}@media (min-width: 600px){.wp-block-coblocks-column{margin-bottom:0}}.wp-block-coblocks-column p{margin-top:0}.wp-block-coblocks-column p:last-of-type{margin-bottom:0}.wp-block-coblocks-column__inner.has-background-overlay *{position:relative}.has-small-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-left:var(--coblocks-spacing--1, 0.5em)}.has-small-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-right:var(--coblocks-spacing--1, 0.5em)}.has-small-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-right:var(--coblocks-spacing--1, 0.5em)}.has-small-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-left:var(--coblocks-spacing--1, 0.5em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-left:var(--coblocks-spacing--2, 1em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-right:var(--coblocks-spacing--2, 1em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-right:var(--coblocks-spacing--2, 1em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-left:var(--coblocks-spacing--2, 1em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-left:var(--coblocks-spacing--3, 1.5em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-right:var(--coblocks-spacing--3, 1.5em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-right:var(--coblocks-spacing--3, 1.5em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-left:var(--coblocks-spacing--3, 1.5em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-left:var(--coblocks-spacing--4, 2em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-right:var(--coblocks-spacing--4, 2em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-right:var(--coblocks-spacing--4, 2em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-left:var(--coblocks-spacing--4, 2em)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-left:var(--coblocks-custom-gutter, 0)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-right:var(--coblocks-custom-gutter, 0)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-right:var(--coblocks-custom-gutter, 0)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-left:var(--coblocks-custom-gutter, 0)}@media (max-width: 599px){.wp-block-coblocks-row__inner.is-stacked-on-mobile{flex-direction:column}.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column{margin-right:0 !important;margin-left:0 !important;max-width:100% !important;width:100% !important}.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column:last-child{margin-bottom:0}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-no-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:0}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-small-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-medium-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--2, 1em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-large-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-huge-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--4, 2em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-custom-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2)}}.wp-block-coblocks-row__inner [data-type="coblocks/column"]{display:flex;margin-bottom:0;margin-top:0}.wp-block-coblocks-row__inner [data-type="coblocks/column"] .wp-block-coblocks-column,.wp-block-coblocks-row__inner [data-type="coblocks/column"] .wp-block-coblocks-column__inner{flex:1}.wp-block-coblocks-row__inner.are-vertically-aligned-top{align-items:flex-start}.wp-block-coblocks-row__inner.are-vertically-aligned-center{align-items:center}.wp-block-coblocks-row__inner.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top .wp-block-coblocks-column__inner{align-self:flex-start}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center .wp-block-coblocks-column__inner{align-self:center}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom .wp-block-coblocks-column__inner{align-self:flex-end}.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-coblocks-column__inner{flex:1}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top,.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center,.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom{width:100%}.wp-block-coblocks-service{margin:0 0 var(--coblocks-spacing--3, 1.5em);max-width:100%}@media (min-width: 600px){.wp-block-coblocks-service{margin:0}}.wp-block-coblocks-service:last-child{margin-bottom:0}.wp-block-coblocks-service h2,.wp-block-coblocks-service h3,.wp-block-coblocks-service h4,.wp-block-coblocks-service h5,.wp-block-coblocks-service h6{margin-bottom:0.5em;margin-top:0}.wp-block-coblocks-service p:first-of-type{margin-top:0}.wp-block-coblocks-service p:last-of-type{margin-bottom:0}.wp-block-coblocks-service .wp-block-buttons{margin:0 0 1.5em}.wp-block-coblocks-service .wp-block-buttons .wp-block-button{margin-bottom:0;margin-top:1.5em}.wp-block-coblocks-service__figure{display:flex;margin:0 0 1.5em;padding:calc(3 / 4 * 100%) 0 0;position:relative;width:100%}.is-style-sixbynine .wp-block-coblocks-service__figure{padding-top:calc(9 / 16 * 100%)}.is-style-circle .wp-block-coblocks-service__figure{border-radius:100%;padding-top:100%}.is-style-circle .wp-block-coblocks-service__figure img{border-radius:100%}.is-style-square .wp-block-coblocks-service__figure{padding-top:100%}.wp-block-coblocks-service__figure img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}@media (min-width: 600px){.wp-block-coblocks-services[data-columns]{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}}@media (min-width: 600px){.wp-block-coblocks-services[data-columns][data-columns="2"]>.wp-block-coblocks-service{flex-basis:50%;max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}.wp-block-coblocks-services[data-columns][data-columns="3"]>.wp-block-coblocks-service{flex-basis:33.333%;max-width:calc(100% / 3 - var(--coblocks-spacing--2, 1em))}}@media (min-width: 600px) and (max-width: 1280px){.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service{flex-basis:50%;margin-bottom:3em;max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(1),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(3){margin-right:0}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(2),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(4){margin-left:0}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(3),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(4){margin-bottom:0}}@media (min-width: 1280px){.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service{flex-basis:25%;max-width:calc(100% / 4 - var(--coblocks-spacing--2, 1em))}}.wp-block-coblocks-services .has-1-columns{justify-content:center}.is-twentytwenty .wp-block-coblocks-services .has-1-columns .wp-block-coblocks-service-column{max-width:58rem}.wp-block-coblocks-shape-divider{display:flex;flex-direction:column;position:relative}.wp-block-coblocks-shape-divider svg{bottom:-1px;fill:currentColor;height:100%;right:0;position:absolute;width:100%}.wp-block-coblocks-shape-divider__svg-wrapper{position:relative}.wp-block-coblocks-shape-divider__alt-wrapper{background-color:currentColor}.wp-block-coblocks-shape-divider.is-horizontally-flipped svg{transform:scaleX(-1)}.wp-block-coblocks-shape-divider.is-vertically-flipped{flex-direction:column-reverse}.wp-block-coblocks-shape-divider.is-vertically-flipped svg{bottom:0;top:-1px;transform:scaleY(-1)}.wp-block-coblocks-shape-divider.is-vertically-flipped.is-horizontally-flipped svg{transform:scaleX(-1) scaleY(-1)}.wp-block-coblocks-shape-divider .divider--waves path:nth-child(1){opacity:0.15}.wp-block-coblocks-shape-divider .divider--waves path:nth-child(2){opacity:0.3}.wp-block-coblocks-social.has-background{padding:20px 30px}.wp-block-coblocks-social .wp-block-button__link:not(.has-background){background-color:#31373c}.wp-block-coblocks-social .wp-block-button__link:not(.has-text-color){color:#fff}.wp-block-coblocks-social ul,.wp-block-coblocks-social li{list-style:none;margin:0 !important;padding:0 !important}.wp-block-coblocks-social li{display:inline-block;margin:3px 0 3px 6px !important;vertical-align:middle}.wp-block-coblocks-social li::before,.wp-block-coblocks-social li::after{display:none !important}.wp-block-coblocks-social__button{align-items:center;border:none;border-radius:0;box-shadow:none !important;cursor:pointer;display:inline-flex;font-size:15px;justify-content:center;line-height:1;padding:10px 14px;text-align:center;text-decoration:none !important;white-space:normal;word-break:break-all}.wp-block-coblocks-social__button:first-of-type{margin-right:0 !important}.wp-block-coblocks-social__button:last-of-type{margin-left:0 !important}.wp-block-coblocks-social__text,.wp-block-coblocks-social__text:hover,.wp-block-coblocks-social:not(.is-style-mask) .wp-block-coblocks-social__icon,.wp-block-coblocks-social:not(.is-style-mask) .wp-block-coblocks-social__icon:hover{color:inherit}.wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-right:8px}.wp-block-coblocks-social__icon{background-color:currentColor;background-repeat:no-repeat;background-size:cover;display:inline-block;height:18px;width:18px}.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text,.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-right:9px}.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-right:4px}.wp-block-coblocks-social__button--twitter .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/twitter.svg);mask-image:url(images/social/twitter.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--twitter .wp-block-coblocks-social__icon{background-image:url(images/social/twitter.svg);color:transparent !important}}.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/facebook.svg);mask-image:url(images/social/facebook.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon{background-image:url(images/social/facebook.svg);color:transparent !important}}.wp-block-coblocks-social__button--pinterest .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/pinterest.svg);mask-image:url(images/social/pinterest.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--pinterest .wp-block-coblocks-social__icon{background-image:url(images/social/pinterest.svg);color:transparent !important}}.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/linkedin.svg);mask-image:url(images/social/linkedin.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon{background-image:url(images/social/linkedin.svg);color:transparent !important}}.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/tumblr.svg);mask-image:url(images/social/tumblr.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon{background-image:url(images/social/tumblr.svg);color:transparent !important}}.wp-block-coblocks-social__button--reddit .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/reddit.svg);mask-image:url(images/social/reddit.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--reddit .wp-block-coblocks-social__icon{background-image:url(images/social/reddit.svg);color:transparent !important}}.wp-block-coblocks-social__button--email .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/email.svg);mask-image:url(images/social/email.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--email .wp-block-coblocks-social__icon{background-image:url(images/social/email.svg);color:transparent !important}}.wp-block-coblocks-social__button--google .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/google.svg);mask-image:url(images/social/google.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--google .wp-block-coblocks-social__icon{background-image:url(images/social/google.svg);color:transparent !important}}.wp-block-coblocks-social__button--yelp .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/yelp.svg);mask-image:url(images/social/yelp.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--yelp .wp-block-coblocks-social__icon{background-image:url(images/social/yelp.svg);color:transparent !important}}.wp-block-coblocks-social__button--youtube .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/youtube.svg);mask-image:url(images/social/youtube.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--youtube .wp-block-coblocks-social__icon{background-image:url(images/social/youtube.svg);color:transparent !important}}.wp-block-coblocks-social__button--instagram .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/instagram.svg);mask-image:url(images/social/instagram.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--instagram .wp-block-coblocks-social__icon{background-image:url(images/social/instagram.svg);color:transparent !important}}.wp-block-coblocks-social__button--houzz .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/houzz.svg);mask-image:url(images/social/houzz.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--houzz .wp-block-coblocks-social__icon{background-image:url(images/social/houzz.svg);color:transparent !important}}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__text,.wp-block-coblocks-social.has-colors:not(.is-style-mask) .wp-block-coblocks-social__icon{color:#fff}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--twitter{background-color:#55acee !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--facebook{background-color:#3b5999 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--pinterest{background-color:#e60023 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--linkedin{background-color:#0077b5 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--tumblr{background-color:#34465d !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--reddit{background-color:#ff5700 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--email{background-color:#2880e5 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--google{background-color:#dd4b39 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--yelp{background-color:#d32323 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--youtube{background-color:red !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--instagram{background-color:#ef0175 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--houzz{background-color:#4ebc16 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--twitter{color:#55acee !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--facebook{color:#3b5999 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--pinterest{color:#e60023 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--linkedin{color:#0077b5 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--tumblr{color:#34465d !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--reddit{color:#ff5700 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--email{color:#2880e5 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--google{color:#dd4b39 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--yelp{color:#d32323 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--youtube{color:red !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--instagram{color:#ef0175 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--houzz{color:#4ebc16 !important}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__button{padding:11px 24px}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__button:active{-webkit-animation:pulse 200ms;animation:pulse 200ms;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute;width:1px;word-wrap:normal}.wp-block-coblocks-social.is-style-text .wp-block-coblocks-social__icon{display:none}.wp-block-coblocks-social.is-style-text .wp-block-coblocks-social__text{margin-right:0}.wp-block-coblocks-social.is-style-mask li,.wp-block-coblocks-social.is-style-mask.has-button-size-sml li{margin:0 7px !important}.wp-block-coblocks-social.is-style-mask .wp-block-coblocks-social__button{background:transparent !important;display:block;padding:0 !important}.wp-block-coblocks-social.is-style-mask .wp-block-coblocks-social__text{margin-right:0}.wp-block-coblocks-social.is-style-mask:not(.has-colors) .wp-block-button__link:not(.has-text-color){color:#31373c}.wp-block-coblocks-social.has-button-size-sml li{margin:2px 0 2px 4px !important}.wp-block-coblocks-social.has-button-size-sml:not(.is-style-text):not(.is-style-icon-and-text):not(.is-style-circular) .wp-block-coblocks-social__button{padding:8px 16px}.wp-block-coblocks-social.has-button-size-sml .wp-block-coblocks-social__icon{height:16px;width:16px}.wp-block-coblocks-social.has-button-size-sml .wp-block-coblocks-social__button{font-size:13px;padding:10px 12px}.wp-block-coblocks-social.has-button-size-lrg:not(.is-style-text):not(.is-style-icon-and-text):not(.is-style-circular) .wp-block-coblocks-social__button{padding:14px 32px}.wp-block-coblocks-social.has-button-size-lrg .wp-block-coblocks-social__icon{height:20px;width:20px}.wp-block-coblocks-social.has-button-size-lrg .wp-block-coblocks-social__button{font-size:16px;padding:12px 16px}.wp-block-coblocks-social.is-style-circular .wp-block-coblocks-social__button{border-radius:100%}.wp-block-coblocks-social.is-style-circular .wp-block-coblocks-social__button:not(.has-padding){padding:14px !important}@-webkit-keyframes pulse{0%{transform:scale(1)}15%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}15%{transform:scale(0.95)}100%{transform:scale(1)}}.uppercase{text-transform:uppercase}.m-1{margin:.5em}.m-2{margin:1em}.m-3{margin:1.5em}.m-4{margin:2em}.m-5{margin:2.5em}.m-6{margin:3em}.m-7{margin:3.5em}.m-8{margin:4em}.m-9{margin:4.5em}.m-10{margin:7em}.mt-1{margin-top:.5em}.mt-2{margin-top:1em}.mt-3{margin-top:1.5em}.mt-4{margin-top:2em}.mt-5{margin-top:2.5em}.mt-6{margin-top:3em}.mt-7{margin-top:3.5em}.mt-8{margin-top:4em}.mt-9{margin-top:4.5em}.mt-10{margin-top:7em}.mb-1{margin-bottom:.5em}.mb-2{margin-bottom:1em}.mb-3{margin-bottom:1.5em}.mb-4{margin-bottom:2em}.mb-5{margin-bottom:2.5em}.mb-6{margin-bottom:3em}.mb-7{margin-bottom:3.5em}.mb-8{margin-bottom:4em}.mb-9{margin-bottom:4.5em}.mb-10{margin-bottom:7em}.mr-1{margin-left:.5em}.mr-2{margin-left:1em}.mr-3{margin-left:1.5em}.mr-4{margin-left:2em}.mr-5{margin-left:2.5em}.mr-6{margin-left:3em}.mr-7{margin-left:3.5em}.mr-8{margin-left:4em}.mr-9{margin-left:4.5em}.mr-10{margin-left:7em}.ml-1{margin-right:.5em}.ml-2{margin-right:1em}.ml-3{margin-right:1.5em}.ml-4{margin-right:2em}.ml-5{margin-right:2.5em}.ml-6{margin-right:3em}.ml-7{margin-right:3.5em}.ml-8{margin-right:4em}.ml-9{margin-right:4.5em}.ml-10{margin-right:7em}@media (min-width: 600px){.sm\:mt-1{margin-top:.5em}.sm\:mt-2{margin-top:1em}.sm\:mt-3{margin-top:1.5em}.sm\:mt-4{margin-top:2em}.sm\:mt-5{margin-top:2.5em}.sm\:mt-6{margin-top:3em}.sm\:mt-7{margin-top:3.5em}.sm\:mt-8{margin-top:4em}.sm\:mt-9{margin-top:4.5em}.sm\:mt-10{margin-top:7em}.sm\:mb-1{margin-bottom:.5em}.sm\:mb-2{margin-bottom:1em}.sm\:mb-3{margin-bottom:1.5em}.sm\:mb-4{margin-bottom:2em}.sm\:mb-5{margin-bottom:2.5em}.sm\:mb-6{margin-bottom:3em}.sm\:mb-7{margin-bottom:3.5em}.sm\:mb-8{margin-bottom:4em}.sm\:mb-9{margin-bottom:4.5em}.sm\:mb-10{margin-bottom:7em}.sm\:mr-1{margin-left:.5em}.sm\:mr-2{margin-left:1em}.sm\:mr-3{margin-left:1.5em}.sm\:mr-4{margin-left:2em}.sm\:mr-5{margin-left:2.5em}.sm\:mr-6{margin-left:3em}.sm\:mr-7{margin-left:3.5em}.sm\:mr-8{margin-left:4em}.sm\:mr-9{margin-left:4.5em}.sm\:mr-10{margin-left:7em}.sm\:ml-1{margin-right:.5em}.sm\:ml-2{margin-right:1em}.sm\:ml-3{margin-right:1.5em}.sm\:ml-4{margin-right:2em}.sm\:ml-5{margin-right:2.5em}.sm\:ml-6{margin-right:3em}.sm\:ml-7{margin-right:3.5em}.sm\:ml-8{margin-right:4em}.sm\:ml-9{margin-right:4.5em}.sm\:ml-10{margin-right:7em}}@media (min-width: 782px){.md\:mt-1{margin-top:.5em}.md\:mt-2{margin-top:1em}.md\:mt-3{margin-top:1.5em}.md\:mt-4{margin-top:2em}.md\:mt-5{margin-top:2.5em}.md\:mt-6{margin-top:3em}.md\:mt-7{margin-top:3.5em}.md\:mt-8{margin-top:4em}.md\:mt-9{margin-top:4.5em}.md\:mt-10{margin-top:7em}.md\:mb-1{margin-bottom:.5em}.md\:mb-2{margin-bottom:1em}.md\:mb-3{margin-bottom:1.5em}.md\:mb-4{margin-bottom:2em}.md\:mb-5{margin-bottom:2.5em}.md\:mb-6{margin-bottom:3em}.md\:mb-7{margin-bottom:3.5em}.md\:mb-8{margin-bottom:4em}.md\:mb-9{margin-bottom:4.5em}.md\:mb-10{margin-bottom:7em}.md\:mr-1{margin-left:.5em}.md\:mr-2{margin-left:1em}.md\:mr-3{margin-left:1.5em}.md\:mr-4{margin-left:2em}.md\:mr-5{margin-left:2.5em}.md\:mr-6{margin-left:3em}.md\:mr-7{margin-left:3.5em}.md\:mr-8{margin-left:4em}.md\:mr-9{margin-left:4.5em}.md\:mr-10{margin-left:7em}.md\:ml-1{margin-right:.5em}.md\:ml-2{margin-right:1em}.md\:ml-3{margin-right:1.5em}.md\:ml-4{margin-right:2em}.md\:ml-5{margin-right:2.5em}.md\:ml-6{margin-right:3em}.md\:ml-7{margin-right:3.5em}.md\:ml-8{margin-right:4em}.md\:ml-9{margin-right:4.5em}.md\:ml-10{margin-right:7em}}@media (min-width: 1280px){.lg\:mt-1{margin-top:.5em}.lg\:mt-2{margin-top:1em}.lg\:mt-3{margin-top:1.5em}.lg\:mt-4{margin-top:2em}.lg\:mt-5{margin-top:2.5em}.lg\:mt-6{margin-top:3em}.lg\:mt-7{margin-top:3.5em}.lg\:mt-8{margin-top:4em}.lg\:mt-9{margin-top:4.5em}.lg\:mt-10{margin-top:7em}.lg\:mb-1{margin-bottom:.5em}.lg\:mb-2{margin-bottom:1em}.lg\:mb-3{margin-bottom:1.5em}.lg\:mb-4{margin-bottom:2em}.lg\:mb-5{margin-bottom:2.5em}.lg\:mb-6{margin-bottom:3em}.lg\:mb-7{margin-bottom:3.5em}.lg\:mb-8{margin-bottom:4em}.lg\:mb-9{margin-bottom:4.5em}.lg\:mb-10{margin-bottom:7em}.lg\:mr-1{margin-left:.5em}.lg\:mr-2{margin-left:1em}.lg\:mr-3{margin-left:1.5em}.lg\:mr-4{margin-left:2em}.lg\:mr-5{margin-left:2.5em}.lg\:mr-6{margin-left:3em}.lg\:mr-7{margin-left:3.5em}.lg\:mr-8{margin-left:4em}.lg\:mr-9{margin-left:4.5em}.lg\:mr-10{margin-left:7em}.lg\:ml-1{margin-right:.5em}.lg\:ml-2{margin-right:1em}.lg\:ml-3{margin-right:1.5em}.lg\:ml-4{margin-right:2em}.lg\:ml-5{margin-right:2.5em}.lg\:ml-6{margin-right:3em}.lg\:ml-7{margin-right:3.5em}.lg\:ml-8{margin-right:4em}.lg\:ml-9{margin-right:4.5em}.lg\:ml-10{margin-right:7em}}.p-1{padding:.5em}.p-2{padding:1em}.p-3{padding:1.5em}.p-4{padding:2em}.p-5{padding:2.5em}.p-6{padding:3em}.p-7{padding:3.5em}.p-8{padding:4em}.p-9{padding:4.5em}.p-10{padding:7em}.pt-1{padding-top:.5em}.pt-2{padding-top:1em}.pt-3{padding-top:1.5em}.pt-4{padding-top:2em}.pt-5{padding-top:2.5em}.pt-6{padding-top:3em}.pt-7{padding-top:3.5em}.pt-8{padding-top:4em}.pt-9{padding-top:4.5em}.pt-10{padding-top:7em}.pr-1{padding-left:.5em}.pr-2{padding-left:1em}.pr-3{padding-left:1.5em}.pr-4{padding-left:2em}.pr-5{padding-left:2.5em}.pr-6{padding-left:3em}.pr-7{padding-left:3.5em}.pr-8{padding-left:4em}.pr-9{padding-left:4.5em}.pr-10{padding-left:7em}.pb-1{padding-bottom:.5em}.pb-2{padding-bottom:1em}.pb-3{padding-bottom:1.5em}.pb-4{padding-bottom:2em}.pb-5{padding-bottom:2.5em}.pb-6{padding-bottom:3em}.pb-7{padding-bottom:3.5em}.pb-8{padding-bottom:4em}.pb-9{padding-bottom:4.5em}.pb-10{padding-bottom:7em}.pl-1{padding-right:.5em}.pl-2{padding-right:1em}.pl-3{padding-right:1.5em}.pl-4{padding-right:2em}.pl-5{padding-right:2.5em}.pl-6{padding-right:3em}.pl-7{padding-right:3.5em}.pl-8{padding-right:4em}.pl-9{padding-right:4.5em}.pl-10{padding-right:7em}.pt-full{padding-top:100%}@media (min-width: 600px){.sm\:pt-1{padding-top:.5em}.sm\:pt-2{padding-top:1em}.sm\:pt-3{padding-top:1.5em}.sm\:pt-4{padding-top:2em}.sm\:pt-5{padding-top:2.5em}.sm\:pt-6{padding-top:3em}.sm\:pt-7{padding-top:3.5em}.sm\:pt-8{padding-top:4em}.sm\:pt-9{padding-top:4.5em}.sm\:pt-10{padding-top:7em}.sm\:pr-1{padding-left:.5em}.sm\:pr-2{padding-left:1em}.sm\:pr-3{padding-left:1.5em}.sm\:pr-4{padding-left:2em}.sm\:pr-5{padding-left:2.5em}.sm\:pr-6{padding-left:3em}.sm\:pr-7{padding-left:3.5em}.sm\:pr-8{padding-left:4em}.sm\:pr-9{padding-left:4.5em}.sm\:pr-10{padding-left:7em}.sm\:pb-1{padding-bottom:.5em}.sm\:pb-2{padding-bottom:1em}.sm\:pb-3{padding-bottom:1.5em}.sm\:pb-4{padding-bottom:2em}.sm\:pb-5{padding-bottom:2.5em}.sm\:pb-6{padding-bottom:3em}.sm\:pb-7{padding-bottom:3.5em}.sm\:pb-8{padding-bottom:4em}.sm\:pb-9{padding-bottom:4.5em}.sm\:pb-10{padding-bottom:7em}.sm\:pl-1{padding-right:.5em}.sm\:pl-2{padding-right:1em}.sm\:pl-3{padding-right:1.5em}.sm\:pl-4{padding-right:2em}.sm\:pl-5{padding-right:2.5em}.sm\:pl-6{padding-right:3em}.sm\:pl-7{padding-right:3.5em}.sm\:pl-8{padding-right:4em}.sm\:pl-9{padding-right:4.5em}.sm\:pl-10{padding-right:7em}}@media (min-width: 1280px){.lg\:pt-1{padding-top:.5em}.lg\:pt-2{padding-top:1em}.lg\:pt-3{padding-top:1.5em}.lg\:pt-4{padding-top:2em}.lg\:pt-5{padding-top:2.5em}.lg\:pt-6{padding-top:3em}.lg\:pt-7{padding-top:3.5em}.lg\:pt-8{padding-top:4em}.lg\:pt-9{padding-top:4.5em}.lg\:pt-10{padding-top:7em}.lg\:pr-1{padding-left:.5em}.lg\:pr-2{padding-left:1em}.lg\:pr-3{padding-left:1.5em}.lg\:pr-4{padding-left:2em}.lg\:pr-5{padding-left:2.5em}.lg\:pr-6{padding-left:3em}.lg\:pr-7{padding-left:3.5em}.lg\:pr-8{padding-left:4em}.lg\:pr-9{padding-left:4.5em}.lg\:pr-10{padding-left:7em}.lg\:pb-1{padding-bottom:.5em}.lg\:pb-2{padding-bottom:1em}.lg\:pb-3{padding-bottom:1.5em}.lg\:pb-4{padding-bottom:2em}.lg\:pb-5{padding-bottom:2.5em}.lg\:pb-6{padding-bottom:3em}.lg\:pb-7{padding-bottom:3.5em}.lg\:pb-8{padding-bottom:4em}.lg\:pb-9{padding-bottom:4.5em}.lg\:pb-10{padding-bottom:7em}.lg\:pl-1{padding-right:.5em}.lg\:pl-2{padding-right:1em}.lg\:pl-3{padding-right:1.5em}.lg\:pl-4{padding-right:2em}.lg\:pl-5{padding-right:2.5em}.lg\:pl-6{padding-right:3em}.lg\:pl-7{padding-right:3.5em}.lg\:pl-8{padding-right:4em}.lg\:pl-9{padding-right:4.5em}.lg\:pl-10{padding-right:7em}}
2
 
dist/coblocks-style.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('wp-polyfill'), 'version' => '5242179b8e309e0fd7041816d46643f0');
1
+ <?php return array('dependencies' => array('wp-polyfill'), 'version' => '4eb0a03e505406b9570c790300e41d08');
dist/coblocks-style.css CHANGED
@@ -1,2 +1,2 @@
1
- :root{--wp-admin-theme-color: #007cba;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-20: #005a87}:root{--coblocks-spacing--0: 0;--coblocks-spacing--1: 0.5em;--coblocks-spacing--2: 1em;--coblocks-spacing--3: 1.5em;--coblocks-spacing--4: 2em;--coblocks-spacing--5: 2.5em;--coblocks-spacing--6: 3em;--coblocks-spacing--7: 3.5em;--coblocks-spacing--8: 4em;--coblocks-spacing--9: 4.5em;--coblocks-spacing--10: 7em}.has-columns{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media (min-width: 600px){.has-columns.has-2-columns>*:not(.block-editor-inner-blocks),.has-columns.has-3-columns>*:not(.block-editor-inner-blocks),.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:50%}}@media (min-width: 782px){.has-columns.has-3-columns>*:not(.block-editor-inner-blocks),.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:33.33%}}@media (max-width: 959px){.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:50%}}@media (min-width: 1280px){.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:25%}}.alignfull .has-columns{padding-left:var(--coblocks-spacing--2, 1em);padding-right:var(--coblocks-spacing--2, 1em)}@media (min-width: 600px){.alignfull .has-columns{padding-left:var(--coblocks-spacing--4, 2em);padding-right:var(--coblocks-spacing--4, 2em)}}@media (max-width: 599px){.has-responsive-columns{flex-direction:column}.has-responsive-columns>*{max-width:100% !important;width:100% !important}.has-responsive-columns>[class*="wp-block"]:last-child{margin-bottom:0}.has-responsive-columns.has-no-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:0}.has-responsive-columns.has-small-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2.35)}.has-responsive-columns.has-medium-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--2, 1em) * 2.35)}.has-responsive-columns.has-large-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2.35)}.has-responsive-columns.has-huge-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--4, 2em) * 2.35)}.has-responsive-columns.has-custom-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2.35)}}.has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))}.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3 - var(--coblocks-spacing--2, 1em))}.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))}@media (min-width: 960px){.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4 - var(--coblocks-spacing--2, 1em))}}@media (max-width: 959px){.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--1, 0.5em))}}.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2.975 - var(--coblocks-spacing--3, 1.5em))}.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}@media (min-width: 960px){.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4 - var(--coblocks-spacing--3, 1.5em))}}@media (max-width: 959px){.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--2, 1em))}}.has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2.01 - var(--coblocks-spacing--3, 1.5em))}.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3.03 - var(--coblocks-spacing--4, 2em))}.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--3, 1.5em))}@media (min-width: 960px){.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4.08 - var(--coblocks-spacing--4, 2em))}}@media (max-width: 959px){.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--3, 1.5em))}}.has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2.02 - var(--coblocks-spacing--4, 2em))}.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3.09 - var(--coblocks-spacing--5, 2.5em))}.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--4, 2em))}@media (min-width: 960px){.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4.15 - var(--coblocks-spacing--5, 2.5em))}}@media (max-width: 959px){.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--4, 2em))}}.has-custom-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-custom-gutter, 0))}.has-custom-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3 - var(--coblocks-custom-gutter, 0))}.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-custom-gutter, 0))}@media (min-width: 960px){.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4 - var(--coblocks-custom-gutter, 0))}}@media (max-width: 959px){.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-custom-gutter, 0))}}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-cover{background-size:cover}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-top-left{background-position:top left}.bg-top-center{background-position:top center}.bg-top-right{background-position:top right}.bg-center-left{background-position:center left}.bg-center-center{background-position:center center}.bg-center-right{background-position:center right}.bg-bottom-left{background-position:bottom left}.bg-bottom-center{background-position:bottom center}.bg-bottom-right{background-position:bottom right}.has-background-overlay{position:relative}.has-background-overlay:not(.has-background){background-color:#000}.has-background-overlay::before{background-color:inherit;bottom:0;content:"";left:0;opacity:0.5;position:absolute;right:0;top:0}.has-background-overlay-10::before{opacity:.1}.has-background-overlay-20::before{opacity:.2}.has-background-overlay-30::before{opacity:.3}.has-background-overlay-40::before{opacity:.4}.has-background-overlay-50::before{opacity:.5}.has-background-overlay-60::before{opacity:.6}.has-background-overlay-70::before{opacity:.7}.has-background-overlay-80::before{opacity:.8}.has-background-overlay-90::before{opacity:.9}.has-background-overlay-100::before{opacity:1}.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling: touch){.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion: reduce){.has-parallax{background-attachment:scroll}}.has-small-padding,.has-small-padding.wp-block-group,.has-small-padding.wp-block-group.has-background{padding-left:var(--coblocks-spacing--1, 0.5em)}.has-medium-padding,.has-medium-padding.wp-block-group,.has-medium-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--2, 1em)}.has-large-padding,.has-large-padding.wp-block-group,.has-large-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--3, 1.5em)}.has-huge-padding,.has-huge-padding.wp-block-group,.has-huge-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--4, 2em)}.has-custom-padding,.has-custom-padding.wp-block-group,.has-custom-padding.wp-block-group.has-background{padding:var(--coblocks-custom-padding)}.content-area__wrapper .has-small-padding,.content-area__wrapper .has-small-padding.wp-block-group,.content-area__wrapper .has-small-padding.wp-block-group.has-background,.editor-styles-wrapper .has-small-padding,.editor-styles-wrapper .has-small-padding.wp-block-group,.editor-styles-wrapper .has-small-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--1, 0.5em)}.content-area__wrapper .has-medium-padding,.content-area__wrapper .has-medium-padding.wp-block-group,.content-area__wrapper .has-medium-padding.wp-block-group.has-background,.editor-styles-wrapper .has-medium-padding,.editor-styles-wrapper .has-medium-padding.wp-block-group,.editor-styles-wrapper .has-medium-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--2, 1em)}.content-area__wrapper .has-large-padding,.content-area__wrapper .has-large-padding.wp-block-group,.content-area__wrapper .has-large-padding.wp-block-group.has-background,.editor-styles-wrapper .has-large-padding,.editor-styles-wrapper .has-large-padding.wp-block-group,.editor-styles-wrapper .has-large-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--3, 1.5em)}.content-area__wrapper .has-huge-padding,.content-area__wrapper .has-huge-padding.wp-block-group,.content-area__wrapper .has-huge-padding.wp-block-group.has-background,.editor-styles-wrapper .has-huge-padding,.editor-styles-wrapper .has-huge-padding.wp-block-group,.editor-styles-wrapper .has-huge-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--4, 2em)}.content-area__wrapper .has-custom-padding,.content-area__wrapper .has-custom-padding.wp-block-group,.content-area__wrapper .has-custom-padding.wp-block-group.has-background,.editor-styles-wrapper .has-custom-padding,.editor-styles-wrapper .has-custom-padding.wp-block-group,.editor-styles-wrapper .has-custom-padding.wp-block-group.has-background{padding:var(--coblocks-custom-padding)}.has-small-margin{margin-bottom:var(--coblocks-spacing--1, 0.5em);margin-top:var(--coblocks-spacing--1, 0.5em)}.has-medium-margin{margin-bottom:var(--coblocks-spacing--2, 1em);margin-top:var(--coblocks-spacing--2, 1em)}.has-large-margin{margin-bottom:var(--coblocks-spacing--3, 1.5em);margin-top:var(--coblocks-spacing--3, 1.5em)}.has-huge-margin{margin-bottom:var(--coblocks-spacing--4, 2em);margin-top:var(--coblocks-spacing--4, 2em)}.has-shadow{box-shadow:0 1.5vw 3vw -0.7vw rgba(0,0,0,0.125)}.shadow-sm,.has-shadow-sml{box-shadow:0 0.5vw 2vw -0.25vw rgba(0,0,0,0.2)}.shadow-md,.has-shadow-med{box-shadow:0 1vw 3vw -0.5vw rgba(0,0,0,0.2)}.shadow-lg,.has-shadow-lrg{box-shadow:0 1.8vw 3vw -0.7vw rgba(0,0,0,0.2)}[class*="hint--"]{display:inline-block;position:relative}[class*="hint--"]::before,[class*="hint--"]::after{opacity:0;pointer-events:none;position:absolute;transform:translate3d(0, 0, 0);visibility:hidden;z-index:1000000}[class*="hint--"]::before{background:transparent;border:6px solid transparent;content:"";position:absolute;z-index:1000001}[class*="hint--"]::after{background:#1e1e1e;border-radius:2px;box-shadow:2px 2px 4px rgba(0,0,0,0.1);color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;line-height:11px;padding:6px 8px 7px 9px;white-space:nowrap}[class*="hint--"]:hover::before,[class*="hint--"]:hover::after{opacity:1;visibility:visible}[class*="hint--"][aria-label]::after{content:attr(aria-label)}[class*="hint--"][data-hint]::after{content:attr(data-hint)}[aria-label=""]::before,[aria-label=""]::after,[data-hint=""]::before,[data-hint=""]::after{display:none !important}.hint--top::before{border-top-color:#1e1e1e;left:calc(50% - 6px) !important;margin-bottom:-10px}.hint--top::before,.hint--top::after{bottom:103%;left:50%}.hint--top::after{transform:translateX(-50%)}.hint--top:hover::after{transform:translateX(-50%)}.hint--bottom::before{border-bottom-color:#1e1e1e;left:calc(50% - 10px);margin-top:-11px}.hint--bottom::before,.hint--bottom::after{left:50%;top:100%}.hint--bottom::after{transform:translateX(-50%)}.hint--bottom:hover::before{transform:translateY(8px)}.hint--bottom:hover::after{transform:translateX(-50%) translateY(8px)}.ui-datepicker.coblocks{background-color:#fff;border:1px solid #dfdfdf;border-radius:0;border-top:none;box-shadow:0 3px 6px rgba(0,0,0,0.075);margin:0;padding:0;width:auto}.ui-datepicker.coblocks *{border-radius:0;padding:0}.ui-datepicker.coblocks table{border:none;border-collapse:collapse;margin:0;width:auto}.ui-datepicker.coblocks .ui-widget-header,.ui-datepicker.coblocks .ui-datepicker-header{background-image:none;border:none;font-weight:400}.ui-datepicker.coblocks .ui-datepicker-header .ui-state-hover{background:transparent;border-color:transparent;cursor:pointer}.ui-datepicker.coblocks .ui-datepicker-title{font-size:14px;line-height:14px;margin:0;padding:10px 0;text-align:center}.ui-datepicker.coblocks .ui-datepicker-prev,.ui-datepicker.coblocks .ui-datepicker-next{height:34px;position:relative;top:0;width:34px}.ui-datepicker.coblocks .ui-datepicker-prev,.ui-datepicker.coblocks .ui-datepicker-prev-hover{left:0}.ui-datepicker.coblocks .ui-datepicker-next,.ui-datepicker.coblocks .ui-datepicker-next-hover{right:0}.ui-datepicker.coblocks .ui-datepicker-next span,.ui-datepicker.coblocks .ui-datepicker-prev span{display:none}.ui-datepicker.coblocks .ui-state-hover .ui-datepicker-prev,.ui-datepicker.coblocks .ui-state-hover .ui-datepicker-next{border:none}.ui-datepicker.coblocks .ui-datepicker-prev{float:left}.ui-datepicker.coblocks .ui-datepicker-next{float:right}.ui-datepicker.coblocks .ui-datepicker-prev::before,.ui-datepicker.coblocks .ui-datepicker-next::before{font:400 20px/34px "dashicons";height:34px;padding-left:7px;speak:none;width:34px}.ui-datepicker.coblocks .ui-datepicker-prev::before{content:"\f341"}.ui-datepicker.coblocks .ui-datepicker-next::before{content:"\f345"}.ui-datepicker.coblocks .ui-datepicker-prev-hover::before,.ui-datepicker.coblocks .ui-datepicker-next-hover::before{opacity:0.7}.ui-datepicker.coblocks select.ui-datepicker-month,.ui-datepicker.coblocks select.ui-datepicker-year{width:33%}.ui-datepicker.coblocks thead{font-weight:600}.ui-datepicker.coblocks th{border-width:1px;padding:10px}.ui-datepicker.coblocks td{border:1px solid #f4f4f4;padding:0}.ui-datepicker.coblocks td.ui-datepicker-other-month{border:transparent}.ui-datepicker.coblocks td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.ui-datepicker.coblocks td.ui-datepicker-today{background-color:#f0f0c0}.ui-datepicker.coblocks td.ui-datepicker-current-day{background:#bd8}.ui-datepicker.coblocks td .ui-state-default{background:transparent;border:none;color:#444;display:block;font-weight:400;padding:5px 10px;text-align:center;text-decoration:none;width:auto}.ui-datepicker.coblocks td.ui-state-disabled .ui-state-default{opacity:0.5}.has-background-video{position:relative}.has-background-video.has-background-overlay::before{z-index:1}.has-background-video.has-background-overlay>:not(.coblocks-video-bg){z-index:10}.has-background-video>:not(.coblocks-video-bg){position:relative}.coblocks-video-bg{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%}.coblocks-video-bg>video{background-position:center center;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%}.coblocks-gallery{list-style:none !important;padding-left:0;padding-right:0}.coblocks-gallery--item{list-style:none !important;margin:0;padding:0 !important}.coblocks-gallery--item figure{position:relative}.coblocks-gallery--item img{opacity:1;vertical-align:middle}.coblocks-gallery .coblocks-gallery--item figcaption{color:inherit;margin:0 !important}.coblocks-gallery.is-cropped .coblocks-gallery--item a,.coblocks-gallery.is-cropped .coblocks-gallery--item img,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img{width:100%}@supports (position: sticky){.coblocks-gallery.is-cropped .coblocks-gallery--item a,.coblocks-gallery.is-cropped .coblocks-gallery--item img,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img{flex:1;height:100%;-o-object-fit:cover;object-fit:cover}}.alignfull ul.coblocks-gallery,.alignwide ul.coblocks-gallery{max-width:100%}.coblocks-gallery--item-thumbnail{list-style:none !important;margin:0;padding:0}.coblocks-gallery--item-thumbnail figure{margin:0;position:relative}.coblocks-gallery--item-thumbnail img{vertical-align:middle}figcaption.coblocks-gallery--primary-caption{font-size:13px;margin-bottom:1em;margin-top:1.2em;text-align:center}figcaption.coblocks-gallery--primary-caption:not(.has-caption-color){color:#1e1e1e}.wp-block-group div[class*="wp-block-coblocks-gallery"]{margin-bottom:10px !important;margin-top:10px !important}@media (min-width: 250px){.has-grid-sml .coblocks-gallery--item{width:50%}}@media (min-width: 500px){.has-grid-sml .coblocks-gallery--item{width:33.33333%}}@media (min-width: 800px){.has-grid-sml .coblocks-gallery--item{width:25%}}@media (min-width: 1300px){.has-grid-sml .coblocks-gallery--item{width:20%}}@media (min-width: 1700px){.has-grid-sml .coblocks-gallery--item{width:16.66667%}}@media (min-width: 1900px){.has-grid-sml .coblocks-gallery--item{width:14.28571%}}@media (min-width: 350px){.has-grid-med .coblocks-gallery--item{width:50%}}@media (min-width: 650px){.has-grid-med .coblocks-gallery--item{width:33.33333%}}@media (min-width: 1100px){.has-grid-med .coblocks-gallery--item{width:25%}}@media (min-width: 1600px){.alignfull .has-grid-med .coblocks-gallery--item{width:20%}}@media (min-width: 1900px){.alignfull .has-grid-med .coblocks-gallery--item{width:16.66667%}}@media (min-width: 400px){.has-grid-lrg .coblocks-gallery--item{width:50%}}@media (min-width: 800px){.has-grid-lrg .coblocks-gallery--item{width:33.33333%}}@media (min-width: 1600px){.alignfull .has-grid-lrg .coblocks-gallery--item{width:25%}}@media (min-width: 1900px){.alignfull .has-grid-lrg .coblocks-gallery--item{width:20%}}@media (min-width: 400px){.has-grid-xlrg .coblocks-gallery--item{width:50%}}@media (min-width: 1600px){.alignfull .has-grid-xlrg .coblocks-gallery--item{width:33.33333%}}@media (min-width: 1900px){.alignfull .has-grid-xlrg .coblocks-gallery--item{width:25%}}@media (min-width: 400px){.has-no-alignment .has-grid-lrg .coblocks-gallery--item{width:50%}}@media (min-width: 900px){.has-no-alignment .has-grid-lrg .coblocks-gallery--item{width:33.33333%}}.coblocks-gallery.has-gutter{overflow:hidden}@media (min-width: 600px){.has-gutter-5{margin:-3px !important;max-width:calc(100% + 5px) !important}.has-gutter-10{margin:-5px !important;max-width:calc(100% + 10px) !important}.has-gutter-15{margin:-8px !important;max-width:calc(100% + 15px) !important}.has-gutter-20{margin:-10px !important;max-width:calc(100% + 20px) !important}.has-gutter-25{margin:-13px !important;max-width:calc(100% + 25px) !important}.has-gutter-30{margin:-15px !important;max-width:calc(100% + 30px) !important}.has-gutter-35{margin:-18px !important;max-width:calc(100% + 35px) !important}.has-gutter-40{margin:-20px !important;max-width:calc(100% + 40px) !important}.has-gutter-45{margin:-23px !important;max-width:calc(100% + 45px) !important}.has-gutter-50{margin:-25px !important;max-width:calc(100% + 50px) !important}.has-gutter-5 .coblocks-gallery--figure{margin:3px}.has-gutter-10 .coblocks-gallery--figure{margin:5px}.has-gutter-15 .coblocks-gallery--figure{margin:8px}.has-gutter-20 .coblocks-gallery--figure{margin:10px}.has-gutter-25 .coblocks-gallery--figure{margin:13px}.has-gutter-30 .coblocks-gallery--figure{margin:15px}.has-gutter-35 .coblocks-gallery--figure{margin:18px}.has-gutter-40 .coblocks-gallery--figure{margin:20px}.has-gutter-45 .coblocks-gallery--figure{margin:23px}.has-gutter-50 .coblocks-gallery--figure{margin:25px}}@media (max-width: 599px){.has-gutter-mobile-5{margin:-3px !important;max-width:calc(100% + 5px) !important}.has-gutter-mobile-5 .coblocks-gallery--figure{margin:3px}.has-gutter-mobile-10{margin:-5px !important;max-width:calc(100% + 10px) !important}.has-gutter-mobile-10 .coblocks-gallery--figure{margin:5px}.has-gutter-mobile-15{margin:-8px !important;max-width:calc(100% + 15px) !important}.has-gutter-mobile-15 .coblocks-gallery--figure{margin:8px}.has-gutter-mobile-20{margin:-10px !important;max-width:calc(100% + 20px) !important}.has-gutter-mobile-20 .coblocks-gallery--figure{margin:10px}.has-gutter-mobile-25{margin:-13px !important;max-width:calc(100% + 25px) !important}.has-gutter-mobile-25 .coblocks-gallery--figure{margin:13px}.has-gutter-mobile-30{margin:-15px !important;max-width:calc(100% + 30px) !important}.has-gutter-mobile-30 .coblocks-gallery--figure{margin:15px}.has-gutter-mobile-35{margin:-18px !important;max-width:calc(100% + 35px) !important}.has-gutter-mobile-35 .coblocks-gallery--figure{margin:18px}.has-gutter-mobile-40{margin:-20px !important;max-width:calc(100% + 40px) !important}.has-gutter-mobile-40 .coblocks-gallery--figure{margin:20px}.has-gutter-mobile-45{margin:-23px !important;max-width:calc(100% + 45px) !important}.has-gutter-mobile-45 .coblocks-gallery--figure{margin:23px}.has-gutter-mobile-50{margin:-25px !important;max-width:calc(100% + 50px) !important}.has-gutter-mobile-50 .coblocks-gallery--figure{margin:25px}}.has-horizontal-gutter{overflow-x:hidden}.wp-block-coblocks-gallery-carousel .coblocks-gallery--item,.wp-block-coblocks-gallery-thumbnails .coblocks-gallery--item{height:100%;margin:0 !important}@media (min-width: 1300px){.has-no-alignment .has-carousel-lrg .coblocks-gallery--item{width:70%}}.has-no-alignment .has-carousel-xlrg .coblocks-gallery--item{width:100%}.has-carousel-sml .coblocks-gallery--item{width:65%}@media (min-width: 700px){.has-carousel-sml .coblocks-gallery--item{width:33.333%}}@media (min-width: 1100px){.has-carousel-sml .coblocks-gallery--item{width:25%}}@media (min-width: 1600px){.has-carousel-sml .coblocks-gallery--item{width:20%}}.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 700px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:33.333%}}@media (min-width: 1100px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:25%}}@media (min-width: 1600px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:20%}}.has-carousel-med .coblocks-gallery--item{width:70%}@media (min-width: 700px){.has-carousel-med .coblocks-gallery--item{width:33.333%}}@media (min-width: 1800px){.has-carousel-med .coblocks-gallery--item{width:25%}}.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 600px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:50%}}@media (min-width: 900px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:33.333%}}@media (min-width: 1200px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:25%}}.has-carousel-lrg .coblocks-gallery--item{width:80%}@media (min-width: 600px){.has-carousel-lrg .coblocks-gallery--item{width:70%}}@media (min-width: 1300px){.has-carousel-lrg .coblocks-gallery--item{width:60%}}.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 600px){.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:50%}}@media (min-width: 1800px){.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:33.333%}}.has-carousel-xlrg .coblocks-gallery--item{width:100%}@media (min-width: 1200px){.has-carousel-xlrg .coblocks-gallery--item{width:80%}}.has-carousel-xlrg.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 600px){.has-margin-bottom-5{margin-bottom:5px !important}.has-margin-bottom-10{margin-bottom:10px !important}.has-margin-bottom-15{margin-bottom:15px !important}.has-margin-bottom-20{margin-bottom:20px !important}.has-margin-bottom-25{margin-bottom:25px !important}.has-margin-bottom-30{margin-bottom:30px !important}.has-margin-bottom-35{margin-bottom:35px !important}.has-margin-bottom-40{margin-bottom:40px !important}.has-margin-bottom-45{margin-bottom:45px !important}.has-margin-bottom-50{margin-bottom:50px !important}}@media (max-width: 599px){.has-margin-bottom-mobile-5{margin-bottom:5px !important}.has-margin-bottom-mobile-10{margin-bottom:10px !important}.has-margin-bottom-mobile-15{margin-bottom:15px !important}.has-margin-bottom-mobile-20{margin-bottom:20px !important}.has-margin-bottom-mobile-25{margin-bottom:25px !important}.has-margin-bottom-mobile-30{margin-bottom:30px !important}.has-margin-bottom-mobile-35{margin-bottom:35px !important}.has-margin-bottom-mobile-40{margin-bottom:40px !important}.has-margin-bottom-mobile-45{margin-bottom:45px !important}.has-margin-bottom-mobile-50{margin-bottom:50px !important}}@media (min-width: 600px){.has-margin-top-5{margin-top:3px !important}.has-margin-top-10{margin-top:5px !important}.has-margin-top-15{margin-top:8px !important}.has-margin-top-20{margin-top:10px !important}.has-margin-top-25{margin-top:13px !important}.has-margin-top-30{margin-top:15px !important}.has-margin-top-35{margin-top:18px !important}.has-margin-top-40{margin-top:20px !important}.has-margin-top-45{margin-top:23px !important}.has-margin-top-50{margin-top:25px !important}}@media (max-width: 599px){.has-margin-top-mobile-5{margin-top:3px !important}.has-margin-top-mobile-10{margin-top:5px !important}.has-margin-top-mobile-15{margin-top:8px !important}.has-margin-top-mobile-20{margin-top:10px !important}.has-margin-top-mobile-25{margin-top:13px !important}.has-margin-top-mobile-30{margin-top:15px !important}.has-margin-top-mobile-35{margin-top:18px !important}.has-margin-top-mobile-40{margin-top:20px !important}.has-margin-top-mobile-45{margin-top:23px !important}.has-margin-top-mobile-50{margin-top:25px !important}}@media (min-width: 600px){.has-margin-right-5{margin-right:3px !important}.has-margin-right-10{margin-right:5px !important}.has-margin-right-15{margin-right:8px !important}.has-margin-right-20{margin-right:10px !important}.has-margin-right-25{margin-right:13px !important}.has-margin-right-30{margin-right:15px !important}.has-margin-right-35{margin-right:18px !important}.has-margin-right-40{margin-right:20px !important}.has-margin-right-45{margin-right:23px !important}.has-margin-right-50{margin-right:25px !important}}@media (max-width: 599px){.has-margin-right-mobile-5{margin-right:3px !important}.has-margin-right-mobile-10{margin-right:5px !important}.has-margin-right-mobile-15{margin-right:8px !important}.has-margin-right-mobile-20{margin-right:10px !important}.has-margin-right-mobile-25{margin-right:13px !important}.has-margin-right-mobile-30{margin-right:15px !important}.has-margin-right-mobile-35{margin-right:18px !important}.has-margin-right-mobile-40{margin-right:20px !important}.has-margin-right-mobile-45{margin-right:23px !important}.has-margin-right-mobile-50{margin-right:25px !important}}@media (min-width: 600px){.has-margin-left-5{margin-left:3px !important}.has-margin-left-10{margin-left:5px !important}.has-margin-left-15{margin-left:8px !important}.has-margin-left-20{margin-left:10px !important}.has-margin-left-25{margin-left:13px !important}.has-margin-left-30{margin-left:15px !important}.has-margin-left-35{margin-left:18px !important}.has-margin-left-40{margin-left:20px !important}.has-margin-left-45{margin-left:23px !important}.has-margin-left-50{margin-left:25px !important}}@media (max-width: 599px){.has-margin-left-mobile-5{margin-left:3px !important}.has-margin-left-mobile-10{margin-left:5px !important}.has-margin-left-mobile-15{margin-left:8px !important}.has-margin-left-mobile-20{margin-left:10px !important}.has-margin-left-mobile-25{margin-left:13px !important}.has-margin-left-mobile-30{margin-left:15px !important}.has-margin-left-mobile-35{margin-left:18px !important}.has-margin-left-mobile-40{margin-left:20px !important}.has-margin-left-mobile-45{margin-left:23px !important}.has-margin-left-mobile-50{margin-left:25px !important}}@media (min-width: 600px){.has-negative-margin-right-5{margin-right:-3px !important}.has-negative-margin-right-10{margin-right:-5px !important}.has-negative-margin-right-15{margin-right:-8px !important}.has-negative-margin-right-20{margin-right:-10px !important}.has-negative-margin-right-25{margin-right:-13px !important}.has-negative-margin-right-30{margin-right:-15px !important}.has-negative-margin-right-35{margin-right:-18px !important}.has-negative-margin-right-40{margin-right:-20px !important}.has-negative-margin-right-45{margin-right:-23px !important}.has-negative-margin-right-50{margin-right:-25px !important}}@media (max-width: 599px){.has-negative-margin-right-mobile-5{margin-right:-3px !important}.has-negative-margin-right-mobile-10{margin-right:-5px !important}.has-negative-margin-right-mobile-15{margin-right:-8px !important}.has-negative-margin-right-mobile-20{margin-right:-10px !important}.has-negative-margin-right-mobile-25{margin-right:-13px !important}.has-negative-margin-right-mobile-30{margin-right:-15px !important}.has-negative-margin-right-mobile-35{margin-right:-18px !important}.has-negative-margin-right-mobile-40{margin-right:-20px !important}.has-negative-margin-right-mobile-45{margin-right:-23px !important}.has-negative-margin-right-mobile-50{margin-right:-25px !important}}@media (min-width: 600px){.has-negative-margin-left-5{margin-left:-3px !important}.has-negative-margin-left-10{margin-left:-5px !important}.has-negative-margin-left-15{margin-left:-8px !important}.has-negative-margin-left-20{margin-left:-10px !important}.has-negative-margin-left-25{margin-left:-13px !important}.has-negative-margin-left-30{margin-left:-15px !important}.has-negative-margin-left-35{margin-left:-18px !important}.has-negative-margin-left-40{margin-left:-20px !important}.has-negative-margin-left-45{margin-left:-23px !important}.has-negative-margin-left-50{margin-left:-25px !important}}@media (max-width: 599px){.has-negative-margin-left-mobile-5{margin-left:-3px !important}.has-negative-margin-left-mobile-10{margin-left:-5px !important}.has-negative-margin-left-mobile-15{margin-left:-8px !important}.has-negative-margin-left-mobile-20{margin-left:-10px !important}.has-negative-margin-left-mobile-25{margin-left:-13px !important}.has-negative-margin-left-mobile-30{margin-left:-15px !important}.has-negative-margin-left-mobile-35{margin-left:-18px !important}.has-negative-margin-left-mobile-40{margin-left:-20px !important}.has-negative-margin-left-mobile-45{margin-left:-23px !important}.has-negative-margin-left-mobile-50{margin-left:-25px !important}}@media (min-width: 600px){.has-negative-margin-5{margin:-3px !important}.has-negative-margin-10{margin:-5px !important}.has-negative-margin-15{margin:-8px !important}.has-negative-margin-20{margin:-10px !important}.has-negative-margin-25{margin:-13px !important}.has-negative-margin-30{margin:-15px !important}.has-negative-margin-35{margin:-18px !important}.has-negative-margin-40{margin:-20px !important}.has-negative-margin-45{margin:-23px !important}.has-negative-margin-50{margin:-25px !important}}@media (max-width: 599px){.has-negative-margin-mobile-5{margin:-3px !important}.has-negative-margin-mobile-10{margin:-5px !important}.has-negative-margin-mobile-15{margin:-8px !important}.has-negative-margin-mobile-20{margin:-10px !important}.has-negative-margin-mobile-25{margin:-13px !important}.has-negative-margin-mobile-30{margin:-15px !important}.has-negative-margin-mobile-35{margin:-18px !important}.has-negative-margin-mobile-40{margin:-20px !important}.has-negative-margin-mobile-45{margin:-23px !important}.has-negative-margin-mobile-50{margin:-25px !important}}@media (min-width: 600px){.has-padding-5{padding:5px !important}.has-padding-10{padding:10px !important}.has-padding-15{padding:15px !important}.has-padding-20{padding:20px !important}.has-padding-25{padding:25px !important}.has-padding-30{padding:30px !important}.has-padding-35{padding:35px !important}.has-padding-40{padding:40px !important}.has-padding-45{padding:45px !important}.has-padding-50{padding:50px !important}.has-padding-55{padding:55px !important}.has-padding-60{padding:60px !important}.has-padding-65{padding:65px !important}.has-padding-70{padding:70px !important}.has-padding-75{padding:75px !important}.has-padding-80{padding:80px !important}.has-padding-85{padding:85px !important}.has-padding-90{padding:90px !important}.has-padding-95{padding:95px !important}.has-padding-100{padding:100px !important}}@media (max-width: 599px){.has-padding-mobile-5{padding:5px !important}.has-padding-mobile-10{padding:10px !important}.has-padding-mobile-15{padding:15px !important}.has-padding-mobile-20{padding:20px !important}.has-padding-mobile-25{padding:25px !important}.has-padding-mobile-30{padding:30px !important}.has-padding-mobile-35{padding:35px !important}.has-padding-mobile-40{padding:40px !important}.has-padding-mobile-45{padding:45px !important}.has-padding-mobile-50{padding:50px !important}.has-padding-mobile-55{padding:55px !important}.has-padding-mobile-60{padding:60px !important}.has-padding-mobile-65{padding:65px !important}.has-padding-mobile-70{padding:70px !important}.has-padding-mobile-75{padding:75px !important}.has-padding-mobile-80{padding:80px !important}.has-padding-mobile-85{padding:85px !important}.has-padding-mobile-90{padding:90px !important}.has-padding-mobile-95{padding:95px !important}.has-padding-mobile-100{padding:100px !important}}.has-border-radius-2 .coblocks-gallery--item img{border-radius:2px}.has-border-radius-2 .coblocks-gallery--item figcaption{border-radius:0 0 2px 2px}.has-border-radius-3 .coblocks-gallery--item img{border-radius:3px}.has-border-radius-3 .coblocks-gallery--item figcaption{border-radius:0 0 3px 3px}.has-border-radius-4 .coblocks-gallery--item img{border-radius:4px}.has-border-radius-4 .coblocks-gallery--item figcaption{border-radius:0 0 4px 4px}.has-border-radius-5 .coblocks-gallery--item img{border-radius:5px}.has-border-radius-5 .coblocks-gallery--item figcaption{border-radius:0 0 5px 5px}.has-border-radius-6 .coblocks-gallery--item img{border-radius:6px}.has-border-radius-6 .coblocks-gallery--item figcaption{border-radius:0 0 6px 6px}.has-border-radius-7 .coblocks-gallery--item img{border-radius:7px}.has-border-radius-7 .coblocks-gallery--item figcaption{border-radius:0 0 7px 7px}.has-border-radius-8 .coblocks-gallery--item img{border-radius:8px}.has-border-radius-8 .coblocks-gallery--item figcaption{border-radius:0 0 8px 8px}.has-border-radius-9 .coblocks-gallery--item img{border-radius:9px}.has-border-radius-9 .coblocks-gallery--item figcaption{border-radius:0 0 9px 9px}.has-border-radius-10 .coblocks-gallery--item img{border-radius:10px}.has-border-radius-10 .coblocks-gallery--item figcaption{border-radius:0 0 10px 10px}.has-border-radius-11 .coblocks-gallery--item img{border-radius:11px}.has-border-radius-11 .coblocks-gallery--item figcaption{border-radius:0 0 11px 11px}.has-border-radius-12 .coblocks-gallery--item img{border-radius:12px}.has-border-radius-12 .coblocks-gallery--item figcaption{border-radius:0 0 12px 12px}.has-border-radius-13 .coblocks-gallery--item img{border-radius:13px}.has-border-radius-13 .coblocks-gallery--item figcaption{border-radius:0 0 13px 13px}.has-border-radius-14 .coblocks-gallery--item img{border-radius:14px}.has-border-radius-14 .coblocks-gallery--item figcaption{border-radius:0 0 14px 14px}.has-border-radius-15 .coblocks-gallery--item img{border-radius:15px}.has-border-radius-15 .coblocks-gallery--item figcaption{border-radius:0 0 15px 15px}.has-border-radius-16 .coblocks-gallery--item img{border-radius:16px}.has-border-radius-16 .coblocks-gallery--item figcaption{border-radius:0 0 16px 16px}.has-border-radius-17 .coblocks-gallery--item img{border-radius:17px}.has-border-radius-17 .coblocks-gallery--item figcaption{border-radius:0 0 17px 17px}.has-border-radius-18 .coblocks-gallery--item img{border-radius:18px}.has-border-radius-18 .coblocks-gallery--item figcaption{border-radius:0 0 18px 18px}.has-border-radius-19 .coblocks-gallery--item img{border-radius:19px}.has-border-radius-19 .coblocks-gallery--item figcaption{border-radius:0 0 19px 19px}.has-border-radius-20 .coblocks-gallery--item img{border-radius:20px}.has-border-radius-20 .coblocks-gallery--item figcaption{border-radius:0 0 20px 20px}.has-caption-style-light .coblocks-gallery--item figcaption{background:linear-gradient(0deg, rgba(255,255,255,0.93) 6.3%, rgba(255,255,255,0.5) 61%, rgba(255,255,255,0)) !important;opacity:1 !important}.coblocks-gallery:not(.has-caption-color).has-caption-style-dark figcaption{color:#fff}.coblocks-gallery:not(.has-caption-color).has-caption-style-light figcaption{color:#000}.has-caption-style-none .coblocks-gallery--item{background:none !important;opacity:1 !important}.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-viewport{height:100%;overflow:hidden;position:relative}.is-cropped .flickity-viewport{height:100% !important}.flickity-slider{height:100%;position:absolute;width:100%}.flickity-enabled.is-draggable .flickity-viewport{cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{background:rgba(255,255,255,0.75);border:none;color:#000;padding:0;position:absolute;transition:background 100ms, opacity 100ms}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{background:#fff;border:none;box-shadow:0 0 0 2px #000;outline:none}.flickity-button:active{border:none;opacity:0.6}.flickity-button:disabled{cursor:auto;opacity:0.25;pointer-events:none}.flickity-button-icon{fill:#000;transform:translate3d(0, 0, 0)}.flickity-prev-next-button{border-radius:9px;height:72px;top:50%;transform:translateY(-50%);width:57px}.has-top-left-carousel-arrows .flickity-prev-next-button{border-radius:4px;height:42px;top:20px;transform:none;width:42px}.has-top-left-carousel-arrows .flickity-prev-next-button.previous{left:20px}.has-top-left-carousel-arrows .flickity-prev-next-button.next{left:calc(25px + 42px)}.flickity-prev-next-button.previous{left:10px}@media (min-width: 600px){.flickity-prev-next-button.previous{left:20px}}.flickity-prev-next-button.next{right:10px}@media (min-width: 600px){.flickity-prev-next-button.next{right:20px}}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}@media (min-width: 600px){.flickity-rtl .flickity-prev-next-button.previous{right:20px}}.flickity-rtl .flickity-prev-next-button.next{left:10px;right:auto}@media (min-width: 600px){.flickity-rtl .flickity-prev-next-button.next{left:20px}}.flickity-prev-next-button .flickity-button-icon{height:50%;left:23%;position:absolute;top:25%;width:50%}.previous.flickity-prev-next-button .flickity-button-icon{left:26%}.flickity-page-dots{bottom:18px;line-height:1;list-style:none;margin:0 !important;padding:0 !important;position:absolute;text-align:center;width:100%}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{background:rgba(0,0,0,0.3);border-radius:50%;cursor:pointer;display:inline-block;height:9px;margin:0 6px;width:9px}.flickity-page-dots .dot.is-selected{background:rgba(255,255,255,0.75)}.coblocks-lightbox{align-items:center;background:rgba(0,0,0,0);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.admin-bar .coblocks-lightbox{top:32px}@media (max-width: 782px){.admin-bar .coblocks-lightbox{top:46px}}.coblocks-lightbox__background{background-repeat:no-repeat;background-size:cover;bottom:-10em;filter:blur(25px) saturate(175%) brightness(90%);left:-10em;position:absolute;right:-10em;top:-10em}.coblocks-lightbox__heading{align-items:center;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:0.5em;justify-content:space-between;left:3%;position:absolute;right:3%;top:1em}@media (min-width: 600px){.coblocks-lightbox__heading{top:2em}}.coblocks-lightbox__image{z-index:2}.coblocks-lightbox__image img{display:flex;margin:auto;max-height:70vh;max-width:70vw}@media (min-width: 960px){.coblocks-lightbox__image img{max-height:80vh;max-width:80vw}}.coblocks-lightbox__arrow{align-items:center;background-color:transparent;border-radius:100%;color:#fff;cursor:pointer;display:flex;height:auto;margin:0 1%;padding:15px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:250ms background-color linear;z-index:3}.coblocks-lightbox__arrow:hover{background-color:rgba(255,255,255,0.15)}.coblocks-lightbox__arrow:focus{background-color:rgba(255,255,255,0.25);box-shadow:inset 0 0 0 3px rgba(255,255,255,0.25);outline:none}@media (min-width: 600px){.coblocks-lightbox__arrow{background-color:rgba(255,255,255,0.15);margin:0 2%}.coblocks-lightbox__arrow:hover{background-color:rgba(255,255,255,0.25)}}.coblocks-lightbox__arrow>div{background-color:#fff;height:28px;position:relative;width:28px}@media (min-width: 960px){.coblocks-lightbox__arrow>div{height:32px;width:32px}}.coblocks-lightbox__arrow .arrow-left{left:-1px;-webkit-mask-image:url(images/lightbox/arrow-left.svg);mask-image:url(images/lightbox/arrow-left.svg)}.coblocks-lightbox__arrow .arrow-right{-webkit-mask-image:url(images/lightbox/arrow-right.svg);mask-image:url(images/lightbox/arrow-right.svg);right:-1px}.coblocks-lightbox__arrow--left{left:0;right:auto}.coblocks-lightbox__close{background-color:#fff;background-repeat:no-repeat;cursor:pointer;height:26px;-webkit-mask-image:url(images/lightbox/close.svg);mask-image:url(images/lightbox/close.svg);-webkit-mask-size:contain;mask-size:contain;padding:7px;transition:transform 0.15s linear;width:26px}@media (min-width: 960px){.coblocks-lightbox__close{height:32px;width:32px}}.coblocks-lightbox__close:hover{background-color:#fff;transform:scale(1.125)}.coblocks-lightbox__close:focus{background-color:#fff;transform:scale(1.125)}.coblocks-lightbox__caption{color:#fff;margin-top:10px;text-align:center}.has-lightbox>:not(.carousel-nav) figure:hover{cursor:zoom-in}.has-lightbox figure[class^="align"]:hover{cursor:zoom-in}figure.has-lightbox:hover{cursor:zoom-in}.is-twentynineteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:46px;margin-top:46px}.is-twentynineteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--caption{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:0.71111em;line-height:1.6;margin:0 0 -20px;padding:0.5rem;text-align:center}.is-twentynineteen .wp-block-coblocks-gallery-stacked figcaption:not([class*="font-size"]){font-size:0.71111em}.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:1.75em;margin-top:1.65em}.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{font-style:italic;margin-bottom:-10px;margin-top:1em}.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"]:not([class*="masonry"]) .coblocks-gallery:not(.has-caption-color) figcaption{color:#1e1e1e}.is-twentyseventeen .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentysixteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:2.3em;margin-top:2.3em}.is-twentysixteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-10px;margin-top:0.6em}.is-twentysixteen .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentyfifteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:2.2em;margin-top:2.2em}.is-twentyfifteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-15px;margin-top:0.5em;padding-bottom:0}.is-twentyfifteen .wp-block-coblocks-gallery-masonry figcaption{font-size:13px !important}.is-twentyfourteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:30px;margin-top:30px}.is-twentyfourteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-7px;text-align:left}.is-twentythirteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:30px;margin-top:34px}.is-twentythirteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-10px}.is-twentythirteen .wp-block-coblocks-gallery-masonry figcaption{font-size:13px !important}.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:32px;margin-top:32px}.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery:not([class*="border-radius"]) img{border-radius:inherit}.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-10px}.is-twentytwelve .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:32px;margin-top:33px}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery img{border:0;max-width:100%;padding:0}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-15px}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption::before{color:#666;content:"\2014";font-size:14px;font-style:normal;font-weight:600;left:10px;margin-right:5px;position:absolute;top:0}.is-twentyeleven .wp-block-coblocks-gallery-stacked figcaption{padding-left:1em !important;padding-right:1em !important;text-align:center !important}.is-twentyeleven .wp-block-coblocks-gallery-stacked figcaption::before{display:none;padding-left:0}.has-filter-grayscale img{filter:grayscale(1)}.has-filter-saturation img{filter:saturate(1.75)}.has-filter-sepia img{filter:sepia(0.5)}.has-filter-dim img{filter:brightness(0.5)}.has-filter-vintage img{filter:contrast(1.3) saturate(1.5) sepia(0.6)}.coblocks-option-selector-control .components-button-group .components-button{justify-content:center;min-width:38px;padding-left:4px;padding-right:4px;vertical-align:middle}.coblocks-option-selector-control.is-custom{margin-bottom:14px}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}[class*="wp-block-"].mt-0>.has-margin{margin-top:0 !important}[class*="wp-block-"].mb-0>.has-margin{margin-bottom:0 !important}[class*="wp-block"].mt-0{margin-top:0 !important}[class*="wp-block"].mb-0{margin-bottom:0 !important}.mt-0{margin-top:0}.pt-0{padding-top:0}.coblocks-animate{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}.coblocks-animate.animate-loop{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.coblocks-animate.fadeIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.coblocks-animate.zoomIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}.coblocks-animate.slideInLeft{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInLeft{0%{opacity:0;transform:translateX(-5em)}100%{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-5em)}100%{opacity:1;transform:translateX(0)}}.coblocks-animate.slideInRight{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInRight{0%{opacity:0;transform:translateX(5em)}100%{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(5em)}100%{opacity:1;transform:translateX(0)}}.coblocks-animate.slideInBottom{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInBottom;animation-name:slideInBottom}@-webkit-keyframes slideInBottom{0%{opacity:0;transform:translateY(5em)}100%{opacity:1;transform:translateY(0)}}@keyframes slideInBottom{0%{opacity:0;transform:translateY(5em)}100%{opacity:1;transform:translateY(0)}}.coblocks-animate.clipHorizontal{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:clipHorizontal;animation-name:clipHorizontal}@-webkit-keyframes clipHorizontal{0%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);opacity:0}100%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);opacity:1}}@keyframes clipHorizontal{0%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);opacity:0}100%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);opacity:1}}.coblocks-animate.clipVertical{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:clipVertical;animation-name:clipVertical}@-webkit-keyframes clipVertical{0%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);opacity:0}100%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);opacity:1}}@keyframes clipVertical{0%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);opacity:0}100%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);opacity:1}}body.amp .coblocks-animate{opacity:1}.coblocks-block-patterns__modal .components-modal__header-heading{align-items:center;display:flex}.coblocks-block-patterns__modal .components-base-control__field{margin-bottom:16px}.coblocks-block-patterns__preview{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:24px;padding:9px}.wp-block-button.w-100{width:100%}.wp-block-button.w-100 .wp-block-button__link{width:100%}.is-style-circular .wp-block-button__link{border-radius:100px !important}.is-style-3d .wp-block-button__link{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.25)}.is-style-shadow{z-index:1}.is-style-shadow .wp-block-button__link{box-shadow:0 4px 6px rgba(0,0,0,0.11),0 1px 3px rgba(0,0,0,0.075)}:root{--wp-admin-theme-color: #007cba;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-20: #005a87}.coblocks-settings-modal .components-base-control__help{color:#757575;display:block;font-style:normal;padding-left:36px;padding-top:2px}@media (min-width: 600px){.coblocks-settings-modal .components-base-control__help{padding-left:32px}}.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');-webkit-mask-position:bottom;mask-position:bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-top-wave{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');-webkit-mask-position:top;mask-position:top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-image.is-style-bottom-wave img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');-webkit-mask-position:bottom;mask-position:bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-image.is-style-top-wave img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');-webkit-mask-position:top;mask-position:top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.block-editor-block-styles__item-preview .wp-block-image{margin-top:0}.block-editor-block-styles__item-preview .wp-block-image .components-resizable-box__container{height:100% !important;width:100% !important}.edit-post-sidebar .components-panel__body.is-opened ~ .coblocks-lightbox-controls{display:flex;margin-top:-8px;padding-left:16px;padding-right:16px}.edit-post-sidebar .components-panel__body.is-opened ~ .coblocks-lightbox-controls ~ .components-coblocks-replace-image{margin-top:0}.edit-post-sidebar .coblocks-lightbox-controls{display:none}.is-style-checkbox li{list-style-type:none !important;padding-left:10px;position:relative}@media (min-width: 600px){.is-style-checkbox li{padding-left:12px}}.is-style-checkbox li::before{background-color:currentColor;background-size:cover;content:"";display:inline-block;height:20px;left:-20px;-webkit-mask-image:url(images/list/checkbox-rounded.svg);mask-image:url(images/list/checkbox-rounded.svg);position:absolute;top:6px;transform:scale(0.9);width:20px}@media (min-width: 600px){.is-style-checkbox li::before{top:8px;transform:0}}.is-style-checkbox li li::before{-webkit-mask-image:url(images/list/checkbox-rounded-child.svg);mask-image:url(images/list/checkbox-rounded-child.svg)}.is-twentynineteen .is-style-checkbox li::before{top:10px}.is-style-none,.is-style-none li{list-style-type:none !important;padding-left:0 !important}.is-style-none li::before{content:"\200B"}.wp-block-media-text.is-style-card .wp-block-media-text__content{background-color:var(--wp--preset--color--background, #fff);margin-left:auto;margin-right:auto;margin-top:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)));padding:var(--coblocks-spacing--4, 2em);width:95%}@media (min-width: 600px){.wp-block-media-text.is-style-card .wp-block-media-text__content{margin-left:initial;margin-right:initial;margin-top:initial;padding:calc(2 * var(--coblocks-spacing--3, map-get($spacing, 3)));right:1px;width:initial}}@media (min-width: 960px){.wp-block-media-text.is-style-card .wp-block-media-text__content{padding:calc(2 * var(--coblocks-spacing--6, map-get($spacing, 6)))}}.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{margin-bottom:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)));margin-top:initial}@media (min-width: 600px){.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{margin-bottom:0}}.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:auto;margin-right:auto;margin-top:calc(-1 * var(--coblocks-spacing--4, map-get($spacing, 4)));width:90%}@media (min-width: 600px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:initial;margin-right:initial;margin-top:initial;width:auto}}@media (min-width: 600px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)))}}@media (min-width: 960px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:calc(-2 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-left:initial;margin-right:initial;margin-top:initial;width:auto}@media (min-width: 600px){.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-left:0;margin-right:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)));width:175%}}@media (min-width: 960px){.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-right:calc(-2 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}@media (min-width: 600px){.wp-block-media-text.is-style-card .wp-block-media-text__content,.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-left:calc(-1 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}@media (min-width: 600px){.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content,.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{margin-left:0;margin-right:calc(-1 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-left:auto;margin-right:auto;width:90%}@media (min-width: 600px){.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-left:calc(-1 * var(--coblocks-spacing--10, map-get($spacing, 10)));margin-right:inherit;margin-top:inherit;width:auto}}.wp-block-media-text.is-style-outline .wp-block-media-text__content h1,.wp-block-media-text.is-style-outline .wp-block-media-text__content h2,.wp-block-media-text.is-style-outline .wp-block-media-text__content h3,.wp-block-media-text.is-style-outline .wp-block-media-text__content h4,.wp-block-media-text.is-style-outline .wp-block-media-text__content h5,.wp-block-media-text.is-style-outline .wp-block-media-text__content h6,.wp-block-media-text.is-style-outline .wp-block-media-text__content p{background-color:var(--wp--preset--color--background, #fff);box-shadow:0.5rem 0 0 var(--wp--preset--color--background, #fff),-0.5rem 0 0 var(--wp--preset--color--background, #fff);display:inline}.wp-block-media-text.is-style-outline .wp-block-media-text__content .wp-block-buttons{margin-top:var(--coblocks-spacing--5, 2.5em)}.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{width:100%}@media (min-width: 600px){.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{margin-left:0.5rem;width:175%}}.wp-block-media-text .wp-block-media-text__content *:first-child{margin-top:0}@media (min-width: 600px){.editor-styles-wrapper .wp-block-media-text.is-style-card .wp-block-media-text__content{right:1px}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{left:1px;right:initial}}.editor-styles-wrapper .wp-block-media-text.is-style-card .components-resizable-box__handle::after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap .components-resizable-box__handle::after,.editor-styles-wrapper .wp-block-media-text.is-style-outline .components-resizable-box__handle::after{top:-8px}.editor-styles-wrapper .wp-block-media-text.is-style-card.is-selected .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap.is-selected .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-outline.is-selected .wp-block-media-text__media::after{background:var(--wp-admin-theme-color, #007cba);border:2px solid #fff;border-radius:50%;bottom:-7px;content:"";cursor:inherit;display:block;height:15px;position:absolute;right:-8px;width:15px;z-index:9999}.editor-styles-wrapper .wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__media::after{left:-8px;right:inherit}.editor-styles-wrapper .wp-block-media-text.is-style-outline .wp-block-media-text__content .wp-block.wp-block-buttons{margin-top:var(--coblocks-spacing--5, 2.5em) !important}.edit-post-sidebar .components-coblocks-replace-image{display:none}.edit-post-sidebar .components-panel__body.is-opened ~ .components-coblocks-replace-image{display:flex;justify-content:flex-end;margin-top:-8px;padding:0 16px 16px 16px}.edit-post-sidebar .edit-post-settings-sidebar__panel-block .is-opened ~ .components-coblocks-replace-image{display:flex;justify-content:flex-end;margin-top:-8px;padding:0 0 16px 0}ul.has-custom-font li{font-family:inherit}blockquote.has-custom-font p,blockquote.has-custom-font cite{font-family:inherit !important}.has-custom-font.wp-block-cover p{font-family:inherit !important}.has-custom-font.wp-block-button .wp-block-button__link{font-family:inherit !important}.has-custom-font.wp-block-coblocks-click-to-tweet .wp-block-coblocks-click-to-tweet__text{font-family:inherit}.has-custom-font.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table__inner .wp-block-coblocks-pricing-table-item__title,.has-custom-font.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table__inner .wp-block-coblocks-pricing-table-item__amount{font-family:inherit}.wp-block-button.has-custom-lineheight .wp-block-button__link{line-height:inherit}.wp-block-button.has-custom-size .wp-block-button__link{font-size:inherit}ul.has-custom-lineheight li{line-height:inherit}ul.has-custom-size li{font-size:inherit}.has-custom-transform.wp-block-coblocks-click-to-tweet .wp-block-coblocks-click-to-tweet__twitter-btn{text-transform:none}.wp-block-coblocks-accordion-item{border-radius:4px;margin:0 0 1em}.wp-block-coblocks-accordion-item p:first-of-type{margin-top:0}.wp-block-coblocks-accordion-item p:last-of-type{margin-bottom:0}.wp-block-coblocks-accordion-item__title,.wp-block-coblocks-accordion-item__title.has-background{background:rgba(140,140,151,0.1);border-radius:4px;padding:10px 15px;position:relative}.wp-block-coblocks-accordion-item__title::after,.wp-block-coblocks-accordion-item__title.has-background::after{border-radius:4px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:background 100ms cubic-bezier(0.694, 0, 0.335, 1)}.wp-block-coblocks-accordion-item__title:hover::after,.wp-block-coblocks-accordion-item__title.has-background:hover::after{background:rgba(0,0,0,0.0275)}.wp-block-coblocks-accordion-item__title:focus,.wp-block-coblocks-accordion-item__title.has-background:focus{outline:1px dotted #a2aab2;outline-offset:-4px}.wp-block-coblocks-accordion-item details[open] summary{border-radius:4px 4px 0 0}.wp-block-coblocks-accordion-item__content{border:1px solid rgba(140,140,151,0.1);border-radius:0 0 4px 4px;border-top:0;padding:15px 20px}.wp-block-coblocks-accordion-item__content>div{max-width:100%}.wp-block-coblocks-accordion-item .alignfull img{max-width:100% !important}.wp-block-coblocks-accordion.alignfull{padding:0 12px}_:-ms-fullscreen,:root .wp-block-coblocks-accordion summary{display:block}_:-ms-lang(x),_:-webkit-full-screen,.wp-block-coblocks-accordion summary{display:block}.wp-block-coblocks-alert{background-color:var(--coblocks-alert-default--color--background, #d6efee);border-radius:4px;color:var(--coblocks-alert-default--color--text, #094264);padding:2em}.wp-block-coblocks-alert:not(.has-background).is-style-warning{background-color:var(--coblocks-alert-default--color--background, #fbe7dd)}.wp-block-coblocks-alert:not(.has-background).is-style-error{background-color:var(--coblocks-alert-default--color--background, #ffdede)}.wp-block-coblocks-alert:not(.has-background).is-style-success{background-color:var(--coblocks-alert-default--color--background, #d0eac4)}.wp-block-coblocks-alert:not(.has-text-color).is-style-warning{color:var(--coblocks-alert-warning--color--text, #8a4b30)}.wp-block-coblocks-alert:not(.has-text-color).is-style-error{color:var(--coblocks-alert-error--color--text, #8b343c)}.wp-block-coblocks-alert:not(.has-text-color).is-style-success{color:var(--coblocks-alert-error--color--text, #154a28)}.wp-block-coblocks-alert__title{display:block;margin-bottom:0.5em;margin-top:0}.wp-block-coblocks-alert__title:empty{display:none}.wp-block-coblocks-alert__text{margin-bottom:0;margin-top:0}.wp-block-coblocks-author{align-items:flex-start;background:rgba(139,139,150,0.1);display:flex;padding:30px 25px;position:relative}@media (min-width: 600px){.wp-block-coblocks-author{padding:40px 35px}}.wp-block-coblocks-author__avatar,.wp-block-coblocks-author figure.wp-block-coblocks-author__avatar{border-radius:100%;flex:0 0 auto;height:70px;margin:0 25px 0 0;position:relative;width:70px}@media (min-width: 600px){.wp-block-coblocks-author__avatar,.wp-block-coblocks-author figure.wp-block-coblocks-author__avatar{height:150px;margin-right:35px;width:150px}}.wp-block-coblocks-author__avatar-img{border-radius:100%;display:inline-block;height:100% !important;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.wp-block-coblocks-author__content{flex:1 1 auto}.wp-block-coblocks-author__name{display:block;font-size:1.5em;margin:0;padding:0}.wp-block-coblocks-author__biography{margin:0 0 1em}.wp-block-coblocks-author__biography:last-of-type{margin-bottom:0}.wp-block-coblocks-author .wp-block-button{margin:1em 0 0 0}.wp-block-coblocks-buttons__inner{align-items:center;display:flex;justify-content:center}.wp-block-coblocks-buttons .flex-align-left{align-items:flex-start;justify-content:flex-start}.wp-block-coblocks-buttons .flex-align-right{align-items:flex-end;justify-content:flex-end}.wp-block-coblocks-buttons .wp-block-button{margin-bottom:0}.wp-block-coblocks-buttons .wp-block-button+.wp-block-button{margin-left:1.35em}@media (max-width: 600px){.wp-block-coblocks-buttons .is-stacked-on-mobile{display:block}.wp-block-coblocks-buttons .is-stacked-on-mobile .wp-block-button+.wp-block-button{margin-left:0;margin-top:1.35em}}.wp-block-coblocks-click-to-tweet{border:1px solid transparent;border-radius:4px;margin-bottom:1.9em;position:relative}.wp-block-coblocks-click-to-tweet__text{margin-bottom:0;padding-left:40px;position:relative}.wp-block-coblocks-click-to-tweet__text::before{background-color:currentColor;background-size:cover;content:"";display:inline-block;height:24px;left:0;-webkit-mask-image:url(images/social/twitter.svg);mask-image:url(images/social/twitter.svg);opacity:0.3;position:absolute;top:5px;width:24px}.wp-block-coblocks-click-to-tweet__text a{box-shadow:none !important;text-decoration:none !important}.wp-block-coblocks-click-to-tweet__twitter-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:4px;box-shadow:none !important;color:#fff !important;cursor:pointer;display:inline-block;font-size:13px;font-style:normal;font-weight:400;line-height:1.8;margin-left:40px;margin-top:10px;padding:0.28em 1em;position:relative;text-decoration:none !important;white-space:normal;word-break:break-all}.wp-block-coblocks-click-to-tweet__twitter-btn:not(.has-button-color){background:var(--coblocks--color--twitter, #1da1f2)}.wp-block-coblocks-click-to-tweet__twitter-btn::before{background-color:#fff;background-size:cover;content:"";display:inline-block;height:18px;margin-right:5px;-webkit-mask-image:url(images/social/twitter.svg);mask-image:url(images/social/twitter.svg);position:relative;top:4px;width:18px}.wp-block-coblocks-dynamic-separator{background:none !important;border:0;max-width:100% !important;opacity:1;padding:0;position:relative;width:100%}.wp-block-coblocks-dynamic-separator::before{content:"...";display:inline-block;font-size:22px;font-weight:400;left:0;letter-spacing:0.95em;line-height:1;margin-left:21px;margin-right:auto;position:absolute;right:0;text-align:center;top:calc(50% - 18px)}.wp-block-coblocks-dynamic-separator.is-style-line::before,.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{background:currentColor;content:"";display:block;height:1px;margin-left:auto;max-width:120px;top:50%;width:15vw}.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{max-width:100%;width:100%}.wp-block-coblocks-dynamic-separator:not(.has-background)::before{color:#292929}.wp-block-coblocks-dynamic-separator.is-style-line:not(.has-background)::before,.wp-block-coblocks-dynamic-separator.is-style-fullwidth:not(.has-background)::before{background:rgba(0,0,0,0.15)}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator::before{background:none;content:"...";left:0;top:calc(50% - 18px);transform:none;width:auto}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator::after{display:none}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-line::before,.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{background:currentColor;content:"";display:block;height:1px;margin-left:auto;max-width:120px;top:50%;width:15vw}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{max-width:100%;width:100%}.is-twentytwenty .wp-block-coblocks-dynamic-separator.is-style-line:not(.has-background)::before,.is-twentytwenty .wp-block-coblocks-dynamic-separator.is-style-fullwidth:not(.has-background)::before{background:#6d6d6d}.wp-block-coblocks-event-item{flex:1 100%;justify-content:space-between;line-height:1;margin-bottom:var(--coblocks-spacing--5, 2.5em);width:100%}@media (min-width: 782px){.wp-block-coblocks-event-item{display:flex !important;margin-bottom:var(--coblocks-spacing--3, 1.5em)}}.wp-block-coblocks-events__date{margin-bottom:var(--coblocks-spacing--3, 1.5em)}@media (min-width: 782px){.wp-block-coblocks-events__date{flex-basis:15%;margin-bottom:0}}.wp-block-coblocks-events__content{margin-bottom:var(--coblocks-spacing--3, 1.5em)}@media (min-width: 782px){.wp-block-coblocks-events__content{flex-basis:65%;margin-bottom:0;padding:0 1em}}.wp-block-coblocks-events__title,.wp-block-coblocks-events__description,.wp-block-coblocks-events__time{display:block}@media (min-width: 782px){.wp-block-coblocks-events__details{flex-basis:20%;text-align:right}}.wp-block-coblocks-events__title{font-weight:700;margin-bottom:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-events__day{display:block;font-size:1.75em;font-weight:700;margin-bottom:5px}.wp-block-coblocks-events__month{margin-right:5px;margin-top:var(--coblocks-spacing--1, 0.5em)}@media (min-width: 782px){.wp-block-coblocks-events__month{display:block;margin-bottom:5px;margin-right:0}}.wp-block-coblocks-events__time{font-weight:700;margin-bottom:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-events__year,.wp-block-coblocks-events__month,.wp-block-coblocks-events__time,.wp-block-coblocks-events__location,.wp-block-coblocks-events__description{font-size:0.75em}.wp-block-coblocks-events__description{line-height:1.476}.wp-block-coblocks-events.slick-slider{box-sizing:border-box;display:block;padding-bottom:4em;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wp-block-coblocks-events .slick-list{display:block;margin:0 -2em;overflow:hidden;padding:0;position:relative}.wp-block-coblocks-events .slick-list:focus{outline:none}.wp-block-coblocks-events .slick-list.dragging{cursor:pointer;cursor:hand}.wp-block-coblocks-events.slick-slider .slick-track,.wp-block-coblocks-events.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.wp-block-coblocks-events .slick-track{display:flex;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.wp-block-coblocks-events .slick-track::before,.wp-block-coblocks-events .slick-track::after{content:"";display:table}.wp-block-coblocks-events .slick-track::after{clear:both}.wp-block-coblocks-events .slick-loading .slick-track{visibility:hidden}.wp-block-coblocks-events .slick-slide{float:left;height:auto;margin:0 2em;min-height:1px;outline:none}.wp-block-coblocks-events [dir="rtl"] .slick-slide{float:right}.wp-block-coblocks-events .slick-slide img{display:block}.wp-block-coblocks-events .slick-slide.slick-loading img{display:none}.wp-block-coblocks-events .slick-slide.dragging img{pointer-events:none}.wp-block-coblocks-events .slick-initialized .slick-slide{display:block}.wp-block-coblocks-events .slick-loading .slick-slide{visibility:hidden}.wp-block-coblocks-events .slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.wp-block-coblocks-events .slick-arrow.slick-hidden{display:none}.wp-block-coblocks-events .arrows{text-align:center}.wp-block-coblocks-events .slick-prev,.wp-block-coblocks-events .slick-next{background:transparent;border:none;bottom:0;color:transparent;cursor:pointer;display:inline-block;font-size:initial;height:4em;line-height:0;outline:none;padding:0.5em;position:absolute;width:4em;z-index:1}.wp-block-coblocks-events .slick-prev:hover,.wp-block-coblocks-events .slick-prev:focus,.wp-block-coblocks-events .slick-next:hover,.wp-block-coblocks-events .slick-next:focus{cursor:pointer;opacity:0.5;outline:none}.wp-block-coblocks-events .slick-prev:hover::before,.wp-block-coblocks-events .slick-prev:focus::before,.wp-block-coblocks-events .slick-next:hover::before,.wp-block-coblocks-events .slick-next:focus::before{opacity:1}.wp-block-coblocks-events .slick-prev{left:50%;transform:translateX(-100%)}.wp-block-coblocks-events .slick-next{right:50%;transform:translateX(100%)}.wp-block-coblocks-events .slick-prev.slick-disabled::before,.wp-block-coblocks-events .slick-next.slick-disabled::before{opacity:0.25}.wp-block-coblocks-events .slick-prev::before,.wp-block-coblocks-events .slick-next::before{background-image:url(images/lightbox/arrow-left.svg);background-position:center;background-repeat:no-repeat;content:" ";display:block;height:100%;width:100%}.wp-block-coblocks-events .slick-next::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-events [dir="rtl"] .slick-prev::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-events [dir="rtl"] .slick-next::before{background-image:url(images/lightbox/arrow-left.svg)}.wp-block-coblocks-features{position:relative}.wp-block-coblocks-features .has-left-content{text-align:left}.wp-block-coblocks-features .has-left-content img{margin-left:0;margin-right:auto}.wp-block-coblocks-features .has-center-content{text-align:center}.wp-block-coblocks-features .has-center-content img{margin-left:auto;margin-right:auto}.wp-block-coblocks-features .has-right-content{text-align:right}.wp-block-coblocks-features .has-right-content img{margin-left:auto;margin-right:0}.wp-block-coblocks-features__inner{position:relative}.wp-block-coblocks-feature{display:flex;flex-direction:column;justify-content:center;margin:0;max-width:100%;position:relative;width:100%;word-break:break-word}.wp-block-coblocks-feature .wp-block-coblocks-icon{margin-bottom:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-feature h1,.wp-block-coblocks-feature h2,.wp-block-coblocks-feature h3,.wp-block-coblocks-feature h4,.wp-block-coblocks-feature h5,.wp-block-coblocks-feature h6{margin-top:0 !important;padding:0 !important}.wp-block-coblocks-feature p{margin-top:0}.wp-block-coblocks-feature p:not(.has-background){padding-top:0}.wp-block-coblocks-feature__inner>*{position:relative}.wp-block-coblocks-feature__inner>*:last-child{margin-bottom:0 !important}@media (min-width: 600px){.wp-block-coblocks-features__inner:not(.has-responsive-columns){align-items:flex-start;display:flex}}@media (min-width: 600px){.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:nth-child(odd){margin-right:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:nth-child(even){margin-left:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:not(:first-child){margin-left:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:not(:last-child){margin-right:var(--coblocks-spacing--3, 1.5em)}}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns).has-1-columns .wp-block-coblocks-feature{margin-left:0;margin-right:0}.wp-block-coblocks-food-item{margin-top:2.75em}.wp-block-coblocks-food-item__figure{display:flex;margin:0.35em 0 1.25em;overflow:hidden;padding-top:100%;position:relative;width:100%}.wp-block-coblocks-food-item__figure img,.wp-block-coblocks-food-item__figure img[itemprop="image"]{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__figure img,.wp-block-coblocks-food-item__figure img[itemprop="image"]{height:auto;left:50%;min-width:100%;top:50%;transform:translate(-50%, -50%)}}.wp-block-coblocks-food-item__heading-wrapper{align-items:center;display:flex;flex:1 85%;margin:0 0 0.25em;order:1}.wp-block-coblocks-food-item__heading,.wp-block-coblocks-food-item__heading[itemprop="name"]{margin:0;padding:0}.wp-block-coblocks-food-item__content{align-content:flex-start;display:flex;flex:1 100%;flex-wrap:wrap}.wp-block-coblocks-food-item__attributes{display:flex;margin-left:0.4em}.wp-block-coblocks-food-item__attributes svg{fill:currentColor;height:18px;width:18px}.wp-block-coblocks-food-item__attributes svg:last-of-type{margin-right:0}.wp-block-coblocks-food-item__attribute{background:none;border:none;display:flex;margin-right:0.25em !important;padding:0}.wp-block-coblocks-food-item__attribute--spicier{margin-left:-0.25em !important}.wp-block-coblocks-food-item__description{flex:1 100%;margin:0;order:3}.wp-block-coblocks-food-item__price{flex:1 15%;margin:0.5em 0 0 0;opacity:0.7;order:2}.wp-block-coblocks-food-item__icon{background-color:currentColor;background-repeat:no-repeat;background-size:cover;display:inline-block;height:18px;width:18px}.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/popular.svg);mask-image:url(images/food-attribute/popular.svg)}.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/popular.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/spicy.svg);mask-image:url(images/food-attribute/spicy.svg)}.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/spicy.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/vegan.svg);mask-image:url(images/food-attribute/vegan.svg)}.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/vegan.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/vegetarian.svg);mask-image:url(images/food-attribute/vegetarian.svg)}.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/vegetarian.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/pescatarian.svg);mask-image:url(images/food-attribute/pescatarian.svg)}.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/pescatarian.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/gluten-free.svg);mask-image:url(images/food-attribute/gluten-free.svg)}.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/gluten-free.svg);color:transparent !important}}.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h6,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h6,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h6{flex-basis:100%;max-width:100%}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__content{flex-flow:column;justify-content:center;text-align:center}}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__heading-wrapper{justify-content:center}}.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__price{margin-top:0;text-align:right}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__price{text-align:inherit}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]{display:flex;flex:1 100% !important;margin-top:1.5em;max-width:100%}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]{align-items:center}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item figure,.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item .components-placeholder,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] figure,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] .components-placeholder{flex:0 0 auto;margin:0 20px 0 0 !important;max-height:75px;max-width:75px;padding-top:75px}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item figure,.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item .components-placeholder,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] figure,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] .components-placeholder{max-height:100px;max-width:100px;padding-top:100px}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__attributes,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]__attributes{margin-left:0.6em}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__description,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]__description{max-width:calc(100% - 50px)}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__price,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]__price{margin-top:0;text-align:right}.coblocks-form label{display:block;float:none;margin-bottom:3px}.coblocks-form .coblocks-form__submit+label{margin:1.25rem 0 3px 0}.coblocks-form .required-error.hidden{display:none}.coblocks-form .coblocks-field,.coblocks-form select{margin:0 0 1.25rem 0;width:100%}.coblocks-form .coblocks-field.verify,.coblocks-form select.verify{height:0;left:0;opacity:0;position:absolute;top:0;width:0;z-index:-1}.coblocks-form .coblocks-field input[type="radio"]{display:inline-block;float:left;margin:5px 5px 0 0}.coblocks-form .coblocks-field .coblocks-checkbox-label{display:inline-flex;width:95%}.coblocks-form textarea{float:none;height:200px;margin:0 0 1.15rem 0;resize:vertical;width:100%}.coblocks-form .required{color:#d94f4f;margin-left:5px}.coblocks-form .coblocks-radio-label+.coblocks-field.verify+.coblocks-form__submit{margin-top:1.25rem}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-outline{background-color:transparent;border:2px solid !important}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-circular{border-radius:100px !important}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-3d{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.25)}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-shadow{box-shadow:0 4px 6px rgba(0,0,0,0.11),0 1px 3px rgba(0,0,0,0.075)}.coblocks-form .coblocks-form__inline-fields{align-items:center;display:flex;flex-flow:row wrap;margin-bottom:1.15rem}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field{margin-bottom:0.15rem;width:50%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field input[type="text"]{margin-bottom:3px;width:100%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:first-child{padding-right:10px}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:last-child{padding-left:10px}@media only screen and (max-width: 535px){.coblocks-form .coblocks-form__inline-fields{display:block}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field{width:100%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:first-child,.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:last-child{margin:0 0 1.15rem 0;padding:0}}.coblocks-form__subtext{display:block;line-height:1;margin-bottom:-0.3rem;margin-top:0.3rem;opacity:0.66}.coblocks-form .coblocks-form-submission{margin-bottom:4em;padding:1.5em 1em}.coblocks-form .coblocks-form-submission p{margin:0 auto;word-wrap:break-word}.coblocks-form .form-errors .form-error-message{color:#d94f4f}.coblocks-form .coblocks--inline{display:flex;flex-flow:row wrap;margin-bottom:1.25rem}.coblocks-form .coblocks--inline label{margin-right:10px}.coblocks-form .coblocks--inline input[type="radio"]{margin-top:5px}.coblocks-form .coblocks--inline .coblocks-checkbox-label{width:auto}.coblocks-form .coblocks--inline input[type="checkbox"]{margin-top:2px}.is-twentysixteen .coblocks-form__submit,.is-twentynineteen .coblocks-form__submit{margin-top:1.5em}.is-twentyseventeen .coblocks-field{margin-bottom:1.75rem}.is-twentyseventeen .coblocks-label{font-weight:800}.is-twentyseventeen .coblocks-form__submit{margin-top:-0.75em}.is-twentyseventeen .coblocks-form__submit .wp-block-button__link{margin-top:0.1em}.is-twentynineteen .coblocks-form .components-text-control__input,.is-twentynineteen .coblocks-form .components-textarea-control__input{border-color:#ccc;border-radius:0;padding:1.2rem 0}.is-twentynineteen .coblocks-form__submit.wp-block-button{margin-top:0}.is-twentysixteen .coblocks-form .components-text-control__input,.is-twentysixteen .coblocks-form .components-textarea-control__input{background-color:#f7f7f7;border-color:#d1d1d1;border-radius:2px;padding:0.75rem 0}.is-twentysixteen .coblocks-form .components-base-control{margin-bottom:0}.is-twentysixteen .coblocks-form .components-base-control .components-base-control__field{margin-bottom:0}.is-twentysixteen .coblocks-form__submit.wp-block-button{margin-top:0}.wp-block-coblocks-gallery-carousel,.wp-block-coblocks-gallery-carousel .coblocks-gallery{overflow:hidden;position:relative}.wp-block-coblocks-gallery-carousel .coblocks-gallery--figure{height:100%}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-2 img{border-radius:2px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-3 img{border-radius:3px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-4 img{border-radius:4px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-5 img{border-radius:5px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-6 img{border-radius:6px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-7 img{border-radius:7px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-8 img{border-radius:8px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-9 img{border-radius:9px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-10 img{border-radius:10px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-11 img{border-radius:11px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-12 img{border-radius:12px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-13 img{border-radius:13px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-14 img{border-radius:14px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-15 img{border-radius:15px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-16 img{border-radius:16px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-17 img{border-radius:17px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-18 img{border-radius:18px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-19 img{border-radius:19px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-20 img{border-radius:20px}.wp-block-coblocks-gallery-carousel .flickity-button{align-items:center;border-radius:100%;color:#fff;cursor:pointer;display:flex;height:auto;margin:0 1%;padding:15px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:250ms background-color linear;width:auto;z-index:3}.wp-block-coblocks-gallery-carousel .flickity-button:hover{background-color:rgba(255,255,255,0.15)}.wp-block-coblocks-gallery-carousel .flickity-button:focus{background-color:rgba(255,255,255,0.25);box-shadow:inset 0 0 0 3px rgba(255,255,255,0.25);outline:none}@media (min-width: 600px){.wp-block-coblocks-gallery-carousel .flickity-button{margin:0 2%}.wp-block-coblocks-gallery-carousel .flickity-button:hover{background-color:rgba(255,255,255,0.25)}}.wp-block-coblocks-gallery-carousel .flickity-button-icon{display:none}.wp-block-coblocks-gallery-carousel .flickity-button::after{background-color:#fff;content:"";display:block;height:28px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;width:28px}@media (min-width: 960px){.wp-block-coblocks-gallery-carousel .flickity-button::after{height:32px;width:32px}}.wp-block-coblocks-gallery-carousel .flickity-button.previous{height:62px;left:0;width:62px}.wp-block-coblocks-gallery-carousel .flickity-button.previous::after{height:32px;left:-1px;-webkit-mask-image:url(images/lightbox/arrow-left.svg);mask-image:url(images/lightbox/arrow-left.svg);width:32px}.wp-block-coblocks-gallery-carousel .flickity-button.next{height:62px;width:62px}.wp-block-coblocks-gallery-carousel .flickity-button.next::after{height:32px;-webkit-mask-image:url(images/lightbox/arrow-right.svg);mask-image:url(images/lightbox/arrow-right.svg);right:-1px;width:32px}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-gallery-carousel .flickity-button.previous::after{background-color:transparent !important;background-image:url(images/lightbox/arrow-left.svg);color:transparent !important}.wp-block-coblocks-gallery-carousel .flickity-button.next::after{background-color:transparent !important;background-image:url(images/lightbox/arrow-right.svg);color:transparent !important}}.wp-block-coblocks-gallery-carousel .carousel-nav{height:auto}.wp-block-coblocks-gallery-carousel .carousel-nav .flickity-viewport{height:80px !important;margin-left:0;margin-right:0}.wp-block-coblocks-gallery-carousel .carousel-nav figure{margin:0}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--figure{height:100%;position:relative}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail{height:80px;opacity:0.4;overflow:hidden;transition:opacity 250ms ease;width:100px}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail:hover{opacity:0.66}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail.is-selected{opacity:1}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.has-responsive-height .has-carousel{height:auto !important;padding-bottom:56.25%;position:relative}.has-responsive-height .has-carousel .flickity-viewport{left:0;position:absolute;top:0;width:100%}body.rtl .flickity-viewport{position:relative}body.rtl .flickity-prev-next-button.next{left:0}body.rtl .flickity-prev-next-button.previous{left:unset}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.alignfull ul,.wp-block-coblocks-gallery-collage.alignfull ul{padding-left:1em;padding-right:1em}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.is-style-layered) li,.wp-block-coblocks-gallery-collage:not(.is-style-layered) li{margin:0}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul,.wp-block-coblocks-gallery-collage ul{display:flex;flex-wrap:wrap;list-style-type:none;margin:0 !important;padding:0 !important}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul li,.wp-block-coblocks-gallery-collage ul li{list-style:none}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-no-gutter .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.wp-block-coblocks-gallery-collage.has-no-gutter .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-no-gutter .wp-block-coblocks-gallery-collage__item,.wp-block-coblocks-gallery-collage.has-no-gutter .wp-block-coblocks-gallery-collage__item{padding:0 !important}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item figure,.wp-block-coblocks-gallery-collage__item .block-editor-media-placeholder{padding:0}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage__item:nth-child(1){align-self:flex-end;width:75%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder{padding-top:calc(330 / 495 * 100%)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage__item:nth-child(2){align-self:flex-end;margin-right:auto !important;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage__item:nth-child(3){align-self:flex-start;margin-left:auto !important;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage__item:nth-child(4){align-self:flex-start;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5),.wp-block-coblocks-gallery-collage__item:nth-child(5){align-self:flex-start;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(5) figure,.wp-block-coblocks-gallery-collage__item:nth-child(5) .block-editor-media-placeholder{padding-top:150%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:0 !important}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){width:66.66%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder{padding-top:66%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3){width:33.33%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder{padding-top:100%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-left:0 !important}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.is-style-layered .wp-block-coblocks-gallery-collage__item{align-self:flex-start}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1){margin-left:calc(150 / 890 * 100%) !important;width:calc(358 / 890 * 100%);z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder{padding-top:calc(492 / 358 * 100%)}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2){margin-left:calc(175 / 850 * 100%) !important;margin-top:calc(117 / 990 * 100%) !important;width:calc(198 / 890 * 100%);z-index:2}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2).is-selected,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2).is-selected{z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder{padding-top:100%}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3){margin-left:calc(328 / 890 * 100%) !important;margin-top:calc(249 / 890 * 100% * -1) !important;width:calc(492 / 890 * 100%);z-index:3}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder{padding-top:calc(340 / 492 * 100%)}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4){margin-top:calc(189 / 890 * 100% * -1) !important;width:calc(492 / 890 * 100%);z-index:1}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4).is-selected,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4).is-selected{z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder{padding-top:calc(378 / 492 * 100%)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__figure,.wp-block-coblocks-gallery-collage__figure{display:flex;margin:0;position:relative;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__figure img,.wp-block-coblocks-gallery-collage__figure img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage figcaption,.wp-block-coblocks-gallery-collage figcaption{bottom:0;font-size:13px;margin:0;opacity:0.9;padding:30px 10px 10px;position:absolute;text-align:center;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-caption-style-dark figcaption,.wp-block-coblocks-gallery-collage.has-caption-style-dark figcaption{background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-caption-style-light figcaption,.wp-block-coblocks-gallery-collage.has-caption-style-light figcaption{background:linear-gradient(0deg, rgba(255,255,255,0.93) 6.3%, rgba(255,255,255,0.5) 61%, rgba(255,255,255,0))}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-dark figcaption,.wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-dark figcaption{color:#fff}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-light figcaption,.wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-light figcaption{color:#000}.editor-styles-wrapper .wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul>*:not(:first-child),.wp-block-coblocks-gallery-collage ul>*:not(:first-child){padding-left:calc(var(--coblocks-spacing--1, 0.5em) * 2)}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--2, 1em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-medium-gutter ul>*:not(:first-child){padding-left:calc(var(--coblocks-spacing--2, 1em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-large-gutter ul>*:not(:first-child){padding-left:calc(var(--coblocks-spacing--3, 1.5em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--4, 2em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-huge-gutter ul>*:not(:first-child){padding-left:calc(var(--coblocks-spacing--4, 2em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:var(--coblocks-custom-gutter, 0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-custom-gutter ul>*:not(:first-child){padding-left:var(--coblocks-custom-gutter, 0)}}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:calc(var(--coblocks-spacing--1, 0.5em) * 2);padding-top:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--1, 0.5em) * 2)}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:calc(var(--coblocks-spacing--2, 1em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:calc(var(--coblocks-spacing--2, 1em) * 2);padding-top:calc(var(--coblocks-spacing--2, 1em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--2, 1em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:calc(var(--coblocks-spacing--3, 1.5em) * 2);padding-top:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--3, 1.5em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:calc(var(--coblocks-spacing--4, 2em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:calc(var(--coblocks-spacing--4, 2em) * 2);padding-top:calc(var(--coblocks-spacing--4, 2em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--4, 2em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:var(--coblocks-custom-gutter, 0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:var(--coblocks-custom-gutter, 0);padding-top:var(--coblocks-custom-gutter, 0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:var(--coblocks-custom-gutter, 0)}}.wp-block-coblocks-gallery-collage .pb-0{padding-bottom:0 !important}.wp-block-coblocks-gallery-collage .pl-0{padding-left:0 !important}.wp-block-coblocks-gallery-masonry{position:relative}.wp-block-coblocks-gallery-masonry ul{list-style:none !important;padding:0 !important}.wp-block-coblocks-gallery-masonry ul:not([class*="gutter"]){margin-left:0 !important}.wp-block-coblocks-gallery-masonry li{margin:0 !important}.wp-block-coblocks-gallery-masonry figure{margin:0;overflow:hidden}.wp-block-coblocks-gallery-masonry img{height:auto;vertical-align:bottom;width:100%}.wp-block-coblocks-gallery-masonry figcaption{background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent);bottom:0;font-size:13px;max-height:100% !important;opacity:0.9;overflow:auto;padding:30px 10px 10px !important;position:absolute !important;text-align:center;width:100%}.wp-block-coblocks-gallery-masonry figcaption img{display:inline}.wp-block-coblocks-gallery-offset .coblocks-gallery{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:0;margin-left:0;padding-left:0}.wp-block-coblocks-gallery-offset img{max-height:22vw;width:auto}.wp-block-coblocks-gallery-offset figcaption{background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent);bottom:0;font-size:13px;max-height:100% !important;opacity:1;overflow:hidden;padding:30px 10px 10px !important;position:absolute !important;text-align:center;width:100%}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-small-images img{max-height:22vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-small-images img{max-height:11vw}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-medium-images img{max-height:28vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-medium-images img{max-height:12vw}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-large-images img{max-height:40vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-large-images img{max-height:20vw}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-huge-images img{max-height:40vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-huge-images img{max-height:30vw}}.wp-block-coblocks-gallery-offset .has-small-gutter,.wp-block-coblocks-gallery-offset .has-medium-gutter,.wp-block-coblocks-gallery-offset .has-large-gutter,.wp-block-coblocks-gallery-offset .has-huge-gutter{margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * -1 * 2);margin-left:calc(var(--coblocks-spacing--1, 0.5em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-small-gutter figure,.wp-block-coblocks-gallery-offset .has-medium-gutter figure,.wp-block-coblocks-gallery-offset .has-large-gutter figure,.wp-block-coblocks-gallery-offset .has-huge-gutter figure{margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2);margin-left:calc(var(--coblocks-spacing--1, 0.5em) * 2)}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-medium-gutter{margin-bottom:calc(var(--coblocks-spacing--2, 1em) * -1 * 2);margin-left:calc(var(--coblocks-spacing--2, 1em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-medium-gutter figure{margin-bottom:calc(var(--coblocks-spacing--2, 1em) * 2);margin-left:calc(var(--coblocks-spacing--2, 1em) * 2)}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-large-gutter{margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * -1 * 2);margin-left:calc(var(--coblocks-spacing--3, 1.5em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-large-gutter figure{margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2);margin-left:calc(var(--coblocks-spacing--3, 1.5em) * 2)}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-huge-gutter{margin-bottom:calc(var(--coblocks-spacing--4, 2em) * -1 * 2);margin-left:calc(var(--coblocks-spacing--4, 2em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-huge-gutter figure{margin-bottom:calc(var(--coblocks-spacing--4, 2em) * 2);margin-left:calc(var(--coblocks-spacing--4, 2em) * 2)}}.wp-block-coblocks-gallery-offset .has-custom-gutter{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * -1 * 2);margin-left:calc(var(--coblocks-custom-gutter, 0) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-custom-gutter figure{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2);margin-left:calc(var(--coblocks-custom-gutter, 0) * 2)}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-custom-gutter{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * -1 * 2);margin-left:calc(var(--coblocks-custom-gutter, 0) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-custom-gutter figure{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2);margin-left:calc(var(--coblocks-custom-gutter, 0) * 2)}}.wp-block-coblocks-gallery-stacked{position:relative;text-align:center}.wp-block-coblocks-gallery-stacked.alignleft,.wp-block-coblocks-gallery-stacked.alignright{max-width:305px}.wp-block-coblocks-gallery-stacked:not(.has-caption-color){color:#1e1e1e !important}.wp-block-coblocks-gallery-stacked .coblocks-gallery{margin-left:0;padding-left:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item{margin-left:auto;margin-right:auto}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child{margin-bottom:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child figure{margin-bottom:0 !important}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child figcaption{padding-bottom:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--caption{padding-bottom:1em;padding-top:1em;text-align:center}.wp-block-coblocks-gallery-stacked .coblocks-gallery--caption:not([class*="font-size"]){font-size:13px}.is-selected .wp-block-coblocks-gallery-stacked .coblocks-gallery--caption,.is-typing .wp-block-coblocks-gallery-stacked .coblocks-gallery--caption{padding-left:1em;padding-right:1em}.wp-block-coblocks-gallery-stacked .has-fullwidth-images img{width:100%}.wp-block-coblocks-gallery-stacked .coblocks-video-bg{z-index:1}.wp-block-coblocks-gif.alignfull,.wp-block-coblocks-gif.alignwide{width:inherit}.wp-block-coblocks-gif.alignfull img,.wp-block-coblocks-gif.alignwide img{width:100%}.wp-block-coblocks-gist .gist-file{border-color:rgba(0,0,0,0.125) !important;border-radius:4px !important;margin-bottom:0 !important}.wp-block-coblocks-gist .gist-file a,.wp-block-coblocks-gist .gist-file a:hover{box-shadow:none}.wp-block-coblocks-gist .gist-file+.gist-file{margin-top:5px !important}.wp-block-coblocks-gist .gist-data{border-radius:3px 3px 0 0}.wp-block-coblocks-gist .gist-data tr,.wp-block-coblocks-gist .gist-data td{border:none}.wp-block-coblocks-gist .gist-data td.blob-num{padding:1px 15px 1px 20px !important}.wp-block-coblocks-gist .gist-data td.blob-code{padding-left:0 !important}.wp-block-coblocks-gist .gist-meta{border-radius:0 0 3px 3px}.wp-block-coblocks-gist.no-meta .gist .gist-data{border-bottom:0;border-radius:3px}.wp-block-coblocks-gist.no-meta .gist .gist-meta{display:none}.wp-block-coblocks-gist figcaption{color:#1e1e1e;font-size:13px;margin-bottom:1em;margin-top:0.5em;text-align:center}.wp-block-coblocks-gist table{table-layout:auto}.wp-block-coblocks-hero{position:relative}.wp-block-coblocks-hero .has-left-content{text-align:left}.wp-block-coblocks-hero .has-center-content{text-align:center}.wp-block-coblocks-hero .has-center-content .wp-block-coblocks-buttons__inner{justify-content:center}.wp-block-coblocks-hero .has-center-content h1::before,.wp-block-coblocks-hero .has-center-content h2::before{margin-left:auto;margin-right:auto}.wp-block-coblocks-hero .has-right-content{text-align:right}.wp-block-coblocks-hero .has-right-content .wp-block-coblocks-buttons__inner{justify-content:flex-end}.wp-block-coblocks-hero .has-right-content h1::before,.wp-block-coblocks-hero .has-right-content h2::before{margin-left:auto}.wp-block-coblocks-hero__inner{display:flex;position:relative}.wp-block-coblocks-hero__inner.is-fullscreen{height:100vh}.wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content{position:relative}.wp-block-coblocks-hero__inner[class*="hero-top"]{align-items:flex-start}.wp-block-coblocks-hero__inner[class*="hero-center"]{align-items:center}.wp-block-coblocks-hero__inner[class*="hero-bottom"]{align-items:flex-end}.wp-block-coblocks-hero__inner[class*="left-align"]{justify-content:flex-start}.wp-block-coblocks-hero__inner[class*="center-align"]{justify-content:center}.wp-block-coblocks-hero__inner[class*="right-align"]{justify-content:flex-end}.wp-block-coblocks-hero .wp-block-button{margin-bottom:0}.wp-block-coblocks-highlight{background:transparent !important}.wp-block-coblocks-highlight:empty{display:none}.wp-block-coblocks-highlight+.wp-block-coblocks-highlight{padding-top:7px}.wp-block-coblocks-highlight__content{padding:2px 5px 2px 3px;position:relative}.wp-block-coblocks-highlight__content:not(.has-background){background-color:#fff8e5}.wp-block-coblocks-icon{position:relative}.wp-block-coblocks-icon__inner{display:inline-block;position:relative;vertical-align:middle}.wp-block-coblocks-icon__inner a{border:0 !important;box-shadow:none !important;height:100%;outline:none;text-shadow:none;width:100%}.wp-block-coblocks-icon__inner svg{fill:currentColor;height:100%;vertical-align:middle;width:100%}.wp-block-coblocks-logos.has-filter-grayscale img,.wp-block-coblocks-logos.is-style-black-and-white img{filter:grayscale(1) brightness(0)}.wp-block-coblocks-logos.is-style-grayscale img{filter:grayscale(1)}.wp-block-coblocks-logos__row{align-items:center;display:flex;flex-direction:row;justify-content:center}@media (max-width: 600px){.wp-block-coblocks-logos__row{flex-wrap:wrap}}.wp-block-coblocks-logos__row+.wp-block-coblocks-logos__row{margin-top:2em}.wp-block-coblocks-logos__row>div{padding:0 1.5vw}.wp-block-coblocks-logos__row img{vertical-align:middle;width:100%}.wp-block-coblocks-media-card__wrapper{align-items:center;display:grid;grid-template-areas:"media-text-media media-text-content";grid-template-columns:55% auto;grid-template-rows:auto;margin-left:auto;margin-right:auto;padding:0 !important;position:relative}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 55%}.wp-block-coblocks-media-card__inner{color:inherit !important}.wp-block-coblocks-media-card__media{grid-area:media-text-media;margin:0;position:relative}.has-no-media .wp-block-coblocks-media-card__media{align-items:center;background:rgba(139,139,150,0.1);display:flex;height:70vw;justify-content:center;margin-bottom:0;margin-top:0;max-height:600px}@media (min-width: 600px){.has-no-media .wp-block-coblocks-media-card__media{width:100%}}.has-no-media.alignfull .wp-block-coblocks-media-card__media,.has-no-media.alignwide .wp-block-coblocks-media-card__media{max-height:700px}.wp-block-coblocks-media-card__media svg{height:30px;opacity:0.15;position:relative;top:-30px;width:30px}@media (min-width: 600px){.wp-block-coblocks-media-card__media svg{height:50px;width:50px}}.wp-block-coblocks-media-card__content{grid-area:media-text-content;margin-left:-50%;position:relative;word-break:break-word;z-index:1}@media (min-width: 600px){.wp-block-coblocks-media-card__content{margin-left:-100px}}.wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}.wp-block-coblocks-media-card__content h1,.wp-block-coblocks-media-card__content h2,.wp-block-coblocks-media-card__content h3,.wp-block-coblocks-media-card__content h4,.wp-block-coblocks-media-card__content h5,.wp-block-coblocks-media-card__content h6{margin-top:0 !important}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__content{margin-left:0;margin-right:-50%}@media (min-width: 600px){.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__content{margin-right:-100px}}.wp-block-coblocks-media-card__wrapper>figure>img,.wp-block-coblocks-media-card__wrapper>figure>video{max-width:unset;vertical-align:middle;width:100%}@media (max-width: 599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-media" "media-text-content";grid-template-columns:100% !important}}@media (max-width: 599px) and (min-width: 600px){.wp-block-coblocks-media-card.is-stacked-on-mobile.is-style-right .wp-block-coblocks-media-card__content{margin-right:-100px}}@media (max-width: 599px) and (min-width: 600px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__media{position:inherit}}@media (max-width: 599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{margin-left:5%;margin-right:5%;margin-top:-33%}}@media (max-width: 599px) and (min-width: 600px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{grid-area:media-text-content;margin-left:-100px}}@media (max-width: 599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-media-card .wp-block-coblocks-media-card__wrapper{display:flex}.wp-block-coblocks-media-card .wp-block-coblocks-media-card__wrapper .wp-block-coblocks-row__inner{flex-grow:1}.wp-block-coblocks-media-card.is-style-right figure{order:2}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-row__inner{order:1}}body.rtl .is-style-left .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-content media-text-media" "resizer resizer" !important;grid-template-columns:auto 55% !important}body.rtl .is-style-left .wp-block-coblocks-media-card__content{margin-left:0;margin-right:-100px}body.rtl .is-style-right .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-media media-text-content" "resizer resizer" !important;grid-template-columns:55% auto !important}body.rtl .is-style-right .wp-block-coblocks-media-card__content{margin-left:-100px;margin-right:0}@media (min-width: 768px) and (max-width: 1024px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile{flex-direction:column}.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-media" "media-text-content";grid-template-columns:100% !important}}@media (min-width: 768px) and (max-width: 1024px) and (max-width: 599px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__media{position:inherit}}@media (min-width: 768px) and (max-width: 1024px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{margin-left:5%;margin-right:5%;margin-top:-33%}.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}}.wp-block-coblocks-post-carousel.alignfull{padding-left:var(--coblocks-spacing--2, 1em);padding-right:var(--coblocks-spacing--2, 1em)}@media (min-width: 600px){.wp-block-coblocks-post-carousel.alignfull{padding-left:var(--coblocks-spacing--4, 2em);padding-right:var(--coblocks-spacing--4, 2em)}}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .coblocks-slick{padding-bottom:0}}.wp-block-coblocks-post-carousel .slick-slider{box-sizing:border-box;display:block;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wp-block-coblocks-post-carousel .slick-slider .slick-track,.wp-block-coblocks-post-carousel .slick-slider .slick-list{transform:translate3d(0, 0, 0)}.wp-block-coblocks-post-carousel .slick-list{display:block;margin:0;margin-bottom:calc(var(--coblocks-spacing--2, 1em) * -1);overflow:hidden;padding:0;position:relative}.wp-block-coblocks-post-carousel .slick-list:focus{outline:none}.wp-block-coblocks-post-carousel .slick-list.dragging{cursor:pointer;cursor:hand}.wp-block-coblocks-post-carousel .slick-track{display:flex;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.wp-block-coblocks-post-carousel .slick-track::before,.wp-block-coblocks-post-carousel .slick-track::after{content:"";display:table}.wp-block-coblocks-post-carousel .slick-track::after{clear:both}.slick-loading .wp-block-coblocks-post-carousel .slick-track{visibility:hidden}.wp-block-coblocks-post-carousel .slick-slide{display:none;float:left;height:auto;margin:0 var(--coblocks-spacing--2, 1em);min-height:1px;outline:none}[dir="rtl"] .wp-block-coblocks-post-carousel .slick-slide{float:right}.wp-block-coblocks-post-carousel .slick-slide img{display:block}.wp-block-coblocks-post-carousel .slick-slide.slick-loading img{display:none}.wp-block-coblocks-post-carousel .slick-slide.dragging img{pointer-events:none}.wp-block-coblocks-post-carousel .slick-initialized .slick-slide{display:block}.wp-block-coblocks-post-carousel .slick-prev,.wp-block-coblocks-post-carousel .slick-next{background:transparent;border:none;bottom:0;color:transparent;cursor:pointer;display:inline-block;font-size:initial;height:var(--coblocks-spacing--8, 4em);line-height:0;outline:none;padding:0.5em;position:absolute;width:var(--coblocks-spacing--8, 4em)}.wp-block-coblocks-post-carousel .slick-prev:hover,.wp-block-coblocks-post-carousel .slick-prev:focus,.wp-block-coblocks-post-carousel .slick-next:hover,.wp-block-coblocks-post-carousel .slick-next:focus{cursor:pointer;opacity:0.5;outline:none}.wp-block-coblocks-post-carousel .slick-prev:hover::before,.wp-block-coblocks-post-carousel .slick-prev:focus::before,.wp-block-coblocks-post-carousel .slick-next:hover::before,.wp-block-coblocks-post-carousel .slick-next:focus::before{opacity:1}.wp-block-coblocks-post-carousel .slick-prev{left:50%;transform:translateX(-100%)}.wp-block-coblocks-post-carousel .slick-next{right:50%;transform:translateX(100%)}.wp-block-coblocks-post-carousel .slick-prev.slick-disabled::before,.wp-block-coblocks-post-carousel .slick-next.slick-disabled::before{opacity:0.25}.wp-block-coblocks-post-carousel .slick-prev::before,.wp-block-coblocks-post-carousel .slick-next::before{background-image:url(images/lightbox/arrow-left.svg);background-position:center;background-repeat:no-repeat;content:" ";display:block;height:100%;width:100%}.wp-block-coblocks-post-carousel .slick-next::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-post-carousel [dir="rtl"] .slick-prev::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-post-carousel [dir="rtl"] .slick-next::before{background-image:url(images/lightbox/arrow-left.svg)}.wp-block-coblocks-post-carousel__image{display:table;margin-bottom:var(--coblocks-spacing--2, 1em);position:relative;width:100%}.wp-block-coblocks-post-carousel__image a{display:block;outline:none;padding-top:100%;width:100%}.wp-block-coblocks-post-carousel__content{display:flex;flex-direction:column;width:100%}.wp-block-coblocks-post-carousel__date{color:#6c7781;display:block;font-size:16px;margin-bottom:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-post-carousel__more-link{align-self:self-start;margin-top:var(--coblocks-spacing--2, 1em)}.wp-block-coblocks-post-carousel__excerpt{margin-top:var(--coblocks-spacing--1, 0.5em)}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-next,.wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev{bottom:50%;transform:translateY(-50%)}}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev{left:-5em}}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-next{right:-5em}}body.rtl .wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev::before{background-image:url(images/lightbox/arrow-right.svg)}body.rtl .wp-block-coblocks-post-carousel:not(.alignwide) .slick-next::before{background-image:url(images/lightbox/arrow-left.svg)}.is-twentynineteen .wp-block-coblocks-post-carousel{line-height:1.6}.is-twentynineteen .wp-block-coblocks-post-carousel__content a{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:calc(22px * 1.125);font-weight:700;line-height:1.2;margin-bottom:0.5rem;margin-top:0.5rem;text-decoration:none !important}.is-twentynineteen .wp-block-coblocks-post-carousel__date{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:700}.is-twentytwenty .wp-block-coblocks-post-carousel{color:#6d6d6d}.is-twentytwenty .wp-block-coblocks-post-carousel .columns{margin-bottom:0.5em}.is-twentytwenty .wp-block-coblocks-post-carousel a{font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-weight:700;letter-spacing:-0.025em;text-decoration:none}.is-twentytwenty .wp-block-coblocks-post-carousel a:hover{text-decoration:underline}.is-twentytwenty .wp-block-coblocks-post-carousel__date{color:#6d6d6d;font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-size:0.7em;font-weight:600;letter-spacing:normal;margin-bottom:0.2em}.wp-block-coblocks-posts+.wp-block-coblocks-posts{margin-top:var(--coblocks-spacing--2, 1em)}.wp-block-coblocks-posts.has-1-columns>div:first-child{margin-top:0}.wp-block-coblocks-posts.has-1-columns>div:last-child{margin-bottom:0}.wp-block-coblocks-posts__inner{margin-left:0;padding-left:0}.wp-block-coblocks-posts__item{align-items:stretch;flex:1 1 auto;margin-bottom:var(--coblocks-spacing--3, 1.5em);margin-left:0;margin-top:0;padding-left:0;width:100%}.is-style-stacked .wp-block-coblocks-posts__item{flex-direction:column}.is-style-horizontal .has-image-right .wp-block-coblocks-posts__item{flex-direction:row-reverse}.wp-block-coblocks-posts.is-style-horizontal .wp-block-coblocks-posts__item{display:flex}.wp-block-coblocks-posts__image{display:table;flex:0 0 auto;height:14.285%;margin-right:var(--coblocks-spacing--2, 1em);position:relative;width:14.285%}@media (min-width: 600px){.wp-block-coblocks-posts__image{margin-right:var(--coblocks-spacing--3, 1.5em)}}.has-image-right .wp-block-coblocks-posts__image{margin-left:var(--coblocks-spacing--2, 1em);margin-right:0}@media (min-width: 600px){.has-image-right .wp-block-coblocks-posts__image{margin-left:var(--coblocks-spacing--3, 1.5em)}}.wp-block-coblocks-posts__image>*{display:block;padding-top:100%;width:100%}.is-style-stacked .wp-block-coblocks-posts__image{margin-bottom:var(--coblocks-spacing--2, 1em);width:100%}@media (min-width: 600px){.has-medium-image .wp-block-coblocks-posts__image{height:20%;width:20%}}@media (min-width: 600px){.has-large-image .wp-block-coblocks-posts__image{height:33.33%;width:33.33%}}@media (min-width: 600px){.has-huge-image .wp-block-coblocks-posts__image{height:33.33%;width:33.33%}}@media (min-width: 782px){.has-huge-image .wp-block-coblocks-posts__image{height:50%;width:50%}}.has-four-to-three-image .wp-block-coblocks-posts__image>*{padding-top:75%}.has-sixteen-to-nine-image .wp-block-coblocks-posts__image>*{padding-top:56.25%}.has-circle-image .wp-block-coblocks-posts__image>*{border-radius:100%}.wp-block-coblocks-posts__content{display:flex;flex-direction:column;margin-top:auto;width:100%}.wp-block-coblocks-posts__content.self-center{align-self:center}.wp-block-coblocks-posts__date{color:#6c7781;display:block;font-size:16px;margin-top:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-posts__excerpt{margin-top:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-posts__more-link{align-self:self-start;display:block}.is-twentynineteen .wp-block-coblocks-posts{line-height:1.6}.is-twentynineteen .wp-block-coblocks-posts__content a{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:calc(22px * 1.125);font-weight:700;line-height:1.2;margin-bottom:0.5rem;margin-top:0.5rem;text-decoration:none !important}.is-twentynineteen .wp-block-coblocks-posts__date{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:700}.is-twentytwenty .wp-block-coblocks-posts .has-columns{margin-bottom:0.5em}.is-twentytwenty .wp-block-coblocks-posts a{font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-weight:700;letter-spacing:-0.025em;text-decoration:none}.is-twentytwenty .wp-block-coblocks-posts a:hover{text-decoration:underline}.is-twentytwenty .wp-block-coblocks-posts__date{color:#6d6d6d;font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-size:0.7em;font-weight:600;letter-spacing:normal;margin-bottom:0.2em}.wp-block-coblocks-pricing-table-item{padding:4em 1.5em;position:relative;width:100%}@media (min-width: 600px){.wp-block-coblocks-pricing-table-item{margin-bottom:0}}.wp-block-coblocks-pricing-table-item:not(.has-background){background:rgba(140,140,151,0.1)}.wp-block-coblocks-pricing-table-item__title{margin-top:0;padding:0}.wp-block-coblocks-pricing-table-item__price-wrapper{display:flex;line-height:1;position:relative}.wp-block-coblocks-pricing-table-item__currency{font-size:1em}.wp-block-coblocks-pricing-table-item__amount{font-size:5em;letter-spacing:normal;line-height:1 !important;margin:0;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features{margin:0 0 30px;max-width:none;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features ul,.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li{list-style:none;margin:0;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li::after{content:"\00a0"}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__title{display:block;margin-bottom:20px}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__price-wrapper{margin-bottom:20px}.wp-block-coblocks-pricing-table-item .wp-block-button{margin-bottom:0}.has-text-align-center .wp-block-coblocks-pricing-table-item__price-wrapper{justify-content:center}.has-text-align-right .wp-block-coblocks-pricing-table-item__price-wrapper{justify-content:flex-end}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--1, 0.5em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--2, 1em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2.01 - var(--coblocks-spacing--3, 1.5em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--3, 1.5em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2.02 - var(--coblocks-spacing--4, 2em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--4, 2em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (min-width: 600px){.wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns){display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}}.wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{margin-bottom:1.5em}@media (min-width: 600px){.wp-block-coblocks-pricing-table.has-2-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:50%;max-width:calc(100% / 2 - .75em)}.wp-block-coblocks-pricing-table.has-3-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:33.333%;max-width:calc(100% / 3 - .75em)}}@media (min-width: 600px){.wp-block-coblocks-pricing-table.has-4-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:25%;max-width:calc(100% / 4 - .75em)}}@media (min-width: 600px) and (max-width: 1200px){.wp-block-coblocks-pricing-table.has-4-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:50%;max-width:calc(100% / 2 - .75em)}}.wp-block-coblocks-row{position:relative}.wp-block-coblocks-row:not([data-columns="1"]){display:flex}.wp-block-coblocks-row:not([data-columns="1"]) .wp-block-coblocks-row__inner{display:flex;flex:1}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"]{margin-left:auto;margin-right:auto;max-width:calc(6 * (100vw / 12.5))}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"].alignwide{max-width:calc(6 * (100vw / 8.5))}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"].alignfull{max-width:100%}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"][data-columns="1"] .wp-block-coblocks-column__inner>:not([class*="wp-block-"]){max-width:100%}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>:not([class*="wp-block-"]){margin-left:auto;margin-right:auto;max-width:100%}.wp-block-coblocks-column{height:100%;margin-bottom:32px;min-width:0;overflow-wrap:break-word;position:relative;word-break:break-word}@media (min-width: 600px){.wp-block-coblocks-column{margin-bottom:0}}.wp-block-coblocks-column p{margin-top:0}.wp-block-coblocks-column p:last-of-type{margin-bottom:0}.wp-block-coblocks-column__inner.has-background-overlay *{position:relative}.has-small-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-right:var(--coblocks-spacing--1, 0.5em)}.has-small-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-left:var(--coblocks-spacing--1, 0.5em)}.has-small-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-left:var(--coblocks-spacing--1, 0.5em)}.has-small-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-right:var(--coblocks-spacing--1, 0.5em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-right:var(--coblocks-spacing--2, 1em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-left:var(--coblocks-spacing--2, 1em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-left:var(--coblocks-spacing--2, 1em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-right:var(--coblocks-spacing--2, 1em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-right:var(--coblocks-spacing--3, 1.5em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-left:var(--coblocks-spacing--3, 1.5em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-left:var(--coblocks-spacing--3, 1.5em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-right:var(--coblocks-spacing--3, 1.5em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-right:var(--coblocks-spacing--4, 2em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-left:var(--coblocks-spacing--4, 2em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-left:var(--coblocks-spacing--4, 2em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-right:var(--coblocks-spacing--4, 2em)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-right:var(--coblocks-custom-gutter, 0)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-left:var(--coblocks-custom-gutter, 0)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-left:var(--coblocks-custom-gutter, 0)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-right:var(--coblocks-custom-gutter, 0)}@media (max-width: 599px){.wp-block-coblocks-row__inner.is-stacked-on-mobile{flex-direction:column}.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column{margin-left:0 !important;margin-right:0 !important;max-width:100% !important;width:100% !important}.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column:last-child{margin-bottom:0}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-no-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:0}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-small-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-medium-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--2, 1em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-large-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-huge-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--4, 2em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-custom-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2)}}.wp-block-coblocks-row__inner [data-type="coblocks/column"]{display:flex;margin-bottom:0;margin-top:0}.wp-block-coblocks-row__inner [data-type="coblocks/column"] .wp-block-coblocks-column,.wp-block-coblocks-row__inner [data-type="coblocks/column"] .wp-block-coblocks-column__inner{flex:1}.wp-block-coblocks-row__inner.are-vertically-aligned-top{align-items:flex-start}.wp-block-coblocks-row__inner.are-vertically-aligned-center{align-items:center}.wp-block-coblocks-row__inner.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top .wp-block-coblocks-column__inner{align-self:flex-start}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center .wp-block-coblocks-column__inner{align-self:center}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom .wp-block-coblocks-column__inner{align-self:flex-end}.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-coblocks-column__inner{flex:1}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top,.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center,.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom{width:100%}.wp-block-coblocks-service{margin:0 0 var(--coblocks-spacing--3, 1.5em);max-width:100%}@media (min-width: 600px){.wp-block-coblocks-service{margin:0}}.wp-block-coblocks-service:last-child{margin-bottom:0}.wp-block-coblocks-service h2,.wp-block-coblocks-service h3,.wp-block-coblocks-service h4,.wp-block-coblocks-service h5,.wp-block-coblocks-service h6{margin-bottom:0.5em;margin-top:0}.wp-block-coblocks-service p:first-of-type{margin-top:0}.wp-block-coblocks-service p:last-of-type{margin-bottom:0}.wp-block-coblocks-service .wp-block-buttons{margin:0 0 1.5em}.wp-block-coblocks-service .wp-block-buttons .wp-block-button{margin-bottom:0;margin-top:1.5em}.wp-block-coblocks-service__figure{display:flex;margin:0 0 1.5em;padding:calc(3 / 4 * 100%) 0 0;position:relative;width:100%}.is-style-sixbynine .wp-block-coblocks-service__figure{padding-top:calc(9 / 16 * 100%)}.is-style-circle .wp-block-coblocks-service__figure{border-radius:100%;padding-top:100%}.is-style-circle .wp-block-coblocks-service__figure img{border-radius:100%}.is-style-square .wp-block-coblocks-service__figure{padding-top:100%}.wp-block-coblocks-service__figure img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}@media (min-width: 600px){.wp-block-coblocks-services[data-columns]{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}}@media (min-width: 600px){.wp-block-coblocks-services[data-columns][data-columns="2"]>.wp-block-coblocks-service{flex-basis:50%;max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}.wp-block-coblocks-services[data-columns][data-columns="3"]>.wp-block-coblocks-service{flex-basis:33.333%;max-width:calc(100% / 3 - var(--coblocks-spacing--2, 1em))}}@media (min-width: 600px) and (max-width: 1280px){.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service{flex-basis:50%;margin-bottom:3em;max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(1),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(3){margin-left:0}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(2),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(4){margin-right:0}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(3),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(4){margin-bottom:0}}@media (min-width: 1280px){.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service{flex-basis:25%;max-width:calc(100% / 4 - var(--coblocks-spacing--2, 1em))}}.wp-block-coblocks-services .has-1-columns{justify-content:center}.is-twentytwenty .wp-block-coblocks-services .has-1-columns .wp-block-coblocks-service-column{max-width:58rem}.wp-block-coblocks-shape-divider{display:flex;flex-direction:column;position:relative}.wp-block-coblocks-shape-divider svg{bottom:-1px;fill:currentColor;height:100%;left:0;position:absolute;width:100%}.wp-block-coblocks-shape-divider__svg-wrapper{position:relative}.wp-block-coblocks-shape-divider__alt-wrapper{background-color:currentColor}.wp-block-coblocks-shape-divider.is-horizontally-flipped svg{transform:scaleX(-1)}.wp-block-coblocks-shape-divider.is-vertically-flipped{flex-direction:column-reverse}.wp-block-coblocks-shape-divider.is-vertically-flipped svg{bottom:0;top:-1px;transform:scaleY(-1)}.wp-block-coblocks-shape-divider.is-vertically-flipped.is-horizontally-flipped svg{transform:scaleX(-1) scaleY(-1)}.wp-block-coblocks-shape-divider .divider--waves path:nth-child(1){opacity:0.15}.wp-block-coblocks-shape-divider .divider--waves path:nth-child(2){opacity:0.3}.wp-block-coblocks-social.has-background{padding:20px 30px}.wp-block-coblocks-social .wp-block-button__link:not(.has-background){background-color:#31373c}.wp-block-coblocks-social .wp-block-button__link:not(.has-text-color){color:#fff}.wp-block-coblocks-social ul,.wp-block-coblocks-social li{list-style:none;margin:0 !important;padding:0 !important}.wp-block-coblocks-social li{display:inline-block;margin:3px 6px 3px 0 !important;vertical-align:middle}.wp-block-coblocks-social li::before,.wp-block-coblocks-social li::after{display:none !important}.wp-block-coblocks-social__button{align-items:center;border:none;border-radius:0;box-shadow:none !important;cursor:pointer;display:inline-flex;font-size:15px;justify-content:center;line-height:1;padding:10px 14px;text-align:center;text-decoration:none !important;white-space:normal;word-break:break-all}.wp-block-coblocks-social__button:first-of-type{margin-left:0 !important}.wp-block-coblocks-social__button:last-of-type{margin-right:0 !important}.wp-block-coblocks-social__text,.wp-block-coblocks-social__text:hover,.wp-block-coblocks-social:not(.is-style-mask) .wp-block-coblocks-social__icon,.wp-block-coblocks-social:not(.is-style-mask) .wp-block-coblocks-social__icon:hover{color:inherit}.wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-left:8px}.wp-block-coblocks-social__icon{background-color:currentColor;background-repeat:no-repeat;background-size:cover;display:inline-block;height:18px;width:18px}.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text,.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-left:9px}.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-left:4px}.wp-block-coblocks-social__button--twitter .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/twitter.svg);mask-image:url(images/social/twitter.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--twitter .wp-block-coblocks-social__icon{background-image:url(images/social/twitter.svg);color:transparent !important}}.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/facebook.svg);mask-image:url(images/social/facebook.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon{background-image:url(images/social/facebook.svg);color:transparent !important}}.wp-block-coblocks-social__button--pinterest .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/pinterest.svg);mask-image:url(images/social/pinterest.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--pinterest .wp-block-coblocks-social__icon{background-image:url(images/social/pinterest.svg);color:transparent !important}}.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/linkedin.svg);mask-image:url(images/social/linkedin.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon{background-image:url(images/social/linkedin.svg);color:transparent !important}}.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/tumblr.svg);mask-image:url(images/social/tumblr.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon{background-image:url(images/social/tumblr.svg);color:transparent !important}}.wp-block-coblocks-social__button--reddit .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/reddit.svg);mask-image:url(images/social/reddit.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--reddit .wp-block-coblocks-social__icon{background-image:url(images/social/reddit.svg);color:transparent !important}}.wp-block-coblocks-social__button--email .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/email.svg);mask-image:url(images/social/email.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--email .wp-block-coblocks-social__icon{background-image:url(images/social/email.svg);color:transparent !important}}.wp-block-coblocks-social__button--google .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/google.svg);mask-image:url(images/social/google.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--google .wp-block-coblocks-social__icon{background-image:url(images/social/google.svg);color:transparent !important}}.wp-block-coblocks-social__button--yelp .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/yelp.svg);mask-image:url(images/social/yelp.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--yelp .wp-block-coblocks-social__icon{background-image:url(images/social/yelp.svg);color:transparent !important}}.wp-block-coblocks-social__button--youtube .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/youtube.svg);mask-image:url(images/social/youtube.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--youtube .wp-block-coblocks-social__icon{background-image:url(images/social/youtube.svg);color:transparent !important}}.wp-block-coblocks-social__button--instagram .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/instagram.svg);mask-image:url(images/social/instagram.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--instagram .wp-block-coblocks-social__icon{background-image:url(images/social/instagram.svg);color:transparent !important}}.wp-block-coblocks-social__button--houzz .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/houzz.svg);mask-image:url(images/social/houzz.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--houzz .wp-block-coblocks-social__icon{background-image:url(images/social/houzz.svg);color:transparent !important}}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__text,.wp-block-coblocks-social.has-colors:not(.is-style-mask) .wp-block-coblocks-social__icon{color:#fff}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--twitter{background-color:#55acee !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--facebook{background-color:#3b5999 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--pinterest{background-color:#e60023 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--linkedin{background-color:#0077b5 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--tumblr{background-color:#34465d !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--reddit{background-color:#ff5700 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--email{background-color:#2880e5 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--google{background-color:#dd4b39 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--yelp{background-color:#d32323 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--youtube{background-color:red !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--instagram{background-color:#ef0175 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--houzz{background-color:#4ebc16 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--twitter{color:#55acee !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--facebook{color:#3b5999 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--pinterest{color:#e60023 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--linkedin{color:#0077b5 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--tumblr{color:#34465d !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--reddit{color:#ff5700 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--email{color:#2880e5 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--google{color:#dd4b39 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--yelp{color:#d32323 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--youtube{color:red !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--instagram{color:#ef0175 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--houzz{color:#4ebc16 !important}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__button{padding:11px 24px}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__button:active{-webkit-animation:pulse 200ms;animation:pulse 200ms;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute;width:1px;word-wrap:normal}.wp-block-coblocks-social.is-style-text .wp-block-coblocks-social__icon{display:none}.wp-block-coblocks-social.is-style-text .wp-block-coblocks-social__text{margin-left:0}.wp-block-coblocks-social.is-style-mask li,.wp-block-coblocks-social.is-style-mask.has-button-size-sml li{margin:0 7px !important}.wp-block-coblocks-social.is-style-mask .wp-block-coblocks-social__button{background:transparent !important;display:block;padding:0 !important}.wp-block-coblocks-social.is-style-mask .wp-block-coblocks-social__text{margin-left:0}.wp-block-coblocks-social.is-style-mask:not(.has-colors) .wp-block-button__link:not(.has-text-color){color:#31373c}.wp-block-coblocks-social.has-button-size-sml li{margin:2px 4px 2px 0 !important}.wp-block-coblocks-social.has-button-size-sml:not(.is-style-text):not(.is-style-icon-and-text):not(.is-style-circular) .wp-block-coblocks-social__button{padding:8px 16px}.wp-block-coblocks-social.has-button-size-sml .wp-block-coblocks-social__icon{height:16px;width:16px}.wp-block-coblocks-social.has-button-size-sml .wp-block-coblocks-social__button{font-size:13px;padding:10px 12px}.wp-block-coblocks-social.has-button-size-lrg:not(.is-style-text):not(.is-style-icon-and-text):not(.is-style-circular) .wp-block-coblocks-social__button{padding:14px 32px}.wp-block-coblocks-social.has-button-size-lrg .wp-block-coblocks-social__icon{height:20px;width:20px}.wp-block-coblocks-social.has-button-size-lrg .wp-block-coblocks-social__button{font-size:16px;padding:12px 16px}.wp-block-coblocks-social.is-style-circular .wp-block-coblocks-social__button{border-radius:100%}.wp-block-coblocks-social.is-style-circular .wp-block-coblocks-social__button:not(.has-padding){padding:14px !important}@-webkit-keyframes pulse{0%{transform:scale(1)}15%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}15%{transform:scale(0.95)}100%{transform:scale(1)}}.uppercase{text-transform:uppercase}.m-1{margin:.5em}.m-2{margin:1em}.m-3{margin:1.5em}.m-4{margin:2em}.m-5{margin:2.5em}.m-6{margin:3em}.m-7{margin:3.5em}.m-8{margin:4em}.m-9{margin:4.5em}.m-10{margin:7em}.mt-1{margin-top:.5em}.mt-2{margin-top:1em}.mt-3{margin-top:1.5em}.mt-4{margin-top:2em}.mt-5{margin-top:2.5em}.mt-6{margin-top:3em}.mt-7{margin-top:3.5em}.mt-8{margin-top:4em}.mt-9{margin-top:4.5em}.mt-10{margin-top:7em}.mb-1{margin-bottom:.5em}.mb-2{margin-bottom:1em}.mb-3{margin-bottom:1.5em}.mb-4{margin-bottom:2em}.mb-5{margin-bottom:2.5em}.mb-6{margin-bottom:3em}.mb-7{margin-bottom:3.5em}.mb-8{margin-bottom:4em}.mb-9{margin-bottom:4.5em}.mb-10{margin-bottom:7em}.mr-1{margin-right:.5em}.mr-2{margin-right:1em}.mr-3{margin-right:1.5em}.mr-4{margin-right:2em}.mr-5{margin-right:2.5em}.mr-6{margin-right:3em}.mr-7{margin-right:3.5em}.mr-8{margin-right:4em}.mr-9{margin-right:4.5em}.mr-10{margin-right:7em}.ml-1{margin-left:.5em}.ml-2{margin-left:1em}.ml-3{margin-left:1.5em}.ml-4{margin-left:2em}.ml-5{margin-left:2.5em}.ml-6{margin-left:3em}.ml-7{margin-left:3.5em}.ml-8{margin-left:4em}.ml-9{margin-left:4.5em}.ml-10{margin-left:7em}@media (min-width: 600px){.sm\:mt-1{margin-top:.5em}.sm\:mt-2{margin-top:1em}.sm\:mt-3{margin-top:1.5em}.sm\:mt-4{margin-top:2em}.sm\:mt-5{margin-top:2.5em}.sm\:mt-6{margin-top:3em}.sm\:mt-7{margin-top:3.5em}.sm\:mt-8{margin-top:4em}.sm\:mt-9{margin-top:4.5em}.sm\:mt-10{margin-top:7em}.sm\:mb-1{margin-bottom:.5em}.sm\:mb-2{margin-bottom:1em}.sm\:mb-3{margin-bottom:1.5em}.sm\:mb-4{margin-bottom:2em}.sm\:mb-5{margin-bottom:2.5em}.sm\:mb-6{margin-bottom:3em}.sm\:mb-7{margin-bottom:3.5em}.sm\:mb-8{margin-bottom:4em}.sm\:mb-9{margin-bottom:4.5em}.sm\:mb-10{margin-bottom:7em}.sm\:mr-1{margin-right:.5em}.sm\:mr-2{margin-right:1em}.sm\:mr-3{margin-right:1.5em}.sm\:mr-4{margin-right:2em}.sm\:mr-5{margin-right:2.5em}.sm\:mr-6{margin-right:3em}.sm\:mr-7{margin-right:3.5em}.sm\:mr-8{margin-right:4em}.sm\:mr-9{margin-right:4.5em}.sm\:mr-10{margin-right:7em}.sm\:ml-1{margin-left:.5em}.sm\:ml-2{margin-left:1em}.sm\:ml-3{margin-left:1.5em}.sm\:ml-4{margin-left:2em}.sm\:ml-5{margin-left:2.5em}.sm\:ml-6{margin-left:3em}.sm\:ml-7{margin-left:3.5em}.sm\:ml-8{margin-left:4em}.sm\:ml-9{margin-left:4.5em}.sm\:ml-10{margin-left:7em}}@media (min-width: 782px){.md\:mt-1{margin-top:.5em}.md\:mt-2{margin-top:1em}.md\:mt-3{margin-top:1.5em}.md\:mt-4{margin-top:2em}.md\:mt-5{margin-top:2.5em}.md\:mt-6{margin-top:3em}.md\:mt-7{margin-top:3.5em}.md\:mt-8{margin-top:4em}.md\:mt-9{margin-top:4.5em}.md\:mt-10{margin-top:7em}.md\:mb-1{margin-bottom:.5em}.md\:mb-2{margin-bottom:1em}.md\:mb-3{margin-bottom:1.5em}.md\:mb-4{margin-bottom:2em}.md\:mb-5{margin-bottom:2.5em}.md\:mb-6{margin-bottom:3em}.md\:mb-7{margin-bottom:3.5em}.md\:mb-8{margin-bottom:4em}.md\:mb-9{margin-bottom:4.5em}.md\:mb-10{margin-bottom:7em}.md\:mr-1{margin-right:.5em}.md\:mr-2{margin-right:1em}.md\:mr-3{margin-right:1.5em}.md\:mr-4{margin-right:2em}.md\:mr-5{margin-right:2.5em}.md\:mr-6{margin-right:3em}.md\:mr-7{margin-right:3.5em}.md\:mr-8{margin-right:4em}.md\:mr-9{margin-right:4.5em}.md\:mr-10{margin-right:7em}.md\:ml-1{margin-left:.5em}.md\:ml-2{margin-left:1em}.md\:ml-3{margin-left:1.5em}.md\:ml-4{margin-left:2em}.md\:ml-5{margin-left:2.5em}.md\:ml-6{margin-left:3em}.md\:ml-7{margin-left:3.5em}.md\:ml-8{margin-left:4em}.md\:ml-9{margin-left:4.5em}.md\:ml-10{margin-left:7em}}@media (min-width: 1280px){.lg\:mt-1{margin-top:.5em}.lg\:mt-2{margin-top:1em}.lg\:mt-3{margin-top:1.5em}.lg\:mt-4{margin-top:2em}.lg\:mt-5{margin-top:2.5em}.lg\:mt-6{margin-top:3em}.lg\:mt-7{margin-top:3.5em}.lg\:mt-8{margin-top:4em}.lg\:mt-9{margin-top:4.5em}.lg\:mt-10{margin-top:7em}.lg\:mb-1{margin-bottom:.5em}.lg\:mb-2{margin-bottom:1em}.lg\:mb-3{margin-bottom:1.5em}.lg\:mb-4{margin-bottom:2em}.lg\:mb-5{margin-bottom:2.5em}.lg\:mb-6{margin-bottom:3em}.lg\:mb-7{margin-bottom:3.5em}.lg\:mb-8{margin-bottom:4em}.lg\:mb-9{margin-bottom:4.5em}.lg\:mb-10{margin-bottom:7em}.lg\:mr-1{margin-right:.5em}.lg\:mr-2{margin-right:1em}.lg\:mr-3{margin-right:1.5em}.lg\:mr-4{margin-right:2em}.lg\:mr-5{margin-right:2.5em}.lg\:mr-6{margin-right:3em}.lg\:mr-7{margin-right:3.5em}.lg\:mr-8{margin-right:4em}.lg\:mr-9{margin-right:4.5em}.lg\:mr-10{margin-right:7em}.lg\:ml-1{margin-left:.5em}.lg\:ml-2{margin-left:1em}.lg\:ml-3{margin-left:1.5em}.lg\:ml-4{margin-left:2em}.lg\:ml-5{margin-left:2.5em}.lg\:ml-6{margin-left:3em}.lg\:ml-7{margin-left:3.5em}.lg\:ml-8{margin-left:4em}.lg\:ml-9{margin-left:4.5em}.lg\:ml-10{margin-left:7em}}.p-1{padding:.5em}.p-2{padding:1em}.p-3{padding:1.5em}.p-4{padding:2em}.p-5{padding:2.5em}.p-6{padding:3em}.p-7{padding:3.5em}.p-8{padding:4em}.p-9{padding:4.5em}.p-10{padding:7em}.pt-1{padding-top:.5em}.pt-2{padding-top:1em}.pt-3{padding-top:1.5em}.pt-4{padding-top:2em}.pt-5{padding-top:2.5em}.pt-6{padding-top:3em}.pt-7{padding-top:3.5em}.pt-8{padding-top:4em}.pt-9{padding-top:4.5em}.pt-10{padding-top:7em}.pr-1{padding-right:.5em}.pr-2{padding-right:1em}.pr-3{padding-right:1.5em}.pr-4{padding-right:2em}.pr-5{padding-right:2.5em}.pr-6{padding-right:3em}.pr-7{padding-right:3.5em}.pr-8{padding-right:4em}.pr-9{padding-right:4.5em}.pr-10{padding-right:7em}.pb-1{padding-bottom:.5em}.pb-2{padding-bottom:1em}.pb-3{padding-bottom:1.5em}.pb-4{padding-bottom:2em}.pb-5{padding-bottom:2.5em}.pb-6{padding-bottom:3em}.pb-7{padding-bottom:3.5em}.pb-8{padding-bottom:4em}.pb-9{padding-bottom:4.5em}.pb-10{padding-bottom:7em}.pl-1{padding-left:.5em}.pl-2{padding-left:1em}.pl-3{padding-left:1.5em}.pl-4{padding-left:2em}.pl-5{padding-left:2.5em}.pl-6{padding-left:3em}.pl-7{padding-left:3.5em}.pl-8{padding-left:4em}.pl-9{padding-left:4.5em}.pl-10{padding-left:7em}.pt-full{padding-top:100%}@media (min-width: 600px){.sm\:pt-1{padding-top:.5em}.sm\:pt-2{padding-top:1em}.sm\:pt-3{padding-top:1.5em}.sm\:pt-4{padding-top:2em}.sm\:pt-5{padding-top:2.5em}.sm\:pt-6{padding-top:3em}.sm\:pt-7{padding-top:3.5em}.sm\:pt-8{padding-top:4em}.sm\:pt-9{padding-top:4.5em}.sm\:pt-10{padding-top:7em}.sm\:pr-1{padding-right:.5em}.sm\:pr-2{padding-right:1em}.sm\:pr-3{padding-right:1.5em}.sm\:pr-4{padding-right:2em}.sm\:pr-5{padding-right:2.5em}.sm\:pr-6{padding-right:3em}.sm\:pr-7{padding-right:3.5em}.sm\:pr-8{padding-right:4em}.sm\:pr-9{padding-right:4.5em}.sm\:pr-10{padding-right:7em}.sm\:pb-1{padding-bottom:.5em}.sm\:pb-2{padding-bottom:1em}.sm\:pb-3{padding-bottom:1.5em}.sm\:pb-4{padding-bottom:2em}.sm\:pb-5{padding-bottom:2.5em}.sm\:pb-6{padding-bottom:3em}.sm\:pb-7{padding-bottom:3.5em}.sm\:pb-8{padding-bottom:4em}.sm\:pb-9{padding-bottom:4.5em}.sm\:pb-10{padding-bottom:7em}.sm\:pl-1{padding-left:.5em}.sm\:pl-2{padding-left:1em}.sm\:pl-3{padding-left:1.5em}.sm\:pl-4{padding-left:2em}.sm\:pl-5{padding-left:2.5em}.sm\:pl-6{padding-left:3em}.sm\:pl-7{padding-left:3.5em}.sm\:pl-8{padding-left:4em}.sm\:pl-9{padding-left:4.5em}.sm\:pl-10{padding-left:7em}}@media (min-width: 1280px){.lg\:pt-1{padding-top:.5em}.lg\:pt-2{padding-top:1em}.lg\:pt-3{padding-top:1.5em}.lg\:pt-4{padding-top:2em}.lg\:pt-5{padding-top:2.5em}.lg\:pt-6{padding-top:3em}.lg\:pt-7{padding-top:3.5em}.lg\:pt-8{padding-top:4em}.lg\:pt-9{padding-top:4.5em}.lg\:pt-10{padding-top:7em}.lg\:pr-1{padding-right:.5em}.lg\:pr-2{padding-right:1em}.lg\:pr-3{padding-right:1.5em}.lg\:pr-4{padding-right:2em}.lg\:pr-5{padding-right:2.5em}.lg\:pr-6{padding-right:3em}.lg\:pr-7{padding-right:3.5em}.lg\:pr-8{padding-right:4em}.lg\:pr-9{padding-right:4.5em}.lg\:pr-10{padding-right:7em}.lg\:pb-1{padding-bottom:.5em}.lg\:pb-2{padding-bottom:1em}.lg\:pb-3{padding-bottom:1.5em}.lg\:pb-4{padding-bottom:2em}.lg\:pb-5{padding-bottom:2.5em}.lg\:pb-6{padding-bottom:3em}.lg\:pb-7{padding-bottom:3.5em}.lg\:pb-8{padding-bottom:4em}.lg\:pb-9{padding-bottom:4.5em}.lg\:pb-10{padding-bottom:7em}.lg\:pl-1{padding-left:.5em}.lg\:pl-2{padding-left:1em}.lg\:pl-3{padding-left:1.5em}.lg\:pl-4{padding-left:2em}.lg\:pl-5{padding-left:2.5em}.lg\:pl-6{padding-left:3em}.lg\:pl-7{padding-left:3.5em}.lg\:pl-8{padding-left:4em}.lg\:pl-9{padding-left:4.5em}.lg\:pl-10{padding-left:7em}}
2
 
1
+ :root{--wp-admin-theme-color: #007cba;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-20: #005a87}:root{--coblocks-spacing--0: 0;--coblocks-spacing--1: 0.5em;--coblocks-spacing--2: 1em;--coblocks-spacing--3: 1.5em;--coblocks-spacing--4: 2em;--coblocks-spacing--5: 2.5em;--coblocks-spacing--6: 3em;--coblocks-spacing--7: 3.5em;--coblocks-spacing--8: 4em;--coblocks-spacing--9: 4.5em;--coblocks-spacing--10: 7em}.has-columns{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media (min-width: 600px){.has-columns.has-2-columns>*:not(.block-editor-inner-blocks),.has-columns.has-3-columns>*:not(.block-editor-inner-blocks),.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:50%}}@media (min-width: 782px){.has-columns.has-3-columns>*:not(.block-editor-inner-blocks),.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:33.33%}}@media (max-width: 959px){.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:50%}}@media (min-width: 1280px){.has-columns.has-4-columns>*:not(.block-editor-inner-blocks){flex-basis:25%}}.alignfull .has-columns{padding-left:var(--coblocks-spacing--2, 1em);padding-right:var(--coblocks-spacing--2, 1em)}@media (min-width: 600px){.alignfull .has-columns{padding-left:var(--coblocks-spacing--4, 2em);padding-right:var(--coblocks-spacing--4, 2em)}}@media (max-width: 599px){.has-responsive-columns{flex-direction:column}.has-responsive-columns>*{max-width:100% !important;width:100% !important}.has-responsive-columns>[class*="wp-block"]:last-child{margin-bottom:0}.has-responsive-columns.has-no-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:0}.has-responsive-columns.has-small-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2.35)}.has-responsive-columns.has-medium-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--2, 1em) * 2.35)}.has-responsive-columns.has-large-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2.35)}.has-responsive-columns.has-huge-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--4, 2em) * 2.35)}.has-responsive-columns.has-custom-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2.35)}}.has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))}.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3 - var(--coblocks-spacing--2, 1em))}.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))}@media (min-width: 960px){.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4 - var(--coblocks-spacing--2, 1em))}}@media (max-width: 959px){.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--1, 0.5em))}}.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2.975 - var(--coblocks-spacing--3, 1.5em))}.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}@media (min-width: 960px){.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4 - var(--coblocks-spacing--3, 1.5em))}}@media (max-width: 959px){.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--2, 1em))}}.has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2.01 - var(--coblocks-spacing--3, 1.5em))}.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3.03 - var(--coblocks-spacing--4, 2em))}.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--3, 1.5em))}@media (min-width: 960px){.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4.08 - var(--coblocks-spacing--4, 2em))}}@media (max-width: 959px){.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--3, 1.5em))}}.has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2.02 - var(--coblocks-spacing--4, 2em))}.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3.09 - var(--coblocks-spacing--5, 2.5em))}.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-spacing--4, 2em))}@media (min-width: 960px){.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4.15 - var(--coblocks-spacing--5, 2.5em))}}@media (max-width: 959px){.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-spacing--4, 2em))}}.has-custom-gutter.has-2-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-custom-gutter, 0))}.has-custom-gutter.has-3-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 3 - var(--coblocks-custom-gutter, 0))}.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 2 - var(--coblocks-custom-gutter, 0))}@media (min-width: 960px){.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks){max-width:calc(100% / 4 - var(--coblocks-custom-gutter, 0))}}@media (max-width: 959px){.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2){margin-bottom:calc(2 * var(--coblocks-custom-gutter, 0))}}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-cover{background-size:cover}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-top-left{background-position:top left}.bg-top-center{background-position:top center}.bg-top-right{background-position:top right}.bg-center-left{background-position:center left}.bg-center-center{background-position:center center}.bg-center-right{background-position:center right}.bg-bottom-left{background-position:bottom left}.bg-bottom-center{background-position:bottom center}.bg-bottom-right{background-position:bottom right}.has-background-overlay{position:relative}.has-background-overlay:not(.has-background){background-color:#000}.has-background-overlay::before{background-color:inherit;bottom:0;content:"";left:0;opacity:0.5;position:absolute;right:0;top:0}.has-background-overlay-10::before{opacity:.1}.has-background-overlay-20::before{opacity:.2}.has-background-overlay-30::before{opacity:.3}.has-background-overlay-40::before{opacity:.4}.has-background-overlay-50::before{opacity:.5}.has-background-overlay-60::before{opacity:.6}.has-background-overlay-70::before{opacity:.7}.has-background-overlay-80::before{opacity:.8}.has-background-overlay-90::before{opacity:.9}.has-background-overlay-100::before{opacity:1}.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling: touch){.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion: reduce){.has-parallax{background-attachment:scroll}}.has-small-padding,.has-small-padding.wp-block-group,.has-small-padding.wp-block-group.has-background{padding-left:var(--coblocks-spacing--1, 0.5em)}.has-medium-padding,.has-medium-padding.wp-block-group,.has-medium-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--2, 1em)}.has-large-padding,.has-large-padding.wp-block-group,.has-large-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--3, 1.5em)}.has-huge-padding,.has-huge-padding.wp-block-group,.has-huge-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--4, 2em)}.has-custom-padding,.has-custom-padding.wp-block-group,.has-custom-padding.wp-block-group.has-background{padding:var(--coblocks-custom-padding)}.content-area__wrapper .has-small-padding,.content-area__wrapper .has-small-padding.wp-block-group,.content-area__wrapper .has-small-padding.wp-block-group.has-background,.editor-styles-wrapper .has-small-padding,.editor-styles-wrapper .has-small-padding.wp-block-group,.editor-styles-wrapper .has-small-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--1, 0.5em)}.content-area__wrapper .has-medium-padding,.content-area__wrapper .has-medium-padding.wp-block-group,.content-area__wrapper .has-medium-padding.wp-block-group.has-background,.editor-styles-wrapper .has-medium-padding,.editor-styles-wrapper .has-medium-padding.wp-block-group,.editor-styles-wrapper .has-medium-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--2, 1em)}.content-area__wrapper .has-large-padding,.content-area__wrapper .has-large-padding.wp-block-group,.content-area__wrapper .has-large-padding.wp-block-group.has-background,.editor-styles-wrapper .has-large-padding,.editor-styles-wrapper .has-large-padding.wp-block-group,.editor-styles-wrapper .has-large-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--3, 1.5em)}.content-area__wrapper .has-huge-padding,.content-area__wrapper .has-huge-padding.wp-block-group,.content-area__wrapper .has-huge-padding.wp-block-group.has-background,.editor-styles-wrapper .has-huge-padding,.editor-styles-wrapper .has-huge-padding.wp-block-group,.editor-styles-wrapper .has-huge-padding.wp-block-group.has-background{padding:var(--coblocks-spacing--4, 2em)}.content-area__wrapper .has-custom-padding,.content-area__wrapper .has-custom-padding.wp-block-group,.content-area__wrapper .has-custom-padding.wp-block-group.has-background,.editor-styles-wrapper .has-custom-padding,.editor-styles-wrapper .has-custom-padding.wp-block-group,.editor-styles-wrapper .has-custom-padding.wp-block-group.has-background{padding:var(--coblocks-custom-padding)}.has-small-margin{margin-bottom:var(--coblocks-spacing--1, 0.5em);margin-top:var(--coblocks-spacing--1, 0.5em)}.has-medium-margin{margin-bottom:var(--coblocks-spacing--2, 1em);margin-top:var(--coblocks-spacing--2, 1em)}.has-large-margin{margin-bottom:var(--coblocks-spacing--3, 1.5em);margin-top:var(--coblocks-spacing--3, 1.5em)}.has-huge-margin{margin-bottom:var(--coblocks-spacing--4, 2em);margin-top:var(--coblocks-spacing--4, 2em)}.has-shadow{box-shadow:0 1.5vw 3vw -0.7vw rgba(0,0,0,0.125)}.shadow-sm,.has-shadow-sml{box-shadow:0 0.5vw 2vw -0.25vw rgba(0,0,0,0.2)}.shadow-md,.has-shadow-med{box-shadow:0 1vw 3vw -0.5vw rgba(0,0,0,0.2)}.shadow-lg,.has-shadow-lrg{box-shadow:0 1.8vw 3vw -0.7vw rgba(0,0,0,0.2)}[class*="hint--"]{display:inline-block;position:relative}[class*="hint--"]::before,[class*="hint--"]::after{opacity:0;pointer-events:none;position:absolute;transform:translate3d(0, 0, 0);visibility:hidden;z-index:1000000}[class*="hint--"]::before{background:transparent;border:6px solid transparent;content:"";position:absolute;z-index:1000001}[class*="hint--"]::after{background:#1e1e1e;border-radius:2px;box-shadow:2px 2px 4px rgba(0,0,0,0.1);color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;line-height:11px;padding:6px 8px 7px 9px;white-space:nowrap}[class*="hint--"]:hover::before,[class*="hint--"]:hover::after{opacity:1;visibility:visible}[class*="hint--"][aria-label]::after{content:attr(aria-label)}[class*="hint--"][data-hint]::after{content:attr(data-hint)}[aria-label=""]::before,[aria-label=""]::after,[data-hint=""]::before,[data-hint=""]::after{display:none !important}.hint--top::before{border-top-color:#1e1e1e;left:calc(50% - 6px) !important;margin-bottom:-10px}.hint--top::before,.hint--top::after{bottom:103%;left:50%}.hint--top::after{transform:translateX(-50%)}.hint--top:hover::after{transform:translateX(-50%)}.hint--bottom::before{border-bottom-color:#1e1e1e;left:calc(50% - 10px);margin-top:-11px}.hint--bottom::before,.hint--bottom::after{left:50%;top:100%}.hint--bottom::after{transform:translateX(-50%)}.hint--bottom:hover::before{transform:translateY(8px)}.hint--bottom:hover::after{transform:translateX(-50%) translateY(8px)}.ui-datepicker.coblocks{background-color:#fff;border:1px solid #dfdfdf;border-radius:0;border-top:none;box-shadow:0 3px 6px rgba(0,0,0,0.075);margin:0;padding:0;width:auto}.ui-datepicker.coblocks *{border-radius:0;padding:0}.ui-datepicker.coblocks table{border:none;border-collapse:collapse;margin:0;width:auto}.ui-datepicker.coblocks .ui-widget-header,.ui-datepicker.coblocks .ui-datepicker-header{background-image:none;border:none;font-weight:400}.ui-datepicker.coblocks .ui-datepicker-header .ui-state-hover{background:transparent;border-color:transparent;cursor:pointer}.ui-datepicker.coblocks .ui-datepicker-title{font-size:14px;line-height:14px;margin:0;padding:10px 0;text-align:center}.ui-datepicker.coblocks .ui-datepicker-prev,.ui-datepicker.coblocks .ui-datepicker-next{height:34px;position:relative;top:0;width:34px}.ui-datepicker.coblocks .ui-datepicker-prev,.ui-datepicker.coblocks .ui-datepicker-prev-hover{left:0}.ui-datepicker.coblocks .ui-datepicker-next,.ui-datepicker.coblocks .ui-datepicker-next-hover{right:0}.ui-datepicker.coblocks .ui-datepicker-next span,.ui-datepicker.coblocks .ui-datepicker-prev span{display:none}.ui-datepicker.coblocks .ui-state-hover .ui-datepicker-prev,.ui-datepicker.coblocks .ui-state-hover .ui-datepicker-next{border:none}.ui-datepicker.coblocks .ui-datepicker-prev{float:left}.ui-datepicker.coblocks .ui-datepicker-next{float:right}.ui-datepicker.coblocks .ui-datepicker-prev::before,.ui-datepicker.coblocks .ui-datepicker-next::before{font:400 20px/34px "dashicons";height:34px;padding-left:7px;speak:none;width:34px}.ui-datepicker.coblocks .ui-datepicker-prev::before{content:"\f341"}.ui-datepicker.coblocks .ui-datepicker-next::before{content:"\f345"}.ui-datepicker.coblocks .ui-datepicker-prev-hover::before,.ui-datepicker.coblocks .ui-datepicker-next-hover::before{opacity:0.7}.ui-datepicker.coblocks select.ui-datepicker-month,.ui-datepicker.coblocks select.ui-datepicker-year{width:33%}.ui-datepicker.coblocks thead{font-weight:600}.ui-datepicker.coblocks th{border-width:1px;padding:10px}.ui-datepicker.coblocks td{border:1px solid #f4f4f4;padding:0}.ui-datepicker.coblocks td.ui-datepicker-other-month{border:transparent}.ui-datepicker.coblocks td.ui-datepicker-week-end{background-color:#f4f4f4;border:1px solid #f4f4f4}.ui-datepicker.coblocks td.ui-datepicker-today{background-color:#f0f0c0}.ui-datepicker.coblocks td.ui-datepicker-current-day{background:#bd8}.ui-datepicker.coblocks td .ui-state-default{background:transparent;border:none;color:#444;display:block;font-weight:400;padding:5px 10px;text-align:center;text-decoration:none;width:auto}.ui-datepicker.coblocks td.ui-state-disabled .ui-state-default{opacity:0.5}.has-background-video{position:relative}.has-background-video.has-background-overlay::before{z-index:1}.has-background-video.has-background-overlay>:not(.coblocks-video-bg){z-index:10}.has-background-video>:not(.coblocks-video-bg){position:relative}.coblocks-video-bg{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%}.coblocks-video-bg>video{background-position:center center;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%}.coblocks-gallery{list-style:none !important;padding-left:0;padding-right:0}.coblocks-gallery--item{list-style:none !important;margin:0;padding:0 !important}.coblocks-gallery--item figure{position:relative}.coblocks-gallery--item img{opacity:1;vertical-align:middle}.coblocks-gallery .coblocks-gallery--item figcaption{color:inherit;margin:0 !important}.coblocks-gallery.is-cropped .coblocks-gallery--item a,.coblocks-gallery.is-cropped .coblocks-gallery--item img,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img{width:100%}@supports (position: sticky){.coblocks-gallery.is-cropped .coblocks-gallery--item a,.coblocks-gallery.is-cropped .coblocks-gallery--item img,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img{flex:1;height:100%;-o-object-fit:cover;object-fit:cover}}.alignfull ul.coblocks-gallery,.alignwide ul.coblocks-gallery{max-width:100%}.coblocks-gallery--item-thumbnail{list-style:none !important;margin:0;padding:0}.coblocks-gallery--item-thumbnail figure{margin:0;position:relative}.coblocks-gallery--item-thumbnail img{vertical-align:middle}figcaption.coblocks-gallery--primary-caption{font-size:13px;margin-bottom:1em;margin-top:1.2em;text-align:center}figcaption.coblocks-gallery--primary-caption:not(.has-caption-color){color:#1e1e1e}.wp-block-group div[class*="wp-block-coblocks-gallery"]{margin-bottom:10px !important;margin-top:10px !important}@media (min-width: 250px){.has-grid-sml .coblocks-gallery--item{width:50%}}@media (min-width: 500px){.has-grid-sml .coblocks-gallery--item{width:33.33333%}}@media (min-width: 800px){.has-grid-sml .coblocks-gallery--item{width:25%}}@media (min-width: 1300px){.has-grid-sml .coblocks-gallery--item{width:20%}}@media (min-width: 1700px){.has-grid-sml .coblocks-gallery--item{width:16.66667%}}@media (min-width: 1900px){.has-grid-sml .coblocks-gallery--item{width:14.28571%}}@media (min-width: 350px){.has-grid-med .coblocks-gallery--item{width:50%}}@media (min-width: 650px){.has-grid-med .coblocks-gallery--item{width:33.33333%}}@media (min-width: 1100px){.has-grid-med .coblocks-gallery--item{width:25%}}@media (min-width: 1600px){.alignfull .has-grid-med .coblocks-gallery--item{width:20%}}@media (min-width: 1900px){.alignfull .has-grid-med .coblocks-gallery--item{width:16.66667%}}@media (min-width: 400px){.has-grid-lrg .coblocks-gallery--item{width:50%}}@media (min-width: 800px){.has-grid-lrg .coblocks-gallery--item{width:33.33333%}}@media (min-width: 1600px){.alignfull .has-grid-lrg .coblocks-gallery--item{width:25%}}@media (min-width: 1900px){.alignfull .has-grid-lrg .coblocks-gallery--item{width:20%}}@media (min-width: 400px){.has-grid-xlrg .coblocks-gallery--item{width:50%}}@media (min-width: 1600px){.alignfull .has-grid-xlrg .coblocks-gallery--item{width:33.33333%}}@media (min-width: 1900px){.alignfull .has-grid-xlrg .coblocks-gallery--item{width:25%}}@media (min-width: 400px){.has-no-alignment .has-grid-lrg .coblocks-gallery--item{width:50%}}@media (min-width: 900px){.has-no-alignment .has-grid-lrg .coblocks-gallery--item{width:33.33333%}}.coblocks-gallery.has-gutter{overflow:hidden}@media (min-width: 600px){.has-gutter-5{margin:-3px !important;max-width:calc(100% + 5px) !important}.has-gutter-10{margin:-5px !important;max-width:calc(100% + 10px) !important}.has-gutter-15{margin:-8px !important;max-width:calc(100% + 15px) !important}.has-gutter-20{margin:-10px !important;max-width:calc(100% + 20px) !important}.has-gutter-25{margin:-13px !important;max-width:calc(100% + 25px) !important}.has-gutter-30{margin:-15px !important;max-width:calc(100% + 30px) !important}.has-gutter-35{margin:-18px !important;max-width:calc(100% + 35px) !important}.has-gutter-40{margin:-20px !important;max-width:calc(100% + 40px) !important}.has-gutter-45{margin:-23px !important;max-width:calc(100% + 45px) !important}.has-gutter-50{margin:-25px !important;max-width:calc(100% + 50px) !important}.has-gutter-5 .coblocks-gallery--figure{margin:3px}.has-gutter-10 .coblocks-gallery--figure{margin:5px}.has-gutter-15 .coblocks-gallery--figure{margin:8px}.has-gutter-20 .coblocks-gallery--figure{margin:10px}.has-gutter-25 .coblocks-gallery--figure{margin:13px}.has-gutter-30 .coblocks-gallery--figure{margin:15px}.has-gutter-35 .coblocks-gallery--figure{margin:18px}.has-gutter-40 .coblocks-gallery--figure{margin:20px}.has-gutter-45 .coblocks-gallery--figure{margin:23px}.has-gutter-50 .coblocks-gallery--figure{margin:25px}}@media (max-width: 599px){.has-gutter-mobile-5{margin:-3px !important;max-width:calc(100% + 5px) !important}.has-gutter-mobile-5 .coblocks-gallery--figure{margin:3px}.has-gutter-mobile-10{margin:-5px !important;max-width:calc(100% + 10px) !important}.has-gutter-mobile-10 .coblocks-gallery--figure{margin:5px}.has-gutter-mobile-15{margin:-8px !important;max-width:calc(100% + 15px) !important}.has-gutter-mobile-15 .coblocks-gallery--figure{margin:8px}.has-gutter-mobile-20{margin:-10px !important;max-width:calc(100% + 20px) !important}.has-gutter-mobile-20 .coblocks-gallery--figure{margin:10px}.has-gutter-mobile-25{margin:-13px !important;max-width:calc(100% + 25px) !important}.has-gutter-mobile-25 .coblocks-gallery--figure{margin:13px}.has-gutter-mobile-30{margin:-15px !important;max-width:calc(100% + 30px) !important}.has-gutter-mobile-30 .coblocks-gallery--figure{margin:15px}.has-gutter-mobile-35{margin:-18px !important;max-width:calc(100% + 35px) !important}.has-gutter-mobile-35 .coblocks-gallery--figure{margin:18px}.has-gutter-mobile-40{margin:-20px !important;max-width:calc(100% + 40px) !important}.has-gutter-mobile-40 .coblocks-gallery--figure{margin:20px}.has-gutter-mobile-45{margin:-23px !important;max-width:calc(100% + 45px) !important}.has-gutter-mobile-45 .coblocks-gallery--figure{margin:23px}.has-gutter-mobile-50{margin:-25px !important;max-width:calc(100% + 50px) !important}.has-gutter-mobile-50 .coblocks-gallery--figure{margin:25px}}.has-horizontal-gutter{overflow-x:hidden}.wp-block-coblocks-gallery-carousel .coblocks-gallery--item,.wp-block-coblocks-gallery-thumbnails .coblocks-gallery--item{height:100%;margin:0 !important}@media (min-width: 1300px){.has-no-alignment .has-carousel-lrg .coblocks-gallery--item{width:70%}}.has-no-alignment .has-carousel-xlrg .coblocks-gallery--item{width:100%}.has-carousel-sml .coblocks-gallery--item{width:65%}@media (min-width: 700px){.has-carousel-sml .coblocks-gallery--item{width:33.333%}}@media (min-width: 1100px){.has-carousel-sml .coblocks-gallery--item{width:25%}}@media (min-width: 1600px){.has-carousel-sml .coblocks-gallery--item{width:20%}}.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 700px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:33.333%}}@media (min-width: 1100px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:25%}}@media (min-width: 1600px){.has-carousel-sml.has-aligned-cells .coblocks-gallery--item{width:20%}}.has-carousel-med .coblocks-gallery--item{width:70%}@media (min-width: 700px){.has-carousel-med .coblocks-gallery--item{width:33.333%}}@media (min-width: 1800px){.has-carousel-med .coblocks-gallery--item{width:25%}}.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 600px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:50%}}@media (min-width: 900px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:33.333%}}@media (min-width: 1200px){.has-carousel-med.has-aligned-cells .coblocks-gallery--item{width:25%}}.has-carousel-lrg .coblocks-gallery--item{width:80%}@media (min-width: 600px){.has-carousel-lrg .coblocks-gallery--item{width:70%}}@media (min-width: 1300px){.has-carousel-lrg .coblocks-gallery--item{width:60%}}.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 600px){.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:50%}}@media (min-width: 1800px){.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item{width:33.333%}}.has-carousel-xlrg .coblocks-gallery--item{width:100%}@media (min-width: 1200px){.has-carousel-xlrg .coblocks-gallery--item{width:80%}}.has-carousel-xlrg.has-aligned-cells .coblocks-gallery--item{width:100%}@media (min-width: 600px){.has-margin-bottom-5{margin-bottom:5px !important}.has-margin-bottom-10{margin-bottom:10px !important}.has-margin-bottom-15{margin-bottom:15px !important}.has-margin-bottom-20{margin-bottom:20px !important}.has-margin-bottom-25{margin-bottom:25px !important}.has-margin-bottom-30{margin-bottom:30px !important}.has-margin-bottom-35{margin-bottom:35px !important}.has-margin-bottom-40{margin-bottom:40px !important}.has-margin-bottom-45{margin-bottom:45px !important}.has-margin-bottom-50{margin-bottom:50px !important}}@media (max-width: 599px){.has-margin-bottom-mobile-5{margin-bottom:5px !important}.has-margin-bottom-mobile-10{margin-bottom:10px !important}.has-margin-bottom-mobile-15{margin-bottom:15px !important}.has-margin-bottom-mobile-20{margin-bottom:20px !important}.has-margin-bottom-mobile-25{margin-bottom:25px !important}.has-margin-bottom-mobile-30{margin-bottom:30px !important}.has-margin-bottom-mobile-35{margin-bottom:35px !important}.has-margin-bottom-mobile-40{margin-bottom:40px !important}.has-margin-bottom-mobile-45{margin-bottom:45px !important}.has-margin-bottom-mobile-50{margin-bottom:50px !important}}@media (min-width: 600px){.has-margin-top-5{margin-top:3px !important}.has-margin-top-10{margin-top:5px !important}.has-margin-top-15{margin-top:8px !important}.has-margin-top-20{margin-top:10px !important}.has-margin-top-25{margin-top:13px !important}.has-margin-top-30{margin-top:15px !important}.has-margin-top-35{margin-top:18px !important}.has-margin-top-40{margin-top:20px !important}.has-margin-top-45{margin-top:23px !important}.has-margin-top-50{margin-top:25px !important}}@media (max-width: 599px){.has-margin-top-mobile-5{margin-top:3px !important}.has-margin-top-mobile-10{margin-top:5px !important}.has-margin-top-mobile-15{margin-top:8px !important}.has-margin-top-mobile-20{margin-top:10px !important}.has-margin-top-mobile-25{margin-top:13px !important}.has-margin-top-mobile-30{margin-top:15px !important}.has-margin-top-mobile-35{margin-top:18px !important}.has-margin-top-mobile-40{margin-top:20px !important}.has-margin-top-mobile-45{margin-top:23px !important}.has-margin-top-mobile-50{margin-top:25px !important}}@media (min-width: 600px){.has-margin-right-5{margin-right:3px !important}.has-margin-right-10{margin-right:5px !important}.has-margin-right-15{margin-right:8px !important}.has-margin-right-20{margin-right:10px !important}.has-margin-right-25{margin-right:13px !important}.has-margin-right-30{margin-right:15px !important}.has-margin-right-35{margin-right:18px !important}.has-margin-right-40{margin-right:20px !important}.has-margin-right-45{margin-right:23px !important}.has-margin-right-50{margin-right:25px !important}}@media (max-width: 599px){.has-margin-right-mobile-5{margin-right:3px !important}.has-margin-right-mobile-10{margin-right:5px !important}.has-margin-right-mobile-15{margin-right:8px !important}.has-margin-right-mobile-20{margin-right:10px !important}.has-margin-right-mobile-25{margin-right:13px !important}.has-margin-right-mobile-30{margin-right:15px !important}.has-margin-right-mobile-35{margin-right:18px !important}.has-margin-right-mobile-40{margin-right:20px !important}.has-margin-right-mobile-45{margin-right:23px !important}.has-margin-right-mobile-50{margin-right:25px !important}}@media (min-width: 600px){.has-margin-left-5{margin-left:3px !important}.has-margin-left-10{margin-left:5px !important}.has-margin-left-15{margin-left:8px !important}.has-margin-left-20{margin-left:10px !important}.has-margin-left-25{margin-left:13px !important}.has-margin-left-30{margin-left:15px !important}.has-margin-left-35{margin-left:18px !important}.has-margin-left-40{margin-left:20px !important}.has-margin-left-45{margin-left:23px !important}.has-margin-left-50{margin-left:25px !important}}@media (max-width: 599px){.has-margin-left-mobile-5{margin-left:3px !important}.has-margin-left-mobile-10{margin-left:5px !important}.has-margin-left-mobile-15{margin-left:8px !important}.has-margin-left-mobile-20{margin-left:10px !important}.has-margin-left-mobile-25{margin-left:13px !important}.has-margin-left-mobile-30{margin-left:15px !important}.has-margin-left-mobile-35{margin-left:18px !important}.has-margin-left-mobile-40{margin-left:20px !important}.has-margin-left-mobile-45{margin-left:23px !important}.has-margin-left-mobile-50{margin-left:25px !important}}@media (min-width: 600px){.has-negative-margin-right-5{margin-right:-3px !important}.has-negative-margin-right-10{margin-right:-5px !important}.has-negative-margin-right-15{margin-right:-8px !important}.has-negative-margin-right-20{margin-right:-10px !important}.has-negative-margin-right-25{margin-right:-13px !important}.has-negative-margin-right-30{margin-right:-15px !important}.has-negative-margin-right-35{margin-right:-18px !important}.has-negative-margin-right-40{margin-right:-20px !important}.has-negative-margin-right-45{margin-right:-23px !important}.has-negative-margin-right-50{margin-right:-25px !important}}@media (max-width: 599px){.has-negative-margin-right-mobile-5{margin-right:-3px !important}.has-negative-margin-right-mobile-10{margin-right:-5px !important}.has-negative-margin-right-mobile-15{margin-right:-8px !important}.has-negative-margin-right-mobile-20{margin-right:-10px !important}.has-negative-margin-right-mobile-25{margin-right:-13px !important}.has-negative-margin-right-mobile-30{margin-right:-15px !important}.has-negative-margin-right-mobile-35{margin-right:-18px !important}.has-negative-margin-right-mobile-40{margin-right:-20px !important}.has-negative-margin-right-mobile-45{margin-right:-23px !important}.has-negative-margin-right-mobile-50{margin-right:-25px !important}}@media (min-width: 600px){.has-negative-margin-left-5{margin-left:-3px !important}.has-negative-margin-left-10{margin-left:-5px !important}.has-negative-margin-left-15{margin-left:-8px !important}.has-negative-margin-left-20{margin-left:-10px !important}.has-negative-margin-left-25{margin-left:-13px !important}.has-negative-margin-left-30{margin-left:-15px !important}.has-negative-margin-left-35{margin-left:-18px !important}.has-negative-margin-left-40{margin-left:-20px !important}.has-negative-margin-left-45{margin-left:-23px !important}.has-negative-margin-left-50{margin-left:-25px !important}}@media (max-width: 599px){.has-negative-margin-left-mobile-5{margin-left:-3px !important}.has-negative-margin-left-mobile-10{margin-left:-5px !important}.has-negative-margin-left-mobile-15{margin-left:-8px !important}.has-negative-margin-left-mobile-20{margin-left:-10px !important}.has-negative-margin-left-mobile-25{margin-left:-13px !important}.has-negative-margin-left-mobile-30{margin-left:-15px !important}.has-negative-margin-left-mobile-35{margin-left:-18px !important}.has-negative-margin-left-mobile-40{margin-left:-20px !important}.has-negative-margin-left-mobile-45{margin-left:-23px !important}.has-negative-margin-left-mobile-50{margin-left:-25px !important}}@media (min-width: 600px){.has-negative-margin-5{margin:-3px !important}.has-negative-margin-10{margin:-5px !important}.has-negative-margin-15{margin:-8px !important}.has-negative-margin-20{margin:-10px !important}.has-negative-margin-25{margin:-13px !important}.has-negative-margin-30{margin:-15px !important}.has-negative-margin-35{margin:-18px !important}.has-negative-margin-40{margin:-20px !important}.has-negative-margin-45{margin:-23px !important}.has-negative-margin-50{margin:-25px !important}}@media (max-width: 599px){.has-negative-margin-mobile-5{margin:-3px !important}.has-negative-margin-mobile-10{margin:-5px !important}.has-negative-margin-mobile-15{margin:-8px !important}.has-negative-margin-mobile-20{margin:-10px !important}.has-negative-margin-mobile-25{margin:-13px !important}.has-negative-margin-mobile-30{margin:-15px !important}.has-negative-margin-mobile-35{margin:-18px !important}.has-negative-margin-mobile-40{margin:-20px !important}.has-negative-margin-mobile-45{margin:-23px !important}.has-negative-margin-mobile-50{margin:-25px !important}}@media (min-width: 600px){.has-padding-5{padding:5px !important}.has-padding-10{padding:10px !important}.has-padding-15{padding:15px !important}.has-padding-20{padding:20px !important}.has-padding-25{padding:25px !important}.has-padding-30{padding:30px !important}.has-padding-35{padding:35px !important}.has-padding-40{padding:40px !important}.has-padding-45{padding:45px !important}.has-padding-50{padding:50px !important}.has-padding-55{padding:55px !important}.has-padding-60{padding:60px !important}.has-padding-65{padding:65px !important}.has-padding-70{padding:70px !important}.has-padding-75{padding:75px !important}.has-padding-80{padding:80px !important}.has-padding-85{padding:85px !important}.has-padding-90{padding:90px !important}.has-padding-95{padding:95px !important}.has-padding-100{padding:100px !important}}@media (max-width: 599px){.has-padding-mobile-5{padding:5px !important}.has-padding-mobile-10{padding:10px !important}.has-padding-mobile-15{padding:15px !important}.has-padding-mobile-20{padding:20px !important}.has-padding-mobile-25{padding:25px !important}.has-padding-mobile-30{padding:30px !important}.has-padding-mobile-35{padding:35px !important}.has-padding-mobile-40{padding:40px !important}.has-padding-mobile-45{padding:45px !important}.has-padding-mobile-50{padding:50px !important}.has-padding-mobile-55{padding:55px !important}.has-padding-mobile-60{padding:60px !important}.has-padding-mobile-65{padding:65px !important}.has-padding-mobile-70{padding:70px !important}.has-padding-mobile-75{padding:75px !important}.has-padding-mobile-80{padding:80px !important}.has-padding-mobile-85{padding:85px !important}.has-padding-mobile-90{padding:90px !important}.has-padding-mobile-95{padding:95px !important}.has-padding-mobile-100{padding:100px !important}}.has-border-radius-2 .coblocks-gallery--item img{border-radius:2px}.has-border-radius-2 .coblocks-gallery--item figcaption{border-radius:0 0 2px 2px}.has-border-radius-3 .coblocks-gallery--item img{border-radius:3px}.has-border-radius-3 .coblocks-gallery--item figcaption{border-radius:0 0 3px 3px}.has-border-radius-4 .coblocks-gallery--item img{border-radius:4px}.has-border-radius-4 .coblocks-gallery--item figcaption{border-radius:0 0 4px 4px}.has-border-radius-5 .coblocks-gallery--item img{border-radius:5px}.has-border-radius-5 .coblocks-gallery--item figcaption{border-radius:0 0 5px 5px}.has-border-radius-6 .coblocks-gallery--item img{border-radius:6px}.has-border-radius-6 .coblocks-gallery--item figcaption{border-radius:0 0 6px 6px}.has-border-radius-7 .coblocks-gallery--item img{border-radius:7px}.has-border-radius-7 .coblocks-gallery--item figcaption{border-radius:0 0 7px 7px}.has-border-radius-8 .coblocks-gallery--item img{border-radius:8px}.has-border-radius-8 .coblocks-gallery--item figcaption{border-radius:0 0 8px 8px}.has-border-radius-9 .coblocks-gallery--item img{border-radius:9px}.has-border-radius-9 .coblocks-gallery--item figcaption{border-radius:0 0 9px 9px}.has-border-radius-10 .coblocks-gallery--item img{border-radius:10px}.has-border-radius-10 .coblocks-gallery--item figcaption{border-radius:0 0 10px 10px}.has-border-radius-11 .coblocks-gallery--item img{border-radius:11px}.has-border-radius-11 .coblocks-gallery--item figcaption{border-radius:0 0 11px 11px}.has-border-radius-12 .coblocks-gallery--item img{border-radius:12px}.has-border-radius-12 .coblocks-gallery--item figcaption{border-radius:0 0 12px 12px}.has-border-radius-13 .coblocks-gallery--item img{border-radius:13px}.has-border-radius-13 .coblocks-gallery--item figcaption{border-radius:0 0 13px 13px}.has-border-radius-14 .coblocks-gallery--item img{border-radius:14px}.has-border-radius-14 .coblocks-gallery--item figcaption{border-radius:0 0 14px 14px}.has-border-radius-15 .coblocks-gallery--item img{border-radius:15px}.has-border-radius-15 .coblocks-gallery--item figcaption{border-radius:0 0 15px 15px}.has-border-radius-16 .coblocks-gallery--item img{border-radius:16px}.has-border-radius-16 .coblocks-gallery--item figcaption{border-radius:0 0 16px 16px}.has-border-radius-17 .coblocks-gallery--item img{border-radius:17px}.has-border-radius-17 .coblocks-gallery--item figcaption{border-radius:0 0 17px 17px}.has-border-radius-18 .coblocks-gallery--item img{border-radius:18px}.has-border-radius-18 .coblocks-gallery--item figcaption{border-radius:0 0 18px 18px}.has-border-radius-19 .coblocks-gallery--item img{border-radius:19px}.has-border-radius-19 .coblocks-gallery--item figcaption{border-radius:0 0 19px 19px}.has-border-radius-20 .coblocks-gallery--item img{border-radius:20px}.has-border-radius-20 .coblocks-gallery--item figcaption{border-radius:0 0 20px 20px}.has-caption-style-light .coblocks-gallery--item figcaption{background:linear-gradient(0deg, rgba(255,255,255,0.93) 6.3%, rgba(255,255,255,0.5) 61%, rgba(255,255,255,0)) !important;opacity:1 !important}.coblocks-gallery:not(.has-caption-color).has-caption-style-dark figcaption{color:#fff}.coblocks-gallery:not(.has-caption-color).has-caption-style-light figcaption{color:#000}.has-caption-style-none .coblocks-gallery--item{background:none !important;opacity:1 !important}.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-viewport{height:100%;overflow:hidden;position:relative}.is-cropped .flickity-viewport{height:100% !important}.flickity-slider{height:100%;position:absolute;width:100%}.flickity-enabled.is-draggable .flickity-viewport{cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{background:rgba(255,255,255,0.75);border:none;color:#000;padding:0;position:absolute;transition:background 100ms, opacity 100ms}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{background:#fff;border:none;box-shadow:0 0 0 2px #000;outline:none}.flickity-button:active{border:none;opacity:0.6}.flickity-button:disabled{cursor:auto;opacity:0.25;pointer-events:none}.flickity-button-icon{fill:#000;transform:translate3d(0, 0, 0)}.flickity-prev-next-button{border-radius:9px;height:72px;top:50%;transform:translateY(-50%);width:57px}.has-top-left-carousel-arrows .flickity-prev-next-button{border-radius:4px;height:42px;top:20px;transform:none;width:42px}.has-top-left-carousel-arrows .flickity-prev-next-button.previous{left:20px}.has-top-left-carousel-arrows .flickity-prev-next-button.next{left:calc(25px + 42px)}.flickity-prev-next-button.previous{left:10px}@media (min-width: 600px){.flickity-prev-next-button.previous{left:20px}}.flickity-prev-next-button.next{right:10px}@media (min-width: 600px){.flickity-prev-next-button.next{right:20px}}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}@media (min-width: 600px){.flickity-rtl .flickity-prev-next-button.previous{right:20px}}.flickity-rtl .flickity-prev-next-button.next{left:10px;right:auto}@media (min-width: 600px){.flickity-rtl .flickity-prev-next-button.next{left:20px}}.flickity-prev-next-button .flickity-button-icon{height:50%;left:23%;position:absolute;top:25%;width:50%}.previous.flickity-prev-next-button .flickity-button-icon{left:26%}.flickity-page-dots{bottom:18px;line-height:1;list-style:none;margin:0 !important;padding:0 !important;position:absolute;text-align:center;width:100%}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{background:rgba(0,0,0,0.3);border-radius:50%;cursor:pointer;display:inline-block;height:9px;margin:0 6px;width:9px}.flickity-page-dots .dot.is-selected{background:rgba(255,255,255,0.75)}.coblocks-lightbox{align-items:center;background:rgba(0,0,0,0);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.admin-bar .coblocks-lightbox{top:32px}@media (max-width: 782px){.admin-bar .coblocks-lightbox{top:46px}}.coblocks-lightbox__background{background-repeat:no-repeat;background-size:cover;bottom:-10em;filter:blur(25px) saturate(175%) brightness(90%);left:-10em;position:absolute;right:-10em;top:-10em}.coblocks-lightbox__heading{align-items:center;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:0.5em;justify-content:space-between;left:3%;position:absolute;right:3%;top:1em}@media (min-width: 600px){.coblocks-lightbox__heading{top:2em}}.coblocks-lightbox__image{z-index:2}.coblocks-lightbox__image img{display:flex;margin:auto;max-height:70vh;max-width:70vw}@media (min-width: 960px){.coblocks-lightbox__image img{max-height:80vh;max-width:80vw}}.coblocks-lightbox__arrow{align-items:center;background-color:transparent;border-radius:100%;color:#fff;cursor:pointer;display:flex;height:auto;margin:0 1%;padding:15px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:250ms background-color linear;z-index:3}.coblocks-lightbox__arrow:hover{background-color:rgba(255,255,255,0.15)}.coblocks-lightbox__arrow:focus{background-color:rgba(255,255,255,0.25);box-shadow:inset 0 0 0 3px rgba(255,255,255,0.25);outline:none}@media (min-width: 600px){.coblocks-lightbox__arrow{background-color:rgba(255,255,255,0.15);margin:0 2%}.coblocks-lightbox__arrow:hover{background-color:rgba(255,255,255,0.25)}}.coblocks-lightbox__arrow>div{background-color:#fff;height:28px;position:relative;width:28px}@media (min-width: 960px){.coblocks-lightbox__arrow>div{height:32px;width:32px}}.coblocks-lightbox__arrow .arrow-left{left:-1px;-webkit-mask-image:url(images/lightbox/arrow-left.svg);mask-image:url(images/lightbox/arrow-left.svg)}.coblocks-lightbox__arrow .arrow-right{-webkit-mask-image:url(images/lightbox/arrow-right.svg);mask-image:url(images/lightbox/arrow-right.svg);right:-1px}.coblocks-lightbox__arrow--left{left:0;right:auto}.coblocks-lightbox__close{background-color:#fff;background-repeat:no-repeat;cursor:pointer;height:26px;-webkit-mask-image:url(images/lightbox/close.svg);mask-image:url(images/lightbox/close.svg);-webkit-mask-size:contain;mask-size:contain;padding:7px;transition:transform 0.15s linear;width:26px}@media (min-width: 960px){.coblocks-lightbox__close{height:32px;width:32px}}.coblocks-lightbox__close:hover{background-color:#fff;transform:scale(1.125)}.coblocks-lightbox__close:focus{background-color:#fff;transform:scale(1.125)}.coblocks-lightbox__caption{color:#fff;margin-top:10px;text-align:center}.has-lightbox>:not(.carousel-nav) figure:hover{cursor:zoom-in}.has-lightbox figure[class^="align"]:hover{cursor:zoom-in}figure.has-lightbox:hover{cursor:zoom-in}.is-twentynineteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:46px;margin-top:46px}.is-twentynineteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--caption{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:0.71111em;line-height:1.6;margin:0 0 -20px;padding:0.5rem;text-align:center}.is-twentynineteen .wp-block-coblocks-gallery-stacked figcaption:not([class*="font-size"]){font-size:0.71111em}.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:1.75em;margin-top:1.65em}.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{font-style:italic;margin-bottom:-10px;margin-top:1em}.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"]:not([class*="masonry"]) .coblocks-gallery:not(.has-caption-color) figcaption{color:#1e1e1e}.is-twentyseventeen .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentysixteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:2.3em;margin-top:2.3em}.is-twentysixteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-10px;margin-top:0.6em}.is-twentysixteen .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentyfifteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:2.2em;margin-top:2.2em}.is-twentyfifteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-15px;margin-top:0.5em;padding-bottom:0}.is-twentyfifteen .wp-block-coblocks-gallery-masonry figcaption{font-size:13px !important}.is-twentyfourteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:30px;margin-top:30px}.is-twentyfourteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-7px;text-align:left}.is-twentythirteen .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:30px;margin-top:34px}.is-twentythirteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-10px}.is-twentythirteen .wp-block-coblocks-gallery-masonry figcaption{font-size:13px !important}.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:32px;margin-top:32px}.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery:not([class*="border-radius"]) img{border-radius:inherit}.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-10px}.is-twentytwelve .wp-block-coblocks-gallery-masonry figcaption{padding-bottom:6px}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"]{margin-bottom:32px;margin-top:33px}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery img{border:0;max-width:100%;padding:0}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption{margin-bottom:-15px}.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption::before{color:#666;content:"\2014";font-size:14px;font-style:normal;font-weight:600;left:10px;margin-right:5px;position:absolute;top:0}.is-twentyeleven .wp-block-coblocks-gallery-stacked figcaption{padding-left:1em !important;padding-right:1em !important;text-align:center !important}.is-twentyeleven .wp-block-coblocks-gallery-stacked figcaption::before{display:none;padding-left:0}.has-filter-grayscale img{filter:grayscale(1)}.has-filter-saturation img{filter:saturate(1.75)}.has-filter-sepia img{filter:sepia(0.5)}.has-filter-dim img{filter:brightness(0.5)}.has-filter-vintage img{filter:contrast(1.3) saturate(1.5) sepia(0.6)}.coblocks-option-selector-control .components-button-group .components-button{justify-content:center;min-width:38px;padding-left:4px;padding-right:4px;vertical-align:middle}.coblocks-option-selector-control.is-custom{margin-bottom:14px}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}[class*="wp-block-"].mt-0>.has-margin{margin-top:0 !important}[class*="wp-block-"].mb-0>.has-margin{margin-bottom:0 !important}[class*="wp-block"].mt-0{margin-top:0 !important}[class*="wp-block"].mb-0{margin-bottom:0 !important}.mt-0{margin-top:0}.pt-0{padding-top:0}.coblocks-animate{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}.coblocks-animate.animate-loop{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.coblocks-animate.fadeIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.coblocks-animate.zoomIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}.coblocks-animate.slideInLeft{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInLeft{0%{opacity:0;transform:translateX(-5em)}100%{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-5em)}100%{opacity:1;transform:translateX(0)}}.coblocks-animate.slideInRight{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInRight{0%{opacity:0;transform:translateX(5em)}100%{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(5em)}100%{opacity:1;transform:translateX(0)}}.coblocks-animate.slideInBottom{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:slideInBottom;animation-name:slideInBottom}@-webkit-keyframes slideInBottom{0%{opacity:0;transform:translateY(5em)}100%{opacity:1;transform:translateY(0)}}@keyframes slideInBottom{0%{opacity:0;transform:translateY(5em)}100%{opacity:1;transform:translateY(0)}}.coblocks-animate.clipHorizontal{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:clipHorizontal;animation-name:clipHorizontal}@-webkit-keyframes clipHorizontal{0%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);opacity:0}100%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);opacity:1}}@keyframes clipHorizontal{0%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);clip-path:polygon(0% 50%, 0% 100%, 0% 100%, 0% 50%, 100% 50%, 100% 0%, 100% 0%, 100% 50%);opacity:0}100%{-webkit-clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);clip-path:polygon(0% 50%, 0% 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0%, 0% 0%, 0% 50%);opacity:1}}.coblocks-animate.clipVertical{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:clipVertical;animation-name:clipVertical}@-webkit-keyframes clipVertical{0%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);opacity:0}100%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);opacity:1}}@keyframes clipVertical{0%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);clip-path:polygon(50% 0%, 100% 0%, 100% 0%, 50% 0%, 50% 100%, 0% 100%, 0% 100%, 50% 100%);opacity:0}100%{-webkit-clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 0%, 50% 0%);opacity:1}}body.amp .coblocks-animate{opacity:1}.coblocks-block-patterns__modal .components-modal__header-heading{align-items:center;display:flex}.coblocks-block-patterns__modal .components-base-control__field{margin-bottom:16px}.coblocks-block-patterns__preview{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:24px;padding:9px}.wp-block-button.w-100{width:100%}.wp-block-button.w-100 .wp-block-button__link{width:100%}.is-style-circular .wp-block-button__link{border-radius:100px !important}.is-style-3d .wp-block-button__link{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.25)}.is-style-shadow{z-index:1}.is-style-shadow .wp-block-button__link{box-shadow:0 4px 6px rgba(0,0,0,0.11),0 1px 3px rgba(0,0,0,0.075)}:root{--wp-admin-theme-color: #007cba;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-20: #005a87}.coblocks-settings-modal .components-base-control__help{color:#757575;display:block;font-style:normal;padding-left:36px;padding-top:2px}@media (min-width: 600px){.coblocks-settings-modal .components-base-control__help{padding-left:32px}}.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');-webkit-mask-position:bottom;mask-position:bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-top-wave{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');-webkit-mask-position:top;mask-position:top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-image.is-style-bottom-wave img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');-webkit-mask-position:bottom;mask-position:bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-image.is-style-top-wave img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');-webkit-mask-position:top;mask-position:top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.block-editor-block-styles__item-preview .wp-block-image{margin-top:0}.block-editor-block-styles__item-preview .wp-block-image .components-resizable-box__container{height:100% !important;width:100% !important}.edit-post-sidebar .components-panel__body.is-opened ~ .coblocks-lightbox-controls{display:flex;margin-top:-8px;padding-left:16px;padding-right:16px}.edit-post-sidebar .components-panel__body.is-opened ~ .coblocks-lightbox-controls ~ .components-coblocks-replace-image{margin-top:0}.edit-post-sidebar .coblocks-lightbox-controls{display:none}.is-style-checkbox li{list-style-type:none !important;padding-left:10px;position:relative}@media (min-width: 600px){.is-style-checkbox li{padding-left:12px}}.is-style-checkbox li::before{background-color:currentColor;background-size:cover;content:"";display:inline-block;height:20px;left:-20px;-webkit-mask-image:url(images/list/checkbox-rounded.svg);mask-image:url(images/list/checkbox-rounded.svg);position:absolute;top:6px;transform:scale(0.9);width:20px}@media (min-width: 600px){.is-style-checkbox li::before{top:8px;transform:0}}.is-style-checkbox li li::before{-webkit-mask-image:url(images/list/checkbox-rounded-child.svg);mask-image:url(images/list/checkbox-rounded-child.svg)}.is-twentynineteen .is-style-checkbox li::before{top:10px}.is-style-none,.is-style-none li{list-style-type:none !important;padding-left:0 !important}.is-style-none li::before{content:"\200B"}.wp-block-media-text.is-style-card .wp-block-media-text__content{background-color:var(--wp--preset--color--background, #fff);margin-left:auto;margin-right:auto;margin-top:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)));padding:var(--coblocks-spacing--4, 2em);width:95%}@media (min-width: 600px){.wp-block-media-text.is-style-card .wp-block-media-text__content{margin-left:initial;margin-right:initial;margin-top:initial;padding:calc(2 * var(--coblocks-spacing--3, map-get($spacing, 3)));right:1px;width:initial}}@media (min-width: 960px){.wp-block-media-text.is-style-card .wp-block-media-text__content{padding:calc(2 * var(--coblocks-spacing--6, map-get($spacing, 6)))}}.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{margin-bottom:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)));margin-top:initial}@media (min-width: 600px){.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{margin-bottom:0}}.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:auto;margin-right:auto;margin-top:calc(-1 * var(--coblocks-spacing--4, map-get($spacing, 4)));width:90%}@media (min-width: 600px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:initial;margin-right:initial;margin-top:initial;width:auto}}@media (min-width: 600px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)))}}@media (min-width: 960px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:calc(-2 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-left:initial;margin-right:initial;margin-top:initial;width:auto}@media (min-width: 600px){.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-left:0;margin-right:calc(-1 * var(--coblocks-spacing--8, map-get($spacing, 8)));width:175%}}@media (min-width: 960px){.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-right:calc(-2 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}@media (min-width: 600px){.wp-block-media-text.is-style-card .wp-block-media-text__content,.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-left:calc(-1 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}@media (min-width: 600px){.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content,.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{margin-left:0;margin-right:calc(-1 * var(--coblocks-spacing--10, map-get($spacing, 10)))}}.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-left:auto;margin-right:auto;width:90%}@media (min-width: 600px){.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-left:calc(-1 * var(--coblocks-spacing--10, map-get($spacing, 10)));margin-right:inherit;margin-top:inherit;width:auto}}.wp-block-media-text.is-style-outline .wp-block-media-text__content h1,.wp-block-media-text.is-style-outline .wp-block-media-text__content h2,.wp-block-media-text.is-style-outline .wp-block-media-text__content h3,.wp-block-media-text.is-style-outline .wp-block-media-text__content h4,.wp-block-media-text.is-style-outline .wp-block-media-text__content h5,.wp-block-media-text.is-style-outline .wp-block-media-text__content h6,.wp-block-media-text.is-style-outline .wp-block-media-text__content p{background-color:var(--wp--preset--color--background, #fff);box-shadow:0.5rem 0 0 var(--wp--preset--color--background, #fff),-0.5rem 0 0 var(--wp--preset--color--background, #fff);display:inline}.wp-block-media-text.is-style-outline .wp-block-media-text__content .wp-block-buttons{margin-top:var(--coblocks-spacing--5, 2.5em)}.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{width:100%}@media (min-width: 600px){.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{margin-left:0.5rem;width:175%}}.wp-block-media-text .wp-block-media-text__content *:first-child{margin-top:0}@media (min-width: 600px){.editor-styles-wrapper .wp-block-media-text.is-style-card .wp-block-media-text__content{right:1px}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{left:1px;right:initial}}.editor-styles-wrapper .wp-block-media-text.is-style-card .components-resizable-box__handle::after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap .components-resizable-box__handle::after,.editor-styles-wrapper .wp-block-media-text.is-style-outline .components-resizable-box__handle::after{top:-8px}.editor-styles-wrapper .wp-block-media-text.is-style-card.is-selected .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap.is-selected .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-outline.is-selected .wp-block-media-text__media::after{background:var(--wp-admin-theme-color, #007cba);border:2px solid #fff;border-radius:50%;bottom:-7px;content:"";cursor:inherit;display:block;height:15px;position:absolute;right:-8px;width:15px;z-index:9999}.editor-styles-wrapper .wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__media::after,.editor-styles-wrapper .wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__media::after{left:-8px;right:inherit}.editor-styles-wrapper .wp-block-media-text.is-style-outline .wp-block-media-text__content .wp-block.wp-block-buttons{margin-top:var(--coblocks-spacing--5, 2.5em) !important}.edit-post-sidebar .components-coblocks-replace-image{display:none}.edit-post-sidebar .components-panel__body.is-opened ~ .components-coblocks-replace-image{display:flex;justify-content:flex-end;margin-top:-8px;padding:0 16px 16px 16px}.edit-post-sidebar .edit-post-settings-sidebar__panel-block .is-opened ~ .components-coblocks-replace-image{display:flex;justify-content:flex-end;margin-top:-8px;padding:0 0 16px 0}ul.has-custom-font li{font-family:inherit}blockquote.has-custom-font p,blockquote.has-custom-font cite{font-family:inherit !important}.has-custom-font.wp-block-cover p{font-family:inherit !important}.has-custom-font.wp-block-button .wp-block-button__link{font-family:inherit !important}.has-custom-font.wp-block-coblocks-click-to-tweet .wp-block-coblocks-click-to-tweet__text{font-family:inherit}.has-custom-font.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table__inner .wp-block-coblocks-pricing-table-item__title,.has-custom-font.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table__inner .wp-block-coblocks-pricing-table-item__amount{font-family:inherit}.wp-block-button.has-custom-lineheight .wp-block-button__link{line-height:inherit}.wp-block-button.has-custom-size .wp-block-button__link{font-size:inherit}ul.has-custom-lineheight li{line-height:inherit}ul.has-custom-size li{font-size:inherit}.has-custom-transform.wp-block-coblocks-click-to-tweet .wp-block-coblocks-click-to-tweet__twitter-btn{text-transform:none}.wp-block-coblocks-accordion-item{border-radius:4px;margin:0 0 1em}.wp-block-coblocks-accordion-item p:first-of-type{margin-top:0}.wp-block-coblocks-accordion-item p:last-of-type{margin-bottom:0}.wp-block-coblocks-accordion-item__title,.wp-block-coblocks-accordion-item__title.has-background{border-radius:4px;padding:10px 15px;position:relative}.wp-block-coblocks-accordion-item__title::after,.wp-block-coblocks-accordion-item__title.has-background::after{border-radius:4px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:background 100ms cubic-bezier(0.694, 0, 0.335, 1)}.wp-block-coblocks-accordion-item__title:not(.has-background),.wp-block-coblocks-accordion-item__title.has-background:not(.has-background){background:rgba(140,140,151,0.1)}.wp-block-coblocks-accordion-item__title:hover::after,.wp-block-coblocks-accordion-item__title.has-background:hover::after{background:rgba(0,0,0,0.0275)}.wp-block-coblocks-accordion-item__title:focus,.wp-block-coblocks-accordion-item__title.has-background:focus{outline:1px dotted #a2aab2;outline-offset:-4px}.wp-block-coblocks-accordion-item details[open] summary{border-radius:4px 4px 0 0}.wp-block-coblocks-accordion-item__content{border:1px solid rgba(140,140,151,0.1);border-radius:0 0 4px 4px;border-top:0;padding:15px 20px}.wp-block-coblocks-accordion-item__content>div{max-width:100%}.wp-block-coblocks-accordion-item .alignfull img{max-width:100% !important}.wp-block-coblocks-accordion.alignfull{padding:0 12px}_:-ms-fullscreen,:root .wp-block-coblocks-accordion summary{display:block}_:-ms-lang(x),_:-webkit-full-screen,.wp-block-coblocks-accordion summary{display:block}.wp-block-coblocks-alert{background-color:var(--coblocks-alert-default--color--background, #d6efee);border-radius:4px;color:var(--coblocks-alert-default--color--text, #094264);padding:2em}.wp-block-coblocks-alert:not(.has-background).is-style-warning{background-color:var(--coblocks-alert-default--color--background, #fbe7dd)}.wp-block-coblocks-alert:not(.has-background).is-style-error{background-color:var(--coblocks-alert-default--color--background, #ffdede)}.wp-block-coblocks-alert:not(.has-background).is-style-success{background-color:var(--coblocks-alert-default--color--background, #d0eac4)}.wp-block-coblocks-alert:not(.has-text-color).is-style-warning{color:var(--coblocks-alert-warning--color--text, #8a4b30)}.wp-block-coblocks-alert:not(.has-text-color).is-style-error{color:var(--coblocks-alert-error--color--text, #8b343c)}.wp-block-coblocks-alert:not(.has-text-color).is-style-success{color:var(--coblocks-alert-error--color--text, #154a28)}.wp-block-coblocks-alert__title{display:block;margin-bottom:0.5em;margin-top:0}.wp-block-coblocks-alert__title:empty{display:none}.wp-block-coblocks-alert__text{margin-bottom:0;margin-top:0}.wp-block-coblocks-author{align-items:flex-start;background:rgba(139,139,150,0.1);display:flex;padding:30px 25px;position:relative}@media (min-width: 600px){.wp-block-coblocks-author{padding:40px 35px}}.wp-block-coblocks-author__avatar,.wp-block-coblocks-author figure.wp-block-coblocks-author__avatar{border-radius:100%;flex:0 0 auto;height:70px;margin:0 25px 0 0;position:relative;width:70px}@media (min-width: 600px){.wp-block-coblocks-author__avatar,.wp-block-coblocks-author figure.wp-block-coblocks-author__avatar{height:150px;margin-right:35px;width:150px}}.wp-block-coblocks-author__avatar-img{border-radius:100%;display:inline-block;height:100% !important;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.wp-block-coblocks-author__content{flex:1 1 auto}.wp-block-coblocks-author__name{display:block;font-size:1.5em;margin:0;padding:0}.wp-block-coblocks-author__biography{margin:0 0 1em}.wp-block-coblocks-author__biography:last-of-type{margin-bottom:0}.wp-block-coblocks-author .wp-block-button{margin:1em 0 0 0}.wp-block-coblocks-buttons__inner{align-items:center;display:flex;justify-content:center}.wp-block-coblocks-buttons .flex-align-left{align-items:flex-start;justify-content:flex-start}.wp-block-coblocks-buttons .flex-align-right{align-items:flex-end;justify-content:flex-end}.wp-block-coblocks-buttons .wp-block-button{margin-bottom:0}.wp-block-coblocks-buttons .wp-block-button+.wp-block-button{margin-left:1.35em}@media (max-width: 600px){.wp-block-coblocks-buttons .is-stacked-on-mobile{display:block}.wp-block-coblocks-buttons .is-stacked-on-mobile .wp-block-button+.wp-block-button{margin-left:0;margin-top:1.35em}}.wp-block-coblocks-click-to-tweet{border:1px solid transparent;border-radius:4px;margin-bottom:1.9em;position:relative}.wp-block-coblocks-click-to-tweet__text{margin-bottom:0;padding-left:40px;position:relative}.wp-block-coblocks-click-to-tweet__text::before{background-color:currentColor;background-size:cover;content:"";display:inline-block;height:24px;left:0;-webkit-mask-image:url(images/social/twitter.svg);mask-image:url(images/social/twitter.svg);opacity:0.3;position:absolute;top:5px;width:24px}.wp-block-coblocks-click-to-tweet__text a{box-shadow:none !important;text-decoration:none !important}.wp-block-coblocks-click-to-tweet__twitter-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:4px;box-shadow:none !important;color:#fff !important;cursor:pointer;display:inline-block;font-size:13px;font-style:normal;font-weight:400;line-height:1.8;margin-left:40px;margin-top:10px;padding:0.28em 1em;position:relative;text-decoration:none !important;white-space:normal;word-break:break-all}.wp-block-coblocks-click-to-tweet__twitter-btn:not(.has-button-color){background:var(--coblocks--color--twitter, #1da1f2)}.wp-block-coblocks-click-to-tweet__twitter-btn::before{background-color:#fff;background-size:cover;content:"";display:inline-block;height:18px;margin-right:5px;-webkit-mask-image:url(images/social/twitter.svg);mask-image:url(images/social/twitter.svg);position:relative;top:4px;width:18px}.wp-block-coblocks-dynamic-separator{background:none !important;border:0;max-width:100% !important;opacity:1;padding:0;position:relative;width:100%}.wp-block-coblocks-dynamic-separator::before{content:"...";display:inline-block;font-size:22px;font-weight:400;left:0;letter-spacing:0.95em;line-height:1;margin-left:21px;margin-right:auto;position:absolute;right:0;text-align:center;top:calc(50% - 18px)}.wp-block-coblocks-dynamic-separator.is-style-line::before,.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{background:currentColor;content:"";display:block;height:1px;margin-left:auto;max-width:120px;top:50%;width:15vw}.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{max-width:100%;width:100%}.wp-block-coblocks-dynamic-separator:not(.has-background)::before{color:#292929}.wp-block-coblocks-dynamic-separator.is-style-line:not(.has-background)::before,.wp-block-coblocks-dynamic-separator.is-style-fullwidth:not(.has-background)::before{background:rgba(0,0,0,0.15)}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator::before{background:none;content:"...";left:0;top:calc(50% - 18px);transform:none;width:auto}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator::after{display:none}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-line::before,.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{background:currentColor;content:"";display:block;height:1px;margin-left:auto;max-width:120px;top:50%;width:15vw}.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before{max-width:100%;width:100%}.is-twentytwenty .wp-block-coblocks-dynamic-separator.is-style-line:not(.has-background)::before,.is-twentytwenty .wp-block-coblocks-dynamic-separator.is-style-fullwidth:not(.has-background)::before{background:#6d6d6d}.wp-block-coblocks-event-item{flex:1 100%;justify-content:space-between;line-height:1;margin-bottom:var(--coblocks-spacing--5, 2.5em);width:100%}@media (min-width: 782px){.wp-block-coblocks-event-item{display:flex !important;margin-bottom:var(--coblocks-spacing--3, 1.5em)}}.wp-block-coblocks-events__date{margin-bottom:var(--coblocks-spacing--3, 1.5em)}@media (min-width: 782px){.wp-block-coblocks-events__date{flex-basis:15%;margin-bottom:0}}.wp-block-coblocks-events__content{margin-bottom:var(--coblocks-spacing--3, 1.5em)}@media (min-width: 782px){.wp-block-coblocks-events__content{flex-basis:65%;margin-bottom:0;padding:0 1em}}.wp-block-coblocks-events__title,.wp-block-coblocks-events__description,.wp-block-coblocks-events__time{display:block}@media (min-width: 782px){.wp-block-coblocks-events__details{flex-basis:20%;text-align:right}}.wp-block-coblocks-events__title{font-weight:700;margin-bottom:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-events__day{display:block;font-size:1.75em;font-weight:700;margin-bottom:5px}.wp-block-coblocks-events__month{margin-right:5px;margin-top:var(--coblocks-spacing--1, 0.5em)}@media (min-width: 782px){.wp-block-coblocks-events__month{display:block;margin-bottom:5px;margin-right:0}}.wp-block-coblocks-events__time{font-weight:700;margin-bottom:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-events__year,.wp-block-coblocks-events__month,.wp-block-coblocks-events__time,.wp-block-coblocks-events__location,.wp-block-coblocks-events__description{font-size:0.75em}.wp-block-coblocks-events__description{line-height:1.476}.wp-block-coblocks-events.slick-slider{box-sizing:border-box;display:block;padding-bottom:4em;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wp-block-coblocks-events .slick-list{display:block;margin:0 -2em;overflow:hidden;padding:0;position:relative}.wp-block-coblocks-events .slick-list:focus{outline:none}.wp-block-coblocks-events .slick-list.dragging{cursor:pointer;cursor:hand}.wp-block-coblocks-events.slick-slider .slick-track,.wp-block-coblocks-events.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.wp-block-coblocks-events .slick-track{display:flex;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.wp-block-coblocks-events .slick-track::before,.wp-block-coblocks-events .slick-track::after{content:"";display:table}.wp-block-coblocks-events .slick-track::after{clear:both}.wp-block-coblocks-events .slick-loading .slick-track{visibility:hidden}.wp-block-coblocks-events .slick-slide{float:left;height:auto;margin:0 2em;min-height:1px;outline:none}.wp-block-coblocks-events [dir="rtl"] .slick-slide{float:right}.wp-block-coblocks-events .slick-slide img{display:block}.wp-block-coblocks-events .slick-slide.slick-loading img{display:none}.wp-block-coblocks-events .slick-slide.dragging img{pointer-events:none}.wp-block-coblocks-events .slick-initialized .slick-slide{display:block}.wp-block-coblocks-events .slick-loading .slick-slide{visibility:hidden}.wp-block-coblocks-events .slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.wp-block-coblocks-events .slick-arrow.slick-hidden{display:none}.wp-block-coblocks-events .arrows{text-align:center}.wp-block-coblocks-events .slick-prev,.wp-block-coblocks-events .slick-next{background:transparent;border:none;bottom:0;color:transparent;cursor:pointer;display:inline-block;font-size:initial;height:4em;line-height:0;outline:none;padding:0.5em;position:absolute;width:4em;z-index:1}.wp-block-coblocks-events .slick-prev:hover,.wp-block-coblocks-events .slick-prev:focus,.wp-block-coblocks-events .slick-next:hover,.wp-block-coblocks-events .slick-next:focus{cursor:pointer;opacity:0.5;outline:none}.wp-block-coblocks-events .slick-prev:hover::before,.wp-block-coblocks-events .slick-prev:focus::before,.wp-block-coblocks-events .slick-next:hover::before,.wp-block-coblocks-events .slick-next:focus::before{opacity:1}.wp-block-coblocks-events .slick-prev{left:50%;transform:translateX(-100%)}.wp-block-coblocks-events .slick-next{right:50%;transform:translateX(100%)}.wp-block-coblocks-events .slick-prev.slick-disabled::before,.wp-block-coblocks-events .slick-next.slick-disabled::before{opacity:0.25}.wp-block-coblocks-events .slick-prev::before,.wp-block-coblocks-events .slick-next::before{background-image:url(images/lightbox/arrow-left.svg);background-position:center;background-repeat:no-repeat;content:" ";display:block;height:100%;width:100%}.wp-block-coblocks-events .slick-next::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-events [dir="rtl"] .slick-prev::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-events [dir="rtl"] .slick-next::before{background-image:url(images/lightbox/arrow-left.svg)}.wp-block-coblocks-features{position:relative}.wp-block-coblocks-features .has-left-content{text-align:left}.wp-block-coblocks-features .has-left-content img{margin-left:0;margin-right:auto}.wp-block-coblocks-features .has-center-content{text-align:center}.wp-block-coblocks-features .has-center-content img{margin-left:auto;margin-right:auto}.wp-block-coblocks-features .has-right-content{text-align:right}.wp-block-coblocks-features .has-right-content img{margin-left:auto;margin-right:0}.wp-block-coblocks-features__inner{position:relative}.wp-block-coblocks-feature{display:flex;flex-direction:column;justify-content:center;margin:0;max-width:100%;position:relative;width:100%;word-break:break-word}.wp-block-coblocks-feature .wp-block-coblocks-icon{margin-bottom:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-feature h1,.wp-block-coblocks-feature h2,.wp-block-coblocks-feature h3,.wp-block-coblocks-feature h4,.wp-block-coblocks-feature h5,.wp-block-coblocks-feature h6{margin-top:0 !important;padding:0 !important}.wp-block-coblocks-feature p{margin-top:0}.wp-block-coblocks-feature p:not(.has-background){padding-top:0}.wp-block-coblocks-feature__inner>*{position:relative}.wp-block-coblocks-feature__inner>*:last-child{margin-bottom:0 !important}@media (min-width: 600px){.wp-block-coblocks-features__inner:not(.has-responsive-columns){align-items:flex-start;display:flex}}@media (min-width: 600px){.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:nth-child(odd){margin-right:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:nth-child(even){margin-left:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:not(:first-child){margin-left:var(--coblocks-spacing--3, 1.5em)}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns) .wp-block-coblocks-feature:not(:last-child){margin-right:var(--coblocks-spacing--3, 1.5em)}}.wp-block-coblocks-features__inner[class*="gutter"]:not(.has-responsive-columns).has-1-columns .wp-block-coblocks-feature{margin-left:0;margin-right:0}.wp-block-coblocks-food-item{margin-top:2.75em}.wp-block-coblocks-food-item__figure{display:flex;margin:0.35em 0 1.25em;overflow:hidden;padding-top:100%;position:relative;width:100%}.wp-block-coblocks-food-item__figure img,.wp-block-coblocks-food-item__figure img[itemprop="image"]{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__figure img,.wp-block-coblocks-food-item__figure img[itemprop="image"]{height:auto;left:50%;min-width:100%;top:50%;transform:translate(-50%, -50%)}}.wp-block-coblocks-food-item__heading-wrapper{align-items:center;display:flex;flex:1 85%;margin:0 0 0.25em;order:1}.wp-block-coblocks-food-item__heading,.wp-block-coblocks-food-item__heading[itemprop="name"]{margin:0;padding:0}.wp-block-coblocks-food-item__content{align-content:flex-start;display:flex;flex:1 100%;flex-wrap:wrap}.wp-block-coblocks-food-item__attributes{display:flex;margin-left:0.4em}.wp-block-coblocks-food-item__attributes svg{fill:currentColor;height:18px;width:18px}.wp-block-coblocks-food-item__attributes svg:last-of-type{margin-right:0}.wp-block-coblocks-food-item__attribute{background:none;border:none;display:flex;margin-right:0.25em !important;padding:0}.wp-block-coblocks-food-item__attribute--spicier{margin-left:-0.25em !important}.wp-block-coblocks-food-item__description{flex:1 100%;margin:0;order:3}.wp-block-coblocks-food-item__price{flex:1 15%;margin:0.5em 0 0 0;opacity:0.7;order:2}.wp-block-coblocks-food-item__icon{background-color:currentColor;background-repeat:no-repeat;background-size:cover;display:inline-block;height:18px;width:18px}.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/popular.svg);mask-image:url(images/food-attribute/popular.svg)}.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--popular .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/popular.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/spicy.svg);mask-image:url(images/food-attribute/spicy.svg)}.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--spicy .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/spicy.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/vegan.svg);mask-image:url(images/food-attribute/vegan.svg)}.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--vegan .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/vegan.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/vegetarian.svg);mask-image:url(images/food-attribute/vegetarian.svg)}.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--vegetarian .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/vegetarian.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/pescatarian.svg);mask-image:url(images/food-attribute/pescatarian.svg)}.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--pescatarian .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/pescatarian.svg);color:transparent !important}}.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon{-webkit-mask-image:url(images/food-attribute/gluten-free.svg);mask-image:url(images/food-attribute/gluten-free.svg)}.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon:last-of-type{margin-right:0}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-food-item__attribute--gluten-free .wp-block-coblocks-food-item__icon{background-image:url(images/food-attribute/gluten-free.svg);color:transparent !important}}.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-2-columns>h6,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-3-columns>h6,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h1,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h2,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h3,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h4,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h5,.wp-block-coblocks-food-and-drinks.has-columns.has-4-columns>h6{flex-basis:100%;max-width:100%}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__content{flex-flow:column;justify-content:center;text-align:center}}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__heading-wrapper{justify-content:center}}.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__price{margin-top:0;text-align:right}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks:not(.is-style-list) .wp-block-coblocks-food-item__price{text-align:inherit}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]{display:flex;flex:1 100% !important;margin-top:1.5em;max-width:100%}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]{align-items:center}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item figure,.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item .components-placeholder,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] figure,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] .components-placeholder{flex:0 0 auto;margin:0 20px 0 0 !important;max-height:75px;max-width:75px;padding-top:75px}@media (min-width: 600px){.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item figure,.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item .components-placeholder,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] figure,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"] .components-placeholder{max-height:100px;max-width:100px;padding-top:100px}}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__attributes,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]__attributes{margin-left:0.6em}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__description,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]__description{max-width:calc(100% - 50px)}.wp-block-coblocks-food-and-drinks.is-style-list .wp-block-coblocks-food-item__price,.wp-block-coblocks-food-and-drinks.is-style-list div[data-type="coblocks/food-item"]__price{margin-top:0;text-align:right}.coblocks-form label{display:block;float:none;margin-bottom:3px}.coblocks-form .coblocks-form__submit+label{margin:1.25rem 0 3px 0}.coblocks-form .required-error.hidden{display:none}.coblocks-form .coblocks-field,.coblocks-form select{margin:0 0 1.25rem 0;width:100%}.coblocks-form .coblocks-field.verify,.coblocks-form select.verify{height:0;left:0;opacity:0;position:absolute;top:0;width:0;z-index:-1}.coblocks-form .coblocks-field input[type="radio"]{display:inline-block;float:left;margin:5px 5px 0 0}.coblocks-form .coblocks-field .coblocks-checkbox-label{display:inline-flex;width:95%}.coblocks-form textarea{float:none;height:200px;margin:0 0 1.15rem 0;resize:vertical;width:100%}.coblocks-form .required{color:#d94f4f;margin-left:5px}.coblocks-form .coblocks-radio-label+.coblocks-field.verify+.coblocks-form__submit{margin-top:1.25rem}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-outline{background-color:transparent;border:2px solid !important}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-circular{border-radius:100px !important}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-3d{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.25)}.coblocks-form .coblocks-form__submit .wp-block-button__link.is-style-shadow{box-shadow:0 4px 6px rgba(0,0,0,0.11),0 1px 3px rgba(0,0,0,0.075)}.coblocks-form .coblocks-form__inline-fields{align-items:center;display:flex;flex-flow:row wrap;margin-bottom:1.15rem}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field{margin-bottom:0.15rem;width:50%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field input[type="text"]{margin-bottom:3px;width:100%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:first-child{padding-right:10px}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:last-child{padding-left:10px}@media only screen and (max-width: 535px){.coblocks-form .coblocks-form__inline-fields{display:block}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field{width:100%}.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:first-child,.coblocks-form .coblocks-form__inline-fields .coblocks-form__inline-field:last-child{margin:0 0 1.15rem 0;padding:0}}.coblocks-form__subtext{display:block;line-height:1;margin-bottom:-0.3rem;margin-top:0.3rem;opacity:0.66}.coblocks-form .coblocks-form-submission{margin-bottom:4em;padding:1.5em 1em}.coblocks-form .coblocks-form-submission p{margin:0 auto;word-wrap:break-word}.coblocks-form .form-errors .form-error-message{color:#d94f4f}.coblocks-form .coblocks--inline{display:flex;flex-flow:row wrap;margin-bottom:1.25rem}.coblocks-form .coblocks--inline label{margin-right:10px}.coblocks-form .coblocks--inline input[type="radio"]{margin-top:5px}.coblocks-form .coblocks--inline .coblocks-checkbox-label{width:auto}.coblocks-form .coblocks--inline input[type="checkbox"]{margin-top:2px}.is-twentysixteen .coblocks-form__submit,.is-twentynineteen .coblocks-form__submit{margin-top:1.5em}.is-twentyseventeen .coblocks-field{margin-bottom:1.75rem}.is-twentyseventeen .coblocks-label{font-weight:800}.is-twentyseventeen .coblocks-form__submit{margin-top:-0.75em}.is-twentyseventeen .coblocks-form__submit .wp-block-button__link{margin-top:0.1em}.is-twentynineteen .coblocks-form .components-text-control__input,.is-twentynineteen .coblocks-form .components-textarea-control__input{border-color:#ccc;border-radius:0;padding:1.2rem 0}.is-twentynineteen .coblocks-form__submit.wp-block-button{margin-top:0}.is-twentysixteen .coblocks-form .components-text-control__input,.is-twentysixteen .coblocks-form .components-textarea-control__input{background-color:#f7f7f7;border-color:#d1d1d1;border-radius:2px;padding:0.75rem 0}.is-twentysixteen .coblocks-form .components-base-control{margin-bottom:0}.is-twentysixteen .coblocks-form .components-base-control .components-base-control__field{margin-bottom:0}.is-twentysixteen .coblocks-form__submit.wp-block-button{margin-top:0}.wp-block-coblocks-gallery-carousel,.wp-block-coblocks-gallery-carousel .coblocks-gallery{overflow:hidden;position:relative}.wp-block-coblocks-gallery-carousel .coblocks-gallery--figure{height:100%}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-2 img{border-radius:2px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-3 img{border-radius:3px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-4 img{border-radius:4px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-5 img{border-radius:5px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-6 img{border-radius:6px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-7 img{border-radius:7px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-8 img{border-radius:8px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-9 img{border-radius:9px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-10 img{border-radius:10px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-11 img{border-radius:11px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-12 img{border-radius:12px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-13 img{border-radius:13px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-14 img{border-radius:14px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-15 img{border-radius:15px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-16 img{border-radius:16px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-17 img{border-radius:17px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-18 img{border-radius:18px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-19 img{border-radius:19px}.wp-block-coblocks-gallery-carousel .carousel-nav.has-border-radius-20 img{border-radius:20px}.wp-block-coblocks-gallery-carousel .flickity-button{align-items:center;border-radius:100%;color:#fff;cursor:pointer;display:flex;height:auto;margin:0 1%;padding:15px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:250ms background-color linear;width:auto;z-index:3}.wp-block-coblocks-gallery-carousel .flickity-button:hover{background-color:rgba(255,255,255,0.15)}.wp-block-coblocks-gallery-carousel .flickity-button:focus{background-color:rgba(255,255,255,0.25);box-shadow:inset 0 0 0 3px rgba(255,255,255,0.25);outline:none}@media (min-width: 600px){.wp-block-coblocks-gallery-carousel .flickity-button{margin:0 2%}.wp-block-coblocks-gallery-carousel .flickity-button:hover{background-color:rgba(255,255,255,0.25)}}.wp-block-coblocks-gallery-carousel .flickity-button-icon{display:none}.wp-block-coblocks-gallery-carousel .flickity-button::after{background-color:#fff;content:"";display:block;height:28px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;width:28px}@media (min-width: 960px){.wp-block-coblocks-gallery-carousel .flickity-button::after{height:32px;width:32px}}.wp-block-coblocks-gallery-carousel .flickity-button.previous{height:62px;left:0;width:62px}.wp-block-coblocks-gallery-carousel .flickity-button.previous::after{height:32px;left:-1px;-webkit-mask-image:url(images/lightbox/arrow-left.svg);mask-image:url(images/lightbox/arrow-left.svg);width:32px}.wp-block-coblocks-gallery-carousel .flickity-button.next{height:62px;width:62px}.wp-block-coblocks-gallery-carousel .flickity-button.next::after{height:32px;-webkit-mask-image:url(images/lightbox/arrow-right.svg);mask-image:url(images/lightbox/arrow-right.svg);right:-1px;width:32px}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-gallery-carousel .flickity-button.previous::after{background-color:transparent !important;background-image:url(images/lightbox/arrow-left.svg);color:transparent !important}.wp-block-coblocks-gallery-carousel .flickity-button.next::after{background-color:transparent !important;background-image:url(images/lightbox/arrow-right.svg);color:transparent !important}}.wp-block-coblocks-gallery-carousel .carousel-nav{height:auto}.wp-block-coblocks-gallery-carousel .carousel-nav .flickity-viewport{height:80px !important;margin-left:0;margin-right:0}.wp-block-coblocks-gallery-carousel .carousel-nav figure{margin:0}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--figure{height:100%;position:relative}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail{height:80px;opacity:0.4;overflow:hidden;transition:opacity 250ms ease;width:100px}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail:hover{opacity:0.66}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail.is-selected{opacity:1}.wp-block-coblocks-gallery-carousel .carousel-nav .coblocks--item-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.has-responsive-height .has-carousel{height:auto !important;padding-bottom:56.25%;position:relative}.has-responsive-height .has-carousel .flickity-viewport{left:0;position:absolute;top:0;width:100%}body.rtl .flickity-viewport{position:relative}body.rtl .flickity-prev-next-button.next{left:0}body.rtl .flickity-prev-next-button.previous{left:unset}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.alignfull ul,.wp-block-coblocks-gallery-collage.alignfull ul{padding-left:1em;padding-right:1em}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.is-style-layered) li,.wp-block-coblocks-gallery-collage:not(.is-style-layered) li{margin:0}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul,.wp-block-coblocks-gallery-collage ul{display:flex;flex-wrap:wrap;list-style-type:none;margin:0 !important;padding:0 !important}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul li,.wp-block-coblocks-gallery-collage ul li{list-style:none}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-no-gutter .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.wp-block-coblocks-gallery-collage.has-no-gutter .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-no-gutter .wp-block-coblocks-gallery-collage__item,.wp-block-coblocks-gallery-collage.has-no-gutter .wp-block-coblocks-gallery-collage__item{padding:0 !important}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item figure,.wp-block-coblocks-gallery-collage__item .block-editor-media-placeholder{padding:0}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage__item:nth-child(1){align-self:flex-end;width:75%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder{padding-top:calc(330 / 495 * 100%)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage__item:nth-child(2){align-self:flex-end;margin-right:auto !important;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage__item:nth-child(3){align-self:flex-start;margin-left:auto !important;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage__item:nth-child(4){align-self:flex-start;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder{padding-top:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5),.wp-block-coblocks-gallery-collage__item:nth-child(5){align-self:flex-start;width:25%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(5) figure,.wp-block-coblocks-gallery-collage__item:nth-child(5) .block-editor-media-placeholder{padding-top:150%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:0 !important}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){width:66.66%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder{padding-top:66%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3){width:33.33%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder{padding-top:100%}.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-left:0 !important}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.is-style-layered .wp-block-coblocks-gallery-collage__item{align-self:flex-start}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1){margin-left:calc(150 / 890 * 100%) !important;width:calc(358 / 890 * 100%);z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder{padding-top:calc(492 / 358 * 100%)}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2){margin-left:calc(175 / 850 * 100%) !important;margin-top:calc(117 / 990 * 100%) !important;width:calc(198 / 890 * 100%);z-index:2}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2).is-selected,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2).is-selected{z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder{padding-top:100%}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3){margin-left:calc(328 / 890 * 100%) !important;margin-top:calc(249 / 890 * 100% * -1) !important;width:calc(492 / 890 * 100%);z-index:3}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder{padding-top:calc(340 / 492 * 100%)}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4){margin-top:calc(189 / 890 * 100% * -1) !important;width:calc(492 / 890 * 100%);z-index:1}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4).is-selected,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4).is-selected{z-index:4}.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder{padding-top:calc(378 / 492 * 100%)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__figure,.wp-block-coblocks-gallery-collage__figure{display:flex;margin:0;position:relative;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage__figure img,.wp-block-coblocks-gallery-collage__figure img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage figcaption,.wp-block-coblocks-gallery-collage figcaption{bottom:0;font-size:13px;margin:0;opacity:0.9;padding:30px 10px 10px;position:absolute;text-align:center;width:100%}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-caption-style-dark figcaption,.wp-block-coblocks-gallery-collage.has-caption-style-dark figcaption{background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-caption-style-light figcaption,.wp-block-coblocks-gallery-collage.has-caption-style-light figcaption{background:linear-gradient(0deg, rgba(255,255,255,0.93) 6.3%, rgba(255,255,255,0.5) 61%, rgba(255,255,255,0))}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-dark figcaption,.wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-dark figcaption{color:#fff}.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-light figcaption,.wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-light figcaption{color:#000}.editor-styles-wrapper .wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul>*:not(:first-child),.wp-block-coblocks-gallery-collage ul>*:not(:first-child){padding-left:calc(var(--coblocks-spacing--1, 0.5em) * 2)}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--2, 1em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-medium-gutter ul>*:not(:first-child){padding-left:calc(var(--coblocks-spacing--2, 1em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-large-gutter ul>*:not(:first-child){padding-left:calc(var(--coblocks-spacing--3, 1.5em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:calc(var(--coblocks-spacing--4, 2em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-huge-gutter ul>*:not(:first-child){padding-left:calc(var(--coblocks-spacing--4, 2em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-bottom:var(--coblocks-custom-gutter, 0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-custom-gutter ul>*:not(:first-child){padding-left:var(--coblocks-custom-gutter, 0)}}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:calc(var(--coblocks-spacing--1, 0.5em) * 2);padding-top:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--1, 0.5em) * 2)}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:calc(var(--coblocks-spacing--2, 1em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:calc(var(--coblocks-spacing--2, 1em) * 2);padding-top:calc(var(--coblocks-spacing--2, 1em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--2, 1em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:calc(var(--coblocks-spacing--3, 1.5em) * 2);padding-top:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--3, 1.5em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:calc(var(--coblocks-spacing--4, 2em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:calc(var(--coblocks-spacing--4, 2em) * 2);padding-top:calc(var(--coblocks-spacing--4, 2em) * 2)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:calc(var(--coblocks-spacing--4, 2em) * 2)}}@media (min-width: 600px){.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2){padding-left:var(--coblocks-custom-gutter, 0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3){padding-right:var(--coblocks-custom-gutter, 0);padding-top:var(--coblocks-custom-gutter, 0)}.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4){padding-top:var(--coblocks-custom-gutter, 0)}}.wp-block-coblocks-gallery-collage .pb-0{padding-bottom:0 !important}.wp-block-coblocks-gallery-collage .pl-0{padding-left:0 !important}.wp-block-coblocks-gallery-masonry{position:relative}.wp-block-coblocks-gallery-masonry ul{list-style:none !important;padding:0 !important}.wp-block-coblocks-gallery-masonry ul:not([class*="gutter"]){margin-left:0 !important}.wp-block-coblocks-gallery-masonry li{margin:0 !important}.wp-block-coblocks-gallery-masonry figure{margin:0;overflow:hidden}.wp-block-coblocks-gallery-masonry img{height:auto;vertical-align:bottom;width:100%}.wp-block-coblocks-gallery-masonry figcaption{background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent);bottom:0;font-size:13px;max-height:100% !important;opacity:0.9;overflow:auto;padding:30px 10px 10px !important;position:absolute !important;text-align:center;width:100%}.wp-block-coblocks-gallery-masonry figcaption img{display:inline}.wp-block-coblocks-gallery-offset .coblocks-gallery{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:0;margin-left:0;padding-left:0}.wp-block-coblocks-gallery-offset img{max-height:22vw;width:auto}.wp-block-coblocks-gallery-offset figcaption{background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent);bottom:0;font-size:13px;max-height:100% !important;opacity:1;overflow:hidden;padding:30px 10px 10px !important;position:absolute !important;text-align:center;width:100%}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-small-images img{max-height:22vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-small-images img{max-height:11vw}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-medium-images img{max-height:28vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-medium-images img{max-height:12vw}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-large-images img{max-height:40vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-large-images img{max-height:20vw}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-huge-images img{max-height:40vw}}@media (min-width: 960px){.wp-block-coblocks-gallery-offset .has-huge-images img{max-height:30vw}}.wp-block-coblocks-gallery-offset .has-small-gutter,.wp-block-coblocks-gallery-offset .has-medium-gutter,.wp-block-coblocks-gallery-offset .has-large-gutter,.wp-block-coblocks-gallery-offset .has-huge-gutter{margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * -1 * 2);margin-left:calc(var(--coblocks-spacing--1, 0.5em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-small-gutter figure,.wp-block-coblocks-gallery-offset .has-medium-gutter figure,.wp-block-coblocks-gallery-offset .has-large-gutter figure,.wp-block-coblocks-gallery-offset .has-huge-gutter figure{margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2);margin-left:calc(var(--coblocks-spacing--1, 0.5em) * 2)}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-medium-gutter{margin-bottom:calc(var(--coblocks-spacing--2, 1em) * -1 * 2);margin-left:calc(var(--coblocks-spacing--2, 1em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-medium-gutter figure{margin-bottom:calc(var(--coblocks-spacing--2, 1em) * 2);margin-left:calc(var(--coblocks-spacing--2, 1em) * 2)}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-large-gutter{margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * -1 * 2);margin-left:calc(var(--coblocks-spacing--3, 1.5em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-large-gutter figure{margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2);margin-left:calc(var(--coblocks-spacing--3, 1.5em) * 2)}}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-huge-gutter{margin-bottom:calc(var(--coblocks-spacing--4, 2em) * -1 * 2);margin-left:calc(var(--coblocks-spacing--4, 2em) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-huge-gutter figure{margin-bottom:calc(var(--coblocks-spacing--4, 2em) * 2);margin-left:calc(var(--coblocks-spacing--4, 2em) * 2)}}.wp-block-coblocks-gallery-offset .has-custom-gutter{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * -1 * 2);margin-left:calc(var(--coblocks-custom-gutter, 0) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-custom-gutter figure{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2);margin-left:calc(var(--coblocks-custom-gutter, 0) * 2)}@media (min-width: 600px){.wp-block-coblocks-gallery-offset .has-custom-gutter{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * -1 * 2);margin-left:calc(var(--coblocks-custom-gutter, 0) * -0.5 * 2)}.wp-block-coblocks-gallery-offset .has-custom-gutter figure{margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2);margin-left:calc(var(--coblocks-custom-gutter, 0) * 2)}}.wp-block-coblocks-gallery-stacked{position:relative;text-align:center}.wp-block-coblocks-gallery-stacked.alignleft,.wp-block-coblocks-gallery-stacked.alignright{max-width:305px}.wp-block-coblocks-gallery-stacked:not(.has-caption-color){color:#1e1e1e !important}.wp-block-coblocks-gallery-stacked .coblocks-gallery{margin-left:0;padding-left:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item{margin-left:auto;margin-right:auto}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child{margin-bottom:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child figure{margin-bottom:0 !important}.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child figcaption{padding-bottom:0}.wp-block-coblocks-gallery-stacked .coblocks-gallery--caption{padding-bottom:1em;padding-top:1em;text-align:center}.wp-block-coblocks-gallery-stacked .coblocks-gallery--caption:not([class*="font-size"]){font-size:13px}.is-selected .wp-block-coblocks-gallery-stacked .coblocks-gallery--caption,.is-typing .wp-block-coblocks-gallery-stacked .coblocks-gallery--caption{padding-left:1em;padding-right:1em}.wp-block-coblocks-gallery-stacked .has-fullwidth-images img{width:100%}.wp-block-coblocks-gallery-stacked .coblocks-video-bg{z-index:1}.wp-block-coblocks-gif.alignfull,.wp-block-coblocks-gif.alignwide{width:inherit}.wp-block-coblocks-gif.alignfull img,.wp-block-coblocks-gif.alignwide img{width:100%}.wp-block-coblocks-gist .gist-file{border-color:rgba(0,0,0,0.125) !important;border-radius:4px !important;margin-bottom:0 !important}.wp-block-coblocks-gist .gist-file a,.wp-block-coblocks-gist .gist-file a:hover{box-shadow:none}.wp-block-coblocks-gist .gist-file+.gist-file{margin-top:5px !important}.wp-block-coblocks-gist .gist-data{border-radius:3px 3px 0 0}.wp-block-coblocks-gist .gist-data tr,.wp-block-coblocks-gist .gist-data td{border:none}.wp-block-coblocks-gist .gist-data td.blob-num{padding:1px 15px 1px 20px !important}.wp-block-coblocks-gist .gist-data td.blob-code{padding-left:0 !important}.wp-block-coblocks-gist .gist-meta{border-radius:0 0 3px 3px}.wp-block-coblocks-gist.no-meta .gist .gist-data{border-bottom:0;border-radius:3px}.wp-block-coblocks-gist.no-meta .gist .gist-meta{display:none}.wp-block-coblocks-gist figcaption{color:#1e1e1e;font-size:13px;margin-bottom:1em;margin-top:0.5em;text-align:center}.wp-block-coblocks-gist table{table-layout:auto}.wp-block-coblocks-hero{position:relative}.wp-block-coblocks-hero .has-left-content{text-align:left}.wp-block-coblocks-hero .has-center-content{text-align:center}.wp-block-coblocks-hero .has-center-content .wp-block-coblocks-buttons__inner{justify-content:center}.wp-block-coblocks-hero .has-center-content h1::before,.wp-block-coblocks-hero .has-center-content h2::before{margin-left:auto;margin-right:auto}.wp-block-coblocks-hero .has-right-content{text-align:right}.wp-block-coblocks-hero .has-right-content .wp-block-coblocks-buttons__inner{justify-content:flex-end}.wp-block-coblocks-hero .has-right-content h1::before,.wp-block-coblocks-hero .has-right-content h2::before{margin-left:auto}.wp-block-coblocks-hero__inner{display:flex;position:relative}.wp-block-coblocks-hero__inner.is-fullscreen{height:100vh}.wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content{position:relative}.wp-block-coblocks-hero__inner[class*="hero-top"]{align-items:flex-start}.wp-block-coblocks-hero__inner[class*="hero-center"]{align-items:center}.wp-block-coblocks-hero__inner[class*="hero-bottom"]{align-items:flex-end}.wp-block-coblocks-hero__inner[class*="left-align"]{justify-content:flex-start}.wp-block-coblocks-hero__inner[class*="center-align"]{justify-content:center}.wp-block-coblocks-hero__inner[class*="right-align"]{justify-content:flex-end}.wp-block-coblocks-hero .wp-block-button{margin-bottom:0}.wp-block-coblocks-highlight{background:transparent !important}.wp-block-coblocks-highlight:empty{display:none}.wp-block-coblocks-highlight+.wp-block-coblocks-highlight{padding-top:7px}.wp-block-coblocks-highlight__content{padding:2px 5px 2px 3px;position:relative}.wp-block-coblocks-highlight__content:not(.has-background){background-color:#fff8e5}.wp-block-coblocks-icon{position:relative}.wp-block-coblocks-icon__inner{display:inline-block;position:relative;vertical-align:middle}.wp-block-coblocks-icon__inner a{border:0 !important;box-shadow:none !important;height:100%;outline:none;text-shadow:none;width:100%}.wp-block-coblocks-icon__inner svg{fill:currentColor;height:100%;vertical-align:middle;width:100%}.wp-block-coblocks-logos.has-filter-grayscale img,.wp-block-coblocks-logos.is-style-black-and-white img{filter:grayscale(1) brightness(0)}.wp-block-coblocks-logos.is-style-grayscale img{filter:grayscale(1)}.wp-block-coblocks-logos__row{align-items:center;display:flex;flex-direction:row;justify-content:center}@media (max-width: 600px){.wp-block-coblocks-logos__row{flex-wrap:wrap}}.wp-block-coblocks-logos__row+.wp-block-coblocks-logos__row{margin-top:2em}.wp-block-coblocks-logos__row>div{padding:0 1.5vw}.wp-block-coblocks-logos__row img{vertical-align:middle;width:100%}.wp-block-coblocks-media-card__wrapper{align-items:center;display:grid;grid-template-areas:"media-text-media media-text-content";grid-template-columns:55% auto;grid-template-rows:auto;margin-left:auto;margin-right:auto;padding:0 !important;position:relative}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-content media-text-media";grid-template-columns:auto 55%}.wp-block-coblocks-media-card__inner{color:inherit !important}.wp-block-coblocks-media-card__media{grid-area:media-text-media;margin:0;position:relative}.has-no-media .wp-block-coblocks-media-card__media{align-items:center;background:rgba(139,139,150,0.1);display:flex;height:70vw;justify-content:center;margin-bottom:0;margin-top:0;max-height:600px}@media (min-width: 600px){.has-no-media .wp-block-coblocks-media-card__media{width:100%}}.has-no-media.alignfull .wp-block-coblocks-media-card__media,.has-no-media.alignwide .wp-block-coblocks-media-card__media{max-height:700px}.wp-block-coblocks-media-card__media svg{height:30px;opacity:0.15;position:relative;top:-30px;width:30px}@media (min-width: 600px){.wp-block-coblocks-media-card__media svg{height:50px;width:50px}}.wp-block-coblocks-media-card__content{grid-area:media-text-content;margin-left:-50%;position:relative;word-break:break-word;z-index:1}@media (min-width: 600px){.wp-block-coblocks-media-card__content{margin-left:-100px}}.wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}.wp-block-coblocks-media-card__content h1,.wp-block-coblocks-media-card__content h2,.wp-block-coblocks-media-card__content h3,.wp-block-coblocks-media-card__content h4,.wp-block-coblocks-media-card__content h5,.wp-block-coblocks-media-card__content h6{margin-top:0 !important}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__content{margin-left:0;margin-right:-50%}@media (min-width: 600px){.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-media-card__content{margin-right:-100px}}.wp-block-coblocks-media-card__wrapper>figure>img,.wp-block-coblocks-media-card__wrapper>figure>video{max-width:unset;vertical-align:middle;width:100%}@media (max-width: 599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-media" "media-text-content";grid-template-columns:100% !important}}@media (max-width: 599px) and (min-width: 600px){.wp-block-coblocks-media-card.is-stacked-on-mobile.is-style-right .wp-block-coblocks-media-card__content{margin-right:-100px}}@media (max-width: 599px) and (min-width: 600px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__media{position:inherit}}@media (max-width: 599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{margin-left:5%;margin-right:5%;margin-top:-33%}}@media (max-width: 599px) and (min-width: 600px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{grid-area:media-text-content;margin-left:-100px}}@media (max-width: 599px){.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-media-card .wp-block-coblocks-media-card__wrapper{display:flex}.wp-block-coblocks-media-card .wp-block-coblocks-media-card__wrapper .wp-block-coblocks-row__inner{flex-grow:1}.wp-block-coblocks-media-card.is-style-right figure{order:2}.wp-block-coblocks-media-card.is-style-right .wp-block-coblocks-row__inner{order:1}}body.rtl .is-style-left .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-content media-text-media" "resizer resizer" !important;grid-template-columns:auto 55% !important}body.rtl .is-style-left .wp-block-coblocks-media-card__content{margin-left:0;margin-right:-100px}body.rtl .is-style-right .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-media media-text-content" "resizer resizer" !important;grid-template-columns:55% auto !important}body.rtl .is-style-right .wp-block-coblocks-media-card__content{margin-left:-100px;margin-right:0}@media (min-width: 768px) and (max-width: 1024px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile{flex-direction:column}.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__wrapper{grid-template-areas:"media-text-media" "media-text-content";grid-template-columns:100% !important}}@media (min-width: 768px) and (max-width: 1024px) and (max-width: 599px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__media{position:inherit}}@media (min-width: 768px) and (max-width: 1024px){.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content{margin-left:5%;margin-right:5%;margin-top:-33%}.is-twentynineteen .entry .entry-content .wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content p:last-of-type{margin-bottom:0}}.wp-block-coblocks-post-carousel.alignfull{padding-left:var(--coblocks-spacing--2, 1em);padding-right:var(--coblocks-spacing--2, 1em)}@media (min-width: 600px){.wp-block-coblocks-post-carousel.alignfull{padding-left:var(--coblocks-spacing--4, 2em);padding-right:var(--coblocks-spacing--4, 2em)}}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .coblocks-slick{padding-bottom:0}}.wp-block-coblocks-post-carousel .slick-slider{box-sizing:border-box;display:block;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wp-block-coblocks-post-carousel .slick-slider .slick-track,.wp-block-coblocks-post-carousel .slick-slider .slick-list{transform:translate3d(0, 0, 0)}.wp-block-coblocks-post-carousel .slick-list{display:block;margin:0;margin-bottom:calc(var(--coblocks-spacing--2, 1em) * -1);overflow:hidden;padding:0;position:relative}.wp-block-coblocks-post-carousel .slick-list:focus{outline:none}.wp-block-coblocks-post-carousel .slick-list.dragging{cursor:pointer;cursor:hand}.wp-block-coblocks-post-carousel .slick-track{display:flex;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.wp-block-coblocks-post-carousel .slick-track::before,.wp-block-coblocks-post-carousel .slick-track::after{content:"";display:table}.wp-block-coblocks-post-carousel .slick-track::after{clear:both}.slick-loading .wp-block-coblocks-post-carousel .slick-track{visibility:hidden}.wp-block-coblocks-post-carousel .slick-slide{display:none;float:left;height:auto;margin:0 var(--coblocks-spacing--2, 1em);min-height:1px;outline:none}[dir="rtl"] .wp-block-coblocks-post-carousel .slick-slide{float:right}.wp-block-coblocks-post-carousel .slick-slide img{display:block}.wp-block-coblocks-post-carousel .slick-slide.slick-loading img{display:none}.wp-block-coblocks-post-carousel .slick-slide.dragging img{pointer-events:none}.wp-block-coblocks-post-carousel .slick-initialized .slick-slide{display:block}.wp-block-coblocks-post-carousel .slick-prev,.wp-block-coblocks-post-carousel .slick-next{background:transparent;border:none;bottom:0;color:transparent;cursor:pointer;display:inline-block;font-size:initial;height:var(--coblocks-spacing--8, 4em);line-height:0;outline:none;padding:0.5em;position:absolute;width:var(--coblocks-spacing--8, 4em)}.wp-block-coblocks-post-carousel .slick-prev:hover,.wp-block-coblocks-post-carousel .slick-prev:focus,.wp-block-coblocks-post-carousel .slick-next:hover,.wp-block-coblocks-post-carousel .slick-next:focus{cursor:pointer;opacity:0.5;outline:none}.wp-block-coblocks-post-carousel .slick-prev:hover::before,.wp-block-coblocks-post-carousel .slick-prev:focus::before,.wp-block-coblocks-post-carousel .slick-next:hover::before,.wp-block-coblocks-post-carousel .slick-next:focus::before{opacity:1}.wp-block-coblocks-post-carousel .slick-prev{left:50%;transform:translateX(-100%)}.wp-block-coblocks-post-carousel .slick-next{right:50%;transform:translateX(100%)}.wp-block-coblocks-post-carousel .slick-prev.slick-disabled::before,.wp-block-coblocks-post-carousel .slick-next.slick-disabled::before{opacity:0.25}.wp-block-coblocks-post-carousel .slick-prev::before,.wp-block-coblocks-post-carousel .slick-next::before{background-image:url(images/lightbox/arrow-left.svg);background-position:center;background-repeat:no-repeat;content:" ";display:block;height:100%;width:100%}.wp-block-coblocks-post-carousel .slick-next::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-post-carousel [dir="rtl"] .slick-prev::before{background-image:url(images/lightbox/arrow-right.svg)}.wp-block-coblocks-post-carousel [dir="rtl"] .slick-next::before{background-image:url(images/lightbox/arrow-left.svg)}.wp-block-coblocks-post-carousel__image{display:table;margin-bottom:var(--coblocks-spacing--2, 1em);position:relative;width:100%}.wp-block-coblocks-post-carousel__image a{display:block;outline:none;padding-top:100%;width:100%}.wp-block-coblocks-post-carousel__content{display:flex;flex-direction:column;width:100%}.wp-block-coblocks-post-carousel__date{color:#6c7781;display:block;font-size:16px;margin-bottom:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-post-carousel__more-link{align-self:self-start;margin-top:var(--coblocks-spacing--2, 1em)}.wp-block-coblocks-post-carousel__excerpt{margin-top:var(--coblocks-spacing--1, 0.5em)}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-next,.wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev{bottom:50%;transform:translateY(-50%)}}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev{left:-5em}}@media (min-width: 782px){.wp-block-coblocks-post-carousel:not(.alignwide) .slick-next{right:-5em}}body.rtl .wp-block-coblocks-post-carousel:not(.alignwide) .slick-prev::before{background-image:url(images/lightbox/arrow-right.svg)}body.rtl .wp-block-coblocks-post-carousel:not(.alignwide) .slick-next::before{background-image:url(images/lightbox/arrow-left.svg)}.is-twentynineteen .wp-block-coblocks-post-carousel{line-height:1.6}.is-twentynineteen .wp-block-coblocks-post-carousel__content a{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:calc(22px * 1.125);font-weight:700;line-height:1.2;margin-bottom:0.5rem;margin-top:0.5rem;text-decoration:none !important}.is-twentynineteen .wp-block-coblocks-post-carousel__date{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:700}.is-twentytwenty .wp-block-coblocks-post-carousel{color:#6d6d6d}.is-twentytwenty .wp-block-coblocks-post-carousel .columns{margin-bottom:0.5em}.is-twentytwenty .wp-block-coblocks-post-carousel a{font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-weight:700;letter-spacing:-0.025em;text-decoration:none}.is-twentytwenty .wp-block-coblocks-post-carousel a:hover{text-decoration:underline}.is-twentytwenty .wp-block-coblocks-post-carousel__date{color:#6d6d6d;font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-size:0.7em;font-weight:600;letter-spacing:normal;margin-bottom:0.2em}.wp-block-coblocks-posts+.wp-block-coblocks-posts{margin-top:var(--coblocks-spacing--2, 1em)}.wp-block-coblocks-posts.has-1-columns>div:first-child{margin-top:0}.wp-block-coblocks-posts.has-1-columns>div:last-child{margin-bottom:0}.wp-block-coblocks-posts__inner{margin-left:0;padding-left:0}.wp-block-coblocks-posts__item{align-items:stretch;flex:1 1 auto;margin-bottom:var(--coblocks-spacing--3, 1.5em);margin-left:0;margin-top:0;padding-left:0;width:100%}.is-style-stacked .wp-block-coblocks-posts__item{flex-direction:column}.is-style-horizontal .has-image-right .wp-block-coblocks-posts__item{flex-direction:row-reverse}.wp-block-coblocks-posts.is-style-horizontal .wp-block-coblocks-posts__item{display:flex}.wp-block-coblocks-posts__image{display:table;flex:0 0 auto;height:14.285%;margin-right:var(--coblocks-spacing--2, 1em);position:relative;width:14.285%}@media (min-width: 600px){.wp-block-coblocks-posts__image{margin-right:var(--coblocks-spacing--3, 1.5em)}}.has-image-right .wp-block-coblocks-posts__image{margin-left:var(--coblocks-spacing--2, 1em);margin-right:0}@media (min-width: 600px){.has-image-right .wp-block-coblocks-posts__image{margin-left:var(--coblocks-spacing--3, 1.5em)}}.wp-block-coblocks-posts__image>*{display:block;padding-top:100%;width:100%}.is-style-stacked .wp-block-coblocks-posts__image{margin-bottom:var(--coblocks-spacing--2, 1em);width:100%}@media (min-width: 600px){.has-medium-image .wp-block-coblocks-posts__image{height:20%;width:20%}}@media (min-width: 600px){.has-large-image .wp-block-coblocks-posts__image{height:33.33%;width:33.33%}}@media (min-width: 600px){.has-huge-image .wp-block-coblocks-posts__image{height:33.33%;width:33.33%}}@media (min-width: 782px){.has-huge-image .wp-block-coblocks-posts__image{height:50%;width:50%}}.has-four-to-three-image .wp-block-coblocks-posts__image>*{padding-top:75%}.has-sixteen-to-nine-image .wp-block-coblocks-posts__image>*{padding-top:56.25%}.has-circle-image .wp-block-coblocks-posts__image>*{border-radius:100%}.wp-block-coblocks-posts__content{display:flex;flex-direction:column;margin-top:auto;width:100%}.wp-block-coblocks-posts__content.self-center{align-self:center}.wp-block-coblocks-posts__date{color:#6c7781;display:block;font-size:16px;margin-top:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-posts__excerpt{margin-top:var(--coblocks-spacing--1, 0.5em)}.wp-block-coblocks-posts__more-link{align-self:self-start;display:block}.is-twentynineteen .wp-block-coblocks-posts{line-height:1.6}.is-twentynineteen .wp-block-coblocks-posts__content a{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:calc(22px * 1.125);font-weight:700;line-height:1.2;margin-bottom:0.5rem;margin-top:0.5rem;text-decoration:none !important}.is-twentynineteen .wp-block-coblocks-posts__date{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:700}.is-twentytwenty .wp-block-coblocks-posts .has-columns{margin-bottom:0.5em}.is-twentytwenty .wp-block-coblocks-posts a{font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-weight:700;letter-spacing:-0.025em;text-decoration:none}.is-twentytwenty .wp-block-coblocks-posts a:hover{text-decoration:underline}.is-twentytwenty .wp-block-coblocks-posts__date{color:#6d6d6d;font-family:"Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;font-size:0.7em;font-weight:600;letter-spacing:normal;margin-bottom:0.2em}.wp-block-coblocks-pricing-table-item{padding:4em 1.5em;position:relative;width:100%}@media (min-width: 600px){.wp-block-coblocks-pricing-table-item{margin-bottom:0}}.wp-block-coblocks-pricing-table-item:not(.has-background){background:rgba(140,140,151,0.1)}.wp-block-coblocks-pricing-table-item__title{margin-top:0;padding:0}.wp-block-coblocks-pricing-table-item__price-wrapper{display:flex;line-height:1;position:relative}.wp-block-coblocks-pricing-table-item__currency{font-size:1em}.wp-block-coblocks-pricing-table-item__amount{font-size:5em;letter-spacing:normal;line-height:1 !important;margin:0;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features{margin:0 0 30px;max-width:none;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features ul,.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li{list-style:none;margin:0;padding:0}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li::after{content:"\00a0"}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__title{display:block;margin-bottom:20px}.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__price-wrapper{margin-bottom:20px}.wp-block-coblocks-pricing-table-item .wp-block-button{margin-bottom:0}.has-text-align-center .wp-block-coblocks-pricing-table-item__price-wrapper{justify-content:center}.has-text-align-right .wp-block-coblocks-pricing-table-item__price-wrapper{justify-content:flex-end}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--1, 0.5em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--2, 1em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2.01 - var(--coblocks-spacing--3, 1.5em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--3, 1.5em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2){flex-basis:50%;max-width:calc(100% / 2.02 - var(--coblocks-spacing--4, 2em))}}@media (max-width: 959px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){flex-basis:100%;margin-top:calc(2 * var(--coblocks-spacing--4, 2em));max-width:100%}}@media (max-width: 599px){.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3){margin-top:0}}@media (min-width: 600px){.wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns){display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}}.wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{margin-bottom:1.5em}@media (min-width: 600px){.wp-block-coblocks-pricing-table.has-2-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:50%;max-width:calc(100% / 2 - .75em)}.wp-block-coblocks-pricing-table.has-3-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:33.333%;max-width:calc(100% / 3 - .75em)}}@media (min-width: 600px){.wp-block-coblocks-pricing-table.has-4-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:25%;max-width:calc(100% / 4 - .75em)}}@media (min-width: 600px) and (max-width: 1200px){.wp-block-coblocks-pricing-table.has-4-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item{flex-basis:50%;max-width:calc(100% / 2 - .75em)}}.wp-block-coblocks-row{position:relative}.wp-block-coblocks-row:not([data-columns="1"]){display:flex}.wp-block-coblocks-row:not([data-columns="1"]) .wp-block-coblocks-row__inner{display:flex;flex:1}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"]{margin-left:auto;margin-right:auto;max-width:calc(6 * (100vw / 12.5))}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"].alignwide{max-width:calc(6 * (100vw / 8.5))}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"].alignfull{max-width:100%}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"][data-columns="1"] .wp-block-coblocks-column__inner>:not([class*="wp-block-"]){max-width:100%}.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>:not([class*="wp-block-"]){margin-left:auto;margin-right:auto;max-width:100%}.wp-block-coblocks-column{height:100%;margin-bottom:32px;min-width:0;overflow-wrap:break-word;position:relative;word-break:break-word}@media (min-width: 600px){.wp-block-coblocks-column{margin-bottom:0}}.wp-block-coblocks-column p{margin-top:0}.wp-block-coblocks-column p:last-of-type{margin-bottom:0}.wp-block-coblocks-column__inner.has-background-overlay *{position:relative}.has-small-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-right:var(--coblocks-spacing--1, 0.5em)}.has-small-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-left:var(--coblocks-spacing--1, 0.5em)}.has-small-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-left:var(--coblocks-spacing--1, 0.5em)}.has-small-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-right:var(--coblocks-spacing--1, 0.5em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-right:var(--coblocks-spacing--2, 1em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-left:var(--coblocks-spacing--2, 1em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-left:var(--coblocks-spacing--2, 1em)}.has-medium-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-right:var(--coblocks-spacing--2, 1em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-right:var(--coblocks-spacing--3, 1.5em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-left:var(--coblocks-spacing--3, 1.5em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-left:var(--coblocks-spacing--3, 1.5em)}.has-large-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-right:var(--coblocks-spacing--3, 1.5em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-right:var(--coblocks-spacing--4, 2em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-left:var(--coblocks-spacing--4, 2em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-left:var(--coblocks-spacing--4, 2em)}.has-huge-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-right:var(--coblocks-spacing--4, 2em)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:nth-child(odd){margin-right:var(--coblocks-custom-gutter, 0)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:nth-child(even){margin-left:var(--coblocks-custom-gutter, 0)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:not(:first-child){margin-left:var(--coblocks-custom-gutter, 0)}.has-custom-gutter>[class*="wp-block-coblocks-column"]:not(:last-child){margin-right:var(--coblocks-custom-gutter, 0)}@media (max-width: 599px){.wp-block-coblocks-row__inner.is-stacked-on-mobile{flex-direction:column}.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column{margin-left:0 !important;margin-right:0 !important;max-width:100% !important;width:100% !important}.wp-block-coblocks-row__inner.is-stacked-on-mobile>.wp-block-coblocks-column:last-child{margin-bottom:0}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-no-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:0}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-small-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--1, 0.5em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-medium-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--2, 1em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-large-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-huge-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-spacing--4, 2em) * 2)}.wp-block-coblocks-row__inner.is-stacked-on-mobile.has-custom-gutter>[class*="wp-block"]:not(:last-child){margin-bottom:calc(var(--coblocks-custom-gutter, 0) * 2)}}.wp-block-coblocks-row__inner [data-type="coblocks/column"]{display:flex;margin-bottom:0;margin-top:0}.wp-block-coblocks-row__inner [data-type="coblocks/column"] .wp-block-coblocks-column,.wp-block-coblocks-row__inner [data-type="coblocks/column"] .wp-block-coblocks-column__inner{flex:1}.wp-block-coblocks-row__inner.are-vertically-aligned-top{align-items:flex-start}.wp-block-coblocks-row__inner.are-vertically-aligned-center{align-items:center}.wp-block-coblocks-row__inner.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top .wp-block-coblocks-column__inner{align-self:flex-start}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center .wp-block-coblocks-column__inner{align-self:center}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom{display:flex}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom .wp-block-coblocks-column__inner{align-self:flex-end}.wp-block-coblocks-row__inner .wp-block-coblocks-column .wp-block-coblocks-column__inner{flex:1}.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-top,.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-center,.wp-block-coblocks-row__inner .wp-block-coblocks-column.is-vertically-aligned-bottom{width:100%}.wp-block-coblocks-service{margin:0 0 var(--coblocks-spacing--3, 1.5em);max-width:100%}@media (min-width: 600px){.wp-block-coblocks-service{margin:0}}.wp-block-coblocks-service:last-child{margin-bottom:0}.wp-block-coblocks-service h2,.wp-block-coblocks-service h3,.wp-block-coblocks-service h4,.wp-block-coblocks-service h5,.wp-block-coblocks-service h6{margin-bottom:0.5em;margin-top:0}.wp-block-coblocks-service p:first-of-type{margin-top:0}.wp-block-coblocks-service p:last-of-type{margin-bottom:0}.wp-block-coblocks-service .wp-block-buttons{margin:0 0 1.5em}.wp-block-coblocks-service .wp-block-buttons .wp-block-button{margin-bottom:0;margin-top:1.5em}.wp-block-coblocks-service__figure{display:flex;margin:0 0 1.5em;padding:calc(3 / 4 * 100%) 0 0;position:relative;width:100%}.is-style-sixbynine .wp-block-coblocks-service__figure{padding-top:calc(9 / 16 * 100%)}.is-style-circle .wp-block-coblocks-service__figure{border-radius:100%;padding-top:100%}.is-style-circle .wp-block-coblocks-service__figure img{border-radius:100%}.is-style-square .wp-block-coblocks-service__figure{padding-top:100%}.wp-block-coblocks-service__figure img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;vertical-align:middle;width:100%}@media (min-width: 600px){.wp-block-coblocks-services[data-columns]{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}}@media (min-width: 600px){.wp-block-coblocks-services[data-columns][data-columns="2"]>.wp-block-coblocks-service{flex-basis:50%;max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}.wp-block-coblocks-services[data-columns][data-columns="3"]>.wp-block-coblocks-service{flex-basis:33.333%;max-width:calc(100% / 3 - var(--coblocks-spacing--2, 1em))}}@media (min-width: 600px) and (max-width: 1280px){.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service{flex-basis:50%;margin-bottom:3em;max-width:calc(100% / 2 - var(--coblocks-spacing--2, 1em))}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(1),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(3){margin-left:0}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(2),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(4){margin-right:0}.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(3),.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service:nth-child(4){margin-bottom:0}}@media (min-width: 1280px){.wp-block-coblocks-services[data-columns][data-columns="4"]>.wp-block-coblocks-service{flex-basis:25%;max-width:calc(100% / 4 - var(--coblocks-spacing--2, 1em))}}.wp-block-coblocks-services .has-1-columns{justify-content:center}.is-twentytwenty .wp-block-coblocks-services .has-1-columns .wp-block-coblocks-service-column{max-width:58rem}.wp-block-coblocks-shape-divider{display:flex;flex-direction:column;position:relative}.wp-block-coblocks-shape-divider svg{bottom:-1px;fill:currentColor;height:100%;left:0;position:absolute;width:100%}.wp-block-coblocks-shape-divider__svg-wrapper{position:relative}.wp-block-coblocks-shape-divider__alt-wrapper{background-color:currentColor}.wp-block-coblocks-shape-divider.is-horizontally-flipped svg{transform:scaleX(-1)}.wp-block-coblocks-shape-divider.is-vertically-flipped{flex-direction:column-reverse}.wp-block-coblocks-shape-divider.is-vertically-flipped svg{bottom:0;top:-1px;transform:scaleY(-1)}.wp-block-coblocks-shape-divider.is-vertically-flipped.is-horizontally-flipped svg{transform:scaleX(-1) scaleY(-1)}.wp-block-coblocks-shape-divider .divider--waves path:nth-child(1){opacity:0.15}.wp-block-coblocks-shape-divider .divider--waves path:nth-child(2){opacity:0.3}.wp-block-coblocks-social.has-background{padding:20px 30px}.wp-block-coblocks-social .wp-block-button__link:not(.has-background){background-color:#31373c}.wp-block-coblocks-social .wp-block-button__link:not(.has-text-color){color:#fff}.wp-block-coblocks-social ul,.wp-block-coblocks-social li{list-style:none;margin:0 !important;padding:0 !important}.wp-block-coblocks-social li{display:inline-block;margin:3px 6px 3px 0 !important;vertical-align:middle}.wp-block-coblocks-social li::before,.wp-block-coblocks-social li::after{display:none !important}.wp-block-coblocks-social__button{align-items:center;border:none;border-radius:0;box-shadow:none !important;cursor:pointer;display:inline-flex;font-size:15px;justify-content:center;line-height:1;padding:10px 14px;text-align:center;text-decoration:none !important;white-space:normal;word-break:break-all}.wp-block-coblocks-social__button:first-of-type{margin-left:0 !important}.wp-block-coblocks-social__button:last-of-type{margin-right:0 !important}.wp-block-coblocks-social__text,.wp-block-coblocks-social__text:hover,.wp-block-coblocks-social:not(.is-style-mask) .wp-block-coblocks-social__icon,.wp-block-coblocks-social:not(.is-style-mask) .wp-block-coblocks-social__icon:hover{color:inherit}.wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-left:8px}.wp-block-coblocks-social__icon{background-color:currentColor;background-repeat:no-repeat;background-size:cover;display:inline-block;height:18px;width:18px}.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text,.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-left:9px}.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon+.wp-block-coblocks-social__text{margin-left:4px}.wp-block-coblocks-social__button--twitter .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/twitter.svg);mask-image:url(images/social/twitter.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--twitter .wp-block-coblocks-social__icon{background-image:url(images/social/twitter.svg);color:transparent !important}}.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/facebook.svg);mask-image:url(images/social/facebook.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--facebook .wp-block-coblocks-social__icon{background-image:url(images/social/facebook.svg);color:transparent !important}}.wp-block-coblocks-social__button--pinterest .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/pinterest.svg);mask-image:url(images/social/pinterest.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--pinterest .wp-block-coblocks-social__icon{background-image:url(images/social/pinterest.svg);color:transparent !important}}.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/linkedin.svg);mask-image:url(images/social/linkedin.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--linkedin .wp-block-coblocks-social__icon{background-image:url(images/social/linkedin.svg);color:transparent !important}}.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/tumblr.svg);mask-image:url(images/social/tumblr.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--tumblr .wp-block-coblocks-social__icon{background-image:url(images/social/tumblr.svg);color:transparent !important}}.wp-block-coblocks-social__button--reddit .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/reddit.svg);mask-image:url(images/social/reddit.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--reddit .wp-block-coblocks-social__icon{background-image:url(images/social/reddit.svg);color:transparent !important}}.wp-block-coblocks-social__button--email .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/email.svg);mask-image:url(images/social/email.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--email .wp-block-coblocks-social__icon{background-image:url(images/social/email.svg);color:transparent !important}}.wp-block-coblocks-social__button--google .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/google.svg);mask-image:url(images/social/google.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--google .wp-block-coblocks-social__icon{background-image:url(images/social/google.svg);color:transparent !important}}.wp-block-coblocks-social__button--yelp .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/yelp.svg);mask-image:url(images/social/yelp.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--yelp .wp-block-coblocks-social__icon{background-image:url(images/social/yelp.svg);color:transparent !important}}.wp-block-coblocks-social__button--youtube .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/youtube.svg);mask-image:url(images/social/youtube.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--youtube .wp-block-coblocks-social__icon{background-image:url(images/social/youtube.svg);color:transparent !important}}.wp-block-coblocks-social__button--instagram .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/instagram.svg);mask-image:url(images/social/instagram.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--instagram .wp-block-coblocks-social__icon{background-image:url(images/social/instagram.svg);color:transparent !important}}.wp-block-coblocks-social__button--houzz .wp-block-coblocks-social__icon{-webkit-mask-image:url(images/social/houzz.svg);mask-image:url(images/social/houzz.svg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.wp-block-coblocks-social__button--houzz .wp-block-coblocks-social__icon{background-image:url(images/social/houzz.svg);color:transparent !important}}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__text,.wp-block-coblocks-social.has-colors:not(.is-style-mask) .wp-block-coblocks-social__icon{color:#fff}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--twitter{background-color:#55acee !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--facebook{background-color:#3b5999 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--pinterest{background-color:#e60023 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--linkedin{background-color:#0077b5 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--tumblr{background-color:#34465d !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--reddit{background-color:#ff5700 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--email{background-color:#2880e5 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--google{background-color:#dd4b39 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--yelp{background-color:#d32323 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--youtube{background-color:red !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--instagram{background-color:#ef0175 !important}.wp-block-coblocks-social.has-colors .wp-block-coblocks-social__button--houzz{background-color:#4ebc16 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--twitter{color:#55acee !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--facebook{color:#3b5999 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--pinterest{color:#e60023 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--linkedin{color:#0077b5 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--tumblr{color:#34465d !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--reddit{color:#ff5700 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--email{color:#2880e5 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--google{color:#dd4b39 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--yelp{color:#d32323 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--youtube{color:red !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--instagram{color:#ef0175 !important}.wp-block-coblocks-social.has-colors.is-style-mask .wp-block-coblocks-social__button--houzz{color:#4ebc16 !important}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__button{padding:11px 24px}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__button:active{-webkit-animation:pulse 200ms;animation:pulse 200ms;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute;width:1px;word-wrap:normal}.wp-block-coblocks-social.is-style-text .wp-block-coblocks-social__icon{display:none}.wp-block-coblocks-social.is-style-text .wp-block-coblocks-social__text{margin-left:0}.wp-block-coblocks-social.is-style-mask li,.wp-block-coblocks-social.is-style-mask.has-button-size-sml li{margin:0 7px !important}.wp-block-coblocks-social.is-style-mask .wp-block-coblocks-social__button{background:transparent !important;display:block;padding:0 !important}.wp-block-coblocks-social.is-style-mask .wp-block-coblocks-social__text{margin-left:0}.wp-block-coblocks-social.is-style-mask:not(.has-colors) .wp-block-button__link:not(.has-text-color){color:#31373c}.wp-block-coblocks-social.has-button-size-sml li{margin:2px 4px 2px 0 !important}.wp-block-coblocks-social.has-button-size-sml:not(.is-style-text):not(.is-style-icon-and-text):not(.is-style-circular) .wp-block-coblocks-social__button{padding:8px 16px}.wp-block-coblocks-social.has-button-size-sml .wp-block-coblocks-social__icon{height:16px;width:16px}.wp-block-coblocks-social.has-button-size-sml .wp-block-coblocks-social__button{font-size:13px;padding:10px 12px}.wp-block-coblocks-social.has-button-size-lrg:not(.is-style-text):not(.is-style-icon-and-text):not(.is-style-circular) .wp-block-coblocks-social__button{padding:14px 32px}.wp-block-coblocks-social.has-button-size-lrg .wp-block-coblocks-social__icon{height:20px;width:20px}.wp-block-coblocks-social.has-button-size-lrg .wp-block-coblocks-social__button{font-size:16px;padding:12px 16px}.wp-block-coblocks-social.is-style-circular .wp-block-coblocks-social__button{border-radius:100%}.wp-block-coblocks-social.is-style-circular .wp-block-coblocks-social__button:not(.has-padding){padding:14px !important}@-webkit-keyframes pulse{0%{transform:scale(1)}15%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}15%{transform:scale(0.95)}100%{transform:scale(1)}}.uppercase{text-transform:uppercase}.m-1{margin:.5em}.m-2{margin:1em}.m-3{margin:1.5em}.m-4{margin:2em}.m-5{margin:2.5em}.m-6{margin:3em}.m-7{margin:3.5em}.m-8{margin:4em}.m-9{margin:4.5em}.m-10{margin:7em}.mt-1{margin-top:.5em}.mt-2{margin-top:1em}.mt-3{margin-top:1.5em}.mt-4{margin-top:2em}.mt-5{margin-top:2.5em}.mt-6{margin-top:3em}.mt-7{margin-top:3.5em}.mt-8{margin-top:4em}.mt-9{margin-top:4.5em}.mt-10{margin-top:7em}.mb-1{margin-bottom:.5em}.mb-2{margin-bottom:1em}.mb-3{margin-bottom:1.5em}.mb-4{margin-bottom:2em}.mb-5{margin-bottom:2.5em}.mb-6{margin-bottom:3em}.mb-7{margin-bottom:3.5em}.mb-8{margin-bottom:4em}.mb-9{margin-bottom:4.5em}.mb-10{margin-bottom:7em}.mr-1{margin-right:.5em}.mr-2{margin-right:1em}.mr-3{margin-right:1.5em}.mr-4{margin-right:2em}.mr-5{margin-right:2.5em}.mr-6{margin-right:3em}.mr-7{margin-right:3.5em}.mr-8{margin-right:4em}.mr-9{margin-right:4.5em}.mr-10{margin-right:7em}.ml-1{margin-left:.5em}.ml-2{margin-left:1em}.ml-3{margin-left:1.5em}.ml-4{margin-left:2em}.ml-5{margin-left:2.5em}.ml-6{margin-left:3em}.ml-7{margin-left:3.5em}.ml-8{margin-left:4em}.ml-9{margin-left:4.5em}.ml-10{margin-left:7em}@media (min-width: 600px){.sm\:mt-1{margin-top:.5em}.sm\:mt-2{margin-top:1em}.sm\:mt-3{margin-top:1.5em}.sm\:mt-4{margin-top:2em}.sm\:mt-5{margin-top:2.5em}.sm\:mt-6{margin-top:3em}.sm\:mt-7{margin-top:3.5em}.sm\:mt-8{margin-top:4em}.sm\:mt-9{margin-top:4.5em}.sm\:mt-10{margin-top:7em}.sm\:mb-1{margin-bottom:.5em}.sm\:mb-2{margin-bottom:1em}.sm\:mb-3{margin-bottom:1.5em}.sm\:mb-4{margin-bottom:2em}.sm\:mb-5{margin-bottom:2.5em}.sm\:mb-6{margin-bottom:3em}.sm\:mb-7{margin-bottom:3.5em}.sm\:mb-8{margin-bottom:4em}.sm\:mb-9{margin-bottom:4.5em}.sm\:mb-10{margin-bottom:7em}.sm\:mr-1{margin-right:.5em}.sm\:mr-2{margin-right:1em}.sm\:mr-3{margin-right:1.5em}.sm\:mr-4{margin-right:2em}.sm\:mr-5{margin-right:2.5em}.sm\:mr-6{margin-right:3em}.sm\:mr-7{margin-right:3.5em}.sm\:mr-8{margin-right:4em}.sm\:mr-9{margin-right:4.5em}.sm\:mr-10{margin-right:7em}.sm\:ml-1{margin-left:.5em}.sm\:ml-2{margin-left:1em}.sm\:ml-3{margin-left:1.5em}.sm\:ml-4{margin-left:2em}.sm\:ml-5{margin-left:2.5em}.sm\:ml-6{margin-left:3em}.sm\:ml-7{margin-left:3.5em}.sm\:ml-8{margin-left:4em}.sm\:ml-9{margin-left:4.5em}.sm\:ml-10{margin-left:7em}}@media (min-width: 782px){.md\:mt-1{margin-top:.5em}.md\:mt-2{margin-top:1em}.md\:mt-3{margin-top:1.5em}.md\:mt-4{margin-top:2em}.md\:mt-5{margin-top:2.5em}.md\:mt-6{margin-top:3em}.md\:mt-7{margin-top:3.5em}.md\:mt-8{margin-top:4em}.md\:mt-9{margin-top:4.5em}.md\:mt-10{margin-top:7em}.md\:mb-1{margin-bottom:.5em}.md\:mb-2{margin-bottom:1em}.md\:mb-3{margin-bottom:1.5em}.md\:mb-4{margin-bottom:2em}.md\:mb-5{margin-bottom:2.5em}.md\:mb-6{margin-bottom:3em}.md\:mb-7{margin-bottom:3.5em}.md\:mb-8{margin-bottom:4em}.md\:mb-9{margin-bottom:4.5em}.md\:mb-10{margin-bottom:7em}.md\:mr-1{margin-right:.5em}.md\:mr-2{margin-right:1em}.md\:mr-3{margin-right:1.5em}.md\:mr-4{margin-right:2em}.md\:mr-5{margin-right:2.5em}.md\:mr-6{margin-right:3em}.md\:mr-7{margin-right:3.5em}.md\:mr-8{margin-right:4em}.md\:mr-9{margin-right:4.5em}.md\:mr-10{margin-right:7em}.md\:ml-1{margin-left:.5em}.md\:ml-2{margin-left:1em}.md\:ml-3{margin-left:1.5em}.md\:ml-4{margin-left:2em}.md\:ml-5{margin-left:2.5em}.md\:ml-6{margin-left:3em}.md\:ml-7{margin-left:3.5em}.md\:ml-8{margin-left:4em}.md\:ml-9{margin-left:4.5em}.md\:ml-10{margin-left:7em}}@media (min-width: 1280px){.lg\:mt-1{margin-top:.5em}.lg\:mt-2{margin-top:1em}.lg\:mt-3{margin-top:1.5em}.lg\:mt-4{margin-top:2em}.lg\:mt-5{margin-top:2.5em}.lg\:mt-6{margin-top:3em}.lg\:mt-7{margin-top:3.5em}.lg\:mt-8{margin-top:4em}.lg\:mt-9{margin-top:4.5em}.lg\:mt-10{margin-top:7em}.lg\:mb-1{margin-bottom:.5em}.lg\:mb-2{margin-bottom:1em}.lg\:mb-3{margin-bottom:1.5em}.lg\:mb-4{margin-bottom:2em}.lg\:mb-5{margin-bottom:2.5em}.lg\:mb-6{margin-bottom:3em}.lg\:mb-7{margin-bottom:3.5em}.lg\:mb-8{margin-bottom:4em}.lg\:mb-9{margin-bottom:4.5em}.lg\:mb-10{margin-bottom:7em}.lg\:mr-1{margin-right:.5em}.lg\:mr-2{margin-right:1em}.lg\:mr-3{margin-right:1.5em}.lg\:mr-4{margin-right:2em}.lg\:mr-5{margin-right:2.5em}.lg\:mr-6{margin-right:3em}.lg\:mr-7{margin-right:3.5em}.lg\:mr-8{margin-right:4em}.lg\:mr-9{margin-right:4.5em}.lg\:mr-10{margin-right:7em}.lg\:ml-1{margin-left:.5em}.lg\:ml-2{margin-left:1em}.lg\:ml-3{margin-left:1.5em}.lg\:ml-4{margin-left:2em}.lg\:ml-5{margin-left:2.5em}.lg\:ml-6{margin-left:3em}.lg\:ml-7{margin-left:3.5em}.lg\:ml-8{margin-left:4em}.lg\:ml-9{margin-left:4.5em}.lg\:ml-10{margin-left:7em}}.p-1{padding:.5em}.p-2{padding:1em}.p-3{padding:1.5em}.p-4{padding:2em}.p-5{padding:2.5em}.p-6{padding:3em}.p-7{padding:3.5em}.p-8{padding:4em}.p-9{padding:4.5em}.p-10{padding:7em}.pt-1{padding-top:.5em}.pt-2{padding-top:1em}.pt-3{padding-top:1.5em}.pt-4{padding-top:2em}.pt-5{padding-top:2.5em}.pt-6{padding-top:3em}.pt-7{padding-top:3.5em}.pt-8{padding-top:4em}.pt-9{padding-top:4.5em}.pt-10{padding-top:7em}.pr-1{padding-right:.5em}.pr-2{padding-right:1em}.pr-3{padding-right:1.5em}.pr-4{padding-right:2em}.pr-5{padding-right:2.5em}.pr-6{padding-right:3em}.pr-7{padding-right:3.5em}.pr-8{padding-right:4em}.pr-9{padding-right:4.5em}.pr-10{padding-right:7em}.pb-1{padding-bottom:.5em}.pb-2{padding-bottom:1em}.pb-3{padding-bottom:1.5em}.pb-4{padding-bottom:2em}.pb-5{padding-bottom:2.5em}.pb-6{padding-bottom:3em}.pb-7{padding-bottom:3.5em}.pb-8{padding-bottom:4em}.pb-9{padding-bottom:4.5em}.pb-10{padding-bottom:7em}.pl-1{padding-left:.5em}.pl-2{padding-left:1em}.pl-3{padding-left:1.5em}.pl-4{padding-left:2em}.pl-5{padding-left:2.5em}.pl-6{padding-left:3em}.pl-7{padding-left:3.5em}.pl-8{padding-left:4em}.pl-9{padding-left:4.5em}.pl-10{padding-left:7em}.pt-full{padding-top:100%}@media (min-width: 600px){.sm\:pt-1{padding-top:.5em}.sm\:pt-2{padding-top:1em}.sm\:pt-3{padding-top:1.5em}.sm\:pt-4{padding-top:2em}.sm\:pt-5{padding-top:2.5em}.sm\:pt-6{padding-top:3em}.sm\:pt-7{padding-top:3.5em}.sm\:pt-8{padding-top:4em}.sm\:pt-9{padding-top:4.5em}.sm\:pt-10{padding-top:7em}.sm\:pr-1{padding-right:.5em}.sm\:pr-2{padding-right:1em}.sm\:pr-3{padding-right:1.5em}.sm\:pr-4{padding-right:2em}.sm\:pr-5{padding-right:2.5em}.sm\:pr-6{padding-right:3em}.sm\:pr-7{padding-right:3.5em}.sm\:pr-8{padding-right:4em}.sm\:pr-9{padding-right:4.5em}.sm\:pr-10{padding-right:7em}.sm\:pb-1{padding-bottom:.5em}.sm\:pb-2{padding-bottom:1em}.sm\:pb-3{padding-bottom:1.5em}.sm\:pb-4{padding-bottom:2em}.sm\:pb-5{padding-bottom:2.5em}.sm\:pb-6{padding-bottom:3em}.sm\:pb-7{padding-bottom:3.5em}.sm\:pb-8{padding-bottom:4em}.sm\:pb-9{padding-bottom:4.5em}.sm\:pb-10{padding-bottom:7em}.sm\:pl-1{padding-left:.5em}.sm\:pl-2{padding-left:1em}.sm\:pl-3{padding-left:1.5em}.sm\:pl-4{padding-left:2em}.sm\:pl-5{padding-left:2.5em}.sm\:pl-6{padding-left:3em}.sm\:pl-7{padding-left:3.5em}.sm\:pl-8{padding-left:4em}.sm\:pl-9{padding-left:4.5em}.sm\:pl-10{padding-left:7em}}@media (min-width: 1280px){.lg\:pt-1{padding-top:.5em}.lg\:pt-2{padding-top:1em}.lg\:pt-3{padding-top:1.5em}.lg\:pt-4{padding-top:2em}.lg\:pt-5{padding-top:2.5em}.lg\:pt-6{padding-top:3em}.lg\:pt-7{padding-top:3.5em}.lg\:pt-8{padding-top:4em}.lg\:pt-9{padding-top:4.5em}.lg\:pt-10{padding-top:7em}.lg\:pr-1{padding-right:.5em}.lg\:pr-2{padding-right:1em}.lg\:pr-3{padding-right:1.5em}.lg\:pr-4{padding-right:2em}.lg\:pr-5{padding-right:2.5em}.lg\:pr-6{padding-right:3em}.lg\:pr-7{padding-right:3.5em}.lg\:pr-8{padding-right:4em}.lg\:pr-9{padding-right:4.5em}.lg\:pr-10{padding-right:7em}.lg\:pb-1{padding-bottom:.5em}.lg\:pb-2{padding-bottom:1em}.lg\:pb-3{padding-bottom:1.5em}.lg\:pb-4{padding-bottom:2em}.lg\:pb-5{padding-bottom:2.5em}.lg\:pb-6{padding-bottom:3em}.lg\:pb-7{padding-bottom:3.5em}.lg\:pb-8{padding-bottom:4em}.lg\:pb-9{padding-bottom:4.5em}.lg\:pb-10{padding-bottom:7em}.lg\:pl-1{padding-left:.5em}.lg\:pl-2{padding-left:1em}.lg\:pl-3{padding-left:1.5em}.lg\:pl-4{padding-left:2em}.lg\:pl-5{padding-left:2.5em}.lg\:pl-6{padding-left:3em}.lg\:pl-7{padding-left:3.5em}.lg\:pl-8{padding-left:4em}.lg\:pl-9{padding-left:4.5em}.lg\:pl-10{padding-left:7em}}
2
 
dist/coblocks.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-dom', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url'), 'version' => '3b15659f3ecda216b89f855801ff584e');
1
+ <?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-dom', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url'), 'version' => '0cb29bde29481c54335b0bd171fddc0a');
dist/coblocks.js CHANGED
@@ -55,4 +55,4 @@
55
  object-assign
56
  (c) Sindre Sorhus
57
  @license MIT
58
- */var n=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function l(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},o=0;o<10;o++)t["_"+String.fromCharCode(o)]=o;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var o,a,i=l(e),s=1;s<arguments.length;s++){for(var u in o=Object(arguments[s]))c.call(o,u)&&(i[u]=o[u]);if(n){a=n(o);for(var b=0;b<a.length;b++)r.call(o,a[b])&&(i[a[b]]=o[a[b]])}}return i}},function(e,t,o){var n=o(89),c=o(31),r=o(62);e.exports=function(e){return"string"==typeof e||!c(e)&&r(e)&&"[object String]"==n(e)}},function(e,t,o){var n=o(543),c=o(91);e.exports=function(e){return null==e?[]:n(e,c(e))}},function(e,t,o){var n=o(140);e.exports=function(e,t){return n(t,(function(t){return e[t]}))}},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(o(18)),c=o(545),r=i(o(552)),l=i(o(554)),a=o(154);function i(e){return e&&e.__esModule?e:{default:e}}function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function u(){return(u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e}).apply(this,arguments)}function b(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function d(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?b(o,!0).forEach((function(t){g(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):b(o).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function p(e,t){for(var o=0;o<t.length;o++){var n=t[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function m(e){return(m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function h(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function g(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}var v=(0,a.canUseDOM)()&&o(555),O=function(e){function t(e){var o;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),o=function(e,t){return!t||"object"!==s(t)&&"function"!=typeof t?h(e):t}(this,m(t).call(this,e)),g(h(o),"innerSliderRefHandler",(function(e){return o.innerSlider=e})),g(h(o),"slickPrev",(function(){return o.innerSlider.slickPrev()})),g(h(o),"slickNext",(function(){return o.innerSlider.slickNext()})),g(h(o),"slickGoTo",(function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return o.innerSlider.slickGoTo(e,t)})),g(h(o),"slickPause",(function(){return o.innerSlider.pause("paused")})),g(h(o),"slickPlay",(function(){return o.innerSlider.autoPlay("play")})),o.state={breakpoint:null},o._responsiveMediaHandlers=[],o}var o,i,b;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}(t,e),o=t,(i=[{key:"media",value:function(e,t){v.register(e,t),this._responsiveMediaHandlers.push({query:e,handler:t})}},{key:"UNSAFE_componentWillMount",value:function(){var e=this;if(this.props.responsive){var t=this.props.responsive.map((function(e){return e.breakpoint}));t.sort((function(e,t){return e-t})),t.forEach((function(o,n){var c;c=0===n?(0,r.default)({minWidth:0,maxWidth:o}):(0,r.default)({minWidth:t[n-1]+1,maxWidth:o}),(0,a.canUseDOM)()&&e.media(c,(function(){e.setState({breakpoint:o})}))}));var o=(0,r.default)({minWidth:t.slice(-1)[0]});(0,a.canUseDOM)()&&this.media(o,(function(){e.setState({breakpoint:null})}))}}},{key:"componentWillUnmount",value:function(){this._responsiveMediaHandlers.forEach((function(e){v.unregister(e.query,e.handler)}))}},{key:"render",value:function(){var e,t,o=this;(e=this.state.breakpoint?"unslick"===(t=this.props.responsive.filter((function(e){return e.breakpoint===o.state.breakpoint})))[0].settings?"unslick":d({},l.default,{},this.props,{},t[0].settings):d({},l.default,{},this.props)).centerMode&&(e.slidesToScroll,e.slidesToScroll=1),e.fade&&(e.slidesToShow,e.slidesToScroll,e.slidesToShow=1,e.slidesToScroll=1);var r=n.default.Children.toArray(this.props.children);r=r.filter((function(e){return"string"==typeof e?!!e.trim():!!e})),e.variableWidth&&(e.rows>1||e.slidesPerRow>1)&&(console.warn("variableWidth is not supported in case of rows > 1 or slidesPerRow > 1"),e.variableWidth=!1);for(var a=[],i=null,s=0;s<r.length;s+=e.rows*e.slidesPerRow){for(var b=[],p=s;p<s+e.rows*e.slidesPerRow;p+=e.slidesPerRow){for(var m=[],h=p;h<p+e.slidesPerRow&&(e.variableWidth&&r[h].props.style&&(i=r[h].props.style.width),!(h>=r.length));h+=1)m.push(n.default.cloneElement(r[h],{key:100*s+10*p+h,tabIndex:-1,style:{width:"".concat(100/e.slidesPerRow,"%"),display:"inline-block"}}));b.push(n.default.createElement("div",{key:10*s+p},m))}e.variableWidth?a.push(n.default.createElement("div",{key:s,style:{width:i}},b)):a.push(n.default.createElement("div",{key:s},b))}if("unslick"===e){var f="regular slider "+(this.props.className||"");return n.default.createElement("div",{className:f},a)}return a.length<=e.slidesToShow&&(e.unslick=!0),n.default.createElement(c.InnerSlider,u({style:this.props.style,ref:this.innerSliderRefHandler},e),a)}}])&&p(o.prototype,i),b&&p(o,b),t}(n.default.Component);t.default=O},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InnerSlider=void 0;var n=p(o(18)),c=p(o(119)),r=p(o(546)),l=p(o(547)),a=p(o(5)),i=o(154),s=o(548),u=o(549),b=o(550),d=p(o(551));function p(e){return e&&e.__esModule?e:{default:e}}function m(){return(m=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e}).apply(this,arguments)}function h(e,t){if(null==e)return{};var o,n,c=function(e,t){if(null==e)return{};var o,n,c={},r=Object.keys(e);for(n=0;n<r.length;n++)o=r[n],t.indexOf(o)>=0||(c[o]=e[o]);return c}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(n=0;n<r.length;n++)o=r[n],t.indexOf(o)>=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(c[o]=e[o])}return c}function f(e){return(f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function g(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function v(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?g(o,!0).forEach((function(t){j(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):g(o).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function O(e){return(O=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function k(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function y(e,t){return(y=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function j(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}var _=function(e){function t(e){var o;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),o=function(e,t){return!t||"object"!==f(t)&&"function"!=typeof t?k(e):t}(this,O(t).call(this,e)),j(k(o),"listRefHandler",(function(e){return o.list=e})),j(k(o),"trackRefHandler",(function(e){return o.track=e})),j(k(o),"adaptHeight",(function(){if(o.props.adaptiveHeight&&o.list){var e=o.list.querySelector('[data-index="'.concat(o.state.currentSlide,'"]'));o.list.style.height=(0,i.getHeight)(e)+"px"}})),j(k(o),"UNSAFE_componentWillMount",(function(){if(o.ssrInit(),o.props.onInit&&o.props.onInit(),o.props.lazyLoad){var e=(0,i.getOnDemandLazySlides)(v({},o.props,{},o.state));e.length>0&&(o.setState((function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}})),o.props.onLazyLoad&&o.props.onLazyLoad(e))}})),j(k(o),"componentDidMount",(function(){var e=v({listRef:o.list,trackRef:o.track},o.props);o.updateState(e,!0,(function(){o.adaptHeight(),o.props.autoplay&&o.autoPlay("update")})),"progressive"===o.props.lazyLoad&&(o.lazyLoadTimer=setInterval(o.progressiveLazyLoad,1e3)),o.ro=new d.default((function(){o.state.animating?(o.onWindowResized(!1),o.callbackTimers.push(setTimeout((function(){return o.onWindowResized()}),o.props.speed))):o.onWindowResized()})),o.ro.observe(o.list),Array.prototype.forEach.call(document.querySelectorAll(".slick-slide"),(function(e){e.onfocus=o.props.pauseOnFocus?o.onSlideFocus:null,e.onblur=o.props.pauseOnFocus?o.onSlideBlur:null})),window&&(window.addEventListener?window.addEventListener("resize",o.onWindowResized):window.attachEvent("onresize",o.onWindowResized))})),j(k(o),"componentWillUnmount",(function(){o.animationEndCallback&&clearTimeout(o.animationEndCallback),o.lazyLoadTimer&&clearInterval(o.lazyLoadTimer),o.callbackTimers.length&&(o.callbackTimers.forEach((function(e){return clearTimeout(e)})),o.callbackTimers=[]),window.addEventListener?window.removeEventListener("resize",o.onWindowResized):window.detachEvent("onresize",o.onWindowResized),o.autoplayTimer&&clearInterval(o.autoplayTimer)})),j(k(o),"UNSAFE_componentWillReceiveProps",(function(e){for(var t=v({listRef:o.list,trackRef:o.track},e,{},o.state),c=!1,r=0,l=Object.keys(o.props);r<l.length;r++){var a=l[r];if(!e.hasOwnProperty(a)){c=!0;break}if("object"!==f(e[a])&&"function"!=typeof e[a]&&e[a]!==o.props[a]){c=!0;break}}o.updateState(t,c,(function(){o.state.currentSlide>=n.default.Children.count(e.children)&&o.changeSlide({message:"index",index:n.default.Children.count(e.children)-e.slidesToShow,currentSlide:o.state.currentSlide}),e.autoplay?o.autoPlay("update"):o.pause("paused")}))})),j(k(o),"componentDidUpdate",(function(){if(o.checkImagesLoad(),o.props.onReInit&&o.props.onReInit(),o.props.lazyLoad){var e=(0,i.getOnDemandLazySlides)(v({},o.props,{},o.state));e.length>0&&(o.setState((function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}})),o.props.onLazyLoad&&o.props.onLazyLoad(e))}o.adaptHeight()})),j(k(o),"onWindowResized",(function(e){o.debouncedResize&&o.debouncedResize.cancel(),o.debouncedResize=(0,l.default)((function(){return o.resizeWindow(e)}),50),o.debouncedResize()})),j(k(o),"resizeWindow",(function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(c.default.findDOMNode(o.track)){var t=v({listRef:o.list,trackRef:o.track},o.props,{},o.state);o.updateState(t,e,(function(){o.props.autoplay?o.autoPlay("update"):o.pause("paused")})),o.setState({animating:!1}),clearTimeout(o.animationEndCallback),delete o.animationEndCallback}})),j(k(o),"updateState",(function(e,t,c){var r=(0,i.initializedState)(e);e=v({},e,{},r,{slideIndex:r.currentSlide}),e=v({},e,{left:(0,i.getTrackLeft)(e)});var l=(0,i.getTrackCSS)(e);(t||n.default.Children.count(o.props.children)!==n.default.Children.count(e.children))&&(r.trackStyle=l),o.setState(r,c)})),j(k(o),"ssrInit",(function(){if(o.props.variableWidth){var e=0,t=0,c=[],r=(0,i.getPreClones)(v({},o.props,{},o.state,{slideCount:o.props.children.length})),l=(0,i.getPostClones)(v({},o.props,{},o.state,{slideCount:o.props.children.length}));o.props.children.forEach((function(t){c.push(t.props.style.width),e+=t.props.style.width}));for(var a=0;a<r;a++)t+=c[c.length-1-a],e+=c[c.length-1-a];for(var s=0;s<l;s++)e+=c[s];for(var u=0;u<o.state.currentSlide;u++)t+=c[u];var b={width:e+"px",left:-t+"px"};if(o.props.centerMode){var d="".concat(c[o.state.currentSlide],"px");b.left="calc(".concat(b.left," + (100% - ").concat(d,") / 2 ) ")}o.setState({trackStyle:b})}else{var p=n.default.Children.count(o.props.children),m=v({},o.props,{},o.state,{slideCount:p}),h=(0,i.getPreClones)(m)+(0,i.getPostClones)(m)+p,f=100/o.props.slidesToShow*h,g=100/h,O=-g*((0,i.getPreClones)(m)+o.state.currentSlide)*f/100;o.props.centerMode&&(O+=(100-g*f/100)/2);var k={width:f+"%",left:O+"%"};o.setState({slideWidth:g+"%",trackStyle:k})}})),j(k(o),"checkImagesLoad",(function(){var e=document.querySelectorAll(".slick-slide img"),t=e.length,n=0;Array.prototype.forEach.call(e,(function(e){var c=function(){return++n&&n>=t&&o.onWindowResized()};if(e.onclick){var r=e.onclick;e.onclick=function(){r(),e.parentNode.focus()}}else e.onclick=function(){return e.parentNode.focus()};e.onload||(o.props.lazyLoad?e.onload=function(){o.adaptHeight(),o.callbackTimers.push(setTimeout(o.onWindowResized,o.props.speed))}:(e.onload=c,e.onerror=function(){c(),o.props.onLazyLoadError&&o.props.onLazyLoadError()}))}))})),j(k(o),"progressiveLazyLoad",(function(){for(var e=[],t=v({},o.props,{},o.state),n=o.state.currentSlide;n<o.state.slideCount+(0,i.getPostClones)(t);n++)if(o.state.lazyLoadedList.indexOf(n)<0){e.push(n);break}for(var c=o.state.currentSlide-1;c>=-(0,i.getPreClones)(t);c--)if(o.state.lazyLoadedList.indexOf(c)<0){e.push(c);break}e.length>0?(o.setState((function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}})),o.props.onLazyLoad&&o.props.onLazyLoad(e)):o.lazyLoadTimer&&(clearInterval(o.lazyLoadTimer),delete o.lazyLoadTimer)})),j(k(o),"slideHandler",(function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=o.props,c=n.asNavFor,r=n.beforeChange,l=n.onLazyLoad,a=n.speed,s=n.afterChange,u=o.state.currentSlide,b=(0,i.slideHandler)(v({index:e},o.props,{},o.state,{trackRef:o.track,useCSS:o.props.useCSS&&!t})),d=b.state,p=b.nextState;if(d){r&&r(u,d.currentSlide);var m=d.lazyLoadedList.filter((function(e){return o.state.lazyLoadedList.indexOf(e)<0}));l&&m.length>0&&l(m),o.setState(d,(function(){c&&c.innerSlider.slideHandler(e),p&&(o.animationEndCallback=setTimeout((function(){var e=p.animating,t=h(p,["animating"]);o.setState(t,(function(){o.callbackTimers.push(setTimeout((function(){return o.setState({animating:e})}),10)),s&&s(d.currentSlide),delete o.animationEndCallback}))}),a))}))}})),j(k(o),"changeSlide",(function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=v({},o.props,{},o.state),c=(0,i.changeSlide)(n,e);(0===c||c)&&(!0===t?o.slideHandler(c,t):o.slideHandler(c))})),j(k(o),"clickHandler",(function(e){!1===o.clickable&&(e.stopPropagation(),e.preventDefault()),o.clickable=!0})),j(k(o),"keyHandler",(function(e){var t=(0,i.keyHandler)(e,o.props.accessibility,o.props.rtl);""!==t&&o.changeSlide({message:t})})),j(k(o),"selectHandler",(function(e){o.changeSlide(e)})),j(k(o),"disableBodyScroll",(function(){window.ontouchmove=function(e){(e=e||window.event).preventDefault&&e.preventDefault(),e.returnValue=!1}})),j(k(o),"enableBodyScroll",(function(){window.ontouchmove=null})),j(k(o),"swipeStart",(function(e){o.props.verticalSwiping&&o.disableBodyScroll();var t=(0,i.swipeStart)(e,o.props.swipe,o.props.draggable);""!==t&&o.setState(t)})),j(k(o),"swipeMove",(function(e){var t=(0,i.swipeMove)(e,v({},o.props,{},o.state,{trackRef:o.track,listRef:o.list,slideIndex:o.state.currentSlide}));t&&(t.swiping&&(o.clickable=!1),o.setState(t))})),j(k(o),"swipeEnd",(function(e){var t=(0,i.swipeEnd)(e,v({},o.props,{},o.state,{trackRef:o.track,listRef:o.list,slideIndex:o.state.currentSlide}));if(t){var n=t.triggerSlideHandler;delete t.triggerSlideHandler,o.setState(t),void 0!==n&&(o.slideHandler(n),o.props.verticalSwiping&&o.enableBodyScroll())}})),j(k(o),"slickPrev",(function(){o.callbackTimers.push(setTimeout((function(){return o.changeSlide({message:"previous"})}),0))})),j(k(o),"slickNext",(function(){o.callbackTimers.push(setTimeout((function(){return o.changeSlide({message:"next"})}),0))})),j(k(o),"slickGoTo",(function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e=Number(e),isNaN(e))return"";o.callbackTimers.push(setTimeout((function(){return o.changeSlide({message:"index",index:e,currentSlide:o.state.currentSlide},t)}),0))})),j(k(o),"play",(function(){var e;if(o.props.rtl)e=o.state.currentSlide-o.props.slidesToScroll;else{if(!(0,i.canGoNext)(v({},o.props,{},o.state)))return!1;e=o.state.currentSlide+o.props.slidesToScroll}o.slideHandler(e)})),j(k(o),"autoPlay",(function(e){o.autoplayTimer&&clearInterval(o.autoplayTimer);var t=o.state.autoplaying;if("update"===e){if("hovered"===t||"focused"===t||"paused"===t)return}else if("leave"===e){if("paused"===t||"focused"===t)return}else if("blur"===e&&("paused"===t||"hovered"===t))return;o.autoplayTimer=setInterval(o.play,o.props.autoplaySpeed+50),o.setState({autoplaying:"playing"})})),j(k(o),"pause",(function(e){o.autoplayTimer&&(clearInterval(o.autoplayTimer),o.autoplayTimer=null);var t=o.state.autoplaying;"paused"===e?o.setState({autoplaying:"paused"}):"focused"===e?"hovered"!==t&&"playing"!==t||o.setState({autoplaying:"focused"}):"playing"===t&&o.setState({autoplaying:"hovered"})})),j(k(o),"onDotsOver",(function(){return o.props.autoplay&&o.pause("hovered")})),j(k(o),"onDotsLeave",(function(){return o.props.autoplay&&"hovered"===o.state.autoplaying&&o.autoPlay("leave")})),j(k(o),"onTrackOver",(function(){return o.props.autoplay&&o.pause("hovered")})),j(k(o),"onTrackLeave",(function(){return o.props.autoplay&&"hovered"===o.state.autoplaying&&o.autoPlay("leave")})),j(k(o),"onSlideFocus",(function(){return o.props.autoplay&&o.pause("focused")})),j(k(o),"onSlideBlur",(function(){return o.props.autoplay&&"focused"===o.state.autoplaying&&o.autoPlay("blur")})),j(k(o),"render",(function(){var e,t,c,r=(0,a.default)("slick-slider",o.props.className,{"slick-vertical":o.props.vertical,"slick-initialized":!0}),l=v({},o.props,{},o.state),d=(0,i.extractObject)(l,["fade","cssEase","speed","infinite","centerMode","focusOnSelect","currentSlide","lazyLoad","lazyLoadedList","rtl","slideWidth","slideHeight","listHeight","vertical","slidesToShow","slidesToScroll","slideCount","trackStyle","variableWidth","unslick","centerPadding"]),p=o.props.pauseOnHover;if(d=v({},d,{onMouseEnter:p?o.onTrackOver:null,onMouseLeave:p?o.onTrackLeave:null,onMouseOver:p?o.onTrackOver:null,focusOnSelect:o.props.focusOnSelect?o.selectHandler:null}),!0===o.props.dots&&o.state.slideCount>=o.props.slidesToShow){var h=(0,i.extractObject)(l,["dotsClass","slideCount","slidesToShow","currentSlide","slidesToScroll","clickHandler","children","customPaging","infinite","appendDots"]),f=o.props.pauseOnDotsHover;h=v({},h,{clickHandler:o.changeSlide,onMouseEnter:f?o.onDotsLeave:null,onMouseOver:f?o.onDotsOver:null,onMouseLeave:f?o.onDotsLeave:null}),e=n.default.createElement(u.Dots,h)}var g=(0,i.extractObject)(l,["infinite","centerMode","currentSlide","slideCount","slidesToShow","prevArrow","nextArrow"]);g.clickHandler=o.changeSlide,o.props.arrows&&(t=n.default.createElement(b.PrevArrow,g),c=n.default.createElement(b.NextArrow,g));var O=null;o.props.vertical&&(O={height:o.state.listHeight});var k=null;!1===o.props.vertical?!0===o.props.centerMode&&(k={padding:"0px "+o.props.centerPadding}):!0===o.props.centerMode&&(k={padding:o.props.centerPadding+" 0px"});var y=v({},O,{},k),j=o.props.touchMove,_={className:"slick-list",style:y,onClick:o.clickHandler,onMouseDown:j?o.swipeStart:null,onMouseMove:o.state.dragging&&j?o.swipeMove:null,onMouseUp:j?o.swipeEnd:null,onMouseLeave:o.state.dragging&&j?o.swipeEnd:null,onTouchStart:j?o.swipeStart:null,onTouchMove:o.state.dragging&&j?o.swipeMove:null,onTouchEnd:j?o.swipeEnd:null,onTouchCancel:o.state.dragging&&j?o.swipeEnd:null,onKeyDown:o.props.accessibility?o.keyHandler:null},w={className:r,dir:"ltr",style:o.props.style};return o.props.unslick&&(_={className:"slick-list"},w={className:r}),n.default.createElement("div",w,o.props.unslick?"":t,n.default.createElement("div",m({ref:o.listRefHandler},_),n.default.createElement(s.Track,m({ref:o.trackRefHandler},d),o.props.children)),o.props.unslick?"":c,o.props.unslick?"":e)})),o.list=null,o.track=null,o.state=v({},r.default,{currentSlide:o.props.initialSlide,slideCount:n.default.Children.count(o.props.children)}),o.callbackTimers=[],o.clickable=!0,o.debouncedResize=null,o}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&y(e,t)}(t,e),t}(n.default.Component);t.InnerSlider=_},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={animating:!1,autoplaying:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,dragging:!1,edgeDragged:!1,initialized:!1,lazyLoadedList:[],listHeight:null,listWidth:null,scrolling:!1,slideCount:null,slideHeight:null,slideWidth:null,swipeLeft:null,swiped:!1,swiping:!1,touchObject:{startX:0,startY:0,curX:0,curY:0},trackStyle:{},trackWidth:0};t.default=n},function(e,t,o){(function(t){var o=/^\s+|\s+$/g,n=/^[-+]0x[0-9a-f]+$/i,c=/^0b[01]+$/i,r=/^0o[0-7]+$/i,l=parseInt,a="object"==typeof t&&t&&t.Object===Object&&t,i="object"==typeof self&&self&&self.Object===Object&&self,s=a||i||Function("return this")(),u=Object.prototype.toString,b=Math.max,d=Math.min,p=function(){return s.Date.now()};function m(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function h(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==u.call(e)}(e))return NaN;if(m(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=m(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(o,"");var a=c.test(e);return a||r.test(e)?l(e.slice(2),a?2:8):n.test(e)?NaN:+e}e.exports=function(e,t,o){var n,c,r,l,a,i,s=0,u=!1,f=!1,g=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function v(t){var o=n,r=c;return n=c=void 0,s=t,l=e.apply(r,o)}function O(e){return s=e,a=setTimeout(y,t),u?v(e):l}function k(e){var o=e-i;return void 0===i||o>=t||o<0||f&&e-s>=r}function y(){var e=p();if(k(e))return j(e);a=setTimeout(y,function(e){var o=t-(e-i);return f?d(o,r-(e-s)):o}(e))}function j(e){return a=void 0,g&&n?v(e):(n=c=void 0,l)}function _(){var e=p(),o=k(e);if(n=arguments,c=this,i=e,o){if(void 0===a)return O(i);if(f)return a=setTimeout(y,t),v(i)}return void 0===a&&(a=setTimeout(y,t)),l}return t=h(t)||0,m(o)&&(u=!!o.leading,r=(f="maxWait"in o)?b(h(o.maxWait)||0,t):r,g="trailing"in o?!!o.trailing:g),_.cancel=function(){void 0!==a&&clearTimeout(a),s=0,n=i=c=a=void 0},_.flush=function(){return void 0===a?l:j(p())},_}}).call(this,o(100))},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Track=void 0;var n=l(o(18)),c=l(o(5)),r=o(154);function l(e){return e&&e.__esModule?e:{default:e}}function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(){return(i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e}).apply(this,arguments)}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var o=0;o<t.length;o++){var n=t[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function b(e,t){return!t||"object"!==a(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function p(e,t){return(p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function m(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function h(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?m(o,!0).forEach((function(t){f(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):m(o).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function f(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}var g=function(e){var t,o,n,c,r;return n=(r=e.rtl?e.slideCount-1-e.index:e.index)<0||r>=e.slideCount,e.centerMode?(c=Math.floor(e.slidesToShow/2),o=(r-e.currentSlide)%e.slideCount==0,r>e.currentSlide-c-1&&r<=e.currentSlide+c&&(t=!0)):t=e.currentSlide<=r&&r<e.currentSlide+e.slidesToShow,{"slick-slide":!0,"slick-active":t,"slick-center":o,"slick-cloned":n,"slick-current":r===e.currentSlide}},v=function(e,t){return e.key||t},O=function(e){var t,o=[],l=[],a=[],i=n.default.Children.count(e.children),s=(0,r.lazyStartIndex)(e),u=(0,r.lazyEndIndex)(e);return n.default.Children.forEach(e.children,(function(b,d){var p,m={message:"children",index:d,slidesToScroll:e.slidesToScroll,currentSlide:e.currentSlide};p=!e.lazyLoad||e.lazyLoad&&e.lazyLoadedList.indexOf(d)>=0?b:n.default.createElement("div",null);var f=function(e){var t={};return void 0!==e.variableWidth&&!1!==e.variableWidth||(t.width=e.slideWidth),e.fade&&(t.position="relative",e.vertical?t.top=-e.index*parseInt(e.slideHeight):t.left=-e.index*parseInt(e.slideWidth),t.opacity=e.currentSlide===e.index?1:0,t.transition="opacity "+e.speed+"ms "+e.cssEase+", visibility "+e.speed+"ms "+e.cssEase,t.WebkitTransition="opacity "+e.speed+"ms "+e.cssEase+", visibility "+e.speed+"ms "+e.cssEase),t}(h({},e,{index:d})),O=p.props.className||"",k=g(h({},e,{index:d}));if(o.push(n.default.cloneElement(p,{key:"original"+v(p,d),"data-index":d,className:(0,c.default)(k,O),tabIndex:"-1","aria-hidden":!k["slick-active"],style:h({outline:"none"},p.props.style||{},{},f),onClick:function(t){p.props&&p.props.onClick&&p.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(m)}})),e.infinite&&!1===e.fade){var y=i-d;y<=(0,r.getPreClones)(e)&&i!==e.slidesToShow&&((t=-y)>=s&&(p=b),k=g(h({},e,{index:t})),l.push(n.default.cloneElement(p,{key:"precloned"+v(p,t),"data-index":t,tabIndex:"-1",className:(0,c.default)(k,O),"aria-hidden":!k["slick-active"],style:h({},p.props.style||{},{},f),onClick:function(t){p.props&&p.props.onClick&&p.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(m)}}))),i!==e.slidesToShow&&((t=i+d)<u&&(p=b),k=g(h({},e,{index:t})),a.push(n.default.cloneElement(p,{key:"postcloned"+v(p,t),"data-index":t,tabIndex:"-1",className:(0,c.default)(k,O),"aria-hidden":!k["slick-active"],style:h({},p.props.style||{},{},f),onClick:function(t){p.props&&p.props.onClick&&p.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(m)}})))}})),e.rtl?l.concat(o,a).reverse():l.concat(o,a)},k=function(e){function t(){return s(this,t),b(this,d(t).apply(this,arguments))}var o,c,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&p(e,t)}(t,e),o=t,(c=[{key:"render",value:function(){var e=O(this.props),t=this.props,o={onMouseEnter:t.onMouseEnter,onMouseOver:t.onMouseOver,onMouseLeave:t.onMouseLeave};return n.default.createElement("div",i({className:"slick-track",style:this.props.trackStyle},o),e)}}])&&u(o.prototype,c),r&&u(o,r),t}(n.default.PureComponent);t.Track=k},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Dots=void 0;var n=r(o(18)),c=r(o(5));function r(e){return e&&e.__esModule?e:{default:e}}function l(e){return(l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function i(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){for(var o=0;o<t.length;o++){var n=t[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function b(e,t){return!t||"object"!==l(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function p(e,t){return(p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var m=function(e){function t(){return s(this,t),b(this,d(t).apply(this,arguments))}var o,r,l;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&p(e,t)}(t,e),o=t,(r=[{key:"clickHandler",value:function(e,t){t.preventDefault(),this.props.clickHandler(e)}},{key:"render",value:function(){var e,t=this,o=(e={slideCount:this.props.slideCount,slidesToScroll:this.props.slidesToScroll,slidesToShow:this.props.slidesToShow,infinite:this.props.infinite}).infinite?Math.ceil(e.slideCount/e.slidesToScroll):Math.ceil((e.slideCount-e.slidesToShow)/e.slidesToScroll)+1,r=this.props,l={onMouseEnter:r.onMouseEnter,onMouseOver:r.onMouseOver,onMouseLeave:r.onMouseLeave},s=Array.apply(null,Array(o+1).join("0").split("")).map((function(e,o){var r=o*t.props.slidesToScroll,l=o*t.props.slidesToScroll+(t.props.slidesToScroll-1),a=(0,c.default)({"slick-active":t.props.currentSlide>=r&&t.props.currentSlide<=l}),i={message:"dots",index:o,slidesToScroll:t.props.slidesToScroll,currentSlide:t.props.currentSlide},s=t.clickHandler.bind(t,i);return n.default.createElement("li",{key:o,className:a},n.default.cloneElement(t.props.customPaging(o),{onClick:s}))}));return n.default.cloneElement(this.props.appendDots(s),function(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?a(o,!0).forEach((function(t){i(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):a(o).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}({className:this.props.dotsClass},l))}}])&&u(o.prototype,r),l&&u(o,l),t}(n.default.PureComponent);t.Dots=m},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NextArrow=t.PrevArrow=void 0;var n=l(o(18)),c=l(o(5)),r=o(154);function l(e){return e&&e.__esModule?e:{default:e}}function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(){return(i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e}).apply(this,arguments)}function s(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function u(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?s(o,!0).forEach((function(t){b(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):s(o).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function b(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function d(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function p(e,t){for(var o=0;o<t.length;o++){var n=t[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function m(e,t,o){return t&&p(e.prototype,t),o&&p(e,o),e}function h(e,t){return!t||"object"!==a(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function f(e){return(f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function g(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&v(e,t)}function v(e,t){return(v=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var O=function(e){function t(){return d(this,t),h(this,f(t).apply(this,arguments))}return g(t,e),m(t,[{key:"clickHandler",value:function(e,t){t&&t.preventDefault(),this.props.clickHandler(e,t)}},{key:"render",value:function(){var e={"slick-arrow":!0,"slick-prev":!0},t=this.clickHandler.bind(this,{message:"previous"});!this.props.infinite&&(0===this.props.currentSlide||this.props.slideCount<=this.props.slidesToShow)&&(e["slick-disabled"]=!0,t=null);var o={key:"0","data-role":"none",className:(0,c.default)(e),style:{display:"block"},onClick:t},r={currentSlide:this.props.currentSlide,slideCount:this.props.slideCount};return this.props.prevArrow?n.default.cloneElement(this.props.prevArrow,u({},o,{},r)):n.default.createElement("button",i({key:"0",type:"button"},o)," ","Previous")}}]),t}(n.default.PureComponent);t.PrevArrow=O;var k=function(e){function t(){return d(this,t),h(this,f(t).apply(this,arguments))}return g(t,e),m(t,[{key:"clickHandler",value:function(e,t){t&&t.preventDefault(),this.props.clickHandler(e,t)}},{key:"render",value:function(){var e={"slick-arrow":!0,"slick-next":!0},t=this.clickHandler.bind(this,{message:"next"});(0,r.canGoNext)(this.props)||(e["slick-disabled"]=!0,t=null);var o={key:"1","data-role":"none",className:(0,c.default)(e),style:{display:"block"},onClick:t},l={currentSlide:this.props.currentSlide,slideCount:this.props.slideCount};return this.props.nextArrow?n.default.cloneElement(this.props.nextArrow,u({},o,{},l)):n.default.createElement("button",i({key:"1",type:"button"},o)," ","Next")}}]),t}(n.default.PureComponent);t.NextArrow=k},function(e,t,o){"use strict";o.r(t),function(e){var o=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var o=-1;return e.some((function(e,n){return e[0]===t&&(o=n,!0)})),o}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var o=e(this.__entries__,t),n=this.__entries__[o];return n&&n[1]},t.prototype.set=function(t,o){var n=e(this.__entries__,t);~n?this.__entries__[n][1]=o:this.__entries__.push([t,o])},t.prototype.delete=function(t){var o=this.__entries__,n=e(o,t);~n&&o.splice(n,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var o=0,n=this.__entries__;o<n.length;o++){var c=n[o];e.call(t,c[1],c[0])}},t}()}(),n="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,c=void 0!==e&&e.Math===Math?e:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),r="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(c):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)};var l=["top","right","bottom","left","width","height","size","weight"],a="undefined"!=typeof MutationObserver,i=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(e,t){var o=!1,n=!1,c=0;function l(){o&&(o=!1,e()),n&&i()}function a(){r(l)}function i(){var e=Date.now();if(o){if(e-c<2)return;n=!0}else o=!0,n=!1,setTimeout(a,t);c=e}return i}(this.refresh.bind(this),20)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,o=t.indexOf(e);~o&&t.splice(o,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){n&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),a?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){n&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,o=void 0===t?"":t;l.some((function(e){return!!~o.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),s=function(e,t){for(var o=0,n=Object.keys(t);o<n.length;o++){var c=n[o];Object.defineProperty(e,c,{value:t[c],enumerable:!1,writable:!1,configurable:!0})}return e},u=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||c},b=g(0,0,0,0);function d(e){return parseFloat(e)||0}function p(e){for(var t=[],o=1;o<arguments.length;o++)t[o-1]=arguments[o];return t.reduce((function(t,o){return t+d(e["border-"+o+"-width"])}),0)}function m(e){var t=e.clientWidth,o=e.clientHeight;if(!t&&!o)return b;var n=u(e).getComputedStyle(e),c=function(e){for(var t={},o=0,n=["top","right","bottom","left"];o<n.length;o++){var c=n[o],r=e["padding-"+c];t[c]=d(r)}return t}(n),r=c.left+c.right,l=c.top+c.bottom,a=d(n.width),i=d(n.height);if("border-box"===n.boxSizing&&(Math.round(a+r)!==t&&(a-=p(n,"left","right")+r),Math.round(i+l)!==o&&(i-=p(n,"top","bottom")+l)),!function(e){return e===u(e).document.documentElement}(e)){var s=Math.round(a+r)-t,m=Math.round(i+l)-o;1!==Math.abs(s)&&(a-=s),1!==Math.abs(m)&&(i-=m)}return g(c.left,c.top,a,i)}var h="undefined"!=typeof SVGGraphicsElement?function(e){return e instanceof u(e).SVGGraphicsElement}:function(e){return e instanceof u(e).SVGElement&&"function"==typeof e.getBBox};function f(e){return n?h(e)?function(e){var t=e.getBBox();return g(0,0,t.width,t.height)}(e):m(e):b}function g(e,t,o,n){return{x:e,y:t,width:o,height:n}}var v=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=g(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=f(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),O=function(e,t){var o,n,c,r,l,a,i,u=(n=(o=t).x,c=o.y,r=o.width,l=o.height,a="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,i=Object.create(a.prototype),s(i,{x:n,y:c,width:r,height:l,top:c,right:n+r,bottom:l+c,left:n}),i);s(this,{target:e,contentRect:u})},k=function(){function e(e,t,n){if(this.activeObservations_=[],this.observations_=new o,"function"!=typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=n}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof u(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new v(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof u(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new O(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),y="undefined"!=typeof WeakMap?new WeakMap:new o,j=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var o=i.getInstance(),n=new k(t,o,this);y.set(this,n)};["observe","unobserve","disconnect"].forEach((function(e){j.prototype[e]=function(){var t;return(t=y.get(this))[e].apply(t,arguments)}}));var _=void 0!==c.ResizeObserver?c.ResizeObserver:j;t.default=_}.call(this,o(100))},function(e,t,o){var n=o(553),c=function(e){var t="",o=Object.keys(e);return o.forEach((function(c,r){var l=e[c];(function(e){return/[height|width]$/.test(e)})(c=n(c))&&"number"==typeof l&&(l+="px"),t+=!0===l?c:!1===l?"not "+c:"("+c+": "+l+")",r<o.length-1&&(t+=" and ")})),t};e.exports=function(e){var t="";return"string"==typeof e?e:e instanceof Array?(e.forEach((function(o,n){t+=c(o),n<e.length-1&&(t+=", ")})),t):c(e)}},function(e,t){e.exports=function(e){return e.replace(/[A-Z]/g,(function(e){return"-"+e.toLowerCase()})).toLowerCase()}},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n,c=(n=o(18))&&n.__esModule?n:{default:n};var r={accessibility:!0,adaptiveHeight:!1,afterChange:null,appendDots:function(e){return c.default.createElement("ul",{style:{display:"block"}},e)},arrows:!0,autoplay:!1,autoplaySpeed:3e3,beforeChange:null,centerMode:!1,centerPadding:"50px",className:"",cssEase:"ease",customPaging:function(e){return c.default.createElement("button",null,e+1)},dots:!1,dotsClass:"slick-dots",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,infinite:!0,initialSlide:0,lazyLoad:null,nextArrow:null,onEdge:null,onInit:null,onLazyLoadError:null,onReInit:null,pauseOnDotsHover:!1,pauseOnFocus:!1,pauseOnHover:!0,prevArrow:null,responsive:null,rows:1,rtl:!1,slide:"div",slidesPerRow:1,slidesToScroll:1,slidesToShow:1,speed:500,swipe:!0,swipeEvent:null,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,waitForAnimate:!0};t.default=r},function(e,t,o){var n=o(556);e.exports=new n},function(e,t,o){var n=o(557),c=o(274),r=c.each,l=c.isFunction,a=c.isArray;function i(){if(!window.matchMedia)throw new Error("matchMedia not present, legacy browsers require a polyfill");this.queries={},this.browserIsIncapable=!window.matchMedia("only all").matches}i.prototype={constructor:i,register:function(e,t,o){var c=this.queries,i=o&&this.browserIsIncapable;return c[e]||(c[e]=new n(e,i)),l(t)&&(t={match:t}),a(t)||(t=[t]),r(t,(function(t){l(t)&&(t={match:t}),c[e].addHandler(t)})),this},unregister:function(e,t){var o=this.queries[e];return o&&(t?o.removeHandler(t):(o.clear(),delete this.queries[e])),this}},e.exports=i},function(e,t,o){var n=o(558),c=o(274).each;function r(e,t){this.query=e,this.isUnconditional=t,this.handlers=[],this.mql=window.matchMedia(e);var o=this;this.listener=function(e){o.mql=e.currentTarget||e,o.assess()},this.mql.addListener(this.listener)}r.prototype={constuctor:r,addHandler:function(e){var t=new n(e);this.handlers.push(t),this.matches()&&t.on()},removeHandler:function(e){var t=this.handlers;c(t,(function(o,n){if(o.equals(e))return o.destroy(),!t.splice(n,1)}))},matches:function(){return this.mql.matches||this.isUnconditional},clear:function(){c(this.handlers,(function(e){e.destroy()})),this.mql.removeListener(this.listener),this.handlers.length=0},assess:function(){var e=this.matches()?"on":"off";c(this.handlers,(function(t){t[e]()}))}},e.exports=r},function(e,t){function o(e){this.options=e,!e.deferSetup&&this.setup()}o.prototype={constructor:o,setup:function(){this.options.setup&&this.options.setup(),this.initialised=!0},on:function(){!this.initialised&&this.setup(),this.options.match&&this.options.match()},off:function(){this.options.unmatch&&this.options.unmatch()},destroy:function(){this.options.destroy?this.options.destroy():this.off()},equals:function(e){return this.options===e||this.options.match===e}},e.exports=o},,,,,,,,,,,,,,,,,function(e,t,o){"use strict";o.r(t),o.d(t,"registerCoBlocksBlocks",(function(){return aw}));var n={};o.r(n),o.d(n,"name",(function(){return Jc})),o.d(n,"settings",(function(){return $c}));var c={};o.r(c),o.d(c,"name",(function(){return jr})),o.d(c,"category",(function(){return _r})),o.d(c,"metadata",(function(){return kr})),o.d(c,"settings",(function(){return Er}));var r={};o.r(r),o.d(r,"name",(function(){return Fr})),o.d(r,"category",(function(){return Vr})),o.d(r,"metadata",(function(){return Lr})),o.d(r,"settings",(function(){return Ur}));var l={};o.r(l),o.d(l,"name",(function(){return il})),o.d(l,"category",(function(){return sl})),o.d(l,"metadata",(function(){return Hr})),o.d(l,"settings",(function(){return bl})),o.d(l,"attributes",(function(){return ul}));var a={};o.r(a),o.d(a,"name",(function(){return Nl})),o.d(a,"category",(function(){return Ml})),o.d(a,"metadata",(function(){return dl})),o.d(a,"settings",(function(){return Il}));var i={};o.r(i),o.d(i,"name",(function(){return $l})),o.d(i,"category",(function(){return Ql})),o.d(i,"metadata",(function(){return Ll})),o.d(i,"settings",(function(){return ta}));var s={};o.r(s),o.d(s,"name",(function(){return gi})),o.d(s,"category",(function(){return vi})),o.d(s,"metadata",(function(){return Ca})),o.d(s,"settings",(function(){return ki}));var u={};o.r(u),o.d(u,"name",(function(){return Di})),o.d(u,"category",(function(){return Fi})),o.d(u,"metadata",(function(){return Mi})),o.d(u,"settings",(function(){return Gi}));var b={};o.r(b),o.d(b,"name",(function(){return fs})),o.d(b,"category",(function(){return gs})),o.d(b,"metadata",(function(){return Ui})),o.d(b,"settings",(function(){return Os}));var d={};o.r(d),o.d(d,"name",(function(){return tu})),o.d(d,"category",(function(){return ou})),o.d(d,"metadata",(function(){return ks})),o.d(d,"settings",(function(){return cu}));var p={};o.r(p),o.d(p,"name",(function(){return gu})),o.d(p,"category",(function(){return vu})),o.d(p,"metadata",(function(){return ru})),o.d(p,"settings",(function(){return ku}));var m={};o.r(m),o.d(m,"metadata",(function(){return Bu})),o.d(m,"name",(function(){return Nu})),o.d(m,"category",(function(){return Mu})),o.d(m,"settings",(function(){return Au}));var h={};o.r(h),o.d(h,"name",(function(){return Hu})),o.d(h,"category",(function(){return Wu})),o.d(h,"icon",(function(){return Gu})),o.d(h,"metadata",(function(){return Uu})),o.d(h,"settings",(function(){return Yu}));var f={};o.r(f),o.d(f,"name",(function(){return hb})),o.d(f,"category",(function(){return fb})),o.d(f,"metadata",(function(){return sb})),o.d(f,"settings",(function(){return vb}));var g={};o.r(g),o.d(g,"name",(function(){return Yb})),o.d(g,"category",(function(){return Kb})),o.d(g,"metadata",(function(){return Ob})),o.d(g,"settings",(function(){return Zb}));var v={};o.r(v),o.d(v,"name",(function(){return fd})),o.d(v,"category",(function(){return gd})),o.d(v,"metadata",(function(){return md})),o.d(v,"settings",(function(){return Od}));var O={};o.r(O),o.d(O,"name",(function(){return Ld})),o.d(O,"category",(function(){return Dd})),o.d(O,"metadata",(function(){return Pd})),o.d(O,"settings",(function(){return Vd}));var k={};o.r(k),o.d(k,"name",(function(){return ap})),o.d(k,"category",(function(){return ip})),o.d(k,"metadata",(function(){return lp})),o.d(k,"settings",(function(){return up}));var y={};o.r(y),o.d(y,"name",(function(){return kp})),o.d(y,"category",(function(){return yp})),o.d(y,"metadata",(function(){return Op})),o.d(y,"settings",(function(){return _p}));var j={};o.r(j),o.d(j,"name",(function(){return Cp})),o.d(j,"category",(function(){return Sp})),o.d(j,"metadata",(function(){return xp})),o.d(j,"settings",(function(){return zp}));var _={};o.r(_),o.d(_,"name",(function(){return Np})),o.d(_,"category",(function(){return Mp})),o.d(_,"metadata",(function(){return Rp})),o.d(_,"settings",(function(){return Ip}));var w={};o.r(w),o.d(w,"name",(function(){return qp})),o.d(w,"category",(function(){return Yp})),o.d(w,"metadata",(function(){return Wp})),o.d(w,"settings",(function(){return Xp}));var E={};o.r(E),o.d(E,"name",(function(){return Qp})),o.d(E,"category",(function(){return em})),o.d(E,"metadata",(function(){return $p})),o.d(E,"settings",(function(){return om}));var x={};o.r(x),o.d(x,"name",(function(){return lm})),o.d(x,"category",(function(){return am})),o.d(x,"metadata",(function(){return rm})),o.d(x,"settings",(function(){return sm}));var C={};o.r(C),o.d(C,"name",(function(){return pm})),o.d(C,"category",(function(){return mm})),o.d(C,"metadata",(function(){return dm})),o.d(C,"settings",(function(){return fm}));var S={};o.r(S),o.d(S,"name",(function(){return Om})),o.d(S,"category",(function(){return km})),o.d(S,"metadata",(function(){return vm})),o.d(S,"settings",(function(){return jm}));var P={};o.r(P),o.d(P,"name",(function(){return Pm})),o.d(P,"category",(function(){return zm})),o.d(P,"metadata",(function(){return Sm})),o.d(P,"settings",(function(){return Bm}));var z={};o.r(z),o.d(z,"name",(function(){return Mm})),o.d(z,"category",(function(){return Am})),o.d(z,"metadata",(function(){return Nm})),o.d(z,"settings",(function(){return Lm}));var T={};o.r(T),o.d(T,"name",(function(){return Gm})),o.d(T,"category",(function(){return Um})),o.d(T,"metadata",(function(){return Vm})),o.d(T,"settings",(function(){return Wm}));var B={};o.r(B),o.d(B,"name",(function(){return Xm})),o.d(B,"category",(function(){return Zm})),o.d(B,"metadata",(function(){return Km})),o.d(B,"settings",(function(){return $m}));var R={};o.r(R),o.d(R,"name",(function(){return hh})),o.d(R,"category",(function(){return fh})),o.d(R,"metadata",(function(){return ph})),o.d(R,"settings",(function(){return vh}));var N={};o.r(N),o.d(N,"name",(function(){return Bh})),o.d(N,"category",(function(){return Rh})),o.d(N,"metadata",(function(){return Oh})),o.d(N,"settings",(function(){return Mh}));var M={};o.r(M),o.d(M,"name",(function(){return vf})),o.d(M,"category",(function(){return Of})),o.d(M,"metadata",(function(){return Ah})),o.d(M,"settings",(function(){return yf})),o.d(M,"attributes",(function(){return kf}));var A={};o.r(A),o.d(A,"name",(function(){return Af})),o.d(A,"category",(function(){return If})),o.d(A,"metadata",(function(){return Tf})),o.d(A,"settings",(function(){return Df}));var I={};o.r(I),o.d(I,"DEFAULT_ICON_SIZE",(function(){return kg})),o.d(I,"name",(function(){return yg})),o.d(I,"category",(function(){return jg})),o.d(I,"metadata",(function(){return Ff})),o.d(I,"settings",(function(){return wg}));var L={};o.r(L),o.d(L,"name",(function(){return Ng})),o.d(L,"category",(function(){return Mg})),o.d(L,"metadata",(function(){return Eg})),o.d(L,"settings",(function(){return Ig}));var D={};o.r(D),o.d(D,"name",(function(){return dv})),o.d(D,"category",(function(){return pv})),o.d(D,"metadata",(function(){return Lg})),o.d(D,"settings",(function(){return hv}));var F={};o.r(F),o.d(F,"name",(function(){return Lv})),o.d(F,"category",(function(){return Dv})),o.d(F,"metadata",(function(){return fv})),o.d(F,"settings",(function(){return Vv}));var V={};o.r(V),o.d(V,"name",(function(){return hO})),o.d(V,"category",(function(){return fO})),o.d(V,"metadata",(function(){return aO})),o.d(V,"settings",(function(){return vO}));var G={};o.r(G),o.d(G,"name",(function(){return LO})),o.d(G,"category",(function(){return DO})),o.d(G,"metadata",(function(){return SO})),o.d(G,"settings",(function(){return VO}));var U={};o.r(U),o.d(U,"name",(function(){return pk})),o.d(U,"category",(function(){return mk})),o.d(U,"settings",(function(){return hk}));var H={};o.r(H),o.d(H,"name",(function(){return Rk})),o.d(H,"category",(function(){return Nk})),o.d(H,"settings",(function(){return Mk}));var W={};o.r(W),o.d(W,"name",(function(){return ny})),o.d(W,"category",(function(){return cy})),o.d(W,"metadata",(function(){return Jk})),o.d(W,"settings",(function(){return ly}));var q={};o.r(q),o.d(q,"name",(function(){return jy})),o.d(q,"category",(function(){return _y})),o.d(q,"metadata",(function(){return vy})),o.d(q,"settings",(function(){return Ey}));var Y={};o.r(Y),o.d(Y,"name",(function(){return ej})),o.d(Y,"category",(function(){return tj})),o.d(Y,"metadata",(function(){return xy})),o.d(Y,"settings",(function(){return nj}));var K={};o.r(K),o.d(K,"name",(function(){return vj})),o.d(K,"category",(function(){return Oj})),o.d(K,"metadata",(function(){return gj})),o.d(K,"settings",(function(){return yj}));var X={};o.r(X),o.d(X,"name",(function(){return Cj})),o.d(X,"category",(function(){return Sj})),o.d(X,"metadata",(function(){return jj})),o.d(X,"settings",(function(){return zj}));var Z={};o.r(Z),o.d(Z,"name",(function(){return e_})),o.d(Z,"category",(function(){return t_})),o.d(Z,"metadata",(function(){return Nj})),o.d(Z,"settings",(function(){return n_}));var J={};o.r(J),o.d(J,"name",(function(){return m_})),o.d(J,"category",(function(){return h_})),o.d(J,"settings",(function(){return f_}));var $={};o.r($),o.d($,"name",(function(){return B_})),o.d($,"category",(function(){return R_})),o.d($,"settings",(function(){return N_}));var Q={};o.r(Q),o.d(Q,"name",(function(){return tw})),o.d(Q,"category",(function(){return ow})),o.d(Q,"icon",(function(){return Bt})),o.d(Q,"metadata",(function(){return M_})),o.d(Q,"settings",(function(){return cw}));var ee=o(3),te=o.n(ee),oe=o(12),ne=o(15),ce=o.n(ne),re=o(1),le=o(0),ae=o(2),ie={};ie.categoryIcon=Object(le.createElement)(ae.SVG,{height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(ae.Path,{d:"m5.64061786.98596548 8.60095684-.00146814c1.6268055-.00027769 2.2175432.16938914 2.8138163.48807555.5962732.3186864 1.0652814.78641505 1.3862243 1.38244235.3209428.59602729.4931785 1.18725228.5010418 2.81773904l.0415737 8.62042012c.0078633 1.6304868-.1586695 2.2217696-.4738629 2.8179055-.3151934.5961358-.7796894 1.0640238-1.3728878 1.3829133-.5931983.3188894-1.1822985.4887576-2.809104.4890353l-8.60095683.0014682c-1.62680543.0002776-2.21754313-.1693892-2.81381629-.4880756-.59627317-.3186864-1.06528137-.786415-1.38622424-1.3824423-.32094288-.5960273-.49317854-1.1872523-.50104188-2.8177391l-.04157365-8.6204201c-.00786334-1.63048677.15866944-2.22176958.47386289-2.81790546.31519344-.59613588.77968944-1.06402387 1.37288777-1.38291331.59319834-.31888944 1.18229856-.48875766 2.80910399-.48903535zm-.65612086 2.99853152c-.55228475 0-1 .44771525-1 1v10c0 .5522847.44771525 1 1 1h3c.55228475 0 1-.4477153 1-1v-10c0-.55228475-.44771525-1-1-1zm7 7c-.5522847 0-1 .4477153-1 1v3c0 .5522847.4477153 1 1 1h3c.5522847 0 1-.4477153 1-1v-3c0-.5522847-.4477153-1-1-1zm0-7c-.5522847 0-1 .44771525-1 1v3c0 .55228475.4477153 1 1 1h3c.5522847 0 1-.44771525 1-1v-3c0-.55228475-.4477153-1-1-1z",fillRule:"evenodd"}));var se=ie,ue=o(20),be=o.n(ue),de=function(e){return!Object.entries(e).map((function(e){var t=be()(e,2)[1];return"string"==typeof t&&(t=t.trim()),t instanceof Array&&(t=t.length),t instanceof Object&&(t=Object.entries(t).length),!!t})).filter((function(e){return!0===e})).length},pe=function(){return"function"==typeof oe.registerBlockCollection},me=Object(oe.getCategories)().some((function(e){return"formatting"===e.slug})),he=[{slug:"coblocks-galleries",title:Object(re.__)("Galleries","coblocks")}].concat(ce()(Object(oe.getCategories)().filter((function(e){return"coblocks-galleries"!==e.slug}))));pe()?Object(oe.registerBlockCollection)("coblocks",{title:"CoBlocks",icon:se.categoryIcon}):he.unshift({slug:"coblocks",title:"CoBlocks",icon:se.categoryIcon}),Object(oe.setCategories)(he);var fe=o(82),ge=o.n(fe),ve=o(40),Oe=o.n(ve),ke=o(275),ye=o.n(ke),je=o(24);var _e=function(e,t){var o=ge()(e,["alt","id","link","caption","imgLink"]);o.url=Oe()(e,["sizes","large","url"])||Oe()(e,["media_details","sizes","large","source_url"])||e.url;var n=ye()(t,(function(e){return e.url===o.url}));return o.imgLink=n>=0?t[n].imgLink:"",o},we=["image"],Ee=function(e){var t=0,o=0,n=0;switch(e.length){case 4:t="0x"+e[1]+e[1],o="0x"+e[2]+e[2],n="0x"+e[3]+e[3];break;case 7:t="0x"+e[1]+e[2],o="0x"+e[3]+e[4],n="0x"+e[5]+e[6]}return"".concat(+t,", ").concat(+o,", ").concat(+n)}(getComputedStyle(document.documentElement).getPropertyValue("--wp-admin-theme-color").trim());document.documentElement.style.setProperty("--wp-admin-theme-color-rgb",Ee);var xe=o(16),Ce=o.n(xe),Se=o(43),Pe=o.n(Se),ze=o(8),Te=o.n(ze),Be=o(9),Re=o.n(Be),Ne=o(13),Me=o.n(Ne),Ae=o(10),Ie=o.n(Ae),Le=o(11),De=o.n(Le),Fe=o(7),Ve=o.n(Fe),Ge=[{className:"fadeIn",label:Object(re.__)("Fade in","coblocks"),icon:Object(le.createElement)("svg",{fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)("rect",{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)("path",{d:"m7.99992 12.6667c-.36667 0-.66667.3-.66667.6667 0 .3666.3.6666.66667.6666s.66667-.3.66667-.6666c0-.3667-.3-.6667-.66667-.6667zm0 2.6667c-.36667 0-.66667.3-.66667.6666 0 .3667.3.6667.66667.6667s.66667-.3.66667-.6667c0-.3666-.3-.6666-.66667-.6666zm0-5.3334c-.36667 0-.66667.3-.66667.6667s.3.6667.66667.6667.66667-.3.66667-.6667-.3-.6667-.66667-.6667zm0-2.66663c-.36667 0-.66667.3-.66667.66667s.3.66667.66667.66667.66667-.3.66667-.66667-.3-.66667-.66667-.66667zm5.33338 1.33334c.3666 0 .6666-.3.6666-.66667s-.3-.66667-.6666-.66667c-.3667 0-.6667.3-.6667.66667s.3.66667.6667.66667zm-2.6667 0c.3667 0 .6667-.3.6667-.66667s-.3-.66667-.6667-.66667-.66668.3-.66668.66667.29998.66667.66668.66667zm0 3.66669c-.5533 0-1.00001.4466-1.00001 1 0 .5533.44671 1 1.00001 1s1-.4467 1-1c0-.5534-.4467-1-1-1zm5.3333.3333c-.3666 0-.6666.3-.6666.6667 0 .3666.3.6666.6666.6666.3667 0 .6667-.3.6667-.6666 0-.3667-.3-.6667-.6667-.6667zm0 2.6667c-.3666 0-.6666.3-.6666.6666 0 .3667.3.6667.6666.6667.3667 0 .6667-.3.6667-.6667 0-.3666-.3-.6666-.6667-.6666zm0-5.3334c-.3666 0-.6666.3-.6666.6667s.3.6667.6666.6667c.3667 0 .6667-.3.6667-.6667s-.3-.6667-.6667-.6667zm0-2.66663c-.3666 0-.6666.3-.6666.66667s.3.66667.6666.66667c.3667 0 .6667-.3.6667-.66667s-.3-.66667-.6667-.66667zm-2.6666 8.00003c-.3667 0-.6667.3-.6667.6666 0 .3667.3.6667.6667.6667.3666 0 .6666-.3.6666-.6667 0-.3666-.3-.6666-.6666-.6666zm-2.6667-5.66669c-.5533 0-1.00001.44669-1.00001.99999s.44671 1 1.00001 1 1-.4467 1-1-.4467-.99999-1-.99999zm0 5.66669c-.3667 0-.66668.3-.66668.6666 0 .3667.29998.6667.66668.6667s.6667-.3.6667-.6667c0-.3666-.3-.6666-.6667-.6666zm2.6667-3c-.5534 0-1 .4466-1 1 0 .5533.4466 1 1 1 .5533 0 1-.4467 1-1 0-.5534-.4467-1-1-1zm0-2.66669c-.5534 0-1 .44669-1 .99999s.4466 1 1 1c.5533 0 1-.4467 1-1s-.4467-.99999-1-.99999z",fill:"currentColor"}))},{className:"zoomIn",label:Object(re.__)("Zoom in","coblocks"),icon:Object(le.createElement)("svg",{fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)("rect",{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)("rect",{height:"10.5",rx:"1.25",stroke:"currentColor",strokeOpacity:".75",strokeWidth:"1.5",width:"10.5",x:"6.75",y:"6.75",fill:"none"}),Object(le.createElement)("rect",{fill:"currentColor",fillOpacity:".25",height:"4",rx:".5",width:"4",x:"10",y:"10"}))},{className:"slideInLeft",label:Object(re.__)("Slide in from left","coblocks"),icon:Object(le.createElement)("svg",{fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)("rect",{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)("g",{fill:"currentColor"},Object(le.createElement)("path",{clipRule:"evenodd",d:"m10.4375 16.3732 4.5625-4.546-4.5606-4.5772-1.0626 1.05873 3.5019 3.51457-3.49998 3.4873z",fillRule:"evenodd"}),Object(le.createElement)("path",{d:"m13.5487 11.0606v1.5h-9.81249v-1.5z"})))},{className:"slideInRight",label:Object(re.__)("Slide in from right","coblocks"),icon:Object(le.createElement)("svg",{fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)("rect",{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",transform:"matrix(-1 0 0 1 19.5 3)",width:"16.5",x:"-.75",y:".75",fill:"none"}),Object(le.createElement)("g",{fill:"currentColor"},Object(le.createElement)("path",{clipRule:"evenodd",d:"m13.5625 16.3732-4.5625-4.546 4.5606-4.5772 1.0626 1.05873-3.5019 3.51457 3.5 3.4873z",fillRule:"evenodd"}),Object(le.createElement)("path",{d:"m10.4513 11.0606v1.5h9.8125v-1.5z"})))},{className:"slideInBottom",label:Object(re.__)("Slide in from bottom","coblocks"),icon:Object(le.createElement)("svg",{fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)("rect",{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)("g",{fill:"currentColor"},Object(le.createElement)("path",{clipRule:"evenodd",d:"m16.5626 13.2363-4.5459-4.56259-4.57725 4.56059 1.05874 1.0626 3.51461-3.5019 3.4872 3.5z",fillRule:"evenodd"}),Object(le.createElement)("path",{d:"m11.2501 10.125h1.5v9.8125h-1.5z"})))},{className:"clipHorizontal",label:Object(re.__)("Clip horizontally","coblocks"),icon:Object(le.createElement)("svg",{fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)("rect",{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)("g",{fill:"currentColor"},Object(le.createElement)("path",{d:"m9 12.0698h8v11h-8z",transform:"matrix(0 -1 1 0 -3.0698 21.0698)"}),Object(le.createElement)("path",{d:"m4 20.0698h8v11h-8z",transform:"matrix(0 -1 1 0 -16.0698 24.0698)"})))},{className:"clipVertical",label:Object(re.__)("Clip vertically","coblocks"),icon:Object(le.createElement)("svg",{fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)("rect",{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)("g",{fill:"currentColor"},Object(le.createElement)("path",{d:"m12 4h7.5v11h-7.5z"}),Object(le.createElement)("path",{d:"m4.5 9h7.5v11h-7.5z"})))}],Ue=o(19),He=o.n(Ue),We=o(5),qe=o.n(We),Ye=o(6),Ke=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{clipRule:"evenodd",d:"m19 9c0-.27614-.2239-.5-.5-.5h-13c-.27614 0-.5.22386-.5.5v7.5c0 .2761.22386.5.5.5h13c.2761 0 .5-.2239.5-.5zm-13.875-3.5c-.89746 0-1.625.72754-1.625 1.625v9.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-9.75c0-.89746-.7275-1.625-1.625-1.625z",fill:"currentColor",fillRule:"evenodd"})),Xe=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{clipRule:"evenodd",d:"m19 7c0-.27614-.2239-.5-.5-.5h-13c-.27614 0-.5.22386-.5.5v4.5c0 .2761.22386.5.5.5h13c.2761 0 .5-.2239.5-.5zm-.125 10h-13.75c-.06904 0-.125.056-.125.125v1.75c0 .069.05596.125.125.125h13.75c.069 0 .125-.056.125-.125v-1.75c0-.069-.056-.125-.125-.125zm-13.75-13.5c-.89746 0-1.625.72754-1.625 1.625v6.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-6.75c0-.89746-.7275-1.625-1.625-1.625zm0 12c-.89746 0-1.625.7275-1.625 1.625v1.75c0 .8975.72754 1.625 1.625 1.625h13.75c.8975 0 1.625-.7275 1.625-1.625v-1.75c0-.8975-.7275-1.625-1.625-1.625z",fill:"currentColor",fillRule:"evenodd"})),Ze=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m10.1758 20.4657c0 1.0083.8159 1.8242 1.8242 1.8242s1.8242-.8159 1.8242-1.8242z"}),Object(le.createElement)(Ye.Path,{d:"m12 4.5c2 0 5.5 1.5 5.5 4.78988v6.71012c0 .2761-.2239.5-.5.5h-10.00002c-.27614 0-.5-.2239-.5-.5v-6.71012c0-3.28988 3.5-4.78988 5.50002-4.78988zm0-3c-.7608 0-1.375.76821-1.375 1.52904-3.12502.97096-5.62502 3.47096-5.62501 6.26084v7.08582c0 .2652-.10536.5195-.29289.7071l-1.3506 1.3506c-.12155.1215-.18984.2864-.18984.4583 0 .358.2902.6482.64818.6482h16.37026c.358 0 .6482-.2902.6482-.6482 0-.1719-.0683-.3368-.1898-.4583l-1.3506-1.3506c-.1876-.1876-.2929-.4419-.2929-.7071v-7.08582c0-2.78988-2.5-5.28988-5.625-6.26084 0-.76083-.6142-1.52904-1.375-1.52904z"}))),Je=Object(le.createElement)(Ye.SVG,{className:"coblocks-icon-animation",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(le.createElement)(Ye.Path,{className:"small-circle",d:"M5.68,15.87a3.87,3.87,0,1,1,0-7.74,3.87,3.87,0,1,1,0,7.74Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}),Object(le.createElement)(Ye.Path,{className:"medium-circle",d:"M10.71,17.32A5.32,5.32,0,1,1,16.13,12,5.38,5.38,0,0,1,10.71,17.32Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"}),Object(le.createElement)(Ye.Path,{className:"large-circle",d:"M16.15,18A6.06,6.06,0,0,1,10,12a6.12,6.12,0,0,1,12.23,0A6.06,6.06,0,0,1,16.15,18Z",stroke:"#fff",strokeWidth:"1.5px",fill:"currentColor",fillRule:"evenodd"})),$e=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m12 4c-4.416 0-8 3.584-8 8s3.584 8 8 8h4v-1.6h-4c-3.472 0-6.4-2.928-6.4-6.4s2.928-6.4 6.4-6.4 6.4 2.928 6.4 6.4v1.144c0 .632-.568 1.256-1.2 1.256s-1.2-.624-1.2-1.256v-1.144c0-2.208-1.792-4-4-4s-4 1.792-4 4 1.792 4 4 4c1.104 0 2.112-.448 2.832-1.176.52.712 1.416 1.176 2.368 1.176 1.576 0 2.8-1.28 2.8-2.856v-1.144c0-4.416-3.584-8-8-8zm0 10.4c-1.328 0-2.4-1.072-2.4-2.4s1.072-2.4 2.4-2.4 2.4 1.072 2.4 2.4-1.072 2.4-2.4 2.4z",fill:"currentColor"})),Qe=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m20 21v-3c0-1.1046-.8954-2-2-2h-12c-1.10457 0-2 .8954-2 2v3",fill:"none",stroke:"currentColor",strokeWidth:"1.5"}),Object(le.createElement)(Ye.Circle,{cx:"12",cy:"8",fill:"currentColor",r:"5"})),et=(Object(le.createElement)(Ye.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{clipRule:"evenodd",d:"m5.87563 13 5.50317-5.48574-1.194-1.01418-4.24673 4.23322-1.43827-1.5881-1.24834.9572zm14.12437-7.49992h-7v1.49992h7zm0 5.99992h-10v1.5h10zm-13 5.5156h13v1.4843h-13z",fill:"currentColor",fillRule:"evenodd"})),Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.13877 4.50131L15.7841 4.5C17.2301 4.49975 17.7552 4.65057 18.2852 4.93385C18.8153 5.21712 19.2322 5.63288 19.5174 6.16268C19.8027 6.69248 19.9558 7.21802 19.9628 8.66734L19.9998 16.3299C20.0068 17.7793 19.8587 18.3048 19.5786 18.8347C19.2984 19.3646 18.8855 19.7805 18.3582 20.064C17.8309 20.3475 17.3073 20.4984 15.8612 20.4987L8.21593 20.5C6.76988 20.5002 6.24478 20.3494 5.71476 20.0662C5.18474 19.7829 4.76784 19.3671 4.48256 18.8373C4.19728 18.3075 4.04418 17.782 4.03719 16.3327L4.00024 8.67006C3.99325 7.22074 4.14128 6.69516 4.42145 6.16526C4.70162 5.63536 5.11451 5.21946 5.64179 4.936C6.16908 4.65255 6.69272 4.50155 8.13877 4.50131V4.50131ZM7.55556 7.16667C7.06464 7.16667 6.66667 7.56464 6.66667 8.05556V16.9444C6.66667 17.4354 7.06464 17.8333 7.55556 17.8333H10.2222C10.7131 17.8333 11.1111 17.4354 11.1111 16.9444V8.05556C11.1111 7.56464 10.7131 7.16667 10.2222 7.16667H7.55556ZM13.7778 13.3889C13.2869 13.3889 12.8889 13.7869 12.8889 14.2778V16.9444C12.8889 17.4354 13.2869 17.8333 13.7778 17.8333H16.4444C16.9354 17.8333 17.3333 17.4354 17.3333 16.9444V14.2778C17.3333 13.7869 16.9354 13.3889 16.4444 13.3889H13.7778ZM13.7778 7.16667C13.2869 7.16667 12.8889 7.56464 12.8889 8.05556V10.7222C12.8889 11.2131 13.2869 11.6111 13.7778 11.6111H16.4444C16.9354 11.6111 17.3333 11.2131 17.3333 10.7222V8.05556C17.3333 7.56464 16.9354 7.16667 16.4444 7.16667H13.7778Z",fill:"currentColor"})),Object(le.createElement)(Ye.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m12 5c-3.86556 0-7 3.13444-7 7 0 3.8656 3.13444 7 7 7 .6456 0 1.1667-.5211 1.1667-1.1667 0-.3033-.1167-.5755-.3034-.7855-.1789-.2022-.2955-.4745-.2955-.77 0-.6456.5211-1.1667 1.1666-1.1667h1.3767c2.1467 0 3.8889-1.7422 3.8889-3.8889 0-3.43776-3.1344-6.2222-7-6.2222zm-4.27778 7c-.64555 0-1.16666-.5211-1.16666-1.1667 0-.6455.52111-1.16663 1.16666-1.16663.64556 0 1.16667.52113 1.16667 1.16663 0 .6456-.52111 1.1667-1.16667 1.1667zm2.33338-3.11111c-.6456 0-1.16671-.52111-1.16671-1.16667 0-.64555.52111-1.16666 1.16671-1.16666.6455 0 1.1666.52111 1.1666 1.16666 0 .64556-.5211 1.16667-1.1666 1.16667zm3.8888 0c-.6455 0-1.1666-.52111-1.1666-1.16667 0-.64555.5211-1.16666 1.1666-1.16666.6456 0 1.1667.52111 1.1667 1.16666 0 .64556-.5211 1.16667-1.1667 1.16667zm2.3334 3.11111c-.6456 0-1.1667-.5211-1.1667-1.1667 0-.6455.5211-1.16663 1.1667-1.16663.6455 0 1.1666.52113 1.1666 1.16663 0 .6456-.5211 1.1667-1.1666 1.1667z",fill:"currentColor"})),Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m5 4.75h14c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-12c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m9 5.5h6v13h-6z",fill:"currentColor"}))),tt=(Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m4.99996 5-.00005 1.55h8.71739v-1.55zm-.00005 6.5312-.00005 1.5h14.00004v-1.5zm-.00015 5.9688.00005 1.5h8.71739v-1.5z",fill:"currentColor"})),Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m19.75 8v10.7885c0 1.0833-.8794 1.9615-1.9656 1.9615-3.0519 0-8.97462 0-12.7844 0",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Path,{clipRule:"evenodd",d:"m6 4.5h10c.2761 0 .5.22386.5.5v12c0 .2761-.2239.5-.5.5h-10c-.27614 0-.5-.2239-.5-.5v-12c0-.27614.22386-.5.5-.5zm10-1.5h-10c-1.10457 0-2 .89543-2 2v12c0 1.1046.89543 2 2 2h10c1.1046 0 2-.8954 2-2v-12c0-1.10457-.8954-2-2-2zm-1 3.75h-8v1.5h8zm-8 3.25h8v1.5h-8zm6 3.25h-6v1.5h6z",fill:"currentColor",fillRule:"evenodd"})),Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m11.5 4h1.5v15.5h-1.5z"}),Object(le.createElement)(Ye.Path,{d:"m8 4h8.5v1.5h-8.5z"}),Object(le.createElement)(Ye.Path,{d:"m8 18.5h8.5v1.5h-8.5z"})))),ot=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"}),Object(le.createElement)(Ye.Path,{d:"m7 10h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m7 14h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m11 10h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m15 10h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m11 14h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m15 14h2v2h-2z"}))),nt=(Object(le.createElement)(Ye.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{clipRule:"evenodd",d:"m11.9731 4.00028c-4.15965-.00653-7.62297 3.2243-7.94838 7.41482-.32541 4.1905 2.59681 7.9277 6.70658 8.5769v-5.6309h-2.02198v-2.3167h2.02198v-1.7697c-.0901-.83737.1934-1.67177.7735-2.27661.58-.60484 1.3965-.91732 2.2275-.85256.5973.00788 1.1932.05895 1.7832.15283v1.97885h-1.0031c-.3459-.045-.6934.07049-.9454.31419s-.3814.5895-.3521.9407v1.5123h2.213l-.3582 2.3247h-1.8548v5.6309c4.1346-.6239 7.0873-4.3734 6.7604-8.5849-.3269-4.21147-3.8219-7.44995-8.0022-7.41482z",fill:"currentColor",fillRule:"evenodd"})),Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m6 14h12v-1.5h-12z"}),Object(le.createElement)(Ye.Path,{d:"m4 18h16v-1.5h-16z"}),Object(le.createElement)(Ye.Path,{d:"m6 22h12v-1.5h-12z"})),Object(le.createElement)(Ye.Path,{d:"m10.389 3.26543 3.2192-.00042c.0835-.00006.1661.01633.2432.04823s.1472.07869.2062.13769c.059.05899.1057.12904.1376.20614.0319.07709.0483.15973.0483.24317l.0017 3.85454-2.2452 2.24522-2.24463-2.24463.0005-3.85679c.00052-.16774.0674-.32849.18603-.44712.1186-.11863.2794-.18551.4471-.18603z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}))),ct=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)(Ye.Path,{clipRule:"evenodd",d:"m10.302 7.30717c.5217-.26086 1.0434-.39128 1.6955-.52171-1.4347 1.56512-1.826 3.91284-.7825 5.99964 1.0434 1.9564 3.2606 2.9998 5.3475 2.739-.3913.3912-.913.7825-1.4347 1.0434-2.6086 1.4347-5.73882.3912-7.04309-2.2173-1.43469-2.4781-.39128-5.73876 2.21729-7.04303z",fill:"currentColor",fillRule:"evenodd"})),rt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m12 11.5 8 8.5h-8z"}),Object(le.createElement)(Ye.Path,{d:"m4 4h8v7.5l-7.99993 8.5z"}))),lt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m9.94924 3.75h-5.19924c-.55228 0-1 .44772-1 1v14.5c0 .5523.44772 1 1 1h14.5313c.5523 0 1-.4477 1-1v-5.6458",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m16.8656 9.85.9234-2.02354 2.0235-.92336-2.0235-.92336-.9234-2.02354-.9234 2.02354-2.0235.92336 2.0235.92336zm-3.6836.7367-1.2279-2.7013-1.2279 2.7013-2.7013 1.2279 2.7013 1.2279 1.2279 2.7013 1.2279-2.7013 2.7013-1.2279z",fill:"currentColor"})),at=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},Object(le.createElement)(Ye.Rect,{height:"16.5",rx:"1.25",width:"16.5",x:"3.75",y:"3.75"}),Object(le.createElement)(Ye.Path,{d:"m4 16 4.57143-3.3333 3.42857 2.2222 4-3.8889 4 3.8889",strokeLinejoin:"round"}))),it=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},Object(le.createElement)(Ye.Rect,{height:"16.5",rx:"1.53571",width:"16.5",x:"3.75",y:"3.75"}),Object(le.createElement)(Ye.Path,{d:"m15.2225 13.2414c0 1.7797-1.4428 3.2225-3.2225 3.2225-1.7798 0-3.22253-1.4428-3.22253-3.2225 0-.3585.17475-.9012.53447-1.5851.34749-.6606.81936-1.3646 1.30426-2.01861.4828-.65129.9674-1.23811 1.3321-1.66292.0175-.02039.0347-.0404.0517-.06001.0169.01961.0341.03962.0516.06001.3647.42481.8493 1.01163 1.3321 1.66292.4849.65401.9568 1.35801 1.3043 2.01861.3597.6839.5345 1.2266.5345 1.5851z"}))),st=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m9.27273 11.4545h-3.27273v1.091h3.27273zm1.18367-1.76723-1.1564-1.15636-.76909.76909 1.15636 1.1564zm2.0891-3.68727h-1.091v3.27273h1.091zm2.9236 3.3-.7691-.76909-1.1564 1.15636.7691.76913zm-.7418 2.1545v1.091h3.2727v-1.091zm-2.7273-1.0909c-.9055 0-1.6364.7309-1.6364 1.6364s.7309 1.6364 1.6364 1.6364 1.6364-.7309 1.6364-1.6364-.7309-1.6364-1.6364-1.6364zm1.5436 3.9491 1.1564 1.1564.7691-.7691-1.1564-1.1564zm-5.01269.3873.76909.7691 1.1564-1.1564-.76913-.7691zm2.92359 3.3h1.091v-3.2727h-1.091z",fill:"currentColor"})),ut=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m15.4536 12.2145c-.1443-.0858-.2938-.1555-.4433-.2145.1495-.059.299-.1287.4433-.2145.9897-.5952 1.5412-1.6729 1.5464-2.78282-.4691-.27882-1.0052-.42895-1.5515-.42895-.5258 0-1.0567.13941-1.5413.42895-.1443.08579-.2783.18767-.402.28955.0257-.16622.0412-.33781.0412-.50939 0-1.19035-.6237-2.2252-1.5464-2.78284-.9227.55764-1.5464 1.59249-1.5464 2.78284 0 .17158.0155.34317.0412.50939-.1237-.10724-.2577-.20912-.402-.29491-.48455-.28955-1.01548-.42896-1.54125-.42896-.54124 0-1.08248.15014-1.55155.42896 0 1.10988.55155 2.18768 1.54639 2.78288.14433.0858.29382.1555.4433.2144-.14948.059-.29897.1287-.4433.2145-.98969.5952-1.54124 1.6729-1.54639 2.7829.46907.2788 1.00515.4289 1.55155.4289.52577 0 1.0567-.1394 1.54125-.4289.1443-.0858.2783-.1877.402-.2896-.0257.1716-.0412.3432-.0412.5148 0 1.1903.6237 2.2252 1.5464 2.7828.9227-.5576 1.5464-1.5925 1.5464-2.7828 0-.1716-.0155-.3432-.0412-.5094.1237.1072.2577.2037.402.2895.4846.2896 1.0155.429 1.5413.429.5412 0 1.0824-.1502 1.5515-.429-.0052-1.1099-.5567-2.1876-1.5464-2.7828zm-1.3093-2.0805c.1083-.0911.1959-.15545.2784-.19834.3144-.18767.6701-.28955 1.0309-.28955.1392 0 .2732.01609.4072.0429-.1598.48789-.4845.90619-.9175 1.16889-.0876.0536-.1856.0965-.299.1448l-.7113.2788c-.0876-.2466-.2114-.4665-.3711-.6649zm-2.1443-2.76135c.3247.38606.5155.89008.5155 1.41019 0 .10188-.0103.21984-.0258.3378l-.1186.77212c-.1237-.02145-.2474-.03753-.3711-.03753s-.2474.01608-.366.03753l-.1185-.77212c-.0207-.11796-.031-.23592-.031-.3378 0-.52547.1908-1.02413.5155-1.41019zm-3.86082 2.311c.13402-.03218.27319-.0429.41237-.0429.35567 0 .71134.09652 1.02577.28955.07732.04825.16495.1072.25258.1877l.5928.5147c-.1547.193-.2732.4075-.3608.6434l-.71138-.2788c-.10825-.0482-.20619-.0965-.28866-.1448-.44846-.268-.76805-.6809-.92268-1.16885zm1.71649 4.17695c-.10825.0911-.19588.1555-.27835.1984-.31443.1876-.6701.2895-1.03093.2895-.13917 0-.27319-.0161-.40721-.0429.15979-.4879.48453-.9061.91752-1.1689.08763-.0536.18557-.0965.29897-.1447l.71133-.2789c.0825.2467.2114.4719.3711.6649zm2.14433 2.7667c-.3247-.386-.5155-.89-.5155-1.4101 0-.1073.0103-.2199.031-.3486l.1134-.7614c.1185.0215.2422.0376.3711.0376.1237 0 .2474-.0161.366-.0376l.1185.7722c.0207.1179.031.2359.031.3378 0 .5254-.1908 1.0241-.5155 1.4101zm3.4485-2.2734c-.3557 0-.7114-.0965-1.0258-.2896-.0928-.0536-.1753-.1179-.2526-.1823l-.5928-.5147c.1547-.193.2784-.4075.3608-.6488l.7114.2788c.1134.0429.2113.0912.2938.1394.4381.2628.7577.681.9175 1.1689-.1392.0376-.2783.0483-.4123.0483z",fill:"currentColor"})),bt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m5.5 18v-12c0-.27614.22386-.5.5-.5h3v-1.5h-3c-1.10457 0-2 .89543-2 2v12c0 1.1046.89543 2 2 2h3v-1.5h-3c-.27614 0-.5-.2239-.5-.5z"}),Object(le.createElement)(Ye.Path,{d:"m13 2v20h-2v-20z"}),Object(le.createElement)(Ye.Path,{d:"m16.5 4v1.5h-1.5v-1.5z"}),Object(le.createElement)(Ye.Path,{d:"m20 6c0-1.10457-.8954-2-2-2v1.5c.2761 0 .5.22386.5.5z"}),Object(le.createElement)(Ye.Path,{d:"m18.5 16.5v-2h1.5v2z"}),Object(le.createElement)(Ye.Path,{d:"m20 13h-1.5v-2h1.5z"}),Object(le.createElement)(Ye.Path,{d:"m18 18.5c.2761 0 .5-.2239.5-.5h1.5c0 1.1046-.8954 2-2 2z"}),Object(le.createElement)(Ye.Path,{d:"m16.5 20v-1.5h-1.5v1.5z"}),Object(le.createElement)(Ye.Path,{d:"m18.5 9.5h1.5v-2h-1.5z"}))),dt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m6 5.5h12c.2761 0 .5.22386.5.5v3h1.5v-3c0-1.10457-.8954-2-2-2h-12c-1.10457 0-2 .89543-2 2v3h1.5v-3c0-.27614.22386-.5.5-.5z"}),Object(le.createElement)(Ye.Path,{d:"m22 13h-20v-2h20z"}),Object(le.createElement)(Ye.Path,{d:"m20 16.5h-1.5v-1.5h1.5z"}),Object(le.createElement)(Ye.Path,{d:"m18 20c1.1046 0 2-.8954 2-2h-1.5c0 .2761-.2239.5-.5.5z"}),Object(le.createElement)(Ye.Path,{d:"m7.5 18.5h2v1.5h-2z"}),Object(le.createElement)(Ye.Path,{d:"m11 20v-1.5h2v1.5z"}),Object(le.createElement)(Ye.Path,{d:"m5.5 18c0 .2761.22386.5.5.5v1.5c-1.10457 0-2-.8954-2-2z"}),Object(le.createElement)(Ye.Path,{d:"m4 16.5h1.5v-1.5h-1.5z"}),Object(le.createElement)(Ye.Path,{d:"m14.5 18.5v1.5h2v-1.5z"}))),pt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m20.2 17h-16.536c-.4424 0-.664-.3619-.664-.8095 0-4.9656 1.9848-9.12821 6.564-10.22997v-1.71351c0-.44766.3576-.80952.8-.80952h3.2c.4424 0 .8.36186.8.80952v1.71351c4.5792 1.10176 6.636 5.26437 6.636 10.22997 0 .4476-.3576.8095-.8.8095zm-7.336-12h-2v.70796c.2648-.02105.8296-.04129 1.1-.04129s.6352.02024.9.04129zm-.9 2.29688c-4.94375 0-7.0584 3.67062-7.464 8.20312h14.864c-.4056-4.5325-2.4563-8.20312-7.4-8.20312z"}),Object(le.createElement)(Ye.Path,{d:"m2 18.5h20v1.5h-20z"}))),mt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m17.7646 7.89213c-.096.53182-.5444.96979-1.1209 1.06364l-.4164.06257 1.2491 2.28376c.2242.4066.2242.9072-.032 1.3452-.2563.4066-.7046.6569-1.185.6569-.2563 0-.4805-.0626-.7046-.1877l-3.491-2.0022-3.39495 2.0022c-.22419.1251-.48041.1877-.7046.1877-.48041 0-.89677-.2503-1.18501-.6257-.25622-.3754-.28825-.8759-.09609-1.2826l1.12096-2.37756-.73663-.1877c-.44838-.12514-.80068-.43797-.96082-.84466-1.88962 1.3452-3.10666 3.34732-3.10666 5.59982 0 4.0981 4.03546 7.4142 8.9997 7.4142 4.9643 0 8.9997-3.3161 8.9997-7.4142.032-2.2837-1.2491-4.34847-3.2348-5.69367z"}),Object(le.createElement)(Ye.Path,{d:"m7.35566 7.70438 1.92165.46925c.09608.03129.16014.15642.12811.25027l-1.6334 3.4725c-.06406.1564.09608.3128.25622.219l3.90736-2.31501c.064-.03129.1281-.03129.1922 0l4.0034 2.31501c.1601.0938.3523-.0939.2562-.2503l-1.9216-3.50377c-.0641-.09385 0-.25027.1281-.25027l1.7935-.31283c.1922-.03129.1922-.31284.032-.34412-.8967-.25027-2.4341-.65696-3.6511-.81338.0961-1.12621.4804-2.62783.7687-3.25351.2242-.50053-1.5694-.53182-1.7616 0-.1601.46926-.4483 2.03345-.5444 3.22223-1.24909.12513-2.94654.50054-3.90737.75081-.12811.06256-.12811.31283.03203.34412z"}))),ht=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Circle,{cx:"12",cy:"12",fill:"currentColor",r:"8"}),Object(le.createElement)(Ye.Path,{d:"m14.9586 9.09098-3.9304 5.28592-2.27901-1.6946",stroke:"#fff",strokeWidth:"1.5"})),ft=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m5 3.75h14c.6904 0 1.25.55964 1.25 1.25v14c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-14c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m11.6959 13.9724c.3563-.5469.599-.9586.7281-1.2351.1351-.2765.2027-.5376.2027-.7834 0-.2642-.0768-.47-.2304-.6175-.1475-.1536-.3533-.2304-.6175-.2304-.2949 0-.5684.0707-.8203.212s-.4977.3318-.7373.5714l-.1475-1.1889c.2888-.2335.5899-.4086.9033-.5254.3133-.1167.6605-.1751 1.0414-.1751.3748 0 .6943.0799.9586.2396.2642.1536.4608.3626.5898.6268.1352.2642.2028.556.2028.8755 0 .3626-.0799.7343-.2396 1.1152-.1537.381-.4271.8695-.8203 1.4655l-.7558 1.1521h2.0461v1.1059h-4z"}),Object(le.createElement)(Ye.Path,{d:"m3 5c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v2h-18z"}))),gt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m11.5 4c-4.692 0-8.5 3.808-8.5 8.5s3.808 8.5 8.5 8.5h4.25v-1.7h-4.25c-3.689 0-6.8-3.111-6.8-6.8s3.111-6.8 6.8-6.8 6.8 3.111 6.8 6.8v1.2155c0 .6715-.6035 1.3345-1.275 1.3345s-1.275-.663-1.275-1.3345v-1.2155c0-2.346-1.904-4.25-4.25-4.25s-4.25 1.904-4.25 4.25 1.904 4.25 4.25 4.25c1.173 0 2.244-.476 3.009-1.2495.5525.7565 1.5045 1.2495 2.516 1.2495 1.6745 0 2.975-1.36 2.975-3.0345v-1.2155c0-4.692-3.808-8.5-8.5-8.5zm0 11.05c-1.411 0-2.55-1.139-2.55-2.55s1.139-2.55 2.55-2.55 2.55 1.139 2.55 2.55-1.139 2.55-2.55 2.55z",fill:"currentColor"})),vt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m12.0041 8.15789c2.2592 0 4.0928 1.76843 4.0928 3.94741 0 .5131-.1065.9947-.2947 1.4447l2.3902 2.3053c1.236-.9948 2.2101-2.2816 2.8076-3.75-1.4161-3.46583-4.9113-5.92109-9.0041-5.92109-1.146 0-2.24283.19737-3.25784.55263l1.76804 1.70527c.4666-.18158.9659-.28422 1.498-.28422zm-8.18555-2.15526 1.86631 1.8.37653.36316c-1.3588 1.01842-2.42292 2.37631-3.06139 3.93951 1.4161 3.4658 4.91132 5.921 9.0041 5.921 1.2688 0 2.4802-.2368 3.5853-.6631l.3438.3315 2.3983 2.3053 1.0396-1.0026-14.51298-13.9974zm4.52661 4.36577 1.26876 1.2237c-.04093.1658-.06549.3395-.06549.5132 0 1.3105 1.09687 2.3684 2.45567 2.3684.1801 0 .3602-.0237.5321-.0632l1.2687 1.2237c-.5484.2605-1.1541.4184-1.8008.4184-2.25922 0-4.09278-1.7684-4.09278-3.9473 0-.6237.16371-1.2079.43384-1.7369zm3.52794-.61577 2.5785 2.48687.0163-.1263c0-1.3106-1.0968-2.36846-2.4556-2.36846z",fill:"currentColor"})),Ot=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},Object(le.createElement)(Ye.Path,{d:"m13 11.9999v-1c0-1.10459-.8954-2.00002-2-2.00002h-4c-1.10457 0-2 .89543-2 2.00002v1"}),Object(le.createElement)(Ye.Path,{d:"m4 19.2499h9"}),Object(le.createElement)(Ye.Path,{d:"m4 15.2499h16"})),Object(le.createElement)(Ye.Circle,{cx:"9",cy:"5",fill:"currentColor",r:"2"})),kt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Rect,{height:"14.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"8.5",x:"7.75",y:"4.75",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m11 16h2v1.5h-2z",fill:"currentColor"})),yt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Circle,{cx:"12",cy:"12",r:"7.25",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Circle,{cx:"12",cy:"12",fill:"currentColor",r:"4"}),Object(le.createElement)(Ye.Circle,{cx:"12",cy:"12",r:"4",stroke:"currentColor"})),jt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},Object(le.createElement)(Ye.Circle,{cx:"12",cy:"12",r:"7.25"}),Object(le.createElement)(Ye.Path,{d:"m8 11 3.7141 2.7755c.1781.133.4225.1326.6001-.001l3.6858-2.7745"}))),_t=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m5 7.25h14c.6904 0 1.25.55964 1.25 1.25v7c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-7c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Path,{clipRule:"evenodd",d:"m16 12.75h-8v-1.5h8z",fill:"currentColor",fillRule:"evenodd"})),wt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m4 8h16c.6904 0 1.25.55964 1.25 1.25v5c0 .6904-.5596 1.25-1.25 1.25h-16c-.69036 0-1.25-.5596-1.25-1.25v-5c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"})),Et=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},Object(le.createElement)(Ye.Path,{d:"m19.9998 15.5h-16.00004v-1.5h16.00004z"}),Object(le.createElement)(Ye.Path,{d:"m15.9998 5.5h-12.00004v-1.5h12.00004z"}),Object(le.createElement)(Ye.Path,{d:"m19.9998 10.5h-16.00004v-1.5h16.00004z"}),Object(le.createElement)(Ye.Path,{d:"m19.9998 20h-16.00004v-1.5h16.00004z"}))),xt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Circle,{cx:"12",cy:"12",r:"7.25",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m10.5018 11.3502 4.4504-2.98515-1.4486 4.72825-4.45583 2.9533z",fill:"currentColor"})),Ct=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},Object(le.createElement)(Ye.Path,{d:"m19 6.75h-14c-.69036 0-1.25.55964-1.25 1.25v8.5c0 .6904.55964 1.25 1.25 1.25h14c.6904 0 1.25-.5596 1.25-1.25v-8.5c0-.69036-.5596-1.25-1.25-1.25z"}),Object(le.createElement)(Ye.Path,{d:"m4 7 8 6 8-6"}))),St=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Rect,{height:"14.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"14.5",x:"4.75",y:"4.75",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m5.06667 14.6666 3.9619-2.1334 2.97143 1.4222 3.4667-2.4888 3.4666 2.4888",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m23 18c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.82843.6716-1.5 1.5-1.5z"}),Object(le.createElement)(Ye.Path,{d:"m1 6c.82843 0 1.5.67157 1.5 1.5v9c0 .8284-.67157 1.5-1.500001 1.5z"}))),Pt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},Object(le.createElement)(Ye.Rect,{height:"13.5",rx:".875",width:"13.5",x:"7.75",y:"7.75",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m8 17 3.7143-2 2.7857 1.3333 3.25-2.3333 3.25 2.3333",strokeLinejoin:"round",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m22 3.75h-4.0005c-1.1046 0-1.9995.89543-1.9995 2v1.25m-12.25 15v-3.0002c0-1.1046.89543-1.9998 2-1.9998h1.25m-2-6.25c-1.5 0-2.25-.89543-2.25-2v-4c0-1.10457.89543-2 2-2h4c1.10457 0 2.25.75 2.25 2.25"}))),zt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Rect,{fill:"none",height:"13.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"13.5",x:"3.75",y:"3.75"}),Object(le.createElement)(Ye.Path,{d:"m4 13 3.71429-2 2.78571 1.3333 3.25-2.3333 3.25 2.3333",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m21.5 11c-.8284 0-1.5-.6716-1.5-1.5v-5c0-.82843.6716-1.5 1.5-1.5z"}),Object(le.createElement)(Ye.Path,{d:"m21.5 21c-.8284 0-1.5-.6716-1.5-1.5v-5c0-.8284.6716-1.5 1.5-1.5z"}),Object(le.createElement)(Ye.Path,{d:"m3 21.5c0-.8284.67157-1.5 1.5-1.5h12c.8284 0 1.5.6716 1.5 1.5z"}))),Tt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},Object(le.createElement)(Ye.Path,{d:"m20.75 21.75v-1c0-.5523-.4477-1-1-1h-5c-.5523 0-1 .4477-1 1v1"}),Object(le.createElement)(Ye.Path,{d:"m10.25 21.75v-1c0-.5523-.44772-1-1-1h-5c-.55228 0-1 .4477-1 1v1"}),Object(le.createElement)(Ye.Rect,{height:"13.5",rx:".875",width:"13.5",x:"5.25",y:"2.75"}),Object(le.createElement)(Ye.Path,{d:"m5.5 12 3.71429-2 2.78571 1.3333 3.25-2.3333 3.25 2.3333",strokeLinejoin:"round"}))),Bt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Rect,{height:"13.5",rx:".875",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m4 13 4.5-2.5 3.5 1.8333 4-3.3333 4 3.3333",stroke:"currentColor",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m3 21.5c0-.8284.67157-1.5 1.5-1.5h15c.8284 0 1.5.6716 1.5 1.5z",fill:"currentColor"})),Rt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Rect,{height:"16.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m8 4.5-4 5v-5z"}),Object(le.createElement)(Ye.Path,{d:"m12 10.5h1v4h-1z"}),Object(le.createElement)(Ye.Path,{d:"m10.2 10.5h-2.4c-.48 0-.8.3333-.8.6667v2.6666c0 .3334.32.6667.8.6667h2.4c.48 0 .8-.3333.8-.6667v-1.3333h-1.2v1h-1.6v-2h2.8v-.3333c0-.3334-.32-.6667-.8-.6667z"}),Object(le.createElement)(Ye.Path,{d:"m17 11.5v-1h-3v4h1v-1.3333h1.3333v-1h-1.3333v-.6667z"}))),Nt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m12 3c-4.9725 0-9 4.13206-9 9.2285 0 4.0782 2.5785 7.5366 6.15375 8.7556.45.0869.615-.1985.615-.4438 0-.2192-.0075-.7998-.01125-1.5688-2.5035.5568-3.0315-1.2382-3.0315-1.2382-.4095-1.0651-1.00125-1.3497-1.00125-1.3497-.81525-.5721.063-.5606.063-.5606.90375.0646 1.3785.9505 1.3785.9505.8025 1.4112 2.10675 1.0036 2.62125.7676.081-.5968.3128-1.0036.57-1.2344-1.99875-.2307-4.0995-1.0243-4.0995-4.5604 0-1.0074.34875-1.8303.92625-2.4763-.10125-.23302-.405-1.17125.07875-2.44248 0 0 .75375-.24763 2.475.94593.72-.20534 1.485-.30685 2.25-.31147.765.00462 1.53.10613 2.25.31147 1.71-1.19356 2.4638-.94593 2.4638-.94593.4837 1.27123.18 2.20946.09 2.44248.5737.646.9225 1.4689.9225 2.4763 0 3.5453-2.1038 4.3259-4.1063 4.5527.315.2769.6075.8429.6075 1.7073 0 1.2351-.0112 2.2272-.0112 2.5271 0 .2422.1575.5306.6187.4383 3.6008-1.2104 6.177-4.6711 6.177-8.7432 0-5.09644-4.0297-9.2285-9-9.2285",fill:"currentColor"})),Mt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m4 4h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m11 4h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m18 4h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m4 18h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m11 18h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m18 18h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m4 11h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m10 10h4v4h-4z"}),Object(le.createElement)(Ye.Path,{d:"m18 11h2v2h-2z"}))),At=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Rect,{height:"16.5",rx:"1.25",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m5 15.25h14c.6904 0 1.25.5596 1.25 1.25v2.5c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25v-2.5c0-.6904.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m4 4h16v11h-16z",fill:"currentColor"})),It=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m6 22h8v-1.5h-8z"}),Object(le.createElement)(Ye.Path,{d:"m13.1758 2.46347c-2.1834 3.59813-4.63759 7.27765-6.46611 10.71183-.08879.1668-.0675.1566-.05735.2834.12017.985.57349 2.8924.57349 2.8924s-.82048 1.913-1.22583 2.6489h2.4c.27105-.3982.5519-1.0806.78287-1.4935.28752-.0817 1.90663-.5383 2.75273-.9084.1162-.0508.144-.0958.2151-.1962 2.0301-3.6693 3.8383-7.45927 5.7349-11.1769.2357-.55654.1087-1.07052-.3943-1.35894-.9591-.56757-1.9166-1.13821-2.8746-1.70778-.5347-.27141-1.0654-.20883-1.4409.30519zm-5.42348 11.82773c-.03001-.1268.10567-.2255.21813-.1598l2.79925 1.6362c.1099.0643.0947.2271-.0257.2686-.584.2016-1.17592.3838-1.53469.4923-.03989.0121-.08273.0069-.11871-.0142l-.91474-.5345c-.03871-.0226-.0652-.0613-.07265-.1055-.09848-.5844-.23671-1.1009-.35089-1.5831z"}))),Lt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"},Object(le.createElement)(Ye.Path,{d:"m10.389 3.26543 3.2192-.00042c.0835-.00006.1661.01633.2432.04823s.1472.07869.2062.13769c.059.05899.1057.12904.1376.20614.0319.07709.0483.15973.0483.24317l.0017 3.85454-2.2452 2.24522-2.24463-2.24463.0005-3.85679c.00052-.16774.0674-.32849.18603-.44712.1186-.11863.2794-.18551.4471-.18603z"}),Object(le.createElement)(Ye.Path,{d:"m13.611 20.7346-3.2192.0004c-.0835 0-.1661-.0163-.2432-.0482s-.1472-.0787-.20616-.1377c-.059-.059-.10578-.1291-.13769-.2062-.0319-.0771-.04829-.1597-.04823-.2431l-.00174-3.8546 2.24522-2.2452 2.2446 2.2446-.0005 3.8568c-.0005.1678-.0674.3285-.186.4471-.1186.1187-.2794.1855-.4471.1861z"}),Object(le.createElement)(Ye.Path,{d:"m20.7346 10.389.0004 3.2192c0 .0835-.0163.1661-.0482.2432s-.0787.1472-.1377.2062-.1291.1057-.2062.1376-.1597.0483-.2431.0483l-3.8546.0017-2.2452-2.2452 2.2446-2.24463 3.8568.0005c.1678.00052.3285.0674.4471.18603.1187.1186.1855.2794.1861.4471z"}),Object(le.createElement)(Ye.Path,{d:"m3.26543 13.611-.00042-3.2192c-.00006-.0835.01633-.1661.04823-.2432s.07869-.1472.13769-.20616c.05899-.059.12904-.10578.20614-.13769.07709-.0319.15973-.04829.24317-.04823l3.85454-.00174 2.24522 2.24522-2.24463 2.2446-3.85679-.0005c-.16774-.0005-.32849-.0674-.44712-.186s-.18551-.2794-.18603-.4471z"}))),Dt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m12.0026 7.67357c-2.3621 0-4.25762 1.92468-4.25762 4.25763 0 2.3621 1.92468 4.2576 4.25762 4.2576 2.3621 0 4.2576-1.9247 4.2576-4.2576 0-2.33295-1.8955-4.25763-4.2576-4.25763zm.3208 5.36573-.9624.9624-.9623-.9624-.93318-.9331.96238-.9624.9331.9332 2.2163-2.2163.9624.9623zm8.1944-2.3037c-.3791-.35-.5249-.90406-.3207-1.37065l.1749-.43742c.2917-.67072-.0875-1.42893-.7873-1.63306l-.4666-.11665c-.4958-.14581-.8457-.58324-.8749-1.10815v-.49575c-.0291-.72904-.6999-1.25396-1.3997-1.13731l-.4666.08749c-.5249.08748-1.0207-.14581-1.254-.6124l-.2333-.40827c-.3499-.64155-1.1665-.81653-1.7497-.40826l-.3791.26246c-.4083.29161-.9915.29161-1.3998 0l-.3791-.29162c-.5832-.43743-1.42889-.2333-1.77883.40826l-.23329.40827c-.26246.46659-.75821.69988-1.28312.6124l-.46659-.08749c-.72905-.11665-1.37061.40826-1.42893 1.13731l-.02916.46659c-.02916.52491-.3791.96234-.87485 1.10815l-.46659.1458c-.69989.20414-1.07899.96234-.78737 1.63306l.17497.43743c.20413.46659.05832 1.02071-.32078 1.37061l-.34994.3208c-.55408.4666-.55408 1.3414 0 1.808l.34994.3208c.3791.3499.52491.904.32078 1.3706l-.17497.4374c-.29162.6707.08748 1.4289.78737 1.6331l.46659.1166c.49575.1458.84569.5833.87485 1.1082l.02916.4666c.02916.729.69988 1.2539 1.39977 1.1373l.46658-.0875c.52492-.0875 1.02067.1458 1.25396.6124l.2333.4082c.34994.6416 1.16645.8166 1.74975.4083l.3791-.2624c.4082-.2917.9915-.2917 1.3997 0l.3791.2916c.5833.4374 1.429.2333 1.7789-.4083l.2333-.4083c.2624-.4665.7582-.6998 1.2831-.6124l.4666.0875c.729.1167 1.3706-.4082 1.4289-1.1373l.0292-.4666c.0291-.5249.3791-.9623.8748-1.1081l.4666-.1167c.6999-.2041 1.079-.9623.7874-1.633l-.175-.4375c-.2041-.4665-.0583-1.0206.3208-1.3706l.3499-.3207c.5541-.4666.5541-1.3415 0-1.8081zm-8.5152 7.1154c-3.26612 0-5.89068-2.6537-5.89068-5.8906 0-3.26617 2.65372-5.89073 5.89068-5.89073 3.2661 0 5.8907 2.65372 5.8907 5.89073 0 3.2369-2.6246 5.8906-5.8907 5.8906z",fill:"currentColor"})),Ft=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m19.6976 16.8149-4.5045 2.7755c-.1023.0623-.219.0952-.338.0952-.1189 0-.2356-.0329-.3379-.0952l-3.2947-2.0192c.2929-.5543.4809-1.1606.5542-1.7867l3.2233 2.0124v-9.50002l-5.46036-3.34376v6.29688c-.4582-.4688-1.23302-.6921-2.00388-.7355-.09631 0-.19431-.0087-.29399-.0087-.09969 0-.19938 0-.29569.0087-.85883.0493-1.7495.4304-2.44608.9485v-4.963c-.0002-.11068.02756-.21953.08057-.31591s.12945-.177.22187-.23399l4.56823-2.85494c.10228-.06229.21901-.09516.33793-.09516s.23564.03287.3379.09516l4.807 2.96287 4.6025-2.83623c.0546-.03341.1169-.05136.1804-.05203.0636-.00067.1263.01598.1815.04824.0553.03225.1013.07897.1333.1354s.0488.12055.0488.18584v12.72755c-.0001.1103-.028.2188-.081.3149-.053.096-.1293.1764-.2214.2332zm-10.15796.8309-2.01909 2.2291c-.03574.0395-.07901.071-.12712.0925s-.10003.0326-.15251.0326-.10439-.0111-.15251-.0326c-.04811-.0215-.09138-.053-.12712-.0925l-2.01908-2.2291c-.46748-.5034-.77835-1.1384-.893-1.8239-.11465-.6856-.02788-1.3906.24925-2.0254.24163-.5429.62326-1.0077 1.10363-1.344.48036-.3364 1.04116-.5314 1.62172-.5641h.21796.21795c.58056.0327 1.14136.2277 1.62172.5641.48037.3363.862.8011 1.10366 1.344.2769.6349.3634 1.3401.2484 2.0256-.1149.6856-.4261 1.3205-.89386 1.8237zm-.81102-2.4164c0-.3019-.0872-.5971-.25058-.8481s-.39559-.4467-.66728-.5622c-.27169-.1156-.57064-.1458-.85907-.0869-.28842.0589-.55335.2043-.76129.4178s-.34955.4855-.40692.7816-.02793.603.08461.882c.11254.2789.30311.5173.54762.6851.24451.1677.53198.2572.82606.2572.19539 0 .38888-.0395.56938-.1163.18051-.0769.34449-.1895.48258-.3314s.24757-.3104.3222-.4958c.07462-.1854.11291-.3841.11269-.5847z",fill:"currentColor"})),Vt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m15.75 18v1.75c0 .5523-.4477 1-1 1h-10c-.55228 0-1-.4477-1-1v-15c0-.55228.44772-1 1-1h10c.5523 0 1 .44959 1 1.00188 0 2.11305 0 1.45031 0 1.24812",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"12",y:"8"})),Gt=(Object(le.createElement)(Ye.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{clipRule:"evenodd",d:"m13 10.5h-8c-.27614 0-.5.2239-.5.5v8c0 .2761.22386.5.5.5h8c.2761 0 .5-.2239.5-.5v-8c0-.2761-.2239-.5-.5-.5zm-8-1.5h8c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2h-8c-1.10457 0-2-.8954-2-2v-8c0-1.10457.89543-2 2-2z",fillRule:"evenodd"}),Object(le.createElement)(Ye.Path,{d:"m7.67708 16.8438v-3.6875l3.07292 1.8437z"}),Object(le.createElement)(Ye.Path,{clipRule:"evenodd",d:"m9.03508 5c0-1.10457.89543-2 2.00002-2h7.9649c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2h-1.9961v-1.5h1.9961c.2761 0 .5-.2239.5-.5v-2.838l-1.728-1.59293-.9927 1.11671c-.1351.15198-.3261.24259-.5292.25107-.2032.00848-.4011-.06589-.5484-.20609l-2.0421-1.9437-2.3585 2.55494-1.1022-1.01737 2.875-3.11459c.1363-.14762.3261-.2344.5269-.24089.2008-.0065.3958.06784.5413.20634l2.0317 1.93375.9844-1.10751c.1337-.15043.3223-.2408.5233-.2508s.3976.06121.5456.19762l1.2729 1.17337v-3.12192c0-.27614-.2239-.5-.5-.5h-7.9649c-.2762 0-.5.22386-.5.5v1.98438h-1.50002z",fillRule:"evenodd"}))),Object(le.createElement)(Ye.SVG,{"view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m8.5 8.5 3.5-3.5 3.5 3.5",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m15.5 15.5-3.5 3.5-3.5-3.5",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m11.25 18.0625v-12.25h1.5v12.25z"}))),Ut=(Object(le.createElement)(Ye.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{clipRule:"evenodd",d:"m20.1658 18.312c0 .9283-.7596 1.6879-1.688 1.6879-.9283 0-1.6879-.7596-1.6879-1.6879 0-.9284 1.6879-3.3758 1.6879-3.3758s1.688 2.4474 1.688 3.3758z",fill:"currentColor",fillRule:"evenodd"}),Object(le.createElement)(Ye.Path,{clipRule:"evenodd",d:"m4.97449 13c0 .422.16879.844.42198 1.1815l4.30419 4.3042c.67514.6752 1.68794.6752 2.36304 0l4.3042-4.3042c.2532-.3375.422-.7595.422-1.1815z",fill:"currentColor",fillRule:"evenodd"}),Object(le.createElement)(Ye.Path,{d:"m7.92839 3.71155 6.66731 6.66725m-4.895 8.2708-4.30419-4.3042c-.67517-.6751-.67517-1.6879 0-2.3631l5.48569-5.3169 5.4014 5.4013c.6752.6752.6752 1.688 0 2.3631l-4.3042 4.3042c-.5908.5908-1.6035.5908-2.2787-.0844z",stroke:"currentColor",strokeWidth:"1.5"})),Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m6 4.75h12c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-12c-.69036 0-1.25-.5596-1.25-1.25v-12c0-.69036.55964-1.25 1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m7 9h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m7 13h2v2h-2z"}),Object(le.createElement)(Ye.Path,{d:"m10 9h7v2h-7z"}),Object(le.createElement)(Ye.Path,{d:"m10 13h7v2h-7z"}),Object(le.createElement)(Ye.Path,{d:"m23 18c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.82843.6716-1.5 1.5-1.5z"}),Object(le.createElement)(Ye.Path,{d:"m1 6c.82843 0 1.5.67157 1.5 1.5v9c0 .8284-.67157 1.5-1.500001 1.5z"})))),Ht=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"3",y:"3"}),Object(le.createElement)(Ye.Rect,{fill:"currentColor",height:"8",rx:"1",width:"8",x:"13",y:"3"}),Object(le.createElement)(Ye.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},Object(le.createElement)(Ye.Path,{d:"m13 18.25h5"}),Object(le.createElement)(Ye.Path,{d:"m13 14.25h7"}),Object(le.createElement)(Ye.Path,{d:"m3 18.25h5"}),Object(le.createElement)(Ye.Path,{d:"m3 14.25h7"}))),Wt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},Object(le.createElement)(Ye.Path,{d:"m18 4.5h-12c-.27614 0-.5.22386-.5.5v14.5c0 .2761.22386.5.5.5h12c.2761 0 .5-.2239.5-.5v-14.5c0-.27614-.2239-.5-.5-.5zm-12-1.5h12c1.1046 0 2 .89543 2 2v14.5c0 1.1046-.8954 2-2 2h-12c-1.10457 0-2-.8954-2-2v-14.5c0-1.10457.89543-2 2-2z"}),Object(le.createElement)(Ye.Path,{d:"m10.9123 9.87699c-.3141.21991-.4123.45171-.4123.62301s.0982.4031.4123.623c.3118.2182.7824.377 1.3377.377v1.5c-.8254 0-1.6048-.233-2.1979-.6481-.59069-.4135-1.0521-1.0567-1.0521-1.8519 0-.79516.46141-1.43835 1.0521-1.85186.5931-.41517 1.3725-.64814 2.1979-.64814s1.6048.23297 2.1979.64814c.5907.41351 1.0521 1.0567 1.0521 1.85186 0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75c0-.1713-.0982-.4031-.4123-.62301-.3118-.21821-.7824-.37699-1.3377-.37699s-1.0259.15878-1.3377.37699z"}),Object(le.createElement)(Ye.Path,{d:"m13.5877 14.623c.3141-.2199.4123-.4517.4123-.623s-.0982-.4031-.4123-.623c-.3118-.2182-.7824-.377-1.3377-.377v-1.5c.8254 0 1.6048.233 2.1979.6481.5907.4135 1.0521 1.0567 1.0521 1.8519s-.4614 1.4384-1.0521 1.8519c-.5931.4151-1.3725.6481-2.1979.6481s-1.6048-.233-2.1979-.6481c-.59069-.4135-1.0521-1.0567-1.0521-1.8519 0-.4142.33579-.75.75-.75.4142 0 .75.3358.75.75 0 .1713.0982.4031.4123.623.3118.2182.7824.377 1.3377.377s1.0259-.1588 1.3377-.377z"}),Object(le.createElement)(Ye.Path,{d:"m12.25 15.5c.4142 0 .75.3358.75.75v.5c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75v-.5c0-.4142.3358-.75.75-.75z"}),Object(le.createElement)(Ye.Path,{d:"m12.25 7c.4142 0 .75.33579.75.75v.5c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75v-.5c0-.41421.3358-.75.75-.75z"}))),qt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{clipRule:"evenodd",fill:"currentColor",fillRule:"evenodd"},Object(le.createElement)(Ye.Path,{d:"m16 3h-10c-.27614 0-.5.22386-.5.5v13.5c0 .2761.22386.5.5.5h10c.2761 0 .5-.2239.5-.5v-13.5c0-.27614-.2239-.5-.5-.5zm-10-1.5h10c1.1046 0 2 .89543 2 2v13.5c0 1.1046-.8954 2-2 2h-10c-1.10457 0-2-.8954-2-2v-13.5c0-1.10457.89543-2 2-2z"}),Object(le.createElement)(Ye.Path,{d:"m9.91233 7.87699c-.31409.21986-.41233.45167-.41233.62301s.09824.40315.41233.62301c.31177.21821.78237.37699 1.33767.37699v1.5c-.8254 0-1.60477-.233-2.19786-.6481-.59073-.41355-1.05214-1.05674-1.05214-1.8519s.46141-1.43835 1.05214-1.85186c.59309-.41517 1.37246-.64814 2.19786-.64814s1.6048.23297 2.1979.64814c.5907.41351 1.0521 1.0567 1.0521 1.85186 0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75c0-.17134-.0982-.40315-.4123-.62301-.3118-.21821-.7824-.37699-1.3377-.37699s-1.0259.15878-1.33767.37699z"}),Object(le.createElement)(Ye.Path,{d:"m12.5877 12.623c.3141-.2199.4123-.4517.4123-.623s-.0982-.4031-.4123-.623c-.3118-.2182-.7824-.377-1.3377-.377v-1.5c.8254 0 1.6048.23297 2.1979.6481.5907.4135 1.0521 1.0567 1.0521 1.8519s-.4614 1.4384-1.0521 1.8519c-.5931.4151-1.3725.6481-2.1979.6481s-1.60477-.233-2.19786-.6481c-.59073-.4135-1.05214-1.0567-1.05214-1.8519 0-.4142.33579-.75.75-.75s.75.3358.75.75c0 .1713.09824.4031.41233.623.31177.2182.78237.377 1.33767.377s1.0259-.1588 1.3377-.377z"}),Object(le.createElement)(Ye.Path,{d:"m11.25 13.5c.4142 0 .75.3358.75.75v.5c0 .4142-.3358.75-.75.75s-.75-.3358-.75-.75v-.5c0-.4142.3358-.75.75-.75z"}),Object(le.createElement)(Ye.Path,{d:"m11.25 5c.4142 0 .75.33579.75.75v.5c0 .41421-.3358.75-.75.75s-.75-.33579-.75-.75v-.5c0-.41421.3358-.75.75-.75z"})),Object(le.createElement)(Ye.Path,{d:"m20.25 8.25v11c0 1.1046-.8954 2-2 2h-8",stroke:"currentColor",strokeWidth:"1.5",fill:"none"})),Yt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m3.75 18v-12c0-.69036.55964-1.25 1.25-1.25h14c.6904 0 1.25.55964 1.25 1.25v12c0 .6904-.5596 1.25-1.25 1.25h-14c-.69036 0-1.25-.5596-1.25-1.25z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m3 15h6v18h-6z",fill:"currentColor",transform:"matrix(0 -1 1 0 -12 18)"})),Kt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m4 20.25h16",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m4 16.25h9",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Rect,{fill:"currentColor",height:"9",rx:"2",width:"16",x:"4",y:"4"})),Xt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{stroke:"currentColor",strokeWidth:"1.5",fill:"none"},Object(le.createElement)(Ye.Path,{d:"m4 20.25h16"}),Object(le.createElement)(Ye.Path,{d:"m4 16.25h9"}),Object(le.createElement)(Ye.Path,{d:"m22.25 9.5v-5.75c0-1.10457-.8954-2-2-2h-12.75"})),Object(le.createElement)(Ye.Rect,{fill:"currentColor",height:"9",rx:"2",width:"16",x:"4",y:"4"})),Zt=Object(le.createElement)(Ye.SVG,{"view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m8.5 9.5c0-.82843-.67157-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .8284.67157 1.5 1.5 1.5s1.5-.6716 1.5-1.5z"}),Object(le.createElement)(Ye.Path,{d:"m13.5 14.5c0-.8284-.6716-1.5-1.5-1.5s-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5z"}),Object(le.createElement)(Ye.Path,{d:"m18.5 9.5c0-.82843-.6716-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .8284.6716 1.5 1.5 1.5s1.5-.6716 1.5-1.5z"}),Object(le.createElement)(Ye.Path,{d:"m16.5 5h1v13.825h-1z"}),Object(le.createElement)(Ye.Path,{d:"m6.5 5h1v14h-1z"}),Object(le.createElement)(Ye.Path,{d:"m11.5 5h1v14h-1z"})),Jt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Rect,{height:"16.5",rx:"1.53571",stroke:"currentColor",strokeWidth:"1.5",width:"16.5",x:"3.75",y:"3.75",fill:"none"}),Object(le.createElement)(Ye.Path,{clipRule:"evenodd",d:"m19.5 8.5v11h-15v-5-2c0 3.5 3.5 3.5 5 3.5 3 0 3.5-3.0452 5-5 1.2022-1.56673 3.2746-2.39739 5-2.5z",fill:"currentColor",fillRule:"evenodd"})),$t=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m15.5 6-8 6 8 6",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Rect,{height:"4",rx:"1",width:"4",x:"5",y:"10"}),Object(le.createElement)(Ye.Rect,{height:"4",rx:"1",width:"4",x:"15",y:"4"}),Object(le.createElement)(Ye.Rect,{height:"4",rx:"1",width:"4",x:"15",y:"16"}))),Qt=Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 25",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{fill:"none",d:"m12.5 17v-2c0-1.1046-.8954-2-2-2h-4c-1.10457 0-2 .8954-2 2v2",stroke:"currentColor",strokeWidth:"1.5"}),Object(le.createElement)(Ye.Path,{d:"m19.5 17v-1c0-1.1046-.8954-2-2-2h-2.5",fill:"none",stroke:"currentColor",strokeWidth:"1.5"}),Object(le.createElement)(Ye.Circle,{cx:"15.5",cy:"10",fill:"currentColor",r:"2"}),Object(le.createElement)(Ye.Circle,{cx:"8.5",cy:"9",fill:"currentColor",r:"2"}),Object(le.createElement)(Ye.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"1.5",fill:"none"})),eo=(Object(le.createElement)(Ye.SVG,{fill:"none","view-box":"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m7.34532 7.19644c.03127-.69843.67672-1.20533 1.36267-1.07017l8.89421 1.75261c.6859.13516 1.0908.84904.8547 1.50713l-3.8044 10.60739c-.1909.5322-.7422.8448-1.2968.7355l-5.59369-1.1022c-.55466-.1093-.94606-.6077-.92076-1.1725z",stroke:"currentColor",strokeWidth:"1.4",fill:"none"}),Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m18.7958.00018311-14.7958 6.08966689.76121 1.84948 14.79579-6.08967z"}),Object(le.createElement)(Ye.Path,{d:"m13.5123 2.17454s-.9464.38951-2.1138.86999c-1.1673.48043-2.11357.86993-2.11357.86993-.48046-1.16736.0764-2.50318 1.24367-2.983611 1.1674-.480475 2.5032.076331 2.9837 1.243691z"}),Object(le.createElement)(Ye.Path,{d:"m6.5 17 10-4-2.5 7-7-1z"}))),Object(le.createElement)(Ye.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m6.33693 7.16999c-.02446-.16261-.01354-.3286.03202-.48661.04555-.15801.12466-.30433.23193-.42898.10727-.12464.24018-.22467.38964-.29325.14946-.06859.31196-.10411.47641-.10416h9.06497c.7 0 1.235.622 1.13 1.313l-1.681 11.14301c-.0407.2706-.1771.5176-.3844.6961-.2074.1786-.4719.2768-.7456.2769h-5.70197c-.27363-.0001-.53816-.0983-.74552-.2769-.20736-.1785-.34378-.4255-.38448-.6961z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(Ye.Path,{d:"m20 4.99999h-16v2h16zm-5.714 0h-4.572c0-.60629.24085-1.18774.6696-1.61645.4287-.4287 1.0101-.66955 1.6164-.66955s1.1877.24085 1.6164.66955c.4288.42871.6696 1.01016.6696 1.61645z",fill:"currentColor"})),Object(le.createElement)(Ye.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"m20.9644 6.21958c-.6699.29445-1.3852.49504-2.1383.58663.7675-.46249 1.3579-1.19144 1.6372-2.06117-.7198.4201-1.5177.72591-2.3669.89623-.6783-.72592-1.6449-1.18009-2.7183-1.18009-2.0566 0-3.7241 1.66756-3.7241 3.72192 0 .29521.034.57907.0961.85082-3.09594-.1461-5.83988-1.63275-7.67624-3.88013-.32322.54652-.50413 1.1816-.50413 1.87345 0 1.29439.65854 2.43208 1.6562 3.10046-.61085-.0197-1.18538-.18772-1.68648-.46627v.04617c0 1.8053 1.28152 3.3109 2.98692 3.6538-.31262.084-.64265.1294-.981.1294-.23769 0-.46553-.0227-.69337-.0651.47764 1.4784 1.85074 2.5563 3.485 2.5865-1.27168.9985-2.88322 1.5934-4.61891 1.5934-.29521 0-.58966-.0174-.88563-.0507 1.65696 1.0552 3.60913 1.6721 5.72027 1.6721 6.85347 0 10.59657-5.6741 10.59657-10.5867 0-.1582 0-.31792-.0114-.47688.7274-.52154 1.3625-1.18084 1.8621-1.9287z",fill:"currentColor"})),Object(le.createElement)(Ye.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.G,{fill:"currentColor"},Object(le.createElement)(Ye.Path,{d:"m5 18.5v1.5h14v-1.5h-7z"}),Object(le.createElement)(Ye.Path,{d:"m11.1155 4-4.88894 12.4444h2l.99556-2.6666h5.55558l.9955 2.6666h2l-4.88-12.4444zm-1.22672 8 2.11552-5.62667 2.1156 5.62667z"}))),o(4)),to=Object(le.createElement)(Ye.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(le.createElement)(Ye.Path,{d:"M18.3 5.6L9.9 16.9l-4.6-3.4-.9 1.2 5.8 4.3 9.3-12.6z"})),oo=o(14),no=o(54);function co(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}function ro(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function lo(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ro(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ro(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function ao(e){var t=e.hoveredAnimation,o=e.selected;if(!t)return null;var n=He.a.cloneDeep(o);return n.attributes.animation=t,Object(le.createElement)("div",{className:"block-editor-block-switcher__popover__preview__parent"},Object(le.createElement)("div",{className:"block-editor-block-switcher__popover__preview__container"},Object(le.createElement)(ae.Popover,{className:"block-editor-block-switcher__preview__popover",position:"bottom right",focusOnMount:!1},Object(le.createElement)("div",{className:"block-editor-block-switcher__preview coblocks__preview"},Object(le.createElement)("div",{className:"block-editor-block-switcher__preview-title"},Object(re.__)("Preview animation")),Object(le.createElement)(eo.BlockPreview,{autoHeight:!0,blocks:lo({},n)}),Object(le.createElement)(ae.Tip,null,Object(re.__)("Animations occur as a visitor scrolls this block into view.","coblocks"))))))}var io=function(e){Ie()(o,e);var t=co(o);function o(){var e;return Te()(this,o),e=t.apply(this,arguments),te()(Me()(e),"onChangeHoveredAnimation",(function(t){e.setState({hoveredAnimation:t})})),te()(Me()(e),"onAnimationClick",(function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=e.props.setAttributes;return function(){e.setState({hoveredAnimation:null}),n({animation:o}),t()}})),e.state={hoveredAnimation:null},e}return Re()(o,[{key:"render",value:function(){var e=this,t=this.props,o=t.attributes.animation,n=t.selected,c=this.state.hoveredAnimation;return Object(le.createElement)(eo.BlockControls,null,Object(le.createElement)(ae.Toolbar,null,Object(le.createElement)(ae.DropdownMenu,{icon:Je,label:Object(re.__)("Add animation"),popoverProps:{className:"components-coblocks-animation-dropdown"},className:qe()("components-coblocks-animation-toggle",o?"has-animation":""),noIcons:!0},(function(t){var r=t.onClose;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(ae.MenuGroup,null,Object(le.createElement)(ao,{hoveredAnimation:c,selected:n}),Ge.map((function(t){return Object(le.createElement)(ae.MenuItem,{role:"menuitemradio",label:t.label,onClick:e.onAnimationClick(r,t.className),onMouseEnter:function(){return e.onChangeHoveredAnimation(t.className)},onMouseLeave:function(){return e.onChangeHoveredAnimation(null)},isSelected:o===t.className,icon:o===t.className?to:t.icon,key:"coblocks-animation-".concat(t.className)},t.label)}))),o&&Object(le.createElement)(ae.MenuGroup,null,Object(le.createElement)(ae.MenuItem,{role:"menuitemradio",label:Object(re.__)("Remove animation","coblocks"),onClick:e.onAnimationClick(r),isSelected:!1},Object(re.__)("Remove animation","coblocks"))))}))))}}]),o}(le.Component),so=Object(oo.compose)([Object(oo.ifCondition)((function(){var e=Object(no.useEntityProp)("root","site","coblocks_animation_controls_enabled");return be()(e,1)[0]}))])(io),uo=(o(175),o(39)),bo="CoBlocksSettingsModalControl",po=Object(ae.createSlotFill)(bo),mo=po.Fill,ho=po.Slot;var fo=mo;fo.Slot=function(e){var t=e.children,o=Object(ae.__experimentalUseSlot)(bo);return Boolean(o.fills&&o.fills.length)?Object(le.createElement)(ho,{bubblesVirtually:!0}):t};var go=fo;var vo=function(e){var t=e.label,o=e.help,n=e.settingsKey,c=Object(no.useEntityProp)("root","site",n),r=be()(c,2),l=r[0],a=r[1];return Object(le.createElement)(go,null,Object(le.createElement)(ae.CheckboxControl,{label:t,help:o,checked:!!l,onChange:a}))};Object(uo.registerPlugin)("coblocks-animation-control",{render:function(){return Object(le.createElement)(vo,{settingsKey:"coblocks_animation_controls_enabled",label:Object(re.__)("Animation controls","coblocks"),help:Object(re.__)("Allow animations to be used on blocks.","coblocks")})}});var Oo=o(17),ko=o(21);function yo(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function jo(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?yo(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):yo(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var _o=[{blockType:"coblocks/gallery-carousel",animateChildren:!1},{blockType:"coblocks/gallery-collage",animateChildren:!0},{blockType:"coblocks/gallery-masonry",animateChildren:!0},{blockType:"coblocks/gallery-offset",animateChildren:!0},{blockType:"coblocks/gallery-stacked",animateChildren:!0},{blockType:"core/columns",animateChildren:!1},{blockType:"core/cover",animateChildren:!1},{blockType:"core/gallery",animateChildren:!1},{blockType:"core/group",animateChildren:!1},{blockType:"core/image",animateChildren:!1},{blockType:"core/media-text",animateChildren:!1}],wo=Object(oo.createHigherOrderComponent)((function(e){return Eo((function(t){var o=t.select,n=Pe()(t,["select"]),c=o("core/block-editor").getBlock(n.clientId);return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(e,n),n.isSelected&&_o.some((function(e){return e.blockType===n.name}))&&Object(le.createElement)(so,jo(jo({},n),{},{selectedBlock:c})))}))}),"withControls");Object(ko.addFilter)("editor.BlockEdit","coblocks/animations",wo),Object(ko.addFilter)("blocks.registerBlockType","coblocks/inspector/attributes",(function(e){return _o.some((function(t){return t.blockType===e.name}))&&(e.attributes=jo(jo({},e.attributes),{},{animation:{type:"string"}})),e})),Object(ko.addFilter)("blocks.getSaveContent.extraProps","coblocks/applyAnimationSettings",(function(e,t,o){if(!_o.some((function(e){return e.blockType===t.name&&!e.animateChildren})))return e;var n=o.animation;return n&&(e.className=qe()(e.className,"coblocks-animate"),e["data-coblocks-animation"]=n),e}));var Eo=Object(oo.compose)(Object(Oo.withSelect)((function(e){return{selected:e("core/block-editor").getSelectedBlock(),select:e}}))),xo=Object(oo.createHigherOrderComponent)((function(e){return Eo((function(t){var o,n,c=t.select,r=Pe()(t,["select"]),l=r.wrapperProps,a=c("core/block-editor").getBlock(r.rootClientId||r.clientId),i=c("core/block-editor").getBlockName(r.rootClientId||r.clientId);if(!_o.some((function(e){return e.blockType===i&&!e.animateChildren}))||null==a||null===(o=a.attributes)||void 0===o||!o.animation)return Object(le.createElement)(e,r);var s=a.attributes.animation,u=Object(le.useRef)();Object(le.useEffect)((function(){u.current=s}),[s]);var b=u.current!==s,d=Object(le.useState)(!1),p=be()(d,2),m=p[0],h=p[1];return l=jo(jo({},l),{},{className:qe()(l.className,(n={},te()(n,"coblocks-animate",b||m),te()(n,s,b||m),n))}),r.isSelected&&(l=jo(jo({},l),{},{onAnimationStart:function(){return h(b)},onAnimationEnd:function(){return h(!1)}})),Object(le.createElement)(le.Fragment,null,Object(le.createElement)(e,Ce()({},r,{wrapperProps:l})),m&&Object(le.createElement)("style",{dangerouslySetInnerHTML:{__html:".block-editor-block-contextual-toolbar, .block-editor-rich-text__inline-format-toolbar { display: none !important; }"}}))}))}),"withAnimationSettings");Object(ko.addFilter)("editor.BlockListBlock","coblocks/withAnimationSettings",xo);var Co={textColor:{type:"string"},customTextColor:{type:"string"},customBackgroundColor:{type:"string"}};function So(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Po=function(e){Ie()(o,e);var t=So(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.name,o=e.attributes,n=e.setAttributes,c=o.customTextColor,r=o.customBackgroundColor,l=[];return["core/list","core/quote"].includes(t)||l.push({value:r,onChange:function(e){return n({customBackgroundColor:e})},label:Object(re.__)("Background color","coblocks")}),l.push({value:c,onChange:function(e){return n({customTextColor:e})},label:Object(re.__)("Text color","coblocks")}),Object(le.createElement)(eo.PanelColorSettings,{title:Object(re.__)("Color settings","coblocks"),initialOpen:!1,colorSettings:l})}}]),o}(le.Component),zo=Object(oo.compose)([Object(eo.withColors)({textColor:"color"})])(Po);function To(){var e=Object(no.useEntityProp)("root","site","coblocks_color_panel_controls_enabled"),t=be()(e,2),o=t[0],n=t[1],c=Object(no.useEntityProp)("root","site","coblocks_custom_colors_controls_enabled"),r=be()(c,2),l=r[0],a=r[1],i=Object(no.useEntityProp)("root","site","coblocks_gradient_presets_enabled"),s=be()(i,2),u=s[0],b=s[1],d=Object(Oo.useSelect)((function(e){return{settings:e("core/block-editor").getSettings()}}),[]).settings,p=Object(Oo.useDispatch)("core/block-editor").updateSettings,m=function(e,t){return t||localStorage.setItem(e,JSON.stringify(d[e])),t?JSON.parse(localStorage.getItem(e))||d[e]:[]},h=function(e){return m(e,!0)},f=function(e){return m(e,!1)};return Object(le.useEffect)((function(){[o,l,u].every((function(e){return void 0!==e}))&&p({colors:o?h("colors"):f("colors"),disableCustomColors:!l,disableCustomGradients:!u,gradients:u?h("gradients"):f("gradients")})}),[o,l,u]),Object(le.createElement)(go,null,Object(le.createElement)(ae.CheckboxControl,{label:Object(re.__)("Color settings","coblocks"),help:Object(re.__)("Allow color settings throughout the editor.","coblocks"),checked:!!o,onChange:function(e){n(e),a(e),b(e)}}),o&&Object(le.createElement)(ae.CheckboxControl,{label:Object(re.__)("Custom color pickers","coblocks"),help:Object(re.__)("Allow styling with custom colors.","coblocks"),checked:!!l,onChange:function(e){a(e),b(e)}}),l&&Object(le.createElement)(ae.CheckboxControl,{label:Object(re.__)("Gradient styles","coblocks"),help:Object(re.__)("Allow styling with gradient fills.","coblocks"),checked:!!u,onChange:function(e){b(e)}}))}function Bo(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}Object(uo.registerPlugin)("coblocks-editor-settings-controls",{render:function(){return Object(le.createElement)(To,null)}});var Ro=function(e){return["core/cover","core/button","core/list","core/quote"].includes(e.name)?e.attributes.textPanelHeadingFontSizes=!0:e.attributes.textPanelHideSize=!0,["core/paragraph","core/cover","core/button"].includes(e.name)||(e.attributes.textPanelLineHeight=!0),e.attributes.textPanelHideColor=!0,e.attributes.textPanelShowSpacingControls=!0,Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)(zo,e))};var No=Object(oo.createHigherOrderComponent)((function(e){return function(t){return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(e,t),t.isSelected&&["core/list","core/quote"].includes(t.name)&&Object(le.createElement)(Ro,function(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Bo(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Bo(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}({},t)))}}),"withInspectorControl");Object(ko.addFilter)("blocks.registerBlockType","coblocks/colors/attributes",(function(e){return["core/list","core/quote"].includes(e.name)&&(e.attributes=Object.assign(e.attributes,Co)),e})),Object(ko.addFilter)("editor.BlockEdit","coblocks/colors",No);var Mo={"Abril Fatface":{weight:["400"]},Anton:{weight:["400"]},Arvo:{weight:["400","700"]},Asap:{weight:["400","500","600","700"]},"Barlow Condensed":{weight:["100","200","300","400","500","600","700","800","900"]},Barlow:{weight:["100","200","300","400","500","600","700","800","900"]},"Cormorant Garamond":{weight:["300","400","500","600","700"]},Faustina:{weight:["400","500","600","700"]},"Fira Sans":{weight:["100","200","300","400","500","600","700","800","900"]},"IBM Plex Sans":{weight:["100","200","300","400","500","600","700"]},Inconsolata:{weight:["400","700"]},Heebo:{weight:["100","300","400","500","700","800","900"]},Karla:{weight:["400","700"]},Lato:{weight:["100","200","300","400","500","600","700","800","900"]},Lora:{weight:["400","700"]},Merriweather:{weight:["300","400","500","600","700","800","900"]},Montserrat:{weight:["100","200","300","400","500","600","700","800","900"]},"Noto Sans":{weight:["400","700"]},"Noto Serif":{weight:["400","700"]},"Open Sans":{weight:["300","400","500","600","700","800"]},Oswald:{weight:["200","300","400","500","600","700"]},"Playfair Display":{weight:["400","700","900"]},"PT Serif":{weight:["400","700"]},Roboto:{weight:["100","300","400","500","700","900"]},Rubik:{weight:["300","400","500","700","900"]},Tajawal:{weight:["200","300","400","500","700","800","900"]},Ubuntu:{weight:["300","400","500","700"]},Yrsa:{weight:["300","400","500","600","700"]}},Ao={fontSize:{type:"string"},customFontSize:{type:"number"},fontFamily:{type:"string"},textColor:{type:"string"},customTextColor:{type:"string"},lineHeight:{type:"number"},letterSpacing:{type:"number"},fontWeight:{type:"string",default:""},textTransform:{type:"string",default:""},noBottomSpacing:{type:"boolean",default:!1},noTopSpacing:{type:"boolean",default:!1}};var Io=Object(oo.withInstanceId)((function(e){var t=e.label,o=e.value,n=e.help,c=e.instanceId,r=e.onChange,l=e.className,a=Pe()(e,["label","value","help","instanceId","onChange","className"]),i="inspector-coblocks-font-family-".concat(c),s=[{value:"",label:Object(re.__)("Default","coblocks")},{value:"Arial",label:"Arial"},{value:"Helvetica",label:"Helvetica"},{value:"Times New Roman",label:"Times New Roman"},{value:"Georgia",label:"Georgia"}],u=[];return Object.keys(Mo).forEach((function(e){u.push({value:e,label:e})})),s.reverse().forEach((function(e){u.unshift(e)})),u=wp.hooks.applyFilters("coblocks.google_fonts",u),Object(le.createElement)(ae.BaseControl,{label:t,id:i,help:n,className:l},Object(le.createElement)("select",Ce()({id:i,className:"components-select-control__input components-select-control__input--coblocks-fontfamily",onChange:function(e){var t=wp.data.select("core/editor").getEditedPostAttribute("meta"),o="",n=":100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic",c=document.createElement("link"),l=s.filter((function(t){return t.label===e.target.value})).length>0;c.rel="stylesheet",void 0!==t&&void 0!==t._coblocks_attr&&(o=t._coblocks_attr),o.length>0?(o.includes(e.target.value)||l||(c.href="https://fonts.googleapis.com/css?family="+e.target.value.replace(/ /g,"+")+n,document.head.appendChild(c)),o=(o=o.replace(","+e.target.value,""))+","+e.target.value):(c.href="https://fonts.googleapis.com/css?family="+e.target.value.replace(/ /g,"+")+n,document.head.appendChild(c),o=e.target.value),wp.data.dispatch("core/editor").editPost({meta:{_coblocks_attr:o}}),r(e.target.value)},"aria-describedby":n?"".concat(i,"__help"):void 0,value:o},a),u.map((function(e,t){return Object(le.createElement)("option",{key:"".concat(e.label,"-").concat(e.value,"-").concat(t),value:e.value},e.label)}))))})),Lo={};Lo.typography=Object(le.createElement)(ae.SVG,{height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(ae.G,{fill:"currentColor",fillRule:"nonzero"},Object(le.createElement)(ae.Path,{d:"m3 16v2h14v-2z"}),Object(le.createElement)(ae.Path,{d:"m9.11555556 2-4.88888889 12.4444444h2l.99555555-2.6666666h5.55555558l.9955555 2.6666666h2l-4.88-12.4444444zm-1.22666667 8 2.11555551-5.62666667 2.1155556 5.62666667z"})));var Do=Lo,Fo=o(30);function Vo(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Go=window.getComputedStyle,Uo=Object(ae.withFallbackStyles)((function(e,t){var o=t.attributes,n=o.textColor,c=o.fontSize,r=o.customFontSize,l=e.querySelector('[contenteditable="true"]'),a=l?Go(l):void 0;return{fallbackTextColor:n||!a?void 0:a.color,fallbackFontSize:c||r||!a?void 0:parseInt(a.fontSize)||void 0}})),Ho=["core/paragraph","core/heading","core/button","core/list","coblocks/row","coblocks/column","coblocks/accordion","coblocks/accordion-item","coblocks/click-to-tweet","coblocks/alert","coblocks/pricing-table","coblocks/highlight"],Wo=function(e){Ie()(o,e);var t=Vo(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.attributes,o=e.setAttributes,n=e.icon,c=void 0===n?Do.typography:n,r=e.label,l=void 0===r?Object(re.__)("Change typography","coblocks"):r;if(!Ho.includes(this.props.name))return null;var a=t.customFontSize,i=t.fontFamily,s=t.lineHeight,u=t.letterSpacing,b=t.noBottomSpacing,d=t.noTopSpacing,p=t.fontWeight,m=t.textTransform,h=[{value:"",label:Object(re.__)("Default","coblocks")},{value:"normal",label:Object(re.__)("Normal","coblocks")},{value:"bold",label:Object(re.__)("Bold","coblocks")}],f=[{value:"",label:Object(re.__)("Default","coblocks")},{value:"uppercase",label:Object(re.__)("Uppercase","coblocks")},{value:"lowercase",label:Object(re.__)("Lowercase","coblocks")},{value:"capitalize",label:Object(re.__)("Capitalize","coblocks")},{value:"initial",label:Object(re.__)("Normal","coblocks")}];void 0!==Mo[i]&&void 0!==Mo[i].weight&&Mo[i].weight.forEach((function(e){h.push({value:e,label:e})}));return Object(le.createElement)(ae.Toolbar,null,Object(le.createElement)(ae.Dropdown,{className:qe()("components-dropdown-menu","components-coblocks-typography-dropdown"),contentClassName:"components-dropdown-menu__popover components-coblocks-typography-dropdown",renderToggle:function(e){var t=e.isOpen,o=e.onToggle;return Object(le.createElement)(ae.ToolbarButton,{className:"components-dropdown-menu__toggle",icon:c,onClick:o,onKeyDown:function(e){t||e.keyCode!==Fo.DOWN||(e.preventDefault(),e.stopPropagation(),o())},"aria-haspopup":"true","aria-expanded":t,label:l,tooltip:l})},renderContent:function(){return Object(le.createElement)(le.Fragment,null,Object(le.createElement)("div",{className:"components-coblocks-typography-dropdown__inner"},Object(le.createElement)(Io,{label:Object(re.__)("Font","coblocks"),value:i,onChange:function(e){return o({fontFamily:t=e}),void(void 0!==Mo[t]&&void 0!==Mo[t].weight&&p&&Object.values(Mo[i].weight).indexOf(p)<0&&o({fontWeight:void 0}));var t},className:"components-base-control--with-flex components-coblocks-typography-dropdown__inner--font"}),void 0===t.textPanelFontWeight||void 0!==t.textPanelFontWeight&&void 0===t.textPanelFontWeight?Object(le.createElement)(ae.SelectControl,{label:Object(re.__)("Weight","coblocks"),value:p,options:h,onChange:function(e){return o({fontWeight:e})},className:"components-base-control--with-flex components-coblocks-typography-dropdown__inner--weight"}):null,void 0===t.textPanelTextTransform||void 0!==t.textPanelTextTransform&&void 0===t.textPanelTextTransform?Object(le.createElement)(ae.SelectControl,{label:Object(re.__)("Transform","coblocks"),value:m,options:f,onChange:function(e){return o({textTransform:e})},className:"components-base-control--with-flex components-coblocks-typography-dropdown__inner--transform"}):null,void 0===t.textPanelHideSize||void 0!==t.textPanelHideSize&&void 0===t.textPanelHideSize?Object(le.createElement)(ae.RangeControl,{label:Object(re.__)("Size","coblocks"),value:parseFloat(a)||void 0,onChange:function(e){return o({customFontSize:e})},min:1,max:100,step:1,className:"components-coblocks-typography-dropdown__inner--size"}):null,void 0===t.textPanelLineHeight||void 0!==t.textPanelLineHeight&&void 0===t.textPanelLineHeight?Object(le.createElement)(ae.RangeControl,{label:Object(re.__)("Line height","coblocks"),value:parseFloat(s)||void 0,onChange:function(e){return o({lineHeight:e})},min:1,max:3,step:.01,className:"components-coblocks-typography-dropdown__inner--line-height"}):null,void 0===t.textPanelLetterSpacing||void 0!==t.textPanelLetterSpacing&&void 0===t.textPanelLetterSpacing?Object(le.createElement)(ae.RangeControl,{label:Object(re.__)("Letter spacing","coblocks"),value:parseFloat(u)||void 0,onChange:function(e){return o({letterSpacing:e})},min:-1,max:3,step:.1,className:"components-coblocks-typography-dropdown__inner--letter-spacing"}):null,void 0!==t.textPanelShowSpacingControls&&t.textPanelShowSpacingControls&&Object(le.createElement)("div",{className:"components-coblocks-typography-dropdown__footer"},Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("No top spacing","coblocks"),checked:!!d,onChange:function(){return o({noTopSpacing:!d})}}),Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("No bottom spacing","coblocks"),checked:!!b,onChange:function(){return o({noBottomSpacing:!b})}}))))}}))}}]),o}(le.Component),qo=Object(oo.compose)([Uo,Object(oo.ifCondition)((function(){var e=Object(no.useEntityProp)("root","site","coblocks_typography_controls_enabled");return be()(e,1)[0]}))])(Wo);function Yo(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Ko=function(e){Ie()(o,e);var t=Yo(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.name,o=e.attributes;if(!coblocksBlockData.typographyControlsEnabled)return null;var n=!1,c=["core/paragraph","core/heading","core/cover","core/button","core/list","coblocks/row","coblocks/column","coblocks/accordion","coblocks/accordion-item","coblocks/click-to-tweet","coblocks/alert","coblocks/pricing-table","coblocks/highlight","coblocks/features"];return o.textPanelHideColor=!0,o.textPanelShowSpacingControls=!0,c.includes(t)?o.textPanelHeadingFontSizes=!0:o.textPanelHideSize=!0,c.includes(t)||(o.textPanelLineHeight=!0,o.textPanelLetterSpacing=!0),["coblocks/row","coblocks/column"].includes(t)&&(o.textPanelShowSpacingControls=!1),["coblocks/row"].includes(t)&&(o.layout||(n=!0)),n?null:Object(le.createElement)(eo.BlockControls,null,Object(le.createElement)(qo,this.props))}}]),o}(le.Component),Xo=["fontFamily","lineHeight","letterSpacing","fontWeight","textTransform"];var Zo=function(e,t){var o=Object(Ue.pickBy)(e,(function(e,t){return!!e&&Xo.includes(t)}));return void 0!==e.customFontSize&&(o.fontSize=e.customFontSize+"px"),void 0!==e.customTextColor&&(o.color=e.customTextColor),"coblocks/column"===t&&void 0!==e.width&&(o.width=e.width+"%"),o};function Jo(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function $o(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Jo(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Jo(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}Object(uo.registerPlugin)("coblocks-typography-control",{render:function(){return Object(ko.applyFilters)("coblocks-show-layout-selector",!0)&&Object(le.createElement)(vo,{settingsKey:"coblocks_typography_controls_enabled",label:Object(re.__)("Typography controls","coblocks"),help:Object(re.__)("Allow block-level typography controls.","coblocks")})}});var Qo=["core/paragraph","core/heading","core/pullquote","core/cover","core/quote","core/button","core/list","coblocks/row","coblocks/column","coblocks/accordion","coblocks/accordion-item","coblocks/alert","coblocks/highlight","coblocks/pricing-table","coblocks/features"],en=["coblocks/click-to-tweet"];var tn=Object(oo.createHigherOrderComponent)((function(e){return function(t){return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(e,t),t.isSelected&&Qo.includes(t.name)&&Object(le.createElement)(Ko,$o({},t)))}}),"withControls"),on=Object(oo.compose)(Object(Oo.withSelect)((function(e){return{selected:e("core/block-editor").getSelectedBlock(),select:e}}))),nn=Object(oo.createHigherOrderComponent)((function(e){return on((function(t){var o=t.select,n=Pe()(t,["select"]),c=n.wrapperProps,r={},l=o("core/block-editor").getBlock(n.clientId),a=o("core/block-editor").getBlockName(n.clientId);if(Qo.includes(a)&&null!=l&&l.attributes){var i=l.attributes,s=i.customFontSize,u=i.fontFamily,b=i.lineHeight,d=i.fontWeight,p=i.letterSpacing,m=i.textTransform,h=i.customTextColor;s&&(r=Object.assign(r,{"data-custom-fontsize":1})),b&&(r=Object.assign(r,{"data-custom-lineheight":1})),u&&(r=Object.assign(r,{"data-coblocks-font":1})),d&&(r=Object.assign(r,{"data-custom-fontweight":1})),m&&(r=Object.assign(r,{"data-custom-texttransform":1})),h&&(r=Object.assign(r,{"data-custom-textcolor":1})),p&&(r=Object.assign(r,{"data-custom-letterspacing":1})),c=$o($o({},c),{},{style:Zo(l.attributes,a)},r)}return Object(le.createElement)(e,Ce()({},n,{wrapperProps:c}))}))}),"withFontSettings");Object(ko.addFilter)("blocks.registerBlockType","coblocks/inspector/attributes",(function(e){return Qo.includes(e.name)&&(e.attributes=Object.assign(e.attributes,Ao)),e})),Object(ko.addFilter)("editor.BlockEdit","coblocks/typography",tn),Object(ko.addFilter)("editor.BlockListBlock","coblocks/withFontSettings",nn),Object(ko.addFilter)("blocks.getSaveContent.extraProps","coblocks/applyFontSettings",(function(e,t,o){if(Qo.includes(t.name)||en.includes(t.name)){void 0!==e.style?e.style=Object.assign(e.style,Zo(o,t.name)):e.style=Zo(o,t.name);var n=o.fontFamily,c=o.lineHeight,r=o.fontWeight,l=o.letterSpacing,a=o.textTransform,i=o.noBottomSpacing,s=o.noTopSpacing;n&&(e.className=qe()(e.className,"has-custom-font")),r&&(e.className=qe()(e.className,"has-custom-weight")),a&&(e.className=qe()(e.className,"has-custom-transform")),c&&(e.className=qe()(e.className,"has-custom-lineheight")),l&&(e.className=qe()(e.className,"has-custom-letterspacing")),void 0!==i&&i&&(e.className=qe()(e.className,"mb-0 pb-0")),void 0!==s&&s&&(e.className=qe()(e.className,"mt-0 pt-0"))}return e}));var cn=["coblocks/row","coblocks/column","coblocks/features","coblocks/feature","coblocks/media-card","coblocks/shape-divider","coblocks/hero"];var rn=Object(oo.createHigherOrderComponent)((function(e){return function(t){var o=t.name;if(cn.includes(o)&&(t.attributes.coblocks=t.attributes.coblocks||{},void 0===t.attributes.coblocks.id)){var n=new Date;t.attributes.coblocks=Object.assign({},t.attributes.coblocks,{id:""+n.getMonth()+n.getDate()+n.getHours()+n.getMinutes()+n.getSeconds()+n.getMilliseconds()})}return Object(le.createElement)(e,t)}}),"withAttributes");function ln(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function an(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ln(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ln(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}Object(ko.addFilter)("blocks.registerBlockType","coblocks/custom/attributes",(function(e){return cn.includes(e.name)&&void 0!==e.attributes&&(e.attributes=Object.assign(e.attributes,{coblocks:{type:"object"}})),e})),Object(ko.addFilter)("editor.BlockEdit","coblocks/attributes",rn);var sn=["core/image","core/gallery","core/spacer","core/cover","core/group"];var un=Object(oo.createHigherOrderComponent)((function(e){return function(t){var o=t.name,n=t.clientId,c=t.attributes,r=t.setAttributes,l=t.isSelected,a=c.isStackedOnMobile,i=c.noBottomMargin,s=c.noTopMargin,u=Object(oe.hasBlockSupport)(o,"stackedOnMobile"),b=Object(oe.hasBlockSupport)(o,"coBlocksSpacing");Object(le.useEffect)((function(){document.getElementsByClassName("block-editor-block-list__layout is-root-container").length&&document.querySelectorAll(".block-editor-block-list__layout").forEach((function(e){e.childNodes.forEach((function(e){!function(e){var t=e.querySelector(".wp-block[data-align]"),o=function(e,o){t&&(t.style[e]=o)};switch(e.outerHTML.includes("data-coblocks-bottom-spacing")){case!0:e.style.marginBottom=0,o("marginBottom",0);break;case!1:e.style.marginBottom=null,o("marginBottom",null)}switch(e.outerHTML.includes("data-coblocks-top-spacing")){case!0:e.style.marginTop=0,o("marginTop",0);break;case!1:e.style.marginTop=null,o("marginTop",null)}}(e)}))}))}),[i,s]);var d=!!u||!!b;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(e,t),l&&d&&Object(le.createElement)(eo.InspectorAdvancedControls,null,u&&Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Stack on mobile","coblocks"),checked:!!a,onChange:function(){return r({isStackedOnMobile:!a})},help:a?Object(re.__)("Responsiveness is enabled.","coblocks"):Object(re.__)("Toggle to stack elements on top of each other on smaller viewports.","coblocks")}),b&&Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Remove top spacing","coblocks"),checked:!!s,onChange:function(){return r({noTopMargin:!s,marginTop:0,marginTopTablet:0,marginTopMobile:0})},help:s?Object(re.__)("Toggle to add top margin back.","coblocks"):Object(re.__)("Toggle to remove any top margin.","coblocks")}),b&&Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Remove bottom spacing","coblocks"),checked:!!i,onChange:function(){r({noBottomMargin:!i,marginBottom:0,marginBottomTablet:0,marginBottomMobile:0});var e=wp.data.select("core/editor").getNextBlockClientId(n);e&&!i&&wp.data.dispatch("core/block-editor").updateBlockAttributes(e,{noTopMargin:!s,marginTop:0,marginTopTablet:0,marginTopMobile:0})},help:i?Object(re.__)("Toggle to add bottom margin back.","coblocks"):Object(re.__)("Toggle to remove any bottom margin.","coblocks")})))}}),"withAdvancedControls");var bn=Object(oo.compose)(Object(Oo.withSelect)((function(e){return{selected:e("core/block-editor").getSelectedBlock(),select:e}}))),dn=Object(oo.createHigherOrderComponent)((function(e){return bn((function(t){var o=t.select,n=Pe()(t,["select"]),c=n.wrapperProps,r={},l=o("core/block-editor").getBlock(n.rootClientId||n.clientId),a=o("core/block-editor").getBlockName(n.rootClientId||n.clientId),i=Object(oe.hasBlockSupport)(a,"coBlocksSpacing"),s=Object(oe.hasBlockSupport)(a,"align");if(["core/image"].includes(a)&&(s=!0),i&&null!=l&&l.attributes){var u=l.attributes,b=u.noBottomMargin,d=u.noTopMargin;void 0!==d&&d&&(r=Object.assign(r,{"data-coblocks-top-spacing":1})),void 0!==b&&b&&(r=Object.assign(r,{"data-coblocks-bottom-spacing":1}))}return s&&(r=Object.assign(r,{"data-coblocks-align-support":1})),(i||s)&&(c=an(an({},c),r)),Object(le.createElement)(e,Ce()({},n,{wrapperProps:c}))}))}),"addEditorBlockAttributes");function pn(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}Object(ko.addFilter)("blocks.registerBlockType","coblocks/AdvancedControls/attributes",(function(e){return Object(oe.hasBlockSupport)(e,"stackedOnMobile")&&void 0!==e.attributes&&(e.attributes.isStackedOnMobile||(e.attributes=Object.assign(e.attributes,{isStackedOnMobile:{type:"boolean",default:!0}}))),sn.includes(e.name)&&(e.supports||(e.supports={}),e.supports=Object.assign(e.supports,{coBlocksSpacing:!0})),Object(oe.hasBlockSupport)(e,"coBlocksSpacing")&&void 0!==e.attributes&&(e.attributes.noBottomMargin||(e.attributes=Object.assign(e.attributes,{noBottomMargin:{type:"boolean",default:!1}})),e.attributes.noTopMargin||(e.attributes=Object.assign(e.attributes,{noTopMargin:{type:"boolean",default:!1}}))),e})),Object(ko.addFilter)("editor.BlockEdit","coblocks/advanced",un),Object(ko.addFilter)("blocks.getSaveContent.extraProps","coblocks/applySpacingClass",(function(e,t,o){if(Object(oe.hasBlockSupport)(t.name,"coBlocksSpacing")){var n=o.noBottomMargin,c=o.noTopMargin;void 0!==n&&n&&(e.className=qe()(e.className,"mb-0")),void 0!==c&&c&&(e.className=qe()(e.className,"mt-0"))}return e})),Object(ko.addFilter)("editor.BlockListBlock","coblocks/addEditorBlockAttributes",dn);var mn=[{value:1,label:Object(re.__)("S","coblocks"),tooltip:Object(re.__)("Small","coblocks")},{value:2,label:Object(re.__)("M","coblocks"),tooltip:Object(re.__)("Medium","coblocks")},{value:3,label:Object(re.__)("L","coblocks"),tooltip:Object(re.__)("Large","coblocks")},{value:4,label:Object(re.__)("XL","coblocks"),tooltip:Object(re.__)("Extra Large","coblocks")}],hn={value:0,label:Object(re.__)("None","coblocks"),tooltip:Object(re.__)("None","coblocks")},fn={value:"custom",label:Object(le.createElement)(ae.Icon,{icon:Zt}),tooltip:Object(re.__)("Custom","coblocks")},gn=function(e){Ie()(o,e);var t=pn(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.advancedMaxValue,o=e.advancedMinValue,n=e.currentOption,c=e.label,r=e.onChange,l=e.options,a=e.showAdvancedControls,i=e.showIcons,s=e.showNoneOption,u=e.showCustomOption,b=l||mn;return s&&(b=[hn].concat(ce()(b))),u&&(b=[].concat(ce()(b),[fn])),a&&!1!==o&&!1!==t?Object(le.createElement)(ae.RangeControl,{label:c,value:n,onChange:function(e){return r(e)},min:o,max:t}):Object(le.createElement)(ae.BaseControl,{id:"coblocks-option-selector-".concat(Object(Ue.kebabCase)(c)),label:c,className:qe()("coblocks-option-selector-control",{"is-custom":"custom"===n})},Object(le.createElement)(ae.PanelRow,null,Object(le.createElement)(ae.ButtonGroup,{"aria-label":c},b.map((function(e){return Object(le.createElement)(ae.Tooltip,{key:"option-".concat(e.value),text:e.tooltip},Object(le.createElement)(ae.Button,{isSecondary:n!==e.value,isPrimary:n===e.value,"aria-pressed":n===e.value,onClick:function(){return r(e.value)},"aria-label":e.tooltip},i?e.icon:e.label))})))))}}]),o}(le.Component),vn=o(22),On=o.n(vn);function kn(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function yn(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?kn(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):kn(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function jn(e){var t=e.children,o=e.padding,n=e.paddingCustom;if(!Object(le.isValidElement)(t))return t;var c={className:qe()(t.props.className,te()({},"has-".concat(o,"-padding"),o))};return t.props.style&&(c.style=yn({},t.props.style)),"custom"===o&&(c.style=yn(yn({},c.style),{},{"--coblocks-custom-padding":"".concat(n,"em")})),Object(le.cloneElement)(t,c)}jn.propTypes={padding:On.a.string,paddingCustom:On.a.oneOfType([On.a.string,On.a.number])};var _n=jn;function wn(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function En(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?wn(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):wn(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var xn=["core/group"],Cn=[{value:"no",label:Object(re.__)("None","coblocks"),tooltip:Object(re.__)("None","coblocks")},{value:"small",label:Object(re.__)("S","coblocks"),tooltip:Object(re.__)("Small","coblocks")},{value:"medium",label:Object(re.__)("M","coblocks"),tooltip:Object(re.__)("Medium","coblocks")},{value:"large",label:Object(re.__)("L","coblocks"),tooltip:Object(re.__)("Large","coblocks")},{value:"huge",label:Object(re.__)("XL","coblocks"),tooltip:Object(re.__)("Huge","coblocks")}],Sn=Object(oo.createHigherOrderComponent)((function(e){return function(t){var o=t.name,n=t.attributes,c=t.setAttributes,r=t.isSelected,l=n.padding,a=n.paddingCustom,i="full"===n.align?10:5,s=xn.includes(o),u=Object(Ue.startCase)(o.split("/")[1]);return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(e,t),r&&s&&Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)(ae.PanelBody,{title:Object(re.sprintf)(Object(re.__)("%1$s settings","coblocks"),u)},Object(le.createElement)(gn,{label:Object(re.__)("Padding","coblocks"),currentOption:l,options:Cn,showCustomOption:!0,onChange:function(e){return c({padding:e})}}),"custom"===l&&Object(le.createElement)(ae.RangeControl,{step:.1,initialValue:0,value:parseFloat(a)||0,onChange:function(e){return c({paddingCustom:e.toString()})},min:0,max:i,withInputField:!0}))))}}),"withPaddingControls"),Pn=Object(oo.createHigherOrderComponent)((function(e){return function(t){var o=t.name,n=t.attributes,c=n.padding,r=n.paddingCustom;if(xn.includes(o)){var l,a=t.wrapperProps;a=En(En({},t.wrapperProps),{},{style:En(En({},null===(l=t.wrapperProps)||void 0===l?void 0:l.style),{},{"--coblocks-custom-padding":"custom"===c&&"".concat(r,"em")})});var i=qe()(t.className,te()({},"has-".concat(c,"-padding"),c));return Object(le.createElement)(e,Ce()({},t,{className:i,wrapperProps:a}))}return Object(le.createElement)(e,t)}}),"withPaddingClasses");function zn(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Tn(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?zn(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):zn(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}Object(ko.addFilter)("blocks.registerBlockType","coblocks/padding-controls/block-attributes",(function(e){var t;return xn.includes(null==e?void 0:e.name)&&(null!=e&&null!==(t=e.attributes)&&void 0!==t&&t.padding||(e.attributes=Object.assign(e.attributes,{padding:{type:"string"},paddingCustom:{type:"string"}}))),e})),Object(ko.addFilter)("editor.BlockEdit","coblocks/padding-controls/editor-controls",Sn),Object(ko.addFilter)("editor.BlockListBlock","coblocks/padding-controls/editor-padding-classes",Pn),Object(ko.addFilter)("blocks.getSaveElement","coblocks/padding-controls/save-padding-class",(function(e,t,o){return xn.includes(null==t?void 0:t.name)?Object(le.createElement)(_n,o,e):e})),Object(oe.registerBlockStyle)("core/list",{name:"default",label:Object(re.__)("Default","coblocks"),isDefault:!0}),Object(oe.registerBlockStyle)("core/list",{name:"none",label:Object(re.__)("None","coblocks"),isDefault:!1}),Object(oe.registerBlockStyle)("core/list",{name:"checkbox",label:Object(re.__)("Checkbox","coblocks"),isDefault:!1}),Object(oe.registerBlockStyle)("core/button",{name:"circular",label:Object(re.__)("Circular","coblocks"),isDefault:!1}),Object(oe.registerBlockStyle)("core/button",{name:"3d",label:Object(re.__)("3D","coblocks"),isDefault:!1}),Object(oe.registerBlockStyle)("core/button",{name:"shadow",label:Object(re.__)("Shadow","coblocks"),isDefault:!1});var Bn=["core/button"];var Rn=Object(oo.createHigherOrderComponent)((function(e){return function(t){var o=t.name,n=t.attributes,c=t.setAttributes,r=n.isFullwidth,l=Bn.includes(o);return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(e,t),l&&Object(le.createElement)(eo.InspectorAdvancedControls,null,Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Display fullwidth","coblocks"),checked:!!r,onChange:function(){return c({isFullwidth:!r})},help:r?Object(re.__)("Displaying as full width.","coblocks"):Object(re.__)("Toggle to display button as full width.","coblocks")})))}}),"withAdvancedControls");var Nn=Object(oo.compose)(Object(Oo.withSelect)((function(e){return{selected:e("core/block-editor").getSelectedBlock(),select:e}}))),Mn=Object(oo.createHigherOrderComponent)((function(e){return Nn((function(t){var o=t.select,n=Pe()(t,["select"]),c=n.wrapperProps,r={},l=o("core/block-editor").getBlock(n.rootClientId||n.clientId),a=o("core/block-editor").getBlockName(n.rootClientId||n.clientId),i=Bn.includes(a);if(i&&null!=l&&l.attributes){var s=l.attributes.isFullwidth;void 0!==s&&s&&(r=Object.assign(r,{"data-coblocks-button-fullwidth":1}))}return i&&(c=Tn(Tn({},c),r)),Object(le.createElement)(e,Ce()({},n,{wrapperProps:c}))}))}),"addEditorBlockAttributes");Object(ko.addFilter)("blocks.registerBlockType","coblocks/AdvancedButtonControls/attributes",(function(e){return Bn.includes(e.name)&&(e.attributes=Object.assign(e.attributes,{isFullwidth:{type:"boolean",default:!1}})),e})),Object(ko.addFilter)("editor.BlockEdit","coblocks/advancedButtonControls",Rn),Object(ko.addFilter)("blocks.getSaveContent.extraProps","coblocks/applyButtonControls",(function(e,t,o){if(Bn.includes(t.name)){var n=o.isFullwidth;void 0!==n&&n&&(e.className=qe()(e.className,"w-100"))}return e})),Object(ko.addFilter)("editor.BlockListBlock","coblocks/addEditorButtonControls",Mn),Object(oe.registerBlockStyle)("core/image",{name:"default",label:Object(re.__)("Default","coblocks"),isDefault:!0}),Object(oe.registerBlockStyle)("core/image",{name:"bottom-wave",label:Object(re.__)("Bottom Wave","coblocks"),isDefault:!1}),Object(oe.registerBlockStyle)("core/image",{name:"top-wave",label:Object(re.__)("Top Wave","coblocks"),isDefault:!1}),Object(oe.registerBlockStyle)("core/cover",{name:"default",label:Object(re.__)("Default","coblocks"),isDefault:!0}),Object(oe.registerBlockStyle)("core/cover",{name:"bottom-wave",label:Object(re.__)("Bottom Wave","coblocks"),isDefault:!1}),Object(oe.registerBlockStyle)("core/cover",{name:"top-wave",label:Object(re.__)("Top Wave","coblocks"),isDefault:!1}),Object(oe.registerBlockStyle)("core/media-text",{name:"default",label:Object(re.__)("Default","coblocks"),isDefault:!0}),Object(oe.registerBlockStyle)("core/media-text",{name:"card",label:Object(re.__)("Card","coblocks"),isDefault:!1}),Object(oe.registerBlockStyle)("core/media-text",{name:"overlap",label:Object(re.__)("Overlap","coblocks"),isDefault:!1}),Object(oe.registerBlockStyle)("core/media-text",{name:"outline",label:Object(re.__)("Outline","coblocks"),isDefault:!1});var An=["core/gallery","core/image"],In=Object(oo.createHigherOrderComponent)((function(e){return function(t){var o,n,c=t.name,r=t.attributes,l=t.setAttributes,a=t.isSelected,i=r.lightbox,s=An.includes(c);return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(e,t),a&&s&&(!(null===(o=t.attributes)||void 0===o||null===(n=o.images)||void 0===n||!n.length)||!!t.attributes.id)&&Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)(ae.PanelRow,{className:"coblocks-lightbox-controls"},Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Lightbox","coblocks"),checked:!!i,onChange:function(){return l({lightbox:!i})},help:function(e){return e?Object(re.__)("Image lightbox is enabled.","coblocks"):Object(re.__)("Toggle to enable the image lightbox.","coblocks")}}))))}}),"withLightbox"),Ln=Object(oo.createHigherOrderComponent)((function(e){return function(t){var o,n=t.name,c=t.attributes.lightbox,r=An.includes(n),l=t.className;return r&&(o=null==t?void 0:t.wrapperProps,l=qe()(t.className,te()({},"has-lightbox",c))),Object(le.createElement)(e,Ce()({},t,{wrapperProps:o,className:l}))}}),"withlightboxClasses");Object(ko.addFilter)("blocks.registerBlockType","coblocks/lightbox-controls/block-attributes",(function(e){var t;return An.includes(null==e?void 0:e.name)&&(null!=e&&null!==(t=e.attributes)&&void 0!==t&&t.lightbox||(e.attributes=Object.assign(e.attributes,{lightbox:{type:"boolean",default:!1}}))),e})),Object(ko.addFilter)("editor.BlockEdit","coblocks/lightbox-controls/editor-controls",In),Object(ko.addFilter)("editor.BlockListBlock","coblocks/lightbox-controls/editor-lightbox-classes",Ln),Object(ko.addFilter)("blocks.getSaveContent.extraProps","coblocks/lightbox-controls/save-lightbox-classes",(function(e,t,o){if(An.includes(null==t?void 0:t.name)){var n=o.lightbox;e.className=qe()(e.className,te()({},"has-lightbox",n))}return e}));var Dn=void 0;function Fn(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Vn(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Fn(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Fn(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var Gn=["core/image"],Un=Object(oo.createHigherOrderComponent)((function(e){return function(t){if(t.name.includes(Gn)&&t.attributes.url){var o=t.setAttributes,n=t.attributes;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(e,t),Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)("div",{className:"components-coblocks-replace-image"},Object(le.createElement)(eo.MediaUploadCheck,null,Object(le.createElement)(eo.MediaUpload,{allowedTypes:["image"],onSelect:function(e){if(e&&e.url){var t,c=n.id,r=n.url,l=n.alt,a=n.caption,i=n.linkDestination,s=_e(e);(function(e,t){return!e&&Object(je.isBlobURL)(t)})(c,r)&&l&&(s=Object(Ue.omit)(s,["alt"])),a&&!Object(Ue.get)(s,["caption"])&&(s=Object(Ue.omit)(s,["caption"])),t=e.id&&e.id===c?{url:r}:{width:void 0,height:void 0,sizeSlug:"large"},"media"===i&&(s.href=e.url),"attachment"===i&&(s.href=e.link),o(Vn(Vn({},s),t))}else Dn.props.setAttributes({url:void 0,alt:void 0,id:void 0,title:void 0,caption:void 0})},value:t.url,render:function(e){var t=e.open;return Object(le.createElement)(ae.Button,{isSmall:!0,isSecondary:!0,onClick:t},Object(re.__)("Replace Image","coblocks"))}})))))}return Object(le.createElement)(e,t)}}),"withReplaceImage");Object(ko.addFilter)("editor.BlockEdit","coblocks/components-coblocks-replace-image",Un);o(360);function Hn(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}function Wn(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function qn(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Wn(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Wn(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Yn(e){var t=e.hoveredFilter;if(!t)return null;var o=He.a.cloneDeep(wp.data.select("core/block-editor").getSelectedBlock());return o.attributes.filter=t,Object(le.createElement)("div",{className:"block-editor-block-switcher__popover__preview__parent"},Object(le.createElement)("div",{className:"block-editor-block-switcher__popover__preview__container"},Object(le.createElement)(ae.Popover,{className:"block-editor-block-switcher__preview__popover coblocks-image-filter-popover",position:"bottom right",focusOnMount:!1},Object(le.createElement)("div",{className:"block-editor-block-switcher__preview coblocks__preview"},Object(le.createElement)("div",{className:"block-editor-block-switcher__preview-title"},Object(re.__)("Preview filter")),Object(le.createElement)(eo.BlockPreview,{autoHeight:!0,blocks:qn({},o)})))))}var Kn=function(e){Ie()(o,e);var t=Hn(o);function o(){var e;return Te()(this,o),e=t.apply(this,arguments),te()(Me()(e),"onChangeHoveredFilter",(function(t){e.setState({hoveredFilter:t})})),e.state={hoveredFilter:null},e}return Re()(o,[{key:"render",value:function(){var e=this,t=this.props,o=t.attributes,n=t.setAttributes,c=o.filter,r=this.state.hoveredFilter,l=[{icon:Object(le.createElement)(ae.Icon,{icon:at}),title:Object(re.__)("Original","coblocks"),slug:"none",onClick:function(){n({filter:"none"})},isActive:"none"===c},{icon:Object(le.createElement)(ae.Icon,{icon:rt}),title:Object(re.__)("Grayscale filter","coblocks"),slug:"grayscale",onClick:function(){n({filter:"grayscale"})},isActive:"grayscale"===c},{icon:Object(le.createElement)(ae.Icon,{icon:st}),title:Object(re.__)("Sepia filter","coblocks"),slug:"sepia",onClick:function(){n({filter:"sepia"})},isActive:"sepia"===c},{icon:Object(le.createElement)(ae.Icon,{icon:it}),title:Object(re.__)("Saturation filter","coblocks"),slug:"saturation",onClick:function(){n({filter:"saturation"})},isActive:"saturation"===c},{icon:Object(le.createElement)(ae.Icon,{icon:ct}),title:Object(re.__)("Dim filter","coblocks"),slug:"dim",onClick:function(){n({filter:"dim"})},isActive:"dim"===c},{icon:Object(le.createElement)(ae.Icon,{icon:ut}),title:Object(re.__)("Vintage filter","coblocks"),slug:"vintage",onClick:function(){n({filter:"vintage"})},isActive:"vintage"===c}];return Object(le.createElement)(ae.Toolbar,null,Object(le.createElement)(ae.DropdownMenu,{icon:Object(le.createElement)(ae.Icon,{icon:lt}),label:Object(re.__)("Apply filter","coblocks"),popoverProps:{className:"components-coblocks-dropdown"},className:qe()("components-coblocks-media-filter","none"!==c?"has-filter":""),noIcons:!0},(function(){return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(ae.MenuGroup,null,Object(le.createElement)(Yn,{hoveredFilter:r}),l.map((function(t){return Object(le.createElement)(ae.MenuItem,{role:"menuitemradio",label:t.title,onClick:t.onClick,onMouseEnter:function(){return e.onChangeHoveredFilter(t.slug)},onMouseLeave:function(){return e.onChangeHoveredFilter(null)},isSelected:c===t.slug,icon:t.icon,key:"coblocks-image-filter-".concat(t.slug)},t.title)}))))})))}}]),o}(le.Component),Xn=["core/image","core/gallery"],Zn=Object(oo.createHigherOrderComponent)((function(e){return function(t){return Xn.includes(t.name)?Object(le.createElement)(le.Fragment,null,Object(le.createElement)(e,t),Object(le.createElement)(eo.BlockControls,null,Object(le.createElement)(Kn,t))):Object(le.createElement)(e,t)}}),"withGalleryExtension");Object(ko.addFilter)("editor.BlockEdit","coblocks/coreImageFilter",Zn);var Jn=Object(oo.createHigherOrderComponent)((function(e){return function(t){if(!Xn.includes(t.name))return Object(le.createElement)(e,t);var o=t.attributes.filter,n=qe()(te()({},"has-filter-".concat(o),"none"!==o));return Object(le.createElement)(e,Ce()({},t,{className:n}))}}),"withStyleClasses");Object(ko.addFilter)("editor.BlockListBlock","coblocks/with-style-classes",Jn),Object(ko.addFilter)("blocks.registerBlockType","coblocks/imageFilterAttributes",(function(e){return Xn.includes(e.name)&&void 0!==e.attributes&&(e.attributes=Object.assign(e.attributes,{filter:{type:"strig",default:"none"}})),e})),Object(ko.addFilter)("blocks.getSaveContent.extraProps","coblocks/imageApplyExtraClass",(function(e,t,o){return Xn.includes(t.name)&&void 0!==o.filter&&(e.className=qe()(e.className,te()({},"has-filter-".concat(o.filter),"none"!==o.filter))),e}));o(361);var $n=o(276);"undefined"!=typeof coblocksSettings&&parseInt(coblocksSettings.coblocksSettingsEnabled)?Object(uo.registerPlugin)("coblocks-settings",{icon:"",render:function(){var e=Object(le.useState)(!1),t=be()(e,2),o=t[0],n=t[1],c=Object(Oo.useDispatch)("core").saveEditedEntityRecord;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)($n.PluginMoreMenuItem,{onClick:function(){return n(!0)}},Object(re.__)("Editor settings","coblocks")),o&&Object(le.createElement)(ae.Modal,{className:"coblocks-settings-modal",title:Object(re.__)("Editor settings","coblocks"),closeLabel:Object(re.__)("Close","coblocks"),onRequestClose:function(){n(!1),c("root","site")},shouldCloseOnClickOutside:!1},Object(le.createElement)("section",{className:"edit-post-preferences-modal__section"},Object(le.createElement)("h2",{className:"edit-post-preferences-modal__section-title"},Object(re.__)("General")),Object(le.createElement)(go.Slot,null,Object(le.createElement)("div",null,"CoBlocksSettingsModalControl")))))}}):Object(uo.getPlugin)("coblocks-settings")&&Object(uo.unregisterPlugin)("coblocks-settings");var Qn=o(64),ec=o.n(Qn),tc=o(203),oc=o.n(tc),nc=o(65),cc=o.n(nc),rc=o(204);function lc(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ac(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?lc(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):lc(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var ic={templateSelector:!1,layouts:coblocksLayoutSelector.layouts||[],computedLayouts:[],categories:coblocksLayoutSelector.categories||[],selectedCategory:"most-used",layoutUsage:{}},sc=cc()((function(e,t){if(!e)return t;var o=Date.now()-e;switch(!0){case o<36e5:return 4*t;case o<864e5:return 2*t;case o<6048e5:return t/2;default:return t/4}})),uc={openTemplateSelector:function(){return{type:"OPEN_TEMPLATE_SELECTOR"}},closeTemplateSelector:function(){return{type:"CLOSE_TEMPLATE_SELECTOR"}},updateLayouts:function(e){return{type:"UPDATE_LAYOUTS",layouts:e}},updateComputedLayouts:function(e){return{type:"UPDATE_COMPUTED_LAYOUTS",computedLayouts:e}},updateCategories:function(e){return{type:"UPDATE_CATEGORIES",categories:e}},updateSelectedCategory:function(e){return{type:"UPDATE_CATEGORY",selectedCategory:e}},incrementLayoutUsage:function(e){return{type:"INCREMENT_LAYOUT_USAGE",layout:e,time:Date.now()}}};Object(Oo.registerStore)("coblocks/template-selector",{reducer:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:ic,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"OPEN_TEMPLATE_SELECTOR":return ac(ac({},e),{},{templateSelector:!0});case"CLOSE_TEMPLATE_SELECTOR":return ac(ac({},e),{},{templateSelector:!1});case"UPDATE_LAYOUTS":return ac(ac({},e),{},{layouts:t.layouts});case"UPDATE_COMPUTED_LAYOUTS":return ac(ac({},e),{},{computedLayouts:t.computedLayouts});case"UPDATE_CATEGORIES":return ac(ac({},e),{},{categories:t.categories});case"UPDATE_CATEGORY":return ac(ac({},e),{},{selectedCategory:t.selectedCategory});case"INCREMENT_LAYOUT_USAGE":var o=Object(Ue.kebabCase)(t.layout.label);return ac(ac({},e),{},{layoutUsage:ac(ac({},e.layoutUsage),{},te()({},o,{time:t.time,count:e.layoutUsage[o]?e.layoutUsage[o].count+1:1}))})}return e},actions:uc,selectors:{isTemplateSelectorActive:function(e){return e.templateSelector},hasLayouts:function(e){return!!e.layouts.length},getLayouts:function(e){return(e.layouts||[]).map((function(t){var o=e.layoutUsage[Object(Ue.kebabCase)(t.label)]||{},n=o.time,c=o.count,r=void 0===c?0:c;return ac(ac({},t),{},{frequency:sc(n,r)})}))},getComputedLayouts:function(e){return e.computedLayouts},getCategories:function(e){return e.categories||[]},hasCategories:function(e){return!!e.categories.length},getSelectedCategory:function(e){return e.selectedCategory},getLayoutUsage:function(e){return e.layoutUsage}},controls:rc.controls,resolvers:{isTemplateSelectorActive:oc.a.mark((function e(){var t;return oc.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Object(rc.select)("core/editor","isCleanNewPost");case 2:return t=e.sent,e.abrupt("return",t&&uc.openTemplateSelector());case 4:case"end":return e.stop()}}),e)}))},persist:["layoutUsage"]});function bc(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function dc(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?bc(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):bc(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var pc=function(e){var t,o=e.layouts,n=e.category,c=e.onInsert,r=(null===(t=Object(Oo.useSelect)((function(e){return e("core").getEntityRecord}),[])("root","site"))||void 0===t?void 0:t.image_category)||"",l=Object(le.useMemo)((function(){return o.filter((function(e){var t;return e.category===n&&!(null===(t=e.parsedBlocks)||void 0===t||!t.length)})).map((function(e){return dc(dc({},e),{},{blocks:Object(ko.applyFilters)("coblocks.layoutPreviewBlocks",e.parsedBlocks)})}))}),[JSON.stringify(o),n,r]),a=Object(oo.useAsyncList)(l);return n&&l.length?Object(le.createElement)("div",{className:"coblocks-layout-selector__layouts"},Object(le.createElement)(gc,{layouts:l,shownLayouts:a,onClickLayout:c})):Object(le.createElement)("p",null,Object(le.createElement)("em",null,Object(re.__)("No layouts are available for this category.","coblocks")))},mc=function(e){var t=e.layout,o=e.onClick,n=hc(t.blocks);return Object(le.createElement)(ae.Button,{className:qe()("coblocks-layout-selector__layout"),onClick:function(){return o(t)}},Object(le.createElement)(ae.Spinner,null),Object(le.createElement)(eo.BlockPreview,{blocks:n,viewportWidth:700}))},hc=function e(t){return t.map((function(t){var o,n;return null!=t&&null!==(o=t.attributes)&&void 0!==o&&o.animation&&(t.attributes.animation=""),(null==t||null===(n=t.innerBlocks)||void 0===n?void 0:n.length)>0&&(t.innerBlocks=e(t.innerBlocks)),t}))},fc=function(){return Object(le.createElement)("div",{className:"coblocks-layout-selector__layout is-placeholder"},Object(le.createElement)(ae.Spinner,null))},gc=function(e){var t=e.layouts,o=e.shownLayouts,n=e.onClickLayout;return t.map((function(e,t){return o.includes(e)?Object(le.createElement)(mc,{key:t,layout:e,onClick:n}):Object(le.createElement)(fc,{key:t})}))},vc=Object(ae.createSlotFill)("CoBlocksLayoutSelectorFill"),Oc=vc.Fill,kc=vc.Slot;function yc(e){var t=e.children;return Object(le.createElement)(Oc,null,t)}function jc(e,t){var o;return window.requestIdleCallback?window.requestIdleCallback(e,t):setTimeout((function(){e({didTimeout:!0,timeRemaining:function(){return 1}})}),null!==(o=t.timeout)&&void 0!==o?o:0)}function _c(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function wc(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?_c(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):_c(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var Ec=null,xc=[],Cc=[],Sc=[];var Pc=function(){var e=Object(Oo.useSelect)((function(e){return e("coblocks/template-selector").getLayouts()}),[]),t=Object(Oo.useSelect)((function(e){return e("coblocks/template-selector").getComputedLayouts()}),[]),o=Object(Oo.useSelect)((function(e){return e("coblocks/template-selector").getSelectedCategory()}),[]),n=Object(Oo.useDispatch)("coblocks/template-selector").updateComputedLayouts,c=function(e){return[o].includes(e.category)?e.blocks?e.blocks.map((function(e){return Array.isArray(e)?function e(t,o){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return Object(oe.createBlock)(t,o,n&&n.map((function(t){var o=be()(t,3),n=o[0],c=o[1],r=o[2];return e(n,c,r)})))}(e[0],e[1],e[2]):e})):Object(oe.rawHandler)({HTML:e.postContent}):e.parsedBlocks?e.parsedBlocks:[]},r=function(e){return wc(wc({},e),{},{parsedBlocks:c(e)})},l=function e(t){for(;(t.timeRemaining()>0||t.didTimeout)&&xc.length;)Cc.push(r(xc.shift()));xc.length?jc(e,{timeout:1e3}):n(Cc)};return Object(le.useEffect)((function(){var t;t=Ec,window.cancelIdleCallback?window.cancelIdleCallback(t):clearTimeout(t),Cc=[];var n=Object(Ue.orderBy)(e,["frequency"],["desc"]).slice(0,6).map((function(e){return wc(wc({},e),{},{category:"most-used"})}));xc=[].concat(ce()(n),ce()(e)),Sc=[o],Ec=jc(l,{timeout:1e3})}),[JSON.stringify(e)]),Object(le.useEffect)((function(){Sc.includes(o)||(Sc.push(o),n(t.map(r)))}),[o]),t};var zc=function(e){var t=Object(Oo.useSelect)((function(e){return e("coblocks/template-selector").getCategories()}),[]),o=function(t){return!!function(t){return e.filter((function(e){return e.category===t}))||[]}(t).length};return Object(le.useMemo)((function(){return t.filter((function(e){return o(e.slug)}))}),[JSON.stringify(e)])};function Tc(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}Object(uo.registerPlugin)("coblocks-layout-selector-control",{render:function(){return Object(ko.applyFilters)("coblocks-show-layout-selector",!0)&&Object(le.createElement)(vo,{settingsKey:"coblocks_layout_selector_controls_enabled",label:Object(re.__)("Layout selector","coblocks"),help:Object(re.__)("Allow layout selection on new pages","coblocks")})}});var Bc=function(e){var t=e.slug,o=e.title,n=e.isSelected,c=e.onClick;return Object(le.createElement)("li",{key:t,className:"coblocks-layout-selector__sidebar__item"},Object(le.createElement)("a",{href:"#".concat(t),className:qe()({"is-selected":n}),onClick:function(e){e.preventDefault(),c()}},o))},Rc=function(e){Ie()(o,e);var t=Tc(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e,t=this.props,o=t.categories,n=t.selectedCategory,c=t.updateSelectedCategory,r=t.isActive,l=t.isMobile,a=t.useEmptyTemplateLayout,i=t.useTemplateLayout,s=Object(ko.applyFilters)("coblocks-layout-selector-controls",[]),u=Object(le.createElement)(le.Fragment,null,Object(le.createElement)(kc,null),Array.isArray(s)&&s.map((function(e,t){var o=e;return["function","object"].includes(ec()(o))?(Object(le.isValidElement)(o)||(o=Object(le.createElement)(o,null)),Object(le.createElement)(yc,{key:"layout-control-".concat(t)},o)):null})));return r?Object(le.createElement)(ae.Modal,{title:Object(le.createElement)(le.Fragment,null,Object(le.createElement)("div",null,Object(re.__)("Add New Page","coblocks")),Object(le.createElement)("span",null,Object(re.__)("Pick one of these layouts or start with a blank page.","coblocks"))),onRequestClose:a,className:"coblocks-layout-selector-modal"},Object(le.createElement)("div",{className:"coblocks-layout-selector"},l&&Object(le.createElement)("div",{className:"coblocks-layout-selector__topbar"},Object(le.createElement)("div",{className:"coblocks-layout-selector__topbar__left"},Object(le.createElement)("div",{className:"coblocks-layout-selector__topbar__left__settings"},u),Object(le.createElement)("div",{className:"coblocks-layout-selector__topbar__left__category"},Object(le.createElement)("strong",null,Object(re.__)("Layouts","coblocks"),":")," ",null===(e=o.find((function(e){return e.slug===n})))||void 0===e?void 0:e.title,Object(le.createElement)(ae.DropdownMenu,{label:"Select a layout category"},(function(e){var t=e.onClose;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(ae.MenuGroup,{onClick:t},o.map((function(e,o){return Object(le.createElement)(ae.MenuItem,{key:o,onClick:function(){c(e.slug),t()}},e.title)}))))})))),Object(le.createElement)("div",{className:"coblocks-layout-selector__topbar__right"},Object(le.createElement)(ae.Button,{className:"coblocks-layout-selector__add-button",onClick:a,isLink:!0},Object(le.createElement)("span",null,Object(le.createElement)(ae.Icon,{icon:"plus",size:16}))," ",Object(re.__)("Add blank page","coblocks")))),!l&&Object(le.createElement)("aside",{className:"coblocks-layout-selector__sidebar"},u,Object(le.createElement)("ul",{className:"coblocks-layout-selector__sidebar__items"},o.map((function(e,t){return Object(le.createElement)(Bc,{key:t,slug:e.slug,title:e.title,isSelected:e.slug===n,onClick:function(){return c(e.slug)}})}))),Object(le.createElement)(ae.Button,{className:"coblocks-layout-selector__add-button",onClick:a,isLink:!0},Object(le.createElement)("span",null,Object(le.createElement)(ae.SVG,{width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true",focusable:"false"},Object(le.createElement)(ae.Path,{d:"M18 11.2h-5.2V6h-1.6v5.2H6v1.6h5.2V18h1.6v-5.2H18z"}))),Object(re.__)("Add blank page","coblocks"))),Object(le.createElement)("div",{className:"coblocks-layout-selector__content"},Object(le.createElement)(pc,{layouts:this.props.layouts,category:n,onInsert:function(e){return i(e)}})))):null}}]),o}(le.Component);"undefined"!=typeof coblocksLayoutSelector&&coblocksLayoutSelector.postTypeEnabled&&Object(uo.registerPlugin)("coblocks-layout-selector",{render:Object(oo.compose)([Object(oo.ifCondition)((function(){var e=Object(no.useEntityProp)("root","site","coblocks_layout_selector_controls_enabled"),t=be()(e,1)[0],o=Object(Oo.useSelect)((function(e){return e("coblocks/template-selector")})),n=o.hasLayouts,c=o.hasCategories;return t&&n()&&c()})),Object(Oo.withSelect)((function(e){var t=e("coblocks/template-selector"),o=t.getSelectedCategory,n=t.isTemplateSelectorActive,c=e("core/viewport").isViewportMatch,r=Pc();return{isActive:n(),isMobile:c("< medium"),layouts:r,categories:zc(r),selectedCategory:o()}})),Object(Oo.withDispatch)((function(e){var t=e("coblocks/template-selector"),o=t.closeTemplateSelector,n=t.incrementLayoutUsage,c=t.updateSelectedCategory,r=e("core/editor").editPost,l=e("core/notices"),a=l.createWarningNotice,i=l.createSuccessNotice;return{closeTemplateSelector:o,createWarningNotice:a,createSuccessNotice:i,editPost:r,updateSelectedCategory:c,useTemplateLayout:function(e){r({title:e.label,blocks:e.blocks}),o(),n(e),i(Object(re.sprintf)(Object(re.__)('"%s" layout has been added to the page.',"nextgen"),e.label),{type:"snackbar"})},useEmptyTemplateLayout:function(){r({title:"",blocks:[]}),o()}}}))])(Rc)});var Nc=o(48),Mc=o.n(Nc),Ac=Object(le.createElement)(Ye.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(le.createElement)(Ye.Path,{d:"M12 3.2c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8 0-4.8-4-8.8-8.8-8.8zm0 16c-4 0-7.2-3.3-7.2-7.2C4.8 8 8 4.8 12 4.8s7.2 3.3 7.2 7.2c0 4-3.2 7.2-7.2 7.2zM11 17h2v-6h-2v6zm0-8h2V7h-2v2z"})),Ic=(o(362),function(e){var t=e.title,o=e.children,n=e.popoverProps,c=Object(le.useState)(!1),r=be()(c,2),l=r[0],a=r[1];return Object(le.createElement)(ae.Button,{className:"coblocks-info-popover__trigger",icon:Ac,onClick:function(){return a(!l)},onMouseEnter:function(){return a(!0)},onMouseLeave:function(){return a(!1)}},l&&Object(le.createElement)(ae.Popover,Ce()({className:"coblocks-info-popover",headerTitle:t,focusOnMount:!1,noArrow:!1},n),Object(le.createElement)("h4",{className:"coblocks-info-popover__title"},t),Object(le.createElement)("div",{className:"coblocks-info-popover__content"},o)))});function Lc(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Dc(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Lc(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Lc(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Fc(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Vc,Gc=function(e){Ie()(o,e);var t=Fc(o);function o(e){var n;return Te()(this,o),n=t.call(this,e),te()(Me()(n),"savePattern",(function(e){e.preventDefault();var t=n.state,o=t.category,c=t.description,r=t.name,l=n.props,a=l.closeModal,i=l.createErrorNotice,s=l.createSuccessNotice,u=l.selectedBlocks,b=l.setIsInserterOpened;Mc()({path:"/wp/v2/coblocks_pattern",method:"POST",data:{title:r,slug:r,content:Object(oe.serialize)(u),excerpt:c,status:"publish",terms:{coblocks_pattern_type:["pattern"],coblocks_pattern_category:[o]}}}).then((function(){a(),n.props.updateSettings(Dc(Dc({},n.props.getSettings()),{},{__experimentalBlockPatterns:[].concat(ce()(n.props.getSettings().__experimentalBlockPatterns),[{title:r,name:"coblocks_pattern/".concat(r),content:Object(oe.serialize)(u),description:c,categories:[o]}])})),s(Object(re.sprintf)(Object(re.__)('"%s" pattern has been saved.',"coblocks"),r),{type:"snackbar",actions:[{label:Object(re.__)("View Patterns","coblocks"),onClick:function(){b(!0),setTimeout((function(){return document.getElementById("tab-panel-1-patterns").click()}),1e3)}}]})})).catch((function(){i(Object(re.__)("Failed to save new pattern.","coblocks"))}))})),n.state={name:"",description:"",category:""},n}return Re()(o,[{key:"render",value:function(){var e=this,t=this.props,o=t.blockPatternCategories,n=t.closeModal,c=t.isOpen,r=t.selectedBlocks;return c&&Object(le.createElement)(ae.Modal,{title:Object(le.createElement)(le.Fragment,null,Object(re.__)("Save Design Pattern","coblocks"),Object(le.createElement)(Ic,{title:Object(re.__)("Design Patterns","coblocks"),popoverProps:{position:"top center"}},Object(re.__)("Create reusable content and designs that can be quickly added anywhere, but not be tied to other copies of itself (i.e. changing one will not affect the others).","coblocks"))),onRequestClose:n,className:"coblocks-block-patterns__modal"},Object(le.createElement)("div",{className:"coblocks-block-patterns__preview"},Object(le.createElement)(eo.BlockPreview,{autoHeight:!0,blocks:r})),Object(le.createElement)("form",{onSubmit:this.savePattern},Object(le.createElement)(ae.TextControl,{label:Object(re.__)("Name","coblocks")+"*",onChange:function(t){return e.setState({name:t})},required:!0}),Object(le.createElement)(ae.TextControl,{label:Object(re.__)("Description","coblocks"),onChange:function(t){return e.setState({description:t})}}),Object(le.createElement)(ae.SelectControl,{label:Object(re.__)("Category","coblocks"),options:[{label:Object(re.__)("Select a pattern category","coblocks"),value:""}].concat(ce()(o.map((function(e){return Dc(Dc({},e),{},{value:e.name})})))),onChange:function(t){return e.setState({category:t})}}),Object(le.createElement)(ae.Button,{isPrimary:!0,type:"submit"},Object(re.__)("Save Pattern","coblocks"))))}}]),o}(le.Component),Uc=Object(oo.compose)([Object(Oo.withSelect)((function(e){var t=e("core/block-editor"),o=t.getMultiSelectedBlocks,n=t.getSelectedBlock,c=t.getSelectedBlockCount,r=t.getSettings;return{getSettings:r,selectedBlocks:1===c()?n():o(),blockPatternCategories:r().__experimentalBlockPatternCategories}})),Object(Oo.withDispatch)((function(e){var t=e("core/block-editor").updateSettings,o=e("core/edit-post").setIsInserterOpened,n=e("core/notices");return{createErrorNotice:n.createErrorNotice,createSuccessNotice:n.createSuccessNotice,setIsInserterOpened:o,updateSettings:t}}))])(Gc);o(363);function Hc(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Wc(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Hc(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Hc(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function qc(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Yc(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?qc(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):qc(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}"undefined"!=typeof coblocksBlockPatterns&&null!==(Vc=coblocksBlockPatterns)&&void 0!==Vc&&Vc.patternsEnabled&&Object(uo.registerPlugin)("coblocks-block-patterns",{render:function(){var e=Object(le.useState)(!1),t=be()(e,2),o=t[0],n=t[1],c=function(){return n(!0)},r={isOpen:o,openModal:c,closeModal:function(){return n(!1)}};return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.BlockSettingsMenuControls,null,(function(e){var t=e.onClose;return Object(le.createElement)(ae.MenuItem,{onClick:function(){c(),t()}},Object(re.__)("Add Design Pattern","coblocks"))})),Object(le.createElement)(Uc,r))}}),Object(ko.addFilter)("blocks.registerBlockType","coblocks/GutterControl/attributes",(function(e,t){var o;if(!t.startsWith("coblocks/"))return e;if(!Object(oe.hasBlockSupport)(e,"gutter",!1))return e;var n=Object(oe.getBlockSupport)(e,"gutter",!1);return e.attributes=Wc(Wc({},e.attributes),{},{gutter:{type:"string",default:n.default||"small"},gutterCustom:{type:"string",default:(null===(o=n.customDefault)||void 0===o?void 0:o.toString())||"3"}}),e})),Object(ko.addFilter)("blocks.registerBlockType","coblocks/LabelColors/attributes",(function(e,t){if(!t.startsWith("coblocks/"))return e;if(!Object(oe.hasBlockSupport)(e,"labelColor",!1))return e;return e.attributes=Yc(Yc({},e.attributes),{},{textColor:{type:"string"},customTextColor:{type:"string"}}),e}));o(364);var Kc={};Kc.uppercase=Object(le.createElement)(ae.SVG,{height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(ae.Path,{d:"m0 0v2.5h4.16666667v10.5h2.5v-10.5h4.16666663v-2.5zm16 4.5h-7.5v2.5h2.5v6h2.5v-6h2.5z",transform:"translate(2 3)"}));var Xc=Kc,Zc=o(45),Jc="coblocks/uppercase",$c={title:Object(re.__)("Uppercase","coblocks"),tagName:"span",className:"uppercase",edit:function(e){var t=e.isActive,o=e.value,n=e.onChange,c=function(){return n(Object(Zc.toggleFormat)(o,{type:Jc}))};return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.RichTextShortcut,{type:"access",character:"u",onUse:c}),Object(le.createElement)(eo.RichTextToolbarButton,{icon:Xc.uppercase,title:Object(re.__)("Uppercase","coblocks"),onClick:c,isActive:t,shortcutType:"access",shortcutCharacter:"u"}))}};[n].forEach((function(e){var t=e.name,o=e.settings;Object(Zc.registerFormatType)(t,o)}));var Qc=o(155),er=o.n(Qc);function tr(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function or(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?tr(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):tr(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function nr(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Object(oe.getBlockType)("core/buttons"),t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Object(oe.getBlockType)("coblocks/buttons");return!!e&&!!t}function cr(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function rr(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?cr(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):cr(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}er()((function(){var e=Object(oe.getBlockType)("core/buttons"),t=Object(oe.getBlockType)("coblocks/buttons");nr(e,t)&&(Object(oe.unregisterBlockType)("coblocks/buttons"),Object(oe.registerBlockType)("coblocks/buttons",or(or({},t),{},{supports:or(or({},t.supports),{},{inserter:!1})})))})),er()((function(){var e=Object(oe.getBlockType)("core/media-text"),t=Object(oe.getBlockType)("coblocks/media-card");(function(e,t){return!(!e||!t)})(e,t)&&(Object(oe.unregisterBlockType)("coblocks/media-card"),Object(oe.registerBlockType)("coblocks/media-card",rr(rr({},t),{},{supports:rr(rr({},t.supports),{},{inserter:!1})})))}));var lr=o(94),ar=o.n(lr);function ir(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var sr=function(e){Ie()(o,e);var t=ir(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.attributes,o=e.setAttributes,n=t.polyfill;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)(ae.PanelBody,{title:Object(re.__)("Accordion settings","coblocks")},Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Internet Explorer support","coblocks"),checked:!!n,help:n?Object(re.__)("Supporting Internet Explorer by loading a JavaScript polyfill on this page.","coblocks"):Object(re.__)("Add support for Internet Explorer by loading a JavaScript polyfill.","coblocks"),onChange:function(){o({polyfill:!n}),wp.data.dispatch("core/editor").editPost({meta:{_coblocks_accordion_ie_support:"'"+!n+"'"}})}}))))}}]),o}(le.Component);function ur(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function br(e,t){if(null==e)return{};var o,n,c={},r=Object.keys(e);for(n=0;n<r.length;n++)o=r[n],t.indexOf(o)>=0||(c[o]=e[o]);return c}function dr(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}var pr=function(e){var t=e.icon,o=e.size,n=void 0===o?24:o,c=function(e,t){if(null==e)return{};var o,n,c=br(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(n=0;n<r.length;n++)o=r[n],t.indexOf(o)>=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(c[o]=e[o])}return c}(e,["icon","size"]);return Object(le.cloneElement)(t,function(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?dr(Object(o),!0).forEach((function(t){ur(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):dr(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}({width:n,height:n},c))},mr=Object(le.createElement)(Ye.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(le.createElement)(Ye.Path,{d:"M18 11.2h-5.2V6h-1.6v5.2H6v1.6h5.2V18h1.6v-5.2H18z"}));function hr(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var fr=["coblocks/accordion-item"],gr=cc()((function(e){return ar()(e,(function(){return["coblocks/accordion-item"]}))})),vr=function(e){Ie()(o,e);var t=hr(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this,t=this.props,o=t.clientId,n=t.attributes,c=t.className,r=t.isSelected,l=n.count,a=this.props.getBlocksByClientId(o);return Object(le.createElement)(le.Fragment,null,r&&Object(le.createElement)(sr,this.props),Object(le.createElement)("div",{className:c},Object(le.createElement)(eo.InnerBlocks,{template:gr(l),allowedBlocks:fr,__experimentalCaptureToolbars:!0}),r&&Object(le.createElement)("div",{className:"coblocks-block-appender"},Object(le.createElement)(ae.Tooltip,{text:Object(re.__)("Add accordion item","coblocks")},Object(le.createElement)(ae.Button,{label:Object(re.__)("Add accordion item","coblocks"),className:"block-editor-button-block-appender",onMouseDown:function(){if(a[0].innerBlocks){var t=a[0].innerBlocks[a[0].innerBlocks.length-1].clientId,n={};if(t){var c=e.props.getBlockAttributes(t);c.backgroundColor&&(n=Object.assign(n,{backgroundColor:c.backgroundColor})),c.borderColor&&(n=Object.assign(n,{borderColor:c.borderColor})),c.textColor&&(n=Object.assign(n,{textColor:c.textColor})),c.customTextColor&&(n=Object.assign(n,{customTextColor:c.customTextColor}))}var r=Object(oe.createBlock)("coblocks/accordion-item",n);e.props.insertBlock(r,void 0,o)}}},Object(le.createElement)(pr,{icon:mr}))))))}}]),o}(le.Component),Or=Object(oo.compose)([Object(Oo.withSelect)((function(e,t){var o=e("core/block-editor"),n=o.getBlockAttributes,c=o.getBlocksByClientId,r=o.getBlockHierarchyRootClientId,l=o.getSelectedBlockClientId,a=r(t.clientId),i=r(l());return{getBlockAttributes:n,getBlocksByClientId:c,isSelected:t.isSelected||a===i}})),Object(Oo.withDispatch)((function(e){return{insertBlock:e("core/block-editor").insertBlock}}))])(vr),kr=o(83),yr={from:[{type:"prefix",prefix:":accordion",transform:function(e){return Object(oe.createBlock)(kr.name,{content:e})}}].concat(ce()([2,3,4,5].map((function(e){return{type:"prefix",prefix:Array(e+1).join(":")+"accordion",transform:function(t){return Object(oe.createBlock)(kr.name,{content:t,count:e})}}}))))},jr=kr.name,_r=kr.category,wr=kr.attributes,Er={title:Object(re.__)("Accordion","coblocks"),description:Object(re.__)("Organize content within collapsable accordion items.","coblocks"),icon:Object(le.createElement)(ae.Icon,{icon:Xe}),keywords:["coblocks",Object(re.__)("tabs","coblocks"),Object(re.__)("faq","coblocks")],supports:{align:["wide","full"],html:!1},attributes:wr,transforms:yr,edit:Or,save:function(){return Object(le.createElement)("div",null,Object(le.createElement)(eo.InnerBlocks.Content,null))}},xr=Object(eo.withColors)("backgroundColor",{textColor:"color"});function Cr(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Sr=window.getComputedStyle,Pr=Object(ae.withFallbackStyles)((function(e,t){var o=t.attributes,n=o.backgroundColor,c=o.textColor,r=e.querySelector('[contenteditable="true"]'),l=r?Sr(r):null;return{fallbackBackgroundColor:n||!l?void 0:l.backgroundColor,fallbackTextColor:c||!l?void 0:l.color}})),zr=function(e){Ie()(o,e);var t=Cr(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"getDisplayOpenHelp",value:function(e){return e?Object(re.__)("Accordion item is open by default.","coblocks"):Object(re.__)("Toggle to set this accordion item to be open by default.","coblocks")}},{key:"setBorderColor",value:function(){return this.props.setAttributes({borderColor:this.props.backgroundColor.color}),this.props.setBackgroundColor}},{key:"render",value:function(){var e=this.props,t=e.attributes,o=e.setAttributes,n=e.backgroundColor,c=e.textColor,r=e.fallbackBackgroundColor,l=e.fallbackTextColor,a=e.setTextColor,i=t.open;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)(ae.PanelBody,{title:Object(re.__)("Accordion Item settings","coblocks")},Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Display as open","coblocks"),checked:!!i,help:this.getDisplayOpenHelp,onChange:function(){return o({open:!i})}})),Object(le.createElement)(eo.PanelColorSettings,{title:Object(re.__)("Color settings","coblocks"),initialOpen:!1,colorSettings:[{value:n.color,onChange:this.setBorderColor(),label:Object(re.__)("Background color","coblocks")},{value:c.color,onChange:a,label:Object(re.__)("Text color","coblocks")}]},Object(le.createElement)(eo.ContrastChecker,{textColor:c.color,backgroundColor:n.color,fallbackTextColor:l,fallbackBackgroundColor:r}))))}}]),o}(le.Component),Tr=Object(oo.compose)([xr,Pr])(zr);function Br(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Rr=function(e){Ie()(o,e);var t=Br(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.attributes,o=e.setAttributes,n=t.open,c=[{icon:Object(le.createElement)(ae.Icon,{icon:Gt}),title:Object(re.__)("Display as open","coblocks"),onClick:function(){return o({open:!n})},isActive:!0===n}];return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.BlockControls,null,Object(le.createElement)(ae.Toolbar,{controls:c})))}}]),o}(le.Component);function Nr(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Mr=[["core/paragraph",{placeholder:Object(re.__)("Add content…","coblocks")}]],Ar=function(e){Ie()(o,e);var t=Nr(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e,t=this.props,o=t.attributes,n=t.backgroundColor,c=t.className,r=t.isEditing,l=t.isSelected,a=t.onReplace,i=t.setAttributes,s=t.textColor,u=o.title;return Object(le.createElement)(le.Fragment,null,l&&Object(le.createElement)(Rr,this.props),l&&Object(le.createElement)(Tr,this.props),Object(le.createElement)("div",{className:qe()(c,(e={},te()(e,"".concat(c,"--open"),!0===r||o.open),te()(e,"is-selected",l),e))},Object(le.createElement)(eo.RichText,{tagName:"p",placeholder:Object(re.__)("Write accordion item title…","coblocks"),value:u,className:qe()("wp-block-coblocks-accordion-item__title",{"has-background":n.color,"has-text-color":s.color}),style:{backgroundColor:n.color,color:s.color},onChange:function(e){return i({title:e})},keepPlaceholderOnFocus:!0,onRemove:function(e){var t=void 0===u||void 0!==u&&0===u.length;!e&&t&&a([])}}),(!0===r||o.open)&&Object(le.createElement)("div",{className:"wp-block-coblocks-accordion-item__content",style:{borderColor:n.color}},Object(le.createElement)(eo.InnerBlocks,{template:Mr,templateInsertUpdatesSelection:!1,__experimentalCaptureToolbars:!0}))))}}]),o}(le.Component),Ir=Object(oo.compose)([Object(Oo.withSelect)((function(e,t){var o=e("core/block-editor"),n=o.getSelectedBlockClientId,c=o.getBlockRootClientId,r=(0,o.getBlocks)(t.clientId).filter((function(e){return e.clientId===n()||e.clientId===c(n())}));return{isEditing:n()===t.clientId||r.length>0}})),xr])(Ar),Lr=o(124),Dr=function(e){var t,o=e.attributes,n=o.backgroundColor,c=o.customBackgroundColor,r=o.customTextColor,l=o.open,a=o.textColor,i=o.borderColor,s=o.title,u=Object(eo.getColorClassName)("background-color",n),b=Object(eo.getColorClassName)("color",a),d=qe()("wp-block-coblocks-accordion-item__title",(t={"has-background":n||c},te()(t,u,u),te()(t,"has-text-color",a||r),te()(t,b,b),t)),p={backgroundColor:u?void 0:c,color:b?void 0:r},m={borderColor:i||c};return Object(le.createElement)("div",null,!eo.RichText.isEmpty(s)&&Object(le.createElement)("details",{open:l},Object(le.createElement)(eo.RichText.Content,{tagName:"summary",className:d,value:s,style:p}),Object(le.createElement)("div",{className:"wp-block-coblocks-accordion-item__content",style:m},Object(le.createElement)(eo.InnerBlocks.Content,null))))},Fr=Lr.name,Vr=Lr.category,Gr=Lr.attributes,Ur={title:Object(re.__)("Accordion Item","coblocks"),description:Object(re.__)("Add collapsable accordion items to accordions.","coblocks"),icon:Object(le.createElement)(ae.Icon,{icon:Ke}),keywords:["coblocks",Object(re.__)("tabs","coblocks"),Object(re.__)("faq","coblocks")],parent:["coblocks/accordion"],supports:{reusable:!1,html:!1,inserter:!1},attributes:Gr,edit:Ir,save:Dr},Hr=o(55);function Wr(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function qr(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Wr(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Wr(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var Yr=[{attributes:qr(qr({},Hr.attributes),{},{borderColor:{type:"string"},customBorderColor:{type:"string"},type:{type:"string",default:"default"}}),save:function(e){var t,o=e.attributes,n=e.className,c=o.align,r=o.backgroundColor,l=o.borderColor,a=o.customBackgroundColor,i=o.customBorderColor,s=o.customTextColor,u=o.customTitleColor,b=o.textAlign,d=o.textColor,p=o.title,m=o.titleColor,h=o.type,f=o.value,g=Object(eo.getColorClassName)("background-color",r),v=Object(eo.getColorClassName)("border-color",l),O=qe()(n,"is-".concat(h,"-alert"),"align".concat(c),(t={"has-background":r||a},te()(t,g,g),te()(t,v,v),t)),k={backgroundColor:g?void 0:a,borderColor:i,textAlign:b},y=Object(eo.getColorClassName)("color",m),j=qe()(n,"wp-block-coblocks-alert__title",te()({"has-text-color":m||u},y,y)),_={color:y?void 0:u},w=Object(eo.getColorClassName)("color",d),E=qe()("wp-block-coblocks-alert__text",te()({"has-text-color":d||s},w,w)),x={color:w?void 0:s};return Object(le.createElement)("div",{className:O,style:k},!eo.RichText.isEmpty(p)&&Object(le.createElement)(eo.RichText.Content,{tagName:"p",className:j,value:p,style:_}),!eo.RichText.isEmpty(f)&&Object(le.createElement)(eo.RichText.Content,{tagName:"p",className:E,value:f,style:x}))}},{attributes:Hr.attributes,save:function(e){var t,o=e.attributes,n=o.backgroundColor,c=o.customBackgroundColor,r=o.customTextColor,l=o.textAlign,a=o.textColor,i=o.title,s=o.value,u=Object(eo.getColorClassName)("background-color",n),b=Object(eo.getColorClassName)("color",a),d=qe()((t={"has-text-color":a||r},te()(t,b,b),te()(t,"has-background",n||c),te()(t,u,u),t)),p={backgroundColor:u?void 0:c,color:b?void 0:r,textAlign:l||null};return Object(le.createElement)("div",{className:d,style:p},!eo.RichText.isEmpty(i)&&Object(le.createElement)(eo.RichText.Content,{tagName:"p",className:"wp-block-coblocks-alert__title",value:i}),!eo.RichText.isEmpty(s)&&Object(le.createElement)(eo.RichText.Content,{tagName:"p",className:"wp-block-coblocks-alert__text",value:s}))}}];function Kr(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Xr=function(e){Ie()(o,e);var t=Kr(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.attributes,o=e.setAttributes,n=t.textAlign;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.BlockControls,null,Object(le.createElement)(eo.AlignmentToolbar,{value:n,onChange:function(e){return o({textAlign:e})}})))}}]),o}(le.Component),Zr=Object(eo.withColors)("backgroundColor",{textColor:"color"});function Jr(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var $r=window.getComputedStyle,Qr=Object(ae.withFallbackStyles)((function(e,t){var o=t.textColor,n=t.backgroundColor,c=n&&n.color,r=o&&o.color,l=!r&&e?e.querySelector('[contenteditable="true"]'):null;return{fallbackBackgroundColor:c||!e?void 0:$r(e).backgroundColor,fallbackTextColor:r||!l?void 0:$r(l).color}})),el=function(e){Ie()(o,e);var t=Jr(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.backgroundColor,o=e.fallbackBackgroundColor,n=e.fallbackTextColor,c=e.setBackgroundColor,r=e.setTextColor,l=e.textColor;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)(eo.PanelColorSettings,{title:Object(re.__)("Color settings","coblocks"),initialOpen:!1,colorSettings:[{value:t.color,onChange:c,label:Object(re.__)("Background color","coblocks")},{value:l.color,onChange:r,label:Object(re.__)("Text color","coblocks")}]},Object(le.createElement)(eo.ContrastChecker,{isLargeText:!1,textColor:l.color,backgroundColor:t.color,fallbackBackgroundColor:o,fallbackTextColor:n}))))}}]),o}(le.Component),tl=Object(oo.compose)([Zr,Qr])(el);function ol(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var nl=function(e){Ie()(o,e);var t=ol(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"componentDidMount",value:function(){var e=this.props,t=e.attributes,o=e.setAttributes;if(/is-\w+-alert/.test(t.className)){var n=t.className;o({className:n=(n=n.replace("is-default-alert","is-style-info")).replace(/is-(\w+)-alert/,"is-style-$1")})}}},{key:"componentDidUpdate",value:function(e){var t=this.props,o=t.attributes,n=t.setAttributes;/is-\w+-alert/.test(e.attributes.className)||e.attributes.className===o.className||n({backgroundColor:"",customBackgroundColor:"",textColor:"",customTextColor:""})}},{key:"render",value:function(){var e,t=this.props,o=t.attributes,n=t.backgroundColor,c=t.className,r=t.isSelected,l=t.setAttributes,a=t.textColor,i=o.textAlign,s=o.title,u=o.value;return Object(le.createElement)(le.Fragment,null,r&&Object(le.createElement)(Xr,this.props),r&&Object(le.createElement)(tl,this.props),Object(le.createElement)("div",{className:qe()(c,(e={"has-background":n.color,"has-text-color":a.color},te()(e,"has-text-align-".concat(i),i),te()(e,n.class,n.class),te()(e,a.class,a.class),e)),style:{backgroundColor:n.color,color:a.color}},(!eo.RichText.isEmpty(s)||r)&&Object(le.createElement)(eo.RichText,{placeholder:Object(re.__)("Write title…","coblocks"),value:s,className:"wp-block-coblocks-alert__title",onChange:function(e){return l({title:e})},keepPlaceholderOnFocus:!0}),Object(le.createElement)(eo.RichText,{placeholder:Object(re.__)("Write text…","coblocks"),value:u,className:"wp-block-coblocks-alert__text",onChange:function(e){return l({value:e})},keepPlaceholderOnFocus:!0})))}}]),o}(le.Component),cl=Object(oo.compose)([Zr])(nl),rl=function(e){var t,o=e.attributes,n=o.backgroundColor,c=o.customBackgroundColor,r=o.customTextColor,l=o.textAlign,a=o.textColor,i=o.title,s=o.value,u=Object(eo.getColorClassName)("background-color",n),b=Object(eo.getColorClassName)("color",a),d=qe()((t={"has-text-color":a||r},te()(t,b,b),te()(t,"has-text-align-".concat(l),l),te()(t,"has-background",n||c),te()(t,u,u),t)),p={backgroundColor:u?void 0:c,color:b?void 0:r};return Object(le.createElement)("div",{className:d,style:p},!eo.RichText.isEmpty(i)&&Object(le.createElement)(eo.RichText.Content,{tagName:"p",className:"wp-block-coblocks-alert__title",value:i}),!eo.RichText.isEmpty(s)&&Object(le.createElement)(eo.RichText.Content,{tagName:"p",className:"wp-block-coblocks-alert__text",value:s}))};function ll(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}var al={from:[{type:"block",blocks:["core/paragraph"],transform:function(e){var t=e.content;return Object(oe.createBlock)(Hr.name,{value:t})}},{type:"raw",selector:".wp-block-coblocks-alert",transform:function(e){return Object(oe.createBlock)(Hr.name,function(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ll(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ll(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}({},Object(oe.getBlockAttributes)(Hr.name,e.outerHTML)))}}],to:[{type:"block",blocks:["core/paragraph"],transform:function(e){var t=e.value,o=e.title;return o&&(t=o+"<br />"+t),t&&t.length?Object(oe.createBlock)("core/paragraph",{content:t}):Object(oe.createBlock)("core/paragraph")}}]},il=Hr.name,sl=Hr.category,ul=Hr.attributes,bl={title:Object(re.__)("Alert","coblocks"),description:Object(re.__)("Provide contextual feedback messages or notices.","coblocks"),icon:Object(le.createElement)(ae.Icon,{icon:Ze}),keywords:["coblocks",Object(re.__)("notice","coblocks"),Object(re.__)("message","coblocks")],styles:[{name:"info",label:Object(re.__)("Info","coblocks"),isDefault:!0},{name:"success",label:Object(re.__)("Success","coblocks")},{name:"warning",label:Object(re.__)("Warning","coblocks")},{name:"error",label:Object(re.__)("Error","coblocks")}],supports:{align:!0,alignWide:!1,alignFull:!1},example:{attributes:{title:Object(re.__)("This is an alert block","coblocks"),value:Object(re.__)("An alert is a message that displays outside the flow of typical content. Alerts provide contextual feedback, typically asking readers to take an action.","coblocks")}},attributes:ul,transforms:al,edit:cl,save:rl,deprecated:Yr},dl=o(59);function pl(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ml(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?pl(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):pl(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var hl=[{attributes:ml(ml({},dl.attributes),{},{heading:{type:"string",selector:".wp-block-coblocks-author__heading"},textAlign:{type:"string"}}),save:function(e){var t=e.attributes,o=t.biography,n=t.heading,c=t.imgUrl,r=t.name,l=t.textAlign;return r?Object(le.createElement)("div",{style:{textAlign:l}},c&&Object(le.createElement)("div",{className:"wp-block-coblocks-author__avatar"},Object(le.createElement)("img",{className:"wp-block-coblocks-author__avatar-img",src:c,alt:"avatar"})),Object(le.createElement)("div",{className:"wp-block-coblocks-author__content"},!eo.RichText.isEmpty(n)&&Object(le.createElement)(eo.RichText.Content,{tagName:"p",className:"wp-block-coblocks-author__heading",value:n}),!eo.RichText.isEmpty(r)&&Object(le.createElement)(eo.RichText.Content,{tagName:"span",className:"wp-block-coblocks-author__name",value:r}),!eo.RichText.isEmpty(o)&&Object(le.createElement)(eo.RichText.Content,{tagName:"p",className:"wp-block-coblocks-author__biography",value:o}),Object(le.createElement)(eo.InnerBlocks.Content,null))):null}}],fl=Object(le.createElement)(Ye.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(le.createElement)(Ye.Path,{d:"M20.1 5.1L16.9 2 6.2 12.7l-1.3 4.4 4.5-1.3L20.1 5.1zM4 20.8h8v-1.5H4v1.5z"}));function gl(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var vl=function(e){Ie()(o,e);var t=gl(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.attributes,o=e.setAttributes,n=t.imgUrl,c=t.imgId;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.BlockControls,null,n&&Object(le.createElement)(eo.MediaUploadCheck,null,Object(le.createElement)(ae.Toolbar,null,Object(le.createElement)(eo.MediaUpload,{onSelect:function(e){return o({imgUrl:e.url,imgId:e.id})},allowedTypes:["image"],value:c,render:function(e){var t=e.open;return Object(le.createElement)(ae.Button,{className:"components-toolbar__control",label:Object(re.__)("Edit avatar","coblocks"),icon:fl,onClick:t})}})))))}}]),o}(le.Component);function Ol(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var kl=window.getComputedStyle,yl=Object(ae.withFallbackStyles)((function(e,t){var o=t.attributes,n=o.textColor,c=o.backgroundColor,r=o.fontSize,l=o.customFontSize,a=e.querySelector('[contenteditable="true"]'),i=a?kl(a):null;return{fallbackBackgroundColor:c||!i?void 0:i.backgroundColor,fallbackTextColor:n||!i?void 0:i.color,fallbackFontSize:r||l||!i?void 0:parseInt(i.fontSize)||void 0}})),jl=function(e){Ie()(o,e);var t=Ol(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.backgroundColor,o=e.setBackgroundColor,n=e.setTextColor,c=e.textColor,r=e.setFontSize,l=e.fallbackFontSize,a=e.fallbackTextColor,i=e.fallbackBackgroundColor,s=e.fontSize;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)(ae.PanelBody,{title:Object(re.__)("Author settings","coblocks"),className:"blocks-font-size"},Object(le.createElement)(eo.FontSizePicker,{label:"test",fallbackFontSize:l,value:s.size,onChange:r})),Object(le.createElement)(eo.PanelColorSettings,{title:Object(re.__)("Color settings","coblocks"),initialOpen:!1,colorSettings:[{value:t.color,onChange:o,label:Object(re.__)("Background color","coblocks")},{value:c.color,onChange:n,label:Object(re.__)("Text color","coblocks")}]},Object(le.createElement)(eo.ContrastChecker,{textColor:c.color,backgroundColor:t.color,fallbackTextColor:a,fallbackBackgroundColor:i,fontSize:s.size}))))}}]),o}(le.Component),_l=Object(oo.compose)([Object(eo.withColors)("backgroundColor",{textColor:"color"}),Object(eo.withFontSizes)("fontSize"),yl])(jl),wl=o(46),El=Object(le.createElement)(Ye.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 4.5h14c.3 0 .5.2.5.5v8.4l-3-2.9c-.3-.3-.8-.3-1 0L11.9 14 9 12c-.3-.2-.6-.2-.8 0l-3.6 2.6V5c-.1-.3.1-.5.4-.5zm14 15H5c-.3 0-.5-.2-.5-.5v-2.4l4.1-3 3 1.9c.3.2.7.2.9-.1L16 12l3.5 3.4V19c0 .3-.2.5-.5.5z"}));function xl(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Cl=function(e){Ie()(o,e);var t=xl(o);function o(){var e;return Te()(this,o),(e=t.apply(this,arguments)).addImage=e.addImage.bind(Me()(e)),e.onSelectImage=e.onSelectImage.bind(Me()(e)),e}return Re()(o,[{key:"onSelectImage",value:function(e){e&&e.url&&this.props.setAttributes({imgUrl:e.url})}},{key:"addImage",value:function(e){var t=this;Object(wl.mediaUpload)({allowedTypes:["image"],filesList:e,onFileChange:function(e){var o=be()(e,1)[0];return t.onSelectImage(o)}})}},{key:"render",value:function(){var e,t=this.props,o=t.attributes,n=t.backgroundColor,c=t.className,r=t.clientId,l=t.fontSize,a=t.isSelected,i=t.selectedParentClientId,s=t.setAttributes,u=t.textColor,b=o.biography,d=o.imgUrl,p=o.name,m=!!d,h=Object(le.createElement)(ae.DropZone,{onFilesDrop:this.addImage,label:Object(re.__)("Drop to upload as avatar","coblocks")}),f=qe()(c,(e={"has-background":n.color,"has-text-color":u.color},te()(e,n.class,n.class),te()(e,u.class,u.class),e)),g={backgroundColor:n.color,color:u.color,fontSize:l.size?l.size+"px":void 0};return Object(le.createElement)(le.Fragment,null,a&&Object(le.createElement)(vl,this.props),a&&Object(le.createElement)(_l,this.props),Object(le.createElement)("div",{className:f,style:g},h,a||r===i||m?Object(le.createElement)("figure",{className:"wp-block-coblocks-author__avatar"},Object(le.createElement)(eo.MediaUploadCheck,null,Object(le.createElement)(eo.MediaUpload,{onSelect:function(e){return s({imgUrl:e.url,imgId:e.id})},allowedTypes:["image"],value:d,render:function(e){var t=e.open;return Object(le.createElement)(ae.Button,{onClick:t},d?Object(le.createElement)("img",{className:"wp-block-coblocks-author__avatar-img",src:d,alt:"avatar"}):Object(le.createElement)(eo.BlockIcon,{icon:El}))}}))):null,Object(le.createElement)("div",{className:"".concat(c,"__content")},Object(le.createElement)(eo.RichText,{identifier:"name",multiline:!1,tagName:"span",className:"wp-block-coblocks-author__name",placeholder:Object(re.__)("Write author name…","coblocks"),value:p,onChange:function(e){s({name:e})},keepPlaceholderOnFocus:!0}),Object(le.createElement)(eo.RichText,{identifier:"biography",multiline:!1,tagName:"p",className:"wp-block-coblocks-author__biography",placeholder:Object(re.__)("Write a biography that distills objective credibility and authority to your readers…","coblocks"),value:b,onChange:function(e){s({biography:e})},keepPlaceholderOnFocus:!0}),Object(le.createElement)(eo.InnerBlocks,{template:[["core/button",{placeholder:Object(re.__)("Author link…","coblocks")}]],allowedBlocks:["core/button"],templateInsertUpdatesSelection:!1,__experimentalCaptureToolbars:!0}))))}}]),o}(le.Component),Sl=Object(Oo.withSelect)((function(){var e=Object(Oo.select)("core/block-editor").getBlockSelectionStart();return{selectedParentClientId:Object(Oo.select)("core/block-editor").getBlockRootClientId(e)}})),Pl=Object(oo.compose)([Object(eo.withColors)("backgroundColor",{textColor:"color"}),Object(eo.withFontSizes)("fontSize"),Sl])(Cl),zl=o(29),Tl=function(e){var t,o=e.className,n=e.attributes,c=n.backgroundColor,r=n.biography,l=n.customBackgroundColor,a=n.customTextColor,i=n.imgUrl,s=n.name,u=n.textColor,b=n.fontSize,d=n.customFontSize,p=Object(eo.getColorClassName)("background-color",c),m=Object(eo.getColorClassName)("color",u),h=Object(eo.getFontSizeClass)(b),f=qe()(o,(t={"has-text-color":u||a,"has-background":c||l},te()(t,m,m),te()(t,p,p),te()(t,h,h),t)),g={backgroundColor:p?void 0:l,color:m?void 0:a,fontSize:h?void 0:d};return function(e){var t=["name","imgUrl","biography"],o=Object.entries(e).filter((function(e){var o=be()(e,1)[0];return t.includes(o)}));return de(Object(zl.default)(o))}(n)?null:Object(le.createElement)("div",{className:f,style:g},i&&Object(le.createElement)("figure",{className:"wp-block-coblocks-author__avatar"},Object(le.createElement)("img",{className:"wp-block-coblocks-author__avatar-img",src:i,alt:s})),Object(le.createElement)("div",{className:"wp-block-coblocks-author__content"},!eo.RichText.isEmpty(s)&&Object(le.createElement)(eo.RichText.Content,{tagName:"span",className:"wp-block-coblocks-author__name",value:s}),!eo.RichText.isEmpty(r)&&Object(le.createElement)(eo.RichText.Content,{tagName:"p",className:"wp-block-coblocks-author__biography",value:r}),Object(le.createElement)(eo.InnerBlocks.Content,null)))};function Bl(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}var Rl={from:[{type:"raw",selector:".wp-block-coblocks-author",transform:function(e){return Object(oe.createBlock)(dl.name,function(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Bl(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Bl(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}({},Object(oe.getBlockAttributes)(dl.name,e.outerHTML)))}},{type:"prefix",prefix:":author",transform:function(e){return Object(oe.createBlock)(dl.name,{content:e})}}]},Nl=dl.name,Ml=dl.category,Al=dl.attributes,Il={title:Object(re.__)("Author","coblocks"),description:Object(re.__)("Add an author biography to build credibility and authority.","coblocks"),icon:Object(le.createElement)(ae.Icon,{icon:Qe}),keywords:["coblocks",Object(re.__)("biography","coblocks"),Object(re.__)("profile","coblocks")],example:{attributes:{name:Object(re.__)("Jane Doe","coblocks"),biography:Object(re.__)("Born to express, not to impress. A maker making the world I want.","coblocks"),imgUrl:"https://s.w.org/images/core/5.3/Windbuchencom.jpg"}},attributes:Al,transforms:Rl,edit:Pl,save:Tl,deprecated:hl},Ll=o(71);function Dl(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Fl(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Dl(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Dl(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var Vl=[{attributes:Fl(Fl({},Ll.attributes),{},{gutter:{type:"string",default:"medium"},stacked:{type:"boolean",default:!1}}),save:function(e){var t,o=e.attributes,n=e.className,c=o.gutter,r=o.stacked,l=o.contentAlign,a=o.isStackedOnMobile,i=qe()("wp-block-coblocks-buttons__inner",(t={},te()(t,"flex-align-".concat(l),l),te()(t,"has-".concat(c,"-gutter"),c),te()(t,"is-stacked",r),te()(t,"is-stacked-on-mobile",a),t));return Object(le.createElement)("div",{className:n},Object(le.createElement)("div",{className:i},Object(le.createElement)(eo.InnerBlocks.Content,null)))}}];function Gl(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Ul=function(e){Ie()(o,e);var t=Gl(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.clientId,o=e.attributes,n=e.setAttributes,c=o.items,r=o.isStackedOnMobile;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)(ae.PanelBody,{title:Object(re.__)("Buttons settings","coblocks")},Object(le.createElement)(ae.RangeControl,{label:Object(re.__)("Buttons","coblocks"),value:c,onChange:function(e){n({items:parseInt(e)}),wp.data.dispatch("core/block-editor").selectBlock(t)},min:1,max:4}),Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Stack on mobile","coblocks"),checked:r,onChange:function(){return n({isStackedOnMobile:!r})},help:r?Object(re.__)("Stacking buttons on mobile.","coblocks"):Object(re.__)("Toggle to stack buttons on mobile.","coblocks")}))))}}]),o}(le.Component);function Hl(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Wl=function(e){Ie()(o,e);var t=Hl(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.attributes,o=e.setAttributes,n=t.contentAlign;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.BlockControls,null,Object(le.createElement)(eo.AlignmentToolbar,{value:n,onChange:function(e){return o({contentAlign:e})}})))}}]),o}(le.Component);function ql(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Yl=["core/button"],Kl=cc()((function(e){return ar()(e,(function(){return["core/button"]}))})),Xl=function(e){Ie()(o,e);var t=ql(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"componentDidMount",value:function(){var e=this.props.clientId;if(Object(oe.getBlockType)("core/buttons")){var t=Object(Oo.select)("core/block-editor").getBlock(e),o=Object(oe.createBlock)("core/buttons",{align:t.attributes.contentAlign},t.innerBlocks);Object(Oo.dispatch)("core/block-editor").replaceBlock(e,o)}}},{key:"render",value:function(){var e,t=this.props,o=t.attributes,n=t.className,c=t.isSelected,r=o.items,l=o.contentAlign,a=o.isStackedOnMobile,i=qe()("wp-block-coblocks-buttons__inner",(e={},te()(e,"flex-align-".concat(l),l),te()(e,"is-stacked-on-mobile",a),e));return Object(le.createElement)(le.Fragment,null,c&&Object(le.createElement)(Ul,this.props),c&&Object(le.createElement)(Wl,this.props),Object(le.createElement)("div",{className:n},Object(le.createElement)("div",{className:i},Object(le.createElement)(eo.InnerBlocks,{allowedBlocks:Yl,template:Kl(r),templateLock:"all",templateInsertUpdatesSelection:!1}))))}}]),o}(le.Component);var Zl={from:ce()([1,2,3,4].map((function(e){return{type:"prefix",prefix:Array(e+1).join(":")+"buttons",transform:function(t){return Object(oe.createBlock)(Ll.name,{content:t,items:e})}}})))},Jl=Object(le.createElement)(Ye.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"M19 6.5H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7c0-1.1-.9-2-2-2zm.5 9c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5v-7c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5v7zM8 12.8h8v-1.5H8v1.5z"})),$l=Ll.name,Ql=Ll.category,ea=Ll.attributes,ta={title:Object(re.__)("Buttons","coblocks"),description:Object(re.__)("Prompt visitors to take action with multiple buttons, side by side.","coblocks"),icon:Jl,keywords:["coblocks",Object(re.__)("link","coblocks"),Object(re.__)("cta","coblocks"),Object(re.__)("call to action","coblocks")],attributes:ea,transforms:Zl,edit:Xl,save:function(e){var t,o=e.attributes,n=e.className,c=o.contentAlign,r=o.isStackedOnMobile,l=qe()("wp-block-coblocks-buttons__inner",(t={},te()(t,"flex-align-".concat(c),c),te()(t,"is-stacked-on-mobile",r),t));return Object(le.createElement)("div",{className:n},Object(le.createElement)("div",{className:l},Object(le.createElement)(eo.InnerBlocks.Content,null)))},deprecated:Vl},oa={backgroundType:{type:"string",default:"image"},backgroundImg:{type:"string"},backgroundPosition:{type:"string",default:"center center"},backgroundRepeat:{type:"string",default:"no-repeat"},backgroundSize:{type:"string"},backgroundOverlay:{type:"number",default:0},backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},hasParallax:{type:"boolean",default:!1},focalPoint:{type:"object"},videoMuted:{type:"boolean",default:!0},videoLoop:{type:"boolean",default:!0},openPopover:{type:"boolean",default:!1}};var na=function(e){var t,o=Object(eo.getColorClassName)("background-color",e.backgroundColor),n=e.backgroundSize?e.backgroundSize:"cover",c=[te()({},o,o),{"has-background":e.backgroundColor||e.customBackgroundColor},{"has-parallax":e.backgroundImg&&"image"===e.backgroundType&&e.hasParallax},{"is-transient":e.backgroundImg&&0===e.backgroundImg.indexOf("blob:")},{"has-background-overlay":e.backgroundImg&&0!==e.backgroundOverlay},te()({},"bg-".concat(n),e.backgroundImg&&"image"===e.backgroundType)];return e.backgroundType&&c.push(te()({},"has-background-".concat(e.backgroundType),e.backgroundImg)),e.backgroundRepeat&&c.push(te()({},"bg-".concat(e.backgroundRepeat),e.backgroundImg&&"image"===e.backgroundType)),e.backgroundPosition&&c.push(te()({},"bg-".concat(e.backgroundPosition.split(" ").join("-")),e.backgroundImg&&"image"===e.backgroundType)),e.backgroundOverlay&&c.push(te()({},0===(t=e.backgroundOverlay)||50===t?null:"has-background-overlay-"+10*Math.round(t/10),e.backgroundImg&&0!==e.backgroundOverlay&&50!==e.backgroundOverlay)),c},ca={};ca.background=Object(le.createElement)(ae.SVG,{height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(ae.G,{fill:"none",fillRule:"evenodd",transform:"translate(2.762573 1)"},Object(le.createElement)(ae.Path,{d:"m4.93810577 15.6496655-4.30419126-4.3041913c-.67516726-.6751672-.67516726-1.68791812 0-2.36308537l5.48573395-5.31694215 5.40133804 5.40133806c.6751673.67516725.6751673 1.68791816 0 2.36308536l-4.30419124 4.3041913c-.59077135.5907713-1.60352224.5907713-2.27868949-.0843959z",stroke:"currentColor",strokeWidth:"1.5"}),Object(le.createElement)(ae.Path,{d:"m15.4031982 15.3120819c0 .9283549-.7595631 1.6879181-1.6879181 1.6879181s-1.6879181-.7595632-1.6879181-1.6879181c0-.928355 1.6879181-3.3758363 1.6879181-3.3758363s1.6879181 2.4474813 1.6879181 3.3758363z",fill:"currentColor"}),Object(le.createElement)(ae.Path,{d:"m.21193497 10c0 .4219795.16879181.8439591.42197954 1.1815427l4.30419126 4.3041913c.67516725.6751672 1.68791814.6751672 2.36308539 0l4.30419124-4.3041913c.2531877-.3375836.4219796-.7595632.4219796-1.1815427z",fill:"currentColor"}),Object(le.createElement)(ae.Path,{d:"m3.16579172.71158994 6.66727666 6.66727665",stroke:"currentColor",strokeWidth:"1.5"})));var ra=ca;var la=function(e){var t=e.attributes,o=e.setAttributes,n=t.backgroundImg;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.MediaUploadCheck,null,Object(le.createElement)(ae.Toolbar,{className:n?"components-dropdown-menu":""},n?Object(le.createElement)(eo.BlockControls,{group:"other"},Object(le.createElement)(eo.MediaReplaceFlow,{name:ra.background,mediaURL:n,allowedTypes:Oa,accept:"image/*",onSelect:function(e){e&&o({backgroundImg:e.url,backgroundType:e.media_type||e.type})},onError:function(){o({backgroundImg:void 0,backgroundType:void 0})}})):Object(le.createElement)(eo.MediaUpload,{onSelect:function(e){o({backgroundImg:e.url,backgroundType:e.type})},allowedTypes:Oa,value:n,render:function(e){var t=e.open;return Object(le.createElement)(ae.ToolbarButton,{className:"components-toolbar__control",label:Object(re.__)("Add background image","coblocks"),icon:ra.background,onClick:t})}}))))};function aa(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var ia=function(e){Ie()(o,e);var t=aa(o);function o(){var e;return Te()(this,o),(e=t.apply(this,arguments)).addFile=e.addFile.bind(Me()(e)),e.onSelectFile=e.onSelectFile.bind(Me()(e)),e}return Re()(o,[{key:"addFile",value:function(e){var t=this;Object(wl.mediaUpload)({allowedTypes:Oa,filesList:e,onFileChange:function(e){var o=be()(e,1)[0];return t.onSelectFile(o)}})}},{key:"onSelectFile",value:function(e){if(e&&e.url){var t="image";e.mime_type&&e.mime_type.includes("video")&&(t="video"),this.props.setAttributes({backgroundImg:e.url,backgroundType:t}),ka.includes(this.props.name)&&(this.props.attributes.paddingSize&&"no"!==this.props.attributes.paddingSize||this.props.setAttributes({paddingSize:"medium"}))}}},{key:"render",value:function(){return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(ae.DropZone,{onFilesDrop:this.addFile,label:this.props.label}))}}]),o}(le.Component),sa=function(e,t){var o=e&&Object(eo.getColorClassName)("background-color",e.backgroundColor);return{backgroundImage:e.backgroundImg&&"image"===e.backgroundType?"url(".concat(e.backgroundImg,")"):void 0,backgroundColor:o?t&&t.color:e.customBackgroundColor,backgroundPosition:e.focalPoint&&!e.hasParallax?"".concat(100*e.focalPoint.x,"% ").concat(100*e.focalPoint.y,"%"):void 0}},ua=o(205),ba=o.n(ua),da={};da.mobile=Object(le.createElement)(ae.SVG,{"aria-hidden":!0,className:"dashicon",role:"img",focusable:"false",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(ae.Path,{d:"m8.25 0h-6c-.825 0-1.5.61363636-1.5 1.36363636v10.27272724c0 .75.675 1.3636364 1.5 1.3636364h6c.825 0 1.5-.6136364 1.5-1.3636364v-10.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 11h-5v-9h5z",transform:"translate(2.25 1)"})),da.desktopChrome=Object(le.createElement)(ae.SVG,{"aria-hidden":!0,className:"dashicon dashicon--desktop-chrome",role:"img",focusable:"false",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(ae.Path,{d:"m13.5 0h-12c-.8325 0-1.5.61363636-1.5 1.36363636v12.27272724c0 .75.6675 1.3636364 1.5 1.3636364h12l-.5-2h-11v-10h11v10l.5 2c.825 0 1.5-.6136364 1.5-1.3636364v-12.27272724c0-.75-.6675-1.36363636-1.5-1.36363636z"}));var pa=da;function ma(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var ha=function(e){Ie()(o,e);var t=ma(o);function o(){var e;return Te()(this,o),(e=t.apply(this,arguments)).setGutterTo=e.setGutterTo.bind(Me()(e)),e.setGutterMobileTo=e.setGutterMobileTo.bind(Me()(e)),e}return Re()(o,[{key:"setGutterTo",value:function(e){this.props.setAttributes({gutter:e})}},{key:"setGutterMobileTo",value:function(e){this.props.setAttributes({gutterMobile:e})}},{key:"render",value:function(){var e=this.props,t=e.attributes,o=e.label,n=void 0===o?Object(re.__)("Gutter","coblocks"):o,c=e.max,r=void 0===c?50:c,l=e.min,a=void 0===l?0:l,i=e.onChange,s=void 0===i?this.setGutterTo:i,u=e.onChangeMobile,b=void 0===u?this.setGutterMobileTo:u,d=e.step,p=void 0===d?5:d;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(ae.TabPanel,{className:"components-base-control components-coblocks-responsive__tabs",activeClass:"is-primary",initialTabName:"desk",tabs:[{name:"desk",title:pa.desktopChrome,className:"components-coblocks-responsive__tabs-item components-coblocks-responsive__tabs-item--desktop components-button is-button is-default"},{name:"mobile",title:pa.mobile,className:"components-coblocks-responsive__tabs-item components-coblocks-responsive__tabs-item--mobile components-button is-button is-default"}]},(function(e){var o,c;return"mobile"===e.name?Object(le.createElement)(ae.RangeControl,{label:Object(re.sprintf)(Object(re.__)("Mobile %s","coblocks"),n),value:null!==(c=t.valueMobile)&&void 0!==c?c:t.gutterMobile,onChange:function(e){return b(e)},min:a,max:r,step:p}):Object(le.createElement)(ae.RangeControl,{label:n,value:null!==(o=t.value)&&void 0!==o?o:t.gutter,onChange:function(e){return s(e)},min:a,max:r,step:p})})))}}]),o}(le.Component);function fa(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var ga=function(e){Ie()(o,e);var t=fa(o);function o(){var e;return Te()(this,o),(e=t.apply(this,arguments)).setBackgroundPaddingTo=e.setBackgroundPaddingTo.bind(Me()(e)),e.setBackgroundPaddingMobileTo=e.setBackgroundPaddingMobileTo.bind(Me()(e)),e.onSelectRepeat=e.onSelectRepeat.bind(Me()(e)),e}return Re()(o,[{key:"setBackgroundPaddingTo",value:function(e){this.props.setAttributes({backgroundPadding:e}),this.props.attributes.backgroundPadding<=0&&this.props.setAttributes({backgroundRadius:0})}},{key:"setBackgroundPaddingMobileTo",value:function(e){this.props.setAttributes({backgroundPaddingMobile:e})}},{key:"onSelectRepeat",value:function(e){"no-repeat"===e?this.props.setAttributes({backgroundRepeat:e,backgroundSize:"cover"}):this.props.setAttributes({backgroundRepeat:e,backgroundSize:"contain",focalPoint:void 0})}},{key:"render",value:function(){var e=this,t=this.props,o=t.attributes,n=t.backgroundColor,c=t.hasGalleryControls,r=t.hasOverlay,l=t.setAttributes,a=o.align,i=o.backgroundImg,s=o.backgroundOverlay,u=o.backgroundPadding,b=o.backgroundPaddingMobile,d=o.backgroundPosition,p=o.backgroundRadius,m=o.backgroundRepeat,h=o.backgroundSize,f=o.backgroundType,g=void 0===f?"image":f,v=o.focalPoint,O=o.hasParallax,k=o.videoLoop,y=o.videoMuted,j=[{value:"top left",label:Object(re.__)("Top left","coblocks")},{value:"top center",label:Object(re.__)("Top center","coblocks")},{value:"top right",label:Object(re.__)("Top right","coblocks")},{value:"center left",label:Object(re.__)("Center left","coblocks")},{value:"center center",label:Object(re.__)("Center center","coblocks")},{value:"center right",label:Object(re.__)("Center right","coblocks")},{value:"bottom left",label:Object(re.__)("Bottom left","coblocks")},{value:"bottom center",label:Object(re.__)("Bottom center","coblocks")},{value:"bottom right",label:Object(re.__)("Bottom right","coblocks")}],_=[{value:"no-repeat",label:Object(re.__)("No repeat","coblocks")},{value:"repeat",label:Object(re.__)("Repeat","coblocks")},{value:"repeat-x",label:Object(re.__)("Repeat horizontally","coblocks")},{value:"repeat-y",label:Object(re.__)("Repeat vertically","coblocks")}],w=[{value:"auto",label:Object(re.__)("Auto","coblocks")},{value:"cover",label:Object(re.__)("Cover","coblocks")},{value:"contain",label:Object(re.__)("Contain","coblocks")}];return Object(le.createElement)(le.Fragment,null,i&&Object(le.createElement)(ae.PanelBody,{title:Object(re.__)("Background settings","coblocks"),initialOpen:!1},"image"===g&&Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Fixed background","coblocks"),checked:!!O,onChange:function(){return l({hasParallax:!O})}}),!O&&ae.FocalPointPicker&&"image"===g&&"repeat"!==m&&Object(le.createElement)(ae.FocalPointPicker,{label:Object(re.__)("Focal point","coblocks"),url:i,value:v,onChange:function(e){return l({focalPoint:e})},className:"components-focal-point-picker--coblocks"}),r&&Object(le.createElement)(ae.RangeControl,{label:Object(re.__)("Background opacity","coblocks"),value:s,onChange:function(e){return l({backgroundOverlay:e})},min:0,max:100,step:10}),c&&Object(le.createElement)(le.Fragment,null,Object(le.createElement)(ha,Ce()({},this.props,{label:Object(re.__)("Padding","coblocks"),value:u,valueMobile:b,onChange:this.setBackgroundPaddingTo,onChangeMobile:this.setBackgroundPaddingMobileTo,min:5,max:100})),(!ba()(i)||!ba()(n.color))&&u>0&&"full"!==a&&Object(le.createElement)(ae.RangeControl,{label:Object(re.__)("Rounded corners","coblocks"),value:p,onChange:function(e){return l({backgroundRadius:e})},min:0,max:20,step:1})),"image"===g&&Object(le.createElement)(ae.SelectControl,{label:Object(re.__)("Repeat","coblocks"),value:m||"no-repeat",options:_,onChange:function(t){return e.onSelectRepeat(t)}}),!ae.FocalPointPicker&&"image"===g&&Object(le.createElement)(ae.SelectControl,{label:Object(re.__)("Position","coblocks"),value:d||"center center",options:j,onChange:function(e){return l({backgroundPosition:e})}}),"no-repeat"===m&&"image"===g&&Object(le.createElement)(ae.SelectControl,{label:Object(re.__)("Display","coblocks"),value:h||"cover",options:w,onChange:function(e){return l({backgroundSize:e})}}),"video"===g&&Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Mute video","coblocks"),help:y?Object(re.__)("Muting the background video.","coblocks"):Object(re.__)("Toggle to mute the video.","coblocks"),checked:!!y,onChange:function(){return l({videoMuted:!y})}}),"video"===g&&Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Loop video","coblocks"),help:k?Object(re.__)("Looping the background video.","coblocks"):Object(re.__)("Toggle to loop the video.","coblocks"),checked:!!k,onChange:function(){return l({videoLoop:!k})}}),Object(le.createElement)(ae.Button,{type:"button",isSmall:!0,isSecondary:!0,label:Object(re.__)("Remove background","coblocks"),onClick:function(){l({backgroundImg:"",backgroundOverlay:0,backgroundRepeat:"no-repeat",backgroundPosition:"",backgroundSize:"cover",hasParallax:!1,backgroundPadding:0,backgroundPaddingMobile:0}),ka.includes(e.props.name)&&o.paddingSize&&l({paddingSize:"no"})}},Object(re.__)("Clear Media","coblocks"))))}}]),o}(le.Component);var va=function(e){var t=e.backgroundImg,o=e.backgroundType,n=e.videoMuted,c=e.videoLoop;return["video"===o?Object(le.createElement)("div",{className:"coblocks-video-bg position-absolute overflow-hidden w-full h-full pin-t pin-r pin-b pin-l"},Object(le.createElement)("video",{className:"w-full h-full bg-center-center object-cover object-position",playsinline:"",autoPlay:"",muted:n,loop:c,src:t})):null]},Oa=["image","video"],ka=["coblocks/row","coblocks/column","coblocks/media-card","coblocks/features","coblocks/feature"],ya={images:{type:"array",default:[],source:"query",selector:".coblocks-gallery--item",query:{url:{source:"attribute",selector:"img",attribute:"src"},link:{source:"attribute",selector:"img",attribute:"data-link"},imgLink:{source:"attribute",selector:"img",attribute:"data-imglink"},alt:{source:"attribute",selector:"img",attribute:"alt",default:""},id:{source:"attribute",selector:"img",attribute:"data-id"},caption:{type:"array",source:"children",selector:"figcaption"}}},linkTo:{type:"string",default:"none"},target:{type:"string"},rel:{type:"string",default:""},align:{type:"string"},gutter:{type:"number",default:15},gutterMobile:{type:"number",default:15},radius:{type:"number",default:0},shadow:{type:"string",default:"none"},filter:{type:"string",default:"none"},captions:{type:"boolean",default:!1},captionStyle:{type:"string",default:"dark"},captionColor:{type:"string"},customCaptionColor:{type:"string"},fontSize:{type:"string"},customFontSize:{type:"number"},primaryCaption:{type:"array",source:"children",selector:".coblocks-gallery--primary-caption"},backgroundRadius:{type:"number",default:0},backgroundPadding:{type:"number",default:0},backgroundPaddingMobile:{type:"number",default:0},lightbox:{type:"boolean",default:!1}};var ja=function(e){var t=e.align,o=e.radius,n=e.filter,c=e.captionStyle;return["coblocks-gallery",{"has-no-alignment":!t},te()({},"has-border-radius-".concat(o),o>0),te()({},"has-filter-".concat(n),"none"!==n),te()({},"has-caption-style-".concat(c),void 0!==c)]};function _a(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function wa(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?_a(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):_a(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var Ea=function(e){return{align:e.align,animation:e.animation,autoPlay:e.autoPlay,autoPlaySpeed:e.autoPlaySpeed,captionColor:e.captionColor,captions:e.captions,customCaptionColor:e.customCaptionColor,customFontSize:e.customFontSize,draggable:e.draggable,filter:e.filter,fontSize:e.fontSize,gridSize:e.gridSize,gutterMobile:e.gutterMobile,height:e.height,images:e.images.map((function(e,t){return wa(wa({},_e(e)),{},{index:t})})),linkTo:e.linkTo,pageDots:e.pageDots,prevNextButtons:e.prevNextButtons,primaryCaption:e.primaryCaption,radius:e.radius,rel:e.rel,shadow:e.shadow,target:e.target,lightbox:e.lightbox,noBottomMargin:e.noBottomMargin,noTopMargin:e.noTopMargin}};var xa=function(e){return{color:Object(eo.getColorClassName)("color",e.captionColor)?void 0:e.customCaptionColor}},Ca=o(49);function Sa(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Pa(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Sa(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Sa(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var za=[{attributes:Pa(Pa(Pa({},ya),oa),Ca.attributes),save:function(e){var t,o,n,c,r,l=e.attributes,a=e.className,i=l.align,s=l.alignCells,u=l.autoPlay,b=l.autoPlaySpeed,d=l.backgroundPadding,p=l.backgroundPaddingMobile,m=l.captionStyle,h=l.customCaptionColor,f=l.draggable,g=l.filter,v=l.freeScroll,O=l.gridSize,k=l.gutter,y=l.gutterMobile,j=l.height,_=l.images,w=l.pageDots,E=l.pauseHover,x=l.prevNextButtons,C=l.primaryCaption,S=l.radius,P=l.responsiveHeight,z=l.thumbnails;if(!(_.length<=0)){var T=Object(eo.getColorClassName)("color",l.captionColor),B=qe()("coblocks-gallery",(t={"has-no-alignment":!i},te()(t,"has-border-radius-".concat(S),S>0),te()(t,"has-filter-".concat(g),"none"!==g),te()(t,"has-caption-style-".concat(m),void 0!==m),te()(t,"has-caption-color",T||h),te()(t,"captionColorClass",T),te()(t,"has-background-border-radius-".concat(l.backgroundRadius),l.backgroundRadius>0),te()(t,"has-padding",d>0),te()(t,"has-padding-".concat(d),d>0),te()(t,"has-padding-mobile-".concat(p),p>0),t)),R=qe()(a,{"has-responsive-height":P}),N=qe.a.apply(void 0,["is-cropped",B].concat(ce()(na(l)),[{"has-horizontal-gutter":k>0}])),M=Pa({},sa(l)),A=qe()("has-carousel","has-carousel-".concat(O),(o={"has-aligned-cells":s},te()(o,"has-margin-bottom-".concat(k),z&&k>0),te()(o,"has-margin-bottom-mobile-".concat(y),z&&y>0),o)),I={height:j?j+"px":void 0},L=qe()("coblocks-gallery--figure",(n={},te()(n,"has-margin-left-".concat(k),k>0),te()(n,"has-margin-left-mobile-".concat(y),y>0),te()(n,"has-margin-right-".concat(k),k>0),te()(n,"has-margin-right-mobile-".concat(y),y>0),n)),D={autoPlay:!(!u||!b)&&parseFloat(b),draggable:f,pageDots:w,prevNextButtons:x,wrapAround:!0,cellAlign:s?"left":"center",pauseAutoPlayOnHover:E,freeScroll:v,arrowShape:{x0:10,x1:60,y1:50,x2:65,y2:45,x3:20},thumbnails:z,responsiveHeight:P},F=qe()("coblocks-gallery--caption","coblocks-gallery--primary-caption",T,{"has-caption-color":T}),V=qe()("carousel-nav",(c={},te()(c,"has-margin-top-".concat(k),k>0),te()(c,"has-margin-top-mobile-".concat(y),y>0),te()(c,"has-negative-margin-left-".concat(k),k>0),te()(c,"has-negative-margin-left-mobile-".concat(y),y>0),te()(c,"has-negative-margin-right-".concat(k),k>0),te()(c,"has-negative-margin-right-mobile-".concat(y),y>0),c)),G=qe()("coblocks--figure",(r={},te()(r,"has-margin-left-".concat(k),k>0),te()(r,"has-margin-left-mobile-".concat(y),y>0),te()(r,"has-margin-right-".concat(k),k>0),te()(r,"has-margin-right-mobile-".concat(y),y>0),r)),U={asNavFor:".has-carousel",autoPlay:!1,contain:!0,cellAlign:"left",pageDots:!1,thumbnails:!1,draggable:f,prevNextButtons:!1,wrapAround:!1},H={color:T?void 0:h};return Object(le.createElement)("div",{className:R},Object(le.createElement)("div",{className:N,style:M},Object(le.createElement)("div",{className:A,style:P?void 0:I,"data-flickity":JSON.stringify(D)},_.map((function(e){var t=Object(le.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-link":e.link,className:e.id?"wp-image-".concat(e.id):null});return Object(le.createElement)("div",{key:e.id||e.url,className:"coblocks-gallery--item"},Object(le.createElement)("figure",{className:L},t))}))),z?Object(le.createElement)("div",{className:V,"data-flickity":JSON.stringify(U)},_.map((function(e){var t=Object(le.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-link":e.link});return Object(le.createElement)("div",{key:e.id||e.url,className:"coblocks--item-thumbnail"},Object(le.createElement)("figure",{className:G},t))}))):null),!eo.RichText.isEmpty(C)&&Object(le.createElement)(eo.RichText.Content,{tagName:"figcaption",className:F,value:C,style:H}))}}},{attributes:Pa(Pa(Pa({},ya),oa),Ca.attributes),save:function(e){var t,o=e.attributes,n=e.className,c=o.autoPlay,r=o.autoPlaySpeed,l=o.captionColor,a=o.customCaptionColor,i=o.draggable,s=o.freeScroll,u=o.gridSize,b=o.gutter,d=o.gutterMobile,p=o.height,m=o.images,h=o.pageDots,f=o.pauseHover,g=o.prevNextButtons,v=o.primaryCaption,O=o.alignCells,k=o.thumbnails,y=o.responsiveHeight,j=qe.a.apply(void 0,["is-cropped"].concat(ce()(ja(o)),ce()(na(o)),[{"has-horizontal-gutter":b>0}])),_=Pa({},sa(o)),w=qe()("has-carousel","has-carousel-".concat(u),{"has-aligned-cells":O}),E={height:p?p+"px":void 0},x=qe()("coblocks-gallery--figure",(t={},te()(t,"has-margin-left-".concat(b),b>0),te()(t,"has-margin-left-mobile-".concat(d),d>0),te()(t,"has-margin-right-".concat(b),b>0),te()(t,"has-margin-right-mobile-".concat(d),d>0),t)),C={autoPlay:!(!c||!r)&&parseFloat(r),draggable:i,pageDots:h,prevNextButtons:g,wrapAround:!0,cellAlign:O?"left":"center",pauseAutoPlayOnHover:f,freeScroll:s,arrowShape:{x0:10,x1:60,y1:50,x2:65,y2:45,x3:20},thumbnails:k,responsiveHeight:y},S=Object(eo.getColorClassName)("color",l),P=qe()("coblocks-gallery--caption","coblocks-gallery--primary-caption",S,{"has-caption-color":S}),z={color:S?void 0:a};return Object(le.createElement)("div",{className:n},Object(le.createElement)("div",{className:j,style:_},Object(le.createElement)("div",{className:w,style:E,"data-flickity":JSON.stringify(C)},m.map((function(e){var t=Object(le.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-link":e.link,className:e.id?"wp-image-".concat(e.id):null});return Object(le.createElement)("div",{key:e.id||e.url,className:"coblocks-gallery--item"},Object(le.createElement)("figure",{className:x},t))})))),!eo.RichText.isEmpty(v)&&Object(le.createElement)(eo.RichText.Content,{tagName:"figcaption",className:P,value:v,style:z}))}},{attributes:Pa(Pa(Pa({},ya),oa),Ca.attributes),save:function(e){var t,o=e.attributes,n=e.className,c=o.autoPlay,r=o.autoPlaySpeed,l=o.captionColor,a=o.customCaptionColor,i=o.draggable,s=o.gridSize,u=o.gutter,b=o.gutterMobile,d=o.height,p=o.images,m=o.pageDots,h=o.prevNextButtons,f=o.primaryCaption;if(!(p.length<=0)){var g=qe.a.apply(void 0,["is-cropped"].concat(ce()(ja(o)),[{"has-horizontal-gutter":u>0}])),v=Pa({},sa(o)),O=qe()("has-carousel","has-carousel-".concat(s),{}),k={height:d?d+"px":void 0},y=qe()("coblocks-gallery--figure",(t={},te()(t,"has-margin-left-".concat(u),u>0),te()(t,"has-margin-left-mobile-".concat(b),b>0),te()(t,"has-margin-right-".concat(u),u>0),te()(t,"has-margin-right-mobile-".concat(b),b>0),t)),j={autoPlay:!(!c||!r)&&parseFloat(r),draggable:i,pageDots:m,prevNextButtons:h,wrapAround:!0,arrowShape:{x0:10,x1:60,y1:50,x2:65,y2:45,x3:20}},_=Object(eo.getColorClassName)("color",l),w=qe()("coblocks-gallery--caption","coblocks-gallery--primary-caption",_,{"has-caption-color":_}),E={color:_?void 0:a};return Object(le.createElement)("div",{className:n},Object(le.createElement)("div",{className:g,style:v},Object(le.createElement)("div",{className:O,style:k,"data-flickity":JSON.stringify(j)},p.map((function(e){var t=Object(le.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-link":e.link,className:e.id?"wp-image-".concat(e.id):null});return Object(le.createElement)("div",{key:e.id||e.url,className:"coblocks-gallery--item"},Object(le.createElement)("figure",{className:y},t))})))),!eo.RichText.isEmpty(f)&&Object(le.createElement)(eo.RichText.Content,{tagName:"figcaption",className:w,value:f,style:E}))}}}],Ta=o(26),Ba=o.n(Ta),Ra=o(206),Na=o.n(Ra);function Ma(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Aa=function(e){Ie()(o,e);var t=Ma(o);function o(){var e;return Te()(this,o),(e=t.apply(this,arguments)).getSizes=e.getSizes.bind(Me()(e)),e}return Re()(o,[{key:"componentDidUpdate",value:function(){var e=this.props.attributes,t=e.align,o=e.columns;void 0===t&&("med"!==o&&"sml"!==o||this.props.setAttributes({gridSize:"xlrg"}))}},{key:"getSizes",value:function(){var e=this.props,t=e.type,o=e.wideControlsEnabled,n=this.props.attributes.align,c=[{value:"none",label:Object(re.__)("None","coblocks"),tooltip:Object(re.__)("None","coblocks")},{value:"sml",label:Object(re.__)("S","coblocks"),tooltip:Object(re.__)("Small","coblocks")},{value:"med",label:Object(re.__)("M","coblocks"),tooltip:Object(re.__)("Medium","coblocks")},{value:"lrg",label:Object(re.__)("L","coblocks"),tooltip:Object(re.__)("Large","coblocks")}],r=[{value:"lrg",label:Object(re.__)("L","coblocks"),tooltip:Object(re.__)("Large","coblocks")},{value:"xlrg",label:Object(re.__)("XL","coblocks"),tooltip:Object(re.__)("Extra Large","coblocks")}],l=[{value:"med",label:Object(re.__)("M","coblocks"),tooltip:Object(re.__)("Medium","coblocks")}],a=[{value:"sml",label:Object(re.__)("S","coblocks"),tooltip:Object(re.__)("Small","coblocks")}];return"smlx"===t?r=[{value:"sml",label:Object(re.__)("S","coblocks"),tooltip:Object(re.__)("Small","coblocks")},{value:"med",label:Object(re.__)("M","coblocks"),tooltip:Object(re.__)("Medium","coblocks")},{value:"lrg",label:Object(re.__)("L","coblocks"),tooltip:Object(re.__)("Large","coblocks")},{value:"xlrg",label:Object(re.__)("XL","coblocks"),tooltip:Object(re.__)("Extra Large","coblocks")}]:"reverse-grid"===t?(r=[{value:"small",label:Object(re.__)("S","coblocks"),tooltip:Object(re.__)("Small","coblocks")},{value:"medium",label:Object(re.__)("M","coblocks"),tooltip:Object(re.__)("Medium","coblocks")}],l=[{value:"large",label:Object(re.__)("L","coblocks"),tooltip:Object(re.__)("Large","coblocks")}],a=[{value:"huge",label:Object(re.__)("XL","coblocks"),tooltip:Object(re.__)("Extra Large","coblocks")}],"wide"===n?r.concat(l):"full"===n?r.concat(l).concat(a):r):"grid"!==t?c:!0===o&&"wide"===n?l.concat(r):!0===o&&"full"===n?a.concat(l).concat(r):r}},{key:"render",value:function(){var e=this.props,t=e.onChange,o=e.value,n=e.resetValue,c=void 0===n?void 0:n,r=e.label,l=e.reset,a=void 0===l||l;return Object(le.createElement)(ae.BaseControl,{id:"coblocks-select-size",label:r},Object(le.createElement)(ae.PanelRow,null,Object(le.createElement)(gn,{currentOption:o,options:this.getSizes(),onChange:function(e){return t(e)}}),a&&Object(le.createElement)(ae.Button,{isSmall:!0,isSecondary:!0,onClick:function(){return t(c)}},Object(re.__)("Reset","coblocks"))))}}]),o}(le.Component),Ia=Object(oo.compose)([Object(Oo.withSelect)((function(e){return{wideControlsEnabled:e("core/editor").getEditorSettings().alignWide}}))])(Aa),La=[{value:1e3,label:Object(re.__)("One Second","coblocks")},{value:2e3,label:Object(re.__)("Two Seconds","coblocks")},{value:3e3,label:Object(re.__)("Three Seconds","coblocks")},{value:4e3,label:Object(re.__)("Four Seconds","coblocks")},{value:5e3,label:Object(re.__)("Five Seconds","coblocks")},{value:6e3,label:Object(re.__)("Six Seconds","coblocks")},{value:7e3,label:Object(re.__)("Seven Seconds","coblocks")},{value:8e3,label:Object(re.__)("Eight Seconds","coblocks")},{value:9e3,label:Object(re.__)("Nine Seconds","coblocks")},{value:1e4,label:Object(re.__)("Ten Seconds","coblocks")}],Da=function(e){var t=e.attributes,o=e.setAttributes,n=t.autoPlay,c=t.autoPlaySpeed,r=t.draggable,l=t.freeScroll,a=t.pageDots,i=t.prevNextButtons,s=t.alignCells,u=t.pauseHover,b=t.thumbnails;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(ae.PanelBody,{title:Object(re.__)("Slider settings","coblocks"),initialOpen:!1},Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Autoplay","coblocks"),checked:!!n,onChange:function(){return o({autoPlay:!n})},help:function(t){var o=e.attributes.autoPlaySpeed/1e3,n=o>1?Object(re.__)("seconds","coblocks"):Object(re.__)("second","coblocks");return t?Object(re.sprintf)(Object(re.__)("Advancing after %1$d %2$s.","coblocks"),o,n):Object(re.__)("Automatically advance to the next slide.","coblocks")}}),n&&Object(le.createElement)(le.Fragment,null,Object(le.createElement)(ae.SelectControl,{label:Object(re.__)("Transition speed","coblocks"),value:c,onChange:function(e){return o({autoPlaySpeed:e})},options:La,className:"components-coblocks-gallery-inspector__autoplayspeed-select"}),Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Pause on hover","coblocks"),checked:u,onChange:function(){return o({pauseHover:!u})},help:function(e){return e?Object(re.__)("Pausing autoplay when hovering.","coblocks"):Object(re.__)("Toggle to pause autoplay when hovered.","coblocks")}})),Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Draggable","coblocks"),checked:!!r,onChange:function(){return o({draggable:!r})},help:function(e){return e?Object(re.__)("Dragging and flicking enabled.","coblocks"):Object(re.__)("Toggle to enable drag functionality.","coblocks")}}),r&&Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Free scroll","coblocks"),checked:!!l,onChange:function(){return o({freeScroll:!l})},help:function(e){return e?Object(re.__)("Scrolling without fixed slides enabled.","coblocks"):Object(re.__)("Toggle to scroll without fixed slides.","coblocks")}}),Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Arrow navigation","coblocks"),checked:!!i,onChange:function(){return o({prevNextButtons:!i})},help:function(e){return e?Object(re.__)("Showing slide navigation arrows.","coblocks"):Object(re.__)("Toggle to show slide navigation arrows.","coblocks")}}),b?null:Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Dot navigation","coblocks"),checked:!!a,onChange:function(){return o({pageDots:!a})},help:function(e){return e?Object(re.__)("Showing dot navigation.","coblocks"):Object(re.__)("Toggle to show dot navigation.","coblocks")}}),Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Align cells","coblocks"),checked:!!s,onChange:function(){return o({alignCells:!s})},help:function(e){return e?Object(re.__)("Aligning slides to the left.","coblocks"):Object(re.__)("Aligning slides to the center.","coblocks")}})))},Fa=function(e){var t=Object(le.useState)(null),o=be()(t,2),n=o[0],c=o[1],r=function(t){e.setAttributes({height:t})},l=function(e){c(e)},a=e.attributes,i=e.isSelected,s=e.setAttributes,u=a.align,b=a.gridSize,d=a.gutter,p=a.height,m=a.radius,h=a.thumbnails,f=a.responsiveHeight,g=a.lightbox;return i&&Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)(ae.PanelBody,{title:Object(re.__)("Carousel settings","coblocks")},Object(le.createElement)(Ia,Ce()({},e,{type:"grid",label:Object(re.__)("Size","coblocks"),onChange:function(t){e.setAttributes({gridSize:t})},value:b,resetValue:"xlrg"})),null!==b&&("wide"===u||"full"===u)&&Object(le.createElement)(ha,Ce()({},e,{max:20})),"xlrg"!==b&&!u&&Object(le.createElement)(ha,Ce()({},e,{max:20})),d>0&&Object(le.createElement)(ae.RangeControl,{label:Object(re.__)("Rounded corners","coblocks"),value:m,onChange:function(t){e.setAttributes({radius:t})},min:0,max:20,step:1}),!f&&Object(le.createElement)(ae.BaseControl,{label:Object(re.__)("Height in pixels","coblocks"),className:"block-height-control",id:"gallery-carousel-height-control"},Object(le.createElement)("input",{type:"number",className:"block-height-control__input",onChange:function(e){var t=""!==e.target.value?parseInt(e.target.value,10):void 0;if(t<0&&void 0!==t)return l(t),void r(0);l(null),r(t)},value:n||p,min:0,step:"10"})),Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Lightbox","coblocks"),checked:!!g,onChange:function(){return s({lightbox:!g})},help:function(e){return e?Object(re.__)("Image lightbox is enabled.","coblocks"):Object(re.__)("Toggle to enable the image lightbox.","coblocks")}}),Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Thumbnails","coblocks"),checked:!!h,onChange:function(){return s({thumbnails:!h})},help:function(e){return e?Object(re.__)("Showing thumbnail navigation.","coblocks"):Object(re.__)("Toggle to show thumbnails.","coblocks")}})),Object(le.createElement)(Da,e)),Object(le.createElement)(eo.InspectorAdvancedControls,null,Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Responsive height","coblocks"),checked:!!f,onChange:function(){return s({responsiveHeight:!f})},help:function(e){return e?Object(re.__)("Percentage based height is activated.","coblocks"):Object(re.__)("Toggle for percentage based height.","coblocks")}})))},Va=function(e){var t=!!e.attributes.images.length;return Object(le.createElement)(eo.BlockControls,null,t&&Object(le.createElement)(Kn,e))},Ga=Object(le.createElement)(Ye.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(le.createElement)(Ye.Path,{d:"M12 13.06l3.712 3.713 1.061-1.06L13.061 12l3.712-3.712-1.06-1.06L12 10.938 8.288 7.227l-1.061 1.06L10.939 12l-3.712 3.712 1.06 1.061L12 13.061z"})),Ua=Object(le.createElement)(Ye.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"})),Ha=Object(le.createElement)(Ye.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(le.createElement)(Ye.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})),Wa=Object(le.createElement)(Ye.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(Ye.Path,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"})),qa=Object(le.createElement)(Ye.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(le.createElement)(Ye.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"}));function Ya(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Ka=function(e){Ie()(o,e);var t=Ya(o);function o(){var e;return Te()(this,o),(e=t.apply(this,arguments)).onImageClick=e.onImageClick.bind(Me()(e)),e.onSelectCaption=e.onSelectCaption.bind(Me()(e)),e.onKeyDown=e.onKeyDown.bind(Me()(e)),e.bindContainer=e.bindContainer.bind(Me()(e)),e.saveCustomLink=e.saveCustomLink.bind(Me()(e)),e.state={captionSelected:!1,captionFocused:!1,isSaved:!1},e}return Re()(o,[{key:"bindContainer",value:function(e){this.container=e}},{key:"onSelectCaption",value:function(){this.state.captionSelected||this.setState({captionSelected:!0}),this.props.isSelected||this.props.onSelect()}},{key:"onImageClick",value:function(){this.props.isSelected||this.props.onSelect(),this.state.captionSelected&&this.setState({captionSelected:!1,captionFocused:!1})}},{key:"onKeyDown",value:function(e){this.container===document.activeElement&&this.props.isSelected&&-1!==[Fo.BACKSPACE,Fo.DELETE].indexOf(e.keyCode)&&(e.stopPropagation(),e.preventDefault(),this.props.onRemove())}},{key:"saveCustomLink",value:function(){this.setState({isSaved:!0})}},{key:"componentDidUpdate",value:function(e){var t=this.props,o=t.isSelected,n=t.image,c=t.url,r=t.imgLink;n&&!c&&this.props.setAttributes({url:n.source_url,alt:n.alt_text}),this.state.captionSelected&&!o&&e.isSelected&&this.setState({captionSelected:!1,captionFocused:!1}),r&&!o&&e.isSelected&&this.setState({isSaved:!1})}},{key:"render",value:function(){var e,t=this.props,o=t.alt,n=t.caption,c=t.captions,r=t.fontSize,l=t.gutter,a=t.gutterMobile,i=t.id,s=t.isFirstItem,u=t.isLastItem,b=t.isSelected,d=t.linkTo,p=t.newClass,m=t.marginBottom,h=t.marginLeft,f=t.marginRight,g=t.marginTop,v=t.onMoveBackward,O=t.onMoveForward,k=t.onRemove,y=t.setAttributes,j=t.gutterUtility,_=t.shadow,w=t.supportsCaption,E=t.supportsMoving,x=void 0===E||E,C=t.verticalMoving,S=void 0!==C&&C,P=t.url,z=t["aria-label"],T=t.imgLink,B=t.imageIndex,R=t.replaceImage,N=qe()(te()({},"has-shadow-".concat(_),"none"!==_||void 0!==_)),M=Object(le.createElement)(le.Fragment,null,Object(le.createElement)("img",{src:P,className:N,alt:o,"data-id":i,"data-imglink":T,onClick:this.onImageClick,tabIndex:"0",onKeyDown:this.onImageClick,"aria-label":z}),Object(je.isBlobURL)(P)&&Object(le.createElement)(ae.Spinner,null)),A=p||"coblocks-gallery--figure",I=qe()(A,(e={"is-selected":b,"is-transient":P&&0===P.indexOf("blob:")},te()(e,"".concat(j),j),te()(e,"has-margin-top-".concat(l),g&&l>0),te()(e,"has-margin-top-mobile-".concat(a),g&&a>0),te()(e,"has-margin-right-".concat(l),f&&l>0),te()(e,"has-margin-right-mobile-".concat(a),f&&a>0),te()(e,"has-margin-bottom-".concat(l),m&&l>0),te()(e,"has-margin-bottom-mobile-".concat(a),m&&a>0),te()(e,"has-margin-left-".concat(l),h&&l>0),te()(e,"has-margin-left-mobile-".concat(a),h&&a>0),e)),L={fontSize:r?r+"px":void 0};return Object(le.createElement)("figure",{className:I,tabIndex:"-1",onKeyDown:this.onKeyDown,ref:this.bindContainer},b&&Object(le.createElement)(le.Fragment,null,Object(le.createElement)(ae.ButtonGroup,{className:"block-library-gallery-item__inline-menu is-right is-visible"},Object(le.createElement)(eo.MediaUploadCheck,null,Object(le.createElement)(eo.MediaUpload,{allowedTypes:["image"],onSelect:function(e){var t=_e(e);R(B,t)},value:P,render:function(e){var t=e.open;return Object(le.createElement)(ae.Button,{className:"coblocks-gallery-item__button-replace",onClick:t,label:Object(re.__)("Replace Image","coblocks")},Object(re.__)("Replace","coblocks"))}})),Object(le.createElement)(ae.Button,{icon:Ga,className:"coblocks-gallery-item__button",onClick:k,label:Object(re.__)("Remove image","coblocks"),disabled:!b}))),b&&Object(le.createElement)(le.Fragment,null,x&&Object(le.createElement)(ae.ButtonGroup,{className:"block-library-gallery-item__inline-menu is-left"},Object(le.createElement)(ae.Button,{icon:S?Ua:Ha,onClick:!s&&v,className:"coblocks-gallery-item__button",label:Object(re.__)("Move image backward","coblocks"),"aria-disabled":s,disabled:!b}),Object(le.createElement)(ae.Button,{icon:S?Wa:qa,onClick:!u&&O,className:"coblocks-gallery-item__button",label:Object(re.__)("Move image forward","coblocks"),"aria-disabled":u,disabled:!b})),"custom"===d&&Object(le.createElement)("form",{className:"components-coblocks-gallery-item__image-link",onSubmit:function(e){return e.preventDefault()}},Object(le.createElement)(ae.Dashicon,{icon:"admin-links"}),Object(le.createElement)(eo.URLInput,{value:T,onChange:function(e){return y({imgLink:e})}}),Object(le.createElement)(ae.Button,{icon:this.state.isSaved?"saved":"editor-break",label:this.state.isSaved?Object(re.__)("Saving","coblocks"):Object(re.__)("Apply","coblocks"),onClick:this.saveCustomLink,type:"submit"}))),M,!0!==w||eo.RichText.isEmpty(n)&&!b||!c?null:Object(le.createElement)(eo.RichText,{tagName:"figcaption",placeholder:Object(re.__)("Write caption…","coblocks"),className:"coblocks-gallery--caption",style:L,value:n,isSelected:this.state.captionSelected,onChange:function(e){return y({caption:e})},unstableOnFocus:this.onSelectCaption,inlineToolbar:!0}))}}]),o}(le.Component),Xa=Object(oo.compose)([Object(Oo.withSelect)((function(e,t){var o=e("core").getMedia,n=t.id;return{image:n?o(n):null}}))])(Ka);function Za(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Ja(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Za(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Za(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var $a=function(e){var t=function(e,t){var o,n=Object(Ue.find)(t,(function(t){return parseInt(null==t?void 0:t.id)===(null==e?void 0:e.id)}));return Array.isArray(null==n?void 0:n.caption)?null==n||null===(o=n.caption)||void 0===o?void 0:o[0]:(null==n?void 0:n.caption)||(null==e?void 0:e.caption)||""},o=function(e,t){var o=Object(Ue.find)(t,(function(t){return parseInt(null==t?void 0:t.id)===(null==e?void 0:e.id)}));return(null==o?void 0:o.imgLink)||(null==e?void 0:e.imgLink)||""},n=e.attributes,c=e.gutter,r=e.isSelected,l=n.images,a=!!l.length,i={marginTop:c+"px"},s=!a&&(e.variationLabel||Object(re.sprintf)(Object(re.__)("%s Gallery","coblocks"),e.label));return Object(le.createElement)("div",{style:i},Object(le.createElement)(eo.MediaPlaceholder,{addToGallery:a,isAppender:a,className:"coblocks-gallery--figure",disableMediaButtons:a&&!r,icon:!a&&Object(le.createElement)(ae.Icon,{icon:e.icon}),labels:{title:s,instructions:!a&&Object(re.__)("Drag images, upload new ones or select files from your library.","coblocks")},onSelect:function(n){var c=e.attributes.images;e.setAttributes({images:n.map((function(e){return Ja(Ja({},_e(e)),{},{caption:t(e,c),imgLink:o(e,c)})}))})},accept:"image/*",allowedTypes:we,multiple:!0,value:a?l:void 0,onError:function(t){var o=e.noticeOperations;o.removeAllNotices(),o.createErrorNotice(t)}}))},Qa={};Qa.thumbnails=Object(le.createElement)(ae.SVG,{fill:"none",height:"48",viewBox:"0 0 49 48",width:"49",xmlns:"http://www.w3.org/2000/SVG"},Object(le.createElement)(ae.G,{stroke:"currentColor"},Object(le.createElement)(ae.G,{fill:"currentColor"},Object(le.createElement)(ae.Path,{d:"m17.319 31.2656h-2.638c-.0999 0-.181.0811-.181.1811v2.6379c0 .1.0811.181.181.181h2.638c.0999 0 .181-.081.181-.181v-2.6379c0-.1-.0811-.1811-.181-.1811z"}),Object(le.createElement)(ae.Path,{d:"m22.3268 31.2656h-2.638c-.0999 0-.181.0811-.181.1811v2.6379c0 .1.0811.181.181.181h2.638c.1 0 .181-.081.181-.181v-2.6379c0-.1-.081-.1811-.181-.1811z"}),Object(le.createElement)(ae.Path,{d:"m27.319 31.2656h-2.638c-.0999 0-.181.0811-.181.1811v2.6379c0 .1.0811.181.181.181h2.638c.0999 0 .181-.081.181-.181v-2.6379c0-.1-.0811-.1811-.181-.1811z"})),Object(le.createElement)(ae.Path,{d:"m33.6606 14.4844h-17.6962c-.6707 0-1.2144.3917-1.2144.875v12.75c0 .4832.5437.875 1.2144.875h17.6962c.6707 0 1.2144-.3918 1.2144-.875v-12.75c0-.4833-.5437-.875-1.2144-.875z",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(ae.Path,{d:"m15.1218 25.1989 5.3752-3.5884 4.5693 2.5772 4.7645-4.3127 5.0442 4.3127",strokeLinejoin:"round",strokeWidth:"1.5",fill:"none"}))),Qa.fullAutoplay=Object(le.createElement)(ae.SVG,{fill:"none",height:"48",viewBox:"0 0 48 48",width:"48",xmlns:"http://www.w3.org/2000/SVG"},Object(le.createElement)(ae.Path,{d:"m33.1606 14.4844h-17.6962c-.6707 0-1.2144.3917-1.2144.875v12.75c0 .4832.5437.875 1.2144.875h17.6962c.6707 0 1.2144-.3918 1.2144-.875v-12.75c0-.4833-.5437-.875-1.2144-.875z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(ae.G,{fill:"currentColor"},Object(le.createElement)(ae.Path,{d:"m27.9817 21.598c.0004.1797-.0449.3566-.1317.5139-.0868.1574-.2122.2901-.3645.3856l-4.9876 3.151c-.1462.0917-.3143.1426-.4868.1474s-.3432-.0368-.4943-.1203c-.151-.0835-.2769-.206-.3646-.3546-.0877-.1487-.134-.3181-.134-.4907v-6.1772c0-.2601.1033-.5096.2872-.6935s.4334-.2872.6935-.2872c.1654.0012.3276.0463.47.1305l4.9702 2.8783c.1634.0912.2997.2242.395.3852.0953.1611.1462.3445.1476.5316z"}),Object(le.createElement)(ae.Path,{d:"m38 27.7344c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.8285.6716-1.5 1.5-1.5z"}),Object(le.createElement)(ae.Path,{d:"m10.5 15.7344c.8284 0 1.5.6715 1.5 1.5v9c0 .8284-.6716 1.5-1.5 1.5z"}))),Qa.fullScroll=Object(le.createElement)(ae.SVG,{fill:"none",height:"48",viewBox:"0 0 49 48",width:"49",xmlns:"http://www.w3.org/2000/SVG"},Object(le.createElement)(ae.G,{fill:"currentColor"},Object(le.createElement)(ae.Path,{d:"m28.6647 23.5531c-.3175 0-.6025.1399-.7976.3611-.1952-.2212-.4802-.3611-.7976-.3611-.2191 0-.4222.0665-.5913.1803-.1457-.4143-.5408-.712-1.0039-.712-.1936 0-.3754.0521-.5318.143v-3.0676c0-.5865-.4769-1.0635-1.0635-1.0635-.5865 0-1.0634.477-1.0634 1.0635v4.5171l-1.3751-1.0401c-.402-.402-1.1028-.4025-1.5038 0-.4147.4143-.4147 1.0896-.0053 1.4985l3.7546 3.98c.05.0538.1197.0841.193.0841h4.5198c.1218 0 .2281-.083.2579-.2016l1.0635-4.2539c.0053-.0207.008-.0425.008-.0643 0-.5865-.477-1.0635-1.0635-1.0635z"}),Object(le.createElement)(ae.Path,{d:"m26.0888 19.7099h2.5097l-.7583.7583c-.129.129-.129.3387 0 .4678.0642.0648.1489.0972.2336.0972s.1694-.0324.2342-.0966l1.3234-1.3227c.0304-.0311.0549-.0681.0715-.1078.0337-.0814.0337-.1721 0-.2534-.0166-.0404-.0411-.0768-.0715-.1079l-1.3234-1.3227c-.129-.129-.3387-.129-.4678 0-.129.129-.129.3388 0 .4678l.7583.7583h-2.5097c-.1826 0-.3309.1482-.3309.3308 0 .1827.1483.3309.3309.3309z"}),Object(le.createElement)(ae.Path,{d:"m21.577 19.0487h-2.5098l.7583-.7583c.129-.129.129-.3388 0-.4678-.0642-.0648-.1489-.0973-.2336-.0973s-.1694.0325-.2342.0966l-1.3234 1.3228c-.0305.0311-.055.0681-.0715.1078-.0337.0814-.0337.1721 0 .2535.0165.0403.041.0767.0715.1078l1.3234 1.3228c.129.129.3387.129.4678 0 .129-.1291.129-.3388 0-.4679l-.7583-.7583h2.5098c.1826 0 .3308-.1482.3308-.3308s-.1482-.3309-.3308-.3309z"})),Object(le.createElement)(ae.Path,{d:"m33.6606 14.4844h-17.6962c-.6707 0-1.2144.3917-1.2144.875v12.75c0 .4832.5437.875 1.2144.875h17.6962c.6707 0 1.2144-.3918 1.2144-.875v-12.75c0-.4833-.5437-.875-1.2144-.875z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}),Object(le.createElement)(ae.Path,{d:"m38.5 27.7344c-.8284 0-1.5-.6716-1.5-1.5v-9c0-.8285.6716-1.5 1.5-1.5z",fill:"currentColor"}),Object(le.createElement)(ae.Path,{d:"m11 15.7344c.8284 0 1.5.6715 1.5 1.5v9c0 .8284-.6716 1.5-1.5 1.5z",fill:"currentColor"})),Qa.lightbox=Object(le.createElement)(ae.SVG,{fill:"none",height:"48",viewBox:"0 0 48 48",width:"48",xmlns:"http://www.w3.org/2000/SVG"},Object(le.createElement)(ae.G,{fill:"currentColor"},Object(le.createElement)(ae.Path,{clipRule:"evenodd",d:"m28.6679 24.9019-1.6896-1.6896c.5232-.7721.7398-1.7116.6075-2.6349-.1324-.9232-.6041-1.764-1.3232-2.3581s-1.6338-.8987-2.5655-.8545c-.9316.0443-1.8134.4342-2.4729 1.0938-.6595.6595-1.0495 1.5412-1.0938 2.4729-.0442.9317.2605 1.8464.8545 2.5655.5941.719 1.4349 1.1908 2.3582 1.3232.9233.1323 1.8627-.0843 2.6349-.6076l1.6896 1.6897c.1326.1326.3125.2071.5001.2071s.3675-.0745.5002-.2071c.1326-.1327.2072-.3126.2072-.5002s-.0746-.3675-.2072-.5002zm-4.7939-1.2918c-.4951.0002-.9791-.1464-1.3908-.4214-.4118-.2749-.7327-.6658-.9222-1.1231-.1896-.4574-.2392-.9607-.1427-1.4462.0965-.4856.3349-.9316.685-1.2817s.7961-.5885 1.2817-.685c.4856-.0966.9889-.0469 1.4462.1426.4574.1896.8482.5105 1.1232.9222.2749.4118.4215.8958.4213 1.3909 0 .6635-.2635 1.2998-.7327 1.769-.4692.4691-1.1055.7327-1.769.7327z",fillRule:"evenodd"}),Object(le.createElement)(ae.Path,{d:"m23.4844 24.3594h1.5v4.03125h-1.5z"}),Object(le.createElement)(ae.Path,{d:"m23.4844 14.4844h1.5v3.8125h-1.5z"}),Object(le.createElement)(ae.Path,{d:"m23.4844 14.4844h1.5v3.8125h-1.5z"}),Object(le.createElement)(ae.Path,{d:"m23.4844 14.4844h1.5v3.8125h-1.5z"}),Object(le.createElement)(ae.Path,{d:"m23.4844 14.4844h1.5v3.8125h-1.5z"})),Object(le.createElement)(ae.Path,{d:"m33.1606 14.4844h-17.6962c-.6707 0-1.2144.3917-1.2144.875v12.75c0 .4832.5437.875 1.2144.875h17.6962c.6707 0 1.2144-.3918 1.2144-.875v-12.75c0-.4833-.5437-.875-1.2144-.875z",stroke:"currentColor",strokeWidth:"1.5",fill:"none"}));var ei=Qa;function ti(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function oi(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ti(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ti(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var ni=cc()((function(e){if(Object.entries(e.images).length>0)return!1;var t=ri.map((function(t){return!!(Object.entries(t.attributes).filter((function(o){var n=be()(o,1)[0];return e[n]===t.attributes[n]})).length===Object.entries(t.attributes).length)&&t.title})).filter((function(e){return"string"==typeof e}));return t.length?t[0]:!(Object.entries(ci.attributes).filter((function(t){var o=be()(t,1)[0];return e[o]===ci.attributes[o]})).length!==Object.entries(ci.attributes).length)&&"skip"})),ci={attributes:{gridSize:"xlrg",radius:0,gutter:0,gutterMobile:0}},ri=[{name:"full-thumbnails-xlrg",title:Object(re.__)("Thumbnails","coblocks"),icon:ei.thumbnails,attributes:{thumbnails:!0,alignCells:!0,align:"full",autoPlay:!1,draggable:!1,freeScroll:!1,prevNextButtons:!1,gridSize:"xlrg",radius:0,gutter:0,gutterMobile:0,pageDots:!1},scope:["block"]},{name:"full-arrows-lrg",title:Object(re.__)("Full Autoplay","coblocks"),icon:ei.fullAutoplay,attributes:{thumbnails:!1,alignCells:!1,align:"full",autoPlay:!0,draggable:!1,freeScroll:!1,prevNextButtons:!0,gridSize:"lrg",autoPlaySpeed:3e3},scope:["block"]},{name:"full-scroll-dots-lrg",title:Object(re.__)("Full Scroll","coblocks"),icon:ei.fullScroll,attributes:{thumbnails:!1,alignCells:!0,align:"full",autoPlay:!0,prevNextButtons:!0,gridSize:"lrg",autoPlaySpeed:3e3,responsiveHeight:!0,pageDots:!0,freeScroll:!0,draggable:!0,pauseHover:!0},scope:["block"]},{name:"wide-lightbox-lrg",title:Object(re.__)("Lightbox","coblocks"),icon:ei.lightbox,attributes:{thumbnails:!1,alignCells:!0,align:"wide",autoPlay:!0,prevNextButtons:!0,gridSize:"lrg",autoPlaySpeed:3e3,responsiveHeight:!0,pageDots:!1,freeScroll:!0,draggable:!1,pauseHover:!0,lightbox:!0},scope:["block"]}],li=function(e){var t=e.name,o=e.setAttributes,n=e.clientId,c=Object(Oo.useSelect)((function(e){return e("core/blocks").getBlockType(t)}),[]),r=Object(Oo.useSelect)((function(e){var o;return null!==(o=e("core/blocks").getBlockVariations(t))&&void 0!==o?o:null}),[]);return Object(le.createElement)(eo.__experimentalBlockVariationPicker,{icon:Oe()(c,["icon","src"]),label:Oe()(c,["title"]),instructions:Object(re.__)("Select a carousel variation to start with.","coblocks"),variations:r,allowSkip:!0,onSelect:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:ci;null!=t&&t.attributes&&o(oi(oi({},t.attributes),{},{navForClass:si(null===(e=t.attributes)||void 0===e?void 0:e.thumbnails,n)}))}})};function ai(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ii(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ai(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ai(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var si=function(e,t){return e?"has-nav-".concat(t.split("-")[0]):""},ui=Object(oo.compose)([ae.withNotices])((function(e){var t,o,n,c,r=si(e.attributes.thumbnails,e.clientId),l=Object(le.useState)(null),a=be()(l,2),i=a[0],s=a[1],u=Object(le.useState)(!1),b=be()(u,2),d=b[0],p=b[1],m=Object(oo.usePrevious)(e.isSelected),h=Object(oo.usePrevious)(e.attributes.align);Object(le.useEffect)((function(){!e.isSelected&&m&&(s(null),p(!1)),!e.isSelected&&m&&d&&p(!1)}),[m,e.isSelected,d]),Object(le.useEffect)((function(){e.attributes.gutter<=0&&0!==e.attributes.radius&&e.setAttributes({radius:0})}),[e.attributes.gutter]),Object(le.useEffect)((function(){"xlrg"!==e.attributes.gridSize||void 0!==h||0===E&&0===x||e.setAttributes({gutter:0,gutterMobile:0})}),[e.attributes.gridSize,h]),Object(le.useEffect)((function(){r!==e.attributes.navForClass&&j({navForClass:r})}),[e.attributes.navForClass,r]),Object(le.useEffect)((function(){e.attributes.thumbnails&&e.attributes.pageDots&&j({pageDots:!1})}),[e.attributes.thumbnails,e.attributes.pageDots]);var f=function(t,o){var n=ce()(e.attributes.images);n[t]=ii({},o),e.setAttributes({images:n})},g=function(){e.isSelected||e.onSelect(),d&&p(!1)},v=e.attributes,O=e.className,k=e.isSelected,y=e.noticeUI,j=e.setAttributes,_=v.align,w=v.gridSize,E=v.gutter,x=v.gutterMobile,C=v.height,S=v.images,P=v.pageDots,z=v.prevNextButtons,T=v.primaryCaption,B=v.alignCells,R=v.thumbnails,N=v.responsiveHeight,M=v.lightbox,A=v.navForClass,I=ni(v),L=!!S.length;if(!L&&!I&&"skip"!==I)return Object(le.createElement)(li,e);var D=!(!I||"skip"===I)&&Object(re.sprintf)(Object(re.__)("%s Carousel","coblocks"),I),F=Object(le.createElement)(le.Fragment,null,y,Object(le.createElement)($a,Ce()({},e,{variationLabel:D,label:Object(re.__)("Carousel","coblocks"),icon:Object(le.createElement)(pr,{icon:St}),gutter:E})));if(!L)return F;var V=qe.a.apply(void 0,["is-cropped"].concat(ce()(ja(v)),[(t={},te()(t,"align".concat(_),_),te()(t,"has-horizontal-gutter",E>0),te()(t,"has-no-dots",!P),te()(t,"has-no-arrows",!z),te()(t,"is-selected",k),te()(t,"has-no-thumbnails",!R),te()(t,"has-lightbox",M),t)])),G=qe()("has-carousel","has-carousel-".concat(w),(o={"has-aligned-cells":B},te()(o,"has-margin-bottom-".concat(E),R&&E>0),te()(o,"has-margin-bottom-mobile-".concat(x),R&&x>0),te()(o,A,R),o)),U=qe()("carousel-nav",(n={},te()(n,"has-margin-top-".concat(E),E>0),te()(n,"has-margin-top-mobile-".concat(x),x>0),te()(n,"has-negative-margin-left-".concat(E),E>0),te()(n,"has-negative-margin-left-mobile-".concat(x),x>0),te()(n,"has-negative-margin-right-".concat(E),E>0),te()(n,"has-negative-margin-right-mobile-".concat(x),x>0),n)),H={draggable:!1,pageDots:!0,prevNextButtons:!0,wrapAround:!0,autoPlay:!1,cellAlign:B?"left":"center",arrowShape:{x0:10,x1:60,y1:50,x2:65,y2:45,x3:20},responsiveHeight:N,thumbnails:R},W={asNavFor:".".concat(A),draggable:!1,pageDots:!0,prevNextButtons:!1,wrapAround:!0,autoPlay:!1,thumbnails:!1,cellAlign:"left"},q={marginTop:E>0&&!N?E/2+"px":void 0},Y=qe()("coblocks--figure",(c={},te()(c,"has-margin-left-".concat(E),E>0),te()(c,"has-margin-left-mobile-".concat(x),x>0),te()(c,"has-margin-right-".concat(E),E>0),te()(c,"has-margin-right-mobile-".concat(x),x>0),c));return Object(le.createElement)(le.Fragment,null,k&&Object(le.createElement)(le.Fragment,null,Object(le.createElement)(Va,e),Object(le.createElement)(Fa,e)),y,Object(le.createElement)(ae.ResizableBox,{size:{height:C,width:"100%"},className:qe()({"is-selected":k,"has-responsive-height":N}),minHeight:"0",enable:{bottom:!0,bottomLeft:!1,bottomRight:!1,left:!1,right:!1,top:!1,topLeft:!1,topRight:!1},onResizeStop:function(e,t,o,n){j({height:parseInt(C+n.height,10)})},showHandle:k},Object(le.createElement)("div",{className:O},Object(le.createElement)("div",{className:V},Object(le.createElement)(Na.a,{className:G,disableImagesLoaded:!0,options:H,reloadOnUpdate:!0,updateOnEachImageLoad:!0},S.map((function(t,o){var n=Object(re.sprintf)(Object(re.__)("image %1$d of %2$d in gallery","coblocks"),o+1,S.length);return Object(le.createElement)("div",{className:"coblocks-gallery--item",role:"button",tabIndex:"0",key:t.id||t.url,onKeyDown:g,onClick:g},Object(le.createElement)(Xa,{url:t.url,alt:t.alt,id:t.id,gutter:E,gutterMobile:x,marginRight:!0,marginLeft:!0,isSelected:k&&i===o,onRemove:function(){return function(t){var o=Ba()(e.attributes.images,(function(e,o){return t!==o}));s(null),e.setAttributes({images:o})}(o)},onSelect:function(){return function(e){i!==e&&(s(e),p(!1))}(o)},setAttributes:function(t){return function(t,o){var n=e.attributes.images,c=e.setAttributes;n[t]&&c({images:[].concat(ce()(n.slice(0,t)),[ii(ii({},n[t]),o)],ce()(n.slice(t+1)))})}(o,t)},caption:t.caption,"aria-label":n,supportsCaption:!1,supportsMoving:!1,imageIndex:o,replaceImage:f}))})))))),R&&Object(le.createElement)("div",{className:O},Object(le.createElement)("div",{className:V,style:q},Object(le.createElement)(Na.a,{className:U,options:W,disableImagesLoaded:!0,reloadOnUpdate:!0,updateOnEachImageLoad:!0},S.map((function(e){return Object(le.createElement)("div",{className:"coblocks--item-thumbnail",key:e.id||e.url},Object(le.createElement)("figure",{className:Y},Object(le.createElement)("img",{src:e.url,alt:e.alt,"data-link":e.link,"data-id":e.id,className:e.id?"wp-image-".concat(e.id):null})))}))))),F,(!eo.RichText.isEmpty(T)||k)&&Object(le.createElement)(eo.RichText,{tagName:"figcaption",placeholder:Object(re.__)("Write gallery caption…","coblocks"),value:T,className:"coblocks-gallery--caption coblocks-gallery--primary-caption",unstableOnFocus:function(){d||p(!0)},onChange:function(e){return j({primaryCaption:e})},isSelected:d,keepPlaceholderOnFocus:!0,inlineToolbar:!0}))})),bi=function(e){var t,o,n,c,r=e.attributes,l=e.className,a=r.autoPlay,i=r.autoPlaySpeed,s=r.draggable,u=r.freeScroll,b=r.gridSize,d=r.gutter,p=r.gutterMobile,m=r.height,h=r.images,f=r.pageDots,g=r.pauseHover,v=r.prevNextButtons,O=r.primaryCaption,k=r.alignCells,y=r.thumbnails,j=r.responsiveHeight,_=r.lightbox,w=r.navForClass;if(!(h.length<=0)){var E=qe()(l,{"has-responsive-height":j}),x=qe.a.apply(void 0,["is-cropped"].concat(ce()(ja(r)),[{"has-horizontal-gutter":d>0,"has-lightbox":_}])),C=qe()("has-carousel","has-carousel-".concat(b),(t={"has-aligned-cells":k},te()(t,"has-margin-bottom-".concat(d),y&&d>0),te()(t,"has-margin-bottom-mobile-".concat(p),y&&p>0),te()(t,w,y),t)),S={height:m?m+"px":void 0},P=qe()("coblocks-gallery--figure",(o={},te()(o,"has-margin-left-".concat(d),d>0),te()(o,"has-margin-left-mobile-".concat(p),p>0),te()(o,"has-margin-right-".concat(d),d>0),te()(o,"has-margin-right-mobile-".concat(p),p>0),o)),z={autoPlay:!(!a||!i)&&parseFloat(i),draggable:s,pageDots:f,prevNextButtons:v,wrapAround:!0,cellAlign:k?"left":"center",pauseAutoPlayOnHover:g,freeScroll:u,arrowShape:{x0:10,x1:60,y1:50,x2:65,y2:45,x3:20},thumbnails:y,responsiveHeight:j},T=qe()("coblocks-gallery--caption","coblocks-gallery--primary-caption",{}),B=qe()("carousel-nav",(n={},te()(n,"has-margin-top-".concat(d),d>0),te()(n,"has-margin-top-mobile-".concat(p),p>0),te()(n,"has-negative-margin-left-".concat(d),d>0),te()(n,"has-negative-margin-left-mobile-".concat(p),p>0),te()(n,"has-negative-margin-right-".concat(d),d>0),te()(n,"has-negative-margin-right-mobile-".concat(p),p>0),n)),R=qe()("coblocks--figure",(c={},te()(c,"has-margin-left-".concat(d),d>0),te()(c,"has-margin-left-mobile-".concat(p),p>0),te()(c,"has-margin-right-".concat(d),d>0),te()(c,"has-margin-right-mobile-".concat(p),p>0),c)),N={asNavFor:".".concat(w),autoPlay:!1,contain:!0,cellAlign:"left",pageDots:!1,thumbnails:!1,draggable:s,prevNextButtons:!1,wrapAround:!1};return Object(le.createElement)("div",{className:E},Object(le.createElement)("div",{className:x},Object(le.createElement)("div",{className:C,style:j?void 0:S,"data-flickity":JSON.stringify(z)},h.map((function(e){var t=Object(le.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-link":e.link,className:e.id?"wp-image-".concat(e.id):null});return Object(le.createElement)("div",{key:e.id||e.url,className:"coblocks-gallery--item"},Object(le.createElement)("figure",{className:P},t))}))),y?Object(le.createElement)("div",{className:B,"data-flickity":JSON.stringify(N)},h.map((function(e){var t=Object(le.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id,"data-link":e.link});return Object(le.createElement)("div",{key:e.id||e.url,className:"coblocks--item-thumbnail"},Object(le.createElement)("figure",{className:R},t))}))):null),!eo.RichText.isEmpty(O)&&Object(le.createElement)(eo.RichText.Content,{tagName:"figcaption",className:T,value:O}))}};function di(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function pi(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?di(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):di(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var mi={from:[{type:"block",blocks:["coblocks/gallery-collage","coblocks/gallery-masonry","coblocks/gallery-stacked","coblocks/gallery-offset","core/gallery"],transform:function(e){return Object(oe.createBlock)(Ca.name,pi(pi({},Ea(e)),{},{gridSize:"lrg"}))}},{type:"block",isMultiBlock:!0,blocks:["core/image"],isMatch:function(e){return Ba()(e,(function(e){var t=e.id,o=e.url;return Number.isInteger(t)&&o}))},transform:function(e){return Object(oe.createBlock)(Ca.name,{images:e.map((function(e,t){return pi(pi({},ge()(e,["id","url","alt","caption"])),{},{index:t})})),ids:e.map((function(e){return e.id})),captions:!!Ba()(e,(function(e){return!!e.caption}))})}},{type:"prefix",prefix:":carousel",transform:function(e){return Object(oe.createBlock)(Ca.name,{content:e})}}],to:[{type:"block",blocks:["core/gallery"],transform:function(e){return Object(oe.createBlock)("core/gallery",pi({},Ea(e)))}}]};function hi(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function fi(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?hi(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):hi(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var gi=Ca.name,vi=Ca.category,Oi=fi(fi({},ya),Ca.attributes),ki={title:Object(re.__)("Carousel","coblocks"),description:Object(re.__)("Display multiple images in a beautiful carousel gallery.","coblocks"),category:me?"coblocks-galleries":"media",attributes:Oi,variations:ri,icon:Object(le.createElement)(ae.Icon,{icon:St}),keywords:["coblocks",Object(re.__)("gallery","coblocks"),Object(re.__)("photos","coblocks")],supports:{align:["wide","full"],html:!1,coBlocksSpacing:!0},example:{attributes:{gridSize:"lrg",gutter:5,images:[{url:"https://s.w.org/images/core/5.3/Biologia_Centrali-Americana_-_Cantorchilus_semibadius_1902.jpg"},{url:"https://s.w.org/images/core/5.3/Glacial_lakes,_Bhutan.jpg"},{url:"https://s.w.org/images/core/5.3/MtBlanc1.jpg"}]}},transforms:mi,edit:ui,save:bi,deprecated:za},yi=Object(eo.withColors)("backgroundColor",{textColor:"color"},{buttonColor:"background-color"});function ji(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var _i=window.getComputedStyle,wi=Object(ae.withFallbackStyles)((function(e,t){var o=t.attributes,n=o.textColor,c=o.buttonColor,r=o.fontSize,l=o.customFontSize,a=e.querySelector('[contenteditable="true"]'),i=a?_i(a):null;return{fallbackButtonColor:c||!i?void 0:i.buttonColor,fallbackTextColor:n||!i?void 0:i.color,fallbackFontSize:r||l||!i?void 0:parseInt(i.fontSize)||void 0}})),Ei=function(e){Ie()(o,e);var t=ji(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.buttonColor,o=e.fallbackButtonColor,n=e.fallbackFontSize,c=e.fallbackTextColor,r=e.fontSize,l=e.setButtonColor,a=e.setFontSize,i=e.setTextColor,s=e.textColor;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)(ae.PanelBody,{title:Object(re.__)("Text settings","coblocks"),className:"blocks-font-size"},Object(le.createElement)(eo.FontSizePicker,{fallbackFontSize:n,value:r.size,onChange:a})),Object(le.createElement)(eo.PanelColorSettings,{title:Object(re.__)("Color settings","coblocks"),initialOpen:!1,colorSettings:[{value:s.color,onChange:i,label:Object(re.__)("Text color","coblocks")},{value:t.color,onChange:l,label:Object(re.__)("Button Color","coblocks")}]},Object(le.createElement)(eo.ContrastChecker,{textColor:"#ffffff",backgroundColor:t.color,fallbackButtonColor:o,fallbackTextColor:c}))))}}]),o}(le.Component),xi=Object(oo.compose)([yi,wi,Object(eo.withFontSizes)("fontSize")])(Ei);function Ci(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Si=function(e){Ie()(o,e);var t=Ci(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.attributes,o=e.setAttributes,n=t.textAlign,c=t.via;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.BlockControls,null,Object(le.createElement)(eo.AlignmentToolbar,{value:n,onChange:function(e){return o({textAlign:e})}}),Object(le.createElement)(ae.Toolbar,null,Object(le.createElement)("div",{className:"wp-block-coblocks-click-to-tweet__via-wrapper"},Object(le.createElement)("label",{"aria-label":Object(re.__)("Twitter Username","coblocks"),className:"wp-block-coblocks-click-to-tweet__via-label",htmlFor:"wp-block-coblocks-click-to-tweet__via"},Object(le.createElement)(ae.Icon,{icon:$e})),Object(le.createElement)("input",{"aria-label":Object(re.__)("Twitter Username","coblocks"),className:"wp-block-coblocks-click-to-tweet__via",id:"wp-block-coblocks-click-to-tweet__via",onChange:function(e){return o({via:e.target.value})},placeholder:Object(re.__)("Username","coblocks"),type:"text",value:c})))))}}]),o}(le.Component);function Pi(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var zi,Ti=Object(Oo.withSelect)((function(e){return{postLink:(0,e("core/editor").getPermalink)()}})),Bi=function(e){Ie()(o,e);var t=Pi(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=e.postLink;t&&this.props.setAttributes({url:t})}},{key:"render",value:function(){var e,t=this.props,o=t.attributes,n=t.buttonColor,c=t.className,r=t.isSelected,l=t.setAttributes,a=t.textColor,i=t.fontSize,s=t.onReplace,u=o.buttonText,b=o.content,d=o.textAlign,p=qe()(c,te()({},"has-text-align-".concat(d),d));return Object(le.createElement)(le.Fragment,null,r&&Object(le.createElement)(Si,this.props),r&&Object(le.createElement)(xi,this.props),Object(le.createElement)("blockquote",{className:p},Object(le.createElement)(eo.RichText,{tagName:"p",multiline:"false",placeholder:Object(re.__)("Add a quote to tweet…","coblocks"),value:b,allowedFormats:[],className:qe()("wp-block-coblocks-click-to-tweet__text",(e={"has-text-color":a.color},te()(e,a.class,a.class),te()(e,i.class,i.class),e)),style:{color:a.color,fontSize:i.size?i.size+"px":void 0},onChange:function(e){return l({content:e})},keepPlaceholderOnFocus:!0,onRemove:function(e){var t=0===b.length||1===b.length;!e&&t&&s([])}}),Object(le.createElement)(eo.RichText,{tagName:"span",multiline:"false",placeholder:Object(re.__)("Add button…","coblocks"),value:u,allowedFormats:[],className:qe()("wp-block-coblocks-click-to-tweet__twitter-btn",te()({"has-button-color":n.color},n.class,n.class)),style:{backgroundColor:n.color},onChange:function(e){return l({buttonText:e})},keepPlaceholderOnFocus:!0})))}}]),o}(le.Component),Ri=Object(oo.compose)([Ti,yi,Object(eo.withFontSizes)("fontSize")])(Bi),Ni=Object(le.createElement)(ae.SVG,{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(ae.Path,{d:"m20.9644 6.21961c-.6699.29445-1.3852.49504-2.1384.58663.7676-.46249 1.358-1.19144 1.6373-2.06117-.7198.42011-1.5177.72591-2.367.89623-.6782-.72592-1.6448-1.18009-2.7182-1.18009-2.0566 0-3.7242 1.66756-3.7242 3.72192 0 .29521.0341.57907.0962.85082-3.09596-.1461-5.8399-1.63274-7.67626-3.88013-.32322.54652-.50413 1.1816-.50413 1.87345 0 1.29439.65855 2.43208 1.65621 3.10043-.61086-.0196-1.18538-.18768-1.68649-.46624v.04617c0 1.80537 1.28152 3.31087 2.98693 3.65377-.31262.084-.64265.1295-.98101.1295-.23768 0-.46552-.0227-.69336-.0651.47763 1.4783 1.85074 2.5562 3.48499 2.5865-1.27167.9984-2.88322 1.5933-4.61891 1.5933-.29521 0-.58966-.0174-.88563-.0507 1.65697 1.0552 3.60914 1.6721 5.72027 1.6721 6.85339 0 10.59659-5.6741 10.59659-10.58667 0-.1582 0-.31792-.0114-.47688.7274-.52153 1.3625-1.18084 1.8621-1.9287z",fill:"currentColor"})),Mi=o(56),Ai=function(e){var t,o=e.attributes,n=o.buttonColor,c=o.buttonText,r=o.customButtonColor,l=o.customTextColor,a=o.content,i=o.customFontSize,s=o.fontSize,u=o.textColor,b=o.textAlign,d=o.url,p=o.via,m=p?"&via=".concat(p):"",h="http://twitter.com/share?&text=".concat(encodeURIComponent(a),"&url=").concat(d).concat(m),f=Object(eo.getColorClassName)("color",u),g=Object(eo.getFontSizeClass)(s),v=qe()("wp-block-coblocks-click-to-tweet__text",(t={"has-text-color":u||l},te()(t,g,g),te()(t,f,f),t)),O=qe()(te()({},"has-text-align-".concat(b),b)),k={fontSize:g?void 0:i,color:f?void 0:l},y=Object(eo.getColorClassName)("background-color",n),j=qe()("wp-block-coblocks-click-to-tweet__twitter-btn",te()({"has-button-color":n||r},y,y)),_={backgroundColor:y?void 0:r};return!eo.RichText.isEmpty(a)&&Object(le.createElement)("blockquote",{className:O},Object(le.createElement)(eo.RichText.Content,{tagName:"p",className:v,style:k,value:a}),Object(le.createElement)(eo.RichText.Content,{tagName:"a",className:j,style:_,value:c,href:h,target:"_blank",rel:"noopener noreferrer"}))},Ii={from:[{type:"block",blocks:["core/paragraph"],transform:function(e){var t=e.content,o=Object(Zc.create)({html:t});return o.text=o.text.slice(0,280),[Object(oe.createBlock)(Mi.name,{content:Object(Zc.toHTMLString)({value:o})})]}},{type:"block",blocks:["core/pullquote"],transform:function(e){var t=e.value,o=e.citation,n=[Object(Zc.create)({html:t}),Object(Zc.create)({html:o})];return n[0].text=n[0].text.slice(0,280-n[1].text.length),[Object(oe.createBlock)(Mi.name,{content:Object(Zc.toHTMLString)({value:n[0]})+Object(Zc.toHTMLString)({value:n[1]})})]}},{type:"block",blocks:["core/quote"],transform:function(e){var t=e.value,o=e.citation,n=[Object(Zc.create)({html:t}),Object(Zc.create)({html:o})];return n[0].text=n[0].text.slice(0,280-n[1].text.length),[Object(oe.createBlock)(Mi.name,{content:Object(Zc.toHTMLString)({value:n[0]})+Object(Zc.toHTMLString)({value:n[1]})})]}}],to:[{type:"block",blocks:["core/paragraph"],transform:function(e){var t=e.content;return Object(oe.createBlock)("core/paragraph",{content:t})}},{type:"block",blocks:["core/pullquote"],transform:function(e){var t=e.content;return Object(oe.createBlock)("core/pullquote",{value:"<p>".concat(t,"</p>")})}},{type:"block",blocks:["core/quote"],transform:function(e){var t=e.content;return Object(oe.createBlock)("core/quote",{value:"<p>".concat(t,"</p>")})}}]},Li=[{attributes:(zi=Mi.attributes,Object(ko.addFilter)("blocks.registerBlockType","coblocks/inspector/attributes",(function(e){return en.includes(e.name)&&(zi=Object.assign(zi,Ao)),e})),zi),save:Ai},{attributes:Mi.attributes,save:function(e){var t,o=e.attributes,n=o.buttonColor,c=o.buttonText,r=o.customButtonColor,l=o.customTextColor,a=o.content,i=o.customFontSize,s=o.fontSize,u=o.textColor,b=o.textAlign,d=o.url,p=o.via,m=p?"&via=".concat(p):"",h="http://twitter.com/share?&text=".concat(encodeURIComponent(a),"&url=").concat(d).concat(m),f=Object(eo.getColorClassName)("color",u),g=Object(eo.getFontSizeClass)(s),v=qe()("wp-block-coblocks-click-to-tweet__text",(t={"has-text-color":u||l},te()(t,g,g),te()(t,f,f),t)),O={fontSize:g?void 0:i,color:f?void 0:l},k=Object(eo.getColorClassName)("background-color",n),y=qe()("wp-block-coblocks-click-to-tweet__twitter-btn",te()({"has-button-color":n||r},k,k)),j={backgroundColor:k?void 0:r};return!eo.RichText.isEmpty(a)&&Object(le.createElement)("blockquote",{style:{textAlign:b}},Object(le.createElement)(eo.RichText.Content,{tagName:"p",className:v,style:O,value:a}),Object(le.createElement)(eo.RichText.Content,{tagName:"a",className:y,style:j,value:c,href:h,target:"_blank",rel:"noopener noreferrer"}))}}],Di=Mi.name,Fi=Mi.category,Vi=Mi.attributes,Gi={title:Object(re.__)("Click to Tweet","coblocks"),description:Object(re.__)("Add a quote for readers to tweet via Twitter.","coblocks"),icon:Ni,keywords:["coblocks",Object(re.__)("share","coblocks"),Object(re.__)("twitter","coblocks")],example:{attributes:{content:Object(re.__)("The easiest way to promote and advertise your blog, website, and business on Twitter.","coblocks")}},attributes:Vi,transforms:Ii,edit:Ri,save:Ai,deprecated:Li},Ui=o(44);function Hi(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Wi(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Hi(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Hi(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function qi(e){var t=e.children,o=e.gutter,n=e.gutterCustom,c=e.className,r=e.condition,l=void 0===r||r;if(!Object(le.isValidElement)(t))return t;var a={className:qe()(c,t.props.className,te()({},"has-".concat(o,"-gutter"),o&&!!l))};return t.props.style&&(a.style=Wi({},t.props.style)),"custom"===o&&(a.style=Wi(Wi({},a.style),{},{"--coblocks-custom-gutter":"".concat(n,"em")})),Object(le.cloneElement)(t,a)}qi.propTypes={gutter:On.a.string,gutterCustom:On.a.oneOfType([On.a.string,On.a.number])};var Yi=qi;function Ki(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Xi(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Ki(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Ki(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var Zi=[{attributes:Xi(Xi(Xi(Xi({},ya),oa),Ui.attributes),{},{gutter:{type:"number",default:2}}),migrate:function(e){var t="";switch(e.gutter){case 0:t="no";break;case 1:case 2:t="small";break;case 3:t="large";break;case 4:t="huge"}return Xi(Xi({},e),{},{gutter:t})},save:function(e){var t,o=e.attributes,n=o.captionStyle,c=o.captions,r=o.gutter,l=o.filter,a=o.images,i=o.linkTo,s=o.rel,u=o.target,b=o.shadow,d=o.lightbox,p=qe()("wp-block-coblocks-gallery-collage__figure",te()({},"shadow-".concat(b),b&&"none"!==b));return Object(le.createElement)("div",{className:qe()(o.className,(t={},te()(t,"has-filter-".concat(l),"none"!==l),te()(t,"has-caption-style-".concat(n),void 0!==n),te()(t,"has-lightbox",d),t))},Object(le.createElement)("ul",null,a.sort((function(e,t){return parseInt(e.index)-parseInt(t.index)})).map((function(e,t){var n;switch(i){case"media":n=e.url;break;case"attachment":n=e.link}e.imgLink&&(n=e.imgLink);var l,a=qe()(e.id&&["wp-image-".concat(e.id)]),b=void 0===e.url?null:Object(le.createElement)("img",{src:e.url,alt:e.alt,"data-index":e.index,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,className:a});switch(t){case 0:l="pb-".concat(r," sm:pb-").concat(r," lg:pb-").concat(r);break;case 1:l="pb-".concat(r," sm:pb-").concat(r," lg:pb-").concat(r," pl-").concat(r," sm:pl-").concat(r," lg:pl-").concat(r);break;case 2:case 3:case 4:l="pl-".concat(r," sm:pl-").concat(r," lg:pl-").concat(r)}if(o.className&&o.className.includes("is-style-tiled"))switch(t){case 0:l="";break;case 1:l="pl-".concat(r," sm:pl-").concat(r," lg:pl-").concat(r);break;case 2:l="pt-".concat(r," sm:pt-").concat(r," lg:pt-").concat(r," pr-").concat(r," sm:pr-").concat(r," lg:pr-").concat(r);break;case 3:l="pt-".concat(r," sm:pt-").concat(r," lg:pt-").concat(r)}return o.className&&o.className.includes("is-style-layered")&&(l=null),Object(le.createElement)("li",{key:"image-".concat(t),className:qe()("wp-block-coblocks-gallery-collage__item",l)},b&&Object(le.createElement)("figure",{className:p},n?Object(le.createElement)("a",{href:n,target:u,rel:s},b):b,c&&e.caption&&Object(le.createElement)(eo.RichText.Content,{tagName:"figcaption",className:"wp-block-coblocks-gallery-collage__caption",value:e.caption})))}))))}},{attributes:Xi(Xi(Xi({},ya),Ui.attributes),{},{images:Xi(Xi({},Ui.attributes.images),{},{query:Xi(Xi({},Ui.attributes.images.query),{},{caption:Xi(Xi({},Ui.attributes.images.query.caption),{},{type:"array"})})}),gutter:{type:"string",default:"small"},gutterCustom:{type:"string",default:"3"}}),save:function(e){var t,o=e.attributes,n=o.captions,c=o.captionStyle,r=o.filter,l=o.images,a=o.lightbox,i=o.linkTo,s=o.rel,u=o.shadow,b=o.target,d=qe()("wp-block-coblocks-gallery-collage__figure",te()({},"shadow-".concat(u),u&&"none"!==u));return Object(le.createElement)(Yi,o,Object(le.createElement)("div",{className:qe()((t={},te()(t,"has-filter-".concat(r),"none"!==r),te()(t,"has-caption-style-".concat(c),n&&void 0!==c),te()(t,"has-lightbox",a),t))},Object(le.createElement)("ul",null,l.sort((function(e,t){return parseInt(e.index)-parseInt(t.index)})).map((function(e,t){var o;switch(i){case"media":o=e.url;break;case"attachment":o=e.link}e.imgLink&&(o=e.imgLink);var c=qe()(e.id&&["wp-image-".concat(e.id)]),r=void 0===e.url?null:Object(le.createElement)("img",{src:e.url,alt:e.alt,"data-index":e.index,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,className:c});return Object(le.createElement)("li",{key:"image-".concat(t),className:qe()("wp-block-coblocks-gallery-collage__item","item-".concat(t+1))},r&&Object(le.createElement)("figure",{className:d},o?Object(le.createElement)("a",{href:o,target:b,rel:s},r):r,n&&0!==e.caption.length&&Object(le.createElement)(eo.RichText.Content,{tagName:"figcaption",className:"wp-block-coblocks-gallery-collage__caption",value:e.caption})))})))))}}],Ji=[{value:"dark",label:Object(re.__)("Dark","coblocks")},{value:"light",label:Object(re.__)("Light","coblocks")},{value:"none",label:Object(re.__)("None","coblocks")}],$i=[{value:"none",label:Object(re.__)("None","coblocks")},{value:"media",label:Object(re.__)("Media file","coblocks")},{value:"attachment",label:Object(re.__)("Attachment page","coblocks")},{value:"custom",label:Object(re.__)("Custom URL","coblocks")}];function Qi(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var es=function(e){Ie()(o,e);var t=Qi(o);function o(){var e;return Te()(this,o),(e=t.apply(this,arguments)).setNewTab=e.setNewTab.bind(Me()(e)),e.setLinkRel=e.setLinkRel.bind(Me()(e)),e.setLinkTo=e.setLinkTo.bind(Me()(e)),e}return Re()(o,[{key:"componentDidUpdate",value:function(e){var t=this.props,o=t.attributes,n=t.setAttributes,c=o.lightbox;"none"!==e.attributes.linkTo&&c&&n({linkTo:"none"})}},{key:"setLinkTo",value:function(e){this.props.setAttributes({linkTo:e})}},{key:"setLinkRel",value:function(e){this.props.setAttributes({rel:e})}},{key:"setNewTab",value:function(e){var t=this.props.attributes.rel,o=e?"_blank":void 0,n=t;o&&!t?n="noreferrer noopener":o||"noreferrer noopener"!==t||(n=void 0),this.props.setAttributes({target:o,rel:n})}},{key:"render",value:function(){var e=this.props,t=e.attributes,o=e.setAttributes,n=t.lightbox,c=t.linkTo,r=t.target,l=t.rel;return Object(le.createElement)(le.Fragment,null,!n&&Object(le.createElement)(ae.PanelBody,{title:Object(re.__)("Link settings","coblocks"),initialOpen:!1},Object(le.createElement)(ae.SelectControl,{label:Object(re.__)("Link to","coblocks"),value:c,options:$i,onChange:this.setLinkTo}),"none"!==c&&Object(le.createElement)(le.Fragment,null,Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Open in new tab","coblocks"),onChange:this.setNewTab,checked:"_blank"===r}),Object(le.createElement)(ae.TextControl,{label:Object(re.__)("Link rel","coblocks"),value:l,onChange:function(e){return o({rel:e})}}))))}}]),o}(le.Component);function ts(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var os=[{value:"small",label:Object(re.__)("S","coblocks"),tooltip:Object(re.__)("Small","coblocks")},{value:"medium",label:Object(re.__)("M","coblocks"),tooltip:Object(re.__)("Medium","coblocks")},{value:"large",label:Object(re.__)("L","coblocks"),tooltip:Object(re.__)("Large","coblocks")}],ns=function(e){Ie()(o,e);var t=ts(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"maxValue",get:function(){var e=this.props.maxValue,t=void 0===e?null:e;return t||("full"===this.props.attributes.align?10:5)}},{key:"componentDidUpdate",value:function(e){var t=this.props.attributes,o=t.align,n=t.gutterCustom;e.attributes.align!==o&&n>this.maxValue&&this.props.setAttributes({gutterCustom:this.maxValue})}},{key:"render",value:function(){var e=this.props,t=e.attributes,o=e.setAttributes,n=t.gutter,c=t.gutterCustom;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(gn,{label:Object(re.__)("Gutter","coblocks"),currentOption:n,options:os,showCustomOption:!0,onChange:function(e){return o({gutter:e})}}),"custom"===n&&Object(le.createElement)(ae.RangeControl,{step:.1,initialValue:0,value:parseFloat(c)||0,onChange:function(e){return o({gutterCustom:e.toString()})},min:0,max:this.maxValue,withInputField:!0}))}}]),o}(le.Component),cs=function(e){var t=e.attributes,o=e.setAttributes,n=e.enableGutter,c=e.enableCaptions,r=t.shadow,l=t.captions,a=t.captionStyle,i=t.lightbox,s=[{value:"sm",label:Object(re.__)("S","coblocks"),tooltip:Object(re.__)("Small","coblocks")},{value:"md",label:Object(re.__)("M","coblocks"),tooltip:Object(re.__)("Medium","coblocks")},{value:"lg",label:Object(re.__)("L","coblocks"),tooltip:Object(re.__)("Large","coblocks")}];return Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)(ae.PanelBody,{title:Object(re.__)("Collage settings","coblocks")},n&&Object(le.createElement)(ns,e),!n&&Object(le.createElement)(gn,{label:Object(re.__)("Shadow","coblocks"),options:s,currentOption:r,showNoneOption:!0,onChange:function(t){return o=t,void e.setAttributes({shadow:o});var o}}),Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Lightbox","coblocks"),checked:!!i,onChange:function(){return o({lightbox:!i})},help:function(e){return e?Object(re.__)("Image lightbox is enabled.","coblocks"):Object(re.__)("Toggle to enable the image lightbox.","coblocks")}}),c&&Object(le.createElement)(ae.ToggleControl,{label:Object(re.__)("Captions","coblocks"),checked:!!l,onChange:function(){return o({captions:!l})},help:function(e){return e?Object(re.__)("Showing captions for each media item.","coblocks"):Object(re.__)("Toggle to show media captions.","coblocks")}}),l&&Object(le.createElement)(ae.SelectControl,{label:Object(re.__)("Caption style","coblocks"),value:a,onChange:function(t){e.setAttributes({captionStyle:t})},options:Ji})),Object(le.createElement)(es,e))},rs=function(e){var t=!!e.attributes.images.filter((function(e){return void 0!==e.id})).length;return Object(le.createElement)(eo.BlockControls,null,t&&Object(le.createElement)(Kn,e))},ls=function(e){return Object(le.createElement)(ae.DropZone,{onFilesDrop:function(t){var o=e.noticeOperations;Object(wl.mediaUpload)({allowedTypes:we,filesList:t,onFileChange:function(t){return e.onSelect(t)},onError:o.createErrorNotice})},label:e.label})};function as(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function is(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?as(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):as(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var ss=Object(oo.compose)([ae.withNotices])((function(e){var t,o=Object(le.useState)(null),n=be()(o,2),c=n[0],r=n[1],l=Object(le.useState)(null),a=be()(l,2),i=a[0],s=a[1],u=Object(le.useState)(!1),b=be()(u,2),d=b[0],p=b[1],m=Object(oo.usePrevious)(e.className),h=Object(oo.usePrevious)(e.isSelected);Object(le.useEffect)((function(){e.className!==m&&(e.className.includes("is-style-layered")?(s(e.attributes.gutter),e.setAttributes({gutter:"small"})):(s(null),e.setAttributes({shadow:"none",gutter:i||_.gutter})))}),[e.className,m]),Object(le.useEffect)((function(){e.isSelected!==h&&!1===e.isSelected&&r(null)}),[e.isSelected,h]);for(var f=function(t){return e.attributes.images.find((function(e){return parseInt(e.index)===parseInt(t)}))},g=function(t){var o=e.noticeOperations;o.removeAllNotices(),o.createErrorNotice(t)},v=function(t,o){var n=e.attributes;(0,e.setAttributes)({images:[].concat(ce()(n.images.filter((function(e){return parseInt(e.index)!==parseInt(o)}))),[is(is({},_e(t)),{},{index:o})])})},O=function(t,o){var n=e.attributes,c=e.setAttributes,r=f(t);c({images:[].concat(ce()(n.images.filter((function(e){return parseInt(e.index)!==parseInt(t)}))),[Object.assign({},r,o)])})},k=function(){p(!0)},y=function(t){var o=f(t),n=e.isSelected&&c===o.index,l=!e.className.includes("is-style-layered"),a=Object(le.createElement)(ae.DropZone,{onFilesDrop:function(e){return function(e,t){Object(wl.mediaUpload)({allowedTypes:["image"],filesList:e,onFileChange:function(e){var o=be()(e,1)[0];return v(o,t)},onError:g})}(e,t)},label:Object(re.__)("Drop image to replace","coblocks")});return Object(le.createElement)(le.Fragment,null,Object(le.createElement)("a",{role:"button",tabIndex:"0",onClick:function(){return function(e){c!==e&&r(e)}(o.index)}},Object(le.createElement)("figure",{className:qe()(te()({"wp-block-coblocks-gallery-collage__figure":!0,"is-transient":Object(je.isBlobURL)(o.url),"is-selected":n},"shadow-".concat(e.attributes.shadow),e.attributes.shadow))},n&&Object(le.createElement)(le.Fragment,null,Object(le.createElement)(ae.ButtonGroup,{className:"block-library-gallery-item__inline-menu is-right is-visible"},Object(le.createElement)(eo.MediaUploadCheck,null,Object(le.createElement)(eo.MediaUpload,{allowedTypes:["image"],onSelect:function(e){return v(e,t)},value:o.url,render:function(e){var t=e.open;return Object(le.createElement)(ae.Button,{className:"coblocks-gallery-item__button-replace",onClick:t,label:Object(re.__)("Replace Image","coblocks")},Object(re.__)("Replace","coblocks"))}})),Object(le.createElement)(ae.Button,{icon:Ga,onClick:function(){return function(t){var o=e.attributes;(0,e.setAttributes)({images:ce()(o.images.filter((function(e){return parseInt(e.index)!==parseInt(t)})))})}(t)},label:Object(re.__)("Remove image","coblocks"),disabled:!n}))),c===o.index&&"custom"===e.attributes.linkTo&&Object(le.createElement)("form",{className:"components-coblocks-gallery-item__image-link",onSubmit:function(e){return e.preventDefault()}},Object(le.createElement)(ae.Dashicon,{icon:"admin-links"}),Object(le.createElement)(eo.URLInput,{value:o.imgLink,onChange:function(e){return O(t,{imgLink:e})}}),Object(le.createElement)(ae.Button,{icon:d?"saved":"editor-break",label:d?Object(re.__)("Saving","coblocks"):Object(re.__)("Apply","coblocks"),onClick:k,type:"submit"})),a,Object(je.isBlobURL)(o.url)&&Object(le.createElement)(ae.Spinner,null),Object(le.createElement)("img",{src:o.url,alt:o.alt}),l&&e.attributes.captions&&(o.caption||n)&&Object(le.createElement)(eo.RichText,{tagName:"figcaption",placeholder:Object(re.__)("Write caption…","coblocks"),className:"coblocks-gallery--caption",value:o.caption,onChange:function(e){return O(t,{caption:e})},isSelected:n,inlineToolbar:!0}))))},j=function(t){var o=!!f(t),n=qe()("wp-block-coblocks-gallery-collage__figure",te()({},"shadow-".concat(e.attributes.shadow),e.attributes.shadow));return Object(le.createElement)(eo.MediaPlaceholder,{addToGallery:!0,className:n,allowedTypes:["image"],disableDropZone:!0,disableMediaButtons:o,accept:"image/*",multiple:!1,icon:!1,labels:{title:" ",instructions:" "},onSelect:function(e){return v(e,t)},onError:g},Object(le.createElement)(ls,Ce()({},e,{label:"Drop file to upload",onSelect:function(e){var o=be()(e,1)[0];return v(o,t)}})))},_=e.attributes,w=e.className,E=e.noticeUI,x=_.animation,C=_.captions,S=_.captionStyle,P=_.filter,z=_.lightbox,T=!w.includes("is-style-layered"),B=!w.includes("is-style-layered"),R=[],N=0;N<(["is-style-tiled","is-style-layered"].includes(e.attributes.className)?4:5);N++){var M,A=f(N);R.push(Object(le.createElement)("li",{key:"image-".concat(N),className:qe()("wp-block-coblocks-gallery-collage__item","item-".concat(N+1),(M={},te()(M,"coblocks-animate ".concat(x),x),te()(M,"is-selected",N===parseInt(c)),M))},A?y(N):j(N)))}return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(rs,e),Object(le.createElement)(cs,Ce()({},e,{enableGutter:T,enableCaptions:B})),E,Object(le.createElement)(Yi,_,Object(le.createElement)("div",{className:qe()(w,(t={},te()(t,"has-filter-".concat(P),"none"!==P),te()(t,"has-caption-style-".concat(S),C&&void 0!==S),te()(t,"has-lightbox",z),t))},Object(le.createElement)("ul",null,R))))})),us=function(e){var t,o=e.attributes,n=o.animation,c=o.captions,r=o.captionStyle,l=o.filter,a=o.images,i=o.lightbox,s=o.linkTo,u=o.rel,b=o.shadow,d=o.target,p=qe()("wp-block-coblocks-gallery-collage__figure",te()({},"shadow-".concat(b),b&&"none"!==b));return Object(le.createElement)(Yi,o,Object(le.createElement)("div",{className:qe()((t={},te()(t,"has-filter-".concat(l),"none"!==l),te()(t,"has-caption-style-".concat(r),c&&void 0!==r),te()(t,"has-lightbox",i),t))},Object(le.createElement)("ul",null,a.sort((function(e,t){return parseInt(e.index)-parseInt(t.index)})).filter((function(e){return parseInt(e.index)<(["is-style-tiled","is-style-layered"].includes(o.className)?4:5)})).map((function(e,t){var o;switch(s){case"media":o=e.url;break;case"attachment":o=e.link}e.imgLink&&(o=e.imgLink);var r=qe()("wp-block-coblocks-gallery-collage__item","item-".concat(t+1),te()({},"coblocks-animate",n)),l=qe()(e.id&&["wp-image-".concat(e.id)]),a=void 0===e.url?null:Object(le.createElement)("img",{src:e.url,alt:e.alt,"data-index":e.index,"data-id":e.id,"data-imglink":e.imgLink,"data-link":e.link,className:l});return Object(le.createElement)("li",{key:"image-".concat(t),className:r,"data-coblocks-animation":n},a&&Object(le.createElement)("figure",{className:p},o?Object(le.createElement)("a",{href:o,target:d,rel:u},a):a,c&&e.caption&&Object(le.createElement)(eo.RichText.Content,{tagName:"figcaption",className:"wp-block-coblocks-gallery-collage__caption",value:e.caption})))})))))};function bs(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ds(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?bs(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):bs(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var ps={from:[{type:"block",blocks:["coblocks/gallery-carousel","coblocks/gallery-masonry","coblocks/gallery-stacked","coblocks/gallery-offset","core/gallery"],transform:function(e){return Object(oe.createBlock)(Ui.name,Ea(e))}},{type:"block",isMultiBlock:!0,blocks:["core/image"],isMatch:function(e){return Ba()(e,(function(e){var t=e.id,o=e.url;return Number.isInteger(t)&&o}))},transform:function(e){return Object(oe.createBlock)(Ui.name,{images:e.map((function(e,t){return ds(ds({},ge()(e,["id","url","alt","caption"])),{},{index:t})})),ids:e.map((function(e){return e.id})),captions:!!Ba()(e,(function(e){return!!e.caption}))})}},{type:"prefix",prefix:":collage",transform:function(e){return Object(oe.createBlock)(Ui.name,{content:e})}}],to:[{type:"block",blocks:["core/gallery"],transform:function(e){return Object(oe.createBlock)("core/gallery",ds({},Ea(e)))}}]};function ms(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function hs(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ms(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ms(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var fs=Ui.name,gs=Ui.category,vs=hs(hs({},ya),Ui.attributes),Os={title:Object(re.__)("Collage","coblocks"),description:Object(re.__)("Assemble images into a beautiful collage gallery.","coblocks"),category:me?"coblocks-galleries":"media",icon:Object(le.createElement)(ae.Icon,{icon:Pt}),keywords:["coblocks",Object(re.__)("gallery","coblocks"),Object(re.__)("photos","coblocks")],styles:[{name:"default",label:Object(re.__)("Default","coblocks"),isDefault:!0},{name:"tiled",label:Object(re.__)("Tiled","coblocks")},{name:"layered",label:Object(re.__)("Layered","coblocks")}],supports:{align:["wide","full"],gutter:{default:"small"}},example:{attributes:{images:[{index:0,url:"https://s.w.org/images/core/5.3/Sediment_off_the_Yucatan_Peninsula.jpg"},{index:1,url:"https://s.w.org/images/core/5.3/Windbuchencom.jpg"},{index:2,url:"https://s.w.org/images/core/5.3/Biologia_Centrali-Americana_-_Cantorchilus_semibadius_1902.jpg"},{index:3,url:"https://s.w.org/images/core/5.3/Glacial_lakes,_Bhutan.jpg"},{index:4,url:"https://s.w.org/images/core/5.3/MtBlanc1.jpg"}]}},attributes:vs,transforms:ps,edit:ss,save:us,deprecated:Zi},ks=o(84),ys={paddingTop:{type:"number"},paddingRight:{type:"number"},paddingBottom:{type:"number"},paddingLeft:{type:"number"},paddingTopTablet:{type:"number"},paddingRightTablet:{type:"number"},paddingBottomTablet:{type:"number"},paddingLeftTablet:{type:"number"},paddingTopMobile:{type:"number"},paddingRightMobile:{type:"number"},paddingBottomMobile:{type:"number"},paddingLeftMobile:{type:"number"},paddingUnit:{type:"string",default:"px"},paddingSize:{type:"string",default:"no"},paddingSyncUnits:{type:"boolean",default:!1},paddingSyncUnitsTablet:{type:"boolean",default:!0},paddingSyncUnitsMobile:{type:"boolean",default:!0},marginTop:{type:"number"},marginRight:{type:"number"},marginBottom:{type:"number"},marginLeft:{type:"number"},marginTopTablet:{type:"number"},marginRightTablet:{type:"number"},marginBottomTablet:{type:"number"},marginLeftTablet:{type:"number"},marginTopMobile:{type:"number"},marginRightMobile:{type:"number"},marginBottomMobile:{type:"number"},marginLeftMobile:{type:"number"},marginUnit:{type:"string",default:"px"},marginSize:{type:"string",default:"no"},marginSyncUnits:{type:"boolean",default:!1},marginSyncUnitsTablet:{type:"boolean",default:!1},marginSyncUnitsMobile:{type:"boolean",default:!1},hasMarginControl:{type:"boolean",default:!0},hasAlignmentControls:{type:"boolean",default:!0},hasStackedControl:{type:"boolean",default:!0}};function js(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function _s(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?js(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):js(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var ws=[{attributes:ks.attributes,save:function(e){var t,o,n=e.attributes,c=n.id,r=n.coblocks,l=n.backgroundType,a=n.backgroundColor,i=n.backgroundImg,s=n.customBackgroundColor,u=n.textColor,b=n.customTextColor,d=n.marginSize,p=n.paddingSize,m=n.contentAlign,h=Object(eo.getColorClassName)("color",u),f=Object(eo.getColorClassName)("background-color",a),g=(t={},te()(t,"coblocks-row--".concat(c),c),te()(t,"has-text-color",u||b),te()(t,h,h),t);r&&void 0!==r.id&&(g=Object.assign(g,["coblocks-row-".concat(r.id)]));var v=qe()(g),O=qe.a.apply(void 0,["wp-block-coblocks-column__inner"].concat(ce()(na(n)),[(o={"has-padding":p&&"no"!==p,"has-margin":d&&"no"!==d},te()(o,"has-".concat(p,"-padding"),p&&"advanced"!==p),te()(o,"has-".concat(d,"-margin"),d&&"advanced"!==d),o)])),k={color:h?void 0:b,textAlign:m||null},y={backgroundColor:f?void 0:s,backgroundImage:i&&"image"===l?"url(".concat(i,")"):void 0};return Object(le.createElement)("div",{className:v,style:k},va(n),Object(le.createElement)("div",{className:O,style:y},Object(le.createElement)(eo.InnerBlocks.Content,null)))}},{attributes:_s(_s(_s({},oa),ys),ks.attributes),save:function(e){var t,o=e.attributes,n=o.coblocks,c=o.textColor,r=o.customTextColor,l=o.marginSize,a=o.paddingSize,i=o.contentAlign,s=Object(eo.getColorClassName)("color",c),u="";n&&void 0!==n.id&&(u=qe()(u,"coblocks-column-".concat(n.id)));var b=qe.a.apply(void 0,["wp-block-coblocks-column__inner"].concat(ce()(na(o)),[(t={"has-padding":a&&"no"!==a,"has-margin":l&&"no"!==l},te()(t,"has-".concat(a,"-padding"),a&&"advanced"!==a),te()(t,"has-".concat(l,"-margin"),l&&"advanced"!==l),t)])),d={textAlign:i||null},p=_s(_s({},sa(o)),{},{color:s?void 0:r});return Object(le.createElement)("div",{className:u,style:d},Object(le.createElement)("div",{className:b,style:p},va(o),Object(le.createElement)(eo.InnerBlocks.Content,null)))}}],Es=Object(eo.withColors)("backgroundColor",{textColor:"color"}),xs=o(28),Cs=o.n(xs),Ss={};Ss.tablet=Object(le.createElement)(ae.SVG,{className:"dashicon",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(ae.Path,{d:"m11.25 0h-9c-.825 0-1.5.61363636-1.5 1.36363636v13.27272724c0 .75.675 1.3636364 1.5 1.3636364h9c.825 0 1.5-.6136364 1.5-1.3636364v-13.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 14h-8v-12h8z",transform:"translate(1.25)"})),Ss.mobile=Object(le.createElement)(ae.SVG,{className:"dashicon",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(ae.Path,{d:"m6.5 0h-5c-.825 0-1.5.61363636-1.5 1.36363636v9.27272724c0 .75.675 1.3636364 1.5 1.3636364h5c.825 0 1.5-.6136364 1.5-1.3636364v-9.27272724c0-.75-.675-1.36363636-1.5-1.36363636zm-.5 10h-4v-8h4z",transform:"translate(4 2)"})),Ss.desktopChrome=Object(le.createElement)(ae.SVG,{className:"dashicon",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(ae.Path,{d:"m12.5 0c.8325 0 1.5.61363636 1.5 1.36363636v11.27272724c0 .75-.675 1.3636364-1.5 1.3636364l-.5-2v-9h-10v9h10l.5 2h-11c-.8325 0-1.5-.6136364-1.5-1.3636364v-11.27272724c0-.75.6675-1.36363636 1.5-1.36363636zm-10 1c-.27614237 0-.5.22385763-.5.5s.22385763.5.5.5.5-.22385763.5-.5-.22385763-.5-.5-.5z",transform:"translate(1 1.001872)"})),Ss.sync=Object(le.createElement)(ae.SVG,{height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},Object(le.createElement)(ae.Path,{d:"m7.34133533 6.23855964v-1.98499625c-2.17404351.03150788-4.03300825 1.38634659-4.85221305 3.27681921-.31507877.72468117-.44111028 1.51237809-.4096024 2.33158289.06301575 1.13428361.47261815 2.20555141 1.16579145 3.05626411.37809452.4411102.28357089 1.1027757-.18904726 1.4493623-.44111028.3150788-1.07126782.2205551-1.41785447-.1890473-.85071268-1.0397599-1.38634658-2.3315829-1.54388597-3.7179294-.12603151-1.00825211-.03150788-2.01650417.25206302-2.9302326.88222055-3.02475619 3.6864216-5.26181546 6.99474868-5.29332334v-1.98499624c0-.09452363.12603151-.15753939.22055514-.09452363l4.09602403 2.99324831c.0630157.06301575.0630157.15753938 0 .18904726l-4.09602403 2.99324831c-.09452363.06301575-.22055514 0-.22055514-.09452363zm.22055514 13.17029256c.09452363.0630158.22055514 0 .22055514-.0945236v-1.9849963c3.30832709-.0315078 6.11252809-2.2685671 6.99474869-5.2933233.252063-.9137284.3780945-1.8904726.252063-2.93023256-.1575394-1.38634658-.7246812-2.67816954-1.543886-3.71792948-.3465866-.44111028-.9767441-.53563391-1.4178544-.18904726-.4726182.34658665-.5671418 1.00825206-.1890473 1.44936234.6931733.85071268 1.1027757 1.89047262 1.1657915 3.05626407.0315078.81920479-.1260315 1.63840959-.4096024 2.33158289-.787697 1.8904726-2.6466617 3.2453113-4.85221309 3.2768192v-1.9849962c0-.0945237-.12603151-.1575394-.22055514-.0945237l-4.096024 2.9932483c-.06301576.0630158-.06301576.1575394 0 .1890473z",transform:"translate(4 2)"}));var Ps=Ss;function zs(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Ts=[{name:Object(re.__)("None","coblocks"),size:0,slug:"no"},{name:Object(re.__)("Small","coblocks"),size:14,slug:"small"},{name:Object(re.__)("Medium","coblocks"),size:24,slug:"medium"},{name:Object(re.__)("Large","coblocks"),size:34,slug:"large"},{name:Object(re.__)("Huge","coblocks"),size:60,slug:"huge"}],Bs=function(e){Ie()(o,e);var t=zs(o);function o(){var e;return Te()(this,o),(e=t.apply(this,arguments)).getSelectValuesFromUtilitySizes=e.getSelectValuesFromUtilitySizes.bind(Me()(e)),e.getCurrentSelectValue=e.getCurrentSelectValue.bind(Me()(e)),e.setCurrentSelectValue=e.setCurrentSelectValue.bind(Me()(e)),e.onChangeValue=e.onChangeValue.bind(Me()(e)),e.getSelectOptions=e.getSelectOptions.bind(Me()(e)),e}return Re()(o,[{key:"getSelectValuesFromUtilitySizes",value:function(e,t){var o;if("string"==typeof t)return(o=e.find((function(e){return e.slug===t})))?o.slug:"custom"}},{key:"getCurrentSelectValue",value:function(e){var t=this.props,o=t.paddingSize,n=t.marginSize;switch(e){case"margin":return n;case"padding":return o}}},{key:"setCurrentSelectValue",value:function(e){var t=this.props,o=t.type,n=t.setAttributes;switch(o){case"margin":n({marginSize:e});break;case"padding":n({paddingSize:e})}}},{key:"onChangeValue",value:function(e){var t=Ts.find((function(t){return t.slug===e}));t&&this.setCurrentSelectValue(this.getSelectValuesFromUtilitySizes(Ts,t.slug))}},{key:"getSelectOptions",value:function(e){return ce()(e.map((function(e){return{value:e.slug,label:e.name}})))}},{key:"render",value:function(){var e=this.props.type;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(ae.SelectControl,{className:"components-font-size-picker__select",label:"Choose ".concat(e," preset"),hideLabelFromVision:!0,value:this.getCurrentSelectValue(e),onChange:this.onChangeValue,options:this.getSelectOptions(Ts)}))}}]),o}(le.Component);function Rs(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Ns=function(e){Ie()(o,e);var t=Rs(o);function o(e){var n;return Te()(this,o),(n=t.apply(this,arguments)).onChangeTop=n.onChangeTop.bind(Me()(n)),n.onChangeRight=n.onChangeRight.bind(Me()(n)),n.onChangeBottom=n.onChangeBottom.bind(Me()(n)),n.onChangeLeft=n.onChangeLeft.bind(Me()(n)),n.onChangeAll=n.onChangeAll.bind(Me()(n)),n.onChangeUnits=n.onChangeUnits.bind(Me()(n)),n.onChangeSize=n.onChangeSize.bind(Me()(n)),n.syncUnits=n.syncUnits.bind(Me()(n)),n.saveMeta=n.saveMeta.bind(Me()(n)),e.attributes.saveCoBlocksMeta&&(n.saveMeta(),Object(Oo.dispatch)("core/block-editor").updateBlockAttributes(e.attributes.clientId,{saveCoBlocksMeta:!1})),n}return Re()(o,[{key:"onChangeTop",value:function(e,t){"padding"===this.props.type?this.props.setAttributes(te()({},"paddingTop"+t,e)):this.props.setAttributes(te()({},"marginTop"+t,e)),this.saveMeta()}},{key:"onChangeRight",value:function(e,t){"padding"===this.props.type?this.props.setAttributes(te()({},"paddingRight"+t,e)):this.props.setAttributes(te()({},"marginRight"+t,e)),this.saveMeta()}},{key:"onChangeBottom",value:function(e,t){"padding"===this.props.type?this.props.setAttributes(te()({},"paddingBottom"+t,e)):this.props.setAttributes(te()({},"marginBottom"+t,e)),this.saveMeta()}},{key:"onChangeLeft",value:function(e,t){"padding"===this.props.type?this.props.setAttributes(te()({},"paddingLeft"+t,e)):this.props.setAttributes(te()({},"marginLeft"+t,e)),this.saveMeta()}},{key:"onChangeAll",value:function(e,t){var o,n;"padding"===this.props.type?this.props.setAttributes((o={},te()(o,"paddingTop"+t,e),te()(o,"paddingRight"+t,e),te()(o,"paddingBottom"+t,e),te()(o,"paddingLeft"+t,e),o)):this.props.setAttributes((n={},te()(n,"marginTop"+t,e),te()(n,"marginRight"+t,e),te()(n,"marginBottom"+t,e),te()(n,"marginLeft"+t,e),n));this.saveMeta()}},{key:"onChangeUnits",value:function(e){"padding"===this.props.type?this.props.setAttributes({paddingUnit:e}):this.props.setAttributes({marginUnit:e}),this.saveMeta()}},{key:"onChangeSize",value:function(e,t){["coblocks/hero"].includes(this.props.name)&&"no"===e&&(t<0?(e="huge",t=60):t=-1),"padding"===this.props.type?(this.props.setAttributes({paddingSyncUnits:!0}),this.props.setAttributes({paddingSize:e}),t&&(t<0&&(t=""),this.props.setAttributes({paddingTop:t,paddingRight:t,paddingBottom:t,paddingLeft:t,paddingUnit:"px"}))):(this.props.setAttributes({marginSize:e}),t&&(t<0&&(t=""),this.props.setAttributes({marginTop:t,marginRight:0,marginBottom:t,marginLeft:0,marginUnit:"px"}))),this.saveMeta()}},{key:"syncUnits",value:function(e,t){var o,n,c=[this.props["valueTop"+t],this.props["valueRight"+t],this.props["valueBottom"+t],this.props["valueLeft"+t]],r=Math.max.apply(null,c);"padding"===this.props.type?(this.props.setAttributes(te()({},"paddingSyncUnits"+t,!this.props["syncUnits"+t])),this.props.setAttributes((o={},te()(o,"paddingTop"+t,r),te()(o,"paddingRight"+t,r),te()(o,"paddingBottom"+t,r),te()(o,"paddingLeft"+t,r),o))):(this.props.setAttributes(te()({},"marginSyncUnits"+t,!this.props["syncUnits"+t])),this.props.setAttributes((n={},te()(n,"marginTop"+t,r),te()(n,"marginRight"+t,r),te()(n,"marginBottom"+t,r),te()(n,"marginLeft"+t,r),n)));this.saveMeta()}},{key:"saveMeta",value:function(){var e=wp.data.select("core/editor").getEditedPostAttribute("meta"),t=wp.data.select("core/block-editor").getBlock(this.props.clientId),o={};if(void 0!==this.props.attributes.coblocks&&void 0!==this.props.attributes.coblocks.id){var n=this.props.name.split("/").join("-")+"-"+this.props.attributes.coblocks.id,c=t.attributes.paddingUnit,r=t.attributes.marginUnit,l={paddingTop:void 0!==t.attributes.paddingTop?t.attributes.paddingTop+c:null,paddingRight:void 0!==t.attributes.paddingRight?t.attributes.paddingRight+c:null,paddingBottom:void 0!==t.attributes.paddingBottom?t.attributes.paddingBottom+c:null,paddingLeft:void 0!==t.attributes.paddingLeft?t.attributes.paddingLeft+c:null,paddingTopTablet:void 0!==t.attributes.paddingTopTablet?t.attributes.paddingTopTablet+c:null,paddingRightTablet:void 0!==t.attributes.paddingRightTablet?t.attributes.paddingRightTablet+c:null,paddingBottomTablet:void 0!==t.attributes.paddingBottomTablet?t.attributes.paddingBottomTablet+c:null,paddingLeftTablet:void 0!==t.attributes.paddingLeftTablet?t.attributes.paddingLeftTablet+c:null,paddingTopMobile:void 0!==t.attributes.paddingTopMobile?t.attributes.paddingTopMobile+c:null,paddingRightMobile:void 0!==t.attributes.paddingRightMobile?t.attributes.paddingRightMobile+c:null,paddingBottomMobile:void 0!==t.attributes.paddingBottomMobile?t.attributes.paddingBottomMobile+c:null,paddingLeftMobile:void 0!==t.attributes.paddingLeftMobile?t.attributes.paddingLeftMobile+c:null},a={marginTop:void 0!==t.attributes.marginTop?t.attributes.marginTop+r:null,marginRight:void 0!==t.attributes.marginRight?t.attributes.marginRight+r:null,marginBottom:void 0!==t.attributes.marginBottom?t.attributes.marginBottom+r:null,marginLeft:void 0!==t.attributes.marginLeft?t.attributes.marginLeft+r:null,marginTopTablet:void 0!==t.attributes.marginTopTablet?t.attributes.marginTopTablet+r:null,marginRightTablet:void 0!==t.attributes.marginRightTablet?t.attributes.marginRightTablet+r:null,marginBottomTablet:void 0!==t.attributes.marginBottomTablet?t.attributes.marginBottomTablet+r:null,marginLeftTablet:void 0!==t.attributes.marginLeftTablet?t.attributes.marginLeftTablet+r:null,marginTopMobile:void 0!==t.attributes.marginTopMobile?t.attributes.marginTopMobile+r:null,marginRightMobile:void 0!==t.attributes.marginRightMobile?t.attributes.marginRightMobile+r:null,marginBottomMobile:void 0!==t.attributes.marginBottomMobile?t.attributes.marginBottomMobile+r:null,marginLeftMobile:void 0!==t.attributes.marginLeftMobile?t.attributes.marginLeftMobile+r:null};void 0===(o=void 0===e||void 0===e._coblocks_dimensions||void 0!==e._coblocks_dimensions&&""===e._coblocks_dimensions?{}:JSON.parse(e._coblocks_dimensions))[n]?(o[n]={},o[n][this.props.type]={}):void 0===o[n][this.props.type]&&(o[n][this.props.type]={}),"advanced"===this.props.dimensionSize?o[n][this.props.type]="padding"===this.props.type?l:a:o[n][this.props.type]={},wp.data.dispatch("core/editor").editPost({meta:{_coblocks_dimensions:JSON.stringify(o)}});var i=document.head||document.getElementsByTagName("head")[0],s=document.createElement("style"),u="";s.type="text/css",u+="@media only screen and (max-width: 768px) {",u+="."+n+" > div{",void 0!==l.paddingTopTablet&&(u+="padding-top: "+l.paddingTopTablet+" !important;"),void 0!==l.paddingBottomTablet&&(u+="padding-bottom: "+l.paddingBottomTablet+" !important;"),void 0!==l.paddingRightTablet&&(u+="padding-right: "+l.paddingRightTablet+" !important;"),void 0!==l.paddingLeftTablet&&(u+="padding-left: "+l.paddingLeftTablet+" !important;"),void 0!==a.marginTopTablet&&(u+="margin-top: "+a.marginTopTablet+" !important;"),void 0!==a.marginBottomTablet&&(u+="margin-bottom: "+a.marginBottomTablet+" !important;"),void 0!==a.marginRightTablet&&(u+="margin-right: "+a.marginRightTablet+" !important;"),void 0!==a.marginleLtTablet&&(u+="margin-left: "+a.marginLeftTablet+" !important;"),u+="}",u+="}",u+="@media only screen and (max-width: 514px) {",u+="."+n+" > div{",void 0!==l.paddingTopMobile&&(u+="padding-top: "+l.paddingTopMobile+" !important;"),void 0!==l.paddingBottomMobile&&(u+="padding-bottom: "+l.paddingBottomMobile+" !important;"),void 0!==l.paddingRightMobile&&(u+="padding-right: "+l.paddingRightMobile+" !important;"),void 0!==l.paddingLeftMobile&&(u+="padding-left: "+l.paddingLeftMobile+" !important;"),void 0!==a.marginTopMobile&&(u+="margin-top: "+a.marginTopMobile+" !important;"),void 0!==a.marginBottomMobile&&(u+="margin-bottom: "+a.marginBottomMobile+" !important;"),void 0!==a.marginRightMobile&&(u+="margin-right: "+a.marginRightMobile+" !important;"),void 0!==a.marginleLtMobile&&(u+="margin-left: "+a.marginLeftMobile+" !important;"),u+="}",u+="}",s.styleSheet?s.styleSheet.cssText=u:s.appendChild(document.createTextNode(u)),i.appendChild(s)}}},{key:"render",value:function(){var e=this,t=this.props,o=t.help,n=t.instanceId,c=t.label,r=void 0===c?Object(re.__)("Margin","coblocks"):c,l=t.type,a=void 0===l?"margin":l,i=t.unit,s=t.valueBottom,u=t.valueLeft,b=t.valueRight,d=t.valueTop,p=t.valueBottomTablet,m=t.valueLeftTablet,h=t.valueRightTablet,f=t.valueTopTablet,g=t.valueBottomMobile,v=t.valueLeftMobile,O=t.valueRightMobile,k=t.valueTopMobile,y=t.syncUnits,j=t.syncUnitsTablet,_=t.syncUnitsMobile,w=t.dimensionSize,E=t.setAttributes,x=this.props.attributes,C=x.paddingSize,S=x.marginSize,P=qe()("components-base-control","components-coblocks-dimensions-control",{}),z="inspector-coblocks-dimensions-control-".concat(n),T=function(t){var o=""===t.target.value?void 0:Number(t.target.value),n="";void 0!==t.target.getAttribute("data-device-type")&&void 0!==t.target.getAttribute("data-device-type")&&(n=t.target.getAttribute("data-device-type")),e.props["syncUnits"+n]?e.onChangeAll(o,n):e.onChangeTop(o,n)},B=function(t){var o=""===t.target.value?void 0:Number(t.target.value),n="";void 0!==t.target.getAttribute("data-device-type")&&void 0!==t.target.getAttribute("data-device-type")&&(n=t.target.getAttribute("data-device-type")),e.props["syncUnits"+n]?e.onChangeAll(o,n):e.onChangeRight(o,n)},R=function(t){var o=""===t.target.value?void 0:Number(t.target.value),n="";void 0!==t.target.getAttribute("data-device-type")&&void 0!==t.target.getAttribute("data-device-type")&&(n=t.target.getAttribute("data-device-type")),e.props["syncUnits"+n]?e.onChangeAll(o,n):e.onChangeBottom(o,n)},N=function(t){var o=""===t.target.value?void 0:Number(t.target.value),n="";void 0!==t.target.getAttribute("data-device-type")&&void 0!==t.target.getAttribute("data-device-type")&&(n=t.target.getAttribute("data-device-type")),e.props["syncUnits"+n]?e.onChangeAll(o,n):e.onChangeLeft(o,n)},M=[{name:Object(re.__)("Pixel","coblocks"),unitValue:"px"},{name:Object(re.__)("Em","coblocks"),unitValue:"em"},{name:Object(re.__)("Viewport width","coblocks"),unitValue:"vw"},{name:Object(re.__)("Viewport height","coblocks"),unitValue:"vh"},{name:Object(re.__)("Percentage","coblocks"),unitValue:"%"}];return Object(le.createElement)(le.Fragment,null,Object(le.createElement)("div",{className:P},"advanced"===w?Object(le.createElement)(le.Fragment,null,Object(le.createElement)("div",{className:"components-coblocks-dimensions-control__header"},r&&Object(le.createElement)("p",{className:"components-coblocks-dimensions-control__label"},r),Object(le.createElement)("div",{className:"components-coblocks-dimensions-control__actions"},Object(le.createElement)(ae.ButtonGroup,{className:"components-coblocks-dimensions-control__units","aria-label":Object(re.__)("Select Units","coblocks")},Cs()(M,(function(t){var o=t.unitValue,n=t.name;return Object(le.createElement)(ae.Tooltip,{text:Object(re.sprintf)(Object(re.__)("%s units","coblocks"),n)},Object(le.createElement)(ae.Button,{key:o,className:"components-coblocks-dimensions-control__units--"+n,isSmall:!0,isPrimary:i===o,isSecondary:i!==o,"aria-pressed":i===o,"aria-label":Object(re.sprintf)(Object(re.__)("%s units","coblocks"),n),onClick:function(){return e.onChangeUnits(o)}},o))}))),Object(le.createElement)(ae.Button,{type:"button",onClick:function(){return e.onChangeSize("no",-1)},isSmall:!0,isSecondary:!0,"aria-label":Object(re.sprintf)(Object(re.__)("Turn off advanced %s settings","coblocks"),r.toLowerCase())},Object(re.__)("Reset","coblocks")))),Object(le.createElement)(ae.TabPanel,{className:"components-coblocks-dimensions-control__mobile-controls",activeClass:"is-active",initialTabName:"default",onSelect:function(t){var o="desktop";switch(t){case"desktop":o="tablet";break;case"tablet":o="mobile";break;case"mobile":o="desktop"}for(var n=document.getElementsByClassName("components-coblocks-dimensions-control__mobile-controls-item--".concat(e.props.type)),c=0;c<n.length;c++)n[c].style.display="none";"default"===t?document.getElementsByClassName("components-coblocks-dimensions-control__mobile-controls-item-".concat(e.props.type,"--tablet"))[0].click():document.getElementsByClassName("components-coblocks-dimensions-control__mobile-controls-item-".concat(e.props.type,"--").concat(o))[0].style.display="block"},tabs:[{name:"default",title:Ps.desktopChrome,className:"components-coblocks-dimensions-control__mobile-controls-item components-coblocks-dimensions-control__mobile-controls-item--".concat(this.props.type," components-button is-button is-default is-secondary components-coblocks-dimensions-control__mobile-controls-item--default components-coblocks-dimensions-control__mobile-controls-item-").concat(this.props.type,"--default")},{name:"desktop",title:Ps.mobile,className:"components-coblocks-dimensions-control__mobile-controls-item components-coblocks-dimensions-control__mobile-controls-item--".concat(this.props.type," components-button is-button is-default is-secondary components-coblocks-dimensions-control__mobile-controls-item--desktop components-coblocks-dimensions-control__mobile-controls-item-").concat(this.props.type,"--desktop")},{name:"tablet",title:Ps.desktopChrome,className:"components-coblocks-dimensions-control__mobile-controls-item components-coblocks-dimensions-control__mobile-controls-item--".concat(this.props.type," components-button is-button is-default is-secondary components-coblocks-dimensions-control__mobile-controls-item--tablet components-coblocks-dimensions-control__mobile-controls-item-").concat(this.props.type,"--tablet")},{name:"mobile",title:Ps.tablet,className:"components-coblocks-dimensions-control__mobile-controls-item components-coblocks-dimensions-control__mobile-controls-item--".concat(this.props.type," components-button is-button is-default is-secondary components-coblocks-dimensions-control__mobile-controls-item--mobile components-coblocks-dimensions-control__mobile-controls-item-").concat(this.props.type,"--mobile")}]},(function(t){return"mobile"===t.name?Object(le.createElement)(le.Fragment,null,Object(le.createElement)("div",{className:"components-coblocks-dimensions-control__inputs"},Object(le.createElement)("input",{className:"components-coblocks-dimensions-control__number",type:"number",onChange:T,"aria-label":Object(re.sprintf)(Object(re.__)("%s top","coblocks"),r),"aria-describedby":o?z+"__help":void 0,value:""!==k?k:"",min:"padding"===a?0:void 0,"data-device-type":"Mobile"}),Object(le.createElement)("input",{className:"components-coblocks-dimensions-control__number",type:"number",onChange:B,"aria-label":Object(re.sprintf)(Object(re.__)("%s right","coblocks"),r),"aria-describedby":o?z+"__help":void 0,value:""!==O?O:"",min:"padding"===a?0:void 0,"data-device-type":"Mobile"}),Object(le.createElement)("input",{className:"components-coblocks-dimensions-control__number",type:"number",onChange:R,"aria-label":Object(re.sprintf)(Object(re.__)("%s bottom","coblocks"),r),"aria-describedby":o?z+"__help":void 0,value:""!==g?g:"",min:"padding"===a?0:void 0,"data-device-type":"Mobile"}),Object(le.createElement)("input",{className:"components-coblocks-dimensions-control__number",type:"number",onChange:N,"aria-label":Object(re.sprintf)(Object(re.__)("%s left","coblocks"),r),"aria-describedby":o?z+"__help":void 0,value:""!==v?v:"",min:"padding"===a?0:void 0,"data-device-type":"Mobile"}),Object(le.createElement)(ae.Tooltip,{text:_?Object(re.__)("Unsync","coblocks"):Object(re.__)("Sync","coblocks")},Object(le.createElement)(ae.Button,{className:"components-coblocks-dimensions-control_sync","aria-label":Object(re.__)("Sync units","coblocks"),isPrimary:!!_,isSecondary:!_,"aria-pressed":!!_,onClick:function(t){return e.syncUnits(t,"Mobile")},"data-device-type":"Mobile",isSmall:!0},Ps.sync)))):"tablet"===t.name?Object(le.createElement)(le.Fragment,null,Object(le.createElement)("div",{className:"components-coblocks-dimensions-control__inputs"},Object(le.createElement)("input",{className:"components-coblocks-dimensions-control__number",type:"number",onChange:T,"aria-label":Object(re.sprintf)(Object(re.__)("%s top","coblocks"),r),"aria-describedby":o?z+"__help":void 0,value:""!==f?f:"",min:"padding"===a?0:void 0,"data-device-type":"Tablet"}),Object(le.createElement)("input",{className:"components-coblocks-dimensions-control__number",type:"number",onChange:B,"aria-label":Object(re.sprintf)(Object(re.__)("%s right","coblocks"),r),"aria-describedby":o?z+"__help":void 0,value:""!==h?h:"",min:"padding"===a?0:void 0,"data-device-type":"Tablet"}),Object(le.createElement)("input",{className:"components-coblocks-dimensions-control__number",type:"number",onChange:R,"aria-label":Object(re.sprintf)(Object(re.__)("%s bottom","coblocks"),r),"aria-describedby":o?z+"__help":void 0,value:""!==p?p:"",min:"padding"===a?0:void 0,"data-device-type":"Tablet"}),Object(le.createElement)("input",{className:"components-coblocks-dimensions-control__number",type:"number",onChange:N,"aria-label":Object(re.sprintf)(Object(re.__)("%s left","coblocks"),r),"aria-describedby":o?z+"__help":void 0,value:""!==m?m:"",min:"padding"===a?0:void 0,"data-device-type":"Tablet"}),Object(le.createElement)(ae.Tooltip,{text:j?Object(re.__)("Unsync","coblocks"):Object(re.__)("Sync","coblocks")},Object(le.createElement)(ae.Button,{className:"components-coblocks-dimensions-control_sync","aria-label":Object(re.__)("Sync units","coblocks"),isPrimary:!!j,isSecondary:!j,"aria-pressed":!!j,onClick:function(t){return e.syncUnits(t,"Tablet")},"data-device-type":"Tablet",isSmall:!0},Ps.sync)))):Object(le.createElement)(le.Fragment,null,Object(le.createElement)("div",{className:"components-coblocks-dimensions-control__inputs"},Object(le.createElement)("input",{className:"components-coblocks-dimensions-control__number",type:"number",onChange:T,"aria-label":Object(re.sprintf)(Object(re.__)("%s top","coblocks"),r),"aria-describedby":o?z+"__help":void 0,value:""!==d?d:"",min:"padding"===a?0:void 0,"data-device-type":""}),Object(le.createElement)("input",{className:"components-coblocks-dimensions-control__number",type:"number",onChange:B,"aria-label":Object(re.sprintf)(Object(re.__)("%s right","coblocks"),r),"aria-describedby":o?z+"__help":void 0,value:""!==b?b:"",min:"padding"===a?0:void 0,"data-device-type":""}),Object(le.createElement)("input",{className:"components-coblocks-dimensions-control__number",type:"number",onChange:R,"aria-label":Object(re.sprintf)(Object(re.__)("%s bottom","coblocks"),r),"aria-describedby":o?z+"__help":void 0,value:""!==s?s:"",min:"padding"===a?0:void 0,"data-device-type":""}),Object(le.createElement)("input",{className:"components-coblocks-dimensions-control__number",type:"number",onChange:N,"aria-label":Object(re.sprintf)(Object(re.__)("%s left","coblocks"),r),"aria-describedby":o?z+"__help":void 0,value:""!==u?u:"",min:"padding"===a?0:void 0,"data-device-type":""}),Object(le.createElement)(ae.Tooltip,{text:y?Object(re.__)("Unsync","coblocks"):Object(re.__)("Sync","coblocks")},Object(le.createElement)(ae.Button,{className:"components-coblocks-dimensions-control_sync","aria-label":Object(re.__)("Sync units","coblocks"),isPrimary:!!y,isSecondary:!y,"aria-pressed":!!y,onClick:function(t){return e.syncUnits(t,"")},"data-device-type":"",isSmall:!0},Ps.sync))))})),Object(le.createElement)("div",{className:"components-coblocks-dimensions-control__input-labels"},Object(le.createElement)("span",{className:"components-coblocks-dimensions-control__number-label"},Object(re.__)("Top","coblocks")),Object(le.createElement)("span",{className:"components-coblocks-dimensions-control__number-label"},Object(re.__)("Right","coblocks")),Object(le.createElement)("span",{className:"components-coblocks-dimensions-control__number-label"},Object(re.__)("Bottom","coblocks")),Object(le.createElement)("span",{className:"components-coblocks-dimensions-control__number-label"},Object(re.__)("Left","coblocks")),Object(le.createElement)("span",{className:"components-coblocks-dimensions-control__number-label-blank"}))):Object(le.createElement)(ae.BaseControl,{id:"textarea-1",label:r,help:o},Object(le.createElement)("div",{className:"components-font-size-picker__controls"},Object(le.createElement)(Bs,{type:a,setAttributes:E,paddingSize:C,marginSize:S}),Object(le.createElement)(ae.Button,{type:"button",onClick:function(){return e.onChangeSize("advanced","")},isSmall:!0,isSecondary:!0,"aria-label":Object(re.sprintf)(Object(re.__)("Advanced %s settings","coblocks"),r.toLowerCase()),isPrimary:"advanced"===w},Object(re.__)("Advanced","coblocks"))))))}}]),o}(le.Component),Ms=Object(oo.withInstanceId)(Ns);function As(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Is=window.getComputedStyle,Ls=Object(ae.withFallbackStyles)((function(e,t){var o=t.attributes.backgroundColor,n=e.querySelector('[contenteditable="true"]'),c=n?Is(n):null;return{fallbackBackgroundColor:o||!c?void 0:c.backgroundColor}})),Ds=function(e){Ie()(o,e);var t=As(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.clientId,o=e.attributes,n=e.setAttributes,c=e.backgroundColor,r=e.setBackgroundColor,l=e.setTextColor,a=e.textColor,i=e.nextBlockClient,s=e.nextBlockClientId,u=e.lastId,b=e.updateBlockAttributes,d=o.width,p=o.marginTop,m=o.marginRight,h=o.marginBottom,f=o.marginLeft,g=o.marginTopTablet,v=o.marginRightTablet,O=o.marginBottomTablet,k=o.marginLeftTablet,y=o.marginTopMobile,j=o.marginRightMobile,_=o.marginBottomMobile,w=o.marginLeftMobile,E=o.marginUnit,x=o.marginSyncUnits,C=o.marginSyncUnitsTablet,S=o.marginSyncUnitsMobile,P=o.marginSize,z=o.paddingTop,T=o.paddingRight,B=o.paddingBottom,R=o.paddingLeft,N=o.paddingTopTablet,M=o.paddingRightTablet,A=o.paddingBottomTablet,I=o.paddingLeftTablet,L=o.paddingTopMobile,D=o.paddingRightMobile,F=o.paddingBottomMobile,V=o.paddingLeftMobile,G=o.paddingUnit,U=o.paddingSyncUnits,H=o.paddingSyncUnitsTablet,W=o.paddingSyncUnitsMobile,q=o.paddingSize;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.InspectorControls,null,Object(le.createElement)(ae.PanelBody,{title:Object(re.__)("Column settings","coblocks"),className:"components-panel__body--column-settings"},Object(le.createElement)(Ms,Ce()({},this.props,{type:"padding",label:Object(re.__)("Padding","coblocks"),help:Object(re.__)("Space inside of the container.","coblocks"),valueTop:z,valueRight:T,valueBottom:B,valueLeft:R,valueTopTablet:N,valueRightTablet:M,valueBottomTablet:A,valueLeftTablet:I,valueTopMobile:L,valueRightMobile:D,valueBottomMobile:F,valueLeftMobile:V,unit:G,syncUnits:U,syncUnitsTablet:H,syncUnitsMobile:W,dimensionSize:q})),Object(le.createElement)(Ms,Ce()({},this.props,{type:"margin",label:Object(re.__)("Margin","coblocks"),help:Object(re.__)("Space around the container.","coblocks"),valueTop:p,valueRight:m,valueBottom:h,valueLeft:f,valueTopTablet:g,valueRightTablet:v,valueBottomTablet:O,valueLeftTablet:k,valueTopMobile:y,valueRightMobile:j,valueBottomMobile:_,valueLeftMobile:w,unit:E,syncUnits:x,syncUnitsTablet:C,syncUnitsMobile:S,dimensionSize:P})),u!==t?Object(le.createElement)(ae.RangeControl,{label:Object(re.__)("Width","coblocks"),value:parseFloat(d),onChange:function(e){return function(e){var t=parseFloat(d)-e,o=parseFloat(i.attributes.width)+t;o>9&&(n({width:parseFloat(e).toFixed(2)}),b(s,{width:parseFloat(o).toFixed(2)}))}(e)},min:10,max:100,step:.01}):null),Object(le.createElement)(eo.PanelColorSettings,{title:Object(re.__)("Color settings","coblocks"),initialOpen:!1,colorSettings:[{value:c.color,onChange:r,label:Object(re.__)("Background color","coblocks")},{value:a.color,onChange:l,label:Object(re.__)("Text color","coblocks")}]}),Object(le.createElement)(ga,Ce()({},this.props,{hasOverlay:!0}))))}}]),o}(le.Component),Fs=Object(oo.compose)([Es,Ls])(Ds);function Vs(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var Gs=function(e){Ie()(o,e);var t=Vs(o);function o(){return Te()(this,o),t.apply(this,arguments)}return Re()(o,[{key:"render",value:function(){var e=this.props,t=e.attributes,o=e.setAttributes,n=e.clientId,c=e.updateBlockAttributes,r=e.getBlockRootClientId,l=t.contentAlign,a=t.verticalAlignment;return Object(le.createElement)(le.Fragment,null,Object(le.createElement)(eo.BlockControls,null,Object(le.createElement)(eo.AlignmentToolbar,{value:l,onChange:function(e){return o({contentAlign:e})}}),Object(le.createElement)(eo.BlockVerticalAlignmentToolbar,{onChange:function(e){var t=r(n);c(t,{verticalAlignment:null}),o({verticalAlignment:e})},value:a}),la(this.props)))}}]),o}(le.Component);function Us(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Hs(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Us(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Us(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Ws(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var o,n=Ve()(e);if(t){var c=Ve()(this).constructor;o=Reflect.construct(n,arguments,c)}else o=n.apply(this,arguments);return De()(this,o)}}var qs=function(e){Ie()(o,e);var t=Ws(o);function o(){var e;return Te()(this,o),(e=t.apply(this,arguments)).state={selectedWidth:0,nextWidth:0,selectedBlockWidth:0,nextBlockWidth:0,maxWidth:999999999,resizing:!1},e}return Re()(o,[{key:"render",value:function(){var e,t,o=this,n=this.props,c=n.columnBlocks,r=n.attributes,l=n.className,a=n.isSelected,i=n.setAttributes,s=n.backgroundColor,u=n.textColor,b=n.hasInnerBlocks,d=n.parentId,p=n.nextBlockClient,m=n.nextBlockClientId,h=n.updateBlockAttributes,f=r.coblocks,g=r.backgroundImg,v=r.width,O=r.paddingTop,k=r.paddingRight,y=r.paddingBottom,j=r.paddingLeft,_=r.marginTop,w=r.marginRight,E=r.marginBottom,x=r.marginLeft,C=r.paddingUnit,S=r.marginUnit,P=r.marginSize,z=r.paddingSize,T=r.contentAlign,B=r.verticalAlignment,R=Object(le.createElement)(ia,Ce()({},this.props,{label:Object(re.__)("Add background to column","coblocks")})),N=qe()("wp-block-coblocks-column",{"wp-block-coblocks-column-placeholder":c&&c.innerBlocks&&Object.keys(c.innerBlocks).length<1},(e={},te()(e,"has-text-align-".concat(T),T),te()(e,"is-vertically-aligned-".concat(B),B),e));f&&void 0!==f.id&&(N=qe()(N,"coblocks-column-".concat(f.id)));var M=qe.a.apply(void 0,["wp-block-coblocks-column__inner"].concat(ce()(na(r)),[(t={"has-text-color":u.color,"has-padding":z&&"no"!==z,"has-margin":P&&"no"!==P},te()(t,"has-".concat(z,"-padding"),z&&"advanced"!==z),te()(t,"has-".concat(P,"-margin"),P&&"advanced"!==P),t)])),A=Hs(Hs({},sa(r)),{},{backgroundColor:s.color,color:u.color,paddingTop:"advanced"===z&&O?O+C:void 0,paddingRight:"advanced"===z&&k?k+C:void 0,paddingBottom:"advanced"===z&&y?y+C:void 0,paddingLeft:"advanced"===z&&j?j+C:void 0,marginTop:"advanced"===P&&_?_+S:void 0,marginRight:"advanced"===P&&w?w+S:void 0,marginBottom:"advanced"===P&&E?E+S:void 0,marginLeft:"advanced"===P&&x?x+S:void 0});return 100===parseInt(v)?Object(le.createElement)(le.Fragment,null,R,a&&Object(le.createElement)(Gs,this.props),a&&Object(le.createElement)(Fs,this.props),Object(le.createElement)("div",{className:N,style:{backgroundColor:s.color,backgroundImage:g?"url(".concat(g,")"):void 0,color:u.color}},Object(le.createElement)("div",{className:"wp-block-coblocks-column"},Object(le.createElement)("div",{className:M,style:A},va(r),Object(le.createElement)(eo.InnerBlocks,{templateLock:!1,renderAppender:!b&&eo.InnerBlocks.ButtonBlockAppender}))))):Object(le.createElement)(le.Fragment,null,R,a&&Object(le.createElement)(Gs,this.props),a&&Object(le.createElement)(Fs,this.props),Object(le.createElement)("span",{className:qe()("coblocks-resizeable-width",{"is-resizing":this.state.resizing})},a&&this.state.selectedBlockWidth>0?parseFloat(this.state.selectedBlockWidth).toFixed(1):parseFloat(v).toFixed(1),"%"),Object(le.createElement)(ae.ResizableBox,{className:qe()(l,{"is-selected-column":a,"is-resizing":this.state.resizing}),maxWidth:this.state.maxWidth,minHeight:"20",enable:{top:!1,right:!0,bottom:!1,left:!1,topRight:!1,bottomRight:!1,bottomLeft:!1,topLeft:!1},onResizeStop:function(){document.getElementById("block-"+o.props.clientId).classList.remove("is-resizing"),document.getElementById("block-"+d).classList.remove("is-resizing"),o.setState({resizing:!1})},onResize:function(e,t,n,c){var r=document.getElementById("block-"+d).getElementsByClassName("wp-block-coblocks-row__inner")[0].getBoundingClientRect(),l=(o.state.selectedWidth+c.width)/r.width*100,a=parseFloat(v)-l,s=parseFloat(p.attributes.width)+a;document.getElementById("block-"+d).classList.add("is-resizing"),document.getElementById("block-"+o.props.clientId).getElementsByClassName("wp-block-coblocks-column")[0].style.width="auto",s>10&&l>10&&(h(m,{width:parseFloat(s).toFixed(2)}),i({width:parseFloat(l).toFixed(2)}))},onResizeStart:function(){var e=document.getElementById("block-"+o.props.clientId),t=e.getBoundingClientRect();e.classList.add("is-resizing"),document.getElementById("block-"+d).classList.add("is-resizing"),o.setState({selectedWidth:t.width}),o.setState({resizing:!0})},showHandle:a},Object(le.createElement)("div",{className:N,style:{color:u.color}},Object(je.isBlobURL)(g)&&Object(le.createElement)(ae.Spinner,null),va(r),Object(le.createElement)("div",{className:M,style:A},Object(le.createElement)(eo.InnerBlocks,{templateLock:!1,renderAppender:!b&&eo.InnerBlocks.ButtonBlockAppender})))))}}]),o}(le.Component),Ys=Object(Oo.withSelect)((function(e,t){var o=t.clientId,n=e("core/block-editor"),c=n.getBlock,r=n.getBlockRootClientId,l=n.getNextBlockClientId,a=n.getPreviousBlockClientId,i=n.getBlocksByClientId,s=r(o),u=c(o),b=l(o)||a(o),d=c(b),p=i(s),m="undefined"!==p[0].innerBlocks?p[0].innerBlocks[p[0].innerBlocks.length-1].clientId:o;return{hasInnerBlocks:!(!u||!u.innerBlocks.length),parentId:s,nextBlockClient:d,nextBlockClientId:b,getBlockRootClientId:r,lastId:m,parentBlocks:p}})),Ks=Object(Oo.withDispatch)((function(e){return{updateBlockAttributes:e("core/block-editor").updateBlockAttributes}})),Xs=Object(oo.compose)([Es,Ys,Ks])(qs);function Zs(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Js(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Zs(Object(o),!0).forEach((function(t){te()(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Zs(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var $s=function(e){var t,o,n=e.attributes,c=n.coblocks,r=n.textColor,l=n.customTextColor,a=n.marginSize,i=n.paddingSize,s=n.contentAlign,u=n.verticalAlignment,b=Object(eo.getColorClassName)("color",r),d=qe()((t={},te()(t,"has-text-align-".concat(s),s),te()(t,"is-vertically-aligned-".concat(u),u),t));c&&void 0!==c.id&&(d=qe()(d,"coblocks-column-".concat(c.id)));var p=qe.a.apply(void 0,["wp-block-coblocks-column__inner"].concat(ce()(na(n)),[(o={"has-text-color":r||l},te()(o,b,b),te()(o,"has-padding",i&&"no"!==i),te()(o,"has-margin",a&&"no"!==a),te()(o,"has-".concat(i,"-padding"),i&&"advanced"!==i),te()(o,"has-".concat(a,"-margin"),a&&"advanced"!==a),o)])),m=Js(Js({},sa(n)),{},{color:b?void 0:l});return Object(le.createElement)("div",{className:d},Object(le.createElement)("div",{className:p,style:m},va(n),Object(le.createElement)(eo.InnerBlocks.Conten
55
  object-assign
56
  (c) Sindre Sorhus
57
  @license MIT