/* Custom CSS */
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 200;
	src: local('ExtraLight 200'),
		url('../../theme-fe/fonts/Dosis/Dosis-ExtraLight.ttf') format('woff2'),
		url('../../theme-fe/fonts/Dosis/Dosis-ExtraLight.ttf') format('woff');
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 300;
	src: local('Light 300'),
		url('../../theme-fe/fonts/Dosis/Dosis-Light.ttf') format('woff2'),
		url('../../theme-fe/fonts/Dosis/Dosis-Light.ttf') format('woff');
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 400;
	src: local('Regular 400'),
		url('../../theme-fe/fonts/Dosis/Dosis-Regular.ttf') format('woff2'),
		url('../../theme-fe/fonts/Dosis/Dosis-Regular.ttf') format('woff');
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 500;
	src: local('Medium 500'),
		url('../../theme-fe/fonts/Dosis/Dosis-Medium.ttf') format('woff2'),
		url('../../theme-fe/fonts/Dosis/Dosis-Medium.ttf') format('woff');
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 600;
	src: local('SemiBold 600'),
		url('../../theme-fe/fonts/Dosis/Dosis-SemiBold.ttf') format('woff2'),
		url('../../theme-fe/fonts/Dosis/Dosis-SemiBold.ttf') format('woff');
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 700;
	src: local('Bold 700'),
		url('../../theme-fe/fonts/Dosis/Dosis-Bold.ttf') format('woff2'),
		url('../../theme-fe/fonts/Dosis/Dosis-Bold.ttf') format('woff');
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 800;
	src: local('ExtraBold 800'),
		url('../../theme-fe/fonts/Dosis/Dosis-ExtraBold.ttf') format('woff2'),
		url('../../theme-fe/fonts/Dosis/Dosis-ExtraBold.ttf') format('woff');
}

#awwwards {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;

	width: 90px;
	height: 135px;

	text-indent: -666em;

	background-image: url(../img/root/awwwards_honorable_white.png);
	background-repeat: no-repeat;
	background-size: 90px 135px;

	overflow: hidden;
}

#wpselected {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;

	width: 90px;
	height: 90px;

	text-indent: -666em;

	background-image: url(../img/root/wpselected-badge-left.png);
	background-repeat: no-repeat;
	background-size: 90px 90px;

	overflow: hidden;
}

.ptf-custom--9135 .typed-cursor {
	color: #ee3364;
}


.ptf-custom--0531 {
	position: absolute;
	bottom: 15%;
	left: 130px;

	color: #0b0b0b;
	font-size: 35px;
}

section ul li::marker{
    margin-right: 20px;
    color: var(--ptf-accent-1);  
}
section ul:not(ul.body-ul ul){
    padding: 20px 0px 20px 20px;
}

.ptf-custom--9503::after {
	content: '';

	position: absolute;
	top: 50%;
	left: calc(100% + 30px);

	width: 0;
	max-width: 60px;
	height: 1px;

	background-color: #1f0e49;

	transition: width .5s 1s ease-in-out;
}

.ptf-is-page-loaded .ptf-custom--9503::after {
	width: 100%;
}

.ptf-custom--5832 {
	position: relative;
	z-index: 1;

	margin-right: 50px;
}

.ptf-custom--5832::after {
	content: '';

	position: absolute;
	top: -50px;
	right: -50px;
	z-index: -1;

	width: 100%;
	height: 100%;

	border: 10px solid #00bec5;
}

.ptf-custom--5832 {
	position: relative;
	z-index: 1;

	margin-right: 50px;
}

.ptf-custom--5832::after {
	content: '';

	position: absolute;
	top: -50px;
	right: -50px;
	z-index: -1;

	width: 100%;
	height: 100%;

	border: 10px solid #00bec5;
}

.ptf-custom--3103 .ptf-services-box__link {
	background-color: rgba(0,0,0,.25);
}

.ptf-custom--3103 .ptf-highlight {
	background: linear-gradient(to top, transparent 5%, rgba(0,0,0,.25) 5% , rgba(0,0,0,.25) 37%, transparent 37%);
}

.ptf-custom--4111 .ptf-swiper-pagination--style-1 span {
	background-color: #fff;
}

.ptf-custom--4111 .ptf-swiper-button-prev--style-2,
.ptf-custom--4111 .ptf-swiper-button-next--style-2 {
	color: #fff;
}

.ptf-custom--6632 {
	margin-top: -225px;
}

.ptf-custom--9917 .ptf-social-icons a:not(:hover) {
	color: #fff;
}

.ptf-custom--8681 .ptf-countdown h5,
.ptf-custom--8681 .ptf-countdown strong {
	color: #fff;
}

.ptf-custom--9511 .ptf-swiper-pagination--style-1 span {
	background-color: #fff;
}

.ptf-is--homepage-05 .ptf-header--default .ptf-navbar,
.ptf-is--homepage-05 .ptf-header--default .ptf-navbar.ptf-navbar--solid {
	background-color: #191919;
}

.ptf-is--homepage-11 .ptf-navbar {
	padding: 0 35px;
}

.ptf-is--homepage-11 .ptf-navbar .container {
	width: 100%;
}

/* min-width 768px */
@media (min-width: 768px) {
	.ptf-custom--5136 {
		padding-left: 70px;
	}
	.ptf-custom--8620 {
		padding-right: 70px !important;
	}
	.ptf-custom--5317 {
		padding: 0 30px !important;
	}
	.ptf-custom--5171 {
		padding-right: 70px;
	}
	.ptf-custom--7205 {
		margin-top: -100px;
	}
	.ptf-custom--8511 {
		padding-right: 85px;
	}
	.ptf-custom--6525 {
		position: relative;
		z-index: 2;
	}
}

/* max-width 767px */
@media (max-width: 767px) {
	#awwwards,
	#wpselected {
		display: none;
	}
	.ptf-custom--9135 h2 {
		font-size: 28px
	}
	.ptf-custom--1631 {
		font-size: 38px;
	}
}

/* max-width 991px */
@media (max-width: 991px) {
	.ptf-custom--9182 {
		font-size: 48px;
		line-height: 60px;
	}
	.ptf-custom--9182 {
		font-size: 48px;
		line-height: 60px;
	}
	.large-heading{
		font-size: 3rem!important;
	}
}

/* max-width 575px */
@media (max-width: 575px) {
	.ptf-custom-9182 {
		font-size: 38px;
		line-height: 50px;
	}
	.ptf-custom-9182 {
		font-size: 38px;
		line-height: 50px;
	}
	.ptf-custom--0531 {
		bottom: 5%;
	}
	.visore.full {
		padding-top:50%!important;
	}
	.large-heading{
		font-size: 2.2rem!important;
	}
	.ptf-submit-button{
		font-size: 2.2rem!important;
	}
	.full-footer-cols{
		flex-direction: column;
		align-items: flex-start!important;
		gap: 10px!important;
	}

}
.top_bar_wrapper {
	background: #232323;
}
.top_bar {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    text-transform: uppercase;
    font-size: 13px;
    align-items: center;
    letter-spacing: 1px;
	padding: 5px 10px;
}
.top_bar > div:last-child {
    position: relative;
}
.lang_wrapper > a:after {
    display: inline-block;
    font: normal normal normal 8px/1 'LineIconsPro Regular';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\eb27';
    margin-left: 6px;
    vertical-align: middle;
}
.top_bar .lang_dropdown {
	position: absolute;
    background: #232323;
    top: 20px;
    padding: 10px 14px;
    left: calc(50% - 8px);
    transform: translateX(-50%);
    display: none;
}
.top_bar > div.social_top {
    gap: 10px;
    display: flex;
    font-size: 12px;
}
.visore.full {
    padding-top: 36%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	position: relative;
}
video#videobcg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -100;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#video_overlay {
    position: absolute;
    background: #00000094;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
}
.video_content {
    width: 100%;
    max-width: 1200px;
}
.swiper-slide:not(.video-slide) .ptf-showcase-slide{
    background-color: rgba(0, 0, 0, 0.3);
}
.ptf-footer__top img {
    width: 100%;
    max-width: 180px;
}
.full-footer-cols ul {
    display: flex;
    gap: 30px;
    align-items: center;
}
.full-footer-cols ul li + li {
    margin: 0;
}
.full-footer-cols {
    display: flex;
    align-items: center;
    gap: 30px;
	justify-content: space-between;
}
.full-footer-cols ul li a {
    font-size: 0.75rem;
}
.quote-img {
    display: table;
    position: relative;
}
.quote-img > img {
    border: 1px solid var(--ptf-color-3);
}
.two-cols {
    columns: 2;
    gap: 60px;
}
.three-cols {
    columns: 3;
    gap: 60px;
}
ul.body-ul,
ul.body-ul ul {
    list-style: none;
}
ul.body-ul > li:before,
ul.body-ul ul > li:before {
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: var(--ptf-accent-1);
    border-radius: 50%;
    position: absolute;
    top: 0.6rem;
    left: 0;
}
ul.body-ul > li,
ul.body-ul ul > li {
	position: relative;
    margin-bottom: 0.5rem;
    padding-left: 20px;
}
/* TABS */
.tabcontent {
	animation: fadeEffect 1s;
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.tab {
  float: left;
  width: 30%;
}
.tab button {
    display: block;
    background-color: inherit;
    padding: 0.5rem 0;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.2rem;
	color: var(--ptf-color-black);
}
.tab button:hover, .tab button.active {
    color: var(--ptf-accent-1);
    font-weight: 500;
}
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
}
.tabcontent ul {
  list-style: none;
  counter-reset: counter-num;
}
.tabcontent ul li {
    counter-increment: counter-num;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 14px 0px;
}
.tabcontent ul li::before {
    content: counter(counter-num);
    color: white;
    background: var(--ptf-accent-1);
    height: 40px;
    width: 40px;
	min-width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 1.6rem;
}
.row.quote {
    align-items: center;
}

ul.numbered {
	list-style: none;
	counter-reset: counter-num;
}
ul.numbered li {
	counter-increment: counter-num;
    border-bottom: 1px solid #ededed;
    padding: 14px 0px 26px 50px;
}
ul.numbered li::before {
	content: counter(counter-num);
	color: white;
	background: var(--ptf-accent-1);
	height: 40px;
	width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 1.6rem;
}
ul.numbered.light li {
    padding: 6px 0px 6px 40px;
    position: relative;
}
ul.numbered.light li::before {
	height: 26px;
    width: 26px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
button i.lnil {
    font-size: 12px;
    font-weight: bold;
    margin-right: 4px;
}
a.btn_audio {
	position: absolute;
    right: 0.9375rem;
    bottom: 3.875rem;
    cursor: pointer;
	z-index: 3;
}
@media only screen and (min-width: 992px){
	a.btn_audio{
		right: 5.25em;
    	bottom: 5.75rem;
	}
}
a.btn_audio:before {
	content: '';
	background-image: url(/images/ico_mute.png);
	width: 30px;
	height: 30px;
	display: block;   
	background-repeat: no-repeat;
	border-radius: 50%;
	background-position: center;
	background-size: contain;
}
a.btn_audio.audio_off:before {
	background-image: url(/images/ico_unmute.png);
}
.hidden_profile {
	display: none;
}
/*
	CASE STUDIES
*/
.case_item {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--ptf-color-black);
    padding: 1.5em 0;
}
.case_list > a:hover {
	opacity: 0.6;
}
.case_list > a:first-child > .case_item {
    border-top: 2px solid var(--ptf-color-black);
}
.case_item > div:nth-child(1) {
    width: 30%;
}
.case_item > div:nth-child(2) {
    flex: 1;
}
.case_item h6 {
	font-weight: 600;
}
.case_item a {
    text-transform: uppercase;
}
.ptf-counter-up h2,
.ptf-counter-up--style-1 .ptf-counter-up__value {
    font-size: 2.6rem;
    font-weight: 600;
}

.ptf-team-member__content > a:hover,
a.btn_lnk:hover {
    color: var(--ptf-accent-1);
}
.ptf-team-member__content > a > .lnil, 
a.btn_lnk .lnil {
    font-size: 10px;
    display: inline-flex;
    font-weight: bold;
    margin-left: 8px;
	order: 2;
}
.ptf-team-member__content > a, 
a.btn_lnk {
	color: black;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 1px;
    font-weight: 600;
	position: absolute;
    bottom: 0;
}
.ptf-team-member .ptf-team-member__avatar a .viewprofile{
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    padding: 4px 0px;
    color: var(--ptf-color-black);
}

.ptf-team-member .ptf-team-member__content ul{
    padding-left: 18px;
}
.ptf-team-member .ptf-team-member__content ul li{
    margin-bottom: 5px;
}

#case-studies-detail p{
    font-size: 1.125rem;
}
p.fz-18 a:hover {
    color: var(--ptf-color-black);
}
p.fz-18 a {
    color: var(--ptf-accent-1);
	font-weight: 600;
}
@media all and (max-width:1024px) {
	.tab {
		float: left;
		width: 100%;
		margin-bottom: 2rem;
	}
	.tabcontent ul li {
		flex-wrap: nowrap;
	}
	.two-cols, .three-cols {
		columns: 1;
	}
	.case_item {
		flex-direction: column;
		gap: 1em;
		text-align: center;
	}
	.tabcontent{
		width:100%!important
	}
}

.ptf-footer-copyright{
	font-size: 0.75rem;
}

@media all and (min-width:1078px) and (max-width:1150px){
	.ptf-header--style-1 .ptf-nav, .ptf-header--style-3 .ptf-nav, .ptf-header--style-4 .ptf-nav{
		margin-left:4rem!important;
	}
}
@media all and (min-width:991px) and (max-width:1077px){
	.ptf-header--style-1 .ptf-nav, .ptf-header--style-3 .ptf-nav, .ptf-header--style-4 .ptf-nav{
		margin-left:1rem!important;
	}
	.ptf-nav--default .sf-menu > li{
		padding: 0 0.6rem!important;
	}
}
.ratio{
	background-size: cover;
	background-position: top;
}
.ratio.center{
    background-position:center;
}
.ratio-6x5 {
    --bs-aspect-ratio: calc(6 / 5 * 100%)
}
.ratio-16x6 {
    --bs-aspect-ratio: calc(6 / 16 * 100%)
}
.ptf-post__media .ratio{
	background-size: cover;
}
.ptf-post__media:hover .ratio{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* .ptf-post__media:hover  */
.ptf-post:hover .ptf-post__content a {
	color: var(--ptf-accent-1);
}

.alert{
	padding: 10px;
    margin-bottom: 20px;
}
.alert-danger{
	border: 1px solid red;
}
.alert-success {
    border: 1px solid green;
}

/**
 * Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2021 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2021 David Stutz
 * All rights reserved.
 *
 */

 span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
  }
  .multiselect.dropdown-toggle:after {
    display: none;
  }
  .multiselect {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .multiselect-container .multiselect-reset .input-group {
    width: 93%;
  }
  .multiselect-container .multiselect-filter > .fa-search {
    z-index: 1;
    padding-left: 0.75rem;
  }
  .multiselect-container .multiselect-filter > input.multiselect-search {
    border: none;
    border-bottom: 1px solid lightgrey;
    padding-left: 2rem;
    margin-left: -1.625rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .multiselect-container .multiselect-filter > input.multiselect-search:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .multiselect-container .multiselect-filter > .multiselect-moz-clear-filter {
    margin-left: -1.5rem;
    display: none;
  }
  .multiselect-container .multiselect-option.multiselect-group-option-indented {
    padding-left: 1.75rem;
  }
  .multiselect-container .multiselect-option,
  .multiselect-container .multiselect-group,
  .multiselect-container .multiselect-all {
    padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  }
  .multiselect-container .multiselect-option.dropdown-item,
  .multiselect-container .multiselect-group.dropdown-item,
  .multiselect-container .multiselect-all.dropdown-item,
  .multiselect-container .multiselect-option.dropdown-toggle,
  .multiselect-container .multiselect-group.dropdown-toggle,
  .multiselect-container .multiselect-all.dropdown-toggle {
    cursor: pointer;
  }
  .multiselect-container .multiselect-option .form-check-label,
  .multiselect-container .multiselect-group .form-check-label,
  .multiselect-container .multiselect-all .form-check-label {
    cursor: pointer;
	font-size:1rem;
  }
  .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
  .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
  .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
  .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
  .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
  .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
    background-color: lightgrey;
    color: black;
  }
  .multiselect-container .multiselect-option:hover,
  .multiselect-container .multiselect-group:hover,
  .multiselect-container .multiselect-all:hover,
  .multiselect-container .multiselect-option:focus,
  .multiselect-container .multiselect-group:focus,
  .multiselect-container .multiselect-all:focus {
    background-color: darkgray !important;
  }
  .multiselect-container .multiselect-option .form-check,
  .multiselect-container .multiselect-group .form-check,
  .multiselect-container .multiselect-all .form-check {
    padding: 0 5px 0 20px;
  }
  .multiselect-container .multiselect-option:focus,
  .multiselect-container .multiselect-group:focus,
  .multiselect-container .multiselect-all:focus {
    outline: none;
  }
  .form-inline .multiselect-container span.form-check {
    padding: 3px 20px 3px 40px;
  }
  .input-group.input-group-sm > .multiselect-native-select .multiselect {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    padding-right: 1.75rem;
    height: calc(4em);
  }
  .input-group > .multiselect-native-select {
    flex: 1 1 auto;
    width: 1%;
  }
  .input-group > .multiselect-native-select > div.btn-group {
    width: 100%;
  }
  .input-group > .multiselect-native-select:not(:first-child) .multiselect {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group > .multiselect-native-select:not(:last-child) .multiselect {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
    .dropdown-menu.show {
        display: block;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .form-check {
        position: relative;
        display: block;
        padding-left: 1.25rem;
    }
    .form-check-input {
        position: absolute;
        margin-top: 0.5rem;
        margin-left: -1.25rem;
    }

    .custom-select {
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

/*END */

.ptf-post__header.next{
    text-align: right;
}

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


.ptf-checkbox input{
    opacity:0;
    width: 1.5625rem;
    height: 1.5625rem;
}
#cookiebanner .c-buttons a{
transition: background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1), color 300ms cubic-bezier(0.165, 0.84, 0.44, 1), border 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#CookiebotWidget{
	z-index: 200!important;
}
#CookiebotWidget .CookiebotWidget-logo svg circle{
fill:#000000!important;
}
#CookiebotWidget #CookiebotWidget-widgetContent{
background-color: #000000!important;
font-family: 'Dosis'!important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{
fill:var(--ptf-accent-1)!important;
}
#CookiebotWidget .CookiebotWidget-consent-details button{
color:var(--ptf-accent-1)!important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo{
display:none!important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change{
background-color: transparent!important;
border: 0.0625rem solid #ffffff!important;
border-radius: 3.75rem!important;
color: white!important;
}
@media (max-width: 767px) {
	#CookiebotWidget{
bottom: 1.5rem!important;
		left: 1.5rem!important;
	}
}