@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Theinhardt;
  src: url('../fonts/Theinhardt-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-dark: #2b2b2b;
  --white: white;
  --cleanblack: #0e0e0e;
  --dim-grey: #333;
  --primary: #01a4f0;
  --secondary-light: #f7f7f7;
  --secondary\<deleted\|variable-eb21fb5d\>: #184341;
  --dark-green: #093537;
  --primary-2\<deleted\|variable-7f815592\>: #273b5a;
  --gray: #f2f2f2;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--primary-dark);
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1.9rem;
  font-family: Theinhardt, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

h2 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: var(--cleanblack);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Marcellus;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Marcellus;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Marcellus;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

p {
  color: var(--dim-grey);
  margin-bottom: 16px;
  font-weight: 400;
}

a {
  color: var(--primary);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 2.5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--cleanblack);
  font-weight: 700;
  line-height: 2.1rem;
}

blockquote {
  border-left: .3125rem solid var(--primary);
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.container {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.container.nav-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 55vh;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.menu-button-line-3 {
  background-color: var(--primary);
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 2.125rem;
}

.menu-button-line-3.whiter {
  background-color: #fff;
}

.button {
  border: .125rem solid var(--primary);
  background-color: var(--primary);
  opacity: 1;
  color: var(--secondary-light);
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  padding: 1rem 2rem;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
}

.button:hover {
  opacity: .85;
  box-shadow: 0 0 1.875rem #0000001a;
}

.nav-menu {
  order: 1;
  align-items: center;
  display: flex;
}

.nav-menu.mobile {
  display: none;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 3.125rem;
  padding: 0;
}

.brand {
  order: -1;
  align-items: center;
  width: 100px;
  height: 60px;
}

.brand.w--current {
  color: var(--primary);
}

.menu-button-line-2 {
  background-color: var(--primary);
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 1.6875rem;
}

.menu-button-line-2.whiter {
  background-color: #fff;
}

.menu-button-line-1 {
  background-color: var(--primary);
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 1.25rem;
}

.menu-button-line-1.whiter {
  background-color: #fff;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1em;
  transition: all .15s linear;
  display: flex;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.w--current {
  color: var(--white);
}

.navigation {
  z-index: 999;
  background-color: #fff;
  border-bottom: .0625rem solid #ededed;
  justify-content: center;
  align-items: center;
  height: 6rem;
  display: flex;
}

.navigation.transparent {
  z-index: 3;
  background-color: #0000;
  border-bottom: .0625rem solid #ffffff17;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation.transparent:where(.w-variant-01919085-09ba-481f-7b9e-0e5ca8e9a25d) {
  background-color: var(--cleanblack);
}

.hero-content {
  z-index: 1;
  max-width: 43.75rem;
  position: relative;
}

.hero-content.center {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: center;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section.privacy-policy-padding {
  padding-top: 12.5rem;
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.field-label {
  z-index: 1;
  color: var(--primary-dark);
  background-color: #fff;
  margin-top: -.625rem;
  margin-bottom: 0;
  margin-left: .625rem;
  padding: .0625rem .625rem;
  font-weight: 400;
  position: absolute;
}

.form-field {
  color: var(--primary-dark);
  background-color: #fff;
  border: 1px solid #b3b3b3;
  height: 3.125rem;
  margin-bottom: 0;
  padding: 2rem .875rem 1.5rem 1.25rem;
  font-size: .9375rem;
  font-weight: 400;
}

.form-field:focus {
  border: 1px solid var(--primary);
}

.space-24 {
  height: 1.5rem;
}

.spacer-32px {
  height: 2rem;
}

.background-secondary {
  background-color: var(--secondary\<deleted\|variable-eb21fb5d\>);
}

.utility-page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 60px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-small {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.overlay {
  z-index: 1;
  background-color: var(--dark-green);
  opacity: .85;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: var(--cleanblack);
  opacity: .7;
}

.service-card {
  background-color: var(--white);
  border-radius: 6px;
  padding: 54px 42px;
  position: relative;
  overflow: hidden;
}

.navbar-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.form-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

.field-group {
  position: relative;
}

.service-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rich-text-block img {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.rich-text-block h2 {
  color: #0e0e0e;
  font-size: 28px;
}

.rich-text-block blockquote {
  border-left-color: #273b5a;
  margin-bottom: 1rem;
}

.rich-text-block p {
  color: #333;
}

.rich-text-block li {
  color: #333;
  margin-bottom: 8px;
  font-weight: 400;
}

.rich-text-block h1 {
  color: #0e0e0e;
}

.brand-logo-nav {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle-link-block {
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  transition: all .35s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.circle-link-block:hover {
  border-color: #e0e0e0;
}

.section-2 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section-2.page-hero {
  color: #fff;
  padding-top: 12.5rem;
  overflow: hidden;
}

.space {
  height: 10px;
}

.space._24 {
  height: 24px;
}

.space._60 {
  height: 60px;
}

.center-content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-content.limit-800 {
  max-width: 800px;
}

.center-content.gap-4px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.link-11 {
  color: #131313;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: block;
  position: relative;
}

.overlay-2 {
  z-index: 1;
  background-color: var(--cleanblack);
  opacity: .7;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-2:where(.w-variant-d81f0728-363c-925e-6447-2337cf2a1eb6) {
  opacity: .3;
}

.hero-content-2 {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.hero-image-2 {
  z-index: 1;
  opacity: .9;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-large-2 {
  max-width: 37.5rem;
}

.content-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #383838;
}

.form-field-2 {
  color: var(--cleanblack);
  background-color: #fff;
  border: 1px solid #0000001a;
  height: 3.125rem;
  margin-bottom: 0;
  padding: 2rem .875rem 2rem 1.25rem;
  font-weight: 400;
}

.form-field-2:focus {
  border: 1px solid #184341;
}

.form-field-2::placeholder {
  font-weight: 400;
}

.form-field-2.text-area {
  height: 140px;
}

.h2-small-2 {
  font-size: 36px;
}

.submit-button-wrapper {
  justify-content: center;
  display: flex;
}

.success-message-2 {
  text-align: left;
  background-color: #e0e0e0;
}

.text-normal-black {
  color: var(--cleanblack);
  font-weight: 400;
}

.text-normal-black.heavy {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
}

.btn {
  background-color: var(--cleanblack);
  color: #fff;
  text-align: center;
  letter-spacing: .06rem;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 0 2rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  transition: border-radius .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.btn:hover {
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.btn:active {
  color: #fff;
  background-color: #162021;
}

.btn.btn--secondary {
  background-color: var(--cleanblack);
}

.btn.btn--secondary:active {
  background-color: #9aa79a;
}

.btn.btn--white {
  background-color: var(--white);
  color: var(--cleanblack);
}

.container-default {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.z-index-1 {
  z-index: 1;
  position: relative;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.cta-v11 {
  grid-column-gap: 180px;
  align-items: start;
}

.half-bg-image-right {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-image-right.overlay.cta-v11-right {
  z-index: 0;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/skills-image-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.flex-down {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.buttons-row.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.half-bg-image-left {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.half-bg-image-left.overlay {
  background-image: none;
}

.half-bg-image-left.overlay.cta-v11-left {
  z-index: 0;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/die-casting-image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cta-section-2 {
  background-color: var(--dark-green);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.color-neutral-301 {
  color: #fff;
}

.color-neutral-301.mg-bottom-40px {
  margin-bottom: 40px;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.paragraph-light {
  color: #ffffff80;
  font-size: 15px;
}

.hero-logo-image {
  width: 180px;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.text-rights {
  color: var(--white);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.title-wrap-large {
  margin-bottom: 32px;
}

.footer-grid-long {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
}

.footer-05 {
  background-color: var(--cleanblack);
  padding: 132px 3%;
}

.footer-link-2 {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-2:hover {
  opacity: .5;
}

.footer-title-large {
  color: #fff;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-title-2 {
  color: var(--white);
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 300;
}

.code-embed {
  color: var(--cleanblack);
}

.privacy-policy-link {
  color: var(--white);
  font-weight: 600;
  transition: all .2s;
}

.privacy-policy-link:hover {
  opacity: .5;
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.margin-bottom-40px.font-smallerr {
  font-size: 32px;
}

.contact-small-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 16px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4px;
  display: grid;
}

.code-embed-2 {
  width: 16px;
  height: 20px;
}

.div-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.hide-image {
  display: none;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.h2-white {
  color: var(--white);
  text-align: center;
  font-family: Theinhardt, Arial, sans-serif;
  font-size: 24px;
}

.h2-white.font-palatino {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.h1-hero {
  text-align: center;
  font-family: Theinhardt, Arial, sans-serif;
}

.h1-hero.font-palatino {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

@media screen and (max-width: 991px) {
  .menu-button-line-3.whiter {
    border-radius: 8px;
    width: 1.2rem;
    height: 1.5px;
  }

  .nav-menu {
    background-color: var(--cleanblack);
    border-top: .0625rem solid #0000001a;
    padding-bottom: 10px;
  }

  .nav-menu.desktop {
    display: none;
  }

  .nav-menu.mobile {
    display: flex;
  }

  .menu-button {
    order: 1;
    height: 3.6875rem;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button-line-2.whiter {
    border-radius: 8px;
    width: 1.2rem;
    height: 1.5px;
  }

  .menu-button-line-1.whiter {
    border-radius: 10px;
    width: 1.2rem;
    height: 1.5px;
  }

  .nav-link {
    color: #fff;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .navigation {
    min-height: 4.375rem;
  }

  .navbar-background {
    background-color: var(--cleanblack);
  }

  .grid-2-columns.cta-v11 {
    grid-column-gap: 28px;
    grid-row-gap: 240px;
    grid-template-columns: .6fr;
  }

  .half-bg-image-right {
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin-top: 60px;
    position: static;
    inset: auto 0% 0%;
  }

  .half-bg-image-right.overlay.cta-v11-right {
    height: 400px;
    min-height: 0;
    position: absolute;
  }

  .half-bg-image-left {
    width: 100%;
    height: 50%;
    inset: 0% 0% auto;
  }

  .half-bg-image-left.overlay.cta-v11-left {
    height: 400px;
  }

  .cta-section-2 {
    background-color: var(--cleanblack);
    height: 800px;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: auto;
  }

  .section, .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-2.page-hero {
    padding-top: 10rem;
  }

  .submit-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v11 {
    grid-row-gap: 240px;
    grid-template-columns: 1fr;
  }

  .half-bg-image-right.overlay.cta-v11-right {
    position: absolute;
  }

  .cta-section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-grid-long {
    grid-template-rows: auto auto;
    grid-template-columns: 4fr;
  }

  .div-block {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 32px;
  }

  .hero {
    height: 100vh;
  }

  .menu-button-line-3.whiter {
    top: 34px;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button-line-2.whiter {
    top: 27px;
  }

  .menu-button-line-1.whiter {
    top: 20px;
  }

  .nav-link {
    font-size: .9rem;
  }

  .hero-content.center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .form-field {
    border-radius: 0;
  }

  .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-2.page-hero {
    padding-top: 8.75rem;
  }

  .form-field-2 {
    border-radius: 0;
  }

  .submit-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2-columns.cta-v11 {
    grid-row-gap: 280px;
    grid-template-columns: 1fr;
  }

  .buttons-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .buttons-row.gap-2rem.aligh-center {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .div-block-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .h2-white.font-palatino {
    font-size: 18px;
  }

  .h1-hero {
    margin-bottom: 0;
  }

  .h1-hero.font-palatino {
    font-size: 2rem;
    line-height: 1.5;
  }
}

#w-node-_19731552-5a1d-428a-4135-0eb8182cf346-9fcc1db1 {
  justify-self: center;
}

#w-node-_849039ee-7b11-1e15-3237-b174e5fd67a5-9fcc1db4, #w-node-_849039ee-7b11-1e15-3237-b174e5fd67a7-9fcc1db4, #w-node-_849039ee-7b11-1e15-3237-b174e5fd67ad-9fcc1db4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_19731552-5a1d-428a-4135-0eb8182cf346-9fcc1db1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_849039ee-7b11-1e15-3237-b174e5fd67a5-9fcc1db4, #w-node-_849039ee-7b11-1e15-3237-b174e5fd67a7-9fcc1db4, #w-node-_849039ee-7b11-1e15-3237-b174e5fd67a9-9fcc1db4, #w-node-_849039ee-7b11-1e15-3237-b174e5fd67ab-9fcc1db4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theinhardt';
  src: url('../fonts/Theinhardt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}