/*
**	Container(s)
*/

/*
** Media query breakpoints
*/

/*
** Colors
*/

/*
** Fonts
*/

/* 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: #F8F8F8;
	color: #000;
	font-family: "neulis-sans", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}

body,
html {
	height: 100%;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

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

a {
	text-decoration: none;
}

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

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

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

section {
	margin-bottom: 50px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "neulis-sans", sans-serif;
	font-weight: 600;
	color: #000;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 70px;
}

h2,
.h2 {
	font-size: 60px;
	margin-bottom: 30px;
}

h3,
.h3 {
	font-size: 32px;
	line-height: 1.5;
	color: #ACCFE2;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 1.2;
	color: #808080;
}

h5,
.h5 {
	font-family: "neulis-sans", sans-serif;
	font-size: 16px;
}

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

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

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

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

.wrapper {
	position: relative;
}

.wrapper::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	background: url("/wp-content/themes/template/res/img/bg-pattern.png");
	background-size: 100% auto;
	background-repeat: repeat-y;
	opacity: 0.7;
	pointer-events: none;
}

.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;
}

.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: #000;
}

.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: #ACCFE2;
	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: #000;
	background-color: #000;
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

.hamburger--squeeze.is-active .hamburger-inner::after {
	color: #000;
	background-color: #000;
	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;
	padding-top: 0;
	margin: 30px 0 0 0;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.75s;
	box-sizing: border-box;
}

#header ul {
	list-style-type: none !important;
	margin-left: none !important;
}

.contact a {
	color: #ACCFE2;
}

.navigation {
	position: relative;
	display: flex;
	justify-content: space-between;
	xpadding: 10px 20px 10px 30px;
	align-items: center;
	height: 70px;
}

.logo {
	position: relative;
	width: 315px;
	line-height: 0;
}

/*
* MENU
*/

.menu {
	display: flex;
	text-align: center;
	background: #FFF;
	border: 1px solid #E3E3E3;
	border-radius: 50px;
	height: 70px;
	padding: 0 5px;
	justify-content: center;
	align-items: center;
}

.menu__item--parent {
	position: relative;
	padding-right: 10px;
}

.menu__item--parent::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	top: 34px;
	right: 12px;
	background-image: url("/wp-content/themes/template/res/img/arrow_down.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.menu__item--parent:hover .menu__sub {
	oxpacity: 1;
	xvisibility: visible;
	display: block;
}

.menu__sub {
	xopacity: 0;
	xvisibility: hidden;
	display: none;
	position: absolute;
	top: 81px;
	box-shadow: 0 5px 10px rgba(2, 184, 206, 0.2);
	background: white;
	border-radius: 0 0 20px 20px;
	padding: 20px 20px;
	min-width: 270px;
	text-align: left;
	border: 1px solid #E3E3E3;
}

.menu__sub .menu__subitem {
	position: relative;
	margin: 0px 0 !important;
}

.menu__sub .menu__sub__link {
	font-size: 16px;
	color: #000;
}

.menu__item--active a,
.menu__item--parent--active a {
	color: #fff;
	background: #ACCFE2;
}

#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: 100%;
	height: 100%;
	background: #ACCFE2;
	transform: translateY(-100%);
	transition: all 0.5s;
	z-index: 998;
}

#nav-mobile ul {
	list-style-type: none !important;
	margin-left: none !important;
}

#nav-mobile .content-wrapper {
	display: flex;
	justify-content: center;
	xpadding-left: 40px;
	align-items: center;
	xmargin-top: 120px;
	height: calc(100% - 100px);
	text-align: center;
	width: 100%;
}

#nav-mobile li {
	margin: 10px 0;
}

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

#nav-mobile .menu__item--active .menu__link {
	color: #000;
}

#nav-mobile .menu {
	position: fixed;
	width: auto;
	flex-flow: column !important;
	text-align: center;
	border: none;
	border-radius: 0;
	height: auto;
	background: none;
}

#main_menu--mobile .menu__sub,
#nav-mobile .menu {
	margin: 0;
}

.menu__link,
.menu__sub__link {
	font-size: 18px;
	font-family: "neulis-sans", sans-serif;
	font-weight: 500;
	xletter-spacing: 1.5px;
	margin: 5px 5px;
	border-radius: 50px;
	color: #000;
	cursor: pointer;
	padding: 15px 18px;
	position: relative;
	z-index: 2;
	transition: all 0.2s;
}

.menu__sub__link {
	padding: 5px 0;
}

#burger {
	position: fixed;
	margin-right: 10px;
	right: 10px;
	z-index: 9999;
	background: #FFF;
	border: 1px solid #E3E3E3;
	border-radius: 20px;
	padding: 20px;
	display: none;
}

#main_menu--mobile {
	display: block;
	width: 100%;
}

#main_menu--mobile .menu__item--parent {
	position: relative;
	display: block;
	width: 100% !important;
}

#main_menu--mobile .menu__sub {
	display: block;
	position: relative;
	top: auto;
	background: #fff;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	text-align: center;
	min-width: 100%;
	height: auto;
}

#main_menu--mobile .menu__sub .menu__sub__link {
	color: #808080;
	font-size: 16px;
}

#footer {
	overflow: hidden;
	position: relative;
}

.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: #808080;
	margin-bottom: 30px;
}

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

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

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

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

#footer.footer--dr {
	background: #eaf2f7;
	border-radius: 24px 24px 0 0;
	width: 90%;
	margin: 0px 5%;
	overflow: hidden;
}

.footer--dr__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 40px 32px 28px;
}

.footer--dr__top {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px 32px;
}

.footer--dr__notice {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	line-height: 1.4;
	white-space: pre-line;
}

.footer--dr__badges {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.footer--dr__badge {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer--dr__badge img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer--dr__badge-placeholder {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #E3E3E3;
	display: block;
}

.footer--dr__badge-placeholder--gold {
	background: linear-gradient(145deg, #d4af37, #b8962e);
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 2px 6px rgba(0, 0, 0, 0.15);
}

.footer--dr__contact {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
}

.footer--dr__contact a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
}

.footer--dr__contact a:hover {
	text-decoration: underline;
}

.footer--dr__legal {
	margin-top: 24px;
	padding-top: 20px;
	xborder-top: 1px solid rgba(0, 0, 0, 0.06);
	text-align: center;
}

.footer--dr__legal-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 24px;
}

.footer--dr__legal-list a {
	color: #808080;
	font-size: 14px;
	text-decoration: none;
}

.footer--dr__legal-list a:hover {
	text-decoration: underline;
	color: #516676;
}

.btn {
	background-color: #ACCFE2;
	color: #fff;
	padding: 15px 25px;
	border-radius: 50px;
	box-sizing: border-box;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.3s;
}

.btn:hover {
	transform: scale(1.05);
}

.btn-black {
	background: #000;
}

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

.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.3s;
}

.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;
}

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

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

/*
* include/exclude needed modules
*/

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0; /*display: block;*/
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: black;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
	background-color: transparent;
}

.slick-lightbox .slick-prev {
	left: 15px;
}

.slick-lightbox .slick-next {
	right: 15px;
}

.slick-lightbox-hide {
	opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
	position: absolute;
	top: -9999px;
	opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.slick-lightbox-inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slick-lightbox-slick-item {
	text-align: center;
	overflow: hidden;
}

.slick-lightbox-slick-item:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
	display: block;
	text-align: center;
}

.slick-lightbox-slick-item-inner {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}

.slick-lightbox-slick-img {
	margin: 0 auto;
	display: block;
	max-width: 90%;
	max-height: 90%;
}

.slick-lightbox-slick-caption {
	margin: 10px 0 0;
	color: white;
}

.slick-lightbox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
}

.slick-lightbox-close:focus {
	outline: none;
}

.slick-lightbox-close:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "×";
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: red;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	left: 0;
	bottom: -55px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 36px;
	line-height: 20px;
	text-align: center;
	color: #ACCFE2;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #ACCFE2;
	opacity: 0.75;
}

.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: #ACCFE2;
}

.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 #ACCFE2;
	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;
}

.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-wrapper {
	width: 100%;
}

.faq-item {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #E3E3E3;
	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: 600;
}

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

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

.faq-question::after {
	content: "+";
	position: absolute;
	top: 35px;
	right: 20px;
	font-weight: 200 !important;
	width: 38px;
	height: 38px;
	transition: all 0.3s;
	transform: translateY(-50%);
	font-size: 32px;
	line-height: 32px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #E3E3E3;
	color: #000;
	text-align: center;
}

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

.active::after {
	content: "+" !important;
	transform: translateY(-50%) rotate(45deg);
	background: #ACCFE2;
	line-height: 34px;
}

.hero__section {
	position: relative;
	height: 45vh;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.hero__section-deco {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	max-width: 950px;
	height: 320px;
	background: url("/wp-content/themes/template/res/img/bg-sub.png") no-repeat;
	background-size: auto 100%;
	pointer-events: none;
}

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

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

.hero__section-preline {
	margin: 0 0 8px 0;
	font-size: 1.2rem;
	color: #ACCFE2;
	font-weight: 600;
}

.hero__section h1 {
	margin: 12px 0 16px 0;
}

.hero__section-subtitle {
	margin: 0;
	font-size: 2.5rem;
	line-height: 1.25;
	color: #ACCFE2;
	font-weight: 600;
}

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

.hero__home__section {
	position: relative;
	width: 100%;
	margin: 0;
	height: 100vh;
	display: flex;
	align-items: center;
}

.hero__home__section-wrapper {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-flow: column;
	width: 100%;
	align-items: flex-start;
	margin: 0;
}

.hero__home__section-container {
	position: relative;
	width: 50%;
	text-align: left;
	justify-content: flex-start;
	align-content: flex-start;
}

.hero__home__section-container h4 {
	color: #ACCFE2;
}

.hero__home__section-container h1 {
	margin: 10px 0 30px 0;
}

.hero__home__section-container h1 strong,
.hero__home__section-container h1 b {
	color: #ACCFE2;
}

.hero__home__section .info {
	position: relative;
	width: 80%;
	text-align: left;
	display: inline-block;
}

.hero__home__section .btn {
	margin-top: 30px;
}

.hero__home__section .hero-img {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 50%;
}

.cta__section {
	padding: 0px 5%;
}

.cta-box {
	background: #EAF1F5;
	border-radius: 28px;
	padding: 60px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	xborder: 1px solid #E3E3E3;
}

.cta-box .content-wrapper {
	display: flex;
}

.cta-content {
	width: 70%;
}

.cta-content h4 {
	color: #ACCFE2;
	margin-bottom: 8px;
}

.cta-content h2 {
	margin-bottom: 12px;
	font-size: 2.75rem;
}

.cta-action {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.crosslink__section {
	padding: 60px 0;
	xbackground: #f7f7f7;
}

.crosslink-header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 32px;
}

.crosslink-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.crosslink-card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s;
	border: 1px solid #E3E3E3;
}

.crosslink-card a {
	color: inherit;
	text-decoration: none;
}

.crosslink-card:hover {
	transform: scale(1.025);
}

.crosslink-card--image-only .crosslink-card__image-wrap {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 240px;
}

.crosslink-card--image-only .crosslink-card__image-wrap img {
	width: 100%;
	height: 100%;
	min-height: 240px;
	object-fit: cover;
	display: block;
}

.crosslink-card__inner {
	display: block;
	height: 100%;
	padding: 30px;
	position: relative;
	color: inherit;
}

.crosslink-card__icon {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	xopacity: 0.45;
	pointer-events: none;
}

.crosslink-card__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.crosslink-card__content {
	position: relative;
	z-index: 1;
	padding-right: 150px;
}

.crosslink-card__title {
	margin: 0 0 10px 0;
	font-size: 1.8rem;
	font-weight: 700;
	color: #000;
	margin-top: 8px;
	margin-bottom: 30px;
	line-height: 1.3;
}

.crosslink-card__desc {
	margin: 0;
	xfont-size: 0.95rem;
	font-weight: 400;
	color: #000;
	line-height: 1.5;
}

.crosslink-card__link {
	display: inline-block;
	margin-top: 12px;
	color: #ACCFE2;
	font-weight: 600;
	font-size: 0.95rem;
}

.focus__section {
	padding: 60px 0;
}

.focus__section .focus__section-header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 40px;
}

.focus__section .focus__section-header h4 {
	color: #ACCFE2;
	font-weight: 600;
	margin-bottom: 10px;
}

.focus__section .focus__section-header h2 {
	margin-bottom: 16px;
}

.focus__layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: stretch;
}

.focus__col-left {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-height: 0;
}

.focus__col-left .focus-card__info {
	width: 60%;
}

.focus__col-right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	min-height: 0;
}

.focus__col-right .focus-card {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}

.focus-card {
	background: #fff;
	border-radius: 18px;
	padding: 28px 64px 28px 28px;
	border: 1px solid #E3E3E3;
	transition: transform 0.2s ease;
	position: relative;
	display: block;
	cursor: default !important;
	color: inherit;
	text-decoration: none;
}

.focus-card:hover {
	xtransform: scale(1.025) !important;
}

.focus-card a {
	color: inherit;
	text-decoration: none;
	display: block;
}

.focus-card:hover {
	transform: none;
}

.focus-card h3 {
	margin: 0px 0 10px;
	color: #000;
	font-size: 1.75rem;
	line-height: 1.25;
	font-weight: 700;
}

.focus-card p {
	margin-bottom: 12px;
	xcolor: #516676;
	xfont-size: 0.95rem;
	line-height: 1.5;
}

.focus-card .focus-card__icon {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 22px;
	right: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 0;
}

.focus-card .focus-card__icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.focus-card .focus-card__link {
	color: #ACCFE2;
	font-weight: 600;
	font-size: 0.9rem;
}

/* 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-block__section {
	padding: 60px 0;
}

.image-block__section .image-block__media {
	margin: 0;
}

.image-block__section img {
	width: 100%;
	border-radius: 22px;
	display: block;
}

.image-block__section figcaption {
	margin-top: 12px;
	color: #516676;
	text-align: center;
}

.quicklinks__section {
	padding: 60px 0;
}

.quicklinks__section .quicklinks-header {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 32px;
}

.quicklinks-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.quicklink-card {
	background: #fff;
	border-radius: 18px;
	padding: 80px 60px 24px 24px;
	text-align: left;
	box-shadow: none;
	border: 1px solid #E3E3E3;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

.quicklink-card:hover {
	transform: scale(1.025) !important;
}

.quicklink-card h3 {
	color: #000;
	line-height: 1.25;
}

.quicklink-card .quicklink-card__icon {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 0;
}

.quicklink-card .quicklink-card__icon img {
	max-width: 100%;
	max-height: 100%;
}

.quicklink-card .quicklink-card__link {
	xcolor: #ACCFE2;
	font-weight: 600;
	font-size: 0.9rem;
	display: inline-block;
	margin-top: 8px;
}

.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;
}

.text-columns__section {
	padding: 60px 0;
}

.text-columns__section h2,
.text-columns__section .text-columns__section-headline {
	margin-bottom: 24px;
}

.text-columns__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.text-columns__box {
	xpadding: 0 30px;
}

.text-columns__block-title,
.text-columns__box-title {
	font-size: 1.8rem;
	font-weight: 600;
	color: #000;
	margin: 0 0 12px 0;
}

.text-columns__list,
.text-columns__box-list {
	margin: 0;
	xpadding-left: 0;
	list-style: none;
	padding: 0 60px;
}

.text-columns__list p,
.text-columns__box-list p {
	margin: 20px 0;
}

.text-columns__list li,
.text-columns__box-list li {
	position: relative;
	padding-left: 20px;
	margin: 18px 0;
	color: #000;
	line-height: 1.5;
}

.text-columns__list li::before,
.text-columns__box-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 8px;
	height: 8px;
	background: #ACCFE2;
	border-radius: 2px;
}

.text-columns__single {
	width: 60%;
	margin-left: 20%;
}

.text-columns--boxed .text-columns__grid--boxed {
	gap: 24px;
}

.text-columns--boxed .text-columns__col {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.text-columns--boxed .text-columns__box {
	background: white;
	border: 1px solid #E3E3E3;
	border-radius: 24px;
	padding: 30px;
}

.text-columns--boxed .text-columns__single-box {
	max-width: 100%;
}

.text-columns--boxed .text-columns__single-box .text-columns__box {
	background: #EAF1F5;
	border: 1px solid rgba(172, 207, 226, 0.4);
	border-radius: 24px;
	padding: 24px 28px;
}

.text-image__section {
	padding: 60px 0;
}

.text-image__section .text-image__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
	align-items: center;
}

.text-image__section .text-image__media {
	justify-content: center;
	display: flex;
	align-items: center;
}

.text-image__section .text-image__media img {
	max-width: 60%;
	border-radius: 26px;
	display: block;
}

.text-image__section .heading {
	font-size: 2rem;
	font-weight: 500;
}

.text-image__section .text-image__text {
	margin-bottom: 20px;
	xcolor: #516676;
}

.text-image__section.is-reversed .text-image__grid {
	grid-auto-flow: dense;
}

.text-image__section.is-reversed .text-image__media {
	grid-column: 2;
}

.trackrecord__section {
	padding: 0px 5%;
}

.trackrecord-box {
	background: #fff;
	border: 1px solid #E3E3E3;
	border-radius: 26px;
	padding: 60px 40px;
}

.trackrecord-box .content-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}

.trackrecord-header {
	text-align: left;
	max-width: 520px;
	margin: 0;
}

.trackrecord-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	justify-items: center;
}

.trackrecord-stat {
	background: transparent;
	border-radius: 0;
	padding: 0;
	text-align: center;
	box-shadow: none;
}

.trackrecord-stat .trackrecord-number {
	font-size: 52px;
	font-weight: 700;
	color: #ACCFE2;
	margin-bottom: 6px;
}

.trackrecord-stat .trackrecord-number .trackrecord-suffix {
	font-size: 16px;
	margin-left: 6px;
	color: #000;
}

.trackrecord-stat p {
	color: #516676;
	xfont-size: 0.9rem;
}

.testimonials__section {
	padding: 60px 0;
}

.testimonials-header {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 32px;
}

.testimonials-slider {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.testimonials-slider .slick-slide {
	padding: 0;
}

.testimonials-slider__dots {
	margin-top: 28px;
	display: flex;
	justify-content: center;
	gap: 10px;
	min-height: 12px;
}

.testimonials-slider__dots .slick-dots {
	position: static !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	justify-content: center;
	gap: 10px;
	width: auto !important;
}

.testimonials-slider__dots .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.testimonials-slider__dots .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	background: #E3E3E3;
	border: 0;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transition: background 0.2s;
}

.testimonials-slider__dots .slick-dots li button:hover {
	background: #cfcfcf;
}

.testimonials-slider__dots .slick-dots li button:before {
	content: none;
}

.testimonials-slider__dots .slick-dots li.slick-active button {
	background: #ACCFE2;
}

.testimonial-card {
	background: transparent;
	border-radius: 0;
	padding: 0;
	text-align: left;
	box-shadow: none;
	justify-content: center !important;
	display: flex !important;
	grid-template-columns: auto 1fr;
	column-gap: 48px;
	align-items: center !important;
	max-width: 100%;
}

.testimonial-card__photo {
	position: relative;
	flex-shrink: 0;
	width: 250px;
	height: 250px;
	grid-row: 1;
}

.testimonial-card__photo--placeholder {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.testimonial-card__photo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	xborder: 2px solid #E3E3E3;
}

.testimonial-card__content {
	position: relative;
	min-width: 0;
	max-width: 40%;
	grid-column: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.testimonial-card__quote-icon {
	position: absolute;
	display: block;
	font-size: 200px;
	top: -100%;
	line-height: 1;
	z-index: 1;
	color: #ACCFE2;
	margin: 0 0 4px 0;
	font-family: Georgia, serif;
}

.testimonial-card blockquote {
	position: relative;
	z-index: 2;
	font-style: italic;
	margin: 0 0 0 40px;
	color: #000;
	xline-height: 1.6;
	xfont-size: 1rem;
}

.testimonial-card blockquote:before {
	content: none;
}

.testimonial-card__meta {
	margin: 30px 0 0 40px;
	font-size: 0.95rem;
	font-style: italic;
	color: #ACCFE2;
}

.testimonial-card__meta .testimonial-card__role {
	color: #ACCFE2;
}

/* 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: #ACCFE2;
}

.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;
}

/*
* BELOW sass is OPTIONAL
*/

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

.menu__item--parent {
	padding-right: 5px;
}

.menu__link,
.menu__sub__link {
	margin: 0px 12px;
}

}

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

body {
	font-size: 18px;
}

#page {
	margin-top: 0px;
}

section {
	margin-bottom: 110px;
}

h1,
.h1 {
	font-size: 56px;
}

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

#header {
	padding: 10px;
	margin: 10px 0 0 0;
}

.logo {
	width: 280px;
}

.menu__item--parent::before {
	display: none;
}

.menu__link,
.menu__sub__link {
	font-size: 16px;
	margin: 0px 10px;
	padding: 10px 0;
}

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

.hero__section {
	xpadding-top: 120px;
	xpadding-bottom: 80px;
}

.hero__section-wrapper {
	margin: 0;
}

.hero__section-preline {
	font-size: 1rem;
}

.hero__section-subtitle {
	font-size: 1.2rem;
}

.hero__home__section-wrapper {
	margin: 20vh 0;
}

.hero__home__section .hero-img {
	max-width: 60%;
}

}

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

h1,
.h1 {
	font-size: 56px;
}

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

.logo {
	width: 280px;
}

.menu {
	display: none;
}

#nav {
	xdisplay: none;
}

#burger {
	display: block;
}

#footer.footer--dr {
	border-radius: 20px 20px 0 0;
}

.footer--dr__top {
	grid-template-columns: 1fr;
	gap: 28px;
	text-align: center;
}

.footer--dr__notice {
	order: 1;
}

.footer--dr__badges {
	order: 2;
}

.footer--dr__contact {
	order: 3;
	text-align: center;
	align-items: center;
}

.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-container {
	width: 70%;
}

.hero__section-info {
	width: 50%;
}

.hero__home__section-wrapper {
	margin: 30vh 0 0 0;
}

.hero__home__section-container {
	width: 70%;
}

.hero__home__section .info {
	width: 100%;
}

.hero__home__section .hero-img {
	max-width: 75%;
}

.cta-box .content-wrapper {
	flex-direction: column;
	align-items: flex-start;
}

.cta-content {
	width: 100%;
}

.cta-action {
	width: 100%;
	margin-top: 40px;
}

.crosslink-grid {
	grid-template-columns: 1fr;
}

.focus__layout {
	grid-template-columns: 1fr;
	gap: 20px;
}

.focus__col-left {
	order: 1;
}

.focus__col-right {
	order: 2;
	grid-template-columns: 1fr;
}

.quicklinks-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.text__section-container {
	width: 70%;
}

.text__section-info {
	width: 50%;
}

.text-columns__grid {
	grid-template-columns: 1fr;
}

.text-columns__single {
	width: 76%;
	margin-left: 12%;
}

.text-image__section .text-image__grid {
	grid-template-columns: 1fr;
}

.text-image__section.is-reversed .text-image__media {
	grid-column: 1;
}

.trackrecord-box .content-wrapper {
	grid-template-columns: 1fr;
}

.trackrecord-grid {
	grid-template-columns: 1fr;
	justify-items: start;
}

.testimonial-card {
	column-gap: 32px;
}

.testimonial-card__photo {
	width: 120px;
	height: 120px;
}

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

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

}

@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: 16px;
}

section {
	margin-bottom: 50px;
}

h1,
.h1 {
	font-size: 42px;
}

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

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

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

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

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

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

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

#header {
	padding: 5px;
	margin: 0px 0 0 0;
}

.navigation {
	padding: 10px 10px;
	height: 60px;
}

.logo {
	width: 210px;
}

.menu__item--parent {
	padding-right: 0;
}

#burger {
	right: 0px;
	top: 8px;
	border-radius: 15px;
	padding: 20px;
	transform: scale(0.8);
}

.footer__wrapper-split {
	display: block;
}

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

#footer.footer--dr {
	border-radius: 16px 16px 0 0;
}

.footer--dr__inner {
	padding: 28px 20px 24px;
}

.footer--dr__notice {
	font-size: 14px;
}

.footer--dr__badges {
	gap: 24px;
}

.footer--dr__badge {
	width: 56px;
	height: 56px;
}

.footer--dr__contact {
	font-size: 14px;
}

.footer--dr__legal {
	margin-top: 20px;
	padding-top: 16px;
}

.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;
}

.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-container {
	width: 100%;
}

.hero__section-info {
	width: 100%;
}

.hero__home__section {
	height: 80vh;
}

.hero__home__section-wrapper {
	margin: 40vh 0 0 0;
}

.hero__home__section-container {
	width: 100%;
}

.hero__home__section .info {
	width: 100%;
}

.hero__home__section .hero-img {
	max-width: 95%;
}

.focus__layout {
	gap: 16px;
}

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

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

.quicklinks-grid {
	grid-template-columns: 1fr;
}

.text__section-container {
	width: 100%;
}

.text__section-info {
	width: 100%;
}

.text-columns__single {
	width: 80%;
	margin-left: 10%;
}

.text-image__section .text-image__media img {
	width: 100%;
}

.trackrecord-stat {
	width: 100%;
}

.testimonial-card {
	display: inline-block !important;
}

.testimonial-card__photo {
	width: 200px;
	height: 200px;
}

.testimonial-card__content {
	max-width: 100%;
}

.testimonial-card blockquote {
	margin: 40px 0 0 0;
}

.testimonial-card__meta {
	margin: 20px 0 0 0;
}

.testimonial-card {
	grid-template-columns: 1fr;
	text-align: center;
}

.testimonial-card__content {
	grid-column: 1;
	align-items: center;
}

.testimonial-card__photo {
	margin: 0 auto;
}

.testimonial-card__photo--placeholder {
	display: none;
}

.testimonial-card__quote-icon {
	text-align: center;
}

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

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

}

