/*!
 * CB Content Stylesheet v0.2.2
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.cb-grid {
  display: flex;
  flex-wrap: wrap;
}

.cb-container--2x {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cb-container--3x {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cb-container--4x {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cb-container--5x {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cb-stretch {
  /* width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%; */
}

.cb-falign--center {
  align-items: center;
}

.cb-fjustify--center {
  justify-content: center;
}

.cb-falign--right {
  align-items: flex-end;
}

.cb-fjustify--right {
  justify-content: flex-end;
}

.cb-grid-gap--1x {
  margin-left: -10px;
  margin-right: -10px;
}
.cb-grid-gap--1x .cb-col {
  padding-left: 10px;
  padding-right: 10px;
}
.cb-grid-gap--2x {
  margin-left: -20px;
  margin-right: -20px;
}
.cb-grid-gap--2x .cb-col {
  padding-left: 20px;
  padding-right: 20px;
}
.cb-grid-gap--3x {
  margin-left: -30px;
  margin-right: -30px;
}
.cb-grid-gap--3x .cb-col {
  padding-left: 30px;
  padding-right: 30px;
}
.cb-grid-gap--4x {
  margin-left: -40px;
  margin-right: -40px;
}
.cb-grid-gap--4x .cb-col {
  padding-left: 40px;
  padding-right: 40px;
}
.cb-grid-gap--5x {
  margin-left: -60px;
  margin-right: -60px;
}
.cb-grid-gap--5x .cb-col {
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 1024px) {
  .row {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
  .column {
    position: relative;
  }
  .column.full {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column.two-third {
    width: 66.7%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column.two-fourth {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column.two-fifth {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column.two-sixth {
    width: 83.3%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column.half {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column.third {
    width: 33.3%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column.fourth {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column.fifth {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column.sixth {
    width: 16.6%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column.flow-opposite {
    order: 2;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.cb-font-size-10 {
  font-size: 10px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-10 {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-10 {
    font-size: 10px;
  }
}
.cb-font-size-11 {
  font-size: 11px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-11 {
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-11 {
    font-size: 11px;
  }
}
.cb-font-size-12 {
  font-size: 12px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-12 {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-12 {
    font-size: 12px;
  }
}
.cb-font-size-13 {
  font-size: 13px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-13 {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-13 {
    font-size: 13px;
  }
}
.cb-font-size-14 {
  font-size: 14px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-14 {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-14 {
    font-size: 14px;
  }
}
.cb-font-size-15 {
  font-size: 15px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-15 {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-15 {
    font-size: 15px;
  }
}
.cb-font-size-16 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-16 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-16 {
    font-size: 16px;
  }
}
.cb-font-size-17 {
  font-size: 17px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-17 {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-17 {
    font-size: 17px;
  }
}
.cb-font-size-18 {
  font-size: 18px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-18 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-18 {
    font-size: 18px;
  }
}
.cb-font-size-19 {
  font-size: 19px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-19 {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-19 {
    font-size: 19px;
  }
}
.cb-font-size-20 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-20 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-20 {
    font-size: 20px;
  }
}
.cb-font-size-21 {
  font-size: 21px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-21 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-21 {
    font-size: 21px;
  }
}
.cb-font-size-24 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-24 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-24 {
    font-size: 24px;
  }
}
.cb-font-size-25 {
  font-size: 25px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-25 {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-25 {
    font-size: 25px;
  }
}
.cb-font-size-28 {
  font-size: 28px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-28 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-28 {
    font-size: 28px;
  }
}
.cb-font-size-30 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-30 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-30 {
    font-size: 30px;
  }
}
.cb-font-size-32 {
  font-size: 32px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-32 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-32 {
    font-size: 32px;
  }
}
.cb-font-size-36 {
  font-size: 36px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-36 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-36 {
    font-size: 36px;
  }
}
.cb-font-size-40 {
  font-size: 40px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-40 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-40 {
    font-size: 40px;
  }
}
.cb-font-size-42 {
  font-size: 42px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-42 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-42 {
    font-size: 42px;
  }
}
.cb-font-size-44 {
  font-size: 44px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-44 {
    font-size: 44px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-44 {
    font-size: 44px;
  }
}
.cb-font-size-48 {
  font-size: 48px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-48 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-48 {
    font-size: 48px;
  }
}
.cb-font-size-50 {
  font-size: 50px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-50 {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-50 {
    font-size: 50px;
  }
}
.cb-font-size-52 {
  font-size: 52px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-52 {
    font-size: 52px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-52 {
    font-size: 52px;
  }
}
.cb-font-size-54 {
  font-size: 54px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-54 {
    font-size: 54px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-54 {
    font-size: 54px;
  }
}
.cb-font-size-60 {
  font-size: 60px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-60 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-60 {
    font-size: 60px;
  }
}
.cb-font-size-64 {
  font-size: 64px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-64 {
    font-size: 64px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-64 {
    font-size: 64px;
  }
}
.cb-font-size-70 {
  font-size: 70px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-70 {
    font-size: 70px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-70 {
    font-size: 70px;
  }
}
.cb-font-size-80 {
  font-size: 80px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-80 {
    font-size: 80px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-80 {
    font-size: 80px;
  }
}
.cb-font-size-90 {
  font-size: 90px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-90 {
    font-size: 90px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-90 {
    font-size: 90px;
  }
}
.cb-font-size-100 {
  font-size: 100px;
}

@media (min-width: 768px) {
  .cb-font-size-tablet-100 {
    font-size: 100px;
  }
}
@media (min-width: 1024px) {
  .cb-font-size-desktop-100 {
    font-size: 100px;
  }
}
.cb-line-height-1 {
  line-height: 1;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1 {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1 {
    line-height: 1;
  }
}
.cb-line-height-1-1 {
  line-height: 1.1;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-1 {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-1 {
    line-height: 1.1;
  }
}
.cb-line-height-1-2 {
  line-height: 1.2;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-2 {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-2 {
    line-height: 1.2;
  }
}
.cb-line-height-1-4 {
  line-height: 1.4;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-4 {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-4 {
    line-height: 1.4;
  }
}
.cb-line-height-1-5 {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-5 {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-5 {
    line-height: 1.5;
  }
}
.cb-line-height-1-6 {
  line-height: 1.6;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-6 {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-6 {
    line-height: 1.6;
  }
}
.cb-line-height-1-7 {
  line-height: 1.7;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-7 {
    line-height: 1.7;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-7 {
    line-height: 1.7;
  }
}
.cb-line-height-1-8 {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-1-8 {
    line-height: 1.8;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-1-8 {
    line-height: 1.8;
  }
}
.cb-line-height-2 {
  line-height: 2;
}

@media (min-width: 768px) {
  .cb-line-height-tablet-2 {
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  .cb-line-height-desktop-2 {
    line-height: 2;
  }
}
.cb-font-weight-100 {
  font-weight: 100;
}

.cb-font-weight-200 {
  font-weight: 200;
}

.cb-font-weight-300 {
  font-weight: 300;
}

.cb-font-weight-400 {
  font-weight: 400;
}

.cb-font-weight-500 {
  font-weight: 500;
}

.cb-font-weight-600 {
  font-weight: 600;
}

.cb-font-weight-700 {
  font-weight: 700;
}

.cb-font-weight-800 {
  font-weight: 800;
}

.cb-font-weight-900 {
  font-weight: 900;
}

.cb-text-decoration-overline {
  text-decoration: overline;
}

.cb-text-decoration-underline {
  text-decoration: underline;
}

.cb-text-decoration-line-through {
  text-decoration: line-through;
}

.cb-text-transform-uppercase {
  text-decoration: uppercase;
}

.cb-text-transform-lowercase {
  text-decoration: lowercase;
}

.cb-text-transform-capitalize {
  text-decoration: capitalize;
}

.cb-letter-spacing-0-5 {
  letter-spacing: 0.5pt;
}

.cb-letter-spacing-1 {
  letter-spacing: 1pt;
}

.cb-letter-spacing-1-5 {
  letter-spacing: 1.5pt;
}

.cb-letter-spacing-2 {
  letter-spacing: 2pt;
}

.cb-letter-spacing-2-5 {
  letter-spacing: 2.5pt;
}

.cb-letter-spacing-3 {
  letter-spacing: 3pt;
}

.cb-dropcap::first-letter {
  float: left;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin: 0 10px 0 0;
}

.cb-dropcap.cb-dropcap-c--yellow::first-letter {
  color: #FED141;
}

.cb-dropcap.cb-dropcap-c--green::first-letter {
  color: #005342;
}

.cb-dropcap.cb-dropcap-c--green-dark::first-letter {
  color: #015343;
}

.cb-dropcap.cb-dropcap-c--olive::first-letter {
  color: #346A00;
}

.cb-dropcap.cb-dropcap-c--blue::first-letter {
  color: #1A76C5;
}

.cb-dropcap.cb-dropcap-c--teal::first-letter {
  color: #006B91;
}

.cb-dropcap.cb-dropcap-c--indigo::first-letter {
  color: #1B2B40;
}

.cb-dropcap.cb-dropcap-c--violet::first-letter {
  color: #001C4E;
}

.cb-dropcap.cb-dropcap-c--purple::first-letter {
  color: #691E4B;
}

.cb-dropcap.cb-dropcap-c--fuschia::first-letter {
  color: #782A60;
}

.cb-dropcap.cb-dropcap-c--white::first-letter {
  color: #FFFFFF;
}

.cb-dropcap.cb-dropcap-c--gray-light::first-letter {
  color: #b2b1b0;
}

.cb-dropcap.cb-dropcap-c--gray::first-letter {
  color: #43464a;
}

.cb-dropcap.cb-dropcap-c--gray-dark::first-letter {
  color: #333333;
}

.cb-dropcap.cb-dropcap-c--gray-darker::first-letter {
  color: #2D3033;
}

.cb-dropcap.cb-dropcap-c--gray-darkest::first-letter {
  color: #1c1c1c;
}

img, video {
  max-width: 100%;
  height: auto;
  border: 0;
}

audio, iframe {
  max-width: 100%;
}

iframe {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

.cb-caption {
  font-size: 0.9em;
  color: inherit;
}

.cb-credit {
  font-size: 0.75em;
  color: inherit;
}

.cb-image {
  margin-bottom: 2em;
}

.cb-video {
  margin-bottom: 2em;
}
.cb-video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.cb-video-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cb-video-inline .vjs-control-bar {
  display: none;
}

.cb-audio {
  margin-bottom: 2em;
  padding: 20px;
  display: flex;
  align-items: center;
}

.cb-audiocover {
  width: 200px;
  max-width: 30%;
  margin-right: 20px;
}

.cb-audiodownload {
  margin-left: 20px;
}

.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  height: 51px;
  align-items: center;
}

.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  border: 1px solid;
}

.audioplayer-playing .audioplayer-playpause {
  border: 1px solid;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid;
}

.audioplayer-playing .audioplayer-playpause a {
  content: "";
  display: flex;
  justify-content: space-between;
  width: 12px;
  height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 4px;
  height: 14px;
}

.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
}

.audioplayer-time-current {
  margin-left: 24px;
}

.audioplayer-time-duration {
  margin-right: 24px;
}

.audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 12px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
}

.audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
}

.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}

.audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
}

.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
}

.audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: "";
  box-sizing: border-box;
  top: -5px;
  right: -1px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid;
}

.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid;
}

.audioplayer-volume {
  display: flex;
  align-items: center;
}

.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.audioplayer-volume-button a {
  display: flex;
  width: 6px;
  height: 8px;
  position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 12px;
  top: 0;
  width: 6px;
  height: 6px;
  border: 6px double;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
  opacity: 0.5;
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid;
}

.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
}

.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
}

/* responsive | you can change the max-width value to match your theme */
@media screen and (max-width: 767px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}
.btn--alt:hover, .btn--alt:focus {
  color: white;
  background: rgb(93, 92, 92);
  background: linear-gradient(0deg, rgb(93, 92, 92) 0%, rgb(0, 0, 0) 100%);
  border-color: transparent;
}
.btn--alt:before {
  content: none !important;
}

.btn--alt {
  margin-right: 40px;
  margin-bottom: 28px;
}

/* .cb-btn {
  display: inline-block;
  text-align: center;
  padding: $button-md-padding;
  text-decoration: none;
  vertical-align: middle;
  border: solid;
  background-color: map-get($colors, yellow);
  color: map-get($colors, gray-darkest);
  border-color: map-get($colors, yellow);

  &:hover, &:focus {
    background-color: map-get($colors, yellow);
    color: map-get($colors, gray-darkest);
    border-color: map-get($colors, yellow);
  }

  &--default {
    border-radius: $border-radius-default;
  }

  &--squared {
    border-radius: 0;
  }

  &--pill {
    border-radius: $border-radius-pill;
  }

  &--xs {
    font-size: $button-xs-font-size;
    padding: $button-xs-padding;
  }

  &--sm {
    font-size: $button-sm-font-size;
    padding: $button-sm-padding;
  }

  &--md {
    font-size: $button-md-font-size;
    padding: $button-md-padding;
  }

  &--lg {
    font-size: $button-lg-font-size;
    padding: $button-lg-padding;
  }

  &--block {
    display: block;
    width: 100%;
  }
} */
.cb-callout {
  background: #fff;
  color: #6f6f6f;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  padding: 30px 25px 30px;
  margin-bottom: 40px;
}
@media (min-width: 1366px) {
  .cb-callout {
    padding: 30px 38px 68px;
  }
}
.cb-callout h1, .cb-callout h2, .cb-callout h3, .cb-callout h4, .cb-callout h5, .cb-callout h6 {
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 37px;
  letter-spacing: 3.8px;
}
.cb-callout h1:before, .cb-callout h2:before, .cb-callout h3:before, .cb-callout h4:before, .cb-callout h5:before, .cb-callout h6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fed141;
  width: 7px;
}
.cb-callout ul {
  margin: 0;
  list-style: none;
  line-height: 1;
  padding: 0 0 0 15px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
@media (min-width: 1366px) {
  .cb-callout ul {
    padding: 0 0 0 45px;
  }
}
.cb-callout ul li {
  position: relative;
  padding: 0 0 20px 27px;
}
.cb-callout ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #fed141;
  width: 13px;
  height: 5px;
}
.cb-callout--left {
  float: left;
  margin: 0 3em 3em 0;
}
@media (min-width: 768px) {
  .cb-callout--left--md {
    float: left;
    margin: 0 3em 3em 0;
  }
}
@media (min-width: 1024px) {
  .cb-callout--left--lg {
    float: left;
    margin: 0 3em 3em 0;
  }
}
.cb-callout--center {
  margin-left: auto;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .cb-callout--center--md {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .cb-callout--center--lg {
    margin-left: auto;
    margin-right: auto;
  }
}
.cb-callout--right {
  float: right;
  margin: 0 0 3em 3em;
}
@media (min-width: 768px) {
  .cb-callout--right--md {
    float: right;
    margin: 0 0 3em 3em;
  }
}
@media (min-width: 1024px) {
  .cb-callout--right--lg {
    float: right;
    margin: 0 0 3em 3em;
  }
}

.cb-hr {
  height: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  background: rgba(178, 177, 176, 0.44);
}
.cb-hr--1x {
  height: 1px;
}
.cb-hr--2x {
  height: 2px;
}
.cb-hr--3x {
  height: 3px;
}
.cb-hr--4x {
  height: 5px;
}
.cb-hr--5x {
  height: 10px;
}
.cb-hr--left {
  margin-right: auto;
}
.cb-hr--center {
  margin-left: auto;
  margin-right: auto;
}
.cb-hr--right {
  margin-left: auto;
}

.cb-spacer {
  height: 4em;
}
.cb-spacer--1x {
  height: 2em;
}
.cb-spacer--2x {
  height: 3em;
}
.cb-spacer--3x {
  height: 4em;
}
.cb-spacer--4x {
  height: 5em;
}
.cb-spacer--5x {
  height: 6em;
}

.column.full {
  width: 100%;
}

.cb-li__disc--yellow li::marker {
  color: #FED141;
}
.cb-li__square--white li {
  list-style-type: square;
}
.cb-li__square--yellow li {
  list-style-type: square;
}
.cb-li__square--yellow li::marker {
  color: #FED141;
}

.cb-quote {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
}
.cb-quote .cb-block {
  margin-left: auto;
  margin-right: auto;
}
.cb-quote .cb-block--uppercase {
  text-transform: uppercase;
}

.cb-quote-author {
  margin-left: auto;
  margin-top: 20px;
}

.cb-img-caption:not(.empty), .cb-img-credit:not(.empty) {
  border-left: 10px solid #FED141;
  padding: 0 0 0 15px;
  margin: 15px 0 0;
  font-size: 14px;
  font-style: italic;
}

.cb-img-credit {
  font-weight: 700;
}

.cb-video .video-js {
  position: static;
}

.cBuilder.is-builder .row .column.full {
  padding-left: 0;
  padding-right: 0;
}

.two-cols-layout .cBuilder .container {
  display: block;
}

.cBuilder .download-list, .cBuilder .programs-list, .cBuilder .report-table .report-list, .cBuilder .options-block .view-options, .cBuilder .inner-navigation__drop-list, .cBuilder .inner-navigation__list, .cBuilder .about-list, .cBuilder .inquiries-list, .cBuilder .inquiries-section .info-list, .cBuilder .feed-section .feed-list, .cBuilder .directions-section .directions-list, .cBuilder .investment-slider .slick-dots, .cBuilder .policies-info-section .info-block__info-list, .cBuilder .policies-info-section__buttons-list, .cBuilder .hero-heading__social, .cBuilder .links__list, .cBuilder .achievements-section .achievements-list, .cBuilder .support-social, .cBuilder .inner-intro-slider .slick-dots, .cBuilder .latest-story__heading, .cBuilder .reports-slider .slick-dots, .cBuilder .reports-slider-3 .slick-dots, .cBuilder .social-list, .cBuilder .footer-block__link-list, .cBuilder .footer-block__menu, .cBuilder .header-quick-links, .cBuilder .third-menu, .cBuilder .second-menu, .cBuilder .main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cBuilder .heading {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .cBuilder .heading {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
.cBuilder .heading__btn {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cBuilder .heading__btn .btn {
    width: 100%;
  }
}
.cBuilder .heading__wrap {
  flex: 1 auto;
}
.cBuilder .heading__text {
  font-weight: 700;
}
.cBuilder .heading h1, .cBuilder .heading .h1, .cBuilder .heading h2, .cBuilder .heading .h2, .cBuilder .heading h3, .cBuilder .heading .h3, .cBuilder .heading h4, .cBuilder .heading .h4, .cBuilder .heading h5, .cBuilder .heading .h5, .cBuilder .heading h6, .cBuilder .heading .h6,
.cBuilder .heading .h {
  position: relative;
  padding-top: 17px;
  color: inherit;
  text-transform: uppercase;
  color: #5f5f5f;
}
@media (min-width: 768px) {
  .cBuilder .heading h1, .cBuilder .heading .h1, .cBuilder .heading h2, .cBuilder .heading .h2, .cBuilder .heading h3, .cBuilder .heading .h3, .cBuilder .heading h4, .cBuilder .heading .h4, .cBuilder .heading h5, .cBuilder .heading .h5, .cBuilder .heading h6, .cBuilder .heading .h6,
  .cBuilder .heading .h {
    padding-top: 30px;
  }
}
.cBuilder .heading h1:after, .cBuilder .heading .h1:after, .cBuilder .heading h2:after, .cBuilder .heading .h2:after, .cBuilder .heading h3:after, .cBuilder .heading .h3:after, .cBuilder .heading h4:after, .cBuilder .heading .h4:after, .cBuilder .heading h5:after, .cBuilder .heading .h5:after, .cBuilder .heading h6:after, .cBuilder .heading .h6:after,
.cBuilder .heading .h:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 5px;
  background-color: #fed141;
}
.cBuilder .heading-block {
  line-height: 1.2;
  margin: 0 0 46px;
  padding-left: 28px;
  position: relative;
}
@media (min-width: 768px) {
  .cBuilder .heading-block {
 
  }
}
.cBuilder .heading-block:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fed141;
  margin: 0 8px 6px 8px;
  position: absolute;
  left: 0;
  top: 7px;
}
.cBuilder .heading-block--h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.cBuilder .heading-block--h2:before {
  content: "";
  display: block;
  width: 75px;
  height: 5px;
  margin-bottom: 30px;
  background-color: #fed141;
}
.cBuilder .heading-block {
  text-transform: uppercase;
}
.cBuilder .heading-block:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fed141;
  margin: 0 8px 6px 8px;
  position: absolute;
  left: 0;
  top: 10px;
}
.cBuilder .achievements-section {
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .cBuilder .achievements-section .achievements-list {
    padding: 42px 16px 0 0;
  }
}
.cBuilder .achievements-section .achievements-list li {
  margin: 0 0 23px;
}
.cBuilder .achievements-section .achievements-list__achievement-item {
  background: #fff;
  position: relative;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  padding: 15px 15px 15px 30px;
}
@media (min-width: 768px) {
  .cBuilder .achievements-section .achievements-list__achievement-item {
    padding: 15px 15px 15px 50px;
  }
}
@media (min-width: 1024px) {
  .cBuilder .achievements-section .achievements-list__achievement-item {
    padding: 35px 80px 48px 75px;
  }
}
.cBuilder .achievements-section .achievements-list__achievement-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 9px;
}
.cBuilder .achievements-section .achievements-list__achievement-item--yellow:before {
  background: #fed141;
}
.cBuilder .achievements-section .achievements-list__achievement-item--blue:before {
  background: #1A76C5;
}
.cBuilder .achievements-section .achievements-list__achievement-item--green:before {
  background: #006750;
}
.cBuilder .inquiries-section {
  padding: 45px 0;
}
@media (min-width: 1024px) {
  .cBuilder .inquiries-section {
    padding: 142px 0 100px;
  }
}
@media (min-width: 1024px) {
  .cBuilder .inquiries-section h2 {
    font-size: 44px;
  }
}
.cBuilder .inquiries-section .section-heading {
  margin-bottom: 16px;
}
.cBuilder .inquiries-section .section-heading__headinh-holder {
  padding: 0 50px 0 0;
}
.cBuilder .inquiries-section .section-heading__headinh-holder:before {
  top: 14px;
}
@media (min-width: 768px) {
  .cBuilder .inquiries-section .section-heading__headinh-holder:before {
    top: 31px;
  }
}
.cBuilder .inquiries-section .info-list {
  font: 700 15px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #1A76C5;
  letter-spacing: 3px;
  padding: 0 0 0 11px;
}
.cBuilder .inquiries-section .info-list li {
  position: relative;
  padding: 0 0 19px 14px;
}
.cBuilder .inquiries-section .info-list li:before {
  content: "\e905";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: #1A76C5;
  color: #fff;
  font-size: 5px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  text-align: center;
  line-height: 9px;
  padding: 0 0 0 2px;
}
.cBuilder .inquiries-section .info-list a {
  color: #1A76C5;
}
.cBuilder .inquiries-section .info-list a:hover {
  text-decoration: none;
  color: #114e81;
}
.cBuilder .inquiries-list .opener {
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: block;
  background: #f2f2f2;
  color: #5c5c5c;
  text-transform: uppercase;
  padding: 10px 10px 10px 35px;
  position: relative;
  font: 700 15px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 3px;
}
@media (min-width: 1024px) {
  .cBuilder .inquiries-list .opener {
    padding: 23px 25px 23px 73px;
  }
}
.cBuilder .inquiries-list .opener:hover {
  text-decoration: none;
  background: #5c5c5c;
  color: #fff;
}
.cBuilder .inquiries-list .opener:hover:before {
  border-color: transparent transparent transparent #fff;
}
.cBuilder .inquiries-list .opener:before {
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #5c5c5c;
}
@media (min-width: 1024px) {
  .cBuilder .inquiries-list .opener:before {
    left: 43px;
    top: 28px;
  }
}
.cBuilder .inquiries-list .slide {
  padding: 15px 15px 11px 25px;
}
@media (min-width: 1024px) {
  .cBuilder .inquiries-list .slide {
    padding: 30px 15px 11px 75px;
  }
}
.cBuilder .inquiries-list .slide .phone {
  color: #5c5c5c;
}
.cBuilder .inquiries-list .slide .phone:hover {
  text-decoration: none;
  color: #1A76C5;
}
.cBuilder .inquiries-list .active .opener:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cBuilder .inquiries-list > .inquiries-item {
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .cBuilder .inquiries-list > .inquiries-item {
    margin: 0 0 28px;
  }
}
@media (min-width: 768px) {
  .cBuilder .energy-section__layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.cBuilder .energy-section__column {
  padding-bottom: 60px;
}
@media (min-width: 769px) {
  .cBuilder .energy-section__column {
    width: 50%;
    padding: 0 10px;
    display: flex;
  }
}
.cBuilder .energy-section__column:last-child {
  padding-bottom: 0;
}
.cBuilder .energy-section__column {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cBuilder .energy-section__layout {
    margin: 0 -20px;
  }
  .cBuilder .energy-section__column {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.cBuilder .latest-news {
  padding: 26px 0;
}
@media (min-width: 768px) {
  .cBuilder .latest-news {
    padding: 63px 0;
  }
}
.cBuilder .latest-news__layout {
  margin: 0 -30px;
}
@media (min-width: 768px) {
  .cBuilder .latest-news__layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 1280px) {
  .cBuilder .latest-news__layout {
    margin: 0 -30px;
  }
}
@media (min-width: 768px) {
  .cBuilder .latest-news__column {
    display: flex;
    padding: 0 10px 20px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .cBuilder .latest-news__column {
    width: 33.33%;
  }
}
@media (min-width: 1280px) {
  .cBuilder .latest-news__column {
    padding: 0 30px;
  }
}
.cBuilder .latest-news .heading {
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .cBuilder .latest-news .heading {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .cBuilder .latest-news .heading__btn-wrap .btn, .cBuilder .latest-news .heading__btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cBuilder .latest-news--large {
    padding: 95px 0;
  }
}
@media (min-width: 768px) {
  .cBuilder .latest-news .news-card {
    padding: 47px 30px 20px;
  }
}
.cBuilder .news-card {
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  margin: 0 0 12px;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .cBuilder .news-card {
    width: 100%;
    margin: 0;
    padding: 47px 30px 52px;
    border-top: 6px solid #fed141;
  }
}
.cBuilder .news-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cBuilder .news-card__title {
  color: #393939;
}
@media (max-width: 767px) {
  .cBuilder .news-card__title {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 12px;
  }
}
.cBuilder .news-card__title a {
  color: inherit;
}
.cBuilder .news-card__title a:hover {
  color: #1A76C5;
  text-decoration: none;
}
.cBuilder .news-card__date {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 700;
  margin-top: auto;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cBuilder .news-card__date {
    font-size: 20px;
  }
}
.cBuilder .news-card__content {
  display: flex;
  flex-direction: column;
  margin: 0 0 8px;
  padding: 9px 42px 0 23px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cBuilder .news-card__content {
    padding: 0;
    margin: 0 0 56px;
    min-height: 136px;
  }
}
@media (max-width: 767px) {
  .cBuilder .news-card__content {
    border-left: 9px solid #fed141;
  }
}
.cBuilder .news-card__btn {
  margin: auto 0 0;
  text-align: center;
}
.cBuilder .news-card--large {
  display: flex;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 1023px) {
  .cBuilder .news-card--large {
    padding: 20px 0;
    border: 0;
  }
}
@media (min-width: 1024px) {
  .cBuilder .news-card--large {
    padding: 14px 17px;
    flex-direction: row;
  }
}
.cBuilder .news-card--large .news-card__image {
  width: 80px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .cBuilder .news-card--large .news-card__image {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  .cBuilder .news-card--large .news-card__image {
    width: 150px;
  }
}
@media (min-width: 1280px) {
  .cBuilder .news-card--large .news-card__image {
    width: 330px;
  }
}
@media (max-width: 1023px) {
  .cBuilder .news-card--large .news-card__image {
    width: 100%;
    text-align: center;
  }
}
.cBuilder .news-card--large .news-card__text {
  padding: 12px 0 0;
}
.cBuilder .news-card--large .news-card__title {
  letter-spacing: 4.7px;
  color: #5c5c5c;
}
@media (min-width: 1024px) {
  .cBuilder .news-card--large .news-card__btn {
    text-align: left;
  }
}
.cBuilder .news-card--large .news-card__inner {
  width: 100%;
}
@media (min-width: 768px) {
  .cBuilder .news-card--large .news-card__inner {
    padding: 0 10px 0 0;
  }
}
@media (min-width: 1024px) {
  .cBuilder .news-card--large .news-card__inner {
    width: calc(100% - 150px);
    padding: 25px 34px 45px 14px;
  }
}
@media (min-width: 1280px) {
  .cBuilder .news-card--large .news-card__inner {
    width: calc(100% - 330px);
  }
}
@media (max-width: 1023px) {
  .cBuilder .news-card--large .news-card__content {
    padding: 40px 20px;
    border-left: 9px solid #fed141;
    padding: 40px 20px 0;
  }
}
.cBuilder .news-card--large .news-card__title {
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .cBuilder .news-card--large .news-card__inner {
    padding: 25px 15px 45px 14px;
  }
}
@media (min-width: 1280px) {
  .cBuilder .news-card--large .news-card__inner {
    width: 60%;
  }
  .cBuilder .news-card--large .news-card__image {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .cBuilder .news-card--large {
    padding: 0 0 20px;
  }
}
.cBuilder .programs-section {
  padding: 35px 0;
}
@media (min-width: 1024px) {
  .cBuilder .programs-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 1366px) {
  .cBuilder .programs-list {
    margin: 0 -23px;
  }
}
.cBuilder .programs-list a {
  color: #5c5c5c;
}
@media (min-width: 1024px) {
  .cBuilder .programs-list a {
    display: flex;
    flex-wrap: wrap;
  }
}
.cBuilder .programs-list a:hover,
.cBuilder .programs-list a:focus {
  text-decoration: none;
}
.cBuilder .programs-list a:hover .programs-list__link-text,
.cBuilder .programs-list a:focus .programs-list__link-text {
  color: #1A76C5;
  text-decoration: underline;
}
.cBuilder .programs-list a:hover .post-card__btn,
.cBuilder .programs-list a:focus .post-card__btn {
  background: #fed141;
  border-color: #fed141;
  color: #000;
}
.cBuilder .programs-list li {
  padding: 0 0 15px;
}
@media (min-width: 1024px) {
  .cBuilder .programs-list li {
    width: 33.33%;
    padding: 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1366px) {
  .cBuilder .programs-list li {
    padding: 0 23px 23px;
  }
}
@media (min-width: 1024px) {
  .cBuilder .programs-list__text-box {
    min-height: 177px;
  }
}
.cBuilder .programs-list__title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2.7px;
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .cBuilder .programs-list__title {
    font-size: 23px;
    padding: 17px 0 27px;
  }
}
.cBuilder .programs-list__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fed141;
  width: 75px;
  height: 6px;
}
.cBuilder .programs-list__link-text {
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: block;
  color: #1A76C5;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
}
.cBuilder .programs-list__text-block {
  padding: 20px;
}
@media (min-width: 1024px) {
  .cBuilder .programs-list__text-block {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1366px) {
  .cBuilder .programs-list__text-block {
    padding: 50px 30px 50px 45px;
  }
}
@media (min-width: 1366px) {
  .cBuilder .programs-list__text-block p {
    margin: 0 0 42px;
  }
}
.cBuilder .programs-list__img-block {
  position: relative;
  padding-top: 73%;
  width: 100%;
}
.cBuilder .programs-list__img-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 135px;
  background: linear-gradient(to bottom, rgba(46, 68, 92, 0) 0%, rgba(46, 68, 92, 0.8) 100%);
  z-index: 2;
  mix-blend-mode: multiply;
}
.cBuilder .programs-list__img-block img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cBuilder .programs-list__program-item {
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .cBuilder .programs-list__program-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.cBuilder .logo-box-holder {
  position: relative;
  overflow: hidden;
}
.cBuilder .programs-list__program-item {
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .cBuilder .programs-list, .cBuilder .programs-list a, .cBuilder .programs-list li {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .cBuilder .programs-list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.cBuilder .programs-list__img-block.logo-holder {
  overflow: hidden;
}
.cBuilder .programs-list__img-block .logo-box-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 168px;
  height: auto;
}
.cBuilder .logo-box-blur {
  transition: all 0.3s ease;
}
.cBuilder a:hover .logo-box-blur,
.cBuilder a:focus .logo-box-blur {
  filter: blur(10px);
}
.cBuilder .logo-box-info {
  text-align: center;
}
.cBuilder .logo-box-info .programs-list__title:before {
  left: 50%;
  transform: translateX(-50%);
}
.cBuilder .about-section {
  padding: 61px 0 100px;
}
.cBuilder .about-card {
  background: #fff;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  border-top: 8px solid #fed141;
  padding: 30px 20px;
  margin: 0 0 57px;
}
@media (min-width: 1024px) {
  .cBuilder .about-card {
    padding: 39px 80px;
  }
}
.cBuilder .about-card__title {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 30px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .cBuilder .about-card__title {
    letter-spacing: 5.8px;
    font-size: 29px;
  }
}
.cBuilder .about-card p {
  margin: 0 0 20px;
}
.cBuilder .about-list {
  padding: 0 0 0 17px;
}
.cBuilder .about-list li {
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}
.cBuilder .about-list__item {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  padding: 24px 0 11px;
}
@media (min-width: 1024px) {
  .cBuilder .about-list__item {
    font-size: 18px;
  }
}
.cBuilder .about-list__title {
  width: calc(100% - 43px);
  display: block;
}
.cBuilder .about-list__icon {
  font-size: 20px;
  padding-right: 10px;
  min-width: 43px;
}
.cBuilder .about-list a {
  color: inherit;
}
.cBuilder .about-list a:hover {
  color: #1A76C5;
  text-decoration: none;
}
@font-face {
  font-family: "icomoon2";
  src: url("../fonts/icomoon2.ttf?jbwd86") format("truetype"), url("../fonts/icomoon2.woff?jbwd86") format("woff"), url("../fonts/icomoon2.svg?jbwd86#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.cBuilder [class^=icon-], .cBuilder [class*=" icon-"], .cBuilder .inquiries-section .info-list li:before, .cBuilder .links__item:after, .cBuilder .blockquote-block__content:after,
.cBuilder .cb-quote blockquote:after, .cBuilder .image-blocks:after, .cBuilder .post-card--video .post-card__image:after, .cBuilder .custom-select {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon2" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cBuilder .icon-reset:before {
  content: "\e91a";
}
.cBuilder .icon-zoom-out:before {
  content: "\e91b";
}
.cBuilder .icon-zoom-in:before {
  content: "\e91c";
}
.cBuilder .icon-quote:before {
  content: "\e90f";
}
.cBuilder .icon-page:before {
  content: "\e910";
}
.cBuilder .icon-envelope-info:before {
  content: "\e90c";
}
.cBuilder .icon-user:before {
  content: "\e90d";
}
.cBuilder .icon-envelope:before {
  content: "\e90e";
}
.cBuilder .icon-play-circle:before {
  content: "\e900";
}
.cBuilder .icon-mail:before {
  content: "\e901";
}
.cBuilder .icon-resize:before {
  content: "\e902";
}
.cBuilder .icon-play:before {
  content: "\e909";
}
.cBuilder .icon-pause:before {
  content: "\e90a";
}
.cBuilder .icon-search:before {
  content: "\e903";
}
.cBuilder .icon-arrow_left:before {
  content: "\e904";
}
.cBuilder .icon-arrow_right:before {
  content: "\e905";
}
.cBuilder .icon-linkedin:before {
  content: "\e906";
}
.cBuilder .icon-twitter:before {
  content: "\e907";
}
.cBuilder .icon-youtube:before {
  content: "\e908";
}
.cBuilder .icon-doc:before {
  content: "\e917";
}
.cBuilder .icon-pdf:before {
  content: "\e918";
}
.cBuilder .icon-x:before {
  content: "\e919";
}
.cBuilder .icon-table:before {
  content: "\e913";
}
.cBuilder .icon-file:before {
  content: "\e914";
}
.cBuilder .icon-folder:before {
  content: "\e915";
}
.cBuilder .icon-grid:before {
  content: "\e916";
}
.cBuilder .icon-close:before {
  content: "\e911";
}
.cBuilder .icon-opener:before {
  content: "\e912";
}
.cBuilder .icon-instagram:before {
  content: "\e90b";
}
.cBuilder .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.cBuilder .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.cBuilder .slick-list:focus {
  outline: none;
}
.cBuilder .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.cBuilder .slick-slider .slick-track,
.cBuilder .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cBuilder .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cBuilder .slick-track:before, .cBuilder .slick-track:after {
  content: "";
  display: table;
}
.cBuilder .slick-track:after {
  clear: both;
}
.cBuilder .slick-loading .slick-track {
  visibility: hidden;
}
.cBuilder .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.cBuilder [dir=rtl] .slick-slide {
  float: right;
}
.cBuilder .slick-slide img {
  display: block;
}
.cBuilder .slick-slide.slick-loading img {
  display: none;
}
.cBuilder .slick-slide.dragging img {
  pointer-events: none;
}
.cBuilder .slick-initialized .slick-slide {
  display: block;
}
.cBuilder .slick-loading .slick-slide {
  visibility: hidden;
}
.cBuilder .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.cBuilder .slick-arrow.slick-hidden {
  display: none;
}
.cBuilder .investment {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .cBuilder .investment {
    padding: 79px 0 85px;
  }
}
@media (min-width: 1024px) {
  .cBuilder .investment__layout {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 -10px;
    padding: 0 0 63px;
    border-bottom: 4px solid rgba(95, 95, 95, 0.19);
  }
}
@media (min-width: 1024px) {
  .cBuilder .investment__column {
    width: 57.8%;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .cBuilder .investment__column:last-child {
    width: 42.2%;
  }
}
@media (max-width: 767px) {
  .cBuilder .investment__column:first-child {
    margin: 0 -30px;
  }
}
.cBuilder .investment .heading {
  padding: 50px 0 0;
}
@media (min-width: 1024px) {
  .cBuilder .investment .heading {
    padding: 0 10px 41px 65px;
    font-size: 25px;
  }
}
.cBuilder .investment .heading h2,
.cBuilder .investment .heading .h2 {
  margin: 0 0 27px;
}
.cBuilder .investment-slider {
  position: relative;
}
.cBuilder .investment-slider__item {
  display: flex !important;
  align-items: flex-end;
  position: relative;
  z-index: 3;
}
.cBuilder .investment-slider__item:after {
  content: "";
  display: block;
  min-height: 450px;
}
.cBuilder .investment-slider__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cBuilder .investment-slider__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.cBuilder .investment-slider__title {
  color: #fff;
  position: relative;
  text-align: center;
  max-width: 670px;
  padding: 24px 30px 0;
  margin: 0 auto 108px;
  text-transform: uppercase;
}
.cBuilder .investment-slider__title:after {
  content: "";
  height: 6px;
  width: 63px;
  position: absolute;
  left: 50%;
  top: 0;
  background: #fed141;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cBuilder .investment-slider .slick-arrow {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  left: 12px;
  color: #fff;
  font-size: 30px;
  border: 3px solid #fff;
  height: 84px;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .cBuilder .investment-slider .slick-arrow {
    left: 24px;
  }
}
.cBuilder .investment-slider .slick-arrow:hover {
  opacity: 0.8;
  text-decoration: none;
}
.cBuilder .investment-slider .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.cBuilder .investment-slider .slick-next {
  right: 12px;
  left: auto;
}
@media (min-width: 768px) {
  .cBuilder .investment-slider .slick-next {
    left: auto;
    right: 24px;
  }
}
.cBuilder .investment-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cBuilder .investment-slider .slick-dots li {
  padding: 0 10px;
}
.cBuilder .investment-slider .slick-dots li.slick-active button {
  background: #fed141;
}
.cBuilder .investment-slider .slick-dots button {
  width: 14px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  background: #8e8d8d;
  border-radius: 50%;
}
.cBuilder .investment-slider .investment-slider__item {
  display: none !important;
}
.cBuilder .investment-slider .investment-slider__item:first-child {
  display: flex !important;
}
.cBuilder .investment-slider.slick-initialized .investment-slider__item {
  display: flex !important;
}
.cBuilder .investment-slider__item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  bottom: 0;
  background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0, rgba(28, 65, 106, 0.5) 29%, rgba(28, 65, 106, 0.8) 56%, rgb(24, 47, 75));
  height: 280px;
}
.cBuilder .document-block {
  padding: 94px 0 20px;
  position: relative;
}
.cBuilder .document-block .heading-block {
  margin: 0 0 32px;
}
.cBuilder .document-block--gray {
  background: #f6f8fb;
}
@media (min-width: 768px) {
  .cBuilder .links {
    padding: 0 0 80px;
    border-bottom: 4px solid rgba(95, 95, 95, 0.19);
  }
}
.cBuilder .links__item {
  transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  display: block;
  margin-bottom: 10px;
  background: #fff;
  color: #5c5c5c;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.16);
  border-left: 6px solid #fed141;
  padding: 21px 10px 21px 68px;
  position: relative;
  z-index: 3;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.cBuilder .links__item:after {
  content: "\e910";
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
.cBuilder .links__item:before {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(57, 69, 83, 0.49) 32%, #2e445c 51%, #2f445d 100%);
  mix-blend-mode: multiply;
  opacity: 0;
}
.cBuilder .links__item:hover {
  color: #fff;
  background-color: #5c5c5c;
  text-decoration: none;
}
.cBuilder .links__item:hover:before {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cBuilder .links__list li:nth-child(1) {
    width: 100%;
  }
  .cBuilder .links__list li:nth-child(2) {
    width: 97.2%;
  }
  .cBuilder .links__list li:nth-child(3) {
    width: 94.4%;
  }
  .cBuilder .links__list li:nth-child(4) {
    width: 91.6%;
  }
  .cBuilder .links__list li:nth-child(5) {
    width: 88.8%;
  }
  .cBuilder .links__list li:nth-child(6) {
    width: 86%;
  }
  .cBuilder .links__list li:nth-child(7) {
    width: 83.2%;
  }
  .cBuilder .links__list li:nth-child(8) {
    width: 80.4%;
  }
  .cBuilder .links__list li:nth-child(9) {
    width: 77.6%;
  }
  .cBuilder .links__list li:nth-child(10) {
    width: 74.8%;
  }
  .cBuilder .links__list li:nth-child(11) {
    width: 72%;
  }
  .cBuilder .links__list li:nth-child(12) {
    width: 69.2%;
  }
  .cBuilder .links__list li:nth-child(13) {
    width: 66.4%;
  }
  .cBuilder .links__list li:nth-child(14) {
    width: 63.6%;
  }
  .cBuilder .links__list li:nth-child(15) {
    width: 60.8%;
  }
  .cBuilder .links__list li:nth-child(16) {
    width: 58%;
  }
  .cBuilder .links__list li:nth-child(17) {
    width: 55.2%;
  }
  .cBuilder .links__list li:nth-child(18) {
    width: 52.4%;
  }
  .cBuilder .links__list li:nth-child(19) {
    width: 49.6%;
  }
  .cBuilder .links__list li:nth-child(20) {
    width: 46.8%;
  }
  .cBuilder .links__list li:nth-child(21) {
    width: 44%;
  }
  .cBuilder .links__list li:nth-child(22) {
    width: 41.2%;
  }
  .cBuilder .links__list li:nth-child(23) {
    width: 38.4%;
  }
  .cBuilder .links__list li:nth-child(24) {
    width: 35.6%;
  }
  .cBuilder .links__list li:nth-child(25) {
    width: 32.8%;
  }
  .cBuilder .links__list li:nth-child(26) {
    width: 30%;
  }
  .cBuilder .links__list li:nth-child(27) {
    width: 27.2%;
  }
  .cBuilder .links__list li:nth-child(28) {
    width: 24.4%;
  }
  .cBuilder .links__list li:nth-child(29) {
    width: 21.6%;
  }
  .cBuilder .links__list li:nth-child(30) {
    width: 18.8%;
  }
}
@media (max-width: 767px) {
  .cBuilder .links__list {
    margin: 0 -30px;
  }
}
@media (min-width: 1024px) {
  .cBuilder .links--lg .links__item {
    font-size: 18px;
  }
}
.cBuilder .links--no-decor {
  border: none !important;
}
.cBuilder .links {
  border-bottom: none;
  padding-bottom: 40px;
}

.cb-10w {
  width: 10%;
}

.cb-10fw {
  flex: 0 0 10%;
  max-width: 10%;
}

.cb-10mw {
  max-width: 10%;
}

.cb-20w {
  width: 20%;
}

.cb-20fw {
  flex: 0 0 20%;
  max-width: 20%;
}

.cb-20mw {
  max-width: 20%;
}

.cb-25w {
  width: 25%;
}

.cb-25fw {
  flex: 0 0 25%;
  max-width: 25%;
}

.cb-25mw {
  max-width: 25%;
}

.cb-30w {
  width: 30%;
}

.cb-30fw {
  flex: 0 0 30%;
  max-width: 30%;
}

.cb-30mw {
  max-width: 30%;
}

.cb-33w {
  width: 33%;
}

.cb-33fw {
  flex: 0 0 33%;
  max-width: 33%;
}

.cb-33mw {
  max-width: 33%;
}

.cb-35w {
  width: 35%;
}

.cb-35fw {
  flex: 0 0 35%;
  max-width: 35%;
}

.cb-35mw {
  max-width: 35%;
}

.cb-40w {
  width: 40%;
}

.cb-40fw {
  flex: 0 0 40%;
  max-width: 40%;
}

.cb-40mw {
  max-width: 40%;
}

.cb-45w {
  width: 45%;
}

.cb-45fw {
  flex: 0 0 45%;
  max-width: 45%;
}

.cb-45mw {
  max-width: 45%;
}

.cb-50w {
  width: 50%;
}

.cb-50fw {
  flex: 0 0 50%;
  max-width: 50%;
}

.cb-50mw {
  max-width: 50%;
}

.cb-55w {
  width: 55%;
}

.cb-55fw {
  flex: 0 0 55%;
  max-width: 55%;
}

.cb-55mw {
  max-width: 55%;
}

.cb-60w {
  width: 60%;
}

.cb-60fw {
  flex: 0 0 60%;
  max-width: 60%;
}

.cb-60mw {
  max-width: 60%;
}

.cb-65w {
  width: 65%;
}

.cb-65fw {
  flex: 0 0 65%;
  max-width: 65%;
}

.cb-65mw {
  max-width: 65%;
}

.cb-66w {
  width: 66%;
}

.cb-66fw {
  flex: 0 0 66%;
  max-width: 66%;
}

.cb-66mw {
  max-width: 66%;
}

.cb-70w {
  width: 70%;
}

.cb-70fw {
  flex: 0 0 70%;
  max-width: 70%;
}

.cb-70mw {
  max-width: 70%;
}

.cb-75w {
  width: 75%;
}

.cb-75fw {
  flex: 0 0 75%;
  max-width: 75%;
}

.cb-75mw {
  max-width: 75%;
}

.cb-80w {
  width: 80%;
}

.cb-80fw {
  flex: 0 0 80%;
  max-width: 80%;
}

.cb-80mw {
  max-width: 80%;
}

.cb-85w {
  width: 85%;
}

.cb-85fw {
  flex: 0 0 85%;
  max-width: 85%;
}

.cb-85mw {
  max-width: 85%;
}

.cb-90w {
  width: 90%;
}

.cb-90fw {
  flex: 0 0 90%;
  max-width: 90%;
}

.cb-90mw {
  max-width: 90%;
}

.cb-95w {
  width: 95%;
}

.cb-95fw {
  flex: 0 0 95%;
  max-width: 95%;
}

.cb-95mw {
  max-width: 95%;
}

.cb-100w {
  width: 100%;
}

.cb-100fw {
  flex: 0 0 100%;
  max-width: 100%;
}

.cb-100mw {
  max-width: 100%;
}

@media (min-width: 768px) {
  .cb-10w--md {
    width: 10%;
  }
  .cb-10fw--md {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .cb-10mw--md {
    max-width: 10%;
  }
  .cb-20w--md {
    width: 20%;
  }
  .cb-20fw--md {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cb-20mw--md {
    max-width: 20%;
  }
  .cb-25w--md {
    width: 25%;
  }
  .cb-25fw--md {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cb-25mw--md {
    max-width: 25%;
  }
  .cb-30w--md {
    width: 30%;
  }
  .cb-30fw--md {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .cb-30mw--md {
    max-width: 30%;
  }
  .cb-33w--md {
    width: 33%;
  }
  .cb-33fw--md {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .cb-33mw--md {
    max-width: 33%;
  }
  .cb-35w--md {
    width: 35%;
  }
  .cb-35fw--md {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .cb-35mw--md {
    max-width: 35%;
  }
  .cb-40w--md {
    width: 40%;
  }
  .cb-40fw--md {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .cb-40mw--md {
    max-width: 40%;
  }
  .cb-45w--md {
    width: 45%;
  }
  .cb-45fw--md {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .cb-45mw--md {
    max-width: 45%;
  }
  .cb-50w--md {
    width: 50%;
  }
  .cb-50fw--md {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cb-50mw--md {
    max-width: 50%;
  }
  .cb-55w--md {
    width: 55%;
  }
  .cb-55fw--md {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .cb-55mw--md {
    max-width: 55%;
  }
  .cb-60w--md {
    width: 60%;
  }
  .cb-60fw--md {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .cb-60mw--md {
    max-width: 60%;
  }
  .cb-65w--md {
    width: 65%;
  }
  .cb-65fw--md {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .cb-65mw--md {
    max-width: 65%;
  }
  .cb-66w--md {
    width: 66%;
  }
  .cb-66fw--md {
    flex: 0 0 66%;
    max-width: 66%;
  }
  .cb-66mw--md {
    max-width: 66%;
  }
  .cb-70w--md {
    width: 70%;
  }
  .cb-70fw--md {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .cb-70mw--md {
    max-width: 70%;
  }
  .cb-75w--md {
    width: 75%;
  }
  .cb-75fw--md {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cb-75mw--md {
    max-width: 75%;
  }
  .cb-80w--md {
    width: 80%;
  }
  .cb-80fw--md {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .cb-80mw--md {
    max-width: 80%;
  }
  .cb-85w--md {
    width: 85%;
  }
  .cb-85fw--md {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .cb-85mw--md {
    max-width: 85%;
  }
  .cb-90w--md {
    width: 90%;
  }
  .cb-90fw--md {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .cb-90mw--md {
    max-width: 90%;
  }
  .cb-95w--md {
    width: 95%;
  }
  .cb-95fw--md {
    flex: 0 0 95%;
    max-width: 95%;
  }
  .cb-95mw--md {
    max-width: 95%;
  }
  .cb-100w--md {
    width: 100%;
  }
  .cb-100fw--md {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cb-100mw--md {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .cb-10w--lg {
    width: 10%;
  }
  .cb-10fw--lg {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .cb-10mw--lg {
    max-width: 10%;
  }
  .cb-20w--lg {
    width: 20%;
  }
  .cb-20fw--lg {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .cb-20mw--lg {
    max-width: 20%;
  }
  .cb-25w--lg {
    width: 25%;
  }
  .cb-25fw--lg {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cb-25mw--lg {
    max-width: 25%;
  }
  .cb-30w--lg {
    width: 30%;
  }
  .cb-30fw--lg {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .cb-30mw--lg {
    max-width: 30%;
  }
  .cb-33w--lg {
    width: 33%;
  }
  .cb-33fw--lg {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .cb-33mw--lg {
    max-width: 33%;
  }
  .cb-35w--lg {
    width: 35%;
  }
  .cb-35fw--lg {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .cb-35mw--lg {
    max-width: 35%;
  }
  .cb-40w--lg {
    width: 40%;
  }
  .cb-40fw--lg {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .cb-40mw--lg {
    max-width: 40%;
  }
  .cb-45w--lg {
    width: 45%;
  }
  .cb-45fw--lg {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .cb-45mw--lg {
    max-width: 45%;
  }
  .cb-50w--lg {
    width: 50%;
  }
  .cb-50fw--lg {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cb-50mw--lg {
    max-width: 50%;
  }
  .cb-55w--lg {
    width: 55%;
  }
  .cb-55fw--lg {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .cb-55mw--lg {
    max-width: 55%;
  }
  .cb-60w--lg {
    width: 60%;
  }
  .cb-60fw--lg {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .cb-60mw--lg {
    max-width: 60%;
  }
  .cb-65w--lg {
    width: 65%;
  }
  .cb-65fw--lg {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .cb-65mw--lg {
    max-width: 65%;
  }
  .cb-66w--lg {
    width: 66%;
  }
  .cb-66fw--lg {
    flex: 0 0 66%;
    max-width: 66%;
  }
  .cb-66mw--lg {
    max-width: 66%;
  }
  .cb-70w--lg {
    width: 70%;
  }
  .cb-70fw--lg {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .cb-70mw--lg {
    max-width: 70%;
  }
  .cb-75w--lg {
    width: 75%;
  }
  .cb-75fw--lg {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cb-75mw--lg {
    max-width: 75%;
  }
  .cb-80w--lg {
    width: 80%;
  }
  .cb-80fw--lg {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .cb-80mw--lg {
    max-width: 80%;
  }
  .cb-85w--lg {
    width: 85%;
  }
  .cb-85fw--lg {
    flex: 0 0 85%;
    max-width: 85%;
  }
  .cb-85mw--lg {
    max-width: 85%;
  }
  .cb-90w--lg {
    width: 90%;
  }
  .cb-90fw--lg {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .cb-90mw--lg {
    max-width: 90%;
  }
  .cb-95w--lg {
    width: 95%;
  }
  .cb-95fw--lg {
    flex: 0 0 95%;
    max-width: 95%;
  }
  .cb-95mw--lg {
    max-width: 95%;
  }
  .cb-100w--lg {
    width: 100%;
  }
  .cb-100fw--lg {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cb-100mw--lg {
    max-width: 100%;
  }
}
.cb-p--0 {
  padding: 0;
}
@media (min-width: 768px) {
  .cb-p--0--md {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .cb-p--0--lg {
    padding: 0;
  }
}

.cb-pt--0 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .cb-pt--0--md {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .cb-pt--0--lg {
    padding-top: 0;
  }
}

.cb-pb--0 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cb-pb--0--md {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cb-pb--0--lg {
    padding-bottom: 0;
  }
}

.cb-ptb--0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cb-ptb--0--md {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--0--lg {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.cb-pl--0 {
  padding-left: 0;
}
@media (min-width: 768px) {
  .cb-pl--0--md {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .cb-pl--0--lg {
    padding-left: 0;
  }
}

.cb-pr--0 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .cb-pr--0--md {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .cb-pr--0--lg {
    padding-right: 0;
  }
}

.cb-plr--0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cb-plr--0--md {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .cb-plr--0--lg {
    padding-left: 0;
    padding-right: 0;
  }
}

.cb-p--1x {
  padding: 2em;
}
@media (min-width: 768px) {
  .cb-p--1x--md {
    padding: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-p--1x--lg {
    padding: 2em;
  }
}

.cb-pt--1x {
  padding-top: 2em;
}
@media (min-width: 768px) {
  .cb-pt--1x--md {
    padding-top: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--1x--lg {
    padding-top: 2em;
  }
}

.cb-pb--1x {
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .cb-pb--1x--md {
    padding-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--1x--lg {
    padding-bottom: 2em;
  }
}

.cb-ptb--1x {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .cb-ptb--1x--md {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--1x--lg {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.cb-pl--1x {
  padding-left: 2em;
}
@media (min-width: 768px) {
  .cb-pl--1x--md {
    padding-left: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--1x--lg {
    padding-left: 2em;
  }
}

.cb-pr--1x {
  padding-right: 2em;
}
@media (min-width: 768px) {
  .cb-pr--1x--md {
    padding-right: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--1x--lg {
    padding-right: 2em;
  }
}

.cb-plr--1x {
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 768px) {
  .cb-plr--1x--md {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--1x--lg {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.cb-p--2x {
  padding: 3em;
}
@media (min-width: 768px) {
  .cb-p--2x--md {
    padding: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-p--2x--lg {
    padding: 3em;
  }
}

.cb-pt--2x {
  padding-top: 3em;
}
@media (min-width: 768px) {
  .cb-pt--2x--md {
    padding-top: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--2x--lg {
    padding-top: 3em;
  }
}

.cb-pb--2x {
  padding-bottom: 3em;
}
@media (min-width: 768px) {
  .cb-pb--2x--md {
    padding-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--2x--lg {
    padding-bottom: 3em;
  }
}

.cb-ptb--2x {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width: 768px) {
  .cb-ptb--2x--md {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--2x--lg {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.cb-pl--2x {
  padding-left: 3em;
}
@media (min-width: 768px) {
  .cb-pl--2x--md {
    padding-left: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--2x--lg {
    padding-left: 3em;
  }
}

.cb-pr--2x {
  padding-right: 3em;
}
@media (min-width: 768px) {
  .cb-pr--2x--md {
    padding-right: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--2x--lg {
    padding-right: 3em;
  }
}

.cb-plr--2x {
  padding-left: 3em;
  padding-right: 3em;
}
@media (min-width: 768px) {
  .cb-plr--2x--md {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--2x--lg {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.cb-p--3x {
  padding: 4em;
}
@media (min-width: 768px) {
  .cb-p--3x--md {
    padding: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-p--3x--lg {
    padding: 4em;
  }
}

.cb-pt--3x {
  padding-top: 4em;
}
@media (min-width: 768px) {
  .cb-pt--3x--md {
    padding-top: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--3x--lg {
    padding-top: 4em;
  }
}

.cb-pb--3x {
  padding-bottom: 4em;
}
@media (min-width: 768px) {
  .cb-pb--3x--md {
    padding-bottom: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--3x--lg {
    padding-bottom: 4em;
  }
}

.cb-ptb--3x {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (min-width: 768px) {
  .cb-ptb--3x--md {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--3x--lg {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

.cb-pl--3x {
  padding-left: 4em;
}
@media (min-width: 768px) {
  .cb-pl--3x--md {
    padding-left: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--3x--lg {
    padding-left: 4em;
  }
}

.cb-pr--3x {
  padding-right: 4em;
}
@media (min-width: 768px) {
  .cb-pr--3x--md {
    padding-right: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--3x--lg {
    padding-right: 4em;
  }
}

.cb-plr--3x {
  padding-left: 4em;
  padding-right: 4em;
}
@media (min-width: 768px) {
  .cb-plr--3x--md {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--3x--lg {
    padding-left: 4em;
    padding-right: 4em;
  }
}

.cb-p--4x {
  padding: 5em;
}
@media (min-width: 768px) {
  .cb-p--4x--md {
    padding: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-p--4x--lg {
    padding: 5em;
  }
}

.cb-pt--4x {
  padding-top: 5em;
}
@media (min-width: 768px) {
  .cb-pt--4x--md {
    padding-top: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--4x--lg {
    padding-top: 5em;
  }
}

.cb-pb--4x {
  padding-bottom: 5em;
}
@media (min-width: 768px) {
  .cb-pb--4x--md {
    padding-bottom: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--4x--lg {
    padding-bottom: 5em;
  }
}

.cb-ptb--4x {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (min-width: 768px) {
  .cb-ptb--4x--md {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--4x--lg {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.cb-pl--4x {
  padding-left: 5em;
}
@media (min-width: 768px) {
  .cb-pl--4x--md {
    padding-left: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--4x--lg {
    padding-left: 5em;
  }
}

.cb-pr--4x {
  padding-right: 5em;
}
@media (min-width: 768px) {
  .cb-pr--4x--md {
    padding-right: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--4x--lg {
    padding-right: 5em;
  }
}

.cb-plr--4x {
  padding-left: 5em;
  padding-right: 5em;
}
@media (min-width: 768px) {
  .cb-plr--4x--md {
    padding-left: 5em;
    padding-right: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--4x--lg {
    padding-left: 5em;
    padding-right: 5em;
  }
}

.cb-p--5x {
  padding: 6em;
}
@media (min-width: 768px) {
  .cb-p--5x--md {
    padding: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-p--5x--lg {
    padding: 6em;
  }
}

.cb-pt--5x {
  padding-top: 6em;
}
@media (min-width: 768px) {
  .cb-pt--5x--md {
    padding-top: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-pt--5x--lg {
    padding-top: 6em;
  }
}

.cb-pb--5x {
  padding-bottom: 6em;
}
@media (min-width: 768px) {
  .cb-pb--5x--md {
    padding-bottom: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-pb--5x--lg {
    padding-bottom: 6em;
  }
}

.cb-ptb--5x {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media (min-width: 768px) {
  .cb-ptb--5x--md {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-ptb--5x--lg {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

.cb-pl--5x {
  padding-left: 6em;
}
@media (min-width: 768px) {
  .cb-pl--5x--md {
    padding-left: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-pl--5x--lg {
    padding-left: 6em;
  }
}

.cb-pr--5x {
  padding-right: 6em;
}
@media (min-width: 768px) {
  .cb-pr--5x--md {
    padding-right: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-pr--5x--lg {
    padding-right: 6em;
  }
}

.cb-plr--5x {
  padding-left: 6em;
  padding-right: 6em;
}
@media (min-width: 768px) {
  .cb-plr--5x--md {
    padding-left: 6em;
    padding-right: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-plr--5x--lg {
    padding-left: 6em;
    padding-right: 6em;
  }
}

.cb-m--auto {
  margin: auto;
}
@media (min-width: 768px) {
  .cb-m--auto--md {
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .cb-m--auto--lg {
    margin: auto;
  }
}

.cb-mt--auto {
  margin-top: auto;
}
@media (min-width: 768px) {
  .cb-mt--auto--md {
    margin-top: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mt--auto--lg {
    margin-top: auto;
  }
}

.cb-mb--auto {
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .cb-mb--auto--md {
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mb--auto--lg {
    margin-bottom: auto;
  }
}

.cb-mtb--auto {
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .cb-mtb--auto--md {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--auto--lg {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.cb-ml--auto {
  margin-left: auto;
}
@media (min-width: 768px) {
  .cb-ml--auto--md {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .cb-ml--auto--lg {
    margin-left: auto;
  }
}

.cb-mr--auto {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cb-mr--auto--md {
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mr--auto--lg {
    margin-right: auto;
  }
}

.cb-mlr--auto {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cb-mlr--auto--md {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--auto--lg {
    margin-left: auto;
    margin-right: auto;
  }
}

.cb-m--0 {
  margin: 0;
}
@media (min-width: 768px) {
  .cb-m--0--md {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .cb-m--0--lg {
    margin: 0;
  }
}

.cb-mt--0 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .cb-mt--0--md {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mt--0--lg {
    margin-top: 0;
  }
}

.cb-mb--0 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cb-mb--0--md {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mb--0--lg {
    margin-bottom: 0;
  }
}

.cb-mtb--0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cb-mtb--0--md {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--0--lg {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.cb-ml--0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .cb-ml--0--md {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .cb-ml--0--lg {
    margin-left: 0;
  }
}

.cb-mr--0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cb-mr--0--md {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mr--0--lg {
    margin-right: 0;
  }
}

.cb-mlr--0 {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .cb-mlr--0--md {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--0--lg {
    margin-left: 0;
    margin-right: 0;
  }
}

.cb-m--1x {
  margin: 2em;
}
@media (min-width: 768px) {
  .cb-m--1x--md {
    margin: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-m--1x--lg {
    margin: 2em;
  }
}

.cb-mt--1x {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .cb-mt--1x--md {
    margin-top: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--1x--lg {
    margin-top: 2em;
  }
}

.cb-mb--1x {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .cb-mb--1x--md {
    margin-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--1x--lg {
    margin-bottom: 2em;
  }
}

.cb-mtb--1x {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .cb-mtb--1x--md {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--1x--lg {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.cb-ml--1x {
  margin-left: 2em;
}
@media (min-width: 768px) {
  .cb-ml--1x--md {
    margin-left: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--1x--lg {
    margin-left: 2em;
  }
}

.cb-mr--1x {
  margin-right: 2em;
}
@media (min-width: 768px) {
  .cb-mr--1x--md {
    margin-right: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--1x--lg {
    margin-right: 2em;
  }
}

.cb-mlr--1x {
  margin-left: 2em;
  margin-right: 2em;
}
@media (min-width: 768px) {
  .cb-mlr--1x--md {
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--1x--lg {
    margin-left: 2em;
    margin-right: 2em;
  }
}

.cb-m--2x {
  margin: 3em;
}
@media (min-width: 768px) {
  .cb-m--2x--md {
    margin: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-m--2x--lg {
    margin: 3em;
  }
}

.cb-mt--2x {
  margin-top: 3em;
}
@media (min-width: 768px) {
  .cb-mt--2x--md {
    margin-top: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--2x--lg {
    margin-top: 3em;
  }
}

.cb-mb--2x {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .cb-mb--2x--md {
    margin-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--2x--lg {
    margin-bottom: 3em;
  }
}

.cb-mtb--2x {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .cb-mtb--2x--md {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--2x--lg {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

.cb-ml--2x {
  margin-left: 3em;
}
@media (min-width: 768px) {
  .cb-ml--2x--md {
    margin-left: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--2x--lg {
    margin-left: 3em;
  }
}

.cb-mr--2x {
  margin-right: 3em;
}
@media (min-width: 768px) {
  .cb-mr--2x--md {
    margin-right: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--2x--lg {
    margin-right: 3em;
  }
}

.cb-mlr--2x {
  margin-left: 3em;
  margin-right: 3em;
}
@media (min-width: 768px) {
  .cb-mlr--2x--md {
    margin-left: 3em;
    margin-right: 3em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--2x--lg {
    margin-left: 3em;
    margin-right: 3em;
  }
}

.cb-m--3x {
  margin: 4em;
}
@media (min-width: 768px) {
  .cb-m--3x--md {
    margin: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-m--3x--lg {
    margin: 4em;
  }
}

.cb-mt--3x {
  margin-top: 4em;
}
@media (min-width: 768px) {
  .cb-mt--3x--md {
    margin-top: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--3x--lg {
    margin-top: 4em;
  }
}

.cb-mb--3x {
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .cb-mb--3x--md {
    margin-bottom: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--3x--lg {
    margin-bottom: 4em;
  }
}

.cb-mtb--3x {
  margin-top: 4em;
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .cb-mtb--3x--md {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--3x--lg {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}

.cb-ml--3x {
  margin-left: 4em;
}
@media (min-width: 768px) {
  .cb-ml--3x--md {
    margin-left: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--3x--lg {
    margin-left: 4em;
  }
}

.cb-mr--3x {
  margin-right: 4em;
}
@media (min-width: 768px) {
  .cb-mr--3x--md {
    margin-right: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--3x--lg {
    margin-right: 4em;
  }
}

.cb-mlr--3x {
  margin-left: 4em;
  margin-right: 4em;
}
@media (min-width: 768px) {
  .cb-mlr--3x--md {
    margin-left: 4em;
    margin-right: 4em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--3x--lg {
    margin-left: 4em;
    margin-right: 4em;
  }
}

.cb-m--4x {
  margin: 5em;
}
@media (min-width: 768px) {
  .cb-m--4x--md {
    margin: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-m--4x--lg {
    margin: 5em;
  }
}

.cb-mt--4x {
  margin-top: 5em;
}
@media (min-width: 768px) {
  .cb-mt--4x--md {
    margin-top: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--4x--lg {
    margin-top: 5em;
  }
}

.cb-mb--4x {
  margin-bottom: 5em;
}
@media (min-width: 768px) {
  .cb-mb--4x--md {
    margin-bottom: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--4x--lg {
    margin-bottom: 5em;
  }
}

.cb-mtb--4x {
  margin-top: 5em;
  margin-bottom: 5em;
}
@media (min-width: 768px) {
  .cb-mtb--4x--md {
    margin-top: 5em;
    margin-bottom: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--4x--lg {
    margin-top: 5em;
    margin-bottom: 5em;
  }
}

.cb-ml--4x {
  margin-left: 5em;
}
@media (min-width: 768px) {
  .cb-ml--4x--md {
    margin-left: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--4x--lg {
    margin-left: 5em;
  }
}

.cb-mr--4x {
  margin-right: 5em;
}
@media (min-width: 768px) {
  .cb-mr--4x--md {
    margin-right: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--4x--lg {
    margin-right: 5em;
  }
}

.cb-mlr--4x {
  margin-left: 5em;
  margin-right: 5em;
}
@media (min-width: 768px) {
  .cb-mlr--4x--md {
    margin-left: 5em;
    margin-right: 5em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--4x--lg {
    margin-left: 5em;
    margin-right: 5em;
  }
}

.cb-m--5x {
  margin: 6em;
}
@media (min-width: 768px) {
  .cb-m--5x--md {
    margin: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-m--5x--lg {
    margin: 6em;
  }
}

.cb-mt--5x {
  margin-top: 6em;
}
@media (min-width: 768px) {
  .cb-mt--5x--md {
    margin-top: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-mt--5x--lg {
    margin-top: 6em;
  }
}

.cb-mb--5x {
  margin-bottom: 6em;
}
@media (min-width: 768px) {
  .cb-mb--5x--md {
    margin-bottom: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-mb--5x--lg {
    margin-bottom: 6em;
  }
}

.cb-mtb--5x {
  margin-top: 6em;
  margin-bottom: 6em;
}
@media (min-width: 768px) {
  .cb-mtb--5x--md {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-mtb--5x--lg {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}

.cb-ml--5x {
  margin-left: 6em;
}
@media (min-width: 768px) {
  .cb-ml--5x--md {
    margin-left: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-ml--5x--lg {
    margin-left: 6em;
  }
}

.cb-mr--5x {
  margin-right: 6em;
}
@media (min-width: 768px) {
  .cb-mr--5x--md {
    margin-right: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-mr--5x--lg {
    margin-right: 6em;
  }
}

.cb-mlr--5x {
  margin-left: 6em;
  margin-right: 6em;
}
@media (min-width: 768px) {
  .cb-mlr--5x--md {
    margin-left: 6em;
    margin-right: 6em;
  }
}
@media (min-width: 1024px) {
  .cb-mlr--5x--lg {
    margin-left: 6em;
    margin-right: 6em;
  }
}

.cb-text--left {
  text-align: left;
}

.cb-text--center {
  text-align: center;
}

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

.cb-text--justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .cb-text--left--md {
    text-align: left;
  }
  .cb-text--center--md {
    text-align: center;
  }
  .cb-text--right--md {
    text-align: right;
  }
  .cb-text--justify--md {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .cb-text--left--lg {
    text-align: left;
  }
  .cb-text--center--lg {
    text-align: center;
  }
  .cb-text--right--lg {
    text-align: right;
  }
  .cb-text--justify--lg {
    text-align: justify;
  }
}
.cb-float--left {
  float: left;
  margin: 0 2em 2em 0;
}

.cb-float--center {
  margin: 0 auto 2em;
}

.cb-float--right {
  float: right;
  margin: 0 0 2em 2em;
}

@media (min-width: 768px) {
  .cb-float--left--md {
    float: left;
    margin: 0 2em 2em 0;
  }
  .cb-float--center--md {
    margin: 0 auto 2em;
  }
  .cb-float--right--md {
    float: right;
    margin: 0 0 2em 2em;
  }
}
@media (min-width: 1024px) {
  .cb-float--left--lg {
    float: left;
    margin: 0 2em 2em 0;
  }
  .cb-float--center--lg {
    margin: 0 auto 2em;
  }
  .cb-float--right--lg {
    float: right;
    margin: 0 0 2em 2em;
  }
}
.cb-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.cb-bw--0 {
  border-width: 0;
}
.cb-bw--1x {
  border-width: 1px;
}
.cb-bw--2x {
  border-width: 2px;
}
.cb-bw--3x {
  border-width: 3px;
}
.cb-bw--4x {
  border-width: 4px;
}
.cb-bw--5x {
  border-width: 5px;
}

.cb-bg--yellow {
  background-color: #FED141;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--yellow--hover:hover, .cb-bg--yellow--hover:focus {
  background-color: #FED141;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #FED141;
}

.cb-c--yellow {
  color: #FED141;
}

.cb-c--yellow--hover:hover, .cb-c--yellow--hover:focus {
  color: #FED141;
}

.cb-bc--yellow {
  border-color: #FED141;
}

.cb-bc--yellow th,
.cb-bc--yellow td {
  border-color: #FED141;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--yellow--hover:hover, .cb-bc--yellow--hover:focus {
  border-color: #FED141;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--yellow > th {
  background-color: #FED141;
}

.cb-table-row--yellow > :not(caption) > * > * {
  background-color: #FED141;
}

.cb-table-row-alt--yellow > tbody > tr:nth-of-type(even) > * {
  background-color: #FED141;
}

.cb-table-bc--yellow {
  border-color: #FED141;
}

.cb-bg--green {
  background-color: #005342;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--green--hover:hover, .cb-bg--green--hover:focus {
  background-color: #005342;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #005342;
}

.cb-c--green {
  color: #005342;
}

.cb-c--green--hover:hover, .cb-c--green--hover:focus {
  color: #005342;
}

.cb-bc--green {
  border-color: #005342;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--green--hover:hover, .cb-bc--green--hover:focus {
  border-color: #005342;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--green > th {
  background-color: #005342;
}

.cb-table-row--green > :not(caption) > * > * {
  background-color: #005342;
}

.cb-table-row-alt--green > tbody > tr:nth-of-type(even) > * {
  background-color: #005342;
}

.cb-table-bc--green {
  border-color: #005342;
}

.cb-bg--green-dark {
  background-color: #015343;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--green-dark--hover:hover, .cb-bg--green-dark--hover:focus {
  background-color: #015343;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #015343;
}

.cb-c--green-dark {
  color: #015343;
}

.cb-c--green-dark--hover:hover, .cb-c--green-dark--hover:focus {
  color: #015343;
}

.cb-bc--green-dark {
  border-color: #015343;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--green-dark--hover:hover, .cb-bc--green-dark--hover:focus {
  border-color: #015343;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--green-dark > th {
  background-color: #015343;
}

.cb-table-row--green-dark > :not(caption) > * > * {
  background-color: #015343;
}

.cb-table-row-alt--green-dark > tbody > tr:nth-of-type(even) > * {
  background-color: #015343;
}

.cb-table-bc--green-dark {
  border-color: #015343;
}

.cb-bg--olive {
  background-color: #346A00;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--olive--hover:hover, .cb-bg--olive--hover:focus {
  background-color: #346A00;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #346A00;
}

.cb-c--olive {
  color: #346A00;
}

.cb-c--olive--hover:hover, .cb-c--olive--hover:focus {
  color: #346A00;
}

.cb-bc--olive {
  border-color: #346A00;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--olive--hover:hover, .cb-bc--olive--hover:focus {
  border-color: #346A00;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--olive > th {
  background-color: #346A00;
}

.cb-table-row--olive > :not(caption) > * > * {
  background-color: #346A00;
}

.cb-table-row-alt--olive > tbody > tr:nth-of-type(even) > * {
  background-color: #346A00;
}

.cb-table-bc--olive {
  border-color: #346A00;
}

.cb-bg--blue {
  background-color: #1A76C5;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--blue--hover:hover, .cb-bg--blue--hover:focus {
  background-color: #1A76C5;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #1A76C5;
}

.cb-c--blue {
  color: #1A76C5;
}

.cb-c--blue--hover:hover, .cb-c--blue--hover:focus {
  color: #1A76C5;
}

.cb-bc--blue {
  border-color: #1A76C5;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--blue--hover:hover, .cb-bc--blue--hover:focus {
  border-color: #1A76C5;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--blue > th {
  background-color: #1A76C5;
}

.cb-table-row--blue > :not(caption) > * > * {
  background-color: #1A76C5;
}

.cb-table-row-alt--blue > tbody > tr:nth-of-type(even) > * {
  background-color: #1A76C5;
}

.cb-table-bc--blue {
  border-color: #1A76C5;
}

.cb-bg--teal {
  background-color: #006B91;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--teal--hover:hover, .cb-bg--teal--hover:focus {
  background-color: #006B91;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #006B91;
}

.cb-c--teal {
  color: #006B91;
}

.cb-c--teal--hover:hover, .cb-c--teal--hover:focus {
  color: #006B91;
}

.cb-bc--teal {
  border-color: #006B91;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--teal--hover:hover, .cb-bc--teal--hover:focus {
  border-color: #006B91;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--teal > th {
  background-color: #006B91;
}

.cb-table-row--teal > :not(caption) > * > * {
  background-color: #006B91;
}

.cb-table-row-alt--teal > tbody > tr:nth-of-type(even) > * {
  background-color: #006B91;
}

.cb-table-bc--teal {
  border-color: #006B91;
}

.cb-bg--indigo {
  background-color: #1B2B40;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--indigo--hover:hover, .cb-bg--indigo--hover:focus {
  background-color: #1B2B40;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #1B2B40;
}

.cb-c--indigo {
  color: #1B2B40;
}

.cb-c--indigo--hover:hover, .cb-c--indigo--hover:focus {
  color: #1B2B40;
}

.cb-bc--indigo {
  border-color: #1B2B40;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--indigo--hover:hover, .cb-bc--indigo--hover:focus {
  border-color: #1B2B40;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--indigo > th {
  background-color: #1B2B40;
}

.cb-table-row--indigo > :not(caption) > * > * {
  background-color: #1B2B40;
}

.cb-table-row-alt--indigo > tbody > tr:nth-of-type(even) > * {
  background-color: #1B2B40;
}

.cb-table-bc--indigo {
  border-color: #1B2B40;
}

.cb-bg--violet {
  background-color: #001C4E;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--violet--hover:hover, .cb-bg--violet--hover:focus {
  background-color: #001C4E;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #001C4E;
}

.cb-c--violet {
  color: #001C4E;
}

.cb-c--violet--hover:hover, .cb-c--violet--hover:focus {
  color: #001C4E;
}

.cb-bc--violet {
  border-color: #001C4E;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--violet--hover:hover, .cb-bc--violet--hover:focus {
  border-color: #001C4E;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--violet > th {
  background-color: #001C4E;
}

.cb-table-row--violet > :not(caption) > * > * {
  background-color: #001C4E;
}

.cb-table-row-alt--violet > tbody > tr:nth-of-type(even) > * {
  background-color: #001C4E;
}

.cb-table-bc--violet {
  border-color: #001C4E;
}

.cb-bg--purple {
  background-color: #691E4B;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--purple--hover:hover, .cb-bg--purple--hover:focus {
  background-color: #691E4B;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #691E4B;
}

.cb-c--purple {
  color: #691E4B;
}

.cb-c--purple--hover:hover, .cb-c--purple--hover:focus {
  color: #691E4B;
}

.cb-bc--purple {
  border-color: #691E4B;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--purple--hover:hover, .cb-bc--purple--hover:focus {
  border-color: #691E4B;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--purple > th {
  background-color: #691E4B;
}

.cb-table-row--purple > :not(caption) > * > * {
  background-color: #691E4B;
}

.cb-table-row-alt--purple > tbody > tr:nth-of-type(even) > * {
  background-color: #691E4B;
}

.cb-table-bc--purple {
  border-color: #691E4B;
}

.cb-bg--fuschia {
  background-color: #782A60;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--fuschia--hover:hover, .cb-bg--fuschia--hover:focus {
  background-color: #782A60;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #782A60;
}

.cb-c--fuschia {
  color: #782A60;
}

.cb-c--fuschia--hover:hover, .cb-c--fuschia--hover:focus {
  color: #782A60;
}

.cb-bc--fuschia {
  border-color: #782A60;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--fuschia--hover:hover, .cb-bc--fuschia--hover:focus {
  border-color: #782A60;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--fuschia > th {
  background-color: #782A60;
}

.cb-table-row--fuschia > :not(caption) > * > * {
  background-color: #782A60;
}

.cb-table-row-alt--fuschia > tbody > tr:nth-of-type(even) > * {
  background-color: #782A60;
}

.cb-table-bc--fuschia {
  border-color: #782A60;
}

.cb-bg--white {
  background-color: #FFFFFF;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--white--hover:hover, .cb-bg--white--hover:focus {
  background-color: #FFFFFF;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #FFFFFF;
}

.cb-c--white {
  color: #FFFFFF;
}

.cb-c--white--hover:hover, .cb-c--white--hover:focus {
  color: #FFFFFF;
}

.cb-bc--white {
  border-color: #FFFFFF;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--white--hover:hover, .cb-bc--white--hover:focus {
  border-color: #FFFFFF;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--white > th {
  background-color: #FFFFFF;
}

.cb-table-row--white > :not(caption) > * > * {
  background-color: #FFFFFF;
}

.cb-table-row-alt--white > tbody > tr:nth-of-type(even) > * {
  background-color: #FFFFFF;
}

.cb-table-bc--white {
  border-color: #FFFFFF;
}

.cb-bg--gray-light {
  background-color: #f6f8fb;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--gray-light--hover:hover, .cb-bg--gray-light--hover:focus {
  background-color: #f6f8fb;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #f6f8fb;
}

.cb-c--gray-light {
  color: #b2b1b0;
}

.cb-c--gray-light--hover:hover, .cb-c--gray-light--hover:focus {
  color: #b2b1b0;
}

.cb-bc--gray-light {
  border-color: #b2b1b0;
}

.cb-bc--gray-light th, .cb-bc--gray-light td {
  border-color: #b2b1b0;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--gray-light--hover:hover, .cb-bc--gray-light--hover:focus {
  border-color: #b2b1b0;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--gray-light > th {
  background-color: #b2b1b0;
}

.cb-table-row--gray-light > :not(caption) > * > * {
  background-color: #b2b1b0;
}

.cb-table-row-alt--gray-light > tbody > tr:nth-of-type(even) > * {
  background-color: #b2b1b0;
}

.cb-table-bc--gray-light {
  border-color: #b2b1b0;
}

.cb-bg--gray {
  background-color: #43464a;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--gray--hover:hover, .cb-bg--gray--hover:focus {
  background-color: #43464a;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #43464a;
}

.cb-c--gray {
  color: #43464a;
}

.cb-c--gray--hover:hover, .cb-c--gray--hover:focus {
  color: #43464a;
}

.cb-bc--gray {
  border-color: #43464a;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--gray--hover:hover, .cb-bc--gray--hover:focus {
  border-color: #43464a;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--gray > th {
  background-color: #43464a;
}

.cb-table-row--gray > :not(caption) > * > * {
  background-color: #43464a;
}

.cb-table-row-alt--gray > tbody > tr:nth-of-type(even) > * {
  background-color: #43464a;
}

.cb-table-bc--gray {
  border-color: #43464a;
}

.cb-bc--gray th, .cb-bc--gray td {
  border-color: #43464a;
}

.cb-bg--gray-dark {
  background-color: #333333;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--gray-dark--hover:hover, .cb-bg--gray-dark--hover:focus {
  background-color: #333333;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #333333;
}

.cb-c--gray-dark {
  color: #333333;
}

.cb-c--gray-dark--hover:hover, .cb-c--gray-dark--hover:focus {
  color: #333333;
}

.cb-bc--gray-dark {
  border-color: #333333;
}

.cb-bc--gray-dark th, .cb-bc--gray-dark td {
  border-color: #333333;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--gray-dark--hover:hover, .cb-bc--gray-dark--hover:focus {
  border-color: #333333;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--gray-dark > th {
  background-color: #333333;
}

.cb-table-row--gray-dark > :not(caption) > * > * {
  background-color: #333333;
}

.cb-table-row-alt--gray-dark > tbody > tr:nth-of-type(even) > * {
  background-color: #333333;
}

.cb-table-bc--gray-dark {
  border-color: #333333;
}

.cb-bc--gray-dark th, .cb-bc--gray-dark td {
  border-color: #333333;
}

.cb-bg--gray-darker {
  background-color: #2D3033;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--gray-darker--hover:hover, .cb-bg--gray-darker--hover:focus {
  background-color: #2D3033;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #2D3033;
}

.cb-c--gray-darker {
  color: #2D3033;
}

.cb-c--gray-darker--hover:hover, .cb-c--gray-darker--hover:focus {
  color: #2D3033;
}

.cb-bc--gray-darker {
  border-color: #2D3033;
}

.cb-bc--gray-darker th, .cb-bc--gray-darker td {
  border-color: #2D3033;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--gray-darker--hover:hover, .cb-bc--gray-darker--hover:focus {
  border-color: #2D3033;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--gray-darker > th {
  background-color: #2D3033;
}

.cb-table-row--gray-darker > :not(caption) > * > * {
  background-color: #2D3033;
}

.cb-table-row-alt--gray-darker > tbody > tr:nth-of-type(even) > * {
  background-color: #2D3033;
}

.cb-table-bc--gray-darker {
  border-color: #2D3033;
}

.cb-bg--gray-darkest {
  background-color: #1c1c1c;
}

.cb-bg--transparent {
  background-color: transparent;
}

.cb-bg--gray-darkest--hover:hover, .cb-bg--gray-darkest--hover:focus {
  background-color: #1c1c1c;
}

.cb-bg--transparent--hover:hover, .cb-bg--transparent--hover:focus {
  background-color: #1c1c1c;
}

.cb-c--gray-darkest {
  color: #1c1c1c;
}

.cb-c--gray-darkest--hover:hover, .cb-c--gray-darkest--hover:focus {
  color: #1c1c1c;
}

.cb-bc--gray-darkest {
  border-color: #1c1c1c;
}

.cb-bc--gray-darkest th, .cb-bc--gray-darkest td {
  border-color: #1c1c1c;
}

.cb-bc--transparent {
  border-color: transparent;
}

.cb-bc--gray-darkest--hover:hover, .cb-bc--gray-darkest--hover:focus {
  border-color: #1c1c1c;
}

.cb-bc--transparent:hover, .cb-bc--transparent:focus {
  border-color: transparent;
}

.cb-table-header--gray-darkest > th {
  background-color: #1c1c1c;
}

.cb-table-row--gray-darkest > :not(caption) > * > * {
  background-color: #1c1c1c;
}

.cb-table-row-alt--gray-darkest > tbody > tr:nth-of-type(even) > * {
  background-color: #1c1c1c;
}

.cb-table-bc--gray-darkest {
  border-color: #1c1c1c;
}

.search-page {
  margin-bottom: 40px;
  color: #393939;
  border-radius: 25px;
}
.search-page input {
  background-color: #f2f2f2;
}

[data-action=ipr_sidebarOpenPanel]:hover {
  outline: 1px solid #04c077;
  outline-offset: 5px;
  border-radius: 5px;
}

#ipr_sideToolBar_settings_title .ipr_form-responsiveChoice,
#ipr_sideToolBar_settings_title .ipr_form-group p,
#ipr_sideToolBar_settings_title .ipr_buttongroup,
#ipr_sideToolBar_settings_subheadline .ipr_settingsTabs-panelBody .ipr_form-group:last-child,
#ipr_sideToolBar_settings_taxonomy2 .ipr_optionsList,
#ipr_sideToolBar_settings_multimedia .ipr_optionsList {
  display: none;
}

.ipr_contentArea-container .ipr_cb-code {
  min-height: 60px;
  background: #eee;
  position: relative;
  border-radius: 10px;
  padding: 20px;
}
.ipr_contentArea-container .ipr_cb-code:after {
  content: "Embed Code (launch preview to see code rendered)";
  font-family: monospace;
}

.ipr_panelBar h1, .ipr_panelBar h2, .ipr_panelBar h3, .ipr_panelBar h4, .ipr_panelBar h5, .ipr_panelBar .h1, .ipr_panelBar .h2, .ipr_panelBar .h3, .ipr_panelBar .h4, .ipr_panelBar .h5 {
  font-size: inherit;
}

.ipr_addFile-selectedLink_path {
  background: none !important;
  color: white !important;
}

.ipr_addFile-selectedLink_path::placeholder,
.ipr_form-input::placeholder {
  color: white !important;
}

.editor-helper {
  display: flex;
  align-items: center;
  background-color: #eee;
  padding: 2rem;
  border-radius: 8px;
}
.editor-helper__icon {
  color: #444;
  font-size: 60px;
  margin-right: 20px;
}
.editor-helper__text {
  font-size: 16px;
}

.ipr_modal label {
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
}
