@charset "UTF-8";
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-\[1px\]{
  top: 1px;
}
.right-0{
  right: 0px;
}
.top-\[-1px\]{
  top: -1px;
}
.z-40{
  z-index: 40;
}
.order-first{
  order: -9999;
}
.order-last{
  order: 9999;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-auto{
  margin-top: auto;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mr-5{
  margin-right: 1.25rem;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[14px\]{
  height: 14px;
}
.h-1{
  height: 0.25rem;
}
.h-16{
  height: 4rem;
}
.w-full{
  width: 100%;
}
.w-1\/5{
  width: 20%;
}
.w-\[34px\]{
  width: 34px;
}
.w-1\/2{
  width: 50%;
}
.w-\[21px\]{
  width: 21px;
}
.w-\[20px\]{
  width: 20px;
}
.max-w-2xl{
  max-width: 42rem;
}
.basis-4\/12{
  flex-basis: 33.333333%;
}
.basis-2\/12{
  flex-basis: 16.666667%;
}
.basis-3\/12{
  flex-basis: 25%;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-3{
  gap: 0.75rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-\[7\.5px\]{
  gap: 7.5px;
}
.gap-\[7px\]{
  gap: 7px;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-\[30px\]{
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-x-\[18px\]{
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.gap-x-\[1px\]{
  -moz-column-gap: 1px;
       column-gap: 1px;
}
.gap-y-\[60px\]{
  row-gap: 60px;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-x-\[78px\]{
  -moz-column-gap: 78px;
       column-gap: 78px;
}
.gap-x-\[7px\]{
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.gap-y-\[8px\]{
  row-gap: 8px;
}
.gap-x-\[5px\]{
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.gap-y-\[20px\]{
  row-gap: 20px;
}
.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-\[31px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(31px * var(--tw-space-x-reverse));
  margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-\[40px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-x-\[18px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(18px * var(--tw-space-x-reverse));
  margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-zinc-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-divide-opacity));
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-neutral-800{
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-\[\#269e41\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 158 65 / var(--tw-bg-opacity));
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.text-center{
  text-align: center;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline{
  outline-style: solid;
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*********************************************
:: Site Loader
********************************************/
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000000000000000000;
  background-color: white;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#site-loader:before {
  content: "";
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  bottom: 0;
  width: 200px;
  height: 200px;
  background-image: url("/images/sportsmnz-logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: loader-fade infinite 1s;
}

#site-loader.hide {
  visibility: hidden;
  transition: all 1s ease-in-out;
  opacity: 0;
}

#site-loader.no-loader {
  display: none;
}

/*********************************************
:: Variables
********************************************/
/******************************************   */
/******************************************   */
/******************************************   */
/*********************************************
:: Normalize
********************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
  border: none;
  background: transparent;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details,
main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

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

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

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

* {
  box-sizing: border-box;
}

/*******************************************/
::-moz-selection {
  background: #222428;
  color: white;
}
::-moz-selection,
::selection {
  background: #222428;
  color: white;
}

::-moz-selection {
  background: #222428;
  color: white;
}

::selection {
  background: #222428;
  color: white;
}

a {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  width: auto\9 ;
  height: auto;
}

/*********************************************
:: Typography
********************************************/
html,
body {
  width: 100%;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
legend,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: #222428;
}
h1 strong,
h2 strong,
legend strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #ed1e23;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -0.93px;
  color: #222428;
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 70px;
    line-height: 76px;
  }
}

h2, legend,
.h2 {
  font-size: 28px;
  line-height: 40px;
  color: #222428;
}
@media (min-width: 1024px) {
  h2, legend,
  .h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

h3,
.h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 4px;
  }
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

h6,
.h6 {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}

/******************************************   */
p,
li,
td,
th,
a,
mark,
time,
dl,
label,
address {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #222428;
}
p a,
p li,
p p,
p mark,
p cite,
p time,
li a,
li li,
li p,
li mark,
li cite,
li time,
td a,
td li,
td p,
td mark,
td cite,
td time,
th a,
th li,
th p,
th mark,
th cite,
th time,
a a,
a li,
a p,
a mark,
a cite,
a time,
mark a,
mark li,
mark p,
mark mark,
mark cite,
mark time,
time a,
time li,
time p,
time mark,
time cite,
time time,
dl a,
dl li,
dl p,
dl mark,
dl cite,
dl time,
label a,
label li,
label p,
label mark,
label cite,
label time,
address a,
address li,
address p,
address mark,
address cite,
address time {
  font-size: 1em;
}

a {
  margin: 0;
  font-weight: 400;
  text-decoration: none;
  color: #222428;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #ed1e23;
}

small {
  font-size: 70%;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #4a4a4a;
  border: none;
  outline: none;
}

/******************************************   */
dt {
  font-weight: 700;
}

dt::after {
  content: ": ";
}

ul li {
  position: relative;
  list-style-type: none;
  text-indent: 0;
}

ol li {
  list-style-type: decimal;
}

/******************************************   */
code,
pre,
samp,
kbd,
var {
  margin: 0;
  padding: 1px 5px;
  color: white;
  background: #2d747e;
  white-space: pre-wrap;
}

pre {
  padding: 10px;
}

/******************************************   */
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px;
  padding: 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #ed1e23;
}
@media (min-width: 1024px) {
  blockquote {
    padding: 40px 10%;
    font-size: 25px;
    line-height: 35px;
  }
}

/******************************************   */
.wysiwyg {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #505050;
}
.wysiwyg img {
  display: block;
  margin: 0 auto 15px;
}
.wysiwyg ul {
  margin: 0 0 20px;
  padding: 0 0 0 18px;
}
.wysiwyg ul li {
  list-style-type: disc;
}
.wysiwyg ol {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
.wysiwyg ol li {
  padding-left: 10px;
}
.wysiwyg ol li::marker {
  font-size: 16px;
  color: #4a4a4a;
}
.wysiwyg .text-center {
  text-align: center;
}
.wysiwyg .text-right {
  text-align: right;
}
.wysiwyg .text-justify {
  text-align: justify;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.leadcopy {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #4a4a4a;
}

/******************************************   */
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden;
}

/*********************************************
:: Buttons
********************************************/
button {
  outline: none;
}

/******************************************   */
.button,
a.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  height: 58px;
  font-family: proxima-nova, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.7px;
  color: #222428;
  cursor: pointer;
  background: transparent;
  border: 1px solid #ed1e23;
  border-radius: 29px;
  transition: all 0.2s ease-in-out;
}
.button.full,
a.button.full,
button.button.full {
  width: 100%;
}
.button.small,
a.button.small,
button.button.small {
  height: 41px;
  line-height: 19px;
}
.button.medium,
a.button.medium,
button.button.medium {
  height: 60px;
  line-height: 38px;
}
.button.large,
a.button.large,
button.button.large {
  height: 91px;
  padding: 22px 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  border-width: 3px;
  border-radius: 45px;
}
.button.grey,
a.button.grey,
button.button.grey {
  color: white;
  background: #334f54;
  border-color: #334f54;
}
.button.red,
a.button.red,
button.button.red {
  color: white;
  background-color: #ed1e23;
}
.button.border-grey,
a.button.border-grey,
button.button.border-grey {
  color: #222428;
  border-color: #9B9B9B;
}
.button.border-red,
a.button.border-red,
button.button.border-red {
  color: #b4253d;
  border-color: #b4253d;
}
.button.border-green,
a.button.border-green,
button.button.border-green {
  color: #7c9e48;
  border-color: #7c9e48;
}
.button.border-blue,
a.button.border-blue,
button.button.border-blue {
  color: #ed1e23;
  border-color: #ed1e23;
}
.button:hover, .button:focus,
a.button:hover,
a.button:focus,
button.button:hover,
button.button:focus {
  color: white;
  background: #222428;
  border-color: #222428;
  border-color: transparent;
}

a.tab-btn {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 10px 16px !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 18px;
  text-align: center;
  border: none;
  border-radius: 19px;
  background-color: #F4F5F6;
  color: #222428;
}
a.tab-btn.active {
  color: #ed1e23;
  border: 1px solid #ED1E23;
  background-color: rgba(237, 30, 35, 0.03);
}

/******************************************   */
.button-disabled,
.button[disabled],
button[disabled],
button[type=submit][disabled],
input[type=submit][disabled],
input[type=button][disabled],
input[type=reset][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default;
}

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px;
}
table td,
table th {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #505050;
  text-align: left;
}
table th {
  font-weight: 700;
  background: #f9f9f9;
}
table thead {
  width: 100%;
  background: #f9f9f9;
}
table thead td,
table thead th {
  padding: 5px 10px 5px 10px;
}
table tfoot {
  border-bottom: 1px solid #505050;
  border-top: 1px solid #505050;
}
table tfoot td {
  padding: 15px 10px 15px 10px;
}

/*******************************************/
.compact-table {
  width: auto;
}
.compact-table td,
.compact-table th {
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: #505050;
  text-align: left;
  line-height: 1.2;
  background: none;
  border: 1px solid #4a4a4a;
}
.compact-table thead {
  width: auto;
  background: none;
}

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

/*********************************************
:: Layout
********************************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

img {
  -webkit-backface-visibility: hidden; /* IE 9 */ /* Chrome, Safari, Opera */
  transform: translateZ(0);
}
@media (max-width: 640px) {
  img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#app {
  overflow-x: hidden;
}
#app.nav-open {
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  #app.nav-open {
    overflow: auto;
  }
}

/******************************************   */
.main {
  min-height: calc(100vh - 396px);
}
@media (min-width: 1024px) {
  .main {
    min-height: calc(100vh - 509px);
  }
}

/******************************************   */
.content-max-width {
  position: relative;
  width: 100%;
  max-width: 1350px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .content-max-width {
    padding: 0 30px;
  }
}

/******************************************   */
.content-full-width {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

/******************************************   */
.content-narrow-width {
  position: relative;
  width: 100%;
  max-width: 890px;
  padding: 0 20px;
  margin: 0 auto;
}

/******************************************   */
@media (min-width: 1024px) {
  .mob {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 851px) {
  .tablet-down {
    display: none !important;
  }
}

@media (max-width: 850px) {
  .tablet-up {
    display: none !important;
  }
}

/******************************************   */
.title-section {
  position: relative;
  margin-top: -1px;
  padding: 41px 0 39px;
  border-top: 1px solid #d9d9d9;
  z-index: 100;
}
@media (max-width: 640px) {
  .title-section {
    padding: 30px 0;
  }
}
.title-section .h4 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-transform: uppercase;
}
.title-section .wysiwyg {
  max-width: 560px;
  margin: 41px 0 0;
}
.title-section .wysiwyg p {
  margin: 0 0 20px;
}
.title-section .wysiwyg > *:last-child {
  margin: 0;
}
.title-section p {
  max-width: 560px;
  margin: 41px 0 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
}
@media (max-width: 640px) {
  .title-section p {
    margin: 20px 0 0;
  }
}

/******************************************   */
.pagination-module {
  display: flex;
  gap: 10px;
}
@media (max-width: 640px) {
  .pagination-module {
    width: 100%;
  }
}
.pagination-module a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-align: center;
  color: #373a44;
  border: 1px solid #222428;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.pagination-module a.active {
  color: white;
  border-color: #ed1e23;
  background-color: #ed1e23;
}
.pagination-module a.disabled, .pagination-module a:disabled {
  opacity: 0.35;
  pointer-events: none;
}
.pagination-module a.prev img {
  transform: rotate(180deg);
}

/******************************************   */
@media (max-width: 600px) {
  .enquire-popup {
    width: 100% !important;
    left: 0 !important;
    overflow: auto !important;
    border-radius: 0 !important;
  }
}
/******************************************   */
/* stylelint-disable selector-class-pattern */
.vm--container.subs-popup-container .vm--overlay {
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.65);
}
.vm--container.subs-popup-container .subs-popup {
  z-index: 99;
}
@media (max-width: 850px) {
  .vm--container.subs-popup-container .subs-popup {
    height: auto !important;
    max-width: calc(100% - 40px);
    left: 20px !important;
  }
  .vm--container.subs-popup-container .subs-popup .left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .vm--container.subs-popup-container .subs-popup .right {
    padding: 40px 30px;
  }
}
@media (max-width: 640px) {
  .vm--container.subs-popup-container .subs-popup .left {
    display: none;
  }
  .vm--container.subs-popup-container .subs-popup .right h1 {
    font-size: 22px;
  }
}

/* stylelint-enable selector-class-pattern */
/*********************************** */
@media (min-width: 1024px) {
  .carousel-wrap {
    min-height: 640px;
    padding-bottom: 0;
  }
}
.carousel-wrap .gallery-slideshow .prev.custom-arrow,
.carousel-wrap .gallery-slideshow .next.custom-arrow {
  width: 50px;
  height: 80px;
  background-color: #ED1E23;
}
.carousel-wrap .gallery-slideshow .prev.custom-arrow::before,
.carousel-wrap .gallery-slideshow .next.custom-arrow::before {
  display: none;
}
.carousel-wrap .gallery-slideshow .prev.custom-arrow.slick-disabled,
.carousel-wrap .gallery-slideshow .next.custom-arrow.slick-disabled {
  opacity: 0.35;
}
.carousel-wrap .gallery-slideshow .prev.custom-arrow {
  left: 0;
}
.carousel-wrap .gallery-slideshow .prev.custom-arrow img {
  transform: scaleX(-1);
}
.carousel-wrap .gallery-slideshow .next.custom-arrow {
  right: 0;
}
.carousel-wrap .gallery-slideshow .thumbnail-wrap {
  position: relative;
}
.carousel-wrap .gallery-slideshow .thumbnail-wrap .enlarge-img {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #FFF;
}
.carousel-wrap .gallery-slideshow .thumbnail-wrap .enlarge-img.m-hidden {
  display: none;
}
@media (min-width: 768px) {
  .carousel-wrap .gallery-slideshow .thumbnail-wrap .enlarge-img.m-hidden {
    display: flex;
  }
}
.carousel-wrap .gallery-slideshow .slick-dots {
  bottom: -90px;
  margin: 0;
  padding-top: 10px;
  text-align: left;
  margin-left: -9px;
  margin-right: -9px;
  width: auto;
}
@media (min-width: 768px) {
  .carousel-wrap .gallery-slideshow .slick-dots {
    bottom: -94px;
    margin: 0 -6px;
    padding-top: 24px;
  }
}
.carousel-wrap .gallery-slideshow .slick-dots li {
  margin-left: 9px;
  width: 77px;
  height: 53px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .carousel-wrap .gallery-slideshow .slick-dots li {
    width: 106px;
    height: auto;
    margin: 0 6px;
  }
}
.carousel-wrap .gallery-slideshow .slick-dots li.slick-active {
  border-color: #ED1E23;
}
.carousel-wrap .slide-counter {
  margin-top: 24px;
}
.carousel-wrap .slide-counter .counter-wrap {
  width: 52px;
  height: auto;
}
.carousel-wrap .slide-counter .counter-wrap span {
  width: 40%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  color: #222428;
}
.carousel-wrap .slide-counter .counter-wrap span:last-child {
  width: 60%;
  color: rgba(34, 36, 40, 0.35);
}

/*********************************** */
.show-more-module {
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-right: 1px;
}
@media (max-width: 640px) {
  .show-more-module {
    width: 100%;
    padding-top: 30px;
  }
}
.show-more-module p {
  margin: 0;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 14px;
  text-transform: uppercase;
  color: #222428;
}
.show-more-module select {
  width: 74px;
  height: 38px;
  padding: 7px 31px 9px 11px;
  margin: 0 12px 0 16px;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 18px;
  color: #222428;
  border-radius: 3px;
  border: 1px solid #9b9b9b;
  background: url("/images/caret-down.png") no-repeat;
  background-position: calc(100% - 1px) 6px;
}

.vm--container {
  z-index: 1000 !important;
}

.vm--overlay {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
  background: white;
}

legend {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 18px;
  text-transform: uppercase;
  color: #222428;
}

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default;
}

/*******************************************/
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  height: 54px;
  padding: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
  border-radius: 3px;
  border: 1px solid #9b9b9b;
  background-color: #ffffff;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.5s ease-in-out;
}
input:hover, input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border-color: #0098ff;
  transition: all 0.5s ease-in;
}

/*******************************************/
*::-moz-placeholder {
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
*::placeholder {
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}

textarea,
select[multiple] {
  height: 160px;
}

select::-ms-expand {
  display: none; /*IE 10-11*/
}

input[type=checkbox],
input[type=radio] {
  height: auto;
}

/*******************************************/
.form-field {
  position: relative;
  width: 100%;
  padding: 0 0 20px;
}

/*******************************************/
.form-fields-stack {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 18px);
  margin: 0 -9px;
}
@media (min-width: 768px) {
  .form-fields-stack {
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
.form-fields-stack .form-field {
  margin-left: 9px;
  margin-right: 9px;
}

/*******************************************/
.form-field.radio,
.form-field.checkbox {
  padding: 0 0 19px !important;
}
.form-field.radio label,
.form-field.checkbox label {
  position: static;
  opacity: 1;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 18px;
  color: rgb(34, 36, 40);
}
.form-field.radio .custom-checkbox-radio,
.form-field.checkbox .custom-checkbox-radio {
  display: inline-block;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4a4a4a;
  cursor: pointer;
}
.form-field.radio .custom-checkbox-radio label,
.form-field.checkbox .custom-checkbox-radio label {
  margin: 0 0 10px !important;
}
.form-field.radio .custom-checkbox-radio input,
.form-field.checkbox .custom-checkbox-radio input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin: 2px 5px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}
.form-field.radio .custom-checkbox-radio input[type=radio]:checked:after,
.form-field.checkbox .custom-checkbox-radio input[type=radio]:checked:after {
  border-radius: 6.75px;
  width: 6.75px;
  height: 6.75px;
  top: 5.5px;
  left: 5.5px;
  position: absolute;
  background-color: #ed1e23;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #ed1e23;
  z-index: 2;
}
.form-field.radio .custom-checkbox-radio input[type=radio]:checked:before,
.form-field.checkbox .custom-checkbox-radio input[type=radio]:checked:before {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  top: 0px;
  left: 0px;
  background-color: white;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #ed1e23;
}
.form-field.radio .custom-checkbox-radio input[type=radio]:before,
.form-field.checkbox .custom-checkbox-radio input[type=radio]:before {
  display: none;
}
.form-field.radio .custom-checkbox-radio input[type=radio]:after,
.form-field.checkbox .custom-checkbox-radio input[type=radio]:after {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: white;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #D3D3D3;
}
.form-field.radio .custom-checkbox-radio span,
.form-field.checkbox .custom-checkbox-radio span {
  display: initial;
  width: calc(100% - 33px);
  color: rgb(34, 36, 40);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  text-transform: none;
}
.form-field.radio .form-field.checkbox input,
.form-field.checkbox .form-field.checkbox input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

/*******************************************/
.form-field.select:after {
  content: "\e926";
  position: absolute;
  top: 15px;
  right: 5px;
  font-family: "icomoon";
  font-size: 14px;
  color: #222428;
  pointer-events: none;
}

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #222428;
}

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #cccccc;
}

label.error,
label.error-SumoSelect-label,
.php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #222428 !important;
}

/*********************************************
:: Animations
********************************************/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*********************************************
:: Print                        
********************************************/
@media print {
  header,
  footer {
    display: none !important;
  }
}
/*********************************************
:: Material Icons                             
********************************************/
/*********************************************
:: Modules
********************************************/
/*********************************************
:: Header Module
********************************************/
.site-header {
  position: relative;
  z-index: 101;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #D9D9D9;
  background: white;
}
@media (min-width: 1024px) {
  .site-header {
    height: 80px;
    overflow: initial;
  }
}
.site-header.is-home {
  border: none;
}
.site-header .content-max-width {
  max-width: none;
}
.site-header .logo {
  transition: none;
}
.site-header .dt-left {
  display: none;
  margin-top: -4px;
}
@media (min-width: 768px) {
  .site-header .dt-left {
    display: block;
  }
}
.site-header .dt-left ul li {
  margin: 0;
  padding: 0 15px;
}
.site-header .dt-left ul li a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 18px;
}
.site-header .dt-left ul li a:hover {
  color: #222428;
}
.site-header .dt-right {
  margin-left: auto;
}
.site-header .dt-right .burger-wrap {
  order: 9999;
}
@media (min-width: 1024px) {
  .site-header .dt-right .burger-wrap {
    order: -9999;
    position: relative;
    top: 0;
    right: 0;
  }
}
.site-header .dt-right .burger-wrap .tel {
  display: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 50px;
  color: #232221;
}
@media (min-width: 768px) {
  .site-header .dt-right .burger-wrap .tel {
    display: inline-block;
  }
}
.site-header .dt-right .burger-wrap .button {
  margin-left: 26px;
}
.site-header .dt-right .burger-wrap .hamburger {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 12px;
  font-size: 0;
  background-color: transparent;
  border-radius: 50%;
  transition: right 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .site-header .dt-right .burger-wrap .hamburger {
    margin-left: 9px;
    margin-top: 1px;
  }
}
.site-header .dt-right .burger-wrap .hamburger span {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 18px;
  height: 2px;
  background: #000;
}
.site-header .dt-right .burger-wrap .hamburger span:nth-of-type(2) {
  top: 50%;
}
.site-header .dt-right .burger-wrap .hamburger span:nth-of-type(3) {
  top: calc(50% + 5px);
}
.site-header .dt-right .burger-wrap .hamburger:focus {
  outline: none;
}
.site-header .dt-right .country-select {
  position: relative;
}
.site-header .dt-right .country-select a:hover {
  color: currentcolor;
}
.site-header .dt-right .country-select a span {
  width: 42px;
  height: 20px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.39px;
  line-height: 18px;
  border: 1px solid #222428;
  border-radius: 10px;
}
.site-header .dt-right .country-select .search-dropdown,
.site-header .dt-right .country-select .cs-dropdown {
  position: absolute;
  top: 30px;
  right: 0;
  width: 352px;
  height: 192px;
  padding: 30px;
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 2px 25px 0 rgba(34, 36, 40, 0.1);
  z-index: 99;
}
.site-header .dt-right .country-select .search-dropdown h3,
.site-header .dt-right .country-select .cs-dropdown h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 20px;
  color: #222428;
}
@media (max-width: 768px) {
  .site-header .dt-right .country-select .search-dropdown h3,
  .site-header .dt-right .country-select .cs-dropdown h3 {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 24px;
  }
}
.site-header .dt-right .country-select .search-dropdown input,
.site-header .dt-right .country-select .cs-dropdown input {
  height: 38px;
}
.site-header .dt-right .country-select .search-dropdown select,
.site-header .dt-right .country-select .cs-dropdown select {
  height: 38px;
  padding-top: 3px;
  padding-bottom: 0;
  padding-left: 11px;
  font-size: 14px;
  background: url("/images/caret-down.png") no-repeat center right;
}
.site-header .dt-right .country-select .search-dropdown .btn-grp,
.site-header .dt-right .country-select .cs-dropdown .btn-grp {
  margin-top: 16px;
}
.site-header .dt-right .country-select .search-dropdown .btn-grp button,
.site-header .dt-right .country-select .cs-dropdown .btn-grp button {
  width: 92px;
  height: 38px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
}
.site-header .dt-right .country-select .search-dropdown .btn-grp button.red,
.site-header .dt-right .country-select .cs-dropdown .btn-grp button.red {
  color: #fff;
  background-color: #ED1E23;
}
.site-header .dt-right .country-select .search-dropdown .btn-grp button.grey,
.site-header .dt-right .country-select .cs-dropdown .btn-grp button.grey {
  margin-left: 10px;
  color: #000;
  background-color: #F4F5F6;
}
.site-header .dt-right .country-select .cs-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #222428;
  opacity: 0.8;
  left: 0;
  top: 0;
}
.site-header .dt-right .country-select .cs-dropdown-new {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 40px);
  width: 630px;
  padding: 60px 30px;
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 2px 25px 0 rgba(34, 36, 40, 0.1);
  z-index: 99;
}
.site-header .dt-right .country-select .cs-dropdown-new .close {
  position: absolute;
  top: 20.3px;
  right: 20.3px;
  width: 12px;
  height: 12px;
  background: url("/images/close-ico.png") no-repeat center center;
}
.site-header .dt-right .country-select .cs-dropdown-new h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #222428;
}
@media (max-width: 768px) {
  .site-header .dt-right .country-select .cs-dropdown-new h3 {
    font-size: 18px;
    letter-spacing: 1.4px;
    line-height: 24px;
  }
}
.site-header .dt-right .country-select .cs-dropdown-new p {
  margin: 0 0 30px;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 18px;
}
.site-header .dt-right .country-select .cs-dropdown-new .button {
  padding: 15px 29px;
  min-width: 155px;
  height: 46px;
  color: rgb(255, 255, 255);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  border-radius: 23px;
  background-color: rgb(237, 30, 35);
  border: 1px solid rgb(237, 30, 35);
}
.site-header .dt-right .country-select .cs-dropdown-new .button.outline {
  background-color: white;
  color: #222428;
  outline: none;
}
.site-header nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1000;
  width: 0%;
  height: 100vh;
  padding: 80px 50px;
  background: #222428;
  transition: right 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .site-header nav {
    max-width: 375px;
    padding: 100px 80px;
  }
}
.site-header nav h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 20px;
  color: #FFF;
}
.site-header nav ul.top {
  margin: 0;
  margin-top: 12px;
  padding: 0;
  text-align: left;
}
.site-header nav li {
  margin: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: unset;
}
.site-header nav li a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.site-header nav li a:hover {
  opacity: 0.7;
}
.site-header nav li a.selected {
  color: #7c9e48;
}
.site-header nav li a.selected:hover {
  opacity: 1;
}
.site-header nav li a.selected:active {
  opacity: 1;
}
.site-header nav button {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0;
  border: 1px solid #FFF;
  border-radius: 100%;
}
.site-header nav button img {
  width: 10px;
  height: 10px;
}

.site-header.open {
  z-index: 1000;
}
.site-header.open nav {
  right: 0;
  width: 335px;
}
@media (min-width: 768px) {
  .site-header.open nav {
    width: 100%;
  }
}
.site-header.open .hamburger span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.site-header.open .hamburger span:nth-of-type(2) {
  opacity: 0;
}
.site-header.open .hamburger span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

/*******************************************   */
/*********************************************
:: Footer Module
********************************************/
.site-footer {
  position: relative;
  width: 100%;
  min-height: 316px;
  padding: 40px 0;
  background: #222428;
}
@media (min-width: 1024px) {
  .site-footer {
    min-height: 429px;
    height: 429px;
    padding: 79px 0 40px;
  }
}
.site-footer .footer-links {
  text-align: center;
}
@media (min-width: 1024px) {
  .site-footer .footer-links {
    text-align: left;
  }
}
.site-footer .footer-links .links {
  margin-bottom: 41px;
  font-size: 0;
}
@media (min-width: 1024px) {
  .site-footer .footer-links .links {
    width: 380px;
  }
}
.site-footer .footer-links .links ul {
  margin: 0;
  padding: 0;
}
.site-footer .footer-links .links ul li {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .site-footer .footer-links .links ul li {
    margin: 0;
  }
}
.site-footer .footer-links .links ul li a {
  font-family: proxima-nova, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
}
.site-footer .footer-links .contact {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .site-footer .footer-links .contact {
    margin-top: 0;
    text-align: right;
  }
}
.site-footer .footer-links .contact .tel {
  display: inline-block;
  width: 100%;
  margin-bottom: 27px;
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
}
.site-footer .footer-links .contact .social {
  width: 100%;
  margin: 20px 0;
}
.site-footer .footer-links .contact .social a {
  display: inline-block;
  width: 27px;
  opacity: 0.5;
}
.site-footer .footer-links .contact .social a:hover {
  opacity: 1;
}
.site-footer .top {
  border-bottom: 1px solid rgba(217, 217, 217, 0.35);
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .site-footer .top {
    padding-bottom: 48px;
  }
}
.site-footer .top .left, .site-footer .top .right {
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer .top .left {
    max-width: 630px;
  }
}
.site-footer .top .right {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .site-footer .top .right {
    max-width: 288px;
    margin-top: 0;
  }
}
.site-footer .top p {
  margin: 0;
}
.site-footer .top p, .site-footer .top a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
}
.site-footer .top .subscribe {
  width: 100%;
  height: 58px;
  border: 1px solid #FFF;
  border-radius: 29px;
}
@media (min-width: 768px) {
  .site-footer .top .subscribe {
    margin-top: 1px;
    width: 288px;
  }
}
.site-footer .top .socials-grp {
  margin-top: 40px;
  width: 126px;
  height: 22px;
}
@media (min-width: 768px) {
  .site-footer .top .socials-grp {
    margin-top: 46px;
  }
}
.site-footer .top .top-row {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .site-footer .top .top-row {
    margin-bottom: 40px;
  }
}
.site-footer .top .top-row h3 {
  margin-bottom: 10px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}
.site-footer .top .top-row .contact-box {
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer .top .top-row .contact-box {
    max-width: 300px;
  }
}
.site-footer .bottom {
  padding-top: 39px;
}
.site-footer .bottom .footer-links li {
  text-align: left;
}
.site-footer .bottom .footer-legal p,
.site-footer .bottom .footer-legal a.attr {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .site-footer .bottom .footer-legal a.attr {
    display: inline-block;
    width: auto;
  }
}

/*******************************************   */
/*********************************************
::Title Module
********************************************/
.title-module {
  width: 100%;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .title-module {
    padding: 40px 0;
  }
}
.title-module h1 {
  position: relative;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  color: #222428;
}
@media (min-width: 768px) {
  .title-module h1 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 32px;
  }
}
.title-module .return-link {
  position: relative;
  display: none;
  padding-left: 13px;
  margin-bottom: 31px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  color: #ED1E23;
}
@media (min-width: 768px) {
  .title-module .return-link {
    display: inline-block;
  }
}
.title-module .return-link::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -10px;
  display: block;
  width: 24px;
  height: 29px;
  background: url("/images/red-nav-back.png") no-repeat center;
  background-size: cover;
}
.title-module .red-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 30px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  color: #FFF;
  background-color: #ED1E23;
}
.title-module .red-tag.m-hidden {
  display: none;
}
@media (min-width: 768px) {
  .title-module .red-tag.m-hidden {
    display: flex;
  }
}
.title-module .red-tag.dt-hidden {
  width: 54px;
}
@media (min-width: 768px) {
  .title-module .red-tag.dt-hidden {
    display: none;
  }
}

/*******************************************   */
/*********************************************
:: Popup Wrap Module
********************************************/
.popup-module {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100% !important;
  height: 100%;
}
.popup-module .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.popup-module.people article {
  max-width: 910px;
}
.popup-module.people article .image {
  width: 300px;
}
@media (max-width: 640px) {
  .popup-module.people article .image {
    width: 100%;
  }
}
.popup-module.people article .text {
  flex: 1;
}
@media (max-width: 640px) {
  .popup-module.people article .text {
    width: 100%;
    padding: 20px 0;
  }
}
.popup-module article {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 971px;
  max-height: 90%;
  margin: auto;
  padding: 20px;
  transform: translate(-50%, -50%);
  background-color: white;
  overflow: auto;
}
@media (min-width: 768px) {
  .popup-module article {
    padding: 20px;
  }
}
.popup-module article .exit {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .popup-module article .exit {
    top: 30px;
    right: 30px;
  }
}
.popup-module article .exit span {
  width: 12px;
  height: 12px;
  font-size: 18px;
}
.popup-module article .text {
  padding: 30px;
}
@media (min-width: 768px) {
  .popup-module article .text {
    padding: 20px 20px 20px 40px;
  }
}
.popup-module article .text h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  color: #222428;
}
.popup-module article .text p {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 18px;
  color: #9B9B9B;
}
.popup-module article .text .loc {
  margin-bottom: 8px;
  font-size: 13.5px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 18px;
  color: #222428;
}
.popup-module article .text .loc .loc-ico {
  display: inline-block;
  width: 11px;
  height: 14px;
  margin-right: 5px;
  background: url("/images/loc-tab-ico.png") no-repeat center center;
}
.popup-module article .text .phone, .popup-module article .text .email {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.popup-module article .text .email {
  color: #ED1E23;
}
.popup-module article .text .wysiwyg {
  margin-top: 30px;
}
.popup-module article .text .wysiwyg p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.popup-module article .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
/*******************************************   */
/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  text-align: center;
}
.pagination-module ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.pagination-module ul li {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin: 0 3px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 2px solid #222428;
  border-radius: 21px;
}
@media (min-width: 768px) {
  .pagination-module ul li {
    min-width: 42px;
    height: 42px;
    margin: 0 7.5px;
  }
}
.pagination-module ul li a, .pagination-module ul li button, .pagination-module ul li span {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #505050;
}
@media (min-width: 768px) {
  .pagination-module ul li a, .pagination-module ul li button, .pagination-module ul li span {
    line-height: 38px;
  }
}
.pagination-module ul li.active {
  background: #7c9e48;
  border-color: #7c9e48;
}
.pagination-module ul li.active a, .pagination-module ul li.active button, .pagination-module ul li.active span {
  color: white;
}
.pagination-module ul li.prev,
.pagination-module ul li.next {
  min-width: 70px;
  padding: 0 20px;
}
.pagination-module ul li.next,
.pagination-module ul li:hover {
  background: #222428;
  border-color: #222428;
}
.pagination-module ul li.next a,
.pagination-module ul li:hover a {
  color: white;
}
.pagination-module ul li.disabled {
  opacity: 0.5;
}
.pagination-module ul li.active {
  background: #ed1e23;
  border-color: #ed1e23;
}
.pagination-module ul li.active a {
  color: white;
}

/********************************************/
/*********************************************
:: Pages
********************************************/
/*********************************************
:: Home Page
********************************************/
.page-home {
  /*******************************************   */
  /*******************************************   */
  /*******************************************   */
  /*******************************************   */
}
.page-home h3, .page-home h2, .page-home legend, .page-home ul, .page-home li, .page-home p, .page-home a {
  margin: 0;
  padding: 0;
}
.page-home .hero-section {
  position: relative;
}
.page-home .hero-section .content-max-width {
  position: relative;
  z-index: 2;
}
.page-home .hero-section .text {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .page-home .hero-section .text {
    text-align: left;
  }
}
.page-home .hero-section img,
.page-home .hero-section picture {
  width: 100%;
  height: 200px;
  margin: 0;
}
@media (min-width: 768px) {
  .page-home .hero-section img,
  .page-home .hero-section picture {
    height: auto;
    max-height: 600px;
  }
}
.page-home .hero-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-home .hero-section img.watermark {
  position: absolute;
  bottom: -25px;
  left: 20px;
  width: 100px;
}
@media (min-width: 768px) {
  .page-home .hero-section img.watermark {
    width: 172px;
  }
}
.page-home .hero-section .hero-wrap {
  position: relative;
  width: 100vw;
  height: auto;
}
.page-home .hero-section .hero-wrap .video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  pointer-events: none;
}
.page-home .hero-section .hero-wrap .video-container iframe {
  width: 300%;
  height: 150%;
  margin-top: -10%;
  margin-left: -100%;
}
.page-home .hero-section .home-search-wrap {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}
.page-home .services-section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .page-home .services-section {
    padding: 120px 0 60px;
  }
}
.page-home .services-section .title {
  margin-bottom: 47px;
}
.page-home .services-section .title h2, .page-home .services-section .title legend {
  margin: 0;
  color: #394E54;
}
.page-home .services-section .title .button {
  min-width: 176px;
  font-size: 16px;
  font-weight: 500;
}
.page-home .booking-section {
  padding: 40px 0;
  background: #f8fbfc;
}
@media (min-width: 768px) {
  .page-home .booking-section {
    padding: 134px 0 80px;
  }
}
.page-home .booking-section .text {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-home .booking-section .text {
    width: 520px;
    margin-bottom: 0;
  }
}
.page-home .booking-section .text h2, .page-home .booking-section .text legend {
  margin-bottom: 40px;
}
.page-home .booking-section .text h4 {
  margin-bottom: 44px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.page-home .booking-section .text .button {
  min-width: 176px;
}
@media (min-width: 768px) {
  .page-home .booking-section .links {
    width: 346px;
    margin-top: 15px;
  }
}
.page-home .booking-section .links a.button {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  background: white;
}
.page-home .booking-section .links a.button img {
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  margin: 0 23px 0 0;
}
.page-home .testimonials-section {
  margin: 60px 0 80px;
}
.page-home .testimonials-section .testimonials {
  background: #7c9e48;
}
.page-home .testimonials-section .testimonials .right {
  padding: 40px 20px 80px;
}
@media (min-width: 768px) {
  .page-home .testimonials-section .testimonials .right {
    padding: 40px 60px;
  }
}
@media (min-width: 1024px) {
  .page-home .testimonials-section .testimonials .right {
    padding: 0 80px;
  }
}
.page-home .testimonials-section .contact-info {
  background: #222428;
}
.page-home .testimonials-section .contact-info .block {
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .page-home .testimonials-section .contact-info .block {
    padding: 90px 90px 70px;
  }
}
.page-home .testimonials-section .contact-info .block h3 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.32px;
  color: white;
}
.page-home .testimonials-section .contact-info .block p {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.24px;
  line-height: 32px;
  color: white;
}
@media (min-width: 768px) {
  .page-home .testimonials-section .contact-info .block p {
    font-size: 22px;
  }
}
.page-home .feautured-section {
  padding: 100px 0 99px;
}
.page-home .feautured-section .featured-wrap .top {
  margin-bottom: 40px;
}
.page-home .feautured-section .featured-wrap .featured-boats .slider-wrap article .image-wrap .image img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-home .feautured-section .featured-wrap .featured-boats .slider-wrap article .image-wrap .image img {
    height: 145px;
  }
}
@media (min-width: 1160px) {
  .page-home .feautured-section .featured-wrap .featured-boats .slider-wrap article .image-wrap .image img {
    height: 200px;
  }
}
.page-home .find-dream-boat {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .page-home .find-dream-boat {
    margin-top: 0;
    padding-bottom: 130px;
  }
}
.page-home .find-dream-boat .top .left {
  width: 100%;
}
@media (min-width: 768px) {
  .page-home .find-dream-boat .top .left {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 1160px) {
  .page-home .find-dream-boat .top .left {
    max-width: 740px;
    margin-right: 15px;
  }
}
.page-home .find-dream-boat .top .left img {
  width: 100%;
}
.page-home .find-dream-boat .top .right {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .page-home .find-dream-boat .top .right {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 1160px) {
  .page-home .find-dream-boat .top .right {
    max-width: 480px;
  }
}
.page-home .find-dream-boat .top .right img {
  width: 100%;
}
@media (min-width: 1160px) {
  .page-home .find-dream-boat .top .right img {
    width: auto;
    margin-left: auto;
  }
}
.page-home .find-dream-boat .top h3 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .page-home .find-dream-boat .top h3 {
    margin-top: 70px;
  }
}
.page-home .find-dream-boat .top h3.red-line::after {
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  border: 1px solid #ED1E23;
  margin-top: 24px;
}
.page-home .find-dream-boat .top .floating-text-grp {
  width: 100%;
  margin: 0;
  padding: 40px;
  background-color: #FFF;
  box-shadow: 0 2px 25px 0 rgba(34, 36, 40, 0.1);
}
@media (min-width: 1160px) {
  .page-home .find-dream-boat .top .floating-text-grp {
    position: absolute;
    top: 0;
    left: -77%;
    width: 410px;
    height: 272px;
    padding: 40px 40px 48px;
  }
}
.page-home .find-dream-boat .top .floating-text-grp h3 {
  margin: 0;
}
@media (min-width: 1024px) {
  .page-home .find-dream-boat .top .floating-text-grp h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 24px;
  }
}
.page-home .find-dream-boat .top .floating-text-grp p {
  font-size: 13.5px;
  letter-spacing: 0.3px;
  line-height: 18px;
}
.page-home .find-dream-boat .top .floating-text-grp a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
}
.page-home .find-dream-boat .top .floating-text-grp a.button {
  width: 167px;
  height: 58px;
}
.page-home .find-dream-boat .bottom {
  margin-top: 130px;
}
.page-home .find-dream-boat .bottom .info-block:nth-child(1) {
  width: 229px;
  padding-left: 52px;
}
.page-home .find-dream-boat .bottom .info-block:nth-child(1) .big-num {
  width: 140px;
}
.page-home .find-dream-boat .bottom .info-block:nth-child(2) {
  width: 288px;
  padding-left: 40px;
}
.page-home .find-dream-boat .bottom .info-block:nth-child(2) .big-num {
  width: 172px;
}
.page-home .find-dream-boat .bottom .info-block:nth-child(3) {
  width: 277px;
  padding-left: 40px;
}
.page-home .find-dream-boat .bottom .info-block:nth-child(3) .big-num {
  width: 277px;
}
.page-home .find-dream-boat .bottom .info-block p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 20px;
}
.page-home .find-dream-boat .bottom .info-block p.big-num {
  position: relative;
  margin-top: 42px;
  padding-top: 59px;
  font-size: 60px;
  letter-spacing: 2.25px;
  line-height: 75px;
  border: 1px solid #D9D9D9;
}
.page-home .find-dream-boat .bottom .info-block p.big-num span {
  position: absolute;
  top: -40px;
  left: -2px;
  padding-right: 14px;
  background-color: #fff;
}
.page-home .brands-section {
  padding: 40px 0;
  background-color: #121212;
}
@media (min-width: 1024px) {
  .page-home .brands-section {
    padding: 100px 0;
  }
}
.page-home .brands-section .brand-block {
  position: relative;
  width: calc(50% - 3.75px);
  height: 110px;
  padding: 0 20px;
  background-color: #222428;
}
@media (min-width: 768px) {
  .page-home .brands-section .brand-block {
    height: 166px;
    width: calc(33.3333333333% - 5px);
  }
}
@media (min-width: 1024px) {
  .page-home .brands-section .brand-block {
    width: calc(20% - 8px);
  }
}
.page-home .brands-section .brand-block .original {
  opacity: 1;
}
.page-home .brands-section .brand-block .colored {
  opacity: 0;
  position: absolute;
  padding: 0 20px;
}
.page-home .brands-section .brand-block:hover {
  background-color: #fff;
}
.page-home .brands-section .brand-block:hover .original {
  opacity: 0;
}
.page-home .brands-section .brand-block:hover .colored {
  opacity: 1;
}
.page-home .brands-section .brand-block img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease-in-out;
}
.page-home .instagram-section {
  padding: 40px 0 60px;
}
@media (min-width: 1024px) {
  .page-home .instagram-section {
    padding: 100px 0;
  }
}
.page-home .instagram-section .top .left {
  max-width: 410px;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-home .instagram-section .top .left {
    margin-top: -1px;
    margin-right: 15px;
  }
}
.page-home .instagram-section .top .left h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-transform: uppercase;
}
.page-home .instagram-section .top .left p {
  margin: 24px 0;
  font-size: 13.5px;
  letter-spacing: 0.3px;
  line-height: 18px;
}
.page-home .instagram-section .top .left a.button {
  width: 165px;
  height: 58px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
}
.page-home .instagram-section .top .right {
  max-width: 740px;
  width: 100%;
}
.page-home .instagram-section .top .right img {
  width: 100%;
}
.page-home .instagram-section .bottom {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .page-home .instagram-section .bottom {
    margin-top: 99px;
  }
}
.page-home .instagram-section .bottom h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
}
.page-home .instagram-section .bottom .gallery .thumbnail {
  position: relative;
  width: calc(50% - 6px);
}
@media (min-width: 768px) {
  .page-home .instagram-section .bottom .gallery .thumbnail {
    width: calc(20% - 5px);
  }
}
.page-home .instagram-section .bottom .gallery .thumbnail:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-home .instagram-section .bottom .gallery .thumbnail .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-home .instagram-section .bottom .gallery .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .instagram-section .bottom .gallery .thumbnail:hover .overview {
  visibility: visible;
}
.page-home .instagram-section .bottom .gallery .thumbnail .overview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(34, 36, 40, 0.6);
  visibility: hidden;
  overflow: auto;
}
.page-home .instagram-section .bottom .gallery .thumbnail .overview p {
  color: #fff;
}
.page-home .instagram-section .bottom .gallery .thumbnail .overview .date {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-transform: uppercase;
}
.page-home .instagram-section .bottom .gallery .thumbnail .overview .desc {
  margin-top: 12px;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.page-home .instagram-section .bottom .btn-wrap {
  margin-top: 51px;
}
.page-home .instagram-section .bottom .btn-wrap a {
  min-width: auto;
  width: 134px;
  height: 46px;
}

/*********************************************
:: About Page
********************************************/
.page-about {
  /*******************************************   */
}
.page-about .body-section {
  padding: 0 0 60px;
}
@media (min-width: 768px) {
  .page-about .body-section {
    padding: 13px 0 100px;
  }
}
.page-about .body-section .content {
  max-width: 520px;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-about .body-section .content {
    margin-top: 0;
  }
}
.page-about .body-section .content h2, .page-about .body-section .content legend {
  margin-bottom: 43px;
  letter-spacing: -0.64px;
}
.page-about .body-section .content p {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.page-about .body-section .content p:not(:last-child) {
  margin-bottom: 12px;
}
.page-about .body-section .content .link-btn {
  margin-top: 30px;
}
.page-about .body-section .content .link-btn a.button {
  min-width: auto;
  width: 156px;
}
.page-about .body-section .hero {
  position: relative;
  align-self: flex-start;
  max-width: 700px;
  width: 100%;
  margin-right: 15px;
}
.page-about .body-section .hero img {
  width: 100%;
  margin: 0;
}
.page-about .body-section .hero img.watermark {
  position: absolute;
  top: calc(100% - 26px);
  right: 20px;
  width: 100px;
}
@media (min-width: 768px) {
  .page-about .body-section .hero img.watermark {
    width: 172px;
    right: -62px;
  }
}

/*********************************************
:: News Page
********************************************/
.page-news .filter-section {
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .page-news .filter-section {
    padding-bottom: 30px;
  }
}
.page-news .filter-section .search-button {
  position: absolute;
  top: 6px;
  right: 38px;
}
@media (max-width: 640px) {
  .page-news .filter-section .search-button {
    right: 28px;
  }
}
.page-news .filter-section .box {
  padding: 15px 29px;
  border-radius: 35px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.page-news .filter-section .box label {
  margin: 0 0 2px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 14px;
  text-transform: uppercase;
}
.page-news .filter-section .box input, .page-news .filter-section .box select {
  height: 22px;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  border: 0;
  color: #222428;
}
.page-news .filter-section .box input::-moz-placeholder, .page-news .filter-section .box select::-moz-placeholder {
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-news .filter-section .box input::placeholder, .page-news .filter-section .box select::placeholder {
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-news .filter-section .box .search {
  width: 51.26%;
}
.page-news .filter-section .box .tags {
  border-left: 1px solid #d9d9d9;
  padding-left: 19px;
}
.page-news .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page-news .tag-list .tag {
  display: flex;
  align-items: center;
  padding: 6px 14px 6px 13px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.27px;
  line-height: 18px;
  border-radius: 22px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.page-news .tag-list .tag img {
  margin-right: 6px;
  width: 10px;
  height: 10px;
  margin-bottom: 0;
}
.page-news .main-section {
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .page-news .main-section {
    padding: 0 0 81px;
  }
}
.page-news .main-section .image-container {
  width: 100%;
  margin: 0 0 40px;
}
@media (min-width: 850px) {
  .page-news .main-section .image-container {
    max-width: 590px;
    width: 50%;
    margin: 0;
  }
}
.page-news .main-section img {
  width: 100%;
}
.page-news .main-section .text {
  width: 100%;
}
@media (min-width: 850px) {
  .page-news .main-section .text {
    max-width: 690px;
    width: 50%;
    padding-left: 70px;
  }
}
.page-news .main-section .text .h4 {
  margin: 0 0 25px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-transform: uppercase;
}
.page-news .main-section .text p.description {
  margin: 0 0 24px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.page-news .list-section {
  padding: 0 0 60px;
}
@media (min-width: 768px) {
  .page-news .list-section {
    padding: 0 0 80px;
  }
}
.page-news .list-section .content-max-width:after {
  content: "";
  width: calc(33.3333333333% - 19.99px);
  flex: 0 0 calc(33.3333333333% - 19.99px);
}
.page-news .list-section article {
  width: 100%;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .page-news .list-section article {
    width: calc(50% - 19.99px);
    margin: 0 0 80px;
  }
}
@media (min-width: 1024px) {
  .page-news .list-section article {
    width: calc(33.3333333333% - 19.99px);
  }
}
.page-news .list-section article img.main-image {
  margin: 0 0 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .page-news .list-section article img.main-image {
    height: 220px;
  }
}
@media (min-width: 1025px) {
  .page-news .list-section article img.main-image {
    height: 270px;
  }
}
.page-news .list-section article .text p.date {
  margin: 0 0 14px;
}
.page-news .list-section article .text h5 {
  margin: 0 0 23px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
}
.page-news .list-section article .text p.description {
  margin: 0 0 25px;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 18px;
}
.page-news .main-section .text p.date, .page-news .list-section .text p.date {
  margin: 0 0 19px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-transform: uppercase;
  color: #26282d;
}
.page-news .main-section .text .button, .page-news .list-section .text .button {
  width: 158px;
  height: 58px;
  padding: 21px 39px;
  margin: 0 0 40px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-transform: uppercase;
  color: #2a2d34;
  border-radius: 29px;
  border: 1px solid #ed1e23;
}
.page-news .main-section .text .button:hover, .page-news .main-section .text .button:focus, .page-news .list-section .text .button:hover, .page-news .list-section .text .button:focus {
  color: white;
  background: #222428;
  border-color: #222428;
  border-color: transparent;
}
.page-news .archive-section {
  padding: 39px 0 40px;
  border-top: 1px solid #d9d9d9;
}
.page-news .archive-section h6 {
  margin: 0 0 25px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 20px;
  text-transform: uppercase;
}
.page-news .archive-section .archives {
  gap: 12px;
}
.page-news .archive-section .archives .archive-date {
  padding: 11px 17px;
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  color: #2a2d34;
  border-radius: 29px;
  border: 1px solid #222428;
}
.page-news .archive-section .archives .archive-date .red {
  color: #ed1e23;
}

/********************************************/
/********************************************/
/*********************************************
:: News Detail Page
********************************************/
.page-news-detail {
  /********************************************/
}
.page-news-detail .body-section {
  position: relative;
  margin-top: -1px;
  padding: 41px 0 39px;
  border-top: 1px solid #d9d9d9;
  z-index: 100;
}
@media (min-width: 768px) {
  .page-news-detail .body-section {
    padding: 80px 0 48px;
  }
}
.page-news-detail .body-section p.date {
  margin: 0 0 19px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.page-news-detail .body-section .h4 {
  max-width: 630px;
  margin: 0 auto;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}
.page-news-detail .body-section hr {
  width: 80px;
  height: 2px;
  margin: 25px auto 50px;
  background-color: #ed1e23;
}
.page-news-detail .body-section .main-image {
  width: 100%;
  margin: 0 0 50px;
}
.page-news-detail .body-section .wysiwyg {
  margin: 0 0 50px;
}
.page-news-detail .body-section .wysiwyg > * {
  margin: 0 0 22px;
}
.page-news-detail .body-section .wysiwyg > *:last-child {
  margin-bottom: 0;
}
.page-news-detail .body-section .wysiwyg p, .page-news-detail .body-section .wysiwyg li {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.page-news-detail .body-section .tag-list {
  display: flex;
  gap: 8px;
}
.page-news-detail .body-section .tag-list .tag {
  display: flex;
  align-items: center;
  padding: 6px 14px 6px 13px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.27px;
  line-height: 18px;
  border-radius: 22px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.page-news-detail .body-section .tag-list .tag img {
  margin-right: 6px;
  width: 10px;
  height: 10px;
}
.page-news-detail .navigation-section {
  padding: 0 0 99px;
}
.page-news-detail .navigation-section a {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-transform: uppercase;
  gap: 9px;
  color: #2a2d34;
}
.page-news-detail .navigation-section a img {
  margin-top: 1px;
}
.page-news-detail .navigation-section a.next {
  gap: 10px;
}
@media (min-width: 1024px) {
  .page-news-detail .navigation-section a.next {
    padding-right: 50px;
  }
}
.page-news-detail .navigation-section a.next img {
  margin-right: -1px;
}
.page-news-detail .navigation-section a.prev img {
  transform: rotate(180deg);
  margin-left: -1px;
}
.page-news-detail .navigation-section a.disabled, .page-news-detail .navigation-section a:disabled {
  opacity: 0.35;
}

/*********************************************
:: Services Page                   
********************************************/
.page-services {
  /********************************************/
}
.page-services .body-section {
  padding: 40px 0 80px;
  /********************************************/
}
@media (min-width: 768px) {
  .page-services .body-section {
    margin-top: 8px;
    padding: 0 0 100px;
  }
}
.page-services .body-section .featured-list {
  margin-bottom: 100px;
  /********************************************/
}
.page-services .body-section .featured-list .more {
  display: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 30px;
  color: #232221;
}
@media (min-width: 768px) {
  .page-services .body-section .featured-list .left {
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .page-services .body-section .featured-list .left {
    height: 570px;
  }
}
.page-services .body-section .featured-list .left article {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  background: #b4253d;
}
@media (min-width: 768px) {
  .page-services .body-section .featured-list .left article {
    margin-bottom: 0;
  }
}
.page-services .body-section .featured-list .left article img {
  width: 100%;
}
.page-services .body-section .featured-list .left article .content {
  width: 100%;
  padding: 20px;
  background: #b4253d;
}
@media (min-width: 768px) {
  .page-services .body-section .featured-list .left article .content {
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
.page-services .body-section .featured-list .left article .content h3 {
  margin: 0;
  font-weight: 600;
  color: white;
}
@media (min-width: 768px) {
  .page-services .body-section .featured-list .left article .content h3 {
    width: 70%;
    font-size: 48px;
    line-height: 50px;
  }
}
.page-services .body-section .featured-list .left article:hover .content {
  background: white !important;
  border: 2px solid #f8fbfc;
}
.page-services .body-section .featured-list .left article:hover h3 {
  margin-bottom: 30px;
  color: #b4253d;
}
.page-services .body-section .featured-list .left article:hover .more {
  display: block;
}
@media (min-width: 768px) {
  .page-services .body-section .featured-list .right {
    padding-left: 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.page-services .body-section .featured-list .right article {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-services .body-section .featured-list .right article {
    width: calc(50% - 15px);
    max-height: 50%;
  }
}
.page-services .body-section .featured-list .right article .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #b4253d;
}
.page-services .body-section .featured-list .right article h3.h4 {
  min-height: 59px;
  margin: 0;
  font-weight: 600;
  color: white;
}
@media (min-width: 1024px) {
  .page-services .body-section .featured-list .right article h3.h4 {
    width: 80%;
  }
}
.page-services .body-section .featured-list .right article:hover .content {
  background: white !important;
  border: 2px solid #f8fbfc;
}
.page-services .body-section .featured-list .right article:hover h3.h4 {
  margin-bottom: 16px;
  color: #b4253d;
}
.page-services .body-section .featured-list .right article:hover .more {
  display: block;
}
.page-services .body-section .featured-list .right article:nth-of-type(1) .content {
  background: #7c9e48;
}
.page-services .body-section .featured-list .right article:nth-of-type(1):hover h3.h4 {
  color: #7c9e48;
}
.page-services .body-section .featured-list .right article:nth-of-type(2) .content {
  background: #ed1e23;
}
.page-services .body-section .featured-list .right article:nth-of-type(2):hover h3.h4 {
  color: #ed1e23;
}
@media (min-width: 768px) {
  .page-services .body-section .featured-list .right article:nth-of-type(3) {
    margin: 0;
  }
}
.page-services .body-section .featured-list .right article:nth-of-type(3) .content {
  background: #222428;
}
.page-services .body-section .featured-list .right article:nth-of-type(3):hover h3.h4 {
  color: #222428;
}
@media (min-width: 768px) {
  .page-services .body-section .featured-list .right article:nth-of-type(4) {
    margin: 0;
  }
}
.page-services .body-section .list {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-services .body-section .list {
    width: 550px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .page-services .body-section .list {
    width: 770px;
  }
}
.page-services .body-section .list article {
  width: 100%;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(35, 34, 33, 0.1);
}
.page-services .body-section .list article a {
  align-items: flex-start;
}
.page-services .body-section .list article img.thumb {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-services .body-section .list article img.thumb {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .page-services .body-section .list article img.thumb {
    width: 270px;
  }
}
.page-services .body-section .list article .content {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-services .body-section .list article .content {
    width: calc(100% - 180px);
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .page-services .body-section .list article .content {
    width: calc(100% - 270px);
    padding-left: 60px;
  }
}
.page-services .body-section .list article .content .h4 {
  margin-bottom: 20px;
  letter-spacing: -0.3px;
  color: #b4253d;
}
.page-services .body-section .list article .content p.description {
  margin-bottom: 23px;
}
.page-services .body-section .list article .content p.more {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #232221;
}
.page-services .body-section .list article .content p.more span {
  vertical-align: middle;
}
.page-services .body-section .list article:last-of-type {
  border-bottom: none;
}
.page-services .body-section .list article:nth-of-type(4n + 2) h3.h4 {
  color: #7c9e48;
}
.page-services .body-section .list article:nth-of-type(4n + 3) h3.h4 {
  color: #ed1e23;
}
.page-services .body-section .list article:nth-of-type(4n + 4) h3.h4 {
  color: #394e54;
}
.page-services .material-icons {
  vertical-align: middle;
}

/*********************************************
:: Service Detail Page                   
********************************************/
.page-service-detail {
  /********************************************/
  /********************************************/
  /********************************************/
}
.page-service-detail .body-section {
  padding: 40px 0 60px;
}
@media (min-width: 768px) {
  .page-service-detail .body-section {
    padding: 0 0 60px;
  }
}
.page-service-detail .body-section .top {
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  .page-service-detail .body-section .top {
    padding: 76px 0 61px;
  }
}
.page-service-detail .body-section .top .left-anchor {
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 30px;
  color: #232221;
}
.page-service-detail .body-section .top .left-anchor span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.page-service-detail .body-section .content {
  width: 100%;
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .page-service-detail .body-section .content {
    width: calc(100% - 250px);
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .page-service-detail .body-section .content {
    width: calc(100% - 470px);
    padding: 0 120px 0 0;
  }
}
.page-service-detail .body-section .content h2, .page-service-detail .body-section .content legend {
  margin-bottom: 43px;
  letter-spacing: -0.64px;
}
.page-service-detail .body-section .hero {
  position: relative;
  align-self: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .page-service-detail .body-section .hero {
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .page-service-detail .body-section .hero {
    width: 470px;
  }
}
.page-service-detail .body-section .hero img {
  width: 100%;
  margin: 0;
}
.page-service-detail .faqs-section {
  position: relative;
  padding: 60px 0;
  background: #f8fbfc;
}
.page-service-detail .faqs-section .content-max-width {
  max-width: 810px;
}
.page-service-detail .faqs-section:before {
  content: "";
  position: absolute;
  top: 69px;
  left: -37px;
  width: 110px;
  height: 164px;
  background: url(/images/watermark-left.png) no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .page-service-detail .faqs-section:before {
    width: 220px;
    height: 328px;
  }
}
.page-service-detail .faqs-section:after {
  content: "";
  position: absolute;
  bottom: 49px;
  right: -14px;
  width: 220px;
  height: 328px;
  background: url(/images/watermark-right.png) no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .page-service-detail .faqs-section:after {
    width: 220px;
    height: 328px;
  }
}
.page-service-detail .faqs-section .h2 {
  text-align: center;
}
.page-service-detail .faqs-section .h2 img {
  width: 23px;
  margin: 0 auto 13px;
}
.page-service-detail .faqs-section article {
  margin-bottom: 5px;
  background: white;
  border-radius: 2px;
}
.page-service-detail .faqs-section article .title {
  position: relative;
  padding: 30px;
  cursor: pointer;
}
.page-service-detail .faqs-section article .title .h4 {
  width: calc(100% - 50px);
  margin: 0;
  color: #222428;
}
.page-service-detail .faqs-section article .title .material-icons {
  position: absolute;
  top: 34px;
  right: 30px;
}
.page-service-detail .faqs-section article .content {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .page-service-detail .faqs-section article .content {
    width: calc(100% - 50px);
    padding: 0 30px 30px;
  }
}
.page-service-detail .faqs-section article .content.active {
  display: block;
}
.page-service-detail .gallery-section {
  padding: 60px 0;
  text-align: center;
}
.page-service-detail .gallery-section .h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .page-service-detail .gallery-section .h2 {
    margin-bottom: 60px;
  }
}
.page-service-detail .gallery-section .h2 img {
  width: 23px;
  margin: 0 auto 13px;
}
.page-service-detail .gallery-section .content-max-width {
  max-width: 810px;
}
.page-service-detail .gallery-section .content-max-width article {
  width: 100%;
}
.page-service-detail .gallery-section .content-max-width article img {
  width: 100%;
}

/*********************************************
:: Forms Page                   
********************************************/
.page-forms {
  /********************************************/
}
.page-forms .body-section {
  padding: 40px 0 60px;
}
@media (min-width: 768px) {
  .page-forms .body-section {
    padding: 60px 0 100px;
  }
}
.page-forms .body-section .h2 {
  margin-bottom: 33px;
  letter-spacing: -0.64px;
}
.page-forms .body-section .leadcopy {
  margin-bottom: 60px;
  font-weight: 400;
  line-height: 28px;
}
.page-forms .body-section .form-field.send {
  display: flex;
  padding: 5px 0 0;
}
.page-forms .body-section .form-field.send .button {
  width: 135px;
  margin-left: auto;
}

/*********************************************
:: Contact Page
********************************************/
.page-contact {
  /********************************************/
}
.page-contact .body-section {
  padding-bottom: 80px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 640px) {
  .page-contact .body-section {
    padding: 0 0 40px;
  }
}
.page-contact .body-section .form {
  max-width: 630px;
  margin-top: -1px;
}
.page-contact .body-section .form .form-field.email {
  max-width: 477px;
  width: 100%;
}
.page-contact .body-section .form .form-field.send {
  margin-top: -4px;
}
.page-contact .body-section .form .button {
  min-width: 111px;
  height: 46px;
  padding: 15px 29px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-transform: uppercase;
  border: 0;
  border-radius: 23px;
  background-color: #ed1e23;
}
.page-contact .body-section .form .button:hover, .page-contact .body-section .form .button:focus {
  color: white;
  background: #222428;
  border-color: #222428;
  border-color: transparent;
}
.page-contact .map-section {
  padding: 80px 0 20px;
}
@media (max-width: 640px) {
  .page-contact .map-section {
    padding: 60px 0 20px;
  }
}
.page-contact .map-section .content-max-width:after {
  content: "";
  width: calc(33.3333333333% - 19.99px);
  flex: 0 0 calc(33.3333333333% - 19.99px);
}
.page-contact .map-section article {
  width: calc(33.3333333333% - 19.99px);
  margin: 0 0 80px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .page-contact .map-section article {
    width: 100%;
    margin: 0 0 40px;
  }
}
.page-contact .map-section article #map {
  height: 270px;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .page-contact .map-section article #map {
    height: 200px;
    overflow: hidden;
  }
}
.page-contact .map-section article h5 {
  margin: 0 0 20px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
}
.page-contact .map-section article p, .page-contact .map-section article a {
  margin: 0 0 0;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 18px;
  text-transform: uppercase;
}
.page-contact .map-section article a {
  color: #222428;
}
.page-contact .map-section article a.email {
  margin: 0 0 40px;
}
.page-contact .map-section article .button {
  width: 191px;
  height: 58px;
  padding: 21px 39px;
  margin: 0 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-transform: uppercase;
  color: #2a2d34;
  border-radius: 29px;
  border: 1px solid #ed1e23;
}
.page-contact .map-section article .button:hover, .page-contact .map-section article .button:focus {
  color: white;
  background: #222428;
  border-color: #222428;
  border-color: transparent;
}

/*** brands-page ***/
.page-brands h3, .page-brands a {
  margin: 0;
}
.page-brands .list-section {
  padding: 40px 0 60px;
}
@media (min-width: 768px) {
  .page-brands .list-section {
    padding: 40px 0 100px;
  }
}
.page-brands .list-section h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
}
.page-brands .list-section .gallery {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-brands .list-section .gallery {
    margin-top: 40px;
  }
}
.page-brands .list-section .gallery .thumbnail {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .page-brands .list-section .gallery .thumbnail {
    width: calc(50% - 15px);
  }
}
.page-brands .list-section .gallery .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-brands .list-section .gallery .thumbnail:hover .overlay {
  top: unset;
  left: unset;
  right: 40px;
  bottom: 40px;
  width: 169px;
  height: 29px;
  background-color: transparent;
}
.page-brands .list-section .gallery .thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-brands .list-section .gallery .thumbnail .overlay img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*********************************************
:: Find a boat Page
********************************************/
.page-find .title-section {
  padding: 39px 0 41px;
}
@media (max-width: 640px) {
  .page-find .title-section {
    padding: 30px 0;
  }
}
.page-find .search-section .search-button {
  position: absolute;
  top: 6px;
  right: 38px;
  cursor: pointer;
}
.page-find .search-section .search-box {
  position: relative;
  margin: 0 0 24px;
  padding: 15px 29px;
  border-radius: 35px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
}
@media (max-width: 850px) {
  .page-find .search-section .search-box {
    position: relative;
    height: 70px;
    padding: 23px 51px;
    margin: 0 0 30px;
    box-shadow: 0 2px 25px rgba(34, 36, 40, 0.1);
    border-radius: 35px;
    border: 1px solid #ededed;
    background-color: #ffffff;
  }
  .page-find .search-section .search-box .search-mob {
    position: absolute;
    left: 20px;
    top: 23px;
    width: 20px;
    height: 20px;
  }
  .page-find .search-section .search-box .filter-search {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 34px;
    height: 34px;
  }
}
.page-find .search-section .search-box .search-drop {
  position: absolute;
  top: calc(100% + 5px);
  left: 25px;
  width: 510px;
  height: auto;
  padding: 17px 0 20px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 25px 0 rgba(34, 36, 40, 0.1);
  z-index: 2;
}
.page-find .search-section .search-box .search-drop p {
  padding: 4px 20px;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.page-find .search-section .search-box .search-drop p:hover {
  background: #ed1e23;
  color: #fff;
}
.page-find .search-section .search-box .search-drop p:hover > * {
  color: #fff;
}
.page-find .search-section .search-box .search-drop p > * {
  display: block;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  transition: none;
}
.page-find .search-section .search-box .search-drop .match {
  color: #ed1e23;
}
.page-find .search-section .search-box label {
  margin: 0 0 2px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 14px;
  text-transform: uppercase;
}
.page-find .search-section .search-box input {
  height: 22px;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  border: 0;
  color: #222428;
}
.page-find .search-section .search-box input::-moz-placeholder {
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-find .search-section .search-box input::placeholder {
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
@media (max-width: 850px) {
  .page-find .search-section .search-box input {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.7px;
    line-height: 18px;
    text-transform: uppercase;
  }
  .page-find .search-section .search-box input::-moz-placeholder {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.7px;
    line-height: 18px;
    text-transform: uppercase;
    opacity: 1;
  }
  .page-find .search-section .search-box input::placeholder {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.7px;
    line-height: 18px;
    text-transform: uppercase;
    opacity: 1;
  }
}
.page-find .search-section .more-filters {
  row-gap: 15px;
}
.page-find .search-section .more-filters .refine-location {
  display: flex;
  gap: 12px;
}
.page-find .search-section .more-filters .refine-location .button {
  min-width: 0;
  height: 46px;
  padding: 15px 22px 15px 23px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-transform: uppercase;
  border-radius: 23px;
  white-space: nowrap;
}
.page-find .search-section .more-filters .refine-location .button.open svg {
  transform: rotate(180deg);
}
.page-find .search-section .more-filters .refine-location .button svg {
  margin-left: 7px;
}
.page-find .search-section .more-filters .refine-location .button:hover {
  background: #ed1e23;
}
.page-find .search-section .more-filters .refine-location .button.all-locations {
  color: #ed1e23;
  background-color: rgba(237, 30, 35, 0.03);
  padding: 15px 24px 15px 23px;
}
.page-find .search-section .more-filters .refine-location .button.all-locations:hover, .page-find .search-section .more-filters .refine-location .button.all-locations:focus {
  background: #ed1e23;
  border-color: #ed1e23;
  color: white;
}
.page-find .search-section .more-filters .refine-location .button.location {
  border-color: #f4f5f6;
  background-color: #f4f5f6;
  font-size: 9px;
  padding: 0 15px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .page-find .search-section .more-filters .refine-location .button.location {
    padding: 15px 24px 15px 23px;
    font-size: 11px;
    margin: 0;
  }
}
.page-find .search-section .more-filters .refine-location .button.location.active {
  color: #ed1e23;
  border-color: #ed1e23;
  background-color: rgba(237, 30, 35, 0.03);
  font-size: 9px;
  padding: 0 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-find .search-section .more-filters .refine-location .button.location.active {
    padding: 15px 24px 15px 23px;
    font-size: 11px;
    margin: 0;
  }
}
.page-find .search-section .more-filters .refine-location .button.location:hover, .page-find .search-section .more-filters .refine-location .button.location:focus {
  background: #ed1e23;
  border-color: #ed1e23;
  color: white;
}
.page-find .search-section .more-filters .refine-location .button.location img, .page-find .search-section .more-filters .refine-location .button.location svg {
  margin-right: 5px;
  fill: currentColor;
}
@media (max-width: 400px) {
  .page-find .search-section .more-filters .refine-location .button.location img, .page-find .search-section .more-filters .refine-location .button.location svg {
    display: none;
  }
}
.page-find .search-section .more-filters .refine-location .button.location.intl::after {
  content: "INT'L";
}
@media (min-width: 768px) {
  .page-find .search-section .more-filters .refine-location .button.location.intl::after {
    content: "INTERNATIONAL";
  }
}
.page-find .search-section .more-filters .sort-view {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 640px) {
  .page-find .search-section .more-filters .sort-view {
    gap: 13px;
  }
}
.page-find .search-section .more-filters .sort-view > * {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-find .search-section .more-filters .sort-view > * label {
  margin: 0;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 14px;
  text-transform: uppercase;
}
.page-find .search-section .more-filters .sort-view .sort-box select {
  width: 180px;
  height: 38px;
  padding: 8px 35px 10px 11px;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 18px;
  border-radius: 3px;
  border: 1px solid #9b9b9b;
  color: #222428;
  background: url("/images/caret-down.png") no-repeat;
  background-position: 145px 6px;
}
@media (max-width: 1160px) {
  .page-find .search-section .more-filters .sort-view .view-box label {
    display: none;
  }
}
.page-find .search-section .more-filters .sort-view .view-box .toggle-buttons {
  display: flex;
}
.page-find .search-section .more-filters .sort-view .view-box .toggle-buttons > * {
  display: flex;
  align-items: center;
  padding: 11px 11px 11px 9px;
  gap: 6px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 14px;
  text-transform: uppercase;
  border: 1px solid #9b9b9b;
  background: #ffffff;
}
.page-find .search-section .more-filters .sort-view .view-box .toggle-buttons > *:first-child {
  margin-right: -1px;
  padding-right: 13px;
  border-radius: 3px 0 0 3px;
}
@media (max-width: 1160px) {
  .page-find .search-section .more-filters .sort-view .view-box .toggle-buttons > *:first-child {
    padding-right: 11px;
  }
}
.page-find .search-section .more-filters .sort-view .view-box .toggle-buttons > *:last-child {
  border-radius: 0 3px 3px 0;
}
.page-find .search-section .more-filters .sort-view .view-box .toggle-buttons > *.active {
  position: relative;
  background: #ed1e23;
  border-color: #ed1e23;
  color: white;
}
@media (max-width: 1160px) {
  .page-find .search-section .more-filters .sort-view .view-box .toggle-buttons > * {
    padding: 11px;
  }
  .page-find .search-section .more-filters .sort-view .view-box .toggle-buttons > * span {
    display: none;
    padding: 11px;
  }
}
.page-find .search-section .refine-box {
  width: 100%;
  margin-top: 24px;
  padding: 23px 23px 39px;
  gap: 24px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background-color: #f9f9f9;
}
.page-find .search-section .refine-box .refine-group {
  width: calc(25% - 18.5px);
  padding: 0;
}
@media (max-width: 1024px) {
  .page-find .search-section .refine-box .refine-group {
    width: calc(33.3333333333% - 18.5px);
  }
}
@media (max-width: 768px) {
  .page-find .search-section .refine-box .refine-group {
    width: calc(50% - 18.5px);
  }
}
@media (max-width: 640px) {
  .page-find .search-section .refine-box .refine-group {
    width: 100%;
  }
}
.page-find .search-section .refine-box .refine-group label, .page-find .search-section .refine-box .refine-group p {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 18px;
  text-transform: uppercase;
}
.page-find .search-section .refine-box .refine-group select, .page-find .search-section .refine-box .refine-group a, .page-find .search-section .refine-box .refine-group input.drop-btn {
  width: 100%;
  height: 38px;
  padding: 10px 35px 10px 11px;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 18px;
  border-radius: 3px;
  border: 1px solid #9b9b9b;
  color: #222428;
  background: url("/images/caret-down.png") no-repeat;
  background-position: calc(100% - 5px) 6px;
  background-color: white;
}
.page-find .search-section .refine-box .refine-group input.drop-btn::-moz-placeholder {
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 18px;
  color: #222428;
}
.page-find .search-section .refine-box .refine-group input.drop-btn::placeholder {
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 18px;
  color: #222428;
}
.page-find .search-section .refine-box .refine-group .drop-wrap {
  top: 100%;
  width: 100%;
}
.page-find .search-section .refine-box .refine-group.year .flex.justify-between, .page-find .search-section .refine-box .refine-group.price .flex.justify-between {
  position: relative;
}
.page-find .search-section .refine-box .refine-group.year .flex.justify-between:before, .page-find .search-section .refine-box .refine-group.price .flex.justify-between:before {
  content: "--";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 18px;
}
.page-find .search-section .refine-box .refine-group.year .flex.justify-between select, .page-find .search-section .refine-box .refine-group.price .flex.justify-between select {
  width: calc(50% - 14.5px);
}
.page-find .search-section .refine-box .refine-group.length .length-group {
  gap: 16px;
}
.page-find .search-section .refine-box .refine-group.length .toggle-buttons {
  width: 76px;
  flex: 0 0 76px;
  display: flex;
}
.page-find .search-section .refine-box .refine-group.length .toggle-buttons > * {
  width: 38px;
  padding: 11px 11px 11px 9px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 14px;
  text-transform: uppercase;
  border: 1px solid #9b9b9b;
  background-color: #ffffff;
}
.page-find .search-section .refine-box .refine-group.length .toggle-buttons > *:first-child {
  padding-right: 11px;
  border-radius: 3px 0 0 3px;
  border-right: 0;
}
.page-find .search-section .refine-box .refine-group.length .toggle-buttons > *:last-child {
  padding-left: 11px;
  border-radius: 0 3px 3px 0;
  border-left: 0;
}
.page-find .search-section .refine-box .refine-group.length .toggle-buttons > *.active {
  position: relative;
  background-color: #ed1e23;
  border-color: #ed1e23;
  color: white;
}
.page-find .search-section .refine-box .refine-group.length .measurement-group {
  position: relative;
  width: calc(100% - 76px);
  flex: 1;
}
.page-find .search-section .refine-box .refine-group.length .measurement-group:before {
  content: "--";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 18px;
}
.page-find .search-section .refine-box .refine-group.length .measurement-group select {
  width: calc(50% - 14.5px);
}
.page-find .search-section .refine-box .refine-group .button {
  width: 100%;
  height: 38px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 3px;
  background: #ed1e23;
}
.page-find .results-section {
  padding: 40px 0 80px;
}
@media (max-width: 640px) {
  .page-find .results-section {
    padding: 20px 0 60px;
  }
}
.page-find .results-section p.showing {
  margin: 0 0 40px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-transform: uppercase;
}
.page-find .results-section .results-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 21px;
       column-gap: 21px;
}
@media (min-width: 768px) {
  .page-find .results-section .results-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.page-find .results-section .results-list article {
  margin: 0 0 62px;
}
@media (max-width: 640px) {
  .page-find .results-section .results-list article {
    margin: 0 0 20px;
  }
}
.page-find .results-section .results-list article:hover .image .info-detail {
  opacity: 1;
}
.page-find .results-section .results-list article .badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-transform: uppercase;
  z-index: 1;
}
.page-find .results-section .results-list article .badge.new-listing {
  background: #ed1e23;
  color: white;
}
.page-find .results-section .results-list article .badge.coming-soon {
  background: white;
  color: #ed1e23;
}
.page-find .results-section .results-list article .image {
  position: relative;
  margin: 0 0 20px;
}
.page-find .results-section .results-list article .image .article-image {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-find .results-section .results-list article .image .article-image {
    height: 145px;
  }
}
@media (min-width: 1160px) {
  .page-find .results-section .results-list article .image .article-image {
    height: 200px;
  }
}
.page-find .results-section .results-list article .image .info-detail {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.page-find .results-section .results-list article .image .info-detail > div {
  width: 50%;
  height: 36px;
  padding-left: 12px;
}
.page-find .results-section .results-list article .image .info-detail div:first-child {
  border-right: 0.5px solid #222428;
  width: calc(50% + 2px);
}
.page-find .results-section .results-list article .image .info-detail p {
  margin: 0;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 14px;
}
.page-find .results-section .results-list article .image .info-detail p .length-ico {
  width: 16px;
  height: 10px;
  margin-right: 8px;
}
.page-find .results-section .results-list article .image .info-detail p .length-ico::before {
  content: url("/images/length-ico.png");
  display: inline-block;
  width: 16px;
  height: 10px;
}
.page-find .results-section .results-list article .image .info-detail p .calendar-ico {
  width: 14px;
  height: 16px;
  margin-right: 8px;
  margin-top: -2px;
}
.page-find .results-section .results-list article .image .info-detail p .calendar-ico::before {
  content: url("/images/calendar-ico.png");
  display: inline-block;
  width: 14px;
  height: 16px;
}
.page-find .results-section .results-list article h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ed1e23;
}
.page-find .results-section .results-list article .details {
  gap: 16px;
}
.page-find .results-section .results-list article .details > * {
  margin: 0;
  font-size: 13.5px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.page-find .results-section .results-list article .details > *.location {
  display: flex;
  flex-wrap: wrap;
}
.page-find .results-section .results-list article .details > *.location img {
  width: 11px;
  height: 14px;
  margin: 0.5px 6px 0 0;
}
.page-find .results-section .results-list article .details > * .strikethrough {
  text-decoration: line-through;
}
.page-find .results-section .results-list article .details > * .reduced {
  color: #ED1E23;
  margin-left: 4px;
  font-weight: 500;
}
.page-find .results-section .results-list.large article {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .page-find .results-section .results-list.large article {
    width: calc(33.3333333333% - 19.99px);
  }
}
.page-find .results-section .results-list.large article .image img {
  height: 220px;
}
@media (min-width: 768px) {
  .page-find .results-section .results-list.large article .image img {
    height: 150px;
  }
}
@media (min-width: 1024px) {
  .page-find .results-section .results-list.large article .image img {
    height: 220px;
  }
}
@media (min-width: 1160px) {
  .page-find .results-section .results-list.large article .image img {
    height: 274px;
  }
}
.page-find .results-section .results-list.small article {
  position: relative;
  width: calc(50% - 10.5px);
}
@media (min-width: 768px) {
  .page-find .results-section .results-list.small article {
    width: calc(25% - 22.5px);
  }
}
.page-find .results-section .pagination-module {
  padding-top: 20px;
}

/*********************************************
:: Sold boats Page
********************************************/
@media (max-width: 640px) {
  .page-sold-boats .title-section {
    padding: 30px 0;
  }
}
.page-sold-boats .body-section {
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .page-sold-boats .body-section {
    padding-bottom: 60px;
  }
}
.page-sold-boats .body-section .sold-list {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .page-sold-boats .body-section .sold-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 41px;
  }
}
.page-sold-boats .body-section .sold-list article {
  position: relative;
  width: calc(50% - 10px);
}
@media (min-width: 1024px) {
  .page-sold-boats .body-section .sold-list article {
    width: calc(25% - 22.5px);
  }
}
.page-sold-boats .body-section .sold-list article .image {
  position: relative;
  display: block;
  margin: 0 0 20px;
}
.page-sold-boats .body-section .sold-list article .image img {
  filter: grayscale(100%);
  width: 100%;
  height: 200px;
}
.page-sold-boats .body-section .sold-list article h3 {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 20px;
  text-transform: uppercase;
}
.page-sold-boats .body-section .sold-list article .details {
  gap: 16px;
}
.page-sold-boats .body-section .sold-list article .details > * {
  margin: 0;
  font-size: 13.5px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
}
.page-sold-boats .body-section .sold-list article .details > *.location {
  display: flex;
  flex-wrap: wrap;
}
.page-sold-boats .body-section .sold-list article .details > *.location img {
  width: 13px;
  height: 16px;
  margin: 0 6px 0 1px;
}
.page-sold-boats .body-section .pagination-module {
  margin-top: 58px;
}

/*** our-people page ***/
.page-our-people .title-module {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .page-our-people .title-module {
    padding-bottom: 40px;
  }
}
.page-our-people .body-section {
  padding-bottom: 10px;
}
.page-our-people .body-section .toggle-filters {
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1.7px;
  line-height: 18px;
  text-transform: uppercase;
}
.page-our-people .body-section .toggle-filters:hover {
  color: currentcolor;
}
.page-our-people .body-section .tabs .tabs-row .tab-btn.loc {
  width: auto;
  height: 46px;
  padding: 0 24px !important;
  border-radius: 23px;
}
.page-our-people .body-section .tabs .tabs-row .tab-btn.loc .loc-ico {
  display: inline-block;
  width: 11px;
  height: 14px;
  margin-right: 5px;
  background: url("/images/loc-tab-ico.png") no-repeat center center;
}

/*** warranty page ***/
.page-warranty h2, .page-warranty legend, .page-warranty p {
  margin: 0;
  padding: 0;
}
.page-warranty .body-section {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page-warranty .body-section {
    padding-bottom: 100px;
  }
}
.page-warranty .body-section .text-grp {
  max-width: 960px;
  width: 100%;
}
.page-warranty .body-section .text-grp:not(:last-child) {
  margin-bottom: 40px;
}
.page-warranty .body-section .text-grp h2, .page-warranty .body-section .text-grp legend {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  color: #222428;
}
.page-warranty .body-section .text-grp p {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-warranty .body-section .text-grp p:not(:last-child) {
  margin-bottom: 12px;
}

/*** boat-detail page ***/
.page-boat-detail .title-module {
  padding: 46px 0 50px 0;
}
.page-boat-detail .title-module h1 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  color: #30333B;
}
@media (min-width: 768px) {
  .page-boat-detail .title-module h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 38px;
  }
}
.page-boat-detail .body-section {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section {
    padding-bottom: 80px;
  }
}
.page-boat-detail .body-section h3, .page-boat-detail .body-section li, .page-boat-detail .body-section p, .page-boat-detail .body-section a {
  margin: 0;
  padding: 0;
}
.page-boat-detail .body-section .showcase-sect .left, .page-boat-detail .body-section .showcase-sect .right {
  width: 100%;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .showcase-sect .left {
    max-width: 820px;
    width: 64%;
  }
}
.page-boat-detail .body-section .showcase-sect .left .enlarge-img {
  position: fixed;
  margin-left: 765px;
  bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #FFF;
  z-index: 1;
}
.page-boat-detail .body-section .showcase-sect .left .enlarge-img.m-hidden {
  display: none;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .showcase-sect .left .enlarge-img.m-hidden {
    display: flex;
  }
}
.page-boat-detail .body-section .showcase-sect .left .slick-slide .thumbnail-wrap > img {
  width: 100%;
  max-height: 546px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .page-boat-detail .body-section .showcase-sect .left .slick-slide .thumbnail-wrap > img {
    width: 100%;
    max-height: 435px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-boat-detail .body-section .showcase-sect .left .enlarge-img {
    margin-left: 1180px;
    bottom: 14px;
  }
}
@media (max-width: 768px) {
  .page-boat-detail .body-section .showcase-sect .left .slick-slide .thumbnail-wrap > img {
    width: 100%;
    max-height: 335px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-boat-detail .body-section .showcase-sect .left .enlarge-img {
    margin-left: 855px;
    bottom: 14px;
  }
}
@media (max-width: 450px) {
  .page-boat-detail .body-section .showcase-sect .left .slick-slide .thumbnail-wrap > img {
    width: 100%;
    max-height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-boat-detail .body-section .showcase-sect .left .enlarge-img {
    margin-left: 720px;
    bottom: 14px;
  }
}
@media (max-width: 375px) {
  .page-boat-detail .body-section .showcase-sect .left .slick-slide .thumbnail-wrap > img {
    width: 100%;
    max-height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-boat-detail .body-section .showcase-sect .left .enlarge-img {
    margin-left: 625px;
    bottom: 14px;
  }
}
@media (max-width: 325px) {
  .page-boat-detail .body-section .showcase-sect .left .slick-slide .thumbnail-wrap > img {
    width: 100%;
    max-height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-boat-detail .body-section .showcase-sect .left .enlarge-img {
    margin-left: 510px;
    bottom: 14px;
  }
}
.page-boat-detail .body-section .showcase-sect .left .custom-arrow {
  top: 50%;
}
.page-boat-detail .body-section .showcase-sect .left .mainSlideshow .custom-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  width: 50px;
  height: 80px;
  background-color: #ED1E23;
}
.page-boat-detail .body-section .showcase-sect .left .mainSlideshow .custom-arrow::before {
  content: "";
}
.page-boat-detail .body-section .showcase-sect .left .mainSlideshow .custom-arrow.disabled {
  opacity: 0.35;
}
.page-boat-detail .body-section .showcase-sect .left .mainSlideshow .prev.custom-arrow {
  left: 0;
}
.page-boat-detail .body-section .showcase-sect .left .mainSlideshow .prev.custom-arrow img {
  transform: scaleX(-1);
}
.page-boat-detail .body-section .showcase-sect .left .mainSlideshow .prev.custom-arrow::before {
  margin-top: 0;
}
.page-boat-detail .body-section .showcase-sect .left .mainSlideshow .next.custom-arrow {
  right: 0;
}
.page-boat-detail .body-section .showcase-sect .left .thumbnailSlideshow {
  margin: 0 -6px;
  padding-top: 10px;
  text-align: left;
  width: auto;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .showcase-sect .left .thumbnailSlideshow {
    position: relative;
    bottom: 0;
    right: 0;
    padding-top: 21px;
  }
}
.page-boat-detail .body-section .showcase-sect .left .thumbnailSlideshow .slick-list .thumbnail-indicator {
  padding: 0 6px;
}
.page-boat-detail .body-section .showcase-sect .left .thumbnailSlideshow .slick-list .thumbnail-indicator img {
  width: 100%;
  height: 70px;
  border: 1px solid transparent;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .showcase-sect .left .thumbnailSlideshow .slick-list .thumbnail-indicator img {
    width: 100%;
    height: 70px;
  }
}
.page-boat-detail .body-section .showcase-sect .left .thumbnailSlideshow .slick-list .slick-current .thumbnail-indicator img {
  border-color: #ED1E23;
}
.page-boat-detail .body-section .showcase-sect .left .slick-dots {
  position: relative;
  bottom: 0;
  right: 0;
}
.page-boat-detail .body-section .showcase-sect .left .slick-dots li .thumbnail-indicator img {
  width: 77px;
  height: 51px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .showcase-sect .left .slick-dots li .thumbnail-indicator img {
    width: 100%;
    height: 70px;
  }
}
.page-boat-detail .body-section .showcase-sect .left .slick-dots li {
  margin-left: 9px;
  width: 77px;
  height: 53px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .showcase-sect .left .slick-dots li {
    width: 106px;
    height: auto;
    margin: 0 6px;
  }
}
.page-boat-detail .body-section .showcase-sect .left .slick-dots li.slick-active {
  border-color: #ED1E23;
}
.page-boat-detail .body-section .showcase-sect .right {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .page-boat-detail .body-section .showcase-sect .right {
    max-width: 410px;
    width: 32%;
  }
}
@media (min-width: 1160px) {
  .page-boat-detail .body-section .showcase-sect .right {
    margin-top: 0;
  }
}
.page-boat-detail .body-section .showcase-sect .right .location-tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 0 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-transform: uppercase;
  border: 1px solid #9B9B9B;
  border-radius: 23px;
  background-color: #FFF;
}
.page-boat-detail .body-section .showcase-sect .right .location-tag::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 13px;
  height: 28px;
  margin-right: 10px;
  background: url("/images/loc-tag-ico.svg") no-repeat center;
  background-size: contain;
}
.page-boat-detail .body-section .showcase-sect .right .location-tag.year::before {
  display: block;
  width: 14px;
  height: 16px;
  background: url("/images/calendar-ico.png") no-repeat center;
  background-size: cover;
}
.page-boat-detail .body-section .showcase-sect .right .location-tag.measure::before {
  display: block;
  width: 16px;
  height: 10px;
  background: url("/images/length-ico.png") no-repeat center;
  background-size: cover;
}
.page-boat-detail .body-section .showcase-sect .right .price-tag {
  margin-top: 30px;
}
.page-boat-detail .body-section .showcase-sect .right .price-tag h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  color: #ed1e23;
}
.page-boat-detail .body-section .showcase-sect .right .price-tag h3 .strikethrough {
  color: #222428;
  text-decoration: line-through;
  font-weight: normal;
}
.page-boat-detail .body-section .showcase-sect .right small {
  display: block;
  margin-top: 20px;
  line-height: 1.5;
}
.page-boat-detail .body-section .showcase-sect .right .wysiwyg {
  margin-top: 20px;
}
.page-boat-detail .body-section .showcase-sect .right .wysiwyg p {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-boat-detail .body-section .showcase-sect .right .btn-grp {
  margin-top: 30px;
}
.page-boat-detail .body-section .showcase-sect .right .btn-grp .button {
  min-width: auto;
  padding: 0 40px;
}
.page-boat-detail .body-section .showcase-sect .right .btn-grp .button.download {
  position: relative;
  width: 223px;
  height: 44px;
  padding: 0;
  padding-left: 20px;
  border: 1px solid #9B9B9B;
  border-radius: 21.5px;
}
.page-boat-detail .body-section .showcase-sect .right .btn-grp .button.download::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 17px;
  display: block;
  width: 14px;
  height: 15px;
  background: url("/images/download-ico.svg") no-repeat center;
  background-size: cover;
}
.page-boat-detail .body-section .showcase-sect .right .arrow-btn-grp .custom-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #222428;
  border-radius: 100%;
}
.page-boat-detail .body-section .showcase-sect .right .arrow-btn-grp .custom-arrow::before {
  content: url("/images/slider-arrow.svg");
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: normal;
  opacity: 1;
}
.page-boat-detail .body-section .showcase-sect .right .arrow-btn-grp .custom-arrow.disabled {
  opacity: 0.35;
}
.page-boat-detail .body-section .showcase-sect .right .arrow-btn-grp .prev.custom-arrow {
  top: unset;
  left: unset;
  right: 65px;
  bottom: -108px;
  transform: scaleX(-1);
}
.page-boat-detail .body-section .showcase-sect .right .arrow-btn-grp .prev.custom-arrow::before {
  margin-top: 0;
}
.page-boat-detail .body-section .showcase-sect .right .arrow-btn-grp .next.custom-arrow {
  top: unset;
  right: 15px;
  bottom: -128px;
}
.page-boat-detail .body-section .info-icons-sect {
  position: relative;
  width: 100%;
  margin-top: 80px;
  margin-left: -15px;
}
@media (max-width: 850px) {
  .page-boat-detail .body-section .info-icons-sect {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .page-boat-detail .body-section .info-icons-sect {
    margin-top: 40px;
  }
  .page-boat-detail .body-section .info-icons-sect:before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
  }
}
.page-boat-detail .body-section .info-icons-sect .info-icon {
  min-width: 80px;
  height: 116px;
}
@media (max-width: 320px) {
  .page-boat-detail .body-section .info-icons-sect .info-icon {
    min-width: 60px;
  }
}
.page-boat-detail .body-section .info-icons-sect .info-icon.year {
  background: url("/images/boat-detail/info-icon-1.png") no-repeat 0% 20%;
}
@media (max-width: 640px) {
  .page-boat-detail .body-section .info-icons-sect .info-icon.year {
    background: url("/images/boat-detail/info-icon-1.png") no-repeat 50% 20%;
    background-size: 63px;
  }
}
.page-boat-detail .body-section .info-icons-sect .info-icon.loa {
  background: url("/images/boat-detail/info-icon-2.png") no-repeat 0% 45%;
}
@media (max-width: 640px) {
  .page-boat-detail .body-section .info-icons-sect .info-icon.loa {
    background: url("/images/boat-detail/info-icon-2.png") no-repeat 50% 40%;
    background-size: 58px;
  }
}
.page-boat-detail .body-section .info-icons-sect .info-icon.beam {
  background: url("/images/boat-detail/info-icon-3.png") no-repeat 0% 43%;
}
@media (max-width: 640px) {
  .page-boat-detail .body-section .info-icons-sect .info-icon.beam {
    background: url("/images/boat-detail/info-icon-3.png") no-repeat 50% 36%;
    background-size: 58px;
  }
}
.page-boat-detail .body-section .info-icons-sect .info-icon.draft {
  background: url("/images/boat-detail/info-icon-4.png") no-repeat 80% 22%;
}
@media (max-width: 640px) {
  .page-boat-detail .body-section .info-icons-sect .info-icon.draft {
    background: url("/images/boat-detail/info-icon-4.png") no-repeat 50% 28%;
    background-size: 66px;
  }
}
.page-boat-detail .body-section .info-icons-sect .info-icon.engine {
  background: url("/images/boat-detail/info-icon-5.png") no-repeat 47% 35%;
}
.page-boat-detail .body-section .info-icons-sect .info-icon.weight {
  background: url("/images/boat-detail/info-icon-6.png") no-repeat 47% 24%;
}
.page-boat-detail .body-section .info-icons-sect .info-icon.capacity {
  background: url("/images/boat-detail/info-icon-7.png") no-repeat 92% 30%;
}
.page-boat-detail .body-section .info-icons-sect .info-icon.seating {
  background: url("/images/boat-detail/info-icon-8.png") no-repeat 48% 42%;
}
.page-boat-detail .body-section .info-icons-sect .info-icon h3 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #404042;
}
.page-boat-detail .body-section .info-icons-sect .info-icon p {
  margin-top: auto;
  min-height: 40px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #222428;
}
@media (max-width: 640px) {
  .page-boat-detail .body-section .info-icons-sect .info-icon p {
    font-size: 16px;
    letter-spacing: 1.78px;
    line-height: 20px;
  }
}
.page-boat-detail .body-section .tabs-sect {
  margin-top: 29px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .tabs-sect {
    margin-top: 60px;
  }
}
.page-boat-detail .body-section .tabs-sect .tabs-view {
  margin-top: 25px;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .tabs-list.sticky-tabs {
  max-width: 1290px;
  width: 100%;
  padding-top: 25px;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .tabs-list.sticky-tabs + .contents-wrap {
  padding-top: 88px;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .tabs-list ul {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .tabs-sect .tabs-view .tabs-list ul {
    width: 100%;
    overflow: hidden;
  }
}
.page-boat-detail .body-section .tabs-sect .tabs-view .tabs-list ul li {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .tabs-sect .tabs-view .tabs-list ul li {
    padding-bottom: 24px;
  }
}
.page-boat-detail .body-section .tabs-sect .tabs-view .tabs-list ul li.active {
  margin-bottom: -1px;
  border-bottom: 2px solid #ed1e23;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .tabs-list ul li.active a {
  color: #222428;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .tabs-list ul li a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 20px;
  white-space: nowrap;
  color: rgba(34, 36, 40, 0.35);
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap {
  margin-top: 34px;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .description {
  max-width: 850px;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .description > * {
  margin: 0 0 20px;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .description > *:last-child {
  margin: 0;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .description ul, .page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .description ol {
  padding-left: 50px;
  list-style: unset;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .description ul li {
  list-style-type: disc;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .description p {
  margin: 0 0 20px;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .features, .page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .reviews, .page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .tour {
  margin-top: 80px;
}
@media (max-width: 640px) {
  .page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .features, .page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .reviews, .page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .tour {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .reviews.remove-padding {
    margin-bottom: -110px;
  }
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .captur3d-3d-tour {
  position: relative;
  padding-bottom: 80%;
  height: 0;
  max-width: 853px;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .captur3d-3d-tour {
    padding-bottom: 56.25%; /* 16:9 */
  }
}
@media (min-width: 1160px) {
  .page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .captur3d-3d-tour {
    padding-bottom: 37.21%;
  }
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .captur3d-3d-tour iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .features {
  max-width: 850px;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .features ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .features ul li {
  position: relative;
  padding-left: 14px;
  line-height: normal;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .features ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ed1e23;
}
.page-boat-detail .body-section .tabs-sect .tabs-view .contents-wrap .features ul li span {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-boat-detail .body-section .tabs-sect .btn-wrap {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .tabs-sect .btn-wrap {
    margin-top: 80px;
  }
}
.page-boat-detail .body-section .tabs-sect .btn-wrap .button {
  min-width: auto;
  padding: 0 40px;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap {
  min-height: auto;
  padding-bottom: 110px;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .custom-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #222428;
  border-radius: 100%;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .custom-arrow::before {
  content: url("/images/slider-arrow.svg");
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: normal;
  opacity: 1;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .prev.custom-arrow {
  top: unset;
  left: unset;
  right: 65px;
  bottom: -108px;
  transform: scaleX(-1);
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .prev.custom-arrow::before {
  margin-top: 0;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .next.custom-arrow {
  top: unset;
  right: 15px;
  bottom: -128px;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-prev.slick-disabled,
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-next.slick-disabled {
  opacity: 0.35;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-dots {
  width: 100%;
  text-align: center;
  margin: 0;
  padding-top: 40px;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-dots li {
  width: 33.3333333333%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #d9d9d9;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-dots li .custom-dot {
  width: 100%;
  padding-top: 24px;
  visibility: hidden;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-dots li .custom-dot p {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  color: rgba(34, 36, 40, 0.35);
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-dots li .custom-dot p span {
  color: #222428;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-dots li.slick-active {
  border-top: 2px solid #ed1e23;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-dots li.slick-active .custom-dot {
  visibility: visible;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-list {
  margin: 0 -15px;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-list .video-container {
  padding: 0 15px;
}
.page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-list .video-container iframe {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .page-boat-detail .body-section .tabs-sect .carousel-wrap .gallery-slideshow .slick-list .video-container iframe {
    height: 240px;
  }
}
.page-boat-detail .body-section .sell-sect {
  margin-top: 40px;
}
.page-boat-detail .body-section .sell-sect .sell-link h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  color: #ed1e23;
}
.page-boat-detail .body-section .sell-sect .sell-link a {
  min-width: auto;
  width: 126px;
  height: 46px;
}
.page-boat-detail .body-section .sell-sect .featured {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .sell-sect .featured {
    margin-top: 73px;
  }
}
.page-boat-detail .body-section .sell-sect .featured .title h3 {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .sell-sect .featured .title h3 {
    width: auto;
  }
}
.page-boat-detail .body-section .sell-sect .featured .title a {
  border: 1px solid #222428;
}
@media (min-width: 768px) {
  .page-boat-detail .body-section .sell-sect .featured .title a {
    margin-left: auto;
    border: 1px solid #ed1e23;
  }
}
.page-boat-detail .body-section .sell-sect .featured .list-wrap {
  margin-top: 40px;
}
.page-boat-detail .print-main-image {
  display: none;
}
@media print {
  .page-boat-detail .red-tag,
  .page-boat-detail .thumbnailSlideshow,
  .page-boat-detail .mainSlideshow,
  .page-boat-detail .location-tag,
  .page-boat-detail .info-icons-sect,
  .page-boat-detail .tabs-list,
  .page-boat-detail .btn-wrap,
  .page-boat-detail .btn-grp,
  .page-boat-detail .reviews,
  .page-boat-detail .tour,
  .page-boat-detail .sell-sect,
  .page-boat-detail .thumbnailSlideshow .slick-slide,
  .page-boat-detail .mainSlideshow .slick-slide {
    display: none !important;
  }
  .page-boat-detail .body-section .tabs-sect {
    border-bottom: 0 !important;
  }
  .page-boat-detail .print-main-image {
    display: block !important;
  }
}

@page {
  size: auto;
  margin: 5mm;
}
/*** brand-detail page ***/
.page-brand-detail h1, .page-brand-detail h2, .page-brand-detail legend, .page-brand-detail h3, .page-brand-detail p, .page-brand-detail li, .page-brand-detail a {
  margin: 0;
  padding: 0;
}
.page-brand-detail .banner-section .banner-wrap {
  position: relative;
}
.page-brand-detail .banner-section .banner-wrap .video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  pointer-events: none;
}
.page-brand-detail .banner-section .banner-wrap .video-container iframe {
  width: 300%;
  height: 150%;
  margin-top: -10%;
  margin-left: -100%;
}
.page-brand-detail .banner-section .banner-wrap img {
  width: 100%;
  height: 200px;
  margin: 0;
}
@media (min-width: 768px) {
  .page-brand-detail .banner-section .banner-wrap img {
    height: auto;
    max-height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-brand-detail .banner-section .banner-wrap .title-grp {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: rgba(34, 36, 40, 0.75);
}
@media (min-width: 768px) {
  .page-brand-detail .banner-section .banner-wrap .title-grp {
    position: absolute;
    left: 30px;
    bottom: 13px;
    max-width: 300px;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .page-brand-detail .banner-section .banner-wrap .title-grp {
    left: 30px;
    bottom: 30px;
    max-width: 500px;
    min-height: 267px;
    padding: 45px;
  }
}
.page-brand-detail .banner-section .banner-wrap .title-grp h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1024px) {
  .page-brand-detail .banner-section .banner-wrap .title-grp h1 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 6px;
    line-height: 45px;
  }
}
.page-brand-detail .banner-section .banner-wrap .title-grp p {
  margin: 20px 0 30px;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #fff;
}
.page-brand-detail .banner-section .banner-wrap .title-grp .link-down {
  display: block;
  width: 39px;
  height: 39px;
  background: url("/images/gallery-arrow.png") no-repeat center center;
  background-size: 14px 14px;
  border: 1px solid #FFF;
  border-radius: 100%;
  transform: rotate(90deg);
}
.page-brand-detail .body-section {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section {
    padding-top: 100px;
  }
}
.page-brand-detail .body-section .brand-info .left, .page-brand-detail .body-section .brand-info .right {
  width: 100%;
}
.page-brand-detail .body-section .brand-info .left {
  text-align: center;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .brand-info .left {
    max-width: 410px;
    text-align: left;
  }
}
.page-brand-detail .body-section .brand-info .left .brand-logo {
  width: 310px;
  height: 60px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .brand-info .left .brand-logo {
    margin: 0;
  }
}
.page-brand-detail .body-section .brand-info .left .txt-grp {
  margin-top: 50px;
}
.page-brand-detail .body-section .brand-info .left .txt-grp h2, .page-brand-detail .body-section .brand-info .left .txt-grp legend {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  color: #222428;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .brand-info .left .txt-grp h2, .page-brand-detail .body-section .brand-info .left .txt-grp legend {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 32px;
  }
}
.page-brand-detail .body-section .brand-info .left .txt-grp p {
  margin-top: 24px;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .page-brand-detail .body-section .brand-info .right {
    max-width: 740px;
  }
}
.page-brand-detail .body-section .brand-info .right img {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .brand-info .right img {
    margin-top: 0;
  }
}
.page-brand-detail .body-section .boats-list {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .boats-list {
    padding-top: 96px;
  }
}
.page-brand-detail .body-section .boats-list .tabs-view .tabs-list ul {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .boats-list .tabs-view .tabs-list ul {
    width: 100%;
    overflow: hidden;
  }
}
.page-brand-detail .body-section .boats-list .tabs-view .tabs-list ul li {
  padding-bottom: 20px;
}
.page-brand-detail .body-section .boats-list .tabs-view .tabs-list ul li.active {
  margin-bottom: -1px;
  border-bottom: 3px solid #ed1e23;
}
.page-brand-detail .body-section .boats-list .tabs-view .tabs-list ul li.active a {
  color: #222428;
}
.page-brand-detail .body-section .boats-list .tabs-view .tabs-list ul li a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 20px;
  white-space: nowrap;
  color: rgba(34, 36, 40, 0.35);
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .boats-list .tabs-view .contents-wrap {
    padding-top: 50px;
  }
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap {
    padding-bottom: 60px;
  }
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article {
    width: calc(33.3333333333% - 20px);
  }
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article a {
  width: 100%;
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 220px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article img {
    height: 150px;
  }
}
@media (min-width: 1024px) {
  .page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article img {
    height: 220px;
  }
}
@media (min-width: 1160px) {
  .page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article img {
    height: 274px;
  }
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .txt-grp {
  margin-top: 30px;
  padding-bottom: 30px;
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .txt-grp .type {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  color: #26282D;
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .txt-grp h3 {
  margin: 16px 0 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  color: #ed1e23;
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .txt-grp p {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .btn-wrap {
  margin-top: auto;
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .btn-wrap a {
  width: 173px;
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .view-more {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .view-more {
    margin-top: 50px;
  }
}
.page-brand-detail .body-section .boats-list .tabs-view .contents-wrap .view-more a {
  min-width: auto;
  width: 134px;
  height: 46px;
}
.page-brand-detail .body-section .brand-articles .row-vertical {
  padding-bottom: 40px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .brand-articles .row-vertical {
    padding-bottom: 100px;
    margin-top: 100px;
  }
}
.page-brand-detail .body-section .brand-articles .row-vertical .left, .page-brand-detail .body-section .brand-articles .row-vertical .right {
  width: 100%;
}
.page-brand-detail .body-section .brand-articles .row-vertical .left .txt-grp, .page-brand-detail .body-section .brand-articles .row-vertical .right .txt-grp {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .brand-articles .row-vertical .left .txt-grp, .page-brand-detail .body-section .brand-articles .row-vertical .right .txt-grp {
    margin-top: 40px;
  }
}
.page-brand-detail .body-section .brand-articles .row-vertical .left .txt-grp p, .page-brand-detail .body-section .brand-articles .row-vertical .right .txt-grp p {
  font-size: 13.5px;
  letter-spacing: 0.3px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .page-brand-detail .body-section .brand-articles .row-vertical .left {
    max-width: 500px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .brand-articles .row-vertical .left.left-padding {
    padding-left: 8px;
  }
}
.page-brand-detail .body-section .brand-articles .row-vertical .left .txt-grp p {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .page-brand-detail .body-section .brand-articles .row-vertical .right {
    max-width: 740px;
  }
}
.page-brand-detail .body-section .brand-articles .row-vertical .right.right-overflow {
  margin-right: -18px;
}
.page-brand-detail .body-section .brand-articles .row-vertical .right .txt-grp p {
  margin-top: 24px;
  max-width: 630px;
}
.page-brand-detail .body-section .brand-articles .articles-grp {
  padding: 20px 0;
  background-color: #F9F9F9;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .brand-articles .articles-grp {
    margin-top: 0;
    padding: 100px 0;
  }
}
.page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal .left, .page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal .right {
  width: 100%;
}
.page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal .left .txt-grp, .page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal .right .txt-grp {
  margin-top: 20px;
}
.page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal .left .txt-grp h3, .page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal .right .txt-grp h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal .left .txt-grp h3, .page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal .right .txt-grp h3 {
    margin-bottom: 24px;
  }
}
.page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal .left .txt-grp p, .page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal .right .txt-grp p {
  margin-bottom: 18px;
  font-size: 13.5px;
  letter-spacing: 0.3px;
  line-height: 18px;
}
@media (max-width: 640px) {
  .page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal.img-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal.img-right .left {
    max-width: 410px;
  }
  .page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal.img-right .right {
    max-width: 740px;
  }
  .page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal.img-left .left {
    max-width: 740px;
  }
  .page-brand-detail .body-section .brand-articles .articles-grp .row-horizontal.img-left .right {
    max-width: 410px;
  }
}

/*************************************   */
.page-brand-detail-v2 h1, .page-brand-detail-v2 h2, .page-brand-detail-v2 legend, .page-brand-detail-v2 h3, .page-brand-detail-v2 p, .page-brand-detail-v2 li, .page-brand-detail-v2 a {
  margin: 0;
  padding: 0;
}
.page-brand-detail-v2 .banner-section .banner-wrap {
  position: relative;
}
.page-brand-detail-v2 .banner-section .banner-wrap .video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  pointer-events: none;
}
.page-brand-detail-v2 .banner-section .banner-wrap .video-container iframe {
  width: 300%;
  height: 150%;
  margin-top: -10%;
  margin-left: -100%;
}
.page-brand-detail-v2 .banner-section .banner-wrap img {
  width: 100%;
  height: 200px;
  margin: 0;
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .banner-section .banner-wrap img {
    height: auto;
    max-height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-brand-detail-v2 .banner-section .banner-wrap .title-grp {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: rgba(34, 36, 40, 0.75);
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .banner-section .banner-wrap .title-grp {
    position: absolute;
    left: 30px;
    bottom: 13px;
    max-width: 300px;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .page-brand-detail-v2 .banner-section .banner-wrap .title-grp {
    left: 30px;
    bottom: 30px;
    max-width: 500px;
    min-height: 267px;
    padding: 45px;
  }
}
.page-brand-detail-v2 .banner-section .banner-wrap .title-grp h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1024px) {
  .page-brand-detail-v2 .banner-section .banner-wrap .title-grp h1 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 6px;
    line-height: 45px;
  }
}
.page-brand-detail-v2 .banner-section .banner-wrap .title-grp p {
  margin: 20px 0 30px;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #fff;
}
.page-brand-detail-v2 .banner-section .banner-wrap .title-grp .link-down {
  display: block;
  width: 39px;
  height: 39px;
  background: url("/images/gallery-arrow.png") no-repeat center center;
  background-size: 14px 14px;
  border: 1px solid #FFF;
  border-radius: 100%;
  transform: rotate(90deg);
}
.page-brand-detail-v2 .body-section {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .body-section {
    padding-bottom: 100px;
  }
}
.page-brand-detail-v2 .body-section .brand-info .top, .page-brand-detail-v2 .body-section .brand-info .bottom {
  width: 100%;
}
.page-brand-detail-v2 .body-section .brand-info .top {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .body-section .brand-info .top {
    padding: 80px 0 100px;
  }
}
.page-brand-detail-v2 .body-section .brand-info .top .brand-logo {
  width: 310px;
  height: 60px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .body-section .brand-info .top .brand-logo {
    margin: 0;
  }
}
.page-brand-detail-v2 .body-section .brand-info .top .txt-grp {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .body-section .brand-info .top .txt-grp {
    max-width: 628px;
  }
}
.page-brand-detail-v2 .body-section .brand-info .top .txt-grp h2, .page-brand-detail-v2 .body-section .brand-info .top .txt-grp legend {
  max-width: 410px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.page-brand-detail-v2 .body-section .brand-info .top .txt-grp p {
  margin-top: 24px;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  text-align: center;
}
.page-brand-detail-v2 .body-section .brand-info .bottom {
  width: 100%;
}
.page-brand-detail-v2 .body-section .brand-info .bottom img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .body-section .brand-info .bottom img {
    height: auto;
  }
}
.page-brand-detail-v2 .body-section .boats-list {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .body-section .boats-list {
    padding-top: 76px;
  }
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .tabs-list ul {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .body-section .boats-list .tabs-view .tabs-list ul {
    width: 100%;
    overflow: hidden;
  }
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .tabs-list ul li {
  padding-bottom: 10px;
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .tabs-list ul li.active {
  margin-bottom: -1px;
  border-bottom: 3px solid #ed1e23;
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .tabs-list ul li.active a {
  color: #222428;
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .tabs-list ul li a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 20px;
  white-space: nowrap;
  color: rgba(34, 36, 40, 0.35);
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article {
    height: 252px;
    padding: 0;
  }
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .image-advanced {
  max-width: 410px;
  width: 33%;
}
@media (min-width: 1024px) {
  .page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .image-advanced img {
    width: 100%;
    height: 230px;
  }
}
@media (min-width: 1160px) {
  .page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .image-advanced img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 640px) {
  .page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .image-advanced img {
    margin: 0 0 20px;
  }
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .txt-grp {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 410px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .txt-grp {
    align-items: flex-start;
    margin-left: 50px;
    width: 50%;
    padding-right: 25px;
  }
}
@media (min-width: 1160px) {
  .page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .txt-grp {
    margin-left: 140px;
  }
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .txt-grp h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  color: #ed1e23;
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .txt-grp p {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .btn-wrap {
  margin-top: 20px;
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .btn-wrap a {
  width: 173px;
}
@media (max-width: 640px) {
  .page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .list-wrap article .btn-wrap {
    text-align: center;
  }
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .view-more {
  margin-top: 50px;
}
.page-brand-detail-v2 .body-section .boats-list .tabs-view .contents-wrap .view-more a {
  min-width: auto;
  width: 134px;
  height: 46px;
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .body-section .brand-articles .row-vertical {
    padding-bottom: 100px;
    margin-top: 100px;
  }
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical .left, .page-brand-detail-v2 .body-section .brand-articles .row-vertical .right {
  width: 100%;
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical .left .txt-grp, .page-brand-detail-v2 .body-section .brand-articles .row-vertical .right .txt-grp {
  margin-top: 40px;
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical .left .txt-grp h3, .page-brand-detail-v2 .body-section .brand-articles .row-vertical .right .txt-grp h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-transform: uppercase;
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical .left .txt-grp p, .page-brand-detail-v2 .body-section .brand-articles .row-vertical .right .txt-grp p {
  font-size: 13.5px;
  letter-spacing: 0.3px;
  line-height: 18px;
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical .left {
  position: relative;
}
@media (min-width: 1024px) {
  .page-brand-detail-v2 .body-section .brand-articles .row-vertical .left {
    max-width: 380px;
  }
}
@media (min-width: 1160px) {
  .page-brand-detail-v2 .body-section .brand-articles .row-vertical .left {
    max-width: 480px;
  }
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical .left img {
  max-width: 410px;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-brand-detail-v2 .body-section .brand-articles .row-vertical .left img {
    max-width: 310px;
  }
}
@media (min-width: 1160px) {
  .page-brand-detail-v2 .body-section .brand-articles .row-vertical .left img {
    max-width: 410px;
  }
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical .left h3 {
  position: relative;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .page-brand-detail-v2 .body-section .brand-articles .row-vertical .left h3 {
    margin-top: 70px;
  }
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical .left h3.red-underscore::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ED1E23;
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical .right {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .page-brand-detail-v2 .body-section .brand-articles .row-vertical .right {
    max-width: 740px;
    margin-top: 0;
    z-index: -1;
  }
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical .txt-block {
  width: 100%;
  padding: 40px;
  background-color: #FFF;
  box-shadow: 0 2px 25px 0 rgba(34, 36, 40, 0.1);
}
@media (min-width: 1024px) {
  .page-brand-detail-v2 .body-section .brand-articles .row-vertical .txt-block {
    position: absolute;
    top: 0;
    right: -370px;
    width: 410px;
    height: 272px;
  }
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical .txt-block h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
}
.page-brand-detail-v2 .body-section .brand-articles .row-vertical .txt-block p {
  margin-top: 24px;
  font-size: 13.5px;
  letter-spacing: 0.3px;
  line-height: 18px;
}
.page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .left, .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .right {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .left, .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .right {
    width: 50%;
  }
}
.page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .left .txt-grp, .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .right .txt-grp {
  margin-top: 16px;
}
.page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .left .txt-grp h3, .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .right .txt-grp h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .left .txt-grp h3, .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .right .txt-grp h3 {
    word-break: break-word;
  }
}
.page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .left .txt-grp p, .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .right .txt-grp p {
  font-size: 13.5px;
  letter-spacing: 0.3px;
  line-height: 18px;
}
.page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .left .txt-grp p:not(:last-child), .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal .right .txt-grp p:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 640px) {
  .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal.img-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal.img-right .left {
    max-width: 410px;
  }
  .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal.img-right .right {
    max-width: 740px;
  }
  .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal.img-left .left {
    max-width: 740px;
  }
  .page-brand-detail-v2 .body-section .brand-articles .articles-grp .row-horizontal.img-left .right {
    max-width: 410px;
  }
}

/*********************************************
:: Testimonials Page
********************************************/
.page-testimonials .title-section {
  padding: 39px 0 60px;
}
@media (max-width: 640px) {
  .page-testimonials .title-section {
    padding: 30px 0;
  }
}
.page-testimonials .title-section hr {
  background-color: #d9d9d9;
  margin: 60px 0 0;
}
@media (max-width: 640px) {
  .page-testimonials .title-section hr {
    margin: 30px 0 0;
  }
}
.page-testimonials .body-section {
  padding-bottom: 70px;
}
@media (max-width: 640px) {
  .page-testimonials .body-section {
    padding-bottom: 30px;
  }
}
.page-testimonials .body-section article {
  position: relative;
  width: calc(50% - 15px);
  padding: 30px 30px 40px;
  margin: 0 0 30px;
  box-shadow: 0 2px 25px rgba(34, 36, 40, 0.1);
  border-radius: 3px;
}
@media (max-width: 640px) {
  .page-testimonials .body-section article {
    width: 100%;
  }
}
.page-testimonials .body-section article:before {
  content: url("/images/google.png");
  position: absolute;
  top: 30px;
  right: 30px;
}
.page-testimonials .body-section article h5 {
  margin: 0 0 12px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
}
.page-testimonials .body-section article h6 {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  text-transform: uppercase;
}
.page-testimonials .body-section article .wysiwyg {
  margin: 20px 0;
}
.page-testimonials .body-section article .wysiwyg p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.page-testimonials .body-section article .button {
  min-width: 173px;
}

/*********************************************
:: Servicing Page
********************************************/
.page-servicing .title-section {
  padding: 39px 0 60px;
}
@media (max-width: 640px) {
  .page-servicing .title-section {
    padding: 30px 0;
  }
}
.page-servicing .title-section hr {
  background-color: #d9d9d9;
  margin: 60px 0 0;
}
@media (max-width: 640px) {
  .page-servicing .title-section hr {
    margin: 30px 0 0;
  }
}
.page-servicing .body-section {
  padding-bottom: 20px;
}
.page-servicing .body-section article {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 80px;
  gap: 80px;
}
@media (max-width: 768px) {
  .page-servicing .body-section article {
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .page-servicing .body-section article {
    margin: 0 0 40px;
  }
}
.page-servicing .body-section article .image {
  max-width: 580px;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-servicing .body-section article .image {
    max-width: 40%;
  }
}
@media (max-width: 640px) {
  .page-servicing .body-section article .image {
    max-width: 100%;
  }
}
.page-servicing .body-section article .image img {
  width: 100%;
}
.page-servicing .body-section article .text {
  flex: 1;
}
@media (max-width: 640px) {
  .page-servicing .body-section article .text {
    width: 100%;
  }
}
.page-servicing .body-section article .text h5 {
  margin: 0 0 24px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
}
.page-servicing .body-section article .text .wysiwyg {
  margin: 0 0 29px;
}
.page-servicing .body-section article .text .wysiwyg p, .page-servicing .body-section article .text .wysiwyg li {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.page-servicing .body-section article .text .address, .page-servicing .body-section article .text .phone, .page-servicing .body-section article .text .email {
  display: block;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 18px;
  text-transform: uppercase;
}
.page-servicing .body-section article .text .phone, .page-servicing .body-section article .text .email {
  color: #ed1e23;
}
.page-servicing .body-section article .text .buttons {
  margin: 31px 0 0;
  gap: 20px;
}
.page-servicing .body-section article .text .buttons .red.button {
  min-width: 192px;
}
.page-servicing .body-section article .text .buttons .button {
  text-transform: uppercase;
}

/***** sell-a-boat, parts page ******/
.page-sell-boat .title-section, .page-parts .title-section {
  padding-top: 40px;
}
.page-sell-boat .title-section h1, .page-parts .title-section h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  color: #222428;
}
.page-sell-boat .title-section p, .page-parts .title-section p {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-sell-boat .title-section a, .page-parts .title-section a {
  text-decoration: underline;
}
.page-sell-boat .brand-logos .logo-wrap, .page-parts .brand-logos .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
}
@media (min-width: 768px) {
  .page-sell-boat .brand-logos .logo-wrap, .page-parts .brand-logos .logo-wrap {
    width: calc(16.6666666667% - 25px);
  }
}
.page-sell-boat .brand-logos .logo-wrap img, .page-parts .brand-logos .logo-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page-sell-boat .body-section, .page-parts .body-section {
  margin-top: 20px;
}
.page-sell-boat .body-section .inner-wrap, .page-parts .body-section .inner-wrap {
  padding: 60px 0 70px;
  border-top: 1px solid #D9D9D9;
}
.page-sell-boat .body-section .inner-wrap .left, .page-sell-boat .body-section .inner-wrap .right, .page-parts .body-section .inner-wrap .left, .page-parts .body-section .inner-wrap .right {
  width: 100%;
}
.page-sell-boat .body-section .inner-wrap .left, .page-parts .body-section .inner-wrap .left {
  max-width: 560px;
}
.page-sell-boat .body-section .inner-wrap .left form .form-field, .page-parts .body-section .inner-wrap .left form .form-field {
  padding-bottom: 30px;
}
.page-sell-boat .body-section .inner-wrap .left form .form-field.last, .page-parts .body-section .inner-wrap .left form .form-field.last {
  padding-bottom: 16px;
}
.page-sell-boat .body-section .inner-wrap .left form .form-fields-stack, .page-parts .body-section .inner-wrap .left form .form-fields-stack {
  width: auto;
  margin: 0 -10px;
}
.page-sell-boat .body-section .inner-wrap .left form .form-fields-stack .form-field, .page-parts .body-section .inner-wrap .left form .form-fields-stack .form-field {
  margin-left: 10px;
  margin-right: 10px;
}
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area, .page-parts .body-section .inner-wrap .left form .input-drop-area {
  width: 100%;
  height: 100px;
  margin-top: 20px;
  border: 1px solid #9B9B9B;
  border-radius: 6px;
  background-color: #FFF;
}
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area .txt-grp, .page-parts .body-section .inner-wrap .left form .input-drop-area .txt-grp {
  position: relative;
}
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area .txt-grp > *:not(.material-icons), .page-parts .body-section .inner-wrap .left form .input-drop-area .txt-grp > *:not(.material-icons) {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area label, .page-parts .body-section .inner-wrap .left form .input-drop-area label {
  text-transform: none;
  color: #ED1E23;
}
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area span:not(.material-icons), .page-parts .body-section .inner-wrap .left form .input-drop-area span:not(.material-icons) {
  white-space: pre;
  color: #9ca3af;
}
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area #file-elem,
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area #file-elem-1,
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area #file-elem-2, .page-parts .body-section .inner-wrap .left form .input-drop-area #file-elem,
.page-parts .body-section .inner-wrap .left form .input-drop-area #file-elem-1,
.page-parts .body-section .inner-wrap .left form .input-drop-area #file-elem-2 {
  display: none;
}
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area .attach-ico, .page-parts .body-section .inner-wrap .left form .input-drop-area .attach-ico {
  position: absolute;
  top: -3px;
  left: -25px;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  color: #D0D0D3;
}
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area + .status-bar, .page-parts .body-section .inner-wrap .left form .input-drop-area + .status-bar {
  margin-top: 20px;
}
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area + .status-bar span, .page-parts .body-section .inner-wrap .left form .input-drop-area + .status-bar span {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #323233;
}
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area + .status-bar span.grey, .page-parts .body-section .inner-wrap .left form .input-drop-area + .status-bar span.grey {
  font-weight: 600;
  color: rgba(50, 50, 51, 0.5);
}
.page-sell-boat .body-section .inner-wrap .left form .input-drop-area + .status-bar .remove-file, .page-parts .body-section .inner-wrap .left form .input-drop-area + .status-bar .remove-file {
  margin-left: 30px;
  display: block;
  width: 9px;
  height: 9px;
  background: url("/images/remove-file-ico.png") no-repeat center center;
  opacity: 0.5;
}
.page-sell-boat .body-section .inner-wrap .left form .submit-btn .button, .page-parts .body-section .inner-wrap .left form .submit-btn .button {
  min-width: auto;
  width: 111px;
  height: 46px;
  text-transform: uppercase;
}
.page-sell-boat .body-section .inner-wrap .right, .page-parts .body-section .inner-wrap .right {
  max-width: 630px;
}
@media (min-width: 768px) {
  .page-sell-boat .body-section .inner-wrap .right, .page-parts .body-section .inner-wrap .right {
    margin-left: 30px;
  }
}
.page-sell-boat .body-section .inner-wrap .right .media-wrap, .page-parts .body-section .inner-wrap .right .media-wrap {
  width: 100%;
}
.page-sell-boat .body-section .inner-wrap .right .media-wrap img, .page-parts .body-section .inner-wrap .right .media-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-sell-boat .body-section .inner-wrap .right .media-wrap .video-container, .page-parts .body-section .inner-wrap .right .media-wrap .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.page-sell-boat .body-section .inner-wrap .right .media-wrap #ytplayer, .page-parts .body-section .inner-wrap .right .media-wrap #ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page-parts .body-section {
  margin-top: 30px;
}
.page-parts .body-section form .label-wrap label {
  margin: 0;
}
.page-parts .body-section form .tooltip {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  border-radius: 100%;
  background-color: #ED1E23;
}
.page-parts .body-section form .tooltip span {
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 12px;
  color: #fff;
}

/*** our-story page ***/
.page-our-story .title-section {
  padding: 39px 0 60px;
}
.page-our-story .title-section h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  color: #222428;
}
.page-our-story .title-section p {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-our-story .body-section h3, .page-our-story .body-section h2, .page-our-story .body-section legend, .page-our-story .body-section p, .page-our-story .body-section a {
  margin: 0;
  padding: 0;
}
.page-our-story .body-section .story-wrap {
  padding: 10px 0 60px;
  border-top: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .page-our-story .body-section .story-wrap {
    padding: 57px 0 29px;
  }
}
.page-our-story .body-section .story-wrap .story-row {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .page-our-story .body-section .story-wrap .story-row {
    padding-top: 3px;
  }
}
.page-our-story .body-section .story-wrap .story-row .row-left, .page-our-story .body-section .story-wrap .story-row .row-right {
  width: 100%;
}
.page-our-story .body-section .story-wrap .story-row .row-left {
  max-width: 190px;
}
.page-our-story .body-section .story-wrap .story-row .row-left .timeline-bar .tag-year {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-our-story .body-section .story-wrap .story-row .row-left .timeline-bar .tag-year {
    margin-bottom: 8px;
  }
}
.page-our-story .body-section .story-wrap .story-row .row-left .timeline-bar .tag-year h2, .page-our-story .body-section .story-wrap .story-row .row-left .timeline-bar .tag-year legend {
  width: 90px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  color: #222428;
}
.page-our-story .body-section .story-wrap .story-row .row-left .timeline-bar .tag-year .red-bar {
  display: inline-block;
  width: 70px;
  height: 2px;
  margin-top: 4px;
  background-color: #ED1E23;
}
.page-our-story .body-section .story-wrap .story-row .row-right {
  max-width: 1070px;
}
.page-our-story .body-section .story-wrap .story-row .row-right article, .page-our-story .body-section .story-wrap .story-row .row-right .img-wrap {
  width: 100%;
}
.page-our-story .body-section .story-wrap .story-row .row-right article {
  max-width: 410px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .page-our-story .body-section .story-wrap .story-row .row-right article {
    padding-bottom: 71px;
  }
}
.page-our-story .body-section .story-wrap .story-row .row-right article .txt-grp {
  margin-top: 40px;
}
.page-our-story .body-section .story-wrap .story-row .row-right article .txt-grp h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  color: #222428;
}
.page-our-story .body-section .story-wrap .story-row .row-right article .txt-grp p {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-our-story .body-section .story-wrap .story-row .row-right .img-wrap {
  max-width: 610px;
}
.page-our-story .body-section .story-wrap .story-row:last-child .timeline-bar img {
  display: none;
}

/*** brand-model-detail page ***/
.page-brand-model-detail h1, .page-brand-model-detail h2, .page-brand-model-detail legend, .page-brand-model-detail h3, .page-brand-model-detail p, .page-brand-model-detail li, .page-brand-model-detail a {
  margin: 0;
  padding: 0;
}
.page-brand-model-detail h2.w-red-line, .page-brand-model-detail legend.w-red-line {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 19px;
}
.page-brand-model-detail h2.w-red-line::before, .page-brand-model-detail legend.w-red-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ED1E23;
}
.page-brand-model-detail h2.w-red-line.centered::before, .page-brand-model-detail legend.w-red-line.centered::before {
  left: 22px;
}
.page-brand-model-detail .article-img {
  height: 218px;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-brand-model-detail .article-img {
    height: 354px;
  }
}
.page-brand-model-detail .small-img {
  height: 234px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-brand-model-detail .banner-section .banner-wrap {
  position: relative;
}
.page-brand-model-detail .banner-section .banner-wrap img {
  width: 100%;
  height: 200px;
  margin: 0;
}
@media (min-width: 768px) {
  .page-brand-model-detail .banner-section .banner-wrap img {
    height: auto;
    max-height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-brand-model-detail .banner-section .banner-wrap .video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  pointer-events: none;
}
.page-brand-model-detail .banner-section .banner-wrap .video-container iframe {
  width: 300%;
  height: 150%;
  margin-top: -10%;
  margin-left: -100%;
}
.page-brand-model-detail .banner-section .banner-wrap .title-grp {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: rgba(34, 36, 40, 0.75);
}
@media (min-width: 768px) {
  .page-brand-model-detail .banner-section .banner-wrap .title-grp {
    position: absolute;
    left: 30px;
    bottom: 13px;
    max-width: 300px;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .page-brand-model-detail .banner-section .banner-wrap .title-grp {
    left: 30px;
    bottom: 30px;
    max-width: 500px;
    min-height: 280px;
    padding: 45px;
  }
}
.page-brand-model-detail .banner-section .banner-wrap .title-grp h1 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1024px) {
  .page-brand-model-detail .banner-section .banner-wrap .title-grp h1 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 6px;
    line-height: 45px;
  }
}
.page-brand-model-detail .banner-section .banner-wrap .title-grp p:not(.type) {
  margin: 20px 0;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #fff;
}
.page-brand-model-detail .banner-section .banner-wrap .title-grp .type {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.page-brand-model-detail .banner-section .banner-wrap .title-grp .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 318px;
  width: 100%;
  height: 58px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 29px;
}
.page-brand-model-detail .brand-article {
  padding: 40px 0 60px;
}
@media (min-width: 768px) {
  .page-brand-model-detail .brand-article {
    padding: 100px 0;
  }
}
.page-brand-model-detail .brand-article .left, .page-brand-model-detail .brand-article .right {
  width: 100%;
}
.page-brand-model-detail .brand-article .left {
  max-width: 410px;
}
.page-brand-model-detail .brand-article .left .brand-logo img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-brand-model-detail .brand-article .left .brand-logo img {
    margin: 0;
  }
}
.page-brand-model-detail .brand-article .left .txt-grp {
  margin-top: 50px;
}
.page-brand-model-detail .brand-article .left .txt-grp h2, .page-brand-model-detail .brand-article .left .txt-grp legend {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  color: #222428;
}
@media (min-width: 768px) {
  .page-brand-model-detail .brand-article .left .txt-grp h2, .page-brand-model-detail .brand-article .left .txt-grp legend {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 32px;
  }
}
.page-brand-model-detail .brand-article .left .txt-grp ul, .page-brand-model-detail .brand-article .left .txt-grp ol {
  list-style: unset;
  padding-left: 20px;
}
.page-brand-model-detail .brand-article .left .txt-grp ul li, .page-brand-model-detail .brand-article .left .txt-grp ol li {
  list-style-type: unset;
}
.page-brand-model-detail .brand-article .left .txt-grp p {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-brand-model-detail .brand-article .left .txt-grp p:not(:last-child) {
  margin-bottom: 20px;
}
.page-brand-model-detail .brand-article .left .txt-grp .wysiwyg.small-txt p, .page-brand-model-detail .brand-article .left .txt-grp .wysiwyg.small-txt li {
  font-size: 13.5px;
  letter-spacing: 0.3px;
  line-height: 18px;
}
.page-brand-model-detail .brand-article .left .txt-grp .wysiwyg.small-txt :last-child {
  margin: 0;
}
.page-brand-model-detail .brand-article .right {
  max-width: 740px;
}
.page-brand-model-detail .brand-gallery {
  padding: 40px 0;
  background-color: #F9F9F9;
}
@media (min-width: 768px) {
  .page-brand-model-detail .brand-gallery {
    padding: 99px 0 100px;
  }
}
.page-brand-model-detail .brand-gallery.expand-padding {
  padding: 40px 0;
}
@media (min-width: 830px) {
  .page-brand-model-detail .brand-gallery.expand-padding {
    padding: 99px 0 250px;
  }
}
@media (min-width: 1024px) {
  .page-brand-model-detail .brand-gallery.expand-padding {
    padding: 99px 0 220px;
  }
}
@media (min-width: 1160px) {
  .page-brand-model-detail .brand-gallery.expand-padding {
    padding: 99px 0 180px;
  }
}
.page-brand-model-detail .brand-gallery h2, .page-brand-model-detail .brand-gallery legend {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #222428;
}
.page-brand-model-detail .brand-gallery .gallery-wrap {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .page-brand-model-detail .brand-gallery .gallery-wrap {
    padding-bottom: 20px;
  }
}
.page-brand-model-detail .brand-gallery .gallery-wrap .carousel-wrap {
  min-height: auto;
  padding-bottom: 0;
}
.page-brand-model-detail .brand-gallery .gallery-wrap .carousel-wrap .slide-counter .counter-wrap {
  width: auto;
  text-align: center;
}
.page-brand-model-detail .brand-gallery .gallery-wrap .carousel-wrap .gallery-slideshow .thumbnail-wrap img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-brand-model-detail .brand-gallery .gallery-wrap .carousel-wrap .gallery-slideshow .thumbnail-wrap img {
    height: 600px;
  }
}
.page-brand-model-detail .brand-gallery .gallery-wrap .carousel-wrap .gallery-slideshow .slick-dots {
  bottom: unset;
  top: calc(100% + 60px);
  min-height: auto;
  padding-top: 0;
  text-align: center;
}
.page-brand-model-detail .brand-gallery .gallery-wrap .carousel-wrap .gallery-slideshow .slick-dots li {
  margin: 0 5px;
  width: 80px;
  height: auto;
  border: 1px solid rgba(34, 36, 40, 0.35);
}
.page-brand-model-detail .brand-gallery .gallery-wrap .carousel-wrap .gallery-slideshow .slick-dots li.slick-active {
  border-color: #ED1E23;
}
.page-brand-model-detail .brand-specs-info {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .page-brand-model-detail .brand-specs-info {
    padding: 100px 0;
  }
}
.page-brand-model-detail .brand-specs-info .content-row .left, .page-brand-model-detail .brand-specs-info .content-row .right {
  width: 100%;
}
.page-brand-model-detail .brand-specs-info .content-row .left {
  max-width: 410px;
}
@media (max-width: 1023px) {
  .page-brand-model-detail .brand-specs-info .content-row .left {
    max-width: 300px;
  }
}
.page-brand-model-detail .brand-specs-info .content-row .left h2, .page-brand-model-detail .brand-specs-info .content-row .left legend {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-transform: uppercase;
  color: #222428;
}
.page-brand-model-detail .brand-specs-info .content-row .right {
  max-width: 850px;
}
.page-brand-model-detail .brand-specs-info .content-row .right .txt-grp {
  max-width: 410px;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-brand-model-detail .brand-specs-info .content-row .right .txt-grp {
    margin-top: 0;
  }
}
.page-brand-model-detail .brand-specs-info .content-row .right .txt-grp li {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-brand-model-detail .brand-specs-info .content-row .right .txt-grp .btn-grp {
  margin: 30px 0;
}
@media (min-width: 1160px) {
  .page-brand-model-detail .brand-specs-info .content-row .right .txt-grp .btn-grp {
    margin: 40px -5px 0;
  }
}
.page-brand-model-detail .brand-specs-info .content-row .right .txt-grp .btn-grp .button.red {
  width: 175px;
  height: 58px;
}
.page-brand-model-detail .brand-specs-info .content-row .right .txt-grp .btn-grp .button.dl-broch {
  position: relative;
  width: 223px;
  height: 58px;
  margin-left: 0;
  padding-left: 24px;
}
@media (min-width: 1160px) {
  .page-brand-model-detail .brand-specs-info .content-row .right .txt-grp .btn-grp .button.dl-broch {
    margin-left: auto;
  }
}
.page-brand-model-detail .brand-specs-info .content-row .right .txt-grp .btn-grp .button.dl-broch::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 14px;
  height: 15px;
  background: url("/images/download-ico.svg") no-repeat center;
  background-size: cover;
}
.page-brand-model-detail .articles-list {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page-brand-model-detail .articles-list {
    padding-bottom: 94px;
  }
}
.page-brand-model-detail .articles-list .content-row.row-cols-2 article {
  width: 100%;
}
@media (min-width: 768px) {
  .page-brand-model-detail .articles-list .content-row.row-cols-2 article {
    width: calc(50% - 15px);
  }
}
.page-brand-model-detail .articles-list .content-row.row-cols-2 article .txt-grp {
  margin-top: 40px;
}
.page-brand-model-detail .articles-list .content-row.row-cols-2 article .txt-grp p {
  margin-top: 16px;
  max-width: 550px;
  font-size: 13.5px;
  letter-spacing: 0.3px;
  line-height: 18px;
  color: #222428;
}
.page-brand-model-detail .articles-list .content-row.row-cols-3 article {
  width: 100%;
}
@media (min-width: 768px) {
  .page-brand-model-detail .articles-list .content-row.row-cols-3 article {
    width: calc(33.3333333333% - 20px);
  }
}
.page-brand-model-detail .articles-list .content-row.row-cols-3 article .txt-grp {
  margin-top: 30px;
}
.page-brand-model-detail .articles-list .content-row.row-cols-3 article .txt-grp h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  color: #222428;
}
.page-brand-model-detail .articles-list .content-row.row-cols-3 article .txt-grp p {
  margin-top: 24px;
  max-width: 550px;
  font-size: 13.5px;
  letter-spacing: 0.3px;
  line-height: 18px;
  color: #222428;
}
.page-brand-model-detail .last-section {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page-brand-model-detail .last-section {
    padding-bottom: 100px;
  }
}
.page-brand-model-detail .last-section .left, .page-brand-model-detail .last-section .right {
  width: 100%;
}
.page-brand-model-detail .last-section .left {
  max-width: 740px;
}
.page-brand-model-detail .last-section .right {
  max-width: 410px;
}
@media (min-width: 1024px) {
  .page-brand-model-detail .last-section .right {
    padding-top: 20px;
  }
}
.page-brand-model-detail .last-section .right h2, .page-brand-model-detail .last-section .right legend {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  color: #222428;
}
.page-brand-model-detail .last-section .right article {
  width: 300px;
  margin-top: 30px;
}
.page-brand-model-detail .last-section .right article .image-wrap {
  position: relative;
}
.page-brand-model-detail .last-section .right article .image-wrap a {
  position: relative;
}
.page-brand-model-detail .last-section .right article .image-wrap a::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 30px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  visibility: hidden;
}
.page-brand-model-detail .last-section .right article .image-wrap a.new-listing::before {
  content: "NEW LISTING";
  visibility: visible;
  color: #fff;
  background-color: #ed1e23;
}
.page-brand-model-detail .last-section .right article .image-wrap a.coming::before {
  content: "COMING SOON";
  visibility: visible;
  color: #ed1e23;
  background-color: #fff;
}
.page-brand-model-detail .last-section .right article .image-wrap .image {
  cursor: pointer;
}
.page-brand-model-detail .last-section .right article .image-wrap .image img {
  width: 100%;
  max-height: 270px;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.page-brand-model-detail .last-section .right article .image-wrap .info-detail {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.page-brand-model-detail .last-section .right article .image-wrap .info-detail > div {
  width: 50%;
  height: 36px;
  padding-left: 12px;
}
.page-brand-model-detail .last-section .right article .image-wrap .info-detail div:first-child {
  border-right: 0.5px solid #222428;
}
.page-brand-model-detail .last-section .right article .image-wrap .info-detail p {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 14px;
}
.page-brand-model-detail .last-section .right article .image-wrap .info-detail p .length-ico {
  width: 16px;
  height: 10px;
  margin-right: 8px;
}
.page-brand-model-detail .last-section .right article .image-wrap .info-detail p .length-ico::before {
  content: url("/images/length-ico.png");
  display: inline-block;
  width: 16px;
  height: 10px;
}
.page-brand-model-detail .last-section .right article .image-wrap .info-detail p .calendar-ico {
  width: 14px;
  height: 16px;
  margin-right: 8px;
}
.page-brand-model-detail .last-section .right article .image-wrap .info-detail p .calendar-ico::before {
  content: url("/images/calendar-ico.png");
  display: inline-block;
  width: 14px;
  height: 16px;
}
.page-brand-model-detail .last-section .right article .text {
  margin-top: 20px;
}
.page-brand-model-detail .last-section .right article .text h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ed1e23;
}
.page-brand-model-detail .last-section .right article .text .loc-price {
  margin-top: 12px;
}
.page-brand-model-detail .last-section .right article .text .loc-price p {
  font-size: 13.5px;
  letter-spacing: 1px;
  line-height: 18px;
}
.page-brand-model-detail .last-section .right article .text .loc-price p .strikethrough {
  text-decoration: line-through;
}
.page-brand-model-detail .last-section .right article .text .loc-price p .reduced {
  color: #ED1E23;
  margin-left: 4px;
  font-weight: 500;
}
.page-brand-model-detail .last-section .right article .text .loc-price .loc-ico {
  width: 11px;
  height: 14px;
  margin-right: 6px;
}
.page-brand-model-detail .last-section .right article .text .loc-price .loc-ico::before {
  content: url("/images/loc-white.png");
  display: inline-block;
  width: 11px;
  height: 14px;
}

/*** Careers page ***/
.page-careers {
  padding: 39px 0 80px;
}
.page-careers h1 {
  margin: 0 0 41px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 32px;
  text-transform: uppercase;
}
.page-careers .leadcopy {
  max-width: 560px;
  margin: 0 0 40px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: #222428;
}
.page-careers .careers-search {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 16px 10px;
  margin: 0 0 40px;
  border-radius: 35px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
}
.page-careers .careers-search p,
.page-careers .careers-search a,
.page-careers .careers-search label,
.page-careers .careers-search input {
  margin: 0;
  padding: 0;
}
.page-careers .careers-search input {
  height: 22px;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
  border: 0;
  color: #222428;
}
.page-careers .careers-search .career-input {
  width: 51.2%;
}
@media (max-width: 640px) {
  .page-careers .careers-search .career-input {
    width: 45%;
  }
}
.page-careers .careers-search .search-field {
  position: relative;
  padding: 0 19px;
}
.page-careers .careers-search .search-field.location {
  padding: 0 20px;
}
.page-careers .careers-search .search-field label,
.page-careers .careers-search .search-field .label {
  margin-bottom: 3px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 14px;
  color: #222428;
}
.page-careers .careers-search .search-field a {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.page-careers .careers-search .search-field a:hover {
  color: currentColor;
}
.page-careers .careers-search .search-field .drop-btn {
  display: block;
  width: 100%;
}
.page-careers .careers-search .search-field.location .drop-wrap {
  top: 58px;
  left: 0;
}
@media (max-width: 640px) {
  .page-careers .careers-search .search-field.location .drop-wrap {
    right: -100px;
    left: unset;
  }
}
.page-careers .careers-search .search-field .drop-wrap {
  position: absolute;
  top: 58px;
  left: 0;
  width: 335px;
  height: auto;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 25px 0 rgba(34, 36, 40, 0.1);
}
.page-careers .careers-search .search-field .drop-wrap .top {
  border-bottom: 1px solid #d9d9d9;
}
.page-careers .careers-search .search-field .drop-wrap .top .list-wrap {
  width: 99%;
  max-height: 315px;
  overflow: auto;
  padding: 20px;
  /* width */
  /* Track */
  /* Handle */
}
.page-careers .careers-search .search-field .drop-wrap .top .list-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.page-careers .careers-search .search-field .drop-wrap .top .list-wrap::-webkit-scrollbar-track {
  background-color: transparent;
  padding-right: 6px;
}
.page-careers .careers-search .search-field .drop-wrap .top .list-wrap::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background-color: rgba(34, 36, 40, 0.1);
}
.page-careers .careers-search .search-field .drop-wrap .top h3 {
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  color: #222428;
}
.page-careers .careers-search .search-field .drop-wrap .top .red-slider ::v-deep .bar {
  height: 6px;
}
.page-careers .careers-search .search-field .drop-wrap .top .red-slider ::v-deep .bar .bar-left {
  padding: 0;
}
.page-careers .careers-search .search-field .drop-wrap .top .red-slider ::v-deep .bar .bar-left,
.page-careers .careers-search .search-field .drop-wrap .top .red-slider ::v-deep .bar .bar-right {
  box-shadow: none;
  background-color: #f4f5f6;
}
.page-careers .careers-search .search-field .drop-wrap .top .red-slider ::v-deep .bar .bar-inner {
  background-color: #ed1e23;
  box-shadow: none;
  border: none;
}
.page-careers .careers-search .search-field .drop-wrap .top .red-slider ::v-deep .bar .thumb::before {
  border: none;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #ed1e23;
}
.page-careers .careers-search .search-field .drop-wrap .top .red-slider ::v-deep .bar .caption {
  display: none;
}
.page-careers .careers-search .search-field .drop-wrap .top .range-display {
  margin-top: 10px;
}
.page-careers .careers-search .search-field .drop-wrap .top .range-display .range-grp {
  position: relative;
}
.page-careers .careers-search .search-field .drop-wrap .top .range-display .range-grp input {
  width: 60px;
  height: 34px;
  padding: 8px 10px;
}
.page-careers .careers-search .search-field .drop-wrap .top .range-display .range-grp:first-child {
  margin-right: 21px;
}
.page-careers .careers-search .search-field .drop-wrap .top .range-display .range-grp:first-child:after {
  content: "\f108";
  position: absolute;
  top: 28px;
  right: -20px;
  display: block;
  width: 21px;
  height: auto;
  padding: 0 6px;
  text-align: center;
  font-family: "Material Icons";
  font-size: 12px;
}
.page-careers .careers-search .search-field .drop-wrap .bottom {
  height: 54px;
  padding-left: 20px;
}
.page-careers .careers-search .search-field .drop-wrap .bottom button {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  color: #222428;
}
.page-careers .careers-search .search-field .form-control {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 16px;
  margin-bottom: 0;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: capitalize;
  color: #222428;
}
.page-careers .careers-search .search-field .form-control input[type=checkbox] {
  display: grid;
  place-content: center;
  height: 18px;
  width: 18px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: #fff;
  transform: translateY(2px);
  transition: none;
}
.page-careers .careers-search .search-field .form-control input[type=checkbox]::before {
  content: "\e5ca";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-family: "Material Icons";
  color: #fff;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #ed1e23;
}
.page-careers .careers-search .search-field .form-control input[type=checkbox]:checked::before {
  transform: scale(1);
}
.page-careers .careers-search .search-field .form-control input[type=checkbox]:checked {
  border: 1px solid #ed1e23;
}
.page-careers .careers-search .search-field .form-control input[type=radio] {
  display: grid;
  place-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  height: 38px;
  width: 38px;
  border: none;
  transition: none;
  transform: translateY(-0.075em);
}
.page-careers .careers-search .search-field .form-control input[type=radio]::before {
  content: "";
  width: 37px;
  height: 37px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 3em 1em #ed1e23;
}
.page-careers .careers-search .search-field .form-control input[type=radio]:checked::before {
  transform: scale(1);
}
.page-careers .careers-search .input-grp #search-boat {
  height: 22px;
  border: none;
  background: transparent;
}
.page-careers .careers-search .input-grp #search-boat::-moz-placeholder {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: rgba(34, 36, 40, 0.5);
}
.page-careers .careers-search .input-grp #search-boat::placeholder {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  color: rgba(34, 36, 40, 0.5);
}
.page-careers .careers-search .input-grp.search-bar {
  position: relative;
}
.page-careers .careers-search .input-grp.search-bar .search-drop {
  position: absolute;
  top: 58px;
  left: -20px;
  width: 510px;
  height: auto;
  padding: 17px 0 20px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 25px 0 rgba(34, 36, 40, 0.1);
}
@media (max-width: 640px) {
  .page-careers .careers-search .input-grp.search-bar .search-drop {
    width: 300px;
  }
}
.page-careers .careers-search .input-grp.search-bar .search-drop p {
  padding: 4px 20px;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.page-careers .careers-search .input-grp.search-bar .search-drop p:hover {
  background: #ed1e23;
  color: #fff;
}
.page-careers .careers-search .input-grp.search-bar .search-drop p:hover > * {
  color: #fff;
}
.page-careers .careers-search .input-grp.search-bar .search-drop p > * {
  display: block;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 22px;
  transition: none;
}
.page-careers .careers-search .input-grp.search-bar .search-drop .match {
  color: #ed1e23;
}
.page-careers .careers-search .search-btn {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 29px;
  background-color: #ed1e23;
}
.page-careers .careers-search .search-btn button {
  width: 100%;
  height: 100%;
  background: url("/images/search-white-ico.png") no-repeat center center;
}
.page-careers .career-row {
  margin-top: 30px;
  padding: 40px 40px 50px;
  border-radius: 3px;
  box-shadow: 0px 2px 25px rgba(34, 36, 40, 0.1);
}
@media (max-width: 640px) {
  .page-careers .career-row {
    padding: 20px 20px 30px;
  }
}
.page-careers .career-row img {
  max-width: 250px;
  width: 250px;
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .page-careers .career-row img {
    max-width: 100%;
    width: 100%;
  }
}
.page-careers .career-row .title {
  max-width: 723px;
  flex: 1;
}
@media (max-width: 850px) and (min-width: 769px) {
  .page-careers .career-row .title {
    width: calc(100% - 305px);
    flex: calc(100% - 305px);
  }
}
.page-careers .career-row .title .location-tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 0 15px 0 14px;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  border: 1px solid #9B9B9B;
  border-radius: 23px;
  background-color: #FFF;
}
.page-careers .career-row .title .location-tag::before {
  content: "";
  position: relative;
  top: -0.5px;
  left: 0;
  display: block;
  width: 12px;
  height: 16px;
  margin-right: 10px;
  background: url("/images/loc-tag-ico.svg") no-repeat center;
  background-size: contain;
}
.page-careers .career-row .title h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
}
.page-careers .career-row .title p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.page-careers .career-row .button {
  min-width: 157px;
  text-transform: uppercase;
}
@media (max-width: 850px) and (min-width: 769px) {
  .page-careers .career-row .button {
    margin-left: 290px;
  }
}
.page-careers .pagination-module {
  margin-top: 80px;
}

.page-career-detail {
  padding-top: 79px;
  padding-bottom: 100px;
}
@media (max-width: 640px) {
  .page-career-detail {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .page-career-detail .content-max-width {
    padding: 0 60px;
  }
}
.page-career-detail h1 {
  position: relative;
  margin: 0 0 40px;
  padding-bottom: 27px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #222428;
}
@media (min-width: 768px) {
  .page-career-detail h1 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 32px;
  }
}
@media (max-width: 850px) {
  .page-career-detail h1 {
    max-width: 300px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 640px) {
  .page-career-detail h1 {
    max-width: 100%;
  }
}
.page-career-detail h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: rgb(237, 30, 35);
}
.page-career-detail .return-link {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 14px;
  color: rgb(48, 51, 59);
}
.page-career-detail .return-link img {
  transform: rotate(180deg);
}
@media (max-width: 640px) {
  .page-career-detail .return-link {
    position: relative;
    margin: 0 0 40px;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .page-career-detail .content-narrow-width {
    padding: 0 60px;
  }
}
.page-career-detail .content-narrow-width > img {
  width: 850px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 40px;
}
.page-career-detail .content-narrow-width .wysiwyg > *:last-child {
  margin-bottom: 0;
}
.page-career-detail .content-narrow-width .wysiwyg p {
  margin: 0 0 22px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.page-career-detail .content-narrow-width .header {
  margin-top: 40px;
}
.page-career-detail .content-narrow-width .header h2, .page-career-detail .content-narrow-width .header legend {
  padding-bottom: 20px;
  margin: 0 0 29px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #D9D9D9;
}
.page-career-detail .content-narrow-width .input-drop-area {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  border: 1px solid #9B9B9B;
  border-radius: 6px;
  background-color: #FFF;
}
.page-career-detail .content-narrow-width .input-drop-area .txt-grp {
  position: relative;
}
.page-career-detail .content-narrow-width .input-drop-area .txt-grp > *:not(.material-icons) {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: none;
}
.page-career-detail .content-narrow-width .input-drop-area label {
  text-transform: none;
  color: #ED1E23;
}
.page-career-detail .content-narrow-width .input-drop-area span:not(.material-icons) {
  white-space: pre;
  color: #9ca3af;
}
.page-career-detail .content-narrow-width .input-drop-area #file-elem,
.page-career-detail .content-narrow-width .input-drop-area #file-elem-1,
.page-career-detail .content-narrow-width .input-drop-area #file-elem-2 {
  display: none;
}
.page-career-detail .content-narrow-width .input-drop-area .attach-ico {
  position: absolute;
  top: -3px;
  left: -25px;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  color: #D0D0D3;
}
.page-career-detail .content-narrow-width .input-drop-area + .status-bar {
  margin-top: 20px;
}
.page-career-detail .content-narrow-width .input-drop-area + .status-bar span {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #323233;
}
.page-career-detail .content-narrow-width .input-drop-area + .status-bar span.grey {
  font-weight: 600;
  color: rgba(50, 50, 51, 0.5);
}
.page-career-detail .content-narrow-width .input-drop-area + .status-bar .remove-file {
  margin-left: 30px;
  display: block;
  width: 9px;
  height: 9px;
  background: url("/images/remove-file-ico.png") no-repeat center center;
  opacity: 0.5;
}
.page-career-detail .content-narrow-width .submit-btn .button {
  min-width: auto;
  width: 111px;
  height: 46px;
  text-transform: uppercase;
  margin-top: 1px;
}
.page-career-detail .content-narrow-width .summary .col {
  width: calc(50% - 15px);
}
.page-career-detail .content-narrow-width .summary .col .group {
  margin: 0 0 23px;
}
.page-career-detail .content-narrow-width .summary .col .group:last-child {
  margin: 0;
}
.page-career-detail .content-narrow-width .summary .col h5 {
  margin: 0 0 11px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 18px;
}
.page-career-detail .content-narrow-width .summary .col p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 22px;
}
.page-career-detail .content-narrow-width .form .form-field {
  padding-bottom: 29px;
}
.page-career-detail .content-narrow-width .form .form-field label {
  margin: 0 0 11px;
}
.page-career-detail .content-narrow-width .form .form-field.select:after {
  content: url("/images/caret-down.png");
  font-size: 0;
  top: 44px;
  right: 15px;
}

/*********************************************
:: JS Plugins
********************************************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*********************************************
:: Slick Slideshow
********************************************/
/*******************************************/
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/*******************************************/
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: block;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  transform: translate(0, -50%);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Material Icons";
  font-size: 55px;
  line-height: 1;
  color: #394e54;
  opacity: 1;
}

.slick-prev {
  left: -20px;
}
@media (min-width: 768px) {
  .slick-prev {
    left: -60px;
  }
}
.slick-prev:before {
  content: "\e408";
}

.slick-next {
  right: -20px;
}
@media (min-width: 768px) {
  .slick-next {
    right: -60px;
  }
}
.slick-next:before {
  content: "\e409";
}

/*******************************************/
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  padding: 5px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
}
.slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "Material Icons";
  font-size: 45px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/*******************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:gap-\[40px\]{
    gap: 40px;
  }
  .sm\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

@media (min-width: 768px){
  .md\:order-none{
    order: 0;
  }
  .md\:order-first{
    order: -9999;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mr-5{
    margin-right: 1.25rem;
  }
  .md\:mr-2{
    margin-right: 0.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:basis-4\/12{
    flex-basis: 33.333333%;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-\[70px\]{
    gap: 70px;
  }
  .md\:gap-\[30px\]{
    gap: 30px;
  }
  .md\:gap-\[20px\]{
    gap: 20px;
  }
  .md\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-x-\[10px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-\[100px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }
  .md\:space-y-\[60px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:pt-\[60px\]{
    padding-top: 60px;
  }
}

@media (min-width: 1024px){
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:basis-5\/12{
    flex-basis: 41.666667%;
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-\[70px\]{
    gap: 70px;
  }
}

@media (min-width: 1280px){
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mr-2{
    margin-right: 0.5rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:gap-x-\[78px\]{
    -moz-column-gap: 78px;
         column-gap: 78px;
  }
}

/*# sourceMappingURL=app.css.map*/