@charset "UTF-8";
.foglalas-trigger, .foglalas-trigger:link, .foglalas-trigger:visited {
  cursor: pointer;
  display: none;
  z-index: 8500;
  position: fixed;
  left: 50%;
  bottom: 3vh;
  transform: translate(-50%, 0);
  width: 87%;
  max-width: 33rem;
  height: 5rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: .4rem;
  box-shadow: 0 0.3rem 1.7rem rgba(0, 0, 0, 0.7);
  font-weight: 300;
  letter-spacing: .25px;
  --color-green-1: #0bd45b;
  --color-green-2: #28db55;
  --color-white: rgba(252,252,252);
  --color-blue-1: #5191FF;
  font-size: 2.2rem;
  line-height: 5rem;
  background-image: linear-gradient(to bottom right, var(--color-green-1), var(--color-green-2));
  transition: ease .2s transform; }
  .foglalas-trigger a:link, .foglalas-trigger a:visited, .foglalas-trigger:link a:link, .foglalas-trigger:link a:visited, .foglalas-trigger:visited a:link, .foglalas-trigger:visited a:visited {
    display: inline-block;
    text-decoration: none;
    color: var(--color-white);
    padding: 0 1rem; }
  @media (min-width: 22.5em) {
    .foglalas-trigger, .foglalas-trigger:link, .foglalas-trigger:visited {
      font-size: 2.5rem; } }
  @media (min-width: 25em) {
    .foglalas-trigger, .foglalas-trigger:link, .foglalas-trigger:visited {
      font-size: 2.65rem;
      max-width: 37rem; } }
  @media (min-width: 64em) {
    .foglalas-trigger, .foglalas-trigger:link, .foglalas-trigger:visited {
      transform: translate(-50%, 0) scale(1.25); } }
  @media (hover: hover) and (pointer: fine) {
    .foglalas-trigger:hover, .foglalas-trigger:link:hover, .foglalas-trigger:visited:hover {
      transform: translate(-50%, -0.5rem);
      box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.65); } }
  @media (hover: hover) and (pointer: fine) and (min-width: 64em) {
    .foglalas-trigger:hover, .foglalas-trigger:link:hover, .foglalas-trigger:visited:hover {
      transform: translate(-50%, -0.5rem) scale(1.28); } }
  .foglalas-trigger:active, .foglalas-trigger:link:active, .foglalas-trigger:visited:active {
    transform: translate(-50%, 0) scale(0.95);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.33); }
    @media (min-width: 64em) {
      .foglalas-trigger:active, .foglalas-trigger:link:active, .foglalas-trigger:visited:active {
        transform: translate(-50%, 0) scale(1.21); } }
  .foglalas-trigger .foglalas-close, .foglalas-trigger:link .foglalas-close, .foglalas-trigger:visited .foglalas-close {
    display: none;
    line-height: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #fa1e50;
    position: absolute;
    top: -1.25rem;
    right: -1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(140, 0, 0, 0.35);
    border-radius: 3rem;
    text-transform: lowercase;
    transition: ease .2s transform; }
    @media (min-width: 22.5em) {
      .foglalas-trigger .foglalas-close, .foglalas-trigger:link .foglalas-close, .foglalas-trigger:visited .foglalas-close {
        top: -1.5rem;
        right: -1.5rem;
        width: 3rem;
        height: 3rem;
        line-height: 2.75rem;
        font-size: 2.5rem; } }
    @media (min-width: 64em) {
      .foglalas-trigger .foglalas-close, .foglalas-trigger:link .foglalas-close, .foglalas-trigger:visited .foglalas-close {
        line-height: 2.5rem;
        font-size: 2.2rem; } }
    @media (hover: hover) and (pointer: fine) {
      .foglalas-trigger .foglalas-close:hover, .foglalas-trigger:link .foglalas-close:hover, .foglalas-trigger:visited .foglalas-close:hover {
        box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.65); } }
    .foglalas-trigger .foglalas-close:active, .foglalas-trigger:link .foglalas-close:active, .foglalas-trigger:visited .foglalas-close:active {
      box-shadow: 0 0.4rem 0.2rem rgba(0, 0, 0, 0.65); }

.section-foglalas {
  --font-family-sans-serif:
  // Safari for OS X and iOS (San Francisco)
  -apple-system,
  // Chrome < 56 for OS X (San Francisco)
  BlinkMacSystemFont,
  // Windows
  "Segoe UI",
  // Android
  "Roboto",
  // Basic web fallback
  "Helvetica Neue", Arial, sans-serif,
  // Emoji fonts
  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  max-width: 98%;
  margin: 0 auto;
  margin-top: 3rem; }
  @media (min-width: 22em) {
    .section-foglalas {
      max-width: 40rem; } }
  @media (min-width: 37.5em) {
    .section-foglalas {
      max-width: 45rem; } }
  @media (min-width: 64em) {
    .section-foglalas {
      max-width: 85rem; } }
  .section-foglalas .section-heading {
    line-height: 1.35em;
    margin-bottom: 2rem; }
  .section-foglalas .leading-paragraph {
    margin-bottom: 6rem; }
  .section-foglalas .acco-heading {
    font-size: 3rem;
    line-height: 1.35em;
    margin-bottom: 2rem;
    font-weight: 400;
    color: black; }
  .section-foglalas .info-card {
    background-color: white;
    border-radius: .5rem;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    width: 95%;
    max-width: 36rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    margin-bottom: 3rem; }
    .section-foglalas .info-card__img {
      flex: 0 0 4rem;
      width: 4rem;
      height: 4rem;
      margin-right: 2rem; }
    .section-foglalas .info-card__text {
      flex: 1 1 70%;
      justify-self: end;
      font-size: 1.55rem;
      font-weight: 600;
      line-height: 1.35em; }
  @media (min-width: 64em) {
    .section-foglalas .top {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      max-width: 85rem;
      margin-bottom: -5rem; } }
  .section-foglalas .top .left {
    max-width: 50rem; }
  .section-foglalas .top .right {
    max-width: 35rem; }
  .section-foglalas .form {
    padding: 1rem 1rem;
    width: 98%;
    background-color: #FFF;
    border-radius: .5rem;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    margin-bottom: 15rem; }
    @media (min-width: 64em) {
      .section-foglalas .form {
        padding: 2rem 2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 82rem; }
        .section-foglalas .form .left {
          flex: 0 0 45%;
          position: relative; }
          .section-foglalas .form .left::after {
            display: block;
            content: "";
            position: absolute;
            top: 0rem;
            right: -4rem;
            width: 2px;
            background-color: #eee;
            box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.15);
            height: 100%; }
        .section-foglalas .form .right {
          flex: 0 0 45%; } }
    .section-foglalas .form .section-heading {
      margin-bottom: 2rem; }
    @media (min-width: 64em) {
      .section-foglalas .form .section-heading {
        margin-bottom: 0rem; } }
    .section-foglalas .form__subheading {
      color: #5191FF;
      font-size: 2rem;
      text-transform: uppercase;
      margin-bottom: 1rem;
      margin-top: 3rem; }
    .section-foglalas .form__ultrasubheading {
      font-size: 1.65rem;
      text-transform: uppercase;
      margin-bottom: 1.5rem;
      font-weight: 600;
      margin-top: 3rem; }
    .section-foglalas .form .bike-selector {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      padding-bottom: 1.5rem; }
      .section-foglalas .form .bike-selector__img {
        width: 3rem;
        height: 3rem; }
      .section-foglalas .form .bike-selector__title {
        font-size: 1.45rem;
        font-style: italic;
        font-weight: 600;
        margin-right: auto;
        margin-left: 1rem; }
        @media (min-width: 22.5em) {
          .section-foglalas .form .bike-selector__title {
            font-size: 1.65rem; } }
      .section-foglalas .form .bike-selector__field {
        display: inline-block;
        padding: .25rem .5rem;
        border: 1.5px solid #bebebe;
        border-radius: .4rem;
        flex: 0 0 5%;
        text-align: center;
        width: 4rem;
        height: 4rem;
        font-family: "Segoe UI", sans-serif;
        font-size: 1.8rem;
        color: #3c3c3c;
        line-height: 4rem;
        font-weight: 600;
        margin-right: 1rem;
        background-color: #fff;
        transition: ease .2s all; }
        .section-foglalas .form .bike-selector__field:focus {
          border: 1.5px solid #5191FF; }
      .section-foglalas .form .bike-selector__button {
        cursor: pointer;
        text-align: center;
        font-weight: 600;
        background-color: #fff;
        border-radius: .55rem;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
        width: 3rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
        line-height: 1.2em;
        border: none;
        font-size: 2.2rem;
        color: #3c3c3c;
        font-weight: 600;
        user-select: none;
        transition: ease .2s all; }
        .section-foglalas .form .bike-selector__button:not(:last-of-type) {
          margin-right: 1rem; }
        @media (hover: hover) and (pointer: fine) {
          .section-foglalas .form .bike-selector__button:hover {
            background-color: #eee; } }
        .section-foglalas .form .bike-selector__button:active {
          background-color: #ddd; }
    .section-foglalas .form .date, .section-foglalas .form .time, .section-foglalas .form .name, .section-foglalas .form .email, .section-foglalas .form .tel {
      display: inline-block;
      padding: .25rem .5rem;
      border: 1.5px solid #bebebe;
      border-radius: .4rem;
      flex: 0 0 5%;
      text-align: center;
      width: 16rem;
      height: 4rem;
      font-family: "Segoe UI", sans-serif;
      font-size: 1.8rem;
      color: #3c3c3c;
      line-height: 4rem;
      font-weight: 600;
      margin-right: 1rem;
      background-color: #fff;
      transition: ease .2s all; }
      .section-foglalas .form .date::placeholder, .section-foglalas .form .time::placeholder, .section-foglalas .form .name::placeholder, .section-foglalas .form .email::placeholder, .section-foglalas .form .tel::placeholder {
        font-weight: normal;
        color: #646464; }
      .section-foglalas .form .date:focus, .section-foglalas .form .time:focus, .section-foglalas .form .name:focus, .section-foglalas .form .email:focus, .section-foglalas .form .tel:focus {
        border: 1.5px solid #5191FF; }
    @media (min-width: 22.5em) {
      .section-foglalas .form .date {
        width: 20rem; } }
    .section-foglalas .form .time {
      width: 8rem; }
      @media (min-width: 22.5em) {
        .section-foglalas .form .time {
          width: 10rem; } }
    .section-foglalas .form .name, .section-foglalas .form .email, .section-foglalas .form .tel {
      border: none;
      border-bottom: 1.5px solid #bebebe;
      border-radius: 0;
      width: 95%;
      text-align: left;
      padding: .125rem 1rem;
      margin-bottom: 1.5rem; }
      @media (min-width: 25em) {
        .section-foglalas .form .name, .section-foglalas .form .email, .section-foglalas .form .tel {
          width: 90%;
          margin-left: 2%; } }
      .section-foglalas .form .name:focus, .section-foglalas .form .email:focus, .section-foglalas .form .tel:focus {
        border: none;
        border-bottom: 1.5px solid #5191FF; }
    .section-foglalas .form textarea {
      margin: 0 auto;
      border: 1px solid #bebebe;
      border-radius: .3rem;
      display: block;
      min-width: 95%;
      height: 15rem;
      margin-bottom: 2rem;
      transition: ease .2s all; }
      @media (min-width: 25em) {
        .section-foglalas .form textarea {
          min-width: 90%; } }
      .section-foglalas .form textarea:focus {
        border: 1px solid #5191FF; }
    .section-foglalas .form .textarea_label, .section-foglalas .form label {
      font-family: "Segoe UI", sans-serif;
      font-size: 1.55rem;
      color: #787878;
      padding: .25rem .5rem 1rem;
      display: block;
      font-weight: 600;
      font-style: italic; }
    .section-foglalas .form .check-group {
      position: relative; }
    .section-foglalas .form input[type="checkbox"] {
      opacity: 0;
      width: 0px;
      height: 0px;
      position: absolute; }
    .section-foglalas .form label {
      display: inline-block;
      font-weight: 400;
      color: #3c3c3c;
      padding-left: 3.5rem;
      position: relative; }
    .section-foglalas .form label::after {
      cursor: pointer;
      content: "";
      display: inline-block;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: .3rem;
      background-color: #EEE;
      color: darkslategray;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      line-height: 2rem;
      text-align: center;
      padding: .125rem;
      border: 2px solid rgba(0, 0, 0, 0.3);
      transition: ease .2s all; }
    .section-foglalas .form input[type="checkbox"]:checked + label::after {
      content: "✔";
      border: 2px solid #20c966;
      background-color: #FFF; }
    .section-foglalas .form .submit {
      font-family: "Segoe UI", sans-serif;
      display: block;
      margin: 0 auto;
      margin-top: 1rem;
      margin-bottom: 1rem;
      font-size: 2.4rem;
      padding: .25rem 1rem;
      line-height: 4rem;
      width: 28rem;
      letter-spacing: 1px;
      background-color: #5191FF;
      color: white;
      font-weight: 300;
      text-transform: uppercase;
      border-radius: .4rem;
      border: none;
      box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.3);
      transition: ease .2s all;
      cursor: pointer; }
      @media (hover: hover) and (pointer: fine) {
        .section-foglalas .form .submit:hover {
          box-shadow: 0 0.4rem 0.9rem rgba(0, 0, 0, 0.2);
          background-color: #3982ff; } }
      .section-foglalas .form .submit:active {
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
        transform: scale(0.95); }
