/*!
Theme Name: sucurikb
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sucurikb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sucurikb is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* ---------------------------------------------------------------------
 * https://sucuri.net/wp-includes/css/dist/block-library/style.min.css?ver=6.1.3 
 * --------------------------------------------------------------------- 
 */
 :where(.wp-block-button__link) {
	box-shadow: none;
	text-decoration: none;
	border-radius: 9999px;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
  }
  
  :where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em;
  }
  
  .wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: 0.5em;
  }
  
  :where(.wp-block-post-comments input[type=submit]) {
	border: none;
  }
  
  :where(.wp-block-file__button) {
	border-radius: 2em;
	padding: 0.5em 1em;
  }
  
  :where(.wp-block-file__button):is(a):active,
  :where(.wp-block-file__button):is(a):focus,
  :where(.wp-block-file__button):is(a):hover,
  :where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: 0.85;
	text-decoration: none;
  }
  
  .wp-block-image :where(.has-border-color) {
	border-style: solid;
  }
  
  .wp-block-image :where([style*=border-top-color]) {
	border-top-style: solid;
  }
  
  .wp-block-image :where([style*=border-right-color]) {
	border-right-style: solid;
  }
  
  .wp-block-image :where([style*=border-bottom-color]) {
	border-bottom-style: solid;
  }
  
  .wp-block-image :where([style*=border-left-color]) {
	border-left-style: solid;
  }
  
  .wp-block-image :where([style*=border-width]) {
	border-style: solid;
  }
  
  .wp-block-image :where([style*=border-top-width]) {
	border-top-style: solid;
  }
  
  .wp-block-image :where([style*=border-right-width]) {
	border-right-style: solid;
  }
  
  .wp-block-image :where([style*=border-bottom-width]) {
	border-bottom-style: solid;
  }
  
  .wp-block-image :where([style*=border-left-width]) {
	border-left-style: solid;
  }
  
  ul {
	box-sizing: border-box;
  }
  
  .wp-block-navigation:where(:not([class*=has-text-decoration])) a,
  .wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
  .wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
	text-decoration: none;
  }
  
  :where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
  :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),
  :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
  :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: 0.5em 1em;
  }
  
  .has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: 0.68;
	font-weight: 100;
	margin: 0.05em 0.1em 0 0;
	text-transform: uppercase;
	font-style: normal;
  }
  
  :where(p.has-text-color:not(.has-link-color)) a {
	color: inherit;
  }
  
  .wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit;
  }
  
  .wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit;
  }
  
  .wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
  .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit;
  }
  
  .wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit;
  }
  
  .wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit;
  }
  
  .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit;
  }
  
  .wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: 0.5em;
  }
  
  :where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 0.375em 0.625em;
  }
  
  :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	padding: 4px;
	border: 1px solid #949494;
  }
  
  :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border-radius: 0;
	border: none;
	padding: 0 0 0 0.25em;
  }
  
  :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none;
  }
  
  :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: 0.125em 0.5em;
  }
  
  :root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
  }
  
  html :where(.has-border-color) {
	border-style: solid;
  }
  
  html :where([style*=border-top-color]) {
	border-top-style: solid;
  }
  
  html :where([style*=border-right-color]) {
	border-right-style: solid;
  }
  
  html :where([style*=border-bottom-color]) {
	border-bottom-style: solid;
  }
  
  html :where([style*=border-left-color]) {
	border-left-style: solid;
  }
  
  html :where([style*=border-width]) {
	border-style: solid;
  }
  
  html :where([style*=border-top-width]) {
	border-top-style: solid;
  }
  
  html :where([style*=border-right-width]) {
	border-right-style: solid;
  }
  
  html :where([style*=border-bottom-width]) {
	border-bottom-style: solid;
  }
  
  html :where([style*=border-left-width]) {
	border-left-style: solid;
  }
  
  html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%;
  }
  
  /* ---------------------------------------------------------------------
   * https://sucuri.net/wp-includes/css/dist/components/style.min.css?ver=6.1.3 
   * --------------------------------------------------------------------- 
   */
  :root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color--rgb: 0, 124, 186;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
	--wp-admin-theme-color-darker-20: #005a87;
	--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
	--wp-admin-border-width-focus: 2px;
  }
  
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	:root {
	  --wp-admin-border-width-focus: 1.5px;
	}
  }
  .components-button:focus:not(:disabled) {
	box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
	outline: 3px solid transparent;
  }
  
  .components-button.is-primary:hover:not(:disabled) {
	background: var(--wp-admin-theme-color-darker-10);
	color: #fff;
  }
  
  .components-button.is-primary:active:not(:disabled) {
	background: var(--wp-admin-theme-color-darker-20);
	border-color: var(--wp-admin-theme-color-darker-20);
	color: #fff;
  }
  
  .components-button.is-primary:focus:not(:disabled) {
	box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  }
  
  .components-button.is-secondary:active:not(:disabled),
  .components-button.is-tertiary:active:not(:disabled) {
	background: #ddd;
	color: var(--wp-admin-theme-color-darker-10);
	box-shadow: none;
  }
  
  .components-button.is-secondary:hover:not(:disabled),
  .components-button.is-tertiary:hover:not(:disabled) {
	color: var(--wp-admin-theme-color-darker-10);
	box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color-darker-10);
  }
  
  .components-button.is-destructive:hover:not(:disabled) {
	color: #710d0d;
	box-shadow: inset 0 0 0 1px #710d0d;
  }
  
  .components-button.is-destructive:focus:not(:disabled) {
	color: var(--wp-admin-theme-color);
  }
  
  .components-button.is-destructive:active:not(:disabled) {
	background: #ccc;
  }
  
  .components-button.is-destructive.is-primary:hover:not(:disabled) {
	color: #fff;
	background: #710d0d;
	box-shadow: inset 0 0 0 1px #710d0d;
  }
  
  .components-button.is-destructive.is-tertiary:hover:not(:disabled) {
	box-shadow: inset 0 0 0 1px #cc1818;
	color: #cc1818;
  }
  
  .components-button.is-destructive.is-tertiary:focus:not(:disabled) {
	box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #cc1818;
	color: #cc1818;
  }
  
  .components-button.is-link.is-destructive:active:not(:disabled),
  .components-button.is-link.is-destructive:hover:not(:disabled) {
	color: #710d0d;
	background: none;
  }
  
  .components-button.is-link.is-destructive:focus:not(:disabled) {
	color: var(--wp-admin-theme-color);
  }
  
  .components-button.is-pressed:focus:not(:disabled) {
	box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
	outline: 2px solid transparent;
  }
  
  .components-button.is-pressed:hover:not(:disabled) {
	color: #fff;
	background: #1e1e1e;
  }
  
  .components-duotone-picker__color-indicator > .components-button.is-pressed:hover:not(:disabled) {
	background: linear-gradient(-45deg, transparent 48%, #ddd 0, #ddd 52%, transparent 0);
	color: transparent;
  }
  
  .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,
  .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,
  .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
	color: #1e1e1e;
	background-color: transparent;
  }
  
  .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
	box-shadow: none;
  }
  
  .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
	text-decoration: underline;
	background-color: transparent;
  }
  
  .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
	color: #fff;
	box-shadow: none;
	outline: 1px dotted #fff;
  }
  
  .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
	color: var(--wp-admin-theme-color);
  }
  
  .components-tab-panel__tabs-item:focus:not(:disabled) {
	box-shadow: inset 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  }
  
  .components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after {
	color: #fff;
  }
  
  /* ---------------------------------------------------------------------
   * https://sucuri.net/wp-includes/css/dist/block-editor/style.min.css?ver=6.1.3 
   * --------------------------------------------------------------------- 
   */
  :root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color--rgb: 0, 124, 186;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
	--wp-admin-theme-color-darker-20: #005a87;
	--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
	--wp-admin-border-width-focus: 2px;
  }
  
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	:root {
	  --wp-admin-border-width-focus: 1.5px;
	}
  }
  .block-editor-block-breadcrumb__button.components-button:hover:not(:disabled) {
	text-decoration: underline;
	box-shadow: none;
  }
  
  @media (min-width: 600px) {
	.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container > :before {
	  height: 100%;
	  width: 100%;
	}
	.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container > :before {
	  height: 100%;
	}
  }
  .block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled) {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color);
  }
  
  .components-button.block-editor-block-types-list__item:not(:disabled):hover {
	color: var(--wp-admin-theme-color) !important;
  }
  
  .components-button.block-editor-block-types-list__item:not(:disabled):focus {
	box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
  }
  
  .components-button.block-editor-block-types-list__item:not(:disabled).is-active {
	color: #fff;
	background: #1e1e1e;
	outline: 2px solid transparent;
	outline-offset: -2px;
  }
  
  .block-editor-link-control__search-item:focus:not(:disabled) {
	box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color) inset;
  }
  
  .block-editor-url-popover__additional-controls > div[role=menu] .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) > svg {
	box-shadow: none;
  }
  
  .block-editor-url-popover .components-button.has-icon:not(:disabled):focus {
	box-shadow: none;
  }
  
  .block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg {
	box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
	outline: 2px solid transparent;
  }
  
  .block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled) {
	box-shadow: none;
	background: var(--wp-admin-theme-color);
	border-color: var(--wp-admin-theme-color);
  }
  
  @media (min-width: 600px) {
	.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle,
	.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-save-draft,
	.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-saved-state {
	  opacity: 0;
	}
	.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle.is-opened {
	  opacity: 1;
	}
  }
  /* ---------------------------------------------------------------------
   * https://sucuri.net/wp-includes/css/dist/nux/style.min.css?ver=6.1.3 
   * --------------------------------------------------------------------- 
   */
  :root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color--rgb: 0, 124, 186;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
	--wp-admin-theme-color-darker-20: #005a87;
	--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
	--wp-admin-border-width-focus: 2px;
  }
  
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	:root {
	  --wp-admin-border-width-focus: 1.5px;
	}
  }
  /* ---------------------------------------------------------------------
   * https://sucuri.net/wp-includes/css/dist/reusable-blocks/style.min.css?ver=6.1.3 
   * --------------------------------------------------------------------- 
   */
  :root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color--rgb: 0, 124, 186;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
	--wp-admin-theme-color-darker-20: #005a87;
	--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
	--wp-admin-border-width-focus: 2px;
  }
  
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	:root {
	  --wp-admin-border-width-focus: 1.5px;
	}
  }
  /* ---------------------------------------------------------------------
   * https://sucuri.net/wp-includes/css/dist/editor/style.min.css?ver=6.1.3 
   * --------------------------------------------------------------------- 
   */
  :root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color--rgb: 0, 124, 186;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
	--wp-admin-theme-color-darker-20: #005a87;
	--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
	--wp-admin-border-width-focus: 2px;
  }
  
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	:root {
	  --wp-admin-border-width-focus: 1.5px;
	}
  }
  .editor-post-featured-image__preview:not(:disabled):not([aria-disabled=true]):focus {
	box-shadow: 0 0 0 4px var(--wp-admin-theme-color);
  }
  


    /*! CSS Used from: https://sucuri.net/wp-includes/css/dist/block-library/style.min.css?ver=6.3.1 ; media=all */
    @media all{
		ul{box-sizing:border-box;}
		}
		/*! CSS Used from: https://sucuri.net/wp-content/themes/sucuriwp/css/style.css?ver=1666895757 ; media=all */
		@media all{
		*,*::before,*::after{box-sizing:border-box;}
		p{margin-top:0;margin-bottom:1rem;}
		ul{margin-top:0;margin-bottom:1rem;}
		ul ul{margin-bottom:0;}
		strong{font-weight:bolder;}
		small{font-size:80%;}
		a{color:#2188ab;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}
		a:hover{color:#15556b;text-decoration:underline;}
		img{vertical-align:middle;border-style:none;}
		p{font-size:1rem;}
		small{font-size:80%;font-weight:400;}
		ul{margin-left:0;padding-left:18px;}
		a{color:#12a94b;font-weight:700;text-decoration:underline;}
		a:hover{text-decoration:underline;color:#15556b;}
		.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
		#header .container{position:initial;}
		@media (min-width: 576px){
		.container{max-width:540px;}
		}
		@media (min-width: 768px){
		.container{max-width:720px;}
		}
		@media (min-width: 992px){
		.container{max-width:960px;}
		}
		@media (min-width: 1200px){
		.container{max-width:1140px;}
		}
		@media (min-width: 1400px){
		.container{max-width:1300px;}
		}
		@media (min-width: 1920px){
		.container{max-width:1640px;}
		}
		.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
		.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;}
		.nav-bar{position:relative;padding:0;}
		.nav-bar::after{display:block;clear:both;content:"";}
		@media (max-width: 991.98px){
		.nav-bar.pro-sol{min-width:200px;}
		}
		.nav-bar .nav{float:left;}
		@media (max-width: 767.98px){
		.nav-bar .nav{width:100%;}
		}
		.nav-bar .nav li{list-style:none;display:inline-block;font-weight:400;float:left;position:relative;}
		@media (max-width: 767.98px){
		.nav-bar .nav li{width:100%;}
		}
		.nav-bar .nav li a{color:gray;padding:15px 8px;float:left;}
		@media (max-width: 767.98px){
		.nav-bar .nav li a{width:100%;float:left;}
		}
		.nav-bar .nav li a:hover{color:#fff;}
		.nav-bar .nav li a.u-attack{background-color:#619f42;color:#fff;padding:15px 25px;line-height:25px;}
		@media (max-width: 991.98px){
		.nav-bar .nav li a.u-attack{padding:15px 10px;}
		}
		.nav-bar .nav li a.u-attack:hover{background-color:#478237;}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown a{width:100%;float:left;background-color:#141e23;color:#fff;text-align:center;font-size:1.5rem;font-weight:400;color:#619f42;}
		}
		.nav-bar .nav li.dropdown .inner-nav-bar{display:none;width:202px;padding-left:15px;padding-right:15px;float:left;position:absolute;top:90px;border:none;background:#fff;box-shadow:0px 2px 15px rgba(0,0,0,.1);border-radius:6px;}
		.nav-bar .nav li.dropdown .inner-nav-bar.prod{left:-85px;width:241px;}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown .inner-nav-bar.prod{width:100%;}
		}
		.nav-bar .nav li.dropdown .inner-nav-bar.sol{left:11px;}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown .inner-nav-bar{position:relative;width:100%;display:block;left:auto!important;top:auto!important;}
		}
		.nav-bar .nav li.dropdown .inner-nav-bar .pointer{position:absolute;top:-19px;left:44%;width:0;height:0;border:12px solid transparent;border-bottom:7px solid #fff;margin-left:0;}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown .inner-nav-bar .pointer{display:none;}
		}
		.nav-bar .nav li.dropdown .inner-nav-bar ul{float:left;width:100%;}
		.nav-bar .nav li.dropdown .inner-nav-bar ul li{width:100%;}
		@media (min-width: 768px){
		.nav-bar .nav li.dropdown .inner-nav-bar ul li:not(:last-child){border-bottom:1px solid #ebebeb;}
		}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown .inner-nav-bar ul li{padding:0 60px;background-color:#141e23;}
		}
		.nav-bar .nav li.dropdown .inner-nav-bar ul li a{padding:30px 15px;display:block;width:100%;font-weight:400;color:#333;line-height:1;}
		.nav-bar .nav li.dropdown .inner-nav-bar ul li a:hover{color:#008673;}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown .inner-nav-bar ul li a{width:100%;float:left;text-align:center;color:#fff;font-size:15px;font-weight:300;padding:15px 0;border-top:none;}
		}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown .inner-nav-bar{background-color:#333;padding:0;}
		}
		.nav-bar .nav li.dropdown:hover .inner-nav-bar{display:block;}
		@media (min-width: 768px){
		.d-md-none{display:none!important;}
		}
		.pl-10{padding-left:10px!important;}
		#header{font-size:15px;}
		#header a{font-weight:normal;}
		#header .row{display:block!important;}
		#header .row:after{content:"";display:table;clear:both;}
		@media (max-width: 991.98px){
		#header .row .sucuri-logo{padding-right:8px;}
		}
		#header .row .nav-bar .nav{padding:0;margin-bottom:0;}
		#header .row .nav-bar .nav .dropdown .inner-nav-bar ul{padding-left:0;}
		#header .row .nav-bar.pro-sol .dropdown:first-child a{padding-left:30px;}
		@media (max-width: 991.98px){
		#header.header-b .top-nav-wrapper{float:right;}
		}
		.nav-bar{position:relative;padding:0;}
		.nav-bar::after{display:block;clear:both;content:"";}
		@media (max-width: 991.98px){
		.nav-bar.pro-sol{min-width:200px;}
		}
		.nav-bar .nav{float:left;}
		@media (max-width: 767.98px){
		.nav-bar .nav{width:100%;}
		}
		.nav-bar .nav li{list-style:none;display:inline-block;font-weight:400;float:left;position:relative;}
		@media (max-width: 767.98px){
		.nav-bar .nav li{width:100%;}
		}
		.nav-bar .nav li a{color:gray;padding:15px 8px;float:left;}
		@media (max-width: 767.98px){
		.nav-bar .nav li a{width:100%;float:left;}
		}
		.nav-bar .nav li a:hover{color:#fff;}
		.nav-bar .nav li a.u-attack{background-color:#619f42;color:#fff;padding:15px 25px;line-height:25px;}
		@media (max-width: 991.98px){
		.nav-bar .nav li a.u-attack{padding:15px 10px;}
		}
		.nav-bar .nav li a.u-attack:hover{background-color:#478237;}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown a{width:100%;float:left;background-color:#141e23;color:#fff;text-align:center;font-size:1.5rem;font-weight:400;color:#619f42;}
		}
		.nav-bar .nav li.dropdown .inner-nav-bar{display:none;width:202px;padding-left:15px;padding-right:15px;float:left;position:absolute;top:90px;border:none;background:#fff;box-shadow:0px 2px 15px rgba(0,0,0,.1);border-radius:6px;}
		.nav-bar .nav li.dropdown .inner-nav-bar.prod{left:-85px;width:241px;}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown .inner-nav-bar.prod{width:100%;}
		}
		.nav-bar .nav li.dropdown .inner-nav-bar.sol{left:11px;}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown .inner-nav-bar{position:relative;width:100%;display:block;left:auto!important;top:auto!important;}
		}
		.nav-bar .nav li.dropdown .inner-nav-bar .pointer{position:absolute;top:-19px;left:44%;width:0;height:0;border:12px solid transparent;border-bottom:7px solid #fff;margin-left:0;}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown .inner-nav-bar .pointer{display:none;}
		}
		.nav-bar .nav li.dropdown .inner-nav-bar ul{float:left;width:100%;}
		.nav-bar .nav li.dropdown .inner-nav-bar ul li{width:100%;}
		@media (min-width: 768px){
		.nav-bar .nav li.dropdown .inner-nav-bar ul li:not(:last-child){border-bottom:1px solid #ebebeb;}
		}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown .inner-nav-bar ul li{padding:0 60px;background-color:#141e23;}
		}
		.nav-bar .nav li.dropdown .inner-nav-bar ul li a{padding:30px 15px;display:block;width:100%;font-weight:400;color:#333;line-height:1;}
		.nav-bar .nav li.dropdown .inner-nav-bar ul li a:hover{color:#008673;}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown .inner-nav-bar ul li a{width:100%;float:left;text-align:center;color:#fff;font-size:15px;font-weight:300;padding:15px 0;border-top:none;}
		}
		@media (max-width: 767.98px){
		.nav-bar .nav li.dropdown .inner-nav-bar{background-color:#333;padding:0;}
		}
		.nav-bar .nav li.dropdown:hover .inner-nav-bar{display:block;}
		#header{height:55px;width:100%;position:fixed;z-index:9999;top:0;background:#1b272d;float:left;}
		#header .container{padding:0 1rem;}
		@media (min-width: 768px){
		#header .container{height:100%;display:flex;flex-direction:column;justify-content:center;}
		}
		@media (max-width: 991.98px){
		#header .container{max-width:100%;}
		}
		@media (max-width: 767.98px){
		#header{float:none;padding-top:6px;}
		#header li.dropdown{border-top:1px #008673 solid;border-bottom:1px #008673 solid;font-weight:bold;}
		#header .d-md-none{display:none!important;}
		}
		@media (min-width: 768px){
		#header{height:90px;}
		}
		#header a{text-decoration:none;}
		#header li{font-size:16px;}
		#header li a{line-height:1.5;}
		#header li.dropdown>a{color:#fff;}
		@media (min-width: 768px){
		#header li.dropdown>a{padding:33px 5px;}
		}
		@media (min-width: 992px){
		#header li.dropdown>a{padding:33px 15px;}
		}
		#header .login{margin-left:0;position:relative;}
		#header .login a{font-size:16px;margin-left:0;position:relative;color:#fff;}
		@media (min-width: 768px){
		#header .login a{padding:33px 10px;}
		}
		#header .login img{position:relative;top:14px;cursor:pointer;}
		@media (min-width: 768px){
		#header .login img{top:33px;}
		}
		#header .login:hover .login-drop-down{display:block;}
		#header .u-attack{font-weight:700;}
		#header .float-right-flex{float:right;display:flex;}
		#header .login-drop-down{display:none;width:240px;top:65px;right:-20px;position:absolute;margin-top:25px;}
		#header .login-drop-down .pointer{position:absolute;top:-19px;left:70%;width:0;height:0;border:12px solid transparent;border-bottom:7px solid #fff;margin-left:0;}
		@media (min-width: 768px){
		#header .row{width:100%;}
		#header .row .nav-bar .nav{display:flex;}
		}
		#header .login-container{background:#fff;border-radius:6px;height:210px;box-shadow:0 2px 15px rgba(0,0,0,.1);padding-top:20px;}
		#header .login-container .login-btn{margin-top:0;display:block;text-align:center;width:200px;margin-left:auto;margin-right:auto;color:#fff;font-weight:700;background-color:#008673;border-radius:6px;padding:10px 15px;font-size:16px;}
		#header .login-container .sign-up{font-size:13px;font-weight:400;font-style:italic;margin-top:10px;color:#000;padding:0 0 14px 28px;border-bottom:1px solid #e5e5e5;}
		#header .login-container ul{padding:7px 0 0 30px;}
		#header .login-container li{list-style:none;padding:2px 0;overflow:hidden;}
		#header .login-container a,#header .login-container p{display:inline;font-size:13px;color:#000;}
		#header .login-container a{font-weight:700;}
		#header .login-container .sign-up a{font-weight:600;text-decoration:underline;}
		#header .login-mobile{position:relative;}
		#header .login-mobile .login img{top:0;padding:10px 20px;margin-right:5px;}
		#header .login-mobile .login-drop-down{top:27px;right:-30px;}
		@media (min-width: 768px){
		#header .login-mobile{display:none;}
		}
		.sucuri-logo{padding:0;}
		@media (max-width: 767.98px){
		.sucuri-logo{padding-bottom:15px;}
		}
		.sucuri-logo a{height:40px;width:116px;display:block;margin-top:8px;margin-left:5px;background-size:100% 100%;background-image:url("https://sucuri.net/wp-content/themes/sucuriwp/assets/images/icons/sucuri_logo_dark.svg");}
		@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){
		.sucuri-logo a{background-image:url("https://sucuri.net/wp-content/themes/sucuriwp/assets/images/icons/sucuri_logo_dark.svg");}
		}
		@media (min-width: 992px){
		.sucuri-logo a{margin-left:20px;width:168px;}
		}
		@media (max-width: 767.98px){
		.sucuri-logo a{margin:0 auto;}
		}
		@media (max-width: 767.98px){
		.top-nav-wrapper{display:block;float:left;position:absolute;width:100%;left:100%;display:none;top:53px;}
		}
		#toggle-main-menu-mobile{display:none;}
		@media (max-width: 767.98px){
		#toggle-main-menu-mobile{display:block;position:relative;background-image:url("https://sucuri.net/wp-content/themes/sucuriwp/assets/images/menu.svg");background-size:initial;width:40px;height:40px;background-position:center center;background-repeat:no-repeat;top:0;bottom:0;right:5px;left:auto;z-index:99;}
		}
		@media only screen and (max-width: 767.98px)and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 767.98px)and (min-resolution: 192dpi),only screen and (max-width: 767.98px)and (min-resolution: 2dppx),(max-width: 767.98px)and (-webkit-min-device-pixel-ratio: 2),(max-width: 767.98px)and (min-resolution: 192dpi){
		#toggle-main-menu-mobile{background-image:url("https://sucuri.net/wp-content/themes/sucuriwp/assets/images/menu.svg");}
		}
		.ua-lg{margin-left:0;margin-right:15px;width:285px;}
		@media (max-width: 991.98px){
		.ua-lg{margin-left:0;margin-right:0;width:244px;}
		}
		@media (max-width: 767.98px){
		.ua-lg{display:none;}
		}
		.nav-a a:hover{cursor:pointer;}
		.nav-a .ua-lg{width:auto;}
		@media (max-width: 991.98px){
		.nav-a .ua-lg{width:25%;text-align:center;}
		.nav-a .ua-lg .nav{float:none;margin:0 auto;}
		}
		.nav-a .login{float:left;}
		.nav-a .login a{padding:15px;}
		.nav-a .login a:hover{color:#fff;}
		@media (max-width: 991.98px){
		.nav-a .login a{padding:15px 50px;}
		}
		@media (max-width: 767.98px){
		.nav-a .plt{position:absolute;top:0;}
		.nav-a .plt .login{display:none;}
		}
		.nav-a .nav li.dropdown .inner-nav-bar{width:260px;border:1px solid #ebebeb;border-top:none;}
		@media (max-width: 767.98px){
		.nav-a .nav li.dropdown .inner-nav-bar{width:100%!important;border:none;}
		}
		.nav-a .nav li.dropdown .inner-nav-bar.prod{left:-69px;width:243px;}
		.nav-a .nav li.dropdown .inner-nav-bar.sol{left:21px;width:271px;}
		@media (max-width: 991.98px){
		.nav-a .nav li.dropdown .inner-nav-bar.sol{left:-90px;}
		}
		.nav-a .nav li.dropdown .inner-nav-bar.sol .pointer{left:45%;}
		.nav-a .nav li.dropdown .inner-nav-bar ul li a{padding:15px;}
		.nav-a .nav li.dropdown .inner-nav-bar ul li a strong{display:block;line-height:1.6;}
		.nav-a .nav li.dropdown a{padding:15px 20px;}
		@media (max-width: 991.98px){
		.nav-a .nav li.dropdown a{padding:15px 10px;}
		}
		@media (max-width: 767.98px){
		.nav-a .nav li.dropdown a{font-size:17px;font-weight:800;}
		}
		.nav-a.tmp-md .pro-sol .nav .dropdown .inner-nav-bar.prod{left:-93px;width:259px;}
		.nav-a.tmp-md .pro-sol .nav .dropdown .inner-nav-bar.sol{left:18px;width:290px;}
		.nav-a.tmp-md .pro-sol .nav .dropdown a{padding:15px 15px;}
		@media (max-width: 991.98px){
		.nav-a.tmp-md .pro-sol .nav .dropdown a{padding:15px 10px;}
		}
		.nav-a.tmp-md .pro-sol .nav .dropdown:first-child a{padding-left:5px;}
		.nav-a.tmp-md .login{margin-left:.5rem;}
		@media (max-width: 991.98px){
		.nav-a.tmp-md .login a{padding:15px 10px;}
		}
		.nav-a.tmp-md .ua-lg{margin-right:0;}
		@media (max-width: 991.98px){
		.nav-a.tmp-md .ua-lg{width:16.66667%;}
		}
		@media (min-width: 768px){
		.nav-a.tmp-md .ua-lg{padding:22px 5px;}
		}
		.nav-a.tmp-md .ua-lg .u-attack{font-size:14px;padding:15px 8px;}
		.nav-a.tmp-md .dropdown .inner-nav-bar.resources{left:256px;width:200px;}
		.header-b .sucuri-logo{display:inline-block;float:left;}
		@media (max-width: 767.98px){
		.header-b .sucuri-logo{float:none;display:block;padding-right:2.625rem;}
		}
		@media (max-width: 991.98px){
		.header-b .sucuri-logo{padding-right:1rem;}
		}
		@media (min-width: 768px){
		.header-b .sucuri-logo{padding:18px 0;}
		}
		.header-b .top-nav-wrapper{display:flex;flex-direction:row;justify-content:space-between;}
		@media (min-width: 768px){
		.header-b .top-nav-wrapper{width:calc(100% - 130px);}
		}
		@media (min-width: 992px){
		.header-b .top-nav-wrapper{width:calc(100% - 190px);}
		}
		.header-b .top-nav-wrapper .nav-bar{display:inline-block;float:left;}
		@media (max-width: 767.98px){
		.header-b .top-nav-wrapper .nav-bar{display:block;}
		}
		@media (min-width: 768px){
		.header-b .top-nav-wrapper .nav-bar.pro-sol{margin:0 auto;float:none;display:block;}
		}
		@media (min-width: 992px){
		.header-b .top-nav-wrapper .nav-bar.pro-sol{margin-left:5rem;}
		}
		.header-b .top-nav-wrapper .nav-bar.pro-sol .dropdown:first-child a{padding-left:2rem;}
		@media (max-width: 991.98px){
		.header-b .top-nav-wrapper .nav-bar.pro-sol .dropdown:first-child a{padding-left:1rem;}
		}
		.header-b .top-nav-wrapper .nav-bar.pro-sol .dropdown .inner-nav-bar.prod{width:282px;left:-90px;}
		.header-b .top-nav-wrapper .nav-bar.pro-sol .dropdown .inner-nav-bar.sol{left:-97px;}
		.header-b .top-nav-wrapper .nav-bar.pro-sol .dropdown .inner-nav-bar.resources{left:-47px;}
		@media (max-width: 991.98px){
		.header-b .top-nav-wrapper .nav-bar.ua-lg{width:auto;}
		}
		.header-b .top-nav-wrapper .nav-bar.ua-lg .u-attack{background-color:#008673;border-radius:6px;padding:10px 15px;line-height:1!important;}
		@media (min-width: 768px){
		.header-b .top-nav-wrapper .nav-bar.ua-lg .u-attack{padding:17px 30px;}
		}
		@media (max-width: 767.98px){
		.header-b .top-nav-wrapper .nav-bar.ua-lg{display:none;}
		}
		@media (max-width: 991.98px){
		.header-b .top-nav-wrapper .nav-bar.plt{padding-right:1rem;}
		}
		.header-b .top-nav-wrapper .nav-bar.plt .login{margin-left:0;display:inline-block;float:left;}
		.header-b .top-nav-wrapper .nav-bar.plt .login a{padding-left:2rem;padding-right:2rem;}
		@media (max-width: 991.98px){
		.header-b .top-nav-wrapper .nav-bar.plt .login a{padding-right:1rem;padding-left:1rem;}
		}
		@media (max-width: 767.98px){
		.header-b .top-nav-wrapper .nav-bar.plt .login{display:none;}
		}
		@media (max-width: 767.98px){
		.header-b .top-nav-wrapper .nav-bar.plt{float:none;}
		}
		}
		/*! CSS Used from: Embedded */
		a{color:#028673;}
		a:visited,p{font-size:16px;}
		.header-b .top-nav-wrapper .nav-bar.ua-lg .u-attack{background-color:#028673;}
		@media (min-width: 992px){
		.header-b .top-nav-wrapper .nav-bar.pro-sol{margin-left:3rem;}
		}
	  
		#header.header-b .top-nav-wrapper.inactive {
		  -webkit-animation: mobile-nav-hide .5s cubic-bezier(0.4, 0, 0.2, 1);
		  animation: mobile-nav-hide .5s cubic-bezier(0.4, 0, 0.2, 1);
		  left: 100%;
		}
	  
		#header.header-b .top-nav-wrapper.active {
		  -webkit-animation: mobile-nav .5s cubic-bezier(0.4, 0, 0.2, 1);
		  animation: mobile-nav .5s cubic-bezier(0.4, 0, 0.2, 1);
		  left: 0;
		  display: block;
	  }


  /* ---------------------------------------------------------------------
   * https://sucuri.net/wp-content/themes/sucuriwp/css/style.css?ver=1666895757 
   * --------------------------------------------------------------------- 
   */
  :root {
	--blue: #2188ab;
	--green: #12a94b;
	--white: #ffffff;
	--gray: #000033;
	--primary: #2188ab;
	--secondary: #000033;
	--success: #12a94b;
	--info: #000033;
	--warning: #000033;
	--danger: #000033;
	--light: #ffffff;
	--dark: #000033;
	--gray: #707070;
	--green: #12a94b;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--breakpoint-xll: 1400px;
	--breakpoint-xxl: 1920px;
	--font-family-sans-serif: "Open Sans", "Helvetica", Arial, Tahoma, sans-serif;
	--font-family-monospace: "Open Sans", "Helvetica", Arial, Tahoma, sans-serif;
  }
  
  *,
  *::before,
  *::after {
	box-sizing: border-box;
  }
  
  html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  footer {
	display: block;
  }
  
  body {
	margin: 0;
	font-family: "Open Sans", "Helvetica", Arial, Tahoma, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #5d5d5d;
	text-align: left;
	background-color: #fff;
  }
  
  hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
  }
  
  p {
	margin-top: 0;
	margin-bottom: 1rem;
  }
  
  ul {
	margin-top: 0;
	margin-bottom: 1rem;
  }
  
  a {
	color: #2188ab;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
  }
  
  a:hover {
	color: #15556b;
	text-decoration: underline;
  }
  
  ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
  }
  
  p {
	font-size: 1rem;
  }
  
  hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  ul {
	margin-left: 0;
	padding-left: 18px;
  }
  
  a {
	color: #12a94b;
	font-weight: 700;
	text-decoration: underline;
  }
  
  a:hover {
	text-decoration: underline;
	color: #15556b;
  }
  
  .list-unstyled {
	padding-left: 0;
	list-style: none;
  }
  
  .list-inline {
	padding-left: 0;
	list-style: none;
  }
  
  .list-inline-item {
	display: inline-block;
  }
  
  .list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
  }
  
  .list-block-item {
	list-style-type: none;
  }
  
  .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
  
  @media (min-width: 576px) {
	.container {
	  max-width: 540px;
	}
  }
  @media (min-width: 768px) {
	.container {
	  max-width: 720px;
	}
  }
  @media (min-width: 992px) {
	.container {
	  max-width: 960px;
	}
  }
  @media (min-width: 1200px) {
	.container {
	  max-width: 1140px;
	}
  }
  @media (min-width: 1400px) {
	.container {
	  max-width: 1300px;
	}
  }
  @media (min-width: 1920px) {
	.container {
	  max-width: 1640px;
	}
  }
  .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
  }
  
  .c-lg-12,
  .c-lg-3,
  .c-md-3 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
  }
  
  @media (min-width: 768px) {
	.c-md-3 {
	  flex: 0 0 25%;
	  max-width: 25%;
	}
  }
  @media (min-width: 992px) {
	.c-lg-3 {
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.c-lg-12 {
	  flex: 0 0 100%;
	  max-width: 100%;
	}
  }
  .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #196680;
	border-color: #175e76;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .btn-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(33, 136, 171, 0.5);
  }
  
  .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #000;
	border-color: #000;
  }
  
  .btn-secondary:not(:disabled):not(.disabled):active:focus,
  .btn-secondary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
  }
  
  .btn-success:not(:disabled):not(.disabled):active,
  .btn-success:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #0d7b37;
	border-color: #0c6f31;
  }
  
  .btn-success:not(:disabled):not(.disabled):active:focus,
  .btn-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
  }
  
  .btn-info:not(:disabled):not(.disabled):active,
  .btn-info:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #000;
	border-color: #000;
  }
  
  .btn-info:not(:disabled):not(.disabled):active:focus,
  .btn-info:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
  }
  
  .btn-warning:not(:disabled):not(.disabled):active,
  .btn-warning:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #000;
	border-color: #000;
  }
  
  .btn-warning:not(:disabled):not(.disabled):active:focus,
  .btn-warning:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
  }
  
  .btn-danger:not(:disabled):not(.disabled):active,
  .btn-danger:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #000;
	border-color: #000;
  }
  
  .btn-danger:not(:disabled):not(.disabled):active:focus,
  .btn-danger:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
  }
  
  .btn-light:not(:disabled):not(.disabled):active,
  .btn-light:not(:disabled):not(.disabled).active {
	color: #003;
	background-color: #e6e6e6;
	border-color: #dfdfdf;
  }
  
  .btn-light:not(:disabled):not(.disabled):active:focus,
  .btn-light:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-dark:not(:disabled):not(.disabled):active,
  .btn-dark:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #000;
	border-color: #000;
  }
  
  .btn-dark:not(:disabled):not(.disabled):active:focus,
  .btn-dark:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
  }
  
  .btn-gray:not(:disabled):not(.disabled):active,
  .btn-gray:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #575757;
	border-color: #505050;
  }
  
  .btn-gray:not(:disabled):not(.disabled):active:focus,
  .btn-gray:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5);
  }
  
  .btn-green:not(:disabled):not(.disabled):active,
  .btn-green:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #0d7b37;
	border-color: #0c6f31;
  }
  
  .btn-green:not(:disabled):not(.disabled):active:focus,
  .btn-green:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #2188ab;
	border-color: #2188ab;
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(33, 136, 171, 0.5);
  }
  
  .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .btn-outline-secondary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #003;
	border-color: #003;
  }
  
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
  .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
  }
  
  .btn-outline-success:not(:disabled):not(.disabled):active,
  .btn-outline-success:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #12a94b;
	border-color: #12a94b;
  }
  
  .btn-outline-success:not(:disabled):not(.disabled):active:focus,
  .btn-outline-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
  }
  
  .btn-outline-info:not(:disabled):not(.disabled):active,
  .btn-outline-info:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #003;
	border-color: #003;
  }
  
  .btn-outline-info:not(:disabled):not(.disabled):active:focus,
  .btn-outline-info:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
  }
  
  .btn-outline-warning:not(:disabled):not(.disabled):active,
  .btn-outline-warning:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #003;
	border-color: #003;
  }
  
  .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
  .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
  }
  
  .btn-outline-danger:not(:disabled):not(.disabled):active,
  .btn-outline-danger:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #003;
	border-color: #003;
  }
  
  .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
  .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
  }
  
  .btn-outline-light:not(:disabled):not(.disabled):active,
  .btn-outline-light:not(:disabled):not(.disabled).active {
	color: #003;
	background-color: #fff;
	border-color: #fff;
  }
  
  .btn-outline-light:not(:disabled):not(.disabled):active:focus,
  .btn-outline-light:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-outline-dark:not(:disabled):not(.disabled):active,
  .btn-outline-dark:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #003;
	border-color: #003;
  }
  
  .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
  .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 51, 0.5);
  }
  
  .btn-outline-gray:not(:disabled):not(.disabled):active,
  .btn-outline-gray:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #707070;
	border-color: #707070;
  }
  
  .btn-outline-gray:not(:disabled):not(.disabled):active:focus,
  .btn-outline-gray:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.5);
  }
  
  .btn-outline-green:not(:disabled):not(.disabled):active,
  .btn-outline-green:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #12a94b;
	border-color: #12a94b;
  }
  
  .btn-outline-green:not(:disabled):not(.disabled):active:focus,
  .btn-outline-green:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(18, 169, 75, 0.5);
  }
  
  .wp-block-button__link:not(:disabled):not(.disabled) {
	cursor: pointer;
  }
  
  .is-style-button-success .wp-block-button__link:not(:disabled) {
	cursor: pointer;
  }
  
  .close:not(.close--legacy):not(:disabled):not(.disabled) {
	cursor: pointer;
  }
  
  .close:not(.close--legacy):not(:disabled):not(.disabled):hover,
  .close:not(.close--legacy):not(:disabled):not(.disabled):focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.75;
  }
  
  .d-none {
	display: none !important;
  }
  
  .d-flex {
	display: flex !important;
  }
  
  .flex-column {
	flex-direction: column !important;
  }
  
  .m-0 {
	margin: 0 !important;
  }
  
  .mt-0 {
	margin-top: 0 !important;
  }
  
  .mb-0 {
	margin-bottom: 0 !important;
  }
  
  .mr-5 {
	margin-right: 5px !important;
  }
  
  .px-50 {
	padding-right: 50px !important;
  }
  
  .pl-50,
  .px-50 {
	padding-left: 50px !important;
  }
  
  footer {
	background-color: #1c282e;
  }
  
  footer .footer-b {
	float: none;
  }
  
  footer .c-lg-12 {
	margin: 0;
	padding: 0;
  }
  
  footer .sucuri-logo {
	padding-left: 50px;
	width: 25%;
  }
  
  @media (max-width: 767.98px) {
	footer {
	  text-align: center;
	  display: none;
	}
  }
  footer .container {
	padding-top: 2rem !important;
	padding-bottom: 1rem !important;
	max-width: 1356px;
  }
  
  @media (max-width: 767.98px) {
	footer .list-block-item {
	  border-top: none !important;
	}
  }
  @media (max-width: 767.98px) {
	footer .list-inline-item {
	  border-top: none !important;
	  width: auto;
	}
  }
  footer a {
	text-decoration: none;
  }
  
  footer li.list-block-item:not(:first-child) {
	margin-top: 0;
  }
  
  footer li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	float: left;
	width: 100%;
  }
  
  footer li a:hover {
	color: #24ba9e !important;
	text-decoration: none;
  }
  
  footer .footer-heading p {
	font-size: 24px;
	font-weight: 700;
	color: #fff !important;
	padding-bottom: 12px;
  }
  
  .copyright p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
	color: #fff !important;
  }
  
  .footer-b {
	float: left;
	width: 100%;
	margin-top: 2rem;
  }
  
  .footer-b .list-inline {
	line-height: 1;
  }
  
  .footer-b li a {
	color: #fff;
	font-size: 15px;
	padding-right: 19px;
	float: left;
  }
  
  .footer-b hr {
	border-bottom: 1.3px solid #495357;
	margin-top: 3rem;
	margin-bottom: 1rem;
  }
  
  .sucuri-logo {
	padding: 0;
  }
  
  @media (max-width: 767.98px) {
	.sucuri-logo {
	  padding-bottom: 15px;
	}
  }
  .sucuri-logo a {
	height: 40px;
	width: 116px;
	display: block;
	margin-top: 8px;
	margin-left: 5px;
	background-size: 100% 100%;
	background-image: url(https://sucuri.net/wp-content/themes/sucuriwp/assets/images/icons/sucuri_logo_dark.svg);
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.sucuri-logo a {
	  background-image: url("/wp-content/themes/sucuriwp/assets/images/icons/sucuri_logo_dark.svg");
	}
  }
  @media (min-width: 992px) {
	.sucuri-logo a {
	  margin-left: 20px;
	  width: 168px;
	}
  }
  @media (max-width: 767.98px) {
	.sucuri-logo a {
	  margin: 0 auto;
	}
  }
  body {
	-webkit-font-smoothing: antialiased;
  }
  
  footer {
	position: relative;
	z-index: 1000;
  }

  
.footer-menu .list-block.list-unstyled{
  margin-left: 0px;
}

.footer-menu .list-block.list-unstyled a&:visited{
  color: #fff;
}

.footer .container{
  max-width: 1140px !important;
}


.footer-b ul{
  margin-left: 0px;
}

.menu-labssubmenu-container{
   margin-top: 90px;
}
