/*****************************************  START CONFIG  ***************************************/
@font-face {
  font-family: "Pluto";
  src: url("../fonts/PlutoBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/*****************************************  END CONFIG  ***************************************/
body {
  scroll-behavior: smooth;
  margin: 0;
  color: #1d1d1b;
  background: #ffffff;
}

.desktop-photo {
  display: block;
}

.mobile-photo {
  display: none;
}

#headerContent {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
}
#headerContent .desktop-logo {
  display: block;
  max-width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
#headerContent .mobile-logo {
  display: none;
  max-width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
#headerContent nav {
  display: flex;
}
#headerContent nav button {
  display: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
}
#headerContent nav button i {
  font-size: 22px;
  color: #1d1d1b;
}
#headerContent nav button:hover i {
  color: #f6a087;
}
#headerContent nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
#headerContent nav ul li {
  white-space: nowrap;
}
#headerContent nav ul li a {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #f6a087;
  text-decoration: none;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 12px;
  padding: 10px 14px;
}
@media (max-width: 1024px) {
  #headerContent nav ul li a {
    font-size: 0.875rem;
  }
}
#headerContent nav ul li a:hover {
  color: #ffffff;
  background: #f6a087;
  border-color: #f6a087;
}
#headerContent nav ul li a.active {
  color: #ffffff;
  background: #f6a087;
  border-color: #f6a087;
}
#headerContent nav.desktop {
  width: 100%;
  max-width: 1366px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0px 64px;
  margin: 0 auto;
  gap: 24px;
}
#headerContent nav.desktop div {
  display: block;
}
#headerContent nav.desktop > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#headerContent nav.mobile {
  background: #ffffff;
  position: fixed;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 0px;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}
#headerContent nav.mobile button {
  cursor: pointer;
  align-self: flex-end;
  margin-right: 12px;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#headerContent nav.mobile button i {
  font-size: 22px;
  color: #1d1d1b;
}
#headerContent nav.mobile button:hover i {
  color: #f6a087;
}
#headerContent nav.mobile ul {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
#headerContent nav.mobile ul li {
  width: 100%;
}
#headerContent nav.mobile ul li a {
  color: #f6a087;
  background: rgba(0, 0, 0, 0);
  border: none;
  display: block;
}
#headerContent nav.mobile ul li a:hover {
  color: #171c5e;
}
#headerContent nav.mobile ul li a.active {
  color: #171c5e;
}

.template_A #headerContent nav.mobile,
.template_B #headerContent nav.mobile {
  top: 80px;
  left: 0;
  right: 0;
  transform: translateY(-100vh);
}
.template_A #headerContent nav.mobile.active,
.template_B #headerContent nav.mobile.active {
  transform: translateY(0);
}

.template_C #headerContent nav.mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 341px;
  transform: translateX(100vw);
}
.template_C #headerContent nav.mobile.active {
  right: 0;
  transform: translateX(0);
}

#countdownpage {
  width: 100%;
}
#countdownpage > div {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0px;
}
#countdownpage > div img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#countdownpage .countdown-container {
  padding: 40px;
  text-align: center;
  background: #f6a087;
}
#countdownpage .countdown-container h1 {
  font-family: "Pluto";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1024px) {
  #countdownpage .countdown-container h1 {
    font-size: 1.25rem;
  }
}
#countdownpage .countdown-container #countdown {
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ffffff;
  margin: 20px 0px 12px 0px;
}
@media (max-width: 1024px) {
  #countdownpage .countdown-container #countdown {
    font-size: 1rem;
  }
}
#countdownpage .countdown-container span {
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ffffff;
  font-style: normal;
}
@media (max-width: 1024px) {
  #countdownpage .countdown-container span {
    font-size: 1rem;
  }
}

.template_A #mainContent,
.template_B #mainContent {
  max-width: 1366px;
  margin: 0 auto;
}
.template_A #footerContent,
.template_B #footerContent {
  max-width: 1366px;
  margin: 0 auto;
  padding: 60px 64px 16px 64px;
}
.template_A .code-upload-btn,
.template_B .code-upload-btn {
  width: 100%;
  background: #171c5e;
  padding: 50px 16px;
}
.template_A .code-upload-btn a,
.template_B .code-upload-btn a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  width: fit-content;
  padding: 18px 38px;
  border: 2px solid #171c5e;
  background: #171c5e;
  color: #ffffff;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .template_A .code-upload-btn a,
  .template_B .code-upload-btn a {
    font-size: 1rem;
  }
}
.template_A .code-upload-btn a:hover,
.template_B .code-upload-btn a:hover {
  background: #1d1d1b;
  color: #171c5e;
  border-color: #171c5e;
}
.template_A #tartalmiBlokk1,
.template_B #tartalmiBlokk1 {
  width: 100%;
  padding: 80px 64px 80px 64px;
  background: #ffffff;
}
.template_A #tartalmiBlokk1 > div > h2, .template_A #tartalmiBlokk1 > div > h1,
.template_B #tartalmiBlokk1 > div > h2,
.template_B #tartalmiBlokk1 > div > h1 {
  font-family: "Pluto";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #171c5e;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .template_A #tartalmiBlokk1 > div > h2, .template_A #tartalmiBlokk1 > div > h1,
  .template_B #tartalmiBlokk1 > div > h2,
  .template_B #tartalmiBlokk1 > div > h1 {
    font-size: 2rem;
  }
}
.template_A #tartalmiBlokk2,
.template_B #tartalmiBlokk2 {
  width: 100%;
  padding: 80px 64px 80px 64px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
}
.template_A #tartalmiBlokk2 > div,
.template_B #tartalmiBlokk2 > div {
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
}
.template_A #tartalmiBlokk2 > div h2,
.template_A #tartalmiBlokk2 > div h1,
.template_B #tartalmiBlokk2 > div h2,
.template_B #tartalmiBlokk2 > div h1 {
  font-family: "Pluto";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #171c5e;
}
@media (max-width: 1024px) {
  .template_A #tartalmiBlokk2 > div h2,
  .template_A #tartalmiBlokk2 > div h1,
  .template_B #tartalmiBlokk2 > div h2,
  .template_B #tartalmiBlokk2 > div h1 {
    font-size: 2rem;
  }
}

.template_C #tartalmiBlokk1 {
  width: 100%;
  padding: 80px 64px 80px 64px;
  background: #ffffff;
}
.template_C #tartalmiBlokk1 > div > h2, .template_C #tartalmiBlokk1 > div > h1 {
  font-family: "Pluto";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #171c5e;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .template_C #tartalmiBlokk1 > div > h2, .template_C #tartalmiBlokk1 > div > h1 {
    font-size: 2rem;
  }
}
.template_C #tartalmiBlokk2 {
  width: 100%;
  padding: 123px 64px 80px 64px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  clip-path: polygon(50% 43px, calc(50% + 42px) 0, 100% 0, 100% 100%, 0 100%, 0 0, calc(50% - 42px) 0);
}
.template_C #tartalmiBlokk2 > div {
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
}
.template_C #tartalmiBlokk2 > div h2,
.template_C #tartalmiBlokk2 > div h1 {
  font-family: "Pluto";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #171c5e;
}
@media (max-width: 1024px) {
  .template_C #tartalmiBlokk2 > div h2,
  .template_C #tartalmiBlokk2 > div h1 {
    font-size: 2rem;
  }
}

.code-upload {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
}
.code-upload #applicationFrom .inputBlock {
  width: calc(50% - 12px);
}
.code-upload #applicationFrom .inputBlock .inputTitle {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  width: 100%;
  margin-bottom: 14px;
  color: #1d1d1b;
}
@media (max-width: 1024px) {
  .code-upload #applicationFrom .inputBlock .inputTitle {
    font-size: 0.875rem;
  }
}
.code-upload #applicationFrom .inputBlock .inputTitle .reqStart {
  color: #f6a087;
}
.code-upload #applicationFrom .inputBlock .inputTitle + small {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #999999;
}
@media (max-width: 1024px) {
  .code-upload #applicationFrom .inputBlock .inputTitle + small {
    font-size: 0.875rem;
  }
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .code-panels {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px 24px;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .code-panels .radio.icheck-danger {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .code-panels .radio.icheck-danger input {
  border: none;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .code-panels .radio.icheck-danger label {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #1d1d1b;
}
@media (max-width: 1024px) {
  .code-upload #applicationFrom .inputBlock.codeTypeSelect .code-panels .radio.icheck-danger label {
    font-size: 0.875rem;
  }
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .code-panels .radio.icheck-danger label::before {
  border-radius: 4px !important;
  border-color: #1d1d1b;
  background: #ffffff;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .code-panels .radio.icheck-danger input:checked + label::before {
  background: #f6a087;
  border-width: 1px;
  border-color: #f6a087;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .code-panels .radio.icheck-danger input:checked + label::after {
  top: 50%;
  left: 7.5px;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .code-panels .radio.icheck-danger input:hover + label::before {
  border-width: 1px;
  border-color: #f6a087;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel {
  width: 100%;
  max-width: 502px;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .selectedApCode {
  position: relative;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .selectedApCode .info-tool {
  position: absolute;
  top: 2px;
  right: 0;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .selectedApCode .info-tool .fa-circle-info {
  font-size: 24px;
  display: none;
  cursor: pointer;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .selectedApCode .info-tool .fa-circle-info.active {
  display: block;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .selectedApCode .info-tool .fa-circle-xmark {
  font-size: 24px;
  display: none;
  cursor: pointer;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .selectedApCode .info-tool .fa-circle-xmark.active {
  display: block;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .minta {
  display: none;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .minta.active {
  display: block;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .minta img {
  width: 100%;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel small {
  font-family: "Pluto";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #999999;
}
@media (max-width: 1024px) {
  .code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel small {
    font-size: 0.75rem;
  }
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .barcode {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0px;
  position: relative;
  margin: 12px 0px 24px 0px;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .barcode ~ .barcode {
  margin: 12px 0px 0px 0px;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .barcode i + input {
  padding-left: 40px;
}
.code-upload #applicationFrom .inputBlock.codeTypeSelect .codeTypePanel .barcode i {
  position: absolute;
  top: 50%;
  left: 8px;
  font-size: 24px;
  transform: translateY(calc(-50% - 14.41px));
}
.code-upload #applicationFrom .inputBlock input {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #000000;
  padding: 0px 0px 11px 0px;
  border: none;
  border-bottom: 1px solid #999999;
  border-radius: 0px;
}
@media (max-width: 1024px) {
  .code-upload #applicationFrom .inputBlock input {
    font-size: 0.875rem;
  }
}
.code-upload #applicationFrom .inputBlock input::-moz-placeholder {
  color: #757575;
}
.code-upload #applicationFrom .inputBlock input::placeholder {
  color: #757575;
}
.code-upload #applicationFrom .inputBlock .form-control:focus {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: #000000;
}
.code-upload #applicationFrom .form-user-data {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px 24px;
  margin-bottom: 80px;
}
.code-upload #applicationFrom #form-data {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin: 80px 0px 0px 0px;
}
.code-upload #applicationFrom #form-data .date-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
.code-upload #applicationFrom #form-data .date-container .date-wrapper {
  position: relative;
  width: 100%;
}
.code-upload #applicationFrom #form-data .date-container .date-wrapper input {
  background: transparent;
  padding: 0px 0px 11px 32px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #999999;
  height: unset;
}
.code-upload #applicationFrom #form-data .date-container .date-wrapper .add-on {
  position: absolute;
  top: 0;
  left: 0;
}
.code-upload #applicationFrom #form-data .date-container .date-wrapper .add-on i {
  color: #757575;
  font-size: 18px;
}
.code-upload #applicationFrom #form-data .date-container .date-wrapper .date {
  width: 100%;
}
.code-upload #applicationFrom #form-data .date-container .date-wrapper .date::after {
  content: "\f078";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0;
  color: #999999;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
}
.code-upload #applicationFrom #form-data .date-container .date-wrapper .date:has(input:focus)::after {
  transform: rotate(180deg);
}
.code-upload #applicationFrom #form-data .date-container .time-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.code-upload #applicationFrom #form-data .date-container .time-wrapper .select2 {
  min-width: 81px;
  max-width: 81px;
}
.code-upload #applicationFrom #form-data .date-container .time-wrapper > span {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #999999;
}
@media (max-width: 1024px) {
  .code-upload #applicationFrom #form-data .date-container .time-wrapper > span {
    font-size: 0.875rem;
  }
}
.code-upload #applicationFrom .purchased-product {
  margin-top: 80px;
}
.code-upload #applicationFrom .purchased-product .select-product {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}
.code-upload #applicationFrom .purchased-product .btn-hozzaad {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 80px;
  padding: 18px 38px;
  border: 2px solid #f6a087;
  background: #f6a087;
  color: #ffffff;
  border-radius: 12px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .code-upload #applicationFrom .purchased-product .btn-hozzaad {
    font-size: 1rem;
  }
}
.code-upload #applicationFrom .purchased-product .btn-hozzaad:hover {
  background: #ffffff;
  color: #f6a087;
  border-color: #f6a087;
}
.code-upload #applicationFrom .rate {
  margin-top: 80px;
}
.code-upload #applicationFrom .rate .inputBlock {
  width: 100%;
}
.code-upload #applicationFrom .rate .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0px;
  position: relative;
}
.code-upload #applicationFrom .rate .rating input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.code-upload #applicationFrom .rate .rating label {
  display: flex;
  font-size: 60px;
  color: #999999;
  cursor: pointer;
  padding: 0 6px;
}
.code-upload #applicationFrom .rate .rating label[for=star5] {
  padding-right: 0;
}
.code-upload #applicationFrom .rate .rating label[for=star1] {
  padding-left: 0;
}
.code-upload #applicationFrom .rate .rating label i::before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  pointer-events: none;
}
.code-upload #applicationFrom .rate .rating label:hover ~ label i::before,
.code-upload #applicationFrom .rate .rating label:hover i::before {
  font-weight: 900;
  color: #f6a087;
}
.code-upload #applicationFrom .rate .rating input:checked ~ label i::before {
  color: #f6a087;
  font-weight: 900;
}
.code-upload #applicationFrom .acceptance {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}
.code-upload #applicationFrom .acceptance legend {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .code-upload #applicationFrom .acceptance legend {
    font-size: 0.875rem;
  }
}
.code-upload #applicationFrom .acceptance .radio.icheck-danger {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
}
.code-upload #applicationFrom .acceptance .radio.icheck-danger input {
  border: none;
}
.code-upload #applicationFrom .acceptance .radio.icheck-danger label {
  font-family: "Pluto";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #1d1d1b;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .code-upload #applicationFrom .acceptance .radio.icheck-danger label {
    font-size: 0.75rem;
  }
}
.code-upload #applicationFrom .acceptance .radio.icheck-danger label::before {
  border-radius: 4px !important;
  border-color: #1d1d1b;
  background: #ffffff;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.code-upload #applicationFrom .acceptance .radio.icheck-danger label a {
  color: #f6a087;
  text-decoration: none;
}
.code-upload #applicationFrom .acceptance .radio.icheck-danger label a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #171c5e;
}
.code-upload #applicationFrom .acceptance .radio.icheck-danger input:checked + label::before {
  background: #f6a087;
  border-width: 1px;
  border-color: #f6a087;
}
.code-upload #applicationFrom .acceptance .radio.icheck-danger input:checked + label::after {
  top: 50%;
  left: 7.5px;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
}
.code-upload #applicationFrom .acceptance .radio.icheck-danger input:hover + label::before {
  border-width: 1px;
  border-color: #f6a087;
}
.code-upload #applicationFrom .btn-feltolt {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 80px;
  padding: 18px 38px;
  border: 2px solid #f6a087;
  background: #f6a087;
  color: #ffffff;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .code-upload #applicationFrom .btn-feltolt {
    font-size: 1rem;
  }
}
.code-upload #applicationFrom .btn-feltolt:hover {
  background: #ffffff;
  color: #f6a087;
  border-color: #f6a087;
}

#mainContent:not(:has(#tartalmiBlokk2)) ~ #footerContent .clip-path,
#mainContent:has(#tartalmiBlokk2.no-clip) ~ #footerContent .clip-path {
  display: none;
}

#mainContent .single-page {
  width: 100%;
  padding: 80px 64px;
}
#mainContent .single-page > h1 {
  font-family: "Pluto";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: center;
  color: #171c5e;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #mainContent .single-page > h1 {
    font-size: 2rem;
  }
}
#mainContent .single-page .game-rule,
#mainContent .single-page .privacy-policy,
#mainContent .single-page .cookie,
#mainContent .single-page .gdpr,
#mainContent .single-page .gyik {
  max-width: 1238px;
  margin: 0 auto;
}
#mainContent .single-page .game-rule p,
#mainContent .single-page .privacy-policy p,
#mainContent .single-page .cookie p,
#mainContent .single-page .gdpr p,
#mainContent .single-page .gyik p {
  font-family: "Pluto";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #1d1d1b;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  #mainContent .single-page .game-rule p,
  #mainContent .single-page .privacy-policy p,
  #mainContent .single-page .cookie p,
  #mainContent .single-page .gdpr p,
  #mainContent .single-page .gyik p {
    font-size: 0.75rem;
  }
}
#mainContent .single-page .game-rule p a,
#mainContent .single-page .privacy-policy p a,
#mainContent .single-page .cookie p a,
#mainContent .single-page .gdpr p a,
#mainContent .single-page .gyik p a {
  width: -moz-fit-content;
  width: fit-content;
  color: #1d1d1b;
  display: block;
  margin: 0 auto;
}
#mainContent .single-page .game-rule p a:hover,
#mainContent .single-page .privacy-policy p a:hover,
#mainContent .single-page .cookie p a:hover,
#mainContent .single-page .gdpr p a:hover,
#mainContent .single-page .gyik p a:hover {
  color: #f6a087;
}
#mainContent .single-page .cookie p a,
#mainContent .single-page .gdpr p a,
#mainContent .single-page .gyik p a {
  display: inline-block;
}
#mainContent .single-page .cookie p,
#mainContent .single-page .gdpr p {
  margin: 0;
}
#mainContent .single-page .cookie h2,
#mainContent .single-page .gdpr h2 {
  font-family: "Pluto";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #171c5e;
  text-align: center;
  margin: 40px 0px 20px 0px;
}
@media (max-width: 1024px) {
  #mainContent .single-page .cookie h2,
  #mainContent .single-page .gdpr h2 {
    font-size: 1.25rem;
  }
}
#mainContent .single-page .gdpr .alert {
  font-family: "Pluto";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  padding: 16px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  #mainContent .single-page .gdpr .alert {
    font-size: 0.75rem;
  }
}
#mainContent .single-page .gdpr .alert.alert-success {
  color: #0f5132;
}
#mainContent .single-page .gdpr .alert.alert-danger {
  color: #842029;
}
#mainContent .single-page .gdpr .gdprMainMenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
#mainContent .single-page .gdpr .gdprMainMenu .gdpr-form a {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-decoration: none;
  padding: 8px 18px;
  border: 2px solid #f6a087;
  background: #f6a087;
  color: #ffffff;
  display: inline-block;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  #mainContent .single-page .gdpr .gdprMainMenu .gdpr-form a {
    font-size: 1rem;
  }
}
#mainContent .single-page .gdpr .gdprMainMenu .gdpr-form a:hover {
  background: #ffffff;
  color: #f6a087;
  border-color: #f6a087;
}
#mainContent .single-page .gdpr .gdprMainPanel p {
  font-family: "Pluto";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #1d1d1b;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  #mainContent .single-page .gdpr .gdprMainPanel p {
    font-size: 0.75rem;
  }
}
#mainContent .single-page .gdpr .gdprMainPanel .reqStart {
  color: #f6a087;
}
#mainContent .single-page .gdpr .gdprMainPanel .inputTitle {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #1d1d1b;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  #mainContent .single-page .gdpr .gdprMainPanel .inputTitle {
    font-size: 0.875rem;
  }
}
#mainContent .single-page .gdpr .gdprMainPanel form {
  max-width: 800px;
  margin: 0 auto;
}
#mainContent .single-page .gdpr .gdprMainPanel form input[type=email],
#mainContent .single-page .gdpr .gdprMainPanel form textarea {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #000000;
  padding: 12px 15px;
  border: 1px solid #999999;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #mainContent .single-page .gdpr .gdprMainPanel form input[type=email],
  #mainContent .single-page .gdpr .gdprMainPanel form textarea {
    font-size: 0.875rem;
  }
}
#mainContent .single-page .gdpr .gdprMainPanel form input[type=email]::-moz-placeholder, #mainContent .single-page .gdpr .gdprMainPanel form textarea::-moz-placeholder {
  color: #757575;
}
#mainContent .single-page .gdpr .gdprMainPanel form input[type=email]::placeholder,
#mainContent .single-page .gdpr .gdprMainPanel form textarea::placeholder {
  color: #757575;
}
#mainContent .single-page .gdpr .gdprMainPanel form input[type=email]:focus,
#mainContent .single-page .gdpr .gdprMainPanel form textarea:focus {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: #000000;
}
#mainContent .single-page .gdpr .gdprMainPanel form .radio.icheck-danger {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
}
#mainContent .single-page .gdpr .gdprMainPanel form .radio.icheck-danger input {
  border: none;
}
#mainContent .single-page .gdpr .gdprMainPanel form .radio.icheck-danger label {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 1024px) {
  #mainContent .single-page .gdpr .gdprMainPanel form .radio.icheck-danger label {
    font-size: 0.875rem;
  }
}
#mainContent .single-page .gdpr .gdprMainPanel form .radio.icheck-danger label p {
  margin: 0;
  text-align: left;
}
#mainContent .single-page .gdpr .gdprMainPanel form .radio.icheck-danger label::before {
  border-radius: 4px !important;
  border-color: #1d1d1b;
  background: #ffffff;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#mainContent .single-page .gdpr .gdprMainPanel form .radio.icheck-danger input:checked + label::before {
  background: #f6a087;
  border-width: 1px;
  border-color: #f6a087;
}
#mainContent .single-page .gdpr .gdprMainPanel form .radio.icheck-danger input:checked + label::after {
  top: 50%;
  left: 7.5px;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
}
#mainContent .single-page .gdpr .gdprMainPanel form .radio.icheck-danger input:hover + label::before {
  border-width: 1px;
  border-color: #f6a087;
}
#mainContent .single-page .gdpr .gdprMainPanel form .btn-kuldes {
  margin-top: 40px;
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 38px;
  border: 2px solid #f6a087;
  background: #f6a087;
  color: #ffffff;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  #mainContent .single-page .gdpr .gdprMainPanel form .btn-kuldes {
    font-size: 1rem;
  }
}
#mainContent .single-page .gdpr .gdprMainPanel form .btn-kuldes:hover {
  background: #ffffff;
  color: #f6a087;
  border-color: #f6a087;
}
#mainContent .single-page .gyik #accordion-maxxon {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}
#mainContent .single-page .gyik #accordion-maxxon .accordion-item {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
#mainContent .single-page .gyik #accordion-maxxon .accordion-item > h2 .accordion-button {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0px 9px 0px;
  border-bottom: 1px solid #999999;
  color: #1d1d1b;
}
@media (max-width: 1024px) {
  #mainContent .single-page .gyik #accordion-maxxon .accordion-item > h2 .accordion-button {
    font-size: 0.875rem;
  }
}
#mainContent .single-page .gyik #accordion-maxxon .accordion-item > h2 .accordion-button:not(.collapsed), #mainContent .single-page .gyik #accordion-maxxon .accordion-item > h2 .accordion-button:hover {
  color: #f6a087;
}
#mainContent .single-page .gyik #accordion-maxxon .accordion-item > h2 .accordion-button:not(.collapsed)::after, #mainContent .single-page .gyik #accordion-maxxon .accordion-item > h2 .accordion-button:hover::after {
  color: #f6a087;
}
#mainContent .single-page .gyik #accordion-maxxon .accordion-item > h2 .accordion-button:focus {
  border-color: #000000;
}
#mainContent .single-page .gyik #accordion-maxxon .accordion-item > h2 .accordion-button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  color: #1d1d1b;
  font-size: 18px;
  background: unset;
  font-weight: 900;
}
#mainContent .single-page .gyik #accordion-maxxon .accordion-item .accordion-body {
  font-family: "Pluto";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  padding: 20px 0px;
  border-bottom: 1px solid #999999;
  color: #000000;
}
@media (max-width: 1024px) {
  #mainContent .single-page .gyik #accordion-maxxon .accordion-item .accordion-body {
    font-size: 0.75rem;
  }
}
#mainContent .single-page:has(.game-rule), #mainContent .single-page:has(.privacy-policy), #mainContent .single-page:has(.cookie), #mainContent .single-page:has(.gdpr), #mainContent .single-page:has(.gyik) {
  background: #ffffff;
}
#mainContent .no-clip {
  clip-path: none;
  padding: 80px 64px;
}

#footerContent {
  width: 100%;
  padding: 167px 64px 40px 64px;
  background: #f6a087;
  position: relative;
  color: #ffffff;
}
#footerContent .clip-path {
  height: 107px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
  background: #f6a087;
}
#footerContent > div:not(.clip-path) {
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
  text-align: center;
}
#footerContent > div:not(.clip-path) .logo {
  margin-bottom: 40px;
}
#footerContent > div:not(.clip-path) .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: -moz-fit-content;
  width: fit-content;
  height: 100px;
  filter: invert(100%);
}
#footerContent .informacio {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  #footerContent .informacio {
    font-size: 1rem;
  }
}
#footerContent .informacio .highlighted {
  font-weight: 700;
}
#footerContent .footer-link {
  margin-bottom: 80px;
}
#footerContent .footer-link a {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1024px) {
  #footerContent .footer-link a {
    font-size: 1rem;
  }
}
#footerContent .footer-link a:hover {
  color: #171c5e;
}
#footerContent .download p {
  font-family: "Pluto";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #footerContent .download p {
    font-size: 0.75rem;
  }
}
#footerContent .download > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
#footerContent .download > div img {
  width: 168px;
  height: 47px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  outline: 1px solid #ffffff;
}
#footerContent .feltetel {
  font-family: "Pluto";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (max-width: 1024px) {
  #footerContent .feltetel {
    font-size: 0.75rem;
  }
}
#footerContent .feltetel hr {
  background: #ffffff;
  margin: 32px auto 16px auto;
  width: 100%;
  max-width: 582px;
}

.template_A .purchase-process {
  background: #f6a087;
  padding: 0px;
  width: 100%;
}
.template_A .purchase-process > div {
  width: 100%;
  padding: 80px 64px;
  margin: 0 auto;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  align-items: flex-start;
}
.template_A .purchase-process > div div {
  justify-content: center;
  padding: 0px 40px;
  text-align: center;
  width: 100%;
  max-width: 476px;
}
.template_A .purchase-process > div div:first-child {
  padding: 0px 56px;
}
.template_A .purchase-process > div div h3 {
  font-family: "Pluto";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .template_A .purchase-process > div div h3 {
    font-size: 2rem;
  }
}
.template_A .purchase-process > div div p {
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .template_A .purchase-process > div div p {
    font-size: 1rem;
  }
}
.template_A .purchase-process > div i {
  color: #ffffff;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.template_A .prizes {
  background: url("../files/prizes-bg.webp");
  width: 100%;
  padding: 80px 64px 80px 64px;
}
.template_A .prizes > div {
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
  text-align: center;
}
.template_A .prizes > div > h2 {
  font-family: "Pluto";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #171c5e;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .template_A .prizes > div > h2 {
    font-size: 2rem;
  }
}
.template_A .prizes > div > p {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #999999;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .template_A .prizes > div > p {
    font-size: 0.875rem;
  }
}
.template_A .prizes > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
}
.template_A .prizes > div > div .block {
  width: calc(33.3333333333% - 16px);
  padding: 40px 32px 28px 32px;
  background: #171c5e;
  border-radius: 16px;
}
.template_A .prizes > div > div .block > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.template_A .prizes > div > div .block > div img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 280px;
  height: 100%;
  max-height: 280px;
}
.template_A .prizes > div > div .block > div h3 {
  font-family: "Pluto";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .template_A .prizes > div > div .block > div h3 {
    font-size: 1.25rem;
  }
}
.template_A .prizes > div > div .block > div p {
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ffffff;
  width: 100%;
  padding: 31px 0px 20px 0px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 1024px) {
  .template_A .prizes > div > div .block > div p {
    font-size: 1rem;
  }
}

.template_B .purchase-process {
  background: #f6a087;
  padding: 0px;
  width: 100%;
}
.template_B .purchase-process > div {
  width: 100%;
  padding: 80px 64px;
  margin: 0 auto;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  align-items: flex-start;
}
.template_B .purchase-process > div div {
  justify-content: center;
  padding: 0px 40px;
  text-align: center;
  width: 100%;
  max-width: 476px;
}
.template_B .purchase-process > div div h3 {
  font-family: "Pluto";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .template_B .purchase-process > div div h3 {
    font-size: 1.5rem;
  }
}
.template_B .purchase-process > div div h3 > a {
  font-family: "Pluto";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 20px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .template_B .purchase-process > div div h3 > a {
    font-size: 1.5rem;
  }
}
.template_B .purchase-process > div div p {
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .template_B .purchase-process > div div p {
    font-size: 1rem;
  }
}
.template_B .purchase-process > div i {
  color: #ffffff;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.template_B .prizes {
  background: url("../files/prizes-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 80px 64px 80px 64px;
}
.template_B .prizes > div {
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
  text-align: center;
}
.template_B .prizes > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
}
.template_B .prizes > div > div .text-block {
  width: calc(50% - 12px);
  background: transparent;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.template_B .prizes > div > div .text-block > h2 {
  font-family: "Pluto";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .template_B .prizes > div > div .text-block > h2 {
    font-size: 2rem;
  }
}
.template_B .prizes > div > div .text-block > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
.template_B .prizes > div > div .text-block > div > div {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: nowrap;
}
.template_B .prizes > div > div .text-block > div > div > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.template_B .prizes > div > div .text-block > div > div span {
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .template_B .prizes > div > div .text-block > div > div span {
    font-size: 1rem;
  }
}
.template_B .prizes > div > div .text-block > div > div p {
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .template_B .prizes > div > div .text-block > div > div p {
    font-size: 1rem;
  }
}
.template_B .prizes > div > div .text-block > div > div p > span {
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #f6a087;
}
@media (max-width: 1024px) {
  .template_B .prizes > div > div .text-block > div > div p > span {
    font-size: 1rem;
  }
}
.template_B .prizes > div > div .text-block > div > div p span.highlighted {
  font-weight: 700;
}
.template_B .prizes > div > div .img-block {
  width: calc(50% - 12px);
  background: transparent;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.template_B .prizes > div > div .img-block img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 607px;
  height: auto;
}
.template_B .prizes > div > div .img-block p {
  font-family: "Pluto";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .template_B .prizes > div > div .img-block p {
    font-size: 0.75rem;
  }
}

.template_C .purchase-process {
  background: #f6a087;
  padding: 80px 64px 0px 64px;
  width: 100%;
}
.template_C .purchase-process > div {
  width: 100%;
  max-width: 1238px;
  padding: 80px 0px;
  margin: 0 auto;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  align-items: flex-start;
}
.template_C .purchase-process > div div {
  justify-content: center;
  padding: 0px 40px;
  text-align: center;
  width: 100%;
  max-width: 476px;
}
.template_C .purchase-process > div div h3 {
  font-family: "Pluto";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .template_C .purchase-process > div div h3 {
    font-size: 1.5rem;
  }
}
.template_C .purchase-process > div div p {
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .template_C .purchase-process > div div p {
    font-size: 1rem;
  }
}
.template_C .purchase-process > div i {
  color: #ffffff;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.template_C .prizes {
  background: url("../files/prizes-bg.webp");
  width: 100%;
  padding: 80px 64px 60px 64px;
}
.template_C .prizes > div {
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
  text-align: center;
}
.template_C .prizes > div > h2 {
  font-family: "Pluto";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #171c5e;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .template_C .prizes > div > h2 {
    font-size: 2rem;
  }
}
.template_C .prizes > div > p {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #999999;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .template_C .prizes > div > p {
    font-size: 0.875rem;
  }
}
.template_C .prizes > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.template_C .prizes > div > div .main {
  width: calc(50% - 12px);
}
.template_C .prizes > div > div .main > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.template_C .prizes > div > div .main > div .img-scale {
  aspect-ratio: 607/580;
  overflow: hidden;
  border-radius: 16px;
}
.template_C .prizes > div > div .main > div .img-scale img {
  aspect-ratio: 607/580;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}
.template_C .prizes > div > div .main > div:hover img {
  transform: scale(1.1);
}
.template_C .prizes > div > div .main > div h3 {
  font-family: "Pluto";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .template_C .prizes > div > div .main > div h3 {
    font-size: 1.25rem;
  }
}
.template_C .prizes > div > div .main > div h4 {
  font-family: "Pluto";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .template_C .prizes > div > div .main > div h4 {
    font-size: 1.5rem;
  }
}
.template_C .prizes > div > div .main > div p {
  font-family: "Pluto";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .template_C .prizes > div > div .main > div p {
    font-size: 1rem;
  }
}
.template_C .prizes > div > div .weekly {
  width: calc(50% - 12px);
}
.template_C .prizes > div > div .weekly > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.template_C .prizes > div > div .weekly > div .img-scale {
  aspect-ratio: 607/400;
  overflow: hidden;
  border-radius: 16px;
}
.template_C .prizes > div > div .weekly > div .img-scale img {
  aspect-ratio: 607/400;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}
.template_C .prizes > div > div .weekly > div:hover img {
  transform: scale(1.1);
}
.template_C .prizes > div > div .weekly > div h3 {
  font-family: "Pluto";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .template_C .prizes > div > div .weekly > div h3 {
    font-size: 1.25rem;
  }
}
.template_C .prizes > div > div .weekly > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  text-align: center;
}
.template_C .prizes > div > div .weekly > div > div > div {
  width: calc(33.3333333333% - 16px);
}
.template_C .prizes > div > div .weekly > div > div > div h4 {
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .template_C .prizes > div > div .weekly > div > div > div h4 {
    font-size: 1rem;
  }
}
.template_C .prizes > div > div .weekly > div > div > div p {
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .template_C .prizes > div > div .weekly > div > div > div p {
    font-size: 1rem;
  }
}
.template_C .products {
  background: #f6a087;
  width: 100%;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.template_C .products > div {
  background: url("../images/extra/products-bg.webp");
  background-color: black;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.template_C .products > div > div {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 60px 64px;
}
.template_C .products > div > div h2 {
  font-family: "Pluto";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #171c5e;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .template_C .products > div > div h2 {
    font-size: 2rem;
  }
}
.template_C .products > div > div .termek-slider .termek-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.template_C .products > div > div .termek-slider .termek-item img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
  max-height: 242px;
}
.template_C .products > div > div .termek-slider .termek-item h3 {
  font-family: "Pluto";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0em;
  color: #ffffff;
  padding: 12px 18px;
}
@media (max-width: 1024px) {
  .template_C .products > div > div .termek-slider .termek-item h3 {
    font-size: 1rem;
  }
}
.template_C .products > div > div .slider-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.template_C .products > div > div .slider-controls .arrow-prev,
.template_C .products > div > div .slider-controls .arrow-next {
  color: #ffffff;
  width: 24px;
  height: 24px;
  font-size: 24px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.template_C .products > div > div .slider-controls .slider-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.template_C .products > div > div .slider-controls .slider-dots .slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.template_C .products > div > div .slider-controls .slider-dots .slick-dots li {
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.template_C .products > div > div .slider-controls .slider-dots .slick-dots li button {
  border-radius: 50%;
  margin: 2px;
  background-color: rgba(0, 0, 0, 0);
  width: 14px;
  height: 14px;
  display: flex;
  font-size: 0;
  padding: 0;
}
.template_C .products > div > div .slider-controls .slider-dots .slick-dots li button:hover {
  background-color: #ffffff;
}
.template_C .products > div > div .slider-controls .slider-dots .slick-dots li.slick-active button {
  border-radius: 50%;
  margin: 2px;
  background-color: #ffffff;
}
.template_C .products > div > div .slider-controls .slider-dots .slick-dots li.slick-active button:hover {
  background-color: #ffffff;
}
.template_C .video {
  padding: 60px 64px;
  background: #f6a087;
  width: 100%;
}
.template_C .video .custom-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1238px;
  aspect-ratio: 1238/695;
  overflow: hidden;
  margin: 0 auto;
}
.template_C .video .video-placeholder {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.template_C .video .custom-video {
  height: 100%;
  aspect-ratio: 1238/695;
}
.template_C .video .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}
.template_C .video .video-play-btn svg {
  aspect-ratio: 128/102.4;
}
.template_C .video .video-play-btn svg path {
  transition: all 0.3s ease-in-out;
}
.template_C .video .video-play-btn:hover svg path {
  fill-opacity: 1;
}
.template_C .divider {
  width: 100%;
  height: 12px;
  background-image: url("../images/extra/divider.png");
  background-repeat: repeat-x;
  background-size: contain;
  background: #ffffff;
}

@media screen and (max-width: 1280px) {
  #messagePanel {
    padding: 40px 16px;
  }
  .template_A #headerContent .desktop-logo,
  .template_B #headerContent .desktop-logo {
    display: none;
  }
  .template_A #headerContent .mobile-logo,
  .template_B #headerContent .mobile-logo {
    display: block;
  }
  .template_A #headerContent nav button,
  .template_B #headerContent nav button {
    display: flex;
  }
  .template_A #headerContent nav.desktop,
  .template_B #headerContent nav.desktop {
    padding: 0px 16px;
  }
  .template_A #headerContent nav.desktop div,
  .template_B #headerContent nav.desktop div {
    display: none;
  }
  .template_C #headerContent .desktop-logo {
    display: none;
  }
  .template_C #headerContent .mobile-logo {
    display: block;
  }
  .template_C #headerContent nav button {
    display: flex;
  }
  .template_C #headerContent nav.desktop {
    padding: 0px 16px;
  }
  .template_C #headerContent nav.desktop div {
    display: none;
  }
  #mainContent .single-page,
  #mainContent .no-clip {
    padding: 40px 16px;
  }
  #mainContent .single-page > h1,
  #mainContent .no-clip > h1 {
    margin-bottom: 40px;
  }
  .template_A #tartalmiBlokk1,
  .template_B #tartalmiBlokk1 {
    width: 100%;
    padding: 40px 24px 60px 24px;
  }
  .template_A #tartalmiBlokk1 > div > h2, .template_A #tartalmiBlokk1 > div > h1,
  .template_B #tartalmiBlokk1 > div > h2,
  .template_B #tartalmiBlokk1 > div > h1 {
    margin-bottom: 40px;
  }
  .template_A #tartalmiBlokk2,
  .template_B #tartalmiBlokk2 {
    padding: 60px 16px 60px 16px;
  }
  .template_A #footerContent,
  .template_B #footerContent {
    max-width: 1366px;
    margin: 0 auto;
    padding: 40px 16px 16px 16px;
  }
  .template_C #tartalmiBlokk1 {
    width: 100%;
    padding: 40px 24px 60px 24px;
  }
  .template_C #tartalmiBlokk1 > div > h2, .template_C #tartalmiBlokk1 > div > h1 {
    margin-bottom: 40px;
  }
  .template_C #tartalmiBlokk2 {
    padding: 69px 16px 60px 16px;
    clip-path: polygon(50% 29px, calc(50% + 24px) 0, 100% 0, 100% 100%, 0 100%, 0 0, calc(50% - 24px) 0);
  }
  .code-upload #applicationFrom .inputBlock {
    width: 100%;
  }
  .code-upload #applicationFrom .inputBlock.codeTypeSelect {
    gap: 8px;
  }
  .code-upload #applicationFrom .inputBlock.codeTypeSelect .code-panels {
    flex-direction: column;
    gap: 20px;
  }
  .code-upload #applicationFrom .form-user-data {
    gap: 20px;
    margin-bottom: 32px;
  }
  .code-upload #applicationFrom #form-data {
    gap: 32px;
    margin: 32px 0px 0px 0px;
  }
  .code-upload #applicationFrom #form-data .date-container {
    gap: 12px;
  }
  .code-upload #applicationFrom #form-data .date-container .date-wrapper .date {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
  }
  .code-upload #applicationFrom #form-data .date-container .time-wrapper {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 157px;
  }
  .code-upload #applicationFrom #form-data .date-container .time-wrapper .select2 {
    min-width: 71px;
    max-width: 71px;
  }
  .code-upload #applicationFrom #form-data .date-container .time-wrapper > span {
    font-family: "Pluto";
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .code-upload #applicationFrom #form-data .date-container .time-wrapper > span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1280px) {
  .code-upload #applicationFrom .purchased-product .select-product {
    margin-top: 80px;
  }
  .code-upload #applicationFrom .rate .rating input {
    display: none;
  }
  .code-upload #applicationFrom .rate .rating label {
    font-size: 48px;
    padding: 0px;
  }
  #footerContent {
    padding: 70px 16px 16px 16px;
  }
  #footerContent .clip-path {
    height: 30px;
  }
  #footerContent > div:not(.clip-path) .logo {
    margin-bottom: 20px;
  }
  #footerContent .informacio {
    margin-bottom: 20px;
  }
  #footerContent .footer-link {
    margin-bottom: 40px;
  }
  #footerContent .download p {
    margin-bottom: 16px;
  }
  #footerContent .download > div {
    gap: 24px;
    margin-bottom: 40px;
  }
  #footerContent .download > div img {
    width: 85px;
    height: 24px;
  }
  #footerContent .feltetel hr {
    margin: 20px auto 16px auto;
    max-width: 291px;
  }
}
@media screen and (max-width: 1024px) {
  .desktop-photo {
    display: none;
  }
  .mobile-photo {
    display: block;
  }
  .template_A .purchase-process {
    padding: 0px;
  }
  .template_A .purchase-process > div {
    flex-direction: column;
    padding: 60px 28px;
    gap: 40px;
  }
  .template_A .purchase-process > div div {
    padding: 0px 10px;
    max-width: 319px;
  }
  .template_A .purchase-process > div div:first-child {
    padding: 0px 10px;
  }
  .template_A .purchase-process > div i {
    transform: rotate(90deg);
  }
  .template_A .prizes {
    padding: 60px 16px 72px 16px;
  }
  .template_A .prizes > div > p {
    margin-bottom: 40px;
  }
  .template_A .prizes > div > div {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
  }
  .template_A .prizes > div > div .block {
    width: 100%;
    padding: 40px 32px 20px 32px;
    border-radius: 16px;
  }
  .template_A .prizes > div > div .block > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .template_A .prizes > div > div .block > div img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    max-width: 280px;
    height: 100%;
    max-height: 280px;
  }
  .template_A .prizes > div > div .block > div h3 {
    font-family: "Pluto";
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0em;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .template_A .prizes > div > div .block > div h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .template_A .prizes > div > div .block > div p {
    font-family: "Pluto";
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0em;
    width: 100%;
    padding: 31px 0px 20px 0px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .template_A .prizes > div > div .block > div p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .template_B .purchase-process {
    padding: 0px;
  }
  .template_B .purchase-process > div {
    flex-direction: column;
    padding: 60px 28px;
    gap: 40px;
  }
  .template_B .purchase-process > div div {
    padding: 0px 10px;
    max-width: 319px;
  }
  .template_B .purchase-process > div i {
    transform: rotate(90deg);
  }
  .template_B .prizes {
    padding: 60px 16px 40px 16px;
  }
  .template_B .prizes > div > p {
    margin-bottom: 40px;
  }
  .template_B .prizes > div > div {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 60px;
  }
  .template_B .prizes > div > div .text-block {
    width: 100%;
    background: transparent;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .template_B .prizes > div > div .text-block > h2 {
    font-family: "Pluto";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0em;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .template_B .prizes > div > div .text-block > h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .template_B .prizes > div > div .text-block > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  .template_B .prizes > div > div .text-block > div > div {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: nowrap;
  }
  .template_B .prizes > div > div .text-block > div > div > div {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .template_B .prizes > div > div .text-block > div > div span {
    font-family: "Pluto";
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .template_B .prizes > div > div .text-block > div > div span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .template_B .prizes > div > div .text-block > div > div p {
    font-family: "Pluto";
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .template_B .prizes > div > div .text-block > div > div p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .template_B .prizes > div > div .text-block > div > div p span.highlighted {
    font-weight: 700;
  }
  .template_B .prizes > div > div .img-block {
    width: 100%;
    background: transparent;
    text-align: right;
    display: flex;
    flex-direction: column;
  }
  .template_B .prizes > div > div .img-block img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    max-width: 607px;
    height: auto;
  }
  .template_B .prizes > div > div .img-block p {
    font-family: "Pluto";
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .template_B .prizes > div > div .img-block p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .template_C .purchase-process {
    padding: 60px 16px 0px 16px;
  }
  .template_C .purchase-process > div {
    flex-direction: column;
    gap: 40px;
  }
  .template_C .purchase-process > div div {
    padding: 0px 10px;
    max-width: 319px;
  }
  .template_C .purchase-process > div i {
    transform: rotate(90deg);
  }
  .template_C .prizes {
    padding: 60px 16px 72px 16px;
  }
  .template_C .prizes > div > p {
    margin-bottom: 40px;
  }
  .template_C .prizes > div > div {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
  }
  .template_C .prizes > div > div .main {
    width: 100%;
  }
  .template_C .prizes > div > div .main > div .img-scale {
    aspect-ratio: 343/580;
  }
  .template_C .prizes > div > div .main > div .img-scale img {
    aspect-ratio: 343/580;
  }
  .template_C .prizes > div > div .weekly {
    width: 100%;
  }
  .template_C .prizes > div > div .weekly > div .img-scale {
    aspect-ratio: 343/400;
  }
  .template_C .prizes > div > div .weekly > div .img-scale img {
    aspect-ratio: 343/400;
  }
  .template_C .prizes > div > div .weekly > div > div {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
  }
  .template_C .prizes > div > div .weekly > div > div > div {
    width: 100%;
    max-width: 186px;
  }
  .template_C .products {
    padding: 0px 0px 0px 0px;
  }
  .template_C .products > div {
    background: url("../images/extra/products-bg.webp");
    background-attachment: unset;
    background-size: cover;
  }
  .template_C .products > div > div {
    padding: 40px 16px;
  }
  .template_C .products > div > div h2 {
    margin-bottom: 60px;
  }
  .template_C .products > div > div .termek-slider .termek-item p {
    padding: 0px 0px;
  }
  .template_C .products > div > div .slider-controls {
    gap: 16px;
    margin-top: 60px;
  }
  .template_C .products > div > div .slider-controls .arrow-prev,
  .template_C .products > div > div .slider-controls .arrow-next {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .template_C .products > div > div .slider-controls .slider-dots .slick-dots {
    flex-wrap: wrap;
    gap: 6px;
  }
  .template_C .products > div > div .slider-controls .slider-dots .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .template_C .video {
    padding: 40px 16px;
  }
  .template_C .video .custom-video-wrapper {
    aspect-ratio: 343/191;
  }
  .template_C .video .custom-video {
    aspect-ratio: 343/191;
  }
  .template_C .video .video-play-btn svg {
    width: 50%;
    height: auto;
    aspect-ratio: 65/52;
  }
}/*# sourceMappingURL=style.css.map */