@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope&display=swap");
/* CSS Document */
:root {
  --fontSizeBase: 20;
  --charcoal: #121212;
  --grey: #6A6A6A;
  --greyDark: #2D2B28;
  --black: #121212;
  --lime: #B4F177;
  --red: red;
  --emeraldGradient: linear-gradient(148deg, #0E0E0E 0%, #001E17 100%);
  --limeGradient: linear-gradient(148deg, #006A56 0%, #82E71C 100%);
  --silverGradient: linear-gradient(356deg, rgba(145, 145, 145, 0.15) 0%, rgba(18, 18, 18, 0.15) 100%);
  --padding: clamp(16px, 4.0849673203vw, 50px);
  --paddingLow: clamp(24px, 3.2679738562vw, 40px);
  --paddingHigh: clamp(100px, 13.0718954248vw, 160px);
  --paddingHighMobile: clamp(0px, 160px - 13.0718954248vw, 160px);
  --paddingTopBottom: clamp(32px, 7.8431372549vw, 96px);
  --paddingLeftRight: clamp(24px, 6.5359477124vw, 80px);
  --paddingMobile: clamp(24px, 6.5104166667vw, 50px);
  --monropeFS: Manrope, sans-serif;
  --interFS: Inter, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  background-color: var(--black);
}

body {
  font-size: 20px;
  font-family: var(--interFS);
  font-weight: 400;
  color: white;
}
body b, body strong {
  font-weight: 600;
}
body i, body em, body .ital {
  font-style: italic;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
a img {
  border: none;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
a:hover, a:active {
  opacity: 0.5;
}

p, .p {
  font: 400 clamp(16px, 1.3888888889vw, 20px)/1.25 var(--interFS);
  margin-bottom: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p span, .p span {
  color: var(--lime);
}

/* address {
	font: 400 clamp(14px, 1.1111111111vw, 16px)/1.25 var(--interFS);
	margin-bottom: 20px;
} */
img, video {
  display: block;
  width: 100%;
  height: auto;
}

h1, .h1 {
  font: 400 clamp(36px, 4.4444444444vw, 64px)/110% var(--monropeFS);
  margin-bottom: 0.3125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 span, .h1 span {
  color: var(--lime);
}

h2, .h2 {
  font: 400 clamp(36px, 3.3333333333vw, 48px)/100% var(--monropeFS);
  margin-bottom: 0.4375em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--lime);
}
h2 span, .h2 span {
  color: white;
}

.quote {
  font: 400 clamp(32px, 2.7777777778vw, 40px)/1.25 var(--monropeFS);
  margin-bottom: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(89deg, var(--lime) 0%, #00BEC9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.quote span {
  color: var(--lime);
}

h3, .h3 {
  font: 400 clamp(32px, 2.5vw, 36px)/1.1 var(--monropeFS);
  margin-bottom: 0.34375em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--lime);
}
h3 span, .h3 span {
  color: white;
}

h4, .h4 {
  font: 400 clamp(16px, 2.2222222222vw, 32px)/1.21875 var(--interFS);
  margin-bottom: var(--paddingLow);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h4 span, .h4 span {
  color: var(--lime);
}
h4.nav, .h4.nav {
  font-size: 32px;
  line-height: 1.6;
}
h4.h4Quote, .h4.h4Quote {
  font-size: clamp(20px, 2.2222222222vw, 32px);
}

h5, .h5 {
  font: 400 clamp(14px, 1.1111111111vw, 16px)/1.25 var(--interFS);
  margin-bottom: 0.75em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h5.tab, .h5.tab {
  font-size: 16px;
  line-height: 1.6;
}
h5 span, .h5 span {
  color: var(--lime);
}

h6, .h6 {
  font: 200 0.7em/1.25 var(--interFS);
  margin-bottom: 0.7142857143em;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
h6.descCap, .h6.descCap {
  font-weight: 500;
}
h6 span, .h6 span {
  color: var(--lime);
}

sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

input:not([type=submit]) {
  display: inline-block;
  width: 100%;
  padding: 6px 17px;
  margin: 0 0 10px 0;
  font: 400 15px/32px var(--interFS);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid black;
  border-radius: 8px;
  color: white;
  outline: none;
  background: var(--greyDark);
  box-shadow: none;
  box-sizing: border-box;
  /* &[type="checkbox"], &[type="radio"] {
   	display: none !important;
   	+ label {
  	 	display: block;
  	 	padding: 2px 0 2px 26px;
  	 	font: 400 clamp(16px, 1.3888888889vw, 20px)/1.25 var(--interFS);
  	 	position: relative;
  	 	&:before {
  		 	content: "";
  		 	display: inline-block;
  		 	vertical-align: bottom;
  		 	width: 12px;
  		 	height: 12px;
  		 	border: solid 1px black;
  		 	box-sizing: border-box;
  		 	background-color: white;
  		 	position: absolute;
  		 	left: 0;
  		 	top: 8px;
  			transition: background 0.2s $ease-in-out-quad;
  	 	}
  	 	&:hover, &:active {
  	 		&:before {
  		 		background-color: var(--grey);
  	 		}
  	 	}
   	}
   	&:checked {
  	 	+ label {
  		 	&:before {
  			 	background-color: black;
  		 	}
  	 	}
   	}
  	}
  &[type="radio"] {
  	+ label {
  		&:before {
  			border-radius: 50%;
  		}
  	}
  } */
}
input:not([type=submit]).white {
  color: white;
  border-color: white;
}
input:not([type=submit]).white::-webkit-input-placeholder {
  color: white !important;
}
input:not([type=submit]).white:-moz-placeholder {
  color: white !important;
}
input:not([type=submit]).white::-moz-placeholder {
  color: white !important;
}
input:not([type=submit]).white:-ms-input-placeholder {
  color: white !important;
}
input:not([type=submit]).white:input-placeholder {
  color: white !important;
}

select {
  display: inline-block;
  width: 100%;
  padding: 6px 17px;
  margin: 0;
  box-sizing: border-box;
  font: 400 15px/32px var(--interFS);
  border: 1px solid black;
  border-radius: 8px;
  color: white;
  outline: none;
  background: var(--greyDark) url(/_images/arrow_select.svg) no-repeat calc(100% + 10px) center;
  background-size: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
::placeholder, select option:disabled, select:invalid {
color: #6a6a6a !important;
}
select::-ms-expand {
  display: none;
}

label {
  display: block;
  font: 400 17px/23px var(--interFS);
  color: var(--greyDark);
  margin-bottom: 4px;
}

label.hs-error-msg {
 margin-left: 20px;
 color: red;
}
/********* classes *********/
.hide {
  display: none;
}

.error, .sale {
  color: var(--red) !important;
}

.white {
  color: white;
}

.black {
  color: black;
}

.lime {
  color: var(--lime);
}

.center {
  text-align: center;
}

.button, input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  min-width: 124px;
  padding: 8px 16px;
  margin: 14px 0 0;
  box-sizing: border-box;
  border-radius: 18px;
  font: 500 14px/20px var(--interFS);
  color: black;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
  background-color: var(--lime);
  border: 1px solid var(--lime);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button:hover, .button:active, input[type=submit]:hover, input[type=submit]:active {
  background-color: black;
  color: var(--lime);
}
.button.marginTop, input[type=submit].marginTop {
  margin-top: 20px;
}
.button i, input[type=submit] i {
  font-size: 20px;
  vertical-align: middle;
}
.button:has(i), input[type=submit]:has(i) {
  padding-top: 6px;
  padding-bottom: 6px;
}

.mobile {
  display: none;
}

.breadcrumb {
  font: 400 clamp(12px, 1.0416666667vw, 15px)/19px var(--interFS);
  -webkit-text-size-adjust: none;
  color: var(--breadcrumb);
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: -29px;
  padding: 5px 0;
  position: relative;
  top: 24px;
}

.roundedCorners {
  border-radius: 8px;
  overflow: hidden;
}

.roundedCornersMedium {
  border-radius: clamp(6px, 0.9803921569vw, 12px);
  overflow: hidden;
}

.roundedCornersLarge {
  border-radius: 16px;
  overflow: hidden;
}

/********* end classes *********/
/********* keyframes *********/
/********* end keyframes *********/
/********* layout *********/
.logo {
  display: inline-block;
  vertical-align: middle;
  width: clamp(46px, 9.8958333333vw, 76px);
  height: clamp(12px, 2.6041666667vw, 20px);
  background: url(/_images/ROH_logo_wht.svg) no-repeat center;
  background-size: contain;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.25));
}

header {
  display: block;
  width: 100%;
  max-width: 1440px;
  padding: clamp(16px, 2.6041666667vw, 20px) var(--padding);
  margin: 0 auto;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
header .headerPill {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px clamp(16px, 3.125vw, 24px);
  border-radius: clamp(18px, 3.2552083333vw, 25px);
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header .headerPill .burger {
  display: none;
  width: 14px;
  height: 12px;
  padding: clamp(4px, 0.8986928105vw, 11px) 0 clamp(4px, 0.8986928105vw, 11px) 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .headerPill .burger:before, header .headerPill .burger:after {
  content: "";
  display: block;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .headerPill .burger:before {
  height: 12px;
  border-top: 2px solid var(--lime);
  border-bottom: 2px solid var(--lime);
}
header .headerPill .burger:after {
  width: 14px;
  border-bottom: 2px solid var(--lime);
  position: absolute;
  margin-top: -7px;
}
header .headerPill .burger:hover, header .headerPill .burger:active {
  opacity: 0.5;
}
header .headerPill .burger.open {
  width: 20px;
  translate: 3px 0;
}
header .headerPill .burger.open:before {
  height: 0;
  border-bottom: none;
  transform: rotate(-45deg);
  margin-top: 6px;
}
header .headerPill .burger.open:after {
  width: 20px;
  margin-top: -2px;
  transform: rotate(45deg);
}
header .headerPill .signIn .h6 {
  margin-bottom: 0;
  margin-right: 20px;
}
header .headerPill .signIn .getInTouchButton {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 16px;
  margin: 0;
  box-sizing: border-box;
  line-height: 16px;
  border: 1px solid var(--grey);
  border-radius: 4px;
  background-color: #2D2B28;
}

nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: var(--paddingHigh) var(--padding);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
nav ul {
  width: 100%;
  list-style: none;
}
nav ul li {
  display: block;
  margin-bottom: 10px;
}
nav .social {
  width: 74%;
  margin: 0 auto;
}
nav .social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 44px;
}
nav.active {
  opacity: 1;
  pointer-events: auto;
}

#mainContent {
  min-height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-top: clamp(60px, 1.6339869281vw + 1.6339869281vw + 1.6339869281vw + 8px + 24px, 90px);
}

.marquee {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.marquee .title {
  padding: 0 var(--padding);
  margin-bottom: var(--padding);
}
.marquee .logoCont {
  width: 100%;
  position: relative;
}
.marquee .logoCont:before, .marquee .logoCont:after {
  content: "";
  display: block;
  width: var(--paddingHigh);
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.marquee .logoCont:before {
  left: 0;
  background: linear-gradient(90deg, var(--black) 0%, transparent 100%);
}
.marquee .logoCont:after {
  right: 0;
  background: linear-gradient(90deg, transparent 0%, var(--black) 100%);
}
.marquee .logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0;
}
.marquee .logos .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: var(--paddingLow);
}
.marquee .logos .img img {
  width: auto;
  height: clamp(30px, 2.7777777778vw, 40px);
  filter: invert(100%);
}
.marquee .logos.reverse {
  translate: calc(-100% + 100vw) 0 !important;
}

section, .section {
  margin: var(--paddingHigh) auto;
  padding: 0 var(--padding);
}

.content {
  max-width: 1340px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.outerGlow {
  box-shadow: 0 0 var(--paddingLeftRight) 0 rgba(255, 255, 255, 0.02);
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex.top {
  align-items: flex-start;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.left {
  justify-content: flex-start;
}
.flex.right {
  justify-content: flex-end;
}
.flex.gap {
  -moz-column-gap: var(--padding);
       column-gap: var(--padding);
}
.flex.gapLarge {
  -moz-column-gap: clamp(40px, 11.4vw, 116px);
       column-gap: clamp(40px, 11.4vw, 116px);
}
.flex.noWrap {
  flex-wrap: nowrap;
}

.flexVertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.paddingLeft {
  padding-left: var(--padding);
}

.paddingRight {
  padding-right: var(--padding);
}

.paddingTop {
  padding-top: var(--padding);
}

.paddingBottom {
  padding-bottom: var(--padding);
}

.paddingTopHigh {
  padding-top: var(--paddingHigh);
}

.paddingBottomHigh {
  padding-bottom: var(--paddingHigh);
}

.paddingLeftRight {
  padding-left: var(--paddingLeftRight);
  padding-right: var(--paddingLeftRight);
}

.paddingLeftRightLow {
  padding-left: var(--paddingLow);
  padding-right: var(--paddingLow);
}

.paddingTopBottom {
  padding-top: var(--paddingTopBottom);
  padding-bottom: var(--paddingTopBottom);
}

.marginTopHigh {
  margin-top: var(--paddingHigh);
  padding-top: 0;
}

.marginBottomHigh {
  margin-bottom: var(--paddingHigh);
  padding-bottom: 0;
}

.marginBottom {
  margin-bottom: var(--padding);
}

.marginBottomMid {
  margin-bottom: var(--paddingTopBottom);
}

.marginTop {
  margin-top: var(--padding);
}

.marginTopMid {
  margin-top: var(--paddingTopBottom);
}

.marginBottomMidLow {
  margin-bottom: var(--paddingLeftRight);
}

.marginTopMidLow {
  margin-top: var(--paddingLeftRight);
}

.paddingTopMid {
  padding-top: var(--paddingTopBottom);
}

.paddingBottomMid {
  padding-top: var(--paddingTopBottom);
}

.noPaddingTop {
  padding-top: 0;
}

.noPaddingBottom {
  padding-bottom: 0;
}

.noMarginTop {
  margin-bottom: 0;
}

.noMarginBottom {
  margin-bottom: 0;
}

.max1024 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.emeraldGradient {
  background: var(--emeraldGradient);
}

.limeGradient {
  background: var(--limeGradient);
}

.silverGradient {
  background: var(--silverGradient);
}

blockquote:before {
  content: "“";
}
blockquote:after {
  content: "”";
}

footer .flex {
  position: relative;
  overflow: hidden;
}
footer .flex .img {
  width: 74%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer .flex .img img {
  -webkit-mask-image: url(/_images/ROH.svg);
          mask-image: url(/_images/ROH.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
footer .flex .text {
  width: 24%;
  padding-top: 10px;
}
footer .flex .text .tab {
  margin-bottom: 16px;
}
footer .flex .text .social {
  margin-bottom: 16px;
}
footer .flex .text .social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
footer .flex .text .terms {
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
}
footer .flex .text .terms .pci {
  width: 20px;
}
footer .flex .text .terms > * {
  font: 500 10px/1 var(--interFS);
  margin-bottom: 10px;
  white-space: nowrap;
}

/********* end layout *********/
/********* responsive *********/
@media (max-width: 768px) {
  .center.buttons {
    text-align: left;
  }
  header .headerPill .signIn {
    display: none;
  }
  header .headerPill .burger {
    display: block;
  }
  .flex:not(.noMobile) {
    display: block;
  }
  .flex:not(.noMobile) > * {
    display: block;
    width: auto !important;
    margin-bottom: var(--paddingMobile);
  }
  footer .flex .text .tab {
    margin-bottom: var(--padding);
  }
  footer .flex .text .social {
    margin-bottom: var(--padding);
  }
  footer .flex .text .social a {
    margin-right: 30px;
  }
  footer .flex .text .terms {
    width: 100%;
    justify-content: space-between;
  }
  footer .flex .text .terms > * {
    margin-bottom: 0;
  }
  footer .flex .img {
    margin-bottom: 10px;
    position: static;
  }
}
/********* end responsive *********/
