/*
Theme Name: Stichting Connectr
Theme URI: https://stichting-connectr.pixdev.nl/
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Een thema op maat door Pixel Creation.
Version: 1.0
Text Domain: stichting-connectr
*/
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 100;
  src: url("webfonts/Barlow-Thin.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 200;
  src: url("webfonts/Barlow-ExtraLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  src: url("webfonts/Barlow-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/Barlow-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("webfonts/Barlow-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("webfonts/Barlow-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("webfonts/Barlow-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  src: url("webfonts/Barlow-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 900;
  src: url("webfonts/Barlow-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: Italic;
  font-weight: 400;
  src: url("webfonts/Barlow-Italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: Italic;
  font-weight: 500;
  src: url("webfonts/Barlow-MediumItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: Italic;
  font-weight: 600;
  src: url("webfonts/Barlow-SemiBoldItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: Italic;
  font-weight: 700;
  src: url("webfonts/Barlow-BoldItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: Italic;
  font-weight: 800;
  src: url("webfonts/Barlow-ExtraBoldItalic.ttf") format("truetype");
  font-display: swap;
}
body, html {
  font-size: 1.1rem;
  font-family: "Barlow", sans-serif;
  color: #333333;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

.accessibility {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 9px;
  font-size: 16px;
}
.accessibility .set-font-size {
  padding: 0 0 3px 0;
  display: inline-flex;
}
.accessibility .set-font-size .font-size {
  padding: 0 8px 2px 8px;
  display: flex;
  align-items: end;
  line-height: 1;
  border: 0;
  background-color: unset;
}
.accessibility .set-font-size .font-size.font-small {
  font-size: 15px;
}
.accessibility .set-font-size .font-size.font-medium {
  font-size: 18px;
}
.accessibility .set-font-size .font-size.font-large {
  font-size: 21px;
}
.accessibility .set-font-size .font-size:hover {
  text-decoration: underline;
}
.accessibility .set-font-size .font-size.active {
  font-weight: 700;
  cursor: default;
}
.accessibility .set-font-size .font-size.active:hover {
  text-decoration: none;
}
.accessibility .contrast {
  border: 0;
  background-color: unset;
}

/* TYPOGRAPHY */
h1 {
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  z-index: 15;
}
@media (max-width: 720px) {
  h1 {
    font-size: 34px;
  }
}

h2, .h2 {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 720px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 29px;
  font-weight: bold;
}

h4 {
  font-size: 24px;
  font-weight: bold;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

.subtitel {
  font-size: 26px !important;
}

.inleidende-tekst {
  font-size: 22px;
}

.extra-bold {
  font-weight: 800;
}

b, strong {
  font-weight: 600;
}

a {
  color: inherit;
  transition: 0.2s all ease;
}
a:hover {
  color: #00c2a0;
  text-decoration: underline;
}

main a {
  color: #333333;
  text-decoration: underline;
}
main a:hover {
  color: #00c2a0;
}

main p, main ul, main ol {
  font-size: 20px;
}

.p-last-child > *:last-child {
  margin-bottom: 0;
}

.bg-gradient {
  background: linear-gradient(90deg, #96d6f7 0%, #07faaa 100%) !important;
  border-radius: 20px;
}

.bg-light-grey {
  background-color: #F8F7F5;
}

/* BUTTONS */
.btn {
  padding: 13px 30px !important;
  border-radius: 40px;
  border: none;
  color: #333333 !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}
.btn:after {
  content: "\f061";
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  margin-left: 0.5rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.btn-primary {
  position: relative;
  background: linear-gradient(90deg, #96d6f7 0%, #07faaa 100%) !important;
}
.btn.btn-primary:before {
  content: "";
  background: linear-gradient(90deg, #96d6f7 0%, #07faaa 100%) !important;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  position: absolute;
  border-radius: 40px;
  z-index: -1;
}
.btn.btn-primary:hover {
  background: black !important;
  color: white !important;
}
.btn.btn-secondary {
  position: relative;
  border: 2px solid #25F9AA;
  background-color: white;
}
.btn.btn-secondary:before {
  content: "";
  background: linear-gradient(90deg, #96d6f7 0%, #07faaa 100%) !important;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  position: absolute;
  border-radius: 40px;
  z-index: -1;
}
.btn.btn-secondary:hover {
  background: black !important;
  color: white !important;
}
.btn.btn-link {
  background-color: white;
  position: relative;
  z-index: 7;
  font-weight: 600;
  font-size: 18px;
}
.btn.btn-default {
  position: relative;
  background-color: #ffffff;
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #96d6f7 0%, #07faaa 100%);
  background-origin: border-box;
  background-clip: border-box;
  box-shadow: -1000px 0 0 #F8F7F5 inset;
  transition: all ease 0.3s;
}
.btn.btn-default:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(90deg, #333333 0%, #333333 100%);
  transition: all ease 0.3s;
}

/* SECTIONS */
section {
  padding: 100px 0;
}
section.section-sm {
  padding: 75px 0;
}
section.section-sm-top {
  padding-top: 75px;
}
section.section-sm-bottom {
  padding-bottom: 75px;
}
section.section-dark {
  color: #fff;
  background-color: #333333;
}
section.section-grey {
  background-color: #F8F7F5;
}

/* CONTAINER */
.container {
  padding: 0 20px;
  max-width: 1500px !important;
}

/* BLOCKS */
.block {
  padding: 2rem;
}
.block.block-grey {
  background-color: #ececec;
}

/* HEADER */
.topbar {
  padding: 0.3rem 0;
  background-color: #F8F7F5;
}

.navbar .navbar-brand img {
  width: 240px;
}
@media screen and (max-width: 575px) {
  .navbar .navbar-brand img {
    width: 175px;
  }
}
.navbar .bar1, .navbar .bar2, .navbar .bar3 {
  width: 30px;
  height: 2px;
  margin: 6px 0;
  transition: 0.3s;
  border: none;
  border-radius: 30px;
  background-color: #000000;
}
.navbar .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
}
.navbar .change .bar2 {
  opacity: 0;
}
.navbar .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.navbar .close-button {
  position: relative;
}
.navbar .close-button .navbar-toggler {
  border: unset;
  padding: 0;
}
.navbar .close-button .navbar-toggler:focus {
  box-shadow: unset;
}

/* HERO */
.hero {
  height: 20rem;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-fit-content {
  width: fit-content;
}

/* Wide image with title */
.wide-image-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0;
  overflow: hidden;
  min-height: 20rem;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .wide-image-title {
    min-height: 25rem;
  }
}
@media screen and (min-width: 1200px) {
  .wide-image-title {
    min-height: 35rem;
  }
}
@media screen and (min-width: 2000px) {
  .wide-image-title {
    min-height: 45rem;
  }
}
.wide-image-title .wide-image-title-media {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
}
.wide-image-title .wide-image-title-media::after {
  content: "";
  width: 100%;
  height: 55%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(0deg, #1A171B -13.51%, rgba(26, 23, 27, 0) 92.17%);
  pointer-events: none;
}
.wide-image-title .wide-image-title-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wide-image-title .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.wide-image-title .wide-image-title-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .wide-image-title .wide-image-title-content {
    padding: 3rem 0;
  }
}
.wide-image-title .wide-image-title-heading {
  color: white;
  font-weight: 700;
  line-height: 1.2;
  max-width: 18ch;
}

/* TEKST GECENTREERD */
.tekst-gecentreerd .tekst-gecentreerd-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* TEKST MET AFBEELDING */
.tekst-met-afbeelding .tekst-met-afbeelding-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

/* CARDS */
.cards {
  overflow: hidden;
}
.cards .cards-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  color: #333333;
  background-color: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  text-decoration: none;
  transition: 0.2s all ease;
}
.cards .cards-card.cards-card-link {
  cursor: pointer;
}
.cards .cards-card.cards-card-link:hover {
  color: #333333;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.cards .cards-card.cards-card-link:hover .btn-secondary {
  background: black !important;
  color: white !important;
}
.cards .cards-card-logo {
  margin-bottom: 1.25rem;
}
.cards .cards-card-logo img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.cards .cards-card-title {
  font-size: 22px;
  margin-bottom: 0.75rem;
}
.cards .cards-card-text {
  margin-bottom: 1.5rem;
  font-size: 18px;
}

/* BESTUURSLEDEN */
.bestuurslid {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.bestuurslid .bestuurslid-image {
  position: relative;
  aspect-ratio: 16/14;
  overflow: hidden;
}
.bestuurslid .bestuurslid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.bestuurslid .bestuurslid-contact {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(90deg, #96d6f7 0%, #07faaa 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s all ease;
}
.bestuurslid .bestuurslid-functie {
  margin: 0;
  font-weight: 600;
}
.bestuurslid .bestuurslid-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #333333;
  font-weight: 600;
  word-break: break-word;
  text-align: left;
}
.bestuurslid .bestuurslid-contact-item a {
  color: #333333;
  text-decoration: none;
}
.bestuurslid .bestuurslid-contact-item a:hover {
  color: #333333;
  text-decoration: underline;
}
.bestuurslid:hover .bestuurslid-contact, .bestuurslid:focus-within .bestuurslid-contact {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.bestuurslid .bestuurslid-content {
  padding: 1.5rem;
  background-color: #fff;
  flex-grow: 1;
}
.bestuurslid .bestuurslid-title {
  font-size: 22px;
  margin-bottom: 0.5rem;
}
.bestuurslid .bestuurslid-text {
  font-size: 18px;
}

/* BLOG */
.blog {
  display: block;
  color: #333333;
  background-color: #fff;
  height: 100%;
  text-decoration: none;
}
.blog .blog-photo {
  height: 13rem;
  overflow: hidden;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.blog .blog-content {
  padding: 2rem;
}
.blog:hover {
  text-decoration: none;
  color: #333;
}
.blog:hover .blog-photo img {
  transform: scale(1.1);
}

/* CONTACT PAGE */
#map_canvas {
  height: 30rem;
}

/* FOOTER */
footer {
  padding: 5rem 0 4rem;
  background-color: #F8F7F5;
  overflow: hidden;
}
footer .footer-title {
  margin-bottom: 1rem;
}
footer .footer-text {
  max-width: 32rem;
  margin-bottom: 1.75rem;
}
footer .footer-address {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
  line-height: 1.6;
}
footer .footer-contact {
  margin-bottom: 2rem;
}
footer .footer-contact li {
  margin-bottom: 0.85rem;
}
footer .footer-contact li a {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #333333;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s all ease;
}
footer .footer-contact li a span {
  border-bottom: 2px solid #25F9AA;
  line-height: 1.3;
}
footer .footer-contact li a:hover {
  color: #00c2a0;
  text-decoration: none;
}
footer .footer-contact li a:hover span {
  border-bottom-color: #00c2a0;
}
footer .footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
}
footer .footer-socials .footer-socials-label {
  font-weight: 600;
}
footer .footer-socials .socials li a,
footer .footer-socials .socials li a:link,
footer .footer-socials .socials li a:visited,
footer .footer-socials .socials li a i {
  color: #333333;
  text-decoration: none;
  transition: 0.2s all ease;
}
footer .footer-socials .socials li a:hover,
footer .footer-socials .socials li a:hover i {
  color: #4BBDA1 !important;
}
footer .footer-form {
  margin-bottom: 2.5rem;
}
footer .footer-form .nf-form-content,
footer .footer-form .nf-form-fields-required {
  margin: 0;
}
footer .footer-form .nf-form-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
footer .footer-form .nf-form-fields-required {
  display: none;
}
footer .footer-form .nf-field-container {
  margin-bottom: 1.25rem;
}
footer .footer-form .nf-field-label {
  margin-bottom: 0 !important;
}
footer .footer-form .nf-field-label label {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
}
footer .footer-form .nf-field-element input[type=text],
footer .footer-form .nf-field-element input[type=email],
footer .footer-form .nf-field-element input[type=tel],
footer .footer-form .nf-field-element input[type=url],
footer .footer-form .nf-field-element input[type=number],
footer .footer-form .nf-field-element input[type=password],
footer .footer-form .nf-field-element input[type=search],
footer .footer-form .nf-field-element input[type=date],
footer .footer-form .nf-field-element textarea,
footer .footer-form .nf-field-element select {
  width: 100%;
  padding: 0.85rem 0;
  border: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
  border-radius: 0;
  background-color: transparent;
  color: #333333;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  box-shadow: none;
  appearance: none;
  transition: 0.2s all ease;
}
footer .footer-form .nf-field-element input[type=text]::placeholder,
footer .footer-form .nf-field-element input[type=email]::placeholder,
footer .footer-form .nf-field-element input[type=tel]::placeholder,
footer .footer-form .nf-field-element input[type=url]::placeholder,
footer .footer-form .nf-field-element input[type=number]::placeholder,
footer .footer-form .nf-field-element input[type=password]::placeholder,
footer .footer-form .nf-field-element input[type=search]::placeholder,
footer .footer-form .nf-field-element input[type=date]::placeholder,
footer .footer-form .nf-field-element textarea::placeholder,
footer .footer-form .nf-field-element select::placeholder {
  color: rgba(51, 51, 51, 0.55);
}
footer .footer-form .nf-field-element input[type=text]:focus,
footer .footer-form .nf-field-element input[type=email]:focus,
footer .footer-form .nf-field-element input[type=tel]:focus,
footer .footer-form .nf-field-element input[type=url]:focus,
footer .footer-form .nf-field-element input[type=number]:focus,
footer .footer-form .nf-field-element input[type=password]:focus,
footer .footer-form .nf-field-element input[type=search]:focus,
footer .footer-form .nf-field-element input[type=date]:focus,
footer .footer-form .nf-field-element textarea:focus,
footer .footer-form .nf-field-element select:focus {
  border-bottom-color: #4BBDA1;
  outline: none;
  box-shadow: none;
}
footer .footer-form .nf-field-element textarea {
  min-height: 120px;
  resize: vertical;
}
footer .footer-form .nf-field-element input[type=submit],
footer .footer-form .nf-field-element button[type=submit] {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-top: 0.5rem;
  padding: 13px 30px !important;
  border: none !important;
  border-radius: 40px !important;
  background: linear-gradient(90deg, #96d6f7 0%, #07faaa 100%) !important;
  color: #333333 !important;
  font-family: "Barlow", sans-serif;
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  transition: 0.2s all ease;
  box-shadow: none;
}
footer .footer-form .nf-field-element input[type=submit]:before,
footer .footer-form .nf-field-element button[type=submit]:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 40px;
  background: linear-gradient(90deg, #96d6f7 0%, #07faaa 100%) !important;
  z-index: -1;
}
footer .footer-form .nf-field-element input[type=submit]:hover,
footer .footer-form .nf-field-element button[type=submit]:hover {
  background: black !important;
  color: white !important;
}
footer .footer-form .nf-field-element button[type=submit]:after {
  content: "\f061";
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  margin-left: 0.5rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .footer-form .nf-error.field-wrap .nf-field-element:after {
  display: none;
}
footer .footer-form .nf-error.field-wrap .nf-field-element input,
footer .footer-form .nf-error.field-wrap .nf-field-element textarea,
footer .footer-form .nf-error.field-wrap .nf-field-element select {
  border-bottom-color: #c0392b;
}
footer .footer-form .nf-error-msg {
  color: #c0392b;
  font-size: 0.9rem;
}
footer .footer-logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.socials,
.social-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.7rem;
}
.socials li a,
.socials li a:link,
.socials li a:visited,
.social-list li a,
.social-list li a:link,
.social-list li a:visited {
  font-size: 1.25rem;
  color: #333333 !important;
  text-decoration: none;
}
.socials li a i,
.socials li a:link i,
.socials li a:visited i,
.social-list li a i,
.social-list li a:link i,
.social-list li a:visited i {
  color: #333333 !important;
}
.socials li a:hover, .socials li a:hover i,
.socials li a:link:hover,
.socials li a:link:hover i,
.socials li a:visited:hover,
.socials li a:visited:hover i,
.social-list li a:hover,
.social-list li a:hover i,
.social-list li a:link:hover,
.social-list li a:link:hover i,
.social-list li a:visited:hover,
.social-list li a:visited:hover i {
  color: #333333 !important;
  text-decoration: none;
  opacity: 0.7;
}

.footerbar {
  background-color: #333333;
  color: #ffffff;
  font-size: 0.875rem;
}
.footerbar a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s all ease;
}
.footerbar a:hover {
  color: #25F9AA;
}

/* SCREEN READER */
.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;
  width: 1px;
  word-wrap: normal !important;
}

/*# sourceMappingURL=style.css.map */
