@charset "UTF-8";
:root {
  --blue:#0073cf;
  --red:red;
  --dred:darken(var(--red),15%);
  --narrow:"Tungsten", "Helvetica Neue Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font:"Arboria", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: "Tungsten";
  src: url("Tungsten-Bold.woff2") format("woff2"), url("Tungsten-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tungsten";
  src: url("Tungsten-Book.woff2") format("woff2"), url("Tungsten-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  min-height: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px var(--font);
  background: white;
}

img {
  max-width: 100%;
}

a, button {
  border-radius: 0;
  cursor: pointer;
}

button {
  all: unset;
  cursor: pointer;
  padding: 0.5em 1em;
  background: var(--blue);
  color: white;
  border-radius: 0;
  font-family: inherit;
}

sup {
  line-height: 1em;
  vertical-align: super;
  display: inline-block;
  position: static;
}

input {
  border-radius: 0;
}

iframe {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

* ::-moz-selection {
  color: #fff;
  background-color: var(--red);
}
* ::-moz-selection * {
  color: #fff;
}
* ::-moz-selection {
  color: #fff;
  background-color: var(--red);
}
* ::selection {
  color: #fff;
  background-color: var(--red);
}
* ::-moz-selection * {
  color: #fff;
}
* ::selection * {
  color: #fff;
}

.container {
  max-width: 1200px;
  width: 100% !important;
}

.top {
  background: url(city.jpg) center center/cover no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(42px, 4.6875vw, 60px);
       column-gap: clamp(42px, 4.6875vw, 60px);
  padding: clamp(28px, 3.125vw, 40px);
}
.top .rob {
  display: block;
  max-width: clamp(224px, 25vw, 320px);
  flex: 33%;
  min-width: 0;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-1.5deg);
  border: clamp(10px, 0.78125vw, 16px) solid white;
  box-sizing: content-box;
  margin-bottom: clamp(-70px, -5.46875vw, -49px);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
  width: 95%;
}
.top .logobox {
  text-align: center;
  flex: 66%;
  max-width: 700px;
  width: 75%;
}
.top .logobox img {
  display: block;
  min-width: 0;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: clamp(28px, 3.125vw, 40px);
}
.top .logobox a {
  display: inline-block;
  background: #138a53;
  font: 400 clamp(28px, 3.125vw, 40px)/1em var(--narrow);
  letter-spacing: 0.06em;
  color: white;
  text-decoration: none;
  padding: 0.2em 0.6em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transition: background 0.2s;
}
.top .logobox a i {
  font-size: 0.7em;
  position: relative;
  top: -0.15em;
}
.top .logobox a:hover {
  background: rgb(25.1719745223, 182.8280254777, 109.9617834395);
}

.intro {
  background: url(wood.jpg) center center/cover no-repeat;
  padding: clamp(42px, 4.6875vw, 60px) clamp(21px, 2.34375vw, 30px) clamp(21px, 2.34375vw, 30px) clamp(21px, 2.34375vw, 30px);
}
.intro h1 {
  margin: 0;
  font: 900 clamp(42px, 4.6875vw, 60px)/1em var(--narrow);
  color: #2a4474;
  text-align: center;
}
.intro h1:after {
  content: "";
  display: block;
  width: clamp(210px, 23.4375vw, 300px);
  height: 4px;
  background: linear-gradient(to right, transparent, #2a4474, transparent);
  opacity: 0.25;
  margin: 0 auto 0.25em auto;
}
.intro p {
  text-align: center;
  font: 400 clamp(22.4px, 2.5vw, 32px)/1.2em var(--font);
  color: #2a4474;
  text-wrap: balance;
  max-width: 1111px;
  margin: 0 auto 1em auto;
}
.intro img {
  transform: rotate(1.5deg);
  border: clamp(10px, 0.78125vw, 16px) solid white;
  box-sizing: content-box;
  width: clamp(441px, 49.21875vw, 630px);
  margin: auto;
  display: block;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
  max-width: 95%;
}

.priorities {
  background: linear-gradient(to right, #1f3255, #355693);
  color: white;
  padding: clamp(28px, 3.125vw, 40px) clamp(21px, 2.34375vw, 30px);
  text-align: center;
}
.priorities h2 {
  margin: 0;
  font: 900 clamp(38.5px, 4.296875vw, 55px)/1em var(--narrow);
  text-align: center;
  margin-bottom: 0.5em;
}
.priorities h2:after {
  content: "";
  display: block;
  width: clamp(210px, 23.4375vw, 300px);
  height: 4px;
  background: linear-gradient(to right, transparent, white, transparent);
  opacity: 0.25;
  margin: auto;
}
.priorities ul {
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 400 clamp(21px, 2.34375vw, 30px)/1em var(--font);
}
.priorities ul li {
  padding-left: clamp(43.4px, 4.84375vw, 62px);
  margin-bottom: 0.75em;
}
.priorities ul li i {
  display: inline-block;
  text-align: center;
  width: clamp(43.4px, 4.84375vw, 62px);
  margin-left: clamp(-62px, -4.84375vw, -43.4px);
  color: #4873c2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.quote {
  background: url(wood.jpg) center center/cover no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(42px, 4.6875vw, 60px);
       column-gap: clamp(42px, 4.6875vw, 60px);
  padding: clamp(28px, 3.125vw, 40px);
}
.quote .guitar {
  display: block;
  max-width: clamp(224px, 25vw, 320px);
  flex: 33%;
  min-width: 0;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-1.5deg);
  border: clamp(10px, 0.78125vw, 16px) solid white;
  box-sizing: content-box;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
  width: 95%;
  max-width: clamp(290.5px, 32.421875vw, 415px);
}
.quote blockquote {
  text-align: center;
  flex: 66%;
  max-width: 700px;
  font: 400 clamp(24.5px, 2.734375vw, 35px)/1.2em var(--font);
  color: #2a4474;
  margin: 0;
  padding: 0;
}
.quote blockquote span {
  text-wrap: balance;
  display: block;
  margin-bottom: 10px;
}
.quote blockquote .mark {
  display: flex;
  flex-direction: row;
  position: relative;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 75%;
}
.quote blockquote .mark img {
  width: clamp(60.2px, 6.71875vw, 86px);
  opacity: 0.4;
}
.quote blockquote .mark:before, .quote blockquote .mark:after {
  content: "";
  flex: 1;
  height: 4px;
  background: #2a4474;
  opacity: 0.25;
}

.footer {
  padding: clamp(28px, 3.125vw, 40px);
  background: linear-gradient(to right, #781a18, #b22c2a);
  color: white;
}
.footer h2 {
  margin: 0;
  font: 900 clamp(38.5px, 4.296875vw, 55px)/1em var(--narrow);
  text-align: center;
  margin-bottom: 0.5em;
}
.footer h2:after {
  content: "";
  display: block;
  width: clamp(210px, 23.4375vw, 300px);
  height: 4px;
  background: linear-gradient(to right, transparent, white, transparent);
  opacity: 0.25;
  margin: auto;
}
.footer form {
  max-width: 710px;
  margin: 0 auto 30px auto;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(6, 1fr);
}
.footer form input {
  border: 0;
  padding: 7px 15px;
  box-sizing: border-box;
  background: #6e1917;
  color: white;
  outline: none;
  border-radius: 0;
  font: 400 clamp(17.5px, 1.953125vw, 25px) var(--font);
}
.footer form input::-moz-placeholder {
  color: white;
  opacity: 0.5;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer form input::placeholder {
  color: white;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.footer form input:focus::-moz-placeholder {
  opacity: 1;
}
.footer form input:focus::placeholder {
  opacity: 1;
}
.footer form .one, .footer form .two, .footer form .three, .footer form .four {
  grid-column: span 3;
}
.footer form .five {
  grid-column: span 6;
}
.footer form .six, .footer form .seven, .footer form .eight {
  grid-column: span 2;
}
.footer form .nine, .footer form .ten, .footer form .eleven {
  grid-column: span 6;
}
.footer form .eleven {
  background: linear-gradient(to right, #0e6a3d, #18a969);
  text-align: center;
  padding: 10px;
  font: 400 35px var(--narrow);
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  transition: transform 0.1s;
}
.footer form .eleven i {
  font-size: 0.7em;
  vertical-align: middle;
}
.footer form .eleven span {
  vertical-align: middle;
  padding-right: 10px;
}
.footer form .eleven:before {
  content: "";
  z-index: -2;
  display: block;
  position: absolute;
  width: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #0b5f38;
  transition: width 0.4s;
}
.footer form .eleven:hover:before {
  width: 100%;
}
.footer form .eleven:focus {
  transform: scale(0.98);
}
.footer form h3 {
  font: 700 clamp(24.5px, 2.734375vw, 35px) var(--narrow);
  margin: 0 0 -0.5em 0;
}
.footer form .checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: clamp(17.5px, 1.953125vw, 25px);
       column-gap: clamp(17.5px, 1.953125vw, 25px);
  row-gap: 10px;
}
.footer form .checkboxes .check {
  gap: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1rem;
}
.footer form .checkboxes .check label {
  cursor: pointer;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 20px;
}
.footer form .checkboxes .check input {
  margin: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  max-width: 20px;
  padding: 0;
  height: 20px;
  border: 2.5px solid transparent;
  border-radius: 4px;
  background: white;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
  outline: none;
  cursor: pointer;
}
.footer form .checkboxes .check input:hover {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}
.footer form .checkboxes .check input:focus-visible {
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.3);
}
.footer form .checkboxes .check input:checked {
  background: #10b981;
  border-color: #10b981;
}
.footer form .checkboxes .check input:checked::after {
  content: "✓";
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  font-size: 16px;
  font-weight: 900;
  color: white;
  display: grid;
  place-items: center;
  line-height: 1;
}
.footer .outtro {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(42px, 4.6875vw, 60px);
       column-gap: clamp(42px, 4.6875vw, 60px);
  padding: clamp(28px, 3.125vw, 40px);
}
.footer .outtro p {
  text-align: center;
  font: 400 clamp(31.5px, 3.515625vw, 45px) var(--font);
  margin: 0 0 clamp(-50px, -3.90625vw, -35px) 0;
}
.footer .outtro p strong {
  display: block;
}
.footer .outtro p span {
  display: block;
  font: 700 clamp(63px, 7.03125vw, 90px) var(--narrow);
}
.footer .outtro img {
  display: block;
  max-width: clamp(480.9px, 53.671875vw, 687px);
  flex: 50%;
  min-width: 0;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4));
}
.footer .disclaimer {
  text-align: center;
  margin: 0;
  font: 400 20px var(--narrow);
  opacity: 0.4;
}

@media (max-width: 767px) {
  .top {
    display: block;
  }
  .top .rob {
    margin: auto;
  }
  .top .logobox {
    margin: auto;
  }
  .quote {
    display: block;
  }
  .quote .guitar {
    margin: auto;
  }
  .footer .outtro {
    display: block;
  }
  .footer .outtro p {
    margin-bottom: 0;
  }
  .footer .outtro img {
    margin: auto;
  }
}
@media (min-width: 940px) {
  .quote .guitar {
    margin-bottom: clamp(-70px, -5.46875vw, -49px);
  }
}/*# sourceMappingURL=style.css.map */