@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,400;0,700;0,800;1,400&display=swap");
/*!
 *  Theme Name: Bistro Soleil
 *  Theme URI: bistrosoleil.erlenhof-bl.ch
 *  Author: Erlenhof | Zentrum
 *  Author URI: https://www.erlenhof-bl.ch/
 *  Description: Bistro Soleil Aesch
 *  Version: 1.0.0
 *  License: Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
 *  License URI: https://creativecommons.org/licenses/by-nc-nd/4.0/
 *  Tags: two-columns, three-columns, four-columns, grid-layout
 *  Text Domain: bistrosoleil */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #151515;
  margin: 0;
}
body.logged-in.admin-bar .header__navbar {
  margin-top: 32px;
}
body.page-template-rechtliches main, body.error404 main {
  padding-top: 74px;
}
body.page-template-rechtliches h2 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.wrapper {
  min-height: 100%;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

.svg__sprite {
  height: 0;
  position: absolute;
  width: 0;
}

@media screen and (max-width: 782px) {
  body.logged-in.admin-bar .header__navbar {
    margin-top: 46px;
  }
}
body {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-weight: 800;
  margin: 0;
}

strong {
  font-weight: 700;
}

a {
  color: #111111;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.page-title {
  background-color: #f5f5f5;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
.button {
  border: 2px solid #111111;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  padding: 8px 22px;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.button--primary {
  background-color: #111111;
}
.button--primary:hover {
  background-color: #111111;
  border-color: #111111;
}

.header__navbar {
  background-color: #fff;
  left: 0;
  padding: 1.25rem 0;
  position: fixed;
  right: 0;
  top: -80px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: 1030;
}
.header__navbar--show {
  top: 0;
}

.header__navigation .navbar {
  display: block;
}
.header__navigation .navbar__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}
.header__navigation .navbar__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__navigation .navbar__action .sprite__menu {
  fill: #151515;
}
.header__navigation .navbar__action .sprite__menu,
.header__navigation .navbar__action .sprite__close {
  height: 26px;
  width: 26px;
}
.header__navigation .navbar__action--close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.header__navigation .navbar__overlay {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 1030;
}
.header__navigation .navbar__overlay--show {
  opacity: 1;
  visibility: visible;
}
.header__navigation .navbar__menu {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  height: 100%;
  right: -400px;
  max-width: 400px;
  overflow-y: auto;
  padding-top: 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}
.header__navigation .navbar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header__navigation .navbar__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header__navigation .navbar__item--current .navbar__link {
  color: #111111;
}
.header__navigation .navbar__link {
  color: #151515;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 1rem 1.5rem;
  text-decoration: none;
}
.header__navigation .navbar__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__navigation .navbar__logo img {
  display: block;
  max-width: 200px;
  width: 100%;
}
.header__navigation .navbar__logo .logo {
  text-align: center;
}
.header__navigation .navbar__logo .logo__partner-brand {
  position: absolute;
  top: -21px;
}
.header__navigation .navbar__logo .logo__heading {
  padding-left: 7rem;
}
.header__navigation .navbar__logo .logo__title, .header__navigation .navbar__logo .logo__sub-title {
  color: #fff;
}
.header__navigation .navbar__logo .logo__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.header__navigation .navbar__logo .logo__sub-title {
  font-size: 8.2px;
  font-weight: 600;
  letter-spacing: 2.575px;
  text-transform: uppercase;
}

.menu__action {
  display: inline-block;
  padding: 1rem 1.5rem;
}
.menu__action:hover svg {
  fill: #111111;
}
.menu__action .sprite {
  height: 32px;
  width: 32px;
}

@media screen and (min-width: 992px) {
  body {
    overflow: auto !important;
  }
  .header__navigation .navbar__menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    right: auto !important;
    -webkit-transition: none;
    transition: none;
    width: auto;
  }
  .header__navigation .navbar__item {
    border: 0;
    display: inline-block;
  }
  .header__navigation .navbar__item:not(:last-child) {
    border: 0;
    margin-right: 1.5rem;
  }
  .header__navigation .navbar__link {
    font-size: 16px;
    padding: 0;
    text-decoration: none;
  }
  .header__navigation .navbar__link:hover {
    color: #111111;
  }
  .header__navigation .navbar__actions, .header__navigation .navbar__action {
    display: none;
  }
  .header__navigation .navbar__overlay, .header__navigation .navbar__overlay--show {
    display: none;
  }
  .menu__action {
    margin-left: 3rem;
    padding: 0;
  }
  .menu__action .sprite {
    height: 26px;
    width: 26px;
  }
}
@media screen and (min-width: 768px) {
  .header__navigation .navbar__inner {
    max-width: none;
    padding: 0 5rem;
  }
}
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 74px 1rem 1rem;
}
.hero__outer {
  margin: 0 auto;
  width: 100%;
}
.hero__inner {
  height: 100%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.hero__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.hero__image {
  position: relative;
  width: 100%;
}
.hero__image img {
  display: block;
  height: auto;
  width: 100%;
}
.hero__title {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.hero__text {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 2.75rem;
}
.hero__button {
  margin-bottom: 0;
}
.hero__button:hover {
  text-decoration: none;
}

@media (min-width: 576px) {
  .hero__inner {
    max-width: 540px;
  }
  .hero__button {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .hero {
    padding: 7rem 5rem 5rem;
  }
  .hero__inner {
    max-width: 720px;
  }
  .hero__text {
    font-size: 22px;
  }
  .hero__button {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .hero__inner {
    max-width: none;
    text-align: left;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__content {
    padding-right: 15%;
  }
  .hero__button {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .hero__title {
    font-size: 50px;
  }
  .hero__title br {
    display: inline;
  }
}
.card {
  background-color: #f5f5f5;
  color: #555555;
  font-size: 16px;
  margin-bottom: 1.25rem;
  padding: 3rem;
  text-align: center;
  width: 100%;
}
.card__title {
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.card__list {
  list-style: none;
  line-height: 1.7;
  margin: 0 0 1.5rem;
  padding: 0;
}
.card__text {
  line-height: 1.7;
}
.card__text strong {
  color: #151515;
}

.contact-form {
  margin-bottom: 2rem;
}

.details__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.details__list:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .contact-form {
    margin-bottom: 0;
    padding-right: 2rem;
  }
}
.error__heading {
  color: #111111;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.error__button {
  margin-top: 1rem;
}
.error__button:hover {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .error__heading {
    font-size: 2.5rem;
  }
}
body.page-template-rechtliches .section, body.error404 .section {
  min-height: 0;
}
body.page-template-rechtliches .section__title, body.error404 .section__title {
  text-align: left;
}

.section {
  min-height: calc(100vh - 74px);
  padding: 2rem 0;
  scroll-margin-top: 0px;
}
.section--light-grey-background {
  background-color: #f5f5f5;
}
.section__outer {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
.section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.section__row--content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  width: 100%;
}
.section__content p {
  margin-bottom: 1rem;
  margin-top: 0;
}
.section__content p:last-child {
  margin-bottom: 0;
}
.section__title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.section__sub-title {
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}
.section__sub-title span {
  color: #555555;
  font-weight: 400;
}

@media (min-width: 576px) {
  .section__outer {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .section {
    padding: 3rem 0;
  }
  .section__outer {
    max-width: 720px;
  }
  .section__lead {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .section__outer {
    max-width: 960px;
  }
  .section__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section__outer {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .section__outer {
    max-width: 1320px;
  }
}
input[type=checkbox] {
  cursor: pointer;
  float: left;
  margin: 6px 0.35rem 0 0;
}
input:focus {
  outline: 1px solid rgba(0, 0, 0, 0.1);
}

textarea:focus {
  outline: 1px solid rgba(0, 0, 0, 0.1);
}

.wpcf7-submit {
  font-size: 16px;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form-control-wrap[data-name=formularauswahl-4] {
  max-width: 250px;
  position: relative;
}
.wpcf7-form-control-wrap[data-name=formularauswahl-4]::before {
  content: url('data:image/svg+xml;utf8,<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon points="8 11.8 .8 5.2 1.5 4.5 8 10.5 14.5 4.5 15.2 5.2 8 11.8"/></svg>');
  line-height: 1;
  margin-top: 2px;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.9);
      -ms-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
  pointer-events: none;
}
.wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip {
  margin: 0.5rem 0 0;
}
.wpcf7-form-control-wrap.recaptcha {
  display: block;
  margin-bottom: 1rem;
}
.wpcf7-response-output {
  background-color: #f5f5f5;
  border: 0 !important;
  font-size: 16px;
  margin: 1.5rem 0 0 !important;
  padding: 1rem 1.25rem !important;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item:not(:last-child) {
  margin-right: 1rem;
}
.wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 16px;
  margin: -0.75rem 0 1.25rem;
}

.form__input {
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  margin-bottom: 1.25rem;
  padding: 1rem 1.25rem;
  width: 100%;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

@media screen and (min-width: 992px) {
  .wpcf7-submit {
    font-size: 18px;
  }
  .wpcf7-list-item {
    margin: 0;
  }
  .wpcf7-list-item:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .wpcf7-response-output {
    font-size: 18px;
  }
  .form__input {
    font-size: 18px;
  }
}
.footer {
  background-color: #111111;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 1.7;
}
.footer__column:not(:last-child) .footer__content {
  margin-bottom: 1rem;
}
.footer__section {
  padding: 1.5rem 0;
}
.footer__section--primary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem 0;
}
.footer__outer {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.footer__logo {
  display: block;
  max-width: 195px !important;
  width: 100%;
}
.footer__link {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
.footer__link:hover {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}
.footer__title {
  display: block;
  margin-bottom: 0.25rem;
}
.footer__legal {
  text-align: left;
}
.footer a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}
.footer .widget__content p {
  margin: 0;
}

@media (min-width: 576px) {
  .footer__outer {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .footer__outer {
    max-width: 720px;
  }
  .footer__legal {
    text-align: right;
    width: 100%;
  }
  .footer__column {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer__outer {
    max-width: 960px;
  }
  .footer__column:not(:last-child) .footer__content {
    margin-bottom: 0;
  }
  .footer__title {
    display: block;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .footer__outer {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .footer__outer {
    max-width: 1320px;
  }
}
.modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  z-index: 9999;
}
.modal__overlay {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__close {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.modal__close svg {
  height: 26px;
  width: 26px;
}
.modal__content {
  background-color: #fff;
  margin: 0 1rem;
  max-width: 600px;
  padding: 2.5rem;
  position: relative;
  width: 100%;
  z-index: 9999;
}
.modal__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* ##### Margin ##### */
[class*="--m-0"] {
  margin: 0;
}

[class*="--m-0-5"] {
  margin: 0.5rem;
}

[class*="--m-1"] {
  margin: 1rem;
}

[class*="--m-1-5"] {
  margin: 1.5rem;
}

[class*="--m-2"] {
  margin: 2rem;
}

[class*="--m-2-5"] {
  margin: 2.5rem;
}

[class*="--m-3"] {
  margin: 3rem;
}

[class*="--m-3-5"] {
  margin: 3.5rem;
}

[class*="--m-4"] {
  margin: 4rem;
}

[class*="--m-4-5"] {
  margin: 4.5rem;
}

[class*="--m-5"] {
  margin: 5rem;
}

[class*="--m-5-5"] {
  margin: 5.5rem;
}

/* ##### Margin top ##### */
[class*="--mt-0"] {
  margin-top: 0;
}

[class*="--mt-0-5"] {
  margin-top: 0.5rem;
}

[class*="--mt-1"] {
  margin-top: 1rem;
}

[class*="--mt-1-5"] {
  margin-top: 1.5rem;
}

[class*="--mt-2"] {
  margin-top: 2rem;
}

[class*="--mt-2-5"] {
  margin-top: 2.5rem;
}

[class*="--mt-3"] {
  margin-top: 3rem;
}

[class*="--mt-3-5"] {
  margin-top: 3.5rem;
}

[class*="--mt-4"] {
  margin-top: 4rem;
}

[class*="--mt-4-5"] {
  margin-top: 4.5rem;
}

[class*="--mt-5"] {
  margin-top: 5rem;
}

[class*="--mt-5-5"] {
  margin-top: 5.5rem;
}

/* ##### Margin right ##### */
[class*="--mr-0"] {
  margin-right: 0;
}

[class*="--mr-0-5"] {
  margin-right: 0.5rem;
}

[class*="--mr-1"] {
  margin-right: 1rem;
}

[class*="--mr-1-5"] {
  margin-right: 1.5rem;
}

[class*="--mr-2"] {
  margin-right: 2rem;
}

[class*="--mr-2-5"] {
  margin-right: 2.5rem;
}

[class*="--mr-3"] {
  margin-right: 3rem;
}

[class*="--mr-3-5"] {
  margin-right: 3.5rem;
}

[class*="--mr-4"] {
  margin-right: 4rem;
}

[class*="--mr-4-5"] {
  margin-right: 4.5rem;
}

[class*="--mr-5"] {
  margin-right: 5rem;
}

[class*="--mr-5-5"] {
  margin-right: 5.5rem;
}

/* ##### Margin bottom ##### */
[class*="--mb-0"] {
  margin-bottom: 0;
}

[class*="--mb-0-5"] {
  margin-bottom: 0.5rem;
}

[class*="--mb-1"] {
  margin-bottom: 1rem;
}

[class*="--mb-1-5"] {
  margin-bottom: 1.5rem;
}

[class*="--mb-2"] {
  margin-bottom: 2rem;
}

[class*="--mb-2-5"] {
  margin-bottom: 2.5rem;
}

[class*="--mb-3"] {
  margin-bottom: 3rem;
}

[class*="--mb-3-5"] {
  margin-bottom: 3.5rem;
}

[class*="--mb-4"] {
  margin-bottom: 4rem;
}

[class*="--mb-4-5"] {
  margin-bottom: 4.5rem;
}

[class*="--mb-5"] {
  margin-bottom: 5rem;
}

[class*="--mb-5-5"] {
  margin-bottom: 5.5rem;
}

/* ##### Margin left ##### */
[class*="--ml-0"] {
  margin-bottom: 0;
}

[class*="--ml-0-5"] {
  margin-bottom: 0.5rem;
}

[class*="--ml-1"] {
  margin-bottom: 1rem;
}

[class*="--ml-1-5"] {
  margin-bottom: 1.5rem;
}

[class*="--ml-2"] {
  margin-bottom: 2rem;
}

[class*="--ml-2-5"] {
  margin-bottom: 2.5rem;
}

[class*="--ml-3"] {
  margin-bottom: 3rem;
}

[class*="--ml-3-5"] {
  margin-bottom: 3.5rem;
}

[class*="--ml-4"] {
  margin-bottom: 4rem;
}

[class*="--ml-4-5"] {
  margin-bottom: 4.5rem;
}

[class*="--ml-5"] {
  margin-bottom: 5rem;
}

[class*="--ml-5-5"] {
  margin-bottom: 5.5rem;
}

/* ##### Padding ##### */
[class*="--p-0"] {
  padding: 0;
}

[class*="--p-0-5"] {
  padding: 0.5rem;
}

[class*="--p-1"] {
  padding: 1rem;
}

[class*="--p-1-5"] {
  padding: 1.5rem;
}

[class*="--p-2"] {
  padding: 2rem;
}

[class*="--p-2-5"] {
  padding: 2.5rem;
}

[class*="--p-3"] {
  padding: 3rem;
}

[class*="--p-3-5"] {
  padding: 3.5rem;
}

[class*="--p-4"] {
  padding: 4rem;
}

[class*="--p-4-5"] {
  padding: 4.5rem;
}

[class*="--p-5"] {
  padding: 5rem;
}

[class*="--p-5-5"] {
  padding: 5.5rem;
}

/* ##### Padding top ##### */
[class*="--pt-0"] {
  padding-top: 0;
}

[class*="--pt-0-5"] {
  padding-top: 0.5rem;
}

[class*="--pt-1"] {
  padding-top: 1rem;
}

[class*="--pt-1-5"] {
  padding-top: 1.5rem;
}

[class*="--pt-2"] {
  padding-top: 2rem;
}

[class*="--pt-2-5"] {
  padding-top: 2.5rem;
}

[class*="--pt-3"] {
  padding-top: 3rem;
}

[class*="--pt-3-5"] {
  padding-top: 3.5rem;
}

[class*="--pt-4"] {
  padding-top: 4rem;
}

[class*="--pt-4-5"] {
  padding-top: 4.5rem;
}

[class*="--pt-5"] {
  padding-top: 5rem;
}

[class*="--pt-5-5"] {
  padding-top: 5.5rem;
}

/* ##### Padding right ##### */
[class*="--pr-0"] {
  padding-right: 0;
}

[class*="--pr-0-5"] {
  padding-right: 0.5rem;
}

[class*="--pr-1"] {
  padding-right: 1rem;
}

[class*="--pr-1-5"] {
  padding-right: 1.5rem;
}

[class*="--pr-2"] {
  padding-right: 2rem;
}

[class*="--pr-2-5"] {
  padding-right: 2.5rem;
}

[class*="--pr-3"] {
  padding-right: 3rem;
}

[class*="--pr-3-5"] {
  padding-right: 3.5rem;
}

[class*="--pr-4"] {
  padding-right: 4rem;
}

[class*="--pr-4-5"] {
  padding-right: 4.5rem;
}

[class*="--pr-5"] {
  padding-right: 5rem;
}

[class*="--pr-5-5"] {
  padding-right: 5.5rem;
}

/* ##### Padding bottom ##### */
[class*="--pb-0"] {
  padding-bottom: 0;
}

[class*="--pb-0-5"] {
  padding-bottom: 0.5rem;
}

[class*="--pb-1"] {
  padding-bottom: 1rem;
}

[class*="--pb-1-5"] {
  padding-bottom: 1.5rem;
}

[class*="--pb-2"] {
  padding-bottom: 2rem;
}

[class*="--pb-2-5"] {
  padding-bottom: 2.5rem;
}

[class*="--pb-3"] {
  padding-bottom: 3rem;
}

[class*="--pb-3-5"] {
  padding-bottom: 3.5rem;
}

[class*="--pb-4"] {
  padding-bottom: 4rem;
}

[class*="--pb-4-5"] {
  padding-bottom: 4.5rem;
}

[class*="--pb-5"] {
  padding-bottom: 5rem;
}

[class*="--pb-5-5"] {
  padding-bottom: 5.5rem;
}

/* ##### Padding left ##### */
[class*="--pl-0"] {
  padding-left: 0;
}

[class*="--pl-0-5"] {
  padding-left: 0.5rem;
}

[class*="--pl-1"] {
  padding-left: 1rem;
}

[class*="--pl-1-5"] {
  padding-left: 1.5rem;
}

[class*="--pl-2"] {
  padding-left: 2rem;
}

[class*="--pl-2-5"] {
  padding-left: 2.5rem;
}

[class*="--pl-3"] {
  padding-left: 3rem;
}

[class*="--pl-3-5"] {
  padding-left: 3.5rem;
}

[class*="--pl-4"] {
  padding-left: 4rem;
}

[class*="--pl-4-5"] {
  padding-left: 4.5rem;
}

[class*="--pl-5"] {
  padding-left: 5rem;
}

[class*="--pl-5-5"] {
  padding-left: 5.5rem;
}

[class$=__column--1],
[class$=__column--2],
[class$=__column--3],
[class$=__column--4],
[class$=__column--5],
[class$=__column--6],
[class$=__column--7],
[class$=__column--8],
[class$=__column--9],
[class$=__column--10],
[class$=__column--11],
[class$=__column--12],
[class$=__column--sm-1],
[class$=__column--sm-2],
[class$=__column--sm-3],
[class$=__column--sm-4],
[class$=__column--sm-5],
[class$=__column--sm-6],
[class$=__column--sm-7],
[class$=__column--sm-8],
[class$=__column--sm-9],
[class$=__column--sm-10],
[class$=__column--sm-11],
[class$=__column--sm-12],
[class$=__column--md-1],
[class$=__column--md-2],
[class$=__column--md-3],
[class$=__column--md-4],
[class$=__column--md-5],
[class$=__column--md-6],
[class$=__column--md-7],
[class$=__column--md-8],
[class$=__column--md-9],
[class$=__column--md-10],
[class$=__column--md-11],
[class$=__column--md-12],
[class$=__column--lg-1],
[class$=__column--lg-2],
[class$=__column--lg-3],
[class$=__column--lg-4],
[class$=__column--lg-5],
[class$=__column--lg-6],
[class$=__column--lg-7],
[class$=__column--lg-8],
[class$=__column--lg-9],
[class$=__column--lg-10],
[class$=__column--lg-11],
[class$=__column--lg-12],
[class$=__column--xl-1],
[class$=__column--xl-2],
[class$=__column--xl-3],
[class$=__column--xl-4],
[class$=__column--xl-5],
[class$=__column--xl-6],
[class$=__column--xl-7],
[class$=__column--xl-8],
[class$=__column--xl-9],
[class$=__column--xl-10],
[class$=__column--xl-11],
[class$=__column--xl-12] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.75rem;
}

[class$=__column--sm-1],
[class$=__column--sm-2],
[class$=__column--sm-3],
[class$=__column--sm-4],
[class$=__column--sm-5],
[class$=__column--sm-6],
[class$=__column--sm-7],
[class$=__column--sm-8],
[class$=__column--sm-9],
[class$=__column--sm-10],
[class$=__column--sm-11],
[class$=__column--sm-12],
[class$=__column--md-1],
[class$=__column--md-2],
[class$=__column--md-3],
[class$=__column--md-4],
[class$=__column--md-5],
[class$=__column--md-6],
[class$=__column--md-7],
[class$=__column--md-8],
[class$=__column--md-9],
[class$=__column--md-10],
[class$=__column--md-11],
[class$=__column--md-12],
[class$=__column--lg-1],
[class$=__column--lg-2],
[class$=__column--lg-3],
[class$=__column--lg-4],
[class$=__column--lg-5],
[class$=__column--lg-6],
[class$=__column--lg-7],
[class$=__column--lg-8],
[class$=__column--lg-9],
[class$=__column--lg-10],
[class$=__column--lg-11],
[class$=__column--lg-12],
[class$=__column--xl-1],
[class$=__column--xl-2],
[class$=__column--xl-3],
[class$=__column--xl-4],
[class$=__column--xl-5],
[class$=__column--xl-6],
[class$=__column--xl-7],
[class$=__column--xl-8],
[class$=__column--xl-9],
[class$=__column--xl-10],
[class$=__column--xl-11],
[class$=__column--xl-12] {
  width: 100%;
}

[class$=__column--1] {
  width: 8.33333333%;
}

[class$=__column--2] {
  width: 16.66666667%;
}

[class$=__column--3] {
  width: 25%;
}

[class$=__column--4] {
  width: 33.33333333%;
}

[class$=__column--5] {
  width: 41.66666667%;
}

[class$=__column--6] {
  width: 50%;
}

[class$=__column--7] {
  width: 58.33333333%;
}

[class$=__column--8] {
  width: 66.66666667%;
}

[class$=__column--9] {
  width: 75%;
}

[class$=__column--10] {
  width: 83.33333333%;
}

[class$=__column--11] {
  width: 91.66666667%;
}

[class$=__column--12] {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  [class$=__column--xl-1] {
    width: 8.33333333%;
  }
  [class$=__column--xl-2] {
    width: 16.66666667%;
  }
  [class$=__column--xl-3] {
    width: 25%;
  }
  [class$=__column--xl-4] {
    width: 33.33333333%;
  }
  [class$=__column--xl-5] {
    width: 41.66666667%;
  }
  [class$=__column--xl-6] {
    width: 50%;
  }
  [class$=__column--xl-7] {
    width: 58.33333333%;
  }
  [class$=__column--xl-8] {
    width: 66.66666667%;
  }
  [class$=__column--xl-9] {
    width: 75%;
  }
  [class$=__column--xl-10] {
    width: 83.33333333%;
  }
  [class$=__column--xl-11] {
    width: 91.66666667%;
  }
  [class$=__column--xl-12] {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  [class$=__column--lg-1] {
    width: 8.33333333%;
  }
  [class$=__column--lg-2] {
    width: 16.66666667%;
  }
  [class$=__column--lg-3] {
    width: 25%;
  }
  [class$=__column--lg-4] {
    width: 33.33333333%;
  }
  [class$=__column--lg-5] {
    width: 41.66666667%;
  }
  [class$=__column--lg-6] {
    width: 50%;
  }
  [class$=__column--lg-7] {
    width: 58.33333333%;
  }
  [class$=__column--lg-8] {
    width: 66.66666667%;
  }
  [class$=__column--lg-9] {
    width: 75%;
  }
  [class$=__column--lg-10] {
    width: 83.33333333%;
  }
  [class$=__column--lg-11] {
    width: 91.66666667%;
  }
  [class$=__column--lg-12] {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  [class$=__column--md-1] {
    width: 8.33333333%;
  }
  [class$=__column--md-2] {
    width: 16.66666667%;
  }
  [class$=__column--md-3] {
    width: 25%;
  }
  [class$=__column--md-4] {
    width: 33.33333333%;
  }
  [class$=__column--md-5] {
    width: 41.66666667%;
  }
  [class$=__column--md-6] {
    width: 50%;
  }
  [class$=__column--md-7] {
    width: 58.33333333%;
  }
  [class$=__column--md-8] {
    width: 66.66666667%;
  }
  [class$=__column--md-9] {
    width: 75%;
  }
  [class$=__column--md-10] {
    width: 83.33333333%;
  }
  [class$=__column--md-11] {
    width: 91.66666667%;
  }
  [class$=__column--md-12] {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  [class$=__column--sm-1] {
    width: 8.33333333%;
  }
  [class$=__column--sm-2] {
    width: 16.66666667%;
  }
  [class$=__column--sm-3] {
    width: 25%;
  }
  [class$=__column--sm-4] {
    width: 33.33333333%;
  }
  [class$=__column--sm-5] {
    width: 41.66666667%;
  }
  [class$=__column--sm-6] {
    width: 50%;
  }
  [class$=__column--sm-7] {
    width: 58.33333333%;
  }
  [class$=__column--sm-8] {
    width: 66.66666667%;
  }
  [class$=__column--sm-9] {
    width: 75%;
  }
  [class$=__column--sm-10] {
    width: 83.33333333%;
  }
  [class$=__column--sm-11] {
    width: 91.66666667%;
  }
  [class$=__column--sm-12] {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */