@charset "UTF-8";
.m-6 {
  margin: 4rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.ms-6 {
  margin-left: 4rem !important;
}

.me-6 {
  margin-right: 4rem !important;
}

.mx-6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.p-6 {
  padding: 4rem !important;
}
@media (max-width: 767.98px) {
  .p-6 {
    padding: 2rem !important;
  }
}

.pt-6 {
  padding-top: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.ps-6 {
  padding-left: 4rem !important;
}

.pe-6 {
  padding-right: 4rem !important;
}

.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.ms-7 {
  margin-left: 5rem !important;
}

.me-7 {
  margin-right: 5rem !important;
}

.mx-7 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-7 {
  padding: 5rem !important;
}
@media (max-width: 767.98px) {
  .p-7 {
    padding: 2.5rem !important;
    padding: 1.5rem !important;
  }
}

.pt-7 {
  padding-top: 5rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.ps-7 {
  padding-left: 5rem !important;
}

.pe-7 {
  padding-right: 5rem !important;
}

.px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.ms-8 {
  margin-left: 6rem !important;
}

.me-8 {
  margin-right: 6rem !important;
}

.mx-8 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.p-8 {
  padding: 6rem !important;
}
@media (max-width: 767.98px) {
  .p-8 {
    padding: 3rem !important;
  }
}

.pt-8 {
  padding-top: 6rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.ps-8 {
  padding-left: 6rem !important;
}

.pe-8 {
  padding-right: 6rem !important;
}

.px-8 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.m-9 {
  margin: 8rem !important;
}

.mt-9 {
  margin-top: 8rem !important;
}

.mb-9 {
  margin-bottom: 8rem !important;
}

.ms-9 {
  margin-left: 8rem !important;
}

.me-9 {
  margin-right: 8rem !important;
}

.mx-9 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-9 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.p-9 {
  padding: 8rem !important;
}
@media (max-width: 767.98px) {
  .p-9 {
    padding: 4rem !important;
    padding: 1.5rem !important;
  }
}

.pt-9 {
  padding-top: 8rem !important;
}

.pb-9 {
  padding-bottom: 8rem !important;
}

.ps-9 {
  padding-left: 8rem !important;
}

.pe-9 {
  padding-right: 8rem !important;
}

.px-9 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-9 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Barlow", sans-serif;
}

b,
strong {
  font-weight: 700;
}

h1,
h2,
.page-title {
  font-weight: 900;
  font-size: 3.75rem;
  color: #022f5b;
}
@media (max-width: 767.98px) {
  h1,
  h2,
  .page-title {
    font-size: 2.5rem;
  }
}

p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #535353;
}

section.hero-section {
  background: url("../images/hero_bg.jpg") no-repeat bottom center;
  background-size: cover;
  border-bottom-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
  position: relative;
  overflow: visible;
  padding: 0;
}
@media (max-width: 767.98px) {
  section.hero-section {
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }
}
section.hero-section.registration {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  background: #ffd1bf;
}
@media (max-width: 767.98px) {
  section.hero-section.registration {
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }
}
section.hero-after .container {
  background: url("../images/first_section_bg.png") no-repeat bottom left;
}
@media (max-width: 767.98px) {
  section.hero-after .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
section.why-section .lead {
  font-size: 1.5625rem;
}
@media (max-width: 767.98px) {
  section.why-section .lead {
    font-size: 1.25rem;
  }
}
section.results-section ol li {
  font-size: 1.25rem;
}
section.results-section ol li::marker {
  content: counter(list-item) ".   ";
}
section.why-good-for-agencies-section p.orange-text {
  font-size: 1.5625rem;
  color: #ff4f00;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  section.why-good-for-agencies-section p.orange-text {
    font-size: 1.25rem;
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  section:not(.hero-section) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hero__inner {
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}
@media (max-width: 991.98px) {
  .hero__inner {
    grid-template-columns: 1fr;
    padding: 40px 20px 180px;
  }
}
@media (max-width: 991.98px) {
  .hero.registration .hero__inner {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .hero.registration .hero__content {
    text-align: center;
  }
}
.hero__content {
  position: relative;
  z-index: 3;
}
.hero__content h1 {
  line-height: 1.1;
  color: #022f5b;
}
.hero__content h1 span {
  color: #ffffff;
  display: block;
  font-weight: 700;
}
.hero__logo {
  display: inline-block;
  margin-bottom: 12px;
}
.hero__eyebrow {
  color: #ff4f00;
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: 1px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hero__eyebrow {
    font-size: 1.5rem;
  }
}
.hero__cta {
  display: inline-block;
  font-size: 1.875rem;
  margin-top: 32px;
  padding: 16px 48px;
  background: #022f5b;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .hero__cta {
    font-size: 1.25rem;
    padding: 12px 32px;
    margin-top: 16px;
  }
}
.hero__cta:hover {
  background-color: rgb(1.8, 42.3, 81.9);
  color: #fff;
}
.hero__image {
  position: absolute;
  right: 0;
  bottom: -6rem;
  z-index: 2;
  aspect-ratio: 724/909;
}
@media (max-width: 991.98px) {
  .hero__image {
    right: 50%;
    transform: translateX(50%);
    bottom: -80px;
  }
}
.hero__image img {
  width: 100%;
  min-width: 500px;
  max-width: 600px;
  height: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .hero__image img {
    min-width: 300px;
    max-width: 100%;
    width: 300px;
  }
}

.btn-primary {
  --bs-btn-bg: #022f5b;
  --bs-btn-border-color: #022f5b;
  --bs-btn-hover-bg: rgb(1.8, 42.3, 81.9);
  --bs-btn-hover-border-color: rgb(1.8, 42.3, 81.9);
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 50px;
  text-transform: uppercase;
}

.section-title {
  font-weight: 800;
  color: #022f5b;
  margin-bottom: 2rem;
  text-align: center;
}

.card-custom {
  border: none;
  background-color: #f4f4f4;
  border-radius: 6.25rem;
  height: 100%;
}
.card-custom p {
  font-size: 1.5625rem;
  font-weight: 700;
}
.card-custom p b {
  font-weight: 900;
}
.card-custom li {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .card-custom {
    padding: 2.5rem 2.5rem 1rem 2.5rem !important;
    border-radius: 4rem !important;
  }
  .card-custom p {
    font-size: 1.25rem;
  }
  .card-custom li {
    font-size: 1.1rem;
  }
}

.text-orange {
  color: #ff4f00;
}

.bg-soft-orange {
  background-color: #fdf0e9;
}

.rounded-100 {
  border-radius: 100px;
}

.rounded-50 {
  border-radius: 50px;
}

img[src*="assets/images/"] {
  min-height: 50px;
  position: relative;
}
img[src*="assets/images/"]::after {
  content: attr(alt);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: #999;
}

@media (max-width: 767.98px) {
  .who-item {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 1.5rem;
  }
  .who-item img {
    width: 80px !important;
    margin-bottom: 0 !important;
    flex-shrink: 0;
  }
  .who-item p {
    margin-bottom: 0;
    font-size: 1.1rem;
  }
}

.custom-list li {
  padding-left: 30px;
  position: relative;
  font-weight: 600;
  margin-bottom: 15px;
}
.custom-list li::before {
  content: "“";
  position: absolute;
  left: 0;
  color: #ff4f00;
  font-weight: 800;
}

.venue-section {
  position: relative;
  z-index: 2;
  padding-bottom: 3rem !important;
  padding-top: 6rem !important;
}
@media (max-width: 767.98px) {
  .venue-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .venue-section .row.g-4 {
    row-gap: 6rem;
  }
}

.venue-card {
  background-color: #dceeff;
  border-radius: 6.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.98px) {
  .venue-card {
    border-radius: 4rem !important;
    padding: 1rem 2rem 1.5rem 2rem !important;
  }
}
.venue-card img {
  margin-top: -7rem;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .venue-card img {
    margin-top: -4rem;
    height: 120px !important;
  }
}
.venue-card p {
  color: #022f5b;
  font-size: 1.1rem;
}
.venue-card p.fw-bold {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.venue-card ul {
  list-style: none;
  margin-bottom: 0;
}
.venue-card ul li {
  font-size: 1rem;
  color: #535353;
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.25rem;
}
.venue-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #535353;
}

#jelentkezes {
  background-color: #022f5b;
  color: #fff;
  margin-top: -250px;
  padding-top: 250px !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #jelentkezes {
    margin-top: -150px;
    padding-top: 150px !important;
  }
}
#jelentkezes p,
#jelentkezes li {
  color: #fff;
}

.btn-orange {
  font-size: 1.875rem;
  padding: 1.25rem 4rem;
  text-transform: uppercase;
  background-color: #ff4f00;
  border-color: #ff4f00;
  color: #fff;
  border-radius: 999px;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .btn-orange {
    font-size: 1.25rem !important;
    padding: 12px 32px !important;
  }
}

.footer {
  background-color: #012242;
  color: #fff;
  font-size: 1rem;
}
.footer__text {
  color: #fff;
  line-height: 1.5;
  max-width: 600px;
  font-weight: 500;
  font-size: 1rem;
}
.footer__contact p {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.footer__copyright {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__brand img {
  max-width: 200px;
}
@media (max-width: 767.98px) {
  .footer__brand {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding-bottom: 50px !important;
    margin-top: -10px;
  }
}

.reg-info__row {
  display: flex;
  margin-bottom: 3rem;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .reg-info__row {
    flex-direction: column;
  }
}
.reg-info__label {
  flex: 0 0 40%;
  font-weight: 900;
  text-align: right;
  padding-right: 2rem;
}
@media (max-width: 767.98px) {
  .reg-info__label {
    text-align: left;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
}
.reg-info__value {
  flex: 1;
}
.reg-info__value ul {
  list-style: none;
}
.reg-info__value ul li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.25rem;
}
.reg-info__value ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.alert-info {
  background-color: #fdf0e9;
}

.registration-form-section {
  background-color: #fff;
}
.registration-form-section .lead {
  font-size: 1.5625rem;
  color: #022f5b;
  font-weight: 700;
}
.registration-form-section h3 {
  font-weight: 900;
  color: #022f5b;
  border-bottom: 2px solid #dceeff;
  padding-bottom: 0.5rem;
}
.registration-form-section .form-label {
  font-weight: 700;
  color: #022f5b;
  margin-bottom: 0.5rem;
}
.registration-form-section .form-control {
  border: 2px solid #dceeff;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-weight: 500;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.registration-form-section .form-control:focus {
  border-color: #ff4f00;
  box-shadow: 0 0 0 0.25rem rgba(255, 79, 0, 0.1);
  outline: 0;
}
.registration-form-section .input-group-text {
  background-color: #dceeff;
  border: 2px solid #dceeff;
  font-weight: 700;
  color: #022f5b;
}
.registration-form-section .form-check-input {
  border-color: #dceeff;
  border-width: 2px;
}
.registration-form-section .form-check-input:checked {
  background-color: #ff4f00;
  border-color: #ff4f00;
}
.registration-form-section .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 79, 0, 0.1);
}
.registration-form-section .form-check-label {
  font-weight: 500;
  color: #535353;
}

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