/*-- -------------------------- -->
<---        Contact Hero        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #contact-hero {
    background: radial-gradient(circle at 78% 30%, rgba(255, 106, 19, 0.12) 0%, rgba(255, 106, 19, 0) 30%), linear-gradient(135deg, #0b0b0b 0%, #0d100a 48%, #11130d 100%);
    padding: 7em 0 4em;
    position: relative;
    overflow: hidden;
  }
  #contact-hero .container {
    width: 88%;
    max-width: 80em;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.375em;
  }
  #contact-hero .topper {
    font-size: 0.8125em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--orange);
    border: 1px solid rgba(255, 106, 19, 0.35);
    background: rgba(255, 106, 19, 0.08);
    padding: 0.76923077em 0.92307692em;
    display: inline-flex;
    align-items: center;
    gap: 0.61538462em;
    margin-bottom: 1.69230769em;
    margin-top: 0.76923077em;
  }
  #contact-hero .topper span {
    width: 0.38461538em;
    height: 0.38461538em;
    border-radius: 50%;
    background: #5ea915;
    display: block;
  }
  #contact-hero h1 {
    font-size: clamp(2.8rem, 13vw, 3.4rem);
    font-weight: 900;
    line-height: .98em;
    letter-spacing: -0.02173913em;
    text-transform: uppercase;
    color: #f8f7ef;
    margin: 0 0 0.65217391em;
    max-width: 7.7em;
  }
  #contact-hero h1 span {
    color: var(--orange);
    display: block;
  }
  #contact-hero .intro {
    font-size: 1.125em;
    line-height: 1.7em;
    color: rgba(248, 247, 239, 0.78);
    max-width: 100%;
    margin: 0 0 1.88888889em;
  }
  #contact-hero .contact-list {
    display: grid;
    gap: 0.75em;
    margin-bottom: 1.75em;
  }
  #contact-hero .contact-card {
    text-decoration: none;
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0.3125em;
    padding: 1em 1em 1em 6.375em;
    min-height: 6em;
    transition: border-color 0.3s, background-color 0.3s;
  }
  #contact-hero .contact-card:hover {
    border-color: rgba(255, 106, 19, 0.45);
    background: rgba(255, 106, 19, 0.06);
  }
  #contact-hero .contact-card .icon {
    width: 3.625em;
    height: 3.625em;
    position: absolute;
    left: 1.75em;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contact-hero .contact-card .icon img {
    width: 3.625em;
    height: 3.625em;
    object-fit: contain;
    display: block;
  }
  #contact-hero .contact-card:nth-child(3) .icon img,
  #contact-hero .contact-card:nth-child(4) .icon img {
    transform: scale(1.08);
  }
  #contact-hero .contact-card .text {
    min-height: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #contact-hero .contact-card .label {
    font-size: 0.6875em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--orange);
    display: block;
    margin-bottom: 0.45454545em;
  }
  #contact-hero .contact-card strong {
    font-size: 1.125em;
    font-weight: 900;
    line-height: 1.1em;
    color: #fff;
    display: block;
    margin-bottom: 0.16666667em;
  }
  #contact-hero .contact-card .text > span:last-child {
    font-size: 0.9375em;
    line-height: 1.25em;
    color: rgba(248, 247, 239, 0.72);
    display: block;
  }
  #contact-hero .trust-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75em;
  }
  #contact-hero .trust-row span {
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
    color: rgba(248, 247, 239, 0.76);
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0.25em;
    padding: 0.875em 1.125em;
  }
  #contact-hero .form-card {
    background: #181a14;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 0.25em solid var(--orange);
    border-radius: 0.4375em;
    box-shadow: 0 1.875em 5em rgba(0, 0, 0, 0.34);
    padding: 2em 1.375em;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  #contact-hero .form-card:before {
    content: '';
    position: absolute;
    display: block;
    width: 35%;
    height: 0.25em;
    background: #5ea915;
    top: -0.25em;
    right: 0;
    border-radius: 0 0.4375em 0 0;
  }
  #contact-hero form h2 {
    font-size: 2em;
    font-weight: 900;
    line-height: 1.05em;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #fff;
    margin: 0 0 0.375em;
  }
  #contact-hero form > p {
    font-size: 1.125em;
    line-height: 1.55em;
    color: rgba(248, 247, 239, 0.72);
    margin: 0 0 1.55555556em;
  }
  #contact-hero .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125em;
  }
  #contact-hero label,
  #contact-hero legend {
    font-size: 1em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(248, 247, 239, 0.72);
    display: block;
    margin-bottom: 0.5625em;
  }
  #contact-hero input,
  #contact-hero select,
  #contact-hero textarea {
    font-size: 1.125em;
    font-family: inherit;
    color: #fff;
    background: #181a14;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.22222222em;
    width: 100%;
    height: 2.66666667em;
    padding: 0 0.77777778em;
    outline: none;
    transition: border-color 0.3s, background-color 0.3s;
    margin-top: 0.5em;
  }
  #contact-hero input::placeholder,
  #contact-hero select::placeholder,
  #contact-hero textarea::placeholder {
    color: rgba(248, 247, 239, 0.42);
  }
  #contact-hero input:focus,
  #contact-hero select:focus,
  #contact-hero textarea:focus {
    border-color: rgba(255, 106, 19, 0.72);
    background: rgba(255, 106, 19, 0.04);
  }
  #contact-hero select {
    appearance: none;
    background: #181a14;
    color: #fff;
    cursor: pointer;
  }
  #contact-hero select option {
    background: #000;
    color: #fff;
  }
  #contact-hero select option:disabled {
    color: rgba(255, 255, 255, 0.45);
    background: #000;
  }
  #contact-hero textarea {
    min-height: 5.88888889em;
    padding: 0.88888889em 0.77777778em;
    resize: vertical;
    line-height: 1.5em;
  }
  #contact-hero fieldset {
    border: none;
    padding: 0;
    margin: 1.125em 0 1.25em;
  }
  #contact-hero .radio-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625em;
  }
  #contact-hero .radio-row label {
    margin: 0;
  }
  #contact-hero .radio-row input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  #contact-hero .radio-row span {
    font-size: 0.75em;
    font-weight: 900;
    line-height: 1em;
    color: rgba(248, 247, 239, 0.74);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 3.5em;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.33333333em;
    background: rgba(255, 255, 255, 0.025);
    transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  }
  #contact-hero .radio-row input:checked + span {
    border-color: #5ea915;
    background: rgba(94, 169, 21, 0.14);
    color: #5ea915;
  }
  #contact-hero .button-solid {
    border: none;
    width: 100%;
    height: 4.14285714em;
    margin-top: 1.71428571em;
    font-size: 0.9375em;
    letter-spacing: .06em;
    color: #11130d;
    box-shadow: 0 1.28571429em 2.42857143em rgba(255, 106, 19, 0.18);
  }
  #contact-hero .form-note {
    font-size: 0.8125em;
    line-height: 1.5em;
    color: rgba(248, 247, 239, 0.64);
    display: block;
    text-align: center;
    margin-top: 1.07692308em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #contact-hero .trust-row {
    grid-template-columns: repeat(3, auto);
    justify-content: start;
  }
  #contact-hero .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #contact-hero .radio-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #contact-hero {
    padding: 4.875em 0 6em;
    min-height: 61.25em;
  }
  #contact-hero .container {
    grid-template-columns: 1fr 38.75em;
    align-items: start;
    gap: 4em;
    margin-top: 3em;
  }
  #contact-hero h1 {
    font-size: 4.5em;
    max-width: 9.72222222em;
  }
  #contact-hero .left-content {
    padding-top: 0.25em;
  }
  #contact-hero .contact-card {
    padding: 0.875em 1.5em 0.875em 9.625em;
    min-height: 6.75em;
  }
  #contact-hero .contact-card .icon {
    width: 4.75em;
    height: 4.75em;
    left: 3em;
  }
  #contact-hero .contact-card .icon img {
    width: 4.75em;
    height: 4.75em;
  }
  #contact-hero .contact-card:nth-child(3) .icon,
  #contact-hero .contact-card:nth-child(4) .icon {
    margin-left: 0.625em;
  }
  #contact-hero .contact-card:nth-child(3) .icon img,
  #contact-hero .contact-card:nth-child(4) .icon img {
    transform: scale(1.15);
  }
  #contact-hero .contact-card:nth-child(3) .text,
  #contact-hero .contact-card:nth-child(4) .text {
    margin-left: 1.25em;
  }
  #contact-hero .contact-card .text {
    min-height: 4.75em;
  }
  #contact-hero .contact-card strong {
    font-size: 1.25em;
  }
  #contact-hero .form-card {
    padding: 3em 2.5em;
  }
  #contact-hero form h2 {
    font-size: 2.25em;
  }
  #contact-hero form > p {
    font-size: 1.25em;
  }
  #contact-hero .form-grid {
    gap: 1.5em 1.25em;
  }
  #contact-hero label,
  #contact-hero legend {
    font-size: 1.0625em;
    margin-bottom: 0.58823529em;
  }
  #contact-hero input,
  #contact-hero select,
  #contact-hero textarea {
    font-size: 1.0625em;
    height: 3.41176471em;
    padding: 0 1.05882353em;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.035);
    margin-top: 0.58823529em;
  }
  #contact-hero textarea {
    min-height: 7.52941176em;
    padding: 1.05882353em;
  }
  #contact-hero fieldset {
    margin: 1.5em 0 1.5em;
  }
  #contact-hero .radio-row {
    gap: 0.75em;
  }
  #contact-hero .radio-row span {
    height: 3.69230769em;
    font-size: 0.8125em;
    border-color: rgba(255, 255, 255, 0.18);
  }
  #contact-hero .button-solid {
    height: 4.57142857em;
    margin-top: 2em;
    font-size: 1em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #contact-hero .container {
    max-width: 85em;
    grid-template-columns: 1fr 40em;
    gap: 4.375em;
  }
  #contact-hero .form-card {
    padding: 3.25em 2.75em;
  }
}
/*-- -------------------------- -->
<---       Thank You Card       -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  .thank-you-card {
    text-align: center;
    max-width: 40.625em;
    margin: auto;
    padding: 2.75em 1.5em;
  }
  .thank-you-card .success-icon {
    width: 2em;
    height: 2em;
    margin: 0 auto 1.875em;
    border-radius: 50%;
    background: rgba(94, 169, 21, 0.14);
    border: 0.25em solid #5ea915;
    color: #5ea915;
    font-size: 2.625em;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .thank-you-card h2 {
    font-size: 2.375em;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0.47368421em;
  }
  .thank-you-card .thank-you-text {
    font-size: 1.375em;
    font-weight: 900;
    line-height: 1.35em;
    color: var(--orange);
    margin: 0 auto 0.81818182em;
    max-width: 23.63636364em;
  }
  .thank-you-card p {
    font-size: 1.125em;
    line-height: 1.65em;
    color: rgba(248, 247, 239, 0.68);
    max-width: 30em;
    margin: 0 auto;
  }
  .thank-you-card .thank-you-actions {
    display: flex;
    flex-direction: column;
    gap: 0.875em;
    margin: 2.125em auto 1.5em;
    max-width: 26.25em;
  }
  .thank-you-card .button-solid,
  .thank-you-card .button-outline {
    width: 100%;
    height: 4.14285714em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.71428571em;
    font-size: 0.9375em;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .06em;
    border-radius: 0.26666667em;
  }
  .thank-you-card .button-outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
  }
  .thank-you-card .button-outline img {
    width: 5.46666667em;
    height: 5.46666667em;
    object-fit: contain;
    display: block;
  }
  .thank-you-card .button-outline:hover {
    background: #fff;
    color: #11130d;
  }
  .thank-you-card .form-note {
    font-size: 0.8125em;
    line-height: 1.5em;
    color: rgba(248, 247, 239, 0.64);
    display: block;
    margin-top: 1.53846154em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  .thank-you-card {
    padding: 3.25em 2.5em;
  }
  .thank-you-card .success-icon {
    width: 2em;
    height: 2em;
    margin-bottom: 2.125em;
    font-size: 2.875em;
  }
  .thank-you-card h2 {
    font-size: 2.75em;
    margin-bottom: 0.40909091em;
  }
  .thank-you-card .thank-you-text {
    font-size: 1.5em;
    max-width: 23.33333333em;
  }
  .thank-you-card p {
    font-size: 1.125em;
    max-width: 31.11111111em;
  }
  .thank-you-card .thank-you-actions {
    flex-direction: row;
    justify-content: center;
    max-width: none;
    margin-top: 2.375em;
  }
  .thank-you-card .button-solid,
  .thank-you-card .button-outline {
    width: 16em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  .thank-you-card {
    padding: 3.75em 3em;
  }
  .thank-you-card .success-icon {
    width: 2em;
    height: 2em;
  }
  .thank-you-card .thank-you-actions {
    gap: 1em;
  }
}
