/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@font-face {
  font-family: "DaxPro Bold";
  font-weight: 700;
  src: url(fonts/DaxPro-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "DaxPro Bold";
  font-weight: 800;
  src: url(fonts/Dax-Pro-Extrabold.otf) format("opentype");
}
@font-face {
  font-family: "Lato";
  font-weight: 300;
  src: url(fonts/Lato-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  src: url(fonts/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url(fonts/Lato-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  src: url(fonts/Lato-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url(fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  src: url(fonts/Roboto-Bold.ttf) format("truetype");
}
@-webkit-keyframes nav-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes nav-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes expand {
  0% {
    max-width: 420px;
  }
  100% {
    max-width: 100%;
  }
}
@keyframes expand {
  0% {
    max-width: 420px;
  }
  100% {
    max-width: 100%;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.field {
  position: relative;
  margin-bottom: 24px;
}
.field label {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
  color: var(--bg-blue-400);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
}
.field label span {
  display: block;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
  color: var(--bg-gray-85);
  font-size: var(--s-text-sm);
  font-family: var(--f-text-primary);
}
.field input, .field textarea {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 12px 16px;
  background-color: transparent;
  border: 1px solid var(--bg-blue-400);
}
.field input::-webkit-input-placeholder, .field textarea::-webkit-input-placeholder {
  line-height: 1.6;
  font-weight: 500;
  color: var(--bg-gray-85);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
}
.field input::-moz-placeholder, .field textarea::-moz-placeholder {
  line-height: 1.6;
  font-weight: 500;
  color: var(--bg-gray-85);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
}
.field input:-ms-input-placeholder, .field textarea:-ms-input-placeholder {
  line-height: 1.6;
  font-weight: 500;
  color: var(--bg-gray-85);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
}
.field input::-ms-input-placeholder, .field textarea::-ms-input-placeholder {
  line-height: 1.6;
  font-weight: 500;
  color: var(--bg-gray-85);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
}
.field input::placeholder, .field textarea::placeholder {
  line-height: 1.6;
  font-weight: 500;
  color: var(--bg-gray-85);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
}
.field input:hover, .field textarea:hover {
  outline: 1px solid var(--bg-blue-400);
}
.field input {
  height: 51px;
}
.field textarea {
  resize: vertical;
  min-height: 140px;
  max-height: 340px;
}
.field .select2-container {
  display: block;
}
.field .select2-container .select2-selection {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  padding: 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--bg-neutral-0);
  border: 1px solid var(--bg-blue-400);
}
.field .select2-container .select2-selection .select2-selection__rendered {
  line-height: 1.6;
  font-weight: 500;
  color: var(--bg-gray-85);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
}
.field .select2-container .select2-selection .select2-selection__arrow {
  height: auto;
  position: initial;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.field .select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.field .select2-container .select2-selection .select2-selection__arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTI0RTkwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTEyLjAwMDEgMTAuNDk5OEw4LjAwMDEyIDYuNDk5NzZMNC4wMDAxMiAxMC40OTk4IiBzdHJva2U9ImluaGVyaXQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
}
.field .select2-container .select2-selection[aria-expanded=true] {
  outline: 1px solid var(--bg-blue-400);
}
.field .select2-container .select2-selection[aria-expanded=true] .select2-selection__rendered {
  color: var(--bg-blue-400);
}
.field .select2-container .select2-selection[aria-expanded=true] .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.field .select2-container .select2-selection:hover:not(.select2-container--disabled) {
  outline: 1px solid var(--bg-blue-400);
}
.field .select2-container.select2-container--disabled label {
  color: var(--bg-gray-85);
}
.field .select2-container.select2-container--disabled .select2-selection {
  cursor: not-allowed;
  background-color: var(--bg-gray-10);
  border: 1px solid var(--bg-gray-85);
}
.field .select2-container.select2-container--disabled .select2-selection__arrow:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzY3Njc2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTEyLjAwMDEgMTAuNDk5OEw4LjAwMDEyIDYuNDk5NzZMNC4wMDAxMiAxMC40OTk4IiBzdHJva2U9ImluaGVyaXQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==);
}

header {
  padding: 22.5px 32px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 20px 24px;
  }
}
header img.custom-logo {
  max-width: 110px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  header img.custom-logo {
    max-width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  header img.custom-logo {
    max-width: 80px;
  }
}

footer {
  margin-top: 80px;
  position: relative;
  background-color: var(--bg-blue-500);
}
footer .container {
  padding: 40px 16px;
}
footer .footer-widgets {
  gap: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-widgets .footer-widget {
  display: inline-block;
  vertical-align: top;
}
footer .footer-widgets .footer-widget ul {
  gap: 24px;
  max-width: 100%;
  min-width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-widgets .footer-widget ul li a {
  position: relative;
  line-height: 1.6;
  font-weight: 500;
  color: var(--bg-neutral-0);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
}
footer .footer-widgets .footer-widget ul li a:hover::before {
  content: "";
  height: 2px;
  width: 100%;
  bottom: -3px;
  position: absolute;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  background: var(--bg-neutral-00);
  -webkit-animation: nav-underline 500ms;
          animation: nav-underline 500ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@media only screen and (min-width: 768px) {
  footer .footer-widgets {
    gap: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-widgets {
    gap: 268px;
  }
}
footer .socials {
  gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 68px;
}
footer .socials a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .socials a img {
  height: 32px;
}
footer .socials a span {
  line-height: 1.6;
  font-weight: 700;
  color: var(--bg-neutral-0);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 44px;
  background-image: url(images/footer-bg.png);
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  top: -43px;
  left: 0;
}
@media screen and (min-width: 768px) {
  footer .container {
    padding: 34px 16px 53px;
  }
}

.button {
  cursor: pointer;
  font-weight: 800;
  padding: 20px 40px;
  border-radius: 4px;
  font-size: var(--s-text-base);
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  font-family: var(--f-text-secondary);
  text-transform: uppercase;
  line-height: 0.9;
}
.button--primary {
  color: var(--bg-neutral-0);
  background-color: var(--bg-blue-400);
  -webkit-box-shadow: 0 0 20px 0 var(--bg-blue-400);
          box-shadow: 0 0 20px 0 var(--bg-blue-400);
}
.button--primary:hover {
  border-color: var(--bg-neutral-0);
}
.button--secondary {
  color: var(--bg-blue-400);
  background-color: var(--bg-neutral-0);
  -webkit-box-shadow: 0 0 20px 0 var(--bg-orange-400);
          box-shadow: 0 0 20px 0 var(--bg-orange-400);
}
.button--secondary:hover {
  border-color: var(--bg-orange-500);
}
.button:disabled {
  cursor: not-allowed;
}

@media screen and (min-width: 768px) {
  .button {
    font-size: var(--s-text-xl);
  }
}
.hero-section .container {
  padding: 0px;
  z-index: 99;
}
.hero-section .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.hero-section .content__logos {
  gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-section .content__logos svg {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 370px) {
  .hero-section .content__logos {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 387px) {
  .hero-section .content__logos {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hero-section .content__partner-logo {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  line-height: 1.4;
  color: var(--bg-gray-200);
  font-size: var(--s-text-sm);
  font-family: var(--f-text-primary);
}
.hero-section .content__partner-logo img {
  width: auto;
  max-height: 50px;
}
@media screen and (max-width: 767px) {
  .hero-section .content__partner-logo img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.hero-section .content__partner-logo--desktop {
  display: none;
}
.hero-section .content__info {
  max-width: 530px;
  margin-top: 32px;
}
.hero-section .content__info p {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
  color: var(--bg-gray-200);
  font-size: var(--s-text-sm);
  font-family: var(--f-text-primary);
}
.hero-section .content__describe.--desktop {
  display: none;
}
.hero-section .content__title {
  font-weight: 700;
  line-height: 1.06;
  margin: 0 0 16px 0;
  text-transform: uppercase;
  color: var(--bg-blue-400);
  font-size: var(--s-text-h1);
  font-family: var(--f-text-secondary);
}
.hero-section .content__left {
  margin-top: -32px;
  padding: 0 16px;
  z-index: 99;
}
.hero-section .content__image {
  width: 100%;
  aspect-ratio: 627/571;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.hero-section:before {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(images/top-deco.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  pointer-events: none;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .hero-section .content {
    padding-bottom: 32px;
  }
  .hero-section .content__left {
    margin-top: 0;
    padding-left: 16px;
  }
  .hero-section .content__logos {
    max-height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .hero-section .content__logos svg {
    height: 128px;
  }
  .hero-section .content__partner-logo img {
    height: 72px;
  }
  .hero-section .content__info {
    margin-top: 40px;
  }
  .hero-section .content__title {
    font-weight: 800;
    max-width: 500px;
  }
  .hero-section .content__describe.--mobile {
    display: none;
  }
  .hero-section .content__describe.--desktop {
    display: block;
  }
  .hero-section .content__image {
    aspect-ratio: 627/360;
  }
  .hero-section:before {
    width: 100%;
    height: 500px;
    left: 0;
  }
}
@media screen and (min-width: 1145px) {
  .hero-section .content {
    padding-top: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero-section .content__right {
    z-index: -10;
  }
  .hero-section .content__image {
    top: 0;
    right: 0;
    position: absolute;
    width: 54%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .hero-section .content__info p {
    font-size: var(--s-text-base);
  }
  .hero-section .content__logos {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero-section .content__partner-logo--mobile {
    display: none;
  }
  .hero-section .content__partner-logo--desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
  }
  .hero-section .content__partner-logo--desktop img {
    height: 72px;
  }
}
.buttons-section {
  position: relative;
  padding-bottom: 120px;
  z-index: 999;
}
.buttons-section .buttons {
  gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 16px;
  border-radius: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--bg-neutral-0);
  -webkit-box-shadow: 0 24px 88px 0 rgba(149, 189, 221, 0.4);
          box-shadow: 0 24px 88px 0 rgba(149, 189, 221, 0.4);
}
.buttons-section .buttons__group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: auto;
}
.buttons-section .buttons__divider {
  width: 60%;
  height: 2px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(41%, #FBCB05), color-stop(62%, #F7B70D), color-stop(100.01%, #FFFFFF));
  background: linear-gradient(90deg, #FFFFFF 0%, #FBCB05 41%, #F7B70D 62%, #FFFFFF 100.01%);
}
@media screen and (min-width: 768px) {
  .buttons-section .buttons__divider {
    width: 2px;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(41%, #FBCB05), color-stop(62%, #F7B70D), color-stop(100.01%, #FFFFFF));
    background: linear-gradient(180deg, #FFFFFF 0%, #FBCB05 41%, #F7B70D 62%, #FFFFFF 100.01%);
  }
}
.buttons-section .buttons__title {
  font-weight: 700;
  line-height: 1.4;
  color: var(--bg-blue-400);
  font-size: var(--s-text-h5);
  font-family: var(--f-text-secondary);
  text-align: center;
  vertical-align: middle;
}
.buttons-section .buttons .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .buttons-section {
    padding-bottom: 160px;
  }
  .buttons-section .buttons {
    gap: 48px;
    padding: 48px 61px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .buttons-section .buttons__group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .buttons-section .buttons__divider {
    width: 2px;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(41%, #FBCB05), color-stop(62%, #F7B70D), color-stop(100.01%, #FFFFFF));
    background: linear-gradient(180deg, #FFFFFF 0%, #FBCB05 41%, #F7B70D 62%, #FFFFFF 100.01%);
  }
}
.video-section {
  padding-bottom: 120px;
}
.video-section .video {
  position: relative;
}
.video-section .video__mobile, .video-section .video__desktop {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  -webkit-box-shadow: 0 24px 88px 0 rgba(149, 189, 221, 0.4);
          box-shadow: 0 24px 88px 0 rgba(149, 189, 221, 0.4);
}
.video-section .video__background {
  width: 100vw;
  overflow: hidden;
  position: absolute;
}
.video-section .video__actions {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.video-section .video .btn {
  width: 48px;
  border: none;
  cursor: pointer;
  aspect-ratio: 1/1;
  background: transparent;
  background-size: 100% !important;
}
.video-section .video__play {
  background-size: 100%;
}
.video-section .video__play[data-state=playing] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yMC4yIDI5LjdWMTguM00yNy44IDI5LjdWMTguM000MyAyNEM0MyAzNC40OTM0IDM0LjQ5MzQgNDMgMjQgNDNDMTMuNTA2NiA0MyA1IDM0LjQ5MzQgNSAyNEM1IDEzLjUwNjYgMTMuNTA2NiA1IDI0IDVDMzQuNDkzNCA1IDQzIDEzLjUwNjYgNDMgMjRaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
}
.video-section .video__play[data-state=paused] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xOC4zIDE4LjMwNTdDMTguMjk5IDE3Ljk2ODUgMTguMzg3NyAxNy42MzcxIDE4LjU1NzEgMTcuMzQ1NkMxOC43MjY1IDE3LjA1NCAxOC45NzA0IDE2LjgxMjggMTkuMjYzOCAxNi42NDY2QzE5LjU1NzIgMTYuNDgwNSAxOS44ODk1IDE2LjM5NTQgMjAuMjI2NyAxNi40MDAyQzIwLjU2MzkgMTYuNDA0OSAyMC44OTM3IDE2LjQ5OTMgMjEuMTgyMyAxNi42NzM2TDMwLjY3NjYgMjIuMzY3OUMzMC45NTkzIDIyLjUzNjQgMzEuMTkzMyAyMi43NzUzIDMxLjM1NTggMjMuMDYxNEMzMS41MTg0IDIzLjM0NzUgMzEuNjAzOCAyMy42NzEgMzEuNjAzOCAyNEMzMS42MDM4IDI0LjMyOSAzMS41MTg0IDI0LjY1MjUgMzEuMzU1OCAyNC45Mzg2QzMxLjE5MzMgMjUuMjI0NyAzMC45NTkzIDI1LjQ2MzYgMzAuNjc2NiAyNS42MzIxTDIxLjE4MjMgMzEuMzI2NEMyMC44OTM1IDMxLjUwMDggMjAuNTYzNSAzMS41OTUyIDIwLjIyNjIgMzEuNTk5OUMxOS44ODg5IDMxLjYwNDUgMTkuNTU2NCAzMS41MTkzIDE5LjI2MyAzMS4zNTI5QzE4Ljk2OTUgMzEuMTg2NSAxOC43MjU2IDMwLjk0NSAxOC41NTY0IDMwLjY1MzJDMTguMzg3MSAzMC4zNjE0IDE4LjI5ODYgMzAuMDI5NyAxOC4zIDI5LjY5MjRWMTguMzA1N1oiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8cGF0aCBkPSJNMjQgNDNDMzQuNDkzNCA0MyA0MyAzNC40OTM0IDQzIDI0QzQzIDEzLjUwNjYgMzQuNDkzNCA1IDI0IDVDMTMuNTA2NiA1IDUgMTMuNTA2NiA1IDI0QzUgMzQuNDkzNCAxMy41MDY2IDQzIDI0IDQzWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K);
}
.video-section .video__mute {
  background-size: 100%;
}
.video-section .video__mute[data-state=muted] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0zMS41OTc1IDE4LjNDMzIuNTU1NyAxOS41Nzc0IDMzLjE3NjUgMjEuMDc1OCAzMy40MDI0IDIyLjY1NjdNMzcuOTg4NSAxMS45MDg0QzQwLjQxODQgMTQuMzM3MSA0Mi4wNjA0IDE3LjQ0MTUgNDIuNzAwNSAyMC44MTdDNDMuMzQwNyAyNC4xOTI1IDQyLjk0OTMgMjcuNjgyNiA0MS41NzczIDMwLjgzMjRNNSA1TDQyLjk5NjUgNDNNMTQuNDk5MSAxNC41TDEzLjM4MzkgMTUuNjE1M0MxMy4xMzU4IDE1Ljg2NDkgMTIuODQwNiAxNi4wNjI4IDEyLjUxNTUgMTYuMTk3NUMxMi4xOTA0IDE2LjMzMjIgMTEuODQxNyAxNi40MDEgMTEuNDg5OCAxNi40SDYuODk5ODJDNi4zOTU5NiAxNi40IDUuOTEyNzMgMTYuNjAwMiA1LjU1NjQ1IDE2Ljk1NjVDNS4yMDAxNiAxNy4zMTI4IDUgMTcuNzk2MSA1IDE4LjNWMjkuN0M1IDMwLjIwMzkgNS4yMDAxNiAzMC42ODcyIDUuNTU2NDUgMzEuMDQzNUM1LjkxMjczIDMxLjM5OTggNi4zOTU5NiAzMS42IDYuODk5ODIgMzEuNkgxMS40ODk4QzExLjg0MTcgMzEuNTk5IDEyLjE5MDQgMzEuNjY3OCAxMi41MTU1IDMxLjgwMjVDMTIuODQwNiAzMS45MzcyIDEzLjEzNTggMzIuMTM1MSAxMy4zODM5IDMyLjM4NDdMMTkuODExIDM4LjgxNDNDMTkuOTk4MyAzOS4wMDIgMjAuMjM3MiAzOS4xMjk5IDIwLjQ5NzIgMzkuMTgxN0MyMC43NTczIDM5LjIzMzYgMjEuMDI2OSAzOS4yMDcgMjEuMjcxOCAzOS4xMDU1QzIxLjUxNjggMzkuMDA0IDIxLjcyNjEgMzguODMyIDIxLjg3MzMgMzguNjExNEMyMi4wMjA0IDM4LjM5MDcgMjIuMDk4OCAzOC4xMzE0IDIyLjA5ODQgMzcuODY2MlYyMi4xTTE5Ljg3MTggOS4xMjY4QzIwLjA1NCA4Ljk0MzkyIDIwLjI4NjMgOC44MTkyNiAyMC41Mzk0IDguNzY4NjFDMjAuNzkyNSA4LjcxNzk3IDIxLjA1NSA4Ljc0MzYzIDIxLjI5MzUgOC44NDIzM0MyMS41MzIgOC45NDEwNCAyMS43MzU4IDkuMTA4MzQgMjEuODc5MSA5LjMyMzA0QzIyLjAyMjQgOS41Mzc3NCAyMi4wOTg3IDkuNzkwMTYgMjIuMDk4NCAxMC4wNDgzVjExLjM1MTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==);
}
.video-section .video__mute[data-state=unmuted] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0zMiAxMS4yMzE1QzMxLjk5OTYgMTAuOTg3OCAzMS45MjU5IDEwLjc0OTcgMzEuNzg4MiAxMC41NDczQzMxLjY1MDUgMTAuMzQ0OCAzMS40NTQ4IDEwLjE4NyAzMS4yMjYxIDEwLjA5MzhDMzAuOTk3MyAxMC4wMDA2IDMwLjc0NTUgOS45NzYxNiAzMC41MDI2IDEwLjAyMzZDMzAuMjU5OCAxMC4wNzEgMzAuMDM2NiAxMC4xODgyIDI5Ljg2MTMgMTAuMzYwM0wyMy44NDUzIDE2LjI3ODRDMjMuNjEzMiAxNi41MDgyIDIzLjMzNjkgMTYuNjkwNCAyMy4wMzI3IDE2LjgxNDRDMjIuNzI4NCAxNi45Mzg0IDIyLjQwMjIgMTcuMDAxOCAyMi4wNzI5IDE3LjAwMDlIMTcuNzc3OEMxNy4zMDYzIDE3LjAwMDkgMTYuODU0MSAxNy4xODUyIDE2LjUyMDcgMTcuNTEzMkMxNi4xODczIDE3Ljg0MTMgMTYgMTguMjg2MyAxNiAxOC43NTAyVjI5LjI0NjNDMTYgMjkuNzEwMyAxNi4xODczIDMwLjE1NTIgMTYuNTIwNyAzMC40ODMzQzE2Ljg1NDEgMzAuODExMyAxNy4zMDYzIDMwLjk5NTYgMTcuNzc3OCAzMC45OTU2SDIyLjA3MjlDMjIuNDAyMiAzMC45OTQ3IDIyLjcyODQgMzEuMDU4MSAyMy4wMzI3IDMxLjE4MjFDMjMuMzM2OSAzMS4zMDYxIDIzLjYxMzIgMzEuNDg4MyAyMy44NDUzIDMxLjcxODFMMjkuODU5NiAzNy42Mzc5QzMwLjAzNDggMzcuODEwNyAzMC4yNTgzIDM3LjkyODUgMzAuNTAxNyAzNy45NzYyQzMwLjc0NSAzOC4wMjM5IDMwLjk5NzMgMzcuOTk5NSAzMS4yMjY1IDM3LjkwNkMzMS40NTU4IDM3LjgxMjUgMzEuNjUxNiAzNy42NTQyIDMxLjc4OTMgMzcuNDUxMUMzMS45MjcgMzcuMjQ3OSAzMi4wMDAzIDM3LjAwOTIgMzIgMzYuNzY1VjExLjIzMTVaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
}
.video-section .video-background {
  top: 0px;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 140%;
  overflow: hidden;
  position: absolute;
}
.video-section .video-background__inner {
  width: 100%;
  height: 100%;
}
.video-section .video-background__inner:before {
  width: 1508px;
  top: -124px;
  left: -550px;
  content: "";
  position: absolute;
  pointer-events: none;
  background-size: cover;
  aspect-ratio: 4015/1567;
  background-repeat: no-repeat;
  background-image: url(images/deco.png);
  -webkit-transform: scaleX(-1) rotate(16deg);
          transform: scaleX(-1) rotate(16deg);
}

@media screen and (min-width: 768px) {
  .video-section {
    padding-bottom: 160px;
  }
  .video-section .video-background {
    top: -200px;
  }
  .video-section .video-background__inner:after {
    width: 3823px;
    top: -322px;
    left: -1897px;
    content: "";
    position: absolute;
    pointer-events: none;
    background-size: cover;
    aspect-ratio: 4015/1567;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url(images/deco.png);
    -webkit-transform: scaleY(-1) rotate(165deg);
            transform: scaleY(-1) rotate(165deg);
  }
  .video-section .video-background__inner:before {
    width: 3823px;
    top: auto;
    bottom: -146px;
    left: 164px;
    -webkit-transform: scaleY(-1) rotate(-155deg);
            transform: scaleY(-1) rotate(-155deg);
  }
}
.ideas-form {
  margin-bottom: 120px;
}
.ideas-form .container {
  padding: 0;
}
.ideas-form .container .section {
  padding: 0 16px;
}
.ideas-form #back-to-form {
  display: block;
  margin: 0 auto;
}
.ideas-form .form {
  max-width: 420px;
  margin: 32px auto 0;
}
.ideas-form .form textarea {
  line-height: 1.6;
  font-weight: 500;
  background-color: var(--bg-neutral-0);
  color: var(--bg-gray-85);
  font-size: var(--s-text-base);
}
.ideas-form .form .cpro-form-container {
  padding: 0 16px;
}
.ideas-form .form .applications {
  width: 100%;
  height: 280px;
  pointer-events: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  display: none;
  -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;
  position: relative;
  max-width: 1200px;
}
.ideas-form .grid-item {
  margin-bottom: 64px;
  margin: 0 auto 24px auto;
  max-width: 310px;
}
.ideas-form .grid-item .image-container {
  padding: 0 35px;
  margin-bottom: 16px;
}
.ideas-form .grid-item .image-wrapper {
  margin: 0 auto;
  overflow: hidden;
  max-width: 310px;
  position: relative;
  border-radius: 16px;
  border: 2px solid #FFA41A;
}
.ideas-form .grid-item .image-wrapper .votes {
  top: 0;
  left: 0;
  font-weight: 400;
  padding: 8px 16px;
  position: absolute;
  color: var(--bg-gray-300);
  font-size: var(--s-text-base);
  background: -webkit-gradient(linear, left top, right top, from(#FFA41A), color-stop(100.01%, #FEDC00));
  background: linear-gradient(90deg, #FFA41A 0%, #FEDC00 100.01%);
  border-radius: 16px 20px 20px 0px;
  font-family: var(--f-text-primary);
}
.ideas-form .grid-item .image-wrapper .votes strong {
  font-weight: 800;
}
.ideas-form .grid-item .image-wrapper .idea-category {
  left: -1%;
  bottom: 0;
  margin: 0;
  width: 102%;
  font-weight: 600;
  overflow: hidden;
  padding: 8px 16px;
  position: absolute;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  color: var(--bg-gray-300);
  font-size: var(--s-text-base);
  border-radius: 0px 0px 16px 16px;
  font-family: var(--f-text-primary);
  background-color: var(--bg-gray-10);
}
.ideas-form .grid-item .image-wrapper img {
  max-height: 310px;
  width: auto;
  margin: 0 auto;
}
.ideas-form .grid-item .idea-info {
  padding: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ideas-form .grid-item .idea-info {
    height: 100px;
  }
}
.ideas-form .grid-item .idea-title {
  margin: 0;
  line-clamp: 2;
  line-height: 1.4;
  max-height: 56px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  color: var(--bg-blue-400);
  font-size: var(--s-text-xl);
  -webkit-box-orient: vertical;
  font-family: var(--f-text-secondary);
}
.ideas-form .grid-item .idea-city {
  margin-top: 4px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--bg-blue-400);
  font-size: var(--s-text-large);
}
.ideas-form .grid-item .divider {
  width: 100%;
  height: 3px;
  margin-top: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(41%, #FBCB05), color-stop(62%, #F7B70D), color-stop(100.01%, #FFFFFF));
  background: linear-gradient(90deg, #FFFFFF 0%, #FBCB05 41%, #F7B70D 62%, #FFFFFF 100.01%);
}
.ideas-form .grid-item .idea-details {
  gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--bg-blue-400);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
  padding: 24px;
}
.ideas-form .grid-item .idea-details .province, .ideas-form .grid-item .idea-details .subcategory {
  text-transform: lowercase;
}
.ideas-form .grid-item .idea-details .province strong, .ideas-form .grid-item .idea-details .subcategory strong {
  text-transform: none;
}
.ideas-form .grid-item .comments-container {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ideas-form .grid-item .comments-container {
    text-align: left;
  }
}
.ideas-form .grid-item .comments_btn {
  font-weight: 700;
  line-height: 1.4;
  border-radius: 4px;
  padding: 13px 24px;
  cursor: pointer;
  color: var(--bg-blue-400);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  font-size: var(--s-text-base);
  background: var(--bg-neutral-0);
}
.ideas-form .grid-item .comments_btn:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMTI0RTkwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ideas-form .grid-item .comments_btn:hover {
  border: 1px solid var(--bg-blue-400);
  -webkit-box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
          box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
}
.ideas-form .grid-item .comments_btn.--active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ideas-form .grid-item .image-container {
  padding: 0;
}
.ideas-form .grid-item .idea-info {
  height: auto;
}
.ideas-form .grid-item .idea-details {
  padding: 8px;
  margin-top: 16px;
}
.ideas-form .grid-item .ideas-form .grid-item .image-wrapper img {
  width: 100%;
}
.ideas-form .title {
  width: 90%;
  margin: 97px auto 0 auto;
  line-height: 1.19;
  font-weight: 700;
  color: var(--bg-blue-400);
  font-size: var(--s-text-h3);
  font-family: var(--f-text-secondary);
}
.ideas-form .thankyou__notes {
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 24px auto;
  color: var(--bg-gray-200);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
}
.ideas-form .subtitle {
  margin: 0 auto 24px auto;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: var(--bg-blue-400);
  font-size: var(--s-text-large);
  font-family: var(--f-text-secondary);
}
.ideas-form .submit-button {
  text-align: center;
  margin-top: 40px;
}
.ideas-form .loading::after {
  top: 5px;
  right: 0px;
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .ideas-form {
    margin-bottom: 160px;
  }
  .ideas-form #back-to-form {
    margin: 0;
  }
  .ideas-form .thankyou {
    min-height: 1048px;
  }
  .ideas-form .thankyou .title {
    white-space: nowrap;
  }
  .ideas-form .thankyou .subtitle {
    text-align: left;
  }
  .ideas-form .thankyou__notes {
    white-space: nowrap;
    text-align: left;
    font-size: var(--s-text-large);
  }
  .ideas-form .form {
    margin: 64px 0 0 0;
  }
  .ideas-form .form .applications {
    bottom: -4%;
    right: 0;
    width: 70%;
    height: 100%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
  }
  .ideas-form .form .applications::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -10;
    background: url(images/bg-form.jpg) no-repeat;
    background-size: 100%;
    background-position: bottom left;
    pointer-events: none;
  }
  .ideas-form .grid-item {
    margin: 0 0 24px 0;
  }
  .ideas-form .submit-button {
    text-align: left;
  }
  .ideas-form .loading::after {
    top: 50%;
    right: -30px;
    width: 20px;
    height: 20px;
  }
}
.ideas-list__inner {
  margin-top: 16px;
}
.ideas-list .filter-container .ideas-filter {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.ideas-list .filter-container .ideas-filter .field {
  display: none;
  margin-bottom: 0px;
}
.ideas-list .filter-container .ideas-filter .filters-header {
  padding: 0;
  pointer-events: none;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--bg-blue-400);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  font-size: var(--s-text-base);
  background: var(--bg-neutral-0);
  font-family: var(--f-text-primary);
}
@media screen and (max-width: 767px) {
  .ideas-list .filter-container .ideas-filter .filters-header {
    cursor: pointer;
    padding: 13px 24px;
    pointer-events: all;
  }
  .ideas-list .filter-container .ideas-filter .filters-header:hover {
    border: 1px solid var(--bg-blue-400);
    -webkit-box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
            box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
  }
  .ideas-list .filter-container .ideas-filter .filters-header.--inactive:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ideas-list .filter-container .ideas-filter .filters-header:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMTI0RTkwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.ideas-list .filter-container .ideas-sort {
  display: none;
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  z-index: 999;
}
.ideas-list .filter-container .ideas-sort .sort-label {
  font-weight: 700;
  line-height: 1.4;
  border-radius: 4px;
  padding: 13px 24px;
  cursor: pointer;
  color: var(--bg-blue-400);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  font-size: var(--s-text-base);
  background: var(--bg-neutral-0);
}
.ideas-list .filter-container .ideas-sort .sort-label:hover {
  border: 1px solid var(--bg-blue-400);
  -webkit-box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
          box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
}
.ideas-list .filter-container .ideas-sort .sort-label:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDEwLjVDNiAxMC4zNjc0IDYuMDUyNjggMTAuMjQwMiA2LjE0NjQ1IDEwLjE0NjRDNi4yNDAyMSAxMC4wNTI3IDYuMzY3MzkgMTAgNi41IDEwSDkuNUM5LjYzMjYxIDEwIDkuNzU5NzkgMTAuMDUyNyA5Ljg1MzU1IDEwLjE0NjRDOS45NDczMiAxMC4yNDAyIDEwIDEwLjM2NzQgMTAgMTAuNUMxMCAxMC42MzI2IDkuOTQ3MzIgMTAuNzU5OCA5Ljg1MzU1IDEwLjg1MzZDOS43NTk3OSAxMC45NDczIDkuNjMyNjEgMTEgOS41IDExSDYuNUM2LjM2NzM5IDExIDYuMjQwMjEgMTAuOTQ3MyA2LjE0NjQ1IDEwLjg1MzZDNi4wNTI2OCAxMC43NTk4IDYgMTAuNjMyNiA2IDEwLjVaTTQgNy41QzQgNy4zNjczOSA0LjA1MjY4IDcuMjQwMjEgNC4xNDY0NSA3LjE0NjQ1QzQuMjQwMjEgNy4wNTI2OCA0LjM2NzM5IDcgNC41IDdIMTEuNUMxMS42MzI2IDcgMTEuNzU5OCA3LjA1MjY4IDExLjg1MzYgNy4xNDY0NUMxMS45NDczIDcuMjQwMjEgMTIgNy4zNjczOSAxMiA3LjVDMTIgNy42MzI2MSAxMS45NDczIDcuNzU5NzggMTEuODUzNiA3Ljg1MzU1QzExLjc1OTggNy45NDczMiAxMS42MzI2IDggMTEuNSA4SDQuNUM0LjM2NzM5IDggNC4yNDAyMSA3Ljk0NzMyIDQuMTQ2NDUgNy44NTM1NUM0LjA1MjY4IDcuNzU5NzggNCA3LjYzMjYxIDQgNy41Wk0yIDQuNUMyIDQuMzY3MzkgMi4wNTI2OCA0LjI0MDIxIDIuMTQ2NDUgNC4xNDY0NUMyLjI0MDIxIDQuMDUyNjggMi4zNjczOSA0IDIuNSA0SDEzLjVDMTMuNjMyNiA0IDEzLjc1OTggNC4wNTI2OCAxMy44NTM2IDQuMTQ2NDVDMTMuOTQ3MyA0LjI0MDIxIDE0IDQuMzY3MzkgMTQgNC41QzE0IDQuNjMyNjEgMTMuOTQ3MyA0Ljc1OTc5IDEzLjg1MzYgNC44NTM1NUMxMy43NTk4IDQuOTQ3MzIgMTMuNjMyNiA1IDEzLjUgNUgyLjVDMi4zNjczOSA1IDIuMjQwMjEgNC45NDczMiAyLjE0NjQ1IDQuODUzNTVDMi4wNTI2OCA0Ljc1OTc5IDIgNC42MzI2MSAyIDQuNVoiIGZpbGw9IiMwMDMzOEQiLz4NCjwvc3ZnPg0K);
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.ideas-list .filter-container .ideas-sort .sort-options {
  right: 0;
  top: 100%;
  width: 100%;
  padding: 10px;
  line-height: 1.4;
  color: var(--bg-gray-300);
  font-size: var(--s-text-base);
  background-color: var(--bg-neutral-0);
  text-align: center;
  border-radius: 0 0 5px 5px;
}
.ideas-list .filter-container .ideas-sort .sort-options .sort-option {
  padding: 5px 0;
  cursor: pointer;
}
.ideas-list .ideas-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 32px 0 80px;
}
.ideas-list .ideas-grid.--desktop {
  display: none;
}
.ideas-list .ideas-grid .swiper-slide {
  margin-bottom: 64px;
  width: 100%;
  margin-bottom: 0px;
}
.ideas-list .ideas-grid .swiper-slide .image-container {
  padding: 0 35px;
  margin-bottom: 16px;
}
.ideas-list .ideas-grid .swiper-slide .image-wrapper {
  margin: 0 auto;
  overflow: hidden;
  max-width: 310px;
  position: relative;
  border-radius: 16px;
  border: 2px solid #FFA41A;
}
.ideas-list .ideas-grid .swiper-slide .image-wrapper .votes {
  top: 0;
  left: 0;
  font-weight: 400;
  padding: 8px 16px;
  position: absolute;
  color: var(--bg-gray-300);
  font-size: var(--s-text-base);
  background: -webkit-gradient(linear, left top, right top, from(#FFA41A), color-stop(100.01%, #FEDC00));
  background: linear-gradient(90deg, #FFA41A 0%, #FEDC00 100.01%);
  border-radius: 16px 20px 20px 0px;
  font-family: var(--f-text-primary);
}
.ideas-list .ideas-grid .swiper-slide .image-wrapper .votes strong {
  font-weight: 800;
}
.ideas-list .ideas-grid .swiper-slide .image-wrapper .idea-category {
  left: -1%;
  bottom: 0;
  margin: 0;
  width: 102%;
  font-weight: 600;
  overflow: hidden;
  padding: 8px 16px;
  position: absolute;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  color: var(--bg-gray-300);
  font-size: var(--s-text-base);
  border-radius: 0px 0px 16px 16px;
  font-family: var(--f-text-primary);
  background-color: var(--bg-gray-10);
}
.ideas-list .ideas-grid .swiper-slide .image-wrapper img {
  max-height: 310px;
  width: auto;
  margin: 0 auto;
}
.ideas-list .ideas-grid .swiper-slide .idea-info {
  padding: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ideas-list .ideas-grid .swiper-slide .idea-info {
    height: 100px;
  }
}
.ideas-list .ideas-grid .swiper-slide .idea-title {
  margin: 0;
  line-clamp: 2;
  line-height: 1.4;
  max-height: 56px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  color: var(--bg-blue-400);
  font-size: var(--s-text-xl);
  -webkit-box-orient: vertical;
  font-family: var(--f-text-secondary);
}
.ideas-list .ideas-grid .swiper-slide .idea-city {
  margin-top: 4px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--bg-blue-400);
  font-size: var(--s-text-large);
}
.ideas-list .ideas-grid .swiper-slide .divider {
  width: 100%;
  height: 3px;
  margin-top: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(41%, #FBCB05), color-stop(62%, #F7B70D), color-stop(100.01%, #FFFFFF));
  background: linear-gradient(90deg, #FFFFFF 0%, #FBCB05 41%, #F7B70D 62%, #FFFFFF 100.01%);
}
.ideas-list .ideas-grid .swiper-slide .idea-details {
  gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--bg-blue-400);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
  padding: 24px;
}
.ideas-list .ideas-grid .swiper-slide .idea-details .province, .ideas-list .ideas-grid .swiper-slide .idea-details .subcategory {
  text-transform: lowercase;
}
.ideas-list .ideas-grid .swiper-slide .idea-details .province strong, .ideas-list .ideas-grid .swiper-slide .idea-details .subcategory strong {
  text-transform: none;
}
.ideas-list .ideas-grid .swiper-slide .comments-container {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ideas-list .ideas-grid .swiper-slide .comments-container {
    text-align: left;
  }
}
.ideas-list .ideas-grid .swiper-slide .comments_btn {
  font-weight: 700;
  line-height: 1.4;
  border-radius: 4px;
  padding: 13px 24px;
  cursor: pointer;
  color: var(--bg-blue-400);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  font-size: var(--s-text-base);
  background: var(--bg-neutral-0);
}
.ideas-list .ideas-grid .swiper-slide .comments_btn:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMTI0RTkwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ideas-list .ideas-grid .swiper-slide .comments_btn:hover {
  border: 1px solid var(--bg-blue-400);
  -webkit-box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
          box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
}
.ideas-list .ideas-grid .swiper-slide .comments_btn.--active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ideas-list .ideas-grid .swiper-footer {
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ideas-list .ideas-grid .swiper-button {
  position: initial;
  border-radius: 100%;
  background-color: var(--bg-neutral-0);
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.0901960784);
          box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.0901960784);
  width: 72px;
  min-width: 72px;
  height: 72px;
  cursor: pointer;
  z-index: 999;
  margin-top: 0;
}
.ideas-list .ideas-grid .swiper-button:hover {
  border: 1px solid var(--bg-blue-400);
  -webkit-box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
          box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
}
.ideas-list .ideas-grid .swiper-button:after {
  font-size: 20px;
  font-weight: 900;
  color: var(--bg-blue-400);
}
.ideas-list .ideas-grid .swiper-button.--loading:after {
  content: "";
  pointer-events: none !important;
  border: 3px solid #ccc;
  height: 16px;
  width: 16px;
  border-top: 3px solid var(--bg-blue-400);
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}
.ideas-list .ideas-grid .custom-pagination {
  top: 0;
  line-height: 1.6;
  font-weight: 900;
  position: relative;
  text-align: center;
  color: var(--bg-blue-400);
  font-size: var(--s-text-xl);
  font-family: var(--f-text-primary);
}
.ideas-list .ideas-grid .grid-item {
  width: 100%;
  border-bottom: 1px solid var(--bg-gray-60);
  margin-bottom: 64px;
}
.ideas-list .ideas-grid .grid-item .image-container {
  padding: 0 35px;
  margin-bottom: 16px;
}
.ideas-list .ideas-grid .grid-item .image-wrapper {
  margin: 0 auto;
  overflow: hidden;
  max-width: 310px;
  position: relative;
  border-radius: 16px;
  border: 2px solid #FFA41A;
}
.ideas-list .ideas-grid .grid-item .image-wrapper .votes {
  top: 0;
  left: 0;
  font-weight: 400;
  padding: 8px 16px;
  position: absolute;
  color: var(--bg-gray-300);
  font-size: var(--s-text-base);
  background: -webkit-gradient(linear, left top, right top, from(#FFA41A), color-stop(100.01%, #FEDC00));
  background: linear-gradient(90deg, #FFA41A 0%, #FEDC00 100.01%);
  border-radius: 16px 20px 20px 0px;
  font-family: var(--f-text-primary);
}
.ideas-list .ideas-grid .grid-item .image-wrapper .votes strong {
  font-weight: 800;
}
.ideas-list .ideas-grid .grid-item .image-wrapper .idea-category {
  left: -1%;
  bottom: 0;
  margin: 0;
  width: 102%;
  font-weight: 600;
  overflow: hidden;
  padding: 8px 16px;
  position: absolute;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  color: var(--bg-gray-300);
  font-size: var(--s-text-base);
  border-radius: 0px 0px 16px 16px;
  font-family: var(--f-text-primary);
  background-color: var(--bg-gray-10);
}
.ideas-list .ideas-grid .grid-item .image-wrapper img {
  max-height: 310px;
  width: auto;
  margin: 0 auto;
}
.ideas-list .ideas-grid .grid-item .idea-info {
  padding: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ideas-list .ideas-grid .grid-item .idea-info {
    height: 100px;
  }
}
.ideas-list .ideas-grid .grid-item .idea-title {
  margin: 0;
  line-clamp: 2;
  line-height: 1.4;
  max-height: 56px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  color: var(--bg-blue-400);
  font-size: var(--s-text-xl);
  -webkit-box-orient: vertical;
  font-family: var(--f-text-secondary);
}
.ideas-list .ideas-grid .grid-item .idea-city {
  margin-top: 4px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--bg-blue-400);
  font-size: var(--s-text-large);
}
.ideas-list .ideas-grid .grid-item .divider {
  width: 100%;
  height: 3px;
  margin-top: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(41%, #FBCB05), color-stop(62%, #F7B70D), color-stop(100.01%, #FFFFFF));
  background: linear-gradient(90deg, #FFFFFF 0%, #FBCB05 41%, #F7B70D 62%, #FFFFFF 100.01%);
}
.ideas-list .ideas-grid .grid-item .idea-details {
  gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--bg-blue-400);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
  padding: 24px;
}
.ideas-list .ideas-grid .grid-item .idea-details .province, .ideas-list .ideas-grid .grid-item .idea-details .subcategory {
  text-transform: lowercase;
}
.ideas-list .ideas-grid .grid-item .idea-details .province strong, .ideas-list .ideas-grid .grid-item .idea-details .subcategory strong {
  text-transform: none;
}
.ideas-list .ideas-grid .grid-item .comments-container {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ideas-list .ideas-grid .grid-item .comments-container {
    text-align: left;
  }
}
.ideas-list .ideas-grid .grid-item .comments_btn {
  font-weight: 700;
  line-height: 1.4;
  border-radius: 4px;
  padding: 13px 24px;
  cursor: pointer;
  color: var(--bg-blue-400);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  font-size: var(--s-text-base);
  background: var(--bg-neutral-0);
}
.ideas-list .ideas-grid .grid-item .comments_btn:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMTI0RTkwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ideas-list .ideas-grid .grid-item .comments_btn:hover {
  border: 1px solid var(--bg-blue-400);
  -webkit-box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
          box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
}
.ideas-list .ideas-grid .grid-item .comments_btn.--active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ideas-list .ideas-grid .grid-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.ideas-list .load-more {
  gap: 24px;
  width: 100%;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
.ideas-list .load-more .divider {
  width: 100%;
  height: 1px;
  background-color: var(--bg-gray-60);
}
.ideas-list .load-more .content {
  gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.4;
  padding: 13px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: var(--bg-blue-400);
  font-size: var(--s-text-base);
}
.ideas-list .load-more .content::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02IDlMMTIgMTVMMTggOSIgc3Ryb2tlPSIjMTI0RTkwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
}
.ideas-list .loading::after {
  top: 5px;
  right: 0px;
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 768px) {
  .ideas-list__inner {
    margin-top: 32px;
  }
  .ideas-list .filter-container .ideas-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ideas-list .filter-container .ideas-filter .filters-header {
    grid-area: 1/1/2/3;
  }
  .ideas-list .filter-container .ideas-filter .filters-header.--inactive:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .ideas-list .filter-container .ideas-filter .filters-header:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .ideas-list .filter-container .ideas-filter .field {
    display: block;
  }
  .ideas-list .filter-container .ideas-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 32px 0 0 auto;
  }
  .ideas-list .ideas-grid.--mobile {
    display: none;
  }
  .ideas-list .ideas-grid.--desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ideas-list .ideas-grid .grid-item {
    width: 50%;
  }
  .ideas-list .ideas-grid .grid-item:nth-last-child(-n+3) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .ideas-list .filter-container .ideas-filter {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ideas-list .filter-container .ideas-filter .filters-header {
    grid-area: 1/1/2/5;
    font-weight: 800;
    font-size: 16px;
    margin: 0 0 16px;
    color: var(--bg-blue-500);
  }
  .ideas-list .ideas-grid.--less-than-4 {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .ideas-list .ideas-grid .grid-item {
    padding-bottom: 64px;
    width: 25%;
  }
  .ideas-list .ideas-grid .grid-item:nth-last-child(-n+5) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 80px;
  }
}

.custom-modal {
  inset: 0;
  z-index: 99999999;
  display: none;
  position: fixed;
  -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;
}
.custom-modal__overlay {
  inset: 0;
  position: absolute;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.2);
}
.custom-modal__window {
  z-index: 10;
  width: 743px;
  max-width: 80%;
  border-radius: 16px;
  padding: 16px;
  z-index: 9999999;
  position: relative;
  background: var(--bg-neutral-0);
}
.custom-modal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-modal__close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  background: var(--bg-neutral-0);
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.0901960784);
          box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.0901960784);
}
.custom-modal__close:hover {
  border: 1px solid var(--bg-blue-400);
  -webkit-box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
          box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
}
.custom-modal__close:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0zMCAxMEwxMCAzME0xMCAxMEwzMCAzMCIgc3Ryb2tlPSIjMTI0RTkwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.custom-modal__content {
  max-height: 50vh;
  overflow: auto;
}
.custom-modal__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-modal .idea-category {
  width: auto;
  font-weight: 700;
  padding: 8px 16px;
  text-align: center;
  line-height: 1.6;
  color: var(--bg-gray-300);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
  background-color: var(--bg-gray-10);
}
.custom-modal .idea-details {
  gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--bg-blue-400);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
  margin: 0 0 20px 0;
  padding: 8px 0;
}
.custom-modal .idea-title {
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
  color: var(--bg-blue-400);
  font-size: var(--s-text-xl);
}
.custom-modal .idea-city {
  margin-top: 4px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--bg-blue-400);
  font-size: var(--s-text-large);
}
.custom-modal .comments span {
  line-height: 1.4;
  font-weight: 700;
  color: var(--bg-blue-400);
  font-size: var(--s-text-base);
}
.custom-modal .comments p {
  margin: 8px 0 0 0;
  line-height: 1.6;
  font-weight: 500;
  color: var(--bg-gray-300);
  font-size: var(--s-text-base);
}
@media screen and (min-width: 768px) {
  .custom-modal__window {
    padding: 40px;
  }
}

.clause-modal {
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999999;
  position: fixed;
  -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;
}
.clause-modal .custom-modal__window {
  width: 90vw;
  max-width: 900px;
}
.clause-modal .custom-modal__content {
  max-height: 270px;
}
.clause-modal .custom-modal__footer {
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clause-modal ol {
  list-style-type: auto;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
}
.clause-modal ol[type="1"] {
  list-style-type: decimal;
}
.clause-modal ol[type=a] {
  list-style-type: lower-alpha;
}
.clause-modal ol li {
  margin: 10px 0;
}
.clause-modal ol li::marker {
  color: #00338D;
}

@media screen and (min-width: 768px) {
  .clause-modal .custom-modal__footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.logotypes-section .container {
  padding: 0 44px;
}
.logotypes-section .logotypes {
  gap: 16px;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.logotypes-section .logotypes img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(25% - 12px);
      -ms-flex: 0 0 calc(25% - 12px);
          flex: 0 0 calc(25% - 12px);
  max-width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .logotypes-section .container {
    padding: 0 16px;
  }
  .logotypes-section .logotypes {
    gap: 42px;
  }
  .logotypes-section .logotypes img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(20% - 12px);
        -ms-flex: 0 0 calc(20% - 12px);
            flex: 0 0 calc(20% - 12px);
    max-width: 80px;
  }
}

.recent-winners-section {
  margin-top: 120px;
}
.recent-winners-section .container {
  padding: 0;
  max-width: 100%;
}
.recent-winners-section .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.recent-winners-section .wp-swiper {
  gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 40px 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recent-winners-section .hide-edge-container {
  overflow: hidden;
  padding-bottom: 120px;
}
.recent-winners-section .hide-edge-container .swiper-footer {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  padding: 0 16px;
}
.recent-winners-section .hide-edge-container .swiper-button {
  position: initial;
  border-radius: 100%;
  background-color: var(--bg-neutral-0);
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.0901960784);
          box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.0901960784);
  width: 72px;
  min-width: 72px;
  height: 72px;
  cursor: pointer;
  z-index: 999;
  margin-top: 0;
}
.recent-winners-section .hide-edge-container .swiper-button:hover {
  border: 1px solid var(--bg-blue-400);
  -webkit-box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
          box-shadow: 0 0 17.8px 0 var(--bg-blue-600);
}
.recent-winners-section .hide-edge-container .swiper-button:after {
  font-size: 20px;
  font-weight: 900;
  color: var(--bg-blue-400);
}
.recent-winners-section .hide-edge-container .swiper-pagination {
  top: 0;
  line-height: 1.6;
  font-weight: 900;
  position: relative;
  color: var(--bg-blue-400);
  font-size: var(--s-text-xl);
  font-family: var(--f-text-primary);
}
.recent-winners-section .hide-edge-container .recent-winners {
  padding: 16px;
  border-radius: 20px;
  background: var(--bg-neutral-0);
  -webkit-box-shadow: 0 24px 88px 0px rgba(149, 189, 221, 0.4);
          box-shadow: 0 24px 88px 0px rgba(149, 189, 221, 0.4);
}
.recent-winners-section .hide-edge-container .recent-winners__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.recent-winners-section .hide-edge-container .recent-winners__content {
  margin-top: 24px;
}
.recent-winners-section .hide-edge-container .recent-winners__title {
  margin: 0;
  line-clamp: 2;
  line-height: 1.4;
  max-height: 56px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  color: var(--bg-blue-400);
  font-size: var(--s-text-xl);
  -webkit-box-orient: vertical;
  font-family: var(--f-text-secondary);
  text-align: center;
}
.recent-winners-section .hide-edge-container .recent-winners__city {
  margin-top: 4px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--bg-blue-400);
  font-size: var(--s-text-large);
  text-align: center;
}
.recent-winners-section .hide-edge-container .recent-winners__hr {
  width: 100%;
  height: 3px;
  border: none;
  margin: 20px 0;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(41%, #FBCB05), color-stop(62%, #F7B70D), color-stop(100.01%, #FFFFFF));
  background: linear-gradient(90deg, #FFFFFF 0%, #FBCB05 41%, #F7B70D 62%, #FFFFFF 100.01%);
}
.recent-winners-section .hide-edge-container .recent-winners__row {
  line-height: 1.4;
  color: var(--bg-blue-400);
  font-size: var(--s-text-base);
  font-family: var(--f-text-primary);
}
.recent-winners-section .hide-edge-container .recent-winners__row:not(:last-child) {
  margin-bottom: 8px;
}
.recent-winners-section .hide-edge-container .recent-winners__label {
  font-weight: 700;
}
.recent-winners-section .hide-edge-container .recent-winners__value {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .recent-winners-section {
    margin-top: 160px;
  }
  .recent-winners-section .section {
    position: relative;
    z-index: 99;
  }
  .recent-winners-section .swipper-container::after {
    top: 0;
    right: 0;
    width: 20%;
    z-index: 10;
    content: "";
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, #fff));
    background: linear-gradient(90deg, transparent, #fff 70%);
  }
  .recent-winners-section .swipper-container::before {
    top: 0;
    left: 0;
    width: 20%;
    z-index: 10;
    content: "";
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(70%, #fff));
    background: linear-gradient(270deg, transparent, #fff 70%);
  }
  .recent-winners-section .hide-edge-container {
    padding-bottom: 148px;
  }
  .recent-winners-section .hide-edge-container .recent-winners {
    gap: 44px;
    padding: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recent-winners-section .hide-edge-container .recent-winners__image-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recent-winners-section .hide-edge-container .recent-winners__title {
    text-align: left;
  }
  .recent-winners-section .hide-edge-container .recent-winners__city {
    text-align: left;
  }
  .recent-winners-section .hide-edge-container .recent-winners__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    height: 100%;
    display: block;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recent-winners-section .hide-edge-container .recent-winners__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recent-winners-section .hide-edge-container .recent-winners__image {
    height: 100%;
    aspect-ratio: auto;
  }
  .recent-winners-section .hide-edge-container .swiper-button {
    top: auto;
    bottom: 380px;
    position: absolute;
  }
  .recent-winners-section .hide-edge-container .swiper-button-prev {
    left: 64px;
  }
  .recent-winners-section .hide-edge-container .swiper-button-next {
    right: 64px;
  }
  .recent-winners-section .hide-edge-container .wp-swiper {
    width: 200vw;
    padding: 64px 0;
    -webkit-transform: translate(-50vw);
            transform: translate(-50vw);
  }
  .recent-winners-section .hide-edge-container .wp-swiper .swiper-slide {
    margin-left: 22px;
    margin-right: 22px !important;
  }
  .recent-winners-section .hide-edge-container .swiper-footer {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 1200px) {
  .recent-winners-section .hide-edge-container .wp-swiper {
    width: 160vw;
    overflow: visible;
    -webkit-transform: translate(-30vw);
            transform: translate(-30vw);
  }
}
@media only screen and (min-width: 1600px) {
  .recent-winners-section .hide-edge-container .wp-swiper {
    width: 140vw;
    overflow: visible;
    -webkit-transform: translate(-20vw);
            transform: translate(-20vw);
  }
}

.hero-404-section .container {
  padding: 60px 16px 24px;
}
.hero-404-section:before {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(images/top-deco.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  pointer-events: none;
  z-index: -1;
}

.not-found-section {
  margin-bottom: 60px;
}
.not-found-section .container {
  gap: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 16px;
  -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;
  max-width: 639px;
}
.not-found-section .container img {
  max-width: 207px;
}
.not-found-section .container .title {
  font-weight: 700;
  line-height: 1.06;
  margin: 0 0 16px 0;
  text-align: center;
  color: var(--bg-blue-400);
  font-size: var(--s-text-h1);
  font-family: var(--f-text-secondary);
}
.not-found-section .container .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .hero-404-section .container {
    padding: 40px 16px 0;
  }
  .hero-404-section:before {
    width: 100%;
    height: 500px;
    left: 0;
  }
  .not-found-section .container img {
    max-width: 332px;
  }
  .not-found-section .container .title {
    font-size: 36px;
  }
}
:root {
  --s-text-sm: 14px;
  --s-text-base: 16px;
  --s-text-large: 18px;
  --s-text-xl: 20px;
  --s-text-h1: 28px;
  --s-text-h2: 20px;
  --s-text-h3: 18px;
  --s-text-h4: 20px;
  --s-text-h5: 18px;
  --f-text-primary: "Lato", sans-serif;
  --f-text-secondary: "DaxPro Bold", sans-serif;
  --bg-neutral-0: #FFFFFF;
  --bg-gray-10: #EFEFEF;
  --bg-gray-60: #B0B0B0;
  --bg-gray-85: #767676;
  --bg-gray-200: #434463;
  --bg-gray-300: #121B2C;
  --bg-blue-400: #124E90;
  --bg-blue-500: #00338D;
  --bg-blue-600: #124E903D;
  --bg-orange-400: #FFBC58;
  --bg-orange-500: #F29200;
}

@media screen and (min-width: 768px) {
  :root {
    --s-text-h1: 54px;
    --s-text-h2: 48px;
    --s-text-h3: 28px;
    --s-text-h4: 20px ;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  position: relative;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body ul,
body ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body p {
  margin: 0 0 1em;
  line-height: 1.4;
}
body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body a.btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#F19100), color-stop(59.26%, #F19100), to(#F18000));
  background: linear-gradient(180deg, #F19100 0%, #F19100 59.26%, #F18000 100%);
  -webkit-box-shadow: 0px 0px 20px #FFBC58;
          box-shadow: 0px 0px 20px #FFBC58;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 36px;
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
}
body a.btn:hover {
  opacity: 0.8;
}
body a.btn.blue {
  background: -webkit-gradient(linear, left top, right top, from(#0094F1), color-stop(59.26%, #0094F1), to(#00A2F1));
  background: linear-gradient(90deg, #0094F1 0%, #0094F1 59.26%, #00A2F1 100%);
  -webkit-box-shadow: 0px 0px 20px #00A2F1;
          box-shadow: 0px 0px 20px #00A2F1;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

section {
  position: relative;
}

.modal-open {
  overflow: hidden;
}

.section {
  margin: 0 auto;
  max-width: 889px;
}
.section__title {
  font-weight: 750;
  line-height: 1.4;
  color: var(--bg-blue-400);
  font-size: var(--s-text-h2);
  text-align: center;
  vertical-align: middle;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: var(--f-text-secondary);
}
.section__description {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  color: var(--bg-gray-200);
  font-size: var(--s-text-xl);
  font-family: var(--f-text-primary);
  margin-bottom: 16px;
}
.section__divider {
  height: 3px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(41%, #FBCB05), color-stop(62%, #F7B70D), color-stop(100.01%, #FFFFFF));
  background: linear-gradient(90deg, #FFFFFF 0%, #FBCB05 41%, #F7B70D 62%, #FFFFFF 100.01%);
}

.container {
  max-width: 1332px;
  margin: 0 auto;
  padding: 0 16px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu li a {
  font-weight: 800;
  color: var(--bg-blue-500);
  font-size: 20px;
}

.cpro-form-container {
  width: 100%;
}

.hidden {
  display: none;
}

#cta .taglines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #F29200;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1300px) {
  #cta .taglines {
    padding: 0 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #cta .taglines {
    -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;
  }
  #cta .taglines span {
    margin-bottom: 12px;
    display: block;
    text-align: center;
  }
}
#cta .cta-box {
  background-color: #F2F5F9;
  padding: 56px 24px 36px;
}
#cta .cta-box p {
  color: var(--bg-blue-500);
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  max-width: 655px;
  text-align: center;
  margin: 0 auto 1em;
}
@media only screen and (max-width: 768px) {
  #cta .cta-box p {
    font-size: 16px;
  }
}
#cta .cta-box a {
  color: var(--bg-blue-500);
  font-weight: 700;
}
#cta .cta-box a:hover {
  text-decoration: underline;
}

.ideas-sort {
  position: relative;
}
.ideas-sort .sort-options {
  display: none;
  position: absolute;
}
.ideas-sort:hover .sort-options {
  display: block;
}
.ideas-sort .sort-option.active {
  font-weight: bold;
}

.ajax-reloading {
  opacity: 0.3;
}
.ajax-reloading::after {
  content: "";
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  border: 3px solid #ccc;
  border-top: 3px solid var(--bg-blue-400);
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

.has-error textarea {
  border: 1px solid red;
}
.has-error .select2-container .select2-selection--single {
  border-color: red;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(18, 27, 44, 0.7);
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  padding: 20px;
  display: none;
}
#modal .modal_inner {
  max-width: 1080px;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 24px 88px rgba(0, 67, 136, 0.25);
          box-shadow: 0px 24px 88px rgba(0, 67, 136, 0.25);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  max-height: calc(100vh - 40px);
  overflow: auto;
}
#modal .modal_inner .close {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
}
#modal .modal_inner .close img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 0;
}
#modal .modal_inner .title {
  font-weight: 900;
  font-size: 36px;
  color: var(--bg-blue-500);
  max-width: 640px;
  margin: 30px auto;
  display: block;
}
@media only screen and (max-width: 758px) {
  #modal .modal_inner .title {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
#modal .modal_inner p {
  color: black;
  font-size: 20px;
}
#modal .modal_inner img {
  margin: 40px auto 70px;
}
#modal .modal_inner .btn {
  margin-bottom: 20px;
}

#thankyou {
  padding: 200px 20px;
  background-image: url(images/top-deco.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  display: none;
}
#thankyou .container {
  text-align: center;
  max-width: 640px;
}
#thankyou .container img {
  margin: 0 auto 40px;
  max-width: 360px;
}
#thankyou .container span.title {
  font-weight: 800;
  font-size: 36px;
  color: var(--bg-blue-500);
  margin-bottom: 32px;
  display: block;
}
@media only screen and (max-width: 768px) {
  #thankyou .container span.title {
    font-size: 28px;
  }
}
#thankyou .container p {
  font-size: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #thankyou {
    padding: 80px 20px;
  }
}

#cpro-answer-form .submit-button {
  position: relative;
}
#cpro-answer-form button:disabled {
  position: relative;
  opacity: 0.5;
}
#cpro-answer-form button:disabled:after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  content: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27L9%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 100 100%27 enable-background=%27new 0 0 0 0%27 xml:space=%27preserve%27%3E%3Cpath fill=%27%23fff%27 d=%27M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50%27%3E%3CanimateTransform attributeName=%27transform%27 attributeType=%27XML%27 type=%27rotate%27 dur=%271s%27 from=%270 50 50%27 to=%27360 50 50%27 repeatCount=%27indefinite%27%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
}

table.lista {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  max-width: 800px;
}
table.lista td, table.lista th {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

.loading {
  position: relative;
}
.loading::after {
  content: "";
  position: absolute;
  border: 3px solid #ccc;
  border-top: 3px solid var(--bg-blue-400);
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

.field label span.required {
  display: inline;
  color: #d13a3a;
  font-size: 16px;
}

.grecaptcha-badge {
  z-index: 9999 !important;
}

.error-msg {
  display: none;
  font-size: 13px;
  color: red;
  position: absolute;
  right: 0px;
  bottom: -17px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.has-error .error-msg {
  display: block;
}

#CookiebotWidget > button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
  border-radius: 100%;
}

.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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