* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  line-height: 1;
  font-size: 14px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

textarea,
input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: inherit;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: inherit;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: inherit;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

address {
  font-style: normal;
}

strong {
  display: block;
}

/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(/wattleluck-au-fonts/wattleluck-au-inter-v19-latin-regular.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url(/wattleluck-au-fonts/wattleluck-au-inter-v19-latin-500.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(/wattleluck-au-fonts/wattleluck-au-inter-v19-latin-600.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url(/wattleluck-au-fonts/wattleluck-au-inter-v19-latin-900.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --font-family: "Inter", sans-serif;
  --container-width: 1240px;
  --container-step: 100px;
  --container-step-tablet: 30px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: var(--black);
  --main: #ffffff;
  --black: #000000;
  --tx-color: var(--white);
  --white: #ffffff;
  --tx-main-color: var(--black);
  --brown: #2f0014;
  --hover: #7b68ee;
  --active: #4169e1;
}

h1,
h2 {
  font-weight: 900;
}

p,
li {
  font-family: var(--font-family), sans-serif;
}

.txt-color {
  color: var(--tx-main-color);
}

.txt-color-black {
  color: var(--black);
}

.span-color {
  color: var(--tx-color);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 1300px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
  @media (max-width: 1300px) {
    margin-bottom: 80px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-90 {
  margin-bottom: 90px;
  @media (max-width: 1300px) {
    margin-bottom: 70px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-60 {
  margin-bottom: 60px;
  @media (max-width: 1300px) {
    margin-bottom: 50px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-80 {
  margin-bottom: 80px;
  @media (max-width: 1300px) {
    margin-bottom: 60px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-20-10 {
  margin-bottom: 20px;
  @media (max-width: 1300px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-24-16 {
  margin-bottom: 24px;
  @media (max-width: 991px) {
    margin-bottom: 16px;
  }
}

.mg-bottom-16-12 {
  margin-bottom: 16px;
  @media (max-width: 600px) {
    margin-bottom: 12px;
  }
}

.mg-bottom-24 {
  margin-bottom: 24px;
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-bottom-30-10 {
  margin-bottom: 30px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
  @media (max-width: 600px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-30-20 {
  margin-bottom: 30px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-20-30 {
  margin-bottom: 20px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-50-40 {
  margin-bottom: 50px;

  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-8 {
  margin-bottom: 8px;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
  width: 100%;
  color: var(--black, #fff);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  display: flex;
  max-height: 50px;
  height: 100%;
  padding: 16px 12px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--white, #fff);
  margin-bottom: 20px;
  @media (max-width: 600px) {
    font-size: 14px;
  }
}

.popap_page {
  display: none;
}

.popap_page:active {
  display: block;
}

.label {
  color: #2f0014;
  font-family: "Alice", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999999;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

textarea {
  min-height: 120px;
}

.display-flex-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.display-flex-row {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.rd-transfer {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wattleluck-au-page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family), sans-serif;
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: var(--background-page);
}

.wattleluck-au-main {
  flex: 1 1 auto;
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}

button,
a {
  color: var(--tx-color);
}

.brr-20-10 {
  border-radius: 20px;
}
@media (max-width: 600px) {
  .brr-20-10 {
    border-radius: 10px;
  }
}

.brr-20 {
  border-radius: 20px;
}

.brr-10 {
  border-radius: 10px;
  overflow: hidden;
}

.age {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.liner {
  border-radius: 10px;
  width: 100%;
  height: 16px;
  position: relative;
}
.liner span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
}

.mb-section:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1220px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 1300px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 40px;
  }
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px;
  }
}

.mb-6:not(:last-child) {
  margin-bottom: 6px;
}

.mb-10:not(:last-child) {
  margin-bottom: 10px;
}

.mb-20:not(:last-child) {
  margin-bottom: 20px;
}

.mb-24:not(:last-child) {
  margin-bottom: 24px;
}

.p-16-8 {
  padding: 16px;
}
@media (max-width: 1300px) {
  .p-16-8 {
    padding: 12px;
  }
}
@media (max-width: 600px) {
  .p-16-8 {
    padding: 8px;
  }
}

.p-20 {
  padding: 20px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ptb-40-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .ptb-40-20 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .ptb-40-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.ptb-50-40 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1300px) {
  .ptb-50-40 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .ptb-50-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-16-14 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 600px) {
  .ptb-16-14 {
    padding-bottom: 14px;
    padding-top: 14px;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  word-break: break-all;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  min-width: 254px;
}
@media (any-hover: hover) {
  .logo:hover {
    color: var(--hover);
  }
}
.logo:focus-visible {
  color: var(--hover);
}
.logo:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.logo span {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.letter-logo-shadow {
  margin-bottom: -8px;
  margin-right: -4px;
  margin-left: -4px;
}

.letter-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1px;
  word-break: break-all;
}

.letter-dash {
  margin-bottom: 6px;
}

.tx-40-28 {
  font-size: 40px;
}
@media (max-width: 1300px) {
  .tx-40-28 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .tx-40-28 {
    font-size: 28px;
  }
}

.tx-40-24 {
  font-size: 40px;
  @media (max-width: 1300px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.tx-40-18 {
  font-size: 40px;
  @media (max-width: 1300px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    font-size: 18px;
  }
}

.tx-48-38 {
  font-size: 48px;
  @media (max-width: 1300px) {
    font-size: 42px;
  }
  @media (max-width: 600px) {
    font-size: 38px;
  }
}

.tx-60-34 {
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-60-34 {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .tx-60-34 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .tx-60-34 {
    font-size: 34px;
  }
}

.tx-60-40 {
  font-weight: 400;
  font-size: 60px;

  @media (max-width: 1220px) {
    font-size: 50px;
  }
  @media (max-width: 600px) {
    font-size: 40px;
  }
}

.tx-80-34 {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-80-34 {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  .tx-80-34 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .tx-80-34 {
    font-size: 34px;
  }
}

.tx-70-30 {
  font-size: 70px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 55px;
  }
  @media (max-width: 1100px) {
    font-size: 45px;
  }
  @media (max-width: 600px) {
    font-size: 30px;
  }
}

.tx-72-38 {
  font-size: 72px;
  @media (max-width: 1220px) {
    font-size: 55px;
  }
  @media (max-width: 1100px) {
    font-size: 45px;
  }
  @media (max-width: 600px) {
    font-size: 38px;
  }
}

.tx-50-24 {
  font-size: 50px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 40px;
  }
  @media (max-width: 1100px) {
    font-size: 30px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.mg-top-bottom-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.mg-top-50 {
  margin-top: 50px;
}

.mg-top-40-30 {
  margin-top: 40px;
  @media (max-width: 991px) {
    margin-top: 30px;
  }
}

.mg-top-40 {
  margin-top: 40px;
}

.mg-top-32 {
  margin-top: 32px;
}

.mg-bottom-40 {
  margin-bottom: 40px;
}

.mg-bottom-40-20 {
  margin-bottom: 40px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-40-12 {
  margin-bottom: 40px;
  @media (max-width: 600px) {
    margin-bottom: 12px;
  }
}

.mg-bottom-40-30 {
  margin-bottom: 40px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.mg-bottom-50 {
  margin-bottom: 50px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.mg-bottom-16 {
  margin-bottom: 16px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.pd-top-bottom-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-top-40 {
  padding-top: 40px;
}

.pd-bottom-50 {
  padding-bottom: 50px;
}

.pd-bottom-40 {
  padding-bottom: 40px;
}

.tx-30-24 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 30px;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.tx-30-18 {
  font-size: 30px;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 18px;
  }
}

.tx-30-20 {
  font-size: 30px;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

.tx-38-24 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-38-24 {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .tx-38-24 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .tx-38-24 {
    font-size: 24px;
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.tx-14-10 {
  font-weight: 400;
  font-size: 14px;
  @media (max-width: 600px) {
    font-size: 10px;
  }
}

.text-yellow {
  color: #cc9d33;
}

.tx-12-150 {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
}

.tx-12-8 {
  font-weight: 400;
  font-size: 12px;
  @media (max-width: 991px) {
    font-size: 8px;
  }
}

.tx-10-8 {
  font-weight: 400;
  font-size: 10px;
  @media (max-width: 991px) {
    font-size: 8px;
  }
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.tx-16-12 {
  font-weight: 400;
  font-size: 16px;
  @media (max-width: 991px) {
    font-size: 12px;
  }
}

.tx-16-150 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--tx-color);
}

.line-height-150 {
  line-height: 150%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-120-140 {
  line-height: 120%;
  @media (max-width: 600px) {
    line-height: 140%;
  }
}

.line-height-130 {
  line-height: 130%;
}

.line-height-140 {
  line-height: 140%;
}

.tx-20 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-12 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .tx-20-12 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .tx-20-12 {
    font-size: 12px;
  }
}

.tx-24-20 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-24-20 {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .tx-24-20 {
    font-size: 20px;
  }
}

.tx-24-16 {
  font-size: 24px;

  @media (max-width: 1100px) {
    font-size: 20px;
  }
  @media (max-width: 600px) {
    font-size: 16px;
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-16 {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-20-18 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.tx-28-18 {
  font-size: 28px;

  @media (max-width: 991px) {
    font-size: 18px;
  }
}

.tx-24-14 {
  font-size: 24px;

  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.tx-main {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .tx-main {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .tx-main {
    font-size: 16px;
  }
}

.hover-color {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-color:hover {
    color: var(--hover);
  }
}
.hover-color:focus-visible {
  color: var(--hover);
}
.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.d-block {
  display: block;
}

.w100 {
  min-width: 0;
  width: 100%;
}

.h100 {
  min-height: 0;
  height: 100%;
}

.relative-z2 {
  position: relative;
  z-index: 2;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-center-max600 {
  @media (max-width: 600px) {
    text-align: center;
  }
}

.text-center-min600 {
  @media (min-width: 600px) {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.wattleluck-au-header {
  padding: 14px 0;
  background: #019428;
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%; */
  @media (max-width: 991px) {
    padding: 12px 0;
  }
}

header .wattleluck-au-logo img {
  height: 36px;
  width: 114px;
}

.wattleluck-au-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 991px) {
  .wattleluck-au-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 1000;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .wattleluck-au-header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.wattleluck-au-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.wattleluck-au-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .wattleluck-au-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .wattleluck-au-header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.wattleluck-au-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transform: rotate(45deg);
}

.wattleluck-au-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transform: rotate(-45deg);
}

.wattleluck-au-nav {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.wattleluck-au-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

@media (max-width: 991px) {
  .wattleluck-au-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .wattleluck-au-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .wattleluck-au-nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.wattleluck-au-nav__link {
  color: var(--white, #fff);
  font-feature-settings: "salt" on, "liga" off, "calt" off, "rclt" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  @media (max-width: 991px) {
    color: white;
  }
}

.wattleluck-au-nav__link.active {
  border-bottom: 2px solid #000000;
}

.wattleluck-au-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .wattleluck-au-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wattleluck-au-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 8px;
}

.wattleluck-au-hero-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
    url(/wattleluck-au-img/wattleluck-au-background-main.webp) lightgray 50% / cover no-repeat;
  height: 332px;
  @media (max-width: 600px) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
      url(/wattleluck-au-img/wattleluck-au-background-main-mobile.webp) lightgray 50% / cover
        no-repeat;
    height: 363px;
  }
}

.wattleluck-au-hero-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.red-btn {
  display: flex;
  width: 100%;
  max-width: 195px;
  min-height: 44px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--white, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  border-radius: 5px;
  background: linear-gradient(180deg, #e80738 0%, #82041f 100%);
  @media (max-width: 600px) {
    max-width: 100%;
  }
}

.custom-dots {
  list-style: none;
  padding-left: 0;
  margin: 0;
  z-index: 0;
}

.custom-dots li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  z-index: 0;
  color: var(--white, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}

.custom-dots li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 0;
}

.wattleluck-au-wattleluck-text {
}

.wattleluck-au-wattleluck-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.wattleluck-au-wattleluck-section {
  padding: 80px 0;
  @media (max-width: 991px) {
    padding: 40px 0;
  }
}

.wattleluck-au-wattleluck-img {
  max-width: 610px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.wattleluck-au-wattleluck-text,
.wattleluck-au-wattleluck-img {
  width: 50%;
}

@media (max-width: 991px) {
  .wattleluck-au-wattleluck-text,
  .wattleluck-au-wattleluck-img {
    width: 100%;
  }
  .wattleluck-au-wattleluck-img {
    margin: 0 auto;
  }
}

.wattleluck-au-reviews-section {
  padding-bottom: 80px;
  @media (max-width: 991px) {
    padding-bottom: 40px;
  }
}

.reviews-list {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  @media (max-width: 1440px) {
    gap: 0;
  }
}

.reviews-item {
  display: flex;
  max-width: 400px;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--white, #fff);
  background: linear-gradient(180deg, #02a32d 0%, #013d11 100%);
}

.rating {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row;
}

.reviews-item img {
  width: 125px;
  height: 125px;
  @media (max-width: 600px) {
    width: 100px;
    height: 100px;
  }
}

.rating li img {
  width: 25px;
  height: 25px;
}

.wattleluck-au_footer {
  background: #019428;
  color: white;
  padding: 40px 0;
  @media (max-width: 991px) {
    padding: 20px 0;
  }
}

.wattleluck-au-footer__link {
  color: var(--white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}

.wattleluck-au-footer__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.partners {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
  @media (max-width: 600px) {
    gap: 23px;
  }
}

.slider__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

/* Стили для точек пагинации */
.custom-bullet {
  width: 21px;
  height: 5px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-bullet.swiper-pagination-bullet-active {
  width: 51px;
  height: 5px;
  border-radius: 2px;
  background: #ffffff;
  opacity: 1;
}

/* Ховер эффект для неактивных точек */
.custom-bullet:hover:not(.swiper-pagination-bullet-active) {
  opacity: 0.2;
  background: #999;
}

/* Адаптивные стили для пагинации */
@media (max-width: 1399px) {
  .slider__pagination {
    display: flex; /* Показываем пагинацию когда слайдер активен */
  }
}

@media (min-width: 1400px) {
  .slider__pagination {
    display: none; /* Скрываем пагинацию на больших экранах */
  }
}

/* Стили для десктопной версии без слайдера */
@media (min-width: 1400px) {
  .slider_two .reviews-list {
    display: flex !important; /* Принудительно делаем flex */
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap; /* Запрещаем перенос */
  }

  .slider_two .reviews-item {
    flex: 0 0 auto; /* Не растягиваем и не сжимаем */
    width: 400px; /* Фиксированная ширина */
  }
}

/* Попап стили */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup {
  padding: 20px;
  width: 100%;
  max-width: 445px;
  position: relative;
  animation: popupAppear 0.3s ease-out;
  border-radius: 10px;
  background: #0d0d0d;
  color: white;
}

.popup.register {
  width: 100%;
  max-width: 533px;
}

@keyframes popupAppear {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.popup-header {
  text-align: center;
}

.popup-title {
  color: var(--white, #fff);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.close-btn:hover {
  background: #f0f0f0;
  color: #333;
}

.form-group {
  margin-bottom: 10px;
}

.form-input:focus {
  outline: none;
  border-color: #4285f4;
}

.form-submit {
  width: 100%;
  color: var(--white, #fff);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border-radius: 5px;
  background: linear-gradient(180deg, #e80738 0%, #82041f 100%);
  padding: 10px;
}

.form-submit:hover {
  background: linear-gradient(180deg, #bf6178 0%, #df4765 100%);
}

.form-link a {
  color: var(--white, #fff);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.form-link a:hover {
  color: #5e5c5c;
}

.success-popup {
  text-align: center;
}

.success-message {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: none;
}

.success-message.active {
  display: block;
}

.show {
  display: flex;
}

.hero-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.responsible-container {
  padding: 40px 0;
}

.wattleluck-au_terms {
  padding: 40px 0;
  @media (max-width: 600px) {
    padding: 20px 0;
  }
}

/* wattleluck_resp_block */

.wattleluck_resp_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.05);
}
.wattleluck_resp_block a {
  text-decoration: underline;
}

.wattleluck_resp_block_hed_h2 {
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.wattleluck_resp_block_hed_h3 {
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.wattleluck_resp_block p {
  margin-bottom: 20px;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wattleluck_footer_links_ul {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .wattleluck_footer_links_ul {
    gap: 20px;
  }
}

.wattleluck-au-footer__list {
  justify-content: center;
}

.wattleluck-au-footer__list a {
  text-decoration: underline;
}

.wattleluck-au-logo {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
