.image-cropper-inner {
  padding-top: 100%;
  width: 100%;
  position: relative;
}
.image-cropper-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}

.image-cropper--fill {
  width: 100%;
  height: 100%;
}
.image-cropper--fill .image-cropper-inner {
  height: 100%;
  width: 100%;
  padding: 0;
}

.body-text {
  font-size: 1.125rem;
  line-height: 1.5;
}
.body-text p {
  margin-bottom: 1em;
}

.page-header__pre-title {
  font-size: 32px;
  color: #2D5DB3;
  display: block;
}

.page-header__text {
  padding: 20% 5%;
}

@media (min-width: 91em) {
  .page-header {
    width: 90%;
    max-width: 120rem;
    margin: auto;
  }
  .page-header .page-header__cover-image {
    border-radius: 0 0 200px 30px;
  }
}

.site-footer--guest {
  background-color: #E4E6EB;
  padding: 60px 20px 0;
}
.site-footer--guest .footer__top {
  max-width: 90rem;
  width: 90%;
  display: flex;
  margin: 0 auto 60px;
}
.site-footer--guest .footer__copy {
  font-size: 32px;
  color: #2D5DB3;
  flex-basis: 50%;
  line-height: 1.2em;
}
.site-footer--guest .footer__menus {
  display: flex;
  gap: 20%;
  padding: 0 5%;
  font-size: 1rem;
  justify-content: center;
  flex: 1;
}
.site-footer--guest .footer__menus .menu__title {
  text-transform: uppercase;
  font-weight: bold;
  color: #2E3033;
  margin-bottom: 0.8em;
}
.site-footer--guest .footer__menus .menu__item a {
  color: #616367;
  padding: 0.2em 0;
  display: block;
}
.site-footer--guest .footer__menus .menu__item a:hover, .site-footer--guest .footer__menus .menu__item a:focus {
  color: #2D5DB3;
}
.site-footer--guest .footer__logo {
  margin-left: auto;
  width: 150px;
}
.site-footer--guest .footer__logo svg {
  width: 100%;
}
.site-footer--guest .footer__bottom {
  background-color: #CACCD0;
  max-width: 90rem;
  width: 90%;
  margin: auto;
  padding: 20px 40px;
  border-radius: 20px 20px 0 0;
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 60em) {
  .site-footer--guest .footer__top {
    flex-flow: row wrap;
  }
  .site-footer--guest .footer__copy {
    flex-basis: 100%;
    margin: 0 0 60px;
  }
  .site-footer--guest .footer__menus {
    padding: 0;
    justify-content: flex-start;
    gap: 60px;
  }
}
@media (max-width: 45em) {
  .page-header__cover-image {
    height: 50vw;
    border-radius: 0 0 60px 60px;
  }
  .page-header__text {
    padding: 10% 5%;
  }
}
.home-hero.home-hero {
  max-width: 90rem;
}

.home-features {
  position: relative;
  z-index: 1;
}

.home-about {
  margin-top: -60px;
}

.home-hero__images {
  width: 72%;
  margin: -60px 11% 0 auto;
  max-width: 600px;
  position: relative;
}

.home-hero__image-2,
.home-hero__image-3 {
  position: absolute;
  border: solid 20px #FAFBFC;
}

.home-hero__image-1,
.home-hero__image-2,
.home-hero__image-3 {
  border-radius: 100%;
  overflow: hidden;
}

.home-hero__image-2 {
  width: 58%;
  top: 50%;
  left: 0;
  transform: translate(-50%, -16%);
}

.home-hero__image-3 {
  width: 49%;
  top: 100%;
  left: 50%;
  transform: translate(-10%, -70%);
}

.home-discover {
  max-width: 90rem;
  margin: auto;
}

.home-discover__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
  z-index: -1;
}

.home-discover__header {
  border-radius: 60px;
}
.home-discover__header .header__text {
  display: flex;
  gap: 30px;
  align-items: center;
}
.home-discover__header .lines--2 {
  transform: rotate(180deg);
}

.user-type__image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 45%;
  border-radius: 100%;
  overflow: hidden;
  border: solid 20px #FAFBFC;
}

.home-features__user-type {
  border-radius: 60px;
  padding-left: 22.5%;
}

.user-type__text {
  width: 100%;
  padding: 65px 10%;
}
.user-type__text .text__list-item {
  display: flex;
  gap: 1em;
  margin-bottom: 1.25em;
}

.home-about .marker-line {
  position: relative;
}
.home-about .marker-line::after {
  content: "";
  background: url("/assets/images/shapes/home-2.svg");
  position: absolute;
  width: 112%;
  padding-top: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  bottom: 0;
  left: 0;
  transform: translate(-0.1em, 0.15em);
}

.home-features__section-list {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

@media (max-width: 60em) {
  .home-hero__right {
    display: none;
  }
  .home-discover__lines {
    display: none;
  }
  .home-features .user-type__image {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
  }
  .home-features .home-features__user-type {
    padding: 30vw 0 0;
    margin-top: 30vw;
  }
  .home-features__section-list.home-features__section-list {
    padding: 0 5% 0;
  }
}
@media (max-width: 45em) {
  .home-hero.home-hero h1 {
    font-size: 12vw;
  }
  .home-discover.home-discover {
    padding: 0;
  }
  .home-discover__header {
    border-radius: 0;
  }
  .home-discover__header .header__text {
    font-size: 8vw;
    text-align: center;
  }
  .home-features__section-list.home-features__section-list {
    padding: 0 2%;
  }
  .home-features .user-type__image {
    width: 80vw;
  }
  .home-features .home-features__user-type {
    padding: 40vw 0 0;
    margin-top: 40vw;
  }
  .home-features .user-type__text {
    padding: 20px 8% 60px;
  }
  .home-about {
    padding-left: 5%;
    padding-right: 5%;
  }
  .site-footer--guest {
    padding: 0;
  }
  .site-footer--guest .footer__logo {
    margin: 60px auto;
  }
  .site-footer--guest .footer__menus {
    justify-content: center;
    gap: 60px;
  }
  .site-footer--guest .footer__top {
    margin-bottom: 0;
    padding: 60px 5% 0;
  }
  .site-footer--guest .footer__bottom {
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.user-tour__top-copy {
  max-width: 45em;
  margin: 60px auto;
}
.user-tour__top-copy p {
  margin: 0 0 1em;
}

.user-tour__features {
  margin: 60px auto;
  max-width: 90rem;
  width: 90%;
}
.user-tour__features .features__highlights {
  border-radius: 60px;
  position: relative;
  display: flex;
  padding: 60px 30px;
  color: white;
  background: linear-gradient(0deg, rgba(45, 93, 179, 0.94), rgba(45, 93, 179, 0.94)), url("/assets/images/riders-4.jpg");
  background-size: cover;
  background-position: center;
}
.user-tour__features .features__highlights::before, .user-tour__features .features__highlights::after {
  position: absolute;
  background: #F2EBDA;
  width: 100px;
  height: 100px;
  content: "";
}
.user-tour__features .features__highlights::before {
  top: -40px;
  right: -40px;
  border-radius: 0 100% 0 0;
}
.user-tour__features .features__highlights::after {
  bottom: -40px;
  left: -40px;
  border-radius: 0 0 0 100%;
  z-index: -1;
}
.user-tour__features .features__highlights .feature {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  padding: 0 30px;
  flex: 1;
}
.user-tour__features .features__highlights .feature__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.user-tour__features .features__highlights .feature__description {
  font-size: 1.25rem;
}
.user-tour__features .feature__icon {
  margin: 0 0 20px;
}
.user-tour__features .features__addl {
  display: flex;
  margin: 60px auto 0;
  padding: 0 15px;
}
.user-tour__features .features__addl .feature {
  padding: 0 15px;
  flex: 1;
}
.user-tour__features .features__addl .feature__title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.user-tour__features .features__addl .feature__description {
  font-size: 1.125rem;
}

.user-tour__sign-up {
  margin: 60px auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
.user-tour__sign-up p {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1em;
}

@media (max-width: 60em) {
  .user-tour__top-copy {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .user-tour__features .features__highlights {
    flex-flow: row wrap;
    padding: 10% 2%;
  }
  .user-tour__features .features__highlights .feature {
    flex-basis: 50%;
  }
  .user-tour__features .features__highlights .feature:last-child {
    flex-basis: 100%;
    margin-top: 60px;
  }
  .user-tour__features .features__highlights .feature__title {
    font-size: 1.5rem;
  }
  .user-tour__features .features__highlights .feature__description {
    font-size: 1.125rem;
  }
  .user-tour__features .features__addl {
    flex-flow: row wrap;
  }
  .user-tour__features .features__addl .feature {
    flex-basis: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 45em) {
  .user-tour__features {
    width: 96%;
  }
  .user-tour__features .features__highlights {
    gap: 60px;
    padding: 15% 5%;
  }
  .user-tour__features .features__highlights .feature.feature {
    margin: 0;
    padding: 0;
  }
  .user-tour__features .features__addl .feature {
    flex-basis: 100%;
  }
  .user-tour__sign-up {
    padding: 0 10%;
  }
}
.about-top {
  margin: 30px auto;
  max-width: 50rem;
}

.about-top__text-w-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-top__text-w-image:nth-of-type(2n) {
  flex-flow: row-reverse;
}
.about-top__text-w-image:nth-of-type(2) .image .shape {
  transform: translate(-59%, -51%);
}
.about-top__text-w-image .text {
  flex-basis: 50%;
  padding: 60px 0;
}
.about-top__text-w-image .image {
  flex-basis: 38%;
  position: relative;
}
.about-top__text-w-image .image .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-33%, -33%);
}
.about-top__text-w-image .image .photo {
  border-radius: 100%;
  overflow: hidden;
}

.about-purpose {
  padding: 30px 60px;
  border-radius: 30px;
  margin: 125px auto 157px;
  color: white;
  background: #2D5DB3;
  max-width: 50rem;
  text-align: center;
  position: relative;
}
.about-purpose::after, .about-purpose::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
}
.about-purpose::after {
  bottom: 0;
  right: 0;
  border-color: #CC9A2C;
  border-width: 0 10px 10px 0;
  border-radius: 0 0 50px 0;
  transform: translate(20px, 20px);
}
.about-purpose::before {
  top: 0;
  left: 0;
  border-color: #CC9A2C;
  border-width: 10px 0 0 10px;
  border-radius: 50px 0 0 0;
  transform: translate(-20px, -20px);
}
.about-purpose p {
  font-size: 32px;
}

.about-purpose__shape {
  position: absolute;
  z-index: -1;
  background-color: #F2EBDA;
  border-radius: 100%;
}
.about-purpose__shape.shape-1 {
  width: 250px;
  height: 250px;
  top: 0;
  right: 0;
  transform: translate(55%, -45%);
}
.about-purpose__shape.shape-2 {
  width: 194px;
  height: 194px;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.about-letter {
  max-width: 50rem;
  margin: 60px auto;
}

.about-letter__title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 0.5em;
}

.about-letter__letter {
  background-color: #F2EBDA;
  padding: 20px 30px;
  border-radius: 20px;
  position: relative;
}
.about-letter__letter .owner-image {
  border-radius: 100%;
  overflow: hidden;
  width: 50%;
  float: right;
  margin: -120px -120px 1em 2em;
  border: solid 20px #FAFBFC;
}
.about-letter__letter .signature {
  margin: 30px 0 0;
  width: 300px;
}

.photo-credit {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 2px;
  position: absolute;
  bottom: 8px;
  right: 50%;
  transform: translateX(50%);
}

@media (max-width: 60em) {
  .about-top {
    width: 80%;
    margin: 30px auto;
  }
  .about-purpose {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-letter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 45em) {
  .about-top__text-w-image.about-top__text-w-image {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
  .about-top__text-w-image.about-top__text-w-image:last-child .text {
    padding-bottom: 0;
  }
  .about-top__text-w-image.about-top__text-w-image .image {
    width: 80%;
    margin-left: auto;
  }
  .about-purpose {
    padding: 10% 5%;
  }
  .about-purpose p {
    font-size: 1.5rem;
  }
  .about-letter {
    width: 96%;
  }
  .about-letter .owner-image {
    float: none;
    margin: 0;
    width: 80%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about-letter .about-letter__letter {
    margin-top: 40%;
    padding-top: calc(80% / 2 + 2em);
  }
  .about-letter .about-letter__title {
    text-align: center;
  }
}

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