/**
 * Minified by jsDelivr using clean-css v4.2.1.
 * Original file: /npm/toastify-js@1.3.2/src/toastify.css
 * 
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*!
 * Toastify js 1.3.2
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify {
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify.on {
  opacity: 1;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toast-close {
  opacity: .4;
  padding: 0 5px;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify-right {
  right: 15px;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify-left {
  left: 15px;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify-top {
  top: -150px;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify-bottom {
  bottom: -150px;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify-rounded {
  border-radius: 25px;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: 0 5px;
  border-radius: 2px;
}

@media only screen and (max-width: 360px) {
  /* line 14, app/assets/stylesheets/libs/toastify.css */
  .toastify-left, .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
/* line 4, app/assets/stylesheets/insiders/insiders.scss */
.page-content {
  margin-top: 96px;
}

/* line 8, app/assets/stylesheets/insiders/insiders.scss */
.page-content-inner {
  max-width: 1180px;
  width: 100%;
  padding: 0 20px;
}

/* line 14, app/assets/stylesheets/insiders/insiders.scss */
h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 56px;
  margin: 0;
}

/* line 24, app/assets/stylesheets/insiders/insiders.scss */
h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

/* line 33, app/assets/stylesheets/insiders/insiders.scss */
h4 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
}

/* line 43, app/assets/stylesheets/insiders/insiders.scss */
body {
  font-family: 'Work Sans', Arial, sans-serif;
}

/* line 47, app/assets/stylesheets/insiders/insiders.scss */
p {
  font-size: 16px;
  line-height: 24px;
  color: black;
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/insiders/insiders.scss */
  .page-content {
    margin-top: 64px;
  }
  /* line 58, app/assets/stylesheets/insiders/insiders.scss */
  h1 {
    line-height: 48px;
  }
  /* line 62, app/assets/stylesheets/insiders/insiders.scss */
  h2 {
    font-size: 28px;
  }
  /* line 66, app/assets/stylesheets/insiders/insiders.scss */
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 72, app/assets/stylesheets/insiders/insiders.scss */
a.link-no-underline {
  text-decoration: none !important;
}

/* line 76, app/assets/stylesheets/insiders/insiders.scss */
a.link-no-underline:hover {
  color: white;
}

/* line 80, app/assets/stylesheets/insiders/insiders.scss */
.insider-card-link {
  color: black !important;
  text-decoration: none !important;
}

/* line 85, app/assets/stylesheets/insiders/insiders.scss */
.row {
  --bs-gutter-x: 0;
}

/* line 89, app/assets/stylesheets/insiders/insiders.scss */
.insider-btn-secondary {
  width: 100%;
  height: 48px;
  border: 2px solid #343638;
  filter: drop-shadow(0px 1px 15px rgba(0, 0, 0, 0.04));
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: #FFFFFF;
  color: #343638;
  text-decoration: none;
  justify-content: center;
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* line 107, app/assets/stylesheets/insiders/insiders.scss */
.insider-btn-secondary:hover {
  border: 2px solid #CBAF82;
  color: #CBAF82;
  transition: all 0.125s ease-in-out;
}

/* line 113, app/assets/stylesheets/insiders/insiders.scss */
.insider-btn-primary {
  width: 100%;
  height: 48px;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.04);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: #383838;
  color: white;
  justify-content: center;
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* line 129, app/assets/stylesheets/insiders/insiders.scss */
.insider-btn-primary:hover {
  background: #CBAF82;
  transition: all 0.125s ease-in-out;
}

/* line 136, app/assets/stylesheets/insiders/insiders.scss */
.insider-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: white;
}

/* line 143, app/assets/stylesheets/insiders/insiders.scss */
.insider-nav .logo-link-container {
  display: flex;
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
}

/* line 150, app/assets/stylesheets/insiders/insiders.scss */
.insider-nav .navbar-brand {
  height: 80px;
}

/* line 154, app/assets/stylesheets/insiders/insiders.scss */
.insider-nav .gb-logo {
  height: 44px;
  width: 172px;
}

/* line 159, app/assets/stylesheets/insiders/insiders.scss */
.insider-nav .navbar-toggler {
  border: none;
  padding: 0;
  margin-right: 16px;
  box-shadow: none;
}

/* line 169, app/assets/stylesheets/insiders/insiders.scss */
.insider-nav .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  /* line 179, app/assets/stylesheets/insiders/insiders.scss */
  .insider-nav .navbar-brand {
    height: 48px;
    padding-left: 48px;
  }
  /* line 184, app/assets/stylesheets/insiders/insiders.scss */
  .insider-nav .gb-logo {
    height: 27px;
    width: 106px;
  }
  /* line 189, app/assets/stylesheets/insiders/insiders.scss */
  .insider-nav .navbar-nav {
    padding-right: 0;
  }
  /* line 193, app/assets/stylesheets/insiders/insiders.scss */
  .insider-nav .nav-link {
    text-align: right;
  }
}

/* line 199, app/assets/stylesheets/insiders/insiders.scss */
.add-shadow {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 2px 8px 0px;
  transition: all 0.25s ease-in-out;
}

/* line 204, app/assets/stylesheets/insiders/insiders.scss */
.transition {
  transition: all 0.5s ease-in-out;
}

/* line 214, app/assets/stylesheets/insiders/insiders.scss */
#insider-carousel .carousel-caption {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
}

/* line 225, app/assets/stylesheets/insiders/insiders.scss */
#insider-carousel .carousel-subheader {
  margin-bottom: 26px;
  margin-top: 66px;
}

/* line 230, app/assets/stylesheets/insiders/insiders.scss */
#insider-carousel .carousel-item {
  height: 560px;
}

/* line 234, app/assets/stylesheets/insiders/insiders.scss */
#insider-carousel .hero-image {
  width: 100%;
}

/* line 239, app/assets/stylesheets/insiders/insiders.scss */
.business-description {
  margin: 50px 0;
  text-align: center;
}

/* line 243, app/assets/stylesheets/insiders/insiders.scss */
.business-description h4 {
  max-width: 1180px;
  padding: 0 20px;
}

@media (max-width: 845px) {
  /* line 252, app/assets/stylesheets/insiders/insiders.scss */
  #insider-carousel .hero-image {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 767px) {
  /* line 261, app/assets/stylesheets/insiders/insiders.scss */
  #insider-carousel .real-tips {
    font-size: 32px;
  }
  /* line 266, app/assets/stylesheets/insiders/insiders.scss */
  .business-description {
    margin: 24px 0 32px;
  }
  /* line 269, app/assets/stylesheets/insiders/insiders.scss */
  .business-description h4 {
    padding: 0 16px;
  }
}

/* line 278, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal {
  z-index: 10000;
}

/* line 281, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .modal-header, #choose-trip-modal .modal-footer {
  border: none;
}

/* line 285, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .btn-container {
  width: 326px;
}

/* line 289, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* line 295, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .modal-content {
  border-radius: 0;
}

/* line 299, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .modal-dialog {
  max-width: 1130px;
  width: 95%;
}

/* line 304, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .modal-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #333333;
}

/* line 311, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .checkbox-label-container {
  width: 300px;
}

/* line 315, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .form-check {
  margin-bottom: 20px;
}

/* line 319, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .form-check-input {
  border-radius: 0;
  width: 28px;
  height: 28px;
}

/* line 325, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .form-check-label {
  font-size: 18px;
  margin-left: 20px;
}

/* line 330, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .form-check-input:checked {
  background-color: #2E3143;
  border-color: #2E3143;
}

/* line 335, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .form-check-input[type=checkbox]:checked {
  background-size: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(https://assets.theguestbook.com/%23clip0_3076_7907)'%3E%3Cpath d='M16.8217 3.73691C17.0607 3.96699 17.0607 4.34551 16.8217 4.57558L6.50022 14.6693C6.26496 14.9031 5.8779 14.9031 5.64263 14.6693L0.177817 9.32558C-0.0592723 9.09551 -0.0592723 8.71699 0.177817 8.48691C0.414754 8.25312 0.799152 8.25312 1.03632 8.48691L6.07143 13.4113L15.9641 3.73691C16.1993 3.50461 16.5864 3.50461 16.8217 3.73691Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3076_7907'%3E%3Crect width='17' height='19' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

/* line 340, app/assets/stylesheets/insiders/insiders.scss */
#choose-trip-modal .choose_trip_type_save_button {
  border: none;
  background: none;
  color: white;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  /* line 351, app/assets/stylesheets/insiders/insiders.scss */
  #choose-trip-modal .btn-container {
    width: 100%;
  }
  /* line 355, app/assets/stylesheets/insiders/insiders.scss */
  #choose-trip-modal .modal-title {
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  /* line 363, app/assets/stylesheets/insiders/insiders.scss */
  #choose-trip-modal .modal-dialog {
    max-width: 100%;
    width: auto !important;
  }
}

/* line 373, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .mobile {
  display: none;
}

/* line 377, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .desktop {
  display: flex;
  width: 1175px;
}

/* line 382, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .header {
  padding: 64px 0 28px 0;
}

/* line 386, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .choose-trip-type {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  width: 1180px;
  padding: 0 10px 30px;
}

/* line 394, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .choose-trip-type img {
  height: 24px !important;
  width: 21px !important;
  display: inline !important;
  margin-left: 8px;
}

/* line 402, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .insiders-section {
  position: relative;
  height: 100%;
}

/* line 406, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .insiders-section .swiper {
  width: 100%;
  height: 760px;
}

/* line 411, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .insiders-section .swiper-slide {
  font-size: 18px;
  background: #fff;
  width: 364px;
  height: 680px;
  margin: 0 11px 24px;
}

/* line 419, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .insiders-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 216px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 426, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .insiders-section .insider-card {
  height: 680px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

/* line 431, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .insiders-section .insider-info {
  margin: 16px 25px 0 25px;
}

/* line 435, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .insiders-section .insider-name {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

/* line 444, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .insiders-section .card-subheader {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}

/* line 451, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .insiders-section .card-subsection {
  margin-bottom: 18px;
}

/* line 455, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .insiders-section .swiper-scrollbar {
  height: 8px !important;
  background: none !important;
}

/* line 460, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .insiders-section .swiper-scrollbar-drag {
  background: #D9D9D9 !important;
}

/* line 464, app/assets/stylesheets/insiders/insiders.scss */
.choose-your-insider .insiders-section .btn-container {
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0px;
  width: 316px;
}

@media (max-width: 1140px) {
  /* line 475, app/assets/stylesheets/insiders/insiders.scss */
  .choose-your-insider .choose-trip-type {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 485, app/assets/stylesheets/insiders/insiders.scss */
  .choose-your-insider .mobile {
    display: block;
  }
  /* line 489, app/assets/stylesheets/insiders/insiders.scss */
  .choose-your-insider .desktop {
    display: none;
  }
  /* line 493, app/assets/stylesheets/insiders/insiders.scss */
  .choose-your-insider .header {
    padding-top: 24px;
    margin-bottom: 23px;
  }
  /* line 498, app/assets/stylesheets/insiders/insiders.scss */
  .choose-your-insider .choose-trip-type {
    padding-left: 16px !important;
    padding: 0;
    justify-content: flex-start;
  }
  /* line 504, app/assets/stylesheets/insiders/insiders.scss */
  .choose-your-insider .btn-container {
    width: 90% !important;
  }
  /* line 509, app/assets/stylesheets/insiders/insiders.scss */
  .swiper-slide {
    width: 300px;
    margin-top: 17px;
  }
}

/* line 518, app/assets/stylesheets/insiders/insiders.scss */
.how-it-works {
  margin-bottom: 75px;
}

/* line 521, app/assets/stylesheets/insiders/insiders.scss */
.how-it-works .section-title {
  margin: 64px 0;
}

@media (min-width: 767px) {
  /* line 526, app/assets/stylesheets/insiders/insiders.scss */
  .how-it-works .subsection {
    max-width: 320px;
  }
  /* line 530, app/assets/stylesheets/insiders/insiders.scss */
  .how-it-works .subsection.section2 {
    margin: 0 90px;
  }
  /* line 534, app/assets/stylesheets/insiders/insiders.scss */
  .how-it-works .subsection-container {
    max-width: 1180px;
    padding: 0 20px;
  }
}

/* line 540, app/assets/stylesheets/insiders/insiders.scss */
.how-it-works .subheader {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: black;
  margin-bottom: 7px;
  max-width: 294px;
}

/* line 551, app/assets/stylesheets/insiders/insiders.scss */
.how-it-works .learn-more-btn {
  margin: 48px 0 64px 0;
}

@media (max-width: 767px) {
  /* line 558, app/assets/stylesheets/insiders/insiders.scss */
  .how-it-works {
    margin-bottom: 36px;
  }
  /* line 561, app/assets/stylesheets/insiders/insiders.scss */
  .how-it-works .section-title {
    margin: 24px 0;
  }
  /* line 565, app/assets/stylesheets/insiders/insiders.scss */
  .how-it-works .subsection {
    padding: 0 48px 0 28px;
    max-width: 100%;
  }
  /* line 570, app/assets/stylesheets/insiders/insiders.scss */
  .how-it-works .subheader {
    max-width: 100%;
  }
  /* line 574, app/assets/stylesheets/insiders/insiders.scss */
  .how-it-works .description {
    margin-bottom: 24px;
  }
  /* line 578, app/assets/stylesheets/insiders/insiders.scss */
  .how-it-works .learn-more-btn {
    margin: 30px 0 48px 0;
  }
}

/* line 586, app/assets/stylesheets/insiders/insiders.scss */
.footer {
  height: 265px;
  background-color: #E0E0E0;
  display: flex;
}

/* line 591, app/assets/stylesheets/insiders/insiders.scss */
.footer .gb-logo {
  margin-top: 42px;
  margin-bottom: 15px;
  width: 227px;
  height: 58px;
}

/* line 598, app/assets/stylesheets/insiders/insiders.scss */
.footer .footer-link {
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.06em;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
}

/* line 608, app/assets/stylesheets/insiders/insiders.scss */
.footer .copyright {
  font-size: 12px;
  color: #828282;
  margin-top: 55px;
}

@media (max-width: 767px) {
  /* line 617, app/assets/stylesheets/insiders/insiders.scss */
  .footer {
    height: 194px;
  }
  /* line 620, app/assets/stylesheets/insiders/insiders.scss */
  .footer .gb-logo {
    width: 150px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  /* line 626, app/assets/stylesheets/insiders/insiders.scss */
  .footer .footer-link {
    font-size: 12px;
  }
  /* line 630, app/assets/stylesheets/insiders/insiders.scss */
  .footer .copyright {
    margin-top: 12px;
  }
}

/* line 636, app/assets/stylesheets/insiders/insiders.scss */
#chat-widget-container {
  opacity: 1 !important;
  visibility: visible !important;
  right: 14px !important;
  z-index: 10001 !important;
}
