.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Fira Sans', sans-serif;
  color: #0c63a1;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: 'Fira Sans', sans-serif;
  color: #004576;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: 'Fira Sans', sans-serif;
  color: #004576;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Fira Sans', sans-serif;
  color: #004576;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

a {
  font-family: 'Fira Sans', sans-serif;
  color: #004576;
  font-size: 18px;
  text-decoration: none;
}

a:hover {
  color: #0c63a1;
}

.body {
  height: 100%;
  background-image: url('../images/texture-bg.png');
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: fixed;
}

.c-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(207, 224, 236, 0.8)), to(#fff));
  background-image: linear-gradient(180deg, rgba(207, 224, 236, 0.8), #fff);
}

.c-content-wrapper.no-flex {
  display: block;
  height: auto;
  min-height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7));
}

.c-content-wrapper.wahlen {
  padding-bottom: 20px;
}

.c-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 360px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.9) 40%, hsla(0, 0%, 100%, 0.8));
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-circle:hover {
  background-color: #fff;
  box-shadow: 0 12px 20px 8px rgba(0, 69, 118, 0.15);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.c-circle.right-minus {
  margin-right: -40px;
}

.c-circle.left-minus {
  margin-left: -40px;
}

.c-logo {
  max-width: 50%;
  margin-bottom: 14px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.c-logo.cc-wahlen-logo {
  max-height: 130px;
}

.c-description {
  margin-bottom: 18px;
  font-family: 'Fira Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.c-description.cc-infobox {
  margin-bottom: 0px;
}

.c-description.cc-linklist {
  color: #004576;
  line-height: 24px;
  text-decoration: underline;
}

.c-button {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #004576;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 16px 15px -18px #0c63a1;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  font-family: 'Fira Sans', sans-serif;
  color: #004576;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.c-button:hover {
  background-color: #0c63a1;
  color: #fff;
}

.c-button:active {
  background-color: #0c63a1;
  color: #fff;
}

.c-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.c-footer-link {
  font-size: 16px;
}

.c-navigationbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-textblock {
  padding: 10px;
}

.c-grid {
  max-width: 1440px;
  margin-bottom: 30px;
  grid-auto-flow: row;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-votebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0%, #fff), color-stop(78%, #fff), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(180deg, #fff, #fff 0%, #fff 78%, hsla(0, 0%, 100%, 0.2));
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-votebox:hover {
  box-shadow: 1px 1px 20px 11px rgba(183, 203, 217, 0.22);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.c-infobox {
  position: relative;
  max-width: 800px;
  min-width: 800px;
  padding: 44px 20px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b7cbd9;
  background-color: #fff;
  text-align: center;
}

.c-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-info-icon {
  position: absolute;
  left: 50%;
  top: -24px;
  right: auto;
  bottom: auto;
  max-width: 52px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.app-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.googlebtn {
  width: 186px;
}

.applebutton {
  width: 148px;
}

.c-content-grid {
  padding: 40px;
  grid-column-gap: 0px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.c-content-block {
  width: 50%;
  border-bottom: 0px solid #000;
}

.c-content-text {
  padding-right: 20px;
}

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

.c-content {
  padding: 40px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.c-content-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #000;
}

.cc-align-middle {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .c-circle {
    width: 460px;
    height: 460px;
    padding: 70px;
  }

  .c-logo {
    max-width: 50%;
  }

  .c-description {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .c-button {
    font-size: 16px;
  }

  .c-footer-link {
    font-size: 18px;
  }

  .c-content-block.no-line {
    border: 0px solid #000;
  }

  .c-content {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-content-flexbox {
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .c-content-wrapper.wahlen {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(207, 224, 236, 0.8)), color-stop(75%, #fff));
    background-image: linear-gradient(180deg, rgba(207, 224, 236, 0.8), #fff 75%);
  }

  .c-circle {
    width: 560px;
    height: 560px;
  }

  .c-logo {
    max-width: 55%;
    margin-bottom: 20px;
  }

  .c-description {
    font-size: 18px;
    line-height: 23px;
  }

  .c-button {
    font-size: 18px;
  }

  .c-button:active {
    background-color: #0c63a1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
  }

  .c-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .body {
    height: auto;
  }

  .c-content-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .c-content-wrapper.wahlen {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 420px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-circle {
    width: 360px;
    height: 360px;
    padding: 30px;
  }

  .c-circle.left-minus {
    margin-top: -65px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-logo {
    max-width: 46%;
    margin-bottom: 10px;
  }

  .c-description {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .c-button {
    padding: 10px;
    font-size: 14px;
  }

  .c-footer-link {
    font-size: 16px;
  }

  .c-grid {
    padding-right: 16px;
    padding-left: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .c-votebox {
    width: 100%;
  }

  .c-infobox {
    width: 90%;
    min-width: auto;
  }

  .c-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .c-content-block.no-line {
    border: 0px solid #000;
  }

  .c-content-text {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(207, 224, 236, 0.8)), to(#fff)), url('../images/texture-bg.png');
    background-image: linear-gradient(180deg, rgba(207, 224, 236, 0.8), #fff), url('../images/texture-bg.png');
    background-position: 0px 0px, 0px 0px;
  }

  .c-content-wrapper {
    position: relative;
    height: auto;
    padding-top: 16px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, rgba(207, 224, 236, 0.8)), to(#fff));
    background-image: linear-gradient(180deg, rgba(207, 224, 236, 0.8) 48%, #fff);
  }

  .c-content-wrapper.wahlen {
    padding-bottom: 70px;
  }

  .c-circle {
    margin-bottom: 12px;
  }

  .c-circle.right-minus {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-circle.left-minus {
    margin-top: 0px;
  }

  .c-footer {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .c-textblock {
    padding: 30px;
  }

  .c-grid {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .c-section {
    width: 100%;
    height: 100%;
    padding-bottom: 320px;
  }

  .c-content-grid {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .c-content-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .c-content-flexbox {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 18px;
  }

  p {
    font-size: 16px;
    line-height: 18px;
  }

  .body {
    background-image: url('../images/texture-bg.png');
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: fixed;
  }

  .c-content-wrapper {
    padding-bottom: 110px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, rgba(207, 224, 236, 0.8)), to(#fff));
    background-image: linear-gradient(180deg, rgba(207, 224, 236, 0.8) 48%, #fff);
  }

  .c-content-wrapper.wahlen {
    display: block;
    height: auto;
    padding-bottom: 0px;
  }

  .c-circle {
    width: 90%;
    height: auto;
    padding: 34px 20px;
    border-radius: 0%;
    background-color: #fff;
  }

  .c-circle:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .c-logo {
    max-width: 50%;
    margin-bottom: 20px;
  }

  .c-description {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .c-description.cc-infobox {
    font-size: 14px;
    line-height: 18px;
  }

  .c-button {
    font-size: 16px;
  }

  .c-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-footer-link {
    font-size: 14px;
    line-height: 0px;
  }

  .c-textblock {
    padding: 20px;
    border-radius: 0px;
  }

  .c-grid {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .c-votebox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0%, #fff), color-stop(88%, #fff), to(hsla(0, 0%, 100%, 0.1)));
    background-image: linear-gradient(180deg, #fff, #fff 0%, #fff 88%, hsla(0, 0%, 100%, 0.1));
  }

  .c-votebox:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .c-infobox {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }

  .c-section {
    display: block;
    padding-bottom: 134px;
  }

  .app-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .googlebtn {
    width: 170px;
  }

  .c-content-grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-_97ce1304-6879-4bf4-7ad7-f73e6da75fa2-103205f0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_177ccbdd-b0c2-4f7c-ae38-7ffc66e20e99-103205f0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94a1e174-958a-7397-7c02-9ca0acbeb08d-103205f0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1c8f7f1-5d5c-6afe-9e41-6abbc87e6355-103205f0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed227b9e-bcf2-8f37-51d2-586c54e343b4-103205f0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9b549027-3ff2-9372-88a3-18fbe25d9ef5-103205f0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_827e3cca-1189-c6af-6c92-404cd33fceb2-41bb6516 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8acbc48e-19a3-46dd-21de-f02b6781529f-41bb6516 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cee34d10-7be4-23d2-7b92-27e86407a838-41bb6516 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cee34d10-7be4-23d2-7b92-27e86407a839-41bb6516 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-db0d34f9-24b2-affd-a6eb-e9474593759a-41bb6516 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-db0d34f9-24b2-affd-a6eb-e9474593759b-41bb6516 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-de9ad256-6d35-71b9-bfe0-b16c2f1e37ea-41bb6516 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-de9ad256-6d35-71b9-bfe0-b16c2f1e37eb-41bb6516 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}