.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:webflow-icons;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype');font-weight:400;font-style:normal}[class*=" w-icon-"],[class^=w-icon-]{font-family:webflow-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-icon-slider-right:before{content:"\e600"}.w-icon-slider-left:before{content:"\e601"}.w-icon-nav-menu:before{content:"\e602"}.w-icon-arrow-down:before,.w-icon-dropdown-toggle:before{content:"\e603"}.w-icon-file-upload-remove:before{content:"\e900"}.w-icon-file-upload-icon:before{content:"\e903"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{height:100%}body{margin:0;min-height:100%;background-color:#fff;font-family:Arial,sans-serif;font-size:14px;line-height:20px;color:#333}img{max-width:100%;vertical-align:middle;display:inline-block}html.w-mod-touch *{background-attachment:scroll!important}.w-block{display:block}.w-inline-block{max-width:100%;display:inline-block}.w-clearfix:after,.w-clearfix:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-clearfix:after{clear:both}.w-hidden{display:none}.w-button{display:inline-block;padding:9px 15px;background-color:#3898ec;color:#fff;border:0;line-height:inherit;text-decoration:none;cursor:pointer;border-radius:0}input.w-button{-webkit-appearance:button}html[data-w-dynpage] [data-w-cloak]{color:transparent!important}.w-webflow-badge,.w-webflow-badge *{position:static;left:auto;top:auto;right:auto;bottom:auto;z-index:auto;display:block;visibility:visible;overflow:visible;overflow-x:visible;overflow-y:visible;box-sizing:border-box;width:auto;height:auto;max-height:none;max-width:none;min-height:0;min-width:0;margin:0;padding:0;float:none;clear:none;border:0 none transparent;border-radius:0;background:0 0;background-image:none;background-position:0 0;background-size:auto auto;background-repeat:repeat;background-origin:padding-box;background-clip:border-box;background-attachment:scroll;background-color:transparent;box-shadow:none;opacity:1;transform:none;transition:none;direction:ltr;font-family:inherit;font-weight:inherit;color:inherit;font-size:inherit;line-height:inherit;font-style:inherit;font-variant:inherit;text-align:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:0;text-transform:inherit;list-style-type:disc;text-shadow:none;font-smoothing:auto;vertical-align:baseline;cursor:inherit;white-space:inherit;word-break:normal;word-spacing:normal;word-wrap:normal}.w-webflow-badge{position:fixed!important;display:inline-block!important;visibility:visible!important;opacity:1!important;z-index:2147483647!important;top:auto!important;right:12px!important;bottom:12px!important;left:auto!important;color:#aaadb0!important;background-color:#fff!important;border-radius:3px!important;padding:6px 8px 6px 6px!important;font-size:12px!important;opacity:1!important;line-height:14px!important;text-decoration:none!important;transform:none!important;margin:0!important;width:auto!important;height:auto!important;overflow:visible!important;white-space:nowrap;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.1);cursor:pointer}.w-webflow-badge>img{display:inline-block!important;visibility:visible!important;opacity:1!important;vertical-align:middle!important}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:10px}h1{font-size:38px;line-height:44px;margin-top:20px}h2{font-size:32px;line-height:36px;margin-top:20px}h3{font-size:24px;line-height:30px;margin-top:20px}h4{font-size:18px;line-height:24px;margin-top:10px}h5{font-size:14px;line-height:20px;margin-top:10px}h6{font-size:12px;line-height:18px;margin-top:10px}p{margin-top:0;margin-bottom:10px}blockquote{margin:0 0 10px 0;padding:10px 20px;border-left:5px solid #e2e2e2;font-size:18px;line-height:22px}figure{margin:0;margin-bottom:10px}figcaption{margin-top:5px;text-align:center}ol,ul{margin-top:0;margin-bottom:10px;padding-left:40px}.w-list-unstyled{padding-left:0;list-style:none}.w-embed:after,.w-embed:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-embed:after{clear:both}.w-video{width:100%;position:relative;padding:0}.w-video embed,.w-video iframe,.w-video object{position:absolute;top:0;left:0;width:100%;height:100%}fieldset{padding:0;margin:0;border:0}button,html input[type=button],input[type=reset]{border:0;cursor:pointer;-webkit-appearance:button}.w-form{margin:0 0 15px}.w-form-done{display:none;padding:20px;text-align:center;background-color:#ddd}.w-form-fail{display:none;margin-top:10px;padding:10px;background-color:#ffdede}label{display:block;margin-bottom:5px;font-weight:700}.w-input,.w-select{display:block;width:100%;height:38px;padding:8px 12px;margin-bottom:10px;font-size:14px;line-height:1.428571429;color:#333;vertical-align:middle;background-color:#fff;border:1px solid #ccc}.w-input:-moz-placeholder,.w-select:-moz-placeholder{color:#999}.w-input::-moz-placeholder,.w-select::-moz-placeholder{color:#999;opacity:1}.w-input:-ms-input-placeholder,.w-select:-ms-input-placeholder{color:#999}.w-input::-webkit-input-placeholder,.w-select::-webkit-input-placeholder{color:#999}.w-input:focus,.w-select:focus{border-color:#3898ec;outline:0}.w-input[disabled],.w-input[readonly],.w-select[disabled],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select{cursor:not-allowed;background-color:#eee}textarea.w-input,textarea.w-select{height:auto}.w-select{background-color:#f3f3f3}.w-select[multiple]{height:auto}.w-form-label{display:inline-block;cursor:pointer;font-weight:400;margin-bottom:0}.w-radio{display:block;margin-bottom:5px;padding-left:20px}.w-radio:after,.w-radio:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-radio:after{clear:both}.w-radio-input{margin:4px 0 0;line-height:normal;float:left;margin-left:-20px}.w-radio-input{margin-top:3px}.w-file-upload{display:block;margin-bottom:10px}.w-file-upload-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-100}.w-file-upload-default,.w-file-upload-success,.w-file-upload-uploading{display:inline-block;color:#333}.w-file-upload-error{display:block;margin-top:10px}.w-file-upload-default.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden,.w-file-upload-uploading.w-hidden{display:none}.w-file-upload-uploading-btn{display:flex;font-size:14px;font-weight:400;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #ccc;background-color:#fafafa}.w-file-upload-file{display:flex;flex-grow:1;justify-content:space-between;margin:0;padding:8px 9px 8px 11px;border:1px solid #ccc;background-color:#fafafa}.w-file-upload-file-name{font-size:14px;font-weight:400;display:block}.w-file-remove-link{margin-top:3px;margin-left:10px;width:auto;height:auto;padding:3px;display:block;cursor:pointer}.w-icon-file-upload-remove{margin:auto;font-size:10px}.w-file-upload-error-msg{display:inline-block;color:#ea384c;padding:2px 0}.w-file-upload-info{display:inline-block;line-height:38px;padding:0 12px}.w-file-upload-label{display:inline-block;font-size:14px;font-weight:400;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #ccc;background-color:#fafafa}.w-icon-file-upload-icon,.w-icon-file-upload-uploading{display:inline-block;margin-right:8px;width:20px}.w-icon-file-upload-uploading{height:20px}.w-container{margin-left:auto;margin-right:auto;max-width:940px}.w-container:after,.w-container:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-container:after{clear:both}.w-container .w-row{margin-left:-10px;margin-right:-10px}.w-row:after,.w-row:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-row:after{clear:both}.w-row .w-row{margin-left:0;margin-right:0}.w-col{position:relative;float:left;width:100%;min-height:1px;padding-left:10px;padding-right:10px}.w-col .w-col{padding-left:0;padding-right:0}.w-col-1{width:8.33333333%}.w-col-2{width:16.66666667%}.w-col-3{width:25%}.w-col-4{width:33.33333333%}.w-col-5{width:41.66666667%}.w-col-6{width:50%}.w-col-7{width:58.33333333%}.w-col-8{width:66.66666667%}.w-col-9{width:75%}.w-col-10{width:83.33333333%}.w-col-11{width:91.66666667%}.w-col-12{width:100%}.w-hidden-main{display:none!important}@media screen and (max-width:991px){.w-container{max-width:728px}.w-hidden-main{display:inherit!important}.w-hidden-medium{display:none!important}.w-col-medium-1{width:8.33333333%}.w-col-medium-2{width:16.66666667%}.w-col-medium-3{width:25%}.w-col-medium-4{width:33.33333333%}.w-col-medium-5{width:41.66666667%}.w-col-medium-6{width:50%}.w-col-medium-7{width:58.33333333%}.w-col-medium-8{width:66.66666667%}.w-col-medium-9{width:75%}.w-col-medium-10{width:83.33333333%}.w-col-medium-11{width:91.66666667%}.w-col-medium-12{width:100%}.w-col-stack{width:100%;left:auto;right:auto}}@media screen and (max-width:767px){.w-hidden-main{display:inherit!important}.w-hidden-medium{display:inherit!important}.w-hidden-small{display:none!important}.w-container .w-row,.w-row{margin-left:0;margin-right:0}.w-col{width:100%;left:auto;right:auto}.w-col-small-1{width:8.33333333%}.w-col-small-2{width:16.66666667%}.w-col-small-3{width:25%}.w-col-small-4{width:33.33333333%}.w-col-small-5{width:41.66666667%}.w-col-small-6{width:50%}.w-col-small-7{width:58.33333333%}.w-col-small-8{width:66.66666667%}.w-col-small-9{width:75%}.w-col-small-10{width:83.33333333%}.w-col-small-11{width:91.66666667%}.w-col-small-12{width:100%}}@media screen and (max-width:479px){.w-container{max-width:none}.w-hidden-main{display:inherit!important}.w-hidden-medium{display:inherit!important}.w-hidden-small{display:inherit!important}.w-hidden-tiny{display:none!important}.w-col{width:100%}.w-col-tiny-1{width:8.33333333%}.w-col-tiny-2{width:16.66666667%}.w-col-tiny-3{width:25%}.w-col-tiny-4{width:33.33333333%}.w-col-tiny-5{width:41.66666667%}.w-col-tiny-6{width:50%}.w-col-tiny-7{width:58.33333333%}.w-col-tiny-8{width:66.66666667%}.w-col-tiny-9{width:75%}.w-col-tiny-10{width:83.33333333%}.w-col-tiny-11{width:91.66666667%}.w-col-tiny-12{width:100%}}.w-widget{position:relative}.w-widget-map{width:100%;height:400px}.w-widget-map label{width:auto;display:inline}.w-widget-map img{max-width:inherit}.w-widget-map .gm-style-iw{text-align:center}.w-widget-map .gm-style-iw>button{display:none!important}.w-widget-twitter{overflow:hidden}.w-widget-twitter-count-shim{display:inline-block;vertical-align:top;position:relative;width:28px;height:20px;text-align:center;background:#fff;border:#758696 solid 1px;border-radius:3px}.w-widget-twitter-count-shim *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-widget-twitter-count-shim .w-widget-twitter-count-inner{position:relative;font-size:15px;line-height:12px;text-align:center;color:#999;font-family:serif}.w-widget-twitter-count-shim .w-widget-twitter-count-clear{position:relative;display:block}.w-widget-twitter-count-shim.w--large{width:36px;height:28px}.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner{font-size:18px;line-height:18px}.w-widget-twitter-count-shim:not(.w--vertical){margin-left:5px;margin-right:8px}.w-widget-twitter-count-shim:not(.w--vertical).w--large{margin-left:6px}.w-widget-twitter-count-shim:not(.w--vertical):after,.w-widget-twitter-count-shim:not(.w--vertical):before{top:50%;left:0;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.w-widget-twitter-count-shim:not(.w--vertical):before{border-color:rgba(117,134,150,0);border-right-color:#5d6c7b;border-width:4px;margin-left:-9px;margin-top:-4px}.w-widget-twitter-count-shim:not(.w--vertical).w--large:before{border-width:5px;margin-left:-10px;margin-top:-5px}.w-widget-twitter-count-shim:not(.w--vertical):after{border-color:rgba(255,255,255,0);border-right-color:#fff;border-width:4px;margin-left:-8px;margin-top:-4px}.w-widget-twitter-count-shim:not(.w--vertical).w--large:after{border-width:5px;margin-left:-9px;margin-top:-5px}.w-widget-twitter-count-shim.w--vertical{width:61px;height:33px;margin-bottom:8px}.w-widget-twitter-count-shim.w--vertical:after,.w-widget-twitter-count-shim.w--vertical:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.w-widget-twitter-count-shim.w--vertical:before{border-color:rgba(117,134,150,0);border-top-color:#5d6c7b;border-width:5px;margin-left:-5px}.w-widget-twitter-count-shim.w--vertical:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner{font-size:18px;line-height:22px}.w-widget-twitter-count-shim.w--vertical.w--large{width:76px}.w-widget-gplus{overflow:hidden}.w-background-video{position:relative;overflow:hidden;height:500px;color:#fff}.w-background-video>video{background-size:cover;background-position:50% 50%;position:absolute;margin:auto;width:100%;height:100%;right:-100%;bottom:-100%;top:-100%;left:-100%;object-fit:cover;z-index:-100}.w-background-video>video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.w-slider{position:relative;height:300px;text-align:center;background:#ddd;clear:both;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}.w-slider-mask{position:relative;display:block;overflow:hidden;z-index:1;left:0;right:0;height:100%;white-space:nowrap}.w-slide{position:relative;display:inline-block;vertical-align:top;width:100%;height:100%;white-space:normal;text-align:left}.w-slider-nav{position:absolute;z-index:2;top:auto;right:0;bottom:0;left:0;margin:auto;padding-top:10px;height:40px;text-align:center;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}.w-slider-nav.w-round>div{border-radius:100%}.w-slider-nav.w-num>div{width:auto;height:auto;padding:.2em .5em;font-size:inherit;line-height:inherit}.w-slider-nav.w-shadow>div{box-shadow:0 0 3px rgba(51,51,51,.4)}.w-slider-nav-invert{color:#fff}.w-slider-nav-invert>div{background-color:rgba(34,34,34,.4)}.w-slider-nav-invert>div.w-active{background-color:#222}.w-slider-dot{position:relative;display:inline-block;width:1em;height:1em;background-color:rgba(255,255,255,.4);cursor:pointer;margin:0 3px .5em;transition:background-color .1s,color .1s}.w-slider-dot.w-active{background-color:#fff}.w-slider-dot:focus{outline:0;box-shadow:0 0 0 2px #fff}.w-slider-dot:focus.w-active{box-shadow:none}.w-slider-arrow-left,.w-slider-arrow-right{position:absolute;width:80px;top:0;right:0;bottom:0;left:0;margin:auto;cursor:pointer;overflow:hidden;color:#fff;font-size:40px;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-slider-arrow-left [class*=" w-icon-"],.w-slider-arrow-left [class^=w-icon-],.w-slider-arrow-right [class*=" w-icon-"],.w-slider-arrow-right [class^=w-icon-]{position:absolute}.w-slider-arrow-left:focus,.w-slider-arrow-right:focus{outline:0}.w-slider-arrow-left{z-index:3;right:auto}.w-slider-arrow-right{z-index:4;left:auto}.w-icon-slider-left,.w-icon-slider-right{top:0;right:0;bottom:0;left:0;margin:auto;width:1em;height:1em}.w-slider-aria-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.w-dropdown{display:inline-block;position:relative;text-align:left;margin-left:auto;margin-right:auto;z-index:900}.w-dropdown-btn,.w-dropdown-link,.w-dropdown-toggle{position:relative;vertical-align:top;text-decoration:none;color:#222;padding:20px;text-align:left;margin-left:auto;margin-right:auto;white-space:nowrap}.w-dropdown-toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;cursor:pointer;padding-right:40px}.w-dropdown-toggle:focus{outline:0}.w-icon-dropdown-toggle{position:absolute;top:0;right:0;bottom:0;margin:auto;margin-right:20px;width:1em;height:1em}.w-dropdown-list{position:absolute;background:#ddd;display:none;min-width:100%}.w-dropdown-list.w--open{display:block}.w-dropdown-link{padding:10px 20px;display:block;color:#222}.w-dropdown-link.w--current{color:#0082f3}.w-dropdown-link:focus{outline:0}@media screen and (max-width:767px){.w-nav-brand{padding-left:10px}}.w-lightbox-backdrop{color:#000;cursor:auto;font-family:serif;font-size:medium;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;line-height:normal;list-style:disc;text-align:start;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;position:fixed;top:0;right:0;bottom:0;left:0;color:#fff;font-family:"Helvetica Neue",Helvetica,Ubuntu,"Segoe UI",Verdana,sans-serif;font-size:17px;line-height:1.2;font-weight:300;text-align:center;background:rgba(0,0,0,.9);z-index:2000;outline:0;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-transform:translate(0,0)}.w-lightbox-backdrop,.w-lightbox-container{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.w-lightbox-content{position:relative;height:100vh;overflow:hidden}.w-lightbox-view{position:absolute;width:100vw;height:100vh;opacity:0}.w-lightbox-view:before{content:"";height:100vh}.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:86vh}.w-lightbox-frame,.w-lightbox-view:before{display:inline-block;vertical-align:middle}.w-lightbox-figure{position:relative;margin:0}.w-lightbox-group .w-lightbox-figure{cursor:pointer}.w-lightbox-img{width:auto;height:auto;max-width:none}.w-lightbox-image{display:block;float:none;max-width:100vw;max-height:100vh}.w-lightbox-group .w-lightbox-image{max-height:86vh}.w-lightbox-caption{position:absolute;right:0;bottom:0;left:0;padding:.5em 1em;background:rgba(0,0,0,.4);text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.w-lightbox-embed{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.w-lightbox-control{position:absolute;top:0;width:4em;background-size:24px;background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.w-lightbox-left{display:none;bottom:0;left:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==)}.w-lightbox-right{display:none;right:0;bottom:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+)}.w-lightbox-close{right:0;height:2.6em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);background-size:18px}.w-lightbox-strip{position:absolute;bottom:0;left:0;right:0;padding:0 1vh;line-height:0;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.w-lightbox-item{display:inline-block;width:10vh;padding:2vh 1vh;box-sizing:content-box;cursor:pointer;-webkit-transform:translate3d(0,0,0)}.w-lightbox-active{opacity:.3}.w-lightbox-thumbnail{position:relative;height:10vh;background:#222;overflow:hidden}.w-lightbox-thumbnail-image{position:absolute;top:0;left:0}.w-lightbox-thumbnail .w-lightbox-tall{top:50%;width:100%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.w-lightbox-thumbnail .w-lightbox-wide{left:50%;height:100%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.w-lightbox-spinner{position:absolute;top:50%;left:50%;box-sizing:border-box;width:40px;height:40px;margin-top:-20px;margin-left:-20px;border:5px solid rgba(0,0,0,.4);border-radius:50%;-webkit-animation:spin .8s infinite linear;animation:spin .8s infinite linear}.w-lightbox-spinner:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:3px solid transparent;border-bottom-color:#fff;border-radius:50%}.w-lightbox-hide{display:none}.w-lightbox-noscroll{overflow:hidden}@media (min-width:768px){.w-lightbox-content{height:96vh;margin-top:2vh}.w-lightbox-view,.w-lightbox-view:before{height:96vh}.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:84vh}.w-lightbox-image{max-width:96vw;max-height:96vh}.w-lightbox-group .w-lightbox-image{max-width:82.3vw;max-height:84vh}.w-lightbox-left,.w-lightbox-right{display:block;opacity:.5}.w-lightbox-close{opacity:.8}.w-lightbox-control:hover{opacity:1}}.w-lightbox-inactive,.w-lightbox-inactive:hover{opacity:0}.w-richtext:after,.w-richtext:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-richtext:after{clear:both}.w-richtext[contenteditable=true]:after,.w-richtext[contenteditable=true]:before{white-space:initial}.w-richtext ol,.w-richtext ul{overflow:hidden}.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after{outline:2px solid #2895f7}.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected[data-rt-type=image] div{outline:2px solid #2895f7}.w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type=video]>div:after{content:'';position:absolute;display:none;left:0;top:0;right:0;bottom:0}.w-richtext figure{position:relative;max-width:60%}.w-richtext figure>div:before{cursor:default!important}.w-richtext figure img{width:100%}.w-richtext figure figcaption.w-richtext-figcaption-placeholder{opacity:.6}.w-richtext figure div{font-size:0;color:transparent}.w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type=image]{display:table}.w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type=image]>div{display:inline-block}.w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type=image]>figcaption{display:table-caption;caption-side:bottom}.w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type=video]{width:60%;height:0}.w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type=video] iframe{position:absolute;top:0;left:0;width:100%;height:100%}.w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type=video]>div{width:100%}.w-richtext figure.w-richtext-align-center{margin-right:auto;margin-left:auto;clear:both}.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div{max-width:100%}.w-richtext figure.w-richtext-align-normal{clear:both}.w-richtext figure.w-richtext-align-fullwidth{width:100%;max-width:100%;text-align:center;clear:both;display:block;margin-right:auto;margin-left:auto}.w-richtext figure.w-richtext-align-fullwidth>div{display:inline-block;padding-bottom:inherit}.w-richtext figure.w-richtext-align-fullwidth>figcaption{display:block}.w-richtext figure.w-richtext-align-floatleft{float:left;margin-right:15px;clear:none}.w-richtext figure.w-richtext-align-floatright{float:right;margin-left:15px;clear:none}.w-nav{position:relative;background:#ddd;z-index:1000}.w-nav:after,.w-nav:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-nav:after{clear:both}.w-nav-brand{position:relative;float:left;text-decoration:none;color:#333}.w-nav-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;color:#222;padding:20px;text-align:left;margin-left:auto;margin-right:auto}.w-nav-link.w--current{color:#0082f3}.w-nav-menu{position:relative;float:right}[data-nav-menu-open]{display:block!important;position:absolute;top:100%;left:0;right:0;background:#c8c8c8;text-align:center;overflow:visible;min-width:200px}.w--nav-link-open{display:block;position:relative}.w-nav-overlay{position:absolute;overflow:hidden;display:none;top:100%;left:0;right:0;width:100%}.w-nav-overlay [data-nav-menu-open]{top:0}.w-nav[data-animation=over-left] .w-nav-overlay{width:auto}.w-nav[data-animation=over-left] .w-nav-overlay,.w-nav[data-animation=over-left] [data-nav-menu-open]{right:auto;z-index:1;top:0}.w-nav[data-animation=over-right] .w-nav-overlay{width:auto}.w-nav[data-animation=over-right] .w-nav-overlay,.w-nav[data-animation=over-right] [data-nav-menu-open]{left:auto;z-index:1;top:0}.w-nav-button{position:relative;float:right;padding:18px;font-size:24px;display:none;cursor:pointer;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-nav-button:focus{outline:0}.w-nav-button.w--open{background-color:#c8c8c8;color:#fff}.w-nav[data-collapse=all] .w-nav-menu{display:none}.w-nav[data-collapse=all] .w-nav-button{display:block}.w--nav-dropdown-open{display:block}.w--nav-dropdown-toggle-open{display:block}.w--nav-dropdown-list-open{position:static}@media screen and (max-width:991px){.w-nav[data-collapse=medium] .w-nav-menu{display:none}.w-nav[data-collapse=medium] .w-nav-button{display:block}}@media screen and (max-width:767px){.w-nav[data-collapse=small] .w-nav-menu{display:none}.w-nav[data-collapse=small] .w-nav-button{display:block}.w-nav-brand{padding-left:10px}}@media screen and (max-width:479px){.w-nav[data-collapse=tiny] .w-nav-menu{display:none}.w-nav[data-collapse=tiny] .w-nav-button{display:block}}.w-tabs{position:relative}.w-tabs:after,.w-tabs:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-tabs:after{clear:both}.w-tab-menu{position:relative}.w-tab-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;padding:9px 30px;text-align:left;cursor:pointer;color:#222;background-color:#ddd}.w-tab-link.w--current{background-color:#c8c8c8}.w-tab-link:focus{outline:0}.w-tab-content{position:relative;display:block;overflow:hidden}.w-tab-pane{position:relative;display:none}.w--tab-active{display:block}@media screen and (max-width:479px){.w-tab-link{display:block}}.w-ix-emptyfix:after{content:""}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.w-dyn-empty{padding:10px;background-color:#ddd}.w-dyn-hide{display:none!important}.w-dyn-bind-empty{display:none!important}.w-condition-invisible{display:none!important}.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #f2f5f8;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: clamp(14px, 0.94vw + 10.48px, 24px);
  color: #1a283d;
  font-size: clamp(32px, 2.63vw + 22.14px, 50px);
  line-height: 120%;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1a283d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  padding: 10px 3%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 9px 20px 5px rgba(0, 0, 0, 0.15);
}

.navigation-container-full {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.navigation-link {
  padding-right: 25px;
  padding-left: 25px;
  transition: all 200ms ease;
  color: #1a283d;
  font-size: 17px;
  font-weight: 700;
}

.navigation-link:hover {
  color: #ff6e34;
}

.navigation-link.w--current {
  color: #ff4800;
}

.navigation-link.drop {
  padding-right: 40px;
}

.navigation-button {
  margin-left: 40px;
  padding: 18px 30px;
  border-radius: 10px;
  background-color: #fb9acf;
  font-family: 'DM Sans';
  color: #5c4ebd;
  font-size: 17px;
  font-weight: 700;
}

/*.body {
  background-color: #f2f5f8;
  font-family: 'DM Sans';
}*/

.navigation-menu {
  display: flex;
  align-items: center;
}

.header {
  display: flex;
  min-height: 600px;
  padding-top: 77px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  background-color: #9899ad;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.container.inside {
  padding-top: 0px;
}

.title-centre {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
}

.bar-big {
  width: 220px;
  height: 5px;
  margin-top: 32px;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.bar-small {
  width: 180px;
  height: 5px;
  border-radius: 100px;
  background-image: linear-gradient(90deg, rgba(251, 154, 193, 0), #ff6e34);
}

.blog-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.events-grid {
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.content-right {
  position: sticky;
}

.blog-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-bottom: 16px;
  padding: 20px;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.06);
  transition: box-shadow .3s ease;
  text-decoration: none;
}

.blog-item:hover {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
}
.blog-item:active {
  transition: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}
.blog-item:hover .heading-h2 {
  color: #be0000;
}

.blog-item:active .heading-h2 {
  color: #be0000;
}

.blog-item.baza {
  width: 100%;
  margin-bottom: 0;
  padding: 30px;
}

.blog-item.no-img {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.blog-item.w2 {
  grid-column-gap: 30px;
  grid-template-columns: 0.6fr 1fr;
  align-items: normal;
  margin-bottom: 0;
}
.blog-item.w2 .blog-image-wrap {
  padding: 0;
  align-self: self-start;
}
.blog-item.w2 .paragraph-detials-medium {
  flex-grow: 1;
}

.blog-image {
  width: 100%;
}

.blog-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.blog-content.mod-search {
  height: 100%;
}

.blog-content.mod-search .paragraph-detials-medium {
  flex-grow: 1;
}


.heading-h2 {
  margin-top: 0px;
  color: #1a283d;
  font-size: 20px;
  transition: color .3s ease;
}

.paragraph-detials-medium {
  margin-bottom: 15px;
  /* color: #727272; */
  font-size: 15px;
  line-height: 24px;
}

.profile-block {
  display: flex;
  width: 100%;
  align-items: center;
}

.profile-block.page {
  margin-top: 15px;
  justify-content: center;
}

.profile-picture {
  margin-right: 10px;
  border-radius: 100px;
}

.title-small {
  display: inline-block;
  color: #1a283d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
a.title-small:hover {
  color: #be0000;
}

.title-small.pink {
  margin-bottom: 0px;
  color: #ff4800;
}

.title-small.white {
  color: #fff;
}

.paragraph-detials-small {
  margin-right: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: hsla(0, 0%, 100%, 0.5);
}

.normal-wrapper {
  color: #7a7a7a;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.seach-bar {
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 15px;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
  font-size: 15px;
}

.search-button {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 100%;
  border-radius: 15px;
  background-color: #ff4800;
  transition: background-color .3s ease;
}

.search-button:hover {
  background-color: #ff6e34;
}

.search-button:active {
  transition: none;
  background-color: #e54101;
}

.search-button.l {
  height: 60px;
}

.search {
  position: relative;
}

.search.long {
  max-width: 490px;
}

.search-icon {
  position: absolute;
  left: 22px;
  top: 22px;
  right: 0%;
  bottom: 0%;
}

.search-button-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
}

.w-form {
  position: relative;
}
.wpcf7 form.invalid .wpcf7-response-output {
  padding: 0;
  color: red;
  border: none;
}
.w-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.subscription {
  max-width: 740px;
  margin: 0 auto 60px;
  text-align: center;
  padding: 46px 55px 38px;
  border-radius: 15px;
  background-color: #fff;
  background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/Paper_Plane.png);
  background-position: -20px -30px;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
}
.subscription .title-large {
  margin-bottom: 34px;
}
.subscription .w-form {
  position: relative;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.subscription label {
  margin: 0;
}
.subscription .wpcf7-submit {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  flex-grow: 1;
}
.subscription .wpcf7-spinner {
  position: absolute;
  left: calc(50% + 24px);
  top: 13px;
  transform: none;
}
.subscription .input {
  margin-bottom: 0;
}
.subscription .wpcf7-response-output {
  margin: 0 !important;
}

.title-large {
  margin-bottom: 20px;
  color: #1a283d;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}

.text-field {
  height: 60px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px none #000;
  background-color: transparent;
  font-size: 15px;
}

.featured-block {
  margin-top: 10px;
}

.featured-item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  transition: color 200ms ease;
  color: #202146;
  text-decoration: none;
}

.featured-item:hover {
  color: #5c4ebd;
}

.feature-image {
  margin-right: 20px;
  border-radius: 15px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.16);
}

.categories-block {
  margin-bottom: 40px;
}

.categories-pill {
  margin-right: 11px;
  margin-bottom: 14px;
  padding: 6px 16px;
  border-radius: 100px;
  background-color: #fff;
  text-decoration: none;
}

.title-medium {
  margin-bottom: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

.next-button {
  margin-top: 20px;
  padding: 20px 36px;
  border-radius: 15px;
  background-color: #ff4800;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s ease;
}

.next-button:hover {
  background-color: #ff6e34;
}
.next-button:active {
  transition: background-color .1s ease;
  background-color: #e54101;
}

.next-button.mod {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.header-blog {
  display: flex;
  height: auto;
  padding: 180px 3% 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #1a283d;
  /* background-image: linear-gradient(180deg, rgba(26, 40, 61, 0.7), rgba(26, 40, 61, 0.7)), url(//ppcseo.com/wp-content/themes/ppcseo/images/men.jpg); */
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.hero-container {
  display: flex;
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.hero-container .eye_img {
    filter: invert(100%) brightness(200%);
}
.hero-container .div-block-9 {
  color: #fff;
}

.profile-block-header {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

.blog-section {
  padding: 80px 50px 50px;
  color: #000;
}
.blog-section .wp-block-image {
  margin-left: -110px;
  margin-bottom: 10px;
}
.blog-section .wp-block-image + .wp-block-image {
  margin-top: 20px;
}
.blog-section .text,
.blog-section p,
.blog-section .text ul li,
.blog-section .text ol li {
  font-size: 18px;
}
.blog-section .text {
  line-height: 1.6;
}
.blog-section iframe {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}


@media screen and (max-width: 1439px) {
  .blog-section .wp-block-image {
    margin-left: 0;
  }
}


.blog-hero-image {
  display: block;
  margin-top: -200px;
  margin-bottom: 80px;
  border-radius: 15px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.06);
}

.paragraph-detials-large {
  margin-bottom: 40px;
  color: #1a283d;
  font-size: 17px;
  line-height: 30px;
}

.content-left_blog {
  display: block;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.content-left_blog.ivent {
  display: flex;
  align-items: center;
}

.blog-h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 3px solid #ff4800;
  color: #1a283d;
  font-size: 32px;
}

.heading-h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 140%;
  text-align: left;
}

.content-section {
  padding: 110px 50px 80px;
}

.content-section.onside {
  padding-top: 120px;
}

.form {
  display: flex;
  border-radius: 15px;
  background-color: #f2f5f8;
}

.submit-button {
  width: 60px;
  height: 60px;
  background-color: transparent;
}

.submit-button-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-2 {
  position: absolute;
  display: block;
  width: 12px;
}

.blog-image-wrap {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  max-height: 240px;
  padding: 20px;
  border-radius: 10px;
  transition: transform .3s;
}
.blog-image-wrap:hover {
  transform: scale(1.05);
}

.blog-image-wrap.no {
  height: auto;
}
.blog-image-wrap img {
  height: 100%;
}

.stick-wrapper {
  position: sticky;
  top: 100px;
}

.flowbase-remove {
  position: fixed;
  left: 35px;
  top: auto;
  right: auto;
  bottom: 45px;
  z-index: 999;
  width: 100%;
  max-width: 420px;
  min-height: 180px;
  padding: 18px 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-style: solid;
  border-width: 4px;
  border-color: #6a24cc;
  background-color: #7839f3;
  background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/Flowbase-Bubble-Right.png);
  background-position: 100% 0%;
  background-size: 170px;
  background-repeat: no-repeat;
  box-shadow: -2px 40px 45px -30px rgba(0, 18, 45, 0.27);
}

.flowbase-h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.flowbase-text {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 17px;
}

.flowbase-link {
  color: #fff;
}

.close-circle {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  transition: all 500ms ease;
}

.close-circle:hover {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.close-icon {
  width: 14px;
}

.flowbase-button {
  margin-top: 16px;
  margin-bottom: 10px;
  padding: 16px 24px;
  border-radius: 100px;
  background-color: #fff;
  color: #7839f3;
  font-size: 15px;
  font-weight: 700;
}

.flowbase-detail {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 13px;
}

.image-3 {
  width: 150px;
}

.slide-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  line-height: 8px;
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-2 {
  height: 100%;
}

.section {
  display: flex;
  height: 600px;
  padding-top: 81px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.arrow {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 15px;
  transition: all 200ms ease;
  font-size: 30px;
  line-height: 30px;
}

.arrow:hover {
  border-color: hsla(0, 0%, 100%, 0);
  background-color: #ff6e34;
}

.slide-content-div {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  padding-left: 100px;
  background-color: #1a283d;
}

.slide-content-div.s2 {
  background-color: #3f53a3;
}

.content-div {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}

.text-block {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.div-block {
  width: 50%;
}

.heading {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
}

.div-block-2 {
  display: flex;
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.image-4 {
  height: 100%;
}

.dropdown-list {
  background-color: #f2f5f8;
}

.dropdown-link {
  transition: all 200ms ease;
  color: #1a283d;
  font-weight: 700;
}

.dropdown-link:hover {
  color: #ff6e34;
}

.dropdown-link.w--current {
  color: #1a283d;
}

.dropdown-link.d {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-cta {
  margin-right: 20px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.social-link {
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
}
.social-link:hover {
  opacity: 0.5;
}

.social-link.col {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 3px;
  background-color: #9899ad;
}

.social-link.col:hover {
  background-color: #ff4800;
}

.footer-link {
  display: block;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.footer-bottom {
  display: flex;
  margin-top: 92px;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-bottom.line-blank {
  margin-top: 10px;
  border-bottom-style: none;
}

.footer-wrapper {
  display: flex;
  align-items: center;
}

.footer-grid-03 {
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-03 {
  padding: 50px 50px 30px;
  background-color: #1a283d;
}

.button {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #ffd2dd;
  color: #5e4dcd;
  font-size: 16px;
}

.footer-title {
  margin-bottom: 15px;
  color: #ffd2dd;
  font-size: 17px;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.footer-column {
  display: flex;
  padding-right: 40px;
  flex-direction: column;
  align-items: flex-start;
}

.image-5 {
  width: 150px;
  margin-bottom: 15px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 50px;
}

.banner {
  display: flex;
  height: 440px;
  margin-bottom: 40px;
  padding: 20px;
  align-items: flex-end;
  border-radius: 15px;
  background-color: #1a283d;
  background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/hero.jpg);
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
}

.text-block-2 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.grid {
  margin-bottom: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.ivent-card {
  display: flex;
  overflow: hidden;
  min-height: 400px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  background-color: #fff;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
}

.ivent-card:hover {
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.17);
}

.ivent-img-div {
    width: 100%;
    height: 240px; 
    overflow: hidden;
    position: relative;
    background-color: #1a283d;
}

.ivent-img-div img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0);
    will-change: transform;
}

.ivent-img-div:hover img {
    transform: translateY(calc(-100% + 240px));
}

.ivent-img-div.im2 {
  background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/s1.jpg);
  background-position: 50% 0%;
}

.ivent-img-div.im3 {
  background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/s3.jpg);
}

.ivent-img-div.im4 {
  background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/s2.jpg);
}

.div-block-3 {
  padding: 30px;
  flex: 1;
}

.div-block-4 {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.div-block-4.adr {
  justify-content: flex-start;
  color: #929292;
  font-size: 12px;
  line-height: 14px;
}

.text-block-3 {
  padding: 2px 5px;
}

.text-block-4 {
  background-color: transparent;
  color: #ff4800;
  font-weight: 700;
}

.grid-avtor {
  margin-bottom: 50px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-avtor img {
  transition: .3s all;
}
.grid-avtor .div-block-6:hover img {
  transform: scale(1.05);
}

.div-block-5 {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
  border-radius: 100px;
  /*background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/Снимок-экрана-2021-01-27-в-11.35.46.png);*/
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5.im2 {
  background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/Снимок-экрана-2021-01-27-в-11.35.50.png);
}

.div-block-5.im3 {
  background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/Снимок-экрана-2021-01-27-в-11.36.05.png);
}

.div-block-5.im4 {
  background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/Снимок-экрана-2021-01-27-в-11.36.11.png);
}

.div-block-5.im5 {
  background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/Снимок-экрана-2021-01-27-в-11.36.17.png);
}

.div-block-5.im6 {
  background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/Снимок-экрана-2021-01-27-в-11.36.24.png);
}

.div-block-5.im7 {
  background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/Снимок-экрана-2021-01-27-в-11.36.41.png);
}

.div-block-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2e2e2e;
  text-align: center;
  text-decoration: none;
}
.div-block-6:hover {
  color: #2e2e2e;
}

.div-block-7 {
  position: relative;
  width: 1300px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-8 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  color: #929292;
}

.div-block-8.page {
  color: #b3b3b3;
}

.div-block-9 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 10px;
  padding: 5px;
}

.div-block-9.news {
  background-color: #ff6e34;
  color: #fff;
  line-height: 14px;
}

.image-6 {
  width: 14px;
  height: 10px;
  margin-right: 5px;
}

.text-block-5 {
  line-height: 14px;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.tag-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  margin-top: 20px;
  margin-left: 20px;
  padding: 5px 10px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background-color: #ff6e34;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.tag-div.cas {
  background-color: #ff6e34;
}

.div-block-11 {
  display: flex;
  gap: 8px;
  padding-left: 20px;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.26);
}

.link {
  color: #1a283d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.link:hover {
  color: #be0000 !important;
}

.link.activ {
  color: #ff4800;
  pointer-events: none;
}

.image-7 {
  margin-bottom: 30px;
}

.div-block-12 {
  display: flex;
  align-items: center;
}

.text-block-6 {
  margin-right: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-13 {
  display: flex;
  height: 300px;
  margin-top: 50px;
  padding-top: 0px;
  justify-content: center;
  align-items: center;
  border-top: 1px dashed rgba(0, 0, 0, 0.57);
  background-color: #fff;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(51, 51, 51, 0.26);
  text-transform: uppercase;
}

.mask {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.text-block-7 {
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  background-color: rgba(255, 72, 0, 0.07);
  font-weight: 600;
}

.image-8 {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 24px;
}

.dropdown-list-2 {
  position: relative;
}

.dropdown-list-2.w--open {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.dropdown-link-2 {
  padding-left: 30px;
}

.dropdown-link-2:hover {
  color: #ff4800;
}

.dropdown {
  width: 100%;
}

.paragraph {
  line-height: 24px;
}

.input {
  height: 50px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fafafa;
}

.form-2 {
  margin-top: 30px;
}

.modal-blk {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 500px;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
}

.form-btn {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 30px;
  align-items: center;
  border-radius: 50px;
  background-color: teal;
  box-shadow: 0 16px 30px -13px rgba(0, 128, 128, 0.58);
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.form-btn:hover {
  background-color: #66c3d0;
}

.modal-heading {
  margin-top: 0px;
  font-weight: 300;
}

.field-label {
  margin-left: 10px;
  font-size: 12px;
  line-height: 16px;
}

.link-3 {
  color: #66c3d0;
}

.checkbox-field {
  color: #9b9b9b;
  font-size: 12px;
}

.image-9 {
  display: block;
}

.close-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  padding: 13px;
  border-radius: 5px;
  background-color: #ff4800;
}
.close-btn img {
  filter: invert(1);
  transition: filter .3s;
}
.close-btn:hover img {
  filter: invert(0);
}
.close-btn:active img {
  transform: scale(.9);
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.71);
}

.breadcrumbs {
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  flex-wrap: wrap;
  align-items: center;
}

.link-4 {
  color: #999;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.link-4.w--current {
  font-weight: 700;
}

.bread-sep {
  margin-right: 5px;
  margin-left: 5px;
  color: #b3b3b3;
}

.news-num-blk {
  display: flex;
  width: 100%;
  margin-top: 60px;
  justify-content: center;
}

.num-select-blk {
  display: flex;
  align-items: center;
}

.num-inpup {
  margin-right: 2px;
  margin-left: 2px;
  padding: 5px 7px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.16);
  border-radius: 5px;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
}

.num-inpup:hover {
  background-color: rgba(255, 72, 0, 0.65);
  color: #fff;
}

.num-inpup.dots {
  border-width: 0px;
}

.num-inpup.dots:hover {
  background-color: #333;
}

.num-inpup.activ-num {
  background-color: #ff4800;
  color: #fff;
}

.blog-img-div {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /*background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/article.jpg);*/
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-14 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 120px;
  height: 60px;
  background-color: #1a283d;
}

.div-block-14-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: auto;
  height: auto;
  padding: 10px 30px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff4800;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="modal-initial"] {
  display: none;
  opacity: 0;
}

  .navigation-menu .dropdown-wrap {
    min-height: 0; 
    padding-bottom: 0;
    transition: padding 0.3s ease;
  }
  .navigation-menu .dropdown-list,
  .navigation-menu .dropdown-list-2 {
    display: grid;
    grid-template-rows: 0fr; 
    transition: grid-template-rows 0.3s ease-out;
    overflow: hidden;
  }
  .navigation-menu .dropdown-list.w--open,
  .navigation-menu .dropdown-list-2.w--open {
   grid-template-rows: 1fr; 
  }
  .navigation-menu .w-icon-dropdown-toggle {
    transition: transform 0.3s ease-out;
  }
  .navigation-menu .navigation-link.w--open .w-icon-dropdown-toggle,
  .navigation-menu .dropdown-link.w--open .w-icon-dropdown-toggle {
    transform: rotate(180deg);
  }

@media screen and (max-width: 1199px) {
  .events-grid {
    grid-template-columns: 1fr 1fr;
  }
  .blog-item.baza {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .categories-block {
    margin-bottom: 20px;
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .navigation .seach-bar {
    height: 45px;
  }
  .navigation .search-button {
    width: 45px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }

  .navigation-link {
    padding: 14px;
    color: #fff;
  }
  .w-dropdown-btn, .w-dropdown-link, .w-dropdown-toggle {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .navigation-button {
    margin-left: 0px;
  }

  .navigation-menu {
    padding-top: 20px;
    padding-bottom: 12px;
    background-color: #1a283d;
  }

  .header {
    background-image: url(//ppcseo.com/wp-content/themes/ppcseo/images/BG-Shape-01.svg);
    background-position: 100% 100%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .heading-h1 {
    font-size: 33px;
  }


  .blog-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog-item.no-img {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .blog-item.w2 {
    grid-template-rows: auto;
  }
  .blog-item.w2 .blog-image-wrap {
    height: auto;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .content-section.onside {
    padding-top: 100px;
  }

  .menu-button {
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff4800;
    border-radius: 10px;
    color: #ff4800;
    font-size: 35px;
  }

  .menu-button.w--open {
    background-color: #ff4800;
  }

  .blog-image-wrap {
    height: 220px;
  }

  .flowbase-remove {
    display: none;
  }

  .arrow {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .slide-content-div {
    padding-right: 80px;
    padding-left: 80px;
  }

  .text-block {
    font-size: 18px;
    line-height: 24px;
  }

  .heading {
    font-size: 40px;
  }

  .image-4 {
    height: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-03 {
    padding: 50px 30px 30px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-avtor {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    float: left;
    margin-top: 26px;
    margin-bottom: 20px;
    padding-right: 20px;
    justify-content: flex-end;
    color: #fff;
  }

  .link {
    color: #fff;
  }

  .heading-3 {
    font-size: 20px;
    text-align: center;
  }

  .form-btn {
    font-size: 14px;
    line-height: 14px;
  }

  .link-4 {
    font-size: 10px;
  }

  .div-block-14-copy {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-grid-03 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .ivent-img-div {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .ivent-card {
    position: relative;
  }
  .ivent-card .text-block-7 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #ff4800;
    color: #fff;
  }
  .events-grid {
    grid-template-columns: 1fr;
  }
  h4 {
    font-size: 16px;
  }
  .blog-h2 {
    font-size: 18px;
  }
  .blog-section .text,
  .blog-section p,
  .blog-section .text ul li,
  .blog-section .text ol li {
    font-size: 16px; 
  }
  .blog-item.w2 {
    display: flex;
    flex-direction: column;
  }
  .blog-item.w2 .blog-image-wrap img {
    width: 100%;
    height: 100%;
  }

  .header {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-h1 {
    font-size: 30px;
  }

  .blog-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .title-medium.cta {
    font-size: 14px;
    line-height: 14px;
  }

  .next-button.cta {
    padding: 15px 20px;
    text-align: center;
  }

  .header-blog {
    padding-top: 120px;
    padding-bottom: 50px;
    justify-content: center;
  }

  .blog-hero-image {
    margin-top: -170px;
  }

  .paragraph-detials-large {
    font-size: 14px;
    line-height: 24px;
  }

  .content-section {
    padding: 80px 16px;
  }

  .flowbase-remove {
    display: none;
  }

  .section {
    height: auto;
  }

  .slide-content-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-div {
    flex-wrap: wrap;
  }

  .text-block {
    font-size: 12px;
    line-height: 18px;
  }

  .heading {
    font-size: 30px;
  }

  .footer-bottom {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .footer-column {
    padding-right: 0px;
  }


  .div-block-5 {
    width: 100px;
    height: 100px;
  }


  .form-btn {
    padding-right: 16px;
    font-size: 10px;
    line-height: 12px;
  }
  .subscription label {
    width: 100%;
  }
  .subscription .wpcf7-spinner {
    margin: 0;
    left: calc(50% - 12px);
  }
}

@media screen and (max-width: 479px) {
  .heading-h1 {
    font-size: 20px;
  }

  .header-blog {
    padding-top: 120px;
  }

  .blog-section {
    padding: 50px 30px;
  }

  .blog-hero-image {
    margin-top: -143px;
    margin-bottom: 30px;
  }

  .blog-image-wrap {
    height: 180px;
    padding: 15px;
  }

  .footer {
    background-image: none;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .arrow {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .slide-content-div {
    padding-right: 50px;
    padding-left: 50px;
  }

  .content-div {
    flex-wrap: wrap-reverse;
  }

  .div-block {
    width: 100%;
  }

  .div-block-2 {
    width: 100%;
  }

  .social-link.col {
    margin-bottom: 5px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-grid-03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-avtor {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    margin-bottom: 5px;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-6 {
    margin-bottom: 10px;
  }

  .form-2 {
    margin-top: 15px;
    font-size: 12px;
  }

  .num-inpup {
    padding: 7px 10px;
    font-size: 18px;
  }

  .div-block-14 {
    width: 100px;
    height: 50px;
  }
}

#w-node-_0f6aed93-e579-a98e-9376-4875f4a04cf2-98b62078 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6dc315c1-a139-3055-3de9-59008d0b3a89-98b62078 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3db4a7f-b51d-5cf7-477f-e1e88cedaa3f-98b62078 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_71b6de82-3f56-450e-2b14-24e71938b9d9-98b62078 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_86867919-1164-1cfd-15d4-4b37fcaee3e1-98b62078 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_33ef8f4c-6438-265d-4524-a268574a0a80-98b62078 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a7fb27c2-9202-7ca0-42b1-589db2e5afd3-98b62078 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5a0850e3-ede2-48e5-ad20-50275eb63f40-98b62078 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2be5a049-f19d-2ad9-1379-264501c17fce-98b62078 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ace2c2cd-a86a-5f0f-26a9-da36a2e6ecc0-1f55890b {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ace2c2cd-a86a-5f0f-26a9-da36a2e6eccf-1f55890b {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ace2c2cd-a86a-5f0f-26a9-da36a2e6eced-1f55890b {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_577fb5e3-5009-76a4-5bff-73212e804ee3-fea1d58c {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a21ead55-3c78-5117-ec16-481fa4f21645-fea1d58c {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2aeb14db-7afb-3518-5e86-3859d30c0108-fea1d58c {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_42b09fca-b410-2a62-eee3-e636ee390eb4-fea1d58c {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_10cc9c5c-45e7-af1b-2268-2cff8438e47a-dd9f32c2 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_10cc9c5c-45e7-af1b-2268-2cff8438e4c0-dd9f32c2 {
  -ms-grid-row-align: center;
  align-self: center;
}
html { overflow-y: scroll }

img{max-width: 100%;height: auto}

img.alignleft   {float:left; margin-right:10px;margin-bottom: 10px;}

img.alignright  {float:right; margin-left:10px;margin-bottom: 10px;}

img.aligncenter {margin-left:auto; margin-right:auto; display:block;margin-bottom: 10px;}

a {
  color: #be0000;
  transition: color .3s ease;
}
a:hover {
  color: #640000;
}

.wp-block-embed-youtube.aligncenter{
  text-align: center;
}
.add_like {
  display:none
}

.div-block-13 {
  height: auto;
}

.comments{
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  padding: 20px;
}

.comment_img{
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 17.6'%3E%3Cpath d='M9 0C4 0 0 3.5 0 7.9c0 2.5 1.3 4.7 3.3 6.2l.2 2.9c0 .5.4.7.8.4l2.4-1.8c.7.2 1.5.2 2.2.2 5 0 9-3.5 9-7.9S14 0 9 0z' fill='%23666'/%3E%3C/svg%3E");
}

.eye_img{
  width: 16px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 20'%3E%3Cpath d='M16.1 0C6 0 0 10 0 10s6 10 16.1 10C26 20 32 10 32 10S26 0 16.1 0zM16 3c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7zm0 3c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4c0-.6-.1-1.1-.3-1.6-.3.4-.7.6-1.2.6-.8 0-1.5-.7-1.5-1.5 0-.5.2-.9.6-1.2-.5-.2-1-.3-1.6-.3z' fill='%23666'/%3E%3C/svg%3E");
}

.logo_w{
  width: 150px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='_x31_' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 179.4 36' xml:space='preserve'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd;fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M164.6 26.6c1.6 0 3-.4 4.3-1.1 1.3-.7 2.3-1.8 3-3.1.7-1.3 1.1-2.8 1.1-4.5 0-1.7-.4-3.2-1.1-4.5-.7-1.3-1.7-2.3-3-3.1-1.3-.7-2.7-1.1-4.3-1.1-1.6 0-3 .4-4.3 1.1-1.3.7-2.3 1.8-3 3.1-.7 1.3-1.1 2.8-1.1 4.5 0 1.7.4 3.2 1.1 4.5.7 1.3 1.7 2.3 3 3.1 1.3.8 2.7 1.1 4.3 1.1zM110 32c-2.1 0-4.2-.3-6.2-.9-2-.6-3.6-1.3-4.8-2.3l2.1-4.7c1.2.8 2.5 1.5 4.1 2 1.6.5 3.2.8 4.8.8 1.8 0 3.1-.3 3.9-.8.8-.5 1.3-1.2 1.3-2.1 0-.6-.3-1.2-.8-1.6-.5-.4-1.1-.8-1.9-1-.8-.3-1.8-.5-3.2-.8-2.1-.5-3.7-1-5-1.5-1.3-.5-2.4-1.3-3.4-2.4-.9-1.1-1.4-2.5-1.4-4.3 0-1.6.4-3 1.3-4.3.8-1.3 2.1-2.3 3.8-3 1.7-.7 3.8-1.1 6.3-1.1 1.7 0 3.4.2 5 .6 1.6.4 3.1 1 4.3 1.8l-1.9 4.7c-2.5-1.4-5-2.1-7.5-2.1-1.7 0-3 .3-3.9.8-.8.6-1.3 1.3-1.3 2.2 0 .9.5 1.6 1.4 2.1 1 .4 2.4.9 4.4 1.3 2.1.5 3.7 1 5 1.5 1.3.5 2.4 1.3 3.4 2.3.9 1.1 1.4 2.5 1.4 4.3 0 1.5-.4 2.9-1.3 4.2-.9 1.3-2.2 2.3-3.9 3-1.4.9-3.5 1.3-6 1.3zm36.7-5.5v5h-20.9v-27h20.4v5H132v5.9h12.5v4.9H132v6.2h14.7zm17.9 5.5c-2.8 0-5.3-.6-7.6-1.8-2.2-1.2-4-2.9-5.3-5-1.3-2.1-1.9-4.5-1.9-7.2 0-2.6.6-5 1.9-7.2 1.3-2.1 3-3.8 5.3-5 2.2-1.2 4.8-1.8 7.6-1.8s5.3.6 7.6 1.8c2.2 1.2 4 2.9 5.3 5 1.3 2.1 1.9 4.5 1.9 7.2 0 2.6-.6 5-1.9 7.2-1.3 2.1-3 3.8-5.3 5-2.3 1.2-4.8 1.8-7.6 1.8zM69 32c-2.7 0-5.2-.6-7.5-1.8-2.2-1.2-4-2.9-5.2-5-1.3-2.1-1.9-4.5-1.9-7.2s.6-5.1 1.9-7.2c1.3-2.1 3-3.8 5.2-5C63.7 4.6 66.2 4 69 4c2.3 0 4.5.4 6.3 1.2 1.8.8 3.4 1.9 4.6 3.4l-3.8 3.8-.1.1c-1.8-2.1-4.1-3.2-6.8-3.2-1.7 0-3.2.4-4.5 1.1-1.3.7-2.3 1.8-3.1 3.1-.7 1.3-1.1 2.8-1.1 4.5 0 1.7.4 3.2 1.1 4.5.7 1.3 1.8 2.3 3.1 3.1 1.3.7 2.8 1.1 4.5 1.1 2.7 0 5-1.1 6.8-3.2l.1.1 3.8 3.8c-1.3 1.5-2.8 2.6-4.6 3.4-1.9.7-4 1.2-6.3 1.2zM11.3 19c1.9 0 3.3-.4 4.3-1.2 1-.8 1.5-2 1.5-3.4 0-1.5-.5-2.7-1.5-3.5-1-.8-2.4-1.2-4.3-1.2H6.2V19h5.1zm.4-14.5c2.4 0 4.5.4 6.2 1.2 1.8.8 3.1 1.9 4.1 3.4 1 1.5 1.4 3.2 1.4 5.2s-.5 3.7-1.4 5.2c-1 1.5-2.3 2.6-4.1 3.4-1.8.8-3.8 1.2-6.2 1.2H6.2v7.4H0v-27h11.7zM39.2 19c1.9 0 3.3-.4 4.3-1.2 1-.8 1.5-2 1.5-3.4 0-1.5-.5-2.7-1.5-3.5-1-.8-2.4-1.2-4.3-1.2h-5.1V19h5.1zm.3-14.5c2.4 0 4.5.4 6.2 1.2 1.8.8 3.1 1.9 4.1 3.4 1 1.5 1.4 3.2 1.4 5.2s-.5 3.7-1.4 5.2c-1 1.5-2.3 2.6-4.1 3.4-1.8.8-3.8 1.2-6.2 1.2h-5.4v7.4h-6.2v-27h11.6z'/%3E%3Cpath d='M90.2 0c1.7 0 3.1 1.4 3.1 3.1v29.8c0 1.7-1.4 3.1-3.1 3.1-1.7 0-3.1-1.4-3.1-3.1V3.1c0-1.7 1.4-3.1 3.1-3.1z' fill-rule='evenodd' clip-rule='evenodd' fill='%23ff4800'/%3E%3C/svg%3E");
}
.text h2{
  line-height: 1.3;
}

.text h3{
  line-height: 1.3;
}

ul.steps{
  position: sticky;
  top: 100px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

ul.steps li {
  margin-bottom: 8px;
}
ul.steps a {
  font-size: 16px;
  line-height: 1.5;
  color: #1E303E;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in;
}

ul.steps a:hover{
  border-color: #1E303E;
}

.text ul li, .text ol li {
  font-size: 16px;
  line-height: 30px;
}

.text img {
  cursor: pointer;
  height: auto !important;
}

.text table td{
  padding: 5px;
}
a.categories-pill {
  color: #ff4800;
  font-size: 16px;
  font-weight: 700;
  transition: box-shadow .3s ease;
}
a.categories-pill:hover {
  box-shadow: 0 0 0 1px #ff4800;
}
a.categories-pill:active {
  box-shadow: 0 0 0 1px #be0000;
  color: #be0000;
  transition: box-shadow .1s ease;
}
.ivent-img-div{
  overflow: hidden;
  background-image: none;
  background-color: #FFF;
}

.ivent-img-div img{
  max-width: 100%;
  height: auto;
}
.class-modal{
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 200ms ease 0s, transform 500ms ease 0s;
  transform: scaleX(1);
}
form.wpcf7-form .w-checkbox.checkbox-field{
  display: flex;
  padding-left: 0;
}

.breadcrumb ol{
  list-style-type: none;
  display: flex;
  margin-bottom: 30px;
  padding-left: 0;
}

.breadcrumb ol a:hover{
  color: #FD3D17;
}
.search-button{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6521 10.8455L15.6249 13.8183C16.1246 14.3181 16.1246 15.1283 15.6249 15.6282C15.1215 16.1192 14.3184 16.1192 13.815 15.6282L10.8422 12.656C8.0356 14.5324 4.26341 13.9737 2.12111 11.3645C-0.0211887 8.75522 0.165174 4.94644 2.55197 2.5588C4.93877 0.17116 8.74748 -0.0165497 11.3575 2.12483C13.9675 4.2662 14.5275 8.0382 12.6521 10.8455ZM11.84 7.20322C11.84 4.64061 9.76256 2.56322 7.19996 2.56322C4.63853 2.56604 2.56278 4.64178 2.55996 7.20322C2.55996 9.76582 4.63735 11.8432 7.19996 11.8432C9.76256 11.8432 11.84 9.76582 11.84 7.20322Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.heading-h2 a {
  display: inline-block;
  text-decoration: none;
  color: #1a283d;
}
.heading-h2 a:hover {
  color: #be0000;
}

.blog-h-line{
  padding-left: 20px;
  border-left: 3px solid #ff4800;
}
.button_up{
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 40px;
  height: 40px;
  position: fixed;
  cursor: pointer;
  bottom: 40px;
  right: 25px;
  border-radius: 50%;
  background-color: #ff4800;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}
.button_up:hover {
  background-color: #ff6e34;
}
.button_up:active {
  transition: none;
  background-color: #be0000;
}

.button_up.show_{
  opacity: 1;
  z-index: 99;
}

.button_up span{
  font-size: 31px;
  color: #fff;
}
.footer_mail{
  margin-bottom: 15px;
}

.footer_mail a{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: opacity .3s ease;
}
.footer_mail a:hover {
  opacity: 0.5;
}

.mistape_caption{
  margin-top: 30px;
  margin-bottom: 30px;
}


.grecaptcha-badge {visibility: hidden; } 

.cn-button.bootstrap{
  background-color: #ff4800;
}

.blog-item-front-page .item-title{
  color: #18364A;
  transition: color .3s ease;
}
.blog-item-front-page:hover .item-title{
  color: #be0000;
}


.cases-item-front-page .item-date,

.blog-item-front-page .item-date{
  color: #FF2F00;
  font-weight: bold;
}

body{
  position: relative;
  z-index: 1;
}

.div-block-14{
  width: 115px;
  height: 55px;
}

.slide-content-div.s2{
  background-color: #f2f5f8;}

.header-blog{
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #f2f5f8; */
  min-height: 433px;
}
.header-blog .heading-h1 {
  filter: drop-shadow(1px 1px 1px black);
}

.blog-grid.blog-grid-news {
  grid-column-gap: 70px;
  grid-template-columns: minmax(0, 700px) 330px;
  justify-content: right;
}

body.page-template-temp-author .blog-item.w2, article.blog-item.w2{
  width: 100%;
}

.blog-item.no-img{
  width: 100%;
}
.blog-img-div{
  -o-object-fit: cover;
  object-fit: cover;
}
.cat_menu_item a{
  color: #1a283d;
  font-weight: 700;
  text-decoration: none;
}

.footer-link{
  padding-top: 7px;
  padding-bottom: 7px;
}
.footer-link:hover {
  color: #fff;
}

.footer-cta{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.footer-03 .logo_w {
  margin-bottom: 10px;
}

.footer-column .social-link:first-child{
  padding-left: 0;
  width: 20px;
}

.profile-picture{
  max-width: 50px;
}

.featured-item .feature-image{
  width: 90px;
}

@media only screen and (max-width: 768px) {
  .blog-grid.blog-grid-news{
    grid-template-columns: 1fr;
  }
}

.page-numbers{
  min-width: 32px;
  margin: 0 5px;
  padding: 5px 7px;
  border: solid 1px rgba(51, 51, 51, 0.16);
  border-radius: 5px;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
  text-align: center;
}

.page-numbers:hover {
  background-color: rgba(255, 72, 0, 0.65);
  color: #fff;
}
.page-numbers:active {
  background-color: #be0000;
}

.page-numbers.current{
  background-color: #ff4800;
  color: #fff;
}

span.page-numbers {
  pointer-events: none;
}

.page-numbers.prev,
.page-numbers.next {
  border-width: 0px;
}
.navigation .search {
  margin: 0 20px;
}
.navigation .seach-bar {
  margin-bottom: 0;
  padding: 8px 72px 8px 20px;
}
.header-search-mob {
  display: none;
}

@media screen and (max-width: 991px) {
  .header-blog{
    min-height: none;
  }
  .header-search-mob {
    display: block;
    margin-left: auto;
  }
  .header-search-desc {
    display: none;
  }
}


#modal__image {
  z-index: -1;
  opacity: 0;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

#modal__image.show_ {
  transition: opacity 450ms;
  opacity: 1;
  z-index: 999;
}

#modal__image.hide_ {
  opacity: 0;
  z-index: -1;
  transition: opacity 450ms;
}

#modal__image--close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#modal__image--close:hover,
#modal__image--close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#modal__image--content {
  margin: auto;
  display: block;
  width: auto;
  max-width: 1100px;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@media only screen and (max-width: 700px) {
  #modal__image--content {
    width: 100%;
  }
}

.navigation-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.navigation-messengers {
  display: flex;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.26);
}
.navigation-messengers svg {
  transition: transform .3s;
}
.navigation-messengers:hover svg {
  transform: scale(1.1);
}
.grid-main {
  grid-template-columns: 1fr 300px;
  column-gap: 40px;
  row-gap: 0;
}

.articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.articles .blog-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;

}
.articles .blog-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.articles .paragraph-detials-medium {
  flex-grow: 1;
}

#loadmore_front .next-button {
  min-width: 310px;
}
.all-news-link {
  display: none;
  text-decoration: none;
  color: #FF2F00;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
  text-transform: uppercase;
}
.copyright {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ffffff80;
}
.copyright-inner {
  color: #fff;
}
.form-topic {
  width: 60%; 
  margin: 40px auto 0;
}

.blog-breadcrumb {
  position: relative;
}
.blog-breadcrumb .breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 1;
  list-style-type: none;
  display: inline-flex;
  margin-top: 0;
  margin-bottom: 0;
  filter: drop-shadow(4px 2px 3px black);
  text-shadow: 0px 1px black;
  background: #00000040;
  padding: 0 10px;
  justify-content: normal;
  overflow-x: auto;
}
.breadcrumb ol {
  white-space: nowrap;
}
.blog-breadcrumb .link-4 {
  transition: all .3s;
}
.blog-breadcrumb .link-4,
.blog-breadcrumb .bread-sep {
  color: #fff;
}
.blog-breadcrumb a.link-4:hover {
  text-shadow: 0px 0px #fff;
  color: #fff;
}
.blog-breadcrumb .breadcrumb ol {
  margin-bottom: 0;
}
.title-small.white:hover {
  box-shadow: -5px 0px 0 1px inherit;
}

@media screen and (max-width: 1439px) {  
  .blog-grid.blog-grid-news {
    grid-column-gap: 70px;
    grid-template-columns: 1fr 380px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-grid.blog-grid-news {
    grid-column-gap: 70px;
    grid-template-columns: 1fr;
  }
  .blog-grid.blog-grid-news .content-left_blog {
    order: 2;
  }
  .grid-main {
    display: contents;
  }
  .grid-row-2 {
    order: 2;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .all-news-link {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .blog-breadcrumb .breadcrumb {
    top: 80px;
  }
  .articles {
    grid-template-columns: 1fr;
  }
  .navigation-messengers {
    float: right;
    margin-right: 21px;
    margin-top: 19px;
  }
  .button_up {
    right: 10px;
    bottom: 10px;
  }
  #loadmore_front .next-button {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .form-topic {
    width: 100%;
  }
  .text h2 {
    font-size: 24px;
  }
  .text h3 {
    font-size: 20px;
  }
  .text table {
    width: calc(100vw - 60px) !important;
    height: auto !important;
    display: block;
    overflow-x: auto;
  }
  a.categories-pill {
    font-size: 14px;
  }
  .navigation .seach-bar {
    padding-right: 50px;
  }
  .navigation-container-full .image-3 {
    width: 90px;
  }
}


.block-cookie {
  flex-direction: column;
  position: fixed;
  max-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  background: #F2F4F4;
  box-shadow: 0px 0px 23.7px -3px rgba(5, 24, 28, 0.5);
  border-radius: 24px;
  bottom: 20px;
  z-index: 1000000;
  width: calc(100% - 40px);
  display: none;
}
.block-cookie.is--active {
  display: flex;
}

.block-cookie__btn {
  margin-top: 0;
  padding: 14px 20px;
}
.block-cookie__btn-decline {
  border: 1px solid #797979;
  color: #4c4c4c;
  background: #fff;
}
.block-cookie__btn-decline:hover {
  background-color: #dcdcdc;
}

.block-cookie__actions {
  display: flex;
  gap: 12px;
}

.block-cookie__block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
}

.block-cookie__text {
  font-size: 16px;
  line-height: 140%;
  color: #11171B;
}
@media (max-width: 767px) {
  .block-cookie__block {
    flex-direction: column;
  }
}

.modal-btns {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  justify-content: center;
}/*
Theme Name: ppc_seo
Theme URI:
Author: olurin + igorspin
Author URI:
Description: ppc_seo
Version: 1.0
*/