.ablocks-invisible{visibility:hidden}.ablocks-icon-wrap{display:inline-block;font-size:50px;line-height:1}.ablocks-icon-wrap svg.ablocks-svg-icon{display:block;height:1em;line-height:1;width:1em}.ablocks-icon-wrap img.ablocks-image-icon{height:auto}.ablocks-background-video{background-size:cover;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

.leaflet-control-fullscreen a {
  background:#fff url(./fullscreen.png) no-repeat 0 0;
  background-size:26px 52px;
  }
  .leaflet-touch .leaflet-control-fullscreen a {
    background-position: 2px 2px;
    }
  .leaflet-fullscreen-on .leaflet-control-fullscreen a {
    background-position:0 -26px;
    }
  .leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
    background-position: 2px -24px;
    }

/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
  width:100%!important;
  height:100%!important;
  }
.leaflet-container.leaflet-fullscreen-on {
  width:100%!important;
  height:100%!important;
  }

.leaflet-pseudo-fullscreen {
  position:fixed!important;
  width:100%!important;
  height:100%!important;
  top:0!important;
  left:0!important;
  z-index:99999;
  }

@media
  (-webkit-min-device-pixel-ratio:2),
  (min-resolution:192dpi) {
    .leaflet-control-fullscreen a {
      background-image:url(./fullscreen@2x.png);
    }
  }

.ablocks-block--container{box-sizing:border-box!important;padding:var(--ablocks-container-padding)}.ablocks-block--container.ablocks-has-block-container>.ablocks-block-container{width:100%}:not(.ablocks-block--container--is-root).ablocks-block--container{max-width:min(100%,100%);width:100%}.ablocks-is-fse-theme .is-layout-constrained .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(var(--wp--style--root--padding-left)*-1)!important;margin-right:calc(var(--wp--style--root--padding-right)*-1)!important;max-width:100vw}.ablocks-is-classic-theme .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-container-shape{left:0;margin:0 auto;overflow:hidden;pointer-events:none;position:absolute;width:100%}.ablocks-container-shape-top{top:-9px;transform:rotate(1turn)}.ablocks-container-shape-bottom{bottom:-9px;transform:rotate(180deg)}.ablocks-container-shape-fill{transform:rotateY(0deg);transform-origin:center}.ablocks-block-container>.ablocks-container-shape-bottom,.ablocks-block-container>.ablocks-container-shape-top{width:100%!important}.ablocks-container-shape-bottom>svg,.ablocks-container-shape-top>svg{width:100%}
.ablocks-block--info-box{border:1px solid #dddddf;padding:30px}.ablocks-block--info-box .ablocks-block-container{width:100%}.ablocks-block--info-box .ablocks-icon-wrap{height:fit-content;width:fit-content}.ablocks-block--info-box__content{display:flex;flex-direction:column;width:100%}.ablocks-info-box-heading,.ablocks-info-box-sub-heading,.ablocks-info-box-text{margin:0!important}.ablocks-info-box-text{margin:0;padding:0}.ablocks-info-box-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-info-box-text-sm{font-size:14px}.ablocks-info-box-text-md{font-size:16px}.ablocks-info-box-text-lg{font-size:20px}.ablocks-info-box-badge-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;position:absolute;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-badge-link--xs{border-radius:2px;font-size:10px;padding:5px 15px}.ablocks-info-box-badge-link--sm{border-radius:3px;font-size:12px;padding:8px 18px}.ablocks-info-box-badge-link--md{border-radius:4px;font-size:14px;padding:11px 21px}.ablocks-info-box-badge-link--lg{border-radius:5px;font-size:16px;padding:14px 25px}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-badge-link-text{order:10}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-badge-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-badge-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-btn-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-btn-link--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-info-box-btn-link--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-info-box-btn-link--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-info-box-btn-link--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-info-box-btn-link--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-btn-link-text{order:10}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-button-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-block--info-box__content>.ablocks-button-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-star-ratings{align-items:center;display:inline-flex;flex-wrap:wrap;width:100%}.ablocks-info-box-star-ratings-icons{display:flex;flex-wrap:wrap;width:fit-content}.ablocks-info-box-star-ratings-icons .ablocks-info-box-rating{display:inline-block;position:relative}.ablocks-info-box-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}
.ablocks-block--form-builder{background:#fff;border:2px solid gray;border-radius:5px;padding:20px}.ablocks-block--form-builder .ablocks-form-builder__fields{column-gap:8px;display:flex;flex-wrap:wrap;row-gap:16px}.ablocks-block--form-builder .block-editor-button-block-appender{height:60px;margin:10px 0}.ablocks-block--form-builder .block-list-appender{position:static}.ablocks-block--form-builder form{column-gap:8px;display:flex;row-gap:16px}.ablocks-form-builder__field .ablocks-block-error-msg{position:absolute}@media (max-width:560px){.ablocks-block--form-builder form{column-gap:0;display:flex;flex-wrap:wrap;row-gap:14px}}.ablocks-form-builder .ablocks-form-builder__fields{width:100%}.ablocks-form-builder .ablocks-form-builder__submit-button{border:none;cursor:pointer}.ablocks-form-builder .ablocks-form-builder__submit-button--default{padding:6px 14px}.ablocks-form-builder .ablocks-form-builder__submit-button--default,.ablocks-form-builder .ablocks-form-builder__submit-button--small{background:#13191b;border-radius:8px;color:#fff;font-family:Roboto;font-size:14px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;width:20%}.ablocks-form-builder .ablocks-form-builder__submit-button--small{padding:8px 16px}.ablocks-form-builder .ablocks-form-builder__submit-button--medium{background:#13191b;border-radius:8px;color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:12px 24px;width:30%}.ablocks-form-builder .ablocks-form-builder__submit-button--large{background:#13191b;border-radius:8px;color:#fff;font-family:Roboto;font-size:18px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:16px 32px;width:50%}.ablocks-form-builder .ablocks-form-builder__submit-button--extra-large{background:#13191b;border-radius:8px;color:#fff;font-family:Roboto;font-size:20px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:18px 36px;width:60%}.ablocks-form-builder .ablocks-form-builder__submit-button--full-width{background:#13191b;border-radius:8px;color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:14px 28px;width:100%}.ablocks-form-builder__label{color:#0f0e16;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.ablocks-form-builder input.ablocks-form-builder__input{box-sizing:border-box;color:#0f0e16;height:49px;width:100%}.ablocks-form-builder input.ablocks-form-builder__input::placeholder{color:#a7aaad;font-family:Roboto;font-style:normal;font-weight:400;line-height:150%}input.ablocks-form-builder__input:focus{box-shadow:none;outline:none}.ablocks-feedback-messag .error-msg{color:#f70404}.ablocks-feedback-messag .success-msg{color:#0eff0e}.ablocks-form-builder button[type=submit].loading{pointer-events:none;position:relative}.ablocks-form-builder button[type=submit].loading:after{animation:spin 1s linear infinite;border:3px solid #fff;border-radius:50%;border-top-color:transparent;content:"";height:20px;left:50%;position:absolute;top:40%;transform:translate(-50%,-50%);width:20px}.ablocks-form-builder-toobar-button--active{color:#fff}.ablocks-form-builder-toobar-button--active:before{background-color:#007cba;border:1px solid #000}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations>li{height:170px}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations{margin:70px 0 0}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations span{font-size:13px;font-weight:700;margin-top:50px}.ablocks-block--form-builder__navigator{font-size:16px;padding-left:24px;padding-top:20px}.ablocks-block--form-builder__navigator a{text-decoration:none}.ablocks-block--form-builder__navigator .ablocks-block--form-builder__navigator-redirect-page a{padding:5px}.ablocks-block--form-builder__feedback-message{border-radius:5px;font-size:16px;margin-top:10px;padding:20px 10px;text-align:center}.ablocks-block--form-builder__arrow-icon{padding-right:5px;width:14px;fill:gray}.ablocks-block--form-builder__feedback-message p{margin:0;padding:0}
.ablocks-form-builder-input{width:100%}.ablocks-form-builder__label{display:block;text-transform:capitalize}.ablocks-form-builder__label--required:after{color:red;content:"*"}.ablocks-form-builder__field .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400}.ablocks-form-builder__field.error-msg .ablocks-form-builder-input{border-color:red}.ablocks-form-builder__field .ablocks-block-error-msg{visibility:hidden}.ablocks-form-builder__field.error-msg .ablocks-block-error-msg{color:#dc2626;font-size:12px;font-weight:500;visibility:visible}.ablocks-form-builder__input-icon{font-size:18px;left:10px;position:absolute;transform:translateY(-50%)}input.ablocks-form-builder__input{box-sizing:border-box;padding:10px 16px;width:100%}.ablocks-form-builder__input-toggle--hide-password,.ablocks-form-builder__input-toggle--show-password{background:transparent;border:none;color:#007cba;cursor:pointer;font-size:14px;opacity:0;padding:0;position:absolute;right:10px;transform:translateY(-50%);transition:color .3s;visibility:hidden}.ablocks-form-builder__input-toggle--hide-password--active,.ablocks-form-builder__input-toggle--show-password--active{opacity:1;visibility:visible}input.ablocks-form-builder__input::placeholder{opacity:.8}.components-popover__content>.components-accessible-toolbar>.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-toolbar-group>.components-button:hover{color:var(--ablocks-primary-color)}
.ablocks-block--form-builder .wp-block-ablocks-form-textarea{width:100%}.ablocks-form-builder__field{box-sizing:border-box;width:100%}.ablocks-form-builder__field.error-msg .ablocks-form-builder__field__text{border-color:red}.ablocks-form-builder__field .ablocks-block-error-msg{visibility:hidden}.ablocks-form-builder__field.error-msg .ablocks-block-error-msg{color:#dc2626;font-size:12px;font-weight:500;visibility:visible}.ablocks-form-builder-textarea .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-bottom:2px;margin-top:-14px}.ablocks-form-builder__field__label{display:block;text-transform:capitalize}.ablocks-form-builder__label--required:after{color:red;content:"*"}.ablocks-form-builder__field__text{display:flex}textarea.ablocks-form-builder__field__text{border:1px solid rgba(0,0,0,.493);border-radius:3px;box-sizing:border-box;outline:none;padding:12px;resize:vertical;width:100%}.ablocks-form-builder__field__text textarea::placeholder{opacity:.8}.ablocks-form-builder__field__text textarea:focus{border:none;outline:none}
.ablocks-block--map .leaflet-popup-content h6{margin-bottom:10px;margin-top:0}.ablocks-block--map .leaflet-popup-content p{margin-bottom:0;margin-top:0}.ablocks-block--map{width:100%!important}
.ablocks-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-image-figure{display:flex;flex-direction:column;height:auto;margin:0;max-width:100%;position:relative;width:fit-content;width:-moz-fit-content}.ablocks-image-figure img{height:100%;max-width:100%}.ablocks-image-figure .components-resizable-box__container{max-width:100%!important}.ablocks-alt-text-control{display:flex;flex-direction:column;width:100%}.ablocks-alt-text-control__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.ablocks-alt-text-control__clear{cursor:pointer}.ablocks-alt-text-control .components-base-control .components-base-control__field,.ablocks-alt-text-control .components-base-control{width:100%}.ablocks-image--effect{transition:all .3s ease}.ablocks-image--effect-zoomin{transform:scale(1)}.ablocks-image--effect-zoomin:hover{transform:scale(1.1)}.ablocks-image--effect-grayscale:hover{filter:grayscale(100%)}.ablocks-image--effect-blur:hover{filter:blur(3px)}.ablocks-image--effect-slide{transform:translate3d(-20px,0,0)}.ablocks-image--effect-slide:hover{transform:translateZ(0)}.ablocks-image-caption{margin-top:.5em}
.ablocks-block--accordion{padding:10px 15px 60px;position:relative}.ablocks-block--accordion .ablocks-block-accordion-appender-button{align-items:center;background-color:#13191b;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:5px;padding:12px 10px}.ablocks-block--accordion .ablocks-block-accordion-appender-button .ablocks-icon--plus{font-weight:600}.ablocks-block--accordion .ablocks-block-accordion-appender-button .ablocks-icon--plus:before{color:#fff!important}.ablocks-block--accordion .block-list-appender{bottom:-50px;left:12px!important;right:auto!important}.ablocks-block--single-accordion .block-list-appender{bottom:15px;left:12px!important;right:auto!important}.ablocks-block--single-accordion{overflow:hidden}.ablocks-block--single-accordion__heading{align-items:center;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:15px}.ablocks-block--single-accordion__heading-rightSide{align-items:center;display:flex;width:90%}.ablocks-block--single-accordion__heading-rightSide .ablocks-block-accordion-title{margin:0 0 0 10px}.ablocks-block--single-accordion__heading .ablocks-single-accordion-right-side-icon{margin-right:10px}.ablocks-block--accordion .ablocks-block--single-accordion .block-list-appender{position:relative}.ablocks-block--accordion .ablocks-block--single-accordion svg.ablocks-svg-icon{height:1em;width:1em}.ablocks-block--single-accordion .ablocks-block--single-accordion__body{height:0;overflow:hidden}.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__body{height:auto}.ablocks-block--single-accordion__body-content{background-color:#f9f9f9;box-sizing:border-box;overflow:hidden;padding:20px;position:relative}.ablocks-block--single-accordion__body-content .block-editor-default-block-appender .block-editor-inserter{line-height:0;position:absolute;right:12px;top:10px}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading-collapse-icon-open{display:none}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading-collapse-icon-off,.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading-collapse-icon-open{display:block}.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading-collapse-icon-off{display:none}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading{outline-style:none!important}.ablocks-block--single-accordion p{margin-bottom:0!important}

.ablocks-paragraph-text{margin:0;padding:0}.ablocks-paragraph-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-paragraph-text-sm{font-size:14px}.ablocks-paragraph-text-md{font-size:16px}.ablocks-paragraph-text-lg{font-size:20px}
.ablocks-block-a583f6fd-1b10-4a0f-88f1-4bf933e4c805 { margin-top:-19px;padding-top:100px;padding-bottom:100px;background-image:url("https://webdaddy.shop/wp-content/uploads/2025/05/frame_18-scaled-1.webp");background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a583f6fd-1b10-4a0f-88f1-4bf933e4c805 { padding-top:80px;padding-bottom:80px; } } .ablocks-block-a583f6fd-1b10-4a0f-88f1-4bf933e4c805.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a583f6fd-1b10-4a0f-88f1-4bf933e4c805.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } .ablocks-block-a583f6fd-1b10-4a0f-88f1-4bf933e4c805 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-a583f6fd-1b10-4a0f-88f1-4bf933e4c805 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;row-gap:20px;column-gap:20px; } .ablocks-block-a583f6fd-1b10-4a0f-88f1-4bf933e4c805.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;row-gap:20px;column-gap:20px; } .ablocks-block-a583f6fd-1b10-4a0f-88f1-4bf933e4c805 .ablocks-container-shape-top > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-a583f6fd-1b10-4a0f-88f1-4bf933e4c805 .ablocks-container-shape-bottom > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-a583f6fd-1b10-4a0f-88f1-4bf933e4c805 .ablocks-container-shape-top { z-index:0;position:absolute; } .ablocks-block-a583f6fd-1b10-4a0f-88f1-4bf933e4c805 .ablocks-container-shape-bottom { z-index:0;position:absolute; } 
.ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4:not(.ablocks-has-block-container), .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-block--info-box__content { gap:12px;align-items:center; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-info-box-badge-link { transition-duration:s;top:0;right:0;bottom:auto;left:auto;color:#13191B;background:#DDDDDF;font-family:Roboto;font-size:12px; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 > .ablocks-block-container > a .ablocks-icon-wrap { background:;font-size:55px; } @media screen and (max-width: 800px) { .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:px; } } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } @media screen and (max-width: 800px) { .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon { width:px; } } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter;font-weight:600;font-style:normal;font-size:40px;line-height:150%;letter-spacing:-1.2px;color:#FFF; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Inter;font-weight:500;font-style:normal;font-size:18px;line-height:150%;letter-spacing:-0.36px;color:#EAEAEA; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;font-family:Roboto;font-size:16px;color:#595959; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-info-box-star-ratings { justify-content:center; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { background:;font-size:55px; } @media screen and (max-width: 800px) { .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:px; } } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#e99516; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } @media screen and (max-width: 800px) { .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { justify-content:; } } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-info-box-btn-link > .ablocks-icon-wrap { background:;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:px; } } .ablocks-block-1ba05a4c-8ace-454d-8b99-b8dd0d4e05f4 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c { margin-top:0px;padding-top:100px;padding-bottom:100px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c { padding-top:60px;padding-bottom:60px; } } .ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;row-gap:48px;column-gap:20px; } .ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;row-gap:48px;column-gap:20px; } .ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c .ablocks-container-shape-top > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c .ablocks-container-shape-bottom > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c .ablocks-container-shape-top { z-index:0;position:absolute; } .ablocks-block-550299f1-e38d-4b80-9653-1566a57ccf8c .ablocks-container-shape-bottom { z-index:0;position:absolute; } 
.ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 { padding:0px;border-style:none;width:50%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 { width:80%; } } @media screen and (max-width: 480px) { .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 { width:100%; } } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410:not(.ablocks-has-block-container), .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content { gap:16px;align-items:center; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-info-box-badge-link { transition-duration:s;top:0;right:0;bottom:auto;left:auto;color:#13191B;background:#DDDDDF;font-family:Roboto;font-size:12px; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 > .ablocks-block-container > a .ablocks-icon-wrap { background:;font-size:55px; } @media screen and (max-width: 800px) { .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:px; } } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } @media screen and (max-width: 800px) { .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon { width:px; } } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter;font-weight:500;font-style:normal;font-size:40px;line-height:150%;letter-spacing:-1.2px;color:#000; } @media screen and (max-width: 480px) { .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:30px; } } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Inter;font-style:normal;font-size:18px;line-height:160%;letter-spacing:-0.36px;color:#555; } @media screen and (max-width: 480px) { .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:14px; } } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;font-family:Roboto;font-size:16px;color:#595959; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-info-box-star-ratings { justify-content:center; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { background:;font-size:55px; } @media screen and (max-width: 800px) { .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:px; } } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#e99516; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#F5F5F5;justify-content:center;color:#3B3B3B;border-width:1px;border-style:solid;border-color:#EAEAEA;border-radius:8px;font-family:Inter;font-weight:500;font-style:normal;font-size:20px;line-height:150%;letter-spacing:-0.4px;padding-top:6px;padding-right:13px;padding-bottom:6px;padding-left:13px; } @media screen and (max-width: 800px) { .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { justify-content:; } } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover { color:#ffffff;background:#725ff8; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-info-box-btn-link > .ablocks-icon-wrap { background:;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:px; } } .ablocks-block-221c8ccd-6573-4ccc-b455-8564e2d22410 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36 { display:flex;flex-direction:row;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36 { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36 { flex-direction:column;row-gap:20px; } } .ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;column-gap:40px; } @media screen and (max-width: 800px) { .ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36 { display:inline-flex; } .ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36 .ablocks-container-shape-top > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36 .ablocks-container-shape-bottom > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36 .ablocks-container-shape-top { z-index:0;position:absolute; } .ablocks-block-b0a35afb-7595-4f6a-80cd-66a8adbecc36 .ablocks-container-shape-bottom { z-index:0;position:absolute; } 
.ablocks-block-dc13bd65-4066-42d9-b232-153314d32c6d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dc13bd65-4066-42d9-b232-153314d32c6d.ablocks-block--container { padding:0px;max-width:min(100%,40%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-dc13bd65-4066-42d9-b232-153314d32c6d.ablocks-block--container { max-width:min(100%,50%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-dc13bd65-4066-42d9-b232-153314d32c6d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-dc13bd65-4066-42d9-b232-153314d32c6d { display:flex;flex-direction:column; } .ablocks-block-dc13bd65-4066-42d9-b232-153314d32c6d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column; } .ablocks-block-dc13bd65-4066-42d9-b232-153314d32c6d .ablocks-container-shape-top > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-dc13bd65-4066-42d9-b232-153314d32c6d .ablocks-container-shape-bottom > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-dc13bd65-4066-42d9-b232-153314d32c6d .ablocks-container-shape-top { z-index:0;position:absolute; } .ablocks-block-dc13bd65-4066-42d9-b232-153314d32c6d .ablocks-container-shape-bottom { z-index:0;position:absolute; } 
.ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } @media screen and (max-width: 800px) { .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder { flex-direction:; } } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder__label { font-family:Inter;font-style:normal;font-size:14px;line-height:150%;letter-spacing:-0.12px;text-align:left;margin-bottom:10px !important;color:#3B3B3B; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;margin-top:10px; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder__input { border:1px solid #A7AAAD;border-radius:5px;text-align:left;font-family:Inter;font-style:normal;font-size:16px;line-height:150%;letter-spacing:-0.32px;background-color:white;box-sizing:border-box; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder__input:hover { border:1px solid #A7AAAD;border-radius:5px; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder__input:focus { border:1px solid #A7AAAD;border-radius:5px; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder__input::placeholder { font-family:Inter;font-style:normal;font-size:16px;line-height:150%;letter-spacing:-0.32px;text-align:left;color:#9D9D9D!important; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder__input-icon,.ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder__input-toggle-password { top:60%; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder__submit-button { text-align:center; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder__submit-button { border-radius:8px;font-family:Inter;font-weight:500;font-style:normal;font-size:16px;line-height:150%;letter-spacing:-0.32px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;color:#FFF;background-color:#704FE6; } @media screen and (max-width: 800px) { .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder__submit-button { padding-right:12px;padding-left:12px; } } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-form-builder__submit-button:hover { color:#ffffff;background-color:#5123f3; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-block--form-builder__navigator { text-align:left;color:#74777C; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-block--form-builder__success { background:#00935B;color:#fffff; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-block--form-builder__error { background:#D03739;color:#ffffff; } .ablocks-block-ba10205b-6da8-4532-aa1c-3614d2f271aa .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-485c53a6-2251-40be-bc7d-1de744efe892 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-485c53a6-2251-40be-bc7d-1de744efe892.ablocks-block--form-input { display:inline-block;box-sizing:border-box;padding:0px 2px;width:99%; } .ablocks-block-485c53a6-2251-40be-bc7d-1de744efe892 .ablocks-icon-wrap { font-size:28px;fill:#69727d; } .ablocks-block-485c53a6-2251-40be-bc7d-1de744efe892 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-3d06c960-7379-4e40-80ea-8ab582be0713 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3d06c960-7379-4e40-80ea-8ab582be0713.ablocks-block--form-input { display:inline-block;box-sizing:border-box;padding:0px 2px;width:99%; } .ablocks-block-3d06c960-7379-4e40-80ea-8ab582be0713 .ablocks-icon-wrap { font-size:28px;fill:#69727d; } .ablocks-block-3d06c960-7379-4e40-80ea-8ab582be0713 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-2da486c5-66f1-4308-8d03-fc2904dfe361 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2da486c5-66f1-4308-8d03-fc2904dfe361.ablocks-block--form-textarea { display:inline-block;box-sizing:border-box;padding:0px 2px;width:99%; } 
.ablocks-block-46647c8b-ea21-424d-9186-454deae805ab { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46647c8b-ea21-424d-9186-454deae805ab.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-46647c8b-ea21-424d-9186-454deae805ab { display:flex;flex-direction:column;row-gap:24px; } .ablocks-block-46647c8b-ea21-424d-9186-454deae805ab.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;row-gap:24px; } .ablocks-block-46647c8b-ea21-424d-9186-454deae805ab .ablocks-container-shape-top > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-46647c8b-ea21-424d-9186-454deae805ab .ablocks-container-shape-bottom > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-46647c8b-ea21-424d-9186-454deae805ab .ablocks-container-shape-top { z-index:0;position:absolute; } .ablocks-block-46647c8b-ea21-424d-9186-454deae805ab .ablocks-container-shape-bottom { z-index:0;position:absolute; } 
.ablocks-block-0b518804-1626-4ea5-8aaf-1b5828a4285d { padding:16px;background:#F5F5F5;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b518804-1626-4ea5-8aaf-1b5828a4285d.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0b518804-1626-4ea5-8aaf-1b5828a4285d { display:flex;flex-direction:column; } .ablocks-block-0b518804-1626-4ea5-8aaf-1b5828a4285d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column; } .ablocks-block-0b518804-1626-4ea5-8aaf-1b5828a4285d .ablocks-container-shape-top > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-0b518804-1626-4ea5-8aaf-1b5828a4285d .ablocks-container-shape-bottom > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-0b518804-1626-4ea5-8aaf-1b5828a4285d .ablocks-container-shape-top { z-index:0;position:absolute; } .ablocks-block-0b518804-1626-4ea5-8aaf-1b5828a4285d .ablocks-container-shape-bottom { z-index:0;position:absolute; } 
.ablocks-block-82eb8a43-9133-445d-b1f9-a77dd2de3154 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82eb8a43-9133-445d-b1f9-a77dd2de3154 .ablocks-map-block { width:100%;height:400px; } 
.ablocks-block-c411ce73-3b95-484b-8450-b1b88b4f3a2d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c411ce73-3b95-484b-8450-b1b88b4f3a2d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c411ce73-3b95-484b-8450-b1b88b4f3a2d { display:flex;flex-direction:row;column-gap:12px; } @media screen and (max-width: 800px) { .ablocks-block-c411ce73-3b95-484b-8450-b1b88b4f3a2d { flex-direction:column;row-gap:12px; } } .ablocks-block-c411ce73-3b95-484b-8450-b1b88b4f3a2d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;column-gap:12px; } @media screen and (max-width: 800px) { .ablocks-block-c411ce73-3b95-484b-8450-b1b88b4f3a2d.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:12px; } } .ablocks-block-c411ce73-3b95-484b-8450-b1b88b4f3a2d { display:inline-flex; } .ablocks-block-c411ce73-3b95-484b-8450-b1b88b4f3a2d .ablocks-container-shape-top > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-c411ce73-3b95-484b-8450-b1b88b4f3a2d .ablocks-container-shape-bottom > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-c411ce73-3b95-484b-8450-b1b88b4f3a2d .ablocks-container-shape-top { z-index:0;position:absolute; } .ablocks-block-c411ce73-3b95-484b-8450-b1b88b4f3a2d .ablocks-container-shape-bottom { z-index:0;position:absolute; } 
.ablocks-block-3df9157e-47a3-4c51-9975-6c4de6bc40f0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3df9157e-47a3-4c51-9975-6c4de6bc40f0 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-3df9157e-47a3-4c51-9975-6c4de6bc40f0 { text-align:; } } .ablocks-block-3df9157e-47a3-4c51-9975-6c4de6bc40f0 .ablocks-button { column-gap:8px;background:#F5F5F5;justify-content:left;color:#3B3B3B;border-radius:6px;font-family:Inter;font-weight:500;font-style:normal;font-size:12px;line-height:150%;letter-spacing:-0.24px;padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px; } @media screen and (max-width: 800px) { .ablocks-block-3df9157e-47a3-4c51-9975-6c4de6bc40f0 .ablocks-button { justify-content:; } } .ablocks-block-3df9157e-47a3-4c51-9975-6c4de6bc40f0 .ablocks-button:hover { transition-duration:s; } .ablocks-block-3df9157e-47a3-4c51-9975-6c4de6bc40f0 .ablocks-icon-wrap { background:;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-3df9157e-47a3-4c51-9975-6c4de6bc40f0 .ablocks-icon-wrap { font-size:px; } } .ablocks-block-3df9157e-47a3-4c51-9975-6c4de6bc40f0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } @media screen and (max-width: 800px) { .ablocks-block-3df9157e-47a3-4c51-9975-6c4de6bc40f0 .ablocks-icon-wrap img.ablocks-image-icon { width:px; } } .ablocks-block-3df9157e-47a3-4c51-9975-6c4de6bc40f0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-17cdf2d8-db47-49a5-b965-0203bca24e4c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17cdf2d8-db47-49a5-b965-0203bca24e4c { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-17cdf2d8-db47-49a5-b965-0203bca24e4c { text-align:; } } .ablocks-block-17cdf2d8-db47-49a5-b965-0203bca24e4c .ablocks-button { column-gap:8px;background:#F5F5F5;justify-content:left;color:#3B3B3B;border-radius:6px;font-family:Inter;font-weight:500;font-style:normal;font-size:12px;line-height:150%;letter-spacing:-0.24px;padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px; } @media screen and (max-width: 800px) { .ablocks-block-17cdf2d8-db47-49a5-b965-0203bca24e4c .ablocks-button { justify-content:; } } .ablocks-block-17cdf2d8-db47-49a5-b965-0203bca24e4c .ablocks-button:hover { transition-duration:s; } .ablocks-block-17cdf2d8-db47-49a5-b965-0203bca24e4c .ablocks-icon-wrap { background:;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-17cdf2d8-db47-49a5-b965-0203bca24e4c .ablocks-icon-wrap { font-size:px; } } .ablocks-block-17cdf2d8-db47-49a5-b965-0203bca24e4c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } @media screen and (max-width: 800px) { .ablocks-block-17cdf2d8-db47-49a5-b965-0203bca24e4c .ablocks-icon-wrap img.ablocks-image-icon { width:px; } } .ablocks-block-17cdf2d8-db47-49a5-b965-0203bca24e4c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ce8e76de-5273-4ec9-bd8c-266e24f64792 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ce8e76de-5273-4ec9-bd8c-266e24f64792 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-ce8e76de-5273-4ec9-bd8c-266e24f64792 { text-align:; } } .ablocks-block-ce8e76de-5273-4ec9-bd8c-266e24f64792 .ablocks-button { column-gap:8px;background:#F5F5F5;justify-content:left;color:#3B3B3B;border-radius:6px;font-family:Inter;font-weight:500;font-style:normal;font-size:12px;line-height:150%;letter-spacing:-0.24px;padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px; } @media screen and (max-width: 800px) { .ablocks-block-ce8e76de-5273-4ec9-bd8c-266e24f64792 .ablocks-button { justify-content:; } } .ablocks-block-ce8e76de-5273-4ec9-bd8c-266e24f64792 .ablocks-button:hover { transition-duration:s; } .ablocks-block-ce8e76de-5273-4ec9-bd8c-266e24f64792 .ablocks-icon-wrap { background:;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-ce8e76de-5273-4ec9-bd8c-266e24f64792 .ablocks-icon-wrap { font-size:px; } } .ablocks-block-ce8e76de-5273-4ec9-bd8c-266e24f64792 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } @media screen and (max-width: 800px) { .ablocks-block-ce8e76de-5273-4ec9-bd8c-266e24f64792 .ablocks-icon-wrap img.ablocks-image-icon { width:px; } } .ablocks-block-ce8e76de-5273-4ec9-bd8c-266e24f64792 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda { margin-top:0px;padding-top:60px;padding-bottom:110px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda { padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda { padding-bottom:60px; } } .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda.ablocks-block--container { padding-top:60px;padding-bottom:110px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda.ablocks-block--container { padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda.ablocks-block--container { padding-bottom:60px; } } .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda > .ablocks-block-container { display:flex;flex-direction:column;row-gap:24px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda > .ablocks-block-container { row-gap:20px; } } .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;row-gap:24px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda .ablocks-container-shape-top > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda .ablocks-container-shape-bottom > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda .ablocks-container-shape-top { z-index:0;position:absolute; } .ablocks-block-6e4e0764-1565-4d0f-87eb-2806bed24dda .ablocks-container-shape-bottom { z-index:0;position:absolute; } 
.ablocks-block-2f8cb2bf-c3f3-4dcf-8dca-3c5b7685d485 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f8cb2bf-c3f3-4dcf-8dca-3c5b7685d485 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-2f8cb2bf-c3f3-4dcf-8dca-3c5b7685d485 { text-align:; } } .ablocks-block-2f8cb2bf-c3f3-4dcf-8dca-3c5b7685d485 .ablocks-button { column-gap:10px;background:#F5F5F5;justify-content:left;color:#3B3B3B;border-width:1px;border-style:solid;border-color:#EAEAEA;border-radius:8px;font-family:Inter;font-weight:500;font-style:normal;font-size:20px;line-height:150%;letter-spacing:-0.4px;padding-top:6px;padding-right:13px;padding-bottom:6px;padding-left:13px; } @media screen and (max-width: 800px) { .ablocks-block-2f8cb2bf-c3f3-4dcf-8dca-3c5b7685d485 .ablocks-button { justify-content:; } } .ablocks-block-2f8cb2bf-c3f3-4dcf-8dca-3c5b7685d485 .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#7694fc; } .ablocks-block-2f8cb2bf-c3f3-4dcf-8dca-3c5b7685d485 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-2f8cb2bf-c3f3-4dcf-8dca-3c5b7685d485 .ablocks-icon-wrap { background:;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-2f8cb2bf-c3f3-4dcf-8dca-3c5b7685d485 .ablocks-icon-wrap { font-size:px; } } .ablocks-block-2f8cb2bf-c3f3-4dcf-8dca-3c5b7685d485 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } @media screen and (max-width: 800px) { .ablocks-block-2f8cb2bf-c3f3-4dcf-8dca-3c5b7685d485 .ablocks-icon-wrap img.ablocks-image-icon { width:px; } } .ablocks-block-2f8cb2bf-c3f3-4dcf-8dca-3c5b7685d485 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-8e878924-208d-4135-84bb-080013a6d998 { padding:0px;border-style:none;width:50%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 { width:70%; } } @media screen and (max-width: 480px) { .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 { width:100%; } } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998:not(.ablocks-has-block-container), .ablocks-block-8e878924-208d-4135-84bb-080013a6d998.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content { gap:12px;align-items:flex-start; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-info-box-badge-link { transition-duration:s;top:0;right:0;bottom:auto;left:auto;color:#13191B;background:#DDDDDF;font-family:Roboto;font-size:12px; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8e878924-208d-4135-84bb-080013a6d998:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 > .ablocks-block-container > a .ablocks-icon-wrap { background:;font-size:55px; } @media screen and (max-width: 800px) { .ablocks-block-8e878924-208d-4135-84bb-080013a6d998:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8e878924-208d-4135-84bb-080013a6d998:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:px; } } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } @media screen and (max-width: 800px) { .ablocks-block-8e878924-208d-4135-84bb-080013a6d998:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon { width:px; } } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8e878924-208d-4135-84bb-080013a6d998.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8e878924-208d-4135-84bb-080013a6d998:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8e878924-208d-4135-84bb-080013a6d998.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter;font-weight:500;font-style:normal;font-size:40px;line-height:150%;letter-spacing:-1.2px;color:#000; } @media screen and (max-width: 480px) { .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:30px; } } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter;font-style:normal;font-size:18px;line-height:160%;letter-spacing:-0.36px;color:#555; } @media screen and (max-width: 480px) { .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:16px; } } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;font-family:Roboto;font-size:16px;color:#595959; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-info-box-star-ratings { justify-content:flex-start; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { background:;font-size:55px; } @media screen and (max-width: 800px) { .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:px; } } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#e99516; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } @media screen and (max-width: 800px) { .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { justify-content:; } } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-info-box-btn-link > .ablocks-icon-wrap { background:;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:px; } } .ablocks-block-8e878924-208d-4135-84bb-080013a6d998 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef { margin-top:24px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef { margin-top:10px; } } .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef { display:flex;flex-direction:row;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef { flex-direction:column;row-gap:24px; } } .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef.ablocks-has-block-container > .ablocks-block-container { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef { display:inline-flex; } .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef .ablocks-container-shape-top > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef .ablocks-container-shape-bottom > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef .ablocks-container-shape-top { z-index:0;position:absolute; } .ablocks-block-39867431-97bd-4ff6-9d07-97c2297478ef .ablocks-container-shape-bottom { z-index:0;position:absolute; } 
.ablocks-block-f92b51c0-ecc8-4fdb-8196-9d01ae122df2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f92b51c0-ecc8-4fdb-8196-9d01ae122df2.ablocks-block--container { padding:0px;max-width:min(100%,40%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f92b51c0-ecc8-4fdb-8196-9d01ae122df2.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-f92b51c0-ecc8-4fdb-8196-9d01ae122df2 { display:flex;flex-direction:column; } .ablocks-block-f92b51c0-ecc8-4fdb-8196-9d01ae122df2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column; } .ablocks-block-f92b51c0-ecc8-4fdb-8196-9d01ae122df2 .ablocks-container-shape-top > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-f92b51c0-ecc8-4fdb-8196-9d01ae122df2 .ablocks-container-shape-bottom > svg { height:100px;width:100%;fill:#61CE70;transform:translateX(0%); } .ablocks-block-f92b51c0-ecc8-4fdb-8196-9d01ae122df2 .ablocks-container-shape-top { z-index:0;position:absolute; } .ablocks-block-f92b51c0-ecc8-4fdb-8196-9d01ae122df2 .ablocks-container-shape-bottom { z-index:0;position:absolute; } 
.ablocks-block-6fbe675c-36aa-4841-8c6c-5a26e283bc37 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6fbe675c-36aa-4841-8c6c-5a26e283bc37 { display:flex;justify-content:center; } .ablocks-block-6fbe675c-36aa-4841-8c6c-5a26e283bc37 .ablocks-image-figure img { width:px;height:auto;opacity:1; } .ablocks-block-6fbe675c-36aa-4841-8c6c-5a26e283bc37 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s;opacity:; } .ablocks-block-6fbe675c-36aa-4841-8c6c-5a26e283bc37 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ac4fbc83-822c-4e88-93d1-ddd7e8441cb2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ac4fbc83-822c-4e88-93d1-ddd7e8441cb2 .ablocks-block--single-accordion { margin-bottom:10px;border-width:0px 0px 0px 0px;border-radius:6px; } .ablocks-block-ac4fbc83-822c-4e88-93d1-ddd7e8441cb2 .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { margin-left:10px;color:#000;font-family:Inter;font-weight:500;font-style:normal;font-size:20px;line-height:150%;letter-spacing:-0.4px; } @media screen and (max-width: 800px) { .ablocks-block-ac4fbc83-822c-4e88-93d1-ddd7e8441cb2 .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { font-size:18px; } } @media screen and (max-width: 480px) { .ablocks-block-ac4fbc83-822c-4e88-93d1-ddd7e8441cb2 .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { font-size:15px;line-height:23px; } } .ablocks-block-ac4fbc83-822c-4e88-93d1-ddd7e8441cb2 .ablocks-block--single-accordion__heading { background:#ffffff;border-width:0px 0px 1px 0px;border-style:solid;border-color:#eaeaea;border-radius:0px; } @media screen and (max-width: 480px) { .ablocks-block-ac4fbc83-822c-4e88-93d1-ddd7e8441cb2 .ablocks-block--single-accordion__heading { padding-left:2px; } } .ablocks-block-ac4fbc83-822c-4e88-93d1-ddd7e8441cb2 .ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading { background:#F5F5F5; } .ablocks-block-ac4fbc83-822c-4e88-93d1-ddd7e8441cb2 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:#000000;font-size:24px; } .ablocks-block-ac4fbc83-822c-4e88-93d1-ddd7e8441cb2 .ablocks-block--single-accordion__body-content { background:#F5F5F5; } 
.ablocks-block-b2c466dd-55d3-45fb-a198-d7b39c349363 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b2c466dd-55d3-45fb-a198-d7b39c349363.ablocks-block--single-accordion { margin-bottom:px; } .ablocks-block-b2c466dd-55d3-45fb-a198-d7b39c349363 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { font-size:px; } 
.ablocks-block-d6f3caf5-a9a8-4275-909c-dda923470e3c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6f3caf5-a9a8-4275-909c-dda923470e3c { text-align:left; } .ablocks-block-d6f3caf5-a9a8-4275-909c-dda923470e3c .ablocks-paragraph-text { font-family:Inter;font-style:normal;font-size:18px;line-height:160%;letter-spacing:-0.36px;color:#3B3B3B; } .ablocks-block-d6f3caf5-a9a8-4275-909c-dda923470e3c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b5389cc9-bf2a-49d0-8f1a-b13dfbef188d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5389cc9-bf2a-49d0-8f1a-b13dfbef188d.ablocks-block--single-accordion { margin-bottom:px; } .ablocks-block-b5389cc9-bf2a-49d0-8f1a-b13dfbef188d .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { font-size:px; } 
.ablocks-block-ccf25092-a7e4-49dc-80fd-7719c6417777 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ccf25092-a7e4-49dc-80fd-7719c6417777 { text-align:left; } .ablocks-block-ccf25092-a7e4-49dc-80fd-7719c6417777 .ablocks-paragraph-text { font-family:Inter;font-style:normal;font-size:18px;line-height:160%;letter-spacing:-0.36px;color:#3B3B3B; } .ablocks-block-ccf25092-a7e4-49dc-80fd-7719c6417777 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-74182e3d-3dc6-4b37-b115-375cfa16d93b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-74182e3d-3dc6-4b37-b115-375cfa16d93b.ablocks-block--single-accordion { margin-bottom:px; } .ablocks-block-74182e3d-3dc6-4b37-b115-375cfa16d93b .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { font-size:px; } 
.ablocks-block-38baf633-728a-433b-a082-9ee5a77ad719 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-38baf633-728a-433b-a082-9ee5a77ad719 { text-align:left; } .ablocks-block-38baf633-728a-433b-a082-9ee5a77ad719 .ablocks-paragraph-text { font-family:Inter;font-style:normal;font-size:18px;line-height:160%;letter-spacing:-0.36px;color:#3B3B3B; } .ablocks-block-38baf633-728a-433b-a082-9ee5a77ad719 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-75cd6444-fb44-4c55-a6e8-86415baad051 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-75cd6444-fb44-4c55-a6e8-86415baad051.ablocks-block--single-accordion { margin-bottom:px; } .ablocks-block-75cd6444-fb44-4c55-a6e8-86415baad051 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { font-size:px; } 
.ablocks-block-c89f88e7-eca6-486f-8595-7c02ce9effec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c89f88e7-eca6-486f-8595-7c02ce9effec { text-align:left; } .ablocks-block-c89f88e7-eca6-486f-8595-7c02ce9effec .ablocks-paragraph-text { font-family:Inter;font-style:normal;font-size:18px;line-height:160%;letter-spacing:-0.36px;color:#3B3B3B; } .ablocks-block-c89f88e7-eca6-486f-8595-7c02ce9effec .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b11421a0-f7b3-4748-bcaf-0594b8c14c07 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b11421a0-f7b3-4748-bcaf-0594b8c14c07.ablocks-block--single-accordion { margin-bottom:px; } .ablocks-block-b11421a0-f7b3-4748-bcaf-0594b8c14c07 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { font-size:px; } 
.ablocks-block-d488f282-6d61-490f-893c-f398c604e001 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d488f282-6d61-490f-893c-f398c604e001 { text-align:left; } .ablocks-block-d488f282-6d61-490f-893c-f398c604e001 .ablocks-paragraph-text { font-family:Inter;font-style:normal;font-size:18px;line-height:160%;letter-spacing:-0.36px;color:#3B3B3B; } .ablocks-block-d488f282-6d61-490f-893c-f398c604e001 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5caa0f1f-4d70-4d41-93b4-f867973cbe9c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5caa0f1f-4d70-4d41-93b4-f867973cbe9c.ablocks-block--single-accordion { margin-bottom:px; } .ablocks-block-5caa0f1f-4d70-4d41-93b4-f867973cbe9c .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { font-size:px; } 
.ablocks-block-9b5206ab-91e4-404e-84aa-12e051a0bfc5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b5206ab-91e4-404e-84aa-12e051a0bfc5 { text-align:left; } .ablocks-block-9b5206ab-91e4-404e-84aa-12e051a0bfc5 .ablocks-paragraph-text { font-family:Inter;font-style:normal;font-size:18px;line-height:160%;letter-spacing:-0.36px;color:#3B3B3B; } .ablocks-block-9b5206ab-91e4-404e-84aa-12e051a0bfc5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
