.cc-window,
.cc-revoke {
position: fixed;
overflow: hidden;
box-sizing: border-box;
font-family: Helvetica, Calibri, Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
display: flex;
flex-wrap: nowrap;
z-index: 9999;
}
.cc-window.cc-static {
position: static;
}
.cc-window.cc-floating {
padding: 2em;
max-width: 24em;
flex-direction: column;
}
.cc-window.cc-banner {
padding: 1em 1.8em;
width: 100%;
flex-direction: row;
}
.cc-revoke {
padding: 0.5em;
}
.cc-revoke:hover {
text-decoration: underline;
}
.cc-header {
font-size: 18px;
font-weight: bold;
}
.cc-btn,
.cc-link,
.cc-close,
.cc-revoke {
cursor: pointer;
}
.cc-link {
opacity: 0.8;
display: inline-block;
padding: 0.2em;
text-decoration: underline;
}
.cc-link:hover {
opacity: 1;
}
.cc-link:active,
.cc-link:visited {
color: initial;
}
.cc-btn {
display: block;
padding: 0.4em 0.8em;
font-size: 0.9em;
font-weight: bold;
border-width: 2px;
border-style: solid;
text-align: center;
white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
background-color: transparent;
border-color: transparent;
}
.cc-highlight .cc-btn:first-child:hover,
.cc-highlight .cc-btn:first-child:focus {
background-color: transparent;
text-decoration: underline;
}
.cc-close {
display: block;
position: absolute;
top: 0.5em;
right: 0.5em;
font-size: 1.6em;
opacity: 0.9;
line-height: 0.75;
}
.cc-close:hover,
.cc-close:focus {
opacity: 1;
} .cc-cookie-section,
.cc-hosts-section {
margin-top: 1em;
}
.cc-cookie-table,
.cc-hosts-table {
width: 100%;
border-collapse: collapse;
font-size: 0.85em;
margin-top: 0.5em;
margin-bottom: 0.5em;
border-bottom: 1px solid rgba(41, 39, 40, 0.2);
}
.cc-cookie-table th,
.cc-cookie-table td,
.cc-hosts-table th,
.cc-hosts-table td {
padding: 0.5em 0.75em;
text-align: left;
border-bottom: 1px solid rgba(41, 39, 40, 0.2);
}
.cc-cookie-table th,
.cc-hosts-table th {
font-weight: 600;
font-size: 0.75em;
text-transform: uppercase;
letter-spacing: 0.05em;
color: inherit;
opacity: 0.7;
} .cc-hosts-title {
font-weight: 600;
margin-bottom: 0.25em;
}
.cc-hosts-description {
font-size: 0.85em;
opacity: 0.8;
margin-bottom: 0.5em;
}.cc-revoke.cc-top {
top: 0;
left: 3em;
border-bottom-left-radius: 0.5em;
border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
bottom: 0;
left: 3em;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
left: 3em;
right: unset;
}
.cc-revoke.cc-right {
right: 3em;
left: unset;
}
.cc-top {
top: 1em;
}
.cc-left {
left: 1em;
}
.cc-right {
right: 1em;
}
.cc-bottom {
bottom: 1em;
}
.cc-floating > .cc-link {
margin-bottom: 1em;
}
.cc-floating .cc-message {
display: block;
margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
flex: 1 0 auto;
}
.cc-window.cc-banner {
align-items: center;
}
.cc-banner.cc-top {
left: 0;
right: 0;
top: 0;
}
.cc-banner.cc-bottom {
left: 0;
right: 0;
bottom: 0;
}
.cc-banner .cc-message {
display: block;
flex: 1 1 auto;
max-width: 100%;
margin-right: 1em;
}
.cc-compliance {
display: flex;
align-items: center;
align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
flex: 1;
}
.cc-btn + .cc-btn {
margin-left: 0.5em;
}.cc-window {
opacity: 1;
transition: opacity 1s ease;
}
.cc-window.cc-invisible {
opacity: 0;
}
.cc-animate.cc-revoke {
transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-animate.cc-revoke.cc-active.cc-bottom {
transform: translateY(0);
}
.cc-revoke:hover {
transform: translateY(0);
}
.cc-grower {
max-height: 0;
overflow: hidden;
transition: max-height 1s;
}@media print {
.cc-window,
.cc-revoke {
display: none;
}
}
@media screen and (max-width: 900px) {
.cc-btn {
white-space: normal;
}
}
@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
.cc-window.cc-top {
top: 0;
}
.cc-window.cc-bottom {
bottom: 0;
}
.cc-window.cc-banner,
.cc-window.cc-floating,
.cc-window.cc-right,
.cc-window.cc-left {
left: 0;
right: 0;
}
.cc-window.cc-banner {
flex-direction: column;
align-items: unset;
}
.cc-window.cc-banner .cc-compliance {
flex: 1 1 auto;
}
.cc-window.cc-floating {
max-width: none;
}
.cc-window .cc-message {
margin-bottom: 1em;
}
.cc-window.cc-banner .cc-message {
margin-right: 0;
}
}.cc-floating.cc-theme-classic {
padding: 1.2em;
border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
text-align: center;
display: inline;
flex: none;
}
.cc-theme-classic .cc-btn {
border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
display: inline-block;
}.cc-window{
opacity: 1;
transition: opacity 1s ease
}
.cc-window.cc-invisible {
opacity: 0
}
.cc-animate.cc-revoke {
transition: transform 1s ease
}
.cc-animate.cc-revoke.cc-top {
transform: translateY(-2em)
}
.cc-animate.cc-revoke.cc-bottom {
transform: translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover {
transform: translateY(0)
}
.cc-grower {
max-height: 0;
overflow: hidden;
transition: max-height 1s
}
.cc-link,.cc-revoke:hover {
text-decoration: underline
}
.cc-revoke,.cc-window {
position: fixed;
box-sizing: border-box;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.5em;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
z-index: 999999;
letter-spacing: 0px!important;
}
.cc-window {
overflow: hidden;
}
@media screen and (min-width:900px) {
.cc-window.cc-invalid-position[data-position="top-push"] .cc-modal,
.cc-window.cc-invalid-position[data-position="bottom"] .cc-modal,
.cc-window.cc-invalid-position[data-position="top"] .cc-modal {
padding-right: 80px !important;
}
}
.cc-window.cc-static {
position: static
}
.cc-window.cc-floating {
padding: 2em;
max-width: 35em;
-ms-flex-direction: column;
flex-direction: column
}
.cc-window.cc-banner {
padding: 1.5em 1.8em;
width: 100%;
-ms-flex-direction: row;
flex-direction: row
}
.cc-header {
font-size: 18px;
font-weight: 700
}
.cc-btn,.cc-close,.cc-link,.cc-revoke {
cursor: pointer
}
.cc-link {
opacity: .8;
display: inline-block;
}
.cc-link:hover {
opacity: 1
}
.cc-link:active,.cc-link:visited {
color: initial
}
.cc-btn {
display: block;
padding: .4em .8em;
font-size: .9em;
font-weight: 700;
border-width: 2px;
border-style: solid;
text-align: center;
white-space: nowrap;
outline: none;
pointer-events: auto;
}
.cc-highlight .cc-btn:first-child {
background-color: transparent;
border-color: transparent
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
background-color: transparent
}
.cc-close {
display: block;
position: absolute;
top: .5em;
right: .5em;
font-size: 1.6em;
opacity: .9;
line-height: .75
}
.cc-close:focus,.cc-close:hover {
opacity: 1
}
.cc-revoke.cc-top {
}
.cc-revoke.cc-bottom {
bottom: 0;
border-top-left-radius: .5em;
border-top-right-radius: .5em;
transform: none!important;
}
.cc-body {
width: 100%;
bottom: 0;
left: 0;
right: 0;
}
.cc-body.cc-body-left {
display: flex;
justify-content: left;
}
.cc-body.cc-body-right {
display: flex;
justify-content: right;
}
.cc-body.cc-body-center {
display: flex;
justify-content: center;
}
.cc-body .cc-revoke.cc-left, .cc-body .cc-revoke.cc-right {
left: auto;
right: auto;
}
.cc-revoke.cc-left {
left: 0;
right: auto;
}
.cc-revoke.cc-right {
right: 0;
left: auto;
}
.cc-revoke.cc-left {
left: 0;
right: auto;
}
.cc-revoke.cc-right {
right: 0;
left: auto;
}
.cc-center {
margin-left: auto;
margin-right: auto;
}
.cc-top {
top: 1em
}
.cc-left {
left: 1em;
}
.cc-right {
right: 1em;
}
.cc-bottom {
bottom: 1em
}
.cc-floating>.cc-link {
margin-bottom: 1em
}
.cc-floating .cc-message {
display: block;
}
.cc-window.cc-floating .cc-compliance {
-ms-flex: 1 0 auto;
flex: 1 0 auto;
flex-direction: column;
}
.cc-window.cc-banner {
-ms-flex-align: center;
align-items: center
}
.cc-banner.cc-top {
left: 0;
right: 0;
top: 0
}
.cc-banner.cc-bottom {
left: 0;
right: 0;
bottom: 0;
top: auto;
}
.cc-banner .cc-message {
display: block;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
max-width: 100%;
margin-right: 1em
}
.cc-compliance {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: justify;
align-content: space-between;
flex-direction: row-reverse;
}
.cc-floating .cc-compliance>.cc-btn {
-ms-flex: 1;
flex: 1
}
@media print {
.cc-revoke,
.cc-window {
display: none
}
}
@media screen and (max-width:900px) {
.cc-btn {
white-space: normal
}
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
.cc-window.cc-top {
top: 0
}
.cc-window.cc-bottom {
bottom: 0
}
.cc-window.cc-banner,
.cc-window.cc-floating,
.cc-window.cc-left,
.cc-window.cc-right {
left: 0;
right: 0
}
.cc-window.cc-banner {
-ms-flex-direction: column;
flex-direction: column
}
.cc-window.cc-banner .cc-compliance {
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
.cc-window.cc-floating {
max-width: none
}
.cc-window .cc-message {
margin-bottom: 0;
}
.cc-window.cc-banner {
-ms-flex-align: unset;
align-items: unset
}
.cc-window.cc-banner .cc-message {
margin-right: 0
}
}
.cc-floating.cc-theme-classic {
padding: 1.2em;
border-radius: 0px
}
.cc-floating.cc-type-info .cc-compliance {
text-align: center;
display: inline;
-ms-flex: none;
flex: none
}
.cc-theme-classic .cc-btn {
border-radius: 5px
}
.cc-btn:last-child {
}
.cc-floating.cc-type-info .cc-btn {
display: inline-block
}
.cc-theme-edgeless.cc-window {
padding: 0
}
.cc-banner.cc-theme-edgeless .cc-btn {
padding: .8em 1.8em;
height: 100%
}
.cc-banner.cc-theme-edgeless .cc-message {
margin-left: 1em
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
margin-left: 0
}
.cc-window a {
outline: none;
}
.cc-floating .cc-message > div:last-child,.cc-floating .cc-message > p:last-child {
margin-bottom: 15px;
}
.cc-window.cc-banner {
justify-content: space-between;
}
.cc-btn {
flex-grow: 1;
min-width: calc(50% - 20px);
font-size: 14px;
line-height: 1;
padding: 15px 20px 14px;
margin: 5px 10px;
box-sizing: border-box;
}
.cc-window__modal {
position: fixed;
z-index: 999999;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(255, 255, 255, .4);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-weight: normal;
}
@media screen and (min-width: 500px){
.cc-window__modal[data-position="top-push"] {
position: relative;
z-index: 999999;
left: 0;
top: 0;
right: 0;
bottom: auto;
width: 100%;
height: auto;
max-height: 100%;
overflow: auto;
background-color: none;
}
}
.cc-window.cc-floating:before,.cc-window.cc-floating:after {
content: "";
display: block;
height: 40px !important;
min-height: 40px !important;
width: 100%;
order: 0 !important;
z-index: -10;
}
.cc-window.cc-floating:after {
height: 50px;
}
.cc-window-white-label .cc-window.cc-floating:after{
height: 54px;
}
.cc-window-white-label.cc-window-footer-links-empty .cc-footer__links{
margin: 0px;
padding: 0px;
}
.cc-window-white-label.cc-window-footer-links-empty .cc-window.cc-floating:after{
height: 42px;
}
.cc-window.cc-floating {
flex-direction: column;
padding: 0 40px !important;
max-height: 100%;
display: flex;
align-items: flex-start;
justify-content: flex-start;
overflow: auto;
top: auto;
left: auto;
width: 100%;
max-width: 750px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} .cc-window.cc-floating .cc-message {
max-width: 750px;
} .cc-window.cc-floating.cc-popup{
position: relative;
}
.cc-modal {
left: 25%;
width: 50%;
top: 22%;
padding: 30px 25px 35px !important;
max-width: none!important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cc-popup.cc-type-info .cc-modal {
width: 40%;
left: 30%;
}
.cc-modal__shadow {
box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}
.cc-footer__description {
font-size: 10px;
line-height: 10px;
opacity: .8;
text-align: center;
padding-top: 15px;
margin-bottom: -10px;
}
.cc-banner .cc-footer__description {
font-size: 11px;
line-height: 11px;
min-width: 155px;
margin-top: 1.8em;
align-self: flex-start;
white-space: nowrap;
}
.cc-footer__description a {
color: inherit;
margin-top: 2px;
outline: revert;
}
.cc-footer__description a:hover {
color: inherit;
text-decoration: underline;
}
.cc-left.cc-type-info .cc-compliance,.cc-right.cc-type-info .cc-compliance,.cc-popup .cc-compliance {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
}
.cc-floating.cc-type-info .cc-compliance {
text-align: unset;
display: flex;
align-items: flex-end;
justify-content: space-between;
flex-direction: row;
}
.cc-banner .cc-compliance {
flex-direction: column;
align-items: initial;
}
.cc-banner .cc-message {
max-width: 80%;
align-self: start;
text-align: left;
}
.cc-grower {
position: relative;
}
.cc-message p {
margin: 0 0 1em 0;
padding: 0;
}
.cc-message ul {
list-style-type: none;
display: block;
margin: 0.5em 0 0 0;
padding: 0;
}
.cc-message label {
display: inline-block;
max-width: 100%;
margin: 0;
padding: 0 0 0 5px;
font-weight: 700;
cursor: pointer;
}
.cc-message input[type=checkbox] {
font-size: 14px;
cursor: pointer;
margin: 0;
}
.cc-message input[type=checkbox][disabled] {
cursor: not-allowed;
}
.cc-message input[type=checkbox][disabled]+label {
cursor: not-allowed;
}
.cc-link {
padding: 0;
}
.cc-categories {
padding: 0;
margin: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cc-categories-item {
display: block;
list-style-type: none;
margin: 0 15px 2px 0;
padding: 0;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cc-categories-item input {
display: none;
}
.cc-categories-item label {
position: relative;
display: inline-block;
padding: 2px 0 0 30px;
}
.cc-categories-item input + span {
position: absolute;
width: 18px;
height: 18px;
background: rgba(0, 0, 0, 0.15);
left: 0;
margin-top: 3px;
}
.cc-categories-item input + span span:nth-child(1) {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
background-color: #57ca85;
}
.cc-categories-item input + span span:nth-child(2) {
position: absolute;
transform: rotate(-51deg);
border-bottom: 3px solid #fff;
border-left: 3px solid #fff;
width: 8px;
height: 5px;
left: 3px;
top: 3px;
opacity: 0;
}
.cc-categories-item input:disabled + span span:nth-child(2) {
border-color: #ddd;
}
.cc-categories-item input:checked + span span:nth-child(1),.cc-categories-item input:checked + span span:nth-child(2) {
opacity: 1;
}
.cc-categories-item.cc-toggle-details {
cursor: pointer;
user-select: none;
}
.cc-categories-item.cc-toggle-details .cc-arrow {
font-size: 0.6em;
vertical-align: top;
margin: 0 0 0 5px;
line-height: 24px;
}
.cc-details {
margin: 0 -40px 1.5em -40px;
padding: 0;
font-size: 12px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: calc(100% + 80px);
text-align: left;
}
.cc-details-menu {
width: auto;
padding-left: 20px;
}
.cc-modal__hint {
width: 18px;
height: 18px;
border-radius: 50%;
text-align: center;
line-height: 18px;
font-size: 10px;
font-weight: 700;
position: relative;
display: inline-block;
text-decoration: none;
color: #fff;
background: #57ca85;
}
.cc-details-menu-item .cc-modal__hint {
position: absolute;
right: 27px;
margin-top: -1px;
}
.summary-arrow {
position: absolute;
left: 0;
top: 3px;
border-top: 5px solid transparent !important;
border-bottom: 5px solid transparent !important;
border-left: 9px solid #57ca85;
border-right: 0px solid transparent !important;
}
.cc-selected .summary-arrow {
transform: rotate(90deg);
}
.cc-details-menu-item {
cursor: pointer;
user-select: none;
position: relative;
font-size: 0;
list-style: none;
padding: 0 0 0 17px;
margin: 12px 0;
display: block;
text-align: left;
}
.cc-details-menu-item:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 50px;
z-index: 2;
}
.cc-details-menu-item_empty:before {
display: none;
}
.cc-details-menu-item_empty {
padding: 0;
}
.cc-details-menu-item_empty .summary-arrow {
display: none;
}
.cc-details-menu-item > label { float: none;
margin-top: unset; color: inherit;
display: block;
font-size: 14px;
font-weight: 700;
line-height: 1.2;
}
.cc-details-menu-item input[type="checkbox"] {
display: none;
}
.cc-modal__checkbox-mark {
position: absolute;
width: 18px;
height: 18px;
background: rgba(0, 0, 0, 0.15);
right: 0;
margin-top: -1px;
}
.cc-modal__checkbox-mark-bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
background-color: #57ca85;
}
.cc-modal__checkbox-mark-tick {
position: absolute;
transform: rotate(-51deg);
border-bottom: 3px solid #fff;
border-left: 3px solid #fff;
width: 8px;
height: 5px;
left: 3px;
top: 3px;
opacity: 0;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.cc-details-menu-item input:disabled + .cc-modal__checkbox-mark {
opacity: 0.6;
}
.cc-details-menu-item input + .cc-modal__checkbox-mark .cc-modal__checkbox-mark-bg,.cc-details-menu-item input:checked + .cc-modal__checkbox-mark .cc-modal__checkbox-mark-tick {
opacity: 1;
}
.cc-details-body {
padding: 0 40px;
height: 375px;
position: relative;
background: rgba(41, 39, 40, 0.1);
overflow: auto;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cc-details-body:before,.cc-details-body:after {
content: "";
display: block;
height: 10px;
}
.cc-details-content {
display: none;
padding: 0 18px;
padding-bottom: 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
margin-top: -12px;
text-align: left;
}
.cc-details-content.cc-selected {
display: block;
}
.cc-details-content table {
border-collapse: collapse;
border-spacing: 0;
color: inherit;
min-width: 100%;
width: auto;
margin: 0;
margin-top: 10px;
margin-bottom: 10px;
}
.cc-details-content th {
background: rgba(41, 39, 40, 0.1);
font-size: 10px;
font-weight: 400;
text-transform: uppercase;
text-align: left;
padding: 6px 5px 5px;
line-height: 1;
border: 1px solid rgba(41, 39, 40, 0.2);
}
.cc-details-content td {
background: rgba(255, 255, 255, 0.1);
padding: 10px 5px;
vertical-align: top;
border: 1px solid rgba(41, 39, 40, 0.2);
font-size: 10px;
line-height: 1.4;
}
.cc-details-content thead td {
background: rgba(41, 39, 40, 0.1);
text-transform: uppercase;
}
.cc-details-content p {
margin: 0.6em 0;
}
.cc-details-content p:last-child {
margin-bottom: 0;
}
.cc-button_wrapper {
display: flex;
justify-content: space-between;
margin: -5px -10px;
}
.cc-modal .cc-button_wrapper {
align-self: stretch;
flex-wrap: wrap;
}
.cc-banner .cc-button_wrapper {
flex-wrap: nowrap;
}
@media screen and (max-width: 836px) {
.cc-modal .cc-compliance {
flex-direction: column!important;
}
.cc-modal .cc-button_wrapper {
align-self: stretch;
}
.cc-modal .cc-btn {
display: block;
margin-bottom: 1em;
}
.cc-modal .cc-footer__description {
align-self: flex-start;
}
.cc-modal.cc-window.cc-floating {
padding-bottom: 8px!important;
}
.cc-window.cc-floating:after,
.cc-window-white-label .cc-window.cc-floating:after{
height: 13px;
}
.cc-window-white-label.cc-window-footer-links-empty .cc-footer__links{
padding: 0px;
margin: 0px;
}
.cc-window-white-label.cc-window-footer-links-empty .cc-window.cc-floating:after{
height: 3px;
}
}
.cc-modal__tabs {
display: inline-block;
font-size: 16px;
font-weight: 700;
position: relative;
margin: 0 30px 0;
}
.cc-modal__tabs-heading_item {
display: inline-block;
margin: 0 10px;
padding: 10px 5px;
border-bottom: 4px solid transparent;
cursor: pointer;
}
.cc-modal__tabs-heading_item.active {
border-bottom: 4px solid #57ca85;
}
.cc-modal__heading {
font-size: 24px;
font-weight: 700;
line-height: 1;
margin-bottom: 15px;
padding-right: 35px;
}
.cc-modal__table {
overflow: auto;
}
.cc-modal__table th,.cc-modal__table tr {
font-family: Helvetica, Arial, sans-serif;
}
.cc-window.cc-floating .cc-compliance {
width: 100%;
}
.cc-compliance__footer {
width: 100%;
display: flex;
justify-content: space-between;
}
.cc-footer__links {
font-size: 12px;
line-height: 12px;
opacity: 1;
text-align: center;
padding-top: 15px;
margin-bottom: -10px;
}
.cc-footer__links a {
color: inherit !important;
margin-right: 15px;
opacity: 1;
}
.cc-footer__links a:hover {
text-decoration: none;
opacity: 1;
}
.cc-footer__links a:last-child {
margin-right: 0;
}
.cc-footer__description:only-child,.cc-footer__links:only-child {
width: 100%;
}
.cc-footer__description a {
display: inline-block;
width: 49px;
vertical-align: middle;
}
.cc-footer__description svg {
margin-top: -0.08em;
}
.cc-footer__description svg path {
fill: currentColor !important;
}
.cc-modal-close {
position: absolute;
width: 35px;
height: 35px;
right: 15px;
top: 34px;
cursor: pointer;
}
.cc-modal-close span {
width: 23px;
height: 2px;
display: block;
position: absolute;
background: currentColor;
left: 0;
top: 17px;
}
.cc-modal-close span:nth-child(1) {
transform: rotate(45deg);
}
.cc-modal-close span:nth-child(2) {
transform: rotate(-45deg);
}
.cc-modal__text a,.cc-modal__text .cc-btn {
display: inline !important;
height: auto;
padding: 0;
font-size: inherit;
background: none !important;
text-decoration: none;
font-weight: normal;
margin: 0;
border: none;
vertical-align: baseline;
text-transform: none;
cursor: pointer;
opacity: 1;
}
.cc-modal__text a:hover,.cc-modal__text .cc-btn:hover {
text-decoration: none;
opacity: 0.8;
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:836px) and (orientation:landscape),screen and (max-width: 320px) {
.cc-compliance {
flex-direction: column!important;
}
.cc-modal {
width: 100%;
}
.cc-floating.cc-type-info .cc-btn {
display: block;
margin-bottom: 0;
}
.cc-footer__description {
align-self: flex-start;
}
.cc-window.cc-floating {
padding-bottom: 1em;
}
}
@media screen and (max-width:500px) {
.cc-window.cc-floating {
left: auto !important;
right: auto !important;
}
}
@media screen and (max-width:836px) {
.cc-modal .cc-btn {
margin-bottom: 0;
}
}
@media screen and (max-width:500px) {
.cc-compliance__footer {
flex-wrap: wrap;
padding-top: 5px;
}
.cc-footer__description,.cc-footer__links {
width: 100%;
padding-top: 10px;
margin: 0;
}
.cc-footer__description{
padding-top: 30px;
}
.cc-footer__links + .cc-footer__description{
padding-top: 12px;
}
.cc-window.cc-floating:after,
.cc-window-white-label .cc-window.cc-floating:after{
height: 27px;
}
.cc-window-white-label.cc-window-footer-links-empty .cc-window.cc-floating:after{
height: 3px;
}
.cc-window-white-label.cc-window-footer-links-empty .cc-compliance__footer{
margin: 0;
padding: 0;
}
}
.cc-window.cc-type-info .cc-compliance {
flex-direction: column;
}
.cc-type-info .cc-btn {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cc-left .cc-button_wrapper,.cc-right .cc-button_wrapper {
align-self: stretch;
} .cc-window-styles-theme1 .cc-modal__tabs-heading_item.active { border-bottom-color: #57ca85; }
.cc-window-styles-theme1 .cc-modal__checkbox-mark{ background: rgba(0,0,0,0.25); }
.cc-window-styles-theme1 .cc-modal__checkbox-mark-bg{ background: #57ca85; }
.cc-window-styles-theme1 .cc-modal__checkbox-mark-tick{ border-color: #fff; }
.cc-window-styles-theme1 .summary-arrow{ border-color: #57ca85; }
.cc-window-styles-theme1 .cc-modal__hint{ background: #57ca85; color: #000; }
.cc-window-styles-theme1 .cc-details-content th {  }
.cc-window-styles-theme1 .cc-details-content td {  }
.cc-window-styles-theme1 .cc-modal__text a,.cc-window-styles-theme1 .cc-modal__text .cc-btn{ color: #57ca85; }
.cc-window-styles-theme1.cc-window-button-layout-wire .cc-button_wrapper a.cc-btn{ border-color: #57ca85 }
.cc-window-styles-theme2 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(86, 203, 219); }
.cc-window-styles-theme2 .cc-modal__checkbox-mark{ background: rgba(0,0,0,0.15); }
.cc-window-styles-theme2 .cc-modal__checkbox-mark-bg{ background: rgb(86, 203, 219); }
.cc-window-styles-theme2 .cc-modal__checkbox-mark-tick{ border-color: #fff; }
.cc-window-styles-theme2 .summary-arrow{ border-color: rgb(86, 203, 219); }
.cc-window-styles-theme2 .cc-modal__hint{ background: rgb(86, 203, 219); color: #fff; }
.cc-window-styles-theme2 .cc-details-content th {  }
.cc-window-styles-theme2 .cc-details-content td {  }
.cc-window-styles-theme2 .cc-modal__text a,.cc-window-styles-theme2 .cc-modal__text .cc-btn{ background: rgb(34, 80, 86); }
.cc-window-styles-theme3 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(20, 167, 208); }
.cc-window-styles-theme3 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.2); }
.cc-window-styles-theme3 .cc-modal__checkbox-mark-bg{ background: rgb(20, 167, 208); }
.cc-window-styles-theme3 .cc-modal__checkbox-mark-tick{ border-color: #fff; }
.cc-window-styles-theme3 .summary-arrow{ border-color: rgb(20, 167, 208); }
.cc-window-styles-theme3 .cc-modal__hint{ background: #fff; color: rgb(20, 167, 208); }
.cc-window-styles-theme3 .cc-details-content th { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.25); }
.cc-window-styles-theme3 .cc-details-content td { background: rgba(41,39,40,0.1); border-color: rgba(255,255,255,0.25); }
.cc-window-styles-theme3 .cc-modal__text a,.cc-window-styles-theme3 .cc-modal__text .cc-btn{ color: rgb(20, 167, 208); }
.cc-window-styles-theme4 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(0, 255, 0); }
.cc-window-styles-theme4 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.3); }
.cc-window-styles-theme4 .cc-modal__checkbox-mark-bg{ background: rgb(0, 255, 0); }
.cc-window-styles-theme4 .cc-modal__checkbox-mark-tick{ border-color: #000; }
.cc-window-styles-theme4 .summary-arrow{ border-color: rgb(0, 255, 0); }
.cc-window-styles-theme4 .cc-modal__hint{ background: rgb(0, 255, 0); color: #000; }
.cc-window-styles-theme4 .cc-details-content th { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); }
.cc-window-styles-theme4 .cc-details-content td { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.3); }
.cc-window-styles-theme4 .cc-modal__text a,.cc-window-styles-theme4 .cc-modal__text .cc-btn{ color: #008000; }
.cc-window-styles-theme5 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(230, 37, 118); }
.cc-window-styles-theme5 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.35); }
.cc-window-styles-theme5 .cc-modal__checkbox-mark-bg{ background: rgb(230, 37, 118); }
.cc-window-styles-theme5 .cc-modal__checkbox-mark-tick{ border-color: #fff; }
.cc-window-styles-theme5 .summary-arrow{ border-color: rgb(230, 37, 118); }
.cc-window-styles-theme5 .cc-modal__hint{ background: rgb(230, 37, 118); color: #fff; }
.cc-window-styles-theme5 .cc-details-content th {  }
.cc-window-styles-theme5 .cc-details-content td {  }
.cc-window-styles-theme5 .cc-modal__text a,.cc-window-styles-theme5 .cc-modal__text .cc-btn{ color: rgb(230, 37, 118); }
.cc-window-styles-theme6 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(248, 168, 255); }
.cc-window-styles-theme6 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.35); }
.cc-window-styles-theme6 .cc-modal__checkbox-mark-bg{ background: rgb(248, 168, 255); }
.cc-window-styles-theme6 .cc-modal__checkbox-mark-tick{ border-color: rgb(63, 0, 69); }
.cc-window-styles-theme6 .summary-arrow{ border-color: rgb(248, 168, 255); }
.cc-window-styles-theme6 .cc-modal__hint{ background: rgb(248, 168, 255); color: rgb(63, 0, 69); }
.cc-window-styles-theme6 .cc-details-content th {  }
.cc-window-styles-theme6 .cc-details-content td {  }
.cc-window-styles-theme6 .cc-modal__text a,.cc-window-styles-theme6 .cc-modal__text .cc-btn{ color: rgb(248, 168, 255); }
.cc-window-styles-theme7 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(255, 255, 255); }
.cc-window-styles-theme7 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.35); }
.cc-window-styles-theme7 .cc-modal__checkbox-mark-bg{ background: rgb(255, 255, 255); }
.cc-window-styles-theme7 .cc-modal__checkbox-mark-tick{ border-color: rgb(35, 122, 252); }
.cc-window-styles-theme7 .summary-arrow{ border-color: rgb(255, 255, 255); }
.cc-window-styles-theme7 .cc-modal__hint{ background: rgb(255, 255, 255); color: rgb(35, 122, 252); }
.cc-window-styles-theme7 .cc-details-content th {  }
.cc-window-styles-theme7 .cc-details-content td {  }
.cc-window-styles-theme7 .cc-modal__text a,.cc-window-styles-theme7 .cc-modal__text .cc-btn{ color: #113c7d; }
.cc-window-styles-theme8 .cc-modal__tabs-heading_item.active { border-bottom-color: #ffffff; }
.cc-window-styles-theme8 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.35); }
.cc-window-styles-theme8 .cc-modal__checkbox-mark-bg{ background: rgb(255, 255, 255); }
.cc-window-styles-theme8 .cc-modal__checkbox-mark-tick{ border-color: #ff0000; }
.cc-window-styles-theme8 .summary-arrow{ border-color: #ffffff; }
.cc-window-styles-theme8 .cc-modal__hint{ background: #ffffff; color: rgb(255, 255, 255); }
.cc-window-styles-theme8 .cc-details-content th {  }
.cc-window-styles-theme8 .cc-details-content td {  }
.cc-window-styles-theme8 .cc-modal__text a,.cc-window-styles-theme8 .cc-modal__text .cc-btn{ color: rgb(255, 0, 0); }
.cc-window-styles-theme9 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(241, 214, 0); }
.cc-window-styles-theme9 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.35); }
.cc-window-styles-theme9 .cc-modal__checkbox-mark-bg{ background: rgb(241, 214, 0); }
.cc-window-styles-theme9 .cc-modal__checkbox-mark-tick{ border-color: #ffffff; }
.cc-window-styles-theme9 .summary-arrow{ border-color: rgb(241, 214, 0); }
.cc-window-styles-theme9 .cc-modal__hint{ background: rgb(241, 214, 0); color: #000; }
.cc-window-styles-theme9 .cc-details-content th { border-color: rgba(255,255,255,0.35); }
.cc-window-styles-theme9 .cc-details-content td { border-color: rgba(255,255,255,0.35); }
.cc-window-styles-theme9 .cc-modal__text a,.cc-window-styles-theme9 .cc-modal__text .cc-btn{ color: rgb(241, 214, 0); }
.cc-window-styles-theme10 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(98, 255, 170); }
.cc-window-styles-theme10 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.35); }
.cc-window-styles-theme10 .cc-modal__checkbox-mark-bg{ background: rgb(98, 255, 170); }
.cc-window-styles-theme10 .cc-modal__checkbox-mark-tick{ border-color: #ffffff; }
.cc-window-styles-theme10 .summary-arrow{ border-color: rgb(98, 255, 170); }
.cc-window-styles-theme10 .cc-modal__hint{ background: rgb(98, 255, 170); color: #000; }
.cc-window-styles-theme10 .cc-details-content th {  }
.cc-window-styles-theme10 .cc-details-content td {  }
.cc-window-styles-theme10 .cc-modal__text a,.cc-window-styles-theme10 .cc-modal__text .cc-btn{ color: rgb(98, 255, 170); }
.cc-window-styles-theme11 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(75, 129, 232); }
.cc-window-styles-theme11 .cc-modal__checkbox-mark{ }
.cc-window-styles-theme11 .cc-modal__checkbox-mark-bg{ background: rgb(75, 129, 232); }
.cc-window-styles-theme11 .cc-modal__checkbox-mark-tick{ border-color: rgb(255, 255, 255); }
.cc-window-styles-theme11 .summary-arrow{ border-color: rgb(75, 129, 232); }
.cc-window-styles-theme11 .cc-modal__hint{ background: rgb(75, 129, 232); color: rgb(255, 255, 255); }
.cc-window-styles-theme11 .cc-details-content th { }
.cc-window-styles-theme11 .cc-details-content td { }
.cc-window-styles-theme11 .cc-modal__text a,.cc-window-styles-theme11 .cc-modal__text .cc-btn{ color: rgb(75, 129, 232); }
.cc-window-styles-theme12 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(247, 21, 89); }
.cc-window-styles-theme12 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.3); }
.cc-window-styles-theme12 .cc-modal__checkbox-mark-bg{ background: rgb(247, 21, 89); }
.cc-window-styles-theme12 .cc-modal__checkbox-mark-tick{ border-color: rgb(255, 255, 255); }
.cc-window-styles-theme12 .summary-arrow{ border-color: rgb(247, 21, 89); }
.cc-window-styles-theme12 .cc-modal__hint{ background: rgb(247, 21, 89); color: rgb(255, 255, 255); }
.cc-window-styles-theme12 .cc-details-content th { border-color: rgba(255,255,255,0.3); }
.cc-window-styles-theme12 .cc-details-content td { border-color: rgba(255,255,255,0.3); }
.cc-window-styles-theme12 .cc-modal__text a,.cc-window-styles-theme12 .cc-modal__text .cc-btn{ color: rgb(247, 21, 89); }
.cc-window-styles-theme13 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(175, 237, 113); }
.cc-window-styles-theme13 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.3); }
.cc-window-styles-theme13 .cc-modal__checkbox-mark-bg{ background: rgb(175, 237, 113); }
.cc-window-styles-theme13 .cc-modal__checkbox-mark-tick{ border-color: rgb(0, 0, 0); }
.cc-window-styles-theme13 .summary-arrow{ border-color: rgb(175, 237, 113); }
.cc-window-styles-theme13 .cc-modal__hint{ background: rgb(175, 237, 113); color: rgb(0, 0, 0); }
.cc-window-styles-theme13 .cc-details-content th {  }
.cc-window-styles-theme13 .cc-details-content td {  }
.cc-window-styles-theme13 .cc-modal__text a,.cc-window-styles-theme13 .cc-modal__text .cc-btn{ color: rgb(175, 237, 113); }
.cc-window-styles-theme14 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(139, 237, 79); }
.cc-window-styles-theme14 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.3); }
.cc-window-styles-theme14 .cc-modal__checkbox-mark-bg{ background: rgb(139, 237, 79); }
.cc-window-styles-theme14 .cc-modal__checkbox-mark-tick{ border-color: rgb(0, 0, 0); }
.cc-window-styles-theme14 .summary-arrow{ border-color: rgb(139, 237, 79); }
.cc-window-styles-theme14 .cc-modal__hint{ background: rgb(139, 237, 79); color: rgb(0, 0, 0); }
.cc-window-styles-theme14 .cc-details-content th { border-color: rgba(255,255,255,0.3); }
.cc-window-styles-theme14 .cc-details-content td { border-color: rgba(255,255,255,0.3); }
.cc-window-styles-theme14 .cc-modal__text a,.cc-window-styles-theme14 .cc-modal__text .cc-btn{ color: rgb(139, 237, 79); }
.cc-window-styles-theme15 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(245, 217, 72); }
.cc-window-styles-theme15 .cc-modal__checkbox-mark{ background: rgba(0,0,0,0.2); }
.cc-window-styles-theme15 .cc-modal__checkbox-mark-bg{ background: rgb(245, 217, 72); }
.cc-window-styles-theme15 .cc-modal__checkbox-mark-tick{ border-color: rgb(0, 0, 0); }
.cc-window-styles-theme15 .summary-arrow{ border-color: rgb(245, 217, 72); }
.cc-window-styles-theme15 .cc-modal__hint{ background: rgb(245, 217, 72); color: rgb(0, 0, 0); }
.cc-window-styles-theme15 .cc-details-content th {  }
.cc-window-styles-theme15 .cc-details-content td {  }
.cc-window-styles-theme15 .cc-modal__text a,.cc-window-styles-theme15 .cc-modal__text .cc-btn{ color: rgb(245, 217, 72); }
.cc-window-styles-theme16 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(142, 199, 96); }
.cc-window-styles-theme16 .cc-modal__checkbox-mark{  }
.cc-window-styles-theme16 .cc-modal__checkbox-mark-bg{ background: rgb(142, 199, 96); }
.cc-window-styles-theme16 .cc-modal__checkbox-mark-tick{ border-color: rgb(255, 255, 255); }
.cc-window-styles-theme16 .summary-arrow{ border-color: rgb(142, 199, 96); }
.cc-window-styles-theme16 .cc-modal__hint{ background: rgb(142, 199, 96); color: rgb(255, 255, 255); }
.cc-window-styles-theme16 .cc-details-content th {  }
.cc-window-styles-theme16 .cc-details-content td {  }
.cc-window-styles-theme16 .cc-modal__text a,.cc-window-styles-theme16 .cc-modal__text .cc-btn{ color: rgb(142, 199, 96); } .cc-left {
left: 1em;
}
.cc-right {
right: 1em;
}
.cc-floating.cc-left {
left: 1em!important;
}
.cc-floating.cc-right {
right: 1em!important;
}
.cc-revoke.cc-bottom {
top: auto;
}
.cc-banner.cc-top {
margin-top: 0;
margin-bottom: auto;
position: relative;
}
.cc-top .cc-modal-close,.cc-bottom:not(.cc-left):not(.cc-right) .cc-modal-close {
top: 26px;
right: 25px;
}
.cc-top .cc-footer__description,.cc-bottom:not(.cc-left):not(.cc-right) .cc-footer__description {
margin-top: 0;
padding-left: 25px;
}
.cc-top .cc-compliance,.cc-bottom:not(.cc-left):not(.cc-right) .cc-compliance {
margin-top: -10px;
order: 1;
}
.cc-message {
order: 0;
}
.cc-top .cc-details,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details {
order: 2;
width: 50%;
min-width: 50%;
margin: -16px -25px -15px 0;
}
.cc-top .cc-details[style*="block"] + .cc-compliance,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance {
position: absolute;
bottom: 33px;
left : 25px;
}
@media screen and (max-width:1024px) {
.cc-top .cc-compliance__footer,.cc-bottom:not(.cc-left):not(.cc-right) .cc-compliance__footer {
flex-direction: column;
}
.cc-top .cc-footer__links,.cc-bottom:not(.cc-left):not(.cc-right) .cc-footer__links {
padding-top: 7px;
margin-bottom: 3px;
}
.cc-top .cc-footer__description,.cc-bottom:not(.cc-left):not(.cc-right) .cc-footer__description {
width: 100%;
padding: 0;
}
.cc-top .cc-btn,.cc-bottom:not(.cc-left):not(.cc-right) .cc-btn {
white-space: nowrap;
}
.cc-top .cc-details[style*="block"] + .cc-compliance,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance {
width: 340px;
}
.cc-top .cc-details[style*="block"] + .cc-compliance .cc-compliance__footer,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance .cc-compliance__footer {
flex-direction: row;
}
.cc-top .cc-details[style*="block"] + .cc-compliance .cc-footer__description,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance .cc-footer__description {
width: auto;
padding-top: 10px;
}
.cc-top .cc-details[style*="block"] + .cc-compliance .cc-footer__links,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance .cc-footer__links {
padding-top: 10px;
}
}
@media screen and (max-width:768px) {
.cc-banner .cc-button_wrapper {
flex-wrap: wrap;
}
.cc-top,.cc-bottom:not(.cc-left):not(.cc-right) {
flex-wrap: wrap;
justify-content: flex-start;
}
.cc-top .cc-message,.cc-bottom:not(.cc-left):not(.cc-right) .cc-message {
max-width: 100%;
width: 100%;
margin: 0;
}
.cc-top .cc-compliance,.cc-bottom:not(.cc-left):not(.cc-right) .cc-compliance {
margin-top: 10px;
width: 100%;
}
.cc-top .cc-compliance__footer,.cc-bottom:not(.cc-left):not(.cc-right) .cc-compliance__footer {
flex-direction: row;
}
.cc-top .cc-footer__links,.cc-bottom:not(.cc-left):not(.cc-right) .cc-footer__links {
padding-top: 7px;
margin-bottom: 3px;
}
.cc-top .cc-footer__description,.cc-bottom:not(.cc-left):not(.cc-right) .cc-footer__description {
width: auto;
padding-top: 7px;
margin-bottom: 3px;
}
.cc-top .cc-details,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details {
order: 1;
width: calc(100% + 70px);
min-width: 100%;
margin: 0 -40px;
}
.cc-top .cc-compliance,.cc-bottom:not(.cc-left):not(.cc-right) .cc-compliance {
order: 2;
}
.cc-top .cc-details[style*="block"] + .cc-compliance,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance {
position: relative;
bottom: auto;
left : auto;
}
}
@media screen and (max-width:530px) {
.cc-left,
.cc-right {
left: 0;
right: 0;
bottom: 0;
}
}
@media screen and (max-width:500px) {
.cc-top .cc-footer__description,
.cc-bottom:not(.cc-left):not(.cc-right) .cc-footer__description {
width: 100%;
padding-top: 5px;
}
.cc-modal__heading {
font-size: 22px;
margin-bottom: 15px;
}
.cc-top .cc-compliance,
.cc-bottom:not(.cc-left):not(.cc-right) .cc-compliance {
margin-top: 15px;
width: 100%;
min-width: 100%;
max-width: none;
}
.cc-top .cc-details[style*="block"] + .cc-compliance,
.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance {
width: 100%;
min-width: 100%;
}
.cc-top .cc-details[style*="block"] + .cc-compliance .cc-footer__description,
.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance .cc-footer__description {
width: 100%;
padding-top: 5px;
}
.cc-compliance__footer.cc-footer__links-empty .cc-footer__description{
padding-top: 0px;
}
}
.cc-col-in-table {
word-break: break-all;
line-height: 1.5;
}
.cc-col-in-table--description {
min-width: 70px;
}
.cc-col-in-table--type {
word-break: normal;
}
.cc-col-in-table--time {
word-break: break-word;
}
@media (max-width: 719px) {
.cc-col-in-table {
word-break: normal;
}
}
@media screen and (max-width:500px) {
.cc-modal {
position: relative !important;
}
.cc-window__modal {
justify-content: flex-end;
}
.cc-window.cc-floating {
padding: 0 25px !important; }
.cc-window.cc-floating:before, .cc-window.cc-floating:after {
height: 32px;
min-height: 32px !important;
}
.cc-compliance.cc-highlight {
margin-top: 0px;
}
.cc-window.cc-floating:after {
height: 0px !important;
}
.cc-compliance__footer {
}
}
.cc-revoke-text {
padding: .5em;
display: none;
border-top-left-radius: .5em;
border-top-right-radius: .5em;
}
.cc-revoke-text:hover {
text-decoration: underline;
}
.cc-revoke-icon {
margin-left: .25em;
margin-bottom: .5em;
width: 50px;
height: 50px;
cursor: pointer;
border-radius: 50%;
position: relative;
}
.cc-revoke-icon svg {
display: block;
width: 50px;
height: 50px;
margin: 0;
padding: 0;
}
@media screen and (min-width: 900px) {
.cc-revoke-icon {
display: none;
}
.cc-revoke-text {
display: inline-block;
}
}
.cc-revoke.cc-icon .cc-revoke-text {
display: none !important;
}
.cc-revoke.cc-icon .cc-revoke-icon {
display: inline-block !important;
}
.cc-revoke-icon:before, .cc-revoke-icon:after {
left: 50%;
opacity: 0;
position: absolute;
top: calc(100% + 10px);
transition: opacity 0.15s ease-in-out, visibility 0s 0.15s ease-in-out;
visibility: hidden;
}
.cc-revoke-icon:before, .cc-revoke-icon:after {
left: auto;
right: 0;
top: 50%;
}
.cc-revoke-icon:before {
border-bottom: 8px solid #000;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
content: "";
height: 0;
transform: translateX(calc(100%)) translateY(-50%) rotateZ(270deg);
width: 0;
z-index: 1;
}
.cc-revoke-icon:after {
background-color: #000;
border-radius: 5px;
color: #fff;
content: attr(data-tooltip);
font-size: 12px;
padding: 5px 10px;
transform: translateX(100%) translateX(10px) translateY(-50%);
white-space: nowrap;
z-index: 1;
right: -2px;
}
.cc-revoke-icon:hover:before, .cc-revoke-icon:focus:before, .cc-revoke-icon:hover:after, .cc-revoke-icon:focus:after {
opacity: 1;
transition: opacity 0.15s ease-in-out;
visibility: visible;
} .cc-tcf-vendor-header, .cc-tcf-section-header {
display: flex;
justify-content: space-between;
align-self: baseline;
align-items: center;
position: relative;
}
.cc-tcf-toggle {
cursor: pointer;
margin-left: 10px;
}
.cc-tcf-section {
margin: 10px 0 0;
}
.cc-tcf-list {
margin-left: 10px;
}
.cc-tcf-item {
margin: 5px 0;
padding: 5px 0;
}
.cc-tcf-item.cc-tcf-item-sm {
margin: 0;
padding: 2px 0;
}
.cc-tcf-item:last-child {
margin-bottom: 0;
}
.cc-tcf-item-content {
display: none;
padding: 0 17px;
}
.cc-tcf-item-content hr {
border: 0;
height: 1px;
border-top: 1px solid #7589a233;
}
.cc-tcf-vendor-name {
float: none;
margin-top: unset;	
color: inherit;
display: block;
font-size: 14px;
font-weight: 700;
line-height: 1.2;
}
#tcf .cc-details-menu-item {
padding-left: 0;
}
#tcf .cc-details-content {
padding-right: 0;
padding-left: 18px;
}
.cc-tcf-header-title {
align-self: center;
cursor: pointer;
font-size: 14px;
font-weight: 700;
line-height: 1.2;
padding-left: 17px;
position: relative;
padding-right: 10px;
}
.cc-selected .summary-arrow-nested {
transform: none;
}
.summary-arrow-nested.summary-arrow--open {
transform: rotate(90deg);
}
.cc-tcf-item-header {
cursor: pointer;
display: flex;
justify-content: space-between;
}
.cc-tcf-choices {
display: flex;
gap: 1rem;
z-index: 2;
align-self: baseline;
}
.cc-tcf-radio-label {
display: inline-block;
padding: 6px 8px;
border-radius: 2px;
cursor: pointer;
transition: all 0.2s ease;
border: 1px solid rgba(0, 0, 0, 0.15);
font-weight: 600;
font-size: 12px;
text-align: center;
line-height: 1.2;
}
.cc-tcf-radio-label input[type="radio"] {
display: none;
}
.cc-tcf-radio-label.cc-tcf-accept {
color: #57ca85;
border-color: #57ca85;
}
.cc-tcf-radio-label.cc-tcf-accept:hover {
background-color: rgba(87, 202, 133, 0.1);
}
.cc-tcf-radio-label.cc-tcf-accept input[type="radio"]:checked + span {
color: #fff;
}
.cc-tcf-radio-label.cc-tcf-accept:has(input[type="radio"]:checked) {
background-color: #57ca85;
color: white;
border-color: #57ca85;
}
.cc-tcf-radio-label.cc-tcf-reject {
color: #f44336;
border-color: #f44336;
}
.cc-tcf-radio-label.cc-tcf-reject:hover {
background-color: rgba(244, 67, 54, 0.1);
}
.cc-tcf-radio-label.cc-tcf-reject input[type="radio"]:checked + span {
color: #fff;
}
.cc-tcf-radio-label.cc-tcf-reject:has(input[type="radio"]:checked) {
background-color: #f44336;
color: white;
border-color: #f44336;
}
.cc-tcf-global-controls {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
margin-bottom: 10px;
}
.cc-tcf-global-controls-title {
font-size: 16px;
font-weight: 700;
line-height: 1.5;
}
.cc-tcf-retention-text {
color: #7589a2;
font-weight: 400;
}
.cc-tcf-retention-text.cc-tcf-purpose-retention-text {
font-size: 11px;
display: inline-block;
}
.cc-modal__tab-panel {
display: none;
}
.cc-modal__tab-panel.active {
display: block;
}
.cc-modal__text .cc-modal__tabs {
margin: 0 0 15px;
}
.cc-modal__text .cc-modal__tabs-heading_item {
margin: 0;
padding: 10px;
}
.cc-tcf-vendor-count {
color: #555555;
font-weight: normal;
font-size: 11px;
padding-left: 5px;
}
.cc-tcf-global-controls-title .cc-tcf-vendor-count {
font-size: 12px;
display: inline-block;
}
.cc-tcf-privacy-link, .cc-tcf-legint-link {
display: inline-flex;
align-items: center;
color: #7589a2;
line-height: 2.2;
margin-right: 10px;
}
.cc-tcf-privacy-link:hover, .cc-tcf-legint-link:hover {
color: #7589a2;
}
.cc-tcf-privacy-link svg, .cc-tcf-legint-link svg {
width: 14px;
height: 14px;
margin-right: 4px;
}
.cc-modal__tabs-heading_item .cc-tcf-vendor-count {
font-size: inherit;
}
.cc-tcf-vendor-usage-message {
display: none;
}
.cc-tcf-vendor-usage ul {
list-style: none;
padding: 0;
margin: 0 0 10px;
display: grid;
grid-template-columns: 1fr 1fr;
width: 100%;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
font-size: 12px;
line-height: 1.4;
}
.cc-tcf-vendor-usage ul li {
padding: 0 5px 4px 0;
margin: 4px 0 0;
border-bottom: 1px solid #eee;
}
.cc-tcf-vendor-usage ul li:last-child {
border-bottom: none;
}
.cc-tcf-vendor-usage ul li:nth-last-child(2) {
border-bottom: none;
}
.cc-tcf-disclosures {
display: none;
margin: 0;
}
.cc-tcf-disclosure-list > div {
margin: 10px 0;
}
.cc-tcf-disclosure-list ul {
margin: 0 0 0 15px;
padding: 0;
}
.cc-tcf-disclosure-list .cc-tcf-header-title::first-letter {
text-transform: uppercase;
}
.cc-tcf-disclosure-list .cc-tcf-disclosure-item {
padding: 0;
}
.cc-tcf-categories {
margin: 0;
padding: 0;
}
.cc-revoke:focus,
a[role="button"]:focus {
outline: revert;
}
.cc-footer__links a:focus,
.cc-tcf-privacy-link:focus, .cc-tcf-legint-link:focus {
outline: revert;
}.cc-overlay {
position: fixed;
inset: 0;
background: rgba(15, 23, 42, 0.55);
display: none;
z-index: 9998;
}
.cc-window__modal {
background-color: transparent;
}
.cc-settings-modal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: min(680px, calc(100% - 48px));
max-height: calc(100vh - 96px);
display: none;
flex-direction: column;
overflow: hidden;
box-shadow: 0 24px 60px rgba(15, 47, 72, 0.18);
border-radius: 12px;
z-index: 9999;
}
.cc-settings-panel {
display: flex;
flex-direction: column;
height: 100%;
background-color: inherit;
}
.cc-settings-header {
padding: 28px 32px 0;
}
.cc-settings-title {
margin: 0 0 12px;
font-size: 1.65em;
font-weight: 600;
}
.cc-settings-description {
margin: 0 0 20px;
line-height: 1.6;
opacity: 0.85;
}
.cc-settings-body {
padding: 0 32px;
overflow-y: auto;
flex: 1 1 auto;
}
.cc-settings-group {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
padding: 18px 0;
border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}
.cc-settings-group:last-child {
border-bottom: none;
}
.cc-settings-group--locked .cc-settings-label {
opacity: 0.75;
}
.cc-settings-label {
font-weight: 500;
flex: 1 1 auto;
}
.cc-switch {
position: relative;
display: inline-block;
width: 52px;
height: 28px;
flex: 0 0 auto;
}
.cc-switch input {
opacity: 0;
width: 0;
height: 0;
}
.cc-switch__slider {
position: absolute;
cursor: pointer;
inset: 0;
background-color: rgba(148, 163, 184, 0.5);
transition: 0.25s ease;
border-radius: 999px;
border: 2px solid transparent;
}
.cc-switch__slider::before {
content: '';
position: absolute;
height: 20px;
width: 20px;
left: 4px;
bottom: 3px;
border-radius: 50%;
background-color: #ffffff;
box-shadow: 0 8px 20px rgba(15, 47, 72, 0.18);
transition: 0.25s ease;
}
.cc-switch input:checked + .cc-switch__slider {
background-color: #2ec885;
}
.cc-switch input:checked + .cc-switch__slider::before {
transform: translateX(24px);
}
.cc-switch input:focus + .cc-switch__slider {
box-shadow: 0 0 0 3px rgba(16, 184, 202, 0.24);
}
.cc-switch input:disabled + .cc-switch__slider {
opacity: 0.5;
cursor: not-allowed;
}
.cc-settings-footer {
padding: 24px 32px 32px;
display: flex;
justify-content: flex-end;
gap: 12px;
flex-wrap: wrap;
}
.cc-settings-footer .cc-btn {
min-width: 140px;
}
.cc-settings-footer .cc-btn.cc-deny {
background-color: transparent;
border-color: transparent;
color: inherit;
}
.cc-settings-footer .cc-btn.cc-deny:hover,
.cc-settings-footer .cc-btn.cc-deny:focus {
text-decoration: underline;
}
.cc-settings-footer .cc-btn.cc-allow {
background-color: #2ec885;
border-color: #2ec885;
color: #ffffff;
}
.cc-settings-footer .cc-btn.cc-allow:hover,
.cc-settings-footer .cc-btn.cc-allow:focus {
background-color: #1faa70;
border-color: #1faa70;
}
.cc-settings-modal .cc-settings-body::-webkit-scrollbar {
width: 8px;
}
.cc-settings-modal .cc-settings-body::-webkit-scrollbar-thumb {
background-color: rgba(100, 116, 139, 0.4);
border-radius: 8px;
}
.cc-settings-modal .cc-settings-body::-webkit-scrollbar-track {
background: transparent;
}
.cc-settings-modal.cc-theme-edgeless {
border-radius: 0;
}
#ascm-banner-root .cc-window.cc-window-button-layout-classic .cc-btn {
border-radius: 5px;
}
#ascm-banner-root .cc-window .cc-button_wrapper .cc-btn:nth-child(3) {
min-width: 100%;
flex-basis: 100%;
margin-top: 15px;
}
#ascm-banner-root .cc-window.cc-window-button-layout-block .cc-btn {
border-radius: 0;
}
#ascm-banner-root .cc-window.cc-window-button-layout-wire .cc-btn {
border-radius: 0;
background-color: transparent !important;
border-color: currentColor;
color: inherit;
}
#ascm-banner-root .cc-window.cc-window-button-layout-wire .cc-btn.cc-allow {
color: inherit;
}
.cc-body {
display: block;
}
.cc-body.cc-body-left,
.cc-body.cc-body-right,
.cc-body.cc-body-center {
display: block;
text-align: right;
}
.cc-body.cc-body-left {
text-align: left;
}
.cc-body.cc-body-center {
text-align: center;
}
.cc-revoke {
padding: 0;
}
.cc-revoke-text {
padding: 0.5em;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
display: inline-block;
}
#ascm-banner-root .cc-window.cc-banner.cc-top.cc-top-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
margin-top: 0;
z-index: 999998;
}
@media screen and (max-width: 768px) {
.cc-settings-modal {
width: calc(100% - 24px);
max-height: calc(100vh - 64px);
border-radius: 12px;
}
.cc-settings-header {
padding: 24px 24px 0;
}
.cc-settings-body {
padding: 0 24px;
}
.cc-settings-footer {
padding: 20px 24px 24px;
}
.cc-settings-group {
flex-direction: column;
align-items: flex-start;
}
.cc-switch {
align-self: flex-end;
}
}
@media screen and (max-width: 480px) {
.cc-settings-title {
font-size: 1.35em;
}
.cc-settings-footer .cc-btn {
flex: 1 1 auto;
max-width: 100%;
}
}/* 
 Theme Name:     Tomasons Divi
 Author:         Divi theme examples
 Author URI:     https://www.tomasons.fi 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url,body .et_pb_bg_layout_light .et_pb_post .post-content,body .et_pb_bg_layout_dark .et_pb_post .post-content{font-size:17px}.et_pb_slide_content,.et_pb_best_value{font-size:19px}body{color:var(--gcid-body-color,#0a0a0a)}h1,h2,h3,h4,h5,h6{color:var(--gcid-heading-color,#0a0a0a)}#et_search_icon:hover,.mobile_menu_bar:before,.mobile_menu_bar:after,.et_toggle_slide_menu:after,.et-social-icon a:hover,.et_pb_sum,.et_pb_pricing li a,.et_pb_pricing_table_button,.et_overlay:before,.entry-summary p.price ins,.et_pb_member_social_links a:hover,.et_pb_widget li a:hover,.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,.et_pb_gallery .et_pb_gallery_pagination ul li a.active,.wp-pagenavi span.current,.wp-pagenavi a:hover,.nav-single a,.tagged_as a,.posted_in a{color:#c49a6c}.et_pb_contact_submit,.et_password_protected_form .et_submit_button,.et_pb_bg_layout_light .et_pb_newsletter_button,.comment-reply-link,.form-submit .et_pb_button,.et_pb_bg_layout_light .et_pb_promo_button,.et_pb_bg_layout_light .et_pb_more_button,.et_pb_contact p input[type="checkbox"]:checked+label i:before,.et_pb_bg_layout_light.et_pb_module.et_pb_button{color:#c49a6c}.footer-widget h4{color:#c49a6c}.et-search-form,.nav li ul,.et_mobile_menu,.footer-widget li:before,.et_pb_pricing li:before,blockquote{border-color:#c49a6c}.et_pb_counter_amount,.et_pb_featured_table .et_pb_pricing_heading,.et_quote_content,.et_link_content,.et_audio_content,.et_pb_post_slider.et_pb_bg_layout_dark,.et_slide_in_menu_container,.et_pb_contact p input[type="radio"]:checked+label i:before{background-color:#c49a6c}a{color:var(--gcid-link-color,#c49a6c)}#main-header,#main-header .nav li ul,.et-search-form,#main-header .et_mobile_menu{background-color:rgba(255,255,255,0.89)}.et_secondary_nav_enabled #page-container #top-header{background-color:#c49a6c!important}#et-secondary-nav li ul{background-color:#c49a6c}.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,.et_nav_text_color_light .et_mobile_menu li a,.et_nav_text_color_dark .et_mobile_menu li a,#et_search_icon:before,.et_search_form_container input,span.et_close_search_field:after,#et-top-navigation .et-cart-info{color:#000000}.et_search_form_container input::-moz-placeholder{color:#000000}.et_search_form_container input::-webkit-input-placeholder{color:#000000}.et_search_form_container input:-ms-input-placeholder{color:#000000}#top-header,#top-header a,#et-secondary-nav li li a,#top-header .et-social-icon a:before{font-size:14px;letter-spacing:1px}#top-menu li a{font-size:18px}body.et_vertical_nav .container.et_search_form_container .et-search-form input{font-size:18px!important}#top-menu li a,.et_search_form_container input{font-weight:bold;font-style:normal;text-transform:uppercase;text-decoration:none;letter-spacing:1px}.et_search_form_container input::-moz-placeholder{font-weight:bold;font-style:normal;text-transform:uppercase;text-decoration:none;letter-spacing:1px}.et_search_form_container input::-webkit-input-placeholder{font-weight:bold;font-style:normal;text-transform:uppercase;text-decoration:none;letter-spacing:1px}.et_search_form_container input:-ms-input-placeholder{font-weight:bold;font-style:normal;text-transform:uppercase;text-decoration:none;letter-spacing:1px}#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,#top-menu li.current_page_item>a{color:#c49a6c}#main-footer .footer-widget h4,#main-footer .widget_block h1,#main-footer .widget_block h2,#main-footer .widget_block h3,#main-footer .widget_block h4,#main-footer .widget_block h5,#main-footer .widget_block h6{color:#c49a6c}.footer-widget li:before{border-color:#c49a6c}#footer-widgets .footer-widget li:before{top:11.45px}#footer-bottom{background-color:rgba(224,153,0,0.32)}#footer-info,#footer-info a{color:#ffffff}#main-header{box-shadow:none}.et-fixed-header#main-header{box-shadow:none!important}body .et_pb_button{font-size:15px;border-radius:4px}body.et_pb_button_helper_class .et_pb_button,body.et_pb_button_helper_class .et_pb_module.et_pb_button{color:#000000}body .et_pb_button:after{font-size:24px}h1,h2,h3,h4,h5,h6,.et_quote_content blockquote p,.et_pb_slide_description .et_pb_slide_title{letter-spacing:1px;line-height:1.2em}@media only screen and (min-width:981px){.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:11.88px}.et_fixed_nav #page-container .et-fixed-header#top-header{background-color:#c49a6c!important}.et_fixed_nav #page-container .et-fixed-header#top-header #et-secondary-nav li ul{background-color:#c49a6c}.et-fixed-header#main-header,.et-fixed-header#main-header .nav li ul,.et-fixed-header .et-search-form{background-color:rgba(255,255,255,0)}.et-fixed-header #top-menu a,.et-fixed-header #et_search_icon:before,.et-fixed-header #et_top_search .et-search-form input,.et-fixed-header .et_search_form_container input,.et-fixed-header .et_close_search_field:after,.et-fixed-header #et-top-navigation .et-cart-info{color:#000000!important}.et-fixed-header .et_search_form_container input::-moz-placeholder{color:#000000!important}.et-fixed-header .et_search_form_container input::-webkit-input-placeholder{color:#000000!important}.et-fixed-header .et_search_form_container input:-ms-input-placeholder{color:#000000!important}.et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a,.et-fixed-header #top-menu li.current_page_item>a{color:#c49a6c!important}}@media only screen and (min-width:1350px){.et_block_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_fullwidth_section{padding:0}}h1,h1.et_pb_contact_main_title,.et_pb_title_container h1{font-size:46px}h2,.product .related h2,.et_pb_column_1_2 .et_quote_content blockquote p{font-size:39px}h3{font-size:33px}h4,.et_pb_circle_counter h3,.et_pb_number_counter h3,.et_pb_column_1_3 .et_pb_post h2,.et_pb_column_1_4 .et_pb_post h2,.et_pb_blog_grid h2,.et_pb_column_1_3 .et_quote_content blockquote p,.et_pb_column_3_8 .et_quote_content blockquote p,.et_pb_column_1_4 .et_quote_content blockquote p,.et_pb_blog_grid .et_quote_content blockquote p,.et_pb_column_1_3 .et_link_content h2,.et_pb_column_3_8 .et_link_content h2,.et_pb_column_1_4 .et_link_content h2,.et_pb_blog_grid .et_link_content h2,.et_pb_column_1_3 .et_audio_content h2,.et_pb_column_3_8 .et_audio_content h2,.et_pb_column_1_4 .et_audio_content h2,.et_pb_blog_grid .et_audio_content h2,.et_pb_column_3_8 .et_pb_audio_module_content h2,.et_pb_column_1_3 .et_pb_audio_module_content h2,.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2{font-size:27px}h5{font-size:24px}h6{font-size:21px}.et_pb_slide_description .et_pb_slide_title{font-size:70px}.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,.et_pb_column_1_4 .et_pb_audio_module_content h2{font-size:24px}h1,h1.et_pb_contact_main_title,.et_pb_title_container h1{font-weight:400}h2,.product .related h2,.et_pb_column_1_2 .et_quote_content blockquote p{font-weight:400}h3{font-weight:400}h4,.et_pb_circle_counter h3,.et_pb_number_counter h3,.et_pb_column_1_3 .et_pb_post h2,.et_pb_column_1_4 .et_pb_post h2,.et_pb_blog_grid h2,.et_pb_column_1_3 .et_quote_content blockquote p,.et_pb_column_3_8 .et_quote_content blockquote p,.et_pb_column_1_4 .et_quote_content blockquote p,.et_pb_blog_grid .et_quote_content blockquote p,.et_pb_column_1_3 .et_link_content h2,.et_pb_column_3_8 .et_link_content h2,.et_pb_column_1_4 .et_link_content h2,.et_pb_blog_grid .et_link_content h2,.et_pb_column_1_3 .et_audio_content h2,.et_pb_column_3_8 .et_audio_content h2,.et_pb_column_1_4 .et_audio_content h2,.et_pb_blog_grid .et_audio_content h2,.et_pb_column_3_8 .et_pb_audio_module_content h2,.et_pb_column_1_3 .et_pb_audio_module_content h2,.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2{font-weight:400}h5{font-weight:400}h6{font-weight:400}.et_pb_slide_description .et_pb_slide_title{font-weight:400}.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,.et_pb_column_1_4 .et_pb_audio_module_content h2{font-weight:400}@media only screen and (max-width:980px){.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_mobile_menu li a,.mobile_menu_bar:before,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,#et_search_icon:before,#et_top_search .et-search-form input,.et_search_form_container input,#et-top-navigation .et-cart-info{color:#000000}.et_close_search_field:after{color:#000000!important}.et_search_form_container input::-moz-placeholder{color:#000000}.et_search_form_container input::-webkit-input-placeholder{color:#000000}.et_search_form_container input:-ms-input-placeholder{color:#000000}}	h1,h2,h3,h4,h5,h6{font-family:var(--et_global_heading_font)}body,input,textarea,select{font-family:var(--et_global_body_font)}#main-header,#et-top-navigation{font-family:'Abel',Helvetica,Arial,Lucida,sans-serif}h1,h2,h3,h4,h5,h6{overflow-wrap:normal!important}@media (min-width:981px){.col-width .et_pb_gallery_item{width:16.66%!important;clear:none!important}}@media (max-width:980px){.col-width .et_pb_gallery_item{width:25%!important;clear:none!important}}@media (max-width:767px){.col-width .et_pb_gallery_item{width:33.33%!important;clear:none!important}}@media (max-width:479px){.col-width .et_pb_gallery_item{width:50%!important;clear:none!important}}