/*
Theme Name: rd-fast
Author: Robert Dorosz
Author URI: https://www.facebook.com/robert.dorosz.9/
Description: Szybki i responsywny szablon. 
Version: 1.0
License: GNU General Public License and Flothemes general license
License URI: Licensing/README_License.txt
Tags: A charming, fun design for powerful, creative women.
*/

:root {
	--primary-color: #22366A;
	--second-color: #57bcca;
}


@font-face {
	font-family: "POPPINS-REGULAR";
	src: url("styles/fonts/POPPINS-REGULAR.eot");
	src: url("styles/fonts/POPPINS-REGULAR.woff2") format("woff2");
	src: url("styles/fonts/POPPINS-REGULAR.ttf") format("ttf"), url("styles/fonts/POPPINS-REGULAR.otf") format("opentype")
}
@font-face {
	font-family: "POPPINS-BOLD";
	src: url("styles/fonts/POPPINS-BOLDd.eot");
	src: url("styles/fonts/POPPINS-BOLD.woff2") format("woff2");
	src: url("styles/fonts/POPPINS-BOLD.ttf") format("ttf"),
		url("styles/fonts/POPPINS-BOLD.otf") format("opentype")
}

body {
	font-family: "POPPINS-REGULAR", sans-serif !important;
	font-optical-sizing: auto;
	font-style: normal;
    line-height: 26px;
    font-style: normal;
    color: #303030;
    font-size: 18px;
    font-display: swap;
}
body {
	background: #f9fafc;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden !important;
}
body .main-content>* {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto;
	margin-right: auto;
}
#content a {
	color: var(--second-color);
}
#content .wp-block-button a {
	color: #fff;
}
.has-text-align-center.misja.has-medium-font-size {
	border: solid 5px #002c6c;
	padding: 1rem;
	border-radius: 2rem;
}
.title-primary {
	color: var(--primary-color);
	font-family: 'POPPINS-BOLD';
}
.mb-minus {
	margin-top: -5rem;
	z-index: 2;
	display: block;
	position: relative;
}
.article {
	border: solid 3px;
	padding: 15px 15px !important;
}
.article figure {
	margin: 0;
}
.wpcf7-list-item {
	display: block;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 0.7rem;
	line-height: 0.9rem;
	display: block;
	padding-left: 1.2rem;
}
.wpcf7-acceptance input {
	float: left;
}
.page-kontakt #content {
	background-color: transparent;
}
body .main-content>.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

body .main-content>.fullwidth {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.border-container h2 strong {
	background: #fff;
	padding: 0rem 2rem;
}
.border-container h2 {
	font-family: 'POPPINS-BOLD';
	color: var(--primary-color);
	padding: 0;
	margin: -20px 0px 1rem 0px;
}
.border-container.orange h2 {
	color: var(--second-color);
}
.border-container h2 span {
	font-family: 'POPPINS-REGULAR';
}
.border-container.small h2 {
	font-size: 1.4rem;
	margin-top: -15px;
}
.border-container.small h2 strong {
	padding: 0rem 1.8rem;
}
.o-kamapanii-right img {
	max-width: 100px;
}
.home .post.entry-title.col-md-4 {
	display: none;
}
.entry-content .alignwide {
	margin-left: -80px;
	margin-right: -80px;
}
.wp-block-column-is-layout-flow.flip {
	border: solid 2px #c80b58;
	background-color: #fff;
}
.entry-content .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: auto;
	margin-bottom: 0;
}
.form-div {
	border: solid 6px #5497ff;
	border-radius: 2rem;
	padding: 2rem 2rem 0.1rem 2rem;
	margin-bottom: 3rem;
}
.punkt-bg-out {
	stroke: #d50a4e;
	-webkit-animation: pulsate 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: pulsate 2s ease-out;
	-moz-animation-iteration-count: infinite;
	-ms-animation: pulsate 2s ease-out;
	-ms-animation-iteration-count: infinite;
	animation: pulsate 2s ease-out;
	animation-iteration-count: infinite;
}
.m-1000 {
	max-width: 1000px;
}
.user img {
border: solid 3px;
border-radius: 50%;
padding: 15px;
max-width: 239px;
}
.vert-move img {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}
@-webkit-keyframes pulsate {
	0% {
		opacity: 0.3;
		stroke-width: 5;
	}

	50% {
		opacity: 0.6;
		stroke-width: 10;
	}

	100% {
		opacity: 0.3;
		stroke-width: 5;
	}
}

.alignfull img {
	width: 100vw;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	margin: auto;
}

h1 {
	font-size: 2.2rem;
	line-height: 2.3rem;
}
a {
	text-decoration: none !important;
}
p {
	margin: 0px;
	position: relative;
	width: -moz-available;
	width: -webkit-fill-available;
}
p {
	padding: 10px 0px;
}
#one {
	transform: translate(21rem, 33rem);
}
#two {
	transform: translate(23rem, 28rem);
}
#three {
	transform: translate(23rem, 6rem);
}
#four {
	transform: translate(14rem, 10rem);
}
#five {
	transform: translate(15rem, 1rem);
}
.punkt-bg {
	stroke: #d5004d;
	fill: #d50a4e;
}
a:hover .punkt-bg {
	stroke: #0063be;
	fill: #0063be;
	transition: 0.3s;
}
.active path {
	fill: #f7dbdb;
}
.header .container {
	width: 100%;
	margin: 0 auto;
	padding: 0 105px;
	padding: 0 10.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
#titles {
	float: left;
}
.menu li {
	position: relative;
}
#menu-menu-1 li:hover a::before {
	width: 100%;
}
#three-section .post {
	float: left;
	position: relative;
	display: block;
	padding: 25px;
}
#three-section .entry-title {
	font-size: 1.3rem;
	line-height: 1.5rem;
}
.read-more a {
	float: left;
	background-color: #fedd00;
	padding: 10px 25px;
	color: #fff;
	margin: auto;
	text-decoration: navajowhite;
}
.read-more {
	float: left;
	width: 100%;
	margin: auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 20px;
}
.single-post .alignleft.wp-post-image {
	width: 100%;
	height: auto;
	margin: 20px 0px;
}
.wrap {
	margin: auto;
	max-width: 1120px;
	align-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
}
.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio {
	text-align: center;
}
.content-post {
	float: left;
	margin-bottom: 50px;
	text-align: justify;
}
#three-section .entry-title {
	min-height: 3.2rem;
}
.archive-post img {
	width: 100%;
	height: auto;
}
.archive-post {
	padding: 20px;
}
.archive-post h2 a {
	text-decoration: none;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5rem;
	margin-bottom: 20p;
	float: left;
	margin: 12px 0px;
	width: 100%;
}
.read-more a:hover {
	color: #000;
	transition: 0.3s;

}
.wpis-eksperta {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.img-autor {
	display: inline-block;
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
}
.wpis-eksperta img {
	width: auto;
	height: 100%;
	margin-left: -50px;
}
.feature-content {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#three-section .post img {
	width: 100%;
	height: auto;
}
*, ::after, ::before {
	box-sizing: border-box;
}
.feature-content h3 {
	padding: 10px 0px;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	display: flow-root;
}
#lista p {
	margin-bottom: 5px;
	line-height: 1rem;
	min-height: 3.3rem;
}
.lista-p-off p {
	min-height: auto !important;
	background-color: #f3f6fa;
	padding: 0.9rem 1rem;
}
.clearfix::after {
	content: "\00A0";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.slick-slide {
	position: relative;
}
.menu li {
	list-style-type: none;
	padding: 16px 15px;
	float: left;
}
.shoping-c button {
	float: right;
	background-color: #ef7d00;
	border-radius: 12px;
	padding: 1rem 2rem;
	text-transform: uppercase;
	margin-top: 8px;
}
.col-md-3.shoping-c a {
	float: right;
	margin: 0px 3px;
}
.shoping-c button:hover {
	background-color: #E6334B;
	transition: 0.3s;
}
.team img {
	border: solid 3px #0A746D;
}
.darkHeader .seo-home.page-header .logo img {
	max-width: 165px;
}
.menu-up ul li a:hover {
	color: #ebebeb;
	transition: 0.3s;
}
.menu-up .sub-menu li a:hover {
	color: #444444;
}
.menu li:hover .sub-menu {
	display: block;
}
ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease;
	left: 0;
	display: none;
  }
ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.menu li:hover .sub-menu li {
	display: block;
	background-color: #fff;
	border-bottom: solid 4px #fedd00;
}
ul li ul li {
	clear: both;
	width: 100%;
  }
.products.columns-4 li {
	margin-left: 0px !important;
}
.sub-menu {
	white-space: nowrap;
}
.en .menu li {
	padding: 10px 25px;
}
.menu .sub-menu {
	display: none;
}
.menu .current-menu-item>a::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #22366a;
	position: absolute;
	left: 50%;
	bottom: 4px;
	margin-left: -10px;
}
.title-slider span {
	color: rgb(29, 29, 29);
}
.podtytul_slider p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6rem;
	margin-top: 1rem;
}
.left-info-first.up-info, .right-info-first.up-info {
background-color: #2f3967;
}
.up-info .contact-title {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3rem;
	padding: 40px 20px;
}
.contact-title span, .section-title span {
	font-family: 'Poppins' sans-serif;
}
.up-info p {
	padding: 0px 30px 20px 30px;
	margin: 0px;
	color: #fff;
}
.footer-main p {
	display: flex;
}
.footer-main i {
	border: solid 1px;
	padding: 1rem 0.75rem;
	margin: 0rem 1rem;
	border-radius: 50%;
	line-height: 0.3rem;
	width: 40px;
	height: 40px;
}
.input-icon {
	position: relative;
	margin-bottom: 15px;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	opacity: 0.6;
}
.input-icon i {
	position: absolute;
	left: 1.2rem;
	top: 15px;
	font-size: 1.4rem;
	/* opacity: 0.7; */
	z-index: 2;
	border-right: solid 1px var(--primary-color);
	padding: 0.2rem 0.8rem 0 0;
	color: var(--primary-color);
	width: 35px;
}
#form-contact p {
	padding: 0;
}
.input-icon.open-q p i {
	position: relative;
	display: block;
	float: left;
	top: 0;
}
.span-q {
	padding-left: 30px;
	display: table;
}
.input-icon input,
.input-icon textarea,
.input-icon select {
	padding-left: 65px !important;
}

.textarea-icon i {
	top: 15;
	/* dla textarea — dopasowanie */
}
.footer-main a {
	color: #000;
	line-height: 1rem;
}
.podtytul-slider {
	background-color: #eee;
	padding: 1rem;
	/* border-bottom: solid 2px #000; */
}
button {
	padding: 15px 25px;
	border: solid 1px #fff;
	color: #fff;
	margin: 10px 10px 30px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	background: rgb(239, 124, 26); 
	background: var(--primary-color);
}
button:hover {
	background: var(--second-color);
	transition: 0.3s;
}
.button-trans {
	margin: auto;
	text-align: center;
}
.up-info {
	float: left;
	position: relative;
	border-radius: 5px;
}
.entry.home-one {
	position: relative;
}
.first-cont {
	margin-top: 130px;
}
.title-gradiant {
	background: rgb(239, 124, 26);
	background: linear-gradient(10deg, rgb(239, 181, 30) 0%, rgb(241, 189, 58) 38%, rgb(242, 210, 126) 100%);
	margin: auto;
	color: #fff;
	font-size: 2rem;
	line-height: 2.5rem;
}
#three-section .slick-slide, #opinie-slider .slick-slide, .one-kurs {
	padding: 30px;
	border: solid 2px #fff;
	margin: 10px;
	border-radius: 15px;
}
.slide-kursy.float-left.col-md-4 img {
	max-width: 100%;
}
.newsletter {
	background-color: #ee344e;
	float: left;
	width: 100%;
}
.tnp-subscription div.tnp-field {
	float: left;
}
.tnp-email {
	float: left;
	width: auto !important;
	margin: 0px 10px !important;
}
.tnp-field label {
	float: left;
	display: none !important;
}
.newsletter span {
	float: left;
	color: #fff;
	font-size: 1.5rem;
	padding: 23px 20px;
}
.tnp-field.tnp-field-button {
	margin: 0px !important;
	padding: 3px 0px !important;
}
.tnp-submit {
	padding: 16px 10px !important;
}
.tnp-field.tnp-field-email {
	margin: 3px 0px 0px 0px !important;
}
.tnp-subscription {
	font-size: 13px;
	display: block;
	margin: 15px auto;
	max-width: max-content !important;
	width: auto;
	float: left;
}
.newsletter .container.text-center {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
.intro-content ul {
	list-style: none;
}
.intro-content li p {
	float: right;
	width: 170px;
	text-align: left;
	color: #fff;
}
.intro-content li {
	content: "";
	display: block;
	clear: both;
}
.intro-content li span {
	color: #fff;
}
.patronat.container {
	text-align: center;
}
.title-section-area {
	position: relative;
}
.feature-single .icon {
	width: 70px;
	float: left;
	padding: 8px 25px 30px 0px;
}
.title-section-area {
	position: relative;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	margin-top: 20px;
}
#second-section {
	float: left;
	position: relative;
}
.red-h {
	color: #ee344e;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 26px;
}
.ts-right-column {
	float: right;
	width: 50%;
	color: #fff;
}
#opinie {
	background-color: #CCFFE5;
	position: relative;
}
.ts-right-column p {
	padding: 25px 25px 0px 25px;
	max-width: 560px;
	font-size: 2rem;
	line-height: 2.6rem;
	font-style: italic;
}
.title-ts-rc span {
	font-family: 'Poppins' sans-serif;
}
.title-ts-rc {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 0px 0px 25px;
	max-width: 860px;
	float: left;
}

.feature-single .feature-content {
	padding-right: 20px;
	margin-bottom: 40px;
	float: right;
	width: 85%;
}
.container.four-s {
	position: relative;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
#footer{
	position: relative;
}
.footer-main {
	background-color: #eaf5f7;
	padding-bottom: 30px;
	color: #000;
}
.scrollTo_top.ribbon {
	position: fixed;
	bottom: 20px;
	z-index: 999;
	right: 10px;
}
.copyright-info::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid var(--primary-color);
	position: absolute;
	left: 50%;
	top: -30px;
	margin-left: -30px;
}
.scrollTo_top.ribbon i {
	color: #fff;
}
.scrollTo_top.ribbon:hover i {
	color: #000;
	transition: 0.3s;
}
#footer .col-md-4 ul li, #footer .col-md-4 p, #footer .col-md-4 span {
	color: #000;
}
#footer .row {
	padding-top: 30px;
}
.top-bar-event.ts-top p {
	width: auto;
	float: right;
}
.text-right {
	text-align: right !important;
	line-height: 2.098rem;
}
.ml-auto, .mx-auto {
	margin-left: auto !important;
}
.top-bar-social-icon ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-bar-social-icon li {
	display: inline-block;
}
.ts-top-bar {
	position: relative;
	z-index: 2;
}
.ts-top-bar::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	content: "";
	background: #2f3967;
}
.top-bar-social-icon li a {
	display: block;
	padding: 0 8px;
}
.top-bar-event.ts-top {
	text-align: right;
}
.top-contact-info li {
	float: left;
	position: relative;
}

.top-contact-info span img {
	width: 30px;
}
.top-ellipse {
	position: absolute;
	top: 0;
	/* elipsa przy górnej krawędzi */
	left: 0;
	width: 100%;
	height: 150px;
	/* wysokość elipsy */
	fill: #22366A;
	/* lub rgba(34,54,106,0.8) jeśli półprzezroczysty */
	z-index: 1;
}
.btn.btn-primary {
	background-color: var(--primary-color);
	line-height: 1rem;
	border: solid 1px #FFF;
	padding: 1rem 3rem;
}
.wp-block-button__link {
	color: #fff;
	background-color: var(--primary-color);
	border-radius: 1rem;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 1.125em;
	border: solid 2px;
	padding: 0.7rem 3rem;
}
.wp-element-caption {
	text-align: center;
}
.partnerzy img {
	max-width: 160px;
	padding: 0.5rem;
}
.opis {
	border: solid 6px #5497ff;
	border-radius: 2rem;
	margin-bottom: 0;
}
.transp .btn.btn-primary {
	background-color: transparent;
	color: #000;
}
.btn::after {
	position: absolute;
	content: "";
	top: -10px;
	left: 0;
	height: 48px;
	width: 100%;
	z-index: -1;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.link_slider .btn::after {
	top: 0px;
}
.top-contact-info .btn {
	height: 36px;
	padding: 8px 32px;
	line-height: 24px;
}
.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 30px;
	height: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: 1px solid #E6334B;
	font-family: 'Poppins' sans-serif;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.link_slider.en .btn {
	height: 37px;
}
#menu-glowne-menu li a img, #menu-glowne-menu-en li a img {
	width: 22px !important;
	height: 15px !important;
	margin-top: 7px;
}
.btn-primary {
	background: transparent;
	color: #fff;
	border: 1px solid transparent;
	position: relative;
}
.top-contact-info a.btn-primary {
	position: relative;
	top: -8px;
}
.info-wrapper .info-title {
	font-size: 0.9rem;
	color: #101010;
	line-height: 0.9rem;
}
.top-contact-info {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.info-wrapper {
	display: inline-block;
	margin-right: 10px;
}
.text-right ul {
	float: right;
}
.top-contact-info .contact-width span img {
	width: 50px;
}
.contact-width span a {
	margin-bottom: 3px;
	position: relative;
	float: left;
}
.top-contact-info li:nth-child(2) span a {
	margin-bottom: 1px;
	position: relative;
	float: left;
}
.top-contact-info li:nth-child(1) span a {
	margin-bottom: 1px;
	position: relative;
	float: left;
}
.fa.fa-volume-control-phone {
	transform: rotate(-45deg);
	padding: 15px 15px 0px 10px;
}
.bg-contact .fa.fa-volume-control-phone {
	padding: 0px 15px 0px 10px;
}
.bg-contact .fa.fa-envelope-o {
	padding: 0px 10px 0px 8px;
}
.info-contact a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
}
.wpcf7-response-output {
	float: left;
	margin: -45px 0px 0px 0px !important;
	padding: 4px 10px !important;
	color: #fff;
}
.white-h {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 26px;
}
.top-contact-info li .fa.fa-envelope-o {
	padding: 15px 10px 0px 20px;
}
.spacing {
	position: absolute;
	top: 10px;
}
.top-contact-info a {
	color: #444;
	text-decoration: none;
}
.right-header-row {
	float: right;
}
.header-angle {
	position: relative;
	z-index: 2;
}
#menu-glowne-menu, #menu-glowne-menu-en  {
	float: right;
	position: relative;
	margin: 6px 0px;
}
#menu-glowne-menu li, #menu-glowne-menu-en li {
	text-transform: uppercase;
	font-family: 'Poppins' sans-serif;
}
#menu-glowne-menu li a, #menu-glowne-menu-en li a {
	color: #fff;
	text-decoration: none;
}
.wp-block-columns {
	width: 100%;
}
.punktowanie {
	width: 100%;
	margin: 1rem 0rem;
	padding: 0px;
}
.punktowanie li {
	font-size: 1rem;
}
.offerta h2 {
	line-height: 2.6rem;
	font-size: 2.5rem;
}
.offerta p {
	padding: 0px;
	line-height: 2rem;
	font-size: 2rem !important;
	margin: 0px !important;
}
.wp-block-file__button.wp-element-button {
	color: white !important;
}
.icon.icon-clock {
	width: 20px;
	margin-right: 10px;
	top: 9px;
	position: relative;
	margin-left: 10px;
}
.btn.btn-primary {
	text-decoration: none;
}
.entry.home-one-two-block {
	text-align: justify;
	margin-bottom: 40px;
	float: left;
	position: relative;
	width: 100%;
	margin-top: 40px;
	padding: 10px;
}
.left-about.col-md-6.float-left img {
	width: 98%;
}
.right-about {
	padding: 0px 20px;
}
.feature-content.one-element {
	margin-top: 0px;
}
.entry.home-one-two-block.fade .blue {
	color: #004976;
}
.entry.home-one-two-block.fade .yellow {
	color: #ffde00;
}
.widget-title {
	position: relative;
	color: #fff;
}
.widget-title span {
	color: #E6334B;
	font-family: 'Poppins' sans-serif;
}
.nagrody-orla img {
	float: left;
	width: 100px;
	margin: 20px 10px 0px 0px;
}
.text-logo-bootom {
	float: left;
	padding-right: 30px;
}
.dark-text {
	text-align: center;
	padding: 0px 0px 20px 0px;
	font-family: 'Poppins' sans-serif;
}
.right-about h1 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#three-section {
	background-color: #EEE8AA;
}
#rozmowy-o-zdrowiu {
	background-color: #EEE8AA;
}
.btn.btn-primary:hover,
#menu-glowne-menu li a:hover,
#menu-glowne-menu-en li a:hover {
	color: #fff;
	transition: 0.3s;
	background-color: #0a58ca;
}
.copyright-info {
	background-color: var(--primary-color);
	color: #fff;
	position: relative;
}
.scrollTo_top.ribbon {
	background: var(--primary-color);
	height: 50px;
	width: 50px;
	padding: 12px 16px;
	border: solid 2px #fff;
}
.col-md-2.shoping-c {
	max-width: 90px;
}
.przyciski button a {
	color: #fff;
}
.plakat {
	width: 100%;
	margin: auto;
	text-align: center;
}
.plakat img {
	max-width: 800px;
	margin-bottom: 40px;
}
.dark-text.min {
	color: #ef7d00;
	padding: 15px 10px 0px 10px;
	font-size: 2.2rem;
	/* text-shadow: 0.1em 0.1em 0.2em black; */
}
.info-subtitle a {
	color: #000;
	text-decoration: none;
}
.cennik-uslug {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.ceny-right {
	text-align: right;
}
.opis_uslugi {
	font-style: italic;
	font-size: 1rem;
}
.my-service {
	position: relative;
	display: table;
	padding: 5px 20px;
}
.my-service.redBox {
	background-color: #fafafa;
	position: relative;
	display: table;
}
.disable-section button {
	border: solid 2px #fedd00;
	color: #000;
}
.disable-section button:hover {
	color: #fff;
}
.disable-section {
	width: 100%;
	text-align: center;
}
#page-default {
	padding: 0px 15px 0px 15px;
}
.alignfull figure {
	margin-bottom: 0 !important;
}
.wp-block-image.alignfull.size-large {
	margin-bottom: 0;
}
.image-logo-pr.col-md-6.float-left {
	max-width: 100%;
}
.do-pobrania.w-100 li a {
	color: #c80b58;
	font-size: 1.2rem;
	line-height: 2rem;
}
.text-slider {
	font-size: 1.3rem;
}
.home .wp-block-latest-posts.wp-block-latest-posts__list li {
	list-style-type: none !important;
	padding-left: 0 !important;
}
.postid-769 .wp-post-image {
	display: none;
}
.wp-block-latest-posts__featured-image {
	margin-bottom: 0.7rem;
}
.wp-block-latest-posts li {
	position: relative;
}
.wp-block-latest-posts__post-title {
	color: #000;
	font-size: 1rem;
}
.menu-up .sub-menu {
	padding-left: 0;
}
.menu-up .sub-menu li a {
	color: #000;
}
.wp-block-latest-posts__list.is-grid.columns-3.has-dates.wp-block-latest-posts li {
	list-style-type: none !important;
	padding-left: 0 !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt a {
	display: block;
	padding: 1rem 2rem;
	background-color: #0A746D;
	max-width: 220px;
	color: #000;
	text-align: center;
	margin: 2rem auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.3s linear;
}
.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt a:hover {
	background-color: #56257b;
	color: #ffffff !important;
}
.read-more-text {
	padding: 10px;
}
.price {
	text-align: center;
	font-size: 1.6rem !important;
	color: #000 !important;
}
.title-section-area h2 {
	margin-bottom: 10px;
}
.checkout-button.button.alt.wc-forward {
	background: #ef7d00;
}
.box-shadow-down {
	position: relative;
}
.box-shadow-down::before {
	content: '';
	position: absolute;
	left: 50%;
	margin: 0;
	bottom: 15px;
	width: 90%;
	height: 16px;
	background: #fff;
	border-radius: 290px / 8px;
	-moz-border-radius: 290px / 8px;
	-webkit-border-radius: 150px / 8px;
	box-shadow: 0 10px 20px #000;
	-moz-box-shadow: 0 10px 20px #000;
	-webkit-box-shadow: 0px 11px 29px #000;
	z-index: -1;
	transform: translate(-50%, 50%) !important;
}
.checkout-button.button.alt.wc-forward:hover {
	background: #5bc0cf;
}
/* .page-template-default.page-kontakt .post.entry-title {
	display: none;
} */
.page-template-default .post.entry-title,
.page-template-page-contact .post.entry-title {
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 2rem;
	position: absolute;
	z-index: 12;
	bottom: 0%;
	padding: 1rem;
	color: #fff;
	font-family: 'POPPINS-BOLD' sans-serif;
	text-shadow: 1px 1px 2px black;
}
.feature-single img {
	float: left;
	max-width: 100%;
}
.darkHeader .seo-home.page-header .menu-up ul li a {
	color: #000;
}
.feature-content a {
	text-decoration: none;
	color: #fff;
	float: left;
	width: 100%;
	text-align: center;
}
.feature-content a:hover {
	color:  #000;
	transition: 0.3s;
}
.slider-home {
	position: relative;
}
.slider-track {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
	.image-logo-pr.col-md-6.float-left {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.podkreslenie {
		margin: 2rem 0rem 3rem 0rem;
		position: relative;
	}
.mapka-loga img {
	transition: linear 0.3s;
}
.mapka-loga img:hover {
	scale: 1.05;
	border: solid 1px #0063be;
}
.border-image img {
	filter: drop-shadow(16px 16px #c80b58);
}
.wp-block-button__link.has-background.wp-element-button {
	border: solid 3px;
	margin-bottom: 1rem;
	text-transform: uppercase;
	transition: 0.3s;
	padding: 0.7rem 3rem;
}
.wp-block-button__link.has-background.wp-element-button:hover {
	color: #000;
	transition: 0.3s;
	background-color: #c80b58 !important;
	border: solid #fff;
}
  .videoshow.bg-white {
	border-radius: 50%;
	border: solid 2px #000;
	position: relative;
	width: 60px;
	height: 60px;
}
.lookvideo {
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 1.2rem;
}
.slider-info.container i {
	color: #E6334B;
	font-size: 23px;
	line-height: 29px;
	padding: 0px;
	margin-left: -2px;
}
.feature-content a span {
	font-size: 1.2rem;
	width: 100%;
}
.button-trans button {
	padding: 5px 10px 6px 10px;
	margin: 0px 10px;
	float: left;
	position: absolute;
}
.fb-icon {
	position: fixed;
	right: 5px;
	background-color: #ef7d00;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	top: 135px;
	z-index: 2;
}
.tw-icon {
	position: fixed;
	right: 5px;
	/* padding: 20px; */
	background-color: #ef7d00;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	top:190px;
	z-index: 2;
}
.fb-icon:hover, .tw-icon:hover {
	background-color: #5bc0cf;
	transition: 0.3s;
}
.related.products {
	float: left;
}
.related.products h2 {
	padding-bottom: 30px;
}
.summary.entry-summary .price {
	text-align: left;
}
.menu {
	float: left;
	padding-left: 0px;
}
.logo img {
	max-width: 165px;
}

.clearHeader .black-logo {
	display: none !important;
}
.darkHeader .black-logo {
	display: block;
}
.darkHeader .white-logo {
	display: none;
}
.copyright-info a {
	color: #a5a5a5;
	text-decoration: none;
}
.about-icon img {
	filter: invert(15%) sepia(93%) saturate(4790%) hue-rotate(327deg) brightness(79%) contrast(98%);
	max-width: 6rem;
}
.about-icon .wp-block-column {
	background: #fff;
	padding-top: 2rem;
	transition: linear 0.3s;
}
.about-icon .wp-block-column:hover {
	background: #f9fafc;
}
.copyright-info a:hover {
	text-decoration: underline;
	transition: 0.3s;
}
.tabs.wc-tabs {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.col-md-3.shoping-c {
	float: right;
}
.header_service_row h3 {
	font-size: 1rem !important;
	text-align: left;
	float: left;
	padding: 0px !important;
	margin: 0px !important;
}
input.search_ticket_number {
	width: 70% !important;
	float: left;
	font-size: 60px;
	margin: 20px 0px;
	padding: 7px 30px;
}
.thwepo-extra-options.thwepo_simple {
	padding: 20px 0px;
}
.thwepof-input-field {
	padding: 10px 10px;
	margin: 0px 10px;
}
.thwepo-extra-options.thwepo_variable {
	margin-bottom: 20px;
}
.button.fa.fa-search.search_ticket_button {
	width: 28%;
	border: solid 1px #9d8383;
	margin: 20px 0px;
	font-size: 29px;
	padding: 29.4px 0px;
	color: #000;
}
.yith_wcevti_check_in .check_in_panel.dialog_panel {
	background: #ffde00;
}
.yith_wcevti_check_in .check_in_panel.dialog_panel.red-info {
	background: red;
}
.yith_wcevti_check_in .check_in_panel.dialog_panel.prawidlowy {
	background: rgb(0, 134, 67);
}
.up-sells.upsells.products {
	float: left;
	width: 100%;
}
.up-sells.upsells.products h2 {
	margin-bottom: 36px;
}
.single_add_to_cart_button.button.alt {
	background-color: #ffde00 !important;
}
#straznicy {
	position: relative;
	z-index: 1;
}
#straznicy::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://stopspiralizadluzenia.pl/wp-content/uploads/2025/12/bg-spirala.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
	opacity: 0.1;
}
#kontakt .panel-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../rd-fast/img/kontakt-bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	opacity: 0.6;	
}
.center-form {
	padding: 40px 60px 0px 50px;
}
.info-up-cnt {
	padding: 40px 0px;
}
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	height: 130px;
	padding: 15px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0em 0em 1em !important;
	padding: 0.2em 1em !important;
	border: 2px solid #00a0d2 !important;
}
.wpcf7-response-output {
	float: none !important;
	color: #000 !important;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
	padding: 1rem;
	background: #f1f1f1;
	border: 0;
	color: var(--second-color);
	max-width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
	padding: 10px 20px;
	/* width: 100%; */
	right: 0;
	float: right;
	background-color: var(--primary-color);
	color: #fff;
	border: solid 0;
	margin-bottom: 1rem;
}
#kontakt {
	background-color: #EE344E;
}
.slide-kursy a h2 {
	color: #fff;
	text-decoration: none;
}
.hide-menu-image-icons {
	padding: 2px;
	font-size: 1.6rem;
	height: 30px;
	width: 30px;
}
#menu-item-129, #menu-item-130 {
	padding: 14px 0px;
}
.zegar li span {
	display: block;
	font-size: 4.5rem;
	line-height: 5.5rem;
	color: #ea561e;
}
.entry.home-one.warsztaty .feature-single {
	padding: 30px;
}
.um-field-label label {
	font-size: 12px;
}
#odliczanie li {
	color: #000;
}
.font-bold {
	font-family: 'POPPINS-BOLD';
}
.zegar li {
	display: inline-block;
	font-size: 1.5em;
	list-style-type: none;
	padding: 1em;
	text-transform: uppercase;
	text-align: center;
}
#odliczanie {
	color: red !important;
	padding: 20px;
}
.zegar {
	text-align: center;
}
.center-item {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
.um.um-register.um-5 {
	width: 100% !important;
	max-width: 100%;
}
.um-field-text {
	max-width: 450px;
	margin: auto;
}
.feature-single.col-md-4.center-item img {
	/* width: 20px; */
	max-width: 160px;
	margin-bottom: 20px;
}
.img-inst {
	float: left;
	margin: auto;
	text-align: center;
	width: 100%;
	background-color: #fff;
}
.container.first-cont {
	margin-bottom: 40px;
}
.top-bg img {
	max-width: 100%;
	width: 100%;
}
.lisc {
	position: absolute;
	bottom: 20px;
	z-index: -1;
}
.lisc img {
	max-width: 350px;
}
.home-zegar #odliczanie {
	padding: 0px 20px;
}
.zegar.home-zegar li {
	padding: 0px 20px 20px 20px;
}
.zegar.home-zegar p {
	margin: 0px;
}
.um-field-checkbox.um-field-half {
	background: white;
	max-width: max-content;
	padding: 0px 10px;
}
#um_field_5_zgoda_przetwarzanie {
	max-width: 66%;
	margin: auto;
}
.black-bg.w-100.ekspert {
	background: rgb(133,19,7);
	background: linear-gradient(10deg, rgb(239, 181, 30) 0%, rgb(241, 189, 58) 38%, rgb(242, 210, 126) 100%);
	padding: 0px 0px 40px 0px;
	float: left;
	color: #fff;
}
.ekspert .col-md-4.float-left img {
	border-radius: 50%;
	border: solid 4px;
}
.col-md-4.float-left.photo img {
	max-width: 95%;
}
#um_field_5_jestem_lekarzem {
	max-width: 450px;
	margin: auto;
}
.col-md-12.text-center.partner img {
	max-width: 180px;
	margin: 20px;
}
.content.partner-h {
	margin: 20px 0px 0px 10px;
}

.my-list li::marker {
	content: "\f046";
	font-family: 'FontAwesome';
	font-size: 1.2em;
	color: #007ec5;
	margin-right: 0.5rem;
}
.attractions-icon p strong {
	color: #0063be;
}
img.vert-move {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}
.attractions-icon img {
	-webkit-animation: mover 1s infinite alternate;
		animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

/*animacja lista*/
#lista .wp-block-column {
	opacity: 0;
	animation: fadeIn 1s ease-in both;
	/* named animation keyframes referenced 'fadeIn' */
}

/* apply to #list add a 10 second delay difference  to each for a staggered start, matching the 'fadeIn' time */
#lista .wp-block-column:nth-child(2) {
	animation-delay: 0.5s;
}

#lista .wp-block-column:nth-child(3) {
	animation-delay: 1s;
}

#lista .wp-block-column:nth-child(4) {
	animation-delay:1.5s;
}

#lista .wp-block-column:nth-child(5) {
	animation-delay: 2s;
}
#lista .wp-block-column:nth-child(6) {
	animation-delay: 2.5s;
}
#lista .wp-block-column:nth-child(7) {
	animation-delay: 3s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
		/* from opacity 0 and -y (simulates 'drop') */
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		/* to opacity 1 and y=0 */
	}
}

body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.opinie .slick-slide {
	padding: 1rem;
}
.opinie .slick-prev {
	left: 0%;
	width: 50px;
	height: 50px;
	z-index: 1;
}
.opinie .slick-next {
	width: 50px;
	height: 50px;
	z-index: 1;
	right: 0%;
}
.cytat {
	border: solid 6px #5497ff;
		border-radius: 2rem;
		margin-bottom: 0;
		padding: 0rem 1rem 1rem 1rem;
		margin-top: 0 !important;
}
.cytat .wp-block-heading {
	margin-top: -1.2rem;
	background-color: #fff;
	display: table;
	padding: 0rem 1rem;
	font-size: 1.4rem;
}
.text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 3rem;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  width: 100vw;
}
.text:nth-child(n) {
  background: #7e05d7;
}
.text:nth-child(2n) {
  background: #f21e56;
}
.text:nth-child(3n) {
  background: #bd04a9;
}
.text .char {
  display: inline-block;
  -webkit-animation-delay: calc(0.25s + var(--char-index) * 0.1s);
          animation-delay: calc(0.25s + var(--char-index) * 0.1s);
  transition: all 0.25s calc(0.25s + var(--char-index) * 0.1s);
}
.text--enter [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(0, -150%);
          transform: translate(0, -150%);
}
.text--enter .char {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.text--random [data-scroll='out'] .char:nth-of-type(1) {
  -webkit-transform: translateX(-129%) translateY(-213%);
          transform: translateX(-129%) translateY(-213%);
}
.text--random [data-scroll='out'] .char:nth-of-type(2) {
  -webkit-transform: translateX(144%) translateY(-161%);
          transform: translateX(144%) translateY(-161%);
}
.text--random [data-scroll='out'] .char:nth-of-type(3) {
  -webkit-transform: translateX(-117%) translateY(-221%);
          transform: translateX(-117%) translateY(-221%);
}
.text--random [data-scroll='out'] .char:nth-of-type(4) {
  -webkit-transform: translateX(54%) translateY(-123%);
          transform: translateX(54%) translateY(-123%);
}
.text--random [data-scroll='out'] .char:nth-of-type(5) {
  -webkit-transform: translateX(-153%) translateY(-123%);
          transform: translateX(-153%) translateY(-123%);
}
.text--random [data-scroll='out'] .char:nth-of-type(6) {
  -webkit-transform: translateX(-49%) translateY(-229%);
          transform: translateX(-49%) translateY(-229%);
}
.text--swapsies [data-scroll='in'] .char:nth-of-type(odd),
.text--swapsies [data-scroll='out'] .char:nth-of-type(odd) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.text--swapsies [data-scroll='in'] .char:nth-of-type(even),
.text--swapsies [data-scroll='out'] .char:nth-of-type(even) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.text--swapsies [data-scroll='in'] .char {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.text--swapsies [data-scroll='in'] .char:nth-of-type(odd) {
  -webkit-animation-name: swap-left;
          animation-name: swap-left;
}
.text--swapsies [data-scroll='in'] .char:nth-of-type(even) {
  -webkit-animation-name: swap-right;
          animation-name: swap-right;
}
@-webkit-keyframes swap-right {
  25% {
    -webkit-transform: translateX(-100%) translateY(-100%);
            transform: translateX(-100%) translateY(-100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes swap-right {
  25% {
    -webkit-transform: translateX(-100%) translateY(-100%);
            transform: translateX(-100%) translateY(-100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes swap-left {
  25% {
    -webkit-transform: translateX(100%) translateY(100%);
            transform: translateX(100%) translateY(100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(100%);
            transform: translateX(0) translateY(100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes swap-left {
  25% {
    -webkit-transform: translateX(100%) translateY(100%);
            transform: translateX(100%) translateY(100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(100%);
            transform: translateX(0) translateY(100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.text--fading [data-scroll='out'] .char {
  opacity: 0;
}
.text--flipping [data-scroll='out'] .char {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.text--slide .char {
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--slide [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(-300%, 0) skewX(20deg);
          transform: translate(-300%, 0) skewX(20deg);
}
.text--karaoke .char {
  color: rgba(255,255,255,0.15);
  transition-duration: 0.1s;
}
.text--karaoke .char:after {
  color: #fff;
  visibility: visible;
}
.nagroda {
	background-color: var(--primary-color);
	color: #fff;
	font-size: 1.4rem;
}
.nagroda-border .nagroda {
	border-radius: 1rem;
}
.text--karaoke [data-scroll='in'] .char:after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.text--karaoke [data-scroll='out'] .char:after {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.text--filling .char {
  color: rgba(255,255,255,0.15);
}
.text--filling .char:after {
  color: #fff;
  visibility: visible;
}
.text--filling [data-scroll='in'] .char:after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.text--filling [data-scroll='out'] .char:after {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.text--blocks [data-scroll='out'] .char {
  visibility: hidden;
}
.text--blocks [data-scroll='in'] {
  overflow: hidden;
  position: relative;
}
.text--blocks [data-scroll='in'] .char {
  transition-delay: 0.5s;
}
.text--blocks [data-scroll='in']:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-animation: block 0.5s 0.25s both;
          animation: block 0.5s 0.25s both;
}
@-webkit-keyframes block {
  0% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
}
@keyframes block {
  0% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
}
.text--scaling [data-scroll='out'] .char {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.text--turning [data-scroll='out'] .char {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}
.text--folding [data-scroll='out'] .char {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.text--bulge [data-scroll='in'] .char {
  -webkit-animation-name: bulge;
          animation-name: bulge;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}
@-webkit-keyframes bulge {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes bulge {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.text--perspective {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.text--perspective .char {
  transition: opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
}
.text--perspective [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate3d(-25px, -20px, -800px);
          transform: translate3d(-25px, -20px, -800px);
}
.text--zipping .char {
  transition: opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
}
.text--zipping [data-scroll='out'] .char {
  opacity: 0;
}
.text--zipping [data-scroll='out'] .char:nth-of-type(odd) {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.text--zipping [data-scroll='out'] .char:nth-of-type(even) {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.text--spinning [data-scroll='out'] .char {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}
.text--tumbling .char {
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--tumbling [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(-300%, -50%) rotate(1080deg) scale(0);
          transform: translate(-300%, -50%) rotate(1080deg) scale(0);
}
.text--bubbling .char {
  transition-timing-function: cubic-bezier(0.75, -2, 0.75, 2);
}
.text--bubbling .char:nth-of-type(1) {
  transition-delay: 0.6s;
}
.text--bubbling .char:nth-of-type(2) {
  transition-delay: 0.6s;
}
.text--bubbling .char:nth-of-type(3) {
  transition-delay: 0.2s;
}
.text--bubbling .char:nth-of-type(4) {
  transition-delay: 0.6s;
}
.text--bubbling .char:nth-of-type(5) {
  transition-delay: 0.7s;
}
.text--bubbling .char:nth-of-type(6) {
  transition-delay: 0.3s;
}
.text--bubbling .char:nth-of-type(7) {
  transition-delay: 0.5s;
}
.text--bubbling .char:nth-of-type(8) {
  transition-delay: 0.5s;
}
.text--bubbling [data-scroll='out'] .char {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.text--swinging .char {
  -webkit-transform-origin: calc((var(--char-total) - var(--char-index)) * 100%) -100%;
          transform-origin: calc((var(--char-total) - var(--char-index)) * 100%) -100%;
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--swinging [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.text--rolling .char {
  transition: opacity 0.2s, -webkit-transform 1s;
  transition: transform 1s, opacity 0.2s;
  transition: transform 1s, opacity 0.2s, -webkit-transform 1s;
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--rolling [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate(-500%, 0) scale(0) rotate(-1440deg);
          transform: translate(-500%, 0) scale(0) rotate(-1440deg);
}
.text--blowing .char {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation-delay: calc(var(--char-index) * 0.025s);
          animation-delay: calc(var(--char-index) * 0.025s);
}
.text--blowing [data-scroll='in'] .char {
  -webkit-animation-name: blowing;
          animation-name: blowing;
}
@-webkit-keyframes blowing {
  50%, 60%, 70% {
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
  55%, 65%, 75% {
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
}
@keyframes blowing {
  50%, 60%, 70% {
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
  55%, 65%, 75% {
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
}
.text--meeting .char {
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.text--meeting .char:nth-of-type(even) {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.text--meeting .char:nth-of-type(odd) {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.text--meeting [data-scroll='out'] .char {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.text--conveyor [data-scroll='in'] .char {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: convey 1s both linear;
          animation: convey 1s both linear;
  -webkit-animation-delay: calc((var(--char-total) - var(--char-index)) * 0.15s);
          animation-delay: calc((var(--char-total) - var(--char-index)) * 0.15s);
  transition: none;
}
@-webkit-keyframes convey {
  0% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
  }
  40% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
            transform: translate(0, 0) rotate(0deg) translate(0, 0);
  }
}
@keyframes convey {
  0% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
  }
  40% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
            transform: translate(0, 0) rotate(0deg) translate(0, 0);
  }
}
.border-effect::before {
		display: block;
		content: '';
		border: 7px solid #8eb359;
		position: absolute;
		z-index: 0;
		top: 30px;
		right: -32px;
		bottom: -32px;
		left: 40px;
		opacity: .3;
}
.border-effect {
	display: inline-block;
		margin: 0 auto;
		position: relative;
		vertical-align: middle;
}
.border-effect img {
	max-width: 100%;
		height: auto;
		display: block;
		position: relative;
		z-index: 1;
}