/*****************************************
			  ATOMIC CLASSES
*****************************************/
.mt0 {
  margin-top: 0;
}

.mt12 {
  margin-top: 12px;
}

.mt16 {
  margin-top: 16px;
}

.mt32 {
  margin-top: 32px;
}

.mt64 {
  margin-top: 64px;
}

.mt96 {
  margin-top: 96px;
}

.mt120 {
  margin-top: 120px;
}

.mr4 {
  margin-right: 4px;
}

.mr8 {
  margin-right: 8px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb96 {
  margin-bottom: 96px;
}

.mb120 {
  margin-bottom: 120px;
}

.p0 {
  padding: 0;
}

.p12 {
  padding: 12px;
}

.pt64 {
  padding-top: 64px;
}

.pb12 {
  padding-bottom: 12px;
}

.pb24 {
  padding-bottom: 24px;
}

.pb32 {
  padding-bottom: 32px;
}

.pos-r {
  position: relative;
}

.w130 {
  width: 130px;
}

.mw100p {
  max-width: 100%;
}

.mw1100 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  max-width: 1100px;
}

.op1 {
  opacity: 1;
}

.op7 {
  opacity: 0.7;
}

/************************************************
					VARIABLES
 ***********************************************/
:root {
  --gray: #212121;
  --yellow: #FF9F2F;
  --orange: #FF6026;
  --light-blue: #4ac4e2;
  --dark-blue: #109CBF;
  --dark-blue-rgb: 16, 156, 191;
  --dark-blue-hover: #0e8dac;
  --acc-blue: #0080a2;
  --acc-blue-hover: #007B9C;
  --light-green: #7CE701;
  --med-green: #32CA5C;
  --med-green-hover: #2eba55;
  --dark-green: #08A878;
  --dark-green-hover: #07956a;
  --text-color: #232323;
  --contrast-color: 35, 35, 35;
  --page-bg-color: #FCFCFC;
  --input-bg-color: #F7F7F7;
  --input-bg-color-hover: #F3F3F3;
  --input-border-color: #C9C9C9;
  --input-border-color-hover: #C0C0C0;
  --control-bg-color-1: #EBEBEB;
  --control-bg-color-2: #F7F7F7;
  --control-bg-color-3: #F1F1F1;
  --card-bg-color: #333333;
  --card-light-bg-color: #FFF;
  --divider-color: #EBEBEB;
  --control-height: 38px;
  --control-height-lg: 44px;
  --control-height-xl: 56px;
  --control-radius: 3px;
  --control-side-padding: calc((var(--control-height) - 20px) / 2);
  --control-border: 1px solid rgba(0 0 0 / 18%);
  --control-border-active: 1px solid rgba(0 0 0 / 18%);
  --shadow-1: 0 1px 4px -1px rgba(0,0,0, 0.25);
  --shadow-2: 0 2px 8px -2px rgba(0,0,0, 0.25);
  --shadow-3: 0 3px 12px -3px rgba(0,0,0, 0.25);
  --shadow-4: 0 4px 16px -4px rgba(0,0,0, 0.25);
  --control-shadow: 0px 3px 12px -1px rgba(0, 0, 0, 0.2);
  --control-shadow-hover: 0px 2px 8px -2px rgba(0, 0, 0, 0.4),
  						0px 4px 16px -4px rgba(0, 0, 0, 0.2);
  --control-shadow-inset: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.dark-theme,
.dark-bg {
  --text-color: white;
  --contrast-color: 255, 255, 255;
  --page-bg-color: #242424;
  --input-bg-color: #171717;
  --input-bg-color-hover: #1a1a1a;
  --input-border-color: #3D3D3D;
  --input-border-color-hover: #575757;
  --control-bg-color-1: #2C2C2C;
  --control-bg-color-2: #323232;
  --control-bg-color-3: #373737;
  --divider-color: rgba(256 256 256 / 15%);
  --control-border: 1px solid rgba(256 256 256 / 12%);
  --control-border-active: 1px solid rgba(256 256 256 / 14%);
  --control-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3),
  				  0px 2px 8px -2px rgba(0, 0, 0, 0.15);
  --control-shadow-hover: 0px 2px 8px -2px rgba(0, 0, 0, 0.4),
  						0px 4px 16px -4px rgba(0, 0, 0, 0.2);
  --control-shadow-inset: none;
}

@media (max-width: 599px) {
  .no-mobile {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .mobile-lg {
    display: none !important;
  }
}
@media (max-width: 999px) {
  .desktop-only {
    display: none !important;
  }
}
/************************************************
					HELPERS
 ***********************************************/
.hidden {
  display: none !important;
}

@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  src: local("Rajdhani SemiBold"), url("/Fonts/rajdhani-600.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  src: local("Rajdhani Bold"), url("/Fonts/rajdhani-700.woff2") format("woff2");
  font-display: swap;
}
.label, .footer__col h4 {
  font-family: "Rajdhani", "DIN", "Bahnschrift", "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 16px;
}

.secondary, .normal-type-styles .secondary {
  font-size: 16px;
  opacity: 0.7;
}

.tertiary {
  font-size: 15px;
  opacity: 0.7;
}

.normal-type-styles p:not(.secondary):not(.tertiary), .normal-type-styles li {
  font-size: 17px;
  line-height: 27px;
}

@media (min-width: 800px) {
  .normal-type-styles p:not(.secondary):not(.tertiary), .normal-type-styles li {
    font-size: 19px;
    line-height: 29px;
  }
}
.dark-theme,
.dark-bg {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dark-theme a,
.dark-bg a {
  color: white;
}

.centered,
p.centered {
  text-align: center;
}

/************************************************
			 CSS RESET / HTML ELEMENTS
 ***********************************************/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

strong {
  font-weight: 600;
}

a {
  color: #0080a2;
}

body {
  font-family: "Avenir Next", "Avenir", "Avenir Next W01", system-ui, sans-serif;
  font-size: 16px;
  color: #212121;
  background-color: var(--page-bg-color);
}

h1 {
  font-family: "freight-text-pro", "FreightText Pro", "Georgia", serif;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  line-height: 1.1;
  margin: 16px 0;
  font-size: 28px;
}

@media (min-width: 600px) {
  h1 {
    margin: 32px 0 16px;
    font-size: 32px;
  }
}
@media (min-width: 1000px) {
  h1 {
    margin: 40px 0 28px;
    font-size: 40px;
  }
}
h2 {
  font-family: "freight-text-pro", "FreightText Pro", "Georgia", serif;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  line-height: 1.1;
  margin: 16px 0;
  font-size: 22px;
}

@media (min-width: 600px) {
  h2 {
    margin: 32px 0 16px;
    font-size: 28px;
  }
}
@media (min-width: 1000px) {
  h2 {
    margin-top: 40px;
    font-size: 38px;
  }
}
/************************************************
				  BUTTON (CONTROL)
 ***********************************************/
.btn, .cta, .header__btn, .formkit-submit {
  font-family: "Rajdhani", "DIN", "Bahnschrift", "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  height: var(--control-height);
  line-height: var(--control-height);
  border: none;
  border-radius: var(--control-radius);
  padding: 0 var(--control-side-padding);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  background-color: var(--control-bg-color-2);
  border: var(--control-border);
  outline: 0px solid rgba(119, 119, 119, 0);
  white-space: nowrap;
  box-shadow: var(--control-shadow);
  cursor: pointer;
  transition: all ease 0.1s;
}

.btn, .cta, .header__btn, .formkit-submit, .btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}

.btn:hover, .cta:hover, .header__btn:hover, .formkit-submit:hover, .btn:focus, .cta:focus, .header__btn:focus, .formkit-submit:focus {
  background-color: var(--control-bg-color-3);
  box-shadow: var(--control-shadow-hover);
}

.btn:focus:not(:active), .cta:focus:not(:active), .header__btn:focus:not(:active), .formkit-submit:focus:not(:active) {
  outline: 3px solid rgba(119, 119, 119, 0.5);
}

.btn.btn--blue, .btn--blue.cta, .btn--blue.header__btn, .btn--blue.formkit-submit {
  background: var(--dark-blue);
}

.btn.btn--blue:hover, .btn--blue.cta:hover, .btn--blue.header__btn:hover, .btn--blue.formkit-submit:hover, .btn.btn--blue:focus, .btn--blue.cta:focus, .btn--blue.header__btn:focus, .btn--blue.formkit-submit:focus {
  background: var(--dark-blue-hover);
}

.btn--lg {
  height: var(--control-height-lg);
  line-height: var(--control-height-lg);
}

.btn--full-width {
  display: block;
  width: 100%;
  text-align: center;
}

.btn--disabled {
  opacity: 0.5;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}

/************************************************
				  CALLS TO ACTION
 ***********************************************/
.cta, .header__btn, .formkit-submit {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  justify-content: center;
  height: 56px;
  padding: 14px 40px 13px;
  background: linear-gradient(#FA632A, #FB3B26);
  border: none;
  border-radius: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
}

.cta a, .header__btn a, .formkit-submit a {
  color: white;
}

.blue-theme .cta, .blue-theme .header__btn, .blue-theme .formkit-submit {
  background: linear-gradient(var(--dark-blue), var(--acc-blue));
}

.green-theme .cta, .green-theme .header__btn, .green-theme .formkit-submit {
  background: linear-gradient(var(--med-green), var(--dark-green));
}

.cta:focus, .header__btn:focus, .formkit-submit:focus {
  outline: 5px solid rgba(119, 119, 119, 0.5);
}

.cta:hover, .header__btn:hover, .formkit-submit:hover, .cta:focus, .header__btn:focus, .formkit-submit:focus {
  box-shadow: var(--control-shadow-hover);
  background: linear-gradient(#EB5D27, #FB3B26);
}

.blue-theme .cta:hover, .blue-theme .header__btn:hover, .blue-theme .formkit-submit:hover, .blue-theme .cta:focus, .blue-theme .header__btn:focus, .blue-theme .formkit-submit:focus {
  background: linear-gradient(var(--dark-blue-hover), var(--acc-blue-hover));
}

.green-theme .cta:hover, .green-theme .header__btn:hover, .green-theme .formkit-submit:hover, .green-theme .cta:focus, .green-theme .header__btn:focus, .green-theme .formkit-submit:focus {
  background: linear-gradient(var(--med-green-hover), var(--dark-green-hover));
}

.cta--med, .form--sm .formkit-submit, .sidebar .form--contextual-size .formkit-submit {
  height: 46px;
  padding: 11px 40px 10px;
  font-size: 18px;
  line-height: 25px;
}

.cta--sm, .header__btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
}

.cta--auto-width, .header__btn {
  width: auto;
}

.cta--wide {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}

/************************************************
			  CONVERTKIT FORM STYLES
 ***********************************************/
.form {
  container-type: inline-size;
  container-name: form;
}

.form--single-row-name .formkit-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}

.form--single-row-name .formkit-field,
.form--single-row-name .formkit-submit {
  grid-column: 1/3;
}

.form--single-row-name .formkit-field:nth-child(2),
.form--single-row-name .formkit-field:nth-child(3) {
  grid-column: auto;
}

.form--single-row-name.form--sm .formkit-fields, .sidebar .form--single-row-name.form--contextual-size .formkit-fields {
  gap: 0 12px;
}

.form--single-row-name .name-fields-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}

.form--email-and-cta-only .formkit-field:nth-child(2),
.form--email-and-cta-only .formkit-field:nth-child(3) {
  display: none;
}

@media (min-width: 500px) {
  .form--email-and-cta-only .formkit-fields {
    display: flex;
  }
  .form--email-and-cta-only .formkit-field {
    margin-right: 12px;
    flex-grow: 1;
  }
  .form--email-and-cta-only .formkit-field .formkit-input {
    margin-bottom: 0;
  }
  .form--email-and-cta-only .formkit-submit {
    width: auto;
    height: 52px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
[data-style=clean] {
  padding: 0 !important;
}

.formkit-alert {
  background: #f9fafb;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  flex: 1 0 auto;
  list-style: none;
  margin: 25px auto;
  padding: 12px;
  text-align: center;
  width: 100%;
}

.formkit-alert:empty {
  display: none;
}

.formkit-form .formkit-alert-success {
  background: #d3fbeb;
  border-color: #10bf7a;
  color: #0c905c;
}

.formkit-form .formkit-alert-error {
  background: #fde8e2;
  border-color: #f2643b;
  color: #ea4110;
}

.formkit-form .formkit-submit {
  position: relative;
}

.formkit-form .formkit-spinner {
  display: flex;
  height: 0px;
  width: 0px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.formkit-form .formkit-spinner > div {
  margin: auto;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.3;
  border-radius: 100%;
  display: inline-block;
  animation: formkit-bouncedelay-formkit-form-data-uid-851577a859- 1.4s infinite ease-in-out both;
}

.formkit-form .formkit-spinner > div:nth-child(1) {
  animation-delay: -0.32s;
}

.formkit-form .formkit-spinner > div:nth-child(2) {
  animation-delay: -0.16s;
}

.formkit-form .formkit-submit[data-active] .formkit-spinner {
  opacity: 1;
  height: 100%;
  width: 50px;
}

.formkit-form .formkit-submit[data-active] .formkit-spinner ~ span {
  opacity: 0;
}

@keyframes formkit-bouncedelay-formkit-form-data-uid-851577a859- {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.formkit-powered-by-convertkit-container {
  display: none !important;
}

.form + .secondary,
.form + .tertiary {
  margin: 16px 0 0;
}

/************************************************
					TEXTBOX
 ***********************************************/
.textbox, .form--sm .formkit-input, .form--lg .formkit-input, .sidebar .form--contextual-size .formkit-input, .post__content .form--contextual-size .formkit-input {
  font-family: "Avenir Next", "Avenir", "Avenir Next W01", system-ui, sans-serif;
  margin-bottom: 12px;
  width: 100%;
  max-width: 600px;
  height: 44px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 100%;
  border: 0px solid white !important;
  border-radius: 0;
  box-shadow: var(--control-shadow);
  transition: all 200ms ease-out;
}

.textbox:focus, .form--sm .formkit-input:focus, .form--lg .formkit-input:focus, .sidebar .form--contextual-size .formkit-input:focus, .post__content .form--contextual-size .formkit-input:focus {
  box-shadow: var(--control-shadow-hover), 0 0 0 3px rgba(var(--dark-blue-rgb), 0.5);
}

.textbox--lg, .form--lg .formkit-input, .post__content .form--contextual-size .formkit-input {
  margin-bottom: 16px;
  height: 52px;
  padding: 16px;
  font-size: 19px;
}

.textbox--lg:focus, .form--lg .formkit-input:focus, .post__content .form--contextual-size .formkit-input:focus {
  box-shadow: var(--control-shadow-hover), 0 0 0 5px rgba(var(--dark-blue-rgb), 0.5);
}

.floatl {
  position: relative;
}

.floatl__label {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 16px;
  padding: 0;
  font-size: 10px;
  line-height: 1em;
  font-weight: 700;
  color: #666;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.floatl--focused .floatl__label {
  color: var(--dark-blue);
}

.floatl--active .floatl__label {
  top: 6px;
  opacity: 1;
  visibility: visible;
}

.floatl__input {
  appearance: none;
  outline: none;
}

.floatl__input::selection {
  color: white;
  background-color: var(--dark-blue);
}

.floatl.floatl--active .floatl__input {
  padding-top: 21px;
  padding-bottom: 11px;
}

/************************************************
				  CONTROL TEXTBOX
 ***********************************************/
.ctrl-textbox,
.ctrl-textarea {
  height: var(--control-height);
  line-height: var(--control-height);
  border: 1px solid var(--input-border-color);
  border-radius: var(--control-radius);
  padding: 0 var(--control-side-padding);
  font-size: 16px;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--input-bg-color);
  box-shadow: var(--control-shadow-inset);
}

.ctrl-textbox:hover,
.ctrl-textarea:hover {
  background-color: var(--input-bg-color-hover);
  border-color: var(--input-border-color-hover);
}

.ctrl-textbox--lg {
  height: var(--control-height-lg);
  line-height: var(--control-height-lg);
}

.ctrl-textarea {
  padding: var(--control-side-padding);
  height: calc(2.5 * var(--control-height));
}

/************************************************
				 SEGMENTED BUTTON
 ***********************************************/
.segmented-button {
  display: inline-flex;
  border-radius: var(--control-radius);
  border: var(--control-border);
  border-width: 0px;
}

.dark-theme .segmented-button, .dark-bg .segmented-button {
  box-shadow: var(--control-shadow);
}

.segmented-button input[type=radio] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.segmented-button label {
  font-family: "Rajdhani", "DIN", "Bahnschrift", "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  height: var(--control-height);
  line-height: var(--control-height);
  padding: 0 12px;
  text-align: center;
  color: rgba(var(--contrast-color), 0.7);
  background: rgba(var(--contrast-color), 0.05);
  border: var(--control-border);
  border-right-color: transparent;
}

.segmented-button label:hover {
  background-color: rgba(var(--contrast-color), 0.08);
  cursor: pointer;
}

.segmented-button label:first-of-type {
  border-radius: var(--control-radius) 0 0 var(--control-radius);
}

.segmented-button label:last-of-type {
  border-radius: 0 var(--control-radius) var(--control-radius) 0;
  border-right-color: inherit;
}

.segmented-button input[type=radio]:checked + label {
  color: rgba(var(--contrast-color), 1);
  background-color: rgba(var(--contrast-color), 0.1);
  border: var(--control-border-active);
  box-shadow: var(--control-shadow-inset);
}

.segmented-button input[type=radio]:checked + label + input + label {
  border-left-color: transparent;
}

.segmented-button input[type=radio]:checked + label:hover {
  background-color: rgba(var(--contrast-color), 0.11);
}

.segmented-button.segmented-button--full-width {
  display: flex;
}

.segmented-button.segmented-button--full-width > label {
  flex-grow: 1;
}

@media (min-width: 700px) {
  .segmented-button.segmented-button--full-width-at-w700 {
    display: flex;
  }
  .segmented-button.segmented-button--full-width-at-w700 > label {
    flex-grow: 1;
  }
}
/************************************************
					OTHER COMPONENTS
 ***********************************************/
.skip-to-content {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip-path: inset(1px 1px 1px 1px);
  clip-path: inset(1px, 1px, 1px, 1px);
}

.skip-to-content:focus {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 4px;
  width: auto;
  height: auto;
  background-color: #212121;
  overflow: visible;
  clip-path: none;
  text-decoration: none;
  z-index: 101;
}

.skip-to-content:focus a {
  color: white;
}

.card {
  background: var(--card-bg-color);
  border: 1px solid transparent;
  box-shadow: var(--shadow-4);
}

.card:not(.card--light) {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.card:not(.card--light) a {
  color: white;
}

.card--light {
  background: var(--card-light-bg-color);
  border: 1px solid var(--divider-color);
}

header {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #373737;
}

header a {
  color: white;
}

@media (min-width: 800px) {
  header {
    display: flex;
    justify-content: space-between;
    z-index: 100;
  }
  .sales-page header {
    position: fixed;
  }
}
header a {
  color: white;
}

header a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.header__logo {
  display: flex;
  align-items: center;
  margin-left: -2px;
  height: 48px;
}

@media (min-width: 800px) {
  .header__logo {
    margin-left: 4px;
  }
}
.header__logo a {
  display: inline-block;
  height: 100%;
}

.powered-by {
  position: relative;
  top: 3px;
  margin: 0 4px 0 6px;
}

.luid-logo {
  opacity: 0.8;
}

.luid-logo:hover {
  opacity: 1;
}

.luid-logo img {
  position: relative;
  top: 16px;
}

.header__nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  display: flex;
  height: 42px;
  background-color: #262626;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  overflow-x: auto;
}

@media (min-width: 800px) {
  .header__nav {
    align-self: stretch;
    height: auto;
    background-color: inherit;
    box-shadow: none;
    overflow-x: initial;
  }
}
.header__link {
  font-family: "Rajdhani", "DIN", "Bahnschrift", "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: block;
  position: relative;
  padding: 0 8px;
  height: 100%;
  font-size: 16px;
  line-height: 42px;
  white-space: nowrap;
  background-color: transparent;
  transition: background-color 0.1s ease;
}

.header__link, .header__link:hover, .header__link:focus, .header__link:active {
  text-decoration: none;
}

@media (min-width: 800px) {
  .header__link {
    line-height: 48px;
  }
}
.header__link:hover, .header__menu-parent:focus-within .header__link {
  background-color: rgba(255, 255, 255, 0.1);
}

.header__link--active:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 8px;
  right: 8px;
  height: 4px;
  background-image: linear-gradient(to bottom, #FF9F2F, #ff6026);
}

.blue-theme .header__link--active:after {
  background-image: linear-gradient(to bottom, #4AC4E2, var(--dark-blue));
}

.header__login {
  justify-self: flex-end;
  margin-left: auto;
  opacity: 0.7;
}

.header__btn {
  margin-top: 6px;
  margin-right: 8px;
  align-self: center;
}

@media (min-width: 800px) {
  .header__btn {
    margin-top: 9px;
  }
}
@media (min-width: 800px) {
  .header__menu-parent {
    position: relative;
  }
}
.header__menu-parent:hover .header__link, .header__menu-parent:focus-within .header__link {
  background-color: rgba(255, 255, 255, 0.1);
}

.header__menu-parent:hover .header__menu, .header__menu-parent:focus-within .header__menu {
  visibility: visible;
  transition-delay: 0s;
}

.header__menu-parent .header__link[href="#"] {
  cursor: default;
}

.header__menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  position: absolute;
  top: 90px;
  left: 0;
  margin: 2px 8px;
  max-width: 382px;
  width: calc(100% - 16px);
  border-radius: 2px;
  background-color: #212121;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: 0s 0.1s;
}

.header__menu a {
  color: white;
}

@media (min-width: 800px) {
  .header__menu {
    top: calc(100% + 1px);
    left: auto;
    right: 0;
    margin: 0;
    width: auto;
  }
}
.header__menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header__menu li a {
  font-family: "Rajdhani", "DIN", "Bahnschrift", "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: block;
  position: relative;
  padding: 8px 8px 7px 40px;
  font-size: 15px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.header__menu li a, .header__menu li a:hover, .header__menu li a:focus, .header__menu li a:active {
  text-decoration: none;
}

.header__menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header__menu li:last-child {
  border-bottom: none;
}

.tool-logos__data {
  position: absolute;
  top: 10px;
  left: 12px;
}

.tool-logos__a11y {
  position: absolute;
  top: 11px;
  left: 14px;
}

.tool-logos__gradient {
  position: absolute;
  top: 12px;
  left: 14px;
}

.tool-logos__itt {
  position: absolute;
  top: 12px;
  left: 15px;
}

footer {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 64px;
  border: 1px solid transparent;
  text-align: center;
  line-height: normal;
  background-color: #212121;
}

footer a {
  color: white;
}

footer .content-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 12px;
}

.dark-bg footer, .dark-theme footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer__img {
  display: inline-flex;
  margin-top: 32px;
}

.footer__cols {
  column-count: 2;
  column-width: 50%;
  column-gap: 16px;
  margin-top: 32px;
  text-align: left;
}

@media (min-width: 700px) {
  .footer__cols {
    column-count: 4;
    column-width: 25%;
    column-gap: 32px;
    margin-top: 64px;
  }
}
.footer__col {
  break-inside: avoid;
  margin-bottom: 40px;
}

@media (min-width: 700px) {
  .footer__col {
    margin-bottom: 48px;
  }
}
.footer__col h4 {
  position: relative;
  margin: 0 0 24px;
  line-height: 1;
  opacity: 0.8;
}

.footer__col h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background: linear-gradient(#FF9F2F, #ff6026);
  transform: skew(-25deg);
}

.footer__col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer__col ul li a {
  display: inline-block;
  padding: 8px 0;
  font-size: 16px;
  opacity: 0.9;
}

.footer__col ul li a, .footer__col ul li a:hover, .footer__col ul li a:focus, .footer__col ul li a:active {
  text-decoration: none;
}

@media (min-width: 700px) {
  .footer__col ul li a {
    padding: 6px 0;
  }
}
.footer__col ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.footer__copyright {
  margin: 32px 0 16px;
  opacity: 0.8;
  font-size: 13px;
}

.open-alert {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  position: relative;
  padding: 8px 44px 8px 8px;
  background-color: var(--dark-blue);
  transition: background-color 0.2s ease;
}

.open-alert a {
  color: white;
}

.open-alert, .open-alert:hover, .open-alert:focus, .open-alert:active {
  text-decoration: none;
}

.open-alert:hover {
  background-color: var(--dark-blue-hover);
}

.open-alert p {
  flex-grow: 1;
  margin: 0;
  font-size: 16px;
}

.open-alert__icon {
  display: none;
}

@media (min-width: 600px) {
  .open-alert__icon {
    display: block;
    align-self: flex-start;
    margin-right: 10px;
  }
}
.open-alert__action {
  font-family: "Rajdhani", "DIN", "Bahnschrift", "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: block;
}

@media (min-width: 600px) {
  .open-alert__action {
    display: inline-block;
    padding-left: 20px;
  }
}
.open-alert__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  opacity: 0.8;
}

.open-alert__close:hover {
  opacity: 1;
}

/************************************************
		  SIGNUP FORM (BLOG + TOOLS)
 ***********************************************/
.magnet {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 32px;
  max-width: 620px;
  padding: 8px;
  background-color: var(--card-bg-color);
}

.magnet a {
  color: white;
}

.magnet__title {
  margin: 20px auto;
  max-width: 400px;
  padding: 0 2px;
  font-size: 26px;
  line-height: 1;
  text-align: left;
}

@media (min-width: 1000px) {
  .sidebar .magnet__title {
    margin-top: 0px;
  }
}
.post__content .magnet__title {
  max-width: none;
  font-size: 32px;
  text-align: center;
}

@media (min-width: 700px) {
  .post__content .magnet__title {
    font-size: 38px;
  }
}
.magnet__desc {
  margin: 20px auto;
  max-width: 400px;
  font-size: 16px;
  line-height: 1.375;
}

.magnet__content {
  margin: 0 auto 6px;
  max-width: 400px;
}

#ck_success_msg {
  color: #6FE382;
}

#ck_error_msg {
  color: #F00;
}

/************************************************
				  TOOLS STYLES
 ***********************************************/
.toast {
  font-family: "Rajdhani", "DIN", "Bahnschrift", "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: none;
  position: fixed;
  left: 12px;
  bottom: 24px;
  height: 48px;
  padding: 0 16px;
  color: var(--text-color);
  line-height: 48px;
  background: var(--control-bg-color-3);
  border: 1px solid var(--divider-color);
  border-radius: 2px;
  box-shadow: var(--control-shadow-hover);
  z-index: 101;
}

.tooltip {
  position: relative;
}

.tooltip:not(.btn):not(.cta):not(.formkit-submit):not(.header__btn) {
  left: 4px;
}

.tooltip img {
  display: inline-block;
}

.dark-theme .tooltip img {
  filter: invert(1);
}

.tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px #404040;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translateX(-50%) translateY(-2px);
  top: calc(100% - 2px);
  left: 50%;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  z-index: 3;
}

.tooltip:after {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Avenir Next", "Avenir", "Avenir Next W01", system-ui, sans-serif;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-tooltip);
  padding: 6px;
  line-height: 1.4;
  top: calc(100% + 3px);
  left: 50%;
  width: 200px;
  text-align: center;
  transform: translateX(-50%) translateY(-2px);
  background: #404040;
  color: white;
  font-size: 14px;
  white-space: normal;
  z-index: 10;
  border-radius: 2px;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.tooltip:after a {
  color: white;
}

.tooltip:hover:before {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.tooltip:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.icon--info {
  position: relative;
  margin-left: 6px;
}

.dark-bg .icon--info {
  filter: brightness(0) invert(1);
}

.tools-text h2 {
  margin: 48px 0 12px;
}

.tools-text ul {
  margin-bottom: 12px;
}

.tools-text li {
  margin-bottom: 12px;
}

.tools-text p {
  margin-bottom: 12px;
  line-height: 1.5;
}

.tools-text a {
  color: var(--acc-blue);
}

.tools-text strong {
  font-weight: 600;
}

.tools-text figure {
  margin: 40px 0 32px;
  text-align: center;
}

.tools-text figure > img {
  max-width: 100%;
}

.tools-text figcaption {
  margin-top: 24px;
  font-style: italic;
  font-size: 14px;
  opacity: 0.7;
}

/*****************************************
			SHARED ACROSS TOOLS
*****************************************/
h1, h2, h3, h4, h5 {
  font-family: "Rajdhani", "DIN", "Bahnschrift", "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3, h4 {
  font-size: 16px;
}

.icon--info {
  position: relative;
  margin-left: 2px;
  top: 4px;
}
.dark-bg .icon--info {
  filter: brightness(0) invert(1);
}
.btn .icon--info {
  top: 0;
  margin-left: 5px;
}

.sidebar {
  margin: 0 auto;
  max-width: 972px;
  padding: 0 8px;
}
@media (min-width: 1300px) {
  .sidebar {
    flex-basis: 310px;
    margin-right: 20px;
    min-width: 310px;
    align-self: flex-start;
  }
}

/*****************************************
			 DATA COLOR PICKER
*****************************************/
main {
  margin: 0 auto;
  width: 100%;
  max-width: 1290px;
}
@media (min-width: 700px) {
  main {
    padding-top: 24px;
  }
}
@media (min-width: 1300px) {
  main {
    display: flex;
    justify-content: space-between;
  }
}

.dcp .main-column {
  padding: 0 8px;
}
@media (min-width: 1000px) {
  .dcp .main-column {
    flex-basis: 940px;
    min-width: 940px;
  }
}
@media (min-width: 1300px) {
  .dcp .main-column {
    margin-right: 20px;
  }
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  font-family: "Rajdhani", "DIN", "Bahnschrift", "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0 auto 32px;
  width: 100%;
  max-width: 972px;
  height: 40px;
  border-bottom: 1px solid var(--divider-color);
}
.nav-list li {
  height: 100%;
}
.dark-bg .nav-list {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.nav-link {
  display: block;
  position: relative;
  padding: 0 10px;
  height: 100%;
  color: rgba(var(--gray), 0.9);
  font-size: 16px;
  line-height: 40px;
  background-color: transparent;
  transition: background-color 0.2s ease;
}
.nav-link, .nav-link:hover, .nav-link:focus, .nav-link:active {
  text-decoration: none;
}
.dark-bg .nav-link {
  color: white;
}
.nav-link:hover {
  background-color: rgba(var(--divider-color), 0.5);
}
.nav-link.active {
  color: rgba(var(--gray), 1);
}
.nav-link.active:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 4px;
  background-image: linear-gradient(to bottom, var(--yellow), var(--orange));
}
.dark-bg .nav-link.active {
  color: white;
}

div[data-tab] {
  margin: 0 auto 64px;
  max-width: 972px;
}
div[data-tab]:not(.active) {
  display: none;
}

.controls {
  display: flex;
  flex-wrap: wrap;
}

.control {
  margin-bottom: 48px;
  margin-right: 40px;
}

.subcontrol {
  display: flex;
  justify-content: space-between;
}

.subcontrol__label {
  font-family: "Rajdhani", "DIN", "Bahnschrift", "Avenir Next", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 15px;
  opacity: 0.8;
}

.swatches {
  display: flex;
  margin-right: -10px;
}
.swatches.no-margin {
  margin-right: 0;
}
.swatches.no-margin .swatch {
  margin-right: 0;
}

.swatch {
  flex: 140px 0 1;
  margin-bottom: 12px;
  height: 140px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.1s ease;
}
@media (min-width: 700px) {
  .swatch {
    margin-right: 10px;
  }
}
.swatch.jscolor {
  position: relative;
}
.swatch.jscolor:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.15);
}
.swatch.jscolor:hover:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url(../img/click-me-dots.svg);
  color: white;
}

button.swatch {
  border: none;
  padding: 0;
  cursor: pointer;
}

.labels {
  display: flex;
  margin-right: -10px;
  margin-bottom: 48px;
}
.labels input, .labels p {
  font-family: "Input Mono", monospace;
  flex: 140px 0 1;
  min-width: 0;
  text-align: center;
  font-size: 10px;
  line-height: var(--control-height-lg);
}
@media (min-width: 600px) {
  .labels input, .labels p {
    font-size: 14px;
  }
}
@media (min-width: 700px) {
  .labels input, .labels p {
    margin-right: 10px;
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .labels input, .labels p {
    font-size: 22px;
  }
}
.labels input {
  height: var(--control-height-lg);
}
.labels.no-margin {
  margin-right: 0;
}
.labels.no-margin input, .labels.no-margin p {
  margin-right: 0;
}
.labels.small-fonts input, .labels.small-fonts p {
  font-size: 14px;
}

.actions {
  margin-bottom: 64px;
}
.actions .btn {
  margin-right: 16px;
}

.in-context {
  margin-bottom: 48px;
}
.in-context h2 {
  margin-bottom: 24px;
}
.in-context canvas, .in-context svg {
  display: inline-block;
  margin-right: 48px;
}

#pie-a,
#pie-b {
  background-color: red;
}

.how-to-use {
  max-width: 620px;
}
.how-to-use h2 {
  margin: 48px 0 12px;
}
.how-to-use ul {
  margin-bottom: 12px;
}
.how-to-use li {
  margin-bottom: 12px;
}
.how-to-use p {
  margin-bottom: 12px;
  line-height: 1.5;
}
.how-to-use a {
  color: var(--dark-blue);
}
.how-to-use strong {
  font-weight: 600;
}

figure {
  margin: 40px 0 32px;
  text-align: center;
}
figure > img {
  max-width: 100%;
}

figcaption {
  margin-top: 24px;
  font-style: italic;
  font-size: 14px;
  opacity: 0.7;
}

.other-tools-widget {
  max-width: 620px;
}

.sidebar__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 10px 0 48px;
  border-top: 1px solid var(--divider-color);
}
.sidebar__list > li {
  border-bottom: 1px solid var(--divider-color);
  font-size: 17px;
  font-weight: 400;
}
.sidebar__list > li > a {
  display: flex;
  position: relative;
  padding: 12px 0;
  text-decoration: none;
  color: inherit;
  background-color: rgba(var(--contrast-color), 0%);
  line-height: 1.2;
  transition: padding-left 0.2s ease, background-color 0.2s ease;
}
.sidebar__list > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9px;
  height: 100%;
  width: 3px;
  background-image: linear-gradient(to bottom, var(--yellow), var(--orange));
  opacity: 0;
  transition: opacity 0.2s ease;
}
.sidebar__list > li > a:hover {
  background-color: rgba(var(--contrast-color), 3%);
}
.sidebar__list > li > a:hover:before {
  opacity: 1;
}
.sidebar__list > li > a.active {
  background-color: rgba(0, 0, 0, 0.01);
}
.sidebar__list > li > a > img {
  flex-basis: 50px;
  min-width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 16px;
}
.sidebar__list > li > a > div {
  align-self: center;
}
.sidebar__list > li > a > div > h4 {
  margin-bottom: 2px;
}
.sidebar__list > li > a > div > p {
  font-size: 14px;
}

/*****************************************
		ACCESSIBLE COLOR GENERATOR
*****************************************/
main.acg {
  max-width: 1400px;
}
@media (min-width: 1000px) {
  main.acg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
main.acg .main-column {
  margin: 0 auto;
  max-width: 590px;
}

.sentence {
  margin-bottom: 48px;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 500px) {
  .sentence {
    font-size: 24px;
  }
}
.sentence p {
  display: flex;
  align-items: center;
  line-height: 60px;
}

.acg .picker {
  display: inline-block;
  position: relative;
  margin: 0 4px 0 8px;
  width: var(--control-height-lg);
  height: var(--control-height-lg);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--control-radius);
  box-shadow: var(--control-shadow);
  cursor: pointer;
}
.acg .picker:hover {
  box-shadow: var(--control-shadow-hover);
}
.acg .picker:hover:after {
  opacity: 0.7;
}
.acg .picker:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url(../img/palette-white.svg);
  display: block;
  width: 20px;
  height: 18px;
  line-height: 18px;
  opacity: 0.5;
}
.acg .picker.white-icon:after {
  filter: invert(1);
}

.acg .ctrl-textbox {
  font-family: "Input Mono", monospace;
  font-size: inherit;
  width: 130px;
}

#btn--hex-mode.hidden ~ #swatch-2,
#btn--hex-mode.hidden ~ #swatch-2-input {
  display: none;
}

.mode-btn,
.wcag-level-btn {
  margin-left: 8px;
  padding: 0 6px;
  font-family: inherit;
  text-transform: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.results {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.results h3 {
  margin-bottom: 6px;
}

.results-large {
  margin-right: 60px;
}

.results-group {
  display: flex;
}

.result {
  width: 180px;
}
.result.meets-guidelines .result-caption--fail {
  display: none;
}
.result.meets-guidelines .result-caption--succeed {
  display: block;
}
.result.meets-guidelines .result-swatch__img--succeed {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.result.meets-guidelines .result-swatch-hex {
  top: auto;
  left: 0;
  right: 0;
  bottom: 4px;
  font-size: 16px;
  opacity: 0.6;
}
.result.no-pairs-work .result-caption--fail {
  display: none;
}
.result.no-pairs-work .result-caption--no {
  display: block;
}
.result.no-pairs-work .result-swatches {
  display: none;
}

.result-caption--fail,
.result-caption--succeed {
  margin-bottom: 10px;
  line-height: 24px;
}

.result-caption--fail {
  display: block;
}

.result-caption--succeed {
  display: none;
}

.result-caption--no {
  display: none;
}

.result-swatches {
  position: relative;
  margin-bottom: 96px;
}

.result-swatch {
  position: relative;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transform: translateY(0);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.result-swatch:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
}
.result-swatch.result-swatch--top {
  z-index: 2;
}
.result-swatch.result-swatch--bottom {
  position: absolute;
  top: 33px;
  left: 42px;
}

.result-swatch__img--succeed {
  display: none;
}
.white-icon-and-text .result-swatch__img--succeed {
  filter: invert(1);
}

.result-swatch-hex {
  font-family: "Input Mono", monospace;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  right: 0;
  font-size: 24px;
  text-align: center;
}
.result-swatch--bottom .result-swatch-hex {
  top: auto;
  bottom: 4px;
  font-size: 16px;
}
.white-icon-and-text .result-swatch-hex {
  color: white;
}

/*****************************************
	  INTERACTIVE TYPOGRAPHY TUTORIAL
*****************************************/
.content-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 12px;
}

/*****************************************
			    TOOLS INDEX
*****************************************/
.support-page {
  display: block;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 752px;
}
.support-page h1 {
  font-family: "freight-text-pro", "FreightText Pro", "Georgia", serif;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 24px;
  font-size: 28px;
}
@media (min-width: 600px) {
  .support-page h1 {
    margin-top: 52px;
  }
}
@media (min-width: 700px) {
  .support-page h1 {
    margin-bottom: 40px;
    font-size: 46px;
  }
}
.support-page a.tool-card {
  display: flex;
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  border-top: 1px solid var(--divider-color);
  padding: 12px 0;
  color: inherit;
  box-shadow: none;
  transition: box-shadow ease 0.2s;
  will-change: box-shadow;
}
.support-page a.tool-card, .support-page a.tool-card:hover, .support-page a.tool-card:focus, .support-page a.tool-card:active {
  text-decoration: none;
}
@media (min-width: 700px) {
  .support-page a.tool-card {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
    border: 1px solid var(--divider-color);
    padding: 0;
  }
}
.support-page a.tool-card:hover {
  box-shadow: 0 2px 16px -4px rgba(0, 0, 0, 0.15);
}
.support-page a.tool-card > img {
  margin-top: 8px;
  margin-left: 16px;
  max-width: 50px;
}
@media (min-width: 700px) {
  .support-page a.tool-card > img {
    max-width: 150px;
    margin: 0;
  }
}
.support-page a.tool-card > div {
  padding: 4px 16px 4px 12px;
}
@media (min-width: 700px) {
  .support-page a.tool-card > div {
    padding: 16px 16px 20px 20px;
  }
}
.support-page a.tool-card > div > h2 {
  font-family: "freight-text-pro", "FreightText Pro", "Georgia", serif;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  line-height: 1.1;
  margin: 0px;
  font-size: 20px;
}
@media (min-width: 700px) {
  .support-page a.tool-card > div > h2 {
    margin-bottom: 12px;
    font-size: 34px;
  }
}
.support-page a.tool-card > div > p {
  opacity: 0.8;
}

/*# sourceMappingURL=tools-styles-main.css.map */