:root {
  --black: black;
  --dark-slate-grey: #3f3f3f;
  --light-grey: #d1d1d1;
  --slate-blue: #7066ab;
  --black-2: #181818;
}

.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;
}

body {
  color: #333;
  background-color: #1d1d1d;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  font-family: Mulish, sans-serif;
  text-decoration: none;
}

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

.container {
  width: 90%;
  max-width: 1000px;
  min-height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-left {
  max-width: 550px;
  align-self: flex-start;
}

.div-block {
  width: 80px;
  height: 2px;
  background-color: var(--black);
  margin-top: 92px;
  margin-bottom: 92px;
}

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

.section.hero-section {
  height: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-right {
  width: 800px;
  height: 600px;
  position: absolute;
  right: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  text-shadow: 6px 6px 6px #000;
  background-image: url('../images/BLUE-SKY-pic.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
}

.heading {
  z-index: 1;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.image {
  width: 60%;
}

.div-block-2, .container-2 {
  display: flex;
}

.paragraph {
  padding-left: 20px;
  font-size: 1.3em;
  line-height: 2em;
}

.hero-section {
  min-height: 95vh;
  filter: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #242424;
  background-image: linear-gradient(rgba(0, 0, 0, .87), rgba(119, 119, 119, 0)), url('../images/lA.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 172px;
  font-size: 13px;
  display: flex;
}

.image-2 {
  background-color: #fff;
}

.image-3 {
  max-height: 600vh;
  min-height: 400px;
  filter: grayscale(76%);
}

.heading-2 {
  color: rgba(172, 172, 172, .88);
  text-align: center;
  white-space: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Mulish, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
  overflow: visible;
}

.button {
  opacity: .9;
  color: #e9e9e9;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #1f1f1f;
  border: 1px solid rgba(226, 226, 226, .75);
  order: 0;
  align-self: auto;
  margin-bottom: 10px;
  margin-left: 0;
  transition: text-shadow .5s, opacity .9s cubic-bezier(.754, .015, .25, 1);
}

.button:hover {
  opacity: 1;
  color: #f3f3f3;
  letter-spacing: 1px;
  background-color: #1f1f1f;
  border-color: #ebebeb;
}

.mega-focus {
  color: rgba(252, 252, 252, .88);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.navbar {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 var(--dark-slate-grey);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.navbar-buttons {
  color: #d3d3d3;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: text-shadow .55s, opacity .525s;
}

.navbar-buttons:hover {
  color: #fff;
  border-bottom: 1px solid #d1d1d1;
}

.navbar-buttons.navbar-dropdown {
  margin-top: 2px;
  font-family: Mulish, sans-serif;
}

.navbar-buttons.navbar-dropdown:hover {
  border: 1px #000;
  border-bottom: 1px solid #fff;
}

.navbar-buttons.navbar-dropdown.w--current {
  color: #fff;
  font-weight: 400;
}

.heading-3 {
  color: #d1d1d1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 1px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: block;
}

.footer {
  border-style: solid;
  border-width: 2px 1px 1px;
  border-color: var(--dark-slate-grey) black black;
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 19px;
  display: flex;
}

.form {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.field-label {
  color: #dadada;
  margin-left: 72px;
  padding-left: 0;
  padding-right: 18px;
  font-family: Mulish, sans-serif;
}

.text-field {
  color: #e4e4e4;
  background-color: rgba(143, 143, 143, .25);
  margin-left: 0;
  margin-right: 50px;
  font-family: Mulish, sans-serif;
}

.text-field:focus {
  box-shadow: 2px 2px 6px #bebebe;
}

.div-block-4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-links {
  color: #c4c4c4;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.footer-links.button {
  letter-spacing: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Mulish, sans-serif;
  font-size: 13px;
  line-height: 28px;
}

.footer-links.button:hover {
  background-color: #111;
  border-style: none;
  margin-bottom: 0;
  line-height: 20px;
  text-decoration: none;
}

.div-block-5 {
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 11px;
  padding-left: 0;
  font-size: 14px;
  display: flex;
}

.brand {
  letter-spacing: 4px;
}

.paragraph-2 {
  min-height: auto;
  color: rgba(180, 180, 180, .36);
  text-align: center;
}

.container-3 {
  width: 80%;
  margin-left: 0;
  margin-right: 0;
}

.image-4 {
  float: none;
  clear: none;
  border: 3px solid var(--light-grey);
  box-shadow: 1px 0 3px 0 var(--light-grey);
  text-align: left;
  margin-left: 67px;
  padding-left: 0;
  display: inline-block;
}

.columns {
  background-color: rgba(34, 34, 34, 0);
  margin: 40px 70px;
  display: block;
}

.intro-header {
  color: var(--light-grey);
  font-family: Mulish, sans-serif;
}

.paragraph-3 {
  color: #cfcfcf;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-2 {
  border-style: solid none none;
  border-width: 4px;
  border-color: var(--slate-blue);
  opacity: 1;
  filter: contrast(86%);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .97) 23%, rgba(56, 56, 56, .73) 100%, rgba(46, 46, 46, .77)), url('../images/Allen-003.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  padding-top: 65px;
  padding-bottom: 65px;
}

.intro-container {
  background-color: rgba(0, 0, 0, .53);
  margin-bottom: 52px;
  box-shadow: 0 0 6px 4px #1a1a1a;
}

.intro-container.about-intro, .intro-container.cv-intro, .intro-container.partnership-intro {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.column {
  padding-left: 78px;
  padding-right: 38px;
}

.button-2 {
  border: 1px solid var(--light-grey);
  background-color: #6e62b2;
}

.link-block {
  min-height: 50px;
  min-width: 50px;
}

.page-header {
  min-height: 300px;
  opacity: .85;
  filter: grayscale();
  background-image: url('../images/Cover.jpg');
  background-position: 50% 75%;
  background-size: cover;
}

.page-header.aboutpage-header {
  opacity: .85;
}

.page-header.racingcvpage-header {
  background-image: url('../images/Allen-008.JPG');
  background-position: 50% 85%;
  background-size: cover;
}

.about-header-text {
  opacity: 1;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 5px 5px 3px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 79px;
  margin-left: 87px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 79px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: 53px;
}

.styling {
  opacity: 1;
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  font-size: 79px;
  display: flex;
  position: relative;
  top: 49px;
}

.div-block-6 {
  width: 600px;
  min-height: 400px;
  float: right;
  background-color: #923131;
  background-image: url('../images/18368A31-BA25-43AF-9984-6C9FCAFB86C6.JPG');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  display: block;
}

.heading-4 {
  color: var(--light-grey);
  margin-top: 19px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Lato, sans-serif;
  position: static;
}

.text-block {
  color: var(--light-grey);
  margin-top: 17px;
  padding-left: 16px;
  padding-right: 13px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.section-3 {
  background-color: var(--slate-blue);
  color: var(--light-grey);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 18px;
}

.html-embed {
  display: block;
}

.heading-5 {
  color: var(--light-grey);
  letter-spacing: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  padding-top: 6px;
  padding-left: 0;
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.html-embed-2 {
  background-color: var(--dark-slate-grey);
  color: var(--light-grey);
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.paragraph-4 {
  color: var(--light-grey);
}

.year-heading {
  color: var(--light-grey);
  background-color: #7066ab;
  border-radius: 15px;
  margin-left: 24px;
  padding: 12px 22px;
  font-family: Exo, sans-serif;
  font-size: 53px;
  display: inline-block;
}

.paragraph-5 {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  margin-top: 13px;
  margin-left: 20px;
  padding-top: 5px;
  font-family: Mulish, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 31px;
}

.div-block-7 {
  margin-bottom: 0;
}

.year-block {
  min-height: auto;
  margin-top: 0;
  transition: flex-grow .4s;
}

.racingcv--section.scroll-trans {
  min-height: 70vh;
  margin-bottom: 70px;
  padding-top: 0;
}

.image-5 {
  margin-right: 0;
  padding-top: 85px;
}

.racingcv-columns {
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
}

.image-6 {
  padding-top: 102px;
}

.image-7 {
  padding-top: 92px;
}

.image-8 {
  padding-top: 64px;
  padding-left: 1px;
}

.image-9 {
  padding-top: 85px;
}

.image-10 {
  padding-top: 82px;
}

.image-11 {
  padding-top: 98px;
}

.pageintro-section {
  min-height: 100px;
  border-top: 3px solid var(--black);
  background-color: #7066ab;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}

.paragraph-6 {
  color: var(--light-grey);
  text-align: center;
  text-shadow: 1px 0 3px #000;
  margin-bottom: 0;
  padding-top: 9px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 38px;
}

.section-5 {
  min-height: 70px;
  background-color: #7066ab;
  border-top: 3px solid #000;
  border-bottom: 2px solid #000;
}

.section-5.pageintro-section {
  min-height: 100px;
}

.pageintro-text {
  color: var(--light-grey);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 0;
  padding: 13px 46px;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: 33px;
}

.columns-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 36px;
  display: flex;
}

.image-12 {
  border: 2px solid var(--light-grey);
}

.slide {
  min-height: auto;
  border: 4px none var(--light-grey);
  background-color: #fff;
  position: relative;
  left: 0;
}

.slider {
  min-height: 700px;
}

.image-13 {
  max-width: 50%;
  min-width: 500px;
  clear: none;
  border: 4px none var(--light-grey);
  object-fit: fill;
  margin: 65px auto 38px;
  padding-left: 0;
  display: block;
  position: relative;
}

.paragraph-7 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 21px;
  margin-left: 110px;
  margin-right: 110px;
  padding-left: 0;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.paragraph-7.bcspage {
  margin-top: 52px;
}

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

.grid-2 {
  max-height: none;
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-flow: row;
  justify-items: stretch;
  margin-top: 0;
  margin-left: 61px;
  margin-right: 61px;
  padding-top: 0;
  padding-bottom: 0;
}

.columns-3 {
  margin-top: 135px;
}

.image-14 {
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-15 {
  margin-top: 54px;
}

.image-16 {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-8 {
  max-height: none;
  margin-left: 0;
}

.container-4 {
  max-height: none;
  margin-top: 18px;
  display: block;
}

.c-spage-arrow {
  color: var(--slate-blue);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
}

.c-spage-arrow.right-arrow {
  color: #7066ab;
}

.image-17 {
  margin-top: 87px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-2 {
  background-color: var(--light-grey);
}

.image-18 {
  margin-top: 23px;
}

.image-19 {
  margin-top: 15px;
}

.slide-nav {
  background-color: var(--dark-slate-grey);
  color: #383838;
}

.slide-3 {
  background-color: #fff;
}

.image-20 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-4 {
  margin-top: 37px;
  margin-left: 65px;
  margin-right: 65px;
}

.image-21, .image-22 {
  border-radius: 100px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr 1fr;
  margin-top: 46px;
}

.image-23 {
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-24, .image-25 {
  border-radius: 0;
}

.image-26 {
  border-radius: 0;
  margin-bottom: 3px;
}

.columns-5 {
  margin-left: 278px;
  margin-right: 278px;
  padding-left: 0;
  padding-right: 0;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 80px;
  margin-right: 0;
  padding-right: 133px;
}

.paragraph-8 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin: 30px 215px 44px;
  font-family: Mulish, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 21px;
}

.link {
  color: #cf2200;
  font-size: 24px;
  transition: opacity .2s;
}

.image-27, .image-28 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-29 {
  margin-top: 1px;
  margin-left: 69px;
  margin-right: 33px;
}

.paragraph-9 {
  font-size: 30px;
}

.paragraph-10 {
  font-size: 21px;
}

.paragraph-11 {
  font-size: 24px;
}

.heading-6 {
  color: #466133;
  text-align: center;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 60px;
  font-family: Great Vibes, cursive;
  font-size: 35px;
}

.relish-about {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 16px;
  margin-left: 58px;
  margin-right: 58px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-30 {
  margin-left: auto;
  margin-right: 85px;
  display: block;
}

.div-block-99 {
  object-fit: fill;
  justify-content: center;
  margin-top: 27px;
  display: flex;
  position: relative;
}

.image-31 {
  flex: 0 auto;
  margin-left: 85px;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
}

.link-5 {
  border: 1px none var(--dark-slate-grey);
  color: var(--light-grey);
  margin-top: 6px;
  margin-left: 53px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}

.link-5.relish-links, .link-5.rpt-link {
  color: var(--dark-slate-grey);
}

.columns-6 {
  margin-left: 20px;
  margin-right: 20px;
}

.slide-4 {
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .89), rgba(78, 78, 78, .78)), url('../images/about-img.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.heading-7 {
  color: var(--light-grey);
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 2px 2px 7px #000;
  white-space: normal;
  margin-top: 396px;
  font-family: Exo, sans-serif;
  font-size: 156px;
  font-weight: 900;
}

.text-block-2 {
  color: var(--light-grey);
}

.text-block-3 {
  color: #7066ab;
  text-align: right;
  text-shadow: 1px 0 2px var(--black);
  margin-top: 45px;
  margin-right: 184px;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
}

.div-block-10 {
  width: 50px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-11 {
  margin-left: auto;
  margin-right: auto;
}

.field-label-2 {
  color: var(--slate-blue);
  margin-top: 30px;
  margin-left: 0;
  font-size: 19px;
}

.contact-textfield {
  background-color: var(--dark-slate-grey);
  color: var(--light-grey);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 0;
}

.contact-textfield:active {
  border: 2px solid #8c85b4;
}

.contact-textfield:focus {
  border: 2px solid var(--slate-blue);
}

.contact-textfield.messagefield {
  min-height: 300px;
}

.form-2 {
  margin: 0 126px;
}

.heading-8 {
  color: var(--slate-blue);
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.field-label-3 {
  color: var(--slate-blue);
  font-size: 19px;
}

.field-label-4 {
  color: var(--slate-blue);
  margin-top: 30px;
  font-size: 19px;
}

.submit-button {
  background-color: var(--slate-blue);
  margin-top: 11px;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-12 {
  align-self: flex-end;
  position: static;
}

.textarea {
  background-color: var(--dark-slate-grey);
}

.rich-text-block {
  color: var(--light-grey);
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-32 {
  width: 80%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-13 {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.article-header {
  color: var(--light-grey);
  margin-top: 30px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 36px;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 546px;
  padding-left: 35px;
  padding-right: 35px;
  display: grid;
}

.link-3 {
  background-color: var(--light-grey);
  color: var(--black);
  border-radius: 5px;
  margin-top: 14px;
  padding: 3px 12px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.image-33 {
  width: 50%;
  display: inline-block;
  position: static;
}

.div-block-14 {
  flex-direction: column;
  align-items: center;
  padding-top: 39px;
  display: flex;
}

.article-text {
  color: var(--light-grey);
  padding-left: 90px;
  padding-right: 90px;
  font-family: Montserrat, sans-serif;
}

.top-post-item {
  perspective: 2000px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-15 {
  width: 40%;
  margin-left: 50px;
}

.top-post-section {
  margin-bottom: 37px;
  padding-top: 45px;
  padding-left: 38px;
  padding-right: 38px;
}

.link-4 {
  color: var(--light-grey);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.preview-text {
  color: var(--light-grey);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-12 {
  color: var(--light-grey);
  padding-top: 30px;
  font-family: Montserrat, sans-serif;
}

.section-7 {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 85px;
  display: flex;
}

.linked-articles-container {
  max-width: 100%;
  flex: 1;
}

.article-read-more-button {
  background-color: var(--dark-slate-grey);
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.article-read-more-button:hover {
  background-color: var(--slate-blue);
  color: #fff;
}

.linkedarticle-heading {
  color: var(--light-grey);
  font-size: 21px;
  line-height: 25px;
}

.paragraph-13 {
  color: var(--light-grey);
}

.text-block-5 {
  color: var(--slate-blue);
  margin-bottom: 9px;
}

.collection-list-wrapper {
  width: 100%;
  justify-content: center;
  display: flex;
}

.collection-list {
  width: 95%;
  margin-left: 0;
  margin-right: -1px;
}

.image-35 {
  width: 50%;
  text-align: left;
}

.div-block-17 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: var(--light-grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
}

.section-8 {
  width: 20%;
  height: auto;
  float: right;
  clear: none;
  justify-content: center;
  margin-left: 35px;
  margin-right: 35px;
  padding: 0;
  display: flex;
  position: static;
}

.link5 {
  float: none;
  clear: none;
  color: var(--slate-blue);
  text-transform: uppercase;
  margin-left: 24px;
  padding: 16px 0 15px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.link5.english-link {
  margin-left: 0;
  padding-top: 15px;
}

.link5.japanese-link {
  padding-top: 15px;
}

.navbar-japanese {
  position: relative;
}

.navbar-2 {
  color: var(--dark-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #636262;
}

.container-5 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  max-width: 20%;
}

.section-9 {
  width: 20%;
  height: 50px;
  float: right;
  justify-content: center;
  padding: 0;
  display: flex;
}

.heading-10 {
  font-size: 25px;
}

.heading-11 {
  color: var(--light-grey);
  text-shadow: 1px 1px 6px #000;
  font-family: Mulish, sans-serif;
}

.div-block-18 {
  clear: none;
  position: relative;
  bottom: 97px;
  right: 238px;
}

.image-36 {
  float: none;
  clear: none;
  margin: 76px auto 97px;
  display: block;
  position: static;
}

.slide-6 {
  float: none;
  background-color: #000;
  position: relative;
}

.paragraph-14 {
  width: 70%;
  color: #d1d1d1;
  margin-left: auto;
  margin-right: auto;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 23px;
}

.div-block-100 {
  -webkit-text-fill-color: inherit;
  background-color: #d60b0b;
  background-clip: border-box;
  border: 2px solid #fff;
  padding: 1px 16px;
}

.heading-12 {
  color: #fdfdfd;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.div-block-101 {
  margin-bottom: 123px;
}

.text-span {
  border: 1px solid var(--dark-slate-grey);
}

@media screen and (min-width: 1280px) {
  .top-post-section {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }

  .section-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .linked-articles-container {
    max-width: 90%;
    flex: 1;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .article-read-more-button {
    margin-top: 15px;
  }

  .collection-item {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 19px;
    padding-right: 19px;
  }

  .div-block-16 {
    max-height: 220px;
    object-fit: fill;
    overflow: hidden;
  }

  .image-34 {
    max-height: 200px;
  }

  .linkedarticle-photo {
    object-fit: fill;
    margin-bottom: 0;
  }

  .linkedarticle-heading {
    color: var(--light-grey);
    margin-top: 15px;
    font-size: 21px;
    line-height: 25px;
  }

  .paragraph-13 {
    color: var(--light-grey);
    margin-top: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
  }

  .text-block-5 {
    color: var(--light-grey);
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-position: 0 0, 50%;
  }

  .heading-2 {
    margin-top: -54px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-buttons.navbar-dropdown:hover {
    background-color: var(--dark-slate-grey);
    border-bottom-style: none;
    display: block;
  }

  .icon {
    color: var(--dark-slate-grey);
  }

  .nav-menu {
    background-color: #000;
  }

  .image-4 {
    margin-top: 16px;
    margin-left: 21px;
  }

  .page-header {
    min-height: 250px;
  }

  .styling {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 76px;
    line-height: 47px;
    top: 0;
    bottom: -1px;
    left: -32px;
  }

  .heading-4 {
    font-size: 27px;
  }

  .text-block {
    font-size: 15px;
    line-height: 16px;
  }

  .paragraph-5 {
    margin-bottom: 0;
    font-size: 26px;
  }

  .racingcv--section.scroll-trans {
    min-height: auto;
    margin-bottom: 0;
  }

  .image-5 {
    text-align: left;
    padding-top: 45px;
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .racingcv-columns {
    margin-bottom: 44px;
  }

  .image-6, .image-7, .image-8 {
    padding-top: 45px;
  }

  .image-9 {
    padding-top: 46px;
  }

  .image-10, .image-11 {
    padding-top: 45px;
  }

  .section-5.pageintro-section {
    min-height: auto;
  }

  .pageintro-text {
    font-size: 20px;
  }

  .columns-2 {
    margin-left: 0;
  }

  .paragraph-7.bcspage {
    margin-top: 30px;
    font-size: 16px;
  }

  .grid-2 {
    margin-left: 103px;
    margin-right: 103px;
  }

  .image-14, .image-15 {
    margin-top: 25px;
  }

  .image-17 {
    margin-top: 33px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .grid-4 {
    opacity: 0;
  }

  .paragraph-8 {
    margin-left: 68px;
    margin-right: 68px;
    font-size: 21px;
  }

  .image-28 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-29 {
    opacity: 1;
    margin-left: 18px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading-6 {
    text-align: center;
    margin-right: 0;
    font-size: 28px;
  }

  .relish-about {
    text-align: center;
    margin-left: -1px;
    margin-right: 1px;
    padding-left: 0;
    padding-right: 31px;
    font-size: 14px;
    line-height: 18px;
    position: static;
  }

  .div-block-99 {
    margin-top: 1px;
  }

  .image-31 {
    line-height: 20px;
  }

  .link-5.relish-links {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-7 {
    font-size: 123px;
  }

  .text-block-3 {
    margin-top: 23px;
    margin-right: 75px;
    font-size: 25px;
  }

  .column-5 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form-2 {
    margin-left: 61px;
    margin-right: 61px;
  }

  .top-post-item {
    flex-wrap: wrap;
  }

  .heading-11 {
    object-fit: fill;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .div-block-18 {
    width: auto;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    margin-top: -130px;
  }

  .form {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    background-color: rgba(143, 143, 143, .63);
    margin-right: 0;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .image-4 {
    float: left;
    margin-left: 0;
    position: static;
    left: 0;
  }

  .intro-header {
    font-size: 28px;
  }

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

  .intro-container.cv-intro {
    margin-bottom: 57px;
  }

  .column {
    margin-top: -54px;
    margin-bottom: -55px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .column.partnership-column {
    margin-top: -51px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .button-2 {
    margin-top: -6px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    line-height: 10px;
  }

  .page-header {
    min-height: 200px;
  }

  .page-header.racingcvpage-header {
    background-position: 50% 70%;
  }

  .about-header-text {
    margin-top: -10px;
    margin-left: 52px;
    margin-right: 1px;
  }

  .styling {
    font-size: 76px;
    top: 42px;
    left: 4px;
  }

  .heading-5 {
    padding-left: 15px;
  }

  .pageintro-text {
    font-size: 20px;
    line-height: 30px;
  }

  .columns-2 {
    display: block;
  }

  .image-12 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-7 {
    margin-left: 75px;
    margin-right: 75px;
    font-size: 15px;
  }

  .paragraph-7.bcspage {
    margin-left: 64px;
    margin-right: 64px;
    font-size: 14px;
  }

  .image-16 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .image-23 {
    padding-left: 53px;
    padding-right: 53px;
  }

  .paragraph-8 {
    font-size: 20px;
  }

  .image-28 {
    padding-left: 49px;
    padding-right: 49px;
  }

  .image-29 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 187px;
    padding-right: 187px;
    display: block;
  }

  .heading-6 {
    margin-top: 8px;
    margin-bottom: -1px;
    font-size: 27px;
  }

  .relish-about {
    margin-top: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
  }

  .div-block-99 {
    margin-top: 0;
  }

  .link-5.relish-links {
    font-size: 15px;
  }

  .slide-4 {
    background-position: 0 0, 50%;
  }

  .heading-7 {
    font-size: 83px;
  }

  .text-block-3 {
    text-align: center;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
  }

  .slide-5 {
    height: auto;
  }

  .form-2 {
    margin-left: 29px;
    margin-right: 29px;
  }

  .heading-11 {
    padding-left: 17px;
    padding-right: 13px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-18 {
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 0 0, 55%;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .navbar-buttons {
    color: var(--dark-slate-grey);
    display: block;
  }

  .navbar-buttons.navbar-dropdown {
    border-top: 1px none var(--light-grey);
    border-bottom: 1px none var(--light-grey);
    opacity: 1;
    color: var(--light-grey);
    background-color: #000;
  }

  .navbar-buttons.navbar-dropdown:hover {
    text-shadow: 0 0 1px #f5f5f5;
    background-color: #363636;
  }

  .heading-3 {
    margin-top: 7px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-links.button {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .div-block-5 {
    font-size: 14px;
  }

  .container-3 {
    margin-bottom: 0;
  }

  .icon {
    color: #474747;
  }

  .menu-button {
    color: #464646;
    background-color: rgba(0, 0, 0, 0);
  }

  .image-4 {
    margin-top: 0;
  }

  .intro-header {
    color: #f8f8f8;
  }

  .intro-header.about-header {
    color: #f1f1f1;
  }

  .paragraph-3 {
    color: #ccc;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 17px;
    font-weight: 700;
    display: flex;
  }

  .paragraph-3.about-text {
    color: #ccc;
    margin-left: 38px;
    margin-right: 38px;
    font-size: 17px;
    font-weight: 700;
  }

  .section-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
  }

  .intro-container.about-intro, .intro-container.cv-intro, .intro-container.partnership-intro {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
  }

  .column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 5px;
    padding-right: 15px;
    display: flex;
  }

  .column.partnership-column {
    margin-top: 1px;
    margin-bottom: 5px;
    padding-right: 15px;
  }

  .button-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-2, .column-3, .column-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .page-header {
    opacity: .94;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
  }

  .about-header-text {
    margin-left: 28px;
    font-size: 45px;
  }

  .styling {
    z-index: 0;
    float: none;
    clear: both;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 14px;
    display: flex;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-4 {
    font-size: 32px;
  }

  .text-block {
    font-size: 14px;
    line-height: 17px;
    display: block;
  }

  .year-heading {
    margin-bottom: 0;
    margin-left: 1px;
    padding: 5px 11px;
    font-size: 35px;
  }

  .paragraph-5 {
    letter-spacing: 0;
    margin-left: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .racingcv-columns {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-6 {
    padding-bottom: 9px;
  }

  .pageintro-text {
    padding: 10px 23px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-7 {
    margin-left: 41px;
    margin-right: 41px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-7.bcspage {
    margin-bottom: -13px;
    margin-left: 27px;
    margin-right: 27px;
    font-size: 12px;
  }

  .grid-2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-14, .image-15 {
    margin-top: 4px;
  }

  .image-16 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .c-spage-arrow {
    color: #7066ab;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 3.5px;
    margin-right: 3.5px;
    padding-left: 0;
    font-size: 23px;
    font-weight: 700;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .c-spage-arrow.right-arrow {
    color: #7066ab;
  }

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

  .image-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-8 {
    margin-left: 27px;
    margin-right: 27px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-6 {
    font-size: 27px;
    line-height: 38px;
  }

  .relish-about {
    margin-top: 21px;
    margin-bottom: 40px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }

  .div-block-99 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
    left: auto;
  }

  .link-5 {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .slide-4 {
    background-position: 0 0, 60%;
  }

  .heading-7 {
    font-size: 54px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .right-arrow {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .field-label-2 {
    text-shadow: 1px 1px 4px #000;
    font-size: 17px;
  }

  .contact-textfield.messagefield {
    display: block;
  }

  .heading-8 {
    text-shadow: 2px 0 3px var(--black);
    font-size: 34px;
  }

  .field-label-3, .field-label-4 {
    text-shadow: 1px 1px 4px #000;
    font-size: 17px;
  }

  .success-message {
    background-color: var(--slate-blue);
    margin-bottom: 0;
  }

  .section-6 {
    min-height: 500px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .text-block-4 {
    color: var(--light-grey);
    font-family: Mulish, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .div-block-18 {
    margin-top: -143px;
    bottom: 0%;
  }

  .image-36 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-14 {
    width: 80%;
    font-size: 18px;
  }

  .div-block-100 {
    padding-left: 7px;
    padding-right: 7px;
  }

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

#w-node-c5bb37d2-4980-77d8-edad-299ed0c70cf4-11608d4c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ea1ea6f8-6d96-e041-2429-06ff17d2f348-11608d4c, #w-node-_5b2a6446-5c39-0be3-3f52-08b8cb749037-11608d4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5bb37d2-4980-77d8-edad-299ed0c70cf4-dd0641c3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ea1ea6f8-6d96-e041-2429-06ff17d2f348-dd0641c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


