@charset "UTF-8";
/* ----------------------------------------
   Owners – Local Font Faces
---------------------------------------- */
/* ----------------------------------------
   Owners – Local OTF Fonts
---------------------------------------- */
@font-face {
  font-family: "Owners";
  src: url("fonts/owners/Owners_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Owners";
  src: url("fonts/owners/Owners.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Owners";
  src: url("fonts/owners/Owners_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Owners";
  src: url("fonts/owners/Owners_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Owners";
  src: url("fonts/owners/Owners_Bold_Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/*! Variables */
/*! Mixins */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*! Base styles */
body {
  font-family: "Owners", sans-serif;
  background: #F2F1EC;
}

header, section, footer {
  text-align: center;
}

section {
  position: relative;
  z-index: 5;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  text-align: left;
  padding: 1%;
}

a, a:link, a:active {
  color: #203A4D;
  text-align: center;
  font-family: Owners;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

a:hover {
  color: #333638;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

/* BASIC RESET */
body.no-scroll {
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 112px;
  display: flex;
  align-items: center;
  background-color: #F2F1EC;
  padding: 23px 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .site-header {
    padding: 13px 16px 14px 16px;
    height: 97px;
  }
}
.site-header .header-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0px;
  max-width: 1376px;
  margin: auto;
}
.site-header .header-inner .hamburger {
  justify-self: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
}
.site-header .header-inner .hamburger span {
  display: block;
  width: 25px;
  height: 1px;
  background: #203A4D;
  transition: 0.3s;
}
.site-header .header-inner .hamburger.open span:nth-child(1) {
  transform: translateY(14px) rotate(45deg);
}
.site-header .header-inner .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.site-header .header-inner .hamburger.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.site-header .header-inner {
  /* LOGO */
}
.site-header .header-inner .site-logo {
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .site-header .header-inner .site-logo {
    transform: translateX(-80%);
  }
}
.site-header .header-inner .site-logo img {
  width: 273px;
}
@media screen and (max-width: 768px) {
  .site-header .header-inner .site-logo img {
    width: 128px;
  }
}
.site-header .header-inner {
  /* CTA BUTTON */
}
.site-header .header-inner .cta-btn {
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .site-header .header-inner .cta-btn {
    width: 100%;
    margin: 9px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .site-header .header-inner .cta-btn a {
    width: 100vw;
    display: block;
    max-width: 100%;
    background-color: #203a4d;
  }
  .site-header .header-inner .cta-btn a button {
    height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .site-header .header-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .site-header .header-inner .hamburger {
    margin-right: 0px;
  }
  .site-header .header-inner .site-logo {
    transform: none;
    margin: 0 auto;
    left: -12.5px;
    position: relative;
  }
}
/* FULLSCREEN MENU */
.fullscreen-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: #F2F1EC;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-100%);
  transition: 0.4s ease;
  z-index: 999;
}
.fullscreen-nav .nav-inner {
  padding: 190px 40px 20px;
  max-height: calc(100dvh - 340px);
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  .fullscreen-nav .nav-inner {
    padding: 130px 40px 20px;
  }
}
.fullscreen-nav .nav-inner .mobile-menu-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1136px;
}
.fullscreen-nav .nav-inner .mobile-menu-list li {
  text-align: center;
  width: 100%;
  margin: 0 0 64px 0;
}
.fullscreen-nav .nav-inner .mobile-menu-list li a {
  color: #203A4D;
  text-align: center;
  font-family: "Owners", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 37.4px */
  letter-spacing: 4.08px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.fullscreen-nav .nav-inner .mobile-menu-list li a:hover {
  color: #627582;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  .fullscreen-nav .nav-inner .mobile-menu-list li {
    margin: 0 0 48px 0;
  }
  .fullscreen-nav .nav-inner .mobile-menu-list li a {
    font-size: 20px;
    line-height: 110%; /* 22px */
    letter-spacing: 2.4px;
  }
}
.fullscreen-nav .nav-inner .mobile-menu-list li.divider {
  position: relative;
  border-bottom: 1px solid #203A4D;
  padding-bottom: 64px;
}
@media screen and (max-width: 640px) {
  .fullscreen-nav .nav-inner .mobile-menu-list li.divider {
    padding-bottom: 48px;
  }
}
.fullscreen-nav .nav-inner .mobile-menu-list li.smaller {
  margin: 0 0 32px 0;
}
.fullscreen-nav .nav-inner .mobile-menu-list li.smaller a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .fullscreen-nav .nav-inner .mobile-menu-list li.smaller a {
    font-size: 12px;
  }
}
.fullscreen-nav {
  /* SOCIAL — pinned bottom */
}
.fullscreen-nav .social-row {
  display: flex;
  gap: 24px;
  padding: 0px 0px;
  font-size: 16px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 96px;
}
.fullscreen-nav .social-row a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.fullscreen-nav .social-row a:hover {
  opacity: 1;
}
.fullscreen-nav .social-row svg {
  fill: #203A4D;
}

.fullscreen-nav.open {
  transform: translateY(0);
}

#site-footer {
  background: #163041;
  padding: 24px 0;
  text-align: center;
  color: #fff;
  font-family: "Work Sans", sans-serif;
}
#site-footer .footer-inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 32px;
  margin: auto;
  box-sizing: border-box;
}
#site-footer .footer-logo img {
  max-height: 96px;
  margin-bottom: 24px;
}
#site-footer .footer-address {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#site-footer .footer-address br {
  display: none;
}
@media screen and (max-width: 768px) {
  #site-footer .footer-address br {
    display: block;
  }
}
#site-footer .footer-divider {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
  margin: 24px 0;
}
#site-footer .footer-contact {
  flex-basis: 25%;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#site-footer .footer-contact a {
  color: #fff;
  margin: 0px 0 10px 0;
  text-align: left;
  text-decoration: none;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#site-footer .footer-contact a:last-child {
  margin: 0;
}
#site-footer .footer-contact a:hover {
  color: #627582;
  transition: all 0.3s ease;
}
#site-footer .footer-contact.first {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #site-footer .footer-contact.second {
    display: none !important;
  }
  #site-footer .footer-contact.first {
    display: flex !important;
    text-align: center;
    align-items: center;
    margin-top: 20px;
  }
}
#site-footer .wrap {
  display: flex;
  justify-content: space-between;
}
#site-footer .wrap .middle {
  flex-basis: 50%;
}
#site-footer .wrap .middle .footer-nav {
  margin-bottom: 7px;
}
#site-footer .wrap .middle .footer-nav .footer-menu-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-footer .wrap .middle .footer-nav .footer-menu-items li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
#site-footer .wrap .middle .footer-nav .footer-menu-items li a:hover {
  color: #627582;
  transition: all 0.3s ease;
}
#site-footer .wrap .middle .footer-copy {
  color: rgba(255, 255, 255, 0.5);
  /* DESKTOP/LEGAL */
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  letter-spacing: 1px;
}
#site-footer .wrap .footer-branding {
  flex-basis: 25%;
  display: flex;
  justify-content: flex-end;
  gap: 35px;
}
#site-footer .wrap .footer-branding img {
  max-height: 35px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #site-footer {
    padding: 50px 0 42px 0;
  }
  #site-footer .footer-inner {
    padding: 0 16px;
  }
  #site-footer .footer-inner .footer-logo img {
    max-height: 83px;
    margin-bottom: 40px;
  }
  #site-footer .footer-divider {
    margin: 40px 0;
  }
  #site-footer .wrap {
    flex-direction: column;
  }
  #site-footer .wrap .footer-contact, #site-footer .wrap .middle, #site-footer .wrap .footer-branding {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
  }
  #site-footer .wrap .middle {
    margin: 0 0 40px 0;
  }
  #site-footer .wrap .middle .footer-nav {
    margin: 0 0 40px 0;
  }
  #site-footer .wrap .middle .footer-nav .footer-menu-items {
    gap: 16px;
    flex-direction: column;
  }
  #site-footer .wrap .footer-branding {
    flex-direction: column;
  }
}

/* page styles */
html {
  margin-top: 0px !important;
}

section.content .wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 32px 80px 32px;
  box-sizing: border-box;
}
section.content .wrapper.regular-page {
  padding: 80px 32px 64px 32px;
}
section.content .wrapper p, section.content .wrapper li {
  color: #203A4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
  margin: 0 0 24px 0;
}
section.content .wrapper p a, section.content .wrapper li a {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 640px) {
  section.content .wrapper p, section.content .wrapper li {
    letter-spacing: 2px;
    font-size: 14px;
  }
  section.content .wrapper p a, section.content .wrapper li a {
    letter-spacing: 2px;
    font-size: 14px;
  }
}
section.content .wrapper p.cta a {
  color: var(--203A4D, #203A4D);
  text-align: center;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: 3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 8.5%; /* 1.02px */
  text-underline-offset: 25%; /* 3px */
  text-underline-position: from-font;
  text-transform: uppercase;
}
section.content .wrapper p:last-of-type {
  margin: 0;
}
section.content .wrapper p.margin-top-16 {
  margin-top: 16px !important;
}
@media screen and (max-width: 768px) {
  section.content .wrapper p.margin-top-16 {
    margin-top: 8px !important;
  }
}
section.content .wrapper h2 {
  margin-bottom: 24px;
}
section.content .wrapper ul, section.content .wrapper ol {
  margin: 16px 0 16px 22px;
  padding: 0;
}
section.content .wrapper ul li, section.content .wrapper ol li {
  margin: 0;
}
section.content .wrapper.copy {
  max-width: 972px;
}
section.content .wrapper.copy * {
  color: #000;
}
section.content .wrapper.copy h2 {
  margin-bottom: 16px;
}
section.content .wrapper.copy p {
  margin: 0 0 16px 0px;
}
section.content .wrapper.copy ul, section.content .wrapper.copy ol {
  margin: 0 0 16px 22px;
}
section.content .wrapper.copy ul.last, section.content .wrapper.copy p.last, section.content .wrapper.copy ol.last {
  margin-bottom: 40px;
}
section.content .wrapper.copy li a, section.content .wrapper.copy p a {
  color: #000;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: none;
}
section.content .wrapper.copy li u, section.content .wrapper.copy p u {
  color: #000;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 8.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
section.content .wrapper .links-with-photos {
  max-width: 1136px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
section.content .wrapper .links-with-photos .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  gap: 32px;
}
section.content .wrapper .links-with-photos .col a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  gap: 32px;
  text-decoration: underline;
}
section.content .wrapper .links-with-photos .col a .text {
  color: #203A4D;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
}
section.content .wrapper .links-with-photos .col .text {
  color: #203A4D;
  text-align: center;
  /* DESKTOP/H3 */
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  section.content .wrapper .links-with-photos .col .text {
    font-size: 12px;
  }
}
section.content .wrapper .links-with-photos.four {
  gap: 40px;
  max-width: 1340px;
}
section.content .wrapper .links-with-photos.three {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  section.content .wrapper h2 {
    margin-bottom: 8px;
  }
  section.content .wrapper .links-with-photos,
  section.content .wrapper .links-with-photos.four {
    gap: 40px;
    flex-wrap: wrap;
  }
  section.content .wrapper .links-with-photos .col,
  section.content .wrapper .links-with-photos.four .col {
    flex-basis: 50%;
    gap: 8px;
  }
  section.content .wrapper .links-with-photos.three {
    gap: 40px;
    flex-wrap: wrap;
  }
  section.content .wrapper .links-with-photos.three .col {
    flex-basis: 100%;
    gap: 32px;
    align-items: center;
  }
  section.content .wrapper .links-with-photos.three .col img {
    max-width: 255px;
  }
}
@media screen and (max-width: 640px) {
  section.content .wrapper .links-with-photos.four .col {
    flex-basis: 256px;
  }
}
section.content .wrapper.center * {
  text-align: center;
  max-width: 890px;
}
section.content .wrapper.center .full_width_image {
  max-width: 100% !important;
}
section.content .wrapper.center .full_width_image * {
  max-width: 100% !important;
}
section.content .wrapper.center p {
  margin-right: auto;
  margin-left: auto;
}
section.content .wrapper.no-pad-top {
  padding-top: 0px !important;
}
section.content .wrapper.no-pad-bottom {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  section.content .wrapper {
    padding: 40px 16px;
  }
  section.content .wrapper.center {
    padding: 80px 16px 40px 16px;
  }
  section.content .wrapper.no-pad-top-mob {
    padding-top: 0px !important;
  }
  section.content .wrapper.mob-pad-top-40 {
    padding-top: 40px !important;
  }
  section.content .wrapper.mob-pad-top-64 {
    padding-top: 64px !important;
  }
  section.content .wrapper.mob-pad-bot-80 {
    padding-bottom: 80px !important;
  }
  section.content .wrapper.mob-pad-bot-64 {
    padding-bottom: 64px !important;
  }
}

@media screen and (max-width: 768px) {
  section.desktop-only {
    display: none;
  }
}

section.is-first-block .wrapper {
  padding-top: 112px !important;
}
@media screen and (max-width: 768px) {
  section.is-first-block .wrapper {
    padding-top: 97px !important;
  }
}

section.blocks .wrapper {
  display: flex;
  max-width: 100%;
  padding: 0 0px;
}

section.first-item {
  margin: 112px auto 0 auto;
}
section.first-item .wrapper {
  padding: 50px 32px 64px 32px !important;
}
section.first-item .wrapper p {
  margin: 32px auto 0 auto;
  max-width: 890px !important;
}
section.first-item .wrapper p:last-of-type {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.first-item {
    margin: 97px auto 0 auto;
  }
  section.first-item .wrapper {
    padding: 40px 16px !important;
  }
}

@media screen and (max-width: 768px) {
  section.page-intro.align-left-on-mobile .wrapper * {
    text-align: left !important;
  }
}

section.page-intro .wrapper {
  padding: 50px 32px 56px 32px !important;
}
@media screen and (max-width: 768px) {
  section.page-intro .wrapper {
    padding: 40px 16px !important;
  }
}
section.page-intro .wrapper h1 {
  margin: 0 auto 16px auto;
}
section.page-intro .wrapper h1.solo {
  margin: 0 auto 0px auto;
}

section.photo-grid .wrapper {
  padding: 0px 32px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
section.photo-grid .wrapper .mobile {
  display: none !important;
}
@media screen and (max-width: 640px) {
  section.photo-grid .wrapper .desktop {
    display: none !important;
  }
  section.photo-grid .wrapper .mobile {
    display: block !important;
  }
}
section.photo-grid .wrapper .photo-wrap {
  padding: 0px 0 0 0;
}
section.photo-grid .wrapper .full {
  padding: 0px 0 0px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  section.photo-grid .wrapper .full {
    padding: 0;
  }
}
section.photo-grid .wrapper .onethird-twothird {
  display: flex;
  gap: 16px;
}
section.photo-grid .wrapper .onethird-twothird .img:nth-child(1) {
  flex-basis: 32.715133%;
  position: relative;
  overflow: hidden;
}
section.photo-grid .wrapper .onethird-twothird .img:nth-child(2) {
  flex-basis: 67.284866%;
}
section.photo-grid .wrapper .onethird-twothird .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section.photo-grid .wrapper .onethird-twothird.flip .img:nth-child(2) {
  flex-basis: 32.715133%;
  position: relative;
  overflow: hidden;
}
section.photo-grid .wrapper .onethird-twothird.flip .img:nth-child(1) {
  flex-basis: 67.284866%;
}
section.photo-grid .wrapper .fifty-fifty {
  display: flex;
  gap: 16px;
}
section.photo-grid .wrapper .fifty-fifty .img:nth-child(1) {
  flex-basis: 50%;
}
section.photo-grid .wrapper .fifty-fifty .img:nth-child(2) {
  flex-basis: 50%;
}
section.photo-grid .wrapper .fifty-fifty .img.video {
  position: relative;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
}
section.photo-grid .wrapper .fifty-fifty .img.video video {
  max-width: 101%;
  width: 101%;
  display: block;
}
section.photo-grid .wrapper .fifty-fifty .img.video video::-webkit-media-controls {
  opacity: 0;
  transition: opacity 0.3s ease;
}
section.photo-grid .wrapper .fifty-fifty .img.video video::-webkit-media-controls {
  opacity: 1;
  transition: opacity 0.3s ease;
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  pointer-events: none; /* avoid blocking video clicks */
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls button, section.photo-grid .wrapper .fifty-fifty .img.video .controls .progress {
  pointer-events: all; /* allow interaction */
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls button {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border: none;
  padding: 0px;
  border-radius: 0px;
  font-size: 16px;
  cursor: pointer;
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls .play {
  display: none;
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls .play img {
  width: 8px;
  transition: opacity 0.2s ease;
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls .play.paused img {
  content: url("/wp-content/themes/seagate/img/pause.svg");
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls .mute {
  display: none;
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls .mute img {
  width: 14px;
  transition: opacity 0.2s ease;
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls .mute.muted img {
  content: url("/wp-content/themes/seagate/img/audio2.svg");
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls .progress {
  display: none;
  flex: 1;
  margin: 2px 15px 0 15px;
  cursor: pointer;
  height: 2px;
  -webkit-appearance: none;
  appearance: none;
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls {
  /* Track (background) */
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls .progress::-webkit-slider-runnable-track, section.photo-grid .wrapper .fifty-fifty .img.video .controls .progress::-moz-range-track {
  height: 2px;
  background: #fff; /* background color */
  border-radius: 3px;
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls {
  /* Progress-filled portion */
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls .progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  margin-top: -5px; /* centers thumb */
  background-color: #ffffff; /* thumb color */
  border-radius: 50%;
  cursor: pointer;
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls {
  /* Fake progress fill */
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls .progress::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #ffffff var(--value, 0%), rgb(255, 255, 255) 0%);
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls {
  /* Progress */
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls .progress::-moz-range-progress {
  height: 2px;
  background: #ffffff; /* progress color */
  border-radius: 3px;
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls {
  /* Thumb */
}
section.photo-grid .wrapper .fifty-fifty .img.video .controls .progress::-moz-range-thumb {
  height: 12px;
  width: 12px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 0 80px 0;
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block .inner-block .img .mobile {
  display: none !important;
}
@media screen and (max-width: 640px) {
  section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block .inner-block .img .desktop {
    display: none !important;
  }
  section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block .inner-block .img .mobile {
    display: block !important;
  }
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels {
  /* LEFT COLUMN */
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block:nth-child(1) {
  flex: 0 0 67.010309%;
  max-width: 67.010309%;
  display: flex;
  flex-direction: column;
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block:nth-child(1) .inner-block {
  display: flex;
  flex-direction: column;
  flex: 1;
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block:nth-child(1) .img {
  flex: 1;
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block:nth-child(1) .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels {
  /* RIGHT COLUMN */
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block:nth-child(2) {
  flex: 0 0 32.98969%;
  max-width: 32.98969%;
  display: flex;
  flex-direction: column;
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels {
  /* Force two inner-blocks to split the height evenly */
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block:nth-child(2) .inner-block {
  flex: 1;
  display: flex;
  flex-direction: column;
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels {
  /* Make each right-side image fill its half evenly */
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block:nth-child(2) .inner-block .img {
  flex: 1;
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block:nth-child(2) .inner-block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels {
  /* Label spacing */
}
section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .label {
  margin-top: 16px;
  color: #203A4D;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .label {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  section.photo-grid .wrapper {
    padding: 0 16px;
  }
  section.photo-grid .wrapper .onethird-twothird,
  section.photo-grid .wrapper .onethird-twothird.flip {
    flex-wrap: wrap;
    gap: 16px;
  }
  section.photo-grid .wrapper .onethird-twothird .img:nth-child(1), section.photo-grid .wrapper .onethird-twothird .img:nth-child(2),
  section.photo-grid .wrapper .onethird-twothird.flip .img:nth-child(1),
  section.photo-grid .wrapper .onethird-twothird.flip .img:nth-child(2) {
    flex-basis: 100%;
  }
  section.photo-grid .wrapper .fifty-fifty {
    flex-wrap: wrap;
    gap: 16px;
  }
  section.photo-grid .wrapper .fifty-fifty .img:nth-child(1), section.photo-grid .wrapper .fifty-fifty .img:nth-child(2) {
    flex-basis: 100%;
  }
  section.photo-grid .wrapper .onethird-twothird-stacked-with-labels {
    flex-wrap: wrap;
    gap: 32px;
  }
  section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block, section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block:nth-child(1), section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .block:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    gap: 32px;
  }
  section.photo-grid .wrapper .onethird-twothird-stacked-with-labels .label {
    margin-top: 8px;
  }
}

section.photo-grid.photo_grid_2x2 .wrapper .image-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 0 32px 0;
}
@media (max-width: 768px) {
  section.photo-grid.photo_grid_2x2 .wrapper .image-grid {
    padding: 0 0 0px 0 !important;
  }
}
section.photo-grid.photo_grid_2x2 .wrapper {
  /* Each row */
}
section.photo-grid.photo_grid_2x2 .wrapper .image-row {
  display: grid;
  gap: 16px;
}
section.photo-grid.photo_grid_2x2 .wrapper {
  /* Row ratios */
}
section.photo-grid.photo_grid_2x2 .wrapper .row-1 {
  grid-template-columns: 564fr 794fr;
}
section.photo-grid.photo_grid_2x2 .wrapper .row-2 {
  grid-template-columns: 912fr 448fr;
}
section.photo-grid.photo_grid_2x2 .wrapper {
  /* Image + label stack */
}
section.photo-grid.photo_grid_2x2 .wrapper .image-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
section.photo-grid.photo_grid_2x2 .wrapper .image-item picture {
  display: block;
  width: 100%;
}
section.photo-grid.photo_grid_2x2 .wrapper .image-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
section.photo-grid.photo_grid_2x2 .wrapper .image-item figcaption {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 640px) {
  section.photo-grid.photo_grid_2x2 .wrapper .image-item figcaption {
    font-size: 14px;
  }
}
section.photo-grid.photo_grid_2x2 .wrapper {
  /* ==========================
     Mobile: stack everything
     ========================== */
}
@media (max-width: 768px) {
  section.photo-grid.photo_grid_2x2 .wrapper .image-row {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}

section.photo-grid.photo_grid_2x3 .wrapper .image-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 0 32px 0;
}
section.photo-grid.photo_grid_2x3 .wrapper {
  /* Each row */
}
section.photo-grid.photo_grid_2x3 .wrapper .image-row {
  display: grid;
  gap: 16px;
}
section.photo-grid.photo_grid_2x3 .wrapper {
  /* Row ratios */
}
section.photo-grid.photo_grid_2x3 .wrapper .row-1 {
  grid-template-columns: 560fr 800fr;
}
section.photo-grid.photo_grid_2x3 .wrapper .row-2 {
  grid-template-columns: 448fr 448fr 448fr;
}
section.photo-grid.photo_grid_2x3 .wrapper {
  /* Image + label stack */
}
section.photo-grid.photo_grid_2x3 .wrapper .image-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
section.photo-grid.photo_grid_2x3 .wrapper .image-item picture {
  display: block;
  width: 100%;
}
section.photo-grid.photo_grid_2x3 .wrapper .image-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
section.photo-grid.photo_grid_2x3 .wrapper .image-item figcaption {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 640px) {
  section.photo-grid.photo_grid_2x3 .wrapper .image-item figcaption {
    font-size: 14px;
  }
}
section.photo-grid.photo_grid_2x3 .wrapper {
  /* ==========================
     Mobile: stack everything
     ========================== */
}
@media (max-width: 768px) {
  section.photo-grid.photo_grid_2x3 .wrapper .image-grid {
    padding: 0;
  }
  section.photo-grid.photo_grid_2x3 .wrapper .image-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
section.photo-grid.photo_grid_2x3 .wrapper.hide_padding_bottom .image-grid {
  padding-bottom: 0px !important;
}

.two-column-with-image {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.two-column-with-image .col {
  flex-basis: 41.4275%;
  padding-right: 50px;
}
.two-column-with-image .col.image {
  flex-basis: 58.572%;
  padding-right: 0px;
}
.two-column-with-image .col.sticky {
  position: sticky;
  top: 120px; /* adjust to match your header height */
  height: fit-content;
}
.two-column-with-image .col.sticky img, .two-column-with-image .col.sticky .img img {
  width: 100%;
  display: block;
}
.two-column-with-image .col.flexed-items {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.two-column-with-image .col.flexed-items span {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.two-column-with-image .col.flexed-items h3 {
  color: #203A4D;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
.two-column-with-image .col.flexed-items h4 {
  color: #203A4D;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.two-column-with-image .col.flexed-items h4 span {
  font-weight: 400;
}
.two-column-with-image .col.flexed-items h4 a:link, .two-column-with-image .col.flexed-items h4 a:active, .two-column-with-image .col.flexed-items h4 a:visited {
  font-weight: 500;
  font-size: 12px;
}
.two-column-with-image .col.flexed-items p {
  color: #203A4D;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
  margin: 0;
}
.two-column-with-image .col.flexed-items p a {
  font-size: 12px;
}
.two-column-with-image .col.flexed-items p a.normal {
  color: #203A4D;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
  margin: 0;
  text-transform: none;
}
.two-column-with-image .mobile-only {
  display: none;
}
.two-column-with-image .mobile {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .two-column-with-image .desktop {
    display: none !important;
  }
  .two-column-with-image .mobile {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .two-column-with-image {
    gap: 40px;
    flex-direction: column;
  }
  .two-column-with-image .mobile-only {
    display: block;
  }
  .two-column-with-image h1 {
    text-align: left;
    margin: 0 0 16px 0;
  }
  .two-column-with-image .col, .two-column-with-image .col.image {
    flex-basis: 100%;
  }
  .two-column-with-image .col {
    order: 5;
  }
  .two-column-with-image .col.image {
    order: 1;
  }
  .two-column-with-image .col.flexed-items {
    gap: 48px;
  }
  .two-column-with-image .col.flexed-items h3, .two-column-with-image .col.flexed-items h4 {
    font-size: 12px;
  }
  .two-column-with-image .col.flexed-items p {
    font-size: 14px;
  }
  .two-column-with-image .col.flexed-items p a {
    font-size: 12px;
  }
  .two-column-with-image .col.sticky {
    position: relative !important;
    top: 0 !important;
  }
  .two-column-with-image .divider {
    visibility: hidden;
    display: block;
    height: 0;
  }
}

.two-column-with-content-blocks {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: 1144px;
  margin: 0 auto;
}
.two-column-with-content-blocks .col {
  flex-basis: 50%;
  padding-right: 0px;
}
.two-column-with-content-blocks .col.flexed-items {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.two-column-with-content-blocks .col.flexed-items span {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.two-column-with-content-blocks .col.flexed-items h3 {
  color: #203A4D;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
.two-column-with-content-blocks .col.flexed-items h4 {
  color: #203A4D;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.two-column-with-content-blocks .col.flexed-items h4 span {
  font-weight: 400;
}
.two-column-with-content-blocks .col.flexed-items h4 a:link, .two-column-with-content-blocks .col.flexed-items h4 a:active, .two-column-with-content-blocks .col.flexed-items h4 a:visited {
  font-weight: 500;
  font-size: 12px;
}
.two-column-with-content-blocks .col.flexed-items p {
  color: #203A4D;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
  margin: 0;
}
.two-column-with-content-blocks .col.flexed-items p a {
  font-size: 12px;
}
.two-column-with-content-blocks .col.flexed-items p a.normal {
  color: #203A4D;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
  margin: 0;
  text-transform: none;
}
.two-column-with-content-blocks .mobile-only {
  display: none;
}
.two-column-with-content-blocks .mobile {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .two-column-with-content-blocks .desktop {
    display: none !important;
  }
  .two-column-with-content-blocks .mobile {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .two-column-with-content-blocks {
    gap: 40px;
    flex-direction: column;
  }
  .two-column-with-content-blocks .mobile-only {
    display: block;
  }
  .two-column-with-content-blocks h1 {
    text-align: left;
    margin: 0 0 16px 0;
  }
  .two-column-with-content-blocks .col {
    flex-basis: 100%;
  }
  .two-column-with-content-blocks .col {
    order: 5;
  }
  .two-column-with-content-blocks .col.image {
    order: 1;
  }
  .two-column-with-content-blocks .col.flexed-items {
    gap: 48px;
  }
  .two-column-with-content-blocks .col.flexed-items h3, .two-column-with-content-blocks .col.flexed-items h4 {
    font-size: 12px;
  }
  .two-column-with-content-blocks .col.flexed-items p {
    font-size: 14px;
  }
  .two-column-with-content-blocks .col.flexed-items p a {
    font-size: 12px;
  }
  .two-column-with-content-blocks .divider {
    visibility: hidden;
    display: block;
    height: 0;
  }
}

.video-hero {
  position: relative;
  height: 864px;
  width: 100%;
  max-width: 1440px;
  margin: 101px auto 0 auto;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .video-hero {
    margin: 97px auto 0 auto;
  }
}
.video-hero.full-screen .video-bg video, .video-hero.bleed .video-bg video {
  width: 100%;
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 64px);
  height: 864px;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.video-bg .overlay {
  position: absolute;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0; */
  background: rgba(0, 0, 0, 0.5); /* 50% black */
  pointer-events: none; /* overlay won't block clicks */
}
.video-bg .video-desktop {
  display: none;
}
.video-bg .video-mobile {
  height: 500px;
}
@media (min-width: 600px) {
  .video-bg .video-desktop {
    display: block;
  }
  .video-bg .video-mobile {
    display: none;
  }
}

.video-copy {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  max-width: calc(100% - 64px);
  margin: 0;
  pointer-events: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.video-copy h1, .video-copy h2, .video-copy p {
  color: #fff;
}
.video-copy h1 {
  text-align: center;
  font-family: "Owners", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 52.8px */
  letter-spacing: 13px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 640px) {
  .video-copy h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 35.2px */
    letter-spacing: 7px;
    text-transform: uppercase;
  }
}
.video-copy h2 {
  color: #FFF;
  text-align: center;
  font-family: "Owners", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 37.4px */
  letter-spacing: 4.08px;
}
.video-copy p {
  text-align: center;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 640px) {
  .video-copy p {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 19.6px */
    letter-spacing: 2px;
    margin: 0 0 16px 0;
  }
}
.video-copy p a {
  color: #fff;
  pointer-events: auto;
}
.video-copy.centered-copy {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .video-hero {
    height: 514px;
  }
  .video-bg video {
    width: calc(100% - 32px);
  }
  .video-copy {
    font-size: 20px;
    bottom: 40px;
  }
}
@media (max-width: 450px) {
  .video-hero .video-copy h2 {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .video-hero .video-copy h2 {
    font-size: 23px;
  }
}

.video-hero .video-copy {
  left: var(--x-mobile, 50%);
  top: var(--y-mobile, 50%);
}
@media (min-width: 768px) {
  .video-hero .video-copy {
    left: var(--x-desktop, 50%);
    top: var(--y-desktop, 50%);
  }
}

.image-hero {
  position: relative;
  height: 864px;
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 102px;
}
@media screen and (max-width: 768px) {
  .image-hero {
    top: 97px;
  }
}
.image-hero.full-screen {
  max-width: 100%;
}

.image-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1376px;
  height: 864px;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 100%;
  margin: 0;
  color: #FFF;
  text-align: center;
  width: 100%;
}
.hero-copy h2, .hero-copy p {
  color: #fff;
}
.hero-copy h2 {
  text-align: center;
  font-family: "Owners", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 52.8px */
  letter-spacing: 13px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 640px) {
  .hero-copy h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 35.2px */
    letter-spacing: 7px;
    text-transform: uppercase;
  }
}
.hero-copy p {
  text-align: center;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 640px) {
  .hero-copy p {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 19.6px */
    letter-spacing: 2px;
    margin: 0 0 16px 0;
  }
}
.hero-copy p a {
  color: #fff;
}

button {
  color: var(--FFFFFF, #FFF);
  text-align: center;
  font-family: Owners;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
  padding: 0 24px;
  height: 40px;
  background: var(--203A4D, #203A4D);
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

button:hover {
  background: #627582;
  transition: all 0.3s ease;
}

button.secondary {
  color: var(--203A4D, #203A4D);
  text-align: center;
  font-family: Owners;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-flex;
  height: 40px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #203A4D;
  background: #F2F1EC;
}

button.secondary:hover {
  color: #FFF;
  background: #203A4D;
}

h1 {
  color: #203A4D;
  font-family: Owners;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 52.8px */
  letter-spacing: 13px;
  text-transform: uppercase;
  margin: 0 auto 24px auto;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
    letter-spacing: 7px;
    margin: 0 auto 16px auto;
  }
}

h2 {
  margin: 0 auto 0px auto;
  color: #203A4D;
  font-family: Owners;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 37.4px */
  letter-spacing: 4.08px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
    letter-spacing: 2.4px;
  }
}

h3 {
  margin: 0 auto 0px auto;
  color: #203A4D;
  font-family: Owners;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 14px;
    letter-spacing: 3px;
  }
}

h4 {
  margin: 0 auto 0px auto;
  color: #203A4D;
  font-family: Owners;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 12px;
    letter-spacing: 3px;
  }
}

p {
  margin: 0 auto 0px auto;
  color: #203A4D;
  font-family: Owners;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

#booking-box {
  position: fixed;
  top: 112px;
  width: 248px;
  right: calc(50% - 720px);
  padding: 14px 32px 14px 14px;
  background: rgba(242, 241, 236, 0.7);
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
  z-index: 995;
}
@media screen and (max-width: 1438px) {
  #booking-box {
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  #booking-box {
    display: none;
  }
}
#booking-box .item {
  position: relative;
  width: 202px;
  height: 48px;
  border: 1px solid #203A4D;
  padding: 0 25px;
  background: #F2F1EC;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  /* Label inside box */
}
#booking-box .item label {
  position: absolute;
  left: 25px;
  top: 14px;
  font-size: 12px;
  font-family: "Owners", sans-serif;
  color: #627582;
  pointer-events: none;
  transition: opacity 0.15s;
  z-index: 2;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#booking-box .item {
  /* Base input/select positioning */
}
#booking-box .item input[type=date],
#booking-box .item select {
  position: absolute;
  left: 25px;
  width: calc(100% - 50px);
  height: 22px;
  border: none;
  background: none;
  font-size: 14px;
  color: transparent; /* hide raw value initially */
  outline: none;
  cursor: pointer;
  z-index: 3;
}
#booking-box .item {
  /* calendar icon for date input */
}
#booking-box .item input[type=date] {
  background: url("/wp-content/themes/seagate/img/calendar.svg") no-repeat right 8px center;
  background-size: 16px;
  appearance: none;
}
#booking-box .item {
  /* NEW — arrow icon for SELECT */
}
#booking-box .item select {
  background: url("/wp-content/themes/seagate/img/arrow-down.svg") no-repeat right 8px center;
  background-size: 12px;
  appearance: none;
}
#booking-box .item select option {
  color: black;
}
#booking-box .item {
  /* hide calendar indicator but keep clickable */
}
#booking-box .item input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 4;
}
#booking-box .item {
  /* hide native date text */
}
#booking-box .item input[type=date]::-webkit-datetime-edit,
#booking-box .item input[type=date]::-webkit-datetime-edit-text,
#booking-box .item input[type=date]::-webkit-datetime-edit-month-field,
#booking-box .item input[type=date]::-webkit-datetime-edit-day-field,
#booking-box .item input[type=date]::-webkit-datetime-edit-year-field {
  color: transparent !important;
  display: none;
}
#booking-box .item {
  /* Show formatted date or selected guest text — via JS */
}
#booking-box .item.has-value::after {
  content: attr(data-display);
  position: absolute;
  left: 25px;
  bottom: 14px;
  color: #203A4D;
  pointer-events: none;
  z-index: 2;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#booking-box .item {
  /* hide label when value present */
}
#booking-box .item.has-value label {
  opacity: 0;
}
#booking-box .item {
  /* hide icons when value present */
}
#booking-box #submitBooking {
  margin-top: 2px;
  width: 100%;
  height: 48px;
  border: 1px solid #203A4D;
  padding: 0 25px;
  height: 44px;
  color: #0F2C3C;
  background: #F2F1EC;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-weight: 500;
  font-family: "Owners", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}
#booking-box #submitBooking:hover {
  background: #203A4D;
  color: #fff;
  transition: all 0.3s ease;
}

.error404 #booking-box {
  display: none;
}

/* Keep banner invisible but allow JS to initialize */
/* Hide the floating "Revisit Consent" badge */
.cky-notice .cky-title {
  font-size: 34px;
  line-height: 38px;
}

.cky-notice-des {
  font-size: 16px;
}

/* page styles */
section.content.image_with_copy .wrapper .image_with_copy_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper .image {
  flex-basis: calc(50% - 131px);
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper .image img {
  max-width: 568px;
}
@media screen and (max-width: 1040px) {
  section.content.image_with_copy .wrapper .image_with_copy_wrapper .image img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.content.image_with_copy .wrapper .image_with_copy_wrapper .image img {
    max-width: 100%;
  }
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper .image img.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  section.content.image_with_copy .wrapper .image_with_copy_wrapper .image {
    order: 1 !important;
  }
  section.content.image_with_copy .wrapper .image_with_copy_wrapper .image img.mobile {
    display: block;
  }
  section.content.image_with_copy .wrapper .image_with_copy_wrapper .image img.desktop {
    display: none;
  }
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper .content {
  flex-basis: calc(50% - 131px);
  text-align: center;
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper .content h2 {
  margin: 0 0 16px 0;
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper .content h3 {
  margin: 0 0 24px 0;
}
@media screen and (max-width: 768px) {
  section.content.image_with_copy .wrapper .image_with_copy_wrapper .content h4 {
    margin: 16px 0 0 0;
  }
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper .content p {
  color: #203A4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  section.content.image_with_copy .wrapper .image_with_copy_wrapper .content p {
    letter-spacing: 2px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  section.content.image_with_copy .wrapper .image_with_copy_wrapper .content {
    order: 2 !important;
  }
  section.content.image_with_copy .wrapper .image_with_copy_wrapper .content h2, section.content.image_with_copy .wrapper .image_with_copy_wrapper .content h3, section.content.image_with_copy .wrapper .image_with_copy_wrapper .content p {
    margin-bottom: 8px !important;
  }
  section.content.image_with_copy .wrapper .image_with_copy_wrapper .content p:last-child {
    margin-bottom: 0px !important;
  }
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper.left {
  gap: 127px;
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper.left .image {
  order: 1;
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper.left .content {
  order: 2;
  padding-right: 10%;
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper.right {
  gap: 136px;
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper.right .image {
  order: 2;
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper.right .content {
  order: 1;
  padding-left: 10%;
}
section.content.image_with_copy .wrapper .image_with_copy_wrapper.right {
  justify-content: flex-end;
}
section.content.image_with_copy .wrapper.left_align .image_with_copy_wrapper .content {
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.content.image_with_copy .wrapper.left_align .image_with_copy_wrapper .content {
    text-align: center;
  }
}
section.content.image_with_copy .wrapper.widen_gap .image_with_copy_wrapper {
  gap: 246px;
}
@media screen and (max-width: 768px) {
  section.content.image_with_copy .wrapper.widen_gap .image_with_copy_wrapper {
    gap: 32px;
  }
}
section.content.image_with_copy .wrapper.padding_top_thirty {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  section.content.image_with_copy .wrapper.padding_top_thirty {
    padding-top: 16px;
  }
}
section.content.image_with_copy .wrapper.restrict_copy .image_with_copy_wrapper .content {
  max-width: 332px;
  margin: 0 auto;
}
section.content.image_with_copy .wrapper.restrict_copy .image_with_copy_wrapper .content h3 {
  margin: 0 0 24px 0;
}
section.content.image_with_copy .wrapper.five_columns .image_with_copy_wrapper {
  gap: 131px;
}
section.content.image_with_copy .wrapper.five_columns .image_with_copy_wrapper .image {
  flex-basis: calc(50% - 131px);
}
@media screen and (max-width: 768px) {
  section.content.image_with_copy .wrapper .image_with_copy_wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 32px;
  }
  section.content.image_with_copy .wrapper .image_with_copy_wrapper .image, section.content.image_with_copy .wrapper .image_with_copy_wrapper .content {
    flex-basis: 100%;
  }
  section.content.image_with_copy .wrapper .image_with_copy_wrapper.left, section.content.image_with_copy .wrapper .image_with_copy_wrapper.right {
    gap: 32px;
    margin: 0 0 64px 0;
  }
  section.content.image_with_copy .wrapper .image_with_copy_wrapper.left .content, section.content.image_with_copy .wrapper .image_with_copy_wrapper.right .content {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  section.content.image_with_copy:not(:has(~ .image_with_copy)) .wrapper {
    padding-bottom: 80px;
  }
  section.content.image_with_copy:not(:has(~ .image_with_copy)) .wrapper .image_with_copy_wrapper.left, section.content.image_with_copy:not(:has(~ .image_with_copy)) .wrapper .image_with_copy_wrapper.right {
    margin: 0;
  }
}

/* page styles */
section.content.directions-module .wrapper {
  padding: 16px 32px 96px 32px;
}
section.content.directions-module .wrapper h1 {
  text-align: center;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 768px) {
  section.content.directions-module .wrapper h1 {
    margin: 0 auto 40px auto;
  }
}
section.content.directions-module .wrapper .directions-module-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 75px;
}
section.content.directions-module .wrapper .directions-module-wrap .col.image {
  flex-basis: 60%;
}
section.content.directions-module .wrapper .directions-module-wrap .col.image img {
  max-width: 792px;
}
@media screen and (max-width: 900px) {
  section.content.directions-module .wrapper .directions-module-wrap .col.image img {
    max-width: 100%;
  }
}
section.content.directions-module .wrapper .directions-module-wrap .col.image .mobile {
  display: none !important;
}
@media screen and (max-width: 640px) {
  section.content.directions-module .wrapper .directions-module-wrap .col.image .desktop {
    display: none !important;
  }
  section.content.directions-module .wrapper .directions-module-wrap .col.image .mobile {
    display: block !important;
  }
}
section.content.directions-module .wrapper .directions-module-wrap .col.directions-copy {
  flex-basis: 40%;
}
section.content.directions-module .wrapper .directions-module-wrap .col.directions-copy p {
  color: #203A4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  section.content.directions-module .wrapper .directions-module-wrap .col.directions-copy p {
    letter-spacing: 2px;
    font-size: 14px;
  }
}
section.content.directions-module .wrapper .directions-module-wrap .col.directions-copy .target {
  opacity: 0;
  transition: opacity 0.3s ease;
}
section.content.directions-module .wrapper .directions-module-wrap .col.directions-copy .target.is-active {
  opacity: 1;
  margin: 0 0 48px 0;
}
section.content.directions-module .wrapper .directions-module-wrap .col.directions-copy .target.is-active h3 {
  margin: 48px 0 8px 0;
}
section.content.directions-module .wrapper .directions-module-wrap .col.directions-copy .target.is-active p {
  margin: 0;
}
section.content.directions-module .wrapper .directions-module-wrap {
  /* Tabs */
}
section.content.directions-module .wrapper .directions-module-wrap .location-tab {
  cursor: pointer;
  color: var(--627582, #627582);
  /* CTA/BUTTON */
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 16px 0;
  text-decoration: none;
  display: block;
  text-align: left;
}
section.content.directions-module .wrapper .directions-module-wrap .location-tab.is-active {
  color: #203A4D;
  text-decoration: underline;
}
section.content.directions-module .wrapper .directions-module-wrap.left .image {
  order: 1;
}
section.content.directions-module .wrapper .directions-module-wrap.left .content {
  order: 2;
}
section.content.directions-module .wrapper .directions-module-wrap.right .image {
  order: 2;
}
section.content.directions-module .wrapper .directions-module-wrap.right .content {
  order: 1;
}
@media screen and (max-width: 768px) {
  section.content.directions-module .wrapper {
    padding: 16px 32px 32px 32px;
  }
  section.content.directions-module .wrapper .directions-module-wrap {
    flex-wrap: wrap;
    gap: 32px;
  }
  section.content.directions-module .wrapper .directions-module-wrap .col.image, section.content.directions-module .wrapper .directions-module-wrap .col.directions-copy {
    flex-basis: 100%;
  }
}

/* page styles */
section.content.rooms-module .wrapper {
  padding: 16px 32px 0px 32px;
}
section.content.rooms-module .wrapper .rooms-wrap {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media screen and (max-width: 768px) {
  section.content.rooms-module .wrapper .rooms-wrap {
    gap: 40px;
  }
}
section.content.rooms-module .wrapper .room-inner {
  display: flex;
  gap: 16px;
  max-width: 100%;
  overflow: hidden;
}
section.content.rooms-module .wrapper .room-inner .slick-dots {
  display: none !important;
}
section.content.rooms-module .wrapper .room-col-left {
  flex-basis: 25%;
  min-width: 25%;
}
section.content.rooms-module .wrapper .room-col-left .room-solo-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  section.content.rooms-module .wrapper .room-col-left .room-solo-image img {
    max-width: 240px;
    margin: 0 auto;
  }
}
section.content.rooms-module .wrapper .room-col-left .room-title {
  margin: 24px 0 8px 0;
}
@media screen and (max-width: 768px) {
  section.content.rooms-module .wrapper .room-col-left .room-title {
    margin: 0px 0 8px 0;
  }
}
section.content.rooms-module .wrapper .room-col-left .room-title, section.content.rooms-module .wrapper .room-col-left .room-subhead {
  text-align: center;
}
section.content.rooms-module .wrapper .room-col-right {
  flex-basis: 75%;
  min-width: 75%;
}
section.content.rooms-module .wrapper .room-col-right .room-gallery {
  margin-bottom: 32px;
}
section.content.rooms-module .wrapper .room-col-right .room-gallery .slick-list, section.content.rooms-module .wrapper .room-col-right .room-gallery .slick-track, section.content.rooms-module .wrapper .room-col-right .room-gallery .slick-slide {
  max-width: 100%;
  overflow: hidden;
}
section.content.rooms-module .wrapper .room-col-right .room-gallery .slick-list img, section.content.rooms-module .wrapper .room-col-right .room-gallery .slick-track img, section.content.rooms-module .wrapper .room-col-right .room-gallery .slick-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
section.content.rooms-module .wrapper .room-description {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
  text-align: left;
  max-width: 796px;
}
section.content.rooms-module .wrapper .room-description a {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 3px;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 8.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-align: left;
}
section.content.rooms-module .wrapper .room-types {
  text-align: left;
  margin: 24px 0 0 0;
}
section.content.rooms-module .wrapper .room-types .room-types-toggle {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: left;
  background: none;
  padding: 0 25px 0 0;
  position: relative;
}
section.content.rooms-module .wrapper .room-types .room-types-toggle .chevron {
  transition: transform 0.3s ease;
  position: relative;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
}
section.content.rooms-module .wrapper .room-types .room-types-toggle.open .chevron {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
section.content.rooms-module .wrapper .room-types-content {
  display: none;
  margin-top: 16px;
}
section.content.rooms-module .wrapper .room-types-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  column-gap: 132px; /* horizontal */
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  section.content.rooms-module .wrapper .room-types-grid {
    row-gap: 24px;
  }
}
section.content.rooms-module .wrapper .room-type {
  flex: 0 0 auto;
  width: 216px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  section.content.rooms-module .wrapper .room-type {
    width: 100%;
  }
}
section.content.rooms-module .wrapper .room-type h3, section.content.rooms-module .wrapper .room-type h4 {
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.content.rooms-module .wrapper .rooms-wrap .room-inner {
    flex-wrap: wrap;
    gap: 24px;
  }
  section.content.rooms-module .wrapper .rooms-wrap .room-inner .room-col {
    max-width: 100%;
    flex-basis: 100%;
    min-width: 100%;
  }
  section.content.rooms-module .wrapper .rooms-wrap .room-inner .room-col .room-gallery {
    max-width: 100%;
    margin-bottom: 16px;
  }
  section.content.rooms-module .wrapper .rooms-wrap .room-inner .room-col .room-title {
    margin-bottom: 8px;
  }
}

section.content .wrapper.bcic {
  padding: 96px 32px;
}
section.content .wrapper.bcic .columns-grid {
  align-items: flex-start;
  display: grid;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 32px;
  margin: 0px auto;
  padding-top: 24px;
  /* Max 4 columns */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 25% - 18px), 1fr));
}
section.content .wrapper.bcic .columns-grid .column figure {
  margin: 0 0 40px 0;
}
section.content .wrapper.bcic .columns-grid .column h3 {
  margin: 0 0 24px 0;
  max-width: 448px;
}
@media screen and (max-width: 768px) {
  section.content .wrapper.bcic .columns-grid .column h3 {
    max-width: 100%;
  }
}
section.content .wrapper.bcic .columns-grid .column h4 {
  margin: 0 0 16px 0;
}
section.content .wrapper.bcic .columns-grid .column *:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.content .wrapper.bcic .columns-grid {
    padding-top: 0px;
    grid-template-columns: 1fr;
  }
  section.content .wrapper.bcic .columns-grid .column figure {
    margin: 0 0 32px 0;
  }
  section.content .wrapper.bcic .columns-grid .column h2 {
    margin-bottom: 16px;
  }
  section.content .wrapper.bcic .columns-grid .column h4 {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 768px) {
  section.content .wrapper.bcic {
    padding: 80px 16px;
  }
  section.content .wrapper.bcic h1 {
    margin-bottom: 40px;
  }
}

section.content .wrapper.bcic.five_columns .columns-grid, .five_columns .columns-grid {
  /* Max 5 columns */
  align-items: flex-start;
  max-width: 1120px !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20% - 18px), 1fr));
}
@media screen and (max-width: 640px) {
  section.content .wrapper.bcic.five_columns .columns-grid, .five_columns .columns-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-rooms-suites .columns-grid {
    padding-top: 16px;
    row-gap: 32px;
  }
  .page-rooms-suites .columns-grid .column:last-child h4 {
    margin: 0 0 40px 0;
  }
}

.page-beach-club-membership .content:not(.two_column_with_accordion) .columns-grid .column, .page-resort-membership .content:not(.two_column_with_accordion) .columns-grid .column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-column-with-image .col.flexed-items .press-list {
  display: grid;
  gap: 56px;
}
.two-column-with-image .col.flexed-items .press-list .press-item .press-title {
  margin-bottom: 16px;
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 3px;
  text-transform: uppercase;
}
.two-column-with-image .col.flexed-items .press-list .press-item .press-desc {
  margin-bottom: 16px;
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.two-column-with-image .col.flexed-items .press-list .press-item p.cta .press-link {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: 3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 8.5%; /* 1.02px */
  text-underline-offset: 25%; /* 3px */
  text-underline-position: from-font;
  text-transform: uppercase;
}

/* page styles */
section.content.dining-module .wrapper {
  padding: 16px 32px 96px 32px;
}
@media screen and (max-width: 768px) {
  section.content.dining-module .wrapper {
    padding: 0px 20px 80px 20px;
  }
}
section.content.dining-module .wrapper .venue-group p:last-of-type {
  margin: 0 0 0px 0;
}
section.content.dining-module .wrapper .venue-group-g1 {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
section.content.dining-module .wrapper .venue-group-g1 .venue-g1 .hero_desktop {
  margin: 0 0 35px 0;
}
section.content.dining-module .wrapper .venue-group-g1 .venue-g1 .hero_mobile {
  display: none;
  margin: 0 0 24px 0;
}
section.content.dining-module .wrapper .venue-group-g1 .venue-g1 .split.desktop {
  display: flex;
  gap: 16px;
  margin: 0 0 24px 0;
}
section.content.dining-module .wrapper .venue-group-g1 .venue-g1 .content {
  max-width: 690px;
  padding: 0 0 24px 0;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #203A4D;
}
section.content.dining-module .wrapper .venue-group-g1 .venue-g1 .content .description {
  margin: 0 0 0px 0;
}
section.content.dining-module .wrapper .venue-group-g1 .venue-g1 .content .description p a {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: none;
}
@media screen and (max-width: 640px) {
  section.content.dining-module .wrapper .venue-group-g1 .venue-g1 .content .description p a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  section.content.dining-module .wrapper .venue-group-g1 {
    gap: 80px;
  }
  section.content.dining-module .wrapper .venue-group-g1 .venue-g1 .hero_mobile {
    display: block;
  }
  section.content.dining-module .wrapper .venue-group-g1 .venue-g1 .hero_desktop, section.content.dining-module .wrapper .venue-group-g1 .venue-g1 .split.desktop {
    display: none;
  }
  section.content.dining-module .wrapper .venue-group-g1 .venue-g1 .content .description {
    margin: 0 0 0px 0;
  }
}
section.content.dining-module .wrapper .venue-group-g2 {
  display: flex;
  gap: 16px;
  margin: 96px 0;
}
section.content.dining-module .wrapper .venue-group-g2 .venue-g2 {
  flex-basis: calc(50% - 8px);
  min-width: calc(50% - 8px);
}
section.content.dining-module .wrapper .venue-group-g2 .venue-g2 .hero_desktop {
  margin: 0 0 35px 0;
}
section.content.dining-module .wrapper .venue-group-g2 .venue-g2 .hero_mobile {
  display: none;
  margin: 0 0 24px 0;
}
section.content.dining-module .wrapper .venue-group-g2 .venue-g2 .menus .details {
  padding: 24px 0 0 0;
  max-width: 446px;
}
@media screen and (max-width: 768px) {
  section.content.dining-module .wrapper .venue-group-g2 .venue-g2 .menus .details {
    max-width: 100%;
  }
}
section.content.dining-module .wrapper .venue-group-g2 .venue-g2 .content {
  max-width: 564px;
  padding: 0 0 24px 0;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #203A4D;
}
@media screen and (max-width: 768px) {
  section.content.dining-module .wrapper .venue-group-g2 .venue-g2 .content {
    max-width: 100%;
  }
}
section.content.dining-module .wrapper .venue-group-g2 .venue-g2 .content .description {
  margin: 0 0 24px 0;
  min-height: 114px;
}
section.content.dining-module .wrapper .venue-group-g2 .venue-g2 .content .description p a {
  color: #203A4D;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  section.content.dining-module .wrapper .venue-group-g2 {
    flex-wrap: wrap;
    margin: 80px 0;
    gap: 80px;
  }
  section.content.dining-module .wrapper .venue-group-g2 .venue-g2 {
    flex-basis: 100%;
    min-width: 100%;
  }
  section.content.dining-module .wrapper .venue-group-g2 .venue-g2 .hero_mobile {
    display: block;
  }
  section.content.dining-module .wrapper .venue-group-g2 .venue-g2 .hero_desktop {
    display: none;
  }
  section.content.dining-module .wrapper .venue-group-g2 .venue-g2 .content .description {
    min-height: 1px;
  }
  section.content.dining-module .wrapper .venue-group-g2 .venue-g2 .content .description p a {
    font-size: 14px;
  }
}
section.content.dining-module .wrapper .venue-group-g3 {
  display: flex;
  gap: 96px;
  flex-direction: column;
}
section.content.dining-module .wrapper .venue-group-g3 .venue {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.content.dining-module .wrapper .venue-group-g3 .img {
  order: 5;
  display: flex;
  gap: 16px;
  flex-basis: calc(50% - 8px);
  min-width: calc(50% - 8px);
}
section.content.dining-module .wrapper .venue-group-g3 .img .hero_desktop {
  margin: 0 0 0px 0;
  max-width: 568px;
}
section.content.dining-module .wrapper .venue-group-g3 .img .hero_mobile {
  display: none;
  margin: 0 0 24px 0;
}
section.content.dining-module .wrapper .venue-group-g3 .copy {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  flex-basis: calc(50% - 8px);
  min-width: calc(50% - 8px);
}
section.content.dining-module .wrapper .venue-group-g3 .copy .menus {
  margin: 0 40% 24px 10%;
}
section.content.dining-module .wrapper .venue-group-g3 .copy .content {
  max-width: 335px;
  padding: 0 0 24px 0;
  margin: 0 40% 0px 10%;
  border-bottom: 1px solid #203A4D;
}
section.content.dining-module .wrapper .venue-group-g3 .copy .content .description {
  margin: 0 0 24px 0;
}
section.content.dining-module .wrapper .venue-group-g3 .copy .content .description p a {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  section.content.dining-module .wrapper .venue-group-g3 {
    gap: 80px;
  }
  section.content.dining-module .wrapper .venue-group-g3 .venue-g3 {
    flex-basis: 100%;
    min-width: 100%;
    flex-wrap: wrap;
  }
  section.content.dining-module .wrapper .venue-group-g3 .venue-g3 .copy, section.content.dining-module .wrapper .venue-group-g3 .venue-g3 .img {
    flex-basis: 100%;
    min-width: 100%;
  }
  section.content.dining-module .wrapper .venue-group-g3 .venue-g3 .copy {
    order: 5;
  }
  section.content.dining-module .wrapper .venue-group-g3 .venue-g3 .copy .menus {
    margin: 0;
  }
  section.content.dining-module .wrapper .venue-group-g3 .venue-g3 .copy .content {
    padding: 0 0 0px 0;
    margin: 0;
    max-width: 100%;
  }
  section.content.dining-module .wrapper .venue-group-g3 .venue-g3 .copy .content .wrap {
    padding-bottom: 24px;
  }
  section.content.dining-module .wrapper .venue-group-g3 .venue-g3 .img {
    copy: 1;
  }
  section.content.dining-module .wrapper .venue-group-g3 .venue-g3 .hero_mobile {
    display: block;
  }
  section.content.dining-module .wrapper .venue-group-g3 .venue-g3 .hero_desktop {
    display: none;
  }
}
section.content.dining-module .wrapper .menus {
  text-align: left;
  margin: 24px 0 0 0;
  max-width: 564px;
}
@media screen and (max-width: 768px) {
  section.content.dining-module .wrapper .menus {
    max-width: 100%;
  }
}
section.content.dining-module .wrapper .menus .menus-toggle {
  height: auto;
  color: var(--203A4D, #203A4D);
  background: none;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 25px 0 0;
  position: relative;
}
section.content.dining-module .wrapper .menus .menus-toggle .chevron {
  transition: transform 0.3s ease;
  position: relative;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 0;
}
section.content.dining-module .wrapper .menus .menus-toggle.open .chevron {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
section.content.dining-module .wrapper .menus .menus-content {
  display: none;
  margin-top: 24px;
}
section.content.dining-module .wrapper .menus .menus-content .details p a {
  color: var(--203A4D, #203A4D);
  text-align: center;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: 3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 8.5%; /* 1.02px */
  text-underline-offset: 25%; /* 3px */
  text-underline-position: from-font;
  text-transform: uppercase;
}
section.content.dining-module .wrapper .menus .menus-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.content.dining-module .wrapper .menus .menus-grid .menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.content.dining-module .wrapper .menus .menus-grid .menu p a {
  color: var(--203A4D, #203A4D);
  text-align: center;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: 3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 8.5%; /* 1.02px */
  text-underline-offset: 25%; /* 3px */
  text-underline-position: from-font;
  text-transform: uppercase;
}
section.content.dining-module .wrapper .menus .menus-grid .menu h4, section.content.dining-module .wrapper .menus .menus-grid .menu p {
  margin: 0;
}
section.content.dining-module .wrapper .venue-group-g2 .menus .menus-toggle .chevron {
  top: -2px;
}
@media screen and (max-width: 768px) {
  section.content.dining-module .wrapper .venue-group-g2 .menus .menus-toggle .chevron {
    top: -1px;
  }
}

section.single-venue {
  margin: 112px auto 0 auto;
}
section.single-venue .wrapper {
  padding: 50px 32px 96px 32px !important;
}
section.single-venue .wrapper .menus .menus-content {
  display: block !important;
}
section.single-venue .wrapper .menus .menus-content p {
  margin: 0 0 24px 0;
}
section.single-venue .wrapper p {
  margin: 0px 0 24px 0;
  max-width: 890px !important;
}
section.single-venue .wrapper p:last-of-type {
  margin: 0px 0 24px 0 !important;
}
section.single-venue .wrapper .venue-group-g1 .venue-g1 .content {
  margin: 0 !important;
  padding: 0 !important;
}
section.single-venue .wrapper .details {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  section.single-venue {
    margin: 97px auto 0 auto;
  }
  section.single-venue .wrapper {
    padding: 40px 16px !important;
  }
}

.menu-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.menu-modal.open {
  display: block;
}

.menu-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
}

.menu-modal-inner {
  position: relative;
  max-width: 912px;
  margin: 5vh auto;
  background: #fff;
  height: 90vh;
  padding: 0;
  overflow: hidden; /* CRITICAL */
  background: var(--F2F1EC, #F2F1EC);
  box-shadow: 0 0 44.3px 12px rgba(98, 117, 130, 0.18);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .menu-modal-inner {
    margin: 5vh 16px;
  }
}
.menu-modal-inner .menu-modal-close {
  position: absolute;
  top: 20px;
  left: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 640px) {
  .menu-modal-inner .menu-modal-close {
    width: 12px;
    height: 12px;
  }
}
.menu-modal-inner .menu-modal-close img {
  width: 16px;
  height: 16px;
  display: block;
}
@media screen and (max-width: 640px) {
  .menu-modal-inner .menu-modal-close img {
    width: 12px;
    height: 12px;
  }
}
.menu-modal-inner .menu-modal-header {
  position: relative;
  top: 0;
  z-index: 2;
  padding: 0px 116px;
}
.menu-modal-inner .menu-modal-header h1 {
  text-align: center;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 640px) {
  .menu-modal-inner .menu-modal-header {
    padding: 0px 8px;
  }
  .menu-modal-inner .menu-modal-header h1 {
    padding: 56px 0 0 0;
  }
}
.menu-modal-inner .menu-modal-body {
  padding: 40px 116px;
  overflow-y: auto; /* ONLY THIS SCROLLS */
  min-height: 0px;
  flex: 1 1 auto;
}
@media screen and (max-width: 640px) {
  .menu-modal-inner .menu-modal-body {
    padding: 56px 8px 40px 8px;
  }
}
.menu-modal-inner .menu-modal-content {
  position: relative;
}
.menu-modal-inner .menu-modal-content .menu-modal-article .menu-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.menu-modal-inner .menu-modal-content .menu-modal-article .menu-body .menu-section {
  text-align: left;
}
.menu-modal-inner .menu-modal-content .menu-modal-article .menu-body .menu-section h2 {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 37.4px */
  letter-spacing: 4.08px;
}
@media screen and (max-width: 640px) {
  .menu-modal-inner .menu-modal-content .menu-modal-article .menu-body .menu-section h2 {
    font-size: 20px;
    letter-spacing: 2.4px;
  }
}
.menu-modal-inner .menu-modal-content .menu-modal-article .menu-body .menu-section .menu-items {
  padding: 0;
  margin: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.menu-modal-inner .menu-modal-content .menu-modal-article .menu-body .menu-section .menu-items .menu-item {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.menu-modal-inner .menu-modal-content .menu-modal-article .menu-body .menu-section .menu-items .menu-item .menu-item-left .menu-item-name {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .menu-modal-inner .menu-modal-content .menu-modal-article .menu-body .menu-section .menu-items .menu-item .menu-item-left .menu-item-name {
    font-size: 14px;
  }
}
.menu-modal-inner .menu-modal-content .menu-modal-article .menu-body .menu-section .menu-items .menu-item .menu-item-left .menu-item-description {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  letter-spacing: 2px;
  padding-right: 40px;
}
@media screen and (max-width: 640px) {
  .menu-modal-inner .menu-modal-content .menu-modal-article .menu-body .menu-section .menu-items .menu-item .menu-item-left .menu-item-description {
    font-size: 14px;
  }
}
.menu-modal-inner .menu-modal-content .menu-modal-article .menu-body .menu-section .menu-items .menu-item .menu-item-right {
  flex-basis: 100px;
  min-width: 100px;
}
.menu-modal-inner .menu-modal-content .menu-modal-article .menu-body .menu-section .menu-items .menu-item .menu-item-right .menu-item-price {
  color: var(--203A4D, #203A4D);
  text-align: right;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .menu-modal-inner .menu-modal-content .menu-modal-article .menu-body .menu-section .menu-items .menu-item .menu-item-right .menu-item-price {
    font-size: 14px;
  }
}

body.modal-open {
  overflow: hidden;
}

section.membership .wrapper {
  padding: 16px 32px 96px 32px;
}
@media screen and (max-width: 768px) {
  section.membership .wrapper {
    padding: 0 20px 80px 20px;
  }
}
section.membership .wrapper .form-section {
  margin: 0 auto;
  max-width: 690px;
  padding: 0px 0;
  text-align: center;
}
section.membership .wrapper .form-section h2 {
  margin: 0 0 16px 0;
}
section.membership .wrapper .form-section p {
  margin: 0 0 24px 0;
}
section.membership .wrapper .form-section p:last-of-type {
  margin: 0;
}
section.membership .wrapper .form-section form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 48px 0 0 0;
}
section.membership .wrapper .form-section form p {
  flex-basis: calc(50% - 4px);
  min-width: calc(50% - 4px);
}
@media screen and (max-width: 640px) {
  section.membership .wrapper .form-section form p {
    flex-basis: 100%;
    min-width: 100%;
  }
}
section.membership .wrapper .form-section form p.full {
  flex-basis: 100%;
  min-width: 100%;
}
section.membership .wrapper .form-section form p.full select, section.membership .wrapper .form-section form p.full textarea {
  width: 100%;
}
section.membership .wrapper .form-section form p.note {
  color: var(--627582, #627582);
  text-align: left;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  letter-spacing: 1px;
}
section.membership .wrapper .form-section form input[type=text], section.membership .wrapper .form-section form input[type=email], section.membership .wrapper .form-section form input[type=tel], section.membership .wrapper .form-section form textarea {
  border: 1px solid #203A4D;
  background: rgba(0, 0, 0, 0);
  display: flex;
  height: 39px;
  padding: 0 25px;
  align-items: center;
  color: var(--627582, #627582);
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
}
section.membership .wrapper .form-section form textarea {
  height: 97px;
  padding: 25px;
  margin: 0 0 8px 0;
}
section.membership .wrapper .form-section form .wpcf7-list-item {
  margin: 0;
}
section.membership .wrapper .form-section form input[type=submit] {
  background: var(--203A4D, #203A4D);
  width: 100%;
  color: var(--F2F1EC, #F2F1EC);
  text-align: center;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: 3px;
  text-transform: uppercase;
  height: 40px;
}

section.membership.no-pad-top .wrapper {
  padding-top: 0px !important;
}

/* Select2 base */
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 40px !important;
  border: 1px solid #203A4D !important;
  border-radius: 0 !important;
  padding: 0 25px !important;
  background: rgba(0, 0, 0, 0) !important;
  color: var(--627582, #627582) !important;
  font-family: "Owners", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.select2-selection__rendered {
  line-height: 40px !important;
  padding-left: 0 !important;
}

.select2-selection__arrow {
  height: 48px;
}

/* Hide default arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

/* Custom arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("/wp-content/themes/seagate/img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  width: 40px;
  right: 10px !important;
  top: 6px !important;
}

.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.select2-dropdown {
  background: #F2F1EC !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--627582, #627582) !important;
}

.select2-results .select2-results__options .select2-results__option {
  color: var(--627582, #627582) !important;
}
.select2-results .select2-results__options .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--203A4D, #203A4D) !important;
  color: #fff !important;
}

input::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}

.two_column_with_accordion .wrapper .columns-grid {
  display: grid;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 40px;
  margin: 0px auto 16px auto;
  padding-top: 0px;
  max-width: 1144px;
}
.two_column_with_accordion .wrapper .columns-grid figure {
  margin: 0 0 40px 0;
}
.two_column_with_accordion .wrapper .columns-grid h3 {
  margin: 0 0 24px 0;
}
.two_column_with_accordion .wrapper .columns-grid h4 {
  margin: 0 0 10px 0;
}
.two_column_with_accordion .wrapper .columns-grid {
  /* Max 4 columns */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 50% - 18px), 1fr));
}
.two_column_with_accordion .wrapper .columns-grid .column .top {
  margin: 0 0 0px 0;
}
.two_column_with_accordion .wrapper .columns-grid .column .top p {
  min-height: 90px;
}
.two_column_with_accordion .wrapper .columns-grid .column .top p a {
  color: #203A4D;
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 640px) {
  .two_column_with_accordion .wrapper .columns-grid .column .top p a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .two_column_with_accordion .wrapper .columns-grid .column .top p {
    min-height: 10px;
  }
}
.two_column_with_accordion .wrapper .columns-grid .column .details-toggle {
  height: auto;
  color: var(--203A4D, #203A4D);
  background: none;
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 25px 0 0;
  position: relative;
}
.two_column_with_accordion .wrapper .columns-grid .column .details-toggle .chevron {
  transition: transform 0.3s ease;
  position: absolute;
  padding-left: 0px;
  top: 0px;
  right: 0;
}
.two_column_with_accordion .wrapper .columns-grid .column .details-toggle.open .chevron {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.two_column_with_accordion .wrapper .columns-grid .column .details-content {
  display: none;
  margin-top: 16px;
}
.two_column_with_accordion .wrapper .columns-grid .column .details-content p {
  max-width: 452px;
}
@media screen and (max-width: 768px) {
  .two_column_with_accordion .wrapper .columns-grid .column .details-content p {
    max-width: 100%;
  }
}
.two_column_with_accordion .wrapper .columns-grid .column .details-content p.no-margin-bottom {
  margin-bottom: 0px !important;
}
.two_column_with_accordion .wrapper .columns-grid .column .details-content a {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: none;
}
@media screen and (max-width: 640px) {
  .two_column_with_accordion .wrapper .columns-grid .column .details-content a {
    font-size: 14px;
  }
}
.two_column_with_accordion .wrapper .columns-grid .column .details-content h4 a {
  color: var(--203A4D, #203A4D);
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: 3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 8.5%; /* 1.02px */
  text-underline-offset: 25%; /* 3px */
  text-underline-position: from-font;
  text-transform: uppercase;
  margin: 8px 0 0 0;
  display: inline-block;
}
.two_column_with_accordion .wrapper .columns-grid .column .details-content h4 a:last-child {
  margin-bottom: 8px;
}
.two_column_with_accordion .wrapper .column.has-accordion .top {
  padding: 0 0 24px 0;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #203A4D;
}
@media (max-width: 768px) {
  .two_column_with_accordion .wrapper .columns-grid {
    row-gap: 64px;
    margin: 0px auto 0px auto;
    padding-top: 0px;
    grid-template-columns: 1fr;
  }
  .two_column_with_accordion .wrapper .columns-grid figure {
    margin: 0 0 24px 0;
  }
}
.two_column_with_accordion .wrapper.no-pad-bottom .columns-grid {
  margin: 0px auto 0px auto;
}

section.divider .wrapper {
  position: relative;
  padding: 96px 0;
  max-width: 1144px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.divider .wrapper {
    padding: 80px 16px;
  }
}
section.divider .wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 0 auto;
}

section.left_column_tabs_right_column_accordions .wrapper {
  padding: 16px 32px 90px 32px;
}
section.left_column_tabs_right_column_accordions .wrapper h1 {
  text-align: center;
}
section.left_column_tabs_right_column_accordions .wrapper .tabs {
  display: flex;
  gap: 16px;
  margin: 66px auto 0 auto;
  max-width: 1134px;
}
section.left_column_tabs_right_column_accordions .wrapper .tabs .tab-list {
  flex: 0 0 28.8%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.left_column_tabs_right_column_accordions .wrapper .tabs .tab-list .ind-tab-item {
  cursor: pointer;
  color: var(--627582, #627582);
  font-family: "Owners", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: 3px;
  text-transform: uppercase;
}
section.left_column_tabs_right_column_accordions .wrapper .tabs .tab-list .is-active {
  color: var(--203A4D, #203A4D);
  letter-spacing: 3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 8.5%; /* 1.02px */
  text-underline-offset: 25%; /* 3px */
  text-underline-position: from-font;
  text-transform: uppercase;
}
section.left_column_tabs_right_column_accordions .wrapper .tabs .tab-panels {
  flex: 0 0 71.2%;
  position: relative;
}
section.left_column_tabs_right_column_accordions .wrapper .tabs .tab-panel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  transition: opacity 0.3s ease;
}
section.left_column_tabs_right_column_accordions .wrapper .tabs .tab-panel.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.left_column_tabs_right_column_accordions .wrapper .tabs .ind-tab-content h3 {
  position: relative;
  cursor: pointer;
  padding-right: 32px;
  max-width: 570px;
  text-align: left;
  margin: 0;
}
section.left_column_tabs_right_column_accordions .wrapper .tabs .ind-tab-content h3 .chevron {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.25s ease;
  pointer-events: none;
}
section.left_column_tabs_right_column_accordions .wrapper .tabs .ind-tab-content h3 + div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
  padding: 0;
}
section.left_column_tabs_right_column_accordions .wrapper .tabs .ind-tab-content.is-open h3 .chevron {
  transform: translateY(-50%) rotate(90deg);
}
section.left_column_tabs_right_column_accordions .wrapper .tabs .ind-tab-content.is-open h3 + div {
  max-height: 2000px;
  padding: 24px 0 0px;
}
@media screen and (max-width: 768px) {
  section.left_column_tabs_right_column_accordions .wrapper {
    padding: 0px 16px 80px 16px;
  }
  section.left_column_tabs_right_column_accordions .wrapper .tabs {
    flex-wrap: wrap;
    gap: 48px;
    margin: 40px auto 0 auto;
  }
  section.left_column_tabs_right_column_accordions .wrapper .tabs .tab-list, section.left_column_tabs_right_column_accordions .wrapper .tabs .tab-panels {
    flex-basis: 100%;
  }
  section.left_column_tabs_right_column_accordions .wrapper .tabs .tab-list {
    gap: 16px;
  }
}

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