@import url("https://use.typekit.net/gzt5gec.css");
body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: "din-condensed", sans-serif;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(194deg, #9D0C18 8.23%, #BC1C28 49.3%);
  position: relative;
}
body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/_front/ribbon-f2e150729a45141362e94ef5f833a2cf.png") center no-repeat;
  background-size: 800px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.4;
}
@media (min-width: 768px) {
  body:after {
    background-position: 100% 20%;
    background-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
body main {
  position: relative;
}

*, :after, :before {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  display: block;
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: calc(1240px + 60px)) {
  .container {
    max-width: calc(100% - 60px);
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
}

h1, h2, h3 {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
}

h1 {
  font-size: 50px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 35px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 26px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

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

.btn {
  display: inline-block;
  background-color: #C4921A;
  color: #fff;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 4px;
  appearance: none;
  cursor: pointer;
  padding: 12px 30px;
  min-width: 225px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.btn:hover {
  background-color: #BC1C28;
}

main {
  min-height: calc(100vh - 50px);
}
@media (max-width: 768px) {
  main {
    min-height: calc(100vh - 40px);
  }
}
main .game__completion {
  position: fixed;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  max-width: calc(100% - 40px);
  background-color: #fff;
  padding: 3px;
  border-radius: 30px;
  top: 16px;
  height: 28px;
}
@media (min-width: 768px) {
  main .game__completion {
    width: 100%;
  }
}
main .game__completion__bar {
  display: block;
  background-color: #C4921A;
  height: 100%;
  border-radius: 30px;
}
main .game__completion__txt {
  position: absolute;
  color: #C4921A;
  font-family: "din-condensed", sans-serif;
  top: 50%;
  right: 12px;
  z-index: 1;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 13px;
}
main .game__completion.complete .game__completion__bar {
  width: 100% !important;
}
main .game__completion.complete .game__completion__txt {
  color: #fff !important;
}
main .legal_notices {
  text-align: left;
  margin: 60px auto;
}
main .legal_notices a {
  color: #C4921A;
  text-decoration: underline;
}
main .legal_notices a:hover {
  text-decoration: none;
}
main .legal_notices section, main .legal_notices h1, main .legal_notices h2, main .legal_notices h3 {
  margin: 12px 0;
}
main .legal_notices ul, main .legal_notices ol {
  margin: 12px 0px 12px 25px;
}
main .legal_notices h1 {
  margin: 40px 0;
  text-align: center;
}

footer {
  width: 100%;
  background-color: #C4921A;
}
footer .footer__links {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  footer .footer__links {
    height: 40px;
  }
}
footer .footer__links a {
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 768px) {
  footer .footer__links a {
    color: #fff;
  }
}
footer .footer__links a:hover {
  opacity: 0.8;
}

.home__top__content, .ranking__top__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
  gap: 20px;
}
.home__top .txt, .ranking__top .txt {
  font-size: 20px;
  max-width: 230px;
  margin: 0 auto;
}
.home__prizes, .ranking__prizes {
  margin-top: 20px;
}
.home__prizes__list, .ranking__prizes__list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 25px;
}
@media (min-width: 768px) {
  .home__prizes__list, .ranking__prizes__list {
    gap: 50px;
  }
}
.home__prizes__item, .ranking__prizes__item {
  position: relative;
  display: block;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .home__prizes__item, .ranking__prizes__item {
    padding-bottom: 200px;
  }
}
.home__prizes__item:before, .ranking__prizes__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  aspect-ratio: 120/130;
  width: 120px;
  background: url("../images/_front/podium-base-231b18b7cccf79281b22bc2cb9183f99.svg") center bottom no-repeat;
  background-size: 100%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .home__prizes__item:before, .ranking__prizes__item:before {
    width: 180px;
  }
}
.home__prizes__item__picture__img, .ranking__prizes__item__picture__img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 15px;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .home__prizes__item__picture__img, .ranking__prizes__item__picture__img {
    width: 120px;
    height: 120px;
  }
}
.home__prizes__item__content__txt, .ranking__prizes__item__content__txt {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.home__prizes__item:nth-child(2), .ranking__prizes__item:nth-child(2) {
  order: 1;
  width: 120px;
}
@media (min-width: 768px) {
  .home__prizes__item:nth-child(2), .ranking__prizes__item:nth-child(2) {
    width: 180px;
  }
}
.home__prizes__item:nth-child(3), .ranking__prizes__item:nth-child(3) {
  order: 3;
  width: 120px;
}
@media (min-width: 768px) {
  .home__prizes__item:nth-child(3), .ranking__prizes__item:nth-child(3) {
    width: 180px;
  }
}
.home__prizes__item:nth-child(1):after, .ranking__prizes__item:nth-child(1):after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/_front/podium-number-1-9042f2c17ad900883e95245a2e981d7b.svg") center no-repeat;
  background-size: contain;
  display: block;
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .home__prizes__item:nth-child(1):after, .ranking__prizes__item:nth-child(1):after {
    bottom: 100px;
  }
}
.home__prizes__item:nth-child(2):after, .ranking__prizes__item:nth-child(2):after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/_front/podium-number-2-6a82f89c8f3a5a7717ab21ac1eab8e7a.svg") center no-repeat;
  background-size: contain;
  display: block;
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .home__prizes__item:nth-child(2):after, .ranking__prizes__item:nth-child(2):after {
    bottom: 100px;
  }
}
.home__prizes__item:nth-child(3):after, .ranking__prizes__item:nth-child(3):after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/_front/podium-number-3-3ad81e6bab02b4ff06e911e08df80afe.svg") center no-repeat;
  background-size: contain;
  display: block;
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .home__prizes__item:nth-child(3):after, .ranking__prizes__item:nth-child(3):after {
    bottom: 100px;
  }
}
.home__prizes__item:nth-child(1), .ranking__prizes__item:nth-child(1) {
  order: 2;
  z-index: 2;
  padding-bottom: 155px;
}
@media (min-width: 768px) {
  .home__prizes__item:nth-child(1), .ranking__prizes__item:nth-child(1) {
    padding-bottom: 250px;
  }
}
.home__prizes__item:nth-child(1) .home__prizes__item__picture img, .ranking__prizes__item:nth-child(1) .home__prizes__item__picture img {
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  .home__prizes__item:nth-child(1) .home__prizes__item__picture img, .ranking__prizes__item:nth-child(1) .home__prizes__item__picture img {
    width: 150px;
    height: 150px;
  }
}
.home__prizes__item:nth-child(1):before, .ranking__prizes__item:nth-child(1):before {
  aspect-ratio: 135/145;
  width: 135px;
}
@media (min-width: 768px) {
  .home__prizes__item:nth-child(1):before, .ranking__prizes__item:nth-child(1):before {
    width: 220px;
  }
}
.home__prizes__item:nth-child(1):after, .ranking__prizes__item:nth-child(1):after {
  bottom: 60px;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .home__prizes__item:nth-child(1):after, .ranking__prizes__item:nth-child(1):after {
    bottom: 130px;
  }
}
.home__bottom, .ranking__bottom {
  position: relative;
  top: -20px;
  z-index: 2;
  mask-image: url("../images/_front/mask-bottom-fa0d121d678e2c56784ad3a409736032.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: top center;
  background-image: url("../images/_front/form-bg-alta-4ba54f50fe4d81ff508a3ed71b16cb67.png");
  background-size: 90% auto;
  background-position: center;
  background-repeat: repeat-y;
  background-color: #9D0C18;
  padding: 30px 0 60px 0;
  text-align: center;
  margin-bottom: -20px;
  min-height: calc(100vh - 550px);
}
@media (min-width: 768px) {
  .home__bottom, .ranking__bottom {
    background-size: 750px auto;
  }
}
.home__bottom__content, .ranking__bottom__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.home__bottom__title, .ranking__bottom__title {
  font-size: 35px;
  text-transform: uppercase;
  max-width: 340px;
  margin: 0 auto;
}
.home__bottom__other, .ranking__bottom__other {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 16px;
}
.home__bottom__other .link, .ranking__bottom__other .link {
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
}
.home__bottom__other .link:hover, .ranking__bottom__other .link:hover {
  text-decoration: none;
}
.home__bottom__list, .ranking__bottom__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 400px;
  overflow: auto;
}
@media (min-width: 768px) {
  .home__bottom__list, .ranking__bottom__list {
    max-height: 1000px;
  }
}
.home__bottom__list__item, .ranking__bottom__list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #A00E1A;
  border-radius: 4px;
  border: 3px solid #C4921A;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
}
.home__bottom__list__item__votes, .ranking__bottom__list__item__votes {
  white-space: nowrap;
  color: #C4921A;
}

.participation__top {
  text-align: center;
  padding: 80px 0 50px 0;
}
.participation__bottom {
  position: relative;
  top: -20px;
  z-index: 2;
  -webkit-mask-image: url("../images/_front/mask-bottom-fa0d121d678e2c56784ad3a409736032.svg");
  mask-image: url("../images/_front/mask-bottom-fa0d121d678e2c56784ad3a409736032.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  background-image: url("../images/_front/form-bg-alta-4ba54f50fe4d81ff508a3ed71b16cb67.png");
  background-size: 90% auto;
  background-position: center;
  background-repeat: repeat-y;
  background-color: #9D0C18;
  -webkit-background-size: 90% auto;
  background-attachment: scroll;
  padding: 30px 0 60px 0;
  text-align: center;
  margin-bottom: -20px;
  min-height: calc(100vh - 250px);
  min-height: calc(100vh - 250px - env(safe-area-inset-bottom));
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .participation__bottom {
    background-size: 750px auto;
    -webkit-background-size: 750px auto;
    padding-top: 60px;
  }
}
.participation__bottom__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.participation__bottom__content h2 {
  font-size: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.participation__bottom__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-height: calc(150vw - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .participation__bottom__list {
    justify-content: flex-start;
  }
  .participation__bottom__list > * {
    flex: 0 0 calc(20% - 16px);
  }
}
.participation__bottom__list > * {
  flex: 0 0 calc(50% - 10px);
}
.participation__bottom__search input {
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 50px 15px 20px;
  appearance: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  font-size: 16px;
  background-image: url("../images/_front/search-53103cfae55cf2fada8f0ec5f5cb5e06.svg");
  background-size: 25px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  max-width: 500px;
  border: none;
  -webkit-border-radius: 50px;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.participation__bottom__item {
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
@supports not (aspect-ratio: 1/1) {
  .participation__bottom__item::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .participation__bottom__item:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
}
@media (hover: none) and (pointer: coarse) {
  .participation__bottom__item:active {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
}
.participation__bottom__item.hidden {
  opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  pointer-events: none;
}
.participation__bottom__item.show {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  animation: showItem 0.3s ease;
  -webkit-animation: showItem 0.3s ease;
}
@supports not (aspect-ratio: 1/1) {
  .participation__bottom__item__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.participation__bottom__item__picture__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.participation__bottom__item__dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.participation__bottom__item__dialog[open] {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
.participation__bottom__item__dialog.open .participation__bottom__item__dialog__content {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.participation__bottom__item__dialog__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  width: 90%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.participation__bottom__item__dialog__content__picture {
  width: 180px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}
@supports not (aspect-ratio: 1/1) {
  .participation__bottom__item__dialog__content__picture {
    height: 180px;
  }
}
.participation__bottom__item__dialog__content__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.participation__bottom__item__dialog__subtitle {
  font-size: 20px;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.participation__bottom__item__dialog h3 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.participation__bottom__item__dialog__choices {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.participation__bottom__item__dialog__choices > * {
  min-width: 120px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
@media (hover: hover) and (pointer: fine) {
  .participation__bottom__item__dialog__choices__close:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }
}
@media (hover: none) and (pointer: coarse) {
  .participation__bottom__item__dialog__choices__close:active {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .participation__bottom__item__dialog__choices__btn:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
}
@media (hover: none) and (pointer: coarse) {
  .participation__bottom__item__dialog__choices__btn:active {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
}

@keyframes showItem {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes showItem {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
}
.participation__bottom__search input {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.participation__bottom__search input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(157, 12, 24, 0.3);
  -webkit-box-shadow: 0 0 0 3px rgba(157, 12, 24, 0.3);
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.participation__bottom__search input::placeholder {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.participation__bottom__search input:focus::placeholder {
  opacity: 0.7;
}
.participation__bottom__search input::-webkit-input-placeholder {
  transition: opacity 0.3s ease;
}
.participation__bottom__search input:focus::-webkit-input-placeholder {
  opacity: 0.7;
}

body:has(.end), body:has(.closed) {
  background-image: url("../images/_front/form-bg-alta-4ba54f50fe4d81ff508a3ed71b16cb67.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
  background-color: #9D0C18;
}
@media (min-width: 768px) {
  body:has(.end), body:has(.closed) {
    background-size: 750px auto;
  }
}
body:has(.end):after, body:has(.closed):after {
  display: none;
}

.end__top, .closed__top {
  text-align: center;
  padding: 80px 0 50px 0;
}
@media (min-width: 768px) {
  .end__top, .closed__top {
    min-height: calc(100vh - 380px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.end__top h1, .closed__top h1 {
  display: block;
}
@media (min-width: 768px) {
  .end__top h1 img, .closed__top h1 img {
    width: 350px;
    height: auto;
  }
}
.end__top__dates, .closed__top__dates {
  display: block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .end__top__dates, .closed__top__dates {
    margin-top: 0px;
  }
}
.end__bottom, .closed__bottom {
  position: relative;
  top: -20px;
  z-index: 2;
  mask-image: url("../images/_front/mask-bottom-fa0d121d678e2c56784ad3a409736032.svg");
  mask-size: 300vw 100%;
  mask-repeat: no-repeat;
  mask-position: top center;
  background-color: #fff;
  padding: 30px 0 60px 0;
  text-align: center;
  margin-bottom: -20px;
  min-height: calc(100vh - 380px);
  color: #023D65;
}
@media (min-width: 768px) {
  .end__bottom, .closed__bottom {
    min-height: 350px;
  }
}
.end__bottom h2, .closed__bottom h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .end__bottom h2, .closed__bottom h2 {
    max-width: 500px;
    margin: 40px auto 20px auto;
  }
}
.end__bottom .link, .closed__bottom .link {
  color: #C4921A;
  font-size: 16px;
  text-transform: uppercase;
}

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