@font-face {
	font-family: "Satoshi-Light";
	src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff"), url("../fonts/Satoshi-Light.ttf") format("truetype");
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi-LightItalic";
	src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../fonts/Satoshi-LightItalic.woff") format("woff"), url("../fonts/Satoshi-LightItalic.ttf") format("truetype");
	font-weight: 300;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: "Satoshi-Regular";
	src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi-Italic";
	src: url("../fonts/Satoshi-Italic.woff2") format("woff2"), url("../fonts/Satoshi-Italic.woff") format("woff"), url("../fonts/Satoshi-Italic.ttf") format("truetype");
	font-weight: 400;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: "Satoshi-Medium";
	src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi-MediumItalic";
	src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: "Satoshi-Bold";
	src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi-BoldItalic";
	src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: "Satoshi-Black";
	src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff"), url("../fonts/Satoshi-Black.ttf") format("truetype");
	font-weight: 900;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: "Satoshi-BlackItalic";
	src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("../fonts/Satoshi-BlackItalic.woff") format("woff"), url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
	font-weight: 900;
	font-display: swap;
	font-style: italic;
}

/*
**	Container(s)
*/

/*
** Media query breakpoints
*/

/*
** Colors
*/

/*
** Fonts
*/

/*
**	Animation
*/

/*
**	Misc
*/

/*
**	Dimensions
*/

/*
**	Project Standard Elements Settings
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*
* DO NOT EDIT: if resets needed add to sass/content-elements/resets.scss
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #f9fafa;
	color: #111C31;
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 22px;
	line-height: 1.8;
	font-weight: 300;
}

body,
html {
	height: 100%;
	width: 100%;
}

section,
.content-wrapper {
	position: relative;
	box-sizing: border-box;
}

.body-gradient {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgb(247, 248, 249);
	background: linear-gradient(180deg, rgb(247, 248, 249) 0%, rgb(255, 255, 255) 100%);
	z-index: -1;
}

a {
	color: #8A939B;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #707a82;
}

#page {
	position: relative;
	margin-top: 80px;
}

b,
strong {
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
}

img.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

input,
select,
textarea,
button {
	font-family: "Satoshi-Regular", sans-serif;
	appearance: none;
	border-radius: 0;
	margin-left: 0;
	margin-right: 0;
	outline: none;
	background: transparent;
	border: 0;
}

input[type=text],
input[type=email],
input[type=number] {
	display: block;
	margin: 5px 0 0;
	padding: 15px;
	border: 0;
	border-radius: 0;
	outline: 0;
	resize: none;
	font-size: 14px;
	line-height: 17px;
	background-color: white;
	width: 100%;
}

input[type=submit]:disabled {
	cursor: not-allowed;
}

textarea {
	display: block;
	margin: 5px 0 0;
	padding: 15px;
	border: 0;
	border-radius: 0;
	outline: 0;
	resize: none;
	font-size: 14px;
	line-height: 17px;
	background-color: white;
	width: 100%;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

select::-ms-expand {
	display: none;
}

hr {
	height: 1px;
	border: none;
	background-color: black;
}

* {
	box-sizing: border-box;
}

*::selection {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.75);
}

section {
	margin-bottom: 150px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Satoshi-Black", sans-serif;
	font-weight: normal;
	color: #111C31;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 5vw;
	font-weight: normal;
	color: #111C31;
}

h2,
.h2 {
	font-size: 46px;
	margin-bottom: 30px;
	font-weight: 500;
	font-family: "Satoshi-Bold";
}

h3,
.h3 {
	font-size: 72px;
	line-height: 1.5;
	color: #111C31;
	font-family: "Satoshi-Bold";
	margin-bottom: 5px;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 300;
	font-family: "Satoshi-Bold";
	text-transform: uppercase;
	color: #F8B61D;
}

h5,
.h5 {
	font-family: "Satoshi-Regular", sans-serif;
	letter-spacing: 5px;
	font-size: 16px;
	margin-bottom: 10px;
}

h6,
.h6 {
	font-size: 20px;
	margin-bottom: 10px;
}

.outline {
	color: transparent;
	-webkit-text-stroke: 1.5px #F8B61D;
}

body.error404 #page h1 {
	font-size: 400%;
}

body.error404 #page .content-wrapper {
	text-align: center;
}

.ctabtn {
	background: #F8B61D;
	border-radius: 30px;
	padding: 15px 30px;
	box-shadow: 0 3px 6px rgba(126, 139, 119, 0.43);
	color: #FFF !important;
	font-size: 20px;
	transition: all 0.3s;
}

.ctabtn:hover {
	box-shadow: 0 3px 6px rgb(126, 139, 119);
}

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

.wrapper {
	position: relative;
	xmin-height: 100vh;
	xoverflow: hidden;
}

.admin-bar .wrapper {
	min-height: calc(100vh - 32px);
}

.content-wrapper {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

.breadcrumb-section {
	margin-bottom: 0;
}

.breadcrumbs {
	font-size: 13px;
	margin-left: 0px;
}

section .content-wrapper {
	padding: 0 30px;
}

.fact-box {
	position: relative;
	border-radius: 20px;
	padding: 20px 20px 15px 20px;
	display: flex;
	margin: 20px 0 0 0;
	align-items: center;
	flex-flow: row;
	background: rgb(83, 56, 215);
	background: linear-gradient(340deg, rgb(83, 56, 215) 0%, rgb(228, 32, 163) 100%);
	color: #fff;
}

.fact-box .fact-box-icn {
	position: relative;
	flex-shrink: 1;
	width: 56px !important;
	margin-right: 20px;
}

.fact-box .fact-box-icn img {
	width: 100%;
}

.fact-box .fact-box-info {
	position: relative;
	width: calc(100% - 56px);
}

.fact-box .fact-box-info .value {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 600;
}

.fact-box .fact-box-info p {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.3;
}

.custom-tooltip {
	position: absolute;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.anim {
	visibility: hidden;
	opacity: 0;
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.anim--default {
	transform: scale(0.95);
}

.anim--fade-left {
	transform: translate3d(-100px, 0, 0);
}

.anim--fade-right {
	transform: translate3d(100px, 0, 0);
}

.anim--fade-top {
	transform: translate3d(0, -100px, 0);
}

.anim--fade-bottom {
	transform: translate3d(0, 100px, 0);
}

.anim--delay200 {
	transition-delay: 0.2s;
}

.animated {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.hamburger-white .hamburger-inner,
.hamburger-white .hamburger-inner::before,
.hamburger-white .hamburger-inner::after {
	background: #fff;
}

.hamburger {
	padding: 0 0;
	display: flex;
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 1;
}

.hamburger-box {
	width: 32px;
	height: 22px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 32px;
	height: 4px;
	background-color: #F8B61D;
	border-radius: 4px;
	position: absolute;
	left: 0;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
	width: 32px;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -9px;
}

.hamburger-inner::after {
	bottom: -9px;
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	color: #fff !important;
	background-color: #fff !important;
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	color: #fff !important;
	background-color: #fff !important;
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	color: #fff !important;
	background-color: #fff !important;
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -18px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -9px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	margin: 0px 0 0 0;
	z-index: 99;
	transition: all 0.75s;
}

.contact a {
	color: #F8B61D;
}

.menu__item--btn {
	border-radius: 50px;
	background: #4BC6CC;
	color: #FFF;
	padding: 5px 20px;
}

.menu__item--btn a {
	color: #FFF !important;
}

.navigation {
	position: relative;
	display: flex;
	justify-content: space-between;
	xbackground: #FFF;
	xborder: 1px solid #e9edf0;
	bxorder-radius: 20px;
	padding: 10px 20px 10px 30px;
	align-items: center;
	height: 80px;
}

.navigation .btn {
	position: fixed;
	right: 20px;
	z-index: 99;
}

.logo {
	position: relative;
	height: 35px;
}

/*
* MENU
*/

.menu {
	display: flex;
	text-align: center;
	xtransition: all 0.75s;
}

.menu a {
	display: inline-block;
	color: #F8B61D;
	cursor: pointer;
}

.menu a.menu--active {
	color: #fac64e;
}

.menu a:hover {
	text-decoration: underline;
}

.menu .menu__item--active a {
	font-weight: bold;
}

.menu .menu__item--has-mega-nav .menu__item--mega-wrapper {
	z-index: 98;
	position: fixed;
	xborder-left: 1px solid #e9edf0;
	xborder-right: 1px solid #e9edf0;
	xborder-bottom: 1px solid #e9edf0;
	border-radius: 0 0 20px 20px;
	background: #fff;
	width: 90% !important;
	max-width: 1440px !important;
	left: 50%;
	transform: translateX(-50%);
	padding: 50px 30px 30px 30px !important;
	justify-content: space-around;
}

.menu .menu__item--has-mega-nav .menu__item--mega-wrapper .menu__item--mega-column {
	position: relative;
	width: 30%;
	justify-content: flex-start;
	text-align: left;
	border-bottom: 0 !important;
}

.menu .menu__item--has-mega-nav .menu__item--mega-wrapper .menu__item--mega-column a {
	text-align: left;
}

.menu .menu__item--has-mega-nav .menu__item--mega-wrapper .menu__item--third-column {
	position: relative;
	width: 30%;
	justify-content: flex-start;
	text-align: left;
	border-bottom: 0 !important;
}

.menu .menu__item--has-mega-nav .menu__item--mega-wrapper .menu__item--third-column a {
	text-align: left;
}

.menu .menu__item--has-mega-nav .menu__item--mega-wrapper .menu__item--third-column img {
	width: 100%;
}

.menu .menu__item--mega-column ul {
	display: flex;
	flex-flow: column;
}

.menu .menu__item--has-mega-nav .menu__sub {
	display: none;
	justify-content: space-around;
	width: 100%;
}

.menu .menu__item--has-mega-nav .menu__sub .menu-description {
	font-size: 13px;
	color: #8A939B;
}

.menu .menu__item--has-mega-nav .menu__sub .menu__item--mega-item {
	width: 100%;
	border-bottom: 1px solid #e9edf0;
	margin: 0px 0 15px 0;
	padding: 15px 20px 15px 20px;
	border-radius: 15px;
	transition: all 0.3s;
}

.menu .menu__item--has-mega-nav .menu__sub .menu__item--mega-item:hover {
	background: #e9edf0;
}

.menu .menu__item--has-mega-nav .menu__sub .menu__item--third-column .menu__subitem {
	border-bottom: 0 !important;
	text-align: center;
}

.menu .menu__item--has-mega-nav .menu__sub .menu__item--third-column .menu__subitem:hover {
	background: none;
}

.menu .menu__item--has-mega-nav:hover .menu__sub {
	display: flex;
}

.menu .menu__item--mega-wrapper a,
.menu .menu__item--mega-column a {
	display: none;
}

.menu .menu__item--mega-item {
	position: relative;
}

.menu .menu__item--mega-item a {
	display: block;
}

.menu__item--active a {
	font-weight: 500;
}

#nav {
	position: relative;
	xwidth: 100%;
	text-align: center;
}

#main__menu {
	flex-flow: row;
	justify-content: center;
}

#nav-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	background: #F8B61D;
	transform: translateX(-100%);
	transition: all 0.5s;
	z-index: 8888;
}

#nav-mobile .content-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: left;
	width: 100%;
}

#nav-mobile .menu__link {
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	transition: all 0.75s;
}

#nav-mobile .menu__item--active .menu__link {
	xfont-size: 52px;
	font-weight: 700;
}

#nav-mobile .menu {
	position: fixed;
	width: auto;
	flex-flow: column !important;
	text-align: left;
}

.menu__link {
	font-size: 18px;
	font-family: "Satoshi-Regular", sans-serif;
	color: #F8B61D;
	font-weight: normal;
	margin: 10px 10px;
	cursor: pointer;
	padding: 0;
	position: relative;
}

.menu__link:hover::after {
	width: 60px;
}

.menu__item--active .menu__link {
	xcolor: #F8B61D !important;
}

#burger {
	position: fixed;
	left: 30px;
	top: 25px;
	z-index: 9999;
	display: none;
}

#nav-mobile .mobile-social {
	position: fixed;
	bottom: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
}

#nav-mobile .mobile-social i {
	color: #fff !important;
	font-size: 22px;
}

body.admin-bar #page {
	padding-top: 32px;
}

body.admin-bar #header.fixed {
	top: 32px;
}

#footer {
	padding: 25px 0 0 0;
	background-color: #e9edf0;
	color: #F8B61D;
	overflow: hidden;
	position: relative;
}

#footer a {
	color: #F8B61D;
}

#footer .comp__mail {
	color: #F8B61D;
}

#footer .comp__name {
	font-weight: 700;
	font-size: 110%;
}

#footer .comp__address {
	text-decoration: underline;
}

#footer .legal-links:first-of-type {
	margin-right: 10px;
}

#footer .legal-links:nth-of-type(2) {
	margin-left: 10px;
}

.footer__wrapper {
	position: relative;
	margin-top: 0px;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 0 10px;
}

.footer__wrapper .agencylife-icon {
	width: 60px;
	margin-bottom: 30px;
}

.footer__wrapper-split {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: row;
}

.footer__wrapper-split .info {
	font-size: 13px;
	color: #8A939B;
	margin-bottom: 30px;
}

.footer__wrapper-column {
	max-width: 30%;
}

#footer ul {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	text-align: left;
	margin-bottom: 30px;
}

#footer ul a {
	color: #8A939B;
	font-size: 15px;
	margin-left: 0;
}

#footer ul .menu__item--main-point a {
	color: #F8B61D;
	font-size: 20px;
	font-weight: 500;
}

.splitfoot {
	display: flex;
	flex-flow: row;
	margin-top: 100px;
	width: 100%;
	justify-content: space-between;
}

.splitfoot h3 {
	color: #fff;
}

.splitfoot .splitleft {
	flex-basis: 40%;
}

.splitfoot .splitleft input[type=text],
.splitfoot .splitleft input[type=email],
.splitfoot .splitleft input[type=number],
.splitfoot .splitleft textarea {
	background: none !important;
	border-bottom: 1px solid white !important;
	color: #fff !important;
}

.splitfoot .splitleft .wpcf7 label {
	color: #fff;
}

.splitfoot .splitleft .wpcf7 input[type=submit] {
	background: #fff;
	color: #F8B61D;
	border-radius: 3px;
	font-size: 20px;
	padding: 8px 20px;
}

.splitfoot .splitright {
	flex-basis: 50%;
	font-size: 16px;
}

.splitfoot .splitright .credit {
	font-size: 13px;
}

.splitfoot .splitright a {
	color: #fff !important;
}

.footer__top {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.footer__bottom {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.footer__cell--logo {
	xposition: absolute;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.footer__cell--logo img {
	height: 40px;
}

.footnav {
	width: 100%;
	text-align: center;
}

#btt {
	position: absolute;
	right: 25px;
	top: 25px;
	color: #333;
	margin: 0;
	z-index: 9999;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-decoration: none;
	xborder: 2px solid #e8e8e8;
	border-radius: 52px;
	text-align: center;
	line-height: 0;
	z-index: 1;
	opacity: 1;
}

#btt:hover {
	cursor: pointer;
	xbackground-color: #000;
}

#btt.show {
	opacity: 1;
}

.alcredit {
	text-align: center;
}

#agencylife-credit {
	position: relative;
	margin-top: 20px;
	right: 0;
	display: inline-flex;
	align-items: center;
}

#agencylife-credit span {
	color: #8A939B !important;
}

#agencylife-credit img {
	width: 50px;
}

.btn {
	xbackground-color: white;
	border-radius: 30px;
	color: #4BC6CC;
	font-size: 16px;
	line-height: 30px;
	height: 50px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s;
	align-items: center;
	padding: 10px 20px;
	border: 1px solid #4BC6CC;
}

.btn:hover {
	color: #fff;
	background-color: #4BC6CC;
}

.btn--white {
	background-color: #fff !important;
	color: #111C31 !important;
}

.btn--white:hover {
	color: #fff !important;
	background-color: #111C31 !important;
}

.btn--ci-color {
	background-color: #F8B61D !important;
	color: #111C31 !important;
}

.btn--ci-color:hover {
	color: #F8B61D !important;
	background-color: #111C31 !important;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 7777;
}

.scrolldown {
	position: absolute;
	bottom: 5%;
	border-left: 5px solid #F8B61D;
	border-bottom: 5px solid #F8B61D;
	width: 30px;
	height: 30px;
	opacity: 0.8;
	transition: all 0.5s;
	transform: rotate(-45deg);
}

.scrolldown:hover {
	cursor: pointer;
	bottom: 2.5%;
	opacity: 1;
}

.arrow {
	position: relative;
	display: inline-block;
	background-color: #000;
	height: 1px;
	width: 30px;
	transition: all 0.5s;
}

.arrow.slick-arrow {
	background-color: #000;
	height: 1px;
}

.arrow .touchzone {
	display: block;
	padding: 15px 0;
	margin-top: -15px;
}

.arrow:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 10px;
	width: 10px;
	border: 1px solid transparent;
	border-top-color: #000;
	border-left-color: #000;
	transform: translateY(-50%) rotate(135deg);
	transition: all 0.5s;
}

.arrow:hover {
	cursor: pointer;
	width: 40px;
}

.arrow--toleft {
	top: 0;
	transform: translateX(-100%);
}

.arrow--toleft:after {
	right: auto;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
}

.arrow--white {
	background-color: #fff;
}

.arrow--white:after {
	border-top-color: #fff;
	border-left-color: #fff;
}

.arrow--small {
	width: 15px;
}

.arrow--small:after {
	height: 8px;
	width: 8px;
}

.arrow--small:hover {
	width: 20px;
}

.play-btn {
	position: absolute;
	border-radius: 100%;
	background-color: #fff;
	width: 100px;
	height: 100px;
	z-index: 10;
	transition: all 0.5s;
}

.play-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #000;
	transition: all 0.5s;
}

.play-btn:hover {
	cursor: pointer;
}

.play-btn:hover:before {
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 25px;
}

.play-btn--pause {
	opacity: 0.5;
}

.play-btn--pause:before {
	border-style: double;
	border-width: 20px 0px 20px 20px;
}

.modal {
	z-index: 9500;
}

.modal-dialog {
	width: 80%;
}

.modal-content {
	padding: 30px;
}

.social-icons {
	display: inline-block;
	margin: 0 15px;
	width: 25px;
	font-size: 35px;
}

.social-icons:last-of-type {
	margin-right: 0;
}

.wpcf7 {
	margin: 0 !important;
}

form input,
form textarea {
	border-radius: 5px !important;
	border: none !important;
	font-size: 18px !important;
	padding: 10px 15px !important;
}

form textarea {
	padding: 15px !important;
}

form .wpcf7-submit {
	background-color: #FF3454 !important;
	border: none;
	border-radius: 15px;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	height: 50px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s;
	align-items: center;
	padding: 10px 20px;
}

form .wpcf7-submit:hover {
	color: #fff;
	background-color: #FF3454 !important;
	box-shadow: 0 1px 5px #FAA4B1;
}

.case-teaser {
	position: relative;
	width: 300px;
	height: 600px;
}

.case-teaser .teaser-wrapper {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	background: #F8B61D;
}

.case-teaser .teaser-image {
	position: relative;
	opacity: 0.3;
	transition: all 0.8s;
}

.case-teaser:after {
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0;
	width: 300px;
	height: 600px;
	border-radius: 15px;
	overflow: hidden;
	content: "";
	border: 1px solid #F8B61D;
	transition: all 0.3s;
	opacity: 0;
	transform: rotate(0deg) !important;
}

.case-teaser:hover .teaser-wrapper {
	transform: rotate(-2deg) translateY(-30px);
	mxargin-top: -40px;
}

.case-teaser:hover .teaser-image {
	opacity: 1;
}

.case-teaser:hover .teaser-title {
	bottom: -200px;
}

.case-teaser:hover:after {
	opacity: 1;
}

.case-teaser .teaser-title {
	position: absolute;
	left: 20px;
	bottom: 20px;
	transition: all 0.3s;
}

.case-teaser .teaser-title h4 {
	color: #fff;
}

.hidden {
	display: none;
}

/*
* include/exclude needed modules
*/

.blog--section .teasers {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.blog-teaser {
	position: relative;
	display: block;
	width: calc(32% - 15px);
	margin: 15px;
	transition: all 0.3s;
}

.blog-teaser .teaser-image-wrap {
	position: relative;
	border-radius: 20px;
	height: 310px;
	width: 100%;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
}

.blog-teaser .teaser-image-wrap .teaser-image {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.blog-teaser .teaser-image-wrap .teaser-image img {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	min-height: 100%;
	min-width: 100%;
	max-width: none !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.blog-teaser .teaser-image-wrap .teaser-author {
	position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 1px solid white;
}

.blog-teaser .teaser-image-wrap .teaser-author img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.blog-teaser .teaser-title {
	margin: 15px 10px 10px 20px;
	width: 100%;
}

.blog-teaser .teaser-title h4 {
	color: #F8B61D;
}

.blog-teaser:after {
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
	content: "";
	border: 1px solid #F8B61D;
	transition: all 0.3s;
	opacity: 0;
	transform: rotate(0deg) !important;
}

.blog-teaser:hover .teaser-image-wrap {
	transform: rotate(-2deg) translateY(-30px);
	mxargin-top: -40px;
}

.blog-teaser:hover .teaser-image {
	opacity: 1;
}

.blog-teaser:hover .teaser-title {
	bottom: -200px;
}

.blog-teaser:hover:after {
	opacity: 1;
}

.wpcf7 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.wpcf7 .row {
	margin-bottom: 50px;
}

.wpcf7 .row.nomargin {
	margin-bottom: 0;
}

.wpcf7 p {
	margin: 10px 0;
}

.wpcf7 label {
	padding-top: 42px;
	padding-left: 18px;
	transition: all 0.5s;
	pointer-events: none;
	color: #8A939B;
	position: absolute;
	z-index: 2;
}

.wpcf7 label.active {
	padding-top: 20px;
	padding-left: 0;
	font-size: 13px;
}

.wpcf7 label.active.labeltextarea {
	padding-top: 10px;
}

.wpcf7 .wpcf7-acceptance label {
	position: relative;
	margin-top: 0;
	pointer-events: all;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	font-size: 15px;
}

.wpcf7 input[type=submit] {
	border: 0;
	background: none;
	margin-top: 30px;
	font-size: 24px;
}

.wpcf7 input[type=submit]:disabled {
	opacity: 0.5;
}

.wpcf7 input[type=checkbox] {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.wpcf7 textarea {
	position: relative;
	border-top: 2px solid #F8B61D;
	transition: all 0.5s;
	font-size: 20px;
	color: #8A939B;
	background-color: #fff;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 .wpcf7-tel {
	position: relative;
	border-bottom: 2px solid #000;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 20px;
	color: #8A939B;
	padding: 15px;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 .wpcf7-tel:focus {
	border-color: #F8B61D;
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #a50000;
	margin-top: 5px;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
	border: none;
	color: #a50000;
	margin: 0;
	padding: 0;
}

.wpcf7 div.wpcf7-response-output {
	border-color: #F8B61D !important;
}

.downloads__section .download-wrapper .download-item {
	position: relative;
	display: flex;
	padding: 30px 40px;
	margin: 10px 0;
	background: #516676;
	color: #fff;
	align-items: center;
	border-radius: 20px;
}

.downloads__section .download-wrapper .download-item .download-icon {
	width: 35px;
	font-size: 45px;
	line-height: 1;
}

.downloads__section .download-wrapper .download-item .download-info {
	position: relative;
	margin-right: 30px;
	width: calc(100% - 60px);
}

.faq__section-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.faq__section-fullwidth {
	position: relative;
	width: 100%;
}

.faq__section-left-column {
	position: relative;
	width: 35%;
	align-items: flex-start;
}

.faq__section-left-column .fact-box {
	width: 90%;
}

.faq__section-right-column {
	position: relative;
	width: 60%;
}

.faq-item {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #e9edf0;
	border-radius: 20px !important;
	background: #fff;
	overflow: hidden;
}

.faq-item p {
	width: calc(100% - 80px);
}

.faq-question {
	padding: 20px 25px;
	cursor: pointer;
	position: relative;
	xborder-radius: 20px;
	transition: all 0.3s;
	font-weight: 500;
}

.faq-question:hover {
	background: #e9edf0;
}

.faq-answer {
	display: none;
	padding: 20px 25px;
	background: #e9edf0;
	xborder-radius: 20px;
	font-size: 16px;
	font-weight: 300;
}

.faq-question::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	font-weight: normal;
	width: 38px;
	height: 38px;
	transform: translateY(-50%);
	font-size: 32px;
	line-height: 38px;
	border-radius: 50%;
	background: #e9edf0;
	color: #8A939B;
	text-align: center;
}

.active {
	display: block;
	background: #e9edf0;
}

.active::after {
	content: "-" !important;
	background: #fff;
	line-height: 34px;
}

.hero__section-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	align-items: center;
	height: 85vh;
	margin: 0vh 0;
}

.hero__section #animated-text {
	display: inline-block;
	border-right: 4px solid;
	animation: caret 0.7s steps(1) infinite;
	font-size: 10vw;
	text-align: left;
	line-height: 1;
	padding-right: 10px;
	color: #F8B61D;
	font-family: "Satoshi-BlackItalic";
}

.hero__section-container {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	justify-content: flex-start;
	align-content: center;
	padding: 0 5vw;
}

.hero__section-container .first-row {
	position: relative;
	height: 12vw;
	width: 100%;
}

.hero__section-container .second-row {
	position: relative;
	height: 12vw;
	width: 100%;
	text-align: right;
}

.hero__section-container .intro {
	position: absolute;
	bottom: 0vh;
	text-align: center;
	width: 40%;
	left: 30%;
}

.hero__section-container .star {
	width: 20px;
	height: 20px;
}

.hero__section-container h1 {
	xmargin: 30px 0;
	font-family: "Satoshi-BlackItalic";
}

.hero__section-container .parallax-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hero__section-container .parallax-container img {
	width: 100%;
}

.hero__section-container .floating-element {
	position: absolute;
	width: 25vw;
	will-change: transform;
	animation: float 4s ease-in-out infinite;
}

.hero__section-container #element1 {
	top: 5%;
	right: 5%;
	animation-duration: 3s;
}

.hero__section-container #element2 {
	top: 20%;
	right: 15%;
	animation-duration: 4s;
}

.hero__section-container #element3 {
	top: 48%;
	left: 5%;
	animation-duration: 5s;
}

.hero__section-container #element4 {
	top: 63%;
	left: 12%;
	animation-duration: 3s;
}

.hero__section-info {
	position: relative;
	width: 30%;
	text-align: center;
	display: inline-block;
}

/* IMAGE SECTION */

.image--section {
	position: relative;
	width: 100%;
	margin: 10vh auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.image--section .image-wrapper {
	display: block;
	width: 100%;
}

.image--section .desktop {
	display: block;
}

.image--section .mobile {
	display: none;
}

.image--section img {
	width: 100%;
}

.image--section .content-wrapper img {
	border-radius: 30px;
	line-height: 0;
}

/* IMAGE SECTION */

.bg-image::before {
	position: absolute;
	z-index: -1;
	content: "";
	background: #ced9e7;
	width: 50%;
	height: 100%;
	left: 0;
}

.image-text-section {
	position: relative;
	width: 100%;
	margin: 10vh auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}

.image-text-section .content-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.image-text-section .partial li,
.image-text-section .partial p,
.image-text-section .partial h2,
.image-text-section .partial h3,
.image-text-section .partial h4 {
	color: #fff;
}

.image-text-section .partial ul li::before {
	background: white;
}

.image-text-section .partial-background {
	position: absolute;
	z-index: -1;
	background: #F8B61D;
	width: 60%;
	height: 100%;
	left: 0;
}

.image-text-section .partial-background-reverse {
	left: auto;
	right: 0;
}

.image-text-section .reverse {
	flex-direction: row-reverse;
}

.image-text-section .column {
	position: relative;
	width: calc(50% - 20px);
	align-content: space-between;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.image-text-section .image-wrapper {
	display: block;
	width: 100%;
	line-height: 0;
}

.image-text-section ul {
	list-style: none; /* Entfernt die Standardlistenstile */
	padding-left: 5px; /* Optional: entfernt den Standard-Einzug */
}

.image-text-section ul li {
	position: relative; /* Ermöglicht die Positionierung des ::before-Elements */
	padding-left: 20px; /* Platz für den custom marker */
}

.image-text-section ul li::before {
	content: ""; /* Ersetzt den Standard-Punkt durch einen benutzerdefinierten Punkt */
	color: #F8B61D; /* Setzt die Farbe des benutzerdefinierten Punktes */
	width: 6px;
	height: 6px;
	background: #F8B61D;
	border-radius: 50%;
	position: absolute; /* Absolut positioniert relativ zum li-Element */
	left: 0; /* Positioniert den Punkt an der linken Seite des li-Elements */
	margin-top: 11px;
}

.image-text-section img {
	width: 100%;
}

.image-text-section .content-wrapper img {
	xborder-radius: 30px;
	line-height: 0;
}

.text__section-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	align-items: center;
}

.text__section-container {
	position: relative;
	width: 55%;
	text-align: justify;
	text-justify: inter-word;
	justify-content: center;
	align-content: center;
}

.text__section-info {
	position: relative;
	width: 30%;
	text-align: center;
	display: inline-block;
}

.pricing-section {
	position: relative;
	background: #111C31;
}

.pricing-section .code-wrapper {
	position: relative;
	padding: 60px 0 100px 0 !important;
}

.pricing-section .billing-switch {
	position: relative;
	justify-content: center;
	text-align: center;
	display: flex;
	width: 100%;
	padding: 50px 0 0 0;
}

.pricing-section .billing-switch .switcher {
	display: flex;
	width: 240px;
	background: #FFF;
	border-radius: 50px;
	height: 80px;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.pricing-section .billing-switch .switcher .monbil,
.pricing-section .billing-switch .switcher .yearbil {
	position: relative;
	width: 120px;
	text-align: center;
	z-index: 2;
	transition: all 0.3s;
	font-size: 16px;
}

.pricing-section .billing-switch .switcher .act {
	color: #FFF;
}

.pricing-section .pricing-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.pricing-section .pricing {
	position: relative;
	width: calc(33% - 40px);
	margin: 80px 20px;
	border-radius: 30px;
	background: #FFF;
	padding: 40px 50px;
	justify-content: center;
	text-align: center;
}

.pricing-section .pricing .btn {
	line-height: 22px;
	display: block;
	background: #4BC6CC;
	color: #FFF;
	font-size: 22px;
	padding: 15px 20px;
	box-sizing: border-box;
	height: auto;
}

.pricing-section .pricing ul {
	margin-bottom: 30px;
}

.pricing-section .pricing li {
	position: relative;
	font-size: 18px;
	text-align: left;
	padding-left: 30px;
}

.pricing-section .pricing li::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 13px;
	left: 0;
	top: 10px;
	background: url("/wp-content/themes/template/res/img/icn_check.png") no-repeat;
}

.pricing-section .featured {
	transform: translateY(-50px);
}

.pricing-section .featured::after {
	position: absolute;
	right: -13px;
	top: -7px;
	content: "";
	width: 160px;
	height: 170px;
	background: url("/wp-content/themes/template/res/img/featured.png") no-repeat;
	background-size: cover;
}

.pricing-section .featured .btn {
	background: #111C31 !important;
	border-color: #111C31;
}

.pricing-section .monthly {
	display: none;
}

.switcher-yearly::after {
	position: absolute;
	z-index: 1;
	width: calc(50% - 20px);
	height: 60px;
	background: #111C31;
	content: "";
	border-radius: 40px;
	left: calc(50% + 10px);
	transition: all 0.3s;
}

.switcher-monthly::after {
	position: absolute;
	z-index: 1;
	width: calc(50% - 20px);
	height: 60px;
	background: #111C31;
	content: "";
	border-radius: 40px;
	left: 10px;
	transition: all 0.3s;
}

.logo-section .logo-wrapper {
	position: relative;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.logo-section .logo-wrapper .prod-logo {
	position: relative;
	width: calc(12.5% - 10px);
	margin: 10px;
}

/* VIDEO SECTION */

.video--section {
	position: relative;
	width: 100%;
	max-width: 1800px;
	margin: 10vh auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video--section .video-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 ratio */
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.video--section .video-wrapper h2 {
	position: absolute;
	z-index: 11;
	left: 0;
	width: 43%;
	text-align: right;
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	pointer-events: none;
	justify-content: flex-end;
}

.video--section .video-wrapper h2 span {
	color: #F8B61D;
}

.video--section .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	overflow: hidden;
	z-index: 8;
}

.video--section .video-wrapper #volumeBtn {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	z-index: 10;
	background: url("/wp-content/themes/template/res/img/mute.png");
	background-size: 100% auto;
	border: none;
}

.video--section .video-wrapper .muted {
	background: url("/wp-content/themes/template/res/img/muted.png") !important;
}

.video--section .video-wrapper #playPauseBtn {
	z-index: 10;
}

.video--section .video-wrapper .paused {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("/wp-content/themes/template/res/img/play.png") no-repeat;
	background-size: 35% auto;
	background-position: center center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: none;
	padding: 50px;
	cursor: pointer;
}

.video--section .video-wrapper .playing {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	z-index: 10;
	background: url("/wp-content/themes/template/res/img/pause.png");
	background-size: 100% auto;
	transform: translate(0, 0);
	border: none;
	cursor: pointer;
}

.video--section .video-wrapper .overlay {
	pointer-events: none;
	z-index: 9;
	transition: all 0.3s;
}

.services__section-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-flow: wrap;
	width: 100%;
}

.services__section .service {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	border: 1px solid #e9edf0;
	border-radius: 20px;
	background: #fff;
	padding: 30px 20px;
	margin-bottom: 30px;
	align-self: stretch;
	height: 280px;
	transition: all 0.3s;
}

.services__section .service .img-column {
	width: 150px;
}

.services__section .service .info-column {
	width: calc(100% - 50px);
}

.services__section .service-image {
	text-align: center;
	max-width: 100%;
}

.services__section .service-info h3 {
	font-size: 42px;
	margin-bottom: 30px;
}

.services__section .service-number {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #e9edf0;
	font-size: 82px;
	line-height: 1;
	font-weight: 600;
}

.services__section .reverse {
	flex-direction: row-reverse;
}

.size-30 {
	width: calc(40% - 15px);
}

.size-70 {
	width: calc(60% - 15px);
}

.size-50 {
	width: calc(50% - 15px);
}

.hoverit:hover {
	background: #F8B61D;
	transform: translateY(-10px);
}

.hoverit:hover h3,
.hoverit:hover p {
	color: #fff;
}

.features__section-wrapper {
	position: relative;
}

.features__section .feature {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 1px solid #e9edf0;
	border-radius: 20px;
	background: #fff;
	padding: 50px 30px;
	margin-bottom: 20px;
}

.features__section .feature-column {
	width: 45%;
}

.features__section .feature-image {
	text-align: center;
	max-width: 100%;
}

.features__section .feature-info h3 {
	font-size: 42px;
	margin-bottom: 30px;
}

.features__section .feature-number {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #e9edf0;
	font-size: 82px;
	line-height: 1;
	font-weight: 600;
}

.features__section .reverse {
	flex-direction: row-reverse;
}

.cta_form__section-wrapper {
	background: #4BC6CC;
	padding: 50px;
	border-radius: 20px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	xalign-items: flex-start;
}

.cta_form__section-left-column {
	display: flex;
	align-items: flex-start;
	width: 35%;
}

.cta_form__section-left-column-sticky {
	xposition: sticky;
	top: 0;
	width: 100%;
}

.cta_form__section-left-column h2 {
	margin-top: 0px;
	color: #fff;
}

.cta_form__section-left-column ul {
	list-style-type: disc;
}

.cta_form__section-left-column ul li {
	margin-left: 20px;
}

.cta_form__section-left-column .btn {
	margin-top: 30px;
}

.cta_form__section-right-column {
	position: relative;
	width: 40%;
	text-align: center;
}

.cta_form__section-form {
	display: block;
}

.cta__form__contact {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	align-items: flex-end;
}

.cta__form__contact-img {
	width: 200px;
	line-height: 0;
}

.cta__form__contact-img img {
	width: 100%;
}

form .wpcf7-submit {
	border-radius: 30px !important;
	font-size: 16px !important;
	line-height: 30px !important;
	padding: 10px 20px !important;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 .wpcf7-tel,
.wpcf7 textarea {
	background: none !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #40525f !important;
	color: #FFF !important;
	padding: 20px !important;
}

input::placeholder,
textarea::placeholder {
	color: #40525f; /* Grau als Beispiel */
	font-style: italic; /* Optional: Schriftstil ändern */
}

/*
* BELOW sass is OPTIONAL
*/

@media screen and (max-width: 1440px) {

#nav {
	display: none;
}

#burger {
	display: block;
}

.wpcf7 {
	margin-bottom: 70px;
}

}

@media screen and (max-width: 1199px) {

body {
	font-size: 16px;
}

#page {
	margin-top: 0px;
}

section {
	margin-bottom: 110px;
}

h1,
.h1 {
	xfont-size: 82px;
}

h2,
.h2 {
	font-size: 42px;
	margin-bottom: 15px;
}

.outline {
	-webkit-text-stroke: 1px #F8B61D;
}

.menu__link {
	font-size: 16px;
	margin: 0 15px;
}

.play-btn {
	width: 80px;
	height: 80px;
}

.hero__section-wrapper {
	margin: 10vh 0 0 0;
}

.hero__section-container .floating-element {
	width: 30vw;
}

.cta_form__section-left-column {
	width: 45%;
}

}

@media screen and (max-width: 1023px) {

h1,
.h1 {
	xfont-size: 72px;
}

h4,
.h4 {
	font-size: 18px;
}

#header {
	padding: 0 10px;
}

.navigation .btn {
	display: none;
}

.blog-teaser {
	width: calc(50% - 30px);
}

.blog-teaser .teaser-image-wrap {
	height: 250px;
}

.faq__section-wrapper {
	display: block;
}

.faq__section-left-column {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.faq__section-left-column .fact-box {
	width: 40%;
}

.faq__section-info {
	width: 50%;
}

.faq__section-right-column {
	width: 100%;
	margin-top: 30px;
}

.hero__section-wrapper {
	margin: 5vh 0 0 0;
	height: 95vh;
}

.hero__section-container .intro {
	width: 60%;
	left: 20%;
}

.hero__section-container .floating-element {
	width: 50vw;
}

.hero__section-container #element3 {
	top: 60%;
}

.hero__section-container #element4 {
	top: 72%;
}

.hero__section-info {
	width: 50%;
}

.bg-image::before {
	width: 100%;
}

.image-text-section .content-wrapper {
	display: block;
}

.image-text-section .partial-background {
	width: calc(100% - 20px);
}

.image-text-section .column {
	width: 100%;
	margin-bottom: 20px;
}

.text__section-container {
	width: 70%;
}

.text__section-info {
	width: 50%;
}

.video--section {
	xwidth: calc(100% - 20px);
}

.video--section .video-wrapper h2 {
	transform: scale(0.7);
}

.services__section .service {
	height: auto;
}

.size-30 {
	width: calc(50% - 15px);
}

.size-70 {
	width: calc(50% - 15px);
}

.size-50 {
	width: calc(50% - 15px);
}

.features__section .feature-number {
	font-size: 56px;
}

.img-column {
	width: 30% !important;
}

.cta_form__section-wrapper {
	display: block;
}

.cta_form__section-left-column {
	width: 100%;
}

.cta_form__section-right-column {
	width: 100%;
	margin-top: 50px;
}

.cta__form__contact {
	justify-content: space-around;
}

}

@media screen and (max-width: 782px) {

#wpadminbar {
	position: fixed;
}

.admin-bar .wrapper {
	min-height: calc(100vh - 46px);
}

}

@media screen and (max-width: 767px) {

body {
	font-size: 15px;
}

input[type=text],
input[type=email],
input[type=number] {
	line-height: 1;
	margin: 3px 0 0;
}

textarea {
	padding: 5px;
	font-size: 11px;
	line-height: 1;
	margin: 3px 0 0;
	height: 100px;
}

section {
	margin-bottom: 50px;
}

h1,
.h1 {
	font-size: 8vw;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 12px;
}

h6,
.h6 {
	font-size: 18px;
}

table {
	display: block;
	width: 100%;
	overflow-x: scroll;
}

section .content-wrapper {
	padding: 0 30px;
}

.logo {
	height: 25px;
}

.logo img {
	width: auto;
	height: 100%;
}

#burger {
	left: 25px;
	top: 27px;
}

.footer__wrapper-split {
	display: block;
}

.footer__wrapper-column {
	max-width: 100%;
}

#footer ul {
	flex-flow: column;
}

.splitfoot {
	display: block;
}

.splitfoot .splitleft {
	flex-basis: 100% !important;
}

.splitfoot .splitright {
	flex-basis: 100% !important;
}

#btt {
	transform: scale(0.75) !important;
	right: 20px;
	bottom: 20px;
}

.play-btn {
	width: 50px;
	height: 50px;
	bottom: 0;
}

.play-btn:before {
	border-top-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 15px;
}

.play-btn:hover:before {
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 15px;
}

.modal-content {
	padding: 10px;
}

.case-teaser .teaser-title h4 {
	font-size: 5vw;
}

.blog-teaser {
	width: 100%;
	margin: 15px 0;
}

.blog-teaser .teaser-image-wrap {
	height: 220px;
}

.downloads__section .download-wrapper .download-item {
	padding: 20px 25px;
}

.downloads__section .download-wrapper .download-item .download-icon {
	width: 25px;
	font-size: 25px;
}

.downloads__section .download-wrapper .download-item .download-info {
	line-height: 1.25;
}

.faq__section-left-column {
	display: block;
}

.faq__section-left-column .fact-box {
	width: 100%;
}

.faq__section-info {
	width: 100%;
}

.hero__section #animated-text {
	margin-top: -20px;
	font-size: 15vw;
	padding-right: 5px;
}

.hero__section-container .intro {
	width: 90%;
	left: 5%;
}

.hero__section-container .floating-element {
	width: 70vw;
}

.hero__section-info {
	width: 100%;
}

.image--section .desktop {
	display: none;
}

.image--section .mobile {
	display: block;
}

.text__section-container {
	width: 100%;
}

.text__section-info {
	width: 100%;
}

.video--section .video-wrapper {
	border-radius: 25px;
	padding-bottom: 177.77%; /* 9:16 ratio */
}

.video--section .video-wrapper h2 {
	display: none;
}

.services__section .service-info h3 {
	font-size: 30px;
}

.size-30 {
	width: 100%;
}

.size-70 {
	width: 100%;
}

.size-50 {
	width: 100%;
}

.features__section .feature {
	display: block;
	text-align: center;
}

.features__section .feature-column {
	width: 100%;
}

.features__section .feature-info h3 {
	font-size: 30px;
}

.features__section .feature-number {
	font-size: 38px;
}

.img-column {
	width: 70% !important;
	margin-left: 15%;
	margin-bottom: 30px;
	text-align: center;
}

.cta_form__section-wrapper {
	padding: 30px;
}

.cta__form__contact {
	justify-content: space-between;
	display: block;
}

.cta__form__contact-img {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.cta__form__contact-img img {
	width: 200px;
}

}

@keyframes caret {

50% {
	border-color: transparent;
}

}

@keyframes float {

0%,100% {
	transform: translateY(0);
}

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

}

