:root {
  --nomadteal: #d8b45a;
  --pink: #ffc19d;
  --white: white;
  --nomadred: #b7301a;
  --navajo-white: #e4cb91;
  --darkeroffwhite: #cacaca;
  --rededge: #b7301a99;
  --black: #0b0d17;
  --divider-line: #383b4b;
  --slightoffwhite: #f0f0f0;
  --kütüp-library-dim-grey: #6e6e6e;
  --kütüp-library-dark-slate-grey: #264653;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bellefair, sans-serif;
  font-size: 9.375rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bellefair, sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bellefair, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: earthOrbiter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  letter-spacing: 4.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: #dbdbdb;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
}

a {
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-size: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

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

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

.fs-styleguide_color-sample.is-secondary {
  background-color: var(--pink);
  background-image: linear-gradient(#000 51%, #fff 53%);
}

.fs-styleguide_color-sample.is-primary {
  border: 1px solid var(--white);
  background-color: var(--nomadred);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.heading-medium {
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  position: static;
}

.heading-large {
  font-family: earthOrbiter, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

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

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

.heading-xlarge {
  font-family: Beyond mars, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.page-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

.fs-styleguide_classes {
  display: none;
}

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

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

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

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

.page-padding.book {
  background-image: linear-gradient(#000 25%, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  display: flex;
}

.show-tablet {
  display: none;
}

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

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

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

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  flex-direction: column;
  align-items: center;
}

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

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

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

.margin-bottom.margin-xsmall {
  margin-bottom: .75rem;
}

.margin-bottom.margin-custom1 {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.padding-vertical.padding-huge {
  padding-top: 13.25rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.heading-small {
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-xsmall {
  color: var(--nomadteal);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-xsmall.readmore {
  color: #c7c7c7;
  text-align: left;
  width: 100%;
  padding-top: 2px;
  padding-left: 10px;
  font-family: Barlow, sans-serif;
  font-size: .7rem;
  font-weight: 300;
}

.heading-xsmall.readmore:hover {
  color: var(--navajo-white);
  font-weight: 400;
}

.heading-xsmall.subtitle {
  color: var(--pink);
  text-align: left;
  letter-spacing: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: earthOrbiter, sans-serif;
  font-size: .8rem;
  font-weight: 600;
}

.heading-xsmall.date {
  color: var(--darkeroffwhite);
  text-align: left;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.1em;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.body {
  color: var(--white);
  background-color: #000;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
}

.nav_menu-button {
  padding: 1.25rem;
}

.nav_menu {
  border-left: 5px solid var(--rededge);
  color: var(--white);
  background-color: #ffffff0a;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  align-items: center;
  height: 6rem;
  margin-right: -12rem;
  padding-left: 5rem;
  padding-right: 3rem;
  display: flex;
}

.nav_brand {
  flex: none;
  margin-left: -6.5rem;
}

.nav_brand-image {
  width: 80px;
  height: 80px;
}

.nav_component {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 2.5rem 0% auto;
}

.nav_link {
  color: var(--white);
  align-items: center;
  height: 6rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: .75rem 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.nav_link:hover {
  text-decoration: none;
  box-shadow: inset 0 -2px #ffffff80;
}

.nav_link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--white);
}

.nav_link.is-last {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.nav_divider {
  z-index: 1;
  background-color: #ffffff40;
  width: 30%;
  max-width: 40%;
  height: 1px;
  margin-right: -6rem;
  position: relative;
}

.nav_divider.hide-tablet {
  width: 30%;
  margin-right: -5.8rem;
}

.section-header {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_layout {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.header_text-wrapper {
  width: 44%;
}

.header_link {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 2px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 17.125rem;
  height: 17.125rem;
  font-size: 2rem;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.header_link:hover {
  box-shadow: 0 0 0 4rem #ffffff1a;
}

.section_background {
  z-index: -2;
  background-image: linear-gradient(to right, #000 40%, #fff0), url('../images/background-destination-desktop.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.section_background.is-technology {
  min-height: 56.25rem;
}

.desktop-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.desktop-bg.hide-tablet {
  background-image: radial-gradient(circle, #000, #8c8c8c 100%, #fff);
}

.nav_link-span {
  padding-right: .75rem;
}

.nav_link-span.hide-tablet {
  font-weight: 700;
}

.redscarethos {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
}

.destination_layout {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
}

.tab_image-wrapper {
  order: -1;
}

.destination_image {
  width: 27.8125rem;
}

.kicker {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  font-size: 1.75rem;
  line-height: 1.7;
  display: flex;
  position: relative;
}

.number {
  color: #ffffff40;
  padding-right: 1.75rem;
}

.tab_text-wrapper {
  margin-top: 2rem;
}

.tab-link {
  color: var(--navajo-white);
  background-color: #ddd0;
  margin-left: 1.125rem;
  margin-right: 1.125rem;
  padding: 1rem 0;
  transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955);
}

.tab-link:hover {
  box-shadow: inset 0 -3px #ffffff80;
}

.tab-link.w--current {
  box-shadow: inset 0 -3px 0 0 var(--white);
  color: var(--white);
  background-color: #ddd0;
}

.tab-link.is-first {
  margin-left: 0;
}

.tabs-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1rem;
  display: block;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(27.8125rem, .75fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
  top: -106px;
}

.divider-line {
  background-color: var(--divider-line);
  width: 100%;
  height: 1px;
  margin-top: 3.375rem;
}

.stats-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.75rem;
  display: flex;
}

.stats.is-right {
  margin-left: 4.9375rem;
}

.tab_layout-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(27.8125rem, .75fr);
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.stats-numbers {
  font-size: 1.75rem;
}

.section-crew {
  align-items: flex-end;
  display: none;
  position: relative;
}

.crew_slider {
  background-color: #ddd0;
  align-items: flex-end;
  height: auto;
  margin-top: -2.5rem;
}

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

.crew_slide {
  background-color: #0000;
}

.slide_layout-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 44.5rem;
  display: flex;
}

.slide_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  width: 43%;
  max-width: 43%;
  height: 100%;
  display: flex;
}

.crew_kicker {
  color: #ffffff80;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.slide_text {
  color: var(--darkeroffwhite);
  letter-spacing: 1px;
  font-family: Barlow, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.slide_image-wrapper {
  z-index: 10000;
}

.crew-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.crew-image.is-pilot {
  margin-top: 7.8125rem;
}

.crew-image.is-engineer {
  margin-top: 8.2125rem;
}

.slide-nav {
  height: auto;
  margin-left: -1.5rem;
  position: absolute;
  inset: auto auto 13% 0%;
}

.crew_layout {
  padding-top: 13.25rem;
}

.section-technology {
  min-height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.technology_layout {
  flex-direction: column;
}

.tabs2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs2-menu {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5rem;
  margin-right: 5rem;
  display: flex;
}

.tab2 {
  color: var(--white);
  letter-spacing: 2px;
  background-color: #fff0;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .1875rem 0 0 .25rem;
  font-family: Bellefair, sans-serif;
  font-size: 2rem;
  transition: border-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.tab2:hover {
  border-color: #fff;
}

.tab2.w--current {
  background-color: var(--white);
  color: var(--black);
}

.technology-kicker {
  color: var(--pink);
  letter-spacing: 2.7px;
  margin-bottom: .6875rem;
  font-size: 1rem;
}

.tab2_text-wrapper {
  width: 80%;
  max-width: 29.375rem;
}

.tab2_image-wrapper {
  width: 50vw;
  height: 32.9375rem;
  position: relative;
  left: 16%;
  overflow: hidden;
}

.tab2_image-wrapper.hide-tablet {
  width: 54vw;
  left: 15%;
}

.tab2_layout-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs2_content {
  overflow: visible;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider {
  height: 100vh;
}

.background-video {
  background-image: linear-gradient(82deg, #000, #0000);
  justify-content: center;
  height: 100vh;
  display: flex;
}

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

.div-block {
  background-color: #0000;
  max-width: 1250px;
  height: 100%;
  transition: background-color .25s;
}

.button-2 {
  border-left: 5px solid var(--rededge);
  opacity: .9;
  background-color: #0b0d17a8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 15px;
  font-family: Barlow, sans-serif;
  line-height: 1em;
  transition: opacity .2s;
}

.button-2:hover {
  background-color: var(--black);
  opacity: 1;
  color: var(--nomadteal);
}

.div-block-2 {
  z-index: 20;
  width: 50%;
  position: relative;
  right: 36px;
}

.newsblockwide {
  z-index: 5;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1920px;
  margin-bottom: 0;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% -10%;
}

.collection-list-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.homenewsblock {
  border-left: 5px solid var(--rededge);
  -webkit-backdrop-filter: blur(85px);
  backdrop-filter: blur(85px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  overflow: visible;
}

.image-3 {
  object-fit: cover;
  border-top-right-radius: 20px;
  width: 100%;
  min-width: 100%;
  height: 150px;
  margin-bottom: 8px;
  position: absolute;
  inset: auto 0% 100%;
}

.text-block {
  font-size: 1.5em;
  font-weight: 400;
}

.newsdetails {
  color: var(--darkeroffwhite);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  min-height: 75px;
  padding-top: 2px;
  font-family: Barlow, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.3;
}

.collection-item {
  cursor: pointer;
  align-items: flex-start;
  min-width: 250px;
  height: 100%;
  min-height: 25vh;
  display: flex;
  position: relative;
}

.collection-item:hover {
  opacity: 1;
}

.text-block-3 {
  color: var(--slightoffwhite);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1em;
}

.link-block {
  width: 100%;
}

.pagination {
  z-index: 50;
  justify-content: center;
  width: 100%;
  position: relative;
  top: 0;
}

.previous {
  color: var(--white);
  background-color: #0000;
  border-style: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.next {
  color: var(--white);
  background-color: #0000;
  border-style: none;
  align-items: center;
  height: 50px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.div-block-5 {
  width: 100%;
  height: 100%;
}

.div-block-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.left-arrow-2, .right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

.dropdown-toggle {
  color: #fff;
  letter-spacing: 2.7px;
  align-items: center;
  display: flex;
}

.dropmenu {
  color: #fff;
}

.div-block-8 {
  padding: 10px;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  border: 1px solid #ff0000a1;
  padding: 10px;
}

.dropdown-link {
  color: #fff;
}

.dropdown-wrapper {
  z-index: 55;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  cursor: pointer;
  flex: 0 auto;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1rem;
  position: relative;
}

.dropdown-trigger {
  align-items: center;
  padding: 10px 5px;
  display: flex;
}

.dropdown-content {
  border-top: 1px solid var(--rededge);
  background-color: #0b0d17b8;
  width: 120%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  top: 71.1875px;
  overflow: hidden;
}

.dropdown-content.professions {
  width: 155%;
}

.dropdown-content.professions.mobileview {
  display: none;
}

.link-block-2 {
  filter: brightness(80%);
  color: #dbdbdb;
  background-color: #0b0d1724;
  align-items: center;
  width: 100%;
  padding: 7px 10px;
  display: flex;
}

.link-block-2:hover {
  filter: brightness();
  color: #fff;
}

.link-block-2.report {
  display: none;
}

.sociallink {
  filter: brightness();
  cursor: pointer;
  width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px 6px 6px;
  transition: filter .1s;
}

.sociallink:hover {
  filter: brightness(200%);
}

.sociallink.youtube {
  margin-left: 0;
}

.lottie-animation {
  filter: contrast(200%);
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  mix-blend-mode: screen;
}

.lottie-animation-2 {
  filter: invert();
  width: 50px;
  height: 50px;
  overflow: visible;
}

.slide-nav-2 {
  display: none;
}

.slidearrowleft {
  opacity: .5;
  width: 30px;
  transition: opacity .2s;
  transform: translate(0)rotate(180deg);
}

.slidearrowleft:hover {
  opacity: 1;
  transform: scale(1.1)rotate(180deg);
}

.slidearrowleft.right {
  transition: transform .2s, opacity .2s;
  transform: none;
}

.slidearrowleft.right:hover {
  transform: scale(1.1);
}

.image-4 {
  mix-blend-mode: overlay;
  width: 25px;
  margin-right: 10px;
}

.tinymenuarrow {
  mix-blend-mode: overlay;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 10px;
}

.tinymenuarrow.proff {
  display: none;
}

.heading {
  font-family: earthOrbiter, sans-serif;
  line-height: 1;
}

.text-span {
  color: var(--nomadred);
  margin-right: -10px;
  font-family: Beyond mars, sans-serif;
  font-size: 3rem;
}

.heading-2 {
  font-family: earthOrbiter, sans-serif;
  line-height: 1;
}

.column_number-line {
  background-color: #fff;
  max-width: 80px;
  height: 1px;
  margin-top: 10px;
}

.tab_details-wrap {
  z-index: 1;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.column_header-wrap {
  z-index: 1;
  transform-origin: 0 100%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(90deg);
}

.hero_tabs {
  display: none;
}

.column_details-wrap {
  z-index: 1;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-wrap_line {
  background-color: #fff;
  width: 120px;
  height: 1px;
  margin-top: 20px;
  margin-left: -57px;
}

.profcards {
  justify-content: center;
  width: 98vw;
  height: 60vh;
  display: flex;
  overflow: hidden;
}

.profcards.fullscreen {
  width: 99vw;
  height: 100vh;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.cars_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero_columnhero_column {
  background-image: url('../images/443516.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  transition: width .5s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_columnhero_column._2 {
  background-image: url('../images/1400133.jpg');
  background-position: 60%;
}

.hero_columnhero_column._3 {
  background-image: url('../images/1078422-scaled.jpg');
  background-position: 38%;
}

.hero_columnhero_column.is--hidden {
  background-image: none;
}

.hero_columnhero_column._4 {
  background-image: url('../images/1998-McLaren-F1-003-1080.jpg');
  background-position: 22%;
}

.column_overlay {
  z-index: 0;
  background-color: #00000087;
  background-image: linear-gradient(#00000047, #00000047);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.is--number {
  color: #ffffff3d;
  letter-spacing: .3em;
  font-size: 70px;
  font-weight: 200;
  line-height: 80px;
}

.column_number-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.professionheading {
  width: 40vh;
  font-family: earthOrbiter, sans-serif;
  font-size: 2.6rem;
}

.professionheading.fullsc {
  width: 60vh;
  margin-top: 4.2rem;
  font-size: 4rem;
}

.hero_column {
  filter: contrast(110%) saturate(150%) brightness(120%);
  background-image: linear-gradient(#00000063, #00000063), url('../images/443516.jpg');
  background-position: 0 0, 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  transition: width .5s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_column._2 {
  background-image: linear-gradient(#00000061, #00000061), url('../images/RedscarRangersV1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.hero_column._3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/RedscarRacingV1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  display: flex;
}

.hero_column.is--hidden {
  background-image: none;
}

.hero_column._4 {
  background-image: linear-gradient(#00000038, #00000038), url('../images/RedscarMedicalCoverV1.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  display: flex;
}

.hero_column._5 {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/RedscarIndustrialCoverV1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.hero_column._1 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/RedscarReportCoverV1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-3 {
  white-space: pre-line;
  margin-top: 0;
  font-family: earthOrbiter, sans-serif;
  font-size: 3rem;
}

.heading-4 {
  text-transform: none;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2rem;
}

.redtext {
  color: var(--nomadred);
}

.professionscardpara {
  z-index: 5;
  color: var(--darkeroffwhite);
  text-align: right;
  width: 30vw;
  margin-bottom: 4rem;
  padding-left: 10%;
  padding-right: 20px;
  font-size: 1em;
}

.professioncardbutton {
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px;
  display: flex;
}

.professioncardbutton:hover {
  color: var(--nomadred);
  background-color: #f0f0f0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

.professionarrow {
  width: 15px;
  margin-top: 4px;
  margin-left: 5px;
}

.text-block-5 {
  font-family: Barlow Condensed, sans-serif;
}

.header_subtitle {
  color: var(--nomadteal);
  letter-spacing: .5em;
  text-transform: uppercase;
  font-size: 1.5vw;
  line-height: 1.2em;
}

.header_subtitle.professions {
  font-size: 1.3em;
}

.features_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 600px;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 4px 4px 3px #d600004d;
}

.padding-global {
  padding-left: 5vw;
  padding-right: 5vw;
}

.padding-global.news {
  padding-top: 150px;
}

.padding-global.book {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features_component {
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 6fr 4fr;
  grid-auto-columns: 1fr;
  max-height: 100%;
  display: grid;
  position: relative;
}

.features_component.is-reversed {
  grid-template-columns: 4fr 6fr;
  margin-top: -50px;
}

.features_component.merch {
  grid-template-columns: 4fr 4fr;
  align-items: start;
}

.features_component.merch.swap {
  grid-template-columns: 6fr 6fr;
}

.horiz-line {
  background-color: var(--nomadred);
  width: 100%;
  height: 2px;
}

.features_subtitle {
  color: var(--nomadteal);
  letter-spacing: .4em;
  text-transform: uppercase;
  font-size: 1rem;
}

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

.header_padding-vert {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-2.yellow {
  color: #fbd784;
}

.header_guide-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4.5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header_guide-wrap.prof {
  line-height: 1.2em;
}

.features_back-number {
  color: #ffffff1a;
  font-size: 15rem;
  font-weight: 700;
  line-height: .9;
  position: absolute;
  inset: 0% auto auto 0%;
}

.features_back-number.is-reversed {
  left: 6rem;
}

.second {
  display: inline-block;
}

.mtn-front {
  opacity: 1;
  mix-blend-mode: exclusion;
  object-fit: cover;
  object-position: 0% 50%;
  background-image: linear-gradient(81deg, #000, #fff);
  width: 100%;
  height: 50vh;
  position: relative;
  inset: auto 0%;
}

.features_heading {
  font-family: Barlow Condensed, sans-serif;
  font-size: 2em;
  line-height: 1.1;
}

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

.features_layout {
  grid-row-gap: 15vw;
  flex-direction: column;
  margin-top: -4rem;
  margin-bottom: 0;
  display: flex;
}

.features_read-more-text {
  color: #fbd784;
  font-size: 1.5vw;
}

.first {
  display: inline-block;
}

.features_image-wrap {
  width: 100%;
  padding-top: 90%;
  position: relative;
}

.features_image-wrap.merch {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 0%;
  display: grid;
}

.header_max-width {
  width: 100%;
  max-width: 60rem;
  line-height: 1.2em;
}

.graident-bottom {
  background-image: linear-gradient(to top, #000, #fff0);
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down-text {
  font-size: 1.5vw;
}

.scroll-down-text.smaller {
  margin-right: -5px;
  font-size: 1em;
}

.scroll-down-text.smaller.merch {
  margin-right: 0;
}

.section_features {
  background-color: #000;
  padding-top: 20vh;
}

.gradient {
  background-image: linear-gradient(to right, #0000 66%, #000), linear-gradient(178deg, #000000b8, #0000 26%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient.news {
  background-image: radial-gradient(circle, #0000003d, #000 77%), linear-gradient(to right, #0000 66%, #000), linear-gradient(178deg, #000000b8, #0000 26%);
}

.text-medium {
  color: var(--darkeroffwhite);
  font-family: Barlow, sans-serif;
  font-size: 1em;
}

.header_scroll-wrap {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.header_scroll-wrap.join {
  margin-top: 10px;
}

.mtn-back {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0;
}

.header_inner-wrap {
  background-image: linear-gradient(87deg, #000, #0000), linear-gradient(to top, #000, #0000);
  height: 50vh;
  position: absolute;
  inset: 0%;
}

.features_read-more-wrap {
  grid-column-gap: .5rem;
  opacity: .56;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header_component {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 75px;
  display: flex;
  position: relative;
}

.header_component.infobook {
  align-items: center;
  margin-top: 0;
  margin-bottom: 75px;
  padding-left: 100px;
  padding-right: 100px;
}

.header_component.racing {
  width: 100%;
}

.header_component.rangers {
  z-index: 5;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 10px;
}

.header_component.rescue {
  margin-top: -7vh;
}

.header_component.report {
  margin-top: 25vh;
}

.aboutcover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.aboutcover.branding {
  max-width: 1280px;
  left: auto;
  right: auto;
}

.section_header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_header.events {
  justify-content: center;
  height: 50vh;
}

.section_header.book {
  height: 50vh;
  padding-top: 150px;
}

.scroll-down-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  display: flex;
}

.scroll-down-arrow.is-mobile {
  display: none;
}

.scroll-down-arrow.smaller {
  width: 30px;
  height: 30px;
}

.features_content {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5.5rem 5rem;
  display: flex;
  position: relative;
}

.features_content.is-reversed {
  padding-left: 12rem;
  padding-right: 0;
}

.features_content.merch {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.header_heading {
  transform-origin: 0%;
  letter-spacing: .1em;
  font-family: Beyond mars, sans-serif;
  font-size: 6vw;
  font-weight: 400;
}

.header_heading.event {
  color: var(--slightoffwhite);
  font-size: 5em;
}

.header_heading.profession {
  font-size: 4em;
}

.div-block-9 {
  padding-top: 5vh;
  padding-bottom: 15vh;
}

.graident-top {
  z-index: -1;
  background-image: linear-gradient(#000, #0000);
  height: 20%;
  position: absolute;
  left: 0;
  right: 0;
}

.text-block-6 {
  color: var(--nomadteal);
}

.paragraph {
  color: var(--navajo-white);
  font-family: Barlow, sans-serif;
}

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

.paragraph-2 {
  color: var(--darkeroffwhite);
}

.text-span-2 {
  color: var(--nomadred);
  font-family: Beyond mars, sans-serif;
  font-size: .95em;
}

.professionsheader {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-12 {
  max-width: 1270px;
}

.fellowtravellers {
  z-index: 5;
  margin-top: 30px;
  position: relative;
}

.rich-text-block {
  font-family: Barlow, sans-serif;
}

.image-5 {
  width: 15px;
  padding-top: 2px;
}

.rulebook {
  z-index: 5;
  text-align: center;
  width: 80%;
  height: 100vh;
  position: relative;
}

.div-block-13 {
  background-image: linear-gradient(#000, #0000 19%), radial-gradient(circle, #0000, #000), url('../images/nebula3.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 276px;
  display: flex;
}

.div-block-13.founders {
  background-image: linear-gradient(#000, #0000 19%), radial-gradient(circle, #0000, #000), url('../images/Carrack.jpg');
  padding-top: 0;
}

.div-block-13.infobook {
  height: 120vh;
}

.div-block-13.merch {
  background-image: linear-gradient(#000, #0000 19%), radial-gradient(circle, #0000, #000), url('../images/Carrack.jpg');
  height: auto;
  padding-top: 151px;
  padding-bottom: 100px;
}

.div-block-14 {
  width: 250px;
  padding: 15px;
}

.div-block-15 {
  justify-content: center;
  width: 100vw;
  display: flex;
}

.div-block-15.merch {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
}

.text-block-8 {
  font-family: Bellefair, sans-serif;
}

.text-block-9 {
  padding-top: 10px;
  font-size: 2rem;
  line-height: 1em;
}

.image6 {
  width: 100%;
}

.background-video-3 {
  background-image: radial-gradient(circle, #0000 62%, #000), linear-gradient(#0000 64%, #000);
  justify-content: flex-end;
  align-items: flex-end;
  width: 98vw;
  height: 100vh;
  display: flex;
}

.background-video-3.half {
  background-image: linear-gradient(#000, #0000 36%), radial-gradient(circle, #0000 62%, #000), linear-gradient(#0000 64%, #000);
  width: 100%;
  height: 50vh;
}

.background-video-3.rescue {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.background-video-3.bonfire {
  height: 50vh;
}

.industrial {
  color: #ff7b00;
}

.proftitlearea {
  z-index: 50;
}

.proftitlearea.rangers {
  height: 500px;
  position: relative;
}

.image-7 {
  max-width: 150px;
  position: absolute;
  left: -65px;
}

.image-7.racing {
  max-width: 150px;
  margin-bottom: -186px;
  margin-left: -76px;
  position: relative;
  left: auto;
}

.image-7.rr {
  max-width: 110px;
  left: -26px;
}

.image-7.rangers {
  max-width: 100px;
  top: 9.5833px;
  left: -113px;
}

.image-7.rescue {
  width: 120px;
}

.bold-text-2 {
  color: var(--nomadred);
}

.professiondetails {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.professiondetails.swap {
  flex-direction: row-reverse;
  padding-bottom: 100px;
}

.professiondetails.rescue {
  flex-direction: column-reverse;
  align-items: center;
  margin-top: -177px;
  padding-top: 0;
}

.div-block-17 {
  width: 40%;
  height: 100%;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 10%;
}

.text-block-10 {
  color: var(--darkeroffwhite);
  letter-spacing: 1px;
  text-transform: none;
  max-width: 400px;
  margin-left: 10px;
  font-family: Barlow, sans-serif;
  font-size: .8rem;
  line-height: 1.3em;
  overflow: hidden;
}

.text-block-11 {
  margin-top: 10px;
  margin-left: 10px;
  font-size: .7rem;
  overflow: hidden;
}

.text-block-11:hover {
  color: var(--nomadteal);
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.div-block-19 {
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-19.rescue {
  flex-direction: column;
}

.div-block-21 {
  z-index: 10;
  width: 100%;
  height: 100%;
}

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

.div-block-22 {
  border-left: 8px solid var(--rededge);
  background-image: linear-gradient(to right, #0000 53%, #000), url('../images/RedscarIndustrialLunch.jpg');
  background-position: 0 0, 18%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 500px;
  position: relative;
  right: -220px;
}

.div-block-22.swap {
  background-image: linear-gradient(to right, #0000 53%, #000), url('../images/RedscarIndustrial3guys.jpg');
  background-position: 0 0, 0%;
  left: -163px;
  right: auto;
}

.div-block-22.rescue {
  background-image: linear-gradient(to right, #0000 53%, #000), url('../images/medical1.jpg');
  position: relative;
  right: auto;
}

.div-block-22.bonfire {
  background-image: linear-gradient(to right, #0000 53%, #000), url('../images/Star_Citizen_2023.02.23-14.58.png');
  right: auto;
}

.div-block-23 {
  z-index: 10;
  background-color: var(--black);
  padding: 25px;
  position: relative;
  left: -204px;
}

.div-block-23.swap {
  top: 233px;
  left: auto;
  right: -224px;
}

.div-block-23.rescue {
  top: -62px;
  left: 0;
}

.div-block-23.bonfire {
  top: 51px;
  left: auto;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-copyright {
  color: var(--kütüp-library-dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.kutup-divider-60px {
  height: 60px;
}

.nomadfooterlink {
  color: var(--white);
  letter-spacing: .2em;
  font-family: Barlow, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
}

.nomadfooterlink:hover {
  color: var(--nomadteal);
}

.nomadfooterlink.sponsorheading {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kutup-footer-vertical-flex {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.kutup-divider-20px {
  height: 20px;
}

.nomadfootertitle {
  color: var(--nomadred);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: earthOrbiter, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.nomadfootergrid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kutup-small-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.nomadfooter {
  padding: 60px 5% 30px;
}

.footerlogo {
  align-items: center;
  display: flex;
}

.text-block-12 {
  color: var(--nomadred);
  font-family: Beyond mars, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.text-block-13 {
  font-family: earthOrbiter, sans-serif;
  font-size: 3rem;
  line-height: 1em;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-14 {
  color: var(--darkeroffwhite);
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.div-block-26 {
  max-width: 300px;
}

.text-block-15 {
  color: var(--nomadteal);
}

.block-actions-wrapper {
  justify-content: flex-end;
  padding-right: 1.125rem;
  display: flex;
}

.preview-wrapper {
  z-index: 5;
  border: 2px solid var(--nomadred);
  background-color: var(--black);
  opacity: 0;
  width: 50vw;
  min-width: 15.625rem;
  max-width: 50vw;
  height: 20vw;
  position: absolute;
  bottom: -115%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 0 10rem 2.25rem #b7301a42;
}

.block-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
}

.block-title.muted {
  opacity: .3;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.block-studio {
  width: 12rem;
  padding-right: 1.125rem;
}

.block-title-wrapper {
  flex: 1;
  justify-content: flex-start;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  display: flex;
}

.block-content {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
}

.block-content:hover {
  z-index: 1;
  background-color: var(--nomadred);
  box-shadow: 0 0 10rem .1px var(--nomadred);
  color: #000;
}

.block-content.empty {
  justify-content: flex-end;
}

.cube-top {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 7px;
  left: -2px;
  transform: translate(0, -100%);
}

.cube-top-svg {
  filter: blur(5px);
  color: var(--nomadred);
  width: 88vw;
  max-width: 71.875rem;
  height: 100%;
  display: block;
}

.static-block {
  z-index: 0;
  border: 2px solid var(--nomadred);
  margin-top: -2px;
  position: relative;
}

.main-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 38.2vh;
  padding-bottom: 38.2vh;
  display: flex;
}

.main-wrapper-2.racing {
  padding-top: 5vh;
}

.block {
  z-index: 99;
  border: 2px solid #b6fff5;
  width: 0;
  height: 0;
  position: relative;
}

.block-type {
  width: 16rem;
}

.block-client {
  width: 13.6875rem;
  padding-right: 1.125rem;
}

.static-cube {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.floating-block {
  border: 2px solid var(--nomadred);
  position: relative;
}

.opening-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block-year {
  width: 4.875rem;
  padding-right: 1.125rem;
}

.cube-wrapper {
  z-index: 50;
  flex-direction: column;
  width: 88vw;
  max-width: 71.875rem;
  display: flex;
  position: relative;
}

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

.icon.margin-right {
  margin-left: 2.25rem;
}

.icon.up {
  transform: rotate(-90deg);
}

.icon.muted {
  opacity: .3;
}

.cursor {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  border: 2px solid #b6fff5;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.custom-cursor, .custom-styles, .font-smoothing {
  display: none;
}

.section-tall {
  background-color: #bdce98;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 300vh;
  padding-bottom: 100px;
  display: flex;
}

.spacer {
  width: 50px;
  height: 50px;
}

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

.circle-container-sticky {
  z-index: 10;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: 100vw;
  display: flex;
  position: sticky;
  top: 35%;
}

.circle-text-scroll {
  z-index: 10;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  overflow: visible;
}

.circle {
  border: 2px solid #000;
  border-radius: 10000px;
  width: 80%;
  height: 80%;
  position: absolute;
}

.section {
  background-color: #fce5d7;
  border-top: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.circle-container {
  color: #000;
  background-color: #fce5d7;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: 100vw;
  display: flex;
  position: relative;
}

.circletext {
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  overflow: visible;
}

.link {
  text-decoration: underline;
}

.section-2 {
  background-image: linear-gradient(to right, #0000 45%, #000), linear-gradient(to right, #000 1%, #0000 48%), linear-gradient(#00000080, #00000080), url('../images/racing1.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, cover;
  width: 80vw;
  height: 100vh;
  margin-left: -2px;
  display: block;
}

.section-2._3 {
  background-image: linear-gradient(140deg, var(--white), #6716176b 58%);
  margin-left: -4px;
  display: block;
}

.section-2._1 {
  background-color: #00c8aa00;
  background-image: none;
  display: block;
  position: relative;
}

.section-2._4 {
  background-color: #df61ff;
  background-image: linear-gradient(to right, #000, #0000 58%), linear-gradient(#0000, #0000), url('../images/racing2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  display: block;
}

.heading-5 {
  font-family: Beyond mars, sans-serif;
}

.heading-5.racing {
  font-size: 3em;
}

.paragraph-4 {
  position: relative;
}

.heading-wrapper {
  width: 80%;
  position: relative;
}

.heading-wrapper.racing {
  z-index: 50;
  background-color: #460a0069;
  padding: 40px;
  position: relative;
}

.container-2 {
  z-index: 50;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.container-2.racing {
  flex-direction: column;
  justify-content: center;
}

.horizontal-scroll-section {
  height: 400vh;
  position: relative;
}

.horizontal-scroll-wrapper {
  flex-direction: row;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll-content {
  width: 320vw;
  height: 100vh;
  display: flex;
}

.background-video-4 {
  width: 100%;
  height: 100%;
}

.background-video-4.racing {
  background-image: linear-gradient(to right, #0000 48%, #000), radial-gradient(circle, #0000 51%, #000), linear-gradient(to right, #000, #0000 68%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-4.racing._2 {
  align-items: flex-start;
  padding-top: 25vh;
}

.text-block-16 {
  z-index: 1;
  opacity: 1;
  filter: invert();
  color: #000;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #414141;
  background-image: linear-gradient(to right, #0000 92%, #000);
  width: 300vw;
  font-family: Beyond mars, sans-serif;
  font-size: 100vh;
  font-weight: 400;
  line-height: 100vh;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: visible;
}

.text-span-3 {
  font-family: Barlow Condensed, sans-serif;
  font-size: .8em;
  line-height: 1em;
}

.content--canvas {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.headline {
  z-index: 10;
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 110%;
  position: relative;
}

.tabbedmaster {
  width: 100%;
  height: 100vh;
}

.tabs-content-3 {
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tabs-2 {
  width: 100%;
  height: 100vh;
}

.tabs-menu-3 {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tab-pane-tab-1 {
  height: 100vh;
}

.rangertabs {
  border-left: 5px solid var(--rededge);
  background-color: var(--black);
  background-image: linear-gradient(to right, var(--black) 33%, #000);
  opacity: .8;
  color: var(--white);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: opacity .2s;
}

.rangertabs:hover {
  opacity: 1;
}

.rangertabs.w--current {
  background-color: var(--nomadred);
  background-image: linear-gradient(to right, var(--nomadred), #000);
}

.rangertabs._2 {
  left: -50px;
}

.rangertabs._3 {
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  left: -100px;
}

.tabbedtitles {
  color: var(--white);
  font-family: Beyond mars, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.tabbedvideo {
  background-image: linear-gradient(to top, #000, #0000 20%), linear-gradient(#000, #0000 20%);
  width: 90%;
  height: 80%;
  margin-top: 15vh;
  overflow: visible;
}

.tab-pane-tab-2 {
  height: 100vh;
}

.div-block-27 {
  width: 100%;
  padding-top: 25vh;
  padding-left: 15vw;
  position: absolute;
}

.rangerspara {
  font-size: .9em;
}

.div-block-28 {
  z-index: 5;
  border-left: 5px solid var(--rededge);
  background-color: var(--black);
  width: 800px;
  height: auto;
  padding: 50px;
  position: absolute;
  inset: auto auto -3% -3%;
}

.div-block-29 {
  width: 100%;
  height: 600px;
}

.div-block-30 {
  justify-content: center;
  width: 100%;
  height: 600px;
  padding-top: 160px;
  padding-left: 100px;
  display: flex;
  position: absolute;
}

.div-block-31 {
  justify-content: center;
  height: 100%;
  display: flex;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-10 {
  object-fit: contain;
  max-height: 300px;
}

.rich-text-block-2 {
  text-align: center;
  width: 30%;
}

.div-block-33 {
  margin-top: 50px;
}

.div-block-34 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.rescuetext {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Beyond mars, sans-serif;
  font-size: 7em;
  position: relative;
}

.rescuetext.right {
  color: var(--nomadred);
}

.healingbeam {
  mix-blend-mode: normal;
  width: 600px;
  height: 400px;
  position: absolute;
  top: -57.8993px;
}

.image-11 {
  object-fit: cover;
  width: 250px;
}

.rescuelogo {
  z-index: -1;
  opacity: .25;
  width: 600px;
  position: absolute;
  top: -190.469px;
}

.heading-6 {
  border-bottom: 1px solid var(--nomadred);
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
}

.link-block-4 {
  align-items: center;
  display: flex;
}

.profeessions {
  display: none;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.div-block-35 {
  width: 100%;
  height: 60vh;
}

.html-embed-3 {
  width: 100%;
  height: 800px;
}

.text-span-4 {
  font-size: .8rem;
}

.text-span-5, .text-span-6 {
  line-height: 1;
}

.text-span-7, .text-span-8 {
  line-height: 1em;
}

.text-span-9 {
  line-height: 1;
}

.text-span-10, .text-span-11 {
  line-height: 1em;
}

.text-span-12 {
  line-height: 1;
}

.text-span-13 {
  line-height: 1.7em;
}

.text-block-18 {
  line-height: 1.1em;
}

.div-block-36 {
  background-color: var(--nomadred);
  width: 150px;
  height: 3px;
  position: absolute;
  top: 46px;
  left: 197px;
}

.image-12 {
  opacity: .61;
  filter: invert();
}

.spline-scene {
  z-index: -5;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.div-block-37 {
  z-index: 20;
  margin-top: 20ch;
  position: relative;
}

.div-block-38 {
  width: 60%;
}

.div-block-39 {
  width: 100%;
  display: flex;
}

.div-block-40 {
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-40.report {
  z-index: 50;
  position: relative;
}

.image-13 {
  border-radius: 20px;
  max-width: 400px;
}

.div-block-41 {
  display: flex;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 300px;
  display: flex;
}

.image-14 {
  max-height: 300px;
}

.div-block-42 {
  display: flex;
}

.subfooterlink {
  margin-right: 20px;
  font-size: .6rem;
}

.explologo {
  opacity: .71;
  border-radius: 100px;
  width: 60px;
  max-width: 60px;
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sponsor {
  text-align: center;
  font-size: .9rem;
  line-height: 1.1;
}

.link-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-14 {
  color: var(--nomadred);
  font-weight: 700;
}

.text-block-19 {
  letter-spacing: 1.5px;
  font-family: Barlow, sans-serif;
  font-size: .7rem;
}

@media screen and (min-width: 1920px) {
  .heading-xsmall {
    text-align: left;
  }

  .redscarethos, .section-crew, .section-technology {
    display: block;
  }

  .div-block-2 {
    width: 60%;
  }

  .newsblockwide {
    max-width: 100%;
    padding-right: 50px;
  }

  .collection-list-wrapper {
    align-items: flex-end;
    display: flex;
  }

  .collection-item {
    margin-right: 10px;
  }

  .next {
    right: 0;
  }

  .left-arrow-2, .right-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-nav-2 {
    display: none;
  }

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

  .profcards {
    display: flex;
  }

  .hero_columnhero_column._2 {
    background-image: url('../images/RedscarRangersV1.jpg');
  }

  .hero_columnhero_column._3 {
    background-image: url('../images/RedscarRacingV1.jpg');
  }

  .hero_columnhero_column._4 {
    background-image: url('../images/RedscarMedicalCoverV1.jpg');
  }

  .hero_columnhero_column._5 {
    background-image: url('../images/RedscarIndustrialCoverV1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero_columnhero_column._1 {
    background-image: url('../images/RedscarReportCoverV1.jpg');
    background-position: 50%;
  }

  .professionheading {
    font-family: earthOrbiter, sans-serif;
  }

  .hero_column._2 {
    display: flex;
  }

  .heading-3 {
    font-family: earthOrbiter, sans-serif;
  }

  .professionscardpara {
    z-index: 50;
    max-width: 700px;
  }

  .header_subtitle {
    letter-spacing: .4em;
    font-size: 1.5em;
  }

  .header_guide-wrap.prof {
    margin-bottom: -5px;
  }

  .scroll-down-text {
    font-size: 1.5em;
  }

  .scroll-down-text.smaller {
    font-size: 1em;
  }

  .section_features {
    padding-top: 20vh;
    padding-bottom: 10vh;
  }

  .scroll-down-arrow {
    width: 40px;
    height: 40px;
  }

  .scroll-down-arrow.smaller {
    width: 25px;
    height: 25px;
    margin-left: -11px;
    padding-top: 2px;
  }

  .header_heading {
    font-size: 5em;
  }

  .bold-text {
    font-size: 1.3em;
    font-weight: 400;
  }

  .div-block-13 {
    flex-direction: row;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-13.infobook {
    height: 110vh;
  }

  .div-block-13.merch {
    flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-14 {
    width: 250px;
  }

  .div-block-15 {
    justify-content: flex-start;
  }

  .div-block-15.merch {
    max-width: 1400px;
  }

  .image-6 {
    width: 200px;
  }

  .image6 {
    width: 100%;
  }

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

  .image-7.racing {
    margin-bottom: -3vh;
  }

  .image-7.rangers {
    max-width: 95px;
  }

  .professiondetails.right {
    background-image: linear-gradient(#000, #0000 24%), linear-gradient(270deg, #0000, #000 69%), url('../images/RedscarIndustrial3guys.jpg');
    background-position: 0 0, 0 0, 50% 0;
  }

  .nomadfootertitle {
    text-align: left;
  }

  .section-2 {
    background-image: linear-gradient(to right, #0000 45%, #000), linear-gradient(to right, #000 1%, #0000 53%), linear-gradient(#00000080, #00000080), url('../images/racing1.jpg');
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-size: auto, auto, auto, cover;
    margin-left: -2px;
    display: block;
  }

  .section-2._3 {
    display: block;
  }

  .section-2._1 {
    display: block;
    position: relative;
  }

  .section-2._4 {
    background-image: linear-gradient(to right, #000 1%, #0000 66%), linear-gradient(#0000, #0000), url('../images/racing2.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, auto;
  }

  .heading-5 {
    font-family: Beyond mars, sans-serif;
  }

  .heading-wrapper.racing {
    padding-left: 40px;
  }

  .background-video-4.racing {
    background-image: linear-gradient(270deg, #000, #0000 41%), radial-gradient(circle, #0000 51%, #000), linear-gradient(to right, #000, #0000 68%);
  }

  .text-block-16 {
    z-index: 3;
    background-color: var(--white);
    opacity: .5;
    filter: invert();
    color: #000;
    mix-blend-mode: multiply;
    width: 300vw;
    font-family: Beyond mars, sans-serif;
    font-size: 100vh;
    font-weight: 400;
    line-height: 100vh;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .link-block-5 {
    max-width: 250px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 5rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  p {
    font-size: 1rem;
    line-height: 28px;
  }

  .hide-tablet {
    display: none;
  }

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

  .page-padding.menu {
    padding-left: .2rem;
    padding-right: 0;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .padding-vertical.padding-huge {
    padding-top: 5.5rem;
  }

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

  .heading-small {
    font-size: 1.25rem;
    line-height: 3.38px;
  }

  .heading-xsmall.subtitle {
    font-size: .8rem;
  }

  .nav_menu-button {
    color: #0385ce;
  }

  .nav_menu-button.w--open {
    z-index: 25;
    color: #0385ce;
    background-color: #e9f0f4;
  }

  .nav_menu {
    z-index: 15;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_brand {
    z-index: 25;
    margin-left: 0;
  }

  .nav_brand-image {
    width: 50px;
    height: 50px;
  }

  .nav_component {
    top: 0;
  }

  .nav_link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 20px;
    font-size: 1rem;
  }

  .nav_link.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .section-header {
    place-content: flex-end center;
    height: auto;
    min-height: 64rem;
  }

  .header_layout {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    margin-top: 6.25rem;
  }

  .header_text-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 62%;
    display: flex;
  }

  .header_link-wrapper {
    justify-content: center;
    margin-top: 9.75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .header_link {
    width: 15.125rem;
    height: 15.125rem;
  }

  .section_background {
    object-fit: cover;
  }

  .tablet-bg {
    width: 100%;
    height: 100%;
  }

  .tablet-bg.show-tablet {
    object-fit: cover;
    display: inline-block;
  }

  .hamurger-line.middle {
    background-color: var(--nomadred);
    width: 24px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamurger-line.bottom, .hamurger-line.top {
    background-color: var(--nomadred);
    width: 24px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .redscarethos {
    min-height: 64rem;
  }

  .destination_layout {
    position: relative;
  }

  .destination_image {
    width: 18.75rem;
  }

  .kicker {
    color: var(--white);
    letter-spacing: 3.38px;
    font-size: 1.25rem;
  }

  .kicker.is-crew {
    margin-bottom: 3.75rem;
    margin-right: auto;
  }

  .number.heading-small {
    padding-right: 1rem;
  }

  .tab_text-wrapper {
    width: 35.8125rem;
    max-width: 35.8125rem;
  }

  .tab-link.is-first {
    margin-left: 1.125rem;
  }

  .tabs-menu {
    z-index: 1;
    margin-bottom: 0;
    position: absolute;
    top: 21rem;
  }

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

  .stats-wrapper {
    justify-content: center;
  }

  .tab_layout-wrapper {
    z-index: 7;
    grid-row-gap: 9.4375rem;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .tabs-content {
    overflow: visible;
  }

  .crew_slider {
    margin-top: 0;
    padding-top: 0;
  }

  .slide_layout-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 68.375rem;
  }

  .slide_text-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 28.625rem;
    margin-left: auto;
    margin-right: auto;
  }

  .crew_kicker {
    font-size: 1.5rem;
  }

  .slide_image-wrapper.is-first {
    margin-left: 5rem;
  }

  .slide-nav {
    margin-left: 0;
    inset: auto 0% 72%;
  }

  .crew_layout {
    padding-top: 8.5rem;
  }

  .tabs2 {
    flex-direction: column;
    margin-top: 27.5rem;
  }

  .tabs2-menu {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 2.75rem;
    margin-right: 0;
  }

  .tab2 {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 1rem;
    padding-left: .2rem;
    font-size: 1.5rem;
  }

  .tab2_text-wrapper {
    text-align: center;
    width: 100%;
    max-width: 28.625rem;
  }

  .tab2_image-wrapper.hide-tablet {
    width: 60vw;
  }

  .tab2_layout-wrapper {
    flex-direction: column;
  }

  .tab2_image-wrapper-tablet {
    width: 100vw;
    height: 19.375rem;
    position: absolute;
    top: -31.7125rem;
  }

  .tab2_tablet-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .div-block {
    display: flex;
  }

  .div-block-2 {
    width: 100vw;
    right: auto;
  }

  .newsblockwide {
    left: 0%;
    right: 0%;
  }

  .newsdetails {
    font-size: .9em;
  }

  .text-block-3 {
    font-size: 1.5rem;
  }

  .dropdown-wrapper {
    z-index: 10;
    height: auto;
  }

  .dropdown-content {
    z-index: 15;
    position: relative;
    top: 0;
  }

  .dropdown-content.professions {
    z-index: 15;
  }

  .dropdown-content.professions.mobileview {
    width: 100%;
    display: block;
  }

  .slidearrowleft {
    width: 20px;
  }

  .tinymenuarrow.proff {
    display: block;
  }

  .text-span {
    font-size: 2.1rem;
  }

  .column_number-line {
    background-color: #fff;
  }

  .tabs-content-2 {
    flex-direction: column;
    display: flex;
  }

  .tab_details-wrap {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .column_header-wrap.is--tabs {
    margin-bottom: 12px;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    transform: none;
  }

  .tab-pane {
    background-image: url('../images/443516.jpg');
    background-position: 50%;
    background-size: cover;
    height: 640px;
  }

  .tab-pane._2 {
    background-image: url('../images/1400133.jpg');
    background-position: 80%;
  }

  .tab-pane._4 {
    background-image: url('../images/1998-McLaren-F1-003-1080.jpg');
  }

  .tab-pane._3 {
    background-image: url('../images/1078422-scaled.jpg');
  }

  .tab_content {
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px;
    display: flex;
    position: relative;
  }

  .hero_tabs {
    flex-direction: column;
    width: 100vw;
    display: flex;
  }

  .tab-content_overlay {
    z-index: 0;
    background-color: #00000080;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .header-wrap_line.is--tabs {
    width: 0%;
    margin-top: 4px;
    margin-left: 0;
    position: absolute;
    inset: auto auto -8px 0;
  }

  .profcards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: none;
  }

  .profcards.fullscreen {
    display: none;
  }

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

  .tab-link-2 {
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-end;
    width: 25%;
    padding: 8px 0 18px;
    display: flex;
  }

  .tab-link-2.w--current {
    background-color: #000c;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero_columnhero_column {
    width: auto;
    height: 500px;
  }

  .hero_columnhero_column._2, .hero_columnhero_column._3, .hero_columnhero_column.is--hidden, .hero_columnhero_column._4 {
    display: none;
  }

  .tabs-menu-2 {
    height: 240px;
    display: flex;
  }

  .column_number-wrap {
    margin-bottom: 30px;
  }

  .hero_column {
    width: auto;
    height: 500px;
  }

  .hero_column._2, .hero_column._3, .hero_column.is--hidden, .hero_column._4 {
    display: none;
  }

  .header_subtitle.professions {
    font-size: .9em;
  }

  .features_image {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .features_image.is-2 {
    object-position: 50% 50%;
  }

  .features_component {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 6fr;
  }

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

  .features_component.merch {
    grid-template-columns: 4fr;
  }

  .features_back-number, .features_back-number.is-reversed {
    left: -3rem;
  }

  .features_layout {
    grid-row-gap: 12vw;
  }

  .features_read-more-text {
    font-size: 1rem;
  }

  .features_image-wrap {
    padding-top: 66%;
  }

  .scroll-down-text {
    font-size: 1rem;
  }

  .section_features {
    padding-top: 5vh;
  }

  .header_component {
    z-index: 5;
  }

  .header_component.infobook {
    z-index: 1;
    padding-left: 42px;
  }

  .header_component.report {
    margin-top: 10vh;
  }

  .section_header.events {
    height: 20vh;
    min-height: 20vh;
  }

  .scroll-down-arrow {
    width: 1.5rem;
    height: 1.5rem;
    display: none;
  }

  .scroll-down-arrow.is-mobile {
    display: flex;
  }

  .features_content {
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .features_content.is-reversed {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .header_heading.event {
    font-size: 3em;
  }

  .header_heading.profession {
    margin-top: -5px;
    font-size: 2em;
  }

  .div-block-12 {
    padding: 20px 15px;
  }

  .rulebook {
    width: 90%;
  }

  .div-block-13.founders {
    height: auto;
  }

  .div-block-14 {
    width: 80%;
  }

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

  .background-video-3 {
    height: 100vh;
  }

  .background-video-3.half {
    height: 30vh;
  }

  .image-7 {
    width: 100px;
    max-width: 135px;
  }

  .image-7.racing {
    z-index: 0;
    margin-bottom: -122px;
    margin-left: -26px;
    position: relative;
  }

  .image-7.rangers {
    max-width: 60px;
    left: -60px;
  }

  .professiondetails.swap {
    padding-bottom: 150px;
  }

  .div-block-18, .div-block-19.rescue {
    width: 95%;
  }

  .div-block-23 {
    z-index: 0;
  }

  .nomadfootergrid {
    grid-template-columns: 3fr 1fr 1fr;
  }

  .text-block-12 {
    font-size: 2em;
  }

  .text-block-13 {
    font-size: 1.8rem;
  }

  .div-block-24 {
    padding: 5px;
  }

  .text-block-14 {
    font-size: .9em;
  }

  .preview-wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 350px;
    position: absolute;
    bottom: -122%;
  }

  .block-title {
    font-size: 1rem;
  }

  .block-studio {
    display: none;
  }

  .main-wrapper-2 {
    padding-top: 22.2vh;
    padding-bottom: 22.2vh;
  }

  .block-client {
    width: 11.25rem;
  }

  .block-year {
    width: 4.375rem;
  }

  .cursor {
    display: none;
  }

  .section-2 {
    width: 100%;
  }

  .section-2._4 {
    background-size: auto, auto, cover;
  }

  .heading-wrapper.racing {
    width: 100%;
  }

  .horizontal-scroll-wrapper {
    height: 400vh;
    position: relative;
  }

  .horizontal-scroll-content {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .tabs-2 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .tabs-menu-3 {
    position: relative;
  }

  .rangertabs._2, .rangertabs._3 {
    left: auto;
  }

  .tabbedtitles {
    font-size: 1.1em;
    line-height: 1.1;
  }

  .tabbedvideo {
    width: 95%;
    height: 75%;
    margin-top: 25vh;
  }

  .rangerspara {
    font-size: .8em;
    line-height: 1em;
  }

  .div-block-28 {
    background-color: #0b0d17b3;
    width: 100%;
    position: relative;
    top: -93px;
    bottom: auto;
    left: auto;
  }

  .div-block-30 {
    padding-top: 100px;
  }

  .rescuetext {
    font-size: 4em;
  }

  .healingbeam {
    width: 100%;
    height: 100%;
    top: -34.8993px;
  }

  .image-11 {
    width: 150px;
  }

  .rescuelogo {
    width: 350px;
  }

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

  .link-block-4 {
    display: none;
  }

  .profeessions {
    display: block;
  }

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

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

  h2 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    line-height: 1.2;
  }

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

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

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

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

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

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

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

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

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

  .main-wrapper {
    width: 100%;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

  .margin-bottom.margin-custom1 {
    margin-bottom: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .heading-xsmall.readmore {
    padding-top: 0;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav_menu-button {
    z-index: 10000;
    background-color: #e9f0f400;
    padding: 1rem;
  }

  .nav_menu-button.w--open {
    z-index: 1000;
    background-color: #0000;
  }

  .nav_menu {
    z-index: 15;
    flex-direction: column;
    min-width: 64vw;
    height: 100vh;
    margin-right: 0;
    padding-top: 4rem;
  }

  .nav_brand-image {
    max-width: 8rem;
  }

  .nav_component {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_link {
    height: 4rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    transition: none;
  }

  .nav_link.w--current {
    box-shadow: none;
  }

  .nav_container {
    position: relative;
  }

  .section-header {
    min-height: 40rem;
  }

  .header_layout {
    margin-top: 0;
  }

  .header_link-wrapper {
    margin-top: 6rem;
  }

  .header_link {
    width: 9.375rem;
    height: 9.375rem;
    font-size: 1.25rem;
  }

  .nav_link-span.hide-tablet {
    display: block;
  }

  .hamurger-line {
    background-color: var(--pink);
    width: 24px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamurger-line.middle {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .redscarethos {
    min-height: 57rem;
    overflow: hidden;
  }

  .destination_image {
    width: 10.625rem;
  }

  .kicker {
    letter-spacing: 2.7px;
    justify-content: center;
    font-size: 1rem;
  }

  .kicker.is-crew {
    font-size: 2rem;
  }

  .tab_text-wrapper {
    width: 20.4375rem;
  }

  .tab-link {
    letter-spacing: 2.36px;
    margin-left: .8125rem;
    margin-right: .8125rem;
    font-size: .875rem;
  }

  .tabs-menu {
    top: 12rem;
  }

  .divider-line {
    margin-top: 2rem;
  }

  .stats-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }

  .stats.is-right {
    margin-top: 2rem;
    margin-left: 0;
  }

  .tab_layout-wrapper {
    grid-row-gap: 7rem;
  }

  .crew_slider {
    margin-top: -2rem;
    padding-top: 0;
  }

  .slide_layout-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 8rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    height: auto;
    display: grid;
  }

  .slide_text-wrapper {
    height: 100%;
    padding-bottom: 6.5rem;
  }

  .slide_text {
    font-size: .8em;
  }

  .slide_image-wrapper {
    border-bottom: 1px solid var(--divider-line);
    object-fit: cover;
    flex-direction: row;
    order: -1;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    display: flex;
  }

  .slide_image-wrapper.is-first {
    border-bottom: 1px solid var(--divider-line);
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    margin-left: 0;
  }

  .crew-image {
    object-fit: cover;
    width: auto;
    height: 13.875rem;
  }

  .crew-image.is-pilot {
    margin-top: 0;
    margin-left: 0;
  }

  .crew-image.is-engineer {
    margin-top: 0;
  }

  .crew-image.is-first {
    margin-left: 2.1375rem;
  }

  .slide-nav {
    bottom: 52%;
  }

  .mobile-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .mobile-bg.show-mobile-landscape {
    position: absolute;
    inset: 0%;
  }

  .crew_layout {
    padding-top: 5.5rem;
    padding-bottom: 3.5px;
  }

  .tabs2 {
    margin-top: 25.5rem;
  }

  .tab2 {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: .1rem;
    font-size: 1rem;
  }

  .technology-kicker {
    font-size: .875rem;
  }

  .tab2_image-wrapper-tablet {
    top: -28rem;
  }

  .button-2 {
    width: auto;
    min-width: 350px;
    margin-top: 15px;
  }

  .newsblockwide {
    flex-direction: column;
    position: relative;
    bottom: 0%;
  }

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

  .newsdetails {
    padding-top: 0;
  }

  .collection-item {
    width: 100%;
    min-height: 20vh;
  }

  .div-block-7 {
    display: block;
  }

  .dropdown-trigger {
    margin-left: 10px;
    display: flex;
  }

  .dropdown-content {
    position: relative;
  }

  .dropdown-content.professions {
    top: auto;
  }

  .dropdown-content.professions.mobileview {
    width: 100%;
  }

  .text-span {
    margin-right: -5px;
    font-size: 1.3rem;
  }

  .tab-link-2 {
    width: auto;
    padding-top: 16px;
  }

  .tabs-menu-2 {
    flex-direction: column;
    height: auto;
  }

  .header_subtitle {
    font-size: 3vw;
  }

  .header_subtitle.professions {
    font-size: .7em;
  }

  .mtn-front {
    object-position: 30% 0%;
  }

  .header_component.infobook {
    z-index: 5;
    padding-right: 0;
  }

  .header_heading {
    font-size: 8vw;
  }

  .div-block-13.infobook {
    padding-top: 0;
  }

  .background-video-3 {
    height: 50vh;
  }

  .professiondetails {
    flex-direction: column;
  }

  .professiondetails.swap {
    flex-direction: column-reverse;
  }

  .div-block-18, .div-block-19 {
    width: 100%;
  }

  .div-block-22 {
    right: 0;
  }

  .div-block-22.swap {
    width: 100%;
    left: 0;
  }

  .div-block-23 {
    z-index: 0;
    width: 100%;
    left: 0;
  }

  .div-block-23.swap {
    top: 0;
    right: 0;
  }

  .link-block-3 {
    width: 100%;
  }

  .nomadfootergrid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .background-video-4.racing._2 {
    padding-bottom: 20vh;
  }

  .rangertabs {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-28 {
    padding: 10px 15px;
    top: 0;
  }

  .div-block-30 {
    padding-top: 90px;
  }

  .div-block-32 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-33 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: .9rem;
    line-height: 1.5em;
  }

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

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

  .main-wrapper {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section-header {
    width: 100%;
  }

  .header_text-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .tablet-bg.show-tablet {
    display: block;
  }

  .redscarethos {
    min-height: 59rem;
  }

  .kicker.is-crew {
    font-size: 1rem;
  }

  .tab_text-wrapper {
    width: 18rem;
  }

  .tabs-menu {
    display: flex;
  }

  .slide_text-wrapper {
    justify-content: flex-end;
    position: relative;
  }

  .crew_kicker {
    font-size: 1rem;
  }

  .slide_text {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    width: 100%;
    height: 100vh;
  }

  .div-block {
    align-items: stretch;
  }

  .button-2 {
    width: 60%;
    min-width: 100%;
    margin-top: 15px;
    font-size: .8rem;
  }

  .div-block-2 {
    left: 0;
  }

  .newsblockwide {
    justify-content: flex-start;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
    left: 0;
  }

  .homenewsblock {
    position: relative;
  }

  .newsdetails {
    font-size: .7em;
  }

  .collection-item {
    height: auto;
    min-height: 25vh;
    margin-top: 75px;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .left-arrow-2, .right-arrow-2 {
    align-items: flex-end;
    padding-bottom: 15vh;
    top: 80px;
  }

  .dropdown-wrapper {
    height: auto;
    top: 0;
  }

  .dropdown-content.professions.mobileview {
    width: 100%;
    display: block;
  }

  .heading {
    font-size: 2rem;
  }

  .text-span {
    font-size: 1.7rem;
  }

  .tab-pane {
    height: auto;
  }

  .cars_list {
    grid-template-columns: 1fr;
  }

  .header_subtitle.professions {
    letter-spacing: .2em;
    margin-left: -10px;
    font-size: .6em;
    line-height: 1;
  }

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

  .features_component {
    display: block;
  }

  .features_component.is-reversed {
    grid-template-rows: auto auto;
  }

  .features_subtitle {
    font-size: .7rem;
  }

  .header_guide-wrap {
    grid-column-gap: 1rem;
    grid-template-columns: 2rem 1fr;
  }

  .features_heading {
    font-size: 2rem;
  }

  .header_max-width {
    margin-top: -5px;
    line-height: 1em;
  }

  .scroll-down-text.smaller {
    margin-right: 0;
    padding-left: 10px;
  }

  .scroll-down-text.smaller.merch {
    line-height: 1.2;
  }

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

  .header_component.infobook {
    padding-left: 79px;
    padding-right: 10px;
  }

  .header_component.rangers {
    margin-top: -2vh;
    padding-left: 42px;
  }

  .features_content, .features_content.is-reversed {
    padding-left: 0;
    padding-right: 0;
  }

  .features_content.merch {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .header_heading.profession {
    margin-top: -2px;
    font-size: 1em;
  }

  .rulebook {
    width: 100%;
  }

  .div-block-15.merch {
    padding-left: 15px;
    padding-right: 15px;
  }

  .background-video-3 {
    height: 90vh;
  }

  .image-7 {
    width: 60px;
    height: 60px;
    margin-top: -10px;
    left: 0;
  }

  .image-7.racing {
    width: 50px;
    height: 50px;
    margin-bottom: -98px;
    margin-left: 23px;
  }

  .image-7.rangers {
    width: 35px;
    height: 35px;
    left: 0;
  }

  .div-block-22.rescue {
    height: 250px;
  }

  .nomadfootergrid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .text-block-14 {
    color: var(--darkeroffwhite);
    max-width: 150px;
    padding-top: 2px;
    font-size: .7em;
    line-height: 1;
    display: block;
  }

  .block-title-wrapper {
    padding-left: .875rem;
    padding-right: .875rem;
  }

  .block-type {
    display: none;
  }

  .block-client {
    width: 8rem;
  }

  .block-year {
    padding-right: .875rem;
  }

  .background-video-4.racing._2 {
    height: 130%;
    padding-bottom: 35vh;
  }

  .tabbedmaster {
    height: 120vh;
  }

  .tabs-2 {
    flex-direction: column;
  }

  .tabs-menu-3 {
    margin-top: 124px;
    margin-bottom: 162px;
    top: 266px;
  }

  .tabbedtitles {
    font-size: .9rem;
  }

  .tabbedvideo {
    margin-top: 18vh;
  }

  .rangerspara {
    font-size: .6em;
    line-height: 1.1em;
  }

  .div-block-28 {
    padding-left: 0;
    padding-right: 0;
    top: -130px;
  }

  .div-block-30 {
    padding-left: 0;
  }

  .div-block-31 {
    padding-top: 132px;
  }

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

  .image-10 {
    width: 90%;
    max-height: 200px;
  }

  .rich-text-block-2 {
    width: 90%;
  }

  .div-block-33 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rescuetext {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2em;
  }

  .image-11 {
    width: 100px;
  }

  .rescuelogo {
    width: 150px;
    top: -155.469px;
  }

  .text-block-17 {
    width: 100%;
  }

  .div-block-39 {
    overflow: visible;
  }

  .div-block-40.report {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-13 {
    width: 100%;
  }

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

#w-node-_5a8ce359-12a7-63ae-8a98-333a58119ee1-d27cb912, #w-node-_5a8ce359-12a7-63ae-8a98-333a58119eee-d27cb912, #w-node-_5a8ce359-12a7-63ae-8a98-333a58119efb-d27cb912, #w-node-_42ac70f4-1173-256b-1328-69d5a4c55874-d27cb912, #w-node-c6eff87e-6cf4-95f9-931c-5be33ee8cc01-a692006e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e2409e9-9a01-8e58-5f4d-9585977eee18-8d5b3ef7, #w-node-_18a4b0d6-70c9-8779-97cc-6d301741517e-8d5b3ef7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9133041-86ab-fa78-5ee9-b1338075c032-8d5b3ef7, #w-node-_292199c3-a4b6-e346-5640-f17931e0fb37-8d5b3ef7, #w-node-d0596660-429f-39d2-7cee-45c7fc362aa5-8d5b3ef7, #w-node-_20a8a0b0-57cd-76a2-38ec-4a4b8d561832-8d5b3ef7 {
  align-self: start;
}

#w-node-ff2630fe-1890-e7ca-6737-829bd50cb350-67e2f73a, #w-node-ff2630fe-1890-e7ca-6737-829bd50cb367-67e2f73a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dc26306-1ad9-97c1-3b94-8f84a6ef88ef-67e2f73a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_828c6cf8-3be8-d0ce-3964-dc45d5e744c7-8da1e183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_828c6cf8-3be8-d0ce-3964-dc45d5e744db-8da1e183, #w-node-_1223e950-6cc4-73ca-16bd-003ee6678512-8da1e183 {
  place-self: center;
}

#w-node-_1223e950-6cc4-73ca-16bd-003ee6678504-8da1e183, #w-node-e2d6d75f-e7b9-ac95-289a-709f0cf1e193-fcc62f69, #w-node-_4da458b6-37e2-84ef-97c0-6619e5a69a2d-fcc62f69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4da458b6-37e2-84ef-97c0-6619e5a69a41-fcc62f69 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c6eff87e-6cf4-95f9-931c-5be33ee8cc01-a692006e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3e2409e9-9a01-8e58-5f4d-9585977eee0e-8d5b3ef7 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_3e2409e9-9a01-8e58-5f4d-9585977eee18-8d5b3ef7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_18a4b0d6-70c9-8779-97cc-6d3017415171-8d5b3ef7 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_18a4b0d6-70c9-8779-97cc-6d301741517e-8d5b3ef7 {
    grid-column: span 1 / span 1;
  }

  #w-node-ff2630fe-1890-e7ca-6737-829bd50cb350-67e2f73a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ff2630fe-1890-e7ca-6737-829bd50cb362-67e2f73a, #w-node-ff2630fe-1890-e7ca-6737-829bd50cb365-67e2f73a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ff2630fe-1890-e7ca-6737-829bd50cb367-67e2f73a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9dc26306-1ad9-97c1-3b94-8f84a6ef88e2-67e2f73a {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_9dc26306-1ad9-97c1-3b94-8f84a6ef88ef-67e2f73a {
    grid-column: span 1 / span 1;
  }

  #w-node-_828c6cf8-3be8-d0ce-3964-dc45d5e744c7-8da1e183 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_828c6cf8-3be8-d0ce-3964-dc45d5e744db-8da1e183, #w-node-_1223e950-6cc4-73ca-16bd-003ee6678512-8da1e183 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1223e950-6cc4-73ca-16bd-003ee6678504-8da1e183, #w-node-_4da458b6-37e2-84ef-97c0-6619e5a69a2d-fcc62f69 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4da458b6-37e2-84ef-97c0-6619e5a69a41-fcc62f69 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Beyond mars';
  src: url('../fonts/Beyond_Mars.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'earthOrbiter';
  src: url('../fonts/earthorbiterbold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}