@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Manrope SemiBold";
  src: url("../css/fonts/Manrope-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope Regular";
  src: url("../css/fonts/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Thin.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-BoldItal.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-XBlack.ttf") format("truetype");
  font-weight: 1000;
  font-style: normal;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-XBlackItal.ttf") format("truetype");
  font-weight: 1000;
  font-style: italic;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_Rg.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_CnLg.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "CF Din Normal";
  src: url("../css/fonts/CF_Din_Light.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_CnBook.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_CnBold.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_CnBlack.otf") format("opentype");
  font-weight: 600;
}
html,
body {
  overscroll-behavior-y: contain;
}

body {
  background-color: #f6f6f6;
  overflow: hidden !important;
}
@media only screen and (max-width: 1024px) {
  body {
    overflow: visible !important;
  }
}

#steps,
footer {
  height: 100dvh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
  scrollbar-gutter: stable;
}
@media only screen and (max-width: 1024px) {
  #steps,
  footer {
    height: unset;
    overflow-y: unset;
  }
}
#steps::-webkit-scrollbar,
footer::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#steps::-webkit-scrollbar-track,
footer::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

footer {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  footer .footer__top__top-container {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer__top__mid-container {
    padding-top: 90px;
  }
}
footer #footer-copyright {
  flex-grow: 1;
}

.wrapper {
  max-width: 71.875vw;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    max-width: 100%;
    padding-inline: 20px;
  }
}

p {
  margin: 0;
}

main {
  position: relative;
}

.animation-container {
  width: 100%;
  height: calc(min(1080px, 100dvh) + 6.71875vw + 800px - 190px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.animation-container .test {
  position: absolute;
  left: 50%;
  top: 100px;
  width: 100px;
  height: 100px;
  background-color: black;
  z-index: 5;
}

#hero {
  all: unset;
  width: 100%;
  height: 100dvh;
  background-color: #0066a5;
  position: relative;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #hero {
    flex-direction: column;
    justify-content: space-between;
  }
}
#hero > img {
  display: none;
}
#hero .background-image {
  position: absolute;
  width: 49.7916666667vw;
  height: 64.8148148148dvh;
  z-index: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #hero .background-image {
    width: 80vw;
    height: 52.2666666667dvh;
  }
}
#hero .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
#hero .invoice-type {
  font-size: min(16px, 0.8333333333vw);
  margin-top: min(24px, 1.25vw);
  min-width: 19.4375em;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding-block: 4px;
  background-color: #ecc51b;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #hero .invoice-type {
    display: none;
    margin-top: 24px;
  }
}
#hero .invoice-type * {
  color: #313b76;
  text-align: center;
  font-family: "CF Din";
  font-size: min(16px, 0.8333333333vw);
  font-style: normal;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
#hero .invoice-type.mobile {
  display: none;
  min-width: unset;
  font-size: min(20px, 3.2vw);
  padding-inline: 0.3333333333em;
  padding-block: 4px;
  position: absolute;
  top: 10%;
  left: 16px;
}
#hero .invoice-type.mobile * {
  font-family: "CF Din";
  font-size: min(20px, 3.2vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.0833333333em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #hero .invoice-type.mobile {
    display: block;
    top: 15dvh;
    min-width: 118px;
  }
}
#hero .flex-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(120px, 11.1111111111dvh);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #hero .flex-box {
    flex-direction: column;
    padding-inline: 25px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
#hero .flex-box .image-container {
  position: relative;
  flex-shrink: 0;
  width: min(700px, 36.4583333333vw);
  height: min(700px, 64.8148148148dvh);
}
@media only screen and (max-width: 1024px) {
  #hero .flex-box .image-container {
    height: 50.6666666667vw;
    width: 85.3333333333vw;
    height: 85.3333333333vw;
  }
}
#hero .flex-box .image-container .picture,
#hero .flex-box .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: min(700px, 36.4583333333vw);
  height: min(700px, 64.8148148148dvh);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 1024px) {
  #hero .flex-box .image-container .picture,
  #hero .flex-box .image-container img {
    position: absolute;
    top: 11.9940029985dvh;
    width: 85.3333333333vw;
    height: 85.3333333333vw;
  }
}
#hero .flex-box .image-container .pin-spacer {
  pointer-events: none;
}
#hero .flex-box .image-container .animation-container {
  pointer-events: none;
}
#hero .flex-box .image-container .animation-container .hero-image {
  display: none;
}
#hero .flex-box .image-container .animation-container .hero-image:first-child {
  display: block;
}
#hero .flex-box .text-container {
  max-width: 31.25vw;
}
@media only screen and (max-width: 1024px) {
  #hero .flex-box .text-container {
    max-width: max(267px, 71.2vw);
    margin-left: auto;
    margin-top: 0;
  }
}
@media only screen and (max-width: 580px) {
  #hero .flex-box .text-container {
    padding-top: 7.4962518741dvh;
  }
}
#hero .flex-box .text-container .title * {
  color: #fff;
  text-align: right;
  font-family: "PF Din Text Comp Pro";
  font-size: min(128px, 6.6666666667vw);
  font-style: normal;
  font-weight: 200;
  line-height: 1em;
}
@media only screen and (max-width: 1024px) {
  #hero .flex-box .text-container .title * {
    font-size: max(36px, 9.6vw);
  }
}
#hero .flex-box .text-container .title strong,
#hero .flex-box .text-container .title b {
  font-weight: 1000;
}
#hero .flex-box .text-container .text {
  margin-top: min(24px, 1.25vw);
}
@media only screen and (max-width: 1024px) {
  #hero .flex-box .text-container .text {
    margin-top: 5px;
  }
}
#hero .flex-box .text-container .text * {
  color: #fff;
  text-align: right;
  font-family: "PF Din Text Comp Pro";
  font-size: min(36px, 1.875vw);
  font-style: normal;
  font-weight: 200;
  line-height: 1.3333333333em;
}
@media only screen and (max-width: 1024px) {
  #hero .flex-box .text-container .text * {
    font-size: min(50px, 5.3333333333vw);
  }
}
#hero .flex-box .text-container .text strong,
#hero .flex-box .text-container .text b {
  font-weight: 700;
  color: #ecc51b;
}
#hero .scroller {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(36px, 1.875vw);
  width: 13.8888888889em;
}
@media only screen and (max-width: 1024px) {
  #hero .scroller {
    position: relative;
    left: unset;
    bottom: 0;
    margin-inline: auto;
    font-size: min(32px, 5.3333333333vw);
    transform: unset;
    width: 16em;
  }
}
#hero .scroller .text * {
  color: #fff;
  text-align: center;
  font-family: "PF Din Text Comp Pro";
  font-size: min(36px, 1.875vw);
  font-style: normal;
  font-weight: 200;
  line-height: 1.3333333333em;
}
@media only screen and (max-width: 1024px) {
  #hero .scroller .text * {
    font-size: min(32px, 5.3333333333vw);
  }
}
#hero .scroller .arrow-down {
  display: block;
  gap: 5px;
  width: min(16px, 0.8333333333vw);
  height: min(18px, 0.9375vw);
  background-image: url("../img/happy-hour-lead-campaign/scroller-arrow.svg");
  background-size: 100% 100%;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  overflow: visible;
  opacity: 0;
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  #hero .scroller .arrow-down {
    width: 12px;
    height: 13px;
  }
}
#hero .scroller .arrow-down.top {
  position: relative;
  margin-inline: auto;
  animation-delay: 0.5s;
}
#hero .scroller .arrow-down.center {
  position: relative;
  margin-inline: auto;
  animation-delay: 0.7s;
}
#hero .scroller .arrow-down.bottom {
  position: relative;
  margin-inline: auto;
  animation-delay: 0.9s;
}

#steps {
  padding-top: 2.7777777778dvh;
}
@media only screen and (min-width: 1921px) {
  #steps {
    padding-top: 13.8888888889dvh;
  }
}
#steps .wrapper {
  position: relative;
}
#steps .wrapper .stepper {
  position: sticky;
  top: 100px;
  left: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .stepper {
    position: absolute;
    justify-content: center;
    left: 50%;
    top: 14.9925037481dvh;
    transform: translateX(-50%);
  }
}
#steps .wrapper .stepper .bt {
  display: flex;
  align-items: center;
  justify-content: center;
}
#steps .wrapper .stepper .bt span {
  width: 2em;
  height: 2em;
  background-color: #fff;
  border: 1px solid #bc1117;
  border-radius: 100px;
  color: #bc1117;
  text-align: center;
  font-family: "Manrope";
  font-size: min(16px, 0.8333333333vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.875em;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .stepper .bt span {
    font-size: min(24px, 4.2666666667vw);
  }
}
#steps .wrapper .stepper .bt.active span {
  color: #fff;
  background-color: #bc1117;
}
#steps .wrapper .stepper .bt:not(:last-child)::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #bc1117;
  margin-inline: 10px;
}
#steps .wrapper .step {
  min-height: min(800px, 41.6666666667vw);
  padding-bottom: 50px;
  display: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step {
    flex-direction: column;
    height: unset;
    padding-bottom: 30px;
  }
}
#steps .wrapper .step .image-container {
  width: min(647px, 33.6979166667vw);
  height: min(647px, 33.6979166667vw);
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .image-container {
    width: 85.3333333333vw;
    height: 85.3333333333vw;
    margin-top: 10.4947526237dvh;
    opacity: 1;
    z-index: 1;
  }
}
#steps .wrapper .step .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#steps .wrapper .step .content-container {
  max-width: min(670px, 34.8958333333vw);
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container {
    max-width: 100%;
  }
}
#steps .wrapper .step .content-container .title * {
  color: #bc1117;
  text-align: center;
  font-family: "PF Din Text Comp Pro";
  font-size: min(57px, 2.96875vw);
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container .title * {
    font-size: min(68px, 9.6vw);
  }
}
#steps .wrapper .step .content-container .accepted-title,
#steps .wrapper .step .content-container .not-accepted-title {
  display: none;
}
#steps .wrapper .step .content-container .accepted-title.active,
#steps .wrapper .step .content-container .not-accepted-title.active {
  display: block;
}
#steps .wrapper .step .content-container .text {
  margin-top: min(24px, 2.2222222222dvh);
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container .text {
    margin-top: 16px;
  }
}
#steps .wrapper .step .content-container .text * {
  color: #25242a;
  text-align: center;
  font-family: "Manrope";
  font-size: min(20px, 1.0416666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.0714285714em;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container .text * {
    font-size: min(32px, 5.3333333333vw);
  }
}
#steps .wrapper .step .content-container .text strong,
#steps .wrapper .step .content-container .text b {
  font-weight: 500;
}
#steps .wrapper .step .content-container form {
  margin-top: min(32px, 1.6666666667vw);
  margin-inline: auto;
  max-width: min(415px, 21.6145833333vw);
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form {
    max-width: 100%;
    margin-top: 32px;
  }
}
#steps .wrapper .step .content-container form .input-block {
  all: unset;
  position: relative;
  display: block;
  margin-inline: auto;
  margin-top: min(32px, 1.6666666667vw);
  max-width: min(348px, 18.125vw);
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .input-block {
    max-width: 100%;
    margin-top: 32px;
  }
}
#steps .wrapper .step .content-container form .input-block label {
  color: #000;
  font-family: "Manrope";
  font-size: min(16px, 0.8333333333vw);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .input-block label {
    font-size: min(24px, 4.2666666667vw);
  }
}
#steps .wrapper .step .content-container form .input-block input {
  width: 100%;
  margin-top: 7px;
  display: flex;
  align-items: flex-end;
  padding: 7px 8px;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fefefe;
  color: #000;
  font-family: "Manrope";
  font-size: min(16px, 0.8333333333vw);
  height: 2.75em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .input-block input {
    font-size: min(24px, 4.2666666667vw);
    height: 2.75em;
  }
}
#steps .wrapper .step .content-container form .input-block.required label::after {
  content: " *";
}
#steps .wrapper .step .content-container form .flex-box {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .flex-box {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 6px;
  }
}
#steps .wrapper .step .content-container form .custom-input-block {
  position: relative;
  max-width: 414px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .custom-input-block {
    max-width: 91.4666666667vw;
  }
}
#steps .wrapper .step .content-container form .custom-input-block input {
  opacity: 0;
  color: #324781;
  font-size: min(30px, 1.5625vw);
  line-height: 1em;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .custom-input-block input {
    font-size: min(34px, 6.6666666667vw);
  }
}
#steps .wrapper .step .content-container form .custom-input-block input,
#steps .wrapper .step .content-container form .custom-input-block #maskedInput {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 14.0625vw;
  width: 100%;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  font-size: min(30px, 1.5625vw);
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .custom-input-block input,
  #steps .wrapper .step .content-container form .custom-input-block #maskedInput {
    max-width: 62.1333333333vw;
    font-size: min(34px, 6.6666666667vw);
  }
}
#steps .wrapper .step .content-container form .custom-input-block input *,
#steps .wrapper .step .content-container form .custom-input-block #maskedInput * {
  font-size: inherit;
}
#steps .wrapper .step .content-container form .custom-input-block #maskedInput {
  display: flex;
  gap: 7px;
  justify-content: space-between;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .custom-input-block #maskedInput {
    gap: min(14px, 1.3333333333vw);
  }
}
#steps .wrapper .step .content-container form .custom-input-block #maskedInput * {
  font-size: min(30px, 1.5625vw);
  color: #324781;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .custom-input-block #maskedInput * {
    font-size: min(34px, 6.6666666667vw);
  }
}
#steps .wrapper .step .content-container form .custom-input-block #maskedInput::after, #steps .wrapper .step .content-container form .custom-input-block #maskedInput::before {
  content: "";
  width: min(20px, 1.0416666667vw);
  height: min(20px, 1.0416666667vw);
  border-radius: 100px;
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .custom-input-block #maskedInput::after, #steps .wrapper .step .content-container form .custom-input-block #maskedInput::before {
    width: 20px;
    height: 20px;
  }
}
#steps .wrapper .step .content-container form .custom-input-block #maskedInput::before {
  right: calc(100% + min(20px, 1.0416666667vw));
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .custom-input-block #maskedInput::before {
    right: calc(100% + 20px);
  }
}
#steps .wrapper .step .content-container form .custom-input-block #maskedInput::after {
  left: calc(100% + min(20px, 1.0416666667vw));
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .custom-input-block #maskedInput::after {
    left: calc(100% + 20px);
  }
}
#steps .wrapper .step .content-container form .custom-input-block .digit {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  color: #324781;
  text-align: center;
  line-height: 1em;
}
#steps .wrapper .step .content-container form .custom-input-block .digit::before {
  content: "";
  display: block;
  width: 100%;
  margin-top: 5px;
  height: 1px;
  background-color: #898989;
}
#steps .wrapper .step .content-container form .custom-input-block .digit.active::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  height: 80%;
  width: 1px;
  background-color: black;
  animation-name: Cursor;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#steps .wrapper .step .content-container form .custom-input-block .digit.before-active::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  height: 80%;
  width: 1px;
  background-color: black;
  animation-name: Cursor;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#steps .wrapper .step .content-container form .icon {
  position: relative;
  width: min(28px, max(15px, 1.4583333333vw));
  height: min(28px, max(15px, 1.4583333333vw));
  z-index: 92;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .icon {
    width: 28px;
    height: 28px;
  }
}
#steps .wrapper .step .content-container form .icon .bill-container {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  width: min(565px, 29.4270833333vw);
  height: min(565px, 29.4270833333vw);
  box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .icon .bill-container {
    position: fixed;
    width: min(365px, 100vw);
    height: min(365px, 100vw);
  }
}
#steps .wrapper .step .content-container form .icon .bill-container img {
  width: 97%;
  height: 97%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 1025px) {
  #steps .wrapper .step .content-container form .icon:hover .bill-container {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .icon.active {
    position: fixed;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    background: rgba(42, 76, 131, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  #steps .wrapper .step .content-container form .icon.active > img {
    display: none;
  }
  #steps .wrapper .step .content-container form .icon.active .bill-container {
    display: flex;
    position: static;
    transform: unset;
  }
}
#steps .wrapper .step .content-container form .more-info {
  margin-top: min(24px, 1.25vw);
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .more-info {
    margin-top: 32px;
  }
}
#steps .wrapper .step .content-container form .more-info * {
  color: #a4a4a4;
  text-align: center;
  font-family: "Manrope";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .more-info * {
    font-size: min(20px, 3.2vw);
  }
}
#steps .wrapper .step .content-container form .more-info a {
  text-decoration: underline;
}
#steps .wrapper .step .content-container form input[type=submit] {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "PF Din Text Comp Pro";
  font-size: min(20px, 1.0416666667vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
  min-width: 6.6em;
  padding-inline: 2.9em;
  padding-block: 0.2em;
  margin-top: min(32px, 1.6666666667vw);
  background-color: #bc1117;
  border-radius: 80px;
  margin-inline: auto;
  border: none;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form input[type=submit] {
    font-size: 20px;
    margin-top: 32px;
  }
}
#steps .wrapper .step .content-container form input:disabled {
  filter: grayscale(1) brightness(3);
}
#steps .wrapper .step .content-container form .error-message,
#steps .wrapper .step .content-container form .fail-message {
  display: none;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  color: #ff0009;
  font-family: "Manrope";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}
#steps .wrapper .step .content-container form .error-message *,
#steps .wrapper .step .content-container form .fail-message * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#steps .wrapper .step .content-container form .fail-message {
  max-width: 34.5em;
  width: 100%;
  margin-inline: auto;
}
#steps .wrapper .step .content-container form .fail-message * {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container form .fail-message {
    max-width: 100%;
  }
}
#steps .wrapper .step .content-container form .error-message.active,
#steps .wrapper .step .content-container form .fail-message.active {
  display: block;
}
#steps .wrapper .step .content-container #supplyNumberForm .error-message {
  position: static;
  text-align: center;
}
#steps .wrapper .step .content-container .link {
  margin-top: min(32px, 1.6666666667vw);
  margin-inline: auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container .link {
    margin-top: 16px;
  }
}
#steps .wrapper .step .content-container .link * {
  color: #bc1117;
  text-align: center;
  font-family: "Manrope";
  font-size: min(14px, 0.7291666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 2.1428571429em;
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper .step .content-container .link * {
    font-size: min(26px, 3.7333333333vw);
  }
}
#steps .wrapper .step.active {
  display: flex;
}
#steps .wrapper #step-1 .content-container {
  max-width: min(600px, 31.25vw);
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper #step-1 .content-container {
    max-width: 100%;
  }
}
#steps .wrapper #step-3 .content-container {
  max-width: min(580px, 30.2083333333vw);
}
@media only screen and (max-width: 1024px) {
  #steps .wrapper #step-3 .content-container {
    max-width: 100%;
  }
}

#steps:has(.is-typing) {
  height: unset;
}

header .desktop-nav {
  transform: translateY(0);
  transition: all 0.5s ease-out;
}
header .desktop-nav.hidden {
  transform: translateY(-100%);
}

.image-container.scroll-trigger {
  display: block;
}

.image-container.static {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes Cursor {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hero-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=happyHourLeadCampaign.css.map */