.webform-wrapper::before {
  content: "";
  background: url(/themes/custom/ltts_revamp/images/webform-wave.webp) no-repeat;
  position: absolute;
  top: 0;
  right: calc((100% - 100vw)/ 2);
  width: 772px;
  height: 258px;
  background-size: contain;
  z-index: -1
}
@media screen and (max-width:767px) {
  .webform-wrapper::before {
    width: 258px;
    height: 80px
  }
}
@media screen and (max-width:1199px) {
  .webform-wrapper::before {
    display: none
  }
}
.webform-actions,
label {
  width: max-content
}
.webform-actions {
  position: relative
}
.webform-actions.submitted::after {
  animation-name: circle-left;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: .7s;
  animation-timing-function: linear
}
@media screen and (max-width:767px) {
  .webform-actions.submitted::after {
    animation-name: circle-left2
  }
}
.webform-actions input {
  width: 260px;
  border-radius: 40px!important;
  text-align: center
}
@media screen and (max-width:767px) {
  .webform-actions input {
    width: 240px
  }
}
.webform-actions::after {
  content: "";
  position: absolute;
  width: 52px;
  top: 0;
  left: 0;
  height: 52px;
  border-radius: 50%;
  padding: 10px;
  background: url(/themes/custom/ltts_revamp/images/icons/arrow-right.svg),#f8fcff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border: 1px solid #112868
}
@media screen and (max-width:1400px) {
  .webform-actions::after {
    width: 44px;
    height: 44px
  }
}
@media screen and (max-width:767px) {
  .webform-actions::after {
    width: 36px;
    height: 36px
  }
}
@keyframes circle-left {
  0% {
    left: -10px
  }
  100% {
    left: 220px
  }
}
@keyframes circle-left2 {
  0% {
    left: -10px
  }
  100% {
    left: 210px
  }
}
.ajax-progress-throbber {
  display: none!important
}
.js-form-type-datetime .container-inline.form-inline {
  display: flex;
  gap: 5px
}
.sticky-header .field__items .field__item:last-child {
  background-image: linear-gradient(to right,#084cc8 0,#75c044 50%,#fed314 100%)
}
.sticky-header .field__items .field__item:last-child a.active p {
  color: #fff
}