/*! normalize.css v8.0.1 | 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 iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://use.typekit.net/zed5gfo.css");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 */
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  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 */
  appearance: button;
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* CUSTOM NORMALIZATIONS BY MATT
   ========================================================================== */
/*
 * Height of Body 100%
 */
html, body {
  height: 100%;
}

/*
 * Box Sizing fix
 */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html, body {
  font-family: "DM Sans", "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6, nav a, .btn {
  font-family: "brandon-grotesque", "Brandon Grotesque", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.2em;
}

nav a {
  letter-spacing: 0.05em;
}

button, .btn {
  font-family: "brandon-grotesque", "Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 40px;
  background-color: #0040FF;
  color: #FFF3E6;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
button:hover, .btn:hover {
  background-color: #1E56FF;
  color: #FFFFFF;
}

p {
  font-size: 100%;
  line-height: 165%;
}

section.hero {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 70%;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
section.hero img.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
section.hero h1 {
  color: #0040FF;
  text-align: center;
  margin: 0.67em 16px;
}
@media screen and (min-width: 480px) {
  section.hero h1 {
    font-size: 3em;
    margin: 0.67em 5vw;
  }
}
@media screen and (min-width: 768px) {
  section.hero h1 {
    font-size: 3.5em;
    margin: 0.2em 10vw;
  }
}
section.hero p {
  color: #0040FF;
  text-align: center;
  margin-left: 16px;
  margin-right: 16px;
  font-weight: 500;
}
@media screen and (min-width: 480px) {
  section.hero p {
    font-size: 115%;
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
@media screen and (min-width: 768px) {
  section.hero p {
    font-size: 118%;
    margin-left: 10vw;
    margin-right: 10vw;
    max-width: 720px;
  }
}
section.hero a {
  font-family: "brandon-grotesque", "Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 40px;
  position: relative;
  background-color: #0040FF;
  color: #FFF3E6;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
section.hero a:hover {
  background-color: #1E56FF;
  color: #FFFFFF;
}
section.hero::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: transparent;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

section.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}
section.content figure {
  margin: 0;
}
section.content figure img {
  width: 100%;
  border-radius: 20px;
}
section.content figure ul {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
section.content figure ul li {
  list-style: none;
  padding: 1vw;
}
section.content hr {
  margin: 7vw auto;
  border: 2px solid #FFF3E6;
  width: 25%;
}
section.content h1, section.content h2, section.content h3, section.content h4, section.content h5, section.content h6 {
  color: #0040FF;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4vw;
  margin-bottom: 3vw;
  text-align: center;
}
section.content p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section.content p a {
  margin-top: 2vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 768px) {
  section.content p {
    font-size: 115%;
    margin-bottom: 20px;
  }
  section.content p a {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}

.container {
  width: 100%;
  margin: 80px auto;
  padding: 16px;
}
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
  color: #0040FF;
  margin-top: 4vw;
  margin-bottom: 3vw;
}
@media screen and (min-width: 480px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 5vw;
    margin: 140px auto 0 auto;
  }
}
.container .cards-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 480px) {
  .container .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .container .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .container .cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

a {
  text-decoration: none;
}

.rental-card {
  border-radius: 24px;
  border: 4px solid #FFF3E6;
  padding: 16px 16px 8px 16px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.rental-card h1, .rental-card h2, .rental-card h3, .rental-card h4, .rental-card h5, .rental-card h6 {
  color: #0040FF;
  letter-spacing: 0.1em;
  max-width: 900px;
  margin: 16px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
}
.rental-card p {
  line-height: 100%;
  font-size: 80%;
  color: #121212;
}
.rental-card img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .rental-card {
    padding: 24px 24px 12px 24px;
  }
}
.rental-card:hover {
  background-color: #FFF3E6;
}

.rentalContain {
  width: 100%;
  max-width: 1440px;
  padding: 16px;
}
.rentalContain .rentalTitle {
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
.rentalContain .rentalSubtitle {
  font-weight: 500;
  font-size: 110%;
  text-align: left;
  width: 100%;
}
.rentalContain .slideshow {
  width: 100%;
  float: right;
}
@media screen and (min-width: 1024px) {
  .rentalContain .slideshow {
    width: 66%;
  }
}
.rentalContain .details {
  width: 100%;
  padding: 24px 0 0 0;
}
.rentalContain .details table {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  margin-bottom: 32px;
}
.rentalContain .details table tbody tr {
  border-bottom: 1px solid #DDDDDD;
}
.rentalContain .details table tbody td {
  padding: 12px;
  font-weight: 500;
  color: #0040FF;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .rentalContain .details {
    width: 34%;
    padding: 16px 24px 0 0;
  }
}
@media screen and (min-width: 480px) {
  .rentalContain {
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .rentalContain {
    padding: 0 5vw;
    margin: 140px auto 0 auto;
  }
}
.rentalContain h2 {
  margin-bottom: 1vw;
}
.rentalContain iframe {
  max-width: 320px !important;
  height: 440px !important;
  margin: 40px auto;
}

nav {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
  padding: 0 16px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
nav a {
  text-decoration: none;
  color: #0040FF;
}
nav.visi {
  height: auto;
  background-color: #FFFFFF;
}
nav .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
}
nav .main .logo img {
  height: 40px;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
nav ul li {
  display: block;
  text-decoration: none;
  padding: 16px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  nav {
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  nav {
    display: flex;
    flex-direction: row;
    height: 120px;
    padding: 0 5vw;
  }
  nav.visi {
    height: 120px;
  }
  nav .main {
    width: auto;
  }
  nav .main .logo img {
    height: auto;
  }
  nav ul {
    width: auto;
  }
  nav ul li {
    padding: 0 20px;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  nav div.main a.menu-button {
    display: none;
  }
}

.rentalContain .slideshow {
  overflow: hidden;
}
.rentalContain .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rentalContain .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rentalContain .swiperThumbs {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.rentalContain .swiper-slide {
  background-size: cover;
  background-position: center;
}
.rentalContain .swiperSelected {
  width: 100%;
}
.rentalContain .swiperSelected .swiper-slide {
  width: 100%;
  padding-bottom: 67%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.rentalContain .swiperSelected .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.rentalContain .swiperThumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.rentalContain .swiperThumbs .swiper-slide {
  width: 25%;
  opacity: 0.4;
}
.rentalContain .swiperThumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.rentalContain .swiper-button-next {
  height: 40px;
  width: 40px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 40px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.rentalContain .swiper-button-next::after {
  font-size: 20px;
  color: #0040FF;
  font-weight: 900;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.rentalContain .swiper-button-next:hover {
  background-color: #0040FF;
}
.rentalContain .swiper-button-next:hover::after {
  color: #FFFFFF;
}
.rentalContain .swiper-button-prev {
  height: 40px;
  width: 40px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 40px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.rentalContain .swiper-button-prev::after {
  font-size: 20px;
  color: #0040FF;
  font-weight: 900;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.rentalContain .swiper-button-prev:hover {
  background-color: #0040FF;
}
.rentalContain .swiper-button-prev:hover::after {
  color: #FFFFFF;
}

footer {
  position: relative;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 24px 16px;
  margin-top: 3vw;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  background-color: #0040FF;
  color: #FFF3E6;
}
footer p {
  text-align: center;
}
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer img {
  width: 80px;
}
@media screen and (min-width: 480px) {
  footer {
    padding: 2vw 40px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 2vw 5vw;
  }
}/*# sourceMappingURL=main.css.map */