@charset "UTF-8";
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #000;
}

body {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-display: swap;
  color: #000;
  letter-spacing: 0.01em;
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 576px) {
  body {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 20px;
    line-height: 33px;
  }
}

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

.container {
  max-width: 1440px;
}

.popover {
  display: none !important;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
strong,
b {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #000;
  margin-bottom: 10px;
}
h1 {
  font-size: 56px;
  line-height: 1;
  margin: 40px 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 575px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 45px;
  }
}

h2 {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 25px;
  text-align: center;
  text-transform: uppercase;
}

h4 {
  font-size: 24px;
  line-height: 1.35;
}

h5 {
  font-size: 18px;
  line-height: 1.5;
}

h6 {
  font-size: 15px;
  line-height: 1.6;
}

h2 a {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #000;
  transition: all 0.5s ease;
}
a:hover {
  color: #000;
  text-decoration: none;
}

dd {
  display: block;
  margin: 0px;
}

legend,
.control-group.field-spacer,
label.asterix-ancor.visCSSlabel,
.tooltip,
.star {
  display: none !important;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
.btn,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  background: #F35017;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
  height: 51px;
  line-height: 47px;
  border: none;
  position: relative;
  text-align: center;
  font-weight: 700;
  border: 3px solid #F35017;
  padding: 0 20px;
  font-family: "baskerville-urw", serif;
  font-display: swap;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 352px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button:hover, .button:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus {
  color: #F35017 !important;
  background: #fff;
}

.button:hover a, .button:focus a {
  color: #fff !important;
}

.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button.button-primary:hover, .button.button-primary:focus,
button.button-primary:hover,
button.button-primary:focus,
input[type=submit].button-primary:hover,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:hover,
input[type=reset].button-primary:focus,
input[type=button].button-primary:hover,
input[type=button].button-primary:focus {
  color: #000;
  background-color: #fff;
  border-color: #F35017;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.visform textarea,
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 56px;
  padding: 6px 15px;
  background-color: #fff;
  border: 1px solid #C6C6C6 !important;
  width: 100%;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "baskerville-urw", serif;
  font-display: swap;
  letter-spacing: 0.03em;
  width: 100% !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.visform textarea:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #F35017;
  outline: 0;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

label,
legend {
  display: block;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.custom-radio,
.custom-checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #000;
  background: #fff;
  transition: 0.4s all;
  margin-right: 9px;
  margin-top: -3px;
}
.custom-radio span,
.custom-checkbox span {
  display: block;
  background-color: #000;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: 0.1s transform;
}
.custom-radio input[type=radio],
.custom-radio input[type=checkbox],
.custom-checkbox input[type=radio],
.custom-checkbox input[type=checkbox] {
  height: inherit;
  width: inherit;
  border-radius: inherit;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  display: block;
}
.custom-radio input[type=radio]:checked + span,
.custom-radio input[type=checkbox]:checked + span,
.custom-checkbox input[type=radio]:checked + span,
.custom-checkbox input[type=checkbox]:checked + span {
  transform: scale(0.65);
}

.custom-checkbox {
  border-radius: 5px;
}
.custom-checkbox span {
  border-radius: 5px;
}

.radio-inline,
.checkbox-inline {
  cursor: pointer;
}
.radio-inline:hover .custom-radio,
.radio-inline:hover .custom-checkbox,
.checkbox-inline:hover .custom-radio,
.checkbox-inline:hover .custom-checkbox {
  background: #2ad064;
}

label > .label-body {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}

.invalid {
  border-color: #c60e0e !important;
}

.required {
  position: relative;
}

.errorcontainer {
  position: absolute;
  right: 0;
  top: -71px;
  width: 250px;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0 0 15px 0;
}

li {
  margin-bottom: 10px;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 20px 5px;
  margin: 0 2px;
  font-size: 90%;
  white-space: nowrap;
  background: #f5f5f5;
  border: 1px solid #000;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 10px 15px;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  padding: 0;
  border-spacing: 4px 2px;
  border-collapse: separate;
  margin: auto;
  margin: 20px 0;
  overflow-x: scroll;
}

th,
td {
  border: 0;
  background: #fff;
  padding: 8px 16px 8px 16px;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #000;
}

td:first-child {
  text-align: left;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

tr:first-of-type td {
  font-weight: bold;
}

tr td {
  background: #fff;
  border: 1px solid #f5f5f5;
}

a.close {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 3px;
}

.alert {
  position: relative;
  padding: 30px 35px;
  background-color: #65CB0D;
  margin: 0 0 27px;
  color: white;
}
.alert a.close {
  top: 14px;
  font-size: 52px;
  right: 22px;
}
.alert h4 {
  color: white;
}
.alert.warning {
  background-color: #FFB300;
}
.alert.error {
  background-color: #FF1200;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 0;
}

ul {
  margin: 0 0 15px 0;
  padding: 0;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #F35017;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
  /* 
  &:after {
      content: '';
      background: $dark;
      height: 4px;
      width: calc(100% - 50px);
      display: inline-block;
      position: absolute;
      margin: auto;
      bottom: -4px;
      //      max-width: $mwnp;
      left: 0;
      right: 0;

      @media (min-width: 992px) {
          width: calc(100% - 50px);
      }

      @media (min-width: 1200px) {
          width: calc(100% - 120px);
      }

      @media (min-width: 1600px) {
          width: calc(100% - 320px);
      }
  } */
}
@media (max-width: 991px) {
  .header {
    height: 75px;
  }
}
.header .row {
  align-items: center;
  justify-content: space-between;
}
.header a {
  font-family: "baskerville-urw", serif;
  font-display: swap;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  display: block;
}
@media (min-width: 576px) {
  .header a {
    font-size: 15px;
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  .header a {
    font-size: 19px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .header a {
    font-size: 19px;
    line-height: 34px;
  }
}

.responsive {
  width: 100%;
}

.logo {
  text-align: left;
  color: red;
  display: block;
  font-size: 34px;
  margin: 0;
  font-weight: 400;
  max-width: 12rem;
}
@media (max-width: 991px) {
  .logo img {
    max-width: 9rem;
  }
}
.logo a,
.logo a:hover {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.logo a .icon-logo {
  font-size: 45px;
  color: black;
}
@media (min-width: 992px) {
  .logo a .icon-logo:before {
    top: -4px;
    position: relative;
  }
}
@media (min-width: 1600px) {
  .logo a .icon-logo {
    font-size: 90px;
  }
}

#menuIcon {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 11px 9px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  height: 41px;
}
#menuIcon > div {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
}
#menuIcon > div > span {
  top: 50%;
  display: block;
  margin-top: -4px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}
#menuIcon > div > span:after, #menuIcon > div > span:before, #menuIcon > div > span {
  background-color: #000;
  position: absolute;
  width: 21px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
}
#menuIcon > div > span:after, #menuIcon > div > span:before {
  display: block;
  content: "";
}
#menuIcon > div > span:before {
  top: -8px;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
#menuIcon > div > span:after {
  bottom: -8px;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#menuIcon.active span {
  left: -2px;
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
#menuIcon.active span:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
#menuIcon.active span:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

#_desktop_menu_items {
  text-align: right;
}

.moduletable._menu ul {
  margin: 0;
  display: inline-block;
  margin: 0 auto;
}
.moduletable._menu li {
  list-style: none;
  margin: 0 45px 0 0;
  display: inline-block;
}
.moduletable._menu li:last-of-type {
  margin-right: 0;
}
@media (min-width: 992px) {
  .moduletable._menu li {
    margin: 0 40px 0;
  }
}
.moduletable._menu li a {
  font-family: "baskerville-urw", serif;
  font-display: swap;
  display: block;
  padding: 30px 0;
  z-index: 999;
  transition: all 0.5s ease;
  text-align: center;
  text-indent: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
}
.moduletable._menu li:hover a {
  color: #F35017;
}
.moduletable._menu li.active a {
  color: #F35017;
}

#_mobile_menu {
  flex-wrap: wrap;
  display: flex;
  height: calc(100vh - 75px);
  font-size: 17px;
  text-align: left;
  position: fixed;
  width: 100%;
  z-index: 990;
  background: #fff;
  overflow: auto;
  top: 75px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}
#_mobile_menu a {
  text-decoration: none;
  color: #000;
  display: block;
}
#_mobile_menu #_mobile_menu_items {
  width: 100%;
  text-align: center;
}
#_mobile_menu.active {
  opacity: 1;
  visibility: visible;
}
#_mobile_menu .nav {
  list-style: none;
  margin: 30px 0 0;
}
#_mobile_menu .nav li a {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  background: #000 no-repeat center center;
  background-size: cover;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0;
    font-size: 14px;
  }
}
.footer p {
  letter-spacing: 0;
  margin-bottom: 0;
}
.footer span {
  letter-spacing: 0.03em;
}
.footer a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  letter-spacing: 0.03em;
}
.footer ul {
  margin: 0;
}
.footer ul li {
  display: block;
  margin: 0;
  text-align: center;
}
.footer ul a {
  display: inline-block;
}
.footer ul a:not(.facebook) {
  text-decoration: underline;
}
.footer ul a:not(.facebook):hover {
  text-decoration: underline;
}

/* Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.body {
  padding: 0;
}

.blog-featured .items-leading {
  margin-bottom: 40px;
}

.blog .items-leading {
  margin-bottom: 40px;
}

.item-page {
  margin: 0 auto;
}
.item-page .page-header {
  background: #F35017;
}
@media (max-width: 575px) {
  .item-page .page-header {
    margin-bottom: 0px;
  }
}

.item-image img,
.cat-children img {
  width: 100%;
}

.cat-children,
.cat-children h3,
.cat-children .category-desc {
  text-align: left;
}

.page-header h2 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 2px;
}

.view-article .category-desc {
  margin-bottom: 0;
}

.category-desc {
  text-align: center;
  margin-bottom: 50px;
  max-width: 620px;
  width: 100%;
  margin: -5px auto 115px;
}

main {
  width: 100%;
}

.qx-slider-pro-v2 .slider-pro-item {
  margin: 0;
}
.qx-slider-pro-v2 .slider-pro-item > img {
  will-change: top, transform;
  -o-object-fit: none !important;
  object-fit: none !important;
  position: relative;
}

.width-tiles-text,
.qx-element-text-v2 {
  max-width: 628px;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .width-tiles-text,
  .qx-element-text-v2 {
    padding-right: 26px;
    padding-left: 26px;
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
}

/* STRONA GŁÓWNA */
@media (max-width: 1200px) and (min-width: 768px) {
  .index #qx-image-97142 img {
    min-height: auto;
  }
  .index div#qx-text-92143 {
    right: 20px;
  }
  .index .qx-element-wrap img {
    min-height: 550px;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .index p {
    padding: 0 30px;
  }
}
.index #content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .index #content {
    margin-top: 0;
  }
}

/* STRONA OFERTY I LISTA PRODUKTÓW */
.blog .item-content-row > div .info,
.category-list .item-content-row > div .info {
  color: #F35017;
}
.blog .item-content-row > div .info > span,
.category-list .item-content-row > div .info > span {
  margin-right: 10px;
}
.blog #description,
.category-list #description {
  max-width: 620px;
  width: 100%;
  margin: -5px auto 65px;
}
@media (min-width: 768px) {
  .blog #description,
  .category-list #description {
    margin: -5px auto 115px;
  }
}
.blog h2,
.category-list h2 {
  display: inline-block;
}
.blog h2 a,
.category-list h2 a {
  display: block;
}
@media (min-width: 576px) {
  .blog h2 a,
  .category-list h2 a {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}

.simple-page .description-product {
  padding-top: 75px;
  padding-bottom: 75px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .simple-page .description-product {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .simple-page .description-product {
    width: 60%;
  }
}
.simple-page .description-product li {
  margin-bottom: 3px;
}
.simple-page .description-product p {
  margin-bottom: 10px;
}

.control-group {
  padding-bottom: 1rem;
}

.shortphone {
  margin-top: -7px;
}
.shortphone a {
  text-decoration: underline;
  margin-top: 0;
}
.shortphone address {
  display: flex;
}

.container-fluid {
  width: 100%;
  overflow-x: hidden;
}

.home .about-wrapper {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .home .about-wrapper {
    padding-bottom: 0;
    padding-top: 30px;
  }
}

.about-wrapper {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 4fr 6fr;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .about-wrapper {
    padding-bottom: 0;
    grid-template-columns: 1fr;
  }
}
.about-wrapper .about-content {
  max-width: 660px;
}
.about-wrapper .about-content p {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .about-wrapper .about-content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .home .services {
    padding-top: 20px;
  }
}

.services {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .services {
    padding-bottom: 0;
  }
}

.services-wrapper ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  list-style: none;
}
@media (max-width: 767px) {
  .services-wrapper ul {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}
.services-wrapper ul li {
  margin-bottom: 0;
}
.services-wrapper ul li a {
  background: #EFEFEF;
  border-radius: 4px;
  font-size: 40px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  text-decoration: none;
}
.services-wrapper ul li a:hover {
  background: #F35017;
  color: #fff;
}
@media (max-width: 1199px) {
  .services-wrapper ul li a {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .services-wrapper ul li a {
    font-size: 32px;
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .services-wrapper ul li a {
    font-size: 24px;
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .services-wrapper ul li a {
    font-size: 20px;
    padding: 20px;
  }
}

.index-contact {
  padding: 80px 0;
  background: #000;
  color: #fff;
  border-bottom: 1px solid #333;
}
@media (max-width: 575px) {
  .index-contact {
    padding: 40px 0;
  }
}
.index-contact .custom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "logo addresses links numbers";
}
@media (max-width: 991px) {
  .index-contact .custom {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo addresses" "links numbers";
  }
}
@media (max-width: 575px) {
  .index-contact .custom {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "addresses" "links" "numbers";
  }
}
.index-contact .custom .logo {
  background-image: url(../../images/bloomfinance_logo_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .index-contact .custom .logo {
    max-width: 9rem;
  }
}
@media (max-width: 575px) {
  .index-contact .custom .logo {
    height: 26px;
    margin-bottom: 2rem;
  }
}
.index-contact .custom .addresses {
  grid-area: addresses;
}
@media (max-width: 991px) {
  .index-contact .custom .addresses {
    margin-bottom: 2rem;
  }
}
.index-contact .custom .links {
  grid-area: links;
}
@media (max-width: 575px) {
  .index-contact .custom .links {
    margin-bottom: 2rem;
  }
}
.index-contact .custom .numbers {
  grid-area: numbers;
}
.index-contact a, .index-contact p {
  font-size: 20px;
  line-height: 1.5;
}
.index-contact a {
  color: #fff;
  text-decoration: none;
}
.index-contact a:hover {
  color: #F35017;
}

.content-column {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .content-column:nth-of-type(2) {
    order: 1;
  }
}
@media (max-width: 991px) {
  .content-column {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.content-column p {
  font-size: 1.125rem;
  line-height: 1.7;
}
.content-column h3 {
  padding-bottom: 0.5rem;
  font-family: "baskerville-urw", serif;
  font-display: swap;
  font-size: 1.75rem;
  text-align: left;
  text-transform: none;
  line-height: 1.5;
}

.block-img {
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .block-img {
    padding: 0;
  }
}
.block-img img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}

.more-btn {
  margin-top: 2rem;
  color: #fff;
}

.border-bot {
  border-bottom: 1px solid #ccc;
}

i {
  color: #F35017;
  font-size: 1.5rem;
  padding: 0.75rem 0.5rem;
  width: 40px;
}

.short-footer {
  color: #fff;
  background: #000;
}
.short-footer p {
  color: #C6C6C6;
}

.flex-full-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

table,
tr,
td {
  border-spacing: 0;
  border: none;
}

.blog-featured {
  display: none;
}

.nav-child {
  display: none !important;
  position: absolute;
  background: #F35017;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid #fff;
}
.nav-child a {
  color: #fff;
}
.nav-child a:hover {
  color: #000;
}

.menu .parent {
  position: relative;
}
.menu .parent:hover .nav-child {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.menu .parent:hover .nav-child li {
  margin: 0;
}
.menu .parent:hover .nav-child li:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.menu .parent:hover .nav-child li:hover {
  background: #fb6834;
}
.menu .parent:hover .nav-child li a {
  width: 260px;
  padding: 10px;
  color: #FFF;
  font-size: 1.4rem;
}

#_mobile_menu::after {
  position: absolute;
  display: block;
  content: " ";
  background-image: url(../../images/bloomfinance_decor.svg);
  right: 40px;
  background-size: 80px 80px;
  height: 80px;
  width: 80px;
  bottom: 60px;
}
#_mobile_menu .nav {
  text-align: left;
}
#_mobile_menu .nav li a {
  padding: 10px 0;
  padding-left: 2rem;
  font-weight: normal;
  display: inline-block;
}
@media (max-width: 359px) {
  #_mobile_menu .nav li a {
    padding: 6px 0 6px 2rem;
  }
}
#_mobile_menu .nav li a:hover {
  color: #F35017;
}
#_mobile_menu .nav-child {
  position: relative;
  display: block !important;
  list-style: none;
  background: none;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0;
}
#_mobile_menu .nav-child li {
  margin-bottom: 0;
}
#_mobile_menu .nav-child li:hover {
  background: none;
}
#_mobile_menu .nav-child li:hover a {
  color: #F35017;
}
#_mobile_menu .nav-child li a {
  text-transform: none;
  margin-left: 1rem;
}

.contact-page {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .contact-page {
    padding-top: 20px;
  }
}
.contact-page .contact-page__wrapper {
  display: grid;
  grid-template-columns: 4fr 6fr;
  grid-gap: 20px;
}
@media (max-width: 1199px) {
  .contact-page .contact-page__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-page__wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-page .contact-page__wrapper .about-heading h1 {
  margin: 0 0 20px 0;
}
.contact-page .contact-page__wrapper .contact-details p {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact-page .contact-page__wrapper .contact-details p {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .contact-page .contact-page__wrapper .contact-details p {
    font-size: 28px;
    line-height: 1.4;
  }
}
.contact-page .theme-heading::after {
  position: absolute;
  display: block;
  content: " ";
  background-image: url(../../images/bloomfinance_decor.svg);
  background-size: 36px 36px;
  height: 36px;
  width: 36px;
  top: 10px;
  right: -60px;
}
@media (max-width: 575px) {
  .contact-page .theme-heading::after {
    right: -30px;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
  }
}

.contact-page-team {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .contact-page-team {
    padding: 20px 0;
  }
}
.contact-page-team .contact-page-team__wrapper {
  display: grid;
  grid-template-columns: 4fr 6fr;
  grid-gap: 20px;
}
@media (max-width: 1199px) {
  .contact-page-team .contact-page-team__wrapper {
    grid-template-columns: 1fr;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .contact-page-team .contact-page-team__wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .contact-page-team .contact-page-team__wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-page-team .contact-page-team__wrapper .team-icon {
  height: 0;
}
.contact-page-team .contact-page-team__wrapper .team-member h3 {
  text-transform: none;
  font-size: 40px;
  line-height: 1.2;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .contact-page-team .contact-page-team__wrapper .team-member h3 {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .contact-page-team .contact-page-team__wrapper .team-member h3 {
    font-size: 28px;
    line-height: 1.4;
  }
}
.contact-page-team .contact-page-team__wrapper .team-member h3 em {
  font-style: italic;
  position: relative;
}
.contact-page-team .contact-page-team__wrapper .team-member h3 em::after {
  position: absolute;
  display: block;
  content: " ";
  background-image: url(../../images/bloomfinance_decor.svg);
  background-size: 36px 36px;
  height: 36px;
  width: 36px;
  top: 0;
  right: -47px;
}
@media (max-width: 575px) {
  .contact-page-team .contact-page-team__wrapper .team-member h3 em::after {
    right: -30px;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
  }
}
.contact-page-team .contact-page-team__wrapper .team-member p, .contact-page-team .contact-page-team__wrapper .team-member a {
  display: block;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact-page-team .contact-page-team__wrapper .team-member p, .contact-page-team .contact-page-team__wrapper .team-member a {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .contact-page-team .contact-page-team__wrapper .team-member p, .contact-page-team .contact-page-team__wrapper .team-member a {
    font-size: 28px;
    line-height: 1.4;
  }
}
.contact-page-team .contact-page-team__wrapper .team-member a {
  text-decoration: none;
}
.contact-page-team .contact-page-team__wrapper .team-member a:hover {
  color: #F35017;
}
.contact-page-team .contact-page-team__wrapper .team-member .job {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-page-team .contact-page-team__wrapper .team-member .job {
    padding-bottom: 40px;
  }
}

.theme-heading-wrapper {
  display: flex;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .theme-heading-wrapper {
    padding-left: 0;
  }
}

.theme-heading {
  font-size: 90px;
  text-transform: none;
  font-weight: normal;
  position: relative;
  text-align: left;
  line-height: 1.1;
  display: initial;
  margin-right: 60px;
}
@media (max-width: 991px) {
  .theme-heading {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .theme-heading {
    font-size: 55px;
    line-height: 1;
  }
}
.theme-heading em {
  font-style: italic;
  position: relative;
}
.theme-heading em::after {
  position: absolute;
  display: block;
  content: " ";
  background-image: url(../../images/bloomfinance_decor.svg);
  background-size: 36px 36px;
  height: 36px;
  width: 36px;
  top: 30px;
  right: -60px;
}
@media (max-width: 575px) {
  .theme-heading em::after {
    top: 20px;
    right: -40px;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
  }
}

.item-content-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .item-content-row {
    grid-template-columns: 1fr;
  }
}

.article-info {
  display: none;
}

.blog {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog {
    margin-bottom: 20px;
  }
}
.blog .page-header h1 {
  display: none;
}
.blog .item-image {
  height: 300px;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.blog .item-image img, .blog .cat-children img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: ease-in-out 0.3s;
}
.blog .blog-card {
  background: #efefef;
  border-radius: 5px;
}
.blog .blog-card:hover .item-image img {
  transform: scale(1.1);
}
.blog .blog-card:hover .item-title a {
  color: #F35017;
}
.blog .blog-card .blog-card__content {
  padding: 30px 30px 50px 30px;
}
@media (max-width: 575px) {
  .blog .blog-card .blog-card__content {
    padding: 20px 20px 40px 20px;
  }
}
.blog .blog-card .blog-card__content .date {
  color: #cecece;
  font-style: italic;
}
.blog .blog-card .blog-card__content .item-title {
  text-transform: none;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1.2;
}
.blog .blog-card .blog-card__content .item-title a:hover {
  color: #F35017;
}
.blog .blog-card .blog-card__content .more {
  font-size: 25px;
  font-style: italic;
  text-decoration: none;
}
.blog .blog-card .blog-card__content .more:hover {
  color: #F35017;
}
.blog .blog-card .blog-card__content .intro-text {
  color: #cecece;
  font-size: 40px;
  margin-bottom: 20px;
}
.blog .blog-card .blog-card__content .intro-text p {
  font-size: 20px;
  color: #000;
  line-height: 1.4;
}
.blog .blog-card h2 a, .blog .blog-card h2 a {
  padding-top: 10px;
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .blog .blog-card h2 a, .blog .blog-card h2 a {
    padding-bottom: 20px;
  }
}

.bloom-hero-section {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .bloom-hero-section {
    margin-bottom: 0;
  }
}
.bloom-hero-section__wrapper {
  display: grid;
  grid-template-columns: 4fr 6fr;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .bloom-hero-section__wrapper {
    grid-template-columns: 1fr;
  }
}
.bloom-hero-section__content {
  display: flex;
  padding-top: 60px;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .bloom-hero-section__content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .bloom-hero-section__content {
    padding-top: 0;
  }
}
.bloom-hero-section__content .hero-title {
  font-size: 90px;
  font-weight: normal;
  font-family: "baskerville-urw", serif;
  text-transform: none;
  text-align-last: left;
  line-height: 0.8;
}
@media (max-width: 991px) {
  .bloom-hero-section__content .hero-title {
    font-size: 72px;
  }
}
@media (max-width: 575px) {
  .bloom-hero-section__content .hero-title {
    font-size: 60px;
  }
}
.bloom-hero-section__content .hero-title em {
  font-style: italic;
}
.bloom-hero-section__image {
  position: relative;
}
.bloom-hero-section__image::before {
  position: absolute;
  display: block;
  content: " ";
  background-image: url(../../images/bloomfinance_decor.svg);
  background-size: 120px 120px;
  height: 120px;
  width: 120px;
  bottom: 20%;
  left: -90px;
}
@media only screen and (min-width: 768px) and (max-width: 849px) {
  .bloom-hero-section__image::before {
    bottom: 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1079px) {
  .bloom-hero-section__image::before {
    bottom: 5%;
  }
}
@media (max-width: 991px) {
  .bloom-hero-section__image::before {
    background-size: 80px 80px;
    height: 80px;
    width: 80px;
    left: -60px;
  }
}
@media (max-width: 767px) {
  .bloom-hero-section__image::before {
    left: auto;
    right: 10%;
    top: -40px;
  }
}

.article-wrapper h1, .article-wrapper h2, .article-wrapper h3, .article-wrapper h4, .article-wrapper h5, .article-wrapper h6 {
  text-transform: none;
  text-align: left;
  margin-top: 10px;
  font-weight: normal;
}
.article-wrapper h2 {
  font-size: 48px;
}
@media (max-width: 1199px) {
  .article-wrapper h2 {
    font-size: 32px;
  }
}
.article-wrapper h3 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .article-wrapper h3 {
    font-size: 28px;
  }
}
.article-wrapper h3 {
  font-size: 28px;
}
@media (max-width: 1199px) {
  .article-wrapper h3 {
    font-size: 24px;
  }
}
.article-wrapper blockquote {
  background: #f5f5f5;
  padding: 40px;
  font-size: 24px;
  text-align: center;
  border-radius: 5px;
  font-style: italic;
  margin-bottom: 10px;
}
.article-wrapper .item-page .page-header {
  background: none;
  display: flex;
  align-items: center;
}
.article-wrapper .item-page .page-header h1 {
  text-transform: none;
  font-weight: normal;
  text-align: left;
  padding-right: 3rem;
  font-size: 60px;
  position: relative;
  line-height: 1;
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .article-wrapper .item-page .page-header h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .article-wrapper .item-page .page-header h1 {
    padding-right: 0;
  }
}
.article-wrapper .item-page .page-header h1::before {
  position: absolute;
  display: block;
  content: " ";
  background-image: url(../../images/bloomfinance_decor.svg);
  background-size: 120px 120px;
  height: 120px;
  width: 120px;
  bottom: 160px;
  right: -80px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .article-wrapper .item-page .page-header h1::before {
    bottom: 60px;
  }
}
@media (max-width: 991px) {
  .article-wrapper .item-page .page-header h1::before {
    background-size: 80px 80px;
    height: 80px;
    width: 80px;
    right: 10px;
    bottom: -100px;
  }
}
.article-wrapper .description-product {
  max-width: 920px;
  margin: 0 auto;
  background: white;
  margin-top: -160px;
  z-index: 9;
  position: relative;
  padding: 70px 40px 40px 40px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .article-wrapper .description-product {
    padding: 0;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .article-wrapper .description-product {
    font-size: 18px;
  }
}
.article-wrapper .blog-top-wrapper {
  display: grid;
  grid-template-columns: 4fr 6fr;
  grid-gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .article-wrapper .blog-top-wrapper {
    grid-template-columns: 1fr;
  }
}

.servicespage-tabs .services-wrapper {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  list-style: none;
}
@media (max-width: 767px) {
  .servicespage-tabs .services-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    padding: 20px 0;
  }
}
.servicespage-tabs .services-wrapper div {
  margin-bottom: 0;
}
.servicespage-tabs .services-wrapper div a {
  background: #EFEFEF;
  border-radius: 4px;
  font-size: 40px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  text-decoration: none;
}
.servicespage-tabs .services-wrapper div a:hover {
  background: #F35017;
  color: #fff;
}
@media (max-width: 991px) {
  .servicespage-tabs .services-wrapper div a {
    font-size: 32px;
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .servicespage-tabs .services-wrapper div a {
    font-size: 24px;
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .servicespage-tabs .services-wrapper div a {
    font-size: 20px;
    padding: 20px;
  }
}

#system-message-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0;
}
#system-message-container .alert {
  margin: 0;
  color: #000;
}
#system-message-container .alert h4 {
  color: #000;
}
#system-message-container .alert a.close {
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.tags {
  display: none;
}

.blog-page .article-wrapper .item-page .page-header h1 {
  font-size: 55px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .blog-page .article-wrapper .item-page .page-header h1 {
    font-size: 40px;
  }
}

.cta-section {
  background-color: #F35017;
  color: white;
  padding: 25px 0;
}
.cta-section h3 {
  display: block;
  color: white;
  font-size: 89px;
  line-height: 0.8;
  margin-bottom: 24px;
}
.cta-section h3 em:after {
  display: none !important;
}
.cta-section .btn {
  height: auto;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 23px;
  margin-top: 8px;
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: normal;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-section .btn:hover {
  background: #f5f5f5 !important;
  color: #F35017 !important;
}
.cta-section .btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../images/right-arrow.svg") no-repeat;
  background-size: contain;
  margin-left: 20px;
  margin-right: -20px;
  margin-top: 3px;
}
.cta-section .custom.call-to-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cta-section .custom.call-to-action div {
  flex: 0 0 320px;
  padding: 10px 0;
  min-width: 320px;
}
@media (max-width: 992px) {
  .cta-section .custom.call-to-action p {
    font-size: 20px;
  }
  .cta-section .custom.call-to-action div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body div.cc-window.cc-floating, html div.cc-window.cc-floating {
  max-width: 35em;
  border: #000;
}
body div.cc-revoke::before, html div.cc-revoke::before {
  filter: brightness(0);
}
body .cc-header, html .cc-header {
  font-size: 16px;
  font-weight: normal;
  max-width: 420px;
  margin-top: 0;
  font-weight: 700;
  font-family: "baskerville-urw", sans-serif;
}
body .cc-header span, html .cc-header span {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  display: block;
}
body .cc-header span, body .cc-header p, html .cc-header span, html .cc-header p {
  letter-spacing: 0;
}
body .cc-cookie-settings-toggler, html .cc-cookie-settings-toggler {
  display: none !important;
}
body .cc-link.cc-cookie, body .cc-link.cc-privacy, html .cc-link.cc-cookie, html .cc-link.cc-privacy {
  display: block;
}
body .cc-close, html .cc-close {
  transform: scale(0.6);
  right: 7px;
  width: 24px;
  display: inline-block;
  top: 12px;
  text-shadow: #000 0px 0px 0px !important;
  transition: all 0.4s;
}
body .cc-close:hover, html .cc-close:hover {
  text-shadow: #000 0px 0px 0px !important;
  background: none !important;
}
body div.cc-compliance > a.cc-btn, body span.cc-message span.cc-cookie-settings-toggle, html div.cc-compliance > a.cc-btn, html span.cc-message span.cc-cookie-settings-toggle {
  height: 40px;
  line-height: 1.3;
  outline: 0;
  background: none !important;
  border-color: #000 !important;
  color: #000 !important;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0;
  font-family: "baskerville-urw", sans-serif;
  padding: 10px 18px 11px;
  transition: all 0.4s;
  margin: 0 9px 0 0;
}
body div.cc-compliance > a.cc-btn:hover, body span.cc-message span.cc-cookie-settings-toggle:hover, html div.cc-compliance > a.cc-btn:hover, html span.cc-message span.cc-cookie-settings-toggle:hover {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
}
body div.cc-compliance > a.cc-btn.cc-allowall, html div.cc-compliance > a.cc-btn.cc-allowall {
  background: #000 !important;
  color: white !important;
}
body div.cc-compliance > a.cc-btn.cc-allowall:hover, html div.cc-compliance > a.cc-btn.cc-allowall:hover {
  background: #000 !important;
  color: #fff !important;
}
body span.cc-message span.cc-cookie-settings-toggle, html span.cc-message span.cc-cookie-settings-toggle {
  left: 0;
  top: 132%;
  position: absolute;
  font-weight: 700;
  margin-top: 0;
}
body .cc-floating .cc-message, html .cc-floating .cc-message {
  position: relative;
}
body a.cc-link label, html a.cc-link label {
  font-size: 14px;
  transition: all 0.4s;
}
body a.cc-link label:hover, html a.cc-link label:hover {
  text-decoration: underline !important;
}
body div.cc-checkboxes-container input[type=checkbox], html div.cc-checkboxes-container input[type=checkbox] {
  position: absolute;
}
body div.cc-checkbox-container input + span, html div.cc-checkbox-container input + span {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
}
body div.cc-checkbox-container input:checked + span::before, html div.cc-checkbox-container input:checked + span::before {
  transform: translateX(18px);
}
body div.cc-checkbox-container > span::before, html div.cc-checkbox-container > span::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: #fff !important;
  transition: all 0.4s !important;
  border-color: #FFF !important;
  border: none;
  border-radius: 50%;
}
body a.cc-link label, html a.cc-link label {
  opacity: 1;
  top: -4px;
  position: relative;
  font-weight: 600;
  margin: 5px 0 0 5px;
  font-family: "baskerville-urw", sans-serif;
  font-size: 16px;
}
body div.cc-checkbox-container, html div.cc-checkbox-container {
  width: 100%;
}
body div.cc-settings-label, body span.cc-cookie-settings-toggle, html div.cc-settings-label, html span.cc-cookie-settings-toggle {
  font-size: 15px;
}
body div.cc-checkboxes-container a.cc-btn.cc-allow, html div.cc-checkboxes-container a.cc-btn.cc-allow {
  margin-top: 20px;
  height: auto;
  padding: 2px 15px;
  font-size: 13px;
  font-family: "baskerville-urw", sans-serif;
}
body div.cc-checkboxes-container a.cc-btn.cc-allow:hover, html div.cc-checkboxes-container a.cc-btn.cc-allow:hover {
  background: white !important;
  color: #000 !important;
  text-decoration: none;
}
body a.cc-btn, html a.cc-btn {
  background: #000 !important;
}
body div.cc-center-xtd span.cc-cookie-settings-toggle, html div.cc-center-xtd span.cc-cookie-settings-toggle {
  margin-top: 26px !important;
  font-size: 14px;
  text-decoration: underline;
  color: #000 !important;
  font-family: "baskerville-urw", sans-serif;
}
body a.cc-link.cc-privacy::before,
body div.cc-settings-label::before,
body span.cc-message-text::before, html a.cc-link.cc-privacy::before,
html div.cc-settings-label::before,
html span.cc-message-text::before {
  display: none !important;
}
body div.cc-center-xtd div.cc-checkbox-description, html div.cc-center-xtd div.cc-checkbox-description {
  margin: 10px 0 0 0;
}
body div.cc-checkboxes-container input.cc-cookie-checkbox + span::before, html div.cc-checkboxes-container input.cc-cookie-checkbox + span::before {
  bottom: 3px;
}
body div.cc-floating div.cc-checkboxes-container, html div.cc-floating div.cc-checkboxes-container {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid;
}
body div.cc-center-xtd div.cc-checkboxes-container a.cc-btn.cc-allow, body div.cc-center-xtd div.cc-checkboxes-container a.cc-btn.cc-deny, html div.cc-center-xtd div.cc-checkboxes-container a.cc-btn.cc-allow, html div.cc-center-xtd div.cc-checkboxes-container a.cc-btn.cc-deny {
  max-width: 140px;
  padding: 0.4em 0.6em;
  float: unset;
  margin: auto;
}
body div.cc-center a.cc-link, body div.cc-checkbox-category-readmore, html div.cc-center a.cc-link, html div.cc-checkbox-category-readmore {
  color: #000 !important;
  font-size: 14px !important;
}
body div.cc-checkbox-category-readmore, html div.cc-checkbox-category-readmore {
  display: none !important;
}
body div.cc-window.cc-center.cc-center-xtd.cc-window-settings-toggle-xtd, html div.cc-window.cc-center.cc-center-xtd.cc-window-settings-toggle-xtd {
  padding-bottom: 1.8em;
}
body .cc-settings-label, html .cc-settings-label {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px !important;
  font-family: "baskerville-urw", sans-serif;
  opacity: 1;
}
body span.cc-header + span.cc-message span.cc-message-text, html span.cc-header + span.cc-message span.cc-message-text {
  letter-spacing: 0;
  font-family: "baskerville-urw", sans-serif;
  margin-right: 5px;
  line-height: 1.4;
}
body div.cc-center-xtd div.cc-checkbox-description, html div.cc-center-xtd div.cc-checkbox-description {
  font-family: baskerville-urw, serif;
  font-size: 14px;
  line-height: 1.5;
}
body .div.cc-window, body span.cc-cookie-settings-toggler, html .div.cc-window, html span.cc-cookie-settings-toggler {
  font-size: 14px;
  line-height: 1.5;
}
body div.cc-cookie-category-description, html div.cc-cookie-category-description {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0;
}
body .cc-floating > .cc-link, html .cc-floating > .cc-link {
  margin-top: -16px;
  font-family: "baskerville-urw", sans-serif;
  font-size: 14px;
  color: #000 !important;
}
body .cc-floating > .cc-link:hover, html .cc-floating > .cc-link:hover {
  text-decoration: underline !important;
}
body .cc-revoke.cc-center.cc-revoke-bottom-left, html .cc-revoke.cc-center.cc-revoke-bottom-left {
  padding: 4px 10px 4px 6px;
  left: 6em;
  bottom: -15px;
}

body.gdpr-prevent-scrolling:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}/*# sourceMappingURL=template.css.map */