/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #76777a;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #76777a;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.nav__sub {
  font-family: "Palanquin", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.block-intro-video__overlay > div, .block-energy-con, .block-strap, .block-intro__caption, .footer__nav > ul > li, .nav, h1, h2, h3, h4, h5, h6, .u-heading-font, .u-btn {
  font-family: "Varela Round", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.block-strap {
  letter-spacing: -0.02em;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(118, 119, 122, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Palanquin", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  color: #76777a;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #d0091d;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/lightbox2/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/lightbox2/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/lightbox2/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/lightbox2/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  overscroll-behavior: contain;
}
@media (max-width: 768px) {
  html {
    font-size: 80%;
  }
}

video, img {
  max-width: 100%;
}

.u-btn {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #d0091d;
  border: 1px solid #fff;
  min-width: 170px;
  padding: 5px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}

.u-btn-inverse {
  color: #fff;
  background: #76777a;
  border: 1px solid #fff;
}

.u-btn-trans {
  background: transparent;
}

.u-btn-center {
  width: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-btn-jacarta {
  background: #282961;
}

.u-btn-wide {
  min-width: 240px;
}

.u-btn-narrow {
  min-width: 130px;
}

.u-btn:hover {
  background: #76777a;
}

.u-btn-inverse:hover {
  background: #d0091d;
}

.u-btn-hover-trans:hover {
  background: inherit !important;
}

.u-color-ram-red {
  color: #d0091d;
}

.u-color-primary {
  color: #d0091d;
}

.u-color-construction {
  color: #95c11f;
}

.u-color-energy {
  color: #951b81;
}

.u-hidden {
  display: none !important;
}

.u-2cols {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .u-2cols {
    flex-direction: column;
  }
}

.u-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .u-form-row {
    flex-flow: row;
  }
}
.u-form-row label, .u-form-row small {
  width: 140px;
  justify-content: flex-start;
}
.u-form-row label b, .u-form-row small b {
  color: #d0091d;
  font-weight: normal;
}
.u-form-row input, .u-form-row textarea {
  flex: 1 1 200px;
  border-radius: 15px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #76777a;
  width: 100%;
}

.u-form-buttons {
  display: flex;
  flex-flow: row;
  flex: 1 1 150px;
  justify-content: space-between;
}

.u-text-uc {
  text-transform: uppercase;
}

.u-flex-1 {
  flex: 1;
}

@media (max-width: 767px) {
  .u-mobile-hide {
    display: none !important;
  }
}

.u-mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  .u-mobile-only {
    display: block !important;
  }
}

h2 {
  font-size: 2.875rem;
}

h3 {
  font-size: 2.1875rem;
}

h4 {
  font-size: 1.1875rem;
}

.nav {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .nav {
    top: 35px;
  }
}
@media (min-width: 768px) {
  .nav > .wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 1px;
    -webkit-overflow-scrolling: touch;
    overflow: visible;
  }
  .nav > .wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav > .wrapper {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .nav > .wrapper:after {
    position: fixed;
    top: 65px;
    right: 0;
    content: "";
    color: #76777a;
    height: 25px;
    font-size: 22px;
    width: 120px;
    text-align: right;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.02) 44%, rgba(255, 255, 255, 0) 45%);
    z-index: 1;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .nav > .wrapper > ul {
    margin: 0 30px;
    max-width: 1180px;
    min-width: 960px;
    background: #fff;
    display: flex;
    flex-flow: row;
    padding: 10px 0;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .nav > .wrapper > ul {
    margin: 0 15px;
    padding: 5px 10px 5px 0;
    min-width: 800px;
  }
}
@media (min-width: 768px) {
  .nav > .wrapper > ul > li {
    display: flex;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
  }
  .nav > .wrapper > ul > li > a {
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    color: #76777a;
  }
  .nav > .wrapper > ul > li > div {
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 15px;
    padding-top: 22px;
    pointer-events: none;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  }
  .nav > .wrapper > ul > li > div > ul {
    margin: 0;
    background: #fff;
    padding: 20px 15px;
    -moz-column-count: 3;
         column-count: 3;
    border-top: 1px solid #d0091d;
  }
  .nav > .wrapper > ul > li > div > ul > li {
    list-style: none;
    margin: 0;
    padding: 5px 0;
  }
  .nav > .wrapper > ul > li > div > ul > li > a {
    font-size: 0.8125rem;
    font-weight: bold;
    color: #76777a;
  }
  .nav > .wrapper > ul > li > div > ul > li > a:hover {
    color: #d0091d;
    text-decoration: underline;
    text-decoration-color: #d0091d;
    text-underline-position: under;
  }
  .nav > .wrapper > ul > li:hover > a {
    text-decoration: underline;
    text-decoration-color: #d0091d;
    text-underline-position: under;
  }
  .nav > .wrapper > ul > li:hover > div {
    opacity: 1;
    z-index: 1;
    transition: opacity ease-in-out 0.3s, z-index 0.3s;
    pointer-events: auto;
  }
  .nav > .wrapper > ul > li.energy > a {
    color: #951b81;
  }
  .nav > .wrapper > ul > li.construction > a {
    color: #95c11f;
  }
  .nav > .wrapper > ul > li.auctions > a {
    color: #4D8DB6;
  }
  .nav > .wrapper > ul > li.ram-equipment {
    text-indent: -9999px;
    background: url("/assets/img/logos/equipment.svg") no-repeat center center;
    background-size: auto 27px;
    height: 35px;
    width: 200px;
    border-left: 3px solid #d0091d;
  }
  .nav > .wrapper > ul > li.ram-equipment > a {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .nav > .wrapper > ul > li.ram-equipment {
    background-size: auto 20px;
    height: 25px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .nav {
    top: 0;
    margin-top: 55px;
    height: 100vh;
    width: 100%;
    pointer-events: none;
    z-index: 3;
  }
  .nav > .wrapper {
    background: #76777a;
    padding: 1rem;
    width: 100%;
    max-width: 650px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
    contain: paint;
    display: flex;
    flex-direction: column;
  }
  .nav ul {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 90%;
    max-width: 200px;
  }
  .nav ul li {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .nav ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .nav ul + ul {
    width: 90%;
    max-width: 200px;
    border-top: 1px solid #fff;
  }
  .nav a {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 1rem 0;
  }
}
.nav__sub > div {
  display: flex;
  flex-flow: row;
  background: #fff;
  padding: 30px 5px;
  border-top: 1px solid #d0091d;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.nav__sub > div > div {
  padding-left: 15px;
  width: 25%;
}
.nav__sub > div h2 {
  font-size: 14px;
  text-transform: uppercase;
}
.nav__sub > div a {
  color: #76777a;
  font-size: 14px;
}
.nav__sub > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__sub > div ul > li {
  margin-top: 0.625rem;
}

@media (max-width: 767px) {
  .nav-is-active .nav > .wrapper {
    transform: none;
  }
  .nav-is-active.group.page-slug-home .header__logo {
    opacity: 1;
  }
}
.header {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  position: fixed;
  z-index: 3;
}
.header__wrapper {
  max-width: 1240px;
  padding: 30px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header__wrapper {
    padding: 15px;
  }
}
.header__logo {
  margin: 0;
  padding: 0;
  opacity: 1;
}
.header__logo > a {
  height: 45px;
  width: 350px;
  display: block;
}
@media (max-width: 768px) {
  .header__logo > a {
    height: 25px;
    width: 180px;
  }
}
.header__logo > a > svg {
  height: 100%;
  width: auto;
}
.header__nav-toggle {
  position: relative;
  z-index: 1;
  display: none;
}
.header__nav-toggle:focus {
  outline: none;
}
@media (max-width: 767px) {
  .header__nav-toggle {
    display: block;
    display: flex;
    align-items: center;
  }
  .header__nav-toggle .hamburger-label {
    margin-right: 1rem;
    text-transform: uppercase;
  }
}
.header__nav {
  width: auto;
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  text-transform: uppercase;
  gap: 2rem;
}
.header__nav > li {
  padding: 0;
  margin: 0;
}
.header__nav > li a {
  color: #76777a;
}
.header__nav > li a:hover {
  text-decoration: underline;
  text-decoration-color: #d0091d;
  text-underline-position: under;
}

.group .header {
  background: #000;
}
.group .header__logo > a svg path {
  fill: #fff !important;
}
@media (max-width: 767px) {
  .group .header {
    height: 55px;
    overflow: hidden;
  }
}
.group .header__wrapper {
  padding: 15px 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .group .header__wrapper {
    display: block;
    padding: 15px;
  }
}
.group .header__nav {
  margin: 0;
  padding: 0;
}
.group .header__nav li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 15px;
}
.group .header__nav li.auctions a {
  color: #4D8DB6;
}
@media (max-width: 767px) {
  .group .header__nav {
    padding: 1rem;
    height: calc(100vh - 55px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .group .header__nav li {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 200px;
    display: block;
    text-align: center;
  }
  .group .header__nav li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .group .header__nav li a {
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 1rem 0;
  }
  .group .header__nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
  }
  .group .header__nav-toggle .hamburger-inner, .group .header__nav-toggle .hamburger-inner::after, .group .header__nav-toggle .hamburger-inner::before {
    background-color: #fff;
  }
}
.group.page-slug-home .header__logo {
  opacity: 0;
  transition: opacity 0.3s;
}
.group.nav-is-active .header {
  height: 100vh;
}

.footer {
  background-color: #76777a;
  color: #fff;
  display: flex;
  padding: 35px;
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 5px;
  }
}
.footer__logo {
  background: url("/assets/img/logos/tubulars-stacked-white.svg") no-repeat;
  background-size: contain;
  width: 147px;
  height: 75px;
  text-indent: -999px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 75px;
    height: 40px;
  }
}
.footer__nav {
  margin-left: 60px;
  max-width: 400px;
}
@media (max-width: 767px) {
  .footer__nav {
    margin-left: 15px;
  }
}
.footer__nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.footer__nav > ul > li {
  width: 200px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .footer__nav > ul > li {
    margin-bottom: 5px;
  }
}
.footer__nav > ul > li > a {
  color: #fff;
}
.footer__nav > ul > li > a:after {
  content: " >";
}
.footer__nav > ul > li > a:hover {
  color: #000;
}
.footer__social {
  margin-left: auto;
  margin-top: auto;
}
.footer__social > h2 {
  font-size: 10px;
}
.footer__social > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  gap: 5px;
}
.footer__social > ul > li > a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 33px;
  height: 33px;
  display: block;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__social > ul > li > a {
    width: 20px;
    height: 20px;
  }
}
.footer__social > ul > li > a:hover {
  color: #000;
}
.footer__social > ul > li > a svg {
  width: 100%;
}

.group .footer {
  background: #000;
}
.group .footer a:hover {
  color: #eee;
}

.register {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.register.is-active {
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
}
.register > div {
  width: 900px;
  max-width: 95vw;
  max-height: 95vh;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: #fff;
}
@media (min-width: 769px) {
  .register .u-2cols {
    margin: -20px;
    font-size: 90%;
  }
  .register .u-2cols > * {
    padding: 20px;
    flex: 1 1;
  }
  .register .u-2cols > :first-child {
    border-right: 2px solid #76777a;
  }
}
.register__close {
  background: url("/assets/img/icons/close.svg") no-repeat center center;
  background-size: contain;
  line-height: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  text-decoration: none;
  text-indent: -9999px;
}

.block-intro {
  margin-top: 105px;
  height: 650px;
  min-height: 200px;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .block-intro {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .block-intro {
    height: 30vh;
  }
}
.block-intro__caption {
  line-height: 1.1;
  color: #fff;
  font-size: 48px;
  width: 60%;
  padding-left: 75px;
}
@media (max-width: 1023px) {
  .block-intro__caption {
    padding-left: 15px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .block-intro__caption {
    font-size: 12px;
  }
}
.block-intro__scroll {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -14px;
  background: url("public/assets/img/icons/mouse.svg") no-repeat center center;
  background-size: contain;
  width: 29px;
  height: 48px;
  text-indent: -9999px;
}
@media (max-width: 767px) {
  .block-intro__scroll {
    display: none;
  }
}
.block-intro--no-caption {
  height: 470px;
  min-height: 200px;
}
@media (max-width: 767px) {
  .block-intro--no-caption {
    height: 35vh;
  }
}
.block-intro--group {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.block-intro--group svg {
  max-width: 300px;
  width: 90%;
  margin-bottom: 2rem;
}
.block-intro--group h1 {
  margin: 1rem 0;
  font-size: 24px;
}
.block-intro--group a {
  display: block;
  margin: 1rem auto;
  width: 300px;
  text-transform: none;
}

.group .block-intro {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .group .block-intro {
    margin-top: 55px;
  }
}
.group .block-intro--group {
  min-height: calc(100vh - 222px);
}
@media (max-width: 767px) {
  .group .block-intro--group {
    min-height: calc(100vh - 160px);
  }
}

.block-strap {
  font-size: 1.5rem;
  text-align: center;
  max-width: 760px;
  padding: 1.875rem 1.875rem;
  margin: 0 auto;
}

.block-energy-con {
  display: flex;
  flex-flow: row;
  overflow: hidden;
  margin: -5px -5px 5px -5px;
}
@media (max-width: 767px) {
  .block-energy-con {
    flex-flow: column;
    margin: 0;
  }
}
.block-energy-con > * {
  margin: 5px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  height: 385px;
  position: relative;
}
@media (max-width: 767px) {
  .block-energy-con > * {
    width: 100%;
    height: 275px;
    margin: 5px 0;
  }
}
.block-energy-con > *:before {
  content: " ";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
}
.block-energy-con > *:hover:before {
  opacity: 1;
}
.block-energy-con > * > * {
  z-index: 1;
}

.block-ram-equipment {
  margin-bottom: 10px;
  background: #008cbf;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625rem 1.875rem;
}
.block-ram-equipment > h2 {
  background: url("/assets/img/logos/equipment-white.svg") no-repeat left center;
  background-size: contain;
  margin: 0;
  padding: 0;
  width: 336px;
  height: 48px;
  text-indent: -9999px;
}
.block-ram-equipment > div {
  font-size: 1rem;
  max-width: 490px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .block-ram-equipment {
    flex-direction: column;
    text-align: center;
  }
  .block-ram-equipment > * {
    margin: 10px 0;
  }
}

.block-services-products {
  display: flex;
  flex-flow: row;
  overflow: hidden;
  margin: -5px -5px 5px -5px;
  color: #fff;
}
@media (max-width: 767px) {
  .block-services-products {
    flex-flow: column;
    margin: 0;
  }
}
.block-services-products > * {
  margin: 5px;
  width: 50%;
  padding: 30px;
}
@media (max-width: 767px) {
  .block-services-products > * {
    width: 100%;
    margin: 5px 0;
  }
}
.block-services-products > * > h2 {
  text-align: center;
}
.block-services-products > * > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.875rem 0;
}
.block-services-products > * > ul > li {
  padding: 0;
  margin: 0 auto 0.9375rem auto;
  width: 300px;
}
.block-services-products > * > ul > li > a {
  color: #fff;
  display: block;
  border-radius: 15px;
  border: 1px solid #fff;
  padding: 3px 15px;
  background: none;
}
.block-services-products__services {
  background: #d20766;
}
.block-services-products__services ul > li > a:hover {
  background: #951b81;
}
.block-services-products__services .u-btn {
  background: #951b81;
}
.block-services-products__products {
  background: #e84e0f;
}
.block-services-products__products ul > li > a:hover {
  background: #f5b51f;
}
.block-services-products__products .u-btn {
  background: #f5b51f;
}

.block-meet-the-team {
  text-align: center;
  margin-top: 15px;
}
.block-meet-the-team > h2 {
  text-transform: uppercase;
  margin: 0;
}
.block-meet-the-team__swiper {
  padding-bottom: 40px;
}
.block-meet-the-team__image {
  width: 100%;
}
.block-meet-the-team__bar {
  background: #d0091d;
  color: #fff;
  padding: 0.625rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.block-meet-the-team__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 1s;
}
.block-meet-the-team__overlay:hover, .block-meet-the-team__overlay:active {
  opacity: 1;
}
.block-meet-the-team__pages .swiper-pagination-bullet {
  background-color: #d0091d;
  border: 1px solid #d0091d;
  width: 15px;
  height: 15px;
  opacity: 1;
}
.block-meet-the-team__pages .swiper-pagination-bullet:hover, .block-meet-the-team__pages .swiper-pagination-bullet-active {
  background-color: #fff;
}
.block-meet-the-team__next, .block-meet-the-team__prev {
  top: calc(50% - 20px);
}

.block-latest-news {
  margin: 15px 0;
}
.block-latest-news > h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.block-latest-news__listing {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .block-latest-news__listing {
    flex-flow: column;
  }
}
.block-latest-news__listing > li {
  margin: 0;
  padding: 0;
  width: 50%;
  display: flex;
}
@media (max-width: 768px) {
  .block-latest-news__listing > li {
    width: 100%;
    padding-left: 15px;
  }
}
.block-latest-news__listing > li > img {
  align-self: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .block-latest-news__listing > li > img {
    max-width: 25vw;
  }
}
.block-latest-news__listing > li > div {
  padding: 0 30px 30px 30px;
}
@media (max-width: 768px) {
  .block-latest-news__listing > li > div {
    padding: 0 15px 15px 15px;
  }
}
.block-latest-news__listing > li > div > h3 {
  color: #d0091d;
  font-size: 18px;
}
.block-latest-news__listing > li > div > p {
  font-size: 14px;
}
.block-latest-news__listing > li > div a:hover {
  color: #76777a;
}
.block-latest-news__archive {
  background: #282961;
  padding: 30px 0 0 0;
}
.block-latest-news__archive .block-latest-news__listing {
  min-height: 400px;
}
.block-latest-news__archive .block-latest-news__listing > li > div > h3 {
  color: #008cbf;
}
.block-latest-news__archive .block-latest-news__listing > li > div > p {
  color: #fff;
}
.block-latest-news__archive .block-latest-news__listing > li > div a {
  color: #008cbf;
}
.block-latest-news__archive .block-latest-news__listing > li > div a:hover {
  color: #76777a;
}
.block-latest-news__archive-nav {
  display: flex;
  justify-content: center;
}
.block-latest-news__archive-nav > div {
  flex: 1 1 50%;
  padding: 15px;
  color: #76777a;
  text-transform: uppercase;
}
.block-latest-news__archive-nav > div:first-child {
  text-align: right;
}
.block-latest-news__archive-nav a {
  color: #fff;
}

.block-sign-off {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  .block-sign-off {
    flex-flow: column;
  }
}
.block-sign-off__sketch {
  width: 130px;
  height: 200px;
}
@media (max-width: 768px) {
  .block-sign-off__sketch {
    height: 100px;
    margin: 15px 0;
  }
}
.block-sign-off__sketch--rig {
  background: no-repeat url(/assets/img/sketches/rig.svg) top center;
  background-size: contain;
}
.block-sign-off > h3 {
  max-width: 540px;
  margin: 0;
}
@media (max-width: 768px) {
  .block-sign-off > h3 {
    text-align: center;
    margin: 15px 0;
  }
}

.block-location-map-form {
  padding: 15px 0;
}
.block-location-map-form__map {
  width: 50%;
  padding: 15px;
}
.block-location-map-form__map__map {
  min-height: 400px;
}
.block-location-map-form__map__locations {
  margin: 0;
  padding: 0;
}
.block-location-map-form__map__locations li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  margin-bottom: 15px;
  line-height: 25px;
}
.block-location-map-form__map__locations li:before {
  content: " ";
  position: absolute;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  left: -1px;
  background-color: #d0091d;
}
.block-location-map-form__map__locations li.block-location-map-form__map__location--england:before {
  background-color: #95c11f;
}
.block-location-map-form__map__locations li.block-location-map-form__map__location--norway:before {
  background-color: #008cbf;
}
.block-location-map-form__map__locations li.block-location-map-form__map__location--usa:before {
  background-color: #f5b51f;
}
@media (max-width: 768px) {
  .block-location-map-form__map {
    width: 100%;
  }
}
.block-location-map-form__form {
  width: 50%;
  padding: 15px 100px 15px 15px;
}
@media (max-width: 768px) {
  .block-location-map-form__form {
    width: 100%;
    padding: 15px;
  }
}
.block-location-map-form__form__row {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 15px;
}
.block-location-map-form__form label, .block-location-map-form__form small {
  flex: 0 0 auto;
  width: 160px;
  justify-content: flex-start;
}
.block-location-map-form__form label b, .block-location-map-form__form small b {
  color: #d0091d;
  font-weight: normal;
}
.block-location-map-form__form input, .block-location-map-form__form textarea {
  flex: 1 1 200px;
  border-radius: 15px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #76777a;
  width: 100%;
}
.block-location-map-form__form__buttons {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .block-location-map-form__form {
    width: 100%;
  }
}

.block-offices {
  background: #d0091d;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 35px 100px 10px 100px;
}
.block-offices a {
  color: #fff;
  text-decoration: none;
}
.block-offices > * {
  flex: 1 1 200px;
  padding: 15px 0;
}
.block-offices hr {
  flex: 0 0 auto;
  padding: 0;
  width: 100%;
}
.block-content {
  max-width: 900px;
  margin: 30px auto;
}
.block-content > h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .block-content {
    margin: 30px 15px;
  }
}

.block-meet-the-team-list {
  margin: 15px 0;
}
.block-meet-the-team-list > h2 {
  text-align: center;
  margin-bottom: 30px;
}
.block-meet-the-team-list > ul {
  margin: -5px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .block-meet-the-team-list > ul {
    flex-flow: column;
    margin: 0 -5px;
  }
}
.block-meet-the-team-list > ul > li {
  display: flex;
  width: 50%;
  margin: 0;
  padding: 5px;
}
@media (max-width: 768px) {
  .block-meet-the-team-list > ul > li {
    width: 100%;
  }
}
.block-meet-the-team-list__image {
  width: 33%;
  background: no-repeat center center;
  background-size: cover;
  min-height: 150px;
}
.block-meet-the-team-list__content {
  width: 77%;
  padding: 15px 15px 0px 15px;
  color: #fff;
  display: flex;
  flex-flow: column;
}
.block-meet-the-team-list__content--ram-red {
  background-color: #d0091d;
}
.block-meet-the-team-list__content--ram-red .u-btn {
  background-color: #76777a;
}
.block-meet-the-team-list__content--pink {
  background-color: #d20766;
}
.block-meet-the-team-list__content--pink .u-btn {
  background-color: #951b81;
}
.block-meet-the-team-list__content--pomegranate {
  background-color: #e84e0f;
}
.block-meet-the-team-list__content--pomegranate .u-btn {
  background-color: #f5b51f;
}
.block-meet-the-team-list__content--green {
  background-color: #008d36;
}
.block-meet-the-team-list__content--green .u-btn {
  background-color: #95c11f;
}
.block-meet-the-team-list__content--cool-gray {
  background-color: #76777a;
}
.block-meet-the-team-list__content--cool-gray .u-btn {
  background-color: #d0091d;
}
.block-meet-the-team-list__content--aubergine {
  background-color: #951b81;
}
.block-meet-the-team-list__content--aubergine .u-btn {
  background-color: #d20766;
}
.block-meet-the-team-list__content--jacarta {
  background-color: #282961;
}
.block-meet-the-team-list__content--jacarta .u-btn {
  background-color: #008cbf;
}
.block-meet-the-team-list__content--ram-blue {
  background-color: #008cbf;
}
.block-meet-the-team-list__content--ram-blue .u-btn {
  background-color: #282961;
}

.block-accreditations {
  margin: 15px 0;
}
.block-accreditations > h2 {
  text-align: center;
  margin-bottom: 15px;
}
.block-accreditations > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.block-accreditations > ul > li {
  flex: 1 1 300px;
  list-style: none;
  text-align: center;
  margin: 15px 0;
  padding: 0;
}
.block-accreditations > ul > li b {
  display: block;
  color: #d0091d;
  margin: 15px 0;
}

.block-panels {
  margin: 15px 0;
}
.block-panels > h2 {
  text-align: center;
  margin-bottom: 30px;
}
.block-panels > ul {
  margin: -5px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .block-panels > ul {
    flex-flow: column;
    margin: 0 -5px;
  }
}
.block-panels > ul > li {
  display: flex;
  width: 50%;
  margin: 0;
  padding: 5px;
}
@media (max-width: 768px) {
  .block-panels > ul > li {
    width: 100%;
  }
}
.block-panels__image {
  width: 33%;
  background: no-repeat center center;
  background-size: cover;
  min-height: 150px;
}
.block-panels__content {
  width: 67%;
  padding: 15px 15px 0px 15px;
  color: #fff;
  display: flex;
  flex-flow: column;
}
.block-panels__content--ram-red {
  background-color: #d0091d;
}
.block-panels__content--ram-red .u-btn {
  background-color: #76777a;
}
.block-panels__content--pink {
  background-color: #d20766;
}
.block-panels__content--pink .u-btn {
  background-color: #951b81;
}
.block-panels__content--pomegranate {
  background-color: #e84e0f;
}
.block-panels__content--pomegranate .u-btn {
  background-color: #f5b51f;
}
.block-panels__content--green {
  background-color: #008d36;
}
.block-panels__content--green .u-btn {
  background-color: #95c11f;
}
.block-panels__content--cool-gray {
  background-color: #76777a;
}
.block-panels__content--cool-gray .u-btn {
  background-color: #d0091d;
}
.block-panels__content--aubergine {
  background-color: #951b81;
}
.block-panels__content--aubergine .u-btn {
  background-color: #d20766;
}
.block-panels__content--jacarta {
  background-color: #282961;
}
.block-panels__content--jacarta .u-btn {
  background-color: #008cbf;
}
.block-panels__content--ram-blue {
  background-color: #008cbf;
}
.block-panels__content--ram-blue .u-btn {
  background-color: #282961;
}

.block-article {
  max-width: 1100px;
  margin: 15px auto;
}
@media (max-width: 1129px) {
  .block-article {
    margin: 15px;
  }
}
.block-article__sector, .block-article__author {
  color: #d0091d;
  font-weight: bold;
  font-size: 18px;
}
.block-article > h2 {
  margin-bottom: 0;
}
.block-article > h3 {
  font-size: 18px;
  font-weight: bold;
}
.block-article__text-images {
  display: flex;
  flex-flow: row;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .block-article__text-images {
    flex-flow: column;
  }
}
.block-article__text-images__text {
  margin-right: 30px;
}
.block-article__text-images__images {
  margin: -3px;
}
.block-article__text-images__images img {
  margin: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}
.block-article__text-images__images img + img {
  margin-top: 1rem;
}
.block-article__text-images__images > div {
  display: flex;
}

.block-intro-video {
  position: relative;
  margin-top: 105px;
}
@media (max-width: 768px) {
  .block-intro-video {
    margin-top: 55px;
  }
}
.block-intro-video__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.block-intro-video__overlay > div {
  line-height: 1.1;
  color: #fff;
  font-size: 45px;
  width: 60%;
  padding-left: 75px;
}
@media (max-width: 1023px) {
  .block-intro-video__overlay > div {
    padding-left: 15px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .block-intro-video__overlay > div {
    font-size: 12px;
  }
}
.block-intro-video__scroll {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -14px;
  background: url("/assets/img/icons/mouse.svg") no-repeat center center;
  background-size: contain;
  width: 29px;
  height: 48px;
  text-indent: -9999px;
}
@media (max-width: 767px) {
  .block-intro-video__scroll {
    display: none;
  }
}

.block-services-videos {
  display: flex;
  flex-flow: row wrap;
  max-width: 1060px;
  margin: 15px auto;
  justify-content: space-between;
}
.block-services-videos__services {
  flex: 1 1 400px;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .block-services-videos__services {
    margin-bottom: 15px;
  }
}
.block-services-videos__services > ul {
  margin: 0;
  padding: 0;
}
.block-services-videos__services > ul > li {
  border: 1px solid #76777a;
  border-radius: 20px;
  list-style: none;
  margin-bottom: 15px;
  padding: 5px 15px;
}
.block-services-videos__services > ul > li > h3 {
  color: #d0091d;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.block-services-videos__services > ul > li > h3:after {
  position: absolute;
  right: 0;
  top: -5px;
  content: "+";
  font-size: 24px;
}
.block-services-videos__services > ul > li > div {
  display: none;
}
.block-services-videos__services > ul > li > div > p {
  margin: 15px 0;
}
.block-services-videos__services > ul > li.active > h3:after {
  content: "-";
}
.block-services-videos__videos {
  flex: 1 1 400px;
  margin: 0 15px;
  /*background: $primary-color;
  color: $inverse-color;
  padding: 25px 50px;*/
  text-align: center;
}
.block-services-videos__videos > ul {
  display: flex;
  flex-flow: row wrap;
  margin: -10px -15px;
  padding: 0;
}
.block-services-videos__videos > ul > li {
  padding: 10px 15px;
  list-style: none;
  flex: 1 1 50%;
}
.block-services-videos__videos > ul > li > img {
  margin-bottom: 5px;
}

.block-products {
  max-width: 1060px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.block-products > ul {
  margin: 0;
  padding: 0;
}
.block-products > ul > li {
  border: 1px solid #76777a;
  border-radius: 20px;
  list-style: none;
  margin-bottom: 15px;
  padding: 5px 15px;
}
.block-products > ul > li > h3 {
  color: #d0091d;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.block-products > ul > li > h3:after {
  position: absolute;
  right: 0;
  top: -5px;
  content: "+";
  font-size: 24px;
}
.block-products > ul > li > div {
  display: none;
}
.block-products > ul > li > div > div {
  display: flex;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .block-products > ul > li > div > div {
    flex-flow: column;
  }
}
.block-products > ul > li > div > div > ul {
  margin: 0 15px 0 0;
  padding: 0;
}
.block-products > ul > li > div > div > ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.block-products > ul > li > div > div > ul > li img {
  max-width: none;
}
@media (max-width: 767px) {
  .block-products > ul > li > div > div > ul > li img {
    margin: 15px auto;
    display: block;
  }
}
.block-products > ul > li > div > div > ul > li:first-child {
  display: block;
}
.block-products > ul > li.active > h3:after {
  content: "-";
}

.block-stock-categories {
  margin: 15px 0;
}
.block-stock-categories > h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.block-stock-categories > ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .block-stock-categories > ul {
    flex-flow: column;
  }
}
.block-stock-categories > ul > li {
  margin: 0;
  padding: 0;
  width: 50%;
  display: flex;
}
@media (max-width: 768px) {
  .block-stock-categories > ul > li {
    width: 100%;
    flex-flow: column;
  }
}
.block-stock-categories__image {
  flex: 0 0 217px;
  width: 34%;
  height: 157px;
  align-self: flex-start;
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}
@media (max-width: 768px) {
  .block-stock-categories__image {
    width: 100%;
  }
}
.block-stock-categories__description {
  flex: 1 1 auto;
  padding: 0 30px 30px 30px;
  display: flex;
  flex-flow: column;
}
@media (max-width: 768px) {
  .block-stock-categories__description {
    padding: 0 15px 15px 15px;
  }
}
.block-stock-categories__description > h3 {
  color: #d0091d;
  font-size: 18px;
}
.block-stock-categories__description > p {
  font-size: 14px;
}

.block-stock-category {
  margin: 15px 0;
}
.block-stock-category > h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.block-stock-category > ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .block-stock-category > ul {
    flex-flow: column;
  }
}
.block-stock-category > ul > li {
  margin: 0;
  padding: 0;
  width: 50%;
  display: flex;
}
@media (max-width: 768px) {
  .block-stock-category > ul > li {
    width: 100%;
    flex-flow: column;
  }
}
.block-stock-category > ul > li > ul {
  margin: 0 0 15px 0;
  padding: 0;
}
.block-stock-category > ul > li > ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.block-stock-category > ul > li > ul > li img {
  max-width: none;
}
@media (max-width: 768px) {
  .block-stock-category > ul > li > ul > li img {
    width: 100%;
  }
}
.block-stock-category > ul > li > ul > li:first-child {
  display: block;
}
.block-stock-category > ul > li > div {
  padding: 0 30px 0px 30px;
  display: flex;
  flex-flow: column;
  height: 156px;
}
@media (max-width: 768px) {
  .block-stock-category > ul > li > div {
    padding: 0 15px 15px 15px;
    height: auto;
  }
}
.block-stock-category > ul > li > div > h3 {
  color: #d0091d;
  font-size: 18px;
}
.block-stock-category > ul > li > div > p {
  font-size: 14px;
  flex: 1;
}
@media (min-width: 769px) {
  .block-stock-category > ul > li > div > p {
    overflow-y: auto;
  }
}
.block-stock-category > ul > li > div > a {
  width: 170px;
}

.block-for-sale-listing {
  max-width: 1060px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.block-for-sale-listing > ul {
  margin: 0;
  padding: 0;
}
.block-for-sale-listing > ul > li {
  border: 1px solid #76777a;
  border-radius: 20px;
  list-style: none;
  margin-bottom: 15px;
  padding: 5px 15px;
}
.block-for-sale-listing > ul > li > h3 {
  color: #d0091d;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.block-for-sale-listing > ul > li > h3:after {
  position: absolute;
  right: 0;
  top: -5px;
  content: "+";
  font-size: 24px;
}
.block-for-sale-listing > ul > li.active > h3:after {
  content: "-";
}
.block-for-sale-listing > ul > li > div {
  display: none;
}
.block-for-sale-listing > ul > li > div > div {
  display: flex;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.block-for-sale-listing > ul > li > div > div:first-child {
  border: none;
}
@media (max-width: 767px) {
  .block-for-sale-listing > ul > li > div > div {
    flex-flow: column;
  }
}
.block-for-sale-listing > ul > li > div > div > div {
  width: 100%;
}
.block-for-sale-listing > ul > li > div > div > a {
  margin: 0 15px 0 0;
  padding: 0;
}
.block-for-sale-listing > ul > li > div > div > a img {
  max-width: none;
}
@media (max-width: 767px) {
  .block-for-sale-listing > ul > li > div > div > a img {
    margin: 15px auto;
    display: block;
  }
}
.block-for-sale-listing__specs {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .block-for-sale-listing__specs:after {
    position: absolute;
    left: calc(50% - 1rem);
    height: 100%;
    width: 1px;
    top: 0;
    content: "";
    background: #ccc;
  }
}
.block-for-sale-listing__specs > table {
  margin-bottom: 1rem;
  min-width: 240px;
  width: 50%;
}
@media (min-width: 769px) {
  .block-for-sale-listing__specs > table:first-child {
    width: calc(50% - 2rem);
    margin-right: 2rem;
  }
}
.block-for-sale-listing__specs > table th {
  width: 130px;
}

.block-for-sale {
  max-width: 1060px;
  margin: 30px auto;
  padding: 15px;
}
.block-for-sale > h2 {
  text-align: center;
  text-transform: uppercase;
}
.block-for-sale__images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-flow: row wrap;
}
.block-for-sale__images > img {
  width: calc(33% - 10px);
  margin-bottom: 1rem;
}
.block-for-sale__specs {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  flex-flow: row wrap;
}
.block-for-sale__specs > table {
  flex: 1;
}
.block-for-sale__specs > table th {
  width: 140px;
}
@media (min-width: 769px) {
  .block-for-sale__specs:after {
    position: absolute;
    left: 45%;
    height: 100%;
    width: 1px;
    top: 0;
    content: "";
    background: #ccc;
  }
}

.block-video {
  margin: 30px auto;
}
.block-video--narrow {
  max-width: 900px;
}
.block-video > video {
  width: 100%;
}

.block-services {
  max-width: 1060px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.block-services > ul {
  margin: 0;
  padding: 0;
}
.block-services > ul > li {
  border: 1px solid #76777a;
  border-radius: 20px;
  list-style: none;
  margin-bottom: 15px;
  padding: 5px 15px;
}
.block-services > ul > li > h3 {
  color: #d0091d;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.block-services > ul > li > h3:after {
  position: absolute;
  right: 0;
  top: -5px;
  content: "+";
  font-size: 24px;
}
.block-services > ul > li > div {
  display: none;
}
.block-services > ul > li > div > div {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .block-services > ul > li > div > div {
    display: flex;
  }
}
.block-services > ul > li > div > div > video, .block-services > ul > li > div > div > img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .block-services > ul > li > div > div > video, .block-services > ul > li > div > div > img {
    width: 320px;
    max-width: 320px;
    margin-right: 1rem;
  }
}
.block-services > ul > li.active > h3:after {
  content: "-";
}

.block--mlr {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.block--no-header {
  margin-top: 200px;
}
