/* =============
    Mixins
============= */
/* ---------------- Font Sizing ---------------- */
html {
  font-size: 100%;
}

/* ---------------- Media Queries ---------------- */
/* ---------------- Light and Dark Media Quires ----------------  */
/* ---------------- Circle ----------------  */
/* ---------------- Retina Images ----------------  */
/* ---------------- Padding/Margin Helpers ----------------  */
/* =============
    Variables
============= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.15;
  /* 1 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  background-color: #FAFAFA;
  color: #001233;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin: 0;
}
body ::selection {
  background: #99A5FF;
  color: #121212;
  opacity: 0.5;
}
body ::-moz-selection {
  background: #99A5FF;
  color: #121212;
  opacity: 0.5;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
  /* 1 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
  /* 1 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =============
    Base
============= */
figure {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.section-content {
  display: grid;
  grid-template-areas: ". content .";
  grid-template-columns: 16px auto 16px;
}
@media (min-width: 504px) {
  .section-content {
    grid-template-columns: 24px auto 24px;
  }
}
@media (min-width: 768px) {
  .section-content {
    grid-template-columns: 40px auto 40px;
  }
}
@media (min-width: 992px) {
  .section-content {
    grid-template-columns: auto 904px auto;
  }
}
@media (min-width: 1200px) {
  .section-content {
    grid-template-columns: auto 1104px auto;
  }
}
.section-content > div {
  grid-area: content;
}

.section-padding {
  padding: 64px 0;
}
@media (min-width: 768px) {
  .section-padding {
    padding: 72px 0;
  }
}
@media (min-width: 992px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .section-padding {
    padding: 96px 0;
  }
}

.section-margin {
  margin: 64px 0;
}
@media (min-width: 768px) {
  .section-margin {
    margin: 72px 0;
  }
}
@media (min-width: 992px) {
  .section-margin {
    margin: 80px 0;
  }
}
@media (min-width: 1200px) {
  .section-margin {
    margin: 96px 0;
  }
}

.case-study-hero {
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 72vh;
}
.case-study-hero > div article h1 {
  text-align: center;
}
.case-study-hero > div article h4 {
  text-align: center;
}
@media (min-width: 992px) {
  .case-study-hero {
    height: 80vh;
  }
  @supports (background-attachment: fixed) {
    .case-study-hero {
      background-attachment: fixed;
    }
  }
}
.case-study-hero > div {
  align-items: flex-end;
  display: flex;
  height: 50%;
  width: 100%;
}
.case-study-hero > div article {
  color: #FAFAFA;
  text-align: center;
  margin: auto auto;
  max-width: 80%;
}
.case-study-hero > div article h1 {
  text-align: center;
  margin: 8px;
}
.case-study-hero > div article i {
  font-size: 3rem;
}

/*
* Future CSS (use it today with postCSS-easing-gradients - note your settings colorMode: 'lrgb' and colorStops: 7)
*/
.cs-hero-Gradient-future {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), cubic-bezier(0.39, 0.57, 0.56, 1), rgba(0, 0, 0, 0.6));
}

/*
* Fallback CSS
*/
.cs-hero-Gradient {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1631944444) 17.89%, rgba(0, 0, 0, 0.3075555556) 33.48%, rgba(0, 0, 0, 0.42825) 48.13%, rgba(0, 0, 0, 0.5204444444) 63.19%, rgba(0, 0, 0, 0.5793055556) 80.02%, rgba(0, 0, 0, 0.6) 100%);
}

.case-study-intro-image > div article {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "p" "i";
}
@media (min-width: 768px) {
  .case-study-intro-image > div article {
    grid-gap: 24px;
  }
}
@media (min-width: 992px) {
  .case-study-intro-image > div article {
    grid-gap: 32px;
  }
}
.case-study-intro-image > div article p {
  grid-area: "p";
}
@media (min-width: 504px) {
  .case-study-intro-image > div article p {
    width: 72%;
  }
}
@media (min-width: 768px) {
  .case-study-intro-image > div article p {
    width: 50%;
  }
}
.case-study-intro-image > div article ul {
  grid-area: "i";
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media (min-width: 504px) {
  .case-study-intro-image > div article ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .case-study-intro-image > div article ul {
    grid-gap: 24px;
  }
}
@media (min-width: 992px) {
  .case-study-intro-image > div article ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
  }
}
.case-study-intro-image > div article ul li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  width: 100%;
}
@media (min-width: 768px) {
  .case-study-intro-image > div article ul li {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .case-study-intro-image > div article ul li {
    height: 320px;
  }
}

.case-study-text > div article {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "p";
}
@media (min-width: 504px) {
  .case-study-text > div article {
    grid-template-columns: 72% auto;
    grid-template-areas: "p .";
  }
}
@media (min-width: 768px) {
  .case-study-text > div article {
    grid-template-columns: 50% auto;
    grid-gap: 24px;
  }
}
@media (min-width: 992px) {
  .case-study-text > div article {
    grid-gap: 32px;
  }
}
.case-study-text > div article p {
  grid-area: "p";
}

.case-study-gallery > div article {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.case-study-gallery > div article ul {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media (min-width: 504px) {
  .case-study-gallery > div article ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .case-study-gallery > div article ul {
    grid-gap: 24px;
  }
}
@media (min-width: 992px) {
  .case-study-gallery > div article ul {
    grid-gap: 32px;
  }
}
.case-study-gallery > div article ul li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.caption {
  background-color: #FAFAFA;
  border-radius: 24px;
  box-shadow: 0 1px 12px -3px rgba(19, 22, 24, 0.05), 0 3px 24px 4px rgba(19, 22, 24, 0.02), 0 8px 16px 2px rgba(19, 22, 24, 0.04);
}
.caption p {
  margin: 16px 32px 16px 32px;
}

/* =============
    Typography
============= */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  text-align: left;
}

h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
}
@media (min-width: 504px) {
  h1 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.00625rem;
  line-height: 2.375rem;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.005rem;
}
@media (min-width: 992px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0025rem;
}
@media (min-width: 992px) {
  h4 {
    font-size: 1.75rem;
  }
}

h6 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.005rem;
}
@media (min-width: 504px) {
  h6 {
    letter-spacing: 0.0078125rem;
  }
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.75rem;
    letter-spacing: 0.0125rem;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 2rem;
  }
}
h6 span {
  color: #FAFAFA;
  font-weight: 600;
}
@media (min-width: 992px) {
  h6 span {
    color: #001233;
  }
}

p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
@media (min-width: 992px) {
  p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
p span {
  color: #001580;
  font-weight: 600;
}
p a {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #001580;
  transition: 0.15s;
}
a:hover {
  color: #001233;
}
a:active {
  color: #5747E3;
}

/* =============
    Buttons
============= */
.btn {
  align-items: center;
  background-color: #001580;
  border-radius: 100px;
  box-shadow: 0 5px 3px -3px rgba(87, 71, 227, 0.06), 0 3px 14px 2px rgba(87, 71, 227, 0.12), 0 8px 10px 1px rgba(87, 71, 227, 0.04);
  display: flex;
  justify-content: center;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.btn > a {
  padding: 12px 24px 12px 24px;
  align-items: center;
  color: #FAFAFA;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 768px) {
  .btn > a {
    padding: 16px 24px 16px 24px;
  }
}

.btn:link > a,
.btn:visited > a {
  padding: 12px 24px 12px 24px;
  align-items: center;
  background-color: #001580;
  color: #FAFAFA;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  justify-content: center;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 768px) {
  .btn:link > a,
.btn:visited > a {
    padding: 16px 24px 16px 24px;
  }
}

.btn:hover {
  background-color: #001233;
  box-shadow: none;
  transform: translate(0px, 4px) scale(0.98);
  transition: 0.15s ease-in-out;
}
.btn:hover > a i {
  transform: translate(-200%, 0px) scale(2);
  transition: 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .btn:hover > a i {
    transform: translate(-400%, 0px) scale(2);
  }
}

.btn:active {
  background-color: #5747E3;
  transition: 0.15s ease-in-out;
}
button {
  align-items: center;
  background-color: #001580;
  border: none;
  border-radius: 100px;
  box-shadow: 0 5px 3px -3px rgba(0, 21, 128, 0.06), 0 3px 14px 2px rgba(0, 21, 128, 0.12), 0 8px 10px 1px rgba(0, 21, 128, 0.04);
  color: #FAFAFA;
  display: flex;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  width: 100%;
  padding: 12px 24px 12px 24px;
}
@media (min-width: 768px) {
  button {
    padding: 16px 24px 16px 24px;
  }
}
@media (min-width: 992px) {
  button {
    width: 40vw;
  }
}
button :link,
button :visited {
  padding: 12px 24px 12px 24px;
  align-items: center;
  background-color: #001580;
  color: #FAFAFA;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  justify-content: center;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 768px) {
  button :link,
button :visited {
    padding: 16px 24px 16px 24px;
  }
}
@media (min-width: 992px) {
  button :link,
button :visited {
    width: 40vw;
  }
}
button :active {
  background-color: #5747E3;
  transition: 0.15s ease-in-out;
}
button :hover {
  background-color: #001233;
  box-shadow: none;
  transform: translate(0px, 4px) scale(0.98);
  transition: 0.15s ease-in-out;
}

/* =============
    Cards
============= */
.card-bass {
  display: grid;
  box-shadow: 0 5px 3px -3px rgba(18, 18, 18, 0.06), 0 3px 14px 2px rgba(18, 18, 18, 0.12), 0 8px 10px 1px rgba(18, 18, 18, 0.04);
  border-radius: 16px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 504px) {
  .card-bass {
    grid-template-columns: auto 64%;
  }
}
@media (min-width: 768px) {
  .card-bass {
    height: 344px;
  }
}
@media (min-width: 992px) {
  .card-bass {
    grid-template-columns: auto 56%;
    height: 400px;
  }
}
.card-bass figure {
  height: 304px;
  border-radius: 16px 16px 0px 0px;
  background-image: url("../img/global/no-image/no-image.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 504px) {
  .card-bass figure {
    border-radius: 16px 0px 0px 16px;
    height: 100%;
  }
}
.card-bass div {
  padding: 16px 16px 16px 16px;
}
@media (min-width: 768px) {
  .card-bass div h3 {
    margin: 0px 0px 0px 0px;
  }
}
@media (min-width: 768px) {
  .card-bass div ul:first-of-type {
    padding: 0px 0px 24px 0px;
  }
}
@media (min-width: 992px) {
  .card-bass div ul:first-of-type {
    padding: 0px 0px 80px 0px;
  }
}
@media (min-width: 1200px) {
  .card-bass div ul:first-of-type {
    padding: 0px 0px 120px 0px;
  }
}
.card-bass div ul:first-of-type li span {
  font-weight: 600;
}
/* =============
    Forms
============= */
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  box-shadow: none;
  border: none;
  border-bottom: 4px solid #001233;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  font-size: 1.25rem;
  transition: 0.15s;
  color: #001233;
  border-radius: 8px 8px 4px 0;
}
@media (min-width: 768px) {
  [type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  [type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
    border-bottom: 8px solid #001233;
    border-radius: 8px 8px 8px 0;
  }
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  box-shadow: none;
  border-bottom: 6px solid #001580;
  border-bottom-right-radius: 6px;
  background: #FAFAFA;
  outline: none;
  box-shadow: 0 0 8px 2px rgba(35, 46, 73, 0.5);
}
@media (min-width: 992px) {
  [type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
    border-bottom: 10px solid #001580;
    border-bottom-right-radius: 10px;
  }
}

input[type=email],
input[type=password],
input[type=text],
textarea {
  -webkit-appearance: none;
}

.radio {
  font-size: 1.125rem;
  color: #001233;
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 8px;
  margin: 2px 0px 2px 0px;
}
.radio :first-of-type {
  margin: 2px 0px 2px 0px;
}
.radio .radio-input {
  display: flex;
}
.radio .radio-input input {
  opacity: 0;
  width: 0px;
  height: 0px;
}
.radio .radio-input input:focus + .radio-control {
  box-shadow: 0 0 16px 0px rgba(35, 46, 73, 0.5);
}
.radio .radio-input input + .radio-control::before {
  content: "";
  width: 16px;
  height: 16px;
  box-shadow: inset 16px 16px #232E49;
  border-radius: 50px;
  transition: 0.1s transform ease-in-out;
  transform: scale(0);
}
@media (min-width: 992px) {
  .radio .radio-input input + .radio-control::before {
    width: 16px;
    height: 16px;
    box-shadow: inset 16px 16px #232E49;
  }
}
.radio .radio-input input:checked + .radio-control::before {
  transform: scale(1);
}
.radio .radio-input .radio-control {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #001233;
}
@media (min-width: 992px) {
  .radio .radio-input .radio-control {
    width: 24px;
    height: 24px;
    border: 4px solid #001233;
  }
}
.radio .radio-label {
  line-height: 0.0625rem;
  transform: translateY(20px);
}
@media (min-width: 768px) {
  .radio .radio-label {
    font-size: 1rem;
    transform: translateY(16px);
  }
}
@media (min-width: 992px) {
  .radio .radio-label {
    transform: translateY(18px);
  }
}

/* =============
    Navigation
============= */
#sm-nav {
  position: fixed;
  top: 104px;
  width: 100%;
  z-index: 950;
}
@media (min-width: 992px) {
  #sm-nav {
    display: none;
  }
}
#sm-nav ul li {
  display: none;
}
#sm-nav ul li h6 {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: 0.25s;
  width: 100%;
  text-align: right;
  margin: 0px 0px 32px 0;
}
#sm-nav ul li h6 a {
  text-decoration: none;
  transition: 0.25s;
  font-weight: 600;
}
#sm-nav ul li h6 a:link,
#sm-nav ul li h6 a:visited {
  color: #F0F0F0;
}
#sm-nav ul li h6 a:active,
#sm-nav ul li h6 a:hover {
  border-bottom: 6px solid #F0F0F0;
  border-radius: 0px 6px;
}
#sm-nav ul li:nth-last-child(1) h6 {
  margin: 0px;
}

/* =============
    Nav Background
============= */
#nav-bg {
  height: 50px;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}
@media (min-width: 992px) {
  #nav-bg {
    display: none;
  }
}
#nav-bg svg {
  background-color: rgba(0, 0, 0, 0);
}
#nav-bg svg circle {
  fill: #001233;
}

/* =============
    Header
============= */
header {
  box-shadow: 0 1px 15px -7px rgba(0, 18, 51, 0.08), 0 9px 46px 8px rgba(0, 18, 51, 0.05), 0 24px 38px 3px rgba(0, 18, 51, 0.06);
  position: fixed;
  height: 72px;
  width: 100%;
  background-color: #FAFAFA;
  z-index: 1000;
  top: 0;
}
@media (min-width: 992px) {
  header {
    height: 80px;
  }
}
header > div {
  grid-area: header;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  header > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "h";
  }
}
header > div aside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  header > div aside {
    display: grid;
    grid-template-columns: auto auto 32%;
    grid-template-areas: "l . n";
    grid-area: h;
  }
}
@media (min-width: 1200px) {
  header > div aside {
    grid-template-columns: auto auto 28%;
  }
}
header > div aside a {
  line-height: 0;
}
@media (min-width: 992px) {
  header > div aside a {
    grid-area: l;
  }
}
header > div aside a svg {
  height: 28px;
  padding: 16px 0px 16px 0px;
}
header > div aside a svg #Logo {
  fill: #001233;
}
header > div aside #lg-nav {
  display: none;
}
@media (min-width: 992px) {
  header > div aside #lg-nav {
    display: initial;
    grid-area: n;
  }
}
header > div aside #lg-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > div aside #lg-nav ul li a {
  transition: all 0.1s;
  font-size: 1.25rem;
  padding: 0px 2px 4px 0;
}
header > div aside #lg-nav ul li a span {
  border-bottom: 6px solid #001233;
  font-weight: 600;
  color: #001233;
  width: 400px;
  border-bottom-right-radius: 6px;
  padding: 0px 2px 4px 0;
}
header > div aside #lg-nav ul li a:link,
header > div aside #lg-nav ul li a:visited {
  color: #001580;
}
header > div aside #lg-nav ul li a:active,
header > div aside #lg-nav ul li a:hover {
  border-bottom: 3px solid #001580;
  border-bottom-right-radius: 3px;
}
header #burger-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100%;
}
@media (min-width: 992px) {
  header #burger-container {
    display: none;
  }
}
header #burger-container #burger {
  height: 32px;
  width: 44px;
  cursor: pointer;
  position: relative;
}
header #burger-container #burger #burger-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header #burger-container #burger #burger-lines .burger-lines {
  height: 8px;
  width: 100%;
  background-color: #001233;
  border-radius: 0 12px;
  transform-origin: 50% 50%;
  position: absolute;
}
header #burger-container #burger #burger-lines #top-line {
  top: 0;
}
header #burger-container #burger #burger-lines #middle-line {
  top: 12px;
}
header #burger-container #burger #burger-lines #bottom-line {
  top: 24px;
}

/* =============
    Footer
============= */
footer {
  color: #FAFAFA;
  background-color: #001233;
}
footer div article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "l l" "a a" "c .";
  grid-gap: 16px;
}
@media (min-width: 504px) {
  footer div article {
    grid-template-areas: "l l" "a a" "c .";
  }
}
@media (min-width: 768px) {
  footer div article {
    grid-gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "l l ." "a a ." "c . .";
  }
}
footer div article figure {
  grid-area: l;
}
footer div article figure a svg {
  width: 72%;
  padding: 6px 0px 6px 0;
}
@media (min-width: 504px) {
  footer div article figure a svg {
    width: 56%;
    padding: 8px 0px 8px 0;
  }
}
@media (min-width: 768px) {
  footer div article figure a svg {
    width: 72%;
  }
}
@media (min-width: 992px) {
  footer div article figure a svg {
    width: auto;
    height: 40px;
  }
}
footer div article figure a svg path {
  fill: #FAFAFA;
}
footer div article ul {
  grid-area: a;
  width: 160px;
}
@media (min-width: 504px) {
  footer div article ul {
    margin: 0px 32px 0px 0;
  }
}
@media (min-width: 768px) {
  footer div article ul {
    margin: 0px 56px 0px 0;
    width: 194px;
  }
}
@media (min-width: 992px) {
  footer div article ul {
    margin: 0px 120px 0px 0;
  }
}
@media (min-width: 768px) {
  footer div article ul li {
    margin: 8px 0px 8px 0px;
  }
}
footer div article ul li a {
  display: flex;
  align-items: center;
  color: #FAFAFA;
  font-size: 2rem;
  padding: 8px 8px 8px 8px;
}
@media (min-width: 768px) {
  footer div article ul li a {
    font-size: 2.5rem;
    padding: 2px 2px 2px 2px;
  }
}
footer div article ul li a i {
  padding: 0px 8px 0px 0px;
}
footer div article ul li a p {
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  footer div article ul li a p {
    font-size: 1.5rem;
  }
}
footer div article ul li a:link,
footer div article ul li a:visited {
  color: #FAFAFA;
}
footer div article ul li a:active,
footer div article ul li a:hover {
  color: #99A5FF;
}
footer div article p {
  grid-area: c;
  text-align: left;
  font-size: 1rem;
}

/* =============
    Index Hero
============= */
#indexHero {
  background-image: url("../img/index/indexHeroPlaying.jpg");
  background-color: #c4af94;
  background-position: 53% bottom;
  background-repeat: no-repeat;
  background-size: 248% auto;
  height: 72vh;
  min-height: 400px;
}
@media (min-width: 504px) {
  #indexHero {
    background-position: 68% bottom;
    background-size: 200% auto;
  }
}
@media (min-width: 768px) {
  #indexHero {
    background-position: center bottom;
    background-size: 184% auto;
  }
}
@media (min-width: 992px) {
  #indexHero {
    height: 80vh;
    background-position: -200px bottom;
    background-size: 104% auto;
  }
}
@media (min-width: 1200px) {
  #indexHero {
    background-position: -104px bottom;
    background-size: auto 104%;
  }
}
#indexHero div {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
#indexHero div article {
  margin: 120px 0px 0px 0px;
}
@media (min-width: 768px) {
  #indexHero div article {
    margin: 144px 0px 0px 0px;
  }
}
#indexHero div article svg {
  margin: 0px auto 4px auto;
  width: 100%;
  height: auto;
}
@media (min-width: 504px) {
  #indexHero div article svg {
    width: 72vw;
    height: 100%;
  }
}
@media (min-width: 768px) {
  #indexHero div article svg {
    margin: 0px auto 12px auto;
  }
}
@media (min-width: 992px) {
  #indexHero div article svg {
    height: 64px;
  }
}
#indexHero div article h6 {
  text-align: center;
}
#indexHero div article ul {
  margin: 40vh 0px 0px 0px;
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  #indexHero div article ul {
    margin: 40vh 0px 0px 0px;
  }
}
@media (min-width: 992px) {
  #indexHero div article ul {
    margin: 32vh 0px 0px 0px;
  }
}
#indexHero div article ul li {
  width: 96%;
}
@media (min-width: 768px) {
  #indexHero div article ul li {
    width: 56%;
  }
}
@media (min-width: 768px) {
  #indexHero div article ul li {
    width: 32%;
  }
}
#indexHero div article ul li p {
  color: #FAFAFA;
  background-color: #001233;
  opacity: 80%;
  font-weight: 500;
  line-height: 1rem;
  font-size: 0.75rem;
  text-align: center;
  padding: 2px 32px 2px 32px;
  border-radius: 0 72px 0 72px;
}
@media (min-width: 768px) {
  #indexHero div article ul li p {
    line-height: 1.125rem;
    font-size: 0.875rem;
    padding: 4px 32px 4px 32px;
  }
}

/* =============
    Index Models
============= */
#indexModels {
  display: grid;
  grid-template-areas: "title title ." ". p ." ". button-price ." ". model-content .";
  grid-template-columns: 16px auto 16px;
}
@media (min-width: 504px) {
  #indexModels {
    grid-template-columns: 24px auto 24px;
  }
}
@media (min-width: 768px) {
  #indexModels {
    grid-template-columns: 40px 50% auto 40px;
    grid-template-areas: "title title title ." ". p . ." ". button-price . ." ". model-content model-content .";
  }
}
@media (min-width: 992px) {
  #indexModels {
    grid-template-columns: auto 452px 452px auto;
  }
}
@media (min-width: 1200px) {
  #indexModels {
    grid-template-columns: auto 552px 552px auto;
  }
}
#indexModels h2 {
  grid-area: title;
  color: #FAFAFA;
  width: 72%;
  background-color: #001233;
  border-radius: 0 0 72px;
  padding: 4px 0px 4px 16px;
}
@media (min-width: 504px) {
  #indexModels h2 {
    padding: 4px 0px 4px 24px;
    width: 56%;
  }
}
@media (min-width: 768px) {
  #indexModels h2 {
    padding: 6px 0px 6px 40px;
    width: 48%;
  }
}
@media (min-width: 992px) {
  #indexModels h2 {
    padding: 8px 0px 8px 6vw;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  #indexModels h2 {
    padding: 8px 0px 8px 16vw;
  }
}
@media (min-width: 1920px) {
  #indexModels h2 {
    padding: 8px 0px 8px 24vw;
  }
}
#indexModels p:nth-child(2) {
  grid-area: p;
  margin: 16px 0px 4px 0px;
}
@media (min-width: 768px) {
  #indexModels p:nth-child(2) {
    margin: 16px 0px 8px 0px;
  }
}
#indexModels p:nth-child(3) {
  grid-area: button-price;
  margin: 8px 0px 16px 0px;
}
@media (min-width: 768px) {
  #indexModels p:nth-child(3) {
    width: 64vw;
  }
}
@media (min-width: 992px) {
  #indexModels p:nth-child(3) {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  #indexModels p:nth-child(3) {
    width: 32vw;
  }
}
@media (min-width: 1920px) {
  #indexModels p:nth-child(3) {
    width: 16vw;
  }
}
#indexModels div:nth-child(4) {
  grid-area: model-content;
}
#indexModels div:nth-child(4) > article p:nth-child(1) {
  margin: 0px 0px 4px 0px;
}
@media (min-width: 768px) {
  #indexModels div:nth-child(4) > article p:nth-child(1) {
    width: 56%;
    margin: 0px 0px 8px 0px;
  }
}
@media (min-width: 992px) {
  #indexModels div:nth-child(4) > article p:nth-child(1) {
    width: 48%;
  }
}
#indexModels div:nth-child(4) > article ul:nth-child(2) li {
  margin: 6px 0px 6px 0px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  #indexModels div:nth-child(4) > article ul:nth-child(2) li {
    margin: 8px 0px 8px 0px;
  }
}

/* =============
    Index Upright
============= */
#indexUpright {
  display: grid;
  grid-template-areas: "title title ." ". upright-content ." "string-sizing string-sizing .";
  grid-template-columns: 16px auto 16px;
}
@media (min-width: 504px) {
  #indexUpright {
    grid-template-columns: 24px auto 24px;
  }
}
@media (min-width: 768px) {
  #indexUpright {
    grid-template-columns: 40px 50% auto 40px;
    grid-template-areas: "title title title ." ". upright-content upright-content .";
  }
}
@media (min-width: 992px) {
  #indexUpright {
    grid-template-columns: auto 452px 452px auto;
  }
}
@media (min-width: 1200px) {
  #indexUpright {
    grid-template-columns: auto 552px 552px auto;
  }
}
#indexUpright aside {
  grid-area: title;
  width: 88%;
  background-color: #001233;
  border-radius: 0 0 72px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 4px 0px 4px 16px;
}
@media (min-width: 504px) {
  #indexUpright aside {
    padding: 4px 0px 4px 24px;
    width: 56%;
  }
}
@media (min-width: 768px) {
  #indexUpright aside {
    padding: 6px 0px 6px 40px;
    width: 48%;
  }
}
@media (min-width: 992px) {
  #indexUpright aside {
    padding: 8px 0px 8px 6vw;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  #indexUpright aside {
    padding: 8px 0px 8px 16vw;
  }
}
@media (min-width: 1920px) {
  #indexUpright aside {
    padding: 8px 0px 8px 24vw;
  }
}
#indexUpright aside svg {
  width: 90px;
}
@media (min-width: 992px) {
  #indexUpright aside svg {
    width: 104px;
  }
}
#indexUpright aside h2 {
  color: #FAFAFA;
  padding: 0px 0px 0px 8px;
}
#indexUpright div:nth-child(2) {
  grid-area: upright-content;
}
#indexUpright div:nth-child(2) > article ul:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "upright1" "upright2" "wooten";
  grid-gap: 16px;
  margin: 16px 0px 16px 0px;
}
@media (min-width: 504px) {
  #indexUpright div:nth-child(2) > article ul:nth-child(1) {
    grid-template-columns: 64% auto;
    grid-template-areas: "upright1 upright2" "wooten upright2";
  }
}
@media (min-width: 768px) {
  #indexUpright div:nth-child(2) > article ul:nth-child(1) {
    grid-template-columns: auto auto 40%;
    grid-template-areas: "upright1 upright2 wooten";
  }
}
@media (min-width: 992px) {
  #indexUpright div:nth-child(2) > article ul:nth-child(1) {
    grid-template-columns: 24% auto 36%;
  }
}
#indexUpright div:nth-child(2) > article ul:nth-child(1) li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(1) {
  background-image: url("../img/index/basses/Upright-front.jpg");
  grid-area: upright1;
  height: 400px;
}
@media (min-width: 504px) {
  #indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(1) {
    height: 280px;
  }
}
@media (min-width: 768px) {
  #indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(1) {
    height: 400px;
  }
}
@media (min-width: 992px) {
  #indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(1) {
    height: 320px;
  }
}
#indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(2) {
  background-image: url("../img/index/basses/Upright-side.jpg");
  grid-area: upright2;
  height: 304px;
}
@media (min-width: 504px) {
  #indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(2) {
    height: 400px;
  }
}
@media (min-width: 768px) {
  #indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(2) {
    height: 304px;
    background-size: auto 304%;
    background-position: 44% 60%;
  }
}
@media (min-width: 992px) {
  #indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(2) {
    height: 504px;
  }
}
#indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(3) {
  background-image: url("../img/index/basses/Upright-wooten.jpg");
  grid-area: wooten;
  display: flex;
  align-items: flex-end;
  height: 400px;
  background-position: left top;
}
@media (min-width: 768px) {
  #indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(3) {
    height: 400px;
  }
}
#indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(3) p {
  color: #FAFAFA;
  background-color: rgba(0, 18, 51, 0.84);
  font-weight: 500;
  padding: 4px 32px 4px 8px;
  margin: 0px 0px 8px 0px;
  border-radius: 0 0 72px;
}
@media (min-width: 768px) {
  #indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(3) p {
    padding: 4px 24px 4px 8px;
    margin: 0px 0px 16px 0px;
  }
}
@media (min-width: 992px) {
  #indexUpright div:nth-child(2) > article ul:nth-child(1) li:nth-child(3) p {
    padding: 4px 36px 4px 16px;
    margin: 0px 0px 24px 0px;
  }
}
#indexUpright div:nth-child(2) div:nth-child(2) {
  grid-area: string-sizing;
}
#indexUpright div:nth-child(2) p:nth-child(3) {
  grid-area: button-price;
  margin: 16px 0px 0px 0px;
}
@media (min-width: 768px) {
  #indexUpright div:nth-child(2) p:nth-child(3) {
    width: 72%;
  }
}
@media (min-width: 992px) {
  #indexUpright div:nth-child(2) p:nth-child(3) {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  #indexUpright div:nth-child(2) p:nth-child(3) {
    width: 32vw;
  }
}
@media (min-width: 1920px) {
  #indexUpright div:nth-child(2) p:nth-child(3) {
    width: 16vw;
  }
}
/* =============
    Index Strapster
============= */
#indexStrapster {
  display: grid;
  grid-template-areas: "title title ." ". upright-content ." "string-sizing string-sizing .";
  grid-template-columns: 16px auto 16px;
  background-color: #F0F0F0;
}
@media (min-width: 504px) {
  #indexStrapster {
    grid-template-columns: 24px auto 24px;
  }
}
@media (min-width: 768px) {
  #indexStrapster {
    grid-template-columns: 40px 50% auto 40px;
    grid-template-areas: "title title title ." ". upright-content upright-content .";
  }
}
@media (min-width: 992px) {
  #indexStrapster {
    grid-template-columns: auto 452px 452px auto;
  }
}
@media (min-width: 1200px) {
  #indexStrapster {
    grid-template-columns: auto 552px 552px auto;
  }
}
#indexStrapster aside {
  grid-area: title;
  width: 88%;
  background-color: #001233;
  border-radius: 0 0 72px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 4px 0px 4px 16px;
}
@media (min-width: 504px) {
  #indexStrapster aside {
    padding: 4px 0px 4px 24px;
    width: 56%;
  }
}
@media (min-width: 768px) {
  #indexStrapster aside {
    padding: 6px 0px 6px 40px;
    width: 48%;
  }
}
@media (min-width: 992px) {
  #indexStrapster aside {
    padding: 8px 0px 8px 6vw;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  #indexStrapster aside {
    padding: 8px 0px 8px 16vw;
  }
}
@media (min-width: 1920px) {
  #indexStrapster aside {
    padding: 8px 0px 8px 24vw;
  }
}
#indexStrapster aside svg {
  width: 90px;
}
@media (min-width: 992px) {
  #indexStrapster aside svg {
    width: 104px;
  }
}
#indexStrapster aside h2 {
  color: #FAFAFA;
  padding: 0px 0px 0px 8px;
}
#indexStrapster div:nth-child(2) {
  grid-area: upright-content;
}
#indexStrapster div:nth-child(2) > article ul:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "strapster1" "strapster2" "unnamed-player" "strapster3";
  grid-gap: 16px;
  margin: 16px 0px 16px 0px;
}
@media (min-width: 504px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) {
    grid-template-columns: 50% auto 30%;
    grid-template-areas: "strapster3 strapster2 strapster2" "unnamed-player unnamed-player strapster1";
  }
}
@media (min-width: 768px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) {
    grid-template-columns: auto auto 10%;
    grid-template-areas: "strapster1 unnamed-player unnamed-player" "strapster2 strapster3 .";
  }
}
@media (min-width: 992px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) {
    grid-template-columns: 30% 40% auto;
  }
}
#indexStrapster div:nth-child(2) > article ul:nth-child(1) li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(1) {
  background-image: url("../img/index/basses/Strapster-back.jpg");
  grid-area: strapster1;
  height: 200px;
  background-size: 250% auto;
  background-position: center 55%;
}
@media (min-width: 504px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(1) {
    height: 240px;
    background-size: 400% auto;
    background-position: 48% 55%;
  }
}
@media (min-width: 768px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(1) {
    height: 304px;
  }
}
#indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(2) {
  background-image: url("../img/index/basses/Strapster-chair.jpg");
  grid-area: strapster2;
  height: 200px;
  background-size: 100% auto;
  background-position: center 25%;
}
@media (min-width: 504px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(2) {
    height: 304px;
  }
}
@media (min-width: 768px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(2) {
    height: 200px;
    background-size: 160% auto;
    background-position: center 20%;
  }
}
@media (min-width: 1200px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(2) {
    height: 280px;
  }
}
#indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(3) {
  background-image: url("../img/index/basses/Strapster-unnamed.jpg");
  grid-area: unnamed-player;
  display: flex;
  align-items: flex-end;
  height: 504px;
  background-position: left bottom;
}
@media (min-width: 504px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(3) {
    height: 440px;
  }
}
@media (min-width: 768px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(3) {
    height: 304px;
  }
}
@media (min-width: 992px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(3) {
    background-position: left center;
    background-size: 120% auto;
    height: 400px;
  }
}
#indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(3) p {
  color: #FAFAFA;
  background-color: rgba(0, 18, 51, 0.84);
  font-weight: 500;
  padding: 4px 32px 4px 8px;
  margin: 0px 0px 8px 0px;
  border-radius: 0 0 72px;
}
@media (min-width: 768px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(3) p {
    padding: 4px 24px 4px 8px;
    margin: 0px 0px 16px 0px;
  }
}
@media (min-width: 992px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(3) p {
    padding: 4px 36px 4px 16px;
    margin: 0px 0px 24px 0px;
  }
}
#indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(4) {
  background-image: url("../img/index/basses/Strapster-bag.jpg");
  grid-area: strapster3;
  height: 400px;
  background-position: 60% center;
}
@media (min-width: 504px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(4) {
    height: 304px;
  }
}
@media (min-width: 768px) {
  #indexStrapster div:nth-child(2) > article ul:nth-child(1) li:nth-child(4) {
    height: 400px;
  }
}
#indexStrapster div:nth-child(2) div:nth-child(2) {
  grid-area: string-sizing;
}
#indexStrapster div:nth-child(2) p:nth-child(3) {
  grid-area: button-price;
  margin: 16px 0px 0px 0px;
}
@media (min-width: 768px) {
  #indexStrapster div:nth-child(2) p:nth-child(3) {
    width: 72%;
  }
}
@media (min-width: 992px) {
  #indexStrapster div:nth-child(2) p:nth-child(3) {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  #indexStrapster div:nth-child(2) p:nth-child(3) {
    width: 32vw;
  }
}
@media (min-width: 1920px) {
  #indexStrapster div:nth-child(2) p:nth-child(3) {
    width: 16vw;
  }
}
/* =============
    Pricing Hero
============= */
#pricingHero {
  background-image: url("../img/pricing/pricingHero.jpg");
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 72vh;
  min-height: 400px;
}
@media (min-width: 504px) {
  #pricingHero {
    background-position: 40% top;
  }
}
@media (min-width: 768px) {
  #pricingHero {
    background-position: 80% 15%;
  }
}
@media (min-width: 992px) {
  #pricingHero {
    height: 80vh;
    background-position: 80% 45%;
  }
}
#pricingHero > div {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
#pricingHero > div article {
  margin: 120px 0px 0px 0px;
}
@media (min-width: 768px) {
  #pricingHero > div article {
    margin: 144px 0px 0px 0px;
  }
}
#pricingHero > div article h1 {
  text-align: center;
  color: #FAFAFA;
  text-shadow: 0 5px 16px rgba(18, 18, 18, 0.1), 0 3px 40px rgba(18, 18, 18, 0.2), 0 8px 32px rgba(18, 18, 18, 0.1);
}

/* =============
    Pricing Chart
============= */
#pricingChart {
  display: grid;
  grid-template-areas: "title title ." ". pricing-content .";
  grid-template-columns: 16px auto 16px;
}
@media (min-width: 504px) {
  #pricingChart {
    grid-template-columns: 24px auto 24px;
  }
}
@media (min-width: 768px) {
  #pricingChart {
    grid-template-columns: 40px 50% auto 40px;
    grid-template-areas: "title title title ." ". pricing-content pricing-content .";
  }
}
@media (min-width: 992px) {
  #pricingChart {
    grid-template-columns: auto 452px 452px auto;
  }
}
@media (min-width: 1200px) {
  #pricingChart {
    grid-template-columns: auto 552px 552px auto;
  }
}
#pricingChart h2 {
  grid-area: title;
  color: #FAFAFA;
  width: 72%;
  background-color: #001233;
  border-radius: 0 0 72px;
  padding: 4px 0px 4px 16px;
  margin: 0px 0px 8px 0px;
}
@media (min-width: 504px) {
  #pricingChart h2 {
    padding: 4px 0px 4px 24px;
    width: 56%;
  }
}
@media (min-width: 768px) {
  #pricingChart h2 {
    padding: 6px 0px 6px 40px;
    width: 48%;
  }
}
@media (min-width: 992px) {
  #pricingChart h2 {
    margin: 0px 0px 16px 0px;
    padding: 8px 0px 8px 6vw;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  #pricingChart h2 {
    padding: 8px 0px 8px 16vw;
  }
}
@media (min-width: 1920px) {
  #pricingChart h2 {
    padding: 8px 0px 8px 24vw;
  }
}
#pricingChart div:nth-child(2) {
  grid-area: pricing-content;
}
@media (min-width: 768px) {
  #pricingChart div:nth-child(2) > article {
    width: 64%;
  }
}
@media (min-width: 992px) {
  #pricingChart div:nth-child(2) > article {
    width: 60%;
  }
}
#pricingChart div:nth-child(2) > article p {
  margin: 16px 0px 16px 0px;
}
@media (min-width: 768px) {
  #pricingChart div:nth-child(2) > article p {
    width: 72%;
  }
}
@media (min-width: 992px) {
  #pricingChart div:nth-child(2) > article p {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  #pricingChart div:nth-child(2) > article p {
    width: 32vw;
  }
}
@media (min-width: 1920px) {
  #pricingChart div:nth-child(2) > article p {
    width: 16vw;
  }
}
#pricingChart div:nth-child(2) > article h3 {
  margin: 24px 0px 8px 0px;
}
#pricingChart div:nth-child(2) > article h3:first-of-type {
  margin: 0px 0px 8px 0px;
}
#pricingChart div:nth-child(2) > article div:nth-child(3) h4, #pricingChart div:nth-child(2) > article div:nth-child(4) h4, #pricingChart div:nth-child(2) > article div:nth-child(6) h4, #pricingChart div:nth-child(2) > article div:nth-child(7) h4, #pricingChart div:nth-child(2) > article div:nth-child(9) h4, #pricingChart div:nth-child(2) > article div:nth-child(10) h4, #pricingChart div:nth-child(2) > article div:nth-child(12) h4, #pricingChart div:nth-child(2) > article div:nth-child(13) h4 {
  margin: 0px 0px 8px 0px;
  color: #001580;
}
#pricingChart div:nth-child(2) > article div:nth-child(3) div:nth-child(2), #pricingChart div:nth-child(2) > article div:nth-child(4) div:nth-child(2), #pricingChart div:nth-child(2) > article div:nth-child(6) div:nth-child(2), #pricingChart div:nth-child(2) > article div:nth-child(7) div:nth-child(2), #pricingChart div:nth-child(2) > article div:nth-child(9) div:nth-child(2), #pricingChart div:nth-child(2) > article div:nth-child(10) div:nth-child(2), #pricingChart div:nth-child(2) > article div:nth-child(12) div:nth-child(2), #pricingChart div:nth-child(2) > article div:nth-child(13) div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 16px 0px;
}
#pricingChart div:nth-child(2) > article div:nth-child(3) div:nth-child(2) ul li, #pricingChart div:nth-child(2) > article div:nth-child(4) div:nth-child(2) ul li, #pricingChart div:nth-child(2) > article div:nth-child(6) div:nth-child(2) ul li, #pricingChart div:nth-child(2) > article div:nth-child(7) div:nth-child(2) ul li, #pricingChart div:nth-child(2) > article div:nth-child(9) div:nth-child(2) ul li, #pricingChart div:nth-child(2) > article div:nth-child(10) div:nth-child(2) ul li, #pricingChart div:nth-child(2) > article div:nth-child(12) div:nth-child(2) ul li, #pricingChart div:nth-child(2) > article div:nth-child(13) div:nth-child(2) ul li {
  font-size: 1.125rem;
  margin: 0px 0px 4px 0px;
}
#pricingChart div:nth-child(2) > article div:nth-child(3) div:nth-child(2) ul li:last-of-type, #pricingChart div:nth-child(2) > article div:nth-child(4) div:nth-child(2) ul li:last-of-type, #pricingChart div:nth-child(2) > article div:nth-child(6) div:nth-child(2) ul li:last-of-type, #pricingChart div:nth-child(2) > article div:nth-child(7) div:nth-child(2) ul li:last-of-type, #pricingChart div:nth-child(2) > article div:nth-child(9) div:nth-child(2) ul li:last-of-type, #pricingChart div:nth-child(2) > article div:nth-child(10) div:nth-child(2) ul li:last-of-type, #pricingChart div:nth-child(2) > article div:nth-child(12) div:nth-child(2) ul li:last-of-type, #pricingChart div:nth-child(2) > article div:nth-child(13) div:nth-child(2) ul li:last-of-type {
  margin: 0px 0px 0px 0px;
}
#pricingChart div:nth-child(2) > article div:nth-child(3) div:nth-child(2) p, #pricingChart div:nth-child(2) > article div:nth-child(4) div:nth-child(2) p, #pricingChart div:nth-child(2) > article div:nth-child(6) div:nth-child(2) p, #pricingChart div:nth-child(2) > article div:nth-child(7) div:nth-child(2) p, #pricingChart div:nth-child(2) > article div:nth-child(9) div:nth-child(2) p, #pricingChart div:nth-child(2) > article div:nth-child(10) div:nth-child(2) p, #pricingChart div:nth-child(2) > article div:nth-child(12) div:nth-child(2) p, #pricingChart div:nth-child(2) > article div:nth-child(13) div:nth-child(2) p {
  text-align: right;
  font-size: 2rem;
}
#pricingChart div:nth-child(2) > article div:nth-child(3) div:nth-child(2) p span, #pricingChart div:nth-child(2) > article div:nth-child(4) div:nth-child(2) p span, #pricingChart div:nth-child(2) > article div:nth-child(6) div:nth-child(2) p span, #pricingChart div:nth-child(2) > article div:nth-child(7) div:nth-child(2) p span, #pricingChart div:nth-child(2) > article div:nth-child(9) div:nth-child(2) p span, #pricingChart div:nth-child(2) > article div:nth-child(10) div:nth-child(2) p span, #pricingChart div:nth-child(2) > article div:nth-child(12) div:nth-child(2) p span, #pricingChart div:nth-child(2) > article div:nth-child(13) div:nth-child(2) p span {
  color: #001233;
}
#pricingChart div:nth-child(2) > article h6 {
  margin: 16px 0px 0px 0px;
  font-size: 1.125rem;
}
@media (min-width: 504px) {
  #pricingChart div:nth-child(2) > article h6 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #pricingChart div:nth-child(2) > article h6 {
    text-align: left;
    margin: 24px 0px 0px 0px;
  }
}
@media (min-width: 992px) {
  #pricingChart div:nth-child(2) > article h6 {
    margin: 32px 0px 0px 0px;
  }
}

/* =============
    About Hero
============= */
@media (min-width: 768px) {
  #aboutHero > div article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  #aboutHero > div article {
    grid-template-columns: 60% auto;
  }
}
@media (min-width: 1200px) {
  #aboutHero > div article {
    grid-template-columns: 56% auto;
  }
}
#aboutHero > div article figure {
  background-image: url("../img/about/aboutHero.jpg");
  background-color: #99A5FF;
  background-position: 60% center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 72vh;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 504px) {
  #aboutHero > div article figure {
    background-position: 80% top;
  }
}
@media (min-width: 768px) {
  #aboutHero > div article figure {
    background-position: 60% top;
  }
}
@media (min-width: 992px) {
  #aboutHero > div article figure {
    background-position: 60% top;
    height: 80vh;
  }
}
#aboutHero > div article figure h1 {
  color: #FAFAFA;
  text-align: center;
  text-shadow: 0 5px 8px rgba(18, 18, 18, 0.06), 0 3px 20px rgba(18, 18, 18, 0.5), 0 8px 16px rgba(18, 18, 18, 0.2);
  padding: 0px 8px 0px 0px;
}
@media (min-width: 768px) {
  #aboutHero > div article figure h1 {
    display: none;
  }
}
#aboutHero > div article figure svg {
  width: 112px;
  text-shadow: 0 5px 8px rgba(18, 18, 18, 0.06), 0 3px 20px rgba(18, 18, 18, 0.5), 0 8px 16px rgba(18, 18, 18, 0.2);
}
@media (min-width: 504px) {
  #aboutHero > div article figure svg {
    width: 120px;
  }
}
@media (min-width: 768px) {
  #aboutHero > div article figure svg {
    display: none;
  }
}
#aboutHero > div article div {
  display: none;
}
@media (min-width: 768px) {
  #aboutHero > div article div {
    background-color: #CDDBFE;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#aboutHero > div article div h1:nth-child(1) {
  color: #001233;
  text-align: center;
  padding: 0px 12px 0px 0px;
}
@media (min-width: 1200px) {
  #aboutHero > div article div h1:nth-child(1) {
    padding: 0px 16px 0px 0px;
  }
}
@media (min-width: 768px) {
  #aboutHero > div article div svg {
    width: 136px;
  }
}
@media (min-width: 992px) {
  #aboutHero > div article div svg {
    width: 160px;
  }
}

/* =============
    About About
============= */
#aboutAbout {
  display: grid;
  grid-template-areas: "title title ." ". about-content .";
  grid-template-columns: 16px auto 16px;
}
@media (min-width: 504px) {
  #aboutAbout {
    grid-template-columns: 24px auto 24px;
  }
}
@media (min-width: 768px) {
  #aboutAbout {
    grid-template-columns: 40px 50% auto 40px;
    grid-template-areas: "title title title ." ". about-content about-content .";
  }
}
@media (min-width: 992px) {
  #aboutAbout {
    grid-template-columns: auto 452px 452px auto;
  }
}
@media (min-width: 1200px) {
  #aboutAbout {
    grid-template-columns: auto 552px 552px auto;
  }
}
#aboutAbout h2 {
  grid-area: title;
  color: #FAFAFA;
  width: 72%;
  background-color: #001233;
  border-radius: 0 0 72px;
  padding: 4px 0px 4px 16px;
  margin: 0px 0px 8px 0px;
}
@media (min-width: 504px) {
  #aboutAbout h2 {
    padding: 4px 0px 4px 24px;
    width: 56%;
  }
}
@media (min-width: 768px) {
  #aboutAbout h2 {
    padding: 6px 0px 6px 40px;
    width: 48%;
  }
}
@media (min-width: 992px) {
  #aboutAbout h2 {
    margin: 0px 0px 16px 0px;
    padding: 8px 0px 8px 6vw;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  #aboutAbout h2 {
    padding: 8px 0px 8px 16vw;
  }
}
@media (min-width: 1920px) {
  #aboutAbout h2 {
    padding: 8px 0px 8px 24vw;
  }
}
#aboutAbout div:nth-child(2) {
  grid-area: about-content;
}
#aboutAbout div:nth-child(2) > article p {
  margin: 0px 0px 8px 0px;
}
@media (min-width: 768px) {
  #aboutAbout div:nth-child(2) > article p {
    width: 64%;
    margin: 0px 0px 8px 0px;
  }
}
@media (min-width: 992px) {
  #aboutAbout div:nth-child(2) > article p {
    margin: 0px 0px 16px 0px;
    width: 56%;
  }
}
#aboutAbout div:nth-child(2) > article p span {
  color: #001233;
}

/* =============
    Contact Form
============= */
#contactForm {
  margin: 72px 0px 0px 0px;
  display: grid;
  grid-template-areas: "title title ." ". contact-content .";
  grid-template-columns: 16px auto 16px;
}
@media (min-width: 504px) {
  #contactForm {
    grid-template-columns: 24px auto 24px;
  }
}
@media (min-width: 768px) {
  #contactForm {
    grid-template-columns: 40px 50% auto 40px;
    grid-template-areas: "title title title ." ". contact-content contact-content .";
  }
}
@media (min-width: 992px) {
  #contactForm {
    grid-template-columns: auto 452px 452px auto;
    margin: 80px 0px 0px 0px;
  }
}
@media (min-width: 1200px) {
  #contactForm {
    grid-template-columns: auto 552px 552px auto;
  }
}
#contactForm h2 {
  grid-area: title;
  color: #FAFAFA;
  width: 72%;
  background-color: #001233;
  border-radius: 0 0 72px;
  padding: 4px 0px 4px 16px;
  margin: 0px 0px 8px 0px;
}
@media (min-width: 504px) {
  #contactForm h2 {
    padding: 4px 0px 4px 24px;
    width: 56%;
  }
}
@media (min-width: 768px) {
  #contactForm h2 {
    padding: 6px 0px 6px 40px;
    width: 48%;
  }
}
@media (min-width: 992px) {
  #contactForm h2 {
    margin: 0px 0px 16px 0px;
    padding: 8px 0px 8px 6vw;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  #contactForm h2 {
    padding: 8px 0px 8px 16vw;
  }
}
@media (min-width: 1920px) {
  #contactForm h2 {
    padding: 8px 0px 8px 24vw;
  }
}
#contactForm div:nth-child(2) {
  grid-area: contact-content;
}
@media (min-width: 768px) {
  #contactForm div:nth-child(2) > article {
    width: 64%;
  }
}
@media (min-width: 992px) {
  #contactForm div:nth-child(2) > article {
    width: 56%;
  }
}
#contactForm div:nth-child(2) > article form {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 8px 0px 0px 0px;
  grid-template-areas: "name-input" "email" "phone" "type" "string-length" "string" "text-input" "submit";
}
@media (min-width: 768px) {
  #contactForm div:nth-child(2) > article form {
    display: grid;
    grid-template-columns: 40% auto;
    grid-template-areas: "name-input name-input" "email email" "phone phone" "type string-length" "string ." "text-input text-input" "submit submit";
    margin: 16px 0px 0px 0px;
    grid-gap: 8px;
  }
}
@media (min-width: 992px) {
  #contactForm div:nth-child(2) > article form {
    display: grid;
    grid-template-columns: 24% 35% auto;
    grid-template-areas: "name-input name-input name-input" "email email email" "phone phone phone" "type string-length string" "text-input text-input text-input" "submit submit .";
    grid-gap: 16px;
  }
}
#contactForm div:nth-child(2) > article form div {
  display: block;
  position: relative;
  margin: 8px 0px 0px 0px;
}
@media (min-width: 768px) {
  #contactForm div:nth-child(2) > article form div {
    margin: 0px 0px 0px 0px;
  }
}
#contactForm div:nth-child(2) > article form div label {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  #contactForm div:nth-child(2) > article form div label {
    font-size: 1.25rem;
  }
}
#contactForm div:nth-child(2) > article form div input::placeholder {
  color: rgba(35, 46, 73, 0.5);
}
#contactForm div:nth-child(2) > article form div:nth-child(1) {
  grid-area: name-input;
}
#contactForm div:nth-child(2) > article form div:nth-child(1) input {
  margin: 4px 0px 8px 0px;
  padding: 8px 8px 8px 8px;
  width: 95%;
  height: 40px;
}
@media (min-width: 768px) {
  #contactForm div:nth-child(2) > article form div:nth-child(1) input {
    padding: 16px 16px 16px 16px;
    height: 24px;
  }
}
#contactForm div:nth-child(2) > article form div:nth-child(2) {
  grid-area: email;
}
#contactForm div:nth-child(2) > article form div:nth-child(2) input:nth-child(2) {
  margin: 4px 0px 8px 0px;
  padding: 8px 8px 8px 8px;
  width: 95%;
  height: 40px;
}
@media (min-width: 768px) {
  #contactForm div:nth-child(2) > article form div:nth-child(2) input:nth-child(2) {
    padding: 16px 16px 16px 16px;
    height: 24px;
  }
}
#contactForm div:nth-child(2) > article form div:nth-child(3) {
  margin: 4px 0px 16px 0px;
  grid-area: phone;
}
#contactForm div:nth-child(2) > article form div:nth-child(3) input {
  margin: 4px 0px 4px 0px;
  padding: 8px 8px 8px 8px;
  width: 95%;
  height: 40px;
}
@media (min-width: 768px) {
  #contactForm div:nth-child(2) > article form div:nth-child(3) input {
    padding: 16px 16px 16px 16px;
    height: 24px;
  }
}
#contactForm div:nth-child(2) > article form div:nth-child(3) label:nth-child(3) {
  font-size: 1rem;
}
#contactForm div:nth-child(2) > article form div:nth-child(4) {
  grid-area: type;
  margin: 4px 0px 16px 0px;
}
#contactForm div:nth-child(2) > article form div:nth-child(4) div:nth-child(2) {
  margin: 4px 0px 0px 0px;
}
#contactForm div:nth-child(2) > article form div:nth-child(5) {
  grid-area: string-length;
  margin: 4px 0px 16px 0px;
}
#contactForm div:nth-child(2) > article form div:nth-child(5) div:nth-child(2) {
  margin: 4px 0px 0px 0px;
}
#contactForm div:nth-child(2) > article form div:nth-child(6) {
  grid-area: string;
  margin: 4px 0px 0px 0px;
}
#contactForm div:nth-child(2) > article form div:nth-child(6) div:nth-child(2) {
  margin: 4px 0px 16px 0px;
}
#contactForm div:nth-child(2) > article form div:nth-child(7) {
  grid-area: text-input;
}
#contactForm div:nth-child(2) > article form div:nth-child(7) textarea {
  margin: 4px 0px 0px 0px;
  padding: 8px 8px 8px 8px;
  width: 95%;
  transition: 0.15s ease-in-out;
  min-height: 104px;
  max-height: 50vw;
  resize: vertical;
  overflow: auto;
}
@media (min-width: 768px) {
  #contactForm div:nth-child(2) > article form div:nth-child(7) textarea {
    padding: 16px 16px 16px 16px;
  }
}
@media (min-width: 992px) {
  #contactForm div:nth-child(2) > article form div:nth-child(7) textarea {
    min-height: 200px;
  }
}
#contactForm div:nth-child(2) > article form div:nth-child(7) textarea :focus {
  min-height: 4000px;
}
#contactForm div:nth-child(2) > article form div:nth-child(7) textarea ::selection {
  height: 50vw;
  padding: 8px 8px 8px 8px;
}
@media (min-width: 768px) {
  #contactForm div:nth-child(2) > article form div:nth-child(7) textarea ::selection {
    padding: 16px 16px 16px 16px;
  }
}
#contactForm div:nth-child(2) > article form div:nth-child(8) {
  grid-area: submit;
}
