:root {
  --gray-10: #fbfcfc;
  --gray-90: #0f1319;
  --mk-purple: #7c0040;
  --gray-70: #545a62;
  --gray-60: #808489;
  --white: white;
  --gray-85: #262626;
  --gray-20: #f1f2f2;
  --blue-10: #dbeafd;
  --blue-60: #135fc2;
  --blue-80: #073375;
  --violet-70: #7300a0;
  --fuschia-50: #ef15d9;
  --red-60: #e4002b;
  --orange-60: #f45e00;
  --copper-50: #c3732d;
  --amber-50: #e8a71a;
  --lemon-50: #dcf134;
  --green-60: #008660;
  --aqua-30: #51fbdf;
  --black: black;
  --gray-5-51: #fcfdfd;
  --gray-30: #dfe0e2;
  --gray-40: #c7c8ca;
  --gray-50: #a7a9ac;
  --blue-20: #b7d9fa;
  --gray-15: #f2f2f2;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--gray-10);
  color: var(--gray-90);
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

h5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
  line-height: 1.5;
}

li {
  margin-bottom: 8px;
}

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

label {
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  display: block;
}

blockquote {
  border-left: 4px solid var(--mk-purple);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  font-size: 24px;
  line-height: 1.5;
}

figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

figcaption {
  color: var(--gray-70);
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}

.text-quote {
  border-left: .25rem solid var(--mk-purple);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.subhead-small {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-color-tertiary {
  color: var(--gray-60);
}

.icon-small {
  height: 1.5rem;
}

.text-align-right {
  text-align: right;
}

.text-tracking-wider {
  letter-spacing: .05rem;
}

.margin-top, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-tracking-tight {
  letter-spacing: -.025rem;
}

.padding-xsmall {
  padding: .5rem;
}

.text-overline {
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
}

.heading-medium {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading-medium.text-center {
  text-align: center;
}

.heading-medium.text-center.mt-54 {
  margin-top: 54px;
}

.fs-styleguide_nav_menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

.fs-styleguide_nav_logo-link {
  align-items: center;
  display: flex;
}

.fs-styleguide_classes {
  display: none;
}

.fs-styleguide_nav_component {
  z-index: 999;
  width: 100%;
  background-color: #fff;
  padding: .75rem 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-tracking-widest {
  letter-spacing: .1rem;
}

.icon-1x1-xsmall {
  width: 1rem;
  height: 1rem;
}

.redtag-logo {
  height: 2rem;
}

.fs-styleguide_logo-sample-image {
  height: 4rem;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-0 {
  padding: 0;
}

.container-large {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-large.no-padding {
  margin-top: 140px;
}

.container-large.top-bar-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  display: flex;
}

.background-color-blue {
  background-color: var(--mk-purple);
  color: var(--white);
}

.text-size-large {
  font-size: 1.25rem;
}

.text-leading-125 {
  line-height: 1.25;
}

.fs-styleguide_4-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.z-40 {
  z-index: 40;
  position: relative;
}

.fom-label {
  color: var(--gray-85);
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.25;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-italic {
  font-style: italic;
}

.button-secondary {
  border: 2px solid var(--mk-purple);
  color: var(--mk-purple);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  display: flex;
}

.button-secondary:hover {
  box-shadow: none;
  color: var(--mk-purple);
  background-color: #ffd3ea;
}

.button-secondary:active {
  box-shadow: inset 0 0 0 2px var(--mk-purple);
}

.button-secondary.is-small {
  padding: .5rem 1rem;
  font-size: .875rem;
}

.button-secondary.is-large {
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
}

.text-tracking-wide {
  letter-spacing: .025rem;
}

.paragraph-large {
  font-size: 1.25rem;
  line-height: 1.5;
}

.paragraph-large.product-title {
  text-transform: capitalize;
}

.icon-xxsmall {
  height: .75rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.icon-xxlarge {
  height: 5rem;
}

.background-color-secondary {
  background-color: var(--gray-20);
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_nav-link {
  color: var(--gray-85);
  padding: .75rem;
  font-size: .875rem;
  font-weight: 500;
}

.fs-styleguide_nav-link.w--current {
  color: var(--mk-purple);
}

.fs-stylguide_nav_container {
  width: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.overflow-visible {
  overflow: visible;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.form-wrapper {
  margin-bottom: 0;
}

.icon-xlarge {
  height: 4rem;
}

.paragraph-xsmall {
  color: #fff;
  font-size: .75rem;
  line-height: 1.5;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.text-color-secondary {
  color: var(--gray-85);
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.z-top {
  z-index: 999;
  position: relative;
}

.paragraph-small {
  font-size: .875rem;
  line-height: 1.5;
}

.icon-1x1-xxsmall {
  width: .75rem;
  height: .75rem;
}

.fs-styleguide_background-spacer {
  height: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: .5rem;
  display: flex;
}

.icon-medium {
  height: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

.z-auto {
  z-index: auto;
  position: relative;
}

.heading-xxxlarge {
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.text-align-left {
  text-align: left;
}

.margin-small {
  margin: 1rem;
}

.z-10 {
  z-index: 10;
  position: relative;
}

.text-weight-semibold {
  font-weight: 600;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.subhead-medium {
  color: #595959;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-1x1-xxlarge {
  width: 5rem;
  height: 5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_color-sample-wrapper {
  margin-bottom: .5rem;
}

.icon-1x1-xlarge {
  width: 4rem;
  height: 4rem;
}

.form-checkbox-label {
  font-size: .875rem;
  font-weight: 500;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-xbold {
  font-weight: 800;
}

.background-color-dark {
  background-color: var(--gray-90);
  color: var(--white);
}

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

.tabs-content {
  padding-top: 1rem;
}

.form-radio-label {
  font-size: .875rem;
  font-weight: 500;
}

.icon-large {
  height: 3rem;
}

.overflow-auto {
  overflow: auto;
}

.show-mobile-portrait {
  display: none;
}

.text-align-center {
  text-align: center;
}

.text-align-center.heading-large.text-color-primary {
  color: var(--mk-purple);
}

.show-mobile-landscape {
  display: none;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-bottom: .5rem;
  padding: 4rem;
}

.fs-styleguide_color-sample.is-gray90 {
  background-color: var(--gray-90);
}

.fs-styleguide_color-sample.is-white {
  background-color: #fff;
}

.fs-styleguide_color-sample.is-blue50 {
  background-color: var(--mk-purple);
}

.fs-styleguide_color-sample.is-blue10 {
  background-color: var(--blue-10);
}

.fs-styleguide_color-sample.is-blue60 {
  background-color: var(--blue-60);
}

.fs-styleguide_color-sample.is-blue80 {
  background-color: var(--blue-80);
}

.fs-styleguide_color-sample.is-violet70 {
  background-color: var(--violet-70);
}

.fs-styleguide_color-sample.is-fuschia50 {
  background-color: var(--fuschia-50);
}

.fs-styleguide_color-sample.is-red60 {
  background-color: var(--red-60);
}

.fs-styleguide_color-sample.is-orange60 {
  background-color: var(--orange-60);
}

.fs-styleguide_color-sample.is-copper50 {
  background-color: var(--copper-50);
}

.fs-styleguide_color-sample.is-amber50 {
  background-color: var(--amber-50);
}

.fs-styleguide_color-sample.is-lemon50 {
  background-color: var(--lemon-50);
}

.fs-styleguide_color-sample.is-green60 {
  background-color: var(--green-60);
}

.fs-styleguide_color-sample.is-aqua30 {
  background-color: var(--aqua-30);
}

.fs-styleguide_color-sample.is-black {
  background-color: var(--black);
}

.fs-styleguide_color-sample.is-gray5 {
  background-color: var(--gray-5-51);
}

.fs-styleguide_color-sample.is-gray10 {
  background-color: var(--gray-10);
}

.fs-styleguide_color-sample.is-gray20 {
  background-color: var(--gray-20);
}

.fs-styleguide_color-sample.is-gray30 {
  background-color: var(--gray-30);
}

.fs-styleguide_color-sample.is-gray40 {
  background-color: var(--gray-40);
}

.fs-styleguide_color-sample.is-gray50 {
  background-color: var(--gray-50);
}

.fs-styleguide_color-sample.is-gray60 {
  background-color: var(--gray-60);
}

.fs-styleguide_color-sample.is-gray70 {
  background-color: var(--gray-70);
}

.fs-styleguide_color-sample.is-gray80 {
  background-color: var(--gray-85);
}

.fs-styleguide_color-sample.is-success {
  background-color: #008660;
}

.fs-styleguide_color-sample.is-warning {
  background-color: #e8a71a;
}

.fs-styleguide_color-sample.is-error {
  background-color: #a90019;
}

.fs-styleguide_color-sample.is-info {
  background-color: #003793;
}

.fs-styleguide_color-sample.is-blue20 {
  background-color: var(--blue-20);
}

.subhead-xlarge {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-color-white {
  color: var(--white);
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.text-leading-175 {
  line-height: 1.75;
}

.background-color-primary {
  background-color: var(--gray-10);
}

.z-20 {
  z-index: 20;
  position: relative;
}

.text-tracking-tightest {
  letter-spacing: -.1rem;
}

.heading-xxsmall {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.subhead-xsmall {
  font-size: .775rem;
  font-weight: 500;
  line-height: 1.5;
}

.fs-styleguide_logo-sample {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.fs-styleguide_logo-sample.is-background-black {
  background-color: #0d121a;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.icon-xsmall {
  height: 1rem;
}

.text-leading-200 {
  line-height: 2;
}

.overflow-hidden {
  overflow: hidden;
}

.text-tracking-normal {
  letter-spacing: 0;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.text-style-underline {
  text-decoration: underline;
}

.text-leading-150 {
  line-height: 1.5;
}

.show-tablet {
  display: none;
}

.text-weight-bold {
  font-weight: 700;
}

.button {
  min-width: 200px;
  border: 2px solid var(--mk-purple);
  background-color: var(--mk-purple);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #4e1130;
}

.button:active {
  box-shadow: 0 0 0 1px var(--mk-purple);
}

.button:focus {
  box-shadow: 0 0 0 1px var(--white), 0 0 0 2px var(--mk-purple);
}

.button.is-small {
  padding: .5rem 1rem;
  font-size: .875rem;
}

.button.is-large {
  border: 1px solid var(--mk-purple);
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
}

.button.mobile-only {
  display: none;
}

.button.inline-button {
  display: inline-block;
}

.button.block {
  width: 100%;
  display: block;
}

.form-radio-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-color: var(--gray-30);
  cursor: pointer;
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 1px;
  border-color: var(--mk-purple);
  background-color: var(--mk-purple);
  box-shadow: inset 0 0 0 3px var(--white);
}

.form-radio-icon.w--redirected-focus {
  width: 1.5rem;
  height: 1.5rem;
  box-shadow: inset 0 0 0rem 1px var(--mk-purple);
  border-style: none;
}

.fs-styleguide_nav_button-wrapper {
  padding-left: .75rem;
  display: flex;
}

.text-size-xsmall {
  font-size: .75rem;
}

.heading-large {
  font-family: Larken, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.text-color-primary {
  color: var(--gray-90);
}

.text-style-uppercase {
  text-transform: uppercase;
}

.show {
  display: block;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.paragraph-medium {
  font-size: 1.125rem;
  line-height: 1.5;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-buttons {
  flex-wrap: wrap;
  align-items: start;
  display: flex;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-color-blue {
  color: var(--mk-purple);
}

.text-size-small {
  font-size: .875rem;
}

.icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
}

.text-weight-regular {
  font-weight: 400;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.text-tracking-tighter {
  letter-spacing: -.05rem;
}

.fs-styleguide_header {
  background-color: var(--mk-purple);
  color: var(--white);
}

.z-0 {
  z-index: 0;
  position: relative;
}

.subhead-large {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-xlarge {
  font-size: 1.5rem;
  line-height: 1.5;
}

.z-30 {
  z-index: 30;
  position: relative;
}

.form-helper-text {
  color: var(--gray-85);
  margin-bottom: .5rem;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1.25;
}

.z-50 {
  z-index: 50;
  position: relative;
}

.fs-styleguide_section-type {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading-xsmall {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading-xsmall.text-style-uppercase.text-color-primary.lh0 {
  line-height: 1;
}

.hide {
  display: none;
}

.fs-styleguide_nav_logo {
  height: 2.5rem;
}

.text-size-xlarge {
  font-size: 1.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.text-style-lowercase {
  text-transform: lowercase;
}

.form-field-wrapper {
  margin-bottom: 1rem;
}

.text-leading-none {
  line-height: 1;
}

.text-style-titlecase {
  text-transform: capitalize;
}

.form-checkbox-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-color: var(--gray-30);
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: 1.5rem;
  height: 1.5rem;
  border-color: var(--mk-purple);
  background-color: var(--mk-purple);
  background-image: url('../images/checkbox-icon.svg');
  background-size: cover;
  border-radius: 0;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: 1.5rem;
  height: 1.5rem;
  border-style: none;
  border-color: var(--gray-30);
  border-radius: 0;
  margin: 0 .5rem 0 0;
  box-shadow: inset 0 0 0 1px #1877f2;
}

.heading-xxlarge {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.text-style-2lines {
  margin-bottom: 0;
}

.icon-1x1-large {
  width: 3rem;
  height: 3rem;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.tab-link {
  width: 100%;
  color: #3d4148;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #d9d9d9;
  border-bottom-style: solid;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 2rem;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .25s ease-out;
  display: flex;
}

.tab-link:hover {
  color: #000;
  font-family: Universltpro;
}

.tab-link.w--current {
  border-bottom-color: var(--mk-purple);
  color: #0d121a;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link.w--current:focus {
  background-color: var(--mk-purple);
  color: #fff;
}

.tab-link.hidden {
  display: none;
}

.tab-link.jetboost-filter-active {
  color: #000;
  border-bottom-color: #ffcd11;
}

.form-input {
  min-height: 3rem;
  border: 1px solid var(--gray-30);
  background-color: #fff;
  margin-bottom: .5rem;
  padding: .75rem 1rem;
}

.form-input:focus {
  border-width: 2px;
  border-color: #1877f2;
}

.form-input::-ms-input-placeholder {
  color: var(--gray-60);
}

.form-input::placeholder {
  color: var(--gray-60);
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.is-select-input {
  background-image: url('../images/dropdown-icon.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-message-success {
  padding: 1.25rem;
}

.display-large {
  font-family: Larken, sans-serif;
  font-size: 7rem;
  font-weight: 700;
}

.display-medium {
  font-family: Larken, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.display-small {
  font-family: Larken, sans-serif;
  font-size: 4.75rem;
  font-weight: 700;
}

.fs-styleguide_color-grid {
  flex-wrap: wrap;
  display: flex;
}

.text-leading-110 {
  line-height: 1.1;
}

.subhead-regular {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-regular {
  font-size: 1rem;
  line-height: 1.5;
}

.heading-xxxsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25;
}

.text-caption {
  font-size: 12px;
  line-height: 1.25;
}

.m-0 {
  margin: 0;
}

.m-8 {
  margin: .5rem;
}

.m-12 {
  margin: .75rem;
}

.m-16 {
  margin: 1rem;
}

.m-24 {
  margin: 1.5rem;
}

.m-32 {
  margin: 2rem;
}

.m-48 {
  margin: 3rem;
}

.m-64 {
  margin: 4rem;
}

.m-96 {
  margin: 6rem;
}

.m-128 {
  margin: 8rem;
}

.m-160 {
  margin: 10rem;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-8 {
  margin-top: .5rem;
}

.mb-8 {
  margin-bottom: .5rem;
}

.ml-8 {
  margin-left: .5rem;
}

.mr-8 {
  margin-right: .5rem;
}

.mx-8 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.my-8 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mt-12 {
  margin-top: .75rem;
}

.mb-12 {
  margin-bottom: .75rem;
}

.ml-12 {
  margin-left: .75rem;
}

.mr-12 {
  margin-right: .75rem;
}

.mx-12 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.my-12 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.ml-16 {
  margin-left: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.ml-32 {
  margin-left: 2rem;
}

.mr-32 {
  margin-right: 2rem;
}

.mx-32 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-48 {
  margin-top: 3rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.ml-48 {
  margin-left: 3rem;
}

.mr-48 {
  margin-right: 3rem;
}

.mx-48 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt-64 {
  margin-top: 4rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.ml-64 {
  margin-left: 4rem;
}

.mr-64 {
  margin-right: 4rem;
}

.mx-64 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mt-96 {
  margin-top: 6rem;
}

.mb-96 {
  margin-bottom: 6rem;
}

.ml-96 {
  margin-left: 6rem;
}

.mr-96 {
  margin-right: 6rem;
}

.mx-96 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-96 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mt-128 {
  margin-top: 8rem;
}

.mb-128 {
  margin-bottom: 8rem;
}

.ml-128 {
  margin-left: 8rem;
}

.mr-128 {
  margin-right: 8rem;
}

.mx-128 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-128 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mt-160 {
  margin-top: 10rem;
}

.mb-160 {
  margin-bottom: 10rem;
}

.ml-160 {
  margin-left: 10rem;
}

.mr-160 {
  margin-right: 10rem;
}

.mx-160 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-160 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.m-auto {
  margin: auto;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-8 {
  padding: .5rem;
}

.p-12 {
  padding: .75rem;
}

.p-16 {
  padding: 1rem;
}

.p-24 {
  padding: 1.5rem;
}

.p-32 {
  padding: 2rem;
}

.p-48 {
  padding: 3rem;
}

.p-64 {
  padding: 4rem;
}

.p-96 {
  padding: 6rem;
}

.p-128 {
  padding: 8rem;
}

.p-160 {
  padding: 10rem;
}

.pt-8 {
  padding-top: .5rem;
}

.pb-8 {
  padding-bottom: .5rem;
}

.pl-8 {
  padding-left: .5rem;
}

.pr-8 {
  padding-right: .5rem;
}

.px-8 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-8 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.pt-12 {
  padding-top: .75rem;
}

.pb-12 {
  padding-bottom: .75rem;
}

.pl-12 {
  padding-left: .75rem;
}

.pr-12 {
  padding-right: .75rem;
}

.px-12 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.py-12 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pl-16 {
  padding-left: 1rem;
}

.pr-16 {
  padding-right: 1rem;
}

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt-32 {
  padding-top: 2rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.pl-32 {
  padding-left: 2rem;
}

.pr-32 {
  padding-right: 2rem;
}

.px-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-48 {
  padding-top: 3rem;
}

.pb-48 {
  padding-bottom: 3rem;
}

.pl-48 {
  padding-left: 3rem;
}

.pr-48 {
  padding-right: 3rem;
}

.px-48 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-64 {
  padding-top: 4rem;
}

.pb-64 {
  padding-bottom: 4rem;
}

.pl-64 {
  padding-left: 4rem;
}

.pr-64 {
  padding-right: 4rem;
}

.px-64 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-96 {
  padding-top: 6rem;
}

.pb-96 {
  padding-bottom: 6rem;
}

.pl-96 {
  padding-left: 6rem;
}

.pr-96 {
  padding-right: 6rem;
}

.px-96 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-128 {
  padding-top: 8rem;
}

.pb-128 {
  padding-bottom: 8rem;
}

.pl-128 {
  padding-left: 8rem;
}

.pr-128 {
  padding-right: 8rem;
}

.px-128 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-128 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pt-160 {
  padding-top: 10rem;
}

.pb-160 {
  padding-bottom: 10rem;
}

.pl-160 {
  padding-left: 10rem;
}

.pr-160 {
  padding-right: 10rem;
}

.px-160 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-160 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: .2;
}

.opacity-40 {
  opacity: .4;
}

.opacity-60 {
  opacity: .6;
}

.opacity-80 {
  opacity: .8;
}

.opacity-100 {
  opacity: 1;
}

.radius-none {
  border-radius: 0;
}

.radius-small {
  border-radius: .125rem;
}

.radius-medium {
  border-radius: .25rem;
}

.radius-large {
  border-radius: .5rem;
}

.radius-xlarge {
  border-radius: 1rem;
}

.radius-pill {
  border-radius: 99rem;
}

.elevation-none {
  box-shadow: 0 0 #000;
}

.elevation-01 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.elevation-02 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.elevation-03 {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

.elevation-04 {
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.elevation-05 {
  box-shadow: 0 16px 32px rgba(0, 0, 0, .1);
}

.button-tertiary {
  text-transform: uppercase;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary:hover {
  color: var(--mk-purple);
}

.button-tertiary:active {
  background-color: var(--mk-purple);
  color: var(--white);
}

.button-tertiary:focus {
  box-shadow: inset 0 0 0 1px var(--mk-purple);
}

.button-tertiary.is-large {
  font-size: 1.125rem;
}

.button-tertiary.is-small {
  font-size: .875rem;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.text-button {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.menu-bar {
  background-color: #fff;
  border: 1px solid #b6b4b2;
  padding-top: 16px;
  padding-bottom: 16px;
}

.top-bar-container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
  position: relative;
}

.buttons-container {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero {
  max-width: 48rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.hero-image {
  z-index: -10;
}

.hero-content {
  z-index: 2;
  text-align: center;
  background-image: url('../images/hero-header-content.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.featured-products-section {
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.featured-products {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.featured-products.hidescroll {
  position: static;
}

.card {
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 32px;
  transition: box-shadow .2s;
}

.card:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, .4);
}

.card.small {
  padding: 16px;
}

.card.small.featured {
  transition: none;
}

.card.small.featured:hover {
  box-shadow: none;
}

.card-content {
  text-align: center;
}

.all-products-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tabs.mt-64.hidden {
  display: none;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-1.tab-link.w--current {
  border-style: none none solid;
  border-color: var(--mk-purple);
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu-2 {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.products-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-modal {
  width: 720px;
  max-width: 100vw;
  background-color: #f8f8f8;
  position: fixed;
  top: 5%;
  left: 100%;
  right: 0%;
}

.flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.modal-content {
  padding: 24px 60px 100px;
}

.hero-overlay {
  z-index: -5;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 60%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-filter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list-wrapper-2 {
  margin-top: 64px;
}

.collection-list-wrapper-2.jetboost-list-wrapper-bw9o {
  position: static;
}

.div-block-2 {
  justify-content: center;
  margin-top: 64px;
  display: flex;
}

.link-block {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
}

.link-block:hover {
  color: var(--mk-purple);
}

.footer {
  background-color: #262626;
  border-top: 5px solid #ffcd11;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.footer-container {
  width: 100%;
  max-width: 84rem;
  color: #fff;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.paragraph {
  max-width: 730px;
  color: #fff;
  margin-bottom: 0;
}

.image {
  width: 96px;
  height: 96px;
  flex: none;
  margin-left: 30px;
  display: block;
}

.collection-item {
  display: flex;
}

.modal-container {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-content-container {
  width: 60%;
  max-width: 730px;
  background-color: #fff;
  overflow: scroll;
}

.modal-content-container.hidescroll {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-block {
  text-transform: uppercase;
  font-weight: 700;
}

.close-modal {
  cursor: pointer;
  justify-content: flex-start;
  display: flex;
}

.image-2 {
  height: 16px;
  max-width: 16px;
  margin-right: 4px;
}

.collection-list-3 {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.image-3 {
  width: 94px;
  height: 94px;
  cursor: pointer;
  object-fit: cover;
  border: 1px solid #d9d9d9;
}

.collection-list-wrapper-3 {
  margin-top: 16px;
}

.image-4 {
  height: auto;
  border: 1px solid #d9d9d9;
  margin-top: 25px;
}

.heading {
  font-size: 28px;
}

.modal {
  flex-direction: column;
  align-items: stretch;
  padding: 24px 24px 130px;
  display: flex;
}

.div-block-7 {
  background-color: #262626;
  padding: 34px 40px;
  display: flex;
}

.link-block-2 {
  background-color: var(--mk-purple);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
}

.link-block-2:hover {
  color: #fff;
}

.text-block-2 {
  text-transform: uppercase;
  padding: 6px 15px;
  font-weight: 700;
}

.close-modal-trigger {
  z-index: -10;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-image-container {
  justify-content: center;
  display: flex;
}

.image-5, .image-6 {
  width: 100%;
  height: auto;
}

.image-7 {
  width: 100%;
  height: auto;
  display: block;
}

.collection-item-2 {
  position: static;
}

.collection-item-2.hover {
  transition: all .2s;
}

.collection-item-2.hover:hover {
  box-shadow: none;
}

.image-8 {
  width: 100%;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.menu-bar-border {
  width: 100%;
  height: 16px;
  background-image: url('../images/header-gradient-2.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
}

.rich-text-block {
  color: #595959;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.collection-item-3, .collection-list-wrapper-4 {
  position: static;
}

.div-block-9.desktop-hidden {
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  z-index: 4;
}

.top-bar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 16px none var(--mk-purple);
  background-color: var(--gray-85);
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 78px 16px 40px;
  display: flex;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  font-family: Larken, sans-serif;
}

.flourish {
  text-align: center;
  margin-bottom: 2rem;
}

.jewelry-item {
  text-align: center;
  padding-bottom: 20px;
}

.jewelry-list {
  width: 66%;
}

.jewelry-list-image {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.category-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.category-container.reverse {
  flex-direction: row-reverse;
}

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

.jewelry-grid.full {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-9 {
  object-fit: contain;
}

.item-title {
  font-family: Mulish, sans-serif;
  font-weight: 400;
}

.text-block-3 {
  margin-top: 10px;
  font-weight: 700;
}

.body {
  background-color: #fff;
  background-image: url('../images/3eda5c7bdc953c98189a2f1096d66190.jpg');
  background-position: 50%;
  background-size: auto;
}

.price-block {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-weight: 700;
  display: flex;
}

.full-width {
  width: 100%;
}

.rl_footer1_legal-link {
  color: #fff;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer1_credit-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.rl_footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rl_footer1_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer1_line-divider {
  width: 100%;
  height: 1px;
  background-color: #8a8a8a;
}

.rl_footer1_spacing-block-5 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_footer1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_footer_column-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}

.rl_footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.rl_footer1_link {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer1_menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: start;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-text-style-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-tiny {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.rl_footer1_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-secondary-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: #000;
}

.rl-form-input::-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
}

.rl-form-input::placeholder {
  color: #000;
  font-size: 1rem;
}

.rl_footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.rl_footer1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.rl_footer1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer1_logo-link {
  padding-left: 0;
}

.rl_footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.rl_footer1_top-wrapper {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
  display: block;
}

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

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer1_component {
  background-color: var(--gray-85);
}

.link {
  color: #fff;
  text-decoration: underline;
}

.link-2, .link-3 {
  color: #fff;
}

.main-menu {
  max-width: 1440px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.link-block-3 {
  color: var(--gray-90);
}

.shop-button-container {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.rl-error-text {
  color: #e23939;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-text-style-link-2 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-tiny-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_cta26_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-form-input-2 {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input-2:focus {
  border-color: #000;
}

.rl-form-input-2::-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
}

.rl-form-input-2::placeholder {
  color: #000;
  font-size: 1rem;
}

.rl_cta_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.rl_cta26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_cta26_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--mk-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larken, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_cta26_component {
  width: 100%;
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_cta26 {
  background-color: #fff;
  position: relative;
}

.hours-text {
  font-size: 18px;
  line-height: 1.75;
}

.hours-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.div-block-10 {
  width: 100%;
  color: var(--white);
  text-align: center;
  background-color: #312a25;
  padding: 20px;
}

.yellow-border {
  width: 100%;
  height: 4px;
  background-color: #c0af2c;
  margin-bottom: 4px;
}

.secondary-buttons {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.secondary-footer {
  text-align: center;
  background-color: #fff;
  padding: 20px;
}

.text-block-4 {
  margin-top: 10px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 76px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 48px;
  }

  h4 {
    font-size: 32px;
  }

  p {
    font-size: 20px;
  }

  blockquote {
    font-size: 28px;
  }

  .container-large {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large.no-padding {
    margin-left: auto;
    margin-right: auto;
  }

  .fs-styleguide_logo-sample {
    padding: 2.5rem;
  }

  .tab-link.jetboost-filter-all-bw9o {
    cursor: pointer;
  }

  .menu-bar {
    justify-content: center;
    display: flex;
  }

  .hero {
    max-width: 1440px;
    grid-template-columns: 1fr 1.25fr;
  }

  .hero-content {
    min-width: auto;
  }

  .all-products-section, .top-bar {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_nav_menu {
    background-color: #fff;
  }

  .container-large.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_nav-link {
    padding: .75rem 2.5rem .5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .fs-styleguide_nav_button-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5px;
  }

  .fs-styleguide_nav_menu_icon {
    display: flex;
  }

  .fs-styleguide_nav_menu-mobile-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .fs-styleguide_nav_menu-mobile-button.w--open {
    color: #00205b;
    background-color: #dbeafd;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link {
    white-space: nowrap;
  }

  .hide-tablet {
    display: none;
  }

  .display-medium {
    font-size: 3rem;
  }

  .top-bar-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .buttons-container {
    flex-direction: column;
  }

  .featured-products {
    grid-template-columns: 80vw;
    grid-auto-columns: 80vw;
    grid-auto-flow: column;
    overflow: scroll;
  }

  .featured-products.hidescroll {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 90%;
    grid-auto-columns: 90%;
    justify-content: start;
    justify-items: start;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card.small {
    width: 100%;
  }

  .product-filter {
    overflow: scroll;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .modal-content-container {
    width: 80%;
  }

  .collection-list-3 {
    justify-items: start;
  }

  .collection-list-wrapper-3 {
    max-width: 100%;
  }

  .modal-image-container {
    justify-content: flex-start;
    display: flex;
    overflow: scroll;
  }

  .collection-item-2 {
    width: 100%;
  }

  .top-bar {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-end;
    padding-right: 66px;
    display: flex;
  }

  .jewelry-list, .jewelry-list-image {
    width: 100%;
  }

  .category-container {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .category-container.reverse {
    flex-direction: column;
  }

  .image-9 {
    width: 100%;
  }

  .rl_footer1_legal-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    grid-auto-columns: auto;
    justify-content: flex-start;
    display: flex;
  }

  .rl_footer1_credit-text {
    line-height: 1;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 4.5rem;
  }

  .rl_footer1_menu-wrapper {
    grid-template-columns: 1.5fr 1fr;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-medium {
    font-size: 1.25rem;
  }

  .fs-styleguide_nav_logo-link {
    padding-left: 0;
  }

  .fs-styleguide_nav_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fs-styleguide_logo-sample-image {
    height: 2.5rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .container-large.no-padding {
    margin-top: 120px;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr 1fr;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .button-secondary {
    font-size: .875rem;
  }

  .button-secondary.is-small {
    font-size: .75rem;
  }

  .button-secondary.is-large {
    font-size: 1.125rem;
  }

  .button-secondary.desktop-only {
    display: none;
  }

  .fs-styleguide_nav-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .heading-xxxlarge {
    font-size: 3rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .fs-styleguide_color-sample {
    margin-bottom: .25rem;
    padding: 2.5rem;
  }

  .heading-xxsmall {
    font-size: .875rem;
  }

  .fs-styleguide_logo-sample {
    padding: 1.75rem 1.25rem;
  }

  .button.is-large {
    font-size: 1.125rem;
  }

  .button.mobile-only {
    display: block;
  }

  .fs-styleguide_nav_button-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-large {
    font-size: 1.5rem;
  }

  .heading-small {
    font-size: 1.125rem;
  }

  .fs-styleguide_nav_menu-mobile-button.w--open {
    background-color: var(--mk-purple);
    color: var(--white);
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2rem;
  }

  .heading-xsmall {
    font-size: 1rem;
  }

  .heading-xxlarge {
    font-size: 2.625rem;
  }

  .tab-link {
    font-size: 1rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .display-large {
    font-size: 4.25rem;
  }

  .display-medium {
    font-size: 3.75rem;
  }

  .display-small {
    font-size: 3.375rem;
  }

  .heading-xxxsmall {
    font-size: .875rem;
  }

  .top-bar-container {
    justify-content: center;
  }

  .buttons-container.mobile-hide {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 50px 12px;
  }

  .hero-content, .featured-products.hidescroll, .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    background-color: #000;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .div-block-9.desktop-hidden {
    display: flex;
  }

  .top-bar {
    justify-content: center;
  }

  .jewelry-list {
    overflow: scroll;
  }

  .jewelry-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 275px;
    grid-auto-columns: 300px;
    grid-auto-flow: column;
    display: grid;
  }

  .price-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rl_footer1_legal-list {
    grid-auto-flow: row;
  }

  .rl_footer1_credit-text {
    margin-top: 1.5rem;
  }

  .rl_footer1_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 3rem;
  }

  .rl_footer1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer1_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_footer1_spacing-block-2, .rl_footer1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .main-menu {
    justify-content: center;
  }

  .rl_cta26_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_cta26_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_cta26_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  ul, ol {
    padding-left: 20px;
  }

  blockquote {
    border-bottom: 4px solid var(--mk-purple);
    border-left-style: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .text-quote {
    border-left-style: none;
    padding: 0 0 .5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_nav_logo-link {
    padding-left: 0;
  }

  .fs-styleguide_nav_component {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-secondary.mobile {
    min-width: auto;
    flex: 1;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .show-mobile-portrait {
    display: block;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
    display: flex;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-xlarge {
    font-size: 1.2rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .buttons-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .buttons-container.mobile {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .buttons-container.mobile-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .image {
    margin-left: 0;
  }

  .image.m-mt-24 {
    margin-top: 24px;
  }

  .modal-container {
    display: none;
  }

  .modal-content-container.hidescroll {
    width: 100%;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl_footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .rl_cta_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .secondary-buttons {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }
}

#w-node-e1d9c9a4-cfcf-4e5d-ff75-bdc35902e47c-965382fc, #w-node-_09f28a4a-8381-ff3e-522e-48b44612e3c2-965382fc, #w-node-_5c64a220-6db4-1744-8deb-16f2d195da5e-965382fc, #w-node-e90e0487-c8ad-f580-6f37-1772c17a9322-965382fc, #w-node-a9262414-8bf2-5781-54b6-e4b313bc2338-96538302, #w-node-a293a008-4b58-6d50-7951-b8ad8f47e12f-96538302, #w-node-_7f5e4d57-4f14-ccc8-db97-a2e053032763-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c24b4e6-5000-3fbf-5b3b-17e50a6d52c9-96538302 {
  align-self: stretch;
}

#w-node-_446c430f-6408-3fa2-163e-ab348a241018-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_968e3dcd-08ab-861c-f216-869850393c09-96538302 {
  align-self: stretch;
}

#w-node-_1a9a5fb8-02dc-c2d4-000b-1ef5785dd83e-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dba186a-59f4-53dc-00fe-95fc9705dbac-96538302 {
  align-self: stretch;
}

#w-node-_00b6e490-24ea-34f6-0638-e29ced2b5786-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a971de9-562c-5e84-9430-3d31464f4712-96538302 {
  align-self: stretch;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe94325556-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe9432555c-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325562-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325589-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe9432558b-96538302 {
  align-self: start;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe9432558e-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325593-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325598-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe9432559a-96538302 {
  align-self: start;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe9432559d-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe9432559f-96538302 {
  align-self: start;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255a2-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255a4-96538302 {
  align-self: start;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255a7-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255a9-96538302 {
  align-self: start;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255ac-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255ae-96538302 {
  align-self: start;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255b1-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255b3-96538302 {
  align-self: start;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255b6-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255b8-96538302 {
  align-self: start;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255bb-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255bd-96538302 {
  align-self: start;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255c0-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255c2-96538302 {
  align-self: start;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255c5-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255c7-96538302 {
  align-self: start;
}

#w-node-f1cf1cf6-aef0-befc-9732-6afe943255ca-96538302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f1cf1cf6-aef0-befc-9732-6afe94325428-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe9432542d-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325432-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325437-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325441-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325446-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe9432544b-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325450-96538302 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f1cf1cf6-aef0-befc-9732-6afe94325428-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe9432542d-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325432-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325437-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325441-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325446-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe9432544b-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325450-96538302 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f1cf1cf6-aef0-befc-9732-6afe94325428-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe9432542d-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325432-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325437-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325441-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325446-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe9432544b-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325450-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe9432553d-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325549-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe9432554f-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325555-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe9432555b-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325561-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325586-96538302 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1cf1cf6-aef0-befc-9732-6afe9432558b-96538302 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-f1cf1cf6-aef0-befc-9732-6afe94325590-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe94325595-96538302 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1cf1cf6-aef0-befc-9732-6afe9432559a-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe9432559f-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe943255a4-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe943255a9-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe943255ae-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe943255b3-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe943255b8-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe943255bd-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe943255c2-96538302, #w-node-f1cf1cf6-aef0-befc-9732-6afe943255c7-96538302 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }
}


@font-face {
  font-family: 'Larken';
  src: url('../fonts/Larken-ExtraBold.woff2') format('woff2'), url('../fonts/Larken-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larken';
  src: url('../fonts/Larken-Regular.woff2') format('woff2'), url('../fonts/Larken-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}