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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: 'Eudoxus Sans', Tahoma, sans-serif;
  color: #131313;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 43px;
  line-height: 1.3;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  line-height: 1.6;
}

a {
  color: #252a2c;
  text-decoration: none;
}

.container {
  max-width: 1184px;
  padding-right: 60px;
  padding-left: 60px;
}

.container.is--hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.is--nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.is--pre-nav {
  display: none;
}

.section {
  padding-top: 125px;
  padding-bottom: 125px;
}

.section.is--hero {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.is--footer {
  padding-top: 80px;
  padding-bottom: 60px;
}

.section.is--footer.bg-black {
  color: #ccc;
}

.style-title {
  margin: 20px 16px 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
}

.label {
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

.label.font-16 {
  position: relative;
}

.label.font-16.m-b-xs {
  margin-bottom: 6px;
}

.label.m-b-12 {
  margin-bottom: 12px;
}

.m-b-md {
  margin-bottom: 60px;
}

.color-box {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.color-box.has-outline {
  border: 1px solid #000;
}

.bg-black {
  background-color: #131313;
}

.bg-primary {
  background-color: #009bde;
}

.bg-white {
  background-color: #fefefe;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-dark {
  background-color: #252a2c;
}

.flex-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-3-col {
  width: 33.333333333333336%;
}

.style-name {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #b8b8b8;
  color: #b8b8b8;
}

.button {
  padding: 14px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #009bde;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #fefefe;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fefefe;
  color: #009bde;
}

.button.outline-white {
  background-color: transparent;
}

.button.outline-white:hover {
  background-color: #fefefe;
  color: #131313;
}

.button.outline-white.cta-secondary {
  margin-left: 18px;
}

.button.tab-button {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 60px;
}

.padding-x-sm {
  padding-right: 16px;
  padding-left: 16px;
}

.padding-sm {
  padding: 16px;
}

.nav-item {
  overflow: hidden;
  padding: 10px;
}

.color-white {
  color: #fefefe;
}

.nav-label {
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-label.color-black {
  color: #131313;
}

.nav-label__underline {
  height: 2px;
  background-color: #009bde;
}

.flex-dummy-color {
  background-color: #f5f5f5;
}

.flex-2-col {
  width: 50%;
}

.course-image {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.course-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.course-card-wrapper.has-gap {
  margin-right: 1.8796992481203008vw;
  margin-bottom: 1.8796992481203008vw;
}

.font-18 {
  font-size: 18px;
}

.m-b-sm {
  margin-bottom: 30px;
}

.service-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
}

.service-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ". check-up"
    ". check-up";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(218px, 255px) 20px minmax(218px, 255px) 20px minmax(218px, 255px);
  grid-template-rows: minmax(218px, 255px) minmax(218px, 255px) minmax(218px, 255px);
}

.font-16 {
  font-size: 16px;
}

.service-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.service-img.is--centered {
  margin-top: auto;
  margin-bottom: auto;
}

.service-img.card--opened {
  margin-bottom: 0px;
}

.service-img.cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.color-primary {
  color: #009bde;
}

.heading-wrapper {
  margin-bottom: 60px;
}

.heading-wrapper.max-w-md {
  width: 420px;
}

.heading-wrapper.max-w-lg {
  width: 780px;
}

.heading-wrapper.max-w-lg.text-centered {
  margin-right: auto;
  margin-left: auto;
}

.heading-wrapper.max-w-md.text-centered {
  margin-right: auto;
  margin-left: auto;
}

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

.full-vw-container {
  overflow: hidden;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.courses-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 1.8796992481203008vw;
  grid-row-gap: 1.8796992481203008vw;
}

.pb-section {
  position: relative;
  padding-top: 100px;
}

.pb-accordion {
  min-height: 940px;
  margin-top: 60px;
}

.pb-accordion-img {
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.position-relative {
  position: relative;
}

.pb-accordion-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-right: 6.25vw;
  padding-left: 5.25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pb-accordion-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper {
  margin-top: 150px;
}

.hero-wrapper.flex-col-wrap {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hero-left.flex-2-col {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-right {
  max-width: 40ch;
  margin-bottom: 125px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hero-img {
  height: 630px;
  max-width: none;
  margin-bottom: -2%;
  margin-left: -21%;
}

.hero-p {
  width: 32ch;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 36px;
}

.hero-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  min-width: 1440px;
  background-image: url('../images/hero-bg.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor-eye {
  width: 0px;
  height: 0px;
  opacity: 0;
  -webkit-transition: height 130ms ease, width 130ms ease, opacity 200ms ease;
  transition: height 130ms ease, width 130ms ease, opacity 200ms ease;
}

.cursor-eye.is--visible {
  width: 64px;
  height: 64px;
  opacity: 1;
}

.service-card-hover-area {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  cursor: pointer;
}

.service-card-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  padding: 18px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f5;
  cursor: pointer;
}

.service-tab-link {
  padding: 0px 0px 20px;
  border-bottom: 1px solid #dfdfdf;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #cbcbcb;
}

.service-tab-link:hover {
  border-bottom-color: #a8a8a8;
  color: #a8a8a8;
}

.service-tab-link.w--current {
  border-bottom-color: #131313;
  background-color: transparent;
  color: #131313;
}

.service-tab-link.margin-bottom {
  margin-bottom: 40px;
}

.service-tab-link.last {
  border-bottom-style: none;
}

.service-tab-title {
  font-size: 20px;
}

.tab-cta-wrapper {
  margin-top: 120px;
}

.tab-cta-wrapper.full-vw-container {
  position: relative;
  overflow: visible;
  margin-top: 0px;
  padding-left: 5.25vw;
}

.pb-image-tab {
  position: relative;
  width: 100%;
  height: 100%;
}

.pb-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-wordmark {
  margin-bottom: 6px;
}

.wordmark-disclaimer {
  display: block;
  color: grey;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: inline;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ccc;
}

.footer-link:hover {
  color: #fefefe;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0px;
  grid-row-gap: 12px;
}

.footer-nav-link {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ccc;
  font-size: 18px;
  font-weight: 700;
}

.footer-nav-link:hover {
  color: #fefefe;
}

.footer-label {
  margin-bottom: 12px;
  color: #fefefe;
  font-size: 18px;
  font-weight: 700;
}

.f-r {
  width: 428px;
  height: 275px;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.social-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #e3e3e3;
}

.social-ico:hover {
  color: #fefefe;
}

.social-ico.hide {
  display: none;
}

.footer-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 16px;
  padding-top: 24px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #515050;
}

.wmie-sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #e3e3e3;
}

.nav {
  position: fixed;
  left: 0%;
  top: 6px;
  right: 0%;
  bottom: auto;
  z-index: 999;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: hsla(0, 0%, 100%, 0);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.nav-logo-img.is--mb-menu-logo {
  display: none;
}

.pb-accordion-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area"
    ". Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.map-wrapper {
  width: auto;
  height: 100%;
  max-width: 100%;
}

.label-card-opened {
  font-family: Helveticanowtext, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

.label-card-opened.font-16 {
  position: relative;
  font-size: 16px;
}

.label-card-opened.font-16.m-b-xs {
  margin-bottom: 6px;
}

.label-card-opened.m-b-12 {
  margin-bottom: 12px;
}

.nav-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo.w--current {
  padding-right: 0px;
  padding-left: 0px;
}

.logo-wordmark {
  opacity: 0;
  color: #fefefe;
}

.nav-is--fixed {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fefefe));
  background-image: linear-gradient(180deg, #fefefe, #fefefe);
}

.nav-logo-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-button {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-background-fixed {
  display: none;
}

.link__arrow {
  display: none;
}

.footer-link-info {
  display: inline;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ccc;
  cursor: pointer;
}

.footer-link-info:hover {
  color: #fefefe;
}

.service-card-button {
  display: none;
}

.service-card-label-wrapper.white-sm {
  color: #fefefe;
}

.accordion-pseudo-space {
  display: none;
}

.service-tab-p__pulled {
  display: none;
}

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

.menu-link-info {
  display: inline;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ccc;
}

.menu-link-info:hover {
  color: #fefefe;
}

.m-b-4 {
  margin-bottom: 4px;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-cc-prefs2_option {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid hsla(0, 0%, 75.3%, 0.3);
}

.fs-cc-prefs2_close {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  padding: 12px;
  background-color: #009bde;
  box-shadow: -1px 1px 4px 0 rgba(51, 51, 51, 0.1);
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-prefs2_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 42, 44, 0.94);
}

.fs-cc-prefs2_label {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  color: #252a2c;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs2_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-banner2_component {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1010;
  display: none;
  width: 450px;
  padding: 30px;
  background-color: #009bde;
  color: #fff;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #009bde;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fefefe;
  cursor: pointer;
}

.fs-cc-manager2_button:hover {
  background-color: #fefefe;
  color: #009bde;
}

.fs-cc-manager2_component {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 1010;
  display: none;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: #131313;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.fs-cc-banner2_text-link {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  padding: 12px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #0540f2;
  background-color: #009bde;
  font-weight: 700;
  text-align: center;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  margin-bottom: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #5f5f5f;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #5f5f5f;
}

.fs-cc-prefs2_button.fs-cc-button-alt:hover {
  border-color: #131313;
  color: #131313;
}

.fs-cc-banner2_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-cc-prefs2_content {
  height: 100%;
  padding: 40px 32px;
  background-color: #fff;
  color: #000;
}

.fs-cc-prefs2_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #252a2c;
  background-color: #fff;
  cursor: pointer;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: #009bde;
  background-color: #009bde;
  background-size: auto;
}

.fs-cc-prefs2_form {
  position: relative;
  width: 100%;
  max-height: 85vh;
  max-width: 400px;
  margin-bottom: 0px;
  background-color: #333;
  color: #fff;
}

.fs-cc-prefs2_submit {
  margin-top: 12px;
  padding: 12px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #009bde;
  background-color: transparent;
  color: #009bde;
  font-weight: 700;
  text-align: center;
}

.fs-cc-prefs2_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  margin-bottom: 0px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  width: 24px;
  height: 24px;
  color: #fff;
}

.fs-cc-banner2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner2_button {
  min-width: 120px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 8px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #009bde;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.fs-cc-banner2_button:hover {
  color: #0071a2;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  background-color: rgba(2, 8, 115, 0.4);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fefefe;
}

.fs-cc-banner2_button.fs-cc-button-alt:hover {
  background-color: rgba(19, 19, 19, 0.81);
}

.fs-cc-prefs2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs2_checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-bottom: 0px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trigger-10perc {
  position: absolute;
  left: 0%;
  top: 110vh;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  width: 100%;
  height: 100%;
}

.menu-overlay {
  display: none;
}

.close-nav-button {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.privacy-policy-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.shimano-service-center {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 1010;
  display: block;
  width: 150px;
  box-shadow: 0 0 11px 0 rgba(1, 159, 227, 0.53);
}

.image-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.service-img-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(69%, transparent), color-stop(96%, rgba(0, 0, 0, 0.77)));
  background-image: linear-gradient(180deg, transparent 69%, rgba(0, 0, 0, 0.77) 96%);
}

.experiences-slider {
  overflow: hidden;
  width: auto;
  height: 56.27vw;
  max-height: 560px;
}

.exp-slider__lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-cover {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.exp-slider__slide {
  position: relative;
}

.masonry-grid {
  padding-top: 50px;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}

.exp__image {
  margin-bottom: 16px;
}

.exp__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-vertical {
  -webkit-column-count: 1;
  column-count: 1;
}

.cta-link {
  padding: 10px;
}

.exp-grip {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ". check-up"
    ". check-up";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(218px, 255px) 20px minmax(218px, 255px) 20px minmax(218px, 255px);
  grid-template-rows: minmax(218px, 255px) minmax(218px, 255px) minmax(218px, 255px);
}

.exp-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 12px;
}

.exp-preview__img {
  width: 33%;
}

.swiper {
  overflow: hidden;
  height: 300px;
}

.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-image {
  width: 100%;
  height: auto;
}

.exp-col-left {
  width: 50%;
  margin-right: 60px;
}

.exp-col-img {
  width: 50%;
}

.exp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-b-12 {
  margin-bottom: 12px;
}

.service-card-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
}

.m-b-30 {
  margin-bottom: 30px;
}

.spacer-125 {
  height: 125px;
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 4px;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.is--hero {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    margin-top: -100%;
    padding-top: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #0c181d), color-stop(70%, rgba(12, 24, 29, 0)));
    background-image: linear-gradient(0deg, #0c181d 40%, rgba(12, 24, 29, 0) 70%);
  }

  .container.is--nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section {
    position: relative;
    background-color: #fefefe;
  }

  .section.is--hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #0c181d;
  }

  .section.is--footer.bg-black {
    background-color: #131313;
  }

  .button.tab-button {
    bottom: 8.1vh;
  }

  .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-bottom: 1px solid #000;
    color: #131313;
  }

  .nav-label.color-white {
    font-family: 'Eudoxus Sans', Tahoma, sans-serif;
    color: #131313;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
  }

  .nav-label__underline {
    display: none;
  }

  .course-card-wrapper {
    width: auto;
  }

  .course-card-wrapper.has-gap {
    margin-right: 0vw;
    margin-bottom: 0vw;
  }

  .m-b-sm.max-width-sm {
    max-width: 270px;
  }

  .service-grid {
    grid-template-areas: ". check-up";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(218px, 255px) minmax(218px, 255px) minmax(218px, 255px) minmax(218px, 255px) minmax(218px, 255px);
    grid-template-rows: minmax(218px, 255px) minmax(218px, 255px) minmax(218px, 255px) minmax(218px, 255px) minmax(218px, 255px);
  }

  .heading-wrapper.max-w-md {
    width: auto;
  }

  .heading-wrapper.max-w-lg {
    width: auto;
  }

  .courses-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pb-accordion-left.flex-2-col {
    padding-right: 20px;
    padding-left: 30px;
  }

  .hero-wrapper.flex-col-wrap {
    margin-top: 0px;
    padding-bottom: 17vw;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-left.flex-2-col {
    display: none;
  }

  .hero-right {
    margin-bottom: 0px;
  }

  .hero-right.flex-2-col {
    width: auto;
    max-width: 60ch;
  }

  .hero-p {
    width: auto;
  }

  .hero-background {
    position: relative;
    z-index: 0;
    height: 83vh;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/land-tablet.webp');
    background-position: 0% 0%;
    background-size: cover;
    background-attachment: fixed;
  }

  .tab-cta-wrapper.full-vw-container {
    padding-left: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 1vw;
    -ms-grid-columns: auto auto 30vw;
    grid-template-columns: auto auto 30vw;
  }

  .footer-wordmark {
    display: block;
    height: 30px;
    max-width: none;
  }

  .nav {
    position: fixed;
    top: 0px;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    display: none;
    padding: 14px 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    -webkit-transition: -webkit-transform 200ms cubic-bezier(.755, .05, .855, .06);
    transition: -webkit-transform 200ms cubic-bezier(.755, .05, .855, .06);
    transition: transform 200ms cubic-bezier(.755, .05, .855, .06);
    transition: transform 200ms cubic-bezier(.755, .05, .855, .06), -webkit-transform 200ms cubic-bezier(.755, .05, .855, .06);
  }

  .nav-logo-img {
    height: 11vw;
    min-height: 58px;
  }

  .nav-logo-img.is--mb-menu-logo {
    display: block;
    margin-bottom: 30px;
  }

  .nav-logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-logo.is--fixed {
    position: fixed;
    left: 30px;
    top: 14px;
    z-index: 1000;
  }

  .nav-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
  }

  .nav-button.w--open {
    z-index: 999;
    background-color: transparent;
  }

  .ham-line {
    width: 32px;
    height: 2.4px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #fff;
    mix-blend-mode: difference;
  }

  .ham-line.upper {
    width: 37px;
    margin-bottom: 8px;
  }

  .hero-background-fixed {
    position: relative;
    top: 0px;
    z-index: 0;
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link__arrow.visible-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-menu-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .mobile-menu-title {
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 1.6;
  }

  .menu-link-info {
    color: #131313;
  }

  .menu-link-info:hover {
    color: #009bde;
  }

  .m-b-4.max-width-sm {
    max-width: 270px;
  }

  .menu-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 900;
    display: none;
    background-color: rgba(12, 24, 29, 0.95);
  }

  .close-nav-button {
    display: none;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
  }

  .close-nav-button.w--open {
    z-index: 999;
    background-color: transparent;
  }

  .exp-grip {
    grid-template-areas: ". check-up";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(218px, 255px) minmax(218px, 255px) minmax(218px, 255px) minmax(218px, 255px);
    grid-template-rows: minmax(218px, 255px) minmax(218px, 255px) minmax(218px, 255px) minmax(218px, 255px);
  }

  .m-b-12.max-width-sm {
    max-width: 270px;
  }

  .m-b-30.max-width-sm {
    max-width: 270px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  p {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .container {
    padding-right: 7.6923076923076925vw;
    padding-left: 7.6923076923076925vw;
  }

  .container.is--hero {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(41%, #0c181d), color-stop(72%, rgba(12, 24, 29, 0)));
    background-image: linear-gradient(0deg, #0c181d 41%, rgba(12, 24, 29, 0) 72%);
  }

  .container.is--pre-nav {
    display: block;
    margin-top: -8px;
    background-color: #009bde;
  }

  .container.is--pre-nav:hover {
    background-color: #007db3;
  }

  .section.service-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section.exp-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .label {
    font-size: 13px;
  }

  .label.font-18 {
    font-size: 16px;
  }

  .flex-col-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-3-col {
    width: 100%;
  }

  .button {
    padding: 15px 24px;
    font-size: 15px;
  }

  .button.tab-button {
    position: static;
  }

  .flex-2-col {
    width: 100%;
  }

  .course-image {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .course-card-wrapper.has-gap {
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .service-card {
    padding: 19px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 6px;
  }

  .service-img {
    display: none;
  }

  .heading-wrapper {
    margin-bottom: 30px;
  }

  .courses-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 80px;
  }

  .pb-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .pb-accordion.full-vw-container.flex-col-wrap {
    min-height: auto;
    margin-top: 30px;
    padding-right: 7.6923076923076925vw;
    padding-left: 7.6923076923076925vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .pb-accordion-left {
    padding-left: 0vw;
  }

  .pb-accordion-left.flex-2-col {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .hero-wrapper.flex-col-wrap {
    padding-bottom: 10vw;
  }

  .hero-right.flex-2-col {
    max-width: none;
  }

  .hero-background {
    height: 85vw;
    min-height: 370px;
    background-image: url('../images/land-mobile.webp');
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: scroll;
  }

  .service-card-hover-area {
    display: none;
  }

  .service-card-content {
    position: relative;
    z-index: auto;
    padding: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .service-tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-tab-link.margin-bottom {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-tab-link.last {
    border-bottom-style: solid;
  }

  .service-tab-title {
    font-size: 16px;
  }

  .tab-cta-wrapper.full-vw-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    padding-right: 7.6923076923076925vw;
    padding-left: 7.6923076923076925vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .pb-image-tab {
    height: 39.09952606635071vh;
    min-height: 390px;
  }

  .pb-image {
    position: relative;
  }

  .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(auto, 1fr);
    grid-template-columns: minmax(auto, 1fr);
    -ms-grid-rows: auto auto 330px;
    grid-template-rows: auto auto 330px;
  }

  .footer-link {
    font-size: 24px;
    line-height: 1.6;
  }

  .footer-nav {
    margin-bottom: 30px;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .footer-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #a7a7a7;
  }

  .f-m {
    margin-bottom: 20px;
  }

  .footer-label {
    font-size: 15px;
  }

  .footer-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-divider {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
  }

  .nav-menu {
    padding-right: 7.6923076923076925vw;
    padding-left: 7.6923076923076925vw;
  }

  .map-wrapper {
    height: 20vh;
  }

  .nav-button {
    top: 30px;
  }

  .link__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .service-card-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 23px;
    height: 23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #131313;
    cursor: pointer;
  }

  .service-card-button-line {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 12px;
    height: 2px;
    margin: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .service-card-button-line.upper {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .service-card-label-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-card-label-wrapper.white-sm {
    color: #131313;
  }

  .accordion-pseudo-space {
    display: block;
    height: 12px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .accordion-content {
    overflow: hidden;
  }

  .service-tab-p {
    display: none;
  }

  .service-tab-p__pulled {
    display: block;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-right: 8px;
    margin-left: 0px;
  }

  .close-nav-button {
    top: 30px;
  }

  .shimano-service-center {
    display: none;
  }

  .ssc-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 8px;
    text-align: center;
  }

  .ssc-logo-prenav {
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .service-img-shadow {
    display: none;
  }

  .masonry-grid {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .exp-grip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 6px;
  }

  .exp-col-left {
    width: auto;
    margin-right: 0px;
  }

  .exp-col-img {
    width: 100%;
  }

  .exp-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 30px;
  }

  .service-card-link {
    padding: 19px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .container.is--hero {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(58%, #0c181d), color-stop(72%, rgba(12, 24, 29, 0)));
    background-image: linear-gradient(0deg, #0c181d 58%, rgba(12, 24, 29, 0) 72%);
  }

  .section.is--hero {
    overflow: visible;
  }

  .section.exp-section {
    padding-top: 10px;
  }

  .button.outline-white.cta-secondary {
    margin-left: 0px;
  }

  .hero-wrapper.flex-col-wrap {
    padding-bottom: 29%;
  }

  .cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-row-gap: 12px;
    text-align: center;
  }

  .hero-background {
    height: 95vw;
    min-height: auto;
  }

  .service-tab-link {
    width: auto;
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .service-tab-link.margin-bottom {
    margin-bottom: 20px;
  }

  .service-tab-title {
    white-space: nowrap;
  }

  .footer-nav {
    margin-bottom: 30px;
  }

  .f-l {
    margin-bottom: 30px;
  }

  .f-m {
    margin-bottom: 50px;
  }

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

  .map-wrapper {
    min-height: 200px;
  }

  .link__arrow {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-tab-p {
    display: none;
  }

  .block-xs {
    display: block;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    display: none;
    padding: 24px;
  }

  .ssc-logo-prenav {
    width: 20vw;
  }
}

#w-node-_1c34a3ab-c12d-e6ed-e8c7-849e4facaa03-32cf7e88 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-_1c34a3ab-c12d-e6ed-e8c7-849e4facaa07-32cf7e88 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1c34a3ab-c12d-e6ed-e8c7-849e4facaa0b-32cf7e88 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1c34a3ab-c12d-e6ed-e8c7-849e4facaa0f-32cf7e88 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1c34a3ab-c12d-e6ed-e8c7-849e4facaa13-32cf7e88 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1c34a3ab-c12d-e6ed-e8c7-849e4facaa17-32cf7e88 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1c34a3ab-c12d-e6ed-e8c7-849e4facaa1b-32cf7e88 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_0227f8ed-0068-8095-6e41-e92762279540-32cf7e88 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-aa575d4b-0633-4a98-0ab5-92e4dcf5031f-dcf5031c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aa575d4b-0633-4a98-0ab5-92e4dcf50320-dcf5031c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aa575d4b-0633-4a98-0ab5-92e4dcf50337-dcf5031c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aa575d4b-0633-4a98-0ab5-92e4dcf50338-dcf5031c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1beba52-ee4f-7b0b-275f-874ae153a2b1-7790d8a0 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-aa89c04b-cf12-e815-5edb-077720315206-7790d8a0 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3e2f272b-09a3-a3b5-29b0-0bf0b5b56c90-7790d8a0 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_178cba29-8b7b-5fdc-8340-7dafd78f8059-7790d8a0 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-aab3207d-6851-2312-0f0a-185e7a592ebe-7790d8a0 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-e8c0da99-c528-b9c2-f0c9-bc2324a9cbc1-7790d8a0 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1b129681-6ce9-4913-ffb7-68c52c9f9847-7790d8a0 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@font-face {
  font-family: 'Eudoxus Sans';
  src: url('../fonts/EudoxusSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxus Sans';
  src: url('../fonts/EudoxusSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxus Sans';
  src: url('../fonts/EudoxusSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxus Sans';
  src: url('../fonts/EudoxusSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}