.gth-slider {
  opacity: 0;
  transition: opacity 2s;
}
.gth-slider.loaded {
  opacity: 1;
}
.gth-slider .gth-slider-nav {
  padding-bottom: 20px;
  display: flex;
  justify-content: stretch;
}
.gth-slider .gth-slider-nav .gth-nav-item {
  cursor: pointer;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.gth-slider .gth-slider-nav .gth-nav-item .gth-mobile-content {
  display: none;
}
.gth-slider .gth-slider-nav .gth-nav-item .gth-nav-item-label {
  text-align: center;
  font-size: 34px;
  line-height: 38px;
  transform: scale(1);
  width: 100%;
  max-width: 300px;
  color: var(--e-global-color-secondary);
  transition: transform 0.3s ease-in-out;
  transform-origin: bottom center;
  user-select: none;
}
.gth-slider .gth-slider-nav .gth-nav-item.tight .gth-nav-item-label {
  font-size: 28px;
}
.gth-slider .gth-slider-nav .gth-nav-item.nonactive .gth-nav-item-label {
  transform: scale(0.4705882353);
  color: var(--e-global-color-text);
}
.gth-slider .gth-slider-nav .gth-nav-item.nonactive.tight .gth-nav-item-label {
  transform: scale(0.5714285714);
}
.gth-slider .gth-slider-dots {
  width: 100%;
  display: flex;
  justify-content: stretch;
}
.gth-slider .gth-slider-dots .gth-dot-mobile-content {
  display: none;
}
.gth-slider .gth-slider-dots .gth-dot-item {
  flex: 1 1 100%;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.gth-slider .gth-slider-dots .gth-dot-item .gth-dot-item-pre, .gth-slider .gth-slider-dots .gth-dot-item .gth-dot-item-post {
  flex: 1 1 auto;
  height: 1px;
  background-color: #EAEAEA;
}
@media screen and (min-width: 1023px) {
  .gth-slider .gth-slider-dots .gth-dot-item .gth-dot-item-pre, .gth-slider .gth-slider-dots .gth-dot-item .gth-dot-item-post {
    height: 1px !important;
  }
}
.gth-slider .gth-slider-dots .gth-dot-item-dot {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: var(--e-global-color-secondary);
  border: solid 7px white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.gth-slider .gth-slider-dots .gth-dot-item.nonactive .gth-dot-item-dot {
  background-color: #c4c4c4;
  border: solid 7px #e8e8e8;
}
.gth-slider .gth-slider-dots .gth-dot-item:first-child .gth-dot-item-pre {
  background-color: transparent;
}
.gth-slider .gth-slider-dots .gth-dot-item:last-child .gth-dot-item-post {
  background-color: transparent;
}
.gth-slider .gth-slider-dots .gth-dot-item:only-child .gth-dot-item-pre {
  background-color: transparent;
}
.gth-slider .gth-slider-dots .gth-dot-item:only-child .gth-dot-item-post {
  background-color: transparent;
}
.gth-slider .gth-slider-content-container {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.gth-slider .gth-slider-ghost-posts {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  opacity: 0 !important;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
}
.gth-slider .gth-slider-posts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gth-slider .gth-slider-posts .gth-post-item {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.gth-slider .gth-slider-posts .gth-post-item.nonactive {
  z-index: -1;
  opacity: 0;
}
.gth-slider .gth-slider-posts .gth-post-item.textonly {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  flex: 0 0 auto;
}
.gth-slider .gth-post-item {
  flex: 0 0 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 30px;
}
.gth-slider .gth-post-item.textonly {
  flex-direction: column;
}
.gth-slider .gth-post-item .gth-post-media-container {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
}
.gth-slider .gth-post-item .gth-post-text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
.gth-slider .gth-post-item .gth-post-text-content.textonly {
  text-align: center;
}
.gth-slider .gth-post-button {
  border: solid 1px var(--e-global-color-secondary);
  padding: 4px 18px;
  font-size: 12px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--e-global-color-secondary);
  border-radius: 30px;
  transition: border 0.2s, color 0.2s, background-color 0.2s;
}
.gth-slider .gth-post-button:hover {
  border-color: #E31D33;
  color: #FFFFFF;
  background-color: #E31D33;
}

@media screen and (max-width: 1024px) {
  .gth-slider {
    display: flex;
    flex-direction: row;
  }
  .gth-slider .gth-slider-nav {
    order: 2;
    flex-direction: column;
    padding-bottom: 0;
  }
  .gth-slider .gth-slider-nav .gth-nav-item {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    max-width: initial;
    width: auto;
    flex: 1 1 auto;
  }
  .gth-slider .gth-slider-nav .gth-nav-item .gth-mobile-content {
    display: flex;
  }
  .gth-slider .gth-slider-nav .gth-nav-item .gth-mobile-content .gth-post-item.media {
    flex-direction: column;
    padding-left: 0;
  }
  .gth-slider .gth-slider-nav .gth-nav-item .gth-mobile-content .gth-post-item.media .gth-post-media-container {
    width: 100%;
  }
  .gth-slider .gth-slider-nav .gth-nav-item .gth-mobile-content .gth-post-item.textonly {
    padding-left: 0;
    padding-top: 0;
  }
  .gth-slider .gth-slider-nav .gth-nav-item .gth-mobile-content .gth-post-item.textonly .gth-post-text-content.textonly {
    text-align: left;
  }
  .gth-slider .gth-slider-nav .gth-nav-item.nonactive .gth-mobile-content {
    display: none;
  }
  .gth-slider .gth-slider-nav .gth-nav-item .gth-nav-item-label {
    text-align: left;
    font-size: 24px;
    transform-origin: center left;
  }
  .gth-slider .gth-slider-nav .gth-nav-item .gth-nav-item-label {
    max-width: initial;
  }
  .gth-slider .gth-slider-nav .gth-nav-item.tight .gth-nav-item-label {
    font-size: 24px;
  }
  .gth-slider .gth-slider-nav .gth-nav-item.nonactive.tight .gth-nav-item-label, .gth-slider .gth-slider-nav .gth-nav-item.nonactive .gth-nav-item-label {
    transform: scale(0.6666);
    color: var(--e-global-color-text);
  }
  .gth-slider .gth-slider-dots {
    width: 25px;
    order: 1;
    margin-right: 20px;
    flex-direction: column;
  }
  .gth-slider .gth-slider-dots .gth-dot-item {
    flex-direction: column;
    justify-content: center;
  }
  .gth-slider .gth-slider-dots .gth-dot-item .gth-dot-item-pre, .gth-slider .gth-slider-dots .gth-dot-item .gth-dot-item-post {
    flex: 1 1 auto;
    width: 1px;
    height: auto;
  }
  .gth-slider .gth-slider-dots .gth-dot-item .gth-dot-item-pre {
    height: 7px;
  }
  .gth-slider .gth-slider-dots .gth-dot-item.nonactive .gth-dot-item-pre {
    height: auto;
  }
  .gth-slider .gth-slider-dots .gth-dot-item .gth-mobile-content {
    display: flex;
  }
  .gth-slider .gth-slider-dots .gth-dot-item .gth-mobile-content .gth-post-item.media {
    flex-direction: column;
  }
  .gth-slider .gth-slider-dots .gth-dot-item .gth-mobile-content .gth-post-item.media .gth-post-media-container {
    width: 100%;
  }
  .gth-slider .gth-slider-dots .gth-dot-item.nonactive .gth-dot-mobile-content {
    display: none;
  }
  .gth-slider .gth-slider-dots .gth-dot-item:first-child .gth-dot-item-pre {
    height: 0;
    flex: 0 0 0;
  }
  .gth-slider .gth-slider-dots .gth-dot-item:last-child .gth-dot-item-post {
    height: 0;
    flex: 1 1 auto;
  }
  .gth-slider .gth-slider-dots .gth-dot-item:only-child .gth-dot-item-pre {
    height: 0;
    flex: 0 0 0;
  }
  .gth-slider .gth-slider-dots .gth-dot-item:only-child .gth-dot-item-post {
    height: 0;
  }
  .gth-slider .gth-slider-content-container {
    display: none !important;
    width: 0;
    height: 0;
    order: 3;
  }
  .gth-slider .gth-slider-content-container .gth-post-media-container {
    display: none;
  }
}

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