/*-- -------------------------- -->
<---        Why Us Hero         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #why-hero {
    background: radial-gradient(circle at 82% 42%, rgba(255, 106, 19, 0.14) 0%, rgba(255, 106, 19, 0) 34%), linear-gradient(135deg, rgba(255, 106, 19, 0.08) 0 1px, transparent 1px 42px), linear-gradient(135deg, #11130d 0%, #12160f 42%, #241607 100%);
    padding: 7em 0 4.75em;
    position: relative;
    overflow: hidden;
  }
  #why-hero .container {
    width: 92%;
    max-width: 80em;
    margin: auto;
    position: relative;
  }
  #why-hero .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0.76923077em;
    margin-bottom: 3.23076923em;
  }
  #why-hero .breadcrumbs a,
  #why-hero .breadcrumbs span {
    font-size: 0.8125em;
    line-height: 1em;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(248, 247, 239, 0.72);
  }
  #why-hero .breadcrumbs a[aria-current="page"] {
    color: var(--orange);
  }
  #why-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 38.75em;
  }
  #why-hero .eyebrow {
    font-size: 0.8125em;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--orange);
    border: 1px solid rgba(255, 106, 19, 0.45);
    border-radius: 0.23076923em;
    padding: 0.76923077em 1.07692308em;
    display: inline-flex;
    align-items: center;
    gap: 0.69230769em;
    margin-bottom: 2em;
    margin-top: 0.76923077em;
    background: rgba(255, 106, 19, 0.04);
  }
  #why-hero .eyebrow span {
    width: 0.38461538em;
    height: 0.38461538em;
    border-radius: 50%;
    background: #8bd114;
    display: block;
  }
  #why-hero h1 {
    font-size: 3.625em;
    font-weight: 900;
    line-height: .96em;
    letter-spacing: -0.03448276em;
    text-transform: uppercase;
    color: #f8f7ef;
    margin: 0 0 0.5862069em;
  }
  #why-hero h1 span {
    color: var(--orange);
    display: block;
  }
  #why-hero p {
    font-size: 1.125em;
    line-height: 1.75em;
    color: rgba(248, 247, 239, 0.68);
    max-width: 31.66666667em;
    margin: 0 0 1.88888889em;
  }
  #why-hero .hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75em;
    margin-bottom: 2.875em;
  }
  #why-hero .stat strong {
    font-size: 2.125em;
    font-weight: 900;
    line-height: 1em;
    color: var(--orange);
    display: block;
  }
  #why-hero .stat span {
    font-size: 0.75em;
    font-weight: 900;
    line-height: 1.4em;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(248, 247, 239, 0.58);
    display: block;
    margin-top: 0.66666667em;
  }
  #why-hero .hero-image {
    width: 100%;
    height: 22.5em;
    display: block;
    border-radius: 0.625em;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #why-hero .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  #why-hero .license-badge {
    background: #65b51b;
    color: #fff;
    border-radius: 0.3125em;
    padding: 0.875em 1.125em;
    display: grid;
    grid-template-columns: 2em 1fr;
    column-gap: 0.75em;
    align-items: center;
    width: 11em;
    position: relative;
    z-index: 3;
    margin-top: -2.125em;
    margin-left: auto;
    margin-right: 0.75em;
    transform: rotate(2deg);
    box-shadow: 0 1em 1.875em rgba(101, 181, 27, 0.25);
  }
  #why-hero .license-badge span {
    font-size: 1.875em;
    line-height: 1em;
    grid-row: span 2;
  }
  #why-hero .license-badge strong {
    font-size: 1.25em;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: .06em;
    display: block;
  }
  #why-hero .license-badge small {
    font-size: 0.625em;
    font-weight: 900;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: .08em;
    display: block;
    margin-top: 0.4em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #why-hero h1 {
    font-size: 4.375em;
  }
  #why-hero .hero-image {
    height: 28.75em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #why-hero {
    padding: 7.375em 0 4.25em;
    min-height: 40.625em;
  }
  #why-hero .container {
    display: grid;
    grid-template-columns: 1fr 38.25em;
    align-items: center;
    gap: 4.75em;
  }
  #why-hero .breadcrumbs {
    grid-column: -1;
    margin-bottom: -0.76923077em;
  }
  #why-hero .hero-content {
    max-width: 38.75em;
  }
  #why-hero h1 {
    font-size: 4.5em;
    max-width: 8.33333333em;
  }
  #why-hero p {
    max-width: 31.11111111em;
  }
  #why-hero .hero-stats {
    margin-bottom: 0;
    gap: 3.375em;
  }
  #why-hero .hero-image {
    margin: 0;
    height: 30.125em;
    border-radius: 0.625em;
  }
  #why-hero .license-badge {
    position: absolute;
    right: -0.25em;
    bottom: -1.125em;
    margin: 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #why-hero .container {
    max-width: 80em;
    grid-template-columns: 1fr 38.25em;
  }
  #why-hero h1 {
    font-size: 4.375em;
  }
}
/*-- -------------------------- -->
<---     Reasons To Choose      -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #choose-reasons {
    background: #f2f0eb;
    padding: 4.5em 0;
  }
  #choose-reasons .container {
    width: 92%;
    max-width: 76.25em;
    margin: auto;
  }
  #choose-reasons .section-heading {
    text-align: center;
    max-width: 40em;
    margin: 0 auto 3.375em;
  }
  #choose-reasons .topper {
    font-size: 0.8125em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--orange);
    display: block;
    margin-bottom: 1.38461538em;
  }
  #choose-reasons .title {
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -0.02083333em;
    text-transform: uppercase;
    color: #151515;
    margin: 0 0 0.5em;
  }
  #choose-reasons .title span {
    color: var(--orange);
  }
  #choose-reasons .section-heading p {
    font-size: 1.0625em;
    line-height: 1.7em;
    color: rgba(21, 21, 21, 0.58);
    max-width: 30.58823529em;
    margin: auto;
  }
  #choose-reasons .reason-card {
    background: #f8f7f1;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 0.375em;
    overflow: hidden;
    margin-bottom: 2em;
    position: relative;
    box-shadow: 0 1.25em 3.125em rgba(0, 0, 0, 0.06);
  }
  #choose-reasons .reason-card:last-of-type {
    margin-bottom: 0;
  }
  #choose-reasons .reason-image {
    width: 100%;
    height: 17.5em;
    display: block;
    position: relative;
    overflow: hidden;
  }
  #choose-reasons .reason-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  #choose-reasons .reason-number {
    width: 3.625em;
    height: 3.625em;
    border-radius: 50%;
    background: var(--orange);
    color: #11130d;
    font-size: 1.625em;
    font-weight: 900;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1.25em;
    left: 1.25em;
    box-shadow: 0 0.875em 1.5em rgba(0, 0, 0, 0.18);
  }
  #choose-reasons .reason-number.green {
    background: #65b51b;
  }
  #choose-reasons .reason-number.yellow {
    background: #f6aa1c;
  }
  #choose-reasons .reason-content {
    padding: 2.25em 1.75em 2.5em;
  }
  #choose-reasons .reason-icon {
    font-size: 2.25em;
    line-height: 1em;
    color: var(--orange);
    margin-bottom: 0.38888889em;
  }
  #choose-reasons .reason-label {
    font-size: 0.75em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--orange);
    display: block;
    margin-bottom: 1.83333333em;
  }
  #choose-reasons h3 {
    font-size: 2.375em;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
    color: #151515;
    margin: 0 0 0.42105263em;
  }
  #choose-reasons h4 {
    font-size: 1.0625em;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--orange);
    margin: 0 0 1.41176471em;
  }
  #choose-reasons .reason-content p {
    font-size: 1.0625em;
    line-height: 1.75em;
    color: rgba(21, 21, 21, 0.58);
    margin: 0 0 1.52941176em;
  }
  #choose-reasons .reason-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75em;
  }
  #choose-reasons .reason-content li {
    font-size: 0.9375em;
    line-height: 1.45em;
    color: rgba(21, 21, 21, 0.82);
    display: grid;
    grid-template-columns: 1.2em 1fr;
    gap: 0.66666667em;
  }
  #choose-reasons .reason-content li:before {
    content: '✓';
    color: var(--orange);
    font-weight: 900;
  }
  #choose-reasons .reason-card.green .reason-icon,
  #choose-reasons .reason-card.green .reason-label,
  #choose-reasons .reason-card.green h4 {
    color: #4c9d17;
  }
  #choose-reasons .reason-card.green .reason-content li:before {
    color: #4c9d17;
  }
  #choose-reasons .reason-card.yellow .reason-icon,
  #choose-reasons .reason-card.yellow .reason-label,
  #choose-reasons .reason-card.yellow h4 {
    color: #f6aa1c;
  }
  #choose-reasons .reason-card.yellow .reason-content li:before {
    color: #f6aa1c;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #choose-reasons .title {
    font-size: 3.75em;
  }
  #choose-reasons .reason-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  #choose-reasons .reason-card.reverse .reason-image {
    order: 2;
  }
  #choose-reasons .reason-card.reverse .reason-content {
    order: 1;
  }
  #choose-reasons .reason-card.reverse .reason-number {
    left: auto;
    right: 1.25em;
  }
  #choose-reasons .reason-image {
    height: auto;
    min-height: 25.625em;
  }
  #choose-reasons .reason-content {
    padding: 3em 2.625em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #choose-reasons {
    padding: 5.5em 0 6em;
  }
  #choose-reasons .section-heading {
    margin-bottom: 4em;
  }
  #choose-reasons .title {
    font-size: 4.125em;
  }
  #choose-reasons .reason-card {
    margin-bottom: 2.625em;
  }
  #choose-reasons .reason-content {
    padding: 3.625em 3.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #choose-reasons .reason-image {
    min-height: 27.25em;
  }
  #choose-reasons h3 {
    font-size: 2.625em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #choose-reasons .container {
    max-width: 76.25em;
  }
}
/*-- -------------------------- -->
<---       Comparison           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #comparison {
    background: #11130d;
    padding: 4.5em 0;
  }
  #comparison .container {
    width: 92%;
    max-width: 56.25em;
    margin: auto;
  }
  #comparison .section-heading {
    text-align: center;
    margin-bottom: 2.875em;
  }
  #comparison .topper {
    font-size: 0.8125em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--orange);
    display: block;
    margin-bottom: 1.53846154em;
  }
  #comparison .title {
    font-size: 2.75em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -0.02272727em;
    text-transform: uppercase;
    color: #f8f7ef;
    margin: 0;
  }
  #comparison .title span {
    color: var(--orange);
  }
  #comparison .comparison-table {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.4375em;
    overflow: hidden;
    background: #171913;
  }
  #comparison .comparison-row {
    display: grid;
    grid-template-columns: 1.45fr .8fr .8fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  #comparison .comparison-row:last-of-type {
    border-bottom: none;
  }
  #comparison .comparison-row:nth-of-type(odd):not(.comparison-head) {
    background: rgba(255, 255, 255, 0.025);
  }
  #comparison .comparison-row div {
    font-size: 0.875em;
    font-weight: 900;
    line-height: 1.3em;
    color: #f8f7ef;
    padding: 1.57142857em 0.85714286em;
    display: flex;
    align-items: center;
  }
  #comparison .comparison-row div:nth-of-type(2),
  #comparison .comparison-row div:nth-of-type(3) {
    justify-content: center;
    text-align: center;
  }
  #comparison .comparison-head {
    background: rgba(255, 255, 255, 0.05);
  }
  #comparison .comparison-head div {
    font-size: 0.75em;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(248, 247, 239, 0.55);
  }
  #comparison .comparison-head div:nth-of-type(2) {
    color: var(--orange);
  }
  #comparison .check,
  #comparison .x {
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125em;
    line-height: 1em;
  }
  #comparison .check {
    color: #65b51b;
    border: 1px solid rgba(101, 181, 27, 0.7);
    background: rgba(101, 181, 27, 0.12);
  }
  #comparison .x {
    color: #ff4c3f;
    border: 1px solid rgba(255, 76, 63, 0.45);
    background: rgba(255, 76, 63, 0.12);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #comparison .title {
    font-size: 3.625em;
  }
  #comparison .comparison-row {
    grid-template-columns: 1.8fr .7fr .7fr;
  }
  #comparison .comparison-row div {
    font-size: 1em;
    padding: 1.5em 1.75em;
  }
  #comparison .comparison-head div {
    font-size: 0.8125em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #comparison {
    padding: 5.5em 0 6em;
  }
  #comparison .container {
    max-width: 56.25em;
  }
  #comparison .section-heading {
    margin-bottom: 3.625em;
  }
  #comparison .title {
    font-size: 3.875em;
  }
  #comparison .comparison-row {
    min-height: 4.0625em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #comparison .container {
    max-width: 56.25em;
  }
}
