/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  .services {
    margin: auto;
    position: relative;
    z-index: 100;
    background: #fff;
    width: 90%;
    max-width: 82.5em;
    padding: 3.125em 1.25em;
    margin-bottom: 3.125em;
  }
  .services .card {
    display: block;
    width: 100%;
    max-width: 22.3125em;
    margin: auto;
    margin-bottom: 3.125em;
  }
  .services .card:last-of-type {
    margin-bottom: 0;
  }
  .services .card picture {
    width: 5.5em;
    height: 5.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 0.75em;
  }
  .services .card picture img {
    width: 4.25em;
    height: 4.25em;
  }
  .services .card h2 {
    text-align: center;
    font-size: 2em;
    line-height: 1.35em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.65em;
  }
  .services .card p {
    text-align: center;
    line-height: 1.33333333em;
    font-size: 1.125em;
    width: 100%;
  }
}
/* Inbetween */
@media only screen and (min-width: 768px) {
  .services {
    font-size: min(1.8vw, 1em);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 98%;
    padding: 3.125em 3em;
  }
  .services .card {
    margin: 0;
    max-width: 18.75em;
    margin-left: 1em;
    margin-right: 1em;
  }
  .services .card h2 {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.35em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.65em;
  }
  .services .card p {
    text-align: center;
    line-height: 1.33333333em;
    font-size: 0.875em;
    width: 100%;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  .services {
    padding: 3.125em 5em;
    min-width: 100%;
  }
  .services .card {
    max-width: 22.3125em;
  }
  .services .card h2 {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.35em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.65em;
  }
  .services .card p {
    text-align: center;
    line-height: 1.33333333em;
    font-size: 1.125em;
    width: 100%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #services .service {
    background: var(--medium);
  }
  body.dark-mode #services .service .name {
    color: #fff;
  }
  body.dark-mode #services .service .desc {
    color: #fff;
    opacity: .7;
  }
}
/*-- -------------------------- -->
<---          products         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  .products {
    margin: auto;
    position: relative;
    z-index: 100;
    background: #fff;
    width: 90%;
    max-width: 82.5em;
    padding: 3.125em 1.25em;
    margin-bottom: 3.125em;
  }
  .products .card {
    display: flex;
    width: 100%;
    max-width: 22.3125em;
    margin: auto;
    flex-direction: column;
    margin-bottom: 3.125em;
    justify-content: center;
    align-items: center;
  }
  .products .card:last-of-type {
    margin-bottom: 0;
  }
  .products .card picture {
    width: 17.5em;
    height: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 0.75em;
  }
  .products .card picture img {
    width: 100%;
    height: 8.875em;
  }
  .products .card h2 {
    text-align: center;
    font-size: 1.75em;
    line-height: 1.35em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.65em;
  }
  .products .card h4 {
    text-align: center;
    font-size: 1.75em;
    line-height: 1.35em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.65em;
  }
  .products .card p {
    text-align: center;
    line-height: 1.33333333em;
    font-size: 1.125em;
    width: 100%;
  }
}
/* Inbetween */
@media only screen and (min-width: 768px) {
  .products {
    font-size: min(1.8vw, 1em);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 98%;
    padding: 3.125em 3em;
  }
  .products .card {
    margin: 0;
    max-width: 18.75em;
    margin-left: 1em;
    margin-right: 1em;
  }
  .products .card h2 {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.35em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.65em;
  }
  .products .card p {
    text-align: center;
    line-height: 1.33333333em;
    font-size: 0.875em;
    width: 100%;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  .products {
    padding: 3.125em 5em;
    min-width: 85%;
  }
  .products .card {
    max-width: 22.3125em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .products .card h2 {
    text-align: center;
    font-size: 2em;
    line-height: 1.35em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.65em;
  }
  .products .card p {
    text-align: center;
    line-height: 1.33333333em;
    font-size: 1.125em;
    width: 100%;
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25em;
    width: 125em;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    display: none;
  }
}
/* Mobile */
@media only screen and (min-width: 0em) {
  .servicesTwo {
    margin: auto;
    position: relative;
    z-index: 100;
    background: #fff;
    width: 90%;
    max-width: 82.5em;
    padding: 3.125em 1.25em;
    margin-bottom: 3.125em;
  }
  .servicesTwo .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 22.3125em;
    margin: auto;
    margin-bottom: 3.125em;
  }
  .servicesTwo .card:last-of-type {
    margin-bottom: 0;
  }
  .servicesTwo .card .button-solid {
    width: 30%;
  }
  .servicesTwo .card picture {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 0.75em;
  }
  .servicesTwo .card picture img {
    width: 100%;
    height: 100%;
  }
  .servicesTwo .card h2 {
    text-align: center;
    font-size: 2em;
    line-height: 1.35em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.65em;
  }
  .servicesTwo .card p {
    text-align: center;
    line-height: 1.33333333em;
    font-size: 1.125em;
    width: 100%;
  }
}
/* Inbetween */
@media only screen and (min-width: 768px) {
  .servicesTwo {
    font-size: min(1.8vw, 1em);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 98%;
    padding: 3.125em 3em;
  }
  .servicesTwo .card {
    margin: 0;
    max-width: 18.75em;
    margin-left: 1em;
    margin-right: 1em;
  }
  .servicesTwo .card h2 {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.35em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.65em;
  }
  .servicesTwo .card p {
    text-align: center;
    line-height: 1.33333333em;
    font-size: 0.875em;
    width: 100%;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  .servicesTwo {
    padding: 3.125em 5em;
    min-width: 100%;
  }
  .servicesTwo .card {
    max-width: 41.0625em;
  }
  .servicesTwo .card h2 {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.35em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.65em;
  }
  .servicesTwo .card p {
    text-align: center;
    line-height: 1.33333333em;
    font-size: 1.125em;
    width: 100%;
  }
}
