/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sass/election.scss ***!
  \*********************************************************************************************************************************************************************/
/**
 * Responsive font size
 * @param $min - min font size / $max - max font size
 * @link https://chrisburnell.com/clamp-calculator/
 */
@font-face {
  font-family: "TexGyreHeros";
  font-weight: 400;
  font-style: normal;
  src: local("TeXGyreHeros"), url(fonts/texgyreheros-regular-webfont.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "TexGyreHeros";
  font-weight: 700;
  font-style: normal;
  src: local("TeXGyreHeros"), url(fonts/texgyreheros-bold-webfont.woff2) format("woff2");
  font-display: swap;
}
/* variables */
:root {
  --font-1: "TexGyreHeros";
  --color-1: rgb(255, 0, 120);
  --color-2: rgba(255, 226, 9);
  --color-3: #009EE3;
  --text-color: rgb(0, 0, 0);
  --light-grey: rgb(211, 212, 214);
  --grey: rgb(224, 224, 227);
  --dark-grey: rgb(102, 102, 102);
  --max-width: 1500px;
  --transition-short: all .3s ease-in-out;
  --transition-medium: all .8s ease-in-out;
}

/* styles content type Election page */
:target::before {
  display: none;
}

.page-node-type-election-page {
  font-family: var(--font-1);
  font-size: 16px;
  scroll-margin-top: 106px;
  /* reset theme btw21 */
  /* paragraph Electionpage Intro */
  /* paragraphs */
  /* paragraph Election */
  /* paragraph Program */
  /* paragraph Newsletter */
  /* paragraph Contact */
}
.page-node-type-election-page header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (min-width: 1180px) {
  .page-node-type-election-page header {
    padding: 15px 40px;
  }
}
.page-node-type-election-page header a {
  display: block;
}
.page-node-type-election-page header img {
  display: block;
  height: revert-layer;
  padding: 10px 0;
}
@media only screen and (min-width: 1180px) {
  .page-node-type-election-page header img {
    padding: 0;
  }
}
.page-node-type-election-page .navbar-desktop {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .page-node-type-election-page .navbar-desktop {
    display: flex;
    gap: 30px;
  }
}
.page-node-type-election-page .navbar-desktop a {
  font-weight: 700;
  color: #000;
  padding: 0;
  text-decoration-color: #fff;
}
.page-node-type-election-page .navbar-desktop a:hover, .page-node-type-election-page .navbar-desktop a:focus {
  text-decoration-line: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 4px;
  text-decoration-color: var(--color-1);
  background: none;
}
.page-node-type-election-page .navbar-desktop .landing-page {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-1);
  text-decoration: none;
}
.page-node-type-election-page .navbar-desktop .landing-page svg {
  fill: var(--color-1);
  flex-shrink: 0;
}
.page-node-type-election-page .navbar-mobile {
  background: #fff;
  position: absolute;
  right: 0;
  top: 67px;
  display: none;
  margin: 0;
  padding: 10px 15px;
}
.page-node-type-election-page .navbar-mobile a {
  font-weight: 700;
}
.page-node-type-election-page .navbar-mobile a:not(.landing-page) {
  color: #000;
}
.page-node-type-election-page .navbar-mobile svg {
  fill: var(--color-1);
}
.page-node-type-election-page .region-content {
  overflow: hidden;
  margin: 0;
}
.page-node-type-election-page .region-content * {
  box-sizing: border-box;
}
.page-node-type-election-page .region-content h1, .page-node-type-election-page .region-content h2, .page-node-type-election-page .region-content h3 {
  font-family: var(--font-1);
  font-weight: 700;
  text-wrap: balance;
}
.page-node-type-election-page .region-content a:hover,
.page-node-type-election-page .region-content a:focus {
  transition: var(--transition-short);
}
.page-node-type-election-page .region-content p {
  font-size: clamp(1rem, 0.9415584416rem + 0.2597402597vw, 1.25rem);
  line-height: 1.5;
}
.page-node-type-election-page .region-content b, .page-node-type-election-page .region-content strong, .page-node-type-election-page .region-content i {
  font-family: var(--font-1);
  font-weight: 700;
}
.page-node-type-election-page .region-content i {
  font-style: italic;
}
.page-node-type-election-page .region-content svg {
  fill: var(--color-1);
}
.page-node-type-election-page .region-content em {
  font-family: var(--font-1);
  font-style: italic;
}
.page-node-type-election-page .region-content .form-item {
  margin: 0 0 18px;
}
.page-node-type-election-page .region-content label {
  font-size: 1rem;
}
.page-node-type-election-page .region-content input[type=text],
.page-node-type-election-page .region-content input[type=email] {
  display: block;
  width: 100%;
  padding: 16px 20px;
  border: 1px solid transparent;
  background: #fff;
  font-family: var(--font-1);
  font-size: 1rem;
  line-height: 1;
  box-sizing: border-box;
}
.page-node-type-election-page .region-content input[type=text]:focus,
.page-node-type-election-page .region-content input[type=email]:focus {
  border: 1px solid var(--dark-grey);
}
.page-node-type-election-page .region-content .select-wrapper select {
  border: 0;
  border-radius: 0;
  min-height: 54px;
  font-family: var(--font-1);
  font-size: 1rem;
  color: #999;
}
.page-node-type-election-page .region-content .select-wrapper select:focus {
  box-shadow: none;
  border: 1px solid var(--dark-grey);
}
.page-node-type-election-page .region-content .select-wrapper:after {
  color: #999;
}
.page-node-type-election-page .region-content .form-type-checkbox {
  display: flex;
  align-items: first baseline;
  gap: 10px;
}
.page-node-type-election-page .region-content .form-type-checkbox label {
  padding: 0;
}
.page-node-type-election-page .region-content input[type=checkbox] {
  position: relative;
  transition: all 0.3s linear;
  display: inline-block;
  height: 20px;
  max-width: 20px;
  flex: 1 0 20px;
  cursor: pointer;
  margin: 0;
  background: #fff;
}
.page-node-type-election-page .region-content input[type=checkbox]:before {
  content: "";
  transition: scale 0.2s ease-in-out;
  border-left: 0 solid var(--color-1);
  border-bottom: 0 solid var(--color-1);
  border-left-width: 2px;
  border-bottom-width: 2px;
  position: absolute;
  width: 10px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: rotate(-50deg) translateY(-60%) translateX(-40%);
  transform-origin: left top;
  scale: 0;
}
.page-node-type-election-page .region-content input[type=checkbox]:checked::before {
  scale: 1;
}
.page-node-type-election-page .region-content button {
  cursor: pointer;
}
.page-node-type-election-page .region-content .button #edit-submit {
  width: 100%;
  max-width: unset;
  margin: 30px 0 0;
  padding: 14px 25px;
  font-size: clamp(1.125rem, 1.0373376623rem + 0.3896103896vw, 1.5rem);
  font-weight: 700;
  text-align: center;
  color: var(--color-2);
  background: var(--color-1);
  border-radius: 200px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .page-node-type-election-page .region-content .button #edit-submit {
    max-width: max-content;
    margin: 30px 8% 0;
  }
}
.page-node-type-election-page .region-content .button #edit-submit:hover, .page-node-type-election-page .region-content .button #edit-submit:focus {
  background: #e5007d;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1607843137);
  transition: var(--transition-short);
}
.page-node-type-election-page .page-title {
  font-size: clamp(1rem, 0.9707792208rem + 0.1298701299vw, 1.125rem);
  color: var(--color-3);
  padding: 7px 12px;
}
@media only screen and (min-width: 1180px) {
  .page-node-type-election-page .page-title {
    padding: 12px 40px;
  }
}
.page-node-type-election-page .field--name-field-sections > .field__item:first-child {
  display: block;
  margin: 0;
}
.page-node-type-election-page .field--name-field-sections > .field__item section {
  border-top: 0;
}
.page-node-type-election-page .election-intro {
  background: var(--color-2);
  container-type: inline-size;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-intro {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: calc(100vh - 96px - 50px);
  }
}
@media only screen and (min-width: 1180px) {
  .page-node-type-election-page .election-intro {
    margin: 0 0 60px;
  }
}
.page-node-type-election-page .election-intro h2 {
  padding: 20px 15px;
  color: var(--color-1);
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-intro h2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 25px 15px 35px;
  }
}
@media only screen and (min-width: 1180px) {
  .page-node-type-election-page .election-intro h2 {
    padding: 25px 100px 35px;
  }
}
.page-node-type-election-page .election-intro img {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-intro img {
    object-fit: cover;
    width: 50vw;
    height: 100%;
  }
}
.page-node-type-election-page .election-intro .intro-icon {
  background: var(--color-1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}
.page-node-type-election-page .election-intro .intro-icon svg {
  fill: var(--color-2);
  width: 155px;
  height: 155px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-intro .intro-icon svg {
    width: calc(50vw - 80px);
    height: calc(50vh - 80px);
    max-width: 450px;
    max-height: 450px;
  }
}
.page-node-type-election-page .field--name-field-slogan {
  font-size: clamp(2.875rem, 1.6477272727rem + 5.4545454545vw, 8.125rem);
  /* font-size: clamp(2.556rem, -3.238rem + 28.966cqh, 7.222rem); */
  line-height: 0.8873;
  text-transform: none;
  text-wrap: balance;
  hyphens: auto;
  margin: 0 0 8px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .field--name-field-slogan {
    margin: 0 0 30px;
  }
}
.page-node-type-election-page .field--name-field-subslogan {
  display: block; /* reset display:none base theme */
  font-size: clamp(1.1875rem, 0.7345779221rem + 2.012987013vw, 3.125rem);
  /* font-size: clamp(1.056rem, -1.082rem + 10.69cqh, 2.778rem); */
  text-transform: none;
}
.page-node-type-election-page .paragraph {
  padding: 40px 15px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .paragraph {
    padding: 90px 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .paragraph .content-wrapper {
    max-width: var(--max-width);
    margin: 0 auto;
  }
}
.page-node-type-election-page .paragraph h2 {
  font-size: clamp(1.75rem, 1.487012987rem + 1.1688311688vw, 2.875rem);
  text-transform: none;
  color: var(--color-3);
  margin: 0 0 12px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .paragraph h2 {
    margin: 0 0 22px;
  }
}
.page-node-type-election-page .election-candidates {
  border-bottom: 15px solid var(--color-2);
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-candidates {
    border-width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-candidates .text-wrapper {
    max-width: 1110px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-candidates:not(.list) .content-wrapper {
    display: flex;
    gap: 90px;
  }
}
.page-node-type-election-page .election-candidates:not(.list) .candidates-wrapper {
  flex: 1 0 auto;
  display: flex;
}
.page-node-type-election-page .election-candidates:not(.list) .candidate-data {
  display: block;
  max-width: 184px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-candidates:not(.list) .candidate-data {
    max-width: 480px;
  }
}
.page-node-type-election-page .election-date {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 12px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-date {
    gap: 18px;
    margin: 0 0 16px;
  }
}
.page-node-type-election-page .election-date svg {
  width: 19px;
  height: 22px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-date svg {
    width: 32px;
    height: 35px;
  }
}
.page-node-type-election-page .field--name-field-election-date time {
  font-size: clamp(1rem, 0.8246753247rem + 0.7792207792vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
}
.page-node-type-election-page .field--name-field-intro-text {
  margin: 0 0 30px;
  hyphens: auto;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .field--name-field-intro-text {
    margin: 0 0 50px;
  }
}
.page-node-type-election-page .list .candidates-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 14px;
}
@media only screen and (min-width: 768px) {
  .page-node-type-election-page .list .candidates-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
@media only screen and (min-width: 1180px) {
  .page-node-type-election-page .list .candidates-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 46px;
  }
}
.page-node-type-election-page .candidate-data picture {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .candidate-data picture {
    /* height: 480px; */
    overflow: hidden;
  }
}
.page-node-type-election-page .candidate-data picture > * {
  grid-row-start: 1;
  grid-column-start: 1;
}
.page-node-type-election-page .candidate-data picture > span {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin: 5px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .candidate-data picture > span {
    margin: 10px;
  }
}
.page-node-type-election-page .candidate-data picture > span span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  align-self: end;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .candidate-data picture > span span {
    width: 40px;
    height: 40px;
  }
}
.page-node-type-election-page .candidate-data svg {
  width: 22px;
  height: 15px;
}
.page-node-type-election-page .candidate-data figcaption {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 12px 0 0;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .candidate-data figcaption {
    gap: 12px;
    margin: 24px 0 0;
  }
}
.page-node-type-election-page .candidate-data img {
  display: block;
}
.page-node-type-election-page .candidate-data .candidate-name {
  display: flex;
  gap: 4px 12px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .candidate-data .candidate-name {
    gap: 6px 16px;
  }
}
.page-node-type-election-page .candidate-data b {
  font-size: clamp(1rem, 0.8246753247rem + 0.7792207792vw, 1.75rem);
  line-height: 1.1429;
  font-weight: 700;
  color: var(--color-1);
  hyphens: auto;
  flex: 1 0 74%;
}
@media only screen and (min-width: 768px) {
  .page-node-type-election-page .candidate-data b {
    flex: 1 0 80%;
  }
}
.page-node-type-election-page .candidate-data div {
  grid-column: 1/span 2;
  font-size: clamp(0.875rem, 0.7873376623rem + 0.3896103896vw, 1.25rem);
  line-height: 1.285;
  color: var(--text-color);
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .candidate-data div {
    grid-column: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page a.candidate-data img {
    transition: transform 0.75s ease;
  }
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page a.candidate-data:hover img, .page-node-type-election-page a.candidate-data:focus img {
    transform: scale(1.15);
  }
}
.page-node-type-election-page .list .candidate-data {
  transform: scale(0);
  max-width: 340px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .list .candidate-data picture {
    aspect-ratio: 1/1;
  }
}
.page-node-type-election-page .list .candidate-data figcaption.grid {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .page-node-type-election-page .list .candidate-data figcaption.grid {
    gap: 10px 15px;
  }
}
.page-node-type-election-page .candidate-position {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: clamp(0.625rem, 0.4788961039rem + 0.6493506494vw, 1.25rem);
  font-weight: 700;
  color: var(--color-1);
  border: 1px solid var(--color-1);
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .page-node-type-election-page .candidate-position {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .candidate-position {
    width: 40px;
    height: 40px;
  }
}
.page-node-type-election-page .election-program {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.page-node-type-election-page .election-program .text-wrapper {
  padding: 0 15px;
}
@media only screen and (min-width: 1180px) {
  .page-node-type-election-page .election-program .text-wrapper {
    padding: 0;
    max-width: 1110px;
  }
}
.page-node-type-election-page .election-program .topics-wrapper {
  margin: 0 0 50px;
  padding-left: 15px;
  position: relative;
}
@media only screen and (min-width: 1180px) {
  .page-node-type-election-page .election-program .topics-wrapper {
    margin: 0 0 90px;
    padding: 0;
  }
}
.page-node-type-election-page .election-program .topics-wrapper .paragraph {
  padding: 0;
}
.page-node-type-election-page .election-program .topic-header {
  display: flex;
  flex-direction: column;
  min-height: 140px;
  background: var(--color-2);
  margin: 0 0 20px;
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-program .topic-header {
    justify-content: space-between;
    gap: 30px;
    min-height: 468px;
    margin: 0;
    padding: 24px 32px;
  }
}
.page-node-type-election-page .election-program .topic-header:has(svg) h3 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-node-type-election-page .election-program .topic-header:not(:has(svg)) h3 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-node-type-election-page .election-program .topic-icon {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-program .topic-icon {
    display: block;
    align-self: center;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
  }
}
.page-node-type-election-page .election-program .topic-icon svg {
  width: 200px;
  height: 200px;
}
.page-node-type-election-page .election-program h3 {
  font-size: clamp(1.75rem, 1.487012987rem + 1.1688311688vw, 2.875rem);
  color: var(--color-1);
  line-height: 1;
  hyphens: auto;
}
.page-node-type-election-page .election-program .topic-text {
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-program .topic-text {
    max-height: 468px;
    padding: 24px 32px;
    background: var(--color-2);
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: var(--color-1) var(--color-2);
    scrollbar-gutter: stable both-edges;
  }
}
.page-node-type-election-page .election-program .topic-text p, .page-node-type-election-page .election-program .topic-text ul, .page-node-type-election-page .election-program .topic-text ol {
  font-size: 1rem;
  hyphens: auto;
  margin: 0 0 20px;
}
.page-node-type-election-page .election-program .topic-text ul li,
.page-node-type-election-page .election-program .topic-text ol li {
  margin: 0 0 15px 17px;
  font-size: 1rem;
}
.page-node-type-election-page .election-program .topic-text ul li::marker,
.page-node-type-election-page .election-program .topic-text ol li::marker {
  color: var(--color-1);
}
.page-node-type-election-page .election-program .topic-text ul li:last-child,
.page-node-type-election-page .election-program .topic-text ol li:last-child {
  margin-bottom: 0;
}
.page-node-type-election-page .election-program .topic-text ul li {
  list-style: disc;
}
.page-node-type-election-page .election-program .topic-text ol li {
  list-style: decimal;
}
.page-node-type-election-page .election-program .topic-text .file {
  font-size: 1rem;
}
.page-node-type-election-page .election-program ul.glide__slides {
  white-space: normal;
  display: flex;
  gap: 10px;
}
.page-node-type-election-page .election-program ul.glide__slides .paragraph {
  margin: 0;
  width: 100%;
  min-width: 275px;
  max-width: 500px;
}
.page-node-type-election-page .election-program ul.glide__slides h3 {
  align-items: center;
  min-height: 183px;
}
.page-node-type-election-page .election-program .glide__arrow {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-node-type-election-page .election-program .glide__arrow {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--grey);
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
  }
}
.page-node-type-election-page .election-program .glide__arrow:hover, .page-node-type-election-page .election-program .glide__arrow:focus {
  border-color: var(--dark-grey);
}
.page-node-type-election-page .election-program .glide__arrow svg {
  width: 12px;
  height: 20px;
}
.page-node-type-election-page .election-program .glide__arrow--left {
  left: -70px;
  transform: rotate(180deg);
}
.page-node-type-election-page .election-program .glide__arrow--right {
  right: -70px;
}
.page-node-type-election-page .election-program .glide-index {
  font-size: 14px;
  text-align: right;
  color: var(--dark-grey);
}
.page-node-type-election-page .election-program .download-wrapper {
  background: var(--color-2);
  padding: 30px 40px;
  letter-spacing: -0.72px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-program .download-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    letter-spacing: -0.96px;
  }
}
.page-node-type-election-page .election-program .download-wrapper h3 {
  font-size: clamp(1.25rem, 1.0746753247rem + 0.7792207792vw, 2rem);
  text-align: center;
  color: var(--color-1);
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-program .download-wrapper h3 {
    margin: 0;
  }
}
.page-node-type-election-page .election-program .download-wrapper a {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: clamp(1.5rem, 1.3831168831rem + 0.5194805195vw, 2rem);
  font-weight: 700;
  line-height: 1.3333;
  color: var(--text-color);
}
.page-node-type-election-page .election-program .download-wrapper svg {
  flex: 1 0 40px;
}
@media only screen and (min-width: 768px) {
  .page-node-type-election-page .election-program .download-wrapper svg {
    flex: 0 1 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-program .download-wrapper svg {
    flex: 1 0 40px;
  }
}
.page-node-type-election-page .election-newsletter {
  background: var(--color-2);
  /* Hotfix */
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-newsletter {
    padding: 0;
    display: grid;
    grid-template-columns: 50% auto;
  }
}
.page-node-type-election-page .election-newsletter > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-newsletter > div {
    align-items: flex-start;
    padding: 50px;
  }
}
@media only screen and (min-width: 1180px) {
  .page-node-type-election-page .election-newsletter > div {
    justify-content: center;
    padding: 50px 100px 50px calc((100vw - var(--max-width)) / 2);
  }
}
.page-node-type-election-page .election-newsletter form {
  max-width: 500px;
}
.page-node-type-election-page .election-newsletter h1,
.page-node-type-election-page .election-newsletter h1 + p {
  display: none;
}
.page-node-type-election-page .election-newsletter h2 {
  text-align: center;
  margin: 0 25px 16px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-newsletter h2 {
    text-align: left;
    margin: 0 0 16px;
  }
}
.page-node-type-election-page .election-newsletter .field--name-field-teaser-newsletter {
  margin: 0 0 18px;
}
.page-node-type-election-page .election-newsletter .privacy-wrapper {
  margin: 0 0 18px;
}
.page-node-type-election-page .election-newsletter .checkbox {
  margin: 0;
}
.page-node-type-election-page .election-newsletter .privacy-require {
  font-size: 1rem;
  margin: 24px 0 0;
}
.page-node-type-election-page .election-newsletter .button {
  max-width: 100%;
  margin: 30px 0 0;
  color: #fff;
  background: var(--color-1);
  border-radius: 15px;
  padding: 13px 28px;
  line-height: 1;
  border-color: var(--color-1);
}
.page-node-type-election-page .election-newsletter figure {
  margin: 30px -15px -45px;
}
@media only screen and (min-width: 1024px) {
  .page-node-type-election-page .election-newsletter figure {
    margin: 0;
  }
}
.page-node-type-election-page .election-newsletter img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-node-type-election-page .election-newsletter div.frc-captcha {
  margin: 0 0 15px;
}
.page-node-type-election-page .contact-section {
  background: var(--color-2);
}
.page-node-type-election-page .contact-section h2 {
  background: none;
  color: var(--color-1);
  text-transform: none;
}
.page-node-type-election-page .contact-section input[type=text], .page-node-type-election-page .contact-section input[type=email], .page-node-type-election-page .contact-section textarea {
  border: 1px solid var(--grey);
}
.page-node-type-election-page .contact-section #edit-checkbox {
  position: relative;
}
.page-node-type-election-page .contact-section .form-type-checkbox {
  align-items: center;
}
.page-node-type-election-page .contact-section .form-type-checkbox label {
  position: relative;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .page-node-type-election-page .contact-section .form-type-checkbox label {
    min-width: max-content;
  }
}
.page-node-type-election-page .contact-section .form-type-checkbox label:after {
  position: absolute;
}
.page-node-type-election-page .contact-section .form-type-checkbox a {
  color: #000;
}
.page-node-type-election-page .form-submit {
  color: #fff;
  background: var(--color-1);
  border-radius: 15px;
  padding: 13px 28px;
  line-height: 1;
}
.page-node-type-election-page .uv-landingpage-contact-form .form-submit {
  max-width: 200px;
}
.page-node-type-election-page .footer-section {
  background: var(--color-2);
  color: #000;
}
.page-node-type-election-page .footer-section a {
  color: #000;
}
.page-node-type-election-page .footer-section .copyright {
  border-color: #000;
}
.page-node-type-election-page .footer-section .social-links .list-inline a {
  background: none;
  border-color: var(--color-1);
}
.page-node-type-election-page .footer-section .social-links .list-inline a:before {
  color: var(--color-1);
}
.page-node-type-election-page .footer-section h3 {
  font-family: var(--font-1);
  font-weight: 700;
}
.page-node-type-election-page div.frc-captcha {
  background: none;
  border: 0;
}
.page-node-type-election-page div.frc-captcha .frc-content {
  overflow-y: hidden;
}
.page-node-type-election-page div.frc-captcha svg {
  padding-left: 0;
}
.page-node-type-election-page div.frc-captcha button {
  color: var(--color-1);
}
.page-node-type-election-page .alert {
  background: var(--color-2);
}
.page-node-type-election-page .alert button {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 5px;
}
.page-node-type-election-page .alert p {
  font-size: 1rem;
}

/* animations */
body.page-node-type-election-page .candidate-data.scale:nth-child(1) {
  animation-delay: 0.05s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(2) {
  animation-delay: 0.1s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(3) {
  animation-delay: 0.15s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(4) {
  animation-delay: 0.2s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(5) {
  animation-delay: 0.25s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(6) {
  animation-delay: 0.3s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(7) {
  animation-delay: 0.35s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(8) {
  animation-delay: 0.4s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(9) {
  animation-delay: 0.45s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(10) {
  animation-delay: 0.5s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(11) {
  animation-delay: 0.55s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(12) {
  animation-delay: 0.6s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(13) {
  animation-delay: 0.65s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(14) {
  animation-delay: 0.7s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(15) {
  animation-delay: 0.75s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(16) {
  animation-delay: 0.8s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(17) {
  animation-delay: 0.85s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(18) {
  animation-delay: 0.9s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(19) {
  animation-delay: 0.95s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(20) {
  animation-delay: 1s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(21) {
  animation-delay: 1.05s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(22) {
  animation-delay: 1.1s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(23) {
  animation-delay: 1.15s;
}

body.page-node-type-election-page .candidate-data.scale:nth-child(24) {
  animation-delay: 1.2s;
}

.scale {
  animation: scale 0.3s ease-in-out both;
}

.fadeIn {
  animation: 1s ease-in-out 0s normal forwards 1 fadeIn;
}

.fadeInUp {
  animation-name: fadeUp;
}

.animated.animated-slow {
  animation-duration: 2s;
}

/* animations */
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (min-width: 1024px) {
  .flip {
    position: relative;
  }
  .flip > .front,
  .flip > .back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
  }
  .flip > .front {
    transform: rotateY(0deg);
  }
  .flip > .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
  }
  .flip:hover > .front {
    transform: rotateY(180deg);
  }
  .flip:hover > .back {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .flip.flip-vertical > .back {
    transform: rotateX(-180deg);
  }
  .flip.flip-vertical:hover > .front {
    transform: rotateX(180deg);
  }
  .flip.flip-vertical:hover > .back {
    transform: rotateX(0deg);
  }
}

.topic-text::-webkit-scrollbar {
  width: 0.5em;
}

.topic-text::-webkit-scrollbar-track {
  background-color: #ffe209;
}

.topic-text::-webkit-scrollbar-thumb {
  background-color: red;
}

@keyframes bounce {
  20%, 53%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  from, to {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  11.1%, from, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes elementor-animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.elementor-animation-pulse:active, .elementor-animation-pulse:focus, .elementor-animation-pulse:hover {
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.elementor-animation-pulse-grow:active, .elementor-animation-pulse-grow:focus, .elementor-animation-pulse-grow:hover {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes elementor-animation-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.elementor-animation-pulse-shrink:active, .elementor-animation-pulse-shrink:focus, .elementor-animation-pulse-shrink:hover {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes elementor-animation-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.elementor-animation-push:active, .elementor-animation-push:focus, .elementor-animation-push:hover {
  animation-name: elementor-animation-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-pop {
  50% {
    transform: scale(1.2);
  }
}
.elementor-animation-pop:active, .elementor-animation-pop:focus, .elementor-animation-pop:hover {
  animation-name: elementor-animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.elementor-animation-bounce-in {
  transition-duration: 0.5s;
}

.elementor-animation-bounce-in:active, .elementor-animation-bounce-in:focus, .elementor-animation-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.elementor-animation-bounce-out {
  transition-duration: 0.5s;
}

.elementor-animation-bounce-out:active, .elementor-animation-bounce-out:focus, .elementor-animation-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.elementor-animation-rotate {
  transition-duration: 0.3s;
  transition-property: transform;
}

.elementor-animation-rotate:active, .elementor-animation-rotate:focus, .elementor-animation-rotate:hover {
  transform: rotate(4deg);
}

.elementor-animation-grow-rotate {
  transition-duration: 0.3s;
  transition-property: transform;
}

.elementor-animation-grow-rotate:active, .elementor-animation-grow-rotate:focus, .elementor-animation-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}

.elementor-animation-float {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
  transform: translateY(-8px);
}

.elementor-animation-sink {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.elementor-animation-sink:active, .elementor-animation-sink:focus, .elementor-animation-sink:hover {
  transform: translateY(8px);
}

@keyframes elementor-animation-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes elementor-animation-bob-float {
  100% {
    transform: translateY(-8px);
  }
}
.elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover {
  animation-name: elementor-animation-bob-float, elementor-animation-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

@keyframes elementor-animation-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes elementor-animation-hang-sink {
  100% {
    transform: translateY(8px);
  }
}
.elementor-animation-hang:active, .elementor-animation-hang:focus, .elementor-animation-hang:hover {
  animation-name: elementor-animation-hang-sink, elementor-animation-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

.elementor-animation-skew {
  transition-duration: 0.3s;
  transition-property: transform;
}

.elementor-animation-skew:active, .elementor-animation-skew:focus, .elementor-animation-skew:hover {
  transform: skew(-10deg);
}

.elementor-animation-skew-forward {
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.elementor-animation-skew-forward:active, .elementor-animation-skew-forward:focus, .elementor-animation-skew-forward:hover {
  transform: skew(-10deg);
}

.elementor-animation-skew-backward {
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.elementor-animation-skew-backward:active, .elementor-animation-skew-backward:focus, .elementor-animation-skew-backward:hover {
  transform: skew(10deg);
}

@keyframes elementor-animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.elementor-animation-wobble-vertical:active, .elementor-animation-wobble-vertical:focus, .elementor-animation-wobble-vertical:hover {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.elementor-animation-wobble-horizontal:active, .elementor-animation-wobble-horizontal:focus, .elementor-animation-wobble-horizontal:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.elementor-animation-wobble-to-bottom-right:active, .elementor-animation-wobble-to-bottom-right:focus, .elementor-animation-wobble-to-bottom-right:hover {
  animation-name: elementor-animation-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.elementor-animation-wobble-to-top-right:active, .elementor-animation-wobble-to-top-right:focus, .elementor-animation-wobble-to-top-right:hover {
  animation-name: elementor-animation-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.elementor-animation-wobble-top {
  transform-origin: 0 100%;
}

.elementor-animation-wobble-top:active, .elementor-animation-wobble-top:focus, .elementor-animation-wobble-top:hover {
  animation-name: elementor-animation-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.elementor-animation-wobble-bottom {
  transform-origin: 100% 0;
}

.elementor-animation-wobble-bottom:active, .elementor-animation-wobble-bottom:focus, .elementor-animation-wobble-bottom:hover {
  animation-name: elementor-animation-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.elementor-animation-wobble-skew:active, .elementor-animation-wobble-skew:focus, .elementor-animation-wobble-skew:hover {
  animation-name: elementor-animation-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes elementor-animation-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.elementor-animation-buzz:active, .elementor-animation-buzz:focus, .elementor-animation-buzz:hover {
  animation-name: elementor-animation-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes elementor-animation-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.elementor-animation-buzz-out:active, .elementor-animation-buzz-out:focus, .elementor-animation-buzz-out:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

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