/*
Bootstrap 5 defaults:
xs: 0px (default, no media query needed)
sm: 576px
md: 768px
lg: 992px
xl: 1200px
xxl: 1400px
*/
.evolve-hero {
  position: relative;
  padding: 96px 0 110px;
  background-color: #1C1C1C;
  overflow: hidden;
}
.evolve-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 55% at 50% 30%, rgba(158, 123, 25, 0.14) 0%, transparent 70%), radial-gradient(ellipse 40% 40% at 50% 100%, rgba(214, 193, 106, 0.05) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.evolve-hero .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .evolve-hero {
    padding: 80px 0 90px;
  }
}
@media (max-width: 767.98px) {
  .evolve-hero {
    padding: 56px 0 72px;
  }
}

.evolve-lockup {
  gap: 28px;
}
.evolve-lockup__jiffy {
  width: auto;
  height: 40px;
}
.evolve-lockup__event {
  width: auto;
  height: 52px;
}
.evolve-lockup__divider {
  display: block;
  width: 1px;
  height: 44px;
  background-color: rgba(214, 193, 106, 0.4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .evolve-lockup {
    gap: 18px;
  }
  .evolve-lockup__jiffy {
    height: 30px;
  }
  .evolve-lockup__event {
    height: 38px;
  }
  .evolve-lockup__divider {
    height: 32px;
  }
}

.evolve-hero__title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
}
.evolve-hero__title--gold {
  color: #BFA238;
}
@media (max-width: 991.98px) {
  .evolve-hero__title {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .evolve-hero__title {
    font-size: 34px;
  }
}

.evolve-hero__sub {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #F1E2A9;
  margin: 0;
}
@media (max-width: 767.98px) {
  .evolve-hero__sub {
    font-size: 18px;
  }
}

.evolve-hero__meta {
  gap: 12px 32px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #D4D4D8;
}
.evolve-hero__meta i {
  color: #BFA238;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .evolve-hero__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    text-align: center;
  }
}

.evolve-hero__cta {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 34px;
}
.evolve-hero__cta i {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.evolve-hero__cta:hover i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media (max-width: 767.98px) {
  .evolve-hero__cta {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    padding: 13px 24px;
  }
}

.evolve-body {
  background-color: #fff;
  padding: 96px 0;
}
@media (max-width: 767.98px) {
  .evolve-body {
    padding: 60px 0;
  }
}

.evolve-body__title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1C1C1C;
}
@media (max-width: 991.98px) {
  .evolve-body__title {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .evolve-body__title {
    font-size: 26px;
  }
}

.evolve-body__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #3F434A;
}
.evolve-body__text strong {
  font-weight: 700;
  color: #1C1C1C;
}
@media (max-width: 767.98px) {
  .evolve-body__text {
    font-size: 16px;
    text-align: left;
  }
}

.evolve-find {
  margin-top: 64px;
  padding: 40px 44px;
  background-color: #F4F3EB;
  border: 1px solid #F6EDC9;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .evolve-find {
    margin-top: 40px;
    padding: 28px 22px;
  }
}

.evolve-find__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (max-width: 575.98px) {
  .evolve-find__person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
  }
}

.evolve-find__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #F1E2A9;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.evolve-find__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.evolve-find__name {
  font-size: 18px;
  font-weight: 700;
  color: #1C1C1C;
  margin: 0;
}

.evolve-find__role {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #535862;
  margin: 2px 0 0;
}

.evolve-find__company {
  font-size: 14px;
  font-weight: 600;
  color: #8A6A15;
  margin: 2px 0 0;
}

.evolve-find__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #745711;
  margin: 0;
}
.evolve-find__label i {
  font-size: 12px;
}

.evolve-find__table {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1C1C1C;
  margin: 0;
}
@media (max-width: 767.98px) {
  .evolve-find__table {
    font-size: 24px;
  }
}

.evolve-find__address {
  font-size: 16px;
  font-style: normal;
  line-height: 1.7;
  color: #3F434A;
}

.evolve-talk {
  background-color: #F4F3EB;
  padding: 100px 0;
  scroll-margin-top: 90px;
}
@media (max-width: 767.98px) {
  .evolve-talk {
    padding: 64px 0;
  }
}

.evolve-talk__title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1C1C1C;
}
@media (max-width: 767.98px) {
  .evolve-talk__title {
    font-size: 30px;
  }
}

.evolve-talk__body {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: #3F434A;
  max-width: 620px;
  margin-inline: auto;
}

.evolve-talk__form-wrap {
  margin-top: 56px;
  background-color: #fff;
  border: 1px solid #F6EDC9;
  border-radius: 16px;
  padding: 48px 44px;
  -webkit-box-shadow: 0 4px 32px rgba(68, 51, 8, 0.08);
          box-shadow: 0 4px 32px rgba(68, 51, 8, 0.08);
}
@media (max-width: 767.98px) {
  .evolve-talk__form-wrap {
    margin-top: 36px;
    padding: 32px 24px;
  }
}

.evolve-talk__form-title {
  font-size: 22px;
  font-weight: 700;
  color: #1C1C1C;
}

.evolve-talk__form-wrap .hs-form,
.evolve-talk__form-wrap .hs-form-private {
  font-family: inherit !important;
}
.evolve-talk__form-wrap fieldset {
  max-width: 100% !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 4px !important;
}
.evolve-talk__form-wrap .form-columns-2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 16px !important;
}
.evolve-talk__form-wrap .form-columns-2 .hs-form-field {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  width: auto !important;
  float: none !important;
}
@media (max-width: 767.98px) {
  .evolve-talk__form-wrap .form-columns-2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 0 !important;
  }
}
.evolve-talk__form-wrap .form-columns-2 .input {
  margin-right: 0 !important;
}
.evolve-talk__form-wrap .hs-form-field {
  margin-bottom: 16px !important;
}
.evolve-talk__form-wrap .hs-form-field > label {
  display: block !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #3F434A !important;
  margin-bottom: 6px !important;
}
.evolve-talk__form-wrap .hs-input,
.evolve-talk__form-wrap input[type=text],
.evolve-talk__form-wrap input[type=email],
.evolve-talk__form-wrap input[type=tel],
.evolve-talk__form-wrap input[type=number],
.evolve-talk__form-wrap select,
.evolve-talk__form-wrap textarea {
  width: 100% !important;
  background-color: #f7f6f2 !important;
  border: 1px solid #F1E2A9 !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  font-family: inherit !important;
  color: #1C1C1C !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease !important;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.evolve-talk__form-wrap .hs-input::-webkit-input-placeholder, .evolve-talk__form-wrap input[type=text]::-webkit-input-placeholder, .evolve-talk__form-wrap input[type=email]::-webkit-input-placeholder, .evolve-talk__form-wrap input[type=tel]::-webkit-input-placeholder, .evolve-talk__form-wrap input[type=number]::-webkit-input-placeholder, .evolve-talk__form-wrap select::-webkit-input-placeholder, .evolve-talk__form-wrap textarea::-webkit-input-placeholder {
  color: #AEB0B6 !important;
}
.evolve-talk__form-wrap .hs-input::-moz-placeholder, .evolve-talk__form-wrap input[type=text]::-moz-placeholder, .evolve-talk__form-wrap input[type=email]::-moz-placeholder, .evolve-talk__form-wrap input[type=tel]::-moz-placeholder, .evolve-talk__form-wrap input[type=number]::-moz-placeholder, .evolve-talk__form-wrap select::-moz-placeholder, .evolve-talk__form-wrap textarea::-moz-placeholder {
  color: #AEB0B6 !important;
}
.evolve-talk__form-wrap .hs-input:-ms-input-placeholder, .evolve-talk__form-wrap input[type=text]:-ms-input-placeholder, .evolve-talk__form-wrap input[type=email]:-ms-input-placeholder, .evolve-talk__form-wrap input[type=tel]:-ms-input-placeholder, .evolve-talk__form-wrap input[type=number]:-ms-input-placeholder, .evolve-talk__form-wrap select:-ms-input-placeholder, .evolve-talk__form-wrap textarea:-ms-input-placeholder {
  color: #AEB0B6 !important;
}
.evolve-talk__form-wrap .hs-input::-ms-input-placeholder, .evolve-talk__form-wrap input[type=text]::-ms-input-placeholder, .evolve-talk__form-wrap input[type=email]::-ms-input-placeholder, .evolve-talk__form-wrap input[type=tel]::-ms-input-placeholder, .evolve-talk__form-wrap input[type=number]::-ms-input-placeholder, .evolve-talk__form-wrap select::-ms-input-placeholder, .evolve-talk__form-wrap textarea::-ms-input-placeholder {
  color: #AEB0B6 !important;
}
.evolve-talk__form-wrap .hs-input::placeholder,
.evolve-talk__form-wrap input[type=text]::placeholder,
.evolve-talk__form-wrap input[type=email]::placeholder,
.evolve-talk__form-wrap input[type=tel]::placeholder,
.evolve-talk__form-wrap input[type=number]::placeholder,
.evolve-talk__form-wrap select::placeholder,
.evolve-talk__form-wrap textarea::placeholder {
  color: #AEB0B6 !important;
}
.evolve-talk__form-wrap .hs-input:focus,
.evolve-talk__form-wrap input[type=text]:focus,
.evolve-talk__form-wrap input[type=email]:focus,
.evolve-talk__form-wrap input[type=tel]:focus,
.evolve-talk__form-wrap input[type=number]:focus,
.evolve-talk__form-wrap select:focus,
.evolve-talk__form-wrap textarea:focus {
  outline: none !important;
  border-color: #9E7B19 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(158, 123, 25, 0.12) !important;
          box-shadow: 0 0 0 3px rgba(158, 123, 25, 0.12) !important;
  background-color: #fff !important;
}
.evolve-talk__form-wrap .hs-form-field .input {
  margin-right: 0 !important;
}
.evolve-talk__form-wrap .hs-error-msgs {
  list-style: none !important;
  padding: 0 !important;
  margin: 4px 0 0 !important;
}
.evolve-talk__form-wrap .hs-error-msgs label {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #c0392b !important;
}
.evolve-talk__form-wrap .hs-submit {
  margin-top: 8px !important;
}
.evolve-talk__form-wrap .hs-button,
.evolve-talk__form-wrap input[type=submit] {
  width: 100% !important;
  background-color: #9E7B19 !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 15px 24px !important;
  cursor: pointer !important;
  -webkit-transition: background-color 0.2s ease !important;
  transition: background-color 0.2s ease !important;
}
.evolve-talk__form-wrap .hs-button:hover,
.evolve-talk__form-wrap input[type=submit]:hover {
  background-color: rgb(48.1465766635%, 37.481195757%, 7.6181292189%) !important;
}
.evolve-talk__form-wrap .legal-consent-container {
  font-size: 12px !important;
  color: #73767C !important;
  margin-top: 12px !important;
}
.evolve-talk__form-wrap .legal-consent-container a {
  color: #8A6A15 !important;
}