.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 .hidden-fields-container {
	display: none;
}

.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 [inert] {
	opacity: 0.5;
}

.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;
}
/* Base styles
----------------------------------------------------------------------------- */
.spu-box,
.spu-box *{
	box-sizing: border-box;
}
.wppopups-whole{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
    z-index: 999998;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spu-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
.spu-box:before,
.spu-box:after {
	content:"";
	display:table;
}
.spu-box:after {
	clear:both;
}
.spu-box {
	zoom:1;
}
.spu-box {
	position:fixed;
	z-index: 999999;
	width: 100%;
    max-height: 100vh;
}
.spu-box img{
	max-width: 100%;
	height: auto;
}

.spu-box img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Positions
----------------------------------------------------------------------------- */
.spu-box.spu-position-top-left{
    top: 0; left: 0; bottom: auto; right: auto;
}

.spu-box.spu-position-top-right{
    top: 0; right: 0; bottom: auto; left: auto;
}
.spu-box.spu-position-top-center{
    top: 0; right: auto; bottom: auto; left: auto;
}

.spu-box.spu-position-bottom-left{
    bottom: 0; left: 0; top: auto; right: auto;
}

.spu-box.spu-position-bottom-right{
    bottom: 0; right: 0; top: auto; left: auto;
}
.spu-box.spu-position-bottom-center{
    top: auto; right: auto; bottom: 0; left: auto;
}

.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
    position: fixed;
}
.spu-box.spu-position-top-bar{
    top: 0;
}
.spu-box.spu-position-bottom-bar{
    bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-fields-container,
.spu-box.spu-position-top-bar .spu-content .spu-fields-container{
    padding: 0;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}
.spu-box.spu-position-bottom-bar .spu-content > *,
.spu-box.spu-position-top-bar .spu-content > *{
    margin-left: 20px;
    margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-form,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-top-bar .spu-content .spu-optin-form {
    display: inline-flex;
    margin-bottom: 0;
}
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr{
    margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr ,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr {
    margin-left: 20px;
    margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields .spu-fields ,
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields .spu-fields {
    min-width: 250px;
}
.spu-box.spu-position-bottom-bar .spu-content button.spu-fields.spu-submit ,
.spu-box.spu-position-top-bar .spu-content button.spu-fields.spu-submit {
    width: 120px;
    margin-left: 20px;
}
/* Close
----------------------------------------------------------------------------- */
.spu-close{
    position:absolute;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    line-height: .5;
    text-decoration: none;
    cursor: pointer;
    z-index: 9999;
}
html .spu-box a.spu-close {
    text-decoration: none;
}
.spu-close-top_right{
    right:8px;
    top:5px;
}
.spu-close-top_left{
    left:8px;
    top:5px;
}
.spu-close-bottom_right{
    right:8px;
    bottom:5px;
}
.spu-close-bottom_left{
    left:8px;
    bottom:5px;
}
.spu-close:hover,
.spu-close:focus {
    text-decoration: none;
    display: block;
}
/* Powered
----------------------------------------------------------------------------- */
p.spu-powered {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0px;
}
p.spu-powered a{
    color: #ccc;
    text-decoration: underline;
}
.spu-box.spu-scrollable p.spu-powered {
    display: none;
}



/* =========================================================================
    Addon Styles
============================================================================ */
.spu-addon-container {
    text-align: center;
    margin: 36px 32px 44px;
}

.spu-addon-container:after {
    clear: both;
    content: " ";
    display: table;
}

.spu-addon-title {
    font-size: 24px;
}

.spu-addon-msg {
    font-size: 17px;
}

.spu-input-text {
    background-color: #fff;
    width: 49%;
    height: 44px;
    border: 1px solid #cdd1d4;
    -webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
    -moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
    box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
    border-radius: 3px;
    font-size: 18px;
    line-height: 38px;
    padding: 4px 6px;
    overflow: hidden;
    outline: none;
    margin: 0;
    vertical-align: middle;
}

.spu-button {
    display: block;
    -webkit-box-shadow: 0 1px 1px -1px #fff inset;
    -moz-box-shadow: 0 1px 1px -1px #fff inset;
    box-shadow: 0 1px 1px -1px #fff inset;
    -webkit-text-shadow: #888 -0 0 1px;
    -moz-text-shadow: #888 -0 0 1px;
    text-shadow: #888 0 0 1px;
    font-size: 15px;
    padding: 10px 12px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    height: auto;
    width: 35%;
    border: 0;  
}

.spu-button-bg {
    width: 100% !important;
}

.spu-inline {
    display: inline-block !important;
}

.spu-errors {
    color: red;
    text-align: center;
    margin-top: 20px;
}


/* =========================================================================
   Optin fields
   ========================================================================== */
.spu-optin-form .spu-helper-fields{
    display: none;
}
.spu-fields-container{
    padding: 36px 32px 44px;
    position: relative;
}
.spu-fields.spu-name,
.spu-fields.spu-email{
    background-color: #fff;
    width: 100%;
    height: 48px;
    border: 1px solid #cdd1d4;
    -webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
    -moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
    box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
    border-radius: 3px;
    font-size: 18px;
    line-height: 38px;
    padding: 4px 6px;
    overflow: hidden;
    outline: none;
    margin: 0 0 20px 0;
    vertical-align: middle;
    display: block;
}
.spu-fields.spu-submit{
    background: #50bbe8;
    border: 1px solid #429bc0;
    -webkit-box-shadow: 0 1px 1px -1px #fff inset;
    -moz-box-shadow: 0 1px 1px -1px #fff inset;
    box-shadow: 0 1px 1px -1px #fff inset;
    -webkit-text-shadow: #888 -0 0 1px;
    -moz-text-shadow: #888 -0 0 1px;
    text-shadow: #888 -0 0 1px;
    width: 24%;
    color: #fff;
    font-size: 16px;
    padding: 10px 6px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: inline;
    margin: 0;
    height: auto;
}
.spu-fields.spu-submit i{
    display: none;
}
.spu-optin-fields {
    display: block;
}
.spu-optin-fields.spu-inline-fields {
    display: flex;
    margin-bottom: 20px;
}
.spu-optin-fields.spu-inline-fields .spu-fields{
    margin-bottom: 0px;
}
.spu-optin-fields.spu-inline-fields .spu-fields.spu-name {
    margin-right: 20px;
}
.spu-fields.spu-email{
    margin-right: 0;
}
.spu-fields.spu-submit {
    width: 100%;
    max-width: 100%;
}
.spu-fields.spu-submit span{
    transition: all 1s;
    opacity:1;
}
.spu-fields.spu-submit svg{
    display:none;
    margin:0 auto;
    transition: all 1s;
}
.spu-fields.spu-submit svg path,
.spu-fields.spu-submit svg rect{
    fill: #fff;
}
.spu-fields.spu-submit.spu-sending span{
    display: none;
    opacity: 0;
}
.spu-fields.spu-submit.spu-sending svg{
    display: block;
    opacity: 1;
}
.optin-errors {
    color: red;
    text-align: center;
    margin-top: 20px;
}

/* ==========================================================================
    Auto close
   ========================================================================== */
span.spu-timer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: right;
    padding: 0 10px;
}

@media all and (max-width: 568px){
    .spu-box{
        max-width: 90vw !important;
    }
    .spu-box.spu-position-fullscreen,
    .spu-box.spu-position-top-bar,
    .spu-box.spu-position-bottom-bar{
        max-width: 100vw !important;
    }
    .spu-box.spu-position-bottom-bar .spu-content,
    .spu-box.spu-position-top-bar .spu-content {
        flex-flow: column;
    }
    .pop-up-text2{
        margin-bottom: 25px !important;
    }
}/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.2
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
@font-face {
	font-family: "Poppins-Medium";
	src: url(//veleo.pl/wp-content/themes/kadence-child/fonts/Poppins-Medium.woff2) format("woff2");
	font-weight: 500;
	/*font-style: normal;
	font-display: optional;*/
}
@font-face {
	font-family: "Poppins-Light";
	src: url(//veleo.pl/wp-content/themes/kadence-child/fonts/Poppins-Light.woff2) format("woff2");
	font-weight: 300;
	/*font-style: normal;
	font-display: optional;*/
}
@font-face {
	font-family: "Poppins-Bold";
	src: url(//veleo.pl/wp-content/themes/kadence-child/fonts/Poppins-Bold.woff2) format("woff2");
	font-weight: 700;
	/*font-style: normal;
	font-display: optional;*/
}
@font-face {
	font-family: "Poppins-SemiBold";
	src: url(//veleo.pl/wp-content/themes/kadence-child/fonts/Poppins-SemiBold.woff2) format("woff2");
	font-weight: 600;
	/*font-style: normal;
	font-display: optional;*/
}
@font-face {
	font-family: "Poppins-Regular";
	src: url(//veleo.pl/wp-content/themes/kadence-child/fonts/Poppins-Regular.woff2) format("woff2");
	font-weight: 400;
	/*font-style: normal;
	font-display: optional;*/
}
.f-medium,
.f-medium p {
	font-family: "Poppins-Medium", sans-serif;
}
.f-light,
.f-light p {
	font-family: "Poppins-Light", sans-serif;
}
.f-bold,
.f-bold p {
	font-family: "Poppins-Bold", sans-serif;
}
.resp-accordion,
.vresp-tab-item,
.f-semibold,
.f-semibold p,
p.f-semibold {
	font-family: "Poppins-SemiBold", sans-serif;
}
.f-regular,
.f-regular p {
	font-family: "Poppins-Regular", sans-serif;
}
.max-width {
	max-width: 100% !important;
}
.animation {
  vertical-align: sub;
  display: inline-block;
  margin-top: -.1em;
  margin-bottom: -.1em;
  border-style: solid;
  border-color: lightgray;
  border-width: 1px;
  height: 1.2em;
}
.animation-window {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: white;
}
.animation-gray-list {
  position: absolute;
  color: lightgray;
  opacity: 0;
}
.animation ul {
  position: relative;
  list-style: none;
  top: 0;
  padding: 0 !important;
  margin: 0;
  transition: top 300ms;
}
.animation li {
  margin: 0 .2em;
  text-align: center;
}

.header-navigation .header-menu-container ul ul li.menu-item > a {
	width: unset !important;
	font-size: 16px !important;
	line-height: 32px !important;
}
.kadence-sticky-header.item-is-stuck.item-is-fixed {
	transform: translateY(0px) !important;
	background: #FFF;
}
.kadence-sticky-header.item-is-stuck.item-is-fixed .sub-menu {
	top: 94%;
}
header#masthead .kadence-sticky-header.item-is-stuck.item-is-fixed li a {
	color: #202020;
}
header#masthead .kadence-sticky-header.item-is-stuck.item-is-fixed .header-menu-container ul ul li.menu-item > a {
	color: #FFF;
}
.circle-behind-text {
	z-index: 2;
	position: relative;
}
.functionality-block-title:after,
.google-ads-title:after,
.external-outsourcing-section-title:after,
.common-block-row-title:after,
.section-on-slider-title:after,
.circle-behind-text:after {
	content: "";
	z-index: -1;
	position: absolute;
	background: rgba(255, 136, 86, 0.17);
	border-radius: 50%;
}
header#masthead {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%) !important;
}
.col-with-line > .vc_column-inner > .wpb_wrapper {
	position: relative;
}
.experience-section .experience-block .experience-block-img:after,
.experience-section .experience-block .experience-block-img:before {
	top: 0;
	bottom: unset;
}
span.line:after,
span.line:before,
.google-ads-section span.line:after,
.google-ads-section span.line:before,
.buzzmarketing-right-col .buzzmarketing-section-text .wpb_wrapper p:last-child:after,
.buzzmarketing-right-col .buzzmarketing-section-text .wpb_wrapper p:last-child:before,
.experience-section .experience-block .experience-block-img:after,
.experience-section .experience-block .experience-block-img:before,
.col-with-line > .vc_column-inner > .wpb_wrapper:after,
.col-with-line > .vc_column-inner > .wpb_wrapper:before,
.kadence-sticky-header.item-is-stuck:before,
.kadence-sticky-header.item-is-stuck:after,
header#masthead:after, 
header#masthead:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
	height: 8px;
}
.col-with-line > .vc_column-inner > .wpb_wrapper:after {
	right: 20%;
	width: 50%;
    background: #FF8856;
}
.col-with-line > .vc_column-inner > .wpb_wrapper:before {
	right: 0;
    width: 20%;
    background: #004E70;
	border-radius: 0px 0 5px 0;
}
.kadence-sticky-header.item-is-stuck:before,
span.line:before,
.google-ads-section span.line:before,
.buzzmarketing-right-col .buzzmarketing-section-text .wpb_wrapper p:last-child:before,
.experience-section .experience-block .experience-block-img:before,
header#masthead:before {
	right: 0;
    width: 20%;
    background: #004E70;
}
.kadence-sticky-header.item-is-stuck:after,
span.line:after,
.google-ads-section span.line:after,
.buzzmarketing-right-col .buzzmarketing-section-text .wpb_wrapper p:last-child:after,
.experience-section .experience-block .experience-block-img:after,
header#masthead:after {
    width: 80%;
    background: #FF8856;
}
header#masthead .site-top-header-wrap {
	margin-bottom: 10px;
}
header#masthead .site-header-inner-wrap {
	position: relative;
	z-index: 2;
}
header#masthead .site-header-wrap:after {
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(6, 39, 53, 0.7) 0%, rgba(0, 78, 112, 0) 100%);
    transform: rotate(-180deg);
    height: 120px;
    width: 100%;
    z-index: 0;
}
#mobile-header {
	padding-bottom: 30px;
}
#mobile-header .mobile-toggle-open-container svg {
	color: #FFF;
    width: 1.6em;
    height: 1.6em;
    background: #FF8856;
    padding: 2px;
    border-radius: 4px;
}
.popup-drawer .drawer-inner {
	max-width: 30% !important;
}
.entry-content-wrap {
	padding: 0 !important;
}
header#masthead li {
	transition: all .3s ease-in-out;
}
header#masthead li a {
	font-size: 24px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
	font-family: "Poppins-Light", sans-serif;
}
header#masthead li:hover a {
	/*font-family: "Poppins-Medium", sans-serif;*/
	font-weight: 600;
}
footer .footer-title {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	letter-spacing: 0.03em;
}
.contact-info-b a:hover,
.contact-info-b a:focus,
.contact-info-b a:active,
footer a:hover,
footer a:focus,
footer a:active {
	color: #FF8856 !important;
}
footer .site-middle-footer-wrap a:focus {
	border-bottom: 1px solid;
}
footer .site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-left-golden {
	grid-template-columns: 4fr 1fr;
}
footer .site-bottom-footer-inner-wrap {
	grid-column-gap: 0;
}
footer .site-bottom-footer-wrap .site-container {
	padding: 0;
}
footer .site-bottom-footer-wrap .site-footer-bottom-section-1 {
	background: #FF8856;
}
footer .site-bottom-footer-wrap .site-footer-bottom-section-2 {
	background: #004E70;
	align-items: center;
}
footer .site-bottom-footer-wrap .site-footer-bottom-section-1 .footer-html-inner {
	font-size: 20px;
	line-height: 28px;
	color: #FFF;
}
footer .join-us-text {
	font-weight: 600 !important;
	padding-right: 44px;
}
footer .socialmedia-block a {
	display: inline-block;
	margin-right: 30px;
	transition: all .2s ease-in-out;
}
footer .socialmedia-block a:first-child {
	margin-left: 25px;
}
footer .socialmedia-block a:last-child {
	margin-right: 0;
}
footer .socialmedia-block {
	display: flex;
}
footer .socialmedia-block a:hover img,
footer .socialmedia-block a:focus img,
footer .socialmedia-block a:active img {
	background: #FF8856;
	border-bottom: 0;
	background-clip: text;
    -webkit-background-clip: text;
	filter: drop-shadow(0px 0px 8px #FF8856);
    -webkit-filter: drop-shadow(0px 0px 8px #FF8856);
	mix-blend-mode: difference;
}
.our-services-title {
	font-weight: 600;
}
.our-services-text {
	font-weight: 300;
}
.our-services-title,
.our-services-text {
	font-size: 16px;
	line-height: 20px;
}
.our-services-img {
	max-width: 146px;
}
.our-services-textblock {
	padding-left: 30px;
	margin-bottom: 0;
}
.wave {
    background: url(http://veleo.pl/wp-content/uploads/2022/09/test-fala.svg) no-repeat;
    width: 95px;
    height: 130px;
    position: absolute;
    right: -1px;
    bottom: -22px;
	animation: move_wave 10s linear infinite;
}
.our-services-col {
	max-width: 593px;
}
.our-services-col > .vc_column-inner > .wpb_wrapper {
	border-radius: 5px;
}
.our-services-col > .vc_column-inner > .wpb_wrapper {
	z-index: 2;
	position: relative;
	background: #FFF;
}
.our-services-col:hover > .vc_column-inner > .wpb_wrapper
/*.our-services-col > .vc_column-inner:hover,
.our-services-col:hover .vc_row.vc_inner .our-services-link*/ {
	background: #004E70;
	color: #FFF;
}
.our-services-col:hover .vc_row.vc_inner .our-services-link a {
	color: #FFF !important;
	text-decoration: none;
}
.our-services-col:hover .vc_row.vc_inner .wave {
	background: url(https://veleo.pl/wp-content/uploads/2022/09/hover.svg);
}
.our-services-col:hover .vc_row.vc_inner .wave {
		transition: all .1s ease-in-out;
}
/*.our-services-col:hover .our-services-textcol,
.our-services-col:hover .vc_row.vc_inner .our-services-link,
.our-services-col:hover .vc_row.vc_inner .our-services-link a */
.our-services-col:hover .vc_column-inner .wpb_wrapper {
	transition: background .3s ease-in-out;
}
.our-services-col:hover h2 {
	color: #FFF !important;
}
.our-services-col .our-services-link {
	margin-bottom: 0px !important;
	padding-bottom: 26px;
}
.our-services-col .our-services-link a {
	color: #202020 !important;
	text-decoration: none;
}
.our-services-row {
	padding-left: 40px;
	padding-right: 40px;
}
.our-services-col > .vc_column-inner {
	box-shadow: 0px 0px 22px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.our-services-col .our-services-textcol {
	border-radius: 0px 5px 0 0;
}
.our-services-col .our-services-link {
	border-radius: 0px 0 5px 5px;
}
.our-services-col .our-services-textblock {
		padding-top: 20px;
}
.our-services-col .our-services-link a:after {
    content: "";
    position: absolute;
    background: #FF8856;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    top: 12%;
    right: -32px;
}
.our-services-col .our-services-link a {
	display: inline-block;
	position: relative;
}
.our-services-col .our-services-img > .vc_column-inner {
	border-radius: 5px 0 0 0;
}
.our-services-row .our-services-col > .vc_column-inner {
    padding-top: 0px !important;
}
.our-services-row .our-services-col > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}
.our-services-row .link-row {
    height: 50px;
}
.our-services-row .link-row .wpb_column.vc_column_container.vc_col-sm-12 {
    position: absolute;
    bottom: 0;
}
.our-services-row .our-services-img {
    height: 224px;
}
.quotes-section {
    height: 450px;
    max-height: 450px;
    position: relative;
    margin-top: 90px;
    margin-bottom: 0;
}
.quotes-section:after {
    content: "";
    position: absolute;
    margin: 0 auto;
	width: 100%;
    max-width: 960px;
    height: 960px;
    max-height: 960px;
    border-radius: 50%;
    left: 0;
    right: 0;
    background: rgba(255, 136, 86, 0.17);
    display: block !important;
	/*top: -330px;*/
	bottom: 0;
}
.quotes-section .quotes-subtitle {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	opacity: .87;
	margin-bottom: 22px !important;
}
.quotes-section .quotes-title {
	font-size: 36px;
	line-height: 48px;
	max-width: 650px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding-bottom: 46px;
	padding-left: 15px;
}
.quotes-section .quotes-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	background-image: url(https://veleo.pl/wp-content/uploads/2022/09/linia.webp);
	background-repeat: no-repeat;
	width: 395px;
	height: 8px;
	left: 0;
    right: 0;
    margin: 0 auto;
}
.experience-section {
	/*top: -360px;
	position: relative;*/
}
.section-on-slider .section-on-slider-main-col,
.carrier-section .carrier-main-col,
.experience-section .experience-main-col {
	background: #FFF;
	position: relative;
	z-index: 5;
	margin-top: -120px;/*-360*/
}
.functionality-blocks-section .functionality-blocks-main-col > .vc_column-inner,
.section-on-slider .section-on-slider-main-col > .vc_column-inner,
.carrier-section .carrier-main-col > .vc_column-inner,
.experience-section .experience-main-col > .vc_column-inner {
	max-width: 1456px;
	margin: 0 auto;
}
.carrier-section .carrier-subtitle,
.experience-section .experience-subtitle {
	position: relative;
	z-index: 4;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	opacity: 0.87;
}
.experience-section .upper-subtitle {
	margin-bottom: 20px !important;
}
.home .experience-section .experience-title {
	max-width: 794px;
}
.experience-section .experience-title {
	font-size: 36px;
	line-height: 48px;
}
.experience-section .experience-col-btn {
	position: relative;
	top: -16px;
}
.carrier-section .carrier-btn a,
.brief-section .brief-btn button,
.experience-section .experience-btn a {
    box-shadow: 0px 17px 24px rgb(0 0 0 / 11%);
    border-radius: 97px;
	font-size: 20px;
	line-height: 36px;
	position: relative;
	color: #FFF !important;
	z-index: 1;
}
.carrier-section .carrier-btn a,
.experience-section .experience-btn-left a {
	margin-right: 20px;
	padding: 13px 75px;
	background: linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%);
}
.brief-section .brief-btn button,
.experience-section .experience-btn-right a {
	padding: 13px 45px;
	background: linear-gradient(180.77deg, #0079AD -24.46%, #004E70 68.65%);
}
.carrier-section .carrier-btn a:before,
.experience-section .experience-btn-left a:before {
	background: linear-gradient(180.77deg, #eb885e -24.46%, #bb3b13 128.5%);
}
.brief-section .brief-btn button:before,
.experience-section .experience-btn-right a:before {
	background: linear-gradient(180.77deg, #2ca2d5 -24.46%, #0d435a 68.65%);
}
.carrier-section .carrier-btn a:before,
.brief-section .brief-btn button:before,
.experience-section .experience-btn a:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: opacity 0.5s linear;
	opacity: 0;
	border-radius: 97px;
}
.carrier-section .carrier-btn a:hover::before,
.brief-section .brief-btn button:hover::before,
.experience-section .experience-btn a:hover::before {
	opacity: 1;
}
.functionality-blocks-section .functionality-block > .vc_column-inner > .wpb_wrapper,
.section-on-slider .section-on-slider-block > .vc_column-inner > .wpb_wrapper,
.experience-section .experience-block > .vc_column-inner > .wpb_wrapper {
	background: #FFFFFF;
	box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	height: 100%;
}
.experience-section .experience-text-row {
	margin-bottom: 35px;
}
.experience-section .experience-right-text-col > .vc_column-inner {
	justify-content: flex-end;
}
.functionality-blocks-section .functionality-block-title,
.common-block-row .common-block-row-title,
.experience-section .experience-block-title {
	font-size: 16px;
	margin-bottom: 6px;
	line-height: 28px;
	padding-top: 30px !important;
}
.functionality-blocks-section .functionality-block-text,
.common-block-row .common-block-row-text,
.experience-section .experience-block-text {
	font-size: 16px;
	line-height: 24px;
	opacity: 0.6;
	margin-bottom: 0px;
	padding-bottom: 60px !important;
}
.experience-section .experience-title:after {
	width: 148px;
	height: 148px;
	top: -40px;
	left: -30px;
}
.functionality-blocks-section .functionality-block-title:after,
.common-block-row .common-block-row-title:after,
.experience-section .experience-block-title:after {
	width: 46px;
	height: 46px;
    /*top: -10px;
    left: -24px;*/
	top: 18px;
    left: 40px;
}

.section-blocks-bottom .section-on-slider-block > .vc_column-inner > .wpb_wrapper {
	padding: 0 !important;
}
.functionality-blocks-section .functionality-block > .vc_column-inner > .wpb_wrapper,
.section-blocks-bottom .section-on-slider-block .vc_column-inner .wpb_text_column,
.common-block-row .section-on-slider-block > .vc_column-inner > .wpb_wrapper,
.experience-section .experience-block > .vc_column-inner .wpb_text_column {
	padding: 0px 50px 0px 65px;
}
/*.experience-section .experience-block-title {
	padding-top: 30px;
}*/
.functionality-blocks-section .functionality-block > .vc_column-inner > .wpb_wrapper,
.common-block-row .section-on-slider-block > .vc_column-inner > .wpb_wrapper,
.experience-section .experience-block .vc_column-inner > .wpb_wrapper {
	max-width: 395px;
	position: relative;
}
.experience-section .experience-block .experience-block-img {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.experience-section .experience-block {
	height: 370px;
}
.advantages-section {
	margin-top: 160px;
	margin-bottom: 125px;
}
.advantages-section .advantages-right-col > .vc_column-inner > .wpb_wrapper {
	padding-left: 45px;
}
.advantages-section .advantages-bg {
	
}
.advantages-section .advantages-subtitle {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	opacity: .87;
	margin-bottom: 18px;
}
.advantages-section .advantages-carousel {
	font-size: 48px;
	line-height: 58px;
}
.advantages-section .advantages-title {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 28px;
}
.advantages-section .advantages-title.circle-behind-text:after {
	width: 148px;
	height: 148px;
    left: -28px;
    top: -34px;
}
/*.advantages-section .advantages-title,
.advantages-section .advantages-text {
	max-width: 600px;
}*/
.advantages-section .advantages-text {
	font-size: 16px;
	line-height: 24px;
	opacity: .6;
}
.advantages-section .advantages-carousel {
	color: #004E70;
	font-size: 30px;
	line-height: 40px;
}
.advantages-section .advantages-right-col > .vc_column-inner > .wpb_wrapper:after {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	width: 49px;
	height: 100%;
	top: 0;
	bottom: 0;
	background-image: url(https://veleo.pl/wp-content/uploads/2022/09/pasek-boczny.webp);
	background-repeat: no-repeat;
}
.offer-title-row {
	padding-top: 35px;
	padding-bottom: 35px;
	background: linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%);
}
.offer-title,
.offer-subtitle {
	text-transform: uppercase;
}
.offer-title {
	font-size: 36px;
	line-height: 48px;
	color: #FFFFFF;
	margin-bottom: 0px !important;
}
.offer-subtitle {
	margin-bottom: 10px !important;
	letter-spacing: 3px;
	color: #202020;
	opacity: .87;
}
#rev_slider_3_1_wrapper {
	z-index: 2 !important;
}
.top-section .top-main-col {
	margin-top: -160px;
}
.top-main-col {
	padding-top: 56px;
	padding-bottom: 25px;
}
.top-section-subtitle {
	
}
.top-btn-row {
	margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}
.top-btn-row .experience-btn-left a {
	padding: 13px 45px;
}
.map-section {
	position: relative;
	z-index: 2;
}
.contact-info-section .contact-info-subtitle {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	opacity: .87;
	margin-bottom: 20px !important;
}
.contact-info-section .contact-info-title {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 4px !important;
}
.contact-info-section .contact-info-company {
	font-size: 28px;
	line-height: 28px;
}
.contact-info-section .contact-info-address {
	padding-top: 20px;
	font-size: 24px;
	line-height: 36px;
}
.contact-info-section .contact-info-address a {
	color: #FF6534;
}
.contact-info-section .line-above:after,
.contact-info-section .line-above:before {
	content: "";
    position: absolute;
    top: -30px;
    height: 8px;
}
.contact-info-section .line-above:after {
    width: 36%;
	left: 0;
    background: #FF8856;
}
.contact-info-section .line-above {
	position: relative;
}
.contact-info-section .line-above:before {
	right: 54%;
	width: 10%;
	background: #004E70;
}
.contact-info-section .contact-info-b {
	margin-bottom: 0px !important;
}
.contact-info-section {
	z-index: 1;
	position: relative;
    padding-bottom: 80px;
    padding-top: 76px;
}
.contact-info-section .vc_col-sm-10 {
	z-index: 3;
}
.contact-info-section:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    display: block !important;
    z-index: 2;
    width: 1463px;
    height: 1463px;
    left: -290px;
    top: -622px;
    background: rgba(255, 136, 86, 0.17);
}
.common-block {
	padding-top: 0;
	margin-top: -160px;
	background: #FFF;
    position: relative;
    z-index: 5;
	box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
/*.common-block > .vc_column-inner {
	max-width: 1456px;
    margin: 0 auto;
}*/
.common-block-left {
	padding-top: 65px;
}
.common-block-left .vc_column-inner > .wpb_wrapper {
	padding-left: 90px;
}
/*.common-block .contact-block input {
	color: #000;
	opacity: 1;
}*/
.common-block .contact-block p > label > span.input-title {
	font-size: 16px;
	line-height: 20px;
	color: #232536;
	opacity: 0.6;
}
.common-block .contact-block input[type="text"],
.common-block .contact-block input[type="email"],
.common-block .contact-block textarea {
	border: 0;
    border-bottom: 1px solid #23253630;
	color: #000;
	border-radius: 0;
}
.common-block form {
	max-width: 740px;
	margin: 0 auto;
}
.common-block input:not([type="submit"]):not([type="checkbox"]),
.common-block textarea {
	width: 100%;
}
.common-block .common-title {
	margin-bottom: 48px !important;
}
.common-block .wpcf7-list-item-label {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #6A6A6A;
}
.common-block .wpcf7-form-control label {
	font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    color: #6A6A6A;
	display: flex;
}
.common-block input[type="checkbox"] {
	width: 25px;
	height: 25px;
	border-radius: 0 !important;
	flex: none;
	margin-right: 20px;
}
.common-block .wpcf7-list-item.last {
	margin-left: 0;
}
.common-block input[type="submit"],
.common-block input[type="submit"]:hover {
	background: linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%);
}
/*.brief-section {
	padding-top: 90px;
}*/
.common-block .form-bg > .vc_column-inner {
	border-radius: 0 5px 5px 0;
}
.brief-section {
	position: relative;
}
.brief-section:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    background: linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%);
    box-shadow: 0px 17px 24px rgba(0, 0, 0, 0.11);
    width: 100%;
    height: 118%;
    bottom: 0;
}
.brief-section .brief-main-col {
	margin-top: -4px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.brief-section .brief-main-col > .vc_column-inner {
	padding-top: 90px;
}
.brief-section .brief-subtitle {
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #202020;
	opacity: 0.87;
	margin-bottom: 4px !important;
}
.brief-section .brief-title {
	font-size: 36px;
	line-height: 58px;
	color: #FFFFFF;
	margin-bottom: 30px !important;
	position: relative;
}
.brief-section .brief-subtitle,
.brief-section .brief-title p,
.brief-section .brief-long-title {
	z-index: 2;
	position: relative;
}
.brief-section .brief-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 242px;
    height: 242px;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    margin: 0 auto;
    top: -90px;
}
.brief-section .brief-long-title {
	font-size: 32px;
	line-height: 58px;
	margin-bottom: 43px !important;
}
.brief-section .brief-text {
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 50px !important;
}
.brief-section .brief-btn {
	
}
.carrier-section {
	
}
.carrier-section .carrier-main-col {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding-top: 54px;
	padding-bottom: 45px;
}
.carrier-section.odd-carrier {
	margin-bottom: 85px;
}
.carrier-section.odd-carrier {
	
}
.carrier-section.other-carrier-offer {
	margin-top: 85px;
	padding-top: 85px;
}
.carrier-section.other-carrier-offer:after,
.carrier-section.other-carrier-offer:before {
	content: "";
	position: absolute;
	display: block;
	height: 8px;
	top: 0;
    margin: 0 auto;
}
.carrier-section.other-carrier-offer:after {
	background: #FF8856;
	left: 0;
    right: 0;
	width: 14%;
}
.carrier-section.other-carrier-offer:before {
	background: #004E70;
	width: 6%;
	right: 37%;
}
.carrier-section.other-carrier-offer .carrier-main-col {
	margin-top: 0 !important;
}
.shop-func-section-title,
.create-steps-section-title,
.carrier-section .carrier-title {
	font-size: 36px;
	line-height: 48px;
}
.carrier-section .carrier-title:after {
	left: 0;
    right: 0;
    width: 148px;
    height: 148px;
    margin: 0 auto;
    top: -66px;
	background: rgba(255, 136, 86, 0.17);
}
.carrier-section .carrier-subtitle {
	
}
.carrier-section .carrier-text {
	margin-bottom: 70px !important;
}
.carrier-section .carrier-offer-row {
	max-width: 1150px;
	margin: 0 auto;
}
.carrier-section .carrier-offer-title {
	font-size: 30px;
	line-height: 36px;
	color: #004E70;
}
.carrier-section .carrier-offer-text,
.carrier-section .carrier-offer-points {
	font-size: 20px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.7);
}
.carrier-section .carrier-offer-points {
	max-width: 558px;
    margin: 0 auto;
	margin-bottom: 70px !important;
}
.carrier-section .carrier-offer-points ul {
	padding-left: 32px;
}
.carrier-section .carrier-offer-text {
	max-width: 1144px;
	margin-bottom: 60px !important;
}
.carrier-section .carrier-offer-text,
.carrier-section .carrier-offer-privacy {
	margin: 0 auto;
}
.carrier-section .carrier-offer-privacy {
	text-align: justify !important;
	font-size: 16px;
	line-height: 20px;
	margin-top: 25px !important;
	max-width: 1090px;
}
.carrier-section.odd-carrier:before {
    content: "";
    position: absolute;
    width: 1750px;
    height: 1750px;
    left: 0;
    background: rgba(255, 136, 86, 0.17);
    border-radius: 50%;
    right: 0;
    margin: 0 auto;
	z-index: -1;
}
.section-on-slider-main-col {
	padding-top: 53px;
	padding-bottom: 60px;
}
.google-ads-subtitle,
.external-outsourcing-section-subtitle,
.section-on-slider-subtitle {
	opacity: .87;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 20px !important;
}
.google-ads-title,
.external-outsourcing-section-title,
.section-on-slider-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	position: relative;
	margin-bottom: 36px !important;/*70px*/
}
.google-ads-title:after,
.external-outsourcing-section-title:after,
.section-on-slider-title:after {
	left: 0;
    right: 0;
    top: -50px;
    width: 148px;
    height: 148px;
    margin: 0 auto;
}
.section-on-slider-text {
	margin: 0 auto;
	max-width: 876px;
	line-height: 34px;
}
.section-on-slider-gallery {
	padding-top: 50px;
}
.section-on-slider-gallery .wpb_image_grid_ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-on-slider-gallery .isotope-item {
	position: unset !important;
	margin-right: 40px !important;
}
.section-on-slider-gallery .isotope-item:last-child {
	margin-right: 0 !important;
}
.section-on-slider {
	background: linear-gradient(0deg, rgba(0,78,112,0.4) 0%, rgba(0,78,112,0) 68%);
}
.common-orange-bar {
	z-index: 4;
    margin-top: -50px;
	position: relative;
	padding-top: 116px;
	padding-bottom: 35px;
	background: linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%);
}
.common-orange-bar-text {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 26px;
}
.common-blue-bar {
	color: #FFF;
	padding-top: 20px;
	position: relative;
	padding-bottom: 20px;
}
.common-blue-bar:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
	position: absolute;
    box-shadow: 0px 17px 24px rgb(0 0 0 / 54%);
}
.common-blue-bar-title {
	font-size: 36px;
	line-height: 54px;
}
.common-blue-bar-text {
	line-height: 26px;
}

/* TABS */
.tabs-section {
	padding-top: 0px;
	padding-bottom: 38px;
}
.vresp-tabs-list li {
	background: #FFFFFF !important;
    box-shadow: 15px 15px 80px rgb(11 90 103 / 7%);
    margin-bottom: 8px !important;
    border: 0;
    font-size: 20px;
    line-height: 30px;
	margin-left: 20px !important;
}
.resp-vtabs li.vresp-tab-active {
	border: 0 !important;
	border-color: #FF8856 !important;
}
div[class^="tab_set"] .vresp-tab-item:hover {
	border: 0 !important;
}
/*#tab_set1 .vresp-tab-item:hover {
	border-left: 0px solid transparent !important;
}*/
div[id^="tab_set"] .vresp-tab-item:hover {
	border-left: 0px solid transparent !important;
}
.vresp-tabs-list li:hover {
	border: 0 !important;
}
.resp-vtabs .vresp-tabs-container,
.resp-vtabs ul.vresp-tabs-list {
	float: right !important;
}
.resp-vtabs ul.vresp-tabs-list {
	margin-top: 0;
}
.resp-vtabs .vresp-tabs-list li,
.resp-vtabs li.vresp-tab-active {
	padding: 14px !important;
}
.common-tab-title {
	font-size: 26px;
    line-height: 39px;
}
.common-tab-text {
	text-align: justify !important;
}
div[id^="tab_set"] .vresp-tabs-container {
	padding: 42px 32px;
}
.common-tab-bold {
	opacity: .8;
	font-size: 24px;
	line-height: 36px;
}
.common-tab-title {
	position: relative;
}
.common-tab-title.f-bold:after {
	content: "";
    z-index: 0;
    position: absolute;
    background: rgba(255, 136, 86, 0.17);
    border-radius: 50%;
    width: 148px;
    height: 148px;
    right: 0;
    top: 0;
}
.vresp-tabs-list li.vresp-tab-active {
	background: #dadada !important;
}
/* END TABS */
.functionality-blocks-section .functionality-block-title:after,
.common-block-row .common-block-row-title:after {
	left: -16px;
}
.section-blocks-bottom .common-block-row .common-block-row-title:after {
	left: 10px !important;
}
.functionality-blocks-section .functionality-block-title,
.common-block-row .common-block-row-title {
	margin-bottom: 20px !important;
}
.buzzmarketing-left-col {
	color: #FFF;
}
.buzzmarketing-left-col .buzzmarketing-section-title {
	font-size: 36px;
	line-height: 54px;
}
.buzzmarketing-right-col .buzzmarketing-section-text .wpb_wrapper {
	background: #FFF;
	padding: 70px 115px;
}
.buzzmarketing-right-col .buzzmarketing-section-text .wpb_wrapper p:last-child,
.buzzmarketing-right-col .buzzmarketing-circle {
	position: relative;
}
.buzzmarketing-right-col .buzzmarketing-circle:after {
	width: 148px;
    height: 148px;
    top: -30px;
    left: -30px;
}
.buzzmarketing-right-col .buzzmarketing-section-text .wpb_wrapper p:last-child {
	padding-bottom: 30px;
}
.tab_set4 .resp-accordion.resp-tab-active:first-child {
	border-top: 0px solid transparent !important;
}
.resp-tabs-container .resp-accordion {
	font-size: 26px;
	line-height: 34px;
}
.google-ads-section {
	padding-top: 30px;
	position: relative;
}
.google-ads-title p {
	position: relative;
	z-index: 2;
}
.google-ads-title:after {
	z-index: 1;
}
span.line,
.google-ads-section span.line {
	position: relative;
    max-width: 100%;
    width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.section-with-img span.line {
	width: 30%;
}
span.line:after, 
span.line:before,
.google-ads-section span.line:after, 
.google-ads-section span.line:before {
	bottom: 8px;
}

.section-blocks-bottom .section-on-slider-block > .vc_column-inner > .wpb_wrapper {
	background: #FFFFFF;
    box-shadow: 0px 0px 22px rgb(0 0 0 / 10%);
    border-radius: 5px;
    height: 100%;
}

.section-blocks-bottom {
	background: linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%);
	box-shadow: 0px 17px 24px rgba(0, 0, 0, 0.11);
}
.section-blocks-bottom .section-on-slider-block > .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.section-blocks-bottom .section-on-slider-block .vc_column-inner .wpb_text_column {
    padding: 0 10px 0 15px;
}
.section-with-img {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.section-with-img:before {
    content: "";
    background: rgba(255, 136, 86, 0.17);
    width: 700px;
    height: 700px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    top: -250px;
    z-index: -1;
}
.section-with-img .section-with-img-title {
	color: #004E70;
	font-size: 30px;
	line-height: 46px;
}
.section-with-img .section-with-img-text {
	
}
.section-with-img .section-with-img-col > .vc_column-inner > .wpb_wrapper {
	max-width: 600px;
	margin: 0 auto;
}
.section-with-img .wpb-bg-sea > .vc_column-inner > .wpb_wrapper {
	background-image: url(https://veleo.pl/wp-content/uploads/2023/02/tworzenie-stron-morze-zdjecie.webp);
}
.section-with-img .wpb-bg > .vc_column-inner > .wpb_wrapper {
	background-image: url(https://veleo.pl/wp-content/uploads/2023/02/fotografia-produktowa-tlo-dol.webp);
}
.section-with-img .wpb-bg > .vc_column-inner > .wpb_wrapper,
.section-with-img .wpb-bg-sea > .vc_column-inner > .wpb_wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
    width: 100%;
}
.knowhow-section {
	color: #000;
	padding-top: 24px;
	padding-bottom: 34px;
}
.knowhow-section .knowhow-section-title {
	font-size: 36px;
	line-height: 48px;
}
.knowhow-section .knowhow-section-text {
	font-size: 20px;
	line-height: 30px;
	color: #000;
}
.section-with-img .wpb-bg-sea {
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
}
.section-with-img .wpb-bg-sea > .vc_column-inner > .wpb_wrapper {
	padding: 100px 50px 50px 50px;
}
.section-with-img .guarantee-text {
	font-size: 32px;
	line-height: 40px;
}
.without-circle:before {
	opacity: 0;
}
.rules-section-main-col {
	padding-top: 66px;
	padding-bottom: 31px;
}
.rules-section-main-col {
    background: linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%);
    box-shadow: 0px 17px 24px rgba(0, 0, 0, 0.11);
    color: rgba(255, 255, 255, 0.7);
}
.rules-section-main-col li {
    margin-bottom: 24px;
}
.functionality-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 115px;
}
.functionality-section:before {
	top: 40%;
    width: 400px;
    height: 400px;
	background: rgba(255, 136, 86, 0.17);
}
.functionality-section:before,
.functionality-blocks-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}
.functionality-section .functionality-section-title {
    font-size: 36px;
    line-height: 50px;
    color: #FFF;
    margin-bottom: 10px !important;
}
.functionality-section .functionality-section-subtitle {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 60px;
}
.functionality-section .functionality-section-subtitle,
.functionality-section .functionality-section-text {
    color: rgba(255, 255, 255, 0.7);
}
.project-section {
	z-index: 1;
    color: #FFF;
	position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(0, 78, 112, 0.8);
    box-shadow: 0px 17px 24px rgba(0, 0, 0, 0.11);
}
.project-section .project-section-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.18em;
}
.project-section .project-section-text {
    font-size: 18px;
    line-height: 30px;
}
.project-section .project-section-main-col > .vc_column-inner > .wpb_wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.functionality-blocks-section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.functionality-blocks-section:before {
	z-index: -1;
	width: 800px;
	height: 800px;
	background: rgba(255, 136, 86, 0.17);
}
.section-on-slider-btn button {
    background: linear-gradient(180.77deg, #0079AD -24.46%, #004E70 68.65%) !important;
    box-shadow: 0px 17px 24px rgba(0, 0, 0, 0.11) !important;
    border-radius: 97px !important;
    color: #FFF !important;
    padding: 12px 30px !important;
}
.seo-orange-bar {
    margin-top: -120px;
    padding-top: 200px !important;
    background: linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%), linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%);
    box-shadow: 0px 17px 24px rgba(0, 0, 0, 0.11);
}
.seo-orange-bar-title {
    color: #FFF;
    font-size: 36px;
    line-height: 46px;
}
.seo-orange-bar-text {
    color: rgba(255, 255, 255, 0.7);
}
.page-id-385 .section-on-slider-title {
    margin: 0 auto;
    max-width: 840px;
}
.seo-orange-bar-row {
    align-items: flex-end;
    padding-top: 60px;
}

.seo-orange-bar-block > .vc_column-inner > .wpb_wrapper,
.seo-orange-bar-block > .vc_column-inner {
    position: relative;
	height: 330px;
}
.seo-orange-bar-block > .vc_column-inner > .wpb_wrapper {
	display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.seo-orange-bar-block > .vc_column-inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    width: 91%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    z-index: 0;
}
.seo-orange-bar-block .seo-orange-bar-block-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 26px;
	padding: 0 10px;
}
.seo-orange-bar-block .seo-orange-bar-block-img {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
}
.courses-section {
    padding-top: 170px;
    padding-bottom: 100px;
    margin-top: -80px;
    background: linear-gradient(180.77deg, #0A5E82 -24.46%, #0A5E82 128.5%);
    box-shadow: 0px 17px 24px rgba(0, 0, 0, 0.11);
}
.courses-section,
.courses-section a {
    color: #FFF;
}
.courses-section .courses-section-title {
    font-size: 36px;
    line-height: 46px;
}
.courses-section .courses-section-text {
    color: rgba(255, 255, 255, 0.7);
}
.items-section .items-section-read-more,
.items-section .items-section-read-more a,
.courses-section .courses-section-read-more,
.courses-section .courses-section-read-more a {
    font-size: 20px;
    line-height: 26px;
}
.courses-section .courses-section-read-more a:hover,
.courses-section .courses-section-read-more a:active,
.courses-section .courses-section-read-more a:focus {
	color: #FFF;
}
.courses-section .courses-section-col > .vc_column-inner > .wpb_wrapper {
    max-width: 650px;
    margin: 0 auto;
}
.items-section .items-section-read-more a,
.courses-section a {
    padding-right: 40px;
    position: relative;
}
.items-section .items-section-read-more a:after,
.courses-section a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 19px;
    background: #FF8856;
    border-radius: 50%;
    top: 4px;
}
.linkbuilding-section {
    padding-top: 100px;
    padding-bottom: 60px;
    background: linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%);
    box-shadow: 0px 17px 24px rgba(0, 0, 0, 0.11);
}
.keywords-section .keywords-section-title,
.linkbuilding-section .linkbuilding-section-title {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 0px !important;
}
.linkbuilding-section .linkbuilding-section-title,
.linkbuilding-section .linkbuilding-section-text {
    color: #FFF;
}
.keywords-section {
    padding-top: 100px;
    padding-bottom: 60px;
}
.keywords-section .keywords-section-title {

}
.keywords-section .keywords-section-text {
    max-width: 920px;
}
.functionality-block-title.custom-width {
    max-width: 200px;
}
.links-section:before {
    opacity: 0;
}
.links-section .functionality-blocks-main-col {
    background: #FFF;
    padding-bottom: 70px;
}
.links-section .functionality-blocks-main-col > .vc_column-inner {
    padding-top: 0 !important;
}
.courses-section {
	margin-top: -146px;
}
.extra-service-section span.line {
	width: 30%;
}
.extra-service-section-subtitle {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	margin-bottom: 0px !important;
	padding-top: 40px;
}
.extra-service-section-title {
	font-size: 36px;
	line-height: 58px;
}
.page-id-385 .our-services-up {
	padding-top: 80px;
}
.page-id-385 .our-services-down {
	padding-bottom: 80px;
}

.page-id-385 .our-services-up:before {
    content: "";
	left: 0;
	top: 0;
    position: absolute;
    width: 426px;
    height: 426px;
    background: rgba(255, 136, 86, 0.17);
    z-index: 1;
    display: block !important;
    border-radius: 50%;
}
.another-services-section {
	color: #FFF;
	margin-bottom: 80px;
}
.another-services-section-main-col {
	background: linear-gradient(180.77deg, #0A5E82 -24.46%, #0A5E82 128.5%);
	box-shadow: 0px 17px 24px rgba(0, 0, 0, 0.11);
	padding-top: 60px;
	padding-bottom: 25px;
}
.another-services-section-title {
	font-size: 20px;
	line-height: 25px;
}
.another-services-section-title .wpb_wrapper {
	margin: 0 auto;
	max-width: 1280px;
}
.items-section .items-section-title {
	font-size: 30px;
	line-height: 36px;
	color: #004E70;
}
.items-section .items-section-col > .vc_column-inner > .wpb_wrapper {
	max-width: 580px;
	margin: 0 auto;
}
.items-section .items-section-read-more a {
	color: #202020;
	margin-top: 20px;
	display: inline-block;
}
.howmuch-section {
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
}
.howmuch-section:before {
	content: "";
    position: absolute;
    width: 334px;
    height: 334px;
    background: rgba(255, 136, 86, 0.17);
    top: -44px;
    left: 84px;
    border-radius: 50%;
    z-index: -1;
}
.howmuch-section .howmuch-section-btn {
	margin-top: 76px;
}
.howmuch-section .howmuch-section-btn a {
	padding: 13px 62px !important;
    background: linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%) !important;
	box-shadow: 0px 17px 24px rgb(0 0 0 / 11%);
    border-radius: 97px;
	color: #FFF !important;
	font-size: 20px;
	line-height: 24px;
}
.howmuch-section .howmuch-section-title {
	font-size: 30px;
	line-height: 36px;
	color: #004E70;
}
.howmuch-section .howmuch-section-textcol > .vc_column-inner > .wpb_wrapper {
	max-width: 980px;
	margin: 0 auto;
}
.faq-section {
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 25px;
}
.faq-section .faq-section-title {
	color: #FFF;
	font-size: 36px;
	line-height: 50px;
}
.tab_set7 {
	width: 50% !important;
}
.tab_set7 .resp-accordion.resp-tab-active {
	border-color: #FF8856 !important;
}
.wpb_gmaps_widget {
	filter: grayscale(.8);
	transition: all .3s ease-in-out;
}
.wpb_gmaps_widget:hover {
	filter: grayscale(0);
}
.blog .entry-content-wrap {
	padding: 2rem !important;
}
.blog .entry.loop-entry {
	box-shadow: -1px 0px 15px 5px rgb(0 0 0 / 5%);
}
.blog #archive-container {
	margin-left: 0;
	list-style: none;
}
.single-post .entry-related-carousel .entry-title,
.single-post .entry-related-carousel .entry-actions a.post-more-link,
.blog a.post-more-link {
	color: #ff8856;
}
.single-post .entry-related-carousel .entry-summary, 
.single-post .entry-related-carousel .entry-footer, 
.single-post .entry-related-carousel .entry-taxonomies {
	display: block;
}
.single-post .entry-related-carousel .entry-summary {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.single-post .entry-related-carousel .entry-content-wrap {
	background: #FFF;
	padding: 1rem !important;
}
.single-post .entry-related-carousel .loop-entry {
	box-shadow: 0px 0px 14px 10px rgb(0 0 0 / 5%);
}
.single-post .entry-related-carousel .splide__track {
	padding-bottom: 20px;
	padding-top: 20px;
}
.single-post .entry.single-entry {
	box-shadow: 0 0 0 0 transparent;
}
@keyframes spin { 
    100% { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } 
}
.howmuch-section-btn a {
	/*transition: 1s ease-in-out;*/
}
.howmuch-section-btn a.add-animate {
/*	transform: rotateY(360deg);*/
	animation:spin 0.6s ease-in-out;
}
.extra_content {
	opacity: 0;
	position: absolute;
	transition: all .1s ease-in-out;
}
.extra_content.show {
	opacity: 1;
	position: relative;
	transition: all .1s ease-in-out;
}
.custom-tabs-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(287px, 1fr));
	column-gap: 20px;
	padding-left: 10px !important;
}
.default-grid {
	padding-left: 10px !important;
}
.default-grid li,
.custom-tabs-grid li {
	padding-left: 5px;
}
.default-grid li::marker,
.custom-tabs-grid li::marker {
	content: "✔";
	color: #202020;
}
.resp-vtabs.hor_tab_set8 li.vresp-tab-active,
.resp-vtabs.hor_tab_set2 li.vresp-tab-active,
.resp-vtabs.hor_tab_set5 li.vresp-tab-active {
	border-left: 4px solid #0A5E82 !important;
}
.resp-vtabs.hor_tab_set1 li.vresp-tab-active,
.resp-vtabs.hor_tab_set3 li.vresp-tab-active,
.resp-vtabs.hor_tab_set6 li.vresp-tab-active {
	border-left: 4px solid #FF8856 !important;
}
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
	font-size: 21px;
	line-height: 26px;
}
.blog .entry-content-wrap .entry-title {
	font-size: 22px;
	line-height: 28px;
}
.items-section-text ul {
	margin-bottom: 0 !important;
}
.create-steps-section {
	color: #FFF;
	padding-top: 100px !important;
	padding-bottom: 65px !important;
	background: linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%), linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%);
	box-shadow: 0px 17px 24px rgba(0, 0, 0, 0.11);
}
.create-steps-section-title {
	position: relative;
}
.create-steps-section-title:after {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 261px;
    height: 261px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
.create-steps-block {
	display: flex;
	margin-top: 50px;
}
.create-steps-block img {
	margin-right: 50px;
	position: relative;
	z-index: 1;
}
.dashed-line .create-steps-block > p {
	position: relative;
	margin-bottom: 0 !important;
}
.dashed-line .create-steps-block > p:after {
	content: "";
    position: absolute;
    left: 15px;
    width: 1px;
    border: 1px dashed #FFF;
    height: 100%;
    top: 41px;
	bottom: 0;
    z-index: 0;
}
.dashed-line:last-child .create-steps-block > p:after {
	display: none;
}
.create-steps-block-title {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 30px !important;
	letter-spacing: .04em;
}
.create-steps-block-text {
	opacity: .8;
	font-size: 18px;
	padding-left: 20px !important;
}
.shop-func-block-col > .vc_column-inner > .wpb_wrapper {
	background: #FFFFFF;
    box-shadow: 0px 0px 22px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 20px;
    max-width: 395px;
    margin: 0 auto;
}
.shop-func-block-col .shop-func-block-text {
	opacity: .6;
}
.shop-func-block-col > .vc_column-inner,
.shop-func-block-col > .vc_column-inner > .wpb_wrapper {
	height: 100%;
}
.shop-func-block-col {
	margin-bottom: 30px;
}
.shop-func-block-col .shop-func-block-title {
	position: relative;
}
.shop-func-block-col .shop-func-block-title:after {
	content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    border-radius: 50%;
    background: rgba(255, 136, 86, 0.17);
    width: 40px;
    height: 40px;
    display: block;
}
.shop-func-section {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.shop-func-section-title {
	color: #FFF;
}
/*.page-id-564 .items-section-col > .vc_column-inner {
	position: relative;
}
.page-id-564 .items-section-col > .vc_column-inner > .wpb_wrapper {
	height: 100%;
}
.page-id-564 .items-section-read-more {
	position: absolute;
    bottom: 0;
    right: 60px;
	margin-bottom: 0 !important;
}*/
.hide-on-mobile {
	position: relative;
	z-index: 1;
}
.more-space {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (min-width: 1244px) and (max-width: 1519px) {
    .seo-orange-bar-block > .vc_column-inner:before {
        top: 0px;
		width: 88%;
    }
	.seo-orange-bar-block > .vc_column-inner > .wpb_wrapper, 
	.seo-orange-bar-block > .vc_column-inner {
		height: 266px;
	}
	.seo-orange-bar-block .seo-orange-bar-block-title {
		margin-bottom: 20px;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 1243px) {
    .seo-orange-bar-block > .vc_column-inner:before {
        top: -40px;
		width: 88%;
		height: 100%;
    }
	.seo-orange-bar-block .seo-orange-bar-block-title {
		font-size: 16px;
		line-height: 20px;
	}
	.seo-orange-bar-block > .vc_column-inner > .wpb_wrapper, 
	.seo-orange-bar-block > .vc_column-inner {
		height: 180px;
	}
}
@media screen and (min-width: 1618px) {
    .section-blocks-bottom .section-on-slider-block > .vc_column-inner {
        height: 500px;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1617px) {
    .section-blocks-bottom .section-on-slider-block > .vc_column-inner {
        height: 510px;
    }
}
@media screen and (min-width: 850px) and (max-width: 1099px) {
    .section-blocks-bottom .section-on-slider-block > .vc_column-inner {
        height: 580px;
    }
}
@media screen and (min-width: 1455px) and (max-width: 1762px) {
	.experience-section .experience-title:after {
		left: -6px;
	}
}
@media screen and (min-width: 1455px) {
	div.tabs-section {
		background-position: right !important;
		background-size: auto;
	}
	.rules-section .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
		margin-left: 50px;
	}
	.functionality-section .functionality-section-col:first-child > .vc_column-inner > .wpb_wrapper {
    	margin-left: 60px;
	} 
}
@media screen and (max-width: 1454px) {
	.our-services-textblock {
		padding-left: 10px;
		padding-right: 10px;
	}
	.our-services-row {
		padding-left: 20px;
		padding-right: 20px;
	}
	/*.transparent-header #masthead {
		position: relative !important;
	}*/
	.common-block-left .vc_column-inner > .wpb_wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
		.brief-section .brief-main-col > .vc_column-inner {
		padding-top: 40px;
	}
	.brief-section .brief-title {
		line-height: 48px;
		margin-bottom: 10px !important;
	}
	.brief-section .brief-title:after {
		width: 162px;
		height: 162px;
		top: -60px;
	}
	.brief-section .brief-long-title {
		font-size: 26px;
		line-height: 38px;
		margin-bottom: 22px !important;
	}
	.carrier-section .carrier-offer-title {
		font-size: 24px;
		line-height: 28px;
	}
	.carrier-section .carrier-offer-text, 
	.carrier-section .carrier-offer-points {
		font-size: 16px;
		line-height: 22px;
	}
	.carrier-section .carrier-offer-text {
		margin-bottom: 30px !important;
	}
	.carrier-section .carrier-offer-privacy {
		font-size: 14px;
		line-height: 18px;
		margin-top: 12px !important;
	}
	.buzzmarketing-right-col .buzzmarketing-section-text .wpb_wrapper {
		padding: 30px;
	}
	.wpb-bg-sea .guarantee-text {
		font-size: 24px;
		line-height: 32px;
	}
	.courses-section .courses-section-title {
		font-size: 26px !important;
		line-height: 36px !important;
	}

}
@media screen and (min-width: 1025px) and (max-width: 1453px) {
	.site-branding a.brand img {
		max-width: 68px !important;
	}
	header#masthead li a {
		font-size: 20px;
		line-height: 28px;
	}
	.quotes-section {
		margin-top: 120px;
	}
	.quotes-section .quotes-title {
		font-size: 40px;
		line-height: 48px;
	}
	.quotes-section {
		height: 370px;
		max-height: 370px;
	}
	.quotes-section:after {
		width: 70%;
		max-width: 700px;
		height: 700px;
		max-height: 700px;
	}
	.carrier-section .carrier-main-col,
	.experience-section .experience-main-col,
	.section-on-slider .section-on-slider-main-col {
		margin-top: -70px;/*-180*/
	}
	.experience-section .experience-col-btn {
		top: -10px;
	}
	.carrier-section .carrier-btn a,
	.brief-section .brief-btn button,
	.experience-section .experience-btn a {
		font-size: 18px;
		line-height: 22px;
	}
	.carrier-section .carrier-btn a,
	.experience-section .experience-btn-left a {
		padding: 13px 52px;
	}
	.brief-section .brief-btn button,
	.experience-section .experience-btn-right a {
		padding: 13px 44px;
	}
	.advantages-section .advantages-carousel {
		font-size: 22px;
		line-height: 30px;
	}
	.quotes-section .quotes-title {
		max-width: 540px;
	}
	.shop-func-section-title,
	.create-steps-section-title,
	.external-outsourcing-section .external-outsourcing-section-title,
	.section-on-slider .section-on-slider-title,
	.carrier-section .carrier-title,
	.quotes-section .quotes-title,
	.advantages-section .advantages-title,
	.experience-section .experience-title {
		font-size: 26px;
		line-height: 34px;
	}
	.experience-section .experience-title {
		max-width: 488px;
	}
	.experience-section .experience-title:after {
		left: -10px;
	}
	.experience-section .vc_row.vc_column-gap-20>.vc_column_container {
		padding: 0;
	}
	.experience-section .experience-block > .vc_column-inner .wpb_text_column {
		padding: 0px 20px 0px 25px;
	}
	.experience-section .experience-block-title:after {
		left: 16px;
	}
	.advantages-section .advantages-right-col > .vc_column-inner > .wpb_wrapper {
		padding-left: 20px;
		padding-right: 15px;
	}
	.advantages-section {
		margin-top: 80px;
		margin-bottom: 65px;
	}
	.advantages-section .advantages-right-col > .vc_column-inner > .wpb_wrapper:after {
		width: 32px;
	}
	.advantages-section .advantages-title, .advantages-section .advantages-text {
		padding-right: 14px;
	}
	.top-main-col .top-section-title {
		margin-bottom: 0;
	}
	.top-btn-row {
		padding-top: 0;
	}
	.contact-info-section:after {
		width: 1010px;
		height: 1190px;
	}
	.contact-info-section .contact-info-title {
		font-size: 26px;
		line-height: 36px;
	}
	.contact-info-section .contact-info-company {
		font-size: 22px;
		line-height: 22px;
	}
	.contact-info-section .contact-info-address {
		font-size: 20px;
		line-height: 30px;
	}
	.contact-info-section {
		padding-bottom: 38px;
	}
	.common-block .common-title:after {
		left: -30px;
		top: -70px;
	}
	.brief-section:before {
		height: 125%;
	}
	.common-tab-bold {
		font-size: 18px;
		line-height: 26px;
	}
	div[id^="tab_set"] .vresp-tabs-container {
		padding: 30px 15px;
	}
	.section-with-img .section-with-img-title {
		font-size: 26px;
		line-height: 36px;
	}
	.tab_set7 {
		width: 70% !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1243px) {
	footer .footer-title {
		font-size: 19px;
		line-height: 23px;
	}
	footer a,
	footer .footer-address,
	footer .footer-email a,
	footer .footer-phone {
		font-size: 14px;
		line-height: 18px;
	}
	footer .site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-left-golden {
		grid-template-columns: 3fr 1fr;
	}
	footer .site-bottom-footer-wrap .site-footer-bottom-section-1 .footer-html-inner {
		font-size: 18px;
		line-height: 18px;
	}
	.functionality-blocks-section .functionality-block > .vc_column-inner > .wpb_wrapper,
	.section-blocks-bottom .section-on-slider-block .vc_column-inner .wpb_text_column,
	.common-block-row .section-on-slider-block > .vc_column-inner > .wpb_wrapper {
		padding: 0px 10px 0px 25px;
	}
	.section-blocks-bottom .common-block-row .common-block-row-title:after {
		left: 14px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1243px) {
	.our-services-col .our-services-text {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.our-services-col .our-services-title, 
	.our-services-col .our-services-text {
		font-size: 14px;
		line-height: 18px;
	}
	.our-services-col .our-services-title {
		margin-bottom: 18px;
	}
	.our-services-col .our-services-link {
		padding-bottom: 14px;
	}
	.howmuch-section .howmuch-section-btn a {
		padding: 13px 48px !important;
	}
}
@media screen and (max-width: 1024px) {
	footer .site-bottom-footer-inner-wrap .site-footer-bottom-section-1 {
		padding-left: 1.5rem;
	}
	footer .site-bottom-footer-inner-wrap .site-footer-bottom-section-2 {
		padding-right: 1.5rem;
	}
	footer .footer-title {
		margin-top: 0;
	}
	footer .site-middle-footer-inner-wrap .footer-widget-area p:last-child {
		margin-bottom: 0;
	}
	.our-services-col .our-services-link p {
		text-align: center !important;
	}
	.carrier-section .carrier-main-col {
		padding: 50px 30px;
		margin-top: 0;
	}
	.howmuch-section .howmuch-section-title,
	.items-section .items-section-title {
		font-size: 24px;
		line-height: 32px;
	}
	.shop-func-section,
	.create-steps-section,
	.faq-section,
	.seo-orange-bar,
	.items-section,
	.howmuch-section .vc_col-sm-10 > .vc_column-inner > .wpb_wrapper,
	.another-services-section,
	.p-mobile,
	.extra-service-section,
	.linkbuilding-section,
	.keywords-section,
	.courses-section,
	.functionality-blocks-section,
	.project-section,
	.functionality-section,
	.rules-section,
	.google-ads-section,
	.buzzmarketing-left-col > .vc_column-inner > .wpb_wrapper,
	.experience-section .experience-main-col {
		padding: 0 30px;
	}
	.section-on-slider .section-on-slider-main-col,
	.experience-section .experience-main-col {
		margin-top: 0;
	}
	.section-on-slider .section-on-slider-main-col {
		padding-left: 30px;
		padding-right: 30px;
	}
	.external-outsourcing-section .external-outsourcing-section-title,
	.section-on-slider .section-on-slider-title {
		margin-bottom: 40px !important;
	}
	.experience-section .experience-col-btn {
		top: 0;
		text-align: right;
		margin-top: 30px;
	}
	.brief-section .brief-btn button,
	.experience-section .experience-btn a {
		font-size: 18px;
		line-height: 20px;
	}
	.brief-section .brief-btn button:after,
	.experience-section .vc_col-sm-1 ,
	.experience-section .experience-btn a:after {
		display: none;
	}
	.shop-func-section-title,
	.create-steps-section-title,
	.google-ads-section .google-ads-title,
	.buzzmarketing-left-col .buzzmarketing-section-title,
	.external-outsourcing-section .external-outsourcing-section-title,
	.section-on-slider .section-on-slider-title,
	.carrier-section .carrier-title,
	.quotes-section .quotes-title,
	.advantages-section .advantages-title,
	.experience-section .experience-title {
		font-size: 27px;
		line-height: 38px;
	}
	.advantages-section .advantages-carousel {
		font-size: 20px;
		line-height: 30px;
	}
	.advantages-section .advantages-title.circle-behind-text:after {
		width: 108px;
		height: 108px;
	}
	.google-ads-title:after,
	.buzzmarketing-right-col .buzzmarketing-circle:after,
	.external-outsourcing-section-title:after,
	.common-tab-title:after,
	.experience-section .experience-title:after,
	.section-on-slider .section-on-slider-title:after {
		width: 108px;
		height: 108px;
	}
	.experience-section .experience-title:after {
		top: -18px;
		left: -10px;
	}
	.carrier-section .carrier-subtitle,
	.experience-section .experience-subtitle {
		margin-bottom: 0;
	}
	.functionality-blocks-section .functionality-block > .vc_column-inner > .wpb_wrapper,
	.section-blocks-bottom .section-on-slider-block .vc_column-inner .wpb_text_column,
	.common-block-row .section-on-slider-block > .vc_column-inner > .wpb_wrapper,
	.experience-section .experience-block > .vc_column-inner .wpb_text_column {
		padding: 0px 10px 0px 15px;
	}
	.experience-section .experience-block-title:after {
		left: 10px;
	}
	.advantages-section .advantages-right-col > .vc_column-inner > .wpb_wrapper {
		padding-right: 15px;
		padding-left: 15px;
	}
	.advantages-section {
		margin-top: 80px;
		margin-bottom: 65px;
	}
	.transparent-header #masthead {
		position: relative !important;
	}
	.advantages-section .advantages-right-col > .vc_column-inner > .wpb_wrapper:after {
		display: none;
	}
	.top-section .top-section-title {
		max-width: unset;
	}
	.top-section .top-text-row {
		margin-top: 35px;
		margin-bottom: 0 !important;
	}
	.top-section .top-main-col {
		padding-bottom: 30px;
	}
	.seo-orange-bar-title,
	.extra-service-section-title,
	.keywords-section .keywords-section-title,
	.linkbuilding-section .linkbuilding-section-title,
	.contact-info-section .contact-info-title {
		font-size: 26px;
		line-height: 38px;
	}
	.faq-section .faq-section-title {
		font-size: 26px;
		line-height: 38px;
	}
	.contact-info-section .contact-info-company {
		font-size: 22px;
		line-height: 22px;
	}
	.contact-info-section .contact-info-address {
		font-size: 20px;
		line-height: 26px;
	}
	.contact-info-section:after {
		border-radius: unset;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.contact-info-section {
		padding-bottom: 30px;
		padding-top: 56px;
	}
	.common-block .top-text-row {
		margin-top: 0;
	}
	.brief-section .brief-main-col,
	.common-block {
		margin: 0 auto;
		width: 100% !important;
	}
	.brief-section .brief-main-col > .vc_column-inner {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.brief-section:before {
		display: none;
	}
	.section-on-slider-gallery {
		padding-top: 0;
	}
	.common-orange-bar {
		padding-top: 65px;
		margin-top: 0;
	}
	.section-with-img,
	.section-blocks-bottom,
	.external-outsourcing-section,
	.common-orange-bar-text,
	.common-blue-bar {
		padding: 0 30px;
	}
	.common-blue-bar-title {
		font-size: 28px;
		line-height: 44px;
	}
	.common-tab-bold {
		font-size: 18px;
		line-height: 22px;
	}
	.common-tab-title {
		font-size: 22px;
		line-height: 32px;
	}
	div[id^="tab_set"] .vresp-tabs-container {
		padding: 30px 15px;
	}
	.sem-section .sem-accordion .resp-easy-accordion {
		padding: 0 30px;
	}
	.section-blocks-bottom .common-block-row .common-block-row-title:after {
		left: 10px !important;
	}
	.section-with-img .section-with-img-title {
		font-size: 24px;
		line-height: 32px;
	}
	.section-with-img .wpb-bg-sea > .vc_column-inner > .wpb_wrapper {
		padding: 20px;
	}
	.functionality-section .functionality-section-title {
		font-size: 26px;
		line-height: 40px;
	}
	.functionality-section .functionality-section-subtitle {
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 30px;
	}
	.project-section .project-section-title {
		font-size: 20px;
		line-height: 24px;
	}
	.functionality-blocks-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.linkbuilding-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.keywords-section {
		padding-bottom: 50px;
	}
	.courses-section {
		margin-top: 0px;
		padding-top: 45px;
	}
	.links-section .functionality-blocks-main-col {
		padding-bottom: 15px;
	}
	.howmuch-section:before {
		left: 19px;
		width: 200px;
		height: 200px;
	}
	.resp-tabs-container .resp-accordion {
		font-size: 20px;
		line-height: 26px;
	}
	.tab_set7 {
		width: 100% !important;
	}
	#mobile-header .kadence-sticky-header.item-is-stuck {
		padding-bottom: 30px;
	}
	.mobile-navigation ul li.current-menu-item > a {
		color: #FF8856 !important;
	}
	.popup-drawer .drawer-inner {
		background: #004E70 !important;
	}
	.howmuch-section .howmuch-section-btn {
		margin-top: 0;
	}
	.create-steps-block-title {
		font-size: 26px;
		line-height: 32px;
	}
}
@media screen and (min-width: 1025px) {
	footer .site-middle-footer-inner-wrap {
		max-width: 1464px;
		margin: 0 auto;
	}
	footer .site-footer-middle-section-1,
	footer .site-footer-middle-section-3 {
		justify-self: self-start;
	}
	footer .site-footer-middle-section-5 {
		justify-self: self-end;
	}
	footer .site-middle-footer-inner-wrap {
		padding-bottom: 60px;
	}
	.our-services-col .our-services-link {
		padding-right: 100px;
	}
	.experience-section .experience-col-btn,
	.experience-section .bottom-subtitle {
		text-align: right;
	}
	/*.home .experience-section .experience-title {
		max-width: 625px;
	}*/
	.home div.experience-section .experience-title {
		max-width: 100% !important;
		font-size: 30px !important;
		line-height: 42px !important;
	}
	/*.advantages-section .advantages-title,*/
	.advantages-section .advantages-text {
		max-width: 600px;
	}
	footer .site-footer-middle-section-3 {
		margin-left: 20px;
	}
	footer .footer-widget3 {
		align-items: center;
	}
	.top-section .top-section-title {
		max-width: 1326px;
	}
	.common-blue-bar-text {
		max-width: 650px;
	}
	.common-blue-bar .vc_col-sm-12 .common-blue-bar-text {
		max-width: 1080px;
		margin: 0 auto;
	}
	.common-blue-bar .vc_col-sm-6:first-child .common-blue-bar-text {
		margin-right: 0;
		margin-left: auto;
	}
	.common-blue-bar .vc_col-sm-6:last-child .common-blue-bar-text {
		margin-right: auto;
		margin-left: 0;
	}
	.resp-vtabs ul.vresp-tabs-list {
		width: 48% !important;
	}
	.resp-vtabs .vresp-tabs-container {
		width: 50% !important;
	}
	.section-with-blocks > .vc_column-inner {
		position: relative;
	}
	.section-with-blocks .common-block-row {
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		margin-top: 24px;
	}
	.with-bg .common-block-row {
		position: unset;
	}
	.section-with-blocks .section-on-slider-block > .vc_column-inner > .wpb_wrapper {
		margin: 0 auto;
	}
	.section-with-blocks .section-on-slider-main-col {
		height: 432px;
	}
	.with-bg .section-on-slider-main-col {
		height: auto;
	}
	.section-blocks-bottom .common-block-row {
		position: unset;
		margin-top: 0;
	}
	.upper-blocks {
		padding-top: 280px;
	}
	.with-bg + .upper-blocks {
		padding-top: 130px;
	}
	.external-outsourcing-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.smaller-gap {
		padding-top: 228px;
	}
	.section-blocks-bottom .common-block-row {
		margin-top: -240px;
	}
	
	.google-ads-section {
		height: 880px;
	}
	.google-ads-section:before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
		height: 880px;
		background-image: url(https://veleo.pl/wp-content/uploads/2023/01/google-tlo.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	}
	.google-ads-left-col .google-ads-text {
		padding-right: 20px;
	}
	.google-ads-right-col .google-ads-text {
		padding-left: 20px;
	}
	.rules-section {
		z-index: 1;
		position: relative;
	}
	.functionality-section {
		z-index: 0;
		margin-top: -120px;
	}
	.functionality-blocks-section:before {
		top: -100px;
	}
	header#masthead .menu-item--has-toggle:hover .sub-menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(287px, 1fr));
	}
}
@media screen and (min-width: 992px) {
	.shop-func-block-col .shop-func-block-title {
		height: 60px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
	.shop-func-block-col > .vc_column-inner > .wpb_wrapper {
		padding: 12px;
	}
}
@media screen and (max-width: 991px) {
	footer .site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-left-golden {
		grid-template-columns: 1.4fr 1fr;
	}
	#wpgmza_map_1 {
		height: 300px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	footer .site-bottom-footer-wrap .site-footer-bottom-section-1 .footer-html-inner {
		font-size: 18px;
		line-height: 18px;
	}
	.quotes-section {
		height: 300px;
		max-height: 300px;
		margin-top: 80px;
	}
	.quotes-section:after {
		width: 100%;
		max-width: 600px;
		height: 600px;
		max-height: 600px;
	}
	/*.quotes-section .quotes-title {
		font-size: 34px;
		line-height: 40px;
	}*/
	.quotes-section .quotes-title:after {
		max-width: 90%;
	}
	.experience-section .vc_row.vc_column-gap-20>.vc_column_container {
		padding: 0;
	}
	.experience-section .experience-block {
		height: 390px;
	}
	.carrier-section .carrier-btn a,
	.experience-section .experience-btn-left a {
		padding: 13px 50px;
	}
	.brief-section .brief-btn button,
	.experience-section .experience-btn-right a {
		padding: 13px 40px;
	}
	.advantages-section .advantages-title.circle-behind-text:after {
		left: -20px;
	}
	.top-section .top-section-title:after {
		top: -48px;
	}
	.section-on-slider-gallery .isotope-item {
		margin-right: 0 !important;
		margin-bottom: 18px !important;
	}
	.section-on-slider-gallery .wpb_image_grid_ul {
		display: grid;
		justify-items: center;
    	grid-template-columns: repeat(2, 1fr);
	}
	.functionality-blocks-section:before {
		top: -130px;
	}
}
@media screen and (min-width: 768px) {
	.experience-section .experience-btn {
		margin-bottom: 0px !important;
	}
	.custom-width .common-block-row-title {
		max-width: 204px;
	}
	.section-blocks-bottom .wpb_single_image {
        position: absolute;
        bottom: 0;
    }
	.hide-on-desktop {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	footer .footer-title {
		margin-bottom: 0;
		font-size: 20px;
	}
	footer .footer-address {
		margin-top: 0;
	}
	footer .site-bottom-footer-inner-wrap {
		display: block;
	}
	footer .site-bottom-footer-wrap .site-footer-bottom-section-2  {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	footer .site-bottom-footer-wrap .site-footer-bottom-section-1 .footer-html-inner {
		text-align: left;
		font-size: 16px;
		line-height: 16px;
	}
	.our-services-row {
		justify-content: center;
	}
	.our-services-row .our-services-img {
		display: none !important;
	}
	.our-services-col .our-services-textblock {
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.quotes-section {
		margin-top: 30px;
		margin-bottom: 50px;
		height: unset;
		max-height: unset;
	}
	.quotes-section:after {
		max-width: 400px;
		height: 400px;
		max-height: 400px;
		top: -50px;
	}
	.quotes-section .quotes-text-col {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.quotes-section .quotes-bg {
		height: 300px;
	}
	.quotes-section .quotes-title {
		/*font-size: 34px;
		line-height: 40px;*/
		padding-left: 30px;
		padding-right: 30px;
	}
	.quotes-section .quotes-title:after {
		max-width: 80%;
	}
	.experience-section .experience-block {
		height: 322px;
	}
	.carrier-section .carrier-btn a,
	.experience-section .experience-btn-left a {
		padding: 14px 47px 14px 47px;
	}
	.brief-section .brief-btn button,
	.experience-section .experience-btn-right a {
		padding: 14px 40px 14px 40px;
	}
	.carrier-section .carrier-btn,
	.experience-section .experience-btn {
		display: block !important;
		text-align: center;
	}
	.carrier-section .carrier-btn a,
	.experience-section .experience-btn-left a {
		margin-right: 0;
	}
	.common-block-row .section-on-slider-block > .vc_column-inner > .wpb_wrapper,
	.experience-section .experience-block > .vc_column-inner {
		align-items: center;
	}
	.advantages-section .advantages-right-col > .vc_column-inner > .wpb_wrapper {
		padding-right: 30px;
		padding-left: 30px;
	}
	.advantages-section .advantages-bg {
		height: 360px;
	}
	.advantages-section .advantages-title.circle-behind-text:after {
		left: -10px;
	}
	.advantages-section .advantages-right-col {
		margin-top: 30px;
	}
	.contact-info-section {
		padding-left: 30px;
		padding-right: 30px;
	}
	.common-block-left {
		padding-top: 30px;
	}
	.common-block .common-title:after {
		width: 108px;
		height: 108px;
		top: -48px;
		left: -8px;
	}
	.contact-info-section .line-above:after,
	.contact-info-section .line-above:before,
	.common-block .form-bg {
		display: none !important;
	}
	.carrier-section .carrier-offer-title {
		margin-bottom: 16px !important;
	}
	.carrier-section .carrier-offer-points {
    	max-width: unset;
		margin: 0 auto;
		margin-bottom: 40px !important;
	}
	.section-on-slider-gallery .isotope-item {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 10px !important;
	}
	.section-on-slider-gallery .isotope-item img {
		margin: 0 auto;
	}
	.section-on-slider-gallery .wpb_image_grid_ul {
		display: block;
	}
	.tabs-section {
		padding: 0;
	}
	div.tabs-section {
		background: linear-gradient(180.77deg, #FF8856 -24.46%, #FF6534 128.5%) !important;
	}
	.tabs-section .vc_col-sm-10 > .vc_column-inner {
		padding-top: 0 !important;
	}
	div[id^="tab_set"] .vresp-tabs-container {
		padding: 0 15px;
	}
	.tabs-section .vresp-tabs-container {
		min-height: 390px !important;
	}
	.common-block-row .common-block-row-title:after {
		left: 3px;
	}
	.functionality-block > .vc_column-inner > .wpb_wrapper,
	.section-on-slider-block > .vc_column-inner > .wpb_wrapper {
		width: 100% !important;
		max-width: 100% !important;
	}
	.buzzmarketing-right-col .buzzmarketing-circle:after {
		left: 1px;
		top: 3px;
	}
	.section-blocks-bottom .section-on-slider-block {
		padding: 10px !important;
	}
	.section-with-img .wpb-bg {
		height: 280px;
		padding-bottom: 35px;
	}
	.functionality-blocks-section:before {
		top: 100px;
	}
	.keywords-section {
		padding-top: 0;
	}
	.linkbuilding-section {
		padding-top: 60px;
	}
	.keywords-section .vresp-tabs-container,
	.linkbuilding-section .vresp-tabs-container {
		min-height: 450px !important;
	}
	.howmuch-section .howmuch-section-btn a {
		padding: 13px 26px !important;
	}
	.howmuch-section:before {
		top: 18px;
	}
	div.popup-drawer .drawer-inner {
		max-width: 60% !important;
	}
	div.p-0 {
		padding-bottom: 0 !important;
	}
	.hide-on-mobile {
		display: none;
	}
}
@media screen and (max-width: 450px) {
	.quotes-section .quotes-title {
		font-size: 28px;
		line-height: 38px;
	}
	.quotes-section:after {
		max-width: 330px;
		height: 330px;
		max-height: 330px;
	}
	.experience-section .experience-block {
		height: 360px;
	}
	div.popup-drawer .drawer-inner {
		max-width: 100% !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
	.section-on-slider .section-on-slider-main-col,
	.experience-section .experience-main-col {
		width: 100%;
	}
}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block;min-width:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--global-gray-400: #CBD5E0;--global-gray-500: #A0AEC0;--global-xs-spacing: 1em;--global-sm-spacing: 1.5rem;--global-md-spacing: 2rem;--global-lg-spacing: 2.5em;--global-xl-spacing: 3.5em;--global-xxl-spacing: 5rem;--global-edge-spacing: 1.5rem;--global-boxed-spacing: 2rem;--global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);--global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem)}h1,h2,h3,h4,h5,h6{padding:0;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}dfn,cite,em,i{font-style:italic}blockquote,q{quotes:"“" "”"}blockquote{padding-left:1em;border-left:4px solid var(--global-palette4)}.entry-content blockquote{margin:0 0 var(--global-md-spacing)}blockquote cite,blockquote .wp-block-pullquote__citation{color:var(--global-palette5);font-size:13px;margin-top:1em;position:relative;font-style:normal;display:block}address{margin:0 0 1.5em}pre{background:var(--global-palette7);font-family:"Courier 10 Pitch",Courier,monospace;font-size:.9375rem;line-height:1.6;max-width:100%;overflow:auto;padding:1.5em;white-space:pre-wrap}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted var(--global-palette4);cursor:help}mark,ins{text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}hr{height:0;border:0;border-bottom:2px solid var(--global-gray-400)}ul,ol{margin:0 0 1.5em 1.5em;padding:0}ul.aligncenter,ol.aligncenter{list-style:none}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em;width:100%}a{color:var(--global-palette-highlight);text-underline-offset:.1em;transition:all .1s linear}a:hover,a:focus,a:active{color:var(--global-palette-highlight-alt);text-underline-offset:.25em}a:hover,a:active{outline:0}.inner-link-style-plain a:not(.button),.widget-area.inner-link-style-plain a:not(.button){text-decoration:none}.inner-link-style-normal a:not(.button),.widget-area.inner-link-style-normal a:not(.button){text-decoration:underline}.link-style-no-underline .entry-content p>a,.link-style-no-underline .entry-content strong>a,.link-style-no-underline .entry-content em>a,.link-style-no-underline .entry-content>ul a,.link-style-no-underline .entry-content a{text-decoration:none}.link-style-no-underline .entry-content p>a:hover,.link-style-no-underline .entry-content strong>a:hover,.link-style-no-underline .entry-content em>a:hover,.link-style-no-underline .entry-content>ul a:hover,.link-style-no-underline .entry-content a:hover{text-decoration:none}.link-style-color-underline .entry-content p a,.link-style-color-underline .entry-content strong>a,.link-style-color-underline .entry-content em>a,.link-style-color-underline .entry-content>ul a,.link-style-color-underline .entry-content>ol a,.link-style-color-underline .entry-content .wp-block-group ul a,.link-style-color-underline .entry-content .wp-block-group ol a{color:inherit;text-decoration:underline;text-decoration-color:var(--global-palette-highlight)}.link-style-color-underline .entry-content p a:hover,.link-style-color-underline .entry-content strong>a:hover,.link-style-color-underline .entry-content em>a:hover,.link-style-color-underline .entry-content>ul a:hover,.link-style-color-underline .entry-content>ol a:hover,.link-style-color-underline .entry-content .wp-block-group ul a:hover,.link-style-color-underline .entry-content .wp-block-group ol a:hover{text-decoration-color:var(--global-palette-highlight-alt)}.link-style-hover-background .entry-content p a,.link-style-hover-background .entry-content strong>a,.link-style-hover-background .entry-content em>a,.link-style-hover-background .entry-content>ul a,.link-style-hover-background .entry-content>ol a,.link-style-hover-background .entry-content .wp-block-group ul a,.link-style-hover-background .entry-content .wp-block-group ol a{color:var(--global-palette-highlight);text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px}.link-style-hover-background .entry-content p a:hover,.link-style-hover-background .entry-content strong>a:hover,.link-style-hover-background .entry-content em>a:hover,.link-style-hover-background .entry-content>ul a:hover,.link-style-hover-background .entry-content>ol a:hover,.link-style-hover-background .entry-content .wp-block-group ul a:hover,.link-style-hover-background .entry-content .wp-block-group ol a:hover{color:var(--global-palette-highlight-alt2);text-decoration:none;background-size:100% 100%}.link-style-offset-background .entry-content p a,.link-style-offset-background .entry-content strong>a,.link-style-offset-background .entry-content em>a,.link-style-offset-background .entry-content>ul a,.link-style-offset-background .entry-content>ol a,.link-style-offset-background .entry-content .wp-block-group ul a,.link-style-offset-background .entry-content .wp-block-group ol a{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));background-repeat:no-repeat;background-position:4px bottom;background-size:100% 10px}.link-style-offset-background .entry-content p a:hover,.link-style-offset-background .entry-content strong>a:hover,.link-style-offset-background .entry-content em>a:hover,.link-style-offset-background .entry-content>ul a:hover,.link-style-offset-background .entry-content>ol a:hover,.link-style-offset-background .entry-content .wp-block-group ul a:hover,.link-style-offset-background .entry-content .wp-block-group ol a:hover{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt))}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}:where(html:not(.no-js)) .hide-focus-outline *:focus{outline:0}#primary[tabindex="-1"]:focus{outline:0}textarea{width:100%}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{-webkit-appearance:none;color:var(--global-palette5);border:1px solid var(--global-gray-400);border-radius:3px;padding:.4em .5em;max-width:100%;background:var(--global-palette9);box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}::-webkit-input-placeholder{color:var(--global-palette6)}::-moz-placeholder{color:var(--global-palette6);opacity:1}:-ms-input-placeholder{color:var(--global-palette6)}:-moz-placeholder{color:var(--global-palette6)}::placeholder{color:var(--global-palette6)}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:var(--global-palette3);border-color:var(--global-palette6);outline:0;box-shadow:0px 5px 15px -7px rgba(0,0,0,.1)}select{border:1px solid var(--global-gray-400);background-size:16px 100%;padding:.2em 35px .2em .5em;background:var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-shadow:none;outline:0;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}select::-ms-expand{display:none}select:focus{color:var(--global-palette3);border-color:var(--global-palette6);background-color:var(--global-palette9);box-shadow:0px 5px 15px -7px rgba(0,0,0,.1);outline:0}select:focus option{color:#333}.elementor-select-wrapper select{background-image:none}.search-form{position:relative}.search-form input[type=search],.search-form input.search-field{padding-right:60px;width:100%}.search-form .search-submit[type=submit]{top:0;right:0;bottom:0;position:absolute;color:rgba(0,0,0,0);background:rgba(0,0,0,0);z-index:2;width:50px;border:0;padding:8px 12px 7px;border-radius:0;box-shadow:none;overflow:hidden}.search-form .search-submit[type=submit]:hover,.search-form .search-submit[type=submit]:focus{color:rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}.search-form .kadence-search-icon-wrap{position:absolute;right:0;top:0;height:100%;width:50px;padding:0;text-align:center;background:0 0;z-index:3;cursor:pointer;pointer-events:none;color:var(--global-palette6);text-shadow:none;display:flex;align-items:center;justify-content:center}.search-form .search-submit[type=submit]:hover~.kadence-search-icon-wrap{color:var(--global-palette4)}body.rtl .search-form .button[type=submit],body.rtl .search-form .kadence-search-icon-wrap{left:0;right:auto}body.rtl .search-form input[type=search],body.rtl .search-form input.search-field{padding-right:.5em;padding-left:60px}fieldset{padding:.625em 1.425em .625em;border:1px solid var(--global-gray-500);margin-top:1.2em;margin-bottom:1.2em}.affwp-form fieldset{padding:0}legend{font-weight:bold}button,.button,.wp-block-button__link,.wp-element-button,input[type=button],input[type=reset],input[type=submit]{border-radius:3px;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);padding:.4em 1em;border:0;font-size:1.125rem;line-height:1.6;display:inline-block;font-family:inherit;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}button:visited,.button:visited,.wp-block-button__link:visited,.wp-element-button:visited,input[type=button]:visited,input[type=reset]:visited,input[type=submit]:visited{background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}button:hover,button:focus,button:active,.button:hover,.button:focus,.button:active,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-block-button__link:active,.wp-element-button:hover,.wp-element-button:focus,.wp-element-button:active,input[type=button]:hover,input[type=button]:focus,input[type=button]:active,input[type=reset]:hover,input[type=reset]:focus,input[type=reset]:active,input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}button:disabled,button.disabled,.button:disabled,.button.disabled,.wp-block-button__link:disabled,.wp-block-button__link.disabled,.wp-element-button:disabled,.wp-element-button.disabled,input[type=button]:disabled,input[type=button].disabled,input[type=reset]:disabled,input[type=reset].disabled,input[type=submit]:disabled,input[type=submit].disabled{cursor:not-allowed;opacity:.5}.elementor-button-wrapper .elementor-button{background-color:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus,.elementor-button-wrapper .elementor-button:active{color:var(--global-palette-btn-hover);background-color:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}.button.button-size-small{font-size:80%;padding:.3em .7em}.button.button-size-large{font-size:110%;padding:.6em 1.2em}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{padding:.4em 1em}.button.button-style-outline,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button,.button.kb-btn-global-outline{border:2px solid currentColor}.button.button-style-outline:hover,.button.button-style-outline:focus,.button.button-style-outline:active,.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:active,.wp-block-button.is-style-outline .wp-element-button:hover,.wp-block-button.is-style-outline .wp-element-button:focus,.wp-block-button.is-style-outline .wp-element-button:active,.button.kb-btn-global-outline:hover,.button.kb-btn-global-outline:focus,.button.kb-btn-global-outline:active{border:2px solid currentColor;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.wp-block-button.is-style-outline .wp-element-button:not(.has-background),.button.button-style-outline:not(.has-background),.button.kb-btn-global-outline:not(.has-background){background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active,.button.button-style-outline:not(.has-background):hover,.button.button-style-outline:not(.has-background):focus,.button.button-style-outline:not(.has-background):active,.button.kb-btn-global-outline:not(.has-background):hover,.button.kb-btn-global-outline:not(.has-background):focus,.button.kb-btn-global-outline:not(.has-background):active{background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),.button-style-outline:not(.has-text-color),.kb-btn-global-outline:not(.has-text-color){color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):visited,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):visited,.button-style-outline:not(.has-text-color):visited,.kb-btn-global-outline:not(.has-text-color):visited{color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,.button-style-outline:not(.has-text-color):hover,.button-style-outline:not(.has-text-color):focus,.button-style-outline:not(.has-text-color):active,.kb-btn-global-outline:not(.has-text-color):hover,.kb-btn-global-outline:not(.has-text-color):focus,.kb-btn-global-outline:not(.has-text-color):active{color:var(--global-palette-btn-out-hover, var(--global-palette-btn-bg-hover))}button.button-style-secondary,.button.button-style-secondary,.wp-block-button__link.button-style-secondary,.wp-element-button.button-style-secondary,input[type=button].button-style-secondary,input[type=reset].button-style-secondary,input[type=submit].button-style-secondary{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:visited,.button.button-style-secondary:visited,.wp-block-button__link.button-style-secondary:visited,.wp-element-button.button-style-secondary:visited,input[type=button].button-style-secondary:visited,input[type=reset].button-style-secondary:visited,input[type=submit].button-style-secondary:visited{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:hover,button.button-style-secondary:focus,button.button-style-secondary:active,.button.button-style-secondary:hover,.button.button-style-secondary:focus,.button.button-style-secondary:active,.wp-block-button__link.button-style-secondary:hover,.wp-block-button__link.button-style-secondary:focus,.wp-block-button__link.button-style-secondary:active,.wp-element-button.button-style-secondary:hover,.wp-element-button.button-style-secondary:focus,.wp-element-button.button-style-secondary:active,input[type=button].button-style-secondary:hover,input[type=button].button-style-secondary:focus,input[type=button].button-style-secondary:active,input[type=reset].button-style-secondary:hover,input[type=reset].button-style-secondary:focus,input[type=reset].button-style-secondary:active,input[type=submit].button-style-secondary:hover,input[type=submit].button-style-secondary:focus,input[type=submit].button-style-secondary:active{color:var(--global-palette-btn-sec-hover);background:var(--global-palette-btn-sec-bg-hover)}.kadence-svg-iconset{display:inline-flex;align-self:center}.kadence-svg-iconset svg{height:1em;width:1em}.kadence-svg-iconset.svg-baseline svg{top:.125em;position:relative}body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore){color:#fff}body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore){border-color:currentColor}:root .has-theme-palette-1-background-color,:root .has-theme-palette1-background-color{background-color:var(--global-palette1)}:root .has-theme-palette-1-color,:root .has-theme-palette1-color{color:var(--global-palette1)}:root .has-theme-palette-2-background-color,:root .has-theme-palette2-background-color{background-color:var(--global-palette2)}:root .has-theme-palette-2-color,:root .has-theme-palette2-color{color:var(--global-palette2)}:root .has-theme-palette-3-background-color,:root .has-theme-palette3-background-color{background-color:var(--global-palette3)}:root .has-theme-palette-3-color,:root .has-theme-palette3-color{color:var(--global-palette3)}:root .has-theme-palette-4-background-color,:root .has-theme-palette4-background-color{background-color:var(--global-palette4)}:root .has-theme-palette-4-color,:root .has-theme-palette4-color{color:var(--global-palette4)}:root .has-theme-palette-5-background-color,:root .has-theme-palette5-background-color{background-color:var(--global-palette5)}:root .has-theme-palette-5-color,:root .has-theme-palette5-color{color:var(--global-palette5)}:root .has-theme-palette-6-background-color,:root .has-theme-palette6-background-color{background-color:var(--global-palette6)}:root .has-theme-palette-6-color,:root .has-theme-palette6-color{color:var(--global-palette6)}:root .has-theme-palette-7-background-color,:root .has-theme-palette7-background-color{background-color:var(--global-palette7)}:root .has-theme-palette-7-color,:root .has-theme-palette7-color{color:var(--global-palette7)}:root .has-theme-palette-8-background-color,:root .has-theme-palette8-background-color{background-color:var(--global-palette8)}:root .has-theme-palette-8-color,:root .has-theme-palette8-color{color:var(--global-palette8)}:root .has-theme-palette-9-background-color,:root .has-theme-palette9-background-color{background-color:var(--global-palette9)}:root .has-theme-palette-9-color,:root .has-theme-palette9-color{color:var(--global-palette9)}:root .has-theme-palette-10-background-color,:root .has-theme-palette10-background-color{background-color:var(--global-palette10)}:root .has-theme-palette-10-color,:root .has-theme-palette10-color{color:var(--global-palette10)}:root .has-theme-palette-11-background-color,:root .has-theme-palette11-background-color{background-color:var(--global-palette11)}:root .has-theme-palette-11-color,:root .has-theme-palette11-color{color:var(--global-palette11)}:root .has-theme-palette-12-background-color,:root .has-theme-palette12-background-color{background-color:var(--global-palette12)}:root .has-theme-palette-12-color,:root .has-theme-palette12-color{color:var(--global-palette12)}:root .has-theme-palette-13-background-color,:root .has-theme-palette13-background-color{background-color:var(--global-palette13)}:root .has-theme-palette-13-color,:root .has-theme-palette13-color{color:var(--global-palette13)}:root .has-theme-palette-14-background-color,:root .has-theme-palette14-background-color{background-color:var(--global-palette14)}:root .has-theme-palette-14-color,:root .has-theme-palette14-color{color:var(--global-palette14)}:root .has-theme-palette-15-background-color,:root .has-theme-palette15-background-color{background-color:var(--global-palette15)}:root .has-theme-palette-15-color,:root .has-theme-palette15-color{color:var(--global-palette15)}.kt-clear{*zoom:1}.kt-clear::before,.kt-clear::after{content:" ";display:table}.kt-clear::after{clear:both}#wpadminbar{position:fixed !important}.content-area{margin:var(--global-xxl-spacing) 0}.entry-content{word-break:break-word}.entry-content table{word-break:normal}.body{overflow-x:hidden}.scroll a *,a.scroll *{pointer-events:none}.content-width-fullwidth .content-container.site-container{max-width:none;padding:0}.content-width-fullwidth .content-area,.content-vertical-padding-hide .content-area{margin-top:0;margin-bottom:0}.content-vertical-padding-top .content-area{margin-bottom:0}.content-vertical-padding-bottom .content-area{margin-top:0}.site-container,.site-header-row-layout-contained,.site-footer-row-layout-contained,.entry-hero-layout-contained,.alignfull>.wp-block-cover__inner-container,.alignwide>.wp-block-cover__inner-container{margin:0 auto;padding:0 var(--global-content-edge-padding)}.kt-row-layout-inner>.kb-theme-content-width,.kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width{padding-left:var(--global-content-edge-padding);padding-right:var(--global-content-edge-padding)}.content-bg{background:#fff}.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap{padding:0}.content-style-unboxed .content-bg:not(.loop-entry){background:rgba(0,0,0,0)}.content-style-unboxed .entry:not(.loop-entry){box-shadow:none;border-radius:0}@media screen and (min-width: 1025px){.has-sidebar .content-container{display:grid;grid-template-columns:5fr 2fr;grid-gap:var(--global-xl-spacing);justify-content:center}#secondary{grid-column:2;grid-row:1;min-width:0}.has-left-sidebar .content-container{grid-template-columns:2fr 5fr}.has-left-sidebar #main{grid-column:2;grid-row:1}.has-left-sidebar #secondary{grid-column:1;grid-row:1}.has-sidebar .wp-site-blocks .content-container .alignwide,.has-sidebar .wp-site-blocks .content-container .alignfull{width:unset;max-width:unset;margin-left:0;margin-right:0}.has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide{margin-left:-10px;margin-right:-10px}}#kt-scroll-up-reader,#kt-scroll-up{position:fixed;transform:translateY(40px);transition:all .2s ease;opacity:0;z-index:1000;display:flex;cursor:pointer}#kt-scroll-up-reader *,#kt-scroll-up *{pointer-events:none}#kt-scroll-up-reader.scroll-up-style-outline,#kt-scroll-up.scroll-up-style-outline{background:rgba(0,0,0,0)}.scroll-up-style-filled{color:var(--global-palette9);background:var(--global-palette4)}.scroll-up-style-filled:hover{color:var(--global-palette9)}.scroll-up-style-outline,.scroll-up-wrap.scroll-up-style-outline{border-width:2px;border-style:solid;border-color:currentColor;color:var(--global-palette4)}.scroll-up-style-outline:hover{color:var(--global-palette5)}#kt-scroll-up.scroll-visible{transform:translateY(0px);opacity:1}#kt-scroll-up-reader{transform:translateY(0px);transition:all 0s ease}#kt-scroll-up-reader:not(:focus){clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;overflow:hidden;word-wrap:normal !important}#kt-scroll-up-reader:focus{transform:translateY(0px);opacity:1;box-shadow:none;z-index:1001}@media screen and (max-width: 719px){.vs-sm-false{display:none !important}}@media screen and (min-width: 720px)and (max-width: 1024px){.vs-md-false{display:none !important}}@media screen and (min-width: 1025px){.vs-lg-false{display:none !important}}body.logged-in .vs-logged-in-false{display:none !important}body:not(.logged-in) .vs-logged-out-false{display:none !important}.infinite-scroll .posts-navigation,.infinite-scroll .pagination,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#wrapper{overflow:hidden;overflow:clip}.kadence-scrollbar-fixer{margin-right:var(--scrollbar-offset, unset)}.kadence-scrollbar-fixer .item-is-fixed{right:var(--scrollbar-offset, 0)}.alignleft{float:left;margin-right:var(--global-md-spacing)}.alignright{float:right;margin-left:var(--global-md-spacing)}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;text-align:center}body.footer-on-bottom #wrapper{min-height:100vh;display:flex;flex-direction:column}body.footer-on-bottom.admin-bar #wrapper{min-height:calc(100vh - 32px)}body.footer-on-bottom #inner-wrap{flex:1 0 auto}.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child,.kadence-pro-fixed-item>p:first-child:last-child{margin:0}