@font-face {
  font-family: "Geometr415 Blk BT";
  src: url("../webfonts/Geometr415/Geometric415BT-BlackA.eot");
  src: url("../webfonts/Geometr415/Geometric415BT-BlackA.eot?#iefix") format("embedded-opentype"), url("../webfonts/Geometr415/Geometric415BT-BlackA.woff") format("woff"), url("../webfonts/Geometr415/Geometric415BT-BlackA.svg#Geometric415BT-BlackA") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Candara";
  src: url("../webfonts/Candara/Candara.eot");
  src: url("../webfonts/Candara/Candara.eot?#iefix") format("embedded-opentype"), url("../webfonts/Candara/Candara.woff") format("woff"), url("../webfonts/Candara/Candara.svg#Candara") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Candara";
  src: url("../webfonts/Candara/Candara-Bold.eot");
  src: url("../webfonts/Candara/Candara-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/Candara/Candara-Bold.woff") format("woff"), url("../webfonts/Candara/Candara-Bold.svg#Candara-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Candara";
  src: url("../webfonts/Candara/Candara-BoldItalic.eot");
  src: url("../webfonts/Candara/Candara-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../webfonts/Candara/Candara-BoldItalic.woff") format("woff"), url("../webfonts/Candara/Candara-BoldItalic.svg#Candara-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Candara";
  src: url("../webfonts/Candara/Candara-Italic.eot");
  src: url("../webfonts/Candara/Candara-Italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/Candara/Candara-Italic.woff") format("woff"), url("../webfonts/Candara/Candara-Italic.svg#Candara-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  border: 0 none;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-family: "Candara", sans-serif;
  font-size: 1rem;
  color: #00394C;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #021025;
}
@media (max-width: 1024px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  html,
  body {
    font-size: 12px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: url("../img/main-section-bg.png") repeat scroll center center #00394C;
  background-size: cover;
}

h1, h2, h3, h4, h5 {
  font-family: "Geometr415 Blk BT", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

p {
  font-family: "Candara", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

input,
select,
textarea {
  font-size: 1rem;
  font-family: "Candara", sans-serif;
  color: #00394C;
}

.grid-container {
  max-width: 1320px;
}
@media (max-width: 640px) {
  .grid-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.margin-none {
  margin: 0;
}

.margin-y {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.margin-2-y {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.margin-section {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.padding-y {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.padding-2-y {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.padding-bottom {
  padding-bottom: 1.875rem;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-center-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-top-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.gap-margin {
  gap: 1.875rem;
}

.gap-1 {
  gap: 1rem;
}

.ul-reset, .menu-mobile .a nav.main-menu > ul > li > ul, .menu-mobile .a nav.main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn {
  background-color: #F2F2F2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 1rem;
  transition: all 0.3s ease;
  padding: 1rem;
  text-align: center;
  line-height: 1.4;
  color: #00394C;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  font-family: "Geometr415 Blk BT", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
}
.btn.btn-green {
  background-color: #5F7E4D;
  color: white;
}
.btn.btn-orange {
  background: linear-gradient(95.39deg, #F37820 0%, #D43029 100%);
  color: white;
}
.btn.btn-purple {
  background: linear-gradient(95.39deg, #9832C3 0%, #263DD3 100%);
  color: white;
}
.btn.btn-orange-purple {
  background: linear-gradient(92.18deg, #F47B20 0%, #AF38B8 99.97%);
  color: white;
}
.btn.btn-blue {
  background-color: #00566E;
  color: #00394C;
}
.btn.btn-blue-dark {
  background-color: #00485C;
  color: white;
}
.btn.btn-blue-darker {
  background-color: #001A3A;
  color: white;
}
.btn.btn-yellow {
  background-color: #F8A800;
  color: white;
}
.btn.btn-yellow-green {
  background: linear-gradient(92.18deg, #FFD400 0%, #90BC00 99.97%);
  color: #425300;
}
.btn.btn-icon {
  display: inline-table;
  padding: 0;
}
.btn.btn-icon > span {
  display: table-cell;
  vertical-align: middle;
}
.btn.btn-icon > span.icon {
  padding: 0 1rem;
  height: 100%;
}
.btn.btn-icon > span.icon > svg {
  display: block;
}
.btn.btn-icon > span:not(.icon) {
  padding: 1rem;
  width: 100%;
  text-align: left;
}
.btn.btn-icon > span:not(.icon):first-child {
  padding-right: 0;
}
.btn.btn-icon > span:not(.icon):last-child {
  padding-left: 0;
}
.btn.btn-100 {
  width: 100%;
}
.btn:hover {
  transform: scale(1.1);
}

.input-control {
  background-color: white;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 3.75rem;
  overflow: hidden;
  color: #00394C;
  transition: all 0.3s ease;
}
.input-control > span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1rem;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}
.input-control > span:last-child {
  width: 100%;
  height: 100%;
}
.input-control > span:last-child > input, .input-control > span:last-child > select, .input-control > span:last-child > textarea {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  box-shadow: 0 0 !important;
  border: 0 none;
  padding: 0 1rem 0 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 500;
  color: #00394C;
  font-family: "Candara", sans-serif;
}
.input-control:focus-within {
  border-color: #00566E;
}
.input-control:focus-within > span:first-child {
  color: #00566E;
}

.checkbox-control {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.9375rem;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Candara", sans-serif;
  color: #00394C;
}
.checkbox-control > span:first-child > input {
  margin: 0;
  cursor: pointer;
}

.entity-select {
  margin-bottom: 1.875rem;
  position: relative;
}
.entity-select .entity-select-current {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1.5rem;
  border: 1px solid #E2E6F0;
  border-radius: 20px;
  background-color: #F5F7FA;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 5rem;
}
.entity-select .entity-select-current:hover {
  border-color: #00566E;
}
.entity-select .entity-select-current.open {
  border-color: #00566E;
  background-color: white;
  border-radius: 20px 20px 0 0;
}
.entity-select .entity-select-image {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 10px;
  background: no-repeat scroll center center #F2F2F2;
  background-size: cover;
  flex-shrink: 0;
}
.entity-select .entity-select-info {
  flex: 1;
}
.entity-select .entity-select-info > strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #001A3A;
  line-height: 1.2;
  font-family: "Candara", sans-serif;
}
.entity-select .entity-select-info > span {
  display: block;
  font-size: 0.875rem;
  color: #001A3A;
  line-height: 1.2;
}
.entity-select .entity-select-arrow {
  color: #888;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.open .entity-select .entity-select-arrow {
  transform: rotate(180deg);
}
.entity-select .entity-select-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #00566E;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  max-height: 280px;
  overflow-y: auto;
  z-index: 10;
}
.entity-select .entity-select-dropdown.show {
  display: block;
}
.entity-select .entity-select-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.625rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.entity-select .entity-select-option:hover {
  background-color: #F5F7FA;
}
.entity-select .entity-select-option:last-child {
  border-radius: 0 0 20px 20px;
}

.coupon-counter {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.875rem;
}
.coupon-counter .coupon-counter-controls {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #E2E6F0;
  border-radius: 20px;
  overflow: hidden;
  height: 5rem;
}
.coupon-counter .coupon-counter-controls button {
  width: 3.5rem;
  height: 100%;
  background-color: #F5F7FA;
  color: #888;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon-counter .coupon-counter-controls button:hover {
  background-color: rgb(228, 233.4, 241.5);
  color: #00394C;
}
.coupon-counter .coupon-counter-controls input {
  width: 3.5rem;
  height: 100%;
  text-align: center;
  border: 0 none;
  border-left: 1px solid #E2E6F0;
  border-right: 1px solid #E2E6F0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00394C;
  margin: 0;
  box-shadow: none !important;
  padding: 0;
  background-color: white;
}
.coupon-counter .coupon-counter-price .price-value {
  font-family: "Geometr415 Blk BT", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #00394C;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.coupon-counter .coupon-counter-price .price-unit {
  font-size: 0.875rem;
  color: #979CA1;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .coupon-counter {
    gap: 1rem;
  }
  .coupon-counter .coupon-counter-price .price-value {
    font-size: 1.375rem;
  }
}

body.page-home .app-header {
  position: absolute;
  z-index: 8000;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  box-shadow: 0 0;
}
body.page-home .app-header .sponsors > div > span {
  display: block;
}
@media (max-width: 1024px) {
  body.page-home .app-header .sponsors {
    margin-right: 0;
  }
}

.app-header {
  position: relative;
  padding: 0 0 0.5rem;
  z-index: 9000;
}
.app-header .app-header-top {
  background: linear-gradient(90deg, #F26D22 0%, #F0C831 15.16%, #E7802A 30.39%, #E12028 44.87%, #E12855 60.39%, #CC3A6D 70.3%, #86538C 84.96%, #155799 100%);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0.5rem;
  color: white;
  text-align: center;
  font-family: "Candara", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 5px 0;
}
.app-header .app-header-divider {
  height: 2px;
  background: linear-gradient(90deg, #F47C20 0%, #E5507E 24.54%, #B638B5 50%, #7033CC 74.67%, #1A3FD4 100%);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.app-header .logo {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.app-header .logo > a {
  position: absolute;
  top: 0;
}
.app-header .main-menu {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}
.app-header .main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-header .main-menu > ul > li {
  display: inline-block;
  margin-right: 1rem;
}
.app-header .main-menu > ul > li > a {
  display: block;
  color: white;
  font-family: "Geometr415 Blk BT", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0.25rem;
  transition: all 0.3s ease;
}
.app-header .main-menu > ul > li > a > svg {
  margin-left: 0.5rem;
}
.app-header .main-menu > ul > li > a:hover {
  text-decoration: none;
  color: #EF4423;
}
.app-header .main-menu > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  padding: 0.5rem 0.25rem;
  border-radius: 5px;
  box-shadow: 0px 0.3125rem 1.5625rem rgba(0, 0, 0, 0.1);
}
.app-header .main-menu > ul > li > ul > li > a {
  display: block;
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  font-family: "Geometr415 Blk BT", sans-serif;
  color: #00394C;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
}
.app-header .main-menu > ul > li > ul > li > a:hover {
  text-decoration: none;
  color: #EF4423;
}
.app-header .main-menu > ul > li:hover > ul {
  display: block;
}
.app-header .mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: white;
  font-family: "Geometr415 Blk BT", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem 0;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease;
}
.app-header .mobile-menu:hover {
  color: #EF4423;
}
.app-header .sponsors {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.app-header .sponsors > div > span {
  font-family: "Geometr415 Blk BT", sans-serif;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
  display: none;
  margin-bottom: 0.25rem;
}
.app-header .sponsors > div > img {
  max-width: 11rem;
  max-height: 5rem;
}

.app-header-bottom {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  justify-content: space-between;
  margin-top: 1.875rem;
}
.app-header-bottom > div:first-child {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.app-header-bottom > div:first-child > img {
  max-width: 240px;
  max-height: 74px;
}
@media (max-width: 1024px) {
  .app-header-bottom > div:first-child > img {
    width: 100%;
    max-width: 60%;
  }
  .app-header-bottom > div:last-child {
    display: none;
  }
}

.app-footer {
  background-color: #021025;
  color: white;
  position: relative;
}
.app-footer .app-footer-flags {
  width: 100%;
  height: 30px;
  background: url("../img/flags.png") repeat-x scroll center center transparent;
  animation: scrollFlags 120s linear infinite;
}
@keyframes scrollFlags {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -3000px center;
  }
}
.app-footer .copyright {
  display: inline-flex;
  align-items: center;
  height: 4rem;
  font-family: "Candara", sans-serif;
  margin-right: 1.875rem;
  padding-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: bold;
}
.app-footer .social {
  display: inline-flex;
}
.app-footer .social > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  height: 4rem;
}
.app-footer .social > ul > li {
  display: block;
}
.app-footer .social > ul > li > a {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0.75rem 0.5rem;
  color: white;
  background-color: #122B43;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.app-footer .social > ul > li > a:hover {
  background-color: #00485C;
}
.app-footer .certificate {
  display: inline-flex;
  height: 4rem;
  align-items: center;
  float: right;
  color: white;
  padding-top: 0.25rem;
  font-family: "Candara", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}
.app-footer .certificate:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .app-footer {
    text-align: center;
  }
  .app-footer .certificate {
    float: none;
  }
}

.main-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.main-stars span {
  position: absolute;
  background: white;
  border-radius: 50%;
  opacity: 0;
  animation: starTwinkle ease-in-out infinite;
}

@keyframes starTwinkle {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
}
.info-date, .main-section .info .date {
  text-align: left;
  padding: 0.75rem;
  background: linear-gradient(90deg, rgba(4, 53, 32, 0.71) 0%, rgba(1, 53, 31, 0.71) 100%);
  border: 1px solid #035D2E;
  border-radius: 15px;
  color: white;
}
.info-date h2, .main-section .info .date h2 {
  font-size: 0.875rem;
  margin: 0;
  font-family: "Candara", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.info-date h3, .main-section .info .date h3 {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.main-section {
  position: relative;
  color: white;
  overflow: hidden;
}
.main-section > div {
  padding: 18rem 0 12em;
}
@media (max-width: 640px) {
  .main-section > div {
    padding: 44vw 0 8em;
  }
}
.main-section .content {
  position: relative;
  z-index: 3;
}
.main-section .content .year-lights {
  position: relative;
  margin: -2rem 0 2rem;
}
.main-section .content h1 {
  font-size: 4rem;
  line-height: 1;
  position: relative;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 800;
}
.main-section .content h1 .gradient {
  position: relative;
  background: linear-gradient(90deg, #F47D20 0%, #F4C218 20.29%, #D62928 39.77%, #DE40A1 60.29%, #8A2FC9 79.9%, #1B3FD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  mix-blend-mode: normal;
}
@media (max-width: 1024px) {
  .main-section .content h1 {
    font-size: 6vw;
  }
  .main-section .content h1:before {
    left: 28vw;
    top: 3vw;
  }
}
@media (max-width: 640px) {
  .main-section .content h1 {
    font-size: 10vw;
  }
  .main-section .content h1:before {
    top: 5vw;
    left: 46vw;
  }
}
.main-section .content p {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  line-height: 1.3;
}
.main-section .content .btns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .main-section .content .btns {
    flex-direction: column;
  }
  .main-section .content .btns .btn {
    width: 100%;
    font-size: 1.5rem;
  }
}
.main-section .banner {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 100%;
  max-width: 1320px;
  transform: translateX(-660px);
  z-index: 1;
}
.main-section .banner > div {
  width: 100%;
  max-width: 26rem;
  float: right;
}
@media (max-width: 1320px) {
  .main-section .banner {
    max-width: 40%;
    left: auto;
    right: 1.875rem;
    transform: none;
  }
}
@media (max-width: 640px) {
  .main-section .banner {
    position: relative;
    top: 0;
    margin-top: 5rem;
    margin-bottom: -5rem;
    max-width: 100%;
    right: auto;
  }
  .main-section .banner > div {
    float: none;
    margin: 0 auto;
  }
}
.main-section .image {
  position: relative;
  z-index: 2;
  top: 20px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .main-section .image {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .main-section .image {
    margin-top: 3.75rem;
  }
}
.main-section .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  position: relative;
  z-index: 3;
}
.main-section .info .obs {
  max-width: 20rem;
  text-align: right;
}
.main-section .info .obs p {
  font-size: 0.875rem;
  margin: 0;
}
@media (max-width: 1024px) {
  .main-section .info {
    flex-direction: column;
  }
  .main-section .info .date,
  .main-section .info .obs {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.page-header {
  padding: 8rem 0;
  background: url("../img/pattern.png") repeat-x scroll center center #00485C;
  background-size: auto 100%;
  color: white;
  position: relative;
}
.page-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #00394C;
  opacity: 0.8;
}
.page-header > .grid-container {
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .page-header {
    padding-top: 24vw;
  }
}
.page-header h1 {
  font-size: 2.875rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.page-header p {
  margin: 0;
  font-size: 1.25rem;
}
.page-header.page-header-buy {
  text-align: center;
}
.page-header.page-header-buy p {
  margin-bottom: 1.875rem;
}
.page-header.page-header-buy .buy-counter,
.page-header.page-header-buy .buy-total {
  background-color: #CCC;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .page-header.page-header-buy .buy-counter,
  .page-header.page-header-buy .buy-total {
    height: 4.5rem;
    margin-bottom: 0.5rem;
  }
}
.page-header.page-header-buy .buy-counter {
  background-color: white;
  color: #00394C;
  padding: 0.5rem;
}
.page-header.page-header-buy .buy-counter > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  gap: 0.5rem;
}
.page-header.page-header-buy .buy-counter > div > button {
  background-color: #00566E;
  color: white;
  width: 30%;
  height: 100%;
  border-radius: 0.25rem;
  cursor: pointer;
  text-align: center;
  padding: 0;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.page-header.page-header-buy .buy-counter > div > button:hover {
  transform: scale(1.1);
  background-color: #EF4423;
}
.page-header.page-header-buy .buy-counter > div > input {
  margin: 0;
  text-align: center;
  padding: 0;
  width: 40%;
  height: 100%;
  box-shadow: 0 0 !important;
  border: 0 none;
  font-weight: bold;
  font-size: 1.25rem;
}
.page-header.page-header-buy .buy-total {
  background-color: #748C5A;
  color: white;
}
.page-header.page-header-buy .buy-total .title {
  font-size: 0.75rem;
  font-family: "Geometr415 Blk BT", sans-serif;
  line-height: 1;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.page-header.page-header-buy .buy-total .value {
  font-size: 1.5rem;
  font-family: "Candara", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.page-header.page-header-register h1 {
  margin: 0;
}
.page-header.page-header-register p {
  text-align: right;
  margin: 0;
}
@media (max-width: 640px) {
  .page-header.page-header-register h1, .page-header.page-header-register p {
    text-align: center;
    margin: 0.5rem 0;
  }
}
.page-header.page-header-query h1 {
  margin: 0;
}
.page-header.page-header-query form {
  text-align: right;
}
.page-header.page-header-query form p {
  margin: 0;
}
.page-header.page-header-query form .input-control {
  border: 0 none;
  margin: 0;
  height: 3.5625rem;
  border-radius: 0.5rem;
}
@media (max-width: 640px) {
  .page-header.page-header-query h1 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .page-header.page-header-query form {
    text-align: center;
  }
}

.app-main .app-main-box {
  background-color: white;
  margin: 1.875rem 0 3.75rem;
  padding: 3rem;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .app-main .app-main-box {
    margin-top: 3.75rem;
    padding: 1.875rem;
  }
}
.app-main .app-main-box.np {
  padding: 0;
  display: flex;
}
.app-main .app-main-box.np > div {
  padding: 3rem;
}
.app-main .app-main-box.np > div.np-left {
  width: 60%;
}
.app-main .app-main-box.np > div.np-right {
  background: url("../img/pattern.png") repeat scroll center center #00394C;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  gap: 1rem;
  width: 40%;
}
.app-main .app-main-box.np > div.np-right .payment-card-preview {
  width: 100%;
}
.app-main .app-main-box.np > div.np-right .payment-card-preview .container-chekout {
  margin: 0 auto;
}
.app-main .app-main-box.np > div.np-right .payment-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 640px) {
  .app-main .app-main-box.np {
    flex-direction: column;
  }
  .app-main .app-main-box.np > div {
    padding: 2rem;
  }
  .app-main .app-main-box.np > div.np-right {
    width: 100%;
  }
}

.form-buy {
  background: linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 100%);
}
.form-buy > div {
  padding: 3.75rem 0;
  background: url("../img/form-buy-bg.png") no-repeat scroll center center transparent;
  background-size: auto 100%;
}
.form-buy h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0;
  max-width: 80%;
  font-weight: bold;
  text-transform: uppercase;
  color: #00394C;
}
.form-buy h2:after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.3125rem;
  background-color: #EF4423;
  border-radius: 99px;
  position: relative;
  top: -0.5rem;
  margin-left: 0.875rem;
}
@media (max-width: 1024px) {
  .form-buy h2 {
    max-width: 100%;
  }
}

.cart-buy {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.cart-buy .a {
  background: url("../img/main-section-bg.png") repeat scroll center center #00394C;
  padding: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  gap: 1.875rem;
  position: relative;
  border-radius: 4px;
}
.cart-buy .a:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 1.125rem 0.75rem 0 0.75rem;
  border-color: #00394C transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 2rem;
  bottom: -0.925rem;
}
.cart-buy .a > div:first-child {
  text-align: right;
}
.cart-buy .a .title {
  font-family: "Geometr415 Blk BT", sans-serif;
  font-size: 0.875rem;
  color: #EF4423;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 0.5rem;
  line-height: 1;
}
.cart-buy .a .number {
  font-family: "Candara", sans-serif;
  font-size: 2.625rem;
  color: white;
  line-height: 1;
  font-weight: bold;
}
.cart-buy .a .divider {
  width: 1px;
  height: 2.625rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.cart-buy .b {
  padding: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
}
.cart-buy .b .image {
  width: 7rem;
  height: 7rem;
  background: no-repeat scroll center center #F2F2F2;
  background-size: cover;
  border-radius: 4px;
}
.cart-buy .b .title {
  font-family: "Geometr415 Blk BT", sans-serif;
  font-size: 1rem;
  color: #EF4423;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 0.5rem;
  line-height: 1;
}
.cart-buy .b .name {
  font-family: "Candara", sans-serif;
  font-size: 1.725rem;
  color: #00394C;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .cart-buy .b .name {
    font-size: 1.5rem;
  }
}

.form-register {
  margin: 0;
  position: relative;
  z-index: 100;
}
.form-register .box {
  background-color: white;
  padding: 1.875rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0.3125rem 1.5625rem rgba(0, 0, 0, 0.1);
}
.form-register .box .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  line-height: 1;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.form-register .box .title > span {
  padding-top: 0.25rem;
}
.form-register .box .title > span:first-child {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00566E;
  color: white;
  border-radius: 4px;
}
.form-register .box form.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.form-card {
  border: 1px solid #E2E6F0;
  border-radius: 12px;
  padding: 1.875rem;
  margin-bottom: 1.875rem;
  display: flex;
  flex-direction: column;
}
.form-card.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.form-card .form-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2.34375rem;
}
.form-card .form-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 15px;
  color: white;
  font-size: 1.125rem;
  flex-shrink: 0;
}
.form-card .form-card-icon.icon-orange {
  background: linear-gradient(135deg, #F37820 0%, #D43029 100%);
}
.form-card .form-card-icon.icon-purple {
  background: linear-gradient(135deg, #9832C3 0%, #263DD3 100%);
}
.form-card .form-card-title {
  font-family: "Geometr415 Blk BT", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #00566E;
}
.form-card .form-card-footer {
  margin-top: auto;
  text-align: right;
}

.form-register .form-label {
  display: block;
  font-family: "Geometr415 Blk BT", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #8A8A8A;
  margin-bottom: 0.25rem;
}
.form-register .form-input {
  display: block;
  width: 100%;
  height: 4rem;
  padding: 0 1.5rem;
  border: 1px solid #E2E6F0;
  border-radius: 15px;
  background-color: #F5F7FA;
  font-size: 1rem;
  font-family: "Candara", sans-serif;
  color: #00394C;
  margin-bottom: 1.875rem;
  box-shadow: none;
  transition: all 0.3s ease;
}
.form-register .form-input::-moz-placeholder {
  color: #B0B0B0;
}
.form-register .form-input::placeholder {
  color: #B0B0B0;
}
.form-register .form-input:focus {
  border-color: #00566E;
  outline: none;
  background-color: white;
}
.form-register .form-input.form-input-error {
  border-color: #E53935;
  background-color: #FFF5F5;
}
.form-register select.form-input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: pointer;
}
.form-register .form-terms {
  margin-top: 0.5rem;
  align-items: flex-start;
}
.form-register .form-terms > span:last-child {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #555;
}

.form-query .form-query-horizontal {
  display: flex;
  width: 100%;
  gap: 1.875rem;
}
.form-query .form-query-horizontal > div:first-child {
  flex: 1;
}
.form-query .form-query-horizontal > div:first-child .form-input {
  margin: 0;
}
@media (max-width: 640px) {
  .form-query .form-query-horizontal {
    flex-direction: column;
    gap: 1rem;
  }
}
.form-query .form-query-btns {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  height: 4rem;
  margin-top: 1.55rem;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .form-query .form-query-btns {
    margin-top: 0;
    justify-content: flex-start;
  }
}
.form-query .btn-clear {
  background-color: white;
  border: 2px solid #00394C;
  color: #00394C;
  padding: 0.875rem 1.5rem;
}

.query-thead span {
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  display: block;
  padding: 1rem 0;
  letter-spacing: 0.05em;
  font-family: "Geometr415 Blk BT", sans-serif;
}

.query-tbody .query-row {
  background-color: #12182B;
  margin-bottom: 0.5rem;
  border-radius: 15px;
  padding: 1rem 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}
.query-tbody .query-row:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.query-tbody .query-row span {
  display: block;
  font-weight: 600;
}

.query-results {
  padding: 0 0 3.75rem;
  color: white;
}
.query-results .query-results-info {
  font-family: "Candara", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin: -2rem 0 1rem;
}

.query-entity {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
}
.query-entity .query-entity-img {
  width: 3rem;
  height: 3rem;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.query-entity strong {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
}
.query-entity small {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  opacity: 0.6;
}

.query-lucky-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(95.39deg, #F5C218 0%, #F47E20 100%);
  color: white;
  font-family: "Geometr415 Blk BT", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.5rem 1.5rem !important;
  border-radius: 15px;
  float: right;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.menu-mobile .a {
  padding: 2rem 0;
  background-color: #021025;
  position: relative;
  z-index: 2;
  float: left;
  width: 80%;
  max-width: 320px;
  height: 100%;
  left: -100%;
  overflow-y: auto;
  transition: all 0.3s ease;
}
.menu-mobile .a nav.main-menu {
  padding: 1.5rem;
}
.menu-mobile .a nav.main-menu > ul > li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.menu-mobile .a nav.main-menu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  color: white;
  font-weight: bold;
  font-family: "Geometr415 Blk BT", sans-serif;
  text-transform: uppercase;
  padding: 1rem 0;
  transition: all 0.3s ease;
}
.menu-mobile .a nav.main-menu > ul > li > a i {
  font-size: 0.75rem;
  opacity: 0.4;
}
.menu-mobile .a nav.main-menu > ul > li > a:hover {
  color: #F8A800;
}
.menu-mobile .a nav.main-menu > ul > li > ul {
  padding: 0 0 1rem 1rem;
}
.menu-mobile .a nav.main-menu > ul > li > ul li {
  margin-bottom: 0.25rem;
}
.menu-mobile .a nav.main-menu > ul > li > ul li a {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 0;
  transition: all 0.3s ease;
}
.menu-mobile .a nav.main-menu > ul > li > ul li a:hover {
  color: white;
}
.menu-mobile .b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
  opacity: 0;
  transition: all 0.3s ease;
}
.menu-mobile.active .a {
  left: 0;
}
.menu-mobile.active .b {
  opacity: 0.6;
}

.color-green {
  color: #5F7E4D;
}

.color-orange {
  color: #EF4423 !important;
}

.box-header {
  margin-bottom: 1.875rem;
}
.box-header h1 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1;
  color: #001A3A;
}
.box-header h1 > span {
  color: #005393;
}
@media (max-width: 640px) {
  .box-header h1 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
}
.box-header .box-header-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #001A3A;
  margin: 0;
  text-align: right;
}
@media (max-width: 1024px) {
  .box-header .box-header-text {
    text-align: left;
  }
}

.box-divider {
  border: 0 none;
  border-top: 1px solid rgb(229.25, 229.25, 229.25);
  margin: 0 0 1.875rem;
}

.box-divider-gradient {
  border: 0 none;
  height: 1px;
  background: linear-gradient(90deg, #F47C20 0%, #E5507E 24.54%, #B638B5 50%, #7033CC 74.67%, #1A3FD4 100%);
  margin: 0 0 1.875rem;
}

.thank-you {
  text-align: center;
  padding: 3.75rem 0;
}
.thank-you .thank-you-icon {
  font-size: 5rem;
  color: #5F7E4D;
  margin-bottom: 1.875rem;
  line-height: 1;
}
.thank-you h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #00394C;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .thank-you h1 {
    font-size: 1.75rem;
  }
}
.thank-you p {
  font-size: 1.125rem;
  color: #00394C;
  margin-bottom: 2.8125rem;
}/*# sourceMappingURL=style.css.map */

.coupons-listing {
  margin-top: 1rem;
}
.coupons-listing .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background-color: #F5F7FA;
  border: 1px solid #E2E6F0;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  margin-top: 0.5rem;
  text-align: left;
}
.coupons-listing .item .content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.coupons-listing .item .content .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #9832C3 0%, #263DD3 100%);
  color: #FFFFFF;
  font-weight: 800;
  line-height: 1;
}
.coupons-listing .item .content .b {
  font-family: monospace;
  font-weight: bold;
  font-size: 1.25rem;
  color: #00566E;
}
.coupons-listing .item .remove {
  color: #999;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}
.coupons-listing .item .remove:hover {
  color: #FF6A3C;
  transform: scale(1.1);
}
