/*
================================================================================
CONTENT WIDTH
================================================================================
*/
:root {
  --cd-content-width: calc(100% - 48px);
}
@media (min-width: 768px) {
  :root {
    --cd-content-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --cd-content-width: 944px;
  }
}
@media (min-width: 1440px) {
  :root {
    --cd-content-width: 1320px;
  }
}
@media (min-width: 1680px) {
  :root {
    --cd-content-width: 1600px;
  }
}

/*
================================================================================
COLORS
================================================================================
*/
/*
================================================================================
LAYOUT
================================================================================
*/
/*
================================================================================
FONTFACE
================================================================================
*/
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), local("NotoSans"), url("/wp-content/themes/bb-theme-child/assets/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.woff2") format("woff2"), url("/wp-content/themes/bb-theme-child/assets/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
/*
================================================================================
FONT FAMILIES
================================================================================
*/
/*
================================================================================
MIXINS
================================================================================
*/
/*
================================================================================
FONTS
================================================================================
*/
h1,
.cd-h1 {
  font-size: 1.8125rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h1,
  .cd-h1 {
    font-size: 2.25rem;
  }
}

h2,
.cd-h2 {
  font-size: 1.5rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h2,
  .cd-h2 {
    font-size: 1.875rem;
  }
}

h3,
.cd-h3 {
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h3,
  .cd-h3 {
    font-size: 1.5rem;
  }
}

h4,
.cd-h4 {
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h4,
  .cd-h4 {
    font-size: 1.375rem;
  }
}

p,
.cd-p {
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  p,
  .cd-p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  p,
  .cd-p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1680px) {
  p,
  .cd-p {
    font-size: 1.25rem;
  }
}

.cd-small {
  font-size: 0.75rem;
  font-weight: 350;
  line-height: 1.4;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  .cd-small {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1680px) {
  .cd-small {
    font-size: 0.875rem;
  }
}

.cd-extra-small {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  .cd-extra-small {
    line-height: 1.3;
    font-size: 0.625rem;
  }
}

html body,
body .fl-page-content {
  background-color: #F8F7F7;
}

* {
  font-family: "Noto Sans", sans-serif;
}

img {
  border-radius: 12px;
}

.cd-section {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cd-section {
    margin-bottom: 4rem;
  }
}

.cd-combo-title .fl-row-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem 0;
}
@media (min-width: 992px) {
  .cd-combo-title .fl-row-content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
}
.cd-combo-title .fl-row-content::before, .cd-combo-title .fl-row-content::after {
  display: none;
}
.cd-combo-title .fl-row-content .fl-col-group {
  grid-column: 1/span 2;
}
.cd-combo-title .fl-row-content .fl-col-group:first-of-type {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
}
.cd-combo-title .fl-row-content .fl-col-group:last-of-type {
  grid-row: 3/span 1;
  justify-self: end;
}
@media (min-width: 992px) {
  .cd-combo-title .fl-row-content .fl-col-group:last-of-type {
    grid-row: 1/span 1;
    grid-column: 2/span 1;
    align-self: end;
  }
}

.cd-border-title {
  border-left: 2px solid #EA002A;
  padding-left: 0.75rem;
}
.cd-border-title h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 350;
}
@media (min-width: 992px) {
  .cd-border-title h2 {
    font-size: 2.25rem;
  }
}
.cd-border-title .cd-super-title,
.cd-border-title .cd-sub-title {
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  color: #262626;
  font-weight: 350;
}
@media (min-width: 992px) {
  .cd-border-title .cd-super-title,
  .cd-border-title .cd-sub-title {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .cd-border-title .cd-super-title,
  .cd-border-title .cd-sub-title {
    font-size: 1.5rem;
  }
}

.cd-section-colored {
  background-color: #EA002A;
  background: linear-gradient(to top right, #B70D18, #EA002A);
  /*
  padding-block: 2rem;

  @media (min-width: 992px) {
      padding-block: 3rem;
  }

  @media (min-width: 1680px) {
      padding-block: 5rem;
  }
  */
}
.cd-section-colored .cd-border-title {
  border-left: 2px solid #FFF;
}

.cd-link-button .fl-module-content .fl-button {
  background-color: #EA002A;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.125rem;
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
}
.cd-link-button .fl-module-content .fl-button:focus, .cd-link-button .fl-module-content .fl-button:active, .cd-link-button .fl-module-content .fl-button:visited {
  background-color: #EA002A;
  border: none;
  padding: 0.5rem 1rem;
}
.cd-link-button .fl-module-content .fl-button:hover {
  background-color: #B70D18;
  border: none;
  padding: 0.5rem 1rem;
}
.cd-link-button .fl-module-content .fl-button .fl-button-text {
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .cd-link-button .fl-module-content .fl-button .fl-button-text {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .cd-link-button .fl-module-content .fl-button .fl-button-text {
    font-size: 1.125rem;
  }
}
@media (min-width: 1680px) {
  .cd-link-button .fl-module-content .fl-button .fl-button-text {
    font-size: 1.25rem;
  }
}
.cd-link-button .fl-module-content .fl-button .fl-button-icon {
  margin-left: 0;
}
.cd-link-button .fl-module-content .fl-button .fl-button-icon::before {
  color: #FFF;
  font-size: 1rem;
}

i.cd-live-icon::before {
  content: "\e919";
  font-family: "icomoon" !important;
  font-style: normal;
}
