/*! 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.
 */

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

/**
 * 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 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[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 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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.prevent-animation-overflow {
  overflow: hidden;
}

:root {
  --color-primary: #ef333a;
  --color-accent: #23ebc3;
  --color-headings: #07485b;
  --color-body: #333;
  --color-softtelsystem: #0097d9;
}

html {
  font-size: 62.5%; /* 10px */
}

body {
  color: var(--color-body);
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

h1,
h2,
h3 {
  /* color: var(--color-primary); */
  margin-bottom: 1rem;
  line-height: 1.1;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2.7rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }
}

.link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-accent);
  white-space: nowrap;
  transition: border-bottom 0.1s;
}

.link--hover {
  border-bottom: 2px solid transparent;
}

.link--lowercase {
  text-transform: lowercase;
}

.link--hover:hover {
  border-bottom: 2px solid var(--color-accent);
}

.link__icon {
  transition: margin-left 0.15s;
}

.link:hover .link__icon {
  margin-left: 5px;
}

.link--softtelsystem {
  color: var(--color-softtelsystem);
}

.link--softtelsystem-hover:hover {
  border-bottom: 2px solid var(--color-softtelsystem);
}

.list {
  list-style: none;
  padding: 0;
}

.list--inline .list__item {
  display: inline-block;
  margin-right: 2rem;
}

.list--bullet {
  list-style-type: disc;
  padding-left: 3rem;
}

.list--bullet .list__item,
.list__item {
  margin-bottom: 1rem;
}

.icon {
  font-size: 30px;
}

.icon--small {
  font-size: 18px;
}

.icon--medium {
  font-size: 25px;
}

.icon--primary {
  color: var(--color-primary);
}

.icon-container {
  align-items: center;
  background: var(--color-primary);
  border-radius: 100%;
  color: #fff;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

/* Media Objects */
.media {
  display: flex;
  margin-bottom: 4rem;
}

.media__title {
  margin-top: 0;
}

.media__body {
  margin: 0 2rem;
}

.media__image {
  margin-top: 1rem;
}

.callout {
  padding: 4rem;
  border-radius: 5px;
}

.callout--primary {
  background: var(--color-primary);
  color: #fff;
}

.callout__content {
  text-align: center;
}

.callout__heading {
  color: #fff;
  margin-top: 0;
  font-size: 3rem;
}

.callout .btn {
  justify-self: center;
  align-self: center;
}

@media screen and (min-width: 768px) {
  .callout .grid--col-2 {
    grid-template-columns: 1fr auto;
  }

  .callout__content {
    text-align: left;
  }

  .callout .btn {
    justify-self: start;
    margin-left: 3rem;
  }
}

/* Quotes */
.quote {
  font-size: 3rem;
  font-style: italic;
  color: var(--color-body-darker);
  line-height: 1.3;
  text-align: center;
}

.quote__text::before {
  content: open-quote;
}

.quote__text::after {
  content: close-quote;
}

.btn {
  border: 0;
  padding: 1.75rem 3rem;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  margin: 1rem 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.btn {
  display: inline-block;
}

.btn--primary {
  background: var(--color-primary);
  color: #fff;
}

.btn--primary:hover {
  background: #e91a21;
}

.btn--accent {
  background: var(--color-accent);
  color: #fff;
}

.btn--accent:hover {
  background: #17dbb4;
}

.btn--outline {
  border: 2px solid var(--color-primary);
  background: #fff;
  color: var(--color-primary);
}

.btn--outline:hover {
  background: var(--color-primary);
  color: #fff;
}

.btn--long {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.btn--small {
  padding: 1.25rem 3rem;
}

.btn--block {
  display: inline-block;
  width: 100%;
}

.form {
  width: 100%;
}

.form__group {
  display: grid;
  margin-bottom: 2rem;
}

.form__label {
  margin-bottom: 5px;
  font-weight: bold;
}

.form__input[type='text'],
.form__input[type='email'],
.form__input[type='password'],
.form__select,
.form__textarea {
  padding: 0.6rem 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .form__group {
    grid-template-columns: 200px 1fr;
  }
}

.grid {
  display: grid;
}

@media screen and (min-width: 768px) {
  .grid--col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .grid--col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.block {
  --padding-vertical: 8rem;
  padding: var(--padding-vertical) 2rem;
}

.block--dark {
  background: #000;
  color: #b9c3cf;
}

.block--dark .block__heading,
.block--dark .block__sub-heading {
  color: #fff;
}

.block__header {
  text-align: center;
}

.block__heading {
  font-size: 3rem;
  margin: 0;
}

.block__heading::after {
  content: '';
  display: block;
  width: 100px;
  margin: 2rem auto 3rem;
  border-bottom: 3px solid var(--color-primary);
}

.block__subheading {
  margin-top: 1rem;
  font-weight: 300;
  font-style: italic;
  font-size: 2.5rem;
}

.block--skewed-right {
  padding-bottom: calc(var(--padding-vertical) + 4rem);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
}

.block--skewed-left {
  padding-bottom: calc(var(--padding-vertical) + 4rem);
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .block__text {
    width: 70ch;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .block__text {
    width: 80ch;
  }
}

.collapsible__header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.collapsible__heading {
  margin-top: 0;
  font-size: 3rem;
}

.collapsible__toggler {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.collapsible__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.collapsible.collapsible--expanded .collapsible__toggler {
  transform: rotate(0deg);
}

.collapsible.collapsible--expanded .collapsible__content {
  max-height: 100vh;
  opacity: 1;
  overflow: visible;
}

nav {
  background: #fff;
  box-shadow: 0 2px 2px #e3e3e3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  flex-wrap: wrap;
}

.nav__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav__text {
  margin: 0;
  font-size: 2.5rem;
  margin-left: 1rem;
  font-weight: 500;
  color: var(--color-body);
}

.nav__brand {
  width: 60px;
  display: block;
}

.nav__toggler {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.nav__toggler:hover {
  opacity: 0.8;
}

.nav.collapsible--expanded .nav__toggler {
  opacity: 1;
}

.nav__list {
  width: 100%;
  margin: 0;
  /* display: none; */
}

.nav__item {
  /* padding: 1rem 0; */
  border-bottom: 1px solid rgb(228, 228, 228);
  padding: 1rem 0;
}

.nav__item:last-of-type {
  border: 0;
  padding-bottom: 0;
}

.nav__item > a {
  font-size: 1.8rem;
  color: var(--color-body);
  transition: color 0.3s;
}

.nav__item > a:hover {
  color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .nav__toggler {
    display: none;
  }

  .nav__list {
    width: auto;
    display: flex;
    max-height: 100vh;
    opacity: 1;
    overflow: visible;
  }

  .nav__item {
    border: 0;
    margin-left: 3rem;
  }
}

/* .block-hero {
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
} */

.block-hero__heading {
  text-shadow: 3px 3px 5px rgba(255, 255, 255, 0.2);
}

.block-hero__heading::after {
  display: none;
}

.block-hero__tagline {
  font-size: 2.1rem;
  margin: 3rem 0;
  color: #b9c3cf;
}

.block-hero__tagline .btn {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .block-hero__heading {
    margin-top: 4rem;
    font-size: 4.5rem;
  }
}

.block-offer__list {
  display: grid;
  margin: 3rem 0;
  font-weight: bold;
  column-gap: 4rem;
}

@media screen and (min-width: 768px) {
  .block-offer__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
  }

  .block-offer__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .block-offer__list {
    column-gap: 6rem;
  }
}

.block-solution {
  background: #fdfdfd;
}

.block-solution__list {
  display: grid;
  column-gap: 4rem;
}

.block-solution__list li {
  margin-bottom: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .block-solution__content {
    display: flex;
    justify-content: center;
  }

  .block-solution__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .block-solution__list {
    column-gap: 6rem;
  }
}

.block-about__body p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .block-about__body p {
    text-align: left;
    width: 70ch;
  }
}

@media screen and (min-width: 1024px) {
  .block-about__body p {
    width: 80ch;
  }

  .block-about {
    padding: 10rem 0 15rem;
  }
}

.block-mission {
  background: #f8f8f8;
}

.block-mission .grid {
  column-gap: 4rem;
}

.block-value__body {
  column-gap: 4rem;
}

@media screen and (min-width: 768px) {
  .block-value__body > div:last-of-type {
    text-align: center;
    grid-row: 2 / span 1;
    grid-column: 1 / span 2;
  }
}

@media screen and (min-width: 1024px) {
  .block-value__body > div:last-of-type {
    grid-row: 1;
    grid-column: 1;
  }
}

.block-location__list {
  font-weight: bold;
}

.block-location-california__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.block-location-california__body img {
  border-radius: 5px;
  width: 100%;
}

.block-location-california__body img:last-of-type {
  grid-row: 2 / span 1;
  grid-column: 1 / span 2;
}

@media screen and (min-width: 768px) {
  .block-location-california__body {
    grid-template-columns: repeat(3, 1fr);
  }

  .block-location-california__body img:last-of-type {
    grid-row: 1 / span 1;
    grid-column: 3 / span 1;
  }
}

.block-service-areas {
  padding: 10rem 0 15rem;
}

.block-service-areas__list {
  display: grid;
  margin: 3rem 0;
  font-weight: bold;
  column-gap: 4rem;
}

@media screen and (min-width: 768px) {
  .block-service-areas__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
  }

  .block-service-areas__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .block-service-areas__list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 6rem;
  }
}

.block-softtelsystem {
  background: #fdfdfd;
}

.block-softtelsystem__body {
  text-align: center;
}

.block-softtelsystem .block__heading::after {
  border-bottom-color: #0097d9;
}

.block-softtelsystem__image {
  display: block;
  margin: 3rem auto 5rem;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .block-softtelsystem__body {
    text-align: left;
  }

  .block-softtelsystem__description {
    margin-top: 0;
  }
}

.block-services-continued__list {
  display: grid;
  margin: 3rem 0;
  font-weight: bold;
  column-gap: 4rem;
}

@media screen and (min-width: 768px) {
  .block-services-continued__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
  }

  .block-services-continued__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .block-services-continued__list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 6rem;
  }
}

.block-contact__body {
  margin-top: 5rem;
}

.block-contact__information {
  text-align: center;
}

.block-contact__information .list {
  margin-top: 0.5rem;
}

.block-contact__information h3 {
  font-size: 2.1rem;
}

.block-contact__description {
  margin-top: 0;
  font-size: 2.2rem;
}

.block-contact__form {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .block-contact__information {
    text-align: left;
  }

  .block-contact__form {
    margin-top: 0;
  }

  .block-contact__submit {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}

.block-passenger-app .block__header {
  margin-bottom: 2rem;
}

.block-passenger-app .block__text {
  margin: 2rem auto;
}

.block-passenger-app .media {
  margin-bottom: 1.5rem;
}

.block-passenger-app .media .media__title {
  color: white;
}

.block-passenger-app .media p {
  margin-top: 0;
}

.block-passenger-app__image {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.block-passenger-app__image img {
  width: 100%;
}

.block-passenger-app__features {
  display: flex;
  flex-direction: column;
}

.block-passenger-app__features h2 {
  color: white;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .block-passenger-app__image img {
    width: 400px;
  }

  .block-passenger-app__features {
    justify-content: center;
  }

  .block-passenger-app__features h2 {
    text-align: left;
  }
}

.block-driver-app {
  padding: 6rem 2rem;
}

.block-driver-app .block__text {
  margin: 2rem auto;
}

.block-driver-app__heading::after {
  display: none;
}

.block-driver-app .media {
  margin-bottom: 1.5rem;
}

.block-driver-app .media p {
  margin-top: 0;
}

.block-driver-app__image {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  order: 1;
}

.block-driver-app__image img {
  padding: 1.5rem 1rem 0;
  border-radius: 5px;
  margin: 0 auto 2rem;
  align-self: flex-start;
  width: 100%;
}

.block-driver-app__features {
  display: flex;
  flex-direction: column;
}

.block-driver-app__features .list {
  margin-bottom: 0;
}

.block-driver-app__features h2 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .block-driver-app .block-hero__tagline {
    width: 80ch;
    margin: 0 auto;
  }

  .block-driver-app__heading {
    margin-top: 4rem;
    font-size: 4.5rem;
  }

  .block-driver-app__image {
    order: -1;
  }

  .block-driver-app__image img {
    align-self: center;
    margin: 0 auto;
    width: 400px;
  }

  .block-driver-app {
    padding-top: 0rem;
  }

  .block-driver-app__features {
    justify-content: center;
  }

  .block-driver-app__features h2 {
    text-align: left;
  }
}

.block-requirements__image {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .block-requirements__image {
    margin-top: 5rem;
    margin-right: 6rem;
    width: 90%;
  }
}

.block-registration-steps {
  background-color: #fdfdfd;
}

.block-registration-steps__image {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4rem;
  order: -1;
}

.block-registration-steps .media__body p {
  margin-bottom: 0;
  font-weight: 500;
}

.block-registration-steps .media__body small {
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .block-registration-steps__image {
    order: 1;
    margin-top: 5rem;
    margin-left: 6rem;
    width: 90%;
  }
}

.callout-quotes {
  transform: translateY(0rem);
}
.callout-quotes {
  padding: 1.5rem;
  margin-bottom: 3rem;
}

.callout-quotes .quote__text {
  font-size: 2.5rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .callout-quotes {
    transform: translateY(-5rem) !important;
  }
}

/* Footer */
.footer {
  background: #232323;
  text-align: center;
  padding: 4rem 0;
}

.footer__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.footer__brand img {
  width: 100px;
  border-radius: 10px;
}

.footer__description,
.footer__tagline,
.footer__copyright {
  color: #fff;
  opacity: 0.5;
}

.footer__link {
  color: #fff;
  opacity: 0.5;
}

.footer__link:hover {
  opacity: 1;
}

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}
.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-prev,.glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
              color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}
.glider-next {
  right: -23px;
  left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}
.glider-slide {
  min-width: 150px;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}
@media(max-width: 36em){
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255,255,255,.25);
  }
}

.glider__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* third party */


/*# sourceMappingURL=/styles.b61e60ae.css.map */