@font-face {
    font-family: 'DM Sans';
    src: url('../Fonts/DMSans-ExtraLight.woff2') format('woff2'),
        url('../Fonts/DMSans-ExtraLight.woff') format('woff'),
        url('../Fonts/DMSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
  
@font-face {  
    font-family: 'DM Sans';
    src: url('../Fonts/DMSans-Regular.woff2') format('woff2'),
        url('../Fonts/DMSans-Regular.woff') format('woff'),
        url('../Fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
	font-family: 'DM Sans', sans-serif;
	line-height: 1.4;
	font-size: 22px;
	font-weight: 200;
	letter-spacing: 0.5px;
	color: #2F2F2F;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote,th, td { 
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table {
	caption-side: bottom;
	border-collapse: collapse;
}
caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}
th, td {
	padding: 0 0.3em;
	vertical-align: top;
}
sub, sup {
  position: relative;
  font-size: 0.65em;
  line-height: 0;
  /* vertical-align: baseline; */
}
small, .small {
  font-size: 0.75em;
}
sup {
  /* top: -0.5em; */
}
sub {
  /* bottom: -0.25em; */
}
/* label {
	display: inline-block;
} */
.frame a[class=""]:not(.frame-type-menu_pages a):not([data-mailto-token]):not([href^="tel:"]),
.frame a:not([class]):not(.frame-type-menu_pages a):not([data-mailto-token]):not([href^="tel:"]) {
    color: #FF8901;
	text-decoration: underline;
}
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
	-webkit-border-radius: 0;
	font-family: inherit;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
	cursor: pointer;
}
input{
	border: none;
  background: none;
}
input, textarea, select {
	-webkit-border-radius: 0;
}
main, img {
	display: block;
	max-width: 100%;
	height: auto;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
iframe {
	border: 0;
}
:after, :before {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
fieldset, img {
	border: 0;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
a {
	color: var(--text-dark);
	outline: 0;
	text-decoration: none;
}
a:not(.btn, a[href^="tel:"], .nav-wrap-one-pager li a, .navbar-main li a):hover {
	/* color:#000;
  text-decoration:underline; */
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
.list-unstyled li, .frame-type-news_categorylist .news ul li {
	margin-bottom: 0;
}
.list-unstyled ul {
	margin: 0;
}
/* Reset-min END */

/* Base-min */
/* body.nav-open {
	overflow: hidden;
} */
 .overflow-x-auto{
	overflow-x: auto;
 }
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
	font-variant: normal;
}
blockquote, ul, ol, dl { 
	margin: 1em;
}
ol, ul, dl {
	margin-top: 0;
	margin-right: 0;
}
dl dd {
	margin-left: 1em;
}
th, td {
	border: 0px;
	padding: .5em;
	vertical-align: top;
}
th {
	font-weight: bold;
	text-align: center;
}
caption {
	margin-bottom: .5em;
	text-align: center;
}
p, fieldset, table, pre {
	margin-bottom: 1em;
	margin-top: 0;
}
strong {
	font-weight: 700;
}
/* Base-min END */
h1 {
	font-size: 74px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 35px;
}
h2 {
	font-size: 50px;
	font-weight: normal;
	letter-spacing: -0.8px;
	line-height: 1.1;
	margin-bottom: 25px;
}
.banner-header h2 {
	letter-spacing: 1px;
	line-height: 1.3;
	font-size: 74px;
	margin-bottom: 35px;
	text-transform: uppercase;
}
h3 {
	font-size: 42px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.3;
	margin-bottom: 30px;
}
h4 {
	font-size: 32px;
	margin-bottom: 25px;
	 font-weight: normal;
}
h5 {
	font-size: 18px;
	margin-bottom: 15px;
	 font-weight: 300;
}
.multiple-text{
	font-size: 1.625rem;
}
.text-big{
	font-size: 50px;
	font-weight: normal;
	letter-spacing: -0.8px;
	line-height: 1.1;
}
.row {
	--bs-gutter-x: 30px;
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
}
.g-1 {
	--bs-gutter-x: 10px;
}
.g-3 {
	--bs-gutter-x: 20px;
}
.g-2 {
	--bs-gutter-x: 80px;
}
.g-0 {
	--bs-gutter-x: 0;
}
.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}
.d-flex {
	display: flex;
}
.flex-grow-1{
	 flex: 1;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-column {
	flex-direction: column;
}
.align-items-center {
	align-items: center;
}
.align-items-end {
	align-items: flex-end;
}
.align-self-end {
	align-self: end;
	margin-top: auto;
}
.align-self-center {
	align-self: center;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-end {
	justify-content: flex-end;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-fill {
	flex: 1 1 auto;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow-1 {
	flex-grow: 1;
}
.mt-auto {
	margin-top: auto;
}
.d-none {
	display: none !important;
}
.d-block {
	display: block;
}
.h-100 {
	height: 100%;
}
.w-100 {
	width: 100%;
}
.mb-2{
	margin-bottom: 20px;
}
.mb-4{
	margin-bottom: 40px;
}
.mb-3{
	margin-bottom: 30px;
}
.mb-0{
	margin-bottom: 0;
}
.mt-0{
	margin-top: 0;
}
.text-uppercase {
	text-transform: uppercase;
}
.cursor-pointer {
	cursor: pointer;
}
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
.overflow-hidden {
	overflow: hidden;
}
.text-underline {
	text-decoration: underline;
}
.text-underline-none {
	text-decoration: none;
}
.z-index-1 {
	z-index: 1;
}
.z-index-2 {
	z-index: 2;
}
.font-weight-400 {
	font-weight: 400;
}
.lead {
	letter-spacing: 0.15rem;
	font-weight: 700;
}
.text-center {
	text-align: center;
}
.text-right, .text-end {
	text-align: right;
}
.color-white {
	color: var(--text-white);
}
.bg-primary {
	background: transparent linear-gradient(90deg, #F4384F 0%, #FF7E26 100%) 0% 0% no-repeat padding-box;
}
.img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.gap-20{
	gap: 20px;
}
.gap-15{
	gap: 15px;
}
.row-gap-10 {
    row-gap: 10px;
}
.col-gap-20 {
    column-gap: 20px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-3 {
    margin-top: 35px;
}
.mb-5{
	margin-bottom: 50px;
}
.mb-6 {
    margin-bottom: 60px;
}
.mb-2 {
    margin-bottom: 15px;
}
.frame-layout-52 .frame-inner {
    width: 60%;
} 
.frame-layout-53 .frame-inner {
    width: 70%;
} 
.form-group {
    margin-bottom: 25px;
}
.font-small {
    font-size: 16px;
}
.frame-main {
	margin-bottom: 60px;
}
.frame-main.frame-mb-35 {
  margin-bottom: 35px;
}
.frame-space-before-medium {
	margin-top: 70px;
}
.frame-space-after-medium {
	margin-bottom: 70px;
}
.frame-space-before-large {
	margin-top: 100px;
}
.frame-space-after-large {
	margin-bottom: 100px;
}
.frame-space-before-extra-large {
	margin-top: 130px;
}
.frame-space-after-extra-large {
	margin-bottom: 130px;
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 20px;
}
.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1640px;
	width: 90%;
}
.main-content {
	/* min-height: 100vh; */
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
/* header */
#header {
	width: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	padding: 30px 0;
	transition: all 0.3s ease;
}
.header-navigation {
	height: 100px;
}
.nav-open #header {
	transform: translateY(0) !important;
}
.header-navigation-default {
	align-items: flex-start;
}
.divider {
  margin: 0 5px;
  color: #fff;
}
.logo {
	width: 200px;
	left: 0;
	top: 5px;
	position: relative;
	overflow: hidden;
}
.header-link{
	margin-top: 4px;
}
.hamburger_button {
	width: 52px;
	height: 20px;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 1;
	padding: 0;
	position: relative;
	color: #fff;
	top: 2px;
}
.mtnu-test {
	color: #fff;
	margin-left: 15px;
}
.header-text-link {
	color: #ffff;
	font-size: 18px;
}
.headerlinks-wrap {
	text-align: left;
	color: #fff;
}
.headerlinks-wrap li a::before {
	content: "+";
	font-weight: bold;
	color: #fff;
	margin-right: 6px;
	display: inline-block;
}
/* header */
/* navbar */
.navbar-line {
	right: 0;
	height: 4px;
	width: 100%;
	background-color: #ffff;
	color: #ffff;
}
.navbar-line:nth-child(1) {
	top: 2;
}
.navbar-line:nth-child(2) {
	width: 100%;
	bottom: 3px;
}
body.nav-open .bottom-line {
	transform: translateY(-5px) rotate(-25deg);
}
body.nav-open .top-line {
	transform: translateY(8px) rotate(25deg);
}
.main_navigation {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F43A4E;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0s; 
}
.nav-open .main::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(60, 82, 88, 0.8);
	z-index: 4;
}
.main_navigation.open {
	opacity: 1;
	visibility: visible;
}
.nav-wrap {
	height: 100%;
	padding-top: 180px;
}
.main_navigation.open .nav-wrap-outer{
	padding-top: 25px;
	padding-bottom: 80px;
}
.nav-wrap-outer {
	width: 100%;
	max-height: 100%;
	padding-bottom: 15px;
	text-align: right;
	font-size: 38px;
}
/* .main_navigation {
	overflow-y: auto;
} */
.navbar-main>li {
	margin-bottom: 8px;
}
.website-link {
	color: #ffff;
	text-align: left;
}
.main-nav a {
	font-weight: normal;
	font-size: 38px;
	letter-spacing: 0.08px;
	line-height: 1.2;
	padding-bottom: 2px;
	padding-top: 2px;
	display: inline-block;
	transform: translateY(10px);
	opacity: 0;
	color: #ffff;
	transition: transform 1.05s cubic-bezier(.215, .61, .355, 1) 0s, opacity .35s linear 0s;
}
.main-nav.active >a {
	opacity: 0.7;
}
.nav-open .main-nav a {
	transform: translateY(0);
	opacity: 1;
}
.main-nav.active a {
  text-decoration: underline;
}
.logo-white {
	display: none;
}
.nav-open .logo-white {
	display: block;
}
.nav-open .logo-default {
	display: none;
}
.ce-container {
    padding-top: 75px;
    padding-bottom: 20px;
}
.ce-container.space-before-small {
	padding-top: 45px;
}
.ce-container.space-before-large {
	padding-top: 100px;
}
.ce-container.space-after-large {
	padding-bottom: 50px;
}
.ce-container.space-layout-top-0 {
    padding-top: 0;
}
.ce-container.space-layout-bottom-0 {
    padding-bottom: 0;
}
.ce-container.w-small .container {
    max-width: 1226px;
    width: 65%;
}
/* banner */
.banner-image-wrapper, .single-banner-image-wrapper{
	display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
  overflow: hidden;
}
.banner{
	min-height: 700px;
 }
.banner .owl-carousel,
.banner .owl-stage-outer,
.banner .owl-stage,
.banner .owl-item,
.banner .item,
.banner .banner-image-wrapper .slideimg {
    height: 100%;
}

.banner-header {
	bottom: 30%;
	left: 0;
	transform: translateY(40%);
	color: #FFF;
	z-index: 2;
	width: 100%;
}
.banner-carousel {
	position: relative;
}
.banner-carousel .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.banner-carousel .owl-dot {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #cccc !important;
	border-radius: 50%;
	border: none;
}
.banner-carousel .owl-dot.active {
	width: 55px;
	border-radius: 5px;
}
.card-img-slider.card{
	  padding: 55px;
}
.content-banner {
	color: #ffff;
	font-size: 42px;
	padding-top: 65px;
	padding-bottom: 65px;
}
.content-banner p img {
  display: inline-block;
  height: 54px;
  margin: 0 5px;
  width: auto;
}
.element-preview-header-text {
	max-width: 1350px;
}
.element-preview-header-text p {
	font-size: 42px;
	margin-bottom: 0;
	font-weight: normal;
}
.styled-list {
	list-style: none;
	counter-reset: li-counter;
	padding: 0;
	margin: 0;
	margin-top: 60px;
	font-size: 30px;
}
.styled-list li {
	counter-increment: li-counter;
	margin-bottom: 25px;
	position: relative;
	padding-left: 80px;
	letter-spacing: -0.2px;
	font-weight: normal;
}
.styled-list li::before {
	content: counter(li-counter, decimal-leading-zero);
	position: absolute;
	left: 0;
	color: #F53950;
	font-size: 42px;
	top: -8px;
	margin-right: -80px;
	letter-spacing: -3.3px;
	font-weight: normal;
}
/* content_banner */
.content_banner {
	color: #fff;
	padding-top: 75px;
	padding-bottom: 60px;
}
#c17 h2, #c87 h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.content_banner p {
	font-size: 24px;
	margin-bottom: 24px;
}
.text-block .frame-inner {
	max-width: 1135px;
}
 .w-50 {
	width: 50%;
}
.w-25 {
	width: 25%;
}
.w-20 {
	width: 20%;
}
.w-70{
	width: 70%;
}
.w-75 {
	width: 75%;
}
.frame-mt-35{
	margin-top: 35px
}
.col-lg-8 {
	width: 65%;
}
.col-lg-4 {
	width: 35%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-7 {
	width: 60%;
}
.col-lg-5 {
	width: 40%;
}
.col-lg-3 {
	width: 25%;
}
#c15 .image, #c59 .image, #c65 .image, #c35 .image, #c89 .image {
	width: 292px;
}
#c68 .image {
	position: absolute;
	top: -86px;
	right: -255px;
	width: 563px;
	height: 563px;
}
.video-bg video {
	position: relative;
}
.single-banner-image-wrapper {
	position: relative;
}
.single-banner-image-wrapper::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0.8;
	background: transparent linear-gradient(90deg, #014456 0%, #545454C7 100%) 0% 0% no-repeat padding-box
}
.secondary {
	background: transparent linear-gradient(270deg, #F4384F 0%, #FF7E26 100%) 0% 0% no-repeat padding-box;
}
.content_banner .frame-main {
	margin-bottom: 20px;
}
.content_banner .frame-main:last-child {
	margin-bottom: 0;
}
.content_banner .frame-type-ce_twocol .col-right .frame:last-child {
	margin-bottom: 0;
}
.content_banner p:last-child:has(a) {
    margin-bottom: 0;
}
.content_banner .ce-bodytext {
	max-width: 890px;
}
#c90 .ce-intext.ce-left .ce-gallery, #c19 .ce-intext.ce-left .ce-gallery {
	margin-right: 50px;
}

.two_col {
	position: relative;
}
.btn {
	padding: 12px 30px;
	display: inline-flex;
	align-items: center;
	border-radius: 10rem;
	border: none;
	color: #ffff;
	font-size: 20px;
	margin-top: 10px;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: -0.6px;
}
.btn-primary {
	color: #fff;
	background: transparent linear-gradient(270deg, #FF7E26 0%, #F4394F 100%) 0% 0% no-repeat padding-box;
}
.btn-primary:hover, .btn-primary:focus{
	background: linear-gradient(145deg, #eb0d29 0%, #f26200 100%);
}
.btn-link {
	background: #2F2F2F 0% 0% no-repeat padding-box;
	padding: 12px 25px;
	display: inline-flex;
	align-items: center;
	border-radius: 10rem;
	border: none;
	color: #ffff;
	font-size: 20px;
	margin-top: 25px;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: -0.6px;
}
.btn-dark{
	margin-top: 25px;
	background: #2F2F2F 0% 0% no-repeat padding-box;
}
.nav-open .header-button.btn-primary::after {
	background: url("../Images/arrow-right-red.svg") no-repeat center / contain;
}

.btn-link::after,
.btn-primary::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 25px;
	background: url("../Images/arrow-right.png") no-repeat center / contain;
	transition: all 0.25s ease;
	left: 0;
	position: relative;
}
.news-wrape .btn-link::after, .news-backlink-wrap.btn-primary::after{
	content: none;
}
.news-wrape .teaser-text{
	font-weight: normal;
}
.btn-link:hover::after, .btn-primary:hover::after{
	left: 5px;
}
.ml-auto, .mx-auto {
    margin-left: auto;
}
.mr-auto, .mx-auto {
    margin-right: auto;
}
.mt-0{
    margin-top: 0;
}
.p-0{
	padding: 0;
}
#footer {
	background-color: #003249;
}
.footer-wrap {
	padding-top: 55px;
	padding-bottom: 240px;
}
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	margin: 0 2px;
	position: relative;
	line-height: 1.2;
}
.footer-copyright, .footer-menu {
	color: #ffff;
	font-size: 22px;
	font-weight: 300;
}
.w-65 {
	width: 65%;
}
.w-35 {
	width: 35%;
}
.w-30{
	width: 30%;
}
.container .frame-container.container {
	width: auto;
	max-width: 100%;
}
.footer-logo {
	display: flex;
}
.col-md-6 {
	width: 50%;
}
.card-block, .card {
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
	padding: 45px;
	border-radius: 10px;
	background-color: #ffff;
	overflow: hidden;
	color: #2F2F2F;
}
/* powermail */
.powermail_fieldset_1 .row {
  --bs-gutter-x: 15px;
}
.powermail_fieldwrap_type_submit input{
	color: #ffff;
}
.powermail_fieldwrap {
	margin-bottom: 25px;
}
.form-control {
	padding: 0.35rem 15px;
	font-size: 20px;
	color: #818181;
	font-weight: 400;
	border-radius: 8px;
	border: 1px solid #f4374f;
	width: 100%;
	min-height: 49px;
	background-color: #fff;
}
.form-control:hover, .form-control:focus, .flatpickr-input:hover, .flatpickr-input:focus {
  border: 1px solid #F4394F;
}
.form-label {
	font-size: 0.9em;
	margin-bottom: 5px;
	display: inline-block;
}
.powermail_fieldset .powermail_legend {
	margin-bottom: 20px;
	font-weight: 400;
	width: 100%;
}
.powermail_textarea {
	width: 100%;
	resize: none;
	height: 122px;
}
.powermail_fieldset_6 {
	margin-top: 10px;
	margin-bottom: 50px;
}
.powermail_fieldwrap_type_submit {
	margin-top: 15px;
}
.powermail_fieldset:first-of-type .powermail_fieldwrap_type_check {
	margin-top: 10px;
}
.powermail-errors-list {
  font-size: 12px;
  list-style: none;
  margin: 2px 0 0;
}
.form-check-input.powermail_radio, .form-check-input.powermail_checkbox {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	border: 2px solid #FF8900;
	border-radius: 50%;
	position: relative;
	margin-right: 10px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-check-input.powermail_radio:checked::after, .form-check-input.powermail_checkbox:checked:after {
	content: "";
	width: 80%;
	height: 80%;
	background-color: #FF8900;
	border-radius: 50%;
}
.powermail_fieldwrap_type_radio {
	margin-top: 15px;
}
.powermail_radiowrap, .powermail_checkwrap {
	font-size: 16px;
	display: flex;
}
.form-check.powermail_radiowrap{
    margin-bottom: 18px;
}
.form-check.powermail_radiowrap:nth-last-of-type(2) {
  margin-bottom: 0;
}
.powermail_form_1 {
	display: flex;
	flex-wrap: wrap;
	--bs-gutter-x: 40px;
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
}
.powermail_fieldset {
	width: 100%;
}
.powermail_fieldset {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	justify-content: space-between;
}
.powermail_fieldset>* {
	width: calc(100% - 10px);
}
.powermail_form_1 .powermail_fieldset {
	padding-right: calc(var(--bs-gutter-x) * .5);
  	padding-left: calc(var(--bs-gutter-x) * .5);
}
.powermail_form_1 .powermail_fieldset_1, .powermail_form_1 .powermail_fieldset_2, .powermail_form_1 .powermail_fieldset_6 {
	width: 50%;
}
.powermail_fieldwrap_type_textarea {
	width: 100% !important;
}
.powermail_fieldset:first-of-type .powermail_fieldwrap_type_check, .powermail_fieldset:first-of-type .powermail_fieldwrap_type_submit {
	width: 100%;
}
.powermail_fieldwrap:last-of-type, .powermail_fieldset:last-of-type {
	margin-bottom: 0;
}
#powermail_field_wunschterminwahlen {
    background: url("../Images/datepicker.svg") no-repeat right 10px center;
    padding-right: 40px;         
    cursor: pointer;
}
.powermail_input:focus,
.powermail_textarea:focus {
    outline: none;       
    box-shadow: none;       
}

.powermail_progressbar {
	block-size: .5rem;
	border: .0625rem solid #F2F2F2;
	inline-size: 100%;
	margin-block-start: 1.5rem
}

.powermail_progressbar.disable {
	display: none
}

.powermail_progressbar>.powermail_progress {
	background-color:rgb(235, 13, 41);
	inline-size: 0%;
	max-inline-size: 100%;
	animation: progress 5s 1 forwards
}

.powermail_progressbar>.powermail_progress>.powermail_progress_inner {
	background: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
	block-size: .5rem;
	inline-size: 100%;
	opacity: .25;
	overflow: hidden
}

.powermail_confirmation .powermail_progressbar {
	inline-size: 100%
}

@keyframes progress {
	from {
		inline-size: 0%
	}

	to {
		inline-size: 100%
	}
}


#container-c98 .two_col .col-left {
	width: 75%;
}
#container-c98 .two_col .col-right {
	width: 25%;
}
.specil-list {
	padding-left: 20px !important;
	margin: 0;
	list-style: none;
	overflow: hidden !important;
}
.specil-list li::before {
	content: "– ";
	color: #fff;
	margin-left: -20px;
}

.header-button {
  margin-top: 0;
  margin-right: 65px;
  padding: 12px 30px;
}
.nav-open .header-button.btn-primary {
	background: #fff !important;
	color: #F43A4E;

}
#c100 .ce-inner, #c100 .ce-outer {
	width: 100%;
}
.card-image-group .card-block {
	display: flex;
	padding: 0;
	flex-wrap: wrap;
}
.card-image-group .card-block {
	padding: 40px;
}
.card-image-group figure {
	width: 100%;
	height: 100%;
	margin: 0;
}
.card-image-group img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}
.card-image-group .card-block {
	padding: 0;
}
.card-image-group .card-container {
	padding: 40px;
	min-height: 270px;
}
.frame-bg-light .frame-inner {
	padding: 40px;
	border-radius: 10px;
	background-color: #F0F4FA;
	box-shadow: 0px 3px 6px #00000029;
}
.bg-light{
	background-color: #F0F4FA;
}
.card-icon-group .btn-primary {
	/* margin-top: 0; */
}
.card-icon-group .card-text{
	min-height: 230px;
}
.card-icon-group .card-images img{
	height: 72px;
	width: auto;
}
.card-icon-group .icon {
	max-width: 50px;
}
.multiple-cards .card-block {
	padding: 15px;
}
.multiple-cards {
	width: 20%;
	display: flex;
	flex: 1;
	flex-direction: column;
	flex-grow: 1;
	padding: 10px;
}
.multiple-card-slider .splide__track{
	padding-bottom: 10px;
}
.card-block.multiple-card-layout {
	flex: 1;
	display: flex;
	border-radius: 10px;
	flex-direction: column;
	background-color: #fff;
}
.multiple-card-layout p {
	font-size: 20px;
}
.multiple-card-block-wrap {
	position: relative;
}
.multiple-card-block-wrap .bg-layer {
	position: absolute;
	width: 100%;
	padding: 40px;
	right: 0;
	bottom: 0;
	top: 0;
	height: 296px;
}
.multiple-card-block-wrap .container {
	padding-top: 45px;
}
.multiple-text h3 {
  color: #F53950;
  margin-bottom: 10px;
}
.multiple-cards-header h3 {
	color: #ffff;
	margin-bottom: 40px;
}
/* .teaser-text.card {
	padding: 30px;
} */
.news-slider .owl-nav .owl-prev span, .news-slider .owl-nav .owl-next span, 
.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span {
	display: none;
}
.news-slider .btn-link {
  font-size: 16px;
  padding: 10px 22px;
  letter-spacing: -0.22px;
}
/* .multiple-card-slider .splide__arrow {
	background: none;
} */
.news-slider .owl-nav .owl-prev, .news-slider .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	width: 30px;
	height: 54px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	outline: none;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.news-slider .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-prev {
	left: -50px;
	background-image: url('../Images/previous-btn.svg') !important;
}
.news-slider .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next {
	right: -50px;
	background-image: url('../Images/next-btn.svg') !important;
}
.testimonial-slider .splide__arrow, .multiple-card-slider .splide__arrow {
	background-color: #000;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.testimonial-slider .splide__arrow--prev {
	left: -15px;
}
.testimonial-slider .splide__arrow--next {
	right: -15px;
}
.multiple-card-slider .splide__arrow--prev {
	left: -10px;
}
.multiple-card-slider .splide__arrow--next {
	right: -10px;
}
.splide__arrow svg {
	fill: #fff;
}
.news-slider .owl-nav .owl-prev, .news-slider .owl-nav .owl-next {
	z-index: 1000;
}
.news-img-wrap .news .article::after {
  content: none;
  display: none;
}

.news-categories {
	margin-bottom: 45px;
}
/* .news-category-item {
  background: transparent linear-gradient(270deg, #FF7E26 0%, #F4394F 100%) 0% 0% no-repeat padding-box;
  padding: 3px;
  border-radius: 50px;
}
.news-link  {
	padding: 12px 30px;
	background-color: #fff;
	color: #000;
	width: 228px;
	text-align: center;
	display: inline-block;
	border-radius: 40px;
	font-size: 20px;
}
.news-link:hover, .news-link.active {
	background: transparent linear-gradient(270deg, #FF7E26 0%, #F4394F 100%) 0% 0% no-repeat padding-box !important;
	color: #fff;
}	 */
.news-img-wrap {
	margin: 0 !important;
}

.card-images figure {
	margin: 0;
}
.card-img-slider-containe .card-images{
	margin-top: 75px;
	margin-bottom: 25px;
}
.frame-padding-top {
	padding-top: 230px;
}
.frame-card-overlay {
	position: relative;
	margin-top: -190px;
	z-index: -1;
}

.mt-55 {
	margin-top: 55px;
}

.frame-img-block-aline-primary .frame-inner, .frame-img-block-aline-secondary .frame-inner {
	position: relative;
}
/* .frame-img-block-aline-secondary .image {
	position: absolute;
	right: -4px;
	top: 125px;
	width: 260px;
} */

.content_media_banner .video-block {
	aspect-ratio: 16/9;
	position: relative;
	display: flex;
	justify-content: center;
	min-height: 515px;
	border-radius: 20px;
	width: 83%;
	margin: auto;
	overflow: hidden;
}
.video-block .play{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125px;
  height: 125px;
  background-image: url('../Images/playbutton.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  cursor: pointer;
  position: absolute;
}
.play.playing {
    background-image: url('../Images/video-pause.svg');
}
.poster-img, .play {
  transition: opacity 0.5s ease;
}
.poster-img.hide, .play.hide {
  opacity: 0;
  pointer-events: none;
}

/* Position wrapper relative so overlay can sit on top */
.news-loader {
  position: relative;
}

/* Overlay (hidden by default) */
.news-loader::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}

/* Spinner */
.news-loader::after {
  content: "";
  position: absolute;
  top: 50%; 
  left: 50%;
  width: 40px; 
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #f4374f;;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
}

/* Active state */
.news-loader.loading::before,
.news-loader.loading::after {
  opacity: 1;
  visibility: visible;
}

/* Spinner animation */
@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.stars {
  width: 120px;
  margin-bottom: 0.5rem;
}
.avatar {
  width: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
.testimonial-slider .card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card {
    display: flex;
    flex-direction: column;
}

.multiple-card-layout {
    display: flex;
    flex-direction: column;
    flex: 1;             
    justify-content: space-between;
}
/* .splide__track{
	margin-bottom: 85px;
} */
.testimonials .splide__slide{
	opacity: 0.6;
}
.testimonials .splide__slide.center-slide.is-active{
    opacity: 1;                
}
.text-white{
	color: #fff;

}
.testimonials .multiple-card-layout p{
	font-size: 16px;
}
.testimonials .multiple-card-layout .testi_text {
  margin: 30px 0;
  line-height: 1.5;
}
.testimonials .footer-content{
	font-size: 14px;
}
.cus_info{
	margin-left: 15px;
	margin-top: auto;
	margin-bottom: auto;
}
.testimonials .card{
	padding: 25px;
	box-shadow: none;
}
.team_member{
	margin-bottom: 40px;
}
.team_member h3{
	margin-bottom: 0;
}
.team_member .description{
	margin: 20px 0;
}
.highlight{
	color: #F43A4E;
}
.card-body .date{
	font-size: 18px;
}
.card-body .title{
	font-size: 0.8rem;
}
.frame-type-news_newsdetail .frame-container.container{
	width: 100%;
	max-width: 100%;
}
.element-preview-header-text P{
	color: #FFF;
}
.blog {
	padding: 0 10px;
}
.teaser-text .title {
	/* margin: 30px 0; */
}
#c156 .ce-image.ce-center.ce-above {
    position: relative;
}
.news-slider .owl-stage-outer{
	padding-bottom: 15px;
}
.frame-type-news_newsdetail .news-text-wrap{
	margin-top: 75px;
}
#c154 .frame-container.container{
	margin-top: 0;
}
.link-icons {
  gap: 20px;  
  margin-bottom: 1em;            
 justify-content: end;
}
.link-icons img {
  width: 58px;  
  height: auto;
}

.frame-type-news_newsdetail .element-preview-header-text {
  max-width: 1200px;
}
.news-img-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
}



/***** Business Sector Plugin Styles */
.tab-navigation ul .nav-tab-item, .news-category-item {
    padding: 2px;
    border-radius: 40px;
    background: transparent linear-gradient(270deg, #FF7E26 0%, #F4394F 100%) 0% 0% no-repeat padding-box;
}
.tab-navigation .nav-tab-item .btn, .news-link {
    color: #2F2F2F;
    min-width: 230px;
    transition: all 0.25s ease;
    background-color: #fff;
    letter-spacing: -0.6px;
	white-space: nowrap;
}
.tab-navigation .nav-tab-item:hover .btn, .tab-navigation .nav-tab-item .btn.active, .news-link:hover, .news-link.active {
    color: #fff;
    background-color: transparent;
}
.card.p-0{
    padding: 0;
}
.tx-business-sectors .card .card-title{
    letter-spacing: -0.2px;
}
.tab-content .card-body, .business-sectors-list .card-body{
    padding: 50px;
}
.card-footer{
    padding-top: 45px;
}
.tab-content .tab-pane{
    display: none;
}
.tab-content .tab-pane.active{
    display: block;
}
.tx-business-sectors .card-description{
    /* letter-spacing: -0.6px; */
}
.tab-content .card-body .card-text{
    min-height: 190px;
}
/** Dropdown **/

.business-sectors-list .dropdown{
    max-width: 400px;
    min-width: 400px;
    z-index: 100;
    padding: 4px;
    border-radius: 12px;
    background: transparent linear-gradient(270deg, #FF7E26 0%, #F4394F 100%) 0% 0% no-repeat padding-box;
}
.business-sectors-list .dropdown-toggle {
    color: #818181;
    padding: 12px 16px;
}
.business-sectors-list .dropdown-toggle, .business-sectors-list .dropdown-menu{
    font-size: 20px;
    border-radius: 8px;
    background-color: #fff;
}
.business-sectors-list .dropdown-menu {
    display: none;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 2;
    max-height: 268px;
    overflow-y: auto;
    border-radius: 15px;
    border: 2px solid #ff6b35;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.business-sectors-list .dropdown-menu.active{
    display: block;
}
.business-sectors-list .dropdown-item {
    padding: 12px 20px;
    color: #2F2F2F;
    display: block;
    transition: all 0.25s ease;
}

.business-sectors-list .dropdown-item:hover,
.business-sectors-list .dropdown-item:focus, .business-sectors-list .dropdown-item:active {
    color: #fff;
    background: linear-gradient(270deg, #ff7e26 0%, #f4374f 100%);
}
.business-sectors-list .dropdown-menu li:first-child .dropdown-item{
    border-top-left-radius: 12px;
}
.business-sectors-list .dropdown-menu li:last-child .dropdown-item {
    border-bottom-left-radius: 12px;
}
.business-sector-item:not(:last-child){
    margin-bottom: 34px;
}
.business-sector-item .card, .business-sector-item .card-text, .business-sector-item .card-block {
    transition: all 0.25s ease;
}
.business-sector-item .card:hover, .business-sector-item .card-block:hover {
    background-color: #F43A4E;
}
.business-sector-item .card:hover .card-footer .btn-primary, .business-sector-item .card-block:hover .card-footer .btn-primary {
    background: #2F2F2F;
}
.business-sector-item .card:hover .card-text, .business-sector-item .card-block:hover .card-text {
    color: #fff;
}
.tx-business-sectors .card .card-footer .btn-primary, .tx-business-sectors .tab-navigation .page-link .nav-link{
    /* letter-spacing: -0.6px;
    line-height: 1.5; */
    padding: 12px 30px 12px 40px;
}
.tx-business-sectors .card .card-footer .btn-primary::after{
    margin-left: 16px;
}


/** Load More Button **/
.loadmore-btn .btn-primary::after{
    display: none;
}
.loadmore-btn .btn-text{
    transition: all 0.25s ease;
}
.loadmore-btn .clicked .btn-text{
    opacity: 0;
    visibility: hidden;
}
.loadmore-btn .clicked{
    pointer-events: none;
    cursor: not-allowed;
}
.loadmore-btn .spinner {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
	margin-left: -15px;
	margin-top: -15px;
    border: 4px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}
.loadmore-btn .btn.clicked .spinner {
    opacity: 1;
    visibility: visible;
}

/** Detail Page **/
.tx-business-sectors .bg-img{
    height: 700px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tx-business-sectors .bg-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent linear-gradient(90deg, #014456 0%, #545454C7 100%) 0% 0% no-repeat padding-box;
    opacity: 0.64;
}
.tx-business-sectors .hero-content{
    z-index: 2;
}
.tx-business-sectors h1{
    color: #fff;
    letter-spacing: 0;
}
.tx-business-sectors .sector-detail h2{
    margin-bottom: 30x;
    line-height: 1.36;
    letter-spacing: -0.5px;
}
.tx-business-sectors .sector-detail .frame-main{
    margin-top: 60px;
}
.tx-business-sectors .sector-detail .content{
    letter-spacing: -0.5px;
    line-height: 1.44;
}
.tx-business-sectors .sector-detail .highlight{
    color: #F43A4E;
}
.btn-back::after{
    display: none;
}
.btn-back::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url("../Images/arrow-right.png") no-repeat center / contain;
    transition: all 0.25s ease;
    left: 0;
    position: relative;
    transform: rotate(180deg);
    margin-right: 16px;
}
.btn-back:hover::before{
    left: -5px;
}
.tx-business-sectors .sector-detail .btn-back{
    margin-top: 80px;
    letter-spacing: -0.6px;
    line-height: 1.5;
    padding: 12px 40px 12px 30px;
}
.tx-business-sectors .sector-detail .blog-content{
    max-width: 1160px;
    margin-right: auto;
}
.tx-business-sectors .dropdown-toggle .dropdown-text{
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px;
    text-align: left;
    background-image: url("../Images/dropdown-arrow.svg");
}
.main_navigation .nav-wrap-outer{
    padding-bottom: 70px;
}


/** Animation **/
@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

.frame-img-block-aline-primary .frame-bgImg{
	padding: 40px;
    border-radius: 10px;
    background-color: #f0f4fa;
    box-shadow: 0px 3px 6px #00000029;
}
.frame-img-block-aline-primary .frame-bgImg .two_col{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px;
    border-radius: 10px;
    min-height: 1160px;
    margin: 0;
    background-image: url("../Images/industry-requirement.png");
}
.img-card-bottom-text.card {
	overflow: hidden;
	padding: 0;
}

.img-card-bottom-text .img-block {
	aspect-ratio: 1.38;
	overflow: hidden;
}
.img-card-bottom-text .card-body {
	padding: 20px 15px 25px 15px;
}
.news-slider .owl-stage {
	display: flex;
}
.teaser-text p {
	margin-bottom: 0;
}
.owl-nav button.disabled {
	opacity: 0.3;
	pointer-events: none;
}
.news-slider .article {
	padding: 0px 10px;
}
.tx_blogs .btn.mt-55 {
	margin-top: 40px;
}
.frame-type-card_block .frame {
	margin-bottom: 0;
}
.content-inner-wt {
	max-width: 1135px;
}
.card-block .frame:last-child {
	margin-bottom: 0;
}
.card-block .w-small {
	max-width: 860px;
}
.card-block .w-medium {
	max-width: 1024px;
}
.card-images {
	position: relative;
}
.card-image-group .card-images.w-25 img {
	/* position: absolute;
	right: 0;
	top: 0 */
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    /* background: #333; */
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    z-index: 9999;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}

.scroll-top.show {
    opacity: 1;
	visibility: visible;
    transform: scale(1);
}

.scroll-top.hide {
    opacity: 0;
	visibility: hidden;
    transform: scale(0.8);
}
.content_banner-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* counter */
.counter-text {
    font-size: 32px;
}
.counter-headline {
    margin-bottom: 0;
    line-height: 1.2;
}
.counter-block-lg .counter-text.top {
    margin-bottom: 30px;
}
.counter-block-lg .counter-text.btm {
    margin-top: 15px;
}
.counter-block-lg .counter-headline {
    font-size: 84px;
}
.counter-item .card-block {
    min-height: 230px;
}

/* graph */

.tab-navigation .nav-tabs-light .nav-tab-item {
    background: transparent;
}
.tab-navigation .nav-tabs-light .btn {
    background-color: #F0F4FA;
    border-color: transparent;
    color: #2f2f2f;
    opacity: 0.5;
    border-radius: 10px 10px 0 0;
    min-width: 180px;
}
.tab-navigation .nav-tabs-light .nav-tab-item:hover .btn, .tab-navigation .nav-tabs-light .nav-tab-item .btn.active {
    opacity: 1;
    color: #2f2f2f;
    background-color: #F0F4FA;
}
.tab-navigation .nav-tabs-light .nav-link {
	font-size: 24px;
}
.tx_graph .tab-content .card-body {
    padding: 50px 25px 25px 25px;
}
.date_filter {
    padding-left: 25px;
}
.date_filter .form-input {
    width: 250px;
}
.w-auto {
    width: auto;
}
.date_filter .row {
    --bs-gutter-x: 20px;
}
.date_filter .row {
    --bs-gutter-x: 20px;
}
.tab-pane-wrap {
    background-color: #Ffffff;
    padding: 25px 25px 10px;
    border-radius: 5px;
}
#Chart-strom, #Chart-gas {
  height: 500px; /* or more */
  width: 100%;
}
.show_price .form-input {
    width: 350px;
}
.form-step-wrap {
    margin-bottom: 70px;
}
.enery-price-form .form-step-3 {
    max-width: 860px;
}
.opacity-0 {
    opacity: 0;
}

.media-col-30 {
	width: 30%;
	max-width: 360px;
}
.media-col-40 {
	width: 40%;
	max-width: 480px;
}
.media-col-50 {
	width: 50%;
}
.media-col-60 {
	width: 50%;
}
.multiple-card-slider .splide__slide {
  width: auto;
  flex: 0 0 auto;
}
.footer-logo{
	width: 165px;
}
.nav-tabs .nav-link {
  font-size: 20px;
}
.multiple-card-layout h4{
	font-size: 1.4rem;
}
.card-img-slide .owl-stage {
	margin-left: auto;
	margin-right: auto;
}

.card-img-slider img {
	border-radius: 10px;
	aspect-ratio: 1.35;
	object-fit: contain;
}
.img-size-auto {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.img-size-auto img {
	object-fit: contain;
	width: auto;
	height: auto;
}
.custom-error .powermail-errors-list {
	display: none;
}
.is-required .powermail_field_error {
	border-width: 3px;
}
.powermail-ajax-success .form-step-1 {
	display: none;
}
.chart-scroll-wrapper {
  width: 100%;
  overflow-x: auto;
}

button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.tx_energyprice .card-body {
	position: relative;
}
/* .loader {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(240, 244, 250, 0.5);
  width: 100%;
  height: 100%;
}

.loader::after {
  content: "";
  position: absolute;
  top: 50%; 
  left: 50%;
  width: 40px; 
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #f4374f;;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 11;
} */

.form-loader {
  border: 4px solid #ffffff;
  border-top-color: #f4374f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin-left: 15px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.tab-pane.loading {
	opacity: 0.6;
	pointer-events: none;
}