/* breakpoints */
/* colors */
h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  color: #313230;
}
@media (max-width: 359px) {
  h2 {
    font-size: 22px;
  }
}

h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  p {
    font-size: 15px;
  }
}

.padding-both {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .padding-both {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 575px) {
  .padding-both {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.bg-grey {
  background-color: #f0f0f0;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}
.heading-line-fw {
  position: relative;
  margin-bottom: 65px;
  text-align: center;
}
@media (max-width: 991px) {
  .heading-line-fw {
    margin-bottom: 30px;
  }
}
.heading-line-fw h2 {
  background-color: #fff;
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 0px 80px;
  text-align: center;
}
@media (max-width: 991px) {
  .heading-line-fw h2 {
    padding: 0px 50px;
  }
}
@media (max-width: 767px) {
  .heading-line-fw h2 {
    padding: 0px 30px;
  }
}
@media (max-width: 575px) {
  .heading-line-fw h2 {
    padding: 0px 15px;
  }
}
.heading-line-fw::before {
  content: "";
  width: calc(100% - 24px);
  position: absolute;
  height: 1px;
  background-color: #707070;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
}
@media (max-width: 575px) {
  .heading-line-fw::before {
    width: 100%;
  }
}

.button-center-aligner {
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
  font-size: 16px;
}
@media (max-width: 575px) {
  html {
    font-size: 40px;
  }
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  height: 100%;
}
@media (max-width: 575px) {
  body h3 {
    font-size: 30px;
  }
}

.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0 !important;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

button.btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}
button.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove excess padding and border in Firefox 4+ */
.btn,
button.btn {
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 14px;
}
.btn.center,
button.btn.center {
  display: block;
  margin: 0 auto;
}

.btn-white {
  background-color: #fff;
  color: #8fce37;
}

button.btn-cp-primary,
.btn-cp-primary {
  background-color: var(--accent-color);
  color: var(--accent-text-color);
  margin: 12px 0;
}
button.btn-cp-primary svg,
.btn-cp-primary svg {
  margin-right: 8px;
}
button.btn-cp-primary svg *,
.btn-cp-primary svg * {
  fill: var(--accent-text-color);
}
button.btn-cp-primary.inverted,
.btn-cp-primary.inverted {
  background-color: var(--accent-text-color);
  color: var(--accent-color);
}
button.btn-cp-primary.inverted svg *,
.btn-cp-primary.inverted svg * {
  fill: var(--accent-color);
}

.btn-arrow-forward {
  display: inline-flex;
  align-items: center;
}
.btn-arrow-forward::before {
  content: "";
  background-image: url(../images/arrow-forward.png);
  width: 24px;
  height: 9px;
  display: block;
  margin-right: 15px;
  transition: 0.15s ease-in-out;
}
.btn-arrow-forward.invert::before {
  filter: invert(100%);
}
.btn-arrow-forward:hover::before {
  filter: invert(100%) sepia(9%) saturate(238%) hue-rotate(318deg) brightness(114%) contrast(84%);
}

.quill .ql-align-center {
  text-align: center;
}
.quill .ql-align-left {
  text-align: left;
}
.quill .ql-align-right {
  text-align: right;
}
.quill .ql-align-justify {
  text-align: justify;
}
.quill .responsive-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 16px;
}
.quill .responsive-wrapper iframe.ql-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.heading-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.heading-wrapper h2 {
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 0px 80px;
  word-wrap: break-word;
  max-width: 100%;
}
@media (max-width: 991px) {
  .heading-wrapper h2 {
    padding: 0px 50px;
  }
}
@media (max-width: 767px) {
  .heading-wrapper h2 {
    padding: 0px 30px;
  }
}
@media (max-width: 575px) {
  .heading-wrapper h2 {
    padding: 0px 15px;
  }
}
.heading-wrapper::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #707070;
  left: 0;
  top: 50%;
}

.img-full-width {
  width: 100%;
  height: auto;
}

.img-center-margin {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.overflow-hidden {
  overflow: hidden;
  width: 100%;
}

.list-card {
  margin-bottom: 20px;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.controls {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.controls .search-group {
  position: relative;
}
.controls .search-group .submit {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.controls input.search {
  padding: 12px 16px;
  border-radius: 40px;
  border: 1px solid var(--accent-color);
}
.controls input.submit {
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.controls #width_tmp_select {
  display: none;
}
.controls .select-wrapper {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-right: 30px;
  padding-right: 20px;
}
.controls .select-wrapper #position-location {
  margin-left: 30px;
}
.controls .select-wrapper #position-team,
.controls .select-wrapper #position-location {
  width: 116px;
}
.controls .select-wrapper::after {
  content: "";
  background-image: url(../images/select-arrow.png);
  width: 8px;
  height: 4px;
  position: absolute;
  right: 0;
  pointer-events: none;
  background-repeat: no-repeat;
}
.controls .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.controls .select-wrapper select::-ms-expand {
  display: none;
}
.controls .select-wrapper select {
  border: 0;
  color: var(--accent-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  text-transform: capitalize;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: width;
}
.controls .select-wrapper select option {
  color: #000;
}

header {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
header .header-top-row {
  top: 30px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  z-index: 2;
}
header .header-top-row .arrow-back {
  position: absolute;
  left: 0;
  padding-left: calc(var(--bs-gutter-x));
  cursor: pointer;
}
header .header-top-row a.custom-logo-link {
  display: block;
  width: auto;
  max-width: 140px;
  margin: auto;
}
header .header-top-row a.custom-logo-link img {
  max-width: 100%;
  height: auto;
}
header .scroll-down-wrapper {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
header .scroll-down-wrapper::after {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
header .scroll-down-wrapper img.scroll-down-indicator {
  position: absolute;
  width: 16px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
header .header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
header .header-inner {
  padding-top: 290px;
  padding-bottom: 290px;
}
@media (max-width: 991px) {
  header .header-inner {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}
@media (max-width: 575px) {
  header .header-inner {
    padding-top: 100px;
    padding-bottom: 125px;
  }
  header .header-inner h1 {
    font-size: 24px;
  }
}
header .header-inner h1 {
  margin-bottom: 18px;
  text-align: center;
  max-width: 600px;
  word-break: break-word;
}
header .header-inner p {
  font-size: 18px;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
header .header-inner .btn-wrapper {
  margin-top: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  header .header-inner .btn-wrapper {
    flex-direction: column-reverse;
  }
}
header .header-inner .btn-wrapper .btn:first-of-type + .btn {
  margin-left: 30px;
}
@media (max-width: 575px) {
  header .header-inner .btn-wrapper .btn:first-of-type + .btn {
    margin-left: 0px;
    margin-top: 10px;
  }
}

/* ############################################################################ FOOTER ############################################################################ */
#colophon {
  position: relative;
  background-color: #313230;
  color: #d8d8d8;
  font-size: 14px;
}
#colophon .candidate-fast-track {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
#colophon .candidate-fast-track a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}
#colophon .candidate-fast-track a:hover {
  text-decoration: underline;
}
#colophon .company-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
#colophon .company-info--name {
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px;
}
#colophon .company-info--url {
  color: #fff;
  margin-bottom: 7px;
  text-decoration: none;
}
#colophon .company-info--url:hover {
  text-decoration: underline;
}
#colophon .company-info--privacy {
  color: #fff;
  text-decoration: none;
}
#colophon .company-info--privacy:hover {
  text-decoration: underline;
}
#colophon .site-map {
  margin-bottom: 2rem;
}
#colophon .site-map--title {
  font-size: 14px;
  color: #fff;
}
#colophon .site-map--socials {
  margin-top: 15px;
}
#colophon .site-map--socials a:not(:last-of-type) {
  margin-right: 8px;
}
#colophon .site-map--socials img {
  width: 20px;
}
#colophon .hitalento-tag {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #colophon .hitalento-tag {
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
}
#colophon .hitalento-tag--wrapper {
  max-width: 135px;
  width: 100%;
}
#colophon .hitalento-tag--wrapper a.hitalento-link {
  text-decoration: none;
  color: #fff;
}
#colophon .hitalento-tag--wrapper a.hitalento-link span {
  font-size: 14px;
  margin-bottom: 7px;
}
#colophon .hitalento-tag--wrapper a.hitalento-link * {
  display: block;
}

section.about-the-company .row {
  margin-bottom: 30px;
}
section.about-the-company .about-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}
@media (max-width: 767px) {
  section.about-the-company .about-card a:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
section.about-the-company .about-card a:hover {
  transform: scale(1.05);
}
section.about-the-company .about-card a .about-card--img {
  background-color: var(--brand-color);
  position: relative;
  width: 100%;
  padding-bottom: 69%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 5px;
  overflow: hidden;
  min-height: 245px;
}
@media (max-width: 767px) {
  section.about-the-company .about-card a .about-card--img {
    padding-bottom: 50%;
  }
}
section.about-the-company .about-card a .about-card--img.has-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
section.about-the-company .about-card a h4 {
  position: absolute;
  margin-bottom: 0;
  z-index: 1;
  color: #fff;
}
section.about-the-company .about-card a span {
  position: absolute;
  bottom: 11px;
  z-index: 1;
  color: #fff;
  padding-bottom: 0px;
  text-decoration: none;
  border-bottom: 1px solid var(--accent-color);
}

@media (max-width: 575px) {
  section.paragraph ol,
  section.paragraph ul {
    padding-left: 15px;
  }
  section.paragraph ol li,
  section.paragraph ul li {
    word-break: break-word;
  }
}

/* ############################################################################ SECTION: OPEN POSITIONS ############################################################################ */
section.open-positions .cards-container {
  margin-bottom: 10px;
}
section.open-positions .position-card-wrapper {
  margin-bottom: 30px;
}
section.open-positions .position-card-wrapper a {
  text-decoration: none;
  color: #000;
}
section.open-positions .position-card-wrapper {
  transition-duration: 0.2s;
}
section.open-positions .position-card-wrapper:hover {
  transform: scale(1.05);
}
section.open-positions .position-card-wrapper:hover .position-card {
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
}
section.open-positions .position-card {
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: box-shadow;
}
section.open-positions .position-card--img {
  background-color: var(--brand-color);
  padding-bottom: 43%;
  background-size: cover;
  background-position: 50% 50%;
}
section.open-positions .position-card--content {
  padding: 35px 30px 40px 30px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
section.open-positions .position-card--content p {
  hyphens: auto;
}
@media (max-width: 991px) {
  section.open-positions .position-card--content {
    padding: 25px 15px 20px 15px;
  }
}
@media (max-width: 767px) {
  section.open-positions .position-card--content {
    padding: 25px 30px 20px 30px;
  }
}
section.open-positions .position-card--content--departments {
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 17px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: -9px;
  min-height: 22.5px;
}
section.open-positions .position-card--content--departments .title,
section.open-positions .position-card--content--departments .location {
  font-size: 9px;
  margin-top: 9px;
  text-transform: uppercase;
  color: #868686;
}
section.open-positions .position-card--content--departments .divider {
  height: 10px;
  width: 1px;
  background-color: #333333;
  margin: 9px 15px 0 15px;
  margin-bottom: 2px;
}
section.open-positions .position-card--content--departments .divider:last-of-type {
  display: none;
}
section.open-positions .position-card--content h4 {
  margin-bottom: 20px;
  color: #000;
}
section.open-positions .position-card {
  position: relative;
}
section.open-positions .position-card span.apply {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: var(--accent-color);
  text-decoration: none;
  font-size: 15px;
}
section.open-positions.bright .controls select {
  color: var(--medium-grey);
}
section.open-positions.bright .controls input.search {
  border-color: var(--medium-grey);
}
section.open-positions.bright span.apply {
  color: var(--medium-grey);
}

.some-block {
  background-color: var(--brand-color);
  height: 52px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.some-block .socials a {
  text-decoration: none;
  margin-left: 2px;
  margin-right: 2px;
}
.some-block .socials a img {
  width: 20px;
}
.some-block .socials.invert a img {
  filter: invert(1);
}

section.single-page-body {
  padding-top: 75px;
  padding-bottom: 75px;
}
section.single-page-body .split-img-right {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  section.single-page-body .split-img-right {
    flex-direction: column-reverse;
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
section.single-page-body .split-img-right:first-of-type {
  margin-top: 0;
}
section.single-page-body .split-img-right:last-of-type {
  margin-bottom: 0;
}
section.single-page-body .split-img-right .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 80px;
  padding-left: 50px;
}
@media (max-width: 991px) {
  section.single-page-body .split-img-right .left {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-top: 30px;
  }
}
section.single-page-body .split-img-right .left p:last-of-type {
  margin-bottom: 0;
}
section.single-page-body .split-img-right .right {
  display: flex;
  align-items: center;
  padding-left: 0;
  flex-direction: row-reverse;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  section.single-page-body .split-img-right .right {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
section.single-page-body .split-img-right .right img {
  min-width: 100%;
}
@media (max-width: 991px) {
  section.single-page-body .split-img-right .right img {
    width: 100%;
  }
}
section.single-page-body .split-img-left {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  section.single-page-body .split-img-left {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
section.single-page-body .split-img-left .left {
  overflow-x: hidden;
  display: flex;
  align-items: center;
}
section.single-page-body .split-img-left .left img {
  min-width: 100%;
}
@media (max-width: 991px) {
  section.single-page-body .split-img-left .left img {
    width: 100%;
  }
}
section.single-page-body .split-img-left .right {
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  section.single-page-body .split-img-left .right {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-top: 30px;
  }
}
section.single-page-body .split-img-left .right p:last-of-type {
  margin-bottom: 0;
}

section.job-ad-summary {
  background-color: #efefef;
  padding-top: 35px;
  padding-bottom: 35px;
}
section.job-ad-summary .left {
  padding-right: 50px;
  display: flex;
  justify-content: flex-end;
}
section.job-ad-summary .right {
  padding-left: 30px;
}
section.job-ad-summary .spacer-wrapper {
  width: 1px;
}
section.job-ad-summary .spacer-wrapper .spacer {
  height: 130px;
  width: 1px;
  background-color: #333333;
}
@media (max-width: 767px) {
  section.job-ad-summary .spacer-wrapper {
    display: none;
  }
  section.job-ad-summary .left,
  section.job-ad-summary .right {
    padding: 0;
    justify-content: center;
    text-align: center;
  }
  section.job-ad-summary .left a,
  section.job-ad-summary .right a {
    margin-top: 30px;
  }
}
section.job-ad-summary span {
  font-size: 9px;
  color: #868686;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-bottom: 11px;
}
section.job-ad-summary h4 {
  margin: 0;
  text-align: center;
}

ul.ht-site-menu {
  padding: 0;
  margin: 0;
  right: calc(var(--bs-gutter-x));
  position: absolute;
  list-style: none;
}
ul.ht-site-menu li.ht-site-menu-item {
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
}
ul.ht-site-menu li.ht-site-menu-item a {
  text-decoration: none;
  color: #fff;
}
ul.ht-site-menu li.ht-site-menu-item:after {
  content: "/";
  margin-left: 10px;
}
ul.ht-site-menu li.ht-site-menu-item:last-child:after {
  display: none;
}

section.facts-block .facts-wrapper {
  padding: 30px;
  border-radius: 50px;
}
section.facts-block .facts-wrapper .facts-header {
  margin-bottom: 70px;
  margin-top: 40px;
}
section.facts-block .facts-wrapper .facts-header h2 {
  margin: 0;
}
section.facts-block .facts-wrapper .fact-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
section.facts-block .facts-wrapper .fact-items .fact-item .fact-item-inner {
  border: 2px solid #313230;
  border-radius: 20px;
  padding: 20px 30px;
}
section.facts-block .facts-wrapper .fact-items .fact-item .fact-item-inner p {
  font-size: 20px;
}
section.facts-block .facts-wrapper.inverted {
  color: #fff;
}
section.facts-block .facts-wrapper.inverted a {
  color: #fff;
}
section.facts-block .facts-wrapper.inverted a:hover {
  color: #fff;
  text-decoration: underline;
}
section.facts-block .facts-wrapper.inverted h2 {
  color: #fff;
}
section.facts-block .facts-wrapper.inverted .fact-item .fact-item-inner {
  border: 2px solid #fff;
}
section.facts-block .facts-wrapper.inverted .fact-item .fact-item-inner p {
  color: #fff;
}
section.facts-block .facts-wrapper .source-note {
  margin-top: 30px;
}
section.facts-block .facts-wrapper .source-note p {
  font-size: 14px;
  font-style: italic;
}

section.xl {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media (max-width: 575px) {
  section.xl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
section.lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 575px) {
  section.lg {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
section.md {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 575px) {
  section.md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.sm {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  section.sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}/*# sourceMappingURL=style.css.map */